| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?php
- /**
- * Menu English lexicon topic
- *
- * @language en
- * @package modx
- * @subpackage lexicon
- */
- $_lang['action'] = 'Działanie';
- $_lang['action_desc'] = 'The controller path to use for this menu item. The path to the controller is built by prefixing the Namespace path, controllers, and manager theme with this value. (Ex: user/update for core Namespace goes to [core_namespace_path]controllers/ [mgr_theme]/user/update.class.php )';
- $_lang['description_desc'] = 'The text, or lexicon key, that will be used for rendering the description text of this page in the menu.';
- $_lang['handler'] = 'Handler';
- $_lang['handler_desc'] = '(Optional) If set, will not use the action field, but instead run this JavaScript instead when the menu item is clicked.';
- $_lang['icon'] = 'Ikona';
- $_lang['icon_desc'] = 'An optional icon/markup.';
- $_lang['lexicon_key'] = 'Lexicon Key';
- $_lang['lexicon_key_desc'] = 'The text, or lexicon key, that will be used for rendering the title text of this page in the menu.';
- $_lang['menu_create'] = 'Utwórz Menu';
- $_lang['menu_confirm_remove'] = 'Czy na pewno chcesz usunąć ten element?';
- $_lang['menu_err_ae'] = 'Menu o tej nazwie już istnieje. Proszę podać inną wartość tekstową.';
- $_lang['menu_err_nf'] = 'Menu nie znalezione!';
- $_lang['menu_err_ns'] = 'Nie określono menu!';
- $_lang['menu_err_remove'] = 'Błąd podczas próby usunięcia menu.';
- $_lang['menu_err_save'] = 'An error occurred while trying to save the menu.';
- $_lang['menu_parent'] = 'Nadrzędne Menu';
- $_lang['menu_parent_err_ns'] = 'Nie określono nadrzędnego menu!';
- $_lang['menu_parent_err_nf'] = 'Nie znaleziono nadrzędnego menu!';
- $_lang['menu_remove'] = 'Usuń element menu';
- $_lang['menu_top'] = 'Głowne Menu';
- $_lang['menu_update'] = 'Aktualizuj Menu';
- $_lang['menus'] = 'Zakładki';
- $_lang['namespace'] = 'Przestrzeń nazw';
- $_lang['namespace_desc'] = 'The Namespace which this menu item is based on. This will determine the path for the controller that is loaded.';
- $_lang['parameters'] = 'Parametry';
- $_lang['parameters_desc'] = 'Any request parameters you want appended to the result URL when clicking this menu. (Ex: &expire=1)';
- $_lang['permissions'] = 'Uprawnienia';
- $_lang['permissions_desc'] = 'A permission key required to load this menu item.';
- $_lang['topmenu'] = 'Głowne Menu';
- $_lang['topmenu_desc'] = 'This allows you to associate actions with menu items in the top menu bar of the MODX manager. Simply place menus where you would like them in their respective positions.';
|