Server : Apache System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64 User : palandch ( 1163) PHP Version : 7.1.33 Disable Function : NONE Directory : /home/palandch/www/core/lexicon/ja/ |
<?php /** * Menu Japanese lexicon topic * * @language ja * @package modx * @subpackage lexicon * @author honda http://kogus.org 2012-12-04 * @author yamamoto http://kyms.jp 2012-08-11 * @author Nick http://smallworld.west-tokyo.com * @author shimojo http://www.priqia.com/ */ $_lang['action'] = 'Action'; $_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['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'] = 'メニュー作成'; $_lang['menu_confirm_remove'] = 'このアクションをメニューから削除しますか?'; $_lang['menu_err_ae'] = 'この名前は既に使用されています。他の名前を指定してください。'; $_lang['menu_err_nf'] = 'メニューが見つかりませんでした。'; $_lang['menu_err_ns'] = 'メニューが指定されていません。'; $_lang['menu_err_remove'] = 'メニューからアクションを削除中にエラーが発生しました。'; $_lang['menu_err_save'] = 'メニューにアクションを定義中にエラーが発生しました。'; $_lang['menu_parent'] = '親メニュー'; $_lang['menu_parent_err_ns'] = '親メニューを指定してください'; $_lang['menu_parent_err_nf'] = '親メニューが見つかりません。'; $_lang['menu_remove'] = 'メニューアイテムを削除'; $_lang['menu_top'] = 'トップメニュー'; $_lang['menu_update'] = 'メニューアイテムを編集'; $_lang['menus'] = 'Menus'; $_lang['namespace'] = 'Namespace'; $_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'] = 'Parameters'; $_lang['parameters_desc'] = 'Any request parameters you want appended to the result URL when clicking this menu. (Ex: &expire=1)'; $_lang['permissions'] = 'Permission'; $_lang['permissions_desc'] = 'A permission key required to load this menu item.'; $_lang['topmenu'] = 'トップメニュー'; $_lang['topmenu_desc'] = '管理画面のトップメニュー構成をマウス操作でカスタマイズできます。';