<?php
/**
 * english language file for shortcutkey plugin
 *
 * @author S.C. Yoo <dryoo@live.com>
 */

// keys need to match the config setting name
$lang['key_home']       = 'Shortcut key to go to dokuwiki root';
$lang['key_edit']       = 'Shortcut key to edit the current page';
$lang['key_save']       = 'Shortcut key to save the current page';
$lang['key_backlink']   = 'Shortcut key to do backlink';
$lang['key_diff']       = 'Shortcut key to show difference';
$lang['key_media']      = 'Shortcut key to show media manager';
$lang['key_recent']     = 'Shortcut key to show recent changes';
$lang['key_revisions']  = 'Shortcut key to show revisons of the current page';
$lang['key_show']       = 'Shortcut key to show the current page';
$lang['key_index']      = 'Shortcut key to show the index';

$lang['key_top']        = 'Shortcut key to go top';
$lang['key_search']     = 'Shortcut key to focus on search box';

$lang['key_random']     = 'Shortcut key to show random page (<a href= "https://github.com/dryoo/DokuWiki-randompage">Randompage plugin</a> is required)'; 
$lang['key_nsrandom']   = 'Shortcut key to show random page within current namespace (<a href= "https://github.com/dryoo/DokuWiki-randompage">Randompage plugin</a> is required)'; 

//Setup VIM: ex: et ts= 4 :
