-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmenu.inc.php
26 lines (26 loc) · 1.16 KB
/
menu.inc.php
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
<?php
/**
* Menu Dutch lexicon topic
*
* @language nl
* @package modx
* @subpackage lexicon
*
* @author Bert Oost
*/
$_lang['lexicon_key'] = 'Lexicon Key';
$_lang['menu_create'] = 'Create Menu';
$_lang['menu_confirm_remove'] = 'Are you sure you want to remove this action from the menu?';
$_lang['menu_err_ae'] = 'A menu already exists with that name. Please specify a different text value.';
$_lang['menu_err_nf'] = 'Menu not found!';
$_lang['menu_err_ns'] = 'No menu specified!';
$_lang['menu_err_remove'] = 'An error occurred while trying to remove the action from the menu.';
$_lang['menu_err_save'] = 'An error occurred while trying to assign the action to the menu.';
$_lang['menu_parent'] = 'Parent Menu';
$_lang['menu_parent_err_ns'] = 'Parent menu not specified!';
$_lang['menu_parent_err_nf'] = 'Parent menu not found!';
$_lang['menu_remove'] = 'Remove Menu Item';
$_lang['menu_top'] = 'Top Menu';
$_lang['menu_update'] = 'Update Menu';
$_lang['topmenu'] = 'Top Menu';
$_lang['topmenu_desc'] = 'This allows you to associate actions with menu items in the top menu bar of the MODx manager. Simply place actions where you would like them in their respective menu position.';