X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/source/ext-lang-ko.html diff --git a/docs/source/ext-lang-ko.html b/docs/source/ext-lang-ko.html index cbef43dc..5ef4ffb0 100644 --- a/docs/source/ext-lang-ko.html +++ b/docs/source/ext-lang-ko.html @@ -1,11 +1,17 @@ - - - The source code - - - - -
/** + + + The source code + + + + +
/*!
+ * Ext JS Library 3.0.3
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+
/** * Korean Translations By nicetip * 05 September 2007 * Modify by techbug / 25 February 2008 @@ -18,7 +24,7 @@ if(Ext.View){ } if(Ext.grid.GridPanel){ - Ext.grid.GridPanel.prototype.ddText = "{0} 개가 선택되었습니다."; + Ext.grid.GridPanel.prototype.ddText = "{0} 개가 선íƒ?ë?˜ì—ˆìŠµë‹ˆë‹¤."; } if(Ext.TabPanelItem){ @@ -26,7 +32,7 @@ if(Ext.TabPanelItem){ } if(Ext.form.Field){ - Ext.form.Field.prototype.invalidText = "올바른 값이 아닙니다."; + Ext.form.Field.prototype.invalidText = "올바른 값ì?´ 아닙니다."; } if(Ext.LoadMask){ @@ -49,7 +55,7 @@ Date.monthNames = [ ]; Date.dayNames = [ - "일", + "ì?¼", "월", "화", "수", @@ -60,7 +66,7 @@ Date.dayNames = [ if(Ext.MessageBox){ Ext.MessageBox.buttonText = { - ok : "확인", + ok : "확ì?¸", cancel : "취소", yes : "예", no : "아니오" @@ -84,12 +90,12 @@ if(Ext.DatePicker){ disabledDatesText : "", monthNames : Date.monthNames, dayNames : Date.dayNames, - nextText : '다음달(컨트롤키+오른쪽 화살표)', - prevText : '이전달 (컨트롤키+왼족 화살표)', - monthYearText : '월을 선택해주세요. (컨트롤키+위/아래 화살표)', - todayTip : "{0} (스페이스바)", + nextText : '다ì?Œë‹¬(컨트롤키+오른쪽 화살표)', + prevText : 'ì?´ì „달 (컨트롤키+왼족 화살표)', + monthYearText : '월ì?„ 선íƒ?해주세요. (컨트롤키+위/아래 화살표)', + todayTip : "{0} (스페ì?´ìŠ¤ë°”)", format : "m/d/y", - okText : "확인", + okText : "확ì?¸", cancelText : "취소", startDay : 0 }); @@ -97,23 +103,23 @@ if(Ext.DatePicker){ if(Ext.PagingToolbar){ Ext.apply(Ext.PagingToolbar.prototype, { - beforePageText : "페이지", + beforePageText : "페ì?´ì§€", afterPageText : "/ {0}", - firstText : "첫 페이지", - prevText : "이전 페이지", - nextText : "다음 페이지", - lastText : "마지막 페이지", + firstText : "첫 페ì?´ì§€", + prevText : "ì?´ì „ 페ì?´ì§€", + nextText : "다ì?Œ 페ì?´ì§€", + lastText : "마지막 페ì?´ì§€", refreshText : "새로고침", displayMsg : "전체 {2} 중 {0} - {1}", - emptyMsg : '표시할 데이터가 없습니다.' + emptyMsg : '표시할 ë?°ì?´í„°ê°€ 없습니다.' }); } if(Ext.form.TextField){ Ext.apply(Ext.form.TextField.prototype, { - minLengthText : "최소길이는 {0}입니다.", - maxLengthText : "최대길이는 {0}입니다.", - blankText : "값을 입력해주세요.", + minLengthText : "최소길ì?´ëŠ” {0}입니다.", + maxLengthText : "최대길ì?´ëŠ” {0}입니다.", + blankText : "값ì?„ 입력해주세요.", regexText : "", emptyText : null }); @@ -121,9 +127,9 @@ if(Ext.form.TextField){ if(Ext.form.NumberField){ Ext.apply(Ext.form.NumberField.prototype, { - minText : "최소값은 {0}입니다.", - maxText : "최대값은 {0}입니다.", - nanText : "{0}는 올바른 숫자가 아닙니다." + minText : "최소값ì?€ {0}입니다.", + maxText : "최대값ì?€ {0}입니다.", + nanText : "{0}는 올바른 숫ìž?가 아닙니다." }); } @@ -131,9 +137,9 @@ if(Ext.form.DateField){ Ext.apply(Ext.form.DateField.prototype, { disabledDaysText : "비활성", disabledDatesText : "비활성", - minText : "{0}일 이후여야 합니다.", - maxText : "{0}일 이전이어야 합니다.", - invalidText : "{0}는 올바른 날짜형식이 아닙니다. - 다음과 같은 형식이어야 합니다. {1}", + minText : "{0}ì?¼ ì?´í›„여야 합니다.", + maxText : "{0}ì?¼ ì?´ì „ì?´ì–´ì•¼ 합니다.", + invalidText : "{0}는 올바른 날짜형ì‹?ì?´ 아닙니다. - 다ì?Œê³¼ 같ì?€ 형ì‹?ì?´ì–´ì•¼ 합니다. {1}", format : "m/d/y" }); } @@ -147,80 +153,80 @@ if(Ext.form.ComboBox){ if(Ext.form.VTypes){ Ext.apply(Ext.form.VTypes, { - emailText : '이메일 주소 형식에 맞게 입력해야합니다. (예: "user@example.com")', - urlText : 'URL 형식에 맞게 입력해야합니다. (예: "http:/'+'/www.example.com")', - alphaText : '영문, 밑줄(_)만 입력할 수 있습니다.', - alphanumText : '영문, 숫자, 밑줄(_)만 입력할 수 있습니다.' + emailText : 'ì?´ë©”ì?¼ 주소 형ì‹?ì—? 맞게 입력해야합니다. (예: "user@example.com")', + urlText : 'URL 형ì‹?ì—? 맞게 입력해야합니다. (예: "http:/'+'/www.example.com")', + alphaText : 'ì˜?문, 밑줄(_)만 입력할 수 있습니다.', + alphanumText : 'ì˜?문, 숫ìž?, 밑줄(_)만 입력할 수 있습니다.' }); } if(Ext.form.HtmlEditor){ Ext.apply(Ext.form.HtmlEditor.prototype, { - createLinkText : 'URL을 입력해주세요:', + createLinkText : 'URLì?„ 입력해주세요:', buttonTips : { bold : { title: '굵게 (Ctrl+B)', - text: '선택한 텍스트를 굵게 표시합니다.', + text: '선íƒ?한 í…?스트를 굵게 표시합니다.', cls: 'x-html-editor-tip' }, italic : { title: '기울임꼴 (Ctrl+I)', - text: '선택한 텍스트를 기울임꼴로 표시합니다.', + text: '선íƒ?한 í…?스트를 기울임꼴로 표시합니다.', cls: 'x-html-editor-tip' }, underline : { title: '밑줄 (Ctrl+U)', - text: '선택한 텍스트에 밑줄을 표시합니다.', + text: '선íƒ?한 í…?스트ì—? 밑줄ì?„ 표시합니다.', cls: 'x-html-editor-tip' }, increasefontsize : { - title: '글꼴크기 늘림', - text: '글꼴 크기를 크게 합니다.', + title: '글꼴í?¬ê¸° 늘림', + text: '글꼴 í?¬ê¸°ë¥¼ í?¬ê²Œ 합니다.', cls: 'x-html-editor-tip' }, decreasefontsize : { - title: '글꼴크기 줄임', - text: '글꼴 크기를 작게 합니다.', + title: '글꼴í?¬ê¸° 줄임', + text: '글꼴 í?¬ê¸°ë¥¼ 작게 합니다.', cls: 'x-html-editor-tip' }, backcolor : { - title: '텍스트 강조 색', - text: '선택한 텍스트의 배경색을 변경합니다.', + title: 'í…?스트 강조 색', + text: '선íƒ?한 í…?스트ì?˜ 배경색ì?„ 변경합니다.', cls: 'x-html-editor-tip' }, forecolor : { title: '글꼴색', - text: '선택한 텍스트의 색을 변경합니다.', + text: '선íƒ?한 í…?스트ì?˜ 색ì?„ 변경합니다.', cls: 'x-html-editor-tip' }, justifyleft : { - title: '텍스트 왼쪽 맞춤', - text: '왼쪽에 텍스트를 맞춥니다.', + title: 'í…?스트 왼쪽 맞춤', + text: '왼쪽ì—? í…?스트를 맞춥니다.', cls: 'x-html-editor-tip' }, justifycenter : { - title: '가운데 맞춤', - text: '가운데에 텍스트를 맞춥니다.', + title: '가운ë?° 맞춤', + text: '가운ë?°ì—? í…?스트를 맞춥니다.', cls: 'x-html-editor-tip' }, justifyright : { - title: '텍스트 오른쪽 맞춤', - text: '오른쪽에 텍스트를 맞춥니다.', + title: 'í…?스트 오른쪽 맞춤', + text: '오른쪽ì—? í…?스트를 맞춥니다.', cls: 'x-html-editor-tip' }, insertunorderedlist : { title: '글머리 기호', - text: '글머리 기호 목록을 시작합니다.', + text: '글머리 기호 목ë¡?ì?„ 시작합니다.', cls: 'x-html-editor-tip' }, insertorderedlist : { title: '번호 매기기', - text: '번호 매기기 목록을 시작합니다.', + text: '번호 매기기 목ë¡?ì?„ 시작합니다.', cls: 'x-html-editor-tip' }, createlink : { - title: '하이퍼링크', - text: '선택한 텍스트에 하이퍼링크를 만듭니다.', + title: '하ì?´í?¼ë§?í?¬', + text: '선íƒ?한 í…?스트ì—? 하ì?´í?¼ë§?í?¬ë¥¼ 만듭니다.', cls: 'x-html-editor-tip' }, sourceedit : { @@ -238,7 +244,7 @@ if(Ext.grid.GridView){ sortDescText : "내림차순 정렬", lockText : "칼럼 잠금", unlockText : "칼럼 잠금해제", - columnsText : "칼럼 목록" + columnsText : "칼럼 목ë¡?" }); } @@ -261,11 +267,11 @@ if(Ext.grid.PropertyColumnModel){ if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){ Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, { - splitTip : "크기변경을 위해 드래그하세요.", - collapsibleSplitTip : "크기변경을 위해 드래그, 숨기기 위해 더블클릭 하세요." + splitTip : "í?¬ê¸°ë³€ê²½ì?„ 위해 드래그하세요.", + collapsibleSplitTip : "í?¬ê¸°ë³€ê²½ì?„ 위해 드래그, 숨기기 위해 ë?”블í?´ë¦­ 하세요." }); } -
- +
+ \ No newline at end of file