xref: /plugin/myshortcuts/lang/en/settings.php (revision 61ef61f6aef59d2b4dc796cb87289ce67202085d)
1<?php
2/**
3 * English language strings for the myshortcuts Plugin
4 *
5 * @author David Jiménez <davidjimenez75@gmail.com>
6 */
7
8$lang['shortcut_edit']    = 'Keyboard shortcut to edit the current page (e.g., ctrl+e, alt+e)';
9$lang['shortcut_save']    = 'Keyboard shortcut to save the current page (e.g., ctrl+s, alt+s)';
10$lang['shortcut_snippet'] = 'Keyboard shortcut to open the snippet menu (e.g., ctrl+i, alt+i)';
11
12// Individual snippets for quick access (1-9, 0)
13$lang['snippet_1']        = 'Snippet 1 - Text to insert when pressing 1 in the snippet menu';
14$lang['snippet_2']        = 'Snippet 2 - Text to insert when pressing 2 in the snippet menu';
15$lang['snippet_3']        = 'Snippet 3 - Text to insert when pressing 3 in the snippet menu';
16$lang['snippet_4']        = 'Snippet 4 - Text to insert when pressing 4 in the snippet menu';
17$lang['snippet_5']        = 'Snippet 5 - Text to insert when pressing 5 in the snippet menu';
18$lang['snippet_6']        = 'Snippet 6 - Text to insert when pressing 6 in the snippet menu';
19$lang['snippet_7']        = 'Snippet 7 - Text to insert when pressing 7 in the snippet menu';
20$lang['snippet_8']        = 'Snippet 8 - Text to insert when pressing 8 in the snippet menu';
21$lang['snippet_9']        = 'Snippet 9 - Text to insert when pressing 9 in the snippet menu';
22$lang['snippet_0']        = 'Snippet 0 - Text to insert when pressing 0 in the snippet menu';
23//Setup VIM: ex: et ts=2 enc=utf-8 :
24