/hippo/src/main/webapp/ext/src/locale/ext-lang-mk.js

http://hdbc.googlecode.com/ · JavaScript · 176 lines · 145 code · 20 blank · 11 comment · 21 complexity · 8a8dabe967596a80815581efada8a686 MD5 · raw file

  1. /*!
  2. * Ext JS Library 3.0.0
  3. * Copyright(c) 2006-2009 Ext JS, LLC
  4. * licensing@extjs.com
  5. * http://www.extjs.com/license
  6. */
  7. /*
  8. * Macedonia translation
  9. * By PetarD petar.dimitrijevic@vorteksed.com.mk (utf8 encoding)
  10. * 23 April 2007
  11. */
  12. Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">????????...</div>';
  13. if(Ext.View){
  14. Ext.View.prototype.emptyText = "";
  15. }
  16. if(Ext.grid.GridPanel){
  17. Ext.grid.GridPanel.prototype.ddText = "{0} ??????? ??????";
  18. }
  19. if(Ext.TabPanelItem){
  20. Ext.TabPanelItem.prototype.closeText = "??????? tab";
  21. }
  22. if(Ext.form.Field){
  23. Ext.form.Field.prototype.invalidText = "????????? ?? ??? ???? ? ?????????";
  24. }
  25. if(Ext.LoadMask){
  26. Ext.LoadMask.prototype.msg = "????????...";
  27. }
  28. Date.monthNames = [
  29. "???????",
  30. "????????",
  31. "????",
  32. "?????",
  33. "???",
  34. "????",
  35. "????",
  36. "??????",
  37. "?????????",
  38. "????????",
  39. "???????",
  40. "????????"
  41. ];
  42. Date.dayNames = [
  43. "??????",
  44. "??????????",
  45. "???????",
  46. "?????",
  47. "????????",
  48. "?????",
  49. "??????"
  50. ];
  51. if(Ext.MessageBox){
  52. Ext.MessageBox.buttonText = {
  53. ok : "???????",
  54. cancel : "???????",
  55. yes : "??",
  56. no : "??"
  57. };
  58. }
  59. if(Ext.util.Format){
  60. Ext.util.Format.date = function(v, format){
  61. if(!v) return "";
  62. if(!(v instanceof Date)) v = new Date(Date.parse(v));
  63. return v.dateFormat(format || "d.m.y");
  64. };
  65. }
  66. if(Ext.DatePicker){
  67. Ext.apply(Ext.DatePicker.prototype, {
  68. todayText : "???????",
  69. minText : "???? ????? ? ???? ????????? ?????",
  70. maxText : "???? ????? ? ???? ??????????? ?????",
  71. disabledDaysText : "",
  72. disabledDatesText : "",
  73. monthNames : Date.monthNames,
  74. dayNames : Date.dayNames,
  75. nextText : '?????? ????? (Control+??????? ?????)',
  76. prevText : '????????? ????? (Control+??????? ????)',
  77. monthYearText : '???????? ????? (Control+??????? ????/??????? ????? ?? ???????? ??????)',
  78. todayTip : "{0} (Spacebar)",
  79. format : "d.m.y"
  80. });
  81. }
  82. if(Ext.PagingToolbar){
  83. Ext.apply(Ext.PagingToolbar.prototype, {
  84. beforePageText : "????????",
  85. afterPageText : "?? {0}",
  86. firstText : "???? ????????",
  87. prevText : "????????? ????????",
  88. nextText : "?????? ????????",
  89. lastText : "???????? ????????",
  90. refreshText : "??????",
  91. displayMsg : "?????????? {0} - {1} ?? {2}",
  92. emptyMsg : '???? ???????? ?? ??????'
  93. });
  94. }
  95. if(Ext.form.TextField){
  96. Ext.apply(Ext.form.TextField.prototype, {
  97. minLengthText : "??????????? ??????? ?? ??? ???? ? {0}",
  98. maxLengthText : "???????????? ??????? ?? ??? ???? ? {0}",
  99. blankText : "?????????? ?? ??? ???? ?? ????????",
  100. regexText : "",
  101. emptyText : null
  102. });
  103. }
  104. if(Ext.form.NumberField){
  105. Ext.apply(Ext.form.NumberField.prototype, {
  106. minText : "??????????? ???????? ?? ??? ???? ? {0}",
  107. maxText : "???????????? ???????? ?? ??? ???? ? {0}",
  108. nanText : "{0} ?? ? ??????? ????"
  109. });
  110. }
  111. if(Ext.form.DateField){
  112. Ext.apply(Ext.form.DateField.prototype, {
  113. disabledDaysText : "?????????",
  114. disabledDatesText : "?????????",
  115. minText : "??????? ?? ??? ???? ???? ?? ???? ???? {0}",
  116. maxText : "??????? ?? ??? ???? ???? ?? ???? ?? {0}",
  117. invalidText : "{0} ?? ? ??????? ????? - ???? ?? ???? ?? ?????? {1}",
  118. format : "d.m.y"
  119. });
  120. }
  121. if(Ext.form.ComboBox){
  122. Ext.apply(Ext.form.ComboBox.prototype, {
  123. loadingText : "????????...",
  124. valueNotFoundText : undefined
  125. });
  126. }
  127. if(Ext.form.VTypes){
  128. Ext.apply(Ext.form.VTypes, {
  129. emailText : '??? ???? ????? ?? ???? e-mail ?????? ?? ?????? "user@example.com"',
  130. urlText : '??? ???? ????? ?? ???? URL ?? ?????? "http:/'+'/www.example.com"',
  131. alphaText : '??? ???? ????? ?? ?????? ???? ????? ? _',
  132. alphanumText : '??? ???? ????? ?? ?????? ???? ?????, ?????? ? _'
  133. });
  134. }
  135. if(Ext.grid.GridView){
  136. Ext.apply(Ext.grid.GridView.prototype, {
  137. sortAscText : "???????? ????????",
  138. sortDescText : "???????? ????????",
  139. lockText : "??????? ??????",
  140. unlockText : "??????? ??????",
  141. columnsText : "??????"
  142. });
  143. }
  144. if(Ext.grid.PropertyColumnModel){
  145. Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
  146. nameText : "???",
  147. valueText : "????????",
  148. dateFormat : "m.d.Y"
  149. });
  150. }
  151. if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
  152. Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
  153. splitTip : "????????? ?? ???????? ?? ??????????.",
  154. collapsibleSplitTip : "????????? ?? ???????? ?? ??????????. ????? ???? ?? ??????."
  155. });
  156. }