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

@ -27,9 +27,9 @@
$lang->widget_margin_bottom = 'Bottom Margin';
$lang->widget_margin_left= 'Left Margin';
$lang->about_widget_fix_width = 'Please check to fix the width.';
$lang->about_widget_width = 'Please set the width of widget.';
$lang->about_widget_position = 'Please select the position if you want to display many widgets in one line.';
$lang->about_widget_margin = "You may set the margin of widgets' top, bottom, right and left.";
$lang->about_widget_width = 'Please set width for the widget.';
$lang->about_widget_position = 'Please select the position if you want to display many widgets on one line.';
$lang->about_widget_margin = "You may set the top, bottom, right or left margins for the widget.";
$lang->about_widget_cache = 'Cached data can be used during the time you have set.';
$lang->generated_code = 'Generated Code';
@ -38,11 +38,11 @@
$lang->msg_widget_is_not_exists = "'%s' does not exist.";
$lang->msg_widget_object_is_null = "Object of '%s' could not be created.";
$lang->msg_widget_proc_is_null = "proc() of '%s' could not be executed.";
$lang->msg_widget_skin_is_null = "You should select widget's skin";
$lang->msg_widget_skin_is_null = "You should select widget's skin.";
$lang->about_widget_code = 'Please input required value first, and click [Generate Code] button to generate code to add to the template file.';
$lang->about_widget_code = 'Please input the required value first, and click [Generate Code] button to generate the code for adding to the template file.';
$lang->about_widget_code_in_page = 'After entering the required values, click the [Add] button to insert the widget code into the page.';
$lang->about_widget = "A widget is a small free-standing application used in a layout or page module.\n It can be linked with internal module or external open api. Through its configuration setting, wide application is possible. \n You can directly add a widget by using the [Generate Code] function without using the XE page module or layout module.";
$lang->about_widget = "A widget is a small free-standing application used in a layout or page module.\n It can be linked with internal module or external Open API. Through its configuration setting, wide application is possible. \n You can directly add a widget by using the [Generate Code] function without using the XE page module or layout module.";
$lang->cmd_content_insert = "Insert Content by Yourself";
$lang->cmd_box_widget_insert = "Insert Box Widget";

View file

@ -2,11 +2,9 @@
/**
* @file modules/widget/lang/ko.lang.php
* @author NHN (developers@xpressengine.com)
* @brief 위젯(widget) 모듈의 기본 언어팩
* @brief Widget (widget) basic language of the module
**/
$lang->cmd_generate_code = '코드생성';
$lang->widget_name = '위젯 이름';
$lang->widget_maker = '위젯 제작자';
$lang->widget_license = '라이선스';
@ -14,7 +12,6 @@
$lang->widget_info = '위젯 정보';
$lang->widget_code = '코드';
$lang->widget_cache = '캐시';
$lang->widget_fix_width = '크기 고정';
$lang->widget_width = '가로 길이';
$lang->widget_position = '위치';
@ -31,23 +28,18 @@
$lang->about_widget_position = '한 줄에 여러 개의 위젯을 나열하고 싶을 때는 위치를 선택해주세요.';
$lang->about_widget_margin = '지정된 위젯의 상하좌우 여백을 지정할 수 있습니다.';
$lang->about_widget_cache = '지정된 시간동안 캐시된 데이터를 이용할 수 있습니다.';
$lang->generated_code = '생성된 코드';
$lang->widgetstyle= '위젯스타일';
$lang->msg_widget_is_not_exists = '%s 위젯을 찾을 수 없습니다.';
$lang->msg_widget_object_is_null = '%s 위젯의 객체 생성을 할 수 없습니다.';
$lang->msg_widget_proc_is_null = '%s 위젯의 proc() 를 실행할 수 없습니다.';
$lang->msg_widget_skin_is_null = '위젯의 스킨을 선택해 주셔야 정상적으로 동작할 수 있습니다.';
$lang->about_widget_code = '선택하신 위젯에서 요구하는 아래 항목들의 값을 넣고 [코드생성]버튼을 누르시면 제일 아래 칸에 템플릿 파일에 적용할 수 있는 코드가 출력 됩니다.';
$lang->about_widget_code_in_page = '아래 필요한 값들을 입력하신 후 추가 버튼을 누르시면 페이지 내에 위젯이 삽입됩니다.';
$lang->about_widget = "위젯은 레이아웃이나 페이지 모듈에서 사용되는 작은 구성요소입니다.\n위젯은 내부 모듈 또는 외부 open api와 연동될 수도 있고, 설정을 통해 다양하게 응용될 수 있습니다.\nXE의 페이지 모듈이나 레이아웃 모듈을 사용하지 않더라도 [코드생성] 기능을 통해 직접 위젯 추가도 할 수 있습니다.";
$lang->cmd_content_insert = '내용 직접 추가';
$lang->cmd_box_widget_insert = '상자 위젯 추가';
$lang->cmd_remove_all_widgets = '내용 모두 지우기';
$lang->cmd_widget_size = '위젯 크기';
$lang->cmd_widget_align = '위젯 정렬';
$lang->cmd_widget_align_left = '왼쪽';