<?php
/**
 * English language strings for the myshortcuts Plugin
 *
 * @author David Jiménez <davidjimenez75@gmail.com>
 */

$lang['shortcut_edit']    = 'Keyboard shortcut to edit the current page (e.g., ctrl+e, alt+e)';
$lang['shortcut_save']    = 'Keyboard shortcut to save the current page (e.g., ctrl+s, alt+s)';
$lang['shortcut_snippet'] = 'Keyboard shortcut to open the snippet menu (e.g., ctrl+i, alt+i)';

// Individual snippets for quick access (1-9, 0)
$lang['snippet_1']        = 'Snippet 1 - Text to insert when pressing 1 in the snippet menu';
$lang['snippet_2']        = 'Snippet 2 - Text to insert when pressing 2 in the snippet menu';
$lang['snippet_3']        = 'Snippet 3 - Text to insert when pressing 3 in the snippet menu';
$lang['snippet_4']        = 'Snippet 4 - Text to insert when pressing 4 in the snippet menu';
$lang['snippet_5']        = 'Snippet 5 - Text to insert when pressing 5 in the snippet menu';
$lang['snippet_6']        = 'Snippet 6 - Text to insert when pressing 6 in the snippet menu';
$lang['snippet_7']        = 'Snippet 7 - Text to insert when pressing 7 in the snippet menu';
$lang['snippet_8']        = 'Snippet 8 - Text to insert when pressing 8 in the snippet menu';
$lang['snippet_9']        = 'Snippet 9 - Text to insert when pressing 9 in the snippet menu';
$lang['snippet_0']        = 'Snippet 0 - Text to insert when pressing 0 in the snippet menu';
//Setup VIM: ex: et ts=2 enc=utf-8 :
