3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
\r
4 <title>The source code</title>
\r
5 <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
\r
6 <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
\r
8 <body onload="prettyPrint();">
\r
9 <pre class="prettyprint lang-js"><div id="prop-Ext.state.Provider-indicatorText"></div>/**
11 * By spartacus (from forums) 06-12-2007
14 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">...����</div>';
17 Ext.View.prototype.emptyText = "";
20 if(Ext.grid.GridPanel){
21 Ext.grid.GridPanel.prototype.ddText = "����� ������ {0}";
25 Ext.TabPanelItem.prototype.closeText = "���� ������";
29 Ext.form.Field.prototype.invalidText = "���� ���� �� ����";
33 Ext.LoadMask.prototype.msg = "...����";
51 Date.getShortMonthName = function(month) {
52 return Date.monthNames[month].substring(0, 3);
70 Date.getMonthNumber = function(name) {
71 return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
84 Date.getShortDayName = function(day) {
85 return Date.dayNames[day].substring(0, 3);
89 Ext.MessageBox.buttonText = {
98 Ext.util.Format.date = function(v, format){
100 if(!(v instanceof Date)) v = new Date(Date.parse(v));
101 return v.dateFormat(format || "d/m/Y");
106 Ext.apply(Ext.DatePicker.prototype, {
108 minText : ".����� �� �� ���� ������ ������� �����",
109 maxText : ".����� �� �� ���� ������ ����� �����",
110 disabledDaysText : "",
111 disabledDatesText : "",
112 monthNames : Date.monthNames,
113 dayNames : Date.dayNames,
114 nextText : '(Control+Right) ����� ���',
115 prevText : '(Control+Left) ����� �����',
116 monthYearText : '(������ ��� Control+Up/Down) ��� ����',
117 todayTip : "��� ����) {0})",
119 okText : " ����� ",
120 cancelText : "�����",
125 if(Ext.PagingToolbar){
126 Ext.apply(Ext.PagingToolbar.prototype, {
127 beforePageText : "����",
128 afterPageText : "{0} ����",
129 firstText : "���� �����",
130 prevText : "���� ����",
131 nextText : "���� ���",
132 lastText : "���� �����",
133 refreshText : "����",
134 displayMsg : "���� {0} - {1} ���� {2}",
135 emptyMsg : '��� ���� �����'
139 if(Ext.form.TextField){
140 Ext.apply(Ext.form.TextField.prototype, {
141 minLengthText : "{0} ����� ��������� ���� �� ���",
142 maxLengthText : "{0} ����� ������ ���� �� ���",
143 blankText : "��� �� �����",
149 if(Ext.form.NumberField){
150 Ext.apply(Ext.form.NumberField.prototype, {
151 minText : "{0} ���� ��������� ���� �� ���",
152 maxText : "{0} ���� ������ ���� �� ���",
153 nanText : "��� �� ���� {0}"
157 if(Ext.form.DateField){
158 Ext.apply(Ext.form.DateField.prototype, {
159 disabledDaysText : "������",
160 disabledDatesText : "������",
161 minText : "{0} ������ ���� �� ���� ����� ����",
162 maxText : "{0} ������ ���� �� ���� ����� ����",
163 invalidText : "{1} ��� �� ����� ���� - ���� ����� ������ {0}",
165 altFormats : "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"
169 if(Ext.form.ComboBox){
170 Ext.apply(Ext.form.ComboBox.prototype, {
171 loadingText : "...����",
172 valueNotFoundText : undefined
177 Ext.apply(Ext.form.VTypes, {
178 emailText : '"user@example.com" ��� �� ���� ����� ����� ���� �������� ������',
179 urlText : '"http:/'+'/www.example.com" ��� �� ���� ����� ����� ������� ������',
180 alphaText : '_��� �� ���� ����� �� ������ �',
181 alphanumText : '_��� �� ���� ����� �� ������, ������ �'
185 if(Ext.form.HtmlEditor){
186 Ext.apply(Ext.form.HtmlEditor.prototype, {
187 createLinkText : ':��� ���� �� ����� �������� ���� ������',
190 title: '(Ctrl+B) �����',
191 text: '.���� �� ����� �����',
192 cls: 'x-html-editor-tip'
195 title: '(Ctrl+I) ����',
196 text: '.��� �� ����� �����',
197 cls: 'x-html-editor-tip'
200 title: '(Ctrl+U) �� ����',
201 text: '.���� �� ���� ���� ����� �����',
202 cls: 'x-html-editor-tip'
206 text: '.���� ���� ���� ����� �����',
207 cls: 'x-html-editor-tip'
211 text: '.���� ���� ���� ����� �����',
212 cls: 'x-html-editor-tip'
215 title: '��� ��� �����',
216 text: '.��� �� ��� ���� ���� ����� �����',
217 cls: 'x-html-editor-tip'
221 text: '.��� �� ��� ����� ���� ����� �����',
222 cls: 'x-html-editor-tip'
226 text: '.��� ����� �� ����� �����',
227 cls: 'x-html-editor-tip'
231 text: '.��� ����� �� ����� �����',
232 cls: 'x-html-editor-tip'
236 text: '.��� ����� �� ����� �����',
237 cls: 'x-html-editor-tip'
239 insertunorderedlist : {
240 title: '����� ������',
241 text: '.���� ����� ������',
242 cls: 'x-html-editor-tip'
244 insertorderedlist : {
245 title: '����� �������',
246 text: '.���� ����� �������',
247 cls: 'x-html-editor-tip'
251 text: '.���� �� ����� ����� ������',
252 cls: 'x-html-editor-tip'
255 title: '����� ��� ����',
256 text: '.��� ��� ����',
257 cls: 'x-html-editor-tip'
263 if(Ext.grid.GridView){
264 Ext.apply(Ext.grid.GridView.prototype, {
265 sortAscText : "���� ���� ����",
266 sortDescText : "���� ���� ����",
267 lockText : "��� �����",
268 unlockText : "���� �����",
269 columnsText : "������"
273 if(Ext.grid.GroupingView){
274 Ext.apply(Ext.grid.GroupingView.prototype, {
275 emptyGroupText : '(���)',
276 groupByText : '��� ������� ��� ��� ��',
277 showGroupsText : '��� �������'
281 if(Ext.grid.PropertyColumnModel){
282 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
289 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
290 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
291 splitTip : ".���� ������ ����",
292 collapsibleSplitTip : ".���� ������ ����. ����� ����� ������"