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>/**
17 * By spartacus (from forums) 06-12-2007
20 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">...����</div>';
23 Ext.View.prototype.emptyText = "";
26 if(Ext.grid.GridPanel){
27 Ext.grid.GridPanel.prototype.ddText = "����� ������ {0}";
31 Ext.TabPanelItem.prototype.closeText = "���� ������";
35 Ext.form.Field.prototype.invalidText = "���� ���� �� ����";
39 Ext.LoadMask.prototype.msg = "...����";
57 Date.getShortMonthName = function(month) {
58 return Date.monthNames[month].substring(0, 3);
76 Date.getMonthNumber = function(name) {
77 return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
90 Date.getShortDayName = function(day) {
91 return Date.dayNames[day].substring(0, 3);
95 Ext.MessageBox.buttonText = {
104 Ext.util.Format.date = function(v, format){
106 if(!(v instanceof Date)) v = new Date(Date.parse(v));
107 return v.dateFormat(format || "d/m/Y");
112 Ext.apply(Ext.DatePicker.prototype, {
114 minText : ".����� �� �� ���� ������ ������� �����",
115 maxText : ".����� �� �� ���� ������ ����� �����",
116 disabledDaysText : "",
117 disabledDatesText : "",
118 monthNames : Date.monthNames,
119 dayNames : Date.dayNames,
120 nextText : '(Control+Right) ����� ���',
121 prevText : '(Control+Left) ����� �����',
122 monthYearText : '(������ ��� Control+Up/Down) ��� ����',
123 todayTip : "��� ����) {0})",
125 okText : " ����� ",
126 cancelText : "�����",
131 if(Ext.PagingToolbar){
132 Ext.apply(Ext.PagingToolbar.prototype, {
133 beforePageText : "����",
134 afterPageText : "{0} ����",
135 firstText : "���� �����",
136 prevText : "���� ����",
137 nextText : "���� ���",
138 lastText : "���� �����",
139 refreshText : "����",
140 displayMsg : "���� {0} - {1} ���� {2}",
141 emptyMsg : '��� ���� �����'
145 if(Ext.form.TextField){
146 Ext.apply(Ext.form.TextField.prototype, {
147 minLengthText : "{0} ����� ��������� ���� �� ���",
148 maxLengthText : "{0} ����� ������ ���� �� ���",
149 blankText : "��� �� �����",
155 if(Ext.form.NumberField){
156 Ext.apply(Ext.form.NumberField.prototype, {
157 minText : "{0} ���� ��������� ���� �� ���",
158 maxText : "{0} ���� ������ ���� �� ���",
159 nanText : "��� �� ���� {0}"
163 if(Ext.form.DateField){
164 Ext.apply(Ext.form.DateField.prototype, {
165 disabledDaysText : "������",
166 disabledDatesText : "������",
167 minText : "{0} ������ ���� �� ���� ����� ����",
168 maxText : "{0} ������ ���� �� ���� ����� ����",
169 invalidText : "{1} ��� �� ����� ���� - ���� ����� ������ {0}",
171 altFormats : "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"
175 if(Ext.form.ComboBox){
176 Ext.apply(Ext.form.ComboBox.prototype, {
177 loadingText : "...����",
178 valueNotFoundText : undefined
183 Ext.apply(Ext.form.VTypes, {
184 emailText : '"user@example.com" ��� �� ���� ����� ����� ���� �������� ������',
185 urlText : '"http:/'+'/www.example.com" ��� �� ���� ����� ����� ������� ������',
186 alphaText : '_��� �� ���� ����� �� ������ �',
187 alphanumText : '_��� �� ���� ����� �� ������, ������ �'
191 if(Ext.form.HtmlEditor){
192 Ext.apply(Ext.form.HtmlEditor.prototype, {
193 createLinkText : ':��� ���� �� ����� �������� ���� ������',
196 title: '(Ctrl+B) �����',
197 text: '.���� �� ����� �����',
198 cls: 'x-html-editor-tip'
201 title: '(Ctrl+I) ����',
202 text: '.��� �� ����� �����',
203 cls: 'x-html-editor-tip'
206 title: '(Ctrl+U) �� ����',
207 text: '.���� �� ���� ���� ����� �����',
208 cls: 'x-html-editor-tip'
212 text: '.���� ���� ���� ����� �����',
213 cls: 'x-html-editor-tip'
217 text: '.���� ���� ���� ����� �����',
218 cls: 'x-html-editor-tip'
221 title: '��� ��� �����',
222 text: '.��� �� ��� ���� ���� ����� �����',
223 cls: 'x-html-editor-tip'
227 text: '.��� �� ��� ����� ���� ����� �����',
228 cls: 'x-html-editor-tip'
232 text: '.��� ����� �� ����� �����',
233 cls: 'x-html-editor-tip'
237 text: '.��� ����� �� ����� �����',
238 cls: 'x-html-editor-tip'
242 text: '.��� ����� �� ����� �����',
243 cls: 'x-html-editor-tip'
245 insertunorderedlist : {
246 title: '����� ������',
247 text: '.���� ����� ������',
248 cls: 'x-html-editor-tip'
250 insertorderedlist : {
251 title: '����� �������',
252 text: '.���� ����� �������',
253 cls: 'x-html-editor-tip'
257 text: '.���� �� ����� ����� ������',
258 cls: 'x-html-editor-tip'
261 title: '����� ��� ����',
262 text: '.��� ��� ����',
263 cls: 'x-html-editor-tip'
269 if(Ext.grid.GridView){
270 Ext.apply(Ext.grid.GridView.prototype, {
271 sortAscText : "���� ���� ����",
272 sortDescText : "���� ���� ����",
273 lockText : "��� �����",
274 unlockText : "���� �����",
275 columnsText : "������"
279 if(Ext.grid.GroupingView){
280 Ext.apply(Ext.grid.GroupingView.prototype, {
281 emptyGroupText : '(���)',
282 groupByText : '��� ������� ��� ��� ��',
283 showGroupsText : '��� �������'
287 if(Ext.grid.PropertyColumnModel){
288 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
295 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
296 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
297 splitTip : ".���� ������ ����",
298 collapsibleSplitTip : ".���� ������ ����. ����� ����� ������"