1<?php
2/**
3 * english language file for shortcutkey plugin
4 *
5 * @author S.C. Yoo <dryoo@live.com>
6 */
7
8// keys need to match the config setting name
9$lang['key_home']       = 'Shortcut key to go to dokuwiki root';
10$lang['key_edit']       = 'Shortcut key to edit the current page';
11$lang['key_save']       = 'Shortcut key to save the current page';
12$lang['key_backlink']   = 'Shortcut key to do backlink';
13$lang['key_diff']       = 'Shortcut key to show difference';
14$lang['key_media']      = 'Shortcut key to show media manager';
15$lang['key_recent']     = 'Shortcut key to show recent changes';
16$lang['key_revisions']  = 'Shortcut key to show revisons of the current page';
17$lang['key_show']       = 'Shortcut key to show the current page';
18$lang['key_index']      = 'Shortcut key to show the index';
19
20$lang['key_top']        = 'Shortcut key to go top';
21$lang['key_search']     = 'Shortcut key to focus on search box';
22
23$lang['key_random']     = 'Shortcut key to show random page (<a href= "https://github.com/dryoo/DokuWiki-randompage">Randompage plugin</a> is required)';
24$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)';
25
26//Setup VIM: ex: et ts= 4 :
27