Theme Inspinia
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

grid.locale-bg1251.js 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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 : [{ oper:'eq', text:'�����'}, { oper:'ne', text:'��������'}, { oper:'lt', text:'��-�����'}, { oper:'le', text:'��-����� ���='},{ oper:'gt', text:'��-������'},{ oper:'ge', text:'��-������ ��� ='}, { oper:'bw', text:'������� �'},{ oper:'bn', text:'�� ������� �'},{ oper:'in', text:'�� ������ �'},{ oper:'ni', text:'�� �� ������ �'},{ oper:'ew', text:'�������� �'},{ oper:'en', text:'�� ��������� �'},,{ oper:'cn', text:'�������'}, ,{ oper:'nc', text:'�� �������'} ],
  23. groupOps: [ { op: "AND", text: " � " }, { op: "OR", text: "���" } ]
  24. },
  25. edit : {
  26. addCaption: "��� �����",
  27. editCaption: "�������� �����",
  28. bSubmit: "������",
  29. bCancel: "�����",
  30. bClose: "�������",
  31. saveData: "������� �� ���������! �� ������� �� ���������?",
  32. bYes : "��",
  33. bNo : "��",
  34. bExit : "�����",
  35. msg: {
  36. required:"������ � ������������",
  37. number:"�������� ������� �����!",
  38. minValue:"���������� ������ �� � ��-������ ��� ����� ��",
  39. maxValue:"���������� ������ �� � ��-����� ��� ����� ��",
  40. email: "�� � ������� ��. �����",
  41. integer: "�������� ������� ���� �����",
  42. date: "�������� ������� ����",
  43. url: "e ��������� URL. �������� �� �������('http://' ��� 'https://')",
  44. nodefined : " � ������������!",
  45. novalue : " ������� ������� �� ��������!",
  46. customarray : "������. ������� ������ �� ����� �����!",
  47. customfcheck : "������������� ������� � ������������ ��� ���� ��� �������!"
  48. }
  49. },
  50. view : {
  51. caption: "������� �����",
  52. bClose: "�������"
  53. },
  54. del : {
  55. caption: "���������",
  56. msg: "�� ������ �� ��������� �����?",
  57. bSubmit: "������",
  58. bCancel: "�����"
  59. },
  60. nav : {
  61. edittext: " ",
  62. edittitle: "�������� ������ �����",
  63. addtext:" ",
  64. addtitle: "�������� ��� �����",
  65. deltext: " ",
  66. deltitle: "��������� ������ �����",
  67. searchtext: " ",
  68. searchtitle: "������� �����(�)",
  69. refreshtext: "",
  70. refreshtitle: "������ �������",
  71. alertcap: "��������������",
  72. alerttext: "����, �������� �����",
  73. viewtext: "",
  74. viewtitle: "������� ������ �����"
  75. },
  76. col : {
  77. caption: "����� ������",
  78. bSubmit: "��",
  79. bCancel: "�����"
  80. },
  81. errors : {
  82. errcap : "������",
  83. nourl : "���� ������� url �����",
  84. norecords: "���� ����� �� ���������",
  85. model : "������ �� ����������� �� �������!"
  86. },
  87. formatter : {
  88. integer : {thousandsSeparator: " ", defaultValue: '0'},
  89. number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
  90. currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:" ��.", defaultValue: '0.00'},
  91. date : {
  92. dayNames: [
  93. "���", "���", "��", "��", "���", "���", "���",
  94. "������", "����������", "�������", "�����", "���������", "�����", "������"
  95. ],
  96. monthNames: [
  97. "���", "���", "���", "���", "���", "���", "���", "���", "���", "���", "���", "���",
  98. "������", "��������", "����", "�����", "���", "���", "���", "������", "���������", "��������", "�������", "��������"
  99. ],
  100. AmPm : ["","","",""],
  101. S: function (j) {
  102. if(j==7 || j==8 || j== 27 || j== 28) {
  103. return '��';
  104. }
  105. return ['��', '��', '��'][Math.min((j - 1) % 10, 2)];
  106. },
  107. srcformat: 'Y-m-d',
  108. newformat: 'd/m/Y',
  109. parseRe : /[#%\\\/:_;.,\t\s-]/,
  110. masks : {
  111. ISO8601Long:"Y-m-d H:i:s",
  112. ISO8601Short:"Y-m-d",
  113. ShortDate: "n/j/Y",
  114. LongDate: "l, F d, Y",
  115. FullDateTime: "l, F d, Y g:i:s A",
  116. MonthDay: "F d",
  117. ShortTime: "g:i A",
  118. LongTime: "g:i:s A",
  119. SortableDateTime: "Y-m-d\\TH:i:s",
  120. UniversalSortableDateTime: "Y-m-d H:i:sO",
  121. YearMonth: "F, Y"
  122. },
  123. reformatAfterEdit : false
  124. },
  125. baseLinkUrl: '',
  126. showAction: '',
  127. target: '',
  128. checkbox : {disabled:true},
  129. idName : 'id'
  130. }
  131. });
  132. })(jQuery);