summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/textinsert/lang/en/lang.php
blob: 7a01bc69e916677ef3c61b2f36b5246ad9c92722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/**
 * English language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Myron turner <turnermm02@shaw.ca>
 */

// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu'] = 'TextInsert Macro Replacement Plugin'; 

$lang['btn_add'] = 'Add';
$lang['btn_del'] = 'Delete';
$lang['btn_edit'] = 'Submit Edits';

$lang['label_list'] = "Macro List";
$lang['label_add'] = "Add Macros";
$lang['label_del'] = "Delete Macros";
$lang['label_edit'] = "Edit Macros";

$lang['col_subst'] = 'Macro Substitution';
$lang['add_macros'] = 'Add Macros';
$lang['delete_macros'] = 'Delete Macros';
$lang['edit_macros'] = 'Edit Macros';
$lang['view_macros'] = 'View Macro List';
$lang['hide_macros'] = 'Hide Macro List';
$lang['hide_info'] = 'Close Info';
$lang['show_info'] = 'Show Info';
$lang['not_found'] = 'macro was not found in the macros database';