grid.locale-hr.js 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. ;(function($){
  2. /**
  3. * jqGrid Croatian Translation
  4. * Version 1.0.1 (developed for jQuery Grid 4.4)
  5. * msajko@gmail.com
  6. *
  7. * Dual licensed under the MIT and GPL licenses:
  8. * http://www.opensource.org/licenses/mit-license.php
  9. * http://www.gnu.org/licenses/gpl.html
  10. **/
  11. $.jgrid = $.jgrid || {};
  12. $.extend($.jgrid,{
  13. defaults : {
  14. recordtext: "Pregled {0} - {1} od {2}",
  15. emptyrecords: "Nema zapisa",
  16. loadtext: "Učitavam...",
  17. pgtext : "Stranica {0} od {1}"
  18. },
  19. search : {
  20. caption: "Traži...",
  21. Find: "Pretraživanje",
  22. Reset: "Poništi",
  23. odata: [{ oper:'eq', text:"jednak"},{ oper:'ne', text:"nije identičan"},{ oper:'lt', text:"manje"},{ oper:'le', text:"manje ili identično"},{ oper:'gt', text:"veće"},{ oper:'ge', text:"veše ili identično"},{ 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"}],
  24. groupOps: [ { op: "I", text: "sve" }, { op: "ILI", text: "bilo koji" } ]
  25. },
  26. edit : {
  27. addCaption: "Dodaj zapis",
  28. editCaption: "Promijeni zapis",
  29. bSubmit: "Preuzmi",
  30. bCancel: "Odustani",
  31. bClose: "Zatvri",
  32. saveData: "Podaci su promijenjeni! Preuzmi promijene?",
  33. bYes : "Da",
  34. bNo : "Ne",
  35. bExit : "Odustani",
  36. msg: {
  37. required:"Polje je obavezno",
  38. number:"Molim, unesite ispravan broj",
  39. minValue:"Vrijednost mora biti veća ili identična ",
  40. maxValue:"Vrijednost mora biti manja ili identična",
  41. email: "neispravan e-mail",
  42. integer: "Molim, unjeti ispravan cijeli broj (integer)",
  43. date: "Molim, unjeti ispravan datum ",
  44. url: "neispravan URL. Prefiks je obavezan ('http://' or 'https://')",
  45. nodefined : " nije definiran!",
  46. novalue : " zahtjevan podatak je obavezan!",
  47. customarray : "Opcionalna funkcija trebala bi bili polje (array)!",
  48. customfcheck : "Custom function should be present in case of custom checking!"
  49. }
  50. },
  51. view : {
  52. caption: "Otvori zapis",
  53. bClose: "Zatvori"
  54. },
  55. del : {
  56. caption: "Obriši",
  57. msg: "Obriši označen zapis ili više njih?",
  58. bSubmit: "Obriši",
  59. bCancel: "Odustani"
  60. },
  61. nav : {
  62. edittext: " ",
  63. edittitle: "Promijeni obilježeni red",
  64. addtext:" ",
  65. addtitle: "Dodaj novi red",
  66. deltext: " ",
  67. deltitle: "Obriši obilježeni red",
  68. searchtext: " ",
  69. searchtitle: "Potraži zapise",
  70. refreshtext: "",
  71. refreshtitle: "Ponovo preuzmi podatke",
  72. alertcap: "Upozorenje",
  73. alerttext: "Molim, odaberi red",
  74. viewtext: "",
  75. viewtitle: "Pregled obilježenog reda"
  76. },
  77. col : {
  78. caption: "Obilježi kolonu",
  79. bSubmit: "Uredu",
  80. bCancel: "Odustani"
  81. },
  82. errors : {
  83. errcap : "Greška",
  84. nourl : "Nedostaje URL",
  85. norecords: "Bez zapisa za obradu",
  86. model : "colNames i colModel imaju različitu duljinu!"
  87. },
  88. formatter : {
  89. integer : {thousandsSeparator: ".", defaultValue: '0'},
  90. number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
  91. currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:" Kn", defaultValue: '0,00'},
  92. date : {
  93. dayNames: [
  94. "Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub",
  95. "Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota"
  96. ],
  97. monthNames: [
  98. "Sij", "Vel", "Ožu", "Tra", "Svi", "Lip", "Srp", "Kol", "Ruj", "Lis", "Stu", "Pro",
  99. "Siječanj", "Veljača", "Ožujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"
  100. ],
  101. AmPm : ["am","pm","AM","PM"],
  102. S: function (j) {return ''},
  103. srcformat: 'Y-m-d',
  104. newformat: 'd.m.Y.',
  105. parseRe : /[Tt\\\/:_;.,\t\s-]/,
  106. masks : {
  107. // see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
  108. // and see http://docs.jquery.com/UI/Datepicker/formatDate
  109. // and https://github.com/jquery/globalize#dates for alternative formats used frequently
  110. ISO8601Long: "Y-m-d H:i:s",
  111. ISO8601Short: "Y-m-d",
  112. // short date:
  113. // d - Day of the month, 2 digits with leading zeros
  114. // m - Numeric representation of a month, with leading zeros
  115. // Y - A full numeric representation of a year, 4 digits
  116. ShortDate: "d.m.Y.", // in jQuery UI Datepicker: "dd.mm.yy."
  117. // long date:
  118. // l - A full textual representation of the day of the week
  119. // j - Day of the month without leading zeros
  120. // F - A full textual representation of a month
  121. // Y - A full numeric representation of a year, 4 digits
  122. LongDate: "l, j. F Y", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy"
  123. // long date with long time:
  124. // l - A full textual representation of the day of the week
  125. // j - Day of the month without leading zeros
  126. // F - A full textual representation of a month
  127. // Y - A full numeric representation of a year, 4 digits
  128. // H - 24-hour format of an hour with leading zeros
  129. // i - Minutes with leading zeros
  130. // s - Seconds, with leading zeros
  131. FullDateTime: "l, j. F Y H:i:s", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy HH:mm:ss"
  132. // month day:
  133. // d - Day of the month, 2 digits with leading zeros
  134. // F - A full textual representation of a month
  135. MonthDay: "d F", // in jQuery UI Datepicker: "dd MMMM"
  136. // short time (without seconds)
  137. // H - 24-hour format of an hour with leading zeros
  138. // i - Minutes with leading zeros
  139. ShortTime: "H:i", // in jQuery UI Datepicker: "HH:mm"
  140. // long time (with seconds)
  141. // H - 24-hour format of an hour with leading zeros
  142. // i - Minutes with leading zeros
  143. // s - Seconds, with leading zeros
  144. LongTime: "H:i:s", // in jQuery UI Datepicker: "HH:mm:ss"
  145. SortableDateTime: "Y-m-d\\TH:i:s",
  146. UniversalSortableDateTime: "Y-m-d H:i:sO",
  147. // month with year
  148. // F - A full textual representation of a month
  149. // Y - A full numeric representation of a year, 4 digits
  150. YearMonth: "F Y" // in jQuery UI Datepicker: "MMMM yyyy"
  151. },
  152. reformatAfterEdit : false
  153. },
  154. baseLinkUrl: '',
  155. showAction: '',
  156. target: '',
  157. checkbox : {disabled:true},
  158. idName : 'id'
  159. }
  160. });
  161. })(jQuery);