From a56e6e65ebcc885a50377d83acf4aac8b69f17f0 Mon Sep 17 00:00:00 2001 From: FruitsHake Date: Wed, 1 Aug 2007 15:45:50 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EC=96=B8=EC=96=B4?= =?UTF-8?q?=ED=8C=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2129 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/menu/lang/en.lang.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/menu/lang/en.lang.php b/modules/menu/lang/en.lang.php index 08fb2b71b..0886c5c20 100644 --- a/modules/menu/lang/en.lang.php +++ b/modules/menu/lang/en.lang.php @@ -2,7 +2,7 @@ /** * @file modules/menu/lang/en.lang.php * @author zero - * @brief menu module / basic language pack + * @brief Menu module's basic language pack **/ $lang->cmd_menu_insert = 'Create menu'; @@ -11,7 +11,7 @@ $lang->menu = 'Menu'; $lang->menu_count = 'No. of menu'; $lang->menu_management = 'Menu management'; - $lang->depth = 'Depth'; + $lang->depth = 'Step'; $lang->parent_menu_name = 'Parent menu name'; $lang->menu_name = 'Menu name'; $lang->menu_srl = 'Menu SRL'; @@ -22,19 +22,19 @@ $lang->menu_img_btn = 'Image button'; $lang->menu_normal_btn = 'Normal'; $lang->menu_hover_btn = 'Mouse over'; - $lang->menu_active_btn = 'Active'; - $lang->menu_group_srls = 'Permission group'; + $lang->menu_active_btn = 'When selected'; + $lang->menu_group_srls = 'Accessable groups'; $lang->layout_maker = "Layout maker"; $lang->layout_history = "Update history "; $lang->layout_info = "Layout info"; $lang->layout_list = 'Layout list'; - $lang->downloaded_list = 'List downloaded'; - $lang->limit_menu_depth = 'Expression enabled'; + $lang->downloaded_list = 'Downloaded list'; + $lang->limit_menu_depth = 'Display enabled'; $lang->cmd_make_child = 'Add a child menu'; $lang->cmd_remake_cache = "Re-create cache file"; $lang->cmd_move_to_installed_list = "View created lists"; - $lang->cmd_enable_move_menu = "Move menu(check it fist, and then drag the menu)"; + $lang->cmd_enable_move_menu = "Move menu (Drag the top menu after selecting)"; $lang->cmd_search_mid = "Search mid"; $lang->msg_cannot_delete_for_child = 'Cannot delete a menu having a child menu.';