PageRenderTime 53ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/public/ext/docs/source/ext-lang-he.html

https://gitlab.com/sandorczettner/carpopularizer
HTML | 297 lines | 271 code | 26 blank | 0 comment | 0 complexity | a9aea16db83f86a3dea6057f0bc22ad9 MD5 | raw file
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>The source code</title>
  5. <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
  6. <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
  7. </head>
  8. <body onload="prettyPrint();">
  9. <pre class="prettyprint lang-js"><div id="prop-Ext.state.Provider-indicatorText"></div>/**
  10. * Hebrew Translations
  11. * By spartacus (from forums) 06-12-2007
  12. */
  13. Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">...����</div>';
  14. if(Ext.View){
  15. Ext.View.prototype.emptyText = "";
  16. }
  17. if(Ext.grid.GridPanel){
  18. Ext.grid.GridPanel.prototype.ddText = "����� ������ {0}";
  19. }
  20. if(Ext.TabPanelItem){
  21. Ext.TabPanelItem.prototype.closeText = "���� ������";
  22. }
  23. if(Ext.form.Field){
  24. Ext.form.Field.prototype.invalidText = "���� ���� �� ����";
  25. }
  26. if(Ext.LoadMask){
  27. Ext.LoadMask.prototype.msg = "...����";
  28. }
  29. Date.monthNames = [
  30. "�����",
  31. "������",
  32. "���",
  33. "�����",
  34. "���",
  35. "����",
  36. "����",
  37. "������",
  38. "������",
  39. "�������",
  40. "������",
  41. "�����"
  42. ];
  43. Date.getShortMonthName = function(month) {
  44. return Date.monthNames[month].substring(0, 3);
  45. };
  46. Date.monthNumbers = {
  47. Jan : 0,
  48. Feb : 1,
  49. Mar : 2,
  50. Apr : 3,
  51. May : 4,
  52. Jun : 5,
  53. Jul : 6,
  54. Aug : 7,
  55. Sep : 8,
  56. Oct : 9,
  57. Nov : 10,
  58. Dec : 11
  59. };
  60. Date.getMonthNumber = function(name) {
  61. return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
  62. };
  63. Date.dayNames = [
  64. "�",
  65. "�",
  66. "�",
  67. "�",
  68. "�",
  69. "�",
  70. "�"
  71. ];
  72. Date.getShortDayName = function(day) {
  73. return Date.dayNames[day].substring(0, 3);
  74. };
  75. if(Ext.MessageBox){
  76. Ext.MessageBox.buttonText = {
  77. ok : "�����",
  78. cancel : "�����",
  79. yes : "��",
  80. no : "��"
  81. };
  82. }
  83. if(Ext.util.Format){
  84. Ext.util.Format.date = function(v, format){
  85. if(!v) return "";
  86. if(!(v instanceof Date)) v = new Date(Date.parse(v));
  87. return v.dateFormat(format || "d/m/Y");
  88. };
  89. }
  90. if(Ext.DatePicker){
  91. Ext.apply(Ext.DatePicker.prototype, {
  92. todayText : "����",
  93. minText : ".����� �� �� ���� ������ ������� �����",
  94. maxText : ".����� �� �� ���� ������ ����� �����",
  95. disabledDaysText : "",
  96. disabledDatesText : "",
  97. monthNames : Date.monthNames,
  98. dayNames : Date.dayNames,
  99. nextText : '(Control+Right) ����� ���',
  100. prevText : '(Control+Left) ����� �����',
  101. monthYearText : '(������ ��� Control+Up/Down) ��� ����',
  102. todayTip : "��� ����) {0})",
  103. format : "d/m/Y",
  104. okText : "&#160;�����&#160;",
  105. cancelText : "�����",
  106. startDay : 0
  107. });
  108. }
  109. if(Ext.PagingToolbar){
  110. Ext.apply(Ext.PagingToolbar.prototype, {
  111. beforePageText : "����",
  112. afterPageText : "{0} ����",
  113. firstText : "���� �����",
  114. prevText : "���� ����",
  115. nextText : "���� ���",
  116. lastText : "���� �����",
  117. refreshText : "����",
  118. displayMsg : "���� {0} - {1} ���� {2}",
  119. emptyMsg : '��� ���� �����'
  120. });
  121. }
  122. if(Ext.form.TextField){
  123. Ext.apply(Ext.form.TextField.prototype, {
  124. minLengthText : "{0} ����� ��������� ���� �� ���",
  125. maxLengthText : "{0} ����� ������ ���� �� ���",
  126. blankText : "��� �� �����",
  127. regexText : "",
  128. emptyText : null
  129. });
  130. }
  131. if(Ext.form.NumberField){
  132. Ext.apply(Ext.form.NumberField.prototype, {
  133. minText : "{0} ���� ��������� ���� �� ���",
  134. maxText : "{0} ���� ������ ���� �� ���",
  135. nanText : "��� �� ���� {0}"
  136. });
  137. }
  138. if(Ext.form.DateField){
  139. Ext.apply(Ext.form.DateField.prototype, {
  140. disabledDaysText : "������",
  141. disabledDatesText : "������",
  142. minText : "{0} ������ ���� �� ���� ����� ����",
  143. maxText : "{0} ������ ���� �� ���� ����� ����",
  144. invalidText : "{1} ��� �� ����� ���� - ���� ����� ������ {0}",
  145. format : "m/d/y",
  146. altFormats : "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"
  147. });
  148. }
  149. if(Ext.form.ComboBox){
  150. Ext.apply(Ext.form.ComboBox.prototype, {
  151. loadingText : "...����",
  152. valueNotFoundText : undefined
  153. });
  154. }
  155. if(Ext.form.VTypes){
  156. Ext.apply(Ext.form.VTypes, {
  157. emailText : '"user@example.com" ��� �� ���� ����� ����� ���� �������� ������',
  158. urlText : '"http:/'+'/www.example.com" ��� �� ���� ����� ����� ������� ������',
  159. alphaText : '_��� �� ���� ����� �� ������ �',
  160. alphanumText : '_��� �� ���� ����� �� ������, ������ �'
  161. });
  162. }
  163. if(Ext.form.HtmlEditor){
  164. Ext.apply(Ext.form.HtmlEditor.prototype, {
  165. createLinkText : ':��� ���� �� ����� �������� ���� ������',
  166. buttonTips : {
  167. bold : {
  168. title: '(Ctrl+B) �����',
  169. text: '.���� �� ����� �����',
  170. cls: 'x-html-editor-tip'
  171. },
  172. italic : {
  173. title: '(Ctrl+I) ����',
  174. text: '.��� �� ����� �����',
  175. cls: 'x-html-editor-tip'
  176. },
  177. underline : {
  178. title: '(Ctrl+U) �� ����',
  179. text: '.���� �� ���� ���� ����� �����',
  180. cls: 'x-html-editor-tip'
  181. },
  182. increasefontsize : {
  183. title: '���� ����',
  184. text: '.���� ���� ���� ����� �����',
  185. cls: 'x-html-editor-tip'
  186. },
  187. decreasefontsize : {
  188. title: '���� ����',
  189. text: '.���� ���� ���� ����� �����',
  190. cls: 'x-html-editor-tip'
  191. },
  192. backcolor : {
  193. title: '��� ��� �����',
  194. text: '.��� �� ��� ���� ���� ����� �����',
  195. cls: 'x-html-editor-tip'
  196. },
  197. forecolor : {
  198. title: '��� ����',
  199. text: '.��� �� ��� ����� ���� ����� �����',
  200. cls: 'x-html-editor-tip'
  201. },
  202. justifyleft : {
  203. title: '���� �����',
  204. text: '.��� ����� �� ����� �����',
  205. cls: 'x-html-editor-tip'
  206. },
  207. justifycenter : {
  208. title: '���� �����',
  209. text: '.��� ����� �� ����� �����',
  210. cls: 'x-html-editor-tip'
  211. },
  212. justifyright : {
  213. title: '���� �����',
  214. text: '.��� ����� �� ����� �����',
  215. cls: 'x-html-editor-tip'
  216. },
  217. insertunorderedlist : {
  218. title: '����� ������',
  219. text: '.���� ����� ������',
  220. cls: 'x-html-editor-tip'
  221. },
  222. insertorderedlist : {
  223. title: '����� �������',
  224. text: '.���� ����� �������',
  225. cls: 'x-html-editor-tip'
  226. },
  227. createlink : {
  228. title: '�����',
  229. text: '.���� �� ����� ����� ������',
  230. cls: 'x-html-editor-tip'
  231. },
  232. sourceedit : {
  233. title: '����� ��� ����',
  234. text: '.��� ��� ����',
  235. cls: 'x-html-editor-tip'
  236. }
  237. }
  238. });
  239. }
  240. if(Ext.grid.GridView){
  241. Ext.apply(Ext.grid.GridView.prototype, {
  242. sortAscText : "���� ���� ����",
  243. sortDescText : "���� ���� ����",
  244. lockText : "��� �����",
  245. unlockText : "���� �����",
  246. columnsText : "������"
  247. });
  248. }
  249. if(Ext.grid.GroupingView){
  250. Ext.apply(Ext.grid.GroupingView.prototype, {
  251. emptyGroupText : '(���)',
  252. groupByText : '��� ������� ��� ��� ��',
  253. showGroupsText : '��� �������'
  254. });
  255. }
  256. if(Ext.grid.PropertyColumnModel){
  257. Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
  258. nameText : "��",
  259. valueText : "���",
  260. dateFormat : "m/j/Y"
  261. });
  262. }
  263. if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
  264. Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
  265. splitTip : ".���� ������ ����",
  266. collapsibleSplitTip : ".���� ������ ����. ����� ����� ������"
  267. });
  268. }
  269. </pre>
  270. </body>
  271. </html>