3 <title>The source code</title>
\r
4 <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
\r
5 <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
\r
7 <body onload="prettyPrint();">
\r
8 <pre class="prettyprint lang-js">/*
\r
9 * Croatian translation
\r
10 * By Ylodi (utf8 encoding)
\r
13 * By Stjepan at gmail dot com (utf8 encoding)
\r
17 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Učitavanje...</div>';
\r
20 Ext.View.prototype.emptyText = "";
\r
23 if(Ext.grid.GridPanel){
\r
24 Ext.grid.GridPanel.prototype.ddText = "{0} odabranih redova";
\r
27 if(Ext.TabPanelItem){
\r
28 Ext.TabPanelItem.prototype.closeText = "Zatvori ovaj tab";
\r
32 Ext.form.Field.prototype.invalidText = "Unesena vrijednost u ovom polju je neispravna";
\r
36 Ext.LoadMask.prototype.msg = "Učitavanje...";
\r
54 Date.getShortMonthName = function(month) {
\r
55 return Date.monthNames[month].substring(0, 3);
\r
58 Date.monthNumbers = {
\r
73 Date.getMonthNumber = function(name) {
\r
74 return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
\r
87 Date.getShortDayName = function(day) {
\r
88 return Date.dayNames[day].substring(0, 3);
\r
92 Ext.MessageBox.buttonText = {
\r
94 cancel : "Odustani",
\r
100 if(Ext.util.Format){
\r
101 Ext.util.Format.date = function(v, format){
\r
103 if(!(v instanceof Date)) v = new Date(Date.parse(v));
\r
104 return v.dateFormat(format || "d.m.Y");
\r
108 if(Ext.DatePicker){
\r
109 Ext.apply(Ext.DatePicker.prototype, {
\r
110 todayText : "Danas",
\r
111 minText : "Taj datum je prije najmanjeg datuma",
\r
112 maxText : "Taj datum je poslije najvećeg datuma",
\r
113 disabledDaysText : "",
\r
114 disabledDatesText : "",
\r
115 monthNames : Date.monthNames,
\r
116 dayNames : Date.dayNames,
\r
117 nextText : 'Slijedeći mjesec (Control+Desno)',
\r
118 prevText : 'Prethodni mjesec (Control+Lijevo)',
\r
119 monthYearText : 'Odaberite mjesec (Control+Gore/Dolje za promjenu godine)',
\r
120 todayTip : "{0} (Razmaknica)",
\r
122 okText : " U redu ",
\r
123 cancelText : "Odustani",
\r
128 if(Ext.PagingToolbar){
\r
129 Ext.apply(Ext.PagingToolbar.prototype, {
\r
130 beforePageText : "Stranica",
\r
131 afterPageText : "od {0}",
\r
132 firstText : "Prva stranica",
\r
133 prevText : "Prethodna stranica",
\r
134 nextText : "Slijedeća stranica",
\r
135 lastText : "Posljednja stranica",
\r
136 refreshText : "Obnovi",
\r
137 displayMsg : "Prikazujem {0} - {1} od {2}",
\r
138 emptyMsg : 'Nema podataka za prikaz'
\r
142 if(Ext.form.TextField){
\r
143 Ext.apply(Ext.form.TextField.prototype, {
\r
144 minLengthText : "Minimalna dužina za ovo polje je {0}",
\r
145 maxLengthText : "Maksimalna dužina za ovo polje je {0}",
\r
146 blankText : "Ovo polje je obavezno",
\r
152 if(Ext.form.NumberField){
\r
153 Ext.apply(Ext.form.NumberField.prototype, {
\r
154 minText : "Minimalna vrijednost za ovo polje je {0}",
\r
155 maxText : "Maksimalna vrijednost za ovo polje je {0}",
\r
156 nanText : "{0} nije ispravan broj"
\r
160 if(Ext.form.DateField){
\r
161 Ext.apply(Ext.form.DateField.prototype, {
\r
162 disabledDaysText : "Neaktivno",
\r
163 disabledDatesText : "Neaktivno",
\r
164 minText : "Datum u ovom polje mora biti poslije {0}",
\r
165 maxText : "Datum u ovom polju mora biti prije {0}",
\r
166 invalidText : "{0} nije ispravan datum - mora biti u obliku {1}",
\r
171 if(Ext.form.ComboBox){
\r
172 Ext.apply(Ext.form.ComboBox.prototype, {
\r
173 loadingText : "Učitavanje...",
\r
174 valueNotFoundText : undefined
\r
178 if(Ext.form.VTypes){
\r
179 Ext.apply(Ext.form.VTypes, {
\r
180 emailText : 'Ovdje možete unijeti samo e-mail adresu u obliku "korisnik@domena.com"',
\r
181 urlText : 'Ovdje možete unijeti samo URL u obliku "http:/'+'/www.domena.com"',
\r
182 alphaText : 'Ovo polje može sadržavati samo slova i znak _',
\r
183 alphanumText : 'Ovo polje može sadržavati samo slova, brojeve i znak _'
\r
187 if(Ext.form.HtmlEditor){
\r
188 Ext.apply(Ext.form.HtmlEditor.prototype, {
\r
189 createLinkText : 'Unesite URL za link:',
\r
192 title: 'Podebljano (Ctrl+B)',
\r
193 text: 'Podebljavanje označenog teksta.',
\r
194 cls: 'x-html-editor-tip'
\r
197 title: 'Kurziv (Ctrl+I)',
\r
198 text: 'Pretvaranje označenog tekst u kurziv',
\r
199 cls: 'x-html-editor-tip'
\r
202 title: 'Podcrtano (Ctrl+U)',
\r
203 text: 'Potcrtavanje označenog teksta',
\r
204 cls: 'x-html-editor-tip'
\r
206 increasefontsize : {
\r
207 title: 'Povećanje teksta',
\r
208 text: 'Povećavanje veličine fonta.',
\r
209 cls: 'x-html-editor-tip'
\r
211 decreasefontsize : {
\r
212 title: 'Smanjivanje teksta',
\r
213 text: 'Smanjivanje veličine fonta.',
\r
214 cls: 'x-html-editor-tip'
\r
217 title: 'Boja označenog teksta',
\r
218 text: 'Promjena boje pozadine označenog teksta.',
\r
219 cls: 'x-html-editor-tip'
\r
222 title: 'Boja fonta',
\r
223 text: 'Promjena boje označenog teksta.',
\r
224 cls: 'x-html-editor-tip'
\r
227 title: 'Lijevo poravnanje teksta',
\r
228 text: 'Poravnanje teksta na lijevu stranu.',
\r
229 cls: 'x-html-editor-tip'
\r
232 title: 'Centriranje teksta',
\r
233 text: 'Centriranje teksta u uređivaču teksta.',
\r
234 cls: 'x-html-editor-tip'
\r
237 title: 'Desno poravnanje teksta',
\r
238 text: 'Poravnanje teksta na desnu stranu.',
\r
239 cls: 'x-html-editor-tip'
\r
241 insertunorderedlist : {
\r
242 title: 'Označena lista',
\r
243 text: 'Započinjanje označene liste.',
\r
244 cls: 'x-html-editor-tip'
\r
246 insertorderedlist : {
\r
247 title: 'Numerirana lista',
\r
248 text: 'Započinjanje numerirane liste.',
\r
249 cls: 'x-html-editor-tip'
\r
252 title: 'Hiperveza',
\r
253 text: 'Stvaranje hiperveze od označenog teksta.',
\r
254 cls: 'x-html-editor-tip'
\r
257 title: 'Uređivanje izvornog koda',
\r
258 text: 'Prebacivanje u način rada za uređivanje izvornog koda.',
\r
259 cls: 'x-html-editor-tip'
\r
265 if(Ext.grid.GridView){
\r
266 Ext.apply(Ext.grid.GridView.prototype, {
\r
267 sortAscText : "Sortiraj rastućim redoslijedom",
\r
268 sortDescText : "Sortiraj padajućim redoslijedom",
\r
269 lockText : "Zaključaj stupac",
\r
270 unlockText : "Otključaj stupac",
\r
271 columnsText : "Stupci"
\r
275 if(Ext.grid.GroupingView){
\r
276 Ext.apply(Ext.grid.GroupingView.prototype, {
\r
277 emptyGroupText : '(Ništa)',
\r
278 groupByText : 'Grupiranje po ovom polju',
\r
279 showGroupsText : 'Prikaz u grupama'
\r
283 if(Ext.grid.PropertyColumnModel){
\r
284 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
\r
285 nameText : "Naziv",
\r
286 valueText : "Vrijednost",
\r
287 dateFormat : "d.m.Y"
\r
291 if(Ext.layout.BorderLayout.SplitRegion){
\r
292 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
\r
293 splitTip : "Povuci za promjenu veličine.",
\r
294 collapsibleSplitTip : "Povuci za promjenu veličine. Dvostruki klik za skrivanje."
\r