3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <title>The source code</title>
5 <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
6 <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
8 <body onload="prettyPrint();">
9 <pre class="prettyprint lang-js">/*!
10 * Ext JS Library 3.2.1
11 * Copyright(c) 2006-2010 Ext JS, Inc.
13 * http://www.extjs.com/license
15 <div id="prop-Ext.state.Provider-indicatorText"></div>/**
16 * Korean Translations By nicetip
18 * Modify by techbug / 25 February 2008
21 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">로딩중...</div>';
24 Ext.View.prototype.emptyText = "";
27 if(Ext.grid.GridPanel){
28 Ext.grid.GridPanel.prototype.ddText = "{0} 개가 선택되었습니다.";
32 Ext.TabPanelItem.prototype.closeText = "닫기";
36 Ext.form.Field.prototype.invalidText = "올바른 값이 아닙니다.";
40 Ext.LoadMask.prototype.msg = "로딩중...";
69 Ext.MessageBox.buttonText = {
78 Ext.util.Format.date = function(v, format){
80 if(!(v instanceof Date)) v = new Date(Date.parse(v));
81 return v.dateFormat(format || "m/d/Y");
86 Ext.apply(Ext.DatePicker.prototype, {
88 minText : "최소 날짜범위를 넘었습니다.",
89 maxText : "최대 날짜범위를 넘었습니다.",
90 disabledDaysText : "",
91 disabledDatesText : "",
92 monthNames : Date.monthNames,
93 dayNames : Date.dayNames,
94 nextText : '다음달(컨트롤키+오른쪽 화살표)',
95 prevText : '이전달 (컨트롤키+왼족 화살표)',
96 monthYearText : '월을 선택해주세요. (컨트롤키+위/아래 화살표)',
97 todayTip : "{0} (스페이스바)",
105 if(Ext.PagingToolbar){
106 Ext.apply(Ext.PagingToolbar.prototype, {
107 beforePageText : "페이지",
108 afterPageText : "/ {0}",
112 lastText : "마지막 페이지",
113 refreshText : "새로고침",
114 displayMsg : "전체 {2} 중 {0} - {1}",
115 emptyMsg : '표시할 데이터가 없습니다.'
119 if(Ext.form.TextField){
120 Ext.apply(Ext.form.TextField.prototype, {
121 minLengthText : "최소길이는 {0}입니다.",
122 maxLengthText : "최대길이는 {0}입니다.",
123 blankText : "값을 입력해주세요.",
129 if(Ext.form.NumberField){
130 Ext.apply(Ext.form.NumberField.prototype, {
131 minText : "최소값은 {0}입니다.",
132 maxText : "최대값은 {0}입니다.",
133 nanText : "{0}는 올바른 숫자가 아닙니다."
137 if(Ext.form.DateField){
138 Ext.apply(Ext.form.DateField.prototype, {
139 disabledDaysText : "비활성",
140 disabledDatesText : "비활성",
141 minText : "{0}일 이후여야 합니다.",
142 maxText : "{0}일 이전이어야 합니다.",
143 invalidText : "{0}는 올바른 날짜형식이 아닙니다. - 다음과 같은 형식이어야 합니다. {1}",
148 if(Ext.form.ComboBox){
149 Ext.apply(Ext.form.ComboBox.prototype, {
150 loadingText : "로딩중...",
151 valueNotFoundText : undefined
156 Ext.apply(Ext.form.VTypes, {
157 emailText : '이메일 주소 형식에 맞게 입력해야합니다. (예: "user@example.com")',
158 urlText : 'URL 형식에 맞게 입력해야합니다. (예: "http:/'+'/www.example.com")',
159 alphaText : '영문, 밑줄(_)만 입력할 수 있습니다.',
160 alphanumText : '영문, 숫자, 밑줄(_)만 입력할 수 있습니다.'
164 if(Ext.form.HtmlEditor){
165 Ext.apply(Ext.form.HtmlEditor.prototype, {
166 createLinkText : 'URL을 입력해주세요:',
169 title: '굵게 (Ctrl+B)',
170 text: '선택한 텍스트를 굵게 표시합니다.',
171 cls: 'x-html-editor-tip'
174 title: '기울임꼴 (Ctrl+I)',
175 text: '선택한 텍스트를 기울임꼴로 표시합니다.',
176 cls: 'x-html-editor-tip'
179 title: '밑줄 (Ctrl+U)',
180 text: '선택한 텍스트에 밑줄을 표시합니다.',
181 cls: 'x-html-editor-tip'
185 text: '글꼴 크기를 크게 합니다.',
186 cls: 'x-html-editor-tip'
190 text: '글꼴 크기를 작게 합니다.',
191 cls: 'x-html-editor-tip'
195 text: '선택한 텍스트의 배경색을 변경합니다.',
196 cls: 'x-html-editor-tip'
200 text: '선택한 텍스트의 색을 변경합니다.',
201 cls: 'x-html-editor-tip'
205 text: '왼쪽에 텍스트를 맞춥니다.',
206 cls: 'x-html-editor-tip'
210 text: '가운데에 텍스트를 맞춥니다.',
211 cls: 'x-html-editor-tip'
215 text: '오른쪽에 텍스트를 맞춥니다.',
216 cls: 'x-html-editor-tip'
218 insertunorderedlist : {
220 text: '글머리 기호 목록을 시작합니다.',
221 cls: 'x-html-editor-tip'
223 insertorderedlist : {
225 text: '번호 매기기 목록을 시작합니다.',
226 cls: 'x-html-editor-tip'
230 text: '선택한 텍스트에 하이퍼링크를 만듭니다.',
231 cls: 'x-html-editor-tip'
235 text: '소스편집 모드로 변환합니다.',
236 cls: 'x-html-editor-tip'
242 if(Ext.grid.GridView){
243 Ext.apply(Ext.grid.GridView.prototype, {
244 sortAscText : "오름차순 정렬",
245 sortDescText : "내림차순 정렬",
247 unlockText : "칼럼 잠금해제",
248 columnsText : "칼럼 목록"
252 if(Ext.grid.GroupingView){
253 Ext.apply(Ext.grid.GroupingView.prototype, {
254 emptyGroupText : '(None)',
255 groupByText : '현재 필드로 그룹핑합니다.',
256 showGroupsText : '그룹으로 보여주기'
261 if(Ext.grid.PropertyColumnModel){
262 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
269 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
270 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
271 splitTip : "크기변경을 위해 드래그하세요.",
272 collapsibleSplitTip : "크기변경을 위해 드래그, 숨기기 위해 더블클릭 하세요."