[76] | 1 | /*! |
---|
| 2 | * Ext JS Library 3.4.0 |
---|
| 3 | * Copyright(c) 2006-2011 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 : " ï¿œï¿œï¿œï¿œï¿œ ", |
---|
| 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 | } |
---|