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