Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / source / ext-lang-he.html
1 <html>\r
2 <head>\r
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
6 </head>\r
7 <body  onload="prettyPrint();">\r
8     <pre class="prettyprint lang-js"><div id="prop-Ext.data.XmlStore-indicatorText"></div>/**
9  * Hebrew Translations
10  * By spartacus (from forums) 06-12-2007
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   "�����",
37   "������",
38   "���",
39   "�����",
40   "���",
41   "����",
42   "����",
43   "������",
44   "������",
45   "�������",
46   "������",
47   "�����"
48 ];
49
50 Date.getShortMonthName = function(month) {
51   return Date.monthNames[month].substring(0, 3);
52 };
53
54 Date.monthNumbers = {
55   Jan : 0,
56   Feb : 1,
57   Mar : 2,
58   Apr : 3,
59   May : 4,
60   Jun : 5,
61   Jul : 6,
62   Aug : 7,
63   Sep : 8,
64   Oct : 9,
65   Nov : 10,
66   Dec : 11
67 };
68
69 Date.getMonthNumber = function(name) {
70   return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
71 };
72
73 Date.dayNames = [
74   "�",
75   "�",
76   "�",
77   "�",
78   "�",
79   "�",
80   "�"
81 ];
82
83 Date.getShortDayName = function(day) {
84   return Date.dayNames[day].substring(0, 3);
85 };
86
87 if(Ext.MessageBox){
88   Ext.MessageBox.buttonText = {
89     ok     : "�����",
90     cancel : "�����",
91     yes    : "��",
92     no     : "��"
93   };
94 }
95
96 if(Ext.util.Format){
97   Ext.util.Format.date = function(v, format){
98     if(!v) return "";
99     if(!(v instanceof Date)) v = new Date(Date.parse(v));
100     return v.dateFormat(format || "d/m/Y");
101   };
102 }
103
104 if(Ext.DatePicker){
105   Ext.apply(Ext.DatePicker.prototype, {
106     todayText         : "����",
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})",
117     format            : "d/m/Y",
118     okText            : "&#160;�����&#160;",
119     cancelText        : "�����",
120     startDay          : 0
121   });
122 }
123
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       : '��� ���� �����'
135   });
136 }
137
138 if(Ext.form.TextField){
139   Ext.apply(Ext.form.TextField.prototype, {
140     minLengthText : "{0} ����� ��������� ���� �� ���",
141     maxLengthText : "{0} ����� ������ ���� �� ���",
142     blankText     : "��� �� �����",
143     regexText     : "",
144     emptyText     : null
145   });
146 }
147
148 if(Ext.form.NumberField){
149   Ext.apply(Ext.form.NumberField.prototype, {
150     minText : "{0} ���� ��������� ���� �� ���",
151     maxText : "{0} ���� ������ ���� �� ���",
152     nanText : "��� �� ���� {0}"
153   });
154 }
155
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}",
163     format            : "m/d/y",
164     altFormats        : "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"
165   });
166 }
167
168 if(Ext.form.ComboBox){
169   Ext.apply(Ext.form.ComboBox.prototype, {
170     loadingText       : "...����",
171     valueNotFoundText : undefined
172   });
173 }
174
175 if(Ext.form.VTypes){
176   Ext.apply(Ext.form.VTypes, {
177     emailText    : '"user@example.com" ��� �� ���� ����� ����� ���� �������� ������',
178     urlText      : '"http:/'+'/www.example.com" ��� �� ���� ����� ����� ������� ������',
179     alphaText    : '_��� �� ���� ����� �� ������ �',
180     alphanumText : '_��� �� ���� ����� �� ������, ������ �'
181   });
182 }
183
184 if(Ext.form.HtmlEditor){
185   Ext.apply(Ext.form.HtmlEditor.prototype, {
186     createLinkText : ':��� ���� �� ����� �������� ���� ������',
187     buttonTips : {
188       bold : {
189         title: '(Ctrl+B) �����',
190         text: '.���� �� ����� �����',
191         cls: 'x-html-editor-tip'
192       },
193       italic : {
194         title: '(Ctrl+I) ����',
195         text: '.��� �� ����� �����',
196         cls: 'x-html-editor-tip'
197       },
198       underline : {
199         title: '(Ctrl+U) �� ����',
200         text: '.���� �� ���� ���� ����� �����',
201         cls: 'x-html-editor-tip'
202       },
203       increasefontsize : {
204         title: '���� ����',
205         text: '.���� ���� ���� ����� �����',
206         cls: 'x-html-editor-tip'
207       },
208       decreasefontsize : {
209         title: '���� ����',
210         text: '.���� ���� ���� ����� �����',
211         cls: 'x-html-editor-tip'
212       },
213       backcolor : {
214         title: '��� ��� �����',
215         text: '.��� �� ��� ���� ���� ����� �����',
216         cls: 'x-html-editor-tip'
217       },
218       forecolor : {
219         title: '��� ����',
220         text: '.��� �� ��� ����� ���� ����� �����',
221         cls: 'x-html-editor-tip'
222       },
223       justifyleft : {
224         title: '���� �����',
225         text: '.��� ����� �� ����� �����',
226         cls: 'x-html-editor-tip'
227       },
228       justifycenter : {
229         title: '���� �����',
230         text: '.��� ����� �� ����� �����',
231         cls: 'x-html-editor-tip'
232       },
233       justifyright : {
234         title: '���� �����',
235         text: '.��� ����� �� ����� �����',
236         cls: 'x-html-editor-tip'
237       },
238       insertunorderedlist : {
239         title: '����� ������',
240         text: '.���� ����� ������',
241         cls: 'x-html-editor-tip'
242       },
243       insertorderedlist : {
244         title: '����� �������',
245         text: '.���� ����� �������',
246         cls: 'x-html-editor-tip'
247       },
248       createlink : {
249         title: '�����',
250         text: '.���� �� ����� ����� ������',
251         cls: 'x-html-editor-tip'
252       },
253       sourceedit : {
254         title: '����� ��� ����',
255         text: '.��� ��� ����',
256         cls: 'x-html-editor-tip'
257       }
258     }
259   });
260 }
261
262 if(Ext.grid.GridView){
263   Ext.apply(Ext.grid.GridView.prototype, {
264     sortAscText  : "���� ���� ����",
265     sortDescText : "���� ���� ����",
266     lockText     : "��� �����",
267     unlockText   : "���� �����",
268     columnsText  : "������"
269   });
270 }
271
272 if(Ext.grid.GroupingView){
273   Ext.apply(Ext.grid.GroupingView.prototype, {
274     emptyGroupText : '(���)',
275     groupByText    : '��� ������� ��� ��� ��',
276     showGroupsText : '��� �������'
277   });
278 }
279
280 if(Ext.grid.PropertyColumnModel){
281   Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
282     nameText   : "��",
283     valueText  : "���",
284     dateFormat : "m/j/Y"
285   });
286 }
287
288 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
289   Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
290     splitTip            : ".���� ������ ����",
291     collapsibleSplitTip : ".���� ������ ����. ����� ����� ������"
292   });
293 }
294 </pre>    \r
295 </body>\r
296 </html>