Файл system/languages/en/widgets/menu.php Вес запакованого файла 341b (341 b) Вес распакованого файла: 709b (709 b) Метод сжатия: 8
<?php
define('LANG_WD_MENU_DETECT_ACTIVE', 'Highlight active menu item');
define('LANG_WD_MENU_ACTIVE_STRICT', 'Strict highlight active menu item');
define('LANG_WD_MENU_ACTIVE_STRICT_HINT', 'Only the menu item whose URL is identical to the current one will be highlighted.');
define('LANG_WD_MENU_MAX_ITEMS', 'Maximum number of items');
define('LANG_WD_MENU_MAX_ITEMS_HINT', 'The rest items will be placed into the «More...» item;<br>0 — unlimited number');
define('LANG_WD_MENU_TEMPLATE', 'Menu list template');
define('LANG_WD_MENU_TEMPLATE_HINT', 'Template file in assets/ui/. File name should start with "menu"');
define('LANG_WD_MENU_CSS_CLASS', 'CSS class of main menu <ul/>');