grid.locale-me.js 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. /**
  2. * jqGrid Montenegrian Translation
  3. * Bild Studio info@bild-studio.net
  4. * http://www.bild-studio.com
  5. * Dual licensed under the MIT and GPL licenses:
  6. * http://www.opensource.org/licenses/mit-license.php
  7. * http://www.gnu.org/licenses/gpl.html
  8. **/
  9. /*global jQuery, define */
  10. (function( factory ) {
  11. "use strict";
  12. if ( typeof define === "function" && define.amd ) {
  13. // AMD. Register as an anonymous module.
  14. define([
  15. "jquery",
  16. "../grid.base"
  17. ], factory );
  18. } else {
  19. // Browser globals
  20. factory( jQuery );
  21. }
  22. }(function( $ ) {
  23. $.jgrid = $.jgrid || {};
  24. if(!$.jgrid.hasOwnProperty("regional")) {
  25. $.jgrid.regional = [];
  26. }
  27. $.jgrid.regional["me"] = {
  28. defaults : {
  29. recordtext: "Pregled {0} - {1} od {2}",
  30. emptyrecords: "Ne postoji nijedan zapis",
  31. loadtext: "Učitivanje...",
  32. pgtext : "Strana {0} od {1}",
  33. savetext: "Saving...",
  34. pgfirst : "First Page",
  35. pglast : "Last Page",
  36. pgnext : "Next Page",
  37. pgprev : "Previous Page",
  38. pgrecs : "Records per Page",
  39. showhide: "Toggle Expand Collapse Grid",
  40. // mobile
  41. pagerCaption : "Grid::Page Settings",
  42. pageText : "Page:",
  43. recordPage : "Records per Page",
  44. nomorerecs : "No more records...",
  45. scrollPullup: "Pull up to load more...",
  46. scrollPulldown : "Pull down to refresh...",
  47. scrollRefresh : "Release to refresh..."
  48. },
  49. search : {
  50. caption: "Traženje...",
  51. Find: "Traži",
  52. Reset: "Resetuj",
  53. 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'}, {oper:'bt', text:'between'}],
  54. groupOps: [ { op: "AND", text: "sva" }, { op: "OR", text: "bilo koje" } ],
  55. operandTitle : "Click to select search operation.",
  56. resetTitle : "Reset Search Value"
  57. },
  58. edit : {
  59. addCaption: "Dodaj zapis",
  60. editCaption: "Izmjeni zapis",
  61. bSubmit: "Pošalji",
  62. bCancel: "Odustani",
  63. bClose: "Zatvori",
  64. saveData: "Podatak je izmjenjen! Sačuvaj izmjene?",
  65. bYes : "Da",
  66. bNo : "Ne",
  67. bExit : "Odustani",
  68. msg: {
  69. required:"Polje je obavezno",
  70. number:"Unesite ispravan broj",
  71. minValue:"vrijednost mora biti veća od ili jednaka sa ",
  72. maxValue:"vrijednost mora biti manja ili jednaka sa",
  73. email: "nije ispravna email adresa, nije valjda da ne umiješ ukucati mail!?",
  74. integer: "Ne zajebaji se unesi cjelobrojnu vrijednost ",
  75. date: "Unesite ispravan datum",
  76. url: "nije ispravan URL. Potreban je prefiks ('http://' or 'https://')",
  77. nodefined : " nije definisan!",
  78. novalue : " zahtjevana je povratna vrijednost!",
  79. customarray : "Prilagođena funkcija treba da vrati niz!",
  80. customfcheck : "Prilagođena funkcija treba da bude prisutana u slučaju prilagođene provjere!"
  81. }
  82. },
  83. view : {
  84. caption: "Pogledaj zapis",
  85. bClose: "Zatvori"
  86. },
  87. del : {
  88. caption: "Izbrisi",
  89. msg: "Izbrisi izabran(e) zapise(e)?",
  90. bSubmit: "Izbriši",
  91. bCancel: "Odbaci"
  92. },
  93. nav : {
  94. edittext: "",
  95. edittitle: "Izmjeni izabrani red",
  96. addtext:"",
  97. addtitle: "Dodaj novi red",
  98. deltext: "",
  99. deltitle: "Izbriši izabran red",
  100. searchtext: "",
  101. searchtitle: "Nađi zapise",
  102. refreshtext: "",
  103. refreshtitle: "Ponovo učitaj podatke",
  104. alertcap: "Upozorenje",
  105. alerttext: "Izaberite red",
  106. viewtext: "",
  107. viewtitle: "Pogledaj izabrani red",
  108. savetext: "",
  109. savetitle: "Save row",
  110. canceltext: "",
  111. canceltitle : "Cancel row editing",
  112. selectcaption : "Actions..."
  113. },
  114. col : {
  115. caption: "Izaberi kolone",
  116. bSubmit: "OK",
  117. bCancel: "Odbaci"
  118. },
  119. errors : {
  120. errcap : "Greška",
  121. nourl : "Nije postavljen URL",
  122. norecords: "Nema zapisa za obradu",
  123. model : "Dužina modela colNames <> colModel!"
  124. },
  125. formatter : {
  126. integer : {thousandsSeparator: " ", defaultValue: '0'},
  127. number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
  128. currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
  129. date : {
  130. dayNames: [
  131. "Ned", "Pon", "Uto", "Sre", "Čet", "Pet", "Sub",
  132. "Nedelja", "Ponedeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota"
  133. ],
  134. monthNames: [
  135. "Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec",
  136. "Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"
  137. ],
  138. AmPm : ["am","pm","AM","PM"],
  139. S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
  140. srcformat: 'Y-m-d',
  141. newformat: 'd/m/Y',
  142. parseRe : /[#%\\\/:_;.,\t\s-]/,
  143. masks : {
  144. ISO8601Long:"Y-m-d H:i:s",
  145. ISO8601Short:"Y-m-d",
  146. ShortDate: "n/j/Y",
  147. LongDate: "l, F d, Y",
  148. FullDateTime: "l, F d, Y g:i:s A",
  149. MonthDay: "F d",
  150. ShortTime: "g:i A",
  151. LongTime: "g:i:s A",
  152. SortableDateTime: "Y-m-d\\TH:i:s",
  153. UniversalSortableDateTime: "Y-m-d H:i:sO",
  154. YearMonth: "F, Y"
  155. },
  156. reformatAfterEdit : false,
  157. userLocalTime : false
  158. },
  159. baseLinkUrl: '',
  160. showAction: '',
  161. target: '',
  162. checkbox : {disabled:true},
  163. idName : 'id'
  164. },
  165. colmenu : {
  166. sortasc : "Sort Ascending",
  167. sortdesc : "Sort Descending",
  168. columns : "Columns",
  169. filter : "Filter",
  170. grouping : "Group By",
  171. ungrouping : "Ungroup",
  172. searchTitle : "Get items with value that:",
  173. freeze : "Freeze",
  174. unfreeze : "Unfreeze",
  175. reorder : "Move to reorder"
  176. }
  177. };
  178. }));