Theme Inspinia
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. ;(function($){
  2. /**
  3. * jqGrid Serbian latin Translation
  4. * Bild Studio info@bild-studio.net
  5. * http://www.bild-studio.com
  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: "Pregled {0} - {1} od {2}",
  14. emptyrecords: "Ne postoji nijedan zapis",
  15. loadtext: "Učitavanje…",
  16. pgtext : "Strana {0} od {1}"
  17. },
  18. search : {
  19. caption: "Traženje...",
  20. Find: "Traži",
  21. Reset: "Resetuj",
  22. odata: [{ oper:'eq', text:"jednako"},{ oper:'ne', text:"nije jednako"},{ oper:'lt', text:"manje"},{ oper:'le', text:"manje ili jednako"},{ oper:'gt', text:"veće"},{ oper:'ge', text:"veće ili jednako"},{ oper:'bw', text:"počinje sa"},{ oper:'bn', text:"ne počinje sa"},{ oper:'in', text:"je u"},{ oper:'ni', text:"nije u"},{ oper:'ew', text:"završava sa"},{ oper:'en', text:"ne završava sa"},{ oper:'cn', text:"sadrži"},{ oper:'nc', text:"ne sadrži"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
  23. groupOps: [ { op: "AND", text: "sva" }, { op: "OR", text: "bilo koje" } ],
  24. operandTitle : "Click to select search operation.",
  25. resetTitle : "Reset Search Value"
  26. },
  27. edit : {
  28. addCaption: "Dodaj zapis",
  29. editCaption: "Izmeni zapis",
  30. bSubmit: "Pošalji",
  31. bCancel: "Odustani",
  32. bClose: "Zatvori",
  33. saveData: "Podatak je izmenjen! Sačuvaj izmene?",
  34. bYes : "Da",
  35. bNo : "Ne",
  36. bExit : "Odustani",
  37. msg: {
  38. required: "Polje je obavezno",
  39. number: "Unesite ispravan broj",
  40. minValue: "vrednost mora biti veća od ili jednaka sa ",
  41. maxValue: "vrednost mora biti manja ili jednaka sa",
  42. email: "nije ispravna email adresa, nije valjda da ne umeš ukucati mail!?",
  43. integer: "Unesi celobrojnu vrednost ",
  44. date: "Unesite ispravan datum",
  45. url: "nije ispravan URL. Potreban je prefiks ('http://' or 'https://')",
  46. nodefined : " nije definisan!",
  47. novalue : " zahtevana je povratna vrednost!",
  48. customarray : "Prilagođena funkcija treba da vrati niz!",
  49. customfcheck : "Prilagođena funkcija treba da bude prisutana u slučaju prilagođene provere!"
  50. }
  51. },
  52. view : {
  53. caption: "Pogledaj zapis",
  54. bClose: "Zatvori"
  55. },
  56. del : {
  57. caption: "Izbrisi",
  58. msg: "Izbrisi izabran(e) zapise(e)?",
  59. bSubmit: "Izbriši",
  60. bCancel: "Odbaci"
  61. },
  62. nav : {
  63. edittext: "",
  64. edittitle: "Izmeni izabrani red",
  65. addtext:"",
  66. addtitle: "Dodaj novi red",
  67. deltext: "",
  68. deltitle: "Izbriši izabran red",
  69. searchtext: "",
  70. searchtitle: "Nađi zapise",
  71. refreshtext: "",
  72. refreshtitle: "Ponovo učitaj podatke",
  73. alertcap: "Upozorenje",
  74. alerttext: "Izaberite red",
  75. viewtext: "",
  76. viewtitle: "Pogledaj izabrani red"
  77. },
  78. col : {
  79. caption: "Izaberi kolone",
  80. bSubmit: "OK",
  81. bCancel: "Odbaci"
  82. },
  83. errors : {
  84. errcap : "Greška",
  85. nourl : "Nije postavljen URL",
  86. norecords: "Nema zapisa za obradu",
  87. model : "Dužina modela colNames <> colModel!"
  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. "Ned", "Pon", "Uto", "Sre", "Čet", "Pet", "Sub",
  96. "Nedelja", "Ponedeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota"
  97. ],
  98. monthNames: [
  99. "Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec",
  100. "Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"
  101. ],
  102. AmPm : ["am","pm","AM","PM"],
  103. S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
  104. srcformat: 'Y-m-d',
  105. newformat: 'd/m/Y',
  106. parseRe : /[#%\\\/:_;.,\t\s-]/,
  107. masks : {
  108. ISO8601Long:"Y-m-d H:i:s",
  109. ISO8601Short:"Y-m-d",
  110. ShortDate: "n/j/Y",
  111. LongDate: "l, F d, Y",
  112. FullDateTime: "l, F d, Y g:i:s A",
  113. MonthDay: "F d",
  114. ShortTime: "g:i A",
  115. LongTime: "g:i:s A",
  116. SortableDateTime: "Y-m-d\\TH:i:s",
  117. UniversalSortableDateTime: "Y-m-d H:i:sO",
  118. YearMonth: "F, Y"
  119. },
  120. reformatAfterEdit : false
  121. },
  122. baseLinkUrl: '',
  123. showAction: '',
  124. target: '',
  125. checkbox : {disabled:true},
  126. idName : 'id'
  127. }
  128. });
  129. })(jQuery);