english update for info.xml and lang files from xelang_revised_2011_0408 package

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8292 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
mosmartin 2011-04-11 17:43:36 +00:00
parent 1735425525
commit 51579ba2c4
105 changed files with 798 additions and 1272 deletions

View file

@ -12,7 +12,7 @@
<description xml:lang="ko">레이아웃, 모듈을 연결하는 메뉴를 생성/관리하는 모듈입니다.</description>
<description xml:lang="zh-CN">此模块将生成并管理连接布局,模块的菜单。</description>
<description xml:lang="jp">レイアウト、モジュールを連動させるメニューを作成・管理するモジュールです。</description>
<description xml:lang="en">This module is for creating/managering menues that linking layouts or modules.</description>
<description xml:lang="en">This module is for creating/managing menus which link to layouts or modules.</description>
<description xml:lang="vi">Module này dành cho việc tạo và quản lý Menu sẽ liên kết với giao diện hoặc Mudule.</description>
<description xml:lang="es">Este módulo es para crear/manejar los menús que que son conectados con los diseños o módulos.</description>
<description xml:lang="ru">Этот модуль служит для создания/управления меню, соединяюще лейауты и модули.</description>

View file

@ -38,16 +38,16 @@
$lang->msg_cannot_delete_for_child = 'A menu with child menus cannot be deleted.';
$lang->about_title = 'Please input the title that is easy to verify when connecting to module.';
$lang->about_menu_management = "Menu management enables you to consist menu in the selected layout.\nYou can create menu upto setted depth and can enter information in details by clicking the menu.\nMenu will be expanded by cliking the folder image.\nIf menu is not shown normally, refresh the information by clicking the button \"Re-create cache file\".\n* Menu created over the depth limit may not be shown properly.";
$lang->about_title = 'Please input the title that is easy to verify when connecting to the module.';
$lang->about_menu_management = "The menu management enables you to organize your menus in the selected layout.\nYou can create menus up to setted depth and can enter information in details by clicking them.\nThe menu will be expanded by clicking the folder image.\nIf the menu is not shown normally, refresh the information by clicking the button \"Re-create cache file\".\n* The menu created over the depth limit may not be shown properly.";
$lang->about_menu_name = 'The name will be shown as a menu name if it is not an admin or image button.';
$lang->about_menu_url = "It is the menu URL when select the menu.<br />You may enter only id value to link to other module.<br />If no contents exist, nothing will happen even though you click the menu.";
$lang->about_menu_open_window = 'You can assign it to open a page in a new window when the menu clicked.';
$lang->about_menu_open_window = 'You can assign it to open a page in a new window when the menu is clicked.';
$lang->about_menu_expand = 'It enables the menu to remain expanded when the tree menu(tree_menu.js) is used.';
$lang->about_menu_img_btn = 'If you register an image button, the image button will automatically replace the text button, and it will be shown in the layout.';
$lang->about_menu_group_srls = 'If you select a group, only the group members can see the menu. (if xml file is directly opened, it will be shown.)';
$lang->about_menu_img_btn = 'If you register an image button, it will automatically replace the text button, and will be shown in the layout.';
$lang->about_menu_group_srls = 'If you select a group, only the group members can see the menu. (if xml file is directly opened, it will be visible to anyone who opens it.)';
$lang->about_menu = "Menu module will help you to create a complete site through the convenient menu management which arranges created modules and links to layouts without any manual works..\nMenu is not a site manager, but it just has information which can link to modules and layouts so you can express different types of menu.";
$lang->about_menu = "Menu module will help you create a complete site through the convenient menu management which arranges the created modules and links to layouts without any manual work.\nHowever, menu is not a site manager. It just has the information which can link to modules and layouts so you can express different types of menus.";
$lang->alert_image_only = "Only image files can be registered.";
?>

View file

@ -2,12 +2,10 @@
/**
* @file modules/menu/lang/ko.lang.php
* @author NHN (developers@xpressengine.com)
* @brief 메뉴(menu) 모듈의 기본 언어팩
* @brief Menu (menu) of the basic language modules
**/
$lang->cmd_menu_insert = '메뉴 생성';
$lang->cmd_menu_management = '메뉴 설정';
$lang->menu = '메뉴';
$lang->menu_count = '메뉴 수';
$lang->menu_management = '메뉴 관리';
@ -30,14 +28,11 @@
$lang->layout_list = '레이아웃 목록';
$lang->downloaded_list = '다운로드 목록';
$lang->limit_menu_depth = '표시 가능';
$lang->cmd_make_child = '하부 메뉴 추가';
$lang->cmd_move_to_installed_list = '생성된 목록 보기';
$lang->cmd_enable_move_menu = '메뉴 옮기기 (선택 후, 위 메뉴를 드래그하세요.)';
$lang->cmd_search_mid = 'mid 찾기';
$lang->msg_cannot_delete_for_child = '하부 메뉴가 있는 메뉴는 삭제하실 수 없습니다.';
$lang->about_title = '모듈에 연결할 때, 쉽게 구분할 수 있는 제목을 입력해주세요.';
$lang->about_menu_management = "메뉴관리는 선택하신 레이아웃에서 사용하는 메뉴를 구성할 수 있도록 합니다.\n정해진 단계까지 메뉴를 구성 가능하며 입력하신 메뉴를 클릭하시면 상세 정보를 입력할 수 있습니다.\n폴더 그림을 클릭하시면 메뉴를 확장하실 수 있습니다.\n간혹 메뉴가 정상적으로 나타나지 않으면 \"캐시파일 재생성\" 버튼을 눌러서 정보를 갱신하세요.\n* 정해진 단계 이상의 메뉴는 제대로 표시되지 않을 수 있습니다.";
$lang->about_menu_name = '관리 및 이미지 버튼이 아닐 경우 메뉴 명으로 나타날 제목입니다.';
@ -46,8 +41,6 @@
$lang->about_menu_expand = '트리메뉴(tree_menu.js)를 사용 하면, 메뉴가 늘 펼쳐진 상태로 있게 합니다.';
$lang->about_menu_img_btn = '이미지 버튼을 등록하면 레이아웃에서 이 메뉴가 이미지 버튼으로 교체되어 표시 됩니다.';
$lang->about_menu_group_srls = '그룹을 선택하시면 해당 그룹의 사용자만 메뉴가 보이게 됩니다. (xml파일을 직접 열람하면 노출이 됩니다.)';
$lang->about_menu = "메뉴모듈은 생성된 모듈을 편리한 메뉴관리기를 통해 정리하고 레이아웃과 연결하여 별도의 수작업 없이 완성된 사이트를 구축하도록 도와줍니다. \n메뉴는 사이트를 관리하기 보다는 모듈과 레이아웃을 연결해 주며 레이아웃을 통해 여러 가지 형태의 메뉴를 표시할 수 있도록 하는 정보만 가지고 있습니다.";
$lang->alert_image_only = '이미지 파일만 등록 가능합니다.';
?>