commit | author | age
|
76ffa2
|
1 |
<?php |
T |
2 |
|
|
3 |
/* |
9d41ed
|
4 |
|
9b3dc9
|
5 |
+-----------------------------------------------------------------------+ |
Y |
6 |
| language/hr/labels.inc | |
|
7 |
| | |
e019f2
|
8 |
| Language file of the Roundcube Webmail client | |
f5e7b3
|
9 |
| Copyright (C) 2005-2010, The Roundcube Dev Team | |
9b3dc9
|
10 |
| Licensed under the GNU GPL | |
Y |
11 |
| | |
|
12 |
+-----------------------------------------------------------------------+ |
|
13 |
| Author: Edi Budimilic <edi@gemstudio.hr> | |
ac1a2d
|
14 |
| Tanja Dobričić <tanja.dobricic@everymail.info> | |
9b3dc9
|
15 |
+-----------------------------------------------------------------------+ |
76ffa2
|
16 |
|
9b3dc9
|
17 |
@version $Id$ |
76ffa2
|
18 |
|
T |
19 |
*/ |
|
20 |
|
|
21 |
$labels = array(); |
9cc925
|
22 |
$labels['welcome'] = 'Dobrodošli na $product'; |
S |
23 |
$labels['username'] = 'E-mail'; |
|
24 |
$labels['password'] = 'Lozinka'; |
|
25 |
$labels['server'] = 'Server'; |
|
26 |
$labels['login'] = 'Prijava'; |
|
27 |
$labels['logout'] = 'Odjava'; |
|
28 |
$labels['mail'] = 'Sandučić'; |
9dbf74
|
29 |
$labels['settings'] = 'Postavke'; |
T |
30 |
$labels['addressbook'] = 'Imenik'; |
9cc925
|
31 |
$labels['inbox'] = 'Inbox'; |
9dbf74
|
32 |
$labels['drafts'] = 'Predlošci'; |
9cc925
|
33 |
$labels['sent'] = 'Poslano'; |
S |
34 |
$labels['trash'] = 'Smeće'; |
|
35 |
$labels['junk'] = 'Spam'; |
76ffa2
|
36 |
$labels['subject'] = 'Naslov'; |
9cc925
|
37 |
$labels['from'] = 'Od'; |
S |
38 |
$labels['to'] = 'Za'; |
|
39 |
$labels['cc'] = 'Cc'; |
|
40 |
$labels['bcc'] = 'Bcc'; |
ead3d2
|
41 |
$labels['replyto'] = 'Odgovor-na'; |
e624fc
|
42 |
$labels['followupto'] = 'Nastavi-na'; |
9cc925
|
43 |
$labels['date'] = 'Datum'; |
S |
44 |
$labels['size'] = 'Veličina'; |
76ffa2
|
45 |
$labels['priority'] = 'Prioritet'; |
T |
46 |
$labels['organization'] = 'Organizacija'; |
a5ee72
|
47 |
$labels['readstatus'] = 'Pročitano'; |
ead3d2
|
48 |
$labels['mailboxlist'] = 'Mape'; |
9dbf74
|
49 |
$labels['messagesfromto'] = 'Poruke od $from do $to od ukupno $count'; |
a5ee72
|
50 |
$labels['threadsfromto'] = 'Teme od $from do $to od ukupno $count'; |
9dbf74
|
51 |
$labels['messagenrof'] = 'Poruka broj $nr od $count'; |
a5ee72
|
52 |
$labels['copy'] = 'Kopiraj'; |
Y |
53 |
$labels['move'] = 'Premjesti'; |
|
54 |
$labels['moveto'] = 'Premjesti u...'; |
|
55 |
$labels['download'] = 'Preuzmi (download)'; |
76ffa2
|
56 |
$labels['filename'] = 'Ime datoteke'; |
T |
57 |
$labels['filesize'] = 'Veličina datoteke'; |
9dbf74
|
58 |
$labels['addtoaddressbook'] = 'Dodaj u imenik'; |
T |
59 |
$labels['sun'] = 'Ned'; |
|
60 |
$labels['mon'] = 'Pon'; |
|
61 |
$labels['tue'] = 'Uto'; |
|
62 |
$labels['wed'] = 'Sri'; |
|
63 |
$labels['thu'] = 'Čet'; |
|
64 |
$labels['fri'] = 'Pet'; |
|
65 |
$labels['sat'] = 'Sub'; |
9cc925
|
66 |
$labels['sunday'] = 'Nedjelja'; |
S |
67 |
$labels['monday'] = 'Ponedjeljak'; |
|
68 |
$labels['tuesday'] = 'Utorak'; |
76ffa2
|
69 |
$labels['wednesday'] = 'Srijeda'; |
9cc925
|
70 |
$labels['thursday'] = 'Četvrtak'; |
S |
71 |
$labels['friday'] = 'Petak'; |
|
72 |
$labels['saturday'] = 'Subota'; |
9b3dc9
|
73 |
$labels['jan'] = 'Sij'; |
Y |
74 |
$labels['feb'] = 'Velj'; |
|
75 |
$labels['mar'] = 'Ožu'; |
|
76 |
$labels['apr'] = 'Tra'; |
|
77 |
$labels['may'] = 'Svi'; |
|
78 |
$labels['jun'] = 'Lip'; |
|
79 |
$labels['jul'] = 'Srp'; |
|
80 |
$labels['aug'] = 'Kol'; |
|
81 |
$labels['sep'] = 'Ruj'; |
|
82 |
$labels['oct'] = 'Lis'; |
|
83 |
$labels['nov'] = 'Stu'; |
|
84 |
$labels['dec'] = 'Pro'; |
|
85 |
$labels['longjan'] = 'Siječanj'; |
|
86 |
$labels['longfeb'] = 'Veljača'; |
|
87 |
$labels['longmar'] = 'Ožujak'; |
|
88 |
$labels['longapr'] = 'Travanj'; |
|
89 |
$labels['longmay'] = 'Svibanj'; |
|
90 |
$labels['longjun'] = 'Lipanj'; |
|
91 |
$labels['longjul'] = 'Srpanj'; |
|
92 |
$labels['longaug'] = 'Kolovoz'; |
|
93 |
$labels['longsep'] = 'Rujan'; |
|
94 |
$labels['longoct'] = 'Listopad'; |
|
95 |
$labels['longnov'] = 'Studeni'; |
|
96 |
$labels['longdec'] = 'Prosinac'; |
9dbf74
|
97 |
$labels['today'] = 'danas'; |
9cc925
|
98 |
$labels['checkmail'] = 'Provjera novih poruka'; |
S |
99 |
$labels['writenewmessage'] = 'Nova poruka'; |
|
100 |
$labels['replytomessage'] = 'Odgovori na poruku'; |
9dbf74
|
101 |
$labels['replytoallmessage'] = 'Odgovori pošiljaocu i svim primateljima'; |
a5ee72
|
102 |
$labels['replyall'] = 'Odgovori svima'; |
Y |
103 |
$labels['replylist'] = 'Odgovori listi'; |
9cc925
|
104 |
$labels['forwardmessage'] = 'Prosljedi poruku'; |
ead3d2
|
105 |
$labels['deletemessage'] = 'Prebaci poruku u mapu smeće'; |
Y |
106 |
$labels['movemessagetotrash'] = 'Preseli poruke u smeće'; |
|
107 |
$labels['printmessage'] = 'Print poruke'; |
9cc925
|
108 |
$labels['previousmessage'] = 'Prikaži prethodnu poruku'; |
S |
109 |
$labels['firstmessage'] = 'Prikaži prvu poruku'; |
|
110 |
$labels['nextmessage'] = 'Prikaži slijedeću poruku'; |
|
111 |
$labels['lastmessage'] = 'Prikaži zadnju poruku'; |
|
112 |
$labels['backtolist'] = 'Povratak na listu poruka'; |
|
113 |
$labels['viewsource'] = 'Prikaži poruku u izvornom obliku'; |
ead3d2
|
114 |
$labels['markmessages'] = 'Označi poruke'; |
Y |
115 |
$labels['markread'] = 'Kao pročitano'; |
|
116 |
$labels['markunread'] = 'Kao nepročitano'; |
9b3dc9
|
117 |
$labels['markflagged'] = 'Kao markiranu'; |
Y |
118 |
$labels['markunflagged'] = 'Kao nemarkiranu'; |
5e3d6c
|
119 |
$labels['messageactions'] = 'Više akcija'; |
9b3dc9
|
120 |
$labels['select'] = 'Označi'; |
9dbf74
|
121 |
$labels['all'] = 'Sve'; |
T |
122 |
$labels['none'] = 'Nijednu'; |
a5ee72
|
123 |
$labels['currpage'] = 'Trenutna stranica'; |
76ffa2
|
124 |
$labels['unread'] = 'Nepročitane'; |
9b3dc9
|
125 |
$labels['flagged'] = 'Markirane'; |
Y |
126 |
$labels['unanswered'] = 'Neodgovrene'; |
5e3d6c
|
127 |
$labels['deleted'] = 'Obrisano'; |
Y |
128 |
$labels['invert'] = 'Obrni'; |
|
129 |
$labels['filter'] = 'Filtriraj'; |
a5ee72
|
130 |
$labels['list'] = 'Lista'; |
Y |
131 |
$labels['threads'] = 'Teme'; |
|
132 |
$labels['expand-all'] = 'Proširi sve'; |
|
133 |
$labels['expand-unread'] = 'Proširi nepročitane'; |
|
134 |
$labels['collapse-all'] = 'Zatvori sve'; |
|
135 |
$labels['threaded'] = 'Tematski prikaz'; |
|
136 |
$labels['autoexpand_threads'] = 'Proširi teme poruka'; |
|
137 |
$labels['do_expand'] = 'Sve teme'; |
|
138 |
$labels['expand_only_unread'] = 'samo sa nepročitanim porukama'; |
|
139 |
$labels['fromto'] = 'Pošiljatelj/Primatelj'; |
|
140 |
$labels['flag'] = 'Zastava'; |
|
141 |
$labels['attachment'] = 'Privitak'; |
|
142 |
$labels['nonesort'] = 'Ništa'; |
|
143 |
$labels['sentdate'] = 'Datum slanja'; |
|
144 |
$labels['arrival'] = 'Datum primanja'; |
|
145 |
$labels['asc'] = 'uzlazno'; |
|
146 |
$labels['desc'] = 'silazno'; |
|
147 |
$labels['listcolumns'] = 'Kolone'; |
|
148 |
$labels['listsorting'] = 'Sortirajuća kolona'; |
|
149 |
$labels['listorder'] = 'Sortirajući redoslijed'; |
|
150 |
$labels['listmode'] = 'Model pregleda listi'; |
|
151 |
$labels['folderactions'] = 'Akcije mapa'; |
9dbf74
|
152 |
$labels['compact'] = 'Kompresiranje'; |
9b3dc9
|
153 |
$labels['empty'] = 'Isprazni '; |
9dbf74
|
154 |
$labels['quota'] = 'Kvota'; |
9cc925
|
155 |
$labels['unknown'] = 'nepoznato'; |
S |
156 |
$labels['unlimited'] = 'beskonačna'; |
|
157 |
$labels['quicksearch'] = 'Brza pretraga'; |
|
158 |
$labels['resetsearch'] = 'Prikaži sve poruke'; |
5e3d6c
|
159 |
$labels['searchmod'] = 'Postavke pretrage'; |
Y |
160 |
$labels['msgtext'] = 'Cijela poruka'; |
9b3dc9
|
161 |
$labels['openinextwin'] = 'Otvori u novom prozoru'; |
5e3d6c
|
162 |
$labels['emlsave'] = 'Download (.eml)'; |
9cc925
|
163 |
$labels['compose'] = 'Nova poruka'; |
5e3d6c
|
164 |
$labels['editasnew'] = 'Uredi kao novo'; |
9cc925
|
165 |
$labels['savemessage'] = 'Spremi u \'Predlošci\''; |
ead3d2
|
166 |
$labels['sendmessage'] = 'Pošalji poruku'; |
9cc925
|
167 |
$labels['addattachment'] = 'Priloži datoteku'; |
S |
168 |
$labels['charset'] = 'Charset'; |
|
169 |
$labels['editortype'] = 'Tip editora'; |
9dbf74
|
170 |
$labels['returnreceipt'] = 'Potvrda o primitku poruke'; |
a5ee72
|
171 |
$labels['dsn'] = 'Potvrda o poslanoj poruci'; |
Y |
172 |
$labels['editidents'] = 'Promijeni identitete'; |
9dbf74
|
173 |
$labels['checkspelling'] = 'Provjera pravopisa'; |
T |
174 |
$labels['resumeediting'] = 'Povratak u pisanje'; |
ead3d2
|
175 |
$labels['revertto'] = 'Vrati na'; |
9dbf74
|
176 |
$labels['attachments'] = 'Privitci (Attachments)'; |
T |
177 |
$labels['upload'] = 'Dodaj'; |
9cc925
|
178 |
$labels['close'] = 'Zatvori'; |
a5ee72
|
179 |
$labels['messageoptions'] = 'Opcije poruka...'; |
9cc925
|
180 |
$labels['low'] = 'Nizak'; |
S |
181 |
$labels['lowest'] = 'Najniži'; |
|
182 |
$labels['normal'] = 'Srednji'; |
|
183 |
$labels['high'] = 'Visok'; |
9dbf74
|
184 |
$labels['highest'] = 'Najviši'; |
9cc925
|
185 |
$labels['nosubject'] = '(bez naslova)'; |
9dbf74
|
186 |
$labels['showimages'] = 'Prikaži slike'; |
9b3dc9
|
187 |
$labels['alwaysshow'] = 'Uvijek prikaži slike od $sender'; |
9cc925
|
188 |
$labels['htmltoggle'] = 'HTML'; |
3aeb5b
|
189 |
$labels['plaintoggle'] = 'Samo tekst'; |
9b3dc9
|
190 |
$labels['savesentmessagein'] = 'Spremi poslane poruke u'; |
Y |
191 |
$labels['dontsave'] = 'ne spremaj'; |
|
192 |
$labels['maxuploadsize'] = 'Maksimalna dozvoljena velicina datoteke je $size'; |
ead3d2
|
193 |
$labels['addcc'] = 'Dodaj Cc'; |
Y |
194 |
$labels['addbcc'] = 'Dodaj Bcc'; |
|
195 |
$labels['addreplyto'] = 'Dodaj Odgovori-na'; |
e624fc
|
196 |
$labels['addfollowupto'] = 'Dodaj Nastavak-na'; |
3aeb5b
|
197 |
$labels['mdnrequest'] = 'Pošiljaoc ove poruke je tražio da bude obaviješten o njenom primitku. Želite li obavijestiti pošiljaoca?'; |
ead3d2
|
198 |
$labels['receiptread'] = 'Vrati potvrdu (pročitano)'; |
Y |
199 |
$labels['yourmessage'] = 'Ovo je vraćena potvrda vaše poruke'; |
|
200 |
$labels['receiptnote'] = 'Info: Ova potvrda samo potvrđuje da se poruka prikazala na računalu primaoca. Nema garancije da je primaoc pročitao ili razumio sadržaj poruke.'; |
9cc925
|
201 |
$labels['name'] = 'Puno ime'; |
76ffa2
|
202 |
$labels['firstname'] = 'Ime'; |
9cc925
|
203 |
$labels['surname'] = 'Prezime'; |
ac1a2d
|
204 |
$labels['middlename'] = 'Srednje ime'; |
Y |
205 |
$labels['nameprefix'] = 'Prefiks'; |
|
206 |
$labels['namesuffix'] = 'Sufiks'; |
|
207 |
$labels['nickname'] = 'Nadimak'; |
|
208 |
$labels['jobtitle'] = 'Titula'; |
|
209 |
$labels['department'] = 'Odjel'; |
|
210 |
$labels['gender'] = 'Rod'; |
|
211 |
$labels['maidenname'] = 'Djevojačko ime'; |
9cc925
|
212 |
$labels['email'] = 'E-Mail'; |
ac1a2d
|
213 |
$labels['phone'] = 'Telefon'; |
Y |
214 |
$labels['address'] = 'Adresa'; |
|
215 |
$labels['street'] = 'Ulica'; |
|
216 |
$labels['locality'] = 'Grad'; |
|
217 |
$labels['zipcode'] = 'Poštanski broj'; |
|
218 |
$labels['region'] = 'Oblast'; |
|
219 |
$labels['country'] = 'Zemlja'; |
|
220 |
$labels['birthday'] = 'Rođendan'; |
|
221 |
$labels['anniversary'] = 'Jubilej'; |
|
222 |
$labels['website'] = 'Web-stranica'; |
|
223 |
$labels['instantmessenger'] = 'IM'; |
|
224 |
$labels['notes'] = 'Bilješke'; |
|
225 |
$labels['male'] = 'muško'; |
|
226 |
$labels['female'] = 'žensko'; |
|
227 |
$labels['manager'] = 'Menadžer'; |
|
228 |
$labels['assistant'] = 'Pomoćnik'; |
|
229 |
$labels['spouse'] = 'Suprug/a'; |
|
230 |
$labels['typehome'] = 'Kućni broj'; |
|
231 |
$labels['typework'] = 'Poslovni broj'; |
|
232 |
$labels['typeother'] = 'Ostalo'; |
|
233 |
$labels['typemobile'] = 'Mobitel'; |
|
234 |
$labels['typemain'] = 'Glavni broj'; |
|
235 |
$labels['typehomefax'] = 'Fax kuća'; |
|
236 |
$labels['typeworkfax'] = 'Fax posao'; |
|
237 |
$labels['typecar'] = 'Auto'; |
|
238 |
$labels['typepager'] = 'Pejdžer'; |
|
239 |
$labels['typevideo'] = 'Video'; |
|
240 |
$labels['typeassistant'] = 'Asistent'; |
|
241 |
$labels['addfield'] = 'Dodaj polje...'; |
9dbf74
|
242 |
$labels['addcontact'] = 'Dodaj novi kontakt'; |
T |
243 |
$labels['editcontact'] = 'Izmjeni kontakt'; |
a5ee72
|
244 |
$labels['contacts'] = 'Kontakti'; |
Y |
245 |
$labels['contactproperties'] = 'Svojstva kontakta'; |
ac1a2d
|
246 |
$labels['personalinfo'] = 'Osobni podaci'; |
9cc925
|
247 |
$labels['edit'] = 'Izmjeni'; |
9dbf74
|
248 |
$labels['cancel'] = 'Odustani'; |
9cc925
|
249 |
$labels['save'] = 'Spremi'; |
9dbf74
|
250 |
$labels['delete'] = 'Obriši'; |
ac1a2d
|
251 |
$labels['rename'] = 'Preimenuj'; |
Y |
252 |
$labels['addphoto'] = 'Dodaj'; |
|
253 |
$labels['replacephoto'] = 'Smijeniti'; |
9cc925
|
254 |
$labels['newcontact'] = 'Dodaj novi kontakt'; |
S |
255 |
$labels['deletecontact'] = 'Obriši odabrane kontakte'; |
|
256 |
$labels['composeto'] = 'Napiši mail...'; |
9dbf74
|
257 |
$labels['contactsfromto'] = 'Kontakti od $from do $to od ukupno $count'; |
9cc925
|
258 |
$labels['print'] = 'Print'; |
S |
259 |
$labels['export'] = 'Export'; |
9b3dc9
|
260 |
$labels['exportvcards'] = 'Izvezi kontakte u vCard formatu'; |
a5ee72
|
261 |
$labels['newcontactgroup'] = 'Napravi novu kontaktnu grupu'; |
Y |
262 |
$labels['groupactions'] = 'Akcije kontaktne grupe'; |
9cc925
|
263 |
$labels['previouspage'] = 'Prethodna strana'; |
S |
264 |
$labels['firstpage'] = 'Prva strana'; |
|
265 |
$labels['nextpage'] = 'Slijedeća strana'; |
|
266 |
$labels['lastpage'] = 'Zadnja strana'; |
a5ee72
|
267 |
$labels['group'] = 'Grupa'; |
9cc925
|
268 |
$labels['groups'] = 'Grupe'; |
S |
269 |
$labels['personaladrbook'] = 'Privatna adresa'; |
9b3dc9
|
270 |
$labels['import'] = 'Uvoz'; |
Y |
271 |
$labels['importcontacts'] = 'Uvoz kontakta'; |
|
272 |
$labels['importfromfile'] = 'Uvezi iz datoteke:'; |
|
273 |
$labels['importreplace'] = 'Prepiši cijeli adresar'; |
|
274 |
$labels['importtext'] = 'Možete prebaciti kontakte iz postojećeg adresara.<br/>Trenutno podržavamo uvozenje adresa iz <a href="http://en.wikipedia.org/wiki/VCard">vCard</a> formata.'; |
|
275 |
$labels['done'] = 'Završeno'; |
9cc925
|
276 |
$labels['settingsfor'] = 'Postavke za'; |
S |
277 |
$labels['preferences'] = 'Postavke'; |
ead3d2
|
278 |
$labels['userpreferences'] = 'Korisničke postavke'; |
9cc925
|
279 |
$labels['editpreferences'] = 'Izmjena postavki'; |
S |
280 |
$labels['identities'] = 'Identiteti'; |
|
281 |
$labels['manageidentities'] = 'Podesi identitete za ovaj nalog'; |
|
282 |
$labels['newidentity'] = 'Dodaj identitet'; |
3aeb5b
|
283 |
$labels['newitem'] = 'Novo'; |
Y |
284 |
$labels['edititem'] = 'Uredi'; |
a5ee72
|
285 |
$labels['preferhtml'] = 'HTML format u prednosti'; |
Y |
286 |
$labels['defaultcharset'] = 'Zadani skup znakova'; |
|
287 |
$labels['htmlmessage'] = 'HTML format poruke'; |
|
288 |
$labels['prettydate'] = 'Formatiran datum'; |
3aeb5b
|
289 |
$labels['setdefault'] = 'Postavi predodređeno'; |
9b3dc9
|
290 |
$labels['autodetect'] = 'Auto'; |
9cc925
|
291 |
$labels['language'] = 'Jezik'; |
S |
292 |
$labels['timezone'] = 'Vremenska zona'; |
|
293 |
$labels['pagesize'] = 'Redova po stranici'; |
76ffa2
|
294 |
$labels['signature'] = 'Potpis'; |
9cc925
|
295 |
$labels['dstactive'] = 'Automatska promjena vremena'; |
S |
296 |
$labels['htmleditor'] = 'Sastavi HTML poruke'; |
a5ee72
|
297 |
$labels['htmlonreply'] = 'odgovor samo na HTML poruke'; |
9cc925
|
298 |
$labels['htmlsignature'] = 'HTML potpis'; |
S |
299 |
$labels['previewpane'] = 'Prikaži područje pregleda'; |
9b3dc9
|
300 |
$labels['skin'] = 'Tema izgleda'; |
Y |
301 |
$labels['logoutclear'] = 'Očisti smeće pri izlazu'; |
|
302 |
$labels['logoutcompact'] = 'Komprimiraj Inbox pri izlazu'; |
|
303 |
$labels['uisettings'] = 'Korisnički interfejs'; |
|
304 |
$labels['serversettings'] = 'Postavke servera'; |
|
305 |
$labels['mailboxview'] = 'Pregled Mailboxa'; |
|
306 |
$labels['mdnrequests'] = 'Obavijest pošiljatelja'; |
|
307 |
$labels['askuser'] = 'pitaj korisnika'; |
|
308 |
$labels['autosend'] = 'šalji automatski'; |
a5ee72
|
309 |
$labels['autosendknown'] = 'Dodaj primatelja u moje kontakte, u suprotnom me pitaj'; |
Y |
310 |
$labels['autosendknownignore'] = 'Dodaj primatelja u moje kontakte, u suprotnom zanemari'; |
|
311 |
$labels['ignore'] = 'zanemari'; |
9b3dc9
|
312 |
$labels['readwhendeleted'] = 'Označi poruku kao pročitanu pri brisanju'; |
Y |
313 |
$labels['flagfordeletion'] = 'Označi poruku za brisanje umjesto brisanja'; |
|
314 |
$labels['skipdeleted'] = 'Ne prikazivaj pobrisane poruke'; |
a5ee72
|
315 |
$labels['deletealways'] = 'Ukoliko premještanje poruka u mapu otpad ne uspije, izbrši poruku'; |
5e3d6c
|
316 |
$labels['showremoteimages'] = 'Prikaži slike s interneta'; |
Y |
317 |
$labels['fromknownsenders'] = 'od poznatih pošiljatelja'; |
|
318 |
$labels['always'] = 'uvijek'; |
9b3dc9
|
319 |
$labels['showinlineimages'] = 'Prikaži slike ispod poruke'; |
9cc925
|
320 |
$labels['autosavedraft'] = 'Automatski spremi draft'; |
S |
321 |
$labels['everynminutes'] = 'svakih $n minuta'; |
9b3dc9
|
322 |
$labels['keepalive'] = 'Provjeri nove poruke'; |
a5ee72
|
323 |
$labels['never'] = 'nikada'; |
Y |
324 |
$labels['immediately'] = 'odmah'; |
9b3dc9
|
325 |
$labels['messagesdisplaying'] = 'Prikazujem poruke'; |
Y |
326 |
$labels['messagescomposition'] = 'Komponiram poruke'; |
|
327 |
$labels['mimeparamfolding'] = 'Nazivi privitaka'; |
|
328 |
$labels['2231folding'] = 'Full RFC 2231 (Thunderbird)'; |
|
329 |
$labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)'; |
|
330 |
$labels['2047folding'] = 'Full RFC 2047 (ostali)'; |
a5ee72
|
331 |
$labels['force7bit'] = 'Koristi MIME postavke za 8-bitne znakove'; |
9b3dc9
|
332 |
$labels['advancedoptions'] = 'Napredne postavke'; |
Y |
333 |
$labels['focusonnewmessage'] = 'Fokusiraj browser pri novoj poruci'; |
5e3d6c
|
334 |
$labels['checkallfolders'] = 'Provjeri nove poruke u svim mapama'; |
Y |
335 |
$labels['displaynext'] = 'Nakon brisanja/micanja poruke, prikaži slijedeću'; |
|
336 |
$labels['mainoptions'] = 'Glavne postavke'; |
|
337 |
$labels['section'] = 'Sekcija'; |
|
338 |
$labels['maintenance'] = 'Održavanje'; |
|
339 |
$labels['newmessage'] = 'Nova poruka'; |
|
340 |
$labels['listoptions'] = 'Postavke liste'; |
|
341 |
$labels['signatureoptions'] = 'Postavke potpisa'; |
|
342 |
$labels['whenreplying'] = 'Prilikom odgovora'; |
|
343 |
$labels['replytopposting'] = 'započni novu poruku iznad originala'; |
|
344 |
$labels['replybottomposting'] = 'započni novu poruku ispod originala'; |
|
345 |
$labels['replyremovesignature'] = 'Kod odgovaranja, makni originalni potpis iz poruke'; |
|
346 |
$labels['autoaddsignature'] = 'Automatski dodaj potpis'; |
|
347 |
$labels['newmessageonly'] = 'samo nova poruka'; |
|
348 |
$labels['replyandforwardonly'] = 'samo odgovori i proslijeđivanja'; |
|
349 |
$labels['replysignaturepos'] = 'Kod downloada ili proslijeđivanja postavi potpis'; |
|
350 |
$labels['belowquote'] = 'ispod citata'; |
|
351 |
$labels['abovequote'] = 'iznad citata'; |
|
352 |
$labels['insertsignature'] = 'Umetni potpis'; |
a5ee72
|
353 |
$labels['previewpanemarkread'] = 'Obilježi pregledane poruke kao pročitane'; |
Y |
354 |
$labels['afternseconds'] = 'nakon $n sekundi'; |
|
355 |
$labels['reqmdn'] = 'Uvijek zatraži potvrdu o primitku poruke'; |
|
356 |
$labels['reqdsn'] = 'Uvijek zatraži potvrdu o slanju poruke'; |
|
357 |
$labels['replysamefolder'] = 'Spremi odgovore u mapu gdje se nalazi poruka'; |
3aeb5b
|
358 |
$labels['folder'] = 'Mapa'; |
Y |
359 |
$labels['folders'] = 'Mape'; |
|
360 |
$labels['foldername'] = 'Ime mape'; |
e624fc
|
361 |
$labels['subscribed'] = 'Pretplata'; |
ead3d2
|
362 |
$labels['messagecount'] = 'Poruke'; |
9cc925
|
363 |
$labels['create'] = 'Napravi'; |
3aeb5b
|
364 |
$labels['createfolder'] = 'Napravi novu mapu'; |
ac1a2d
|
365 |
$labels['managefolders'] = 'Podesi mapu'; |
Y |
366 |
$labels['specialfolders'] = 'Specijalna mapa'; |
|
367 |
$labels['properties'] = 'Svojstva'; |
|
368 |
$labels['folderproperties'] = 'Svojstva mape'; |
|
369 |
$labels['parentfolder'] = 'Glavna fascikla'; |
|
370 |
$labels['location'] = 'Lokacija'; |
|
371 |
$labels['info'] = 'Informacija'; |
|
372 |
$labels['getfoldersize'] = 'Kliknite da biste dobili veličinu mape'; |
|
373 |
$labels['changesubscription'] = 'Kliknite da biste promjenili pretplatu'; |
|
374 |
$labels['foldertype'] = 'Vrsta mape'; |
|
375 |
$labels['personalfolder'] = 'Privatna mapa'; |
|
376 |
$labels['otherfolder'] = 'Mapa drugih korisnika'; |
|
377 |
$labels['sharedfolder'] = 'Javna mapa'; |
76ffa2
|
378 |
$labels['sortby'] = 'Sortiraj po'; |
9cc925
|
379 |
$labels['sortasc'] = 'Sortiraj rastućim nizom'; |
9dbf74
|
380 |
$labels['sortdesc'] = 'Sortiraj opadajućim nizom'; |
9b3dc9
|
381 |
$labels['B'] = 'B'; |
Y |
382 |
$labels['KB'] = 'KB'; |
|
383 |
$labels['MB'] = 'MB'; |
|
384 |
$labels['GB'] = 'GB'; |
a5ee72
|
385 |
$labels['unicode'] = 'Unicode'; |
Y |
386 |
$labels['english'] = 'Engleski'; |
ac1a2d
|
387 |
$labels['westerneuropean'] = 'Zapadno Evropski'; |
Y |
388 |
$labels['easterneuropean'] = 'Istočno Evropski'; |
|
389 |
$labels['southeasterneuropean'] = 'Južno-Istočni Evropski'; |
a5ee72
|
390 |
$labels['baltic'] = 'Balitčki'; |
Y |
391 |
$labels['cyrillic'] = 'Čirilčni'; |
|
392 |
$labels['arabic'] = 'Arapski'; |
|
393 |
$labels['greek'] = 'Grčki'; |
|
394 |
$labels['hebrew'] = 'Hibru'; |
|
395 |
$labels['turkish'] = 'Turski'; |
|
396 |
$labels['nordic'] = 'Nordski'; |
|
397 |
$labels['thai'] = 'Tajlandski'; |
|
398 |
$labels['celtic'] = 'Keltski'; |
|
399 |
$labels['vietnamese'] = 'Vijetnamski'; |
|
400 |
$labels['japanese'] = 'Japanski'; |
|
401 |
$labels['korean'] = 'Korejski'; |
|
402 |
$labels['chinese'] = 'Kineski'; |
76ffa2
|
403 |
|
9b3dc9
|
404 |
?> |