3 <title>The source code</title>
\r
4 <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
\r
5 <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
\r
7 <body onload="prettyPrint();">
\r
8 <pre class="prettyprint lang-js"><div id="prop-Ext.data.XmlStore-indicatorText"></div>/**
10 * By spartacus (from forums) 06-12-2007
13 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">...����</div>';
16 Ext.View.prototype.emptyText = "";
19 if(Ext.grid.GridPanel){
20 Ext.grid.GridPanel.prototype.ddText = "����� ������ {0}";
24 Ext.TabPanelItem.prototype.closeText = "���� ������";
28 Ext.form.Field.prototype.invalidText = "���� ���� �� ����";
32 Ext.LoadMask.prototype.msg = "...����";
50 Date.getShortMonthName = function(month) {
51 return Date.monthNames[month].substring(0, 3);
69 Date.getMonthNumber = function(name) {
70 return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
83 Date.getShortDayName = function(day) {
84 return Date.dayNames[day].substring(0, 3);
88 Ext.MessageBox.buttonText = {
97 Ext.util.Format.date = function(v, format){
99 if(!(v instanceof Date)) v = new Date(Date.parse(v));
100 return v.dateFormat(format || "d/m/Y");
105 Ext.apply(Ext.DatePicker.prototype, {
107 minText : ".����� �� �� ���� ������ ������� �����",
108 maxText : ".����� �� �� ���� ������ ����� �����",
109 disabledDaysText : "",
110 disabledDatesText : "",
111 monthNames : Date.monthNames,
112 dayNames : Date.dayNames,
113 nextText : '(Control+Right) ����� ���',
114 prevText : '(Control+Left) ����� �����',
115 monthYearText : '(������ ��� Control+Up/Down) ��� ����',
116 todayTip : "��� ����) {0})",
118 okText : " ����� ",
119 cancelText : "�����",
124 if(Ext.PagingToolbar){
125 Ext.apply(Ext.PagingToolbar.prototype, {
126 beforePageText : "����",
127 afterPageText : "{0} ����",
128 firstText : "���� �����",
129 prevText : "���� ����",
130 nextText : "���� ���",
131 lastText : "���� �����",
132 refreshText : "����",
133 displayMsg : "���� {0} - {1} ���� {2}",
134 emptyMsg : '��� ���� �����'
138 if(Ext.form.TextField){
139 Ext.apply(Ext.form.TextField.prototype, {
140 minLengthText : "{0} ����� ��������� ���� �� ���",
141 maxLengthText : "{0} ����� ������ ���� �� ���",
142 blankText : "��� �� �����",
148 if(Ext.form.NumberField){
149 Ext.apply(Ext.form.NumberField.prototype, {
150 minText : "{0} ���� ��������� ���� �� ���",
151 maxText : "{0} ���� ������ ���� �� ���",
152 nanText : "��� �� ���� {0}"
156 if(Ext.form.DateField){
157 Ext.apply(Ext.form.DateField.prototype, {
158 disabledDaysText : "������",
159 disabledDatesText : "������",
160 minText : "{0} ������ ���� �� ���� ����� ����",
161 maxText : "{0} ������ ���� �� ���� ����� ����",
162 invalidText : "{1} ��� �� ����� ���� - ���� ����� ������ {0}",
164 altFormats : "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"
168 if(Ext.form.ComboBox){
169 Ext.apply(Ext.form.ComboBox.prototype, {
170 loadingText : "...����",
171 valueNotFoundText : undefined
176 Ext.apply(Ext.form.VTypes, {
177 emailText : '"user@example.com" ��� �� ���� ����� ����� ���� �������� ������',
178 urlText : '"http:/'+'/www.example.com" ��� �� ���� ����� ����� ������� ������',
179 alphaText : '_��� �� ���� ����� �� ������ �',
180 alphanumText : '_��� �� ���� ����� �� ������, ������ �'
184 if(Ext.form.HtmlEditor){
185 Ext.apply(Ext.form.HtmlEditor.prototype, {
186 createLinkText : ':��� ���� �� ����� �������� ���� ������',
189 title: '(Ctrl+B) �����',
190 text: '.���� �� ����� �����',
191 cls: 'x-html-editor-tip'
194 title: '(Ctrl+I) ����',
195 text: '.��� �� ����� �����',
196 cls: 'x-html-editor-tip'
199 title: '(Ctrl+U) �� ����',
200 text: '.���� �� ���� ���� ����� �����',
201 cls: 'x-html-editor-tip'
205 text: '.���� ���� ���� ����� �����',
206 cls: 'x-html-editor-tip'
210 text: '.���� ���� ���� ����� �����',
211 cls: 'x-html-editor-tip'
214 title: '��� ��� �����',
215 text: '.��� �� ��� ���� ���� ����� �����',
216 cls: 'x-html-editor-tip'
220 text: '.��� �� ��� ����� ���� ����� �����',
221 cls: 'x-html-editor-tip'
225 text: '.��� ����� �� ����� �����',
226 cls: 'x-html-editor-tip'
230 text: '.��� ����� �� ����� �����',
231 cls: 'x-html-editor-tip'
235 text: '.��� ����� �� ����� �����',
236 cls: 'x-html-editor-tip'
238 insertunorderedlist : {
239 title: '����� ������',
240 text: '.���� ����� ������',
241 cls: 'x-html-editor-tip'
243 insertorderedlist : {
244 title: '����� �������',
245 text: '.���� ����� �������',
246 cls: 'x-html-editor-tip'
250 text: '.���� �� ����� ����� ������',
251 cls: 'x-html-editor-tip'
254 title: '����� ��� ����',
255 text: '.��� ��� ����',
256 cls: 'x-html-editor-tip'
262 if(Ext.grid.GridView){
263 Ext.apply(Ext.grid.GridView.prototype, {
264 sortAscText : "���� ���� ����",
265 sortDescText : "���� ���� ����",
266 lockText : "��� �����",
267 unlockText : "���� �����",
268 columnsText : "������"
272 if(Ext.grid.GroupingView){
273 Ext.apply(Ext.grid.GroupingView.prototype, {
274 emptyGroupText : '(���)',
275 groupByText : '��� ������� ��� ��� ��',
276 showGroupsText : '��� �������'
280 if(Ext.grid.PropertyColumnModel){
281 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
288 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
289 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
290 splitTip : ".���� ������ ����",
291 collapsibleSplitTip : ".���� ������ ����. ����� ����� ������"