summaryrefslogtreecommitdiffstats
path: root/l10n-bs/mail/chrome/messenger/messenger.dtd
blob: 0ff5186199b62024dc09875ef29e84b2da752901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!ENTITY titledefault.label "&brandFullName;">
<!ENTITY titleSeparator.label " - ">

<!-- File Menu -->
<!ENTITY newFolderCmd.label "Direktorij…">
<!ENTITY newFolderCmd.accesskey "F">
<!ENTITY closeTabCmd2.label "Zatvori tab">
<!ENTITY closeTabCmd2.accesskey "C">
<!ENTITY closeOtherTabsCmd2.label "Zatvori ostale tabove">
<!ENTITY closeOtherTabsCmd2.accesskey "o">
<!ENTITY recentlyClosedTabsCmd.label "Nedavno zatvoreni tabovi">
<!ENTITY recentlyClosedTabsCmd.accesskey "R">

<!ENTITY undoCloseTabCmd.commandkey "T">
<!-- LOCALIZATION NOTE (moveToNewWindow.label):
     Menu option to cause the current tab to be migrated to a new Thunderbird
     window.
     -->
<!ENTITY moveToNewWindow.label "Premjesti u novi prozor">
<!ENTITY moveToNewWindow.accesskey "W">
<!ENTITY newVirtualFolderCmd.label "Sačuvane pretrage…">
<!ENTITY newVirtualFolderCmd.accesskey "S">
<!ENTITY newOtherAccountsCmd.label "Drugi računi…">
<!ENTITY newOtherAccountsCmd.accesskey "O">
<!ENTITY newCreateEmailAccountCmd.label "Napravi novi račun e-pošte…">
<!ENTITY newCreateEmailAccountCmd.accesskey "G">
<!ENTITY newExistingEmailAccountCmd.label "Postojeći račun e-pošte…">
<!ENTITY newExistingEmailAccountCmd.accesskey "E">
<!ENTITY newIMAccountCmd.label "Račun razgovora…">
<!ENTITY newIMAccountCmd.accesskey "C">
<!ENTITY newFeedAccountCmd.label "Račun kanala…">
<!ENTITY newFeedAccountCmd.accesskey "d">
<!ENTITY newIMContactCmd.label "Kontakt za razgovor…">
<!ENTITY newIMContactCmd.accesskey "h">
<!ENTITY  newMessageCmd.label "Poruka">
<!ENTITY  newContactCmd.label "Kontakt iz adresara…">
<!ENTITY openMessageFileCmd.label "Otvori sačuvanu poruku…">
<!ENTITY openMessageFileCmd.accesskey "O">
<!ENTITY saveAsMenu.label "Spremi kao">
<!ENTITY saveAsMenu.accesskey "S">
<!ENTITY saveAsFileCmd.label "Datoteka">
<!ENTITY saveAsFileCmd.accesskey "F">
<!ENTITY saveAsFileCmd.key "s">
<!ENTITY saveAsTemplateCmd.label "Šablon">
<!ENTITY saveAsTemplateCmd.accesskey "T">
<!ENTITY getNewMsgForCmd.label "Dohvati nove poruke za">
<!ENTITY getNewMsgForCmd.accesskey "w">
<!ENTITY getAllNewMsgCmdPopupMenu.label "Svi računi">
<!ENTITY getAllNewMsgCmdPopupMenu.accesskey "A">
<!ENTITY getNewMsgCurrentAccountCmdPopupMenu.label "Trenutni račun">
<!ENTITY getNewMsgCurrentAccountCmdPopupMenu.accesskey "C">
<!ENTITY getNextNMsgCmd2.label "Dohvati sljedeće novinske poruke">
<!ENTITY getNextNMsgCmd2.accesskey "t">
<!ENTITY sendUnsentCmd.label "Pošalji neposlane poruke">
<!ENTITY sendUnsentCmd.accesskey "d">
<!ENTITY subscribeCmd.label "Pretplati se…">
<!ENTITY subscribeCmd.accesskey "b">
<!ENTITY deleteFolder.label "Izbriši direktorij">
<!ENTITY deleteFolder.accesskey "e">
<!ENTITY renameFolder.label "Preimenuj direktorij…">
<!ENTITY renameFolder.accesskey "R">
<!ENTITY renameFolder.key "VK_F2">
<!ENTITY compactFolders.label "Sažmi direktorije">
<!ENTITY compactFolders.accesskey "F">
<!ENTITY emptyTrashCmd.label "Isprazni smeće">
<!ENTITY emptyTrashCmd.accesskey "y">
<!ENTITY offlineMenu.label "Van mreže">
<!ENTITY offlineMenu.accesskey "l">
<!ENTITY offlineGoOfflineCmd.label "Rad van mreže">
<!ENTITY offlineGoOfflineCmd.accesskey "w">
<!ENTITY synchronizeOfflineCmd.label "Preuzmi/sinhronizuj sad…">
<!ENTITY synchronizeOfflineCmd.accesskey "S">
<!ENTITY settingsOfflineCmd2.label "Postavke za rad van mreže">
<!ENTITY settingsOfflineCmd2.accesskey "e">
<!ENTITY downloadSelectedCmd.label "Dohvati odabrane poruke">
<!ENTITY downloadSelectedCmd.accesskey "l">
<!ENTITY downloadStarredCmd.label "Dohvati poruke sa zvjezdicom">
<!ENTITY downloadStarredCmd.accesskey "a">
<!ENTITY printCmd.label "Štampaj…">
<!ENTITY printCmd.accesskey "P">
<!ENTITY printCmd.key "p">
<!ENTITY printPreviewCmd.label "Pregled prije štampanja">
<!ENTITY printPreviewCmd.accesskey "v">
<!ENTITY printSetupCmd.label "Postavke stranice…">
<!ENTITY printSetupCmd.accesskey "u">

<!-- Edit Menu -->
<!ENTITY deleteMsgCmd.label "Izbriši poruku">
<!ENTITY deleteMsgCmd.accesskey "D">
<!ENTITY undeleteMsgCmd.label "Vrati izbrisanu poruku">
<!ENTITY undeleteMsgCmd.accesskey "d">
<!ENTITY deleteMsgsCmd.label "Izbriši odabrane poruke">
<!ENTITY deleteMsgsCmd.accesskey "D">
<!ENTITY undeleteMsgsCmd.label "Vrati odabrane izbrisane poruke">
<!ENTITY undeleteMsgsCmd.accesskey "d">
<!ENTITY deleteFolderCmd.label "Izbriši direktorij">
<!ENTITY deleteFolderCmd.accesskey "D">
<!ENTITY unsubscribeNewsgroupCmd.label "Otkaži pretplatu">
<!ENTITY unsubscribeNewsgroupCmd.accesskey "b">
<!ENTITY selectMenu.label "Odaberi">
<!ENTITY selectMenu.accesskey "S">
<!ENTITY all.label "Sve">
<!ENTITY all.accesskey "A">
<!ENTITY selectThreadCmd.label "Nit">
<!ENTITY selectThreadCmd.accesskey "T">
<!ENTITY selectThreadCmd.key "a">
<!ENTITY selectFlaggedCmd.label "Poruke sa zvjezdicom">
<!ENTITY selectFlaggedCmd.accesskey "S">
<!ENTITY menuFavoriteFolder.label "Omiljeni direktorij">
<!ENTITY menuFavoriteFolder.accesskey "v">
<!ENTITY folderPropsCmd2.label "Svojstva">
<!ENTITY folderPropsFolderCmd2.label "Svojstva direktorija">
<!ENTITY folderPropsNewsgroupCmd2.label "Svojstva novinske grupe">
<!ENTITY folderPropsCmd.accesskey "o">
<!ENTITY undoDeleteMsgCmd.label "Vrati izbrisanu poruku">
<!ENTITY redoDeleteMsgCmd.label "Ponovi brisanje poruke">
<!ENTITY undoMoveMsgCmd.label "Vrati premještenu poruku">
<!ENTITY redoMoveMsgCmd.label "Ponovi premještanje poruke">
<!ENTITY undoCopyMsgCmd.label "Vrati kopiranu poruku">
<!ENTITY redoCopyMsgCmd.label "Ponovi kopiranje poruke">
<!ENTITY undoMarkAllCmd.label "Vrati označavanje svega kao pročitano">
<!ENTITY redoMarkAllCmd.label "Ponovi označavanje svega kao pročitano">
<!ENTITY undoDefaultCmd.label "Vrati">
<!ENTITY undoDefaultCmd.accesskey "U">
<!ENTITY redoDefaultCmd.label "Ponovi">
<!ENTITY redoDefaultCmd.accesskey "R">

<!-- View Menu -->
<!ENTITY menubarCmd.label "Traka menija">
<!ENTITY menubarCmd.accesskey "M">
<!ENTITY showMessengerToolbarCmd.label "Alatna traka pošte">
<!ENTITY showMessengerToolbarCmd.accesskey "o">
<!ENTITY customizeToolbar.label "Prilagodi…">
<!ENTITY customizeToolbar.accesskey "C">

<!ENTITY messagePaneLayoutStyle.label "Raspored">
<!ENTITY messagePaneLayoutStyle.accesskey "L">
<!ENTITY messagePaneClassic.label "Klasični pregled">
<!ENTITY messagePaneClassic.accesskey "C">
<!ENTITY messagePaneWide.label "Široki pregled">
<!ENTITY messagePaneWide.accesskey "W">
<!ENTITY messagePaneVertical.label "Vertikalni pregled">
<!ENTITY messagePaneVertical.accesskey "V">
<!ENTITY showFolderPaneCmd.label "Okno direktorija">
<!ENTITY showFolderPaneCmd.accesskey "F">
<!ENTITY showFolderPaneColsCmd.label "Kolone okkna direktorija">
<!ENTITY showFolderPaneColsCmd.accesskey "P">
<!ENTITY showMessageCmd.label "Okno poruke">
<!ENTITY showMessageCmd.accesskey "M">

<!ENTITY folderView.label "Direktoriji">
<!ENTITY folderView.accesskey "F">
<!ENTITY unifiedFolders.label "Ujedinjene">
<!ENTITY unifiedFolders.accesskey "n">
<!ENTITY allFolders.label "Sve">
<!ENTITY allFolders.accesskey "A">
<!ENTITY unreadFolders.label "Nepročitane">
<!ENTITY unreadFolders.accesskey "U">
<!ENTITY favoriteFolders.label "Omiljene">
<!ENTITY favoriteFolders.accesskey "F">
<!ENTITY recentFolders.label "Nedavne">
<!ENTITY recentFolders.accesskey "R">
<!ENTITY compactVersion.label "Zbijeni prikaz">
<!ENTITY compactVersion.accesskey "C">
<!ENTITY folderPaneBar.label "Alatna traka okna direktorija">
<!ENTITY folderPaneBar.accesskey "F">

<!-- Sort Menu -->
<!ENTITY sortMenu.label "Poredaj prema">
<!ENTITY sortMenu.accesskey "S">
<!ENTITY sortByDateCmd.label "Datumu">
<!ENTITY sortByDateCmd.accesskey "e">
<!ENTITY sortByReceivedCmd.label "Primljeno">
<!ENTITY sortByReceivedCmd.accesskey "v">
<!ENTITY sortByStarCmd.label "Zvjezdica">
<!ENTITY sortByStarCmd.accesskey "S">
<!ENTITY sortByAttachmentsCmd.label "Prilozi">
<!ENTITY sortByAttachmentsCmd.accesskey "m">
<!ENTITY sortByPriorityCmd.label "Prioritet">
<!ENTITY sortByPriorityCmd.accesskey "P">
<!ENTITY sortBySizeCmd.label "Veličina">
<!ENTITY sortBySizeCmd.accesskey "z">
<!ENTITY sortByStatusCmd.label "Status">
<!ENTITY sortByStatusCmd.accesskey "u">
<!ENTITY sortByTagsCmd.label "Oznake">
<!ENTITY sortByTagsCmd.accesskey "g">
<!ENTITY sortByJunkStatusCmd.label "Status neželjene pošte">
<!ENTITY sortByJunkStatusCmd.accesskey "J">
<!ENTITY sortBySubjectCmd.label "Naslov">
<!ENTITY sortBySubjectCmd.accesskey "b">
<!ENTITY sortByFromCmd.label "Šalje">
<!ENTITY sortByFromCmd.accesskey "F">
<!ENTITY sortByRecipientCmd.label "Primatelj">
<!ENTITY sortByRecipientCmd.accesskey "c">
<!ENTITY sortByCorrespondentCmd.label "Dopisnici">
<!ENTITY sortByCorrespondentCmd.accesskey "n">
<!ENTITY sortByUnreadCmd.label "Pročitano">
<!ENTITY sortByUnreadCmd.accesskey "R">
<!ENTITY sortByOrderReceivedCmd.label "Redoslijed primanja">
<!ENTITY sortByOrderReceivedCmd.accesskey "O">
<!ENTITY sortAscending.label "Uzlazno">
<!ENTITY sortAscending.accesskey "A">
<!ENTITY sortDescending.label "Silazno">
<!ENTITY sortDescending.accesskey "D">
<!ENTITY sortThreaded.label "Po nitima">
<!ENTITY sortThreaded.accesskey "T">
<!ENTITY sortUnthreaded.label "Bez niti">
<!ENTITY sortUnthreaded.accesskey "h">
<!ENTITY groupBySort.label "Grupirano prema vrsti">
<!ENTITY groupBySort.accesskey "G">
<!ENTITY msgsMenu.label "Poruke">
<!ENTITY msgsMenu.accesskey "M">
<!ENTITY threads.label "Niti">
<!ENTITY threads.accesskey "e">
<!ENTITY allMsgsCmd.label "Sve">
<!ENTITY allMsgsCmd.accesskey "A">
<!ENTITY expandAllThreadsCmd.label "Proširi sve niti">
<!ENTITY expandAllThreadsCmd.accesskey "e">
<!ENTITY expandAllThreadsCmd.key "*">
<!ENTITY collapseAllThreadsCmd.label "Skupi sve niti">
<!ENTITY collapseAllThreadsCmd.accesskey "k">
<!ENTITY collapseAllThreadsCmd.key "\">
<!ENTITY unreadMsgsCmd.label "Nepročitano">
<!ENTITY unreadMsgsCmd.accesskey "N">
<!ENTITY threadsWithUnreadCmd.label "Niti s nepročitanim">
<!ENTITY threadsWithUnreadCmd.accesskey "T">
<!ENTITY watchedThreadsWithUnreadCmd.label "Promatrane niti s nepročitanim">
<!ENTITY watchedThreadsWithUnreadCmd.accesskey "r">
<!ENTITY ignoredThreadsCmd.label "Ignorisane niti">
<!ENTITY ignoredThreadsCmd.accesskey "I">

<!ENTITY headersMenu.label "Zaglavlja">
<!ENTITY headersMenu.accesskey "Z">
<!ENTITY headersAllCmd.label "Sva">
<!ENTITY headersAllCmd.accesskey "a">
<!ENTITY headersNormalCmd.label "Normalna">
<!ENTITY headersNormalCmd.accesskey "N">
<!ENTITY bodyMenu.label "Tijelo poruke kao">
<!ENTITY bodyMenu.accesskey "T">
<!ENTITY bodyAllowHTML.label "Izvorni HTML">
<!ENTITY bodyAllowHTML.accesskey "H">
<!ENTITY bodySanitized.label "Jednostavni HTML">
<!ENTITY bodySanitized.accesskey "s">
<!ENTITY bodyAsPlaintext.label "Obični tekst">
<!ENTITY bodyAsPlaintext.accesskey "b">
<!ENTITY bodyAllParts.label "Svi dijelovi">
<!ENTITY bodyAllParts.accesskey "i">

<!ENTITY bodyMenuFeed.label "Tijelo poruke kao">
<!ENTITY bodyMenuFeed.accesskey "l">
<!ENTITY viewFeedWebPage.label "Web stranica">
<!ENTITY viewFeedWebPage.accesskey "W">
<!ENTITY viewFeedSummary.label "Sažetak">
<!ENTITY viewFeedSummary.accesskey "m">
<!ENTITY viewFeedSummaryFeedPropsPref.label "Zadani format">
<!ENTITY viewFeedSummaryFeedPropsPref.accesskey "D">

<!ENTITY viewAttachmentsInlineCmd.label "Prikaži priloge unutar poruke">
<!ENTITY viewAttachmentsInlineCmd.accesskey "A">

<!ENTITY pageSourceCmd.label "Izvor poruke">
<!ENTITY pageSourceCmd.accesskey "o">
<!ENTITY pageSourceCmd.key "u">
<!ENTITY getNewMessagesCmd.key "y">
<!ENTITY getAllNewMessagesCmd.key "Y">

<!-- Search Menu -->
<!ENTITY findMenu.label "Nađi">
<!ENTITY findMenu.accesskey "F">
<!ENTITY findCmd.label "Pronađi u ovoj poruci…">
<!ENTITY findCmd.accesskey "F">
<!ENTITY findCmd.key "f">
<!ENTITY findAgainCmd.label "Pronađi ponovo">
<!ENTITY findAgainCmd.accesskey "g">
<!ENTITY findAgainCmd.key "g">
<!ENTITY findAgainCmd.key2 "VK_F3">
<!ENTITY findPrevCmd.key "g">
<!ENTITY findPrevCmd.key2 "VK_F3">
<!ENTITY searchMailCmd.label "Pretraži poruke…">
<!ENTITY searchMailCmd.accesskey "M">
<!ENTITY searchMailCmd.key "f">
<!ENTITY searchAddressesCmd.label "Pretraži adrese…">
<!ENTITY searchAddressesCmd.accesskey "S">

<!-- Go Menu -->
<!ENTITY goMenu.label "Idi">
<!ENTITY goMenu.accesskey "G">
<!ENTITY nextMenu.label "Sljedeća">
<!ENTITY nextMenu.accesskey "N">
<!ENTITY nextMsgCmd.label "Poruka">
<!ENTITY nextMsgCmd.accesskey "M">
<!ENTITY nextMsgCmd.key "f">
<!ENTITY nextUnreadMsgCmd.label "Nepročitana poruka">
<!ENTITY nextUnreadMsgCmd.accesskey "U">
<!ENTITY nextUnreadMsgCmd.key "n">
<!ENTITY nextStarredMsgCmd.label "Poruka sa zvjezdicom">
<!ENTITY nextStarredMsgCmd.accesskey "S">
<!ENTITY nextUnreadThread.label "Nepročitana nit">
<!ENTITY nextUnreadThread.accesskey "T">
<!ENTITY nextUnreadThread.key "t">
<!ENTITY prevMenu.label "Prethodna">
<!ENTITY prevMenu.accesskey "P">
<!ENTITY prevMsgCmd.label "Poruka">
<!ENTITY prevMsgCmd.accesskey "M">
<!ENTITY prevMsgCmd.key "b">
<!ENTITY prevUnreadMsgCmd.label "Nepročitana poruka">
<!ENTITY prevUnreadMsgCmd.accesskey "U">
<!ENTITY prevUnreadMsgCmd.key "p">
<!ENTITY goForwardCmd.label "Proslijedi">
<!ENTITY goForwardCmd.accesskey "F">
<!ENTITY goForwardCmd.commandKey "]">
<!ENTITY goBackCmd.label "Nazad">
<!ENTITY goBackCmd.accesskey "B">
<!ENTITY goBackCmd.commandKey "[">
<!ENTITY goChatCmd.label "Razgovor">
<!ENTITY goChatCmd.accesskey "c">
<!ENTITY goChatCmd2.key "H">
<!ENTITY prevStarredMsgCmd.label "Poruka sa zvjezdicom">
<!ENTITY prevStarredMsgCmd.accesskey "S">
<!ENTITY folderMenu.label "Direktorij">
<!ENTITY folderMenu.accesskey "O">
<!ENTITY goRecentlyClosedTabs.label "Nedavno zatvoreni tabovi">
<!ENTITY goRecentlyClosedTabs.accesskey "R">
<!ENTITY startPageCmd.label "Početna stranica pošte">
<!ENTITY startPageCmd.accesskey "S">

<!-- Message Menu -->
<!ENTITY msgMenu.label "Poruka">
<!ENTITY msgMenu.accesskey "M">
<!ENTITY newMsgCmd.label "Nova poruka">
<!ENTITY newMsgCmd.accesskey "N">
<!ENTITY newNewMsgCmd.label "Poruka">
<!ENTITY newNewMsgCmd.accesskey "M">
<!ENTITY archiveMsgCmd.label "Arhiviraj">
<!ENTITY archiveMsgCmd.accesskey "A">
<!ENTITY archiveMsgCmd.key "a">
<!ENTITY cancelNewsMsgCmd.label "Otkaži poruku">
<!ENTITY cancelNewsMsgCmd.accesskey "C">
<!ENTITY replyMsgCmd.label "Odgovori">
<!ENTITY replyMsgCmd.accesskey "R">
<!ENTITY replyMsgCmd.key "r">
<!ENTITY replySenderCmd.label "Odgovori samo pošiljaocu">
<!ENTITY replySenderCmd.accesskey "R">
<!ENTITY replyNewsgroupCmd2.label "Odgovori na novinsku grupu">
<!ENTITY replyNewsgroupCmd2.accesskey "u">
<!ENTITY replyToAllMsgCmd.label "Odgovori svima">
<!ENTITY replyToAllMsgCmd.accesskey "p">
<!ENTITY replyToAllMsgCmd.key "r">
<!ENTITY replyToListMsgCmd.label "Odgovori na listu">
<!ENTITY replyToListMsgCmd.accesskey "L">
<!ENTITY replyToListMsgCmd.key "l">
<!ENTITY forwardMsgCmd.label "Proslijedi">
<!ENTITY forwardMsgCmd.accesskey "F">
<!ENTITY forwardMsgCmd.key "l">
<!ENTITY forwardAsMenu.label "Proslijedi kao">
<!ENTITY forwardAsMenu.accesskey "w">
<!ENTITY forwardAsInline.label "Sadržaj unutar poruke">
<!ENTITY forwardAsInline.accesskey "I">
<!ENTITY forwardAsAttachmentCmd.label "Prilog">
<!ENTITY forwardAsAttachmentCmd.accesskey "A">
<!ENTITY editAsNewMsgCmd.label "Uredi kao novu poruku">
<!ENTITY editAsNewMsgCmd.accesskey "E">
<!ENTITY editAsNewMsgCmd.key "e">
<!ENTITY editDraftMsgCmd.label "Uredi skicu poruke">
<!ENTITY editDraftMsgCmd.accesskey "D">
<!ENTITY editTemplateMsgCmd.label "Uredi šablon">
<!ENTITY editTemplateMsgCmd.accesskey "T">
<!ENTITY newMsgFromTemplateCmd.label "Nova poruka iz šablona">
<!ENTITY newMsgFromTemplateCmd.keycode "VK_RETURN"><!-- do not change "VK_RETURN" -->
<!ENTITY createFilter.label "Stvori filter iz poruke…">
<!ENTITY createFilter.accesskey "a">
<!ENTITY moveMsgToMenu.label "Premjesti u">
<!ENTITY moveMsgToMenu.accesskey "M">
<!ENTITY moveCopyMsgRecentMenu.label "Nedavni">
<!ENTITY moveCopyMsgRecentMenu.accesskey "R">
<!ENTITY copyMessageLocation.label "Kopiraj lokaciju poruke">
<!ENTITY copyMessageLocation.accesskey "M">
<!ENTITY copyMsgToMenu.label "Kopiraj u">
<!ENTITY copyMsgToMenu.accesskey "C">
<!ENTITY moveToFolderAgain.label "Premjesti ponovo">
<!ENTITY moveToFolderAgain.accesskey "i">
<!ENTITY moveToFolderAgainCmd.key "m">
<!ENTITY killThreadMenu.label "Ignoriši nit">
<!ENTITY killThreadMenu.accesskey "I">
<!ENTITY killThreadMenu.key "k">
<!ENTITY killSubthreadMenu.label "Ignoriši podnit">
<!ENTITY killSubthreadMenu.accesskey "S">
<!ENTITY killSubthreadMenu.key "k">
<!ENTITY watchThreadMenu.label "Prati nit">
<!ENTITY watchThreadMenu.accesskey "W">
<!ENTITY watchThreadMenu.key "w">
<!ENTITY tagMenu.label "Oznaka">
<!ENTITY tagMenu.accesskey "g">
<!ENTITY tagCmd0.key "0">
<!ENTITY tagCmd1.key "1">
<!ENTITY tagCmd2.key "2">
<!ENTITY tagCmd3.key "3">
<!ENTITY tagCmd4.key "4">
<!ENTITY tagCmd5.key "5">
<!ENTITY tagCmd6.key "6">
<!ENTITY tagCmd7.key "7">
<!ENTITY tagCmd8.key "8">
<!ENTITY tagCmd9.key "9">
<!ENTITY markMenu.label "Označi">
<!ENTITY markMenu.accesskey "k">
<!ENTITY toggleReadCmd.key "m">
<!ENTITY markAsReadCmd.label "Kao pročitano">
<!ENTITY markAsReadCmd.accesskey "R">
<!ENTITY markAsUnreadCmd.label "Kao nepročitano">
<!ENTITY markAsUnreadCmd.accesskey "U">
<!ENTITY markThreadAsReadCmd.label "Nit kao pročitanu">
<!ENTITY markThreadAsReadCmd.accesskey "T">
<!ENTITY markThreadAsReadCmd.key "r">
<!ENTITY markReadByDateCmd.label "Kao pročitano do datuma…">
<!ENTITY markReadByDateCmd.accesskey "D">
<!ENTITY markReadByDateCmd.key "c">
<!ENTITY markAllReadCmd.label "Sve pročitano">
<!ENTITY markAllReadCmd.accesskey "A">
<!ENTITY markAllReadCmd.key "c">
<!ENTITY markStarredCmd.label "Dodaj zvjezdicu">
<!ENTITY markStarredCmd.accesskey "S">
<!ENTITY markStarredCmd.key "S">
<!ENTITY markAsJunkCmd.label "Kao neželjenu poštu">
<!ENTITY markAsJunkCmd.accesskey "J">
<!ENTITY markAsJunkCmd.key "j">
<!ENTITY markAsNotJunkCmd.label "Kao željenu poštu">
<!ENTITY markAsNotJunkCmd.accesskey "N">
<!ENTITY markAsNotJunkCmd.key "j">
<!ENTITY recalculateJunkScoreCmd.label "Pokreni kontrole neželjene pošte">
<!ENTITY recalculateJunkScoreCmd.accesskey "C">
<!ENTITY openMessageWindowCmd.label "Otvori poruku">
<!ENTITY openMessageWindowCmd.accesskey "O">
<!ENTITY openMessageWindowCmd.key "o">
<!ENTITY openAttachmentListCmd.label "Prilozi">
<!ENTITY openAttachmentListCmd.accesskey "h">
<!ENTITY openFeedMessage1.label "Prilikom otvaranja poruka iz kanala">
<!ENTITY openFeedMessage1.accesskey "O">
<!ENTITY openFeedWebPage.label "Otvori kao web stranicu">
<!ENTITY openFeedWebPage.accesskey "W">
<!ENTITY openFeedSummary.label "Otvori kao sažetak">
<!ENTITY openFeedSummary.accesskey "S">
<!ENTITY openFeedWebPageInMP.label "Uključi web stranicu i sažetak u oknu poruke">
<!ENTITY openFeedWebPageInMP.accesskey "T">

<!-- Windows Menu -->
<!ENTITY windowMenu.label "Prozor">

<!-- Tools Menu -->
<!ENTITY tasksMenu.label "Alati">
<!ENTITY tasksMenu.accesskey "T">
<!ENTITY messengerCmd.label "Pošta i novinske grupe">
<!ENTITY messengerCmd.accesskey "N">
<!ENTITY addressBookCmd.label "Imenik">
<!ENTITY addressBookCmd.accesskey "B">
<!ENTITY addressBookCmd.key "B">
<!ENTITY addons.label "Dodaci">
<!ENTITY addons.accesskey "A">
<!ENTITY addonPrefs.label "Opcije dodatka">
<!ENTITY addonPrefs.accesskey "O">
<!ENTITY addonPrefsUnix.label "Postavke dodatka">
<!ENTITY addonPrefsUnix.accesskey "P">
<!ENTITY addonNoPrefs.label "Nisu pronađene postavke dodatka.">
<!ENTITY activitymanager.label "Upravitelj aktivnostima">
<!ENTITY activitymanager.accesskey "v">
<!ENTITY imAccountsStatus.label "Status razgovora">
<!ENTITY imAccountsStatus.accesskey "C">
<!ENTITY imStatus.available          "Dostupan">
<!ENTITY imStatus.unavailable        "Nedostupan">
<!ENTITY imStatus.offline            "Van mreže">
<!ENTITY imStatus.showAccounts       "Prikaži račune…">
<!ENTITY joinChatCmd.label "Pridruži se razgovoru…">
<!ENTITY joinChatCmd.accesskey "t">
<!ENTITY savedFiles.label "Sačuvane datoteke">
<!ENTITY savedFiles.accesskey "l">
<!ENTITY savedFiles.key "j">
<!ENTITY filtersCmd2.label "Filteri poruke">
<!ENTITY filtersCmd2.accesskey "F">
<!ENTITY filtersApply.label "Pokreni filtere na direktoriju">
<!ENTITY filtersApply.accesskey "R">
<!ENTITY filtersApplyToSelection.label "Pokreni filtere na odabranim porukama">
<!ENTITY filtersApplyToSelection.accesskey "u">
<!ENTITY filtersApplyToMessage.label "Pokreni filtere na poruci">
<!ENTITY filtersApplyToMessage.accesskey "u">
<!ENTITY runJunkControls.label "Pokreni kontrole neželjene pošte na direktoriju">
<!ENTITY runJunkControls.accesskey "C">
<!ENTITY deleteJunk.label "Izbriši poštu u direktoriju označenu kao neželjenu">
<!ENTITY deleteJunk.accesskey "D">
<!ENTITY importCmd.label "Uvoz…">
<!ENTITY importCmd.accesskey "m">
<!ENTITY clearRecentHistory.label "Izbriši nedavnu historiju…">
<!ENTITY clearRecentHistory.accesskey "H">
<!ENTITY accountManagerCmd2.label "Postavke računa">
<!ENTITY accountManagerCmd2.accesskey "S">
<!-- LOCALIZATION NOTE (accountManagerCmdUnix.accesskey):
     Belongs to accountManagerCmd.label, which is placed under the Edit menu
     on Unix systems
  -->
<!ENTITY accountManagerCmdUnix2.accesskey "A">

<!-- Developer Tools Submenu -->
<!ENTITY devtoolsMenu.label "Programerski alati">
<!ENTITY devtoolsMenu.accesskey "e">
<!ENTITY devToolboxCmd.label "Programerska kutija s alatima">
<!ENTITY devToolboxCmd.accesskey "T">
<!ENTITY devToolboxCmd.commandkey "i">
<!ENTITY debugAddonsCmd.label "Otkloni greške dodataka">
<!ENTITY debugAddonsCmd.accesskey "A">
<!ENTITY tabsDebugCmd.label "Otklanjač grešaka za sadržaj okvira">
<!ENTITY tabsDebugCmd.accesskey "C">
<!ENTITY errorConsoleCmd.label "Konzola grešaka">
<!ENTITY errorConsoleCmd.accesskey "E">
<!ENTITY errorConsoleCmd.commandkey "j">

<!-- Mail Toolbar -->
<!ENTITY getMsgButton1.label "Dohvati poruke">
<!ENTITY newMsgButton.label "Piši">
<!ENTITY replyButton.label "Odgovori">
<!ENTITY replyAllButton.label "Odgovori svima">
<!ENTITY replyListButton.label "Odgovori na listu">
<!ENTITY forwardButton.label "Proslijedi">
<!ENTITY fileButton.label "Pohrani">
<!ENTITY archiveButton.label "Arhiviraj">
<!ENTITY openConversationButton.label "Razgovor">
<!ENTITY nextButton.label "Sljedeći">
<!ENTITY nextButtonToolbarItem.label "Sljedeći nepročitani">
<!ENTITY nextMsgButton.label "Sljedeći">
<!ENTITY previousButton.label "Prethodni">
<!ENTITY previousButtonToolbarItem.label "Prethodni nepročitani">
<!ENTITY previousMsgButton.label "Prethodni">
<!ENTITY backButton1.label "Nazad">
<!ENTITY goForwardButton1.label "Naprijed">
<!ENTITY deleteItem.title "Izbriši">
<!ENTITY deleteButton.label "Izbriši">
<!ENTITY undeleteButton.label "Vrati izbrisano">
<!ENTITY markButton.label "Označi">
<!ENTITY printButton.label "Štampaj">
<!ENTITY stopButton.label "Zaustavi">
<!ENTITY throbberItem.title "Indikator aktivnosti">
<!ENTITY junkItem.title "Neželjena pošta">
<!ENTITY junkButton.label "Neželjena pošta">
<!ENTITY notJunkButton.label "Nije neželjena pošta">
<!ENTITY addressBookButton.label "Imenik">
<!ENTITY chatButton.label "Razgovor">
<!ENTITY glodaSearch.title "Globalna pretraga">
<!ENTITY searchItem.title "Brza pretraga">
<!ENTITY mailViewsToolbarItem.title "Prikazi pošte">
<!ENTITY folderLocationToolbarItem.title "Lokacija direktorija">
<!ENTITY tagButton.label "Oznaka">
<!ENTITY compactButton.label "Zbijena">
<!ENTITY appmenuButton.label "AppMenu">

<!-- Mail Toolbar Tooltips-->
<!ENTITY advancedButton.tooltip "Napredno pretraživanje poruka">
<!ENTITY getMsgButton.tooltip "Dohvati nove poruke">
<!ENTITY getAllNewMsgCmd.label "Dohvati sve nove poruke">
<!ENTITY getAllNewMsgCmd.accesskey "G">
<!ENTITY newMsgButton.tooltip "Stvori novu poruku">
<!ENTITY replyButton.tooltip "Odgovori na poruku">
<!ENTITY replyAllButton.tooltip "Odgovori pošiljaocu i svim primaocima">
<!ENTITY replyListButton.tooltip "Odgovori na popis primalaca">
<!ENTITY forwardButton.tooltip "Proslijedi odabranu poruku">
<!ENTITY forwardAsInline.tooltip "Proslijedite odabranu poruku kao umetnuti tekst">
<!ENTITY forwardAsAttachment.tooltip "Proslijedite odabranu poruku kao prilog">
<!ENTITY fileButton.tooltip "Pohrani odabranu poruku">
<!ENTITY archiveButton.tooltip "Arhiviraj odabrane poruke">
<!ENTITY nextButton.tooltip "Idi na sljedeću nepročitanu poruku">
<!ENTITY nextMsgButton.tooltip "Idi na sljedeću poruku">
<!ENTITY previousButton.tooltip "Idi na prethodnu nepročitanu poruku">
<!ENTITY previousMsgButton.tooltip "Idi na prethodnu poruku">
<!ENTITY goForwardButton.tooltip "Idi naprijed jednu poruku">
<!ENTITY goBackButton.tooltip "Idi nazad jednu poruku">
<!ENTITY deleteButton.tooltip "Izbriši odabranu poruku ili direktorij">
<!ENTITY undeleteButton.tooltip "Vrati odabranu izbrisanu poruku">
<!ENTITY markButton.tooltip "Označi poruke">
<!ENTITY printButton.tooltip "Štampaj ovu poruku">
<!ENTITY stopButton.tooltip "Zaustavi trenutni prijenos">
<!ENTITY junkButton.tooltip "Označi odabrane poruke kao neželjene">
<!ENTITY notJunkButton.tooltip "Označi odabrane poruke kao željene">
<!ENTITY addressBookButton.tooltip "Idi u imenik">
<!ENTITY chatButton.tooltip "Prikaži tab razgovora">
<!ENTITY tagButton.tooltip "Označi poruke">
<!ENTITY compactButton.tooltip "Ukloni izbrisane poruke iz odabranog direktorija">
<!ENTITY appmenuButton1.tooltip "Prikaži meni &brandShortName;">

<!-- Toolbar Button Popup -->
<!ENTITY buttonMenuForwardAsInline.label "Proslijedi kao tekst unutar druge poruke">
<!ENTITY buttonMenuForwardAsAttachment.label "Proslijedi kao prilog">

<!-- Remote Content Button Popup -->
<!ENTITY remoteContentOptionsAllowForMsg.label "Prikaži vanjski sadržaj u ovoj poruci">
<!ENTITY remoteContentOptionsAllowForMsg.accesskey "S">
<!ENTITY editRemoteContentSettings.label "Uredi mogućnosti udaljenog sadržaja…">
<!ENTITY editRemoteContentSettings.accesskey "E">
<!ENTITY editRemoteContentSettingsUnix.label "Uredi postavke udaljenog sadržaja…">
<!ENTITY editRemoteContentSettingsUnix.accesskey "E">

<!-- Phishing Button Popup -->
<!ENTITY phishingOptionIgnore.label "Zanemari upozorenje za ovu poruku">
<!ENTITY phishingOptionIgnore.accesskey "n">
<!ENTITY phishingOptionSettings.label "Uredi mogućnosti za otkrivanje prevara…">
<!ENTITY phishingOptionSettings.accesskey "d">
<!ENTITY phishingOptionSettingsUnix.label "Uredi postavke za otkrivanje prevara…">
<!ENTITY phishingOptionSettingsUnix.accesskey "d">

<!-- AppMenu Popup -->
<!ENTITY appmenuNewMsgCmd.label "Nova poruka">
<!ENTITY appmenuNewContactCmd.label "Kontakt u imeniku…">
<!ENTITY appmenuEditMenu.label "Uredi">
<!ENTITY appmenuToolbarLayout.label "Raspored alatne trake…">
<!ENTITY appmenuSelectThread.label "Označi skup poruka">
<!ENTITY appmenuSelectFlagged.label "Označi poruke sa zvijezdicom">

<!-- Tags Menu Popup -->
<!ENTITY addNewTag.label "Nova oznaka…">
<!ENTITY addNewTag.accesskey "N">
<!ENTITY manageTags.label "Upravljanje oznakama…">
<!ENTITY manageTags.accesskey "M">

<!-- Folder Pane -->
<!ENTITY folderNameColumn.label "Naziv">
<!ENTITY folderUnreadColumn.label "Nepročitano">
<!ENTITY folderTotalColumn.label "Ukupno">
<!ENTITY folderSizeColumn.label "Veličina">

<!-- Folder Pane Context Menu -->
<!ENTITY folderContextGetMessages.label "Dohvati poruke">
<!ENTITY folderContextGetMessages.accesskey "G">
<!ENTITY folderContextMarkAllFoldersRead.label "Označi sve direktorije pročitanim">
<!ENTITY folderContextPauseAllUpdates.label "Zaustavi sva ažuriranja">
<!ENTITY folderContextPauseUpdates.label "Zaustavi ažuriranja">
<!ENTITY folderContextPauseUpdates.accesskey "U">
<!ENTITY folderContextOpenInNewWindow.label "Otvori u novom prozoru">
<!ENTITY folderContextOpenInNewWindow.accesskey "O">
<!ENTITY folderContextOpenNewTab.label "Otvori u novom tabu">
<!ENTITY folderContextOpenNewTab.accesskey "T">
<!ENTITY folderContextNew.label "Novi direktorij…">
<!ENTITY folderContextNew.accesskey "N">
<!ENTITY folderContextRename.label "Preimenuj">
<!ENTITY folderContextRename.accesskey "R">
<!ENTITY folderContextRemove.label "Izbriši">
<!ENTITY folderContextRemove.accesskey "D">
<!ENTITY folderContextCompact.label "Zbij">
<!ENTITY folderContextCompact.accesskey "C">
<!ENTITY folderContextEmptyTrash.label "Isprazni smeće">
<!ENTITY folderContextEmptyTrash.accesskey "y">
<!ENTITY folderContextEmptyJunk.label "Isprazni neželjenu poštu">
<!ENTITY folderContextEmptyJunk.accesskey "J">
<!ENTITY folderContextSendUnsentMessages.label "Pošalji neposlane poruke">
<!ENTITY folderContextSendUnsentMessages.accesskey "d">
<!ENTITY folderContextUnsubscribe.label "Otkaži pretplatu">
<!ENTITY folderContextUnsubscribe.accesskey "U">
<!ENTITY folderContextMarkNewsgroupRead.label "Označi novinsku grupu pročitanom">
<!ENTITY folderContextMarkNewsgroupRead.accesskey "k">
<!ENTITY folderContextMarkMailFolderRead.label "Označi direktorij pročitanim">
<!ENTITY folderContextMarkMailFolderRead.accesskey "k">
<!ENTITY folderContextSubscribe.label "Pretplati se…">
<!ENTITY folderContextSubscribe.accesskey "b">
<!ENTITY folderContextSearchForMessages.label "Pretraži poruke…">
<!ENTITY folderContextSearchForMessages.accesskey "S">
<!ENTITY folderContextProperties2.label "Svojstva">
<!ENTITY folderContextProperties2.accesskey "P">
<!ENTITY folderContextFavoriteFolder.label "Omiljeni direktorij">
<!ENTITY folderContextFavoriteFolder.accesskey "a">
<!ENTITY folderContextSettings2.label "Postavke">
<!ENTITY folderContextSettings2.accesskey "e">

<!-- Search Bar -->
<!ENTITY SearchNameOrEmail.label "Naziv ili e-pošta sadrži:">
<!ENTITY SearchNameOrEmail.accesskey "N">

<!-- Gloda Search Bar -->
<!ENTITY glodaSearchBar.placeholder "Pretraži poruke…">

<!-- Quick Search Menu Bar -->
<!ENTITY searchSubjectMenu.label "Naslov">
<!ENTITY searchFromMenu.label "Šalje">
<!ENTITY searchSubjectOrFromMenu.label "Naslov ili šalje">
<!ENTITY searchRecipient.label "Prima ili Kop">
<!ENTITY searchSubjectOrRecipientMenu.label "Naslov, Prima ili Kop">
<!ENTITY searchMessageBody.label "Cijela poruka">
<!ENTITY saveAsVirtualFolderMenu.label "Sačuvaj pretragu kao direktorij…">

<!-- Thread Pane -->
<!ENTITY threadColumn.label "Nit">
<!ENTITY fromColumn.label "Šalje">
<!ENTITY recipientColumn.label "Primalac">
<!ENTITY correspondentColumn.label "Dopisnici">
<!ENTITY subjectColumn.label "Naslov">
<!ENTITY dateColumn.label "Datum">
<!ENTITY priorityColumn.label "Prioritet">
<!ENTITY tagsColumn.label "Oznaka">
<!ENTITY accountColumn.label "Račun">
<!ENTITY statusColumn.label "Status">
<!ENTITY sizeColumn.label "Veličina">
<!ENTITY junkStatusColumn.label "Status neželjene pošte">
<!ENTITY unreadColumn.label "Nepročitano">
<!ENTITY totalColumn.label "Ukupno">
<!ENTITY readColumn.label "Pročitano">
<!ENTITY receivedColumn.label "Primljeno">
<!ENTITY starredColumn.label "Označeno zvjezdicom">
<!ENTITY locationColumn.label "Lokacija">
<!ENTITY idColumn.label "Redoslijed primanja">
<!ENTITY attachmentColumn.label "Prilozi">

<!-- Thread Pane Tooltips -->
<!ENTITY columnChooser2.tooltip "Izaberite kolone za prikaz">
<!ENTITY threadColumn2.tooltip "Prikaži niti poruke">
<!ENTITY fromColumn2.tooltip "Poredaj prema pošiljaocu">
<!ENTITY recipientColumn2.tooltip "Poredaj prema primaocu">
<!ENTITY correspondentColumn2.tooltip "Poredaj prema korespondentima">
<!ENTITY subjectColumn2.tooltip "Poredaj prema naslovu">
<!ENTITY dateColumn2.tooltip "Poredaj po datumu">
<!ENTITY priorityColumn2.tooltip "Poredaj prema prioritetu">
<!ENTITY tagsColumn2.tooltip "Poredaj prema oznakama">
<!ENTITY accountColumn2.tooltip "Poredaj prema računu">
<!ENTITY statusColumn2.tooltip "Poredaj prema statusu">
<!ENTITY sizeColumn2.tooltip "Poredaj po veličini">
<!ENTITY junkStatusColumn2.tooltip "Poredaj po statusu neželjene pošte">
<!ENTITY unreadColumn2.tooltip "Broj nepročitanih poruka u niti">
<!ENTITY totalColumn2.tooltip "Ukupan broj poruka u niti">
<!ENTITY readColumn2.tooltip "Poredaj prema pročitanom">
<!ENTITY receivedColumn2.tooltip "Poredaj prema datumu prijema">
<!ENTITY starredColumn2.tooltip "Poredaj prema zvjezdici">
<!ENTITY locationColumn2.tooltip "Poredaj prema lokaciji">
<!ENTITY idColumn2.tooltip "Poredaj prema redosljedu prijema">
<!ENTITY attachmentColumn2.tooltip "Poredaj prema dodacima">

<!-- Thread Pane Context Menu -->
<!ENTITY contextNewMsgFromTemplate.label "Nova poruka iz šablona">
<!ENTITY contextOpenNewWindow.label "Otvori poruku u novom prozoru">
<!ENTITY contextOpenNewWindow.accesskey "W">
<!-- The contextOpenNewTab.accesskey ("T") potentially conflicts with
     cutCmd.accessKey which is defined in textcontext.dtd from toolkit. Right
     now, both menu items can't be visible at the same time, but should someone
     enable copy/paste of message, this key would probably need to be changed. -->
<!ENTITY contextOpenNewTab.label "Otvori poruku u novom tabu">
<!ENTITY contextOpenNewTab.accesskey "T">
<!ENTITY contextOpenConversation.label "Otvori poruku unutar razgovora">
<!ENTITY contextOpenConversation.accesskey "n">
<!ENTITY contextOpenContainingFolder.label "Otvori poruku u sadržajnom direktoriju">
<!ENTITY contextOpenContainingFolder.accesskey "n">
<!ENTITY contextEditMsgAsNew.label "Uredi kao novu poruku">
<!ENTITY contextEditMsgAsNew.accesskey "E">
<!ENTITY contextEditDraftMsg.label "Uredi skicu poruke">
<!ENTITY contextEditTemplate.label "Uredi šablon">
<!ENTITY contextEditTemplate.accesskey "T">
<!ENTITY contextArchive.label "Arhiviraj">
<!ENTITY contextArchive.accesskey "h">
<!ENTITY contextReplySender.label "Odgovori samo pošiljaocu">
<!ENTITY contextReplySender.accesskey "R">
<!ENTITY contextReplyNewsgroup2.label "Odgovori na novinsku grupu">
<!ENTITY contextReplyNewsgroup2.accesskey "u">
<!ENTITY contextReplyAll.label "Odgovori svima">
<!ENTITY contextReplyAll.accesskey "A">
<!ENTITY contextReplyList.label "Odgovori na listu">
<!ENTITY contextReplyList.accesskey "L">
<!ENTITY contextForward.label "Proslijedi">
<!ENTITY contextForward.accesskey "F">
<!ENTITY contextForwardAsMenu.label "Proslijedi kao">
<!ENTITY contextForwardAsMenu.accesskey "o">
<!ENTITY contextForwardAsInline.label "Sadržaj unutar poruke">
<!ENTITY contextForwardAsInline.accesskey "I">
<!ENTITY contextForwardAsAttachmentItem.label "Prilog">
<!ENTITY contextForwardAsAttachmentItem.accesskey "A">
<!ENTITY contextMultiForwardAsAttachment.label "Proslijedi kao prilog">
<!ENTITY contextMultiForwardAsAttachment.accesskey "o">
<!ENTITY contextMoveMsgMenu.label "Premjesti u">
<!ENTITY contextMoveMsgMenu.accesskey "M">
<!ENTITY contextMoveCopyMsgRecentMenu.label "Nedavno">
<!ENTITY contextMoveCopyMsgRecentMenu.accesskey "R">
<!ENTITY contextCopyMsgMenu.label "Kopiraj u">
<!ENTITY contextCopyMsgMenu.accesskey "C">
<!ENTITY contextKillThreadMenu.label "Ignoriši nit">
<!ENTITY contextKillSubthreadMenu.accesskey "b">
<!ENTITY contextKillThreadMenu.accesskey "I">
<!ENTITY contextKillSubthreadMenu.label "Ignoriši podnit">
<!ENTITY contextWatchThreadMenu.label "Nadgledaj nit">
<!-- LOCALIZATION NOTE (contextWatchThreadMenu.accesskey):
     In the en-US locale we ran out of access keys, so there is an empty access key for
     Watch Thread. Localizers can pick a suitable key
  -->
<!ENTITY contextWatchThreadMenu.accesskey "">
<!ENTITY contextSaveAs.label "Sačuvaj kao…">
<!ENTITY contextSaveAs.accesskey "S">
<!ENTITY contextPrint.label "Štampaj…">
<!ENTITY contextPrint.accesskey "P">
<!ENTITY contextPrintPreview.label "Pregled prije štampanja">
<!ENTITY contextPrintPreview.accesskey "v">

<!-- Thread Pane Column Picker -->

<!-- LOCALIZATION NOTE (columnPicker.applyTo.label):
     This option in the thread pane column picker pops up a sub-menu containing
     the "columnPicker.applyToFolder.label" and
     "columnPicker.applyToFolderAndChildren.label" options. This item indicates
     a desire to apply the currently displayed set of columns to some other
     folder(s). The sub-menu items indicate whether we want to apply it to just
     a folder or also its children.
  -->
<!ENTITY columnPicker.applyTo.label "Primijeni kolone na…">
<!-- LOCALIZATION NOTE (columnPicker.applyToFolder.label):
     This option in the thread pane column picker is found on a sub-menu beneath
     the "columnPicker.applyTo.label" alongside
     "columnPicker.applyToFolderAndChildren.label". It indicates a desire to
     apply the currently display thread pane column settings to a single folder
     that the user selects using the same widget as the move to/copy to
     mechanism (via a series of popups).
  -->
<!ENTITY columnPicker.applyToFolder.label "Direktorij…">
<!-- LOCALIZATION NOTE (columnPicker.applyToFolderAndChildren.label):
     This option in the thread pane column picker is found on a sub-menu beneath
     the "columnPicker.applyTo.label" alongside
     "columnPicker.applyToFolder.label". It indicates a desire to
     apply the currently display thread pane column settings to a folder and all
     of its descendents. The user selects the folder using the same widget as the
     move to/copy to mechanism (via a series of popups).
  -->
<!ENTITY columnPicker.applyToFolderAndChildren.label "Direktorije i poddirektorije…">
<!-- LOCALIZATION NOTE (columnPicker.thisFolder.label):
     This is used in the folder selection widget for the
     "columnPicker.applyToFolder.label" and
     "columnPicker.applyToFolderAndChildren.label" menu options. Whenever
     a folder has children, it results in a menu popup; the first menu item
     in that popup is given this label to indicate that that folder should be
     selected. For example, if folder "A" has two children, "B" and "C", then
     when the user hovers over "A", a new popup menu will be displayed whose
     items are "This folder", "B", and "C". This is the equivalent of the
     "File here" option for the move to/copy to widget.
  -->
<!ENTITY columnPicker.thisFolder.label "Ovaj direktorij">


<!-- Media (video/audio) controls -->
<!ENTITY contextPlay.label "Reproduciraj">
<!ENTITY contextPlay.accesskey "P">
<!ENTITY contextPause.label "Pauza">
<!ENTITY contextPause.accesskey "P">
<!ENTITY contextMute.label "Isključi zvuk">
<!ENTITY contextMute.accesskey "M">
<!ENTITY contextUnmute.label "Uključi zvuk">
<!ENTITY contextUnmute.accesskey "m">

<!-- Quick Search Bar -->
<!-- LOCALIZATION NOTE (quickSearchCmd.key):
     This is actually the key used for the global message search box; we have
     not changed
  -->
<!ENTITY quickSearchCmd.key "k">
<!-- LOCALIZATION NOTE (search.label.base1):
     This is the base of the empty text for the global search box. We replace
     #1 with the contents of the appropriate search.keyLabel.* value for the
     platform.
     The goal is to convey to the user that typing in the box will allow them
     to search for messages globally and that there is a hotkey they can press
     to get to the box faster. If the global indexer is disabled, the search
     box will be collapsed and the user will never see this message.
  -->
<!ENTITY search.label.base1 "Traži #1">
<!-- LOCALIZATION NOTE (search.keyLabel.nonmac):
     The description of the key-binding to get into the global search box on
     windows and linux (which use the control key). We use the key defined in
     the quickSearchCmd.key entity defined above, the letter should match it.
  -->
<!ENTITY search.keyLabel.nonmac "&lt;Ctrl+K&gt;">
<!-- LOCALIZATION NOTE (search.keyLabel.mac):
     The description of the key-binding to get into the global search box on mac
     systems. We use the key defined in the quickSearchCmd.key entity defined
     above, the letter should match it.
  -->
<!ENTITY search.keyLabel.mac "&lt;&#x2318;K&gt;">

<!-- Message Header Context Menu -->
<!ENTITY AddToAddressBook.label "Dodaj u imenik…">
<!ENTITY AddToAddressBook.accesskey "B">
<!ENTITY AddDirectlyToAddressBook.label "Dodaj u imenik">
<!ENTITY AddDirectlyToAddressBook.accesskey "B">
<!ENTITY EditContact1.label "Uredi kontakt">
<!ENTITY EditContact1.accesskey "E">
<!ENTITY ViewContact.label "Prikaži kontakt">
<!ENTITY ViewContact.accesskey "V">
<!ENTITY SubscribeToNewsgroup.label "Pretplatite se na novinsku grupu">
<!ENTITY SubscribeToNewsgroup.accesskey "N">
<!ENTITY SendMessageTo.label "Sastavi poruku">
<!ENTITY SendMessageTo.accesskey "s">
<!ENTITY CopyEmailAddress.label "Kopiraj adresu e-pošte">
<!ENTITY CopyEmailAddress.accesskey "C">
<!ENTITY CopyNameAndEmailAddress.label "Kopiraj ime i adresu e-pošte">
<!ENTITY CopyNameAndEmailAddress.accesskey "N">
<!ENTITY CopyNewsgroupName.label "Kopiraj naziv novinske grupe">
<!ENTITY CopyNewsgroupName.accesskey "C">
<!ENTITY CopyNewsgroupURL.label "Kopiraj URL novinske grupe">
<!ENTITY CopyNewsgroupURL.accesskey "U">
<!ENTITY CreateFilterFrom.label "Stvori filter iz…">
<!ENTITY CreateFilterFrom.accesskey "F">
<!ENTITY reportPhishingURL.label "Prijavi prevaru e-pošte">
<!ENTITY reportPhishingURL.accesskey "o">

<!-- Spell checker context menu items -->
<!ENTITY spellAddDictionaries.label "Dodaj rječnike…">
<!ENTITY spellAddDictionaries.accesskey "A">

<!-- Content Pane Context Menu -->
<!ENTITY saveLinkAsCmd.label "Sačuvaj link kao…">
<!ENTITY saveLinkAsCmd.accesskey "k">
<!ENTITY saveImageAsCmd.label "Sačuvaj sliku kao…">
<!ENTITY saveImageAsCmd.accesskey "v">
<!ENTITY copyLinkCmd.label "Kopiraj lokaciju linka">
<!ENTITY copyLinkCmd.accesskey "L">
<!ENTITY copyImageAllCmd.label "Kopiraj sliku">
<!ENTITY copyImageAllCmd.accesskey "I">
<!ENTITY copyEmailCmd.label "Kopiraj adresu e-pošte">
<!ENTITY copyEmailCmd.accesskey "E">
<!ENTITY stopCmd.label "Zaustavi">
<!ENTITY stopCmd.accesskey "S">
<!ENTITY reloadCmd.label "Učitaj ponovo">
<!ENTITY reloadCmd.accesskey "R">
<!ENTITY openInBrowser.label "Otvori u pretraživaču">
<!ENTITY openInBrowser.accesskey "O">
<!ENTITY openLinkInBrowser.label "Otvori link u pretraživaču">
<!ENTITY openLinkInBrowser.accesskey "O">

<!-- Statusbar -->
<!ENTITY statusText.label "Gotovo">

<!-- Mac OS X Window Menu -->
<!ENTITY minimizeWindow.label "Minimiziraj">
<!ENTITY minimizeWindow.key "m">
<!ENTITY bringAllToFront.label "Prenesi sve naprijed">
<!ENTITY zoomWindow.label "Uvećaj">

<!-- Mac OS X Application Menu (Cocoa widgets) -->
<!ENTITY preferencesCmdMac2.label       "Postavke">
<!ENTITY preferencesCmdMac.commandkey   ",">
<!ENTITY preferencesCmdMac.modifiers    "accel">
<!ENTITY servicesMenuMac.label          "Usluge">
<!ENTITY hideThisAppCmdMac.label        "Sakrij &brandShortName;">
<!ENTITY hideThisAppCmdMac.commandkey   "H">
<!ENTITY hideThisAppCmdMac.modifiers    "accel">
<!ENTITY hideOtherAppsCmdMac.label      "Sakrij ostale">
<!ENTITY hideOtherAppsCmdMac.commandkey "H">
<!ENTITY hideOtherAppsCmdMac.modifiers  "accel,alt">
<!ENTITY showAllAppsCmdMac.label        "Prikaži sve">

<!-- Mac OS X Dock Icon pop-up menu -->
<!ENTITY dockOptions.label              "Opcije ikone aplikacije…">
<!ENTITY writeNewMessageDock.label      "Piši novu poruku">
<!ENTITY openAddressBookDock.label      "Otvori imenik">