Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / src / locale / ext-lang-he.js
1 /*!
2  * Ext JS Library 3.3.1
3  * Copyright(c) 2006-2010 Sencha Inc.
4  * licensing@sencha.com
5  * http://www.sencha.com/license
6  */
7 /**
8  * Hebrew Translations
9  * By spartacus (from forums) 06-12-2007
10  */
11
12 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">...����</div>';
13
14 if(Ext.View){
15   Ext.View.prototype.emptyText = "";
16 }
17
18 if(Ext.grid.GridPanel){
19   Ext.grid.GridPanel.prototype.ddText = "����� ������ {0}";
20 }
21
22 if(Ext.TabPanelItem){
23   Ext.TabPanelItem.prototype.closeText = "���� ������";
24 }
25
26 if(Ext.form.Field){
27   Ext.form.Field.prototype.invalidText = "���� ���� �� ����";
28 }
29
30 if(Ext.LoadMask){
31   Ext.LoadMask.prototype.msg = "...����";
32 }
33
34 Date.monthNames = [
35   "�����",
36   "������",
37   "���",
38   "�����",
39   "���",
40   "����",
41   "����",
42   "������",
43   "������",
44   "�������",
45   "������",
46   "�����"
47 ];
48
49 Date.getShortMonthName = function(month) {
50   return Date.monthNames[month].substring(0, 3);
51 };
52
53 Date.monthNumbers = {
54   Jan : 0,
55   Feb : 1,
56   Mar : 2,
57   Apr : 3,
58   May : 4,
59   Jun : 5,
60   Jul : 6,
61   Aug : 7,
62   Sep : 8,
63   Oct : 9,
64   Nov : 10,
65   Dec : 11
66 };
67
68 Date.getMonthNumber = function(name) {
69   return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
70 };
71
72 Date.dayNames = [
73   "�",
74   "�",
75   "�",
76   "�",
77   "�",
78   "�",
79   "�"
80 ];
81
82 Date.getShortDayName = function(day) {
83   return Date.dayNames[day].substring(0, 3);
84 };
85
86 if(Ext.MessageBox){
87   Ext.MessageBox.buttonText = {
88     ok     : "�����",
89     cancel : "�����",
90     yes    : "��",
91     no     : "��"
92   };
93 }
94
95 if(Ext.util.Format){
96   Ext.util.Format.date = function(v, format){
97     if(!v) return "";
98     if(!(v instanceof Date)) v = new Date(Date.parse(v));
99     return v.dateFormat(format || "d/m/Y");
100   };
101 }
102
103 if(Ext.DatePicker){
104   Ext.apply(Ext.DatePicker.prototype, {
105     todayText         : "����",
106     minText           : ".����� �� �� ���� ������ ������� �����",
107     maxText           : ".����� �� �� ���� ������ ����� �����",
108     disabledDaysText  : "",
109     disabledDatesText : "",
110     monthNames        : Date.monthNames,
111     dayNames          : Date.dayNames,
112     nextText          : '(Control+Right) ����� ���',
113     prevText          : '(Control+Left) ����� �����',
114     monthYearText     : '(������ ��� Control+Up/Down) ��� ����',
115     todayTip          : "��� ����) {0})",
116     format            : "d/m/Y",
117     okText            : "&#160;�����&#160;",
118     cancelText        : "�����",
119     startDay          : 0
120   });
121 }
122
123 if(Ext.PagingToolbar){
124   Ext.apply(Ext.PagingToolbar.prototype, {
125     beforePageText : "����",
126     afterPageText  : "{0} ����",
127     firstText      : "���� �����",
128     prevText       : "���� ����",
129     nextText       : "���� ���",
130     lastText       : "���� �����",
131     refreshText    : "����",
132     displayMsg     : "���� {0} - {1} ���� {2}",
133     emptyMsg       : '��� ���� �����'
134   });
135 }
136
137 if(Ext.form.TextField){
138   Ext.apply(Ext.form.TextField.prototype, {
139     minLengthText : "{0} ����� ��������� ���� �� ���",
140     maxLengthText : "{0} ����� ������ ���� �� ���",
141     blankText     : "��� �� �����",
142     regexText     : "",
143     emptyText     : null
144   });
145 }
146
147 if(Ext.form.NumberField){
148   Ext.apply(Ext.form.NumberField.prototype, {
149     minText : "{0} ���� ��������� ���� �� ���",
150     maxText : "{0} ���� ������ ���� �� ���",
151     nanText : "��� �� ���� {0}"
152   });
153 }
154
155 if(Ext.form.DateField){
156   Ext.apply(Ext.form.DateField.prototype, {
157     disabledDaysText  : "������",
158     disabledDatesText : "������",
159     minText           : "{0} ������ ���� �� ���� ����� ����",
160     maxText           : "{0} ������ ���� �� ���� ����� ����",
161     invalidText       : "{1} ��� �� ����� ���� - ���� ����� ������ {0}",
162     format            : "m/d/y",
163     altFormats        : "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d",
164     startDay          : 0
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 }