adm-ntuh-net/ntuh/static/jquery.jqGrid/js/i18n/grid.locale-hr1250.js
2024-12-12 10:19:16 +08:00

129 lines
4 KiB
JavaScript
Executable file
Raw Blame History

;(function($){
/**
* jqGrid Translation
* Tony Tomov tony@trirand.com
* http://trirand.com/blog/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
**/
$.jgrid = $.jgrid || {};
$.extend($.jgrid,{
defaults : {
recordtext: "Pregled {0} - {1} od {2}",
emptyrecords: "Nema zapisa",
loadtext: "U<>itavam...",
pgtext : "Stranica {0} od {1}"
},
search : {
caption: "pretra<72>ivanje...",
Find: "Tra<72>i",
Reset: "Poni<6E>ti",
odata : ['jednak', 'nije identi<74>an', 'manje', 'manje ili identi<74>no','ve<76>e','ve<76>e ili identi<74>no', 'po<70>inje sa','ne po<70>inje sa ','je u','nije u','zavr<76>ava sa','ne zavr<76>ava sa','sadr<64>i','ne sadr<64>i'],
groupOps: [ { op: "U", text: "sve" }, { op: "ILI", text: "bilo koji" } ],
matchText: " podudata se",
rulesText: " pravila"
},
edit : {
addCaption: "Dodaj zapis",
editCaption: "Promijeni zapis",
bSubmit: "Preuzmi",
bCancel: "Odustani",
bClose: "Zatvri",
saveData: "Podaci su promijenjeni! Preuzmi promijene?",
bYes : "Da",
bNo : "Ne",
bExit : "Odustani",
msg: {
required:"Polje je obavezno",
number:"Molim, unesite ispravan broj",
minValue:"vrijednost mora biti ve<76>a ili identi<74>na ",
maxValue:"vrijednost mora biti manja ili identi<74>na",
email: "neispravan e-mail",
integer: "Molim, unjeti ispravan cijeli broj (integer)",
date: "Molim, unjeti ispravan datum ",
url: "neispravan URL. Prefiks je obavezan ('http://' or 'https://')",
nodefined : " nije definiran!",
novalue : " zahtjevan podatak je obavezan!",
customarray : "Opcionalna funkcija trebala bi bili polje (array)!",
customfcheck : "Custom function should be present in case of custom checking!"
}
},
view : {
caption: "Otvori zapis",
bClose: "Zatvori"
},
del : {
caption: "Obri<72>i",
msg: "Obri<72>i ozna<6E>en zapis ili vi<76>e njih?",
bSubmit: "Obri<72>i",
bCancel: "Odustani"
},
nav : {
edittext: "",
edittitle: "Promijeni obilje<6A>eni red",
addtext:"",
addtitle: "Dodaj novi red",
deltext: "",
deltitle: "Obri<72>i obilje<6A>eni red",
searchtext: "",
searchtitle: "Potra<72>i zapise",
refreshtext: "",
refreshtitle: "Ponovo preuzmi podatke",
alertcap: "Upozorenje",
alerttext: "Molim, odaberi red",
viewtext: "",
viewtitle: "Pregled obilje<6A>enog reda"
},
col : {
caption: "Obilje<6A>i kolonu",
bSubmit: "Uredu",
bCancel: "Odustani"
},
errors : {
errcap : "Gre<72>ka",
nourl : "Nedostaje URL",
norecords: "Bez zapisa za obradu",
model : "Duljina colNames <> colModel!"
},
formatter : {
integer : {thousandsSeparator: " ", defaultValue: '0'},
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
date : {
dayNames: [
"Ned", "Pon", "Uto", "Sri", "<22>et", "Pet", "Sub",
"Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "<22>etvrtak", "Petak", "Subota"
],
monthNames: [
"Sij", "Vel", "O<>u", "Tra", "Svi", "Lip", "Srp", "Kol", "Ruj", "Lis", "Stu", "Pro",
"Sije<6A>anj", "Velja<6A>a", "O<>ujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"
],
AmPm : ["am","pm","AM","PM"],
S: function (j) {return ''},
srcformat: 'Y-m-d',
newformat: 'd.m.Y.',
masks : {
ISO8601Long:"Y-m-d H:i:s",
ISO8601Short:"Y-m-d",
ShortDate: "j.n.Y.",
LongDate: "l, j. F Y",
FullDateTime: "l, d. F Y G:i:s",
MonthDay: "d. F",
ShortTime: "G:i",
LongTime: "G:i:s",
SortableDateTime: "Y-m-d\\TH:i:s",
UniversalSortableDateTime: "Y-m-d H:i:sO",
YearMonth: "F, Y"
},
reformatAfterEdit : false
},
baseLinkUrl: '',
showAction: '',
target: '',
checkbox : {disabled:true},
idName : 'id'
}
});
})(jQuery);