Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / docs / source / ext-lang-ko.html
1 <html>\r
2 <head>\r
3   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    \r
4   <title>The source code</title>\r
5     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
6     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
7 </head>\r
8 <body  onload="prettyPrint();">\r
9     <pre class="prettyprint lang-js"><div id="prop-Ext.state.Provider-indicatorText"></div>/**
10  * Korean Translations By nicetip
11  * 05 September 2007
12  * Modify by techbug / 25 February 2008
13  */
14
15 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">로딩중...</div>';
16
17 if(Ext.View){
18    Ext.View.prototype.emptyText = "";
19 }
20
21 if(Ext.grid.GridPanel){
22    Ext.grid.GridPanel.prototype.ddText = "{0} 개가 선택되었습니다.";
23 }
24
25 if(Ext.TabPanelItem){
26    Ext.TabPanelItem.prototype.closeText = "닫기";
27 }
28
29 if(Ext.form.Field){
30    Ext.form.Field.prototype.invalidText = "올바른 값이 아닙니다.";
31 }
32
33 if(Ext.LoadMask){
34     Ext.LoadMask.prototype.msg = "로딩중...";
35 }
36
37 Date.monthNames = [
38    "1월",
39    "2월",
40    "3월",
41    "4월",
42    "5월",
43    "6월",
44    "7월",
45    "8월",
46    "9월",
47    "10월",
48    "11월",
49    "12월"
50 ];
51
52 Date.dayNames = [
53    "일",
54    "월",
55    "화",
56    "수",
57    "목",
58    "금",
59    "토"
60 ];
61
62 if(Ext.MessageBox){
63    Ext.MessageBox.buttonText = {
64       ok     : "확인",
65       cancel : "취소",
66       yes    : "예",
67       no     : "아니오"
68    };
69 }
70
71 if(Ext.util.Format){
72    Ext.util.Format.date = function(v, format){
73       if(!v) return "";
74       if(!(v instanceof Date)) v = new Date(Date.parse(v));
75       return v.dateFormat(format || "m/d/Y");
76    };
77 }
78
79 if(Ext.DatePicker){
80    Ext.apply(Ext.DatePicker.prototype, {
81       todayText         : "오늘",
82       minText           : "최소 날짜범위를 넘었습니다.",
83       maxText           : "최대 날짜범위를 넘었습니다.",
84       disabledDaysText  : "",
85       disabledDatesText : "",
86       monthNames        : Date.monthNames,
87       dayNames          : Date.dayNames,
88       nextText          : '다음달(컨트롤키+오른쪽 화살표)',
89       prevText          : '이전달 (컨트롤키+왼족 화살표)',
90       monthYearText     : '월을 선택해주세요. (컨트롤키+위/아래 화살표)',
91       todayTip          : "{0} (스페이스바)",
92       format            : "m/d/y",
93       okText            : "확인",
94       cancelText        : "취소",
95       startDay          : 0
96    });
97 }
98
99 if(Ext.PagingToolbar){
100    Ext.apply(Ext.PagingToolbar.prototype, {
101       beforePageText : "페이지",
102       afterPageText  : "/ {0}",
103       firstText      : "첫 페이지",
104       prevText       : "이전 페이지",
105       nextText       : "다음 페이지",
106       lastText       : "마지막 페이지",
107       refreshText    : "새로고침",
108       displayMsg     : "전체 {2} 중 {0} - {1}",
109       emptyMsg       : '표시할 데이터가 없습니다.'
110    });
111 }
112
113 if(Ext.form.TextField){
114    Ext.apply(Ext.form.TextField.prototype, {
115       minLengthText : "최소길이는 {0}입니다.",
116       maxLengthText : "최대길이는 {0}입니다.",
117       blankText     : "값을 입력해주세요.",
118       regexText     : "",
119       emptyText     : null
120    });
121 }
122
123 if(Ext.form.NumberField){
124    Ext.apply(Ext.form.NumberField.prototype, {
125       minText : "최소값은 {0}입니다.",
126       maxText : "최대값은 {0}입니다.",
127       nanText : "{0}는 올바른 숫자가 아닙니다."
128    });
129 }
130
131 if(Ext.form.DateField){
132    Ext.apply(Ext.form.DateField.prototype, {
133       disabledDaysText  : "비활성",
134       disabledDatesText : "비활성",
135       minText           : "{0}일 이후여야 합니다.",
136       maxText           : "{0}일 이전이어야 합니다.",
137       invalidText       : "{0}는 올바른 날짜형식이 아닙니다. - 다음과 같은 형식이어야 합니다. {1}",
138       format            : "m/d/y"
139    });
140 }
141
142 if(Ext.form.ComboBox){
143    Ext.apply(Ext.form.ComboBox.prototype, {
144       loadingText       : "로딩중...",
145       valueNotFoundText : undefined
146    });
147 }
148
149 if(Ext.form.VTypes){
150    Ext.apply(Ext.form.VTypes, {
151       emailText    : '이메일 주소 형식에 맞게 입력해야합니다. (예: "user@example.com")',
152       urlText      : 'URL 형식에 맞게 입력해야합니다. (예: "http:/'+'/www.example.com")',
153       alphaText    : '영문, 밑줄(_)만 입력할 수 있습니다.',
154       alphanumText : '영문, 숫자, 밑줄(_)만 입력할 수 있습니다.'
155    });
156 }
157
158 if(Ext.form.HtmlEditor){
159    Ext.apply(Ext.form.HtmlEditor.prototype, {
160    createLinkText : 'URL을 입력해주세요:',
161    buttonTips : {
162             bold : {
163                title: '굵게 (Ctrl+B)',
164                text: '선택한 텍스트를 굵게 표시합니다.',
165                cls: 'x-html-editor-tip'
166             },
167             italic : {
168                title: '기울임꼴 (Ctrl+I)',
169                text: '선택한 텍스트를 기울임꼴로 표시합니다.',
170                cls: 'x-html-editor-tip'
171             },
172             underline : {
173                title: '밑줄 (Ctrl+U)',
174                text: '선택한 텍스트에 밑줄을 표시합니다.',
175                cls: 'x-html-editor-tip'
176            },
177            increasefontsize : {
178                title: '글꼴크기 늘림',
179                text: '글꼴 크기를 크게 합니다.',
180                cls: 'x-html-editor-tip'
181            },
182            decreasefontsize : {
183                title: '글꼴크기 줄임',
184                text: '글꼴 크기를 작게 합니다.',
185                cls: 'x-html-editor-tip'
186            },
187            backcolor : {
188                title: '텍스트 강조 색',
189                text: '선택한 텍스트의 배경색을 변경합니다.',
190                cls: 'x-html-editor-tip'
191            },
192            forecolor : {
193                title: '글꼴색',
194                text: '선택한 텍스트의 색을 변경합니다.',
195                cls: 'x-html-editor-tip'
196            },
197            justifyleft : {
198                title: '텍스트 왼쪽 맞춤',
199                text: '왼쪽에 텍스트를 맞춥니다.',
200                cls: 'x-html-editor-tip'
201            },
202            justifycenter : {
203                title: '가운데 맞춤',
204                text: '가운데에 텍스트를 맞춥니다.',
205                cls: 'x-html-editor-tip'
206            },
207            justifyright : {
208                title: '텍스트 오른쪽 맞춤',
209                text: '오른쪽에 텍스트를 맞춥니다.',
210                cls: 'x-html-editor-tip'
211            },
212            insertunorderedlist : {
213                title: '글머리 기호',
214                text: '글머리 기호 목록을 시작합니다.',
215                cls: 'x-html-editor-tip'
216            },
217            insertorderedlist : {
218                title: '번호 매기기',
219                text: '번호 매기기 목록을 시작합니다.',
220                cls: 'x-html-editor-tip'
221            },
222            createlink : {
223                title: '하이퍼링크',
224                text: '선택한 텍스트에 하이퍼링크를 만듭니다.',
225                cls: 'x-html-editor-tip'
226            },
227            sourceedit : {
228                title: '소스편집',
229                text: '소스편집 모드로 변환합니다.',
230                cls: 'x-html-editor-tip'
231            }
232         }
233    });
234 }
235
236 if(Ext.grid.GridView){
237    Ext.apply(Ext.grid.GridView.prototype, {
238       sortAscText  : "오름차순 정렬",
239       sortDescText : "내림차순 정렬",
240       lockText     : "칼럼 잠금",
241       unlockText   : "칼럼 잠금해제",
242       columnsText  : "칼럼 목록"
243    });
244 }
245
246 if(Ext.grid.GroupingView){
247   Ext.apply(Ext.grid.GroupingView.prototype, {
248     emptyGroupText : '(None)',
249     groupByText    : '현재 필드로 그룹핑합니다.',
250     showGroupsText : '그룹으로 보여주기'
251
252   });
253 }
254
255 if(Ext.grid.PropertyColumnModel){
256    Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
257       nameText   : "항목",
258       valueText  : "값",
259       dateFormat : "m/j/Y"
260    });
261 }
262
263 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
264    Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
265       splitTip            : "크기변경을 위해 드래그하세요.",
266       collapsibleSplitTip : "크기변경을 위해 드래그, 숨기기 위해 더블클릭 하세요."
267    });
268 }
269
270 </pre>    \r
271 </body>\r
272 </html>