1 | /*! |
---|
2 | * Ext JS Library 3.4.0 |
---|
3 | * Copyright(c) 2006-2011 Sencha Inc. |
---|
4 | * licensing@sencha.com |
---|
5 | * http://www.sencha.com/license |
---|
6 | */ |
---|
7 | /** |
---|
8 | * Korean Translations By nicetip |
---|
9 | * 05 September 2007 |
---|
10 | * Modify by techbug / 25 February 2008 |
---|
11 | */ |
---|
12 | |
---|
13 | Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">ë¡ë©ì€...</div>'; |
---|
14 | |
---|
15 | if(Ext.View){ |
---|
16 | Ext.View.prototype.emptyText = ""; |
---|
17 | } |
---|
18 | |
---|
19 | if(Ext.grid.GridPanel){ |
---|
20 | Ext.grid.GridPanel.prototype.ddText = "{0} ê°ê° ì íëììµëë€."; |
---|
21 | } |
---|
22 | |
---|
23 | if(Ext.TabPanelItem){ |
---|
24 | Ext.TabPanelItem.prototype.closeText = "ë«êž°"; |
---|
25 | } |
---|
26 | |
---|
27 | if(Ext.form.Field){ |
---|
28 | Ext.form.Field.prototype.invalidText = "ì¬ë°ë¥ž ê°ìŽ ìëëë€."; |
---|
29 | } |
---|
30 | |
---|
31 | if(Ext.LoadMask){ |
---|
32 | Ext.LoadMask.prototype.msg = "ë¡ë©ì€..."; |
---|
33 | } |
---|
34 | |
---|
35 | Date.monthNames = [ |
---|
36 | "1ì", |
---|
37 | "2ì", |
---|
38 | "3ì", |
---|
39 | "4ì", |
---|
40 | "5ì", |
---|
41 | "6ì", |
---|
42 | "7ì", |
---|
43 | "8ì", |
---|
44 | "9ì", |
---|
45 | "10ì", |
---|
46 | "11ì", |
---|
47 | "12ì" |
---|
48 | ]; |
---|
49 | |
---|
50 | Date.dayNames = [ |
---|
51 | "ìŒ", |
---|
52 | "ì", |
---|
53 | "í", |
---|
54 | "ì", |
---|
55 | "목", |
---|
56 | "êž", |
---|
57 | "í " |
---|
58 | ]; |
---|
59 | |
---|
60 | if(Ext.MessageBox){ |
---|
61 | Ext.MessageBox.buttonText = { |
---|
62 | ok : "íìž", |
---|
63 | cancel : "ì·šì", |
---|
64 | yes : "ì", |
---|
65 | no : "ìëì€" |
---|
66 | }; |
---|
67 | } |
---|
68 | |
---|
69 | if(Ext.util.Format){ |
---|
70 | Ext.util.Format.date = function(v, format){ |
---|
71 | if(!v) return ""; |
---|
72 | if(!(v instanceof Date)) v = new Date(Date.parse(v)); |
---|
73 | return v.dateFormat(format || "m/d/Y"); |
---|
74 | }; |
---|
75 | } |
---|
76 | |
---|
77 | if(Ext.DatePicker){ |
---|
78 | Ext.apply(Ext.DatePicker.prototype, { |
---|
79 | todayText : "ì€ë", |
---|
80 | minText : "ìµì ë ì§ë²ì륌 ëììµëë€.", |
---|
81 | maxText : "ìµë ë ì§ë²ì륌 ëììµëë€.", |
---|
82 | disabledDaysText : "", |
---|
83 | disabledDatesText : "", |
---|
84 | monthNames : Date.monthNames, |
---|
85 | dayNames : Date.dayNames, |
---|
86 | nextText : 'ë€ìë¬(컚ížë¡€í€+ì€ë¥žìªœ íìŽí)', |
---|
87 | prevText : 'ìŽì ë¬ (컚ížë¡€í€+ìŒì¡± íìŽí)', |
---|
88 | monthYearText : 'ìì ì ííŽì£Œìžì. (컚ížë¡€í€+ì/ìë íìŽí)', |
---|
89 | todayTip : "{0} (ì€íìŽì€ë°)", |
---|
90 | format : "m/d/y", |
---|
91 | okText : "íìž", |
---|
92 | cancelText : "ì·šì", |
---|
93 | startDay : 0 |
---|
94 | }); |
---|
95 | } |
---|
96 | |
---|
97 | if(Ext.PagingToolbar){ |
---|
98 | Ext.apply(Ext.PagingToolbar.prototype, { |
---|
99 | beforePageText : "íìŽì§", |
---|
100 | afterPageText : "/ {0}", |
---|
101 | firstText : "첫 íìŽì§", |
---|
102 | prevText : "ìŽì íìŽì§", |
---|
103 | nextText : "ë€ì íìŽì§", |
---|
104 | lastText : "ë§ì§ë§ íìŽì§", |
---|
105 | refreshText : "ìë¡ê³ 칚", |
---|
106 | displayMsg : "ì 첎 {2} ì€ {0} - {1}", |
---|
107 | emptyMsg : 'íìí ë°ìŽí°ê° ììµëë€.' |
---|
108 | }); |
---|
109 | } |
---|
110 | |
---|
111 | if(Ext.form.TextField){ |
---|
112 | Ext.apply(Ext.form.TextField.prototype, { |
---|
113 | minLengthText : "ìµìêžžìŽë {0}ì
ëë€.", |
---|
114 | maxLengthText : "ìµëêžžìŽë {0}ì
ëë€.", |
---|
115 | blankText : "ê°ì ì
ë ¥íŽì£Œìžì.", |
---|
116 | regexText : "", |
---|
117 | emptyText : null |
---|
118 | }); |
---|
119 | } |
---|
120 | |
---|
121 | if(Ext.form.NumberField){ |
---|
122 | Ext.apply(Ext.form.NumberField.prototype, { |
---|
123 | minText : "ìµìê°ì {0}ì
ëë€.", |
---|
124 | maxText : "ìµëê°ì {0}ì
ëë€.", |
---|
125 | nanText : "{0}ë ì¬ë°ë¥ž ì«ìê° ìëëë€." |
---|
126 | }); |
---|
127 | } |
---|
128 | |
---|
129 | if(Ext.form.DateField){ |
---|
130 | Ext.apply(Ext.form.DateField.prototype, { |
---|
131 | disabledDaysText : "ë¹íì±", |
---|
132 | disabledDatesText : "ë¹íì±", |
---|
133 | minText : "{0}ìŒ ìŽíì¬ìŒ í©ëë€.", |
---|
134 | maxText : "{0}ìŒ ìŽì ìŽìŽìŒ í©ëë€.", |
---|
135 | invalidText : "{0}ë ì¬ë°ë¥ž ë ì§íììŽ ìëëë€. - ë€ì곌 ê°ì íììŽìŽìŒ í©ëë€. {1}", |
---|
136 | format : "m/d/y", |
---|
137 | startDay : 0 |
---|
138 | }); |
---|
139 | } |
---|
140 | |
---|
141 | if(Ext.form.ComboBox){ |
---|
142 | Ext.apply(Ext.form.ComboBox.prototype, { |
---|
143 | loadingText : "ë¡ë©ì€...", |
---|
144 | valueNotFoundText : undefined |
---|
145 | }); |
---|
146 | } |
---|
147 | |
---|
148 | if(Ext.form.VTypes){ |
---|
149 | Ext.apply(Ext.form.VTypes, { |
---|
150 | emailText : 'ìŽë©ìŒ 죌ì íìì ë§ê² ì
ë ¥íŽìŒí©ëë€. (ì: "user@example.com")', |
---|
151 | urlText : 'URL íìì ë§ê² ì
ë ¥íŽìŒí©ëë€. (ì: "http:/'+'/www.example.com")', |
---|
152 | alphaText : 'ì묞, ë°ì€(_)ë§ ì
ë ¥í ì ììµëë€.', |
---|
153 | alphanumText : 'ì묞, ì«ì, ë°ì€(_)ë§ ì
ë ¥í ì ììµëë€.' |
---|
154 | }); |
---|
155 | } |
---|
156 | |
---|
157 | if(Ext.form.HtmlEditor){ |
---|
158 | Ext.apply(Ext.form.HtmlEditor.prototype, { |
---|
159 | createLinkText : 'URLì ì
ë ¥íŽì£Œìžì:', |
---|
160 | buttonTips : { |
---|
161 | bold : { |
---|
162 | title: 'êµµê² (Ctrl+B)', |
---|
163 | text: 'ì íí í
ì€ížë¥Œ êµµê² íìí©ëë€.', |
---|
164 | cls: 'x-html-editor-tip' |
---|
165 | }, |
---|
166 | italic : { |
---|
167 | title: 'êž°ìžìꌎ (Ctrl+I)', |
---|
168 | text: 'ì íí í
ì€ížë¥Œ êž°ìžìêŒŽë¡ íìí©ëë€.', |
---|
169 | cls: 'x-html-editor-tip' |
---|
170 | }, |
---|
171 | underline : { |
---|
172 | title: 'ë°ì€ (Ctrl+U)', |
---|
173 | text: 'ì íí í
ì€ížì ë°ì€ì íìí©ëë€.', |
---|
174 | cls: 'x-html-editor-tip' |
---|
175 | }, |
---|
176 | increasefontsize : { |
---|
177 | title: 'êžêŒŽí¬êž° ë늌', |
---|
178 | text: 'êžêŒŽ í¬êž°ë¥Œ í¬ê² í©ëë€.', |
---|
179 | cls: 'x-html-editor-tip' |
---|
180 | }, |
---|
181 | decreasefontsize : { |
---|
182 | title: 'êžêŒŽí¬êž° ì€ì', |
---|
183 | text: 'êžêŒŽ í¬êž°ë¥Œ ìê² í©ëë€.', |
---|
184 | cls: 'x-html-editor-tip' |
---|
185 | }, |
---|
186 | backcolor : { |
---|
187 | title: 'í
ì€íž ê°ì¡° ì', |
---|
188 | text: 'ì íí í
ì€ížì 배겜ìì ë³ê²œí©ëë€.', |
---|
189 | cls: 'x-html-editor-tip' |
---|
190 | }, |
---|
191 | forecolor : { |
---|
192 | title: 'êžêŒŽì', |
---|
193 | text: 'ì íí í
ì€ížì ìì ë³ê²œí©ëë€.', |
---|
194 | cls: 'x-html-editor-tip' |
---|
195 | }, |
---|
196 | justifyleft : { |
---|
197 | title: 'í
ì€íž ìŒìªœ ë§ì¶€', |
---|
198 | text: 'ìŒìªœì í
ì€ížë¥Œ ë§ì¶¥ëë€.', |
---|
199 | cls: 'x-html-editor-tip' |
---|
200 | }, |
---|
201 | justifycenter : { |
---|
202 | title: 'ê°ìŽë° ë§ì¶€', |
---|
203 | text: 'ê°ìŽë°ì í
ì€ížë¥Œ ë§ì¶¥ëë€.', |
---|
204 | cls: 'x-html-editor-tip' |
---|
205 | }, |
---|
206 | justifyright : { |
---|
207 | title: 'í
ì€íž ì€ë¥žìªœ ë§ì¶€', |
---|
208 | text: 'ì€ë¥žìªœì í
ì€ížë¥Œ ë§ì¶¥ëë€.', |
---|
209 | cls: 'x-html-editor-tip' |
---|
210 | }, |
---|
211 | insertunorderedlist : { |
---|
212 | title: 'êžëšžëŠ¬ êž°íž', |
---|
213 | text: 'êžëšžëŠ¬ êž°íž ëª©ë¡ì ììí©ëë€.', |
---|
214 | cls: 'x-html-editor-tip' |
---|
215 | }, |
---|
216 | insertorderedlist : { |
---|
217 | title: 'ë²íž 맀ꞰꞰ', |
---|
218 | text: 'ë²íž 맀ꞰꞰ 목ë¡ì ììí©ëë€.', |
---|
219 | cls: 'x-html-editor-tip' |
---|
220 | }, |
---|
221 | createlink : { |
---|
222 | title: 'íìŽíŒë§í¬', |
---|
223 | text: 'ì íí í
ì€ížì íìŽíŒë§í¬ë¥Œ ë§ëëë€.', |
---|
224 | cls: 'x-html-editor-tip' |
---|
225 | }, |
---|
226 | sourceedit : { |
---|
227 | title: 'ìì€ížì§', |
---|
228 | text: 'ìì€ížì§ 몚ëë¡ ë³íí©ëë€.', |
---|
229 | cls: 'x-html-editor-tip' |
---|
230 | } |
---|
231 | } |
---|
232 | }); |
---|
233 | } |
---|
234 | |
---|
235 | if(Ext.grid.GridView){ |
---|
236 | Ext.apply(Ext.grid.GridView.prototype, { |
---|
237 | sortAscText : "ì€ëŠì°šì ì ë ¬", |
---|
238 | sortDescText : "ëŽëŠŒì°šì ì ë ¬", |
---|
239 | lockText : "ì¹ŒëŒ ì êž", |
---|
240 | unlockText : "ì¹ŒëŒ ì êžíŽì ", |
---|
241 | columnsText : "ì¹ŒëŒ ëª©ë¡" |
---|
242 | }); |
---|
243 | } |
---|
244 | |
---|
245 | if(Ext.grid.GroupingView){ |
---|
246 | Ext.apply(Ext.grid.GroupingView.prototype, { |
---|
247 | emptyGroupText : '(None)', |
---|
248 | groupByText : 'íì¬ íëë¡ ê·žë£¹íí©ëë€.', |
---|
249 | showGroupsText : '귞룹ìŒë¡ 볎ì¬ì£Œêž°' |
---|
250 | |
---|
251 | }); |
---|
252 | } |
---|
253 | |
---|
254 | if(Ext.grid.PropertyColumnModel){ |
---|
255 | Ext.apply(Ext.grid.PropertyColumnModel.prototype, { |
---|
256 | nameText : "í목", |
---|
257 | valueText : "ê°", |
---|
258 | dateFormat : "m/j/Y" |
---|
259 | }); |
---|
260 | } |
---|
261 | |
---|
262 | if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){ |
---|
263 | Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, { |
---|
264 | splitTip : "í¬êž°ë³ê²œì ìíŽ ëëê·žíìžì.", |
---|
265 | collapsibleSplitTip : "í¬êž°ë³ê²œì ìíŽ ëëê·ž, ìšêž°êž° ìíŽ ëëžíŽëŠ íìžì." |
---|
266 | }); |
---|
267 | } |
---|
268 | |
---|