menu.inc.php
Translations of this material:
- into Russian: menu.inc.php. Translated in draft, editing and proof-reading required. Completed: 5%.
-
Submitted for translation by elastic 06.04.2009
Published 2 years, 6 months ago.
Text
<?php
$_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.';
