169 lines
No EOL
5.8 KiB
HTML
169 lines
No EOL
5.8 KiB
HTML
<html><head><title>ext-lang-hr.js</title><link rel="stylesheet" type="text/css" href="../resources/style.css" media="screen"/></head><body><h1>ext-lang-hr.js</h1><pre class="highlighted"><code><i>/*
|
||
* Croatian translation
|
||
* By Ylodi (utf8 encoding)
|
||
* 10 April 2007
|
||
*/</i>
|
||
|
||
Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">UÄ<EFBFBD>itavanje...</div>';
|
||
|
||
<b>if</b>(Ext.View){
|
||
Ext.View.prototype.emptyText = "";
|
||
}
|
||
|
||
<b>if</b>(Ext.grid.Grid){
|
||
Ext.grid.Grid.prototype.ddText = "{0} odabranih redova";
|
||
}
|
||
|
||
<b>if</b>(Ext.TabPanelItem){
|
||
Ext.TabPanelItem.prototype.closeText = "Zatvori ovaj tab";
|
||
}
|
||
|
||
<b>if</b>(Ext.form.Field){
|
||
Ext.form.Field.prototype.invalidText = "Vrijednost u ovom polju je neispravna";
|
||
}
|
||
|
||
Date.monthNames = [
|
||
"SijeÄ<EFBFBD>anj",
|
||
"VeljaÄ<EFBFBD>a",
|
||
"Ožujak",
|
||
"Travanj",
|
||
"Svibanj",
|
||
"Lipanj",
|
||
"Srpanj",
|
||
"Kolovoz",
|
||
"Rujan",
|
||
"Listopad",
|
||
"Studeni",
|
||
"Prosinac"
|
||
];
|
||
|
||
Date.dayNames = [
|
||
"Nedelja",
|
||
"Ponedeljak",
|
||
"Utorak",
|
||
"Srijeda",
|
||
"ÄŒetvrtak",
|
||
"Petak",
|
||
"Subota"
|
||
];
|
||
|
||
<b>if</b>(Ext.MessageBox){
|
||
Ext.MessageBox.buttonText = {
|
||
ok : "U redu",
|
||
cancel : "Odustani",
|
||
yes : "Da",
|
||
no : "Ne"
|
||
};
|
||
}
|
||
|
||
<b>if</b>(Ext.util.Format){
|
||
Ext.util.Format.date = <b>function</b>(v, format){
|
||
<b>if</b>(!v) <b>return</b> "";
|
||
<b>if</b>(!(v instanceof Date)) v = <b>new</b> Date(Date.parse(v));
|
||
<b>return</b> v.dateFormat(format || "d/m/Y");
|
||
};
|
||
}
|
||
|
||
<b>if</b>(Ext.DatePicker){
|
||
Ext.apply(Ext.DatePicker.prototype, {
|
||
todayText : "Danas",
|
||
minText : "Taj datum je prije najmanjeg datuma",
|
||
maxText : "Taj datum je poslije najvećeg datuma",
|
||
disabledDaysText : "",
|
||
disabledDatesText : "",
|
||
monthNames : Date.monthNames,
|
||
dayNames : Date.dayNames,
|
||
nextText : 'Slijedeći mjesec (Control+Desno)',
|
||
prevText : 'Prethodni mjesec (Control+Lijevo)',
|
||
monthYearText : 'Odaberite mjesec (Control+Gore/Dolje za promjenu godine)',
|
||
todayTip : "{0} (Razmaknica)",
|
||
format : "d/m/y",
|
||
startDay : 1
|
||
});
|
||
}
|
||
|
||
<b>if</b>(Ext.PagingToolbar){
|
||
Ext.apply(Ext.PagingToolbar.prototype, {
|
||
beforePageText : "Stranica",
|
||
afterPageText : "od {0}",
|
||
firstText : "Prva stranica",
|
||
prevText : "Prethodna stranica",
|
||
nextText : "Slijedeća stranica",
|
||
lastText : "Zadnja stranica",
|
||
refreshText : "Obnovi",
|
||
displayMsg : "Prikazujem {0} - {1} od {2}",
|
||
emptyMsg : 'Nema podataka za prikaz'
|
||
});
|
||
}
|
||
|
||
<b>if</b>(Ext.form.TextField){
|
||
Ext.apply(Ext.form.TextField.prototype, {
|
||
minLengthText : "Minimalna dužina za ovo polje je {0}",
|
||
maxLengthText : "Maksimalna dužina za ovo polje je {0}",
|
||
blankText : "Ovo polje je obavezno",
|
||
regexText : "",
|
||
emptyText : null
|
||
});
|
||
}
|
||
|
||
<b>if</b>(Ext.form.NumberField){
|
||
Ext.apply(Ext.form.NumberField.prototype, {
|
||
minText : "Minimalna vrijednost za ovo polje je {0}",
|
||
maxText : "Maksimalna vrijednost za ovo polje je {0}",
|
||
nanText : "{0} is not a valid number"
|
||
});
|
||
}
|
||
|
||
<b>if</b>(Ext.form.DateField){
|
||
Ext.apply(Ext.form.DateField.prototype, {
|
||
disabledDaysText : "Neaktivno",
|
||
disabledDatesText : "Neaktivno",
|
||
minText : "Datum u ovom polje mora biti poslije {0}",
|
||
maxText : "Datum u ovom polju mora biti prije {0}",
|
||
invalidText : "{0} nije ispravan datum - mora biti u obliku {1}",
|
||
format : "d/m/y"
|
||
});
|
||
}
|
||
|
||
<b>if</b>(Ext.form.ComboBox){
|
||
Ext.apply(Ext.form.ComboBox.prototype, {
|
||
loadingText : "UÄ<EFBFBD>itavanje...",
|
||
valueNotFoundText : undefined
|
||
});
|
||
}
|
||
|
||
<b>if</b>(Ext.form.VTypes){
|
||
Ext.apply(Ext.form.VTypes, {
|
||
emailText : 'Ovo polje treba biti e-mail adresa u obliku "korisnik@domena.com"',
|
||
urlText : 'Ovo polje treba biti URL u obliku "http:/'+'/www.domena.com"',
|
||
alphaText : 'Ovo polje treba sadržavati samo slova i znak _',
|
||
alphanumText : 'Ovo polje treba sadržavati samo slova, brojeve i znak _'
|
||
});
|
||
}
|
||
|
||
<b>if</b>(Ext.grid.GridView){
|
||
Ext.apply(Ext.grid.GridView.prototype, {
|
||
sortAscText : "Sortiraj rastućim redoslijedom",
|
||
sortDescText : "Sortiraj padajućim redoslijedom",
|
||
lockText : "ZakljuÄ<EFBFBD>aj stupac",
|
||
unlockText : "OtkljuÄ<EFBFBD>aj stupac",
|
||
columnsText : "Stupci"
|
||
});
|
||
}
|
||
|
||
<b>if</b>(Ext.grid.PropertyColumnModel){
|
||
Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
|
||
nameText : "Naziv",
|
||
valueText : "Vrijednost",
|
||
dateFormat : "j/m/Y"
|
||
});
|
||
}
|
||
|
||
<b>if</b>(Ext.SplitLayoutRegion){
|
||
Ext.apply(Ext.SplitLayoutRegion.prototype, {
|
||
splitTip : "Povuci za promjenu veliÄ<EFBFBD>ine.",
|
||
collapsibleSplitTip : "Povuci za promjenu veliÄ<EFBFBD>ine. Dvostruki klik za skrivanje."
|
||
});
|
||
}
|
||
</code></pre><hr><div style="font-size:10px;text-align:center;color:gray;">Ext - Copyright © 2006-2007 Ext JS, LLC<br />All rights reserved.</div>
|
||
</body></html> |