grid.locale-bg1251.js 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. ;(function($){
  2. /**
  3. * jqGrid Bulgarian Translation
  4. * Tony Tomov tony@trirand.com
  5. * http://trirand.com/blog/
  6. * Dual licensed under the MIT and GPL licenses:
  7. * http://www.opensource.org/licenses/mit-license.php
  8. * http://www.gnu.org/licenses/gpl.html
  9. **/
  10. $.jgrid = $.jgrid || {};
  11. $.extend($.jgrid,{
  12. defaults : {
  13. recordtext: "{0} - {1} �� {2}",
  14. emptyrecords: "���� �����(�)",
  15. loadtext: "��������...",
  16. pgtext : "���. {0} �� {1}"
  17. },
  18. search : {
  19. caption: "�������...",
  20. Find: "������",
  21. Reset: "�������",
  22. odata : ['�����', '��������', '��-�����', '��-����� ���=','��-������','��-������ ��� =', '������� �','�� ������� �','�� ������ �','�� �� ������ �','�������� �','�� ��������� �','�������', '�� �������' ],
  23. groupOps: [ { op: "AND", text: " � " }, { op: "OR", text: "���" } ],
  24. matchText: " ������",
  25. rulesText: " ������"
  26. },
  27. edit : {
  28. addCaption: "��� �����",
  29. editCaption: "�������� �����",
  30. bSubmit: "������",
  31. bCancel: "�����",
  32. bClose: "�������",
  33. saveData: "������� �� ���������! �� ������� �� ���������?",
  34. bYes : "��",
  35. bNo : "��",
  36. bExit : "�����",
  37. msg: {
  38. required:"������ � ������������",
  39. number:"�������� ������� �����!",
  40. minValue:"���������� ������ �� � ��-������ ��� ����� ��",
  41. maxValue:"���������� ������ �� � ��-����� ��� ����� ��",
  42. email: "�� � ������� ��. �����",
  43. integer: "�������� ������� ���� �����",
  44. date: "�������� ������� ����",
  45. url: "e ��������� URL. �������� �� �������('http://' ��� 'https://')",
  46. nodefined : " � ������������!",
  47. novalue : " ������� ������� �� ��������!",
  48. customarray : "������. ������� ������ �� ����� �����!",
  49. customfcheck : "������������� ������� � ������������ ��� ���� ��� �������!"
  50. }
  51. },
  52. view : {
  53. caption: "������� �����",
  54. bClose: "�������"
  55. },
  56. del : {
  57. caption: "���������",
  58. msg: "�� ������ �� ��������� �����?",
  59. bSubmit: "������",
  60. bCancel: "�����"
  61. },
  62. nav : {
  63. edittext: " ",
  64. edittitle: "�������� ������ �����",
  65. addtext:" ",
  66. addtitle: "�������� ��� �����",
  67. deltext: " ",
  68. deltitle: "��������� ������ �����",
  69. searchtext: " ",
  70. searchtitle: "������� �����(�)",
  71. refreshtext: "",
  72. refreshtitle: "������ �������",
  73. alertcap: "��������������",
  74. alerttext: "����, �������� �����",
  75. viewtext: "",
  76. viewtitle: "������� ������ �����"
  77. },
  78. col : {
  79. caption: "����� ������",
  80. bSubmit: "��",
  81. bCancel: "�����"
  82. },
  83. errors : {
  84. errcap : "������",
  85. nourl : "���� ������� url �����",
  86. norecords: "���� ����� �� ���������",
  87. model : "������ �� ����������� �� �������!"
  88. },
  89. formatter : {
  90. integer : {thousandsSeparator: " ", defaultValue: '0'},
  91. number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
  92. currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:" ��.", defaultValue: '0.00'},
  93. date : {
  94. dayNames: [
  95. "���", "���", "��", "��", "���", "���", "���",
  96. "������", "����������", "�������", "�����", "���������", "�����", "������"
  97. ],
  98. monthNames: [
  99. "���", "���", "���", "���", "���", "���", "���", "���", "���", "���", "���", "���",
  100. "������", "��������", "����", "�����", "���", "���", "���", "������", "���������", "��������", "�������", "��������"
  101. ],
  102. AmPm : ["","","",""],
  103. S: function (j) {
  104. if(j==7 || j==8 || j== 27 || j== 28) {
  105. return '��';
  106. }
  107. return ['��', '��', '��'][Math.min((j - 1) % 10, 2)];
  108. },
  109. srcformat: 'Y-m-d',
  110. newformat: 'd/m/Y',
  111. masks : {
  112. ISO8601Long:"Y-m-d H:i:s",
  113. ISO8601Short:"Y-m-d",
  114. ShortDate: "n/j/Y",
  115. LongDate: "l, F d, Y",
  116. FullDateTime: "l, F d, Y g:i:s A",
  117. MonthDay: "F d",
  118. ShortTime: "g:i A",
  119. LongTime: "g:i:s A",
  120. SortableDateTime: "Y-m-d\\TH:i:s",
  121. UniversalSortableDateTime: "Y-m-d H:i:sO",
  122. YearMonth: "F, Y"
  123. },
  124. reformatAfterEdit : false
  125. },
  126. baseLinkUrl: '',
  127. showAction: '',
  128. target: '',
  129. checkbox : {disabled:true},
  130. idName : 'id'
  131. }
  132. });
  133. })(jQuery);