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