summaryrefslogtreecommitdiff
path: root/po/[email protected]
blob: 66504a9ca2b62f52a86b2a386c6fad1c6b93f738 (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
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# 
# Translators:
# Miloš Popović <gpopac@gmail.com>, 2010
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-02-09 18:21+0100\n"
"PO-Revision-Date: 2014-02-09 18:19+0000\n"
"Last-Translator: Stefano Karapetsas <stefano@karapetsas.com>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/MATE/language/sr@latin/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sr@latin\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#: ../copy-n-paste/eggdesktopfile.c:165
#, c-format
msgid "File is not a valid .desktop file"
msgstr "Nije ispravna .desktop datoteka"

#: ../copy-n-paste/eggdesktopfile.c:190
#, c-format
msgid "Unrecognized desktop file Version '%s'"
msgstr "Nepoznato izdanje desktop datoteke „%s“"

#: ../copy-n-paste/eggdesktopfile.c:960
#, c-format
msgid "Starting %s"
msgstr "Počinjem %s"

#: ../copy-n-paste/eggdesktopfile.c:1102
#, c-format
msgid "Application does not accept documents on command line"
msgstr "Program ne prihvata dokumente iz komandne linije"

#: ../copy-n-paste/eggdesktopfile.c:1170
#, c-format
msgid "Unrecognized launch option: %d"
msgstr "Nepoznata opcija pri pokretanju: %d"

#: ../copy-n-paste/eggdesktopfile.c:1375
#, c-format
msgid "Can't pass documents to this desktop element"
msgstr "Ne mogu da prosledim dokumente element desktopa"

#: ../copy-n-paste/eggdesktopfile.c:1394
#, c-format
msgid "Not a launchable item"
msgstr "Stavka se ne može pokretati"

#: ../copy-n-paste/eggsmclient.c:225
msgid "Disable connection to session manager"
msgstr "Onemogući vezu sa upravniko sesije"

#: ../copy-n-paste/eggsmclient.c:228
msgid "Specify file containing saved configuration"
msgstr "Odredite datoteku koja sadrži sačuvana podešavanja"

#: ../copy-n-paste/eggsmclient.c:228
msgid "FILE"
msgstr "DATOTEKA"

#: ../copy-n-paste/eggsmclient.c:231
msgid "Specify session management ID"
msgstr "Odredite IB upravnika sesijom"

#: ../copy-n-paste/eggsmclient.c:231
msgid "ID"
msgstr "IB"

#: ../copy-n-paste/eggsmclient.c:252
msgid "Session management options:"
msgstr "Opcije upravnika sesijom:"

#: ../copy-n-paste/eggsmclient.c:253
msgid "Show session management options"
msgstr "Prikaži opcije upravnika sesijom"

#: ../data/engrampa.desktop.in.in.h:1
msgid "Engrampa Archive Manager"
msgstr ""

#: ../data/engrampa.desktop.in.in.h:2 ../src/fr-window.c:1991
#: ../src/fr-window.c:5419
msgid "Archive Manager"
msgstr "Upravljač arhivom"

#: ../data/engrampa.desktop.in.in.h:3
msgid "Create and modify an archive"
msgstr "Napravite nove i raspakujte postojeće arhive"

#: ../data/ui/add-options.ui.h:1
msgid "Load Options"
msgstr "Učitavanje podešavanja"

#: ../data/ui/batch-add-files.ui.h:1
msgid "Compress"
msgstr "Zapakuj"

#: ../data/ui/batch-add-files.ui.h:2
msgid "_Filename:"
msgstr "_Ime datoteke:"

#. Translators: after the colon there is a folder name.
#: ../data/ui/batch-add-files.ui.h:3 ../src/fr-window.c:5844
msgid "_Location:"
msgstr "_Mesto:"

#: ../data/ui/batch-add-files.ui.h:4
msgid "Location"
msgstr "Mesto"

#: ../data/ui/batch-add-files.ui.h:5 ../data/ui/batch-password.ui.h:2
#: ../data/ui/new.ui.h:1 ../data/ui/password.ui.h:3
msgid "_Password:"
msgstr "_Lozinka:"

#: ../data/ui/batch-add-files.ui.h:6 ../data/ui/new.ui.h:2
#: ../data/ui/password.ui.h:2
msgid "_Encrypt the file list too"
msgstr "_Šifruj i spisak datoteka"

#. this is part of a sentence, for example "split into volumes of 10.0 MB",
#. where MB stands for megabyte.
#: ../data/ui/batch-add-files.ui.h:8 ../data/ui/new.ui.h:3
msgid "Split into _volumes of"
msgstr "Podeli na _delove od"

#. MB means megabytes
#: ../data/ui/batch-add-files.ui.h:10 ../data/ui/new.ui.h:5
msgid "MB"
msgstr "MB"

#: ../data/ui/batch-add-files.ui.h:11 ../data/ui/new.ui.h:6
msgid "_Other Options"
msgstr "_Ostala podešavanja"

#: ../data/ui/batch-add-files.ui.h:12 ../src/fr-stock.c:42
msgid "C_reate"
msgstr "_Napravi"

#: ../data/ui/batch-password.ui.h:1
msgid "<span weight=\"bold\" size=\"larger\">Password required</span>"
msgstr "<span weight=\"bold\" size=\"larger\">Neophodna je lozinka</span>"

#: ../data/ui/delete.ui.h:1
msgid "Delete"
msgstr "Obriši"

#: ../data/ui/delete.ui.h:2 ../src/dlg-extract.c:349
msgid "_Files:"
msgstr "_Datoteke:"

#: ../data/ui/delete.ui.h:3 ../src/dlg-extract.c:360
msgid "example: *.txt; *.doc"
msgstr "primer: *.txt; *.doc"

#: ../data/ui/delete.ui.h:4 ../src/dlg-extract.c:363
msgid "_All files"
msgstr "_Sve datoteke"

#: ../data/ui/delete.ui.h:5 ../src/dlg-extract.c:370
msgid "_Selected files"
msgstr "_Izabrane datoteke"

#: ../data/ui/open-with.ui.h:1
msgid "Open Files"
msgstr "Otvori datoteke"

#: ../data/ui/open-with.ui.h:2
msgid "A_vailable application:"
msgstr "D_ostupni program:"

#: ../data/ui/open-with.ui.h:3
msgid "R_ecent applications:"
msgstr "N_edavni programi:"

#: ../data/ui/open-with.ui.h:4
msgid "_Application:"
msgstr "_Program:"

#: ../data/ui/password.ui.h:1
msgid "Password"
msgstr "Lozinka"

#: ../data/ui/password.ui.h:4
msgid ""
"<i><b>Note:</b> the password will be used to encrypt files you add to the "
"current archive, and to decrypt files you extract from the current archive. "
"When the archive is closed the password will be deleted.</i>"
msgstr "<i><b>Napomena:</b> lozinka će biti korišćena za šifrovanje datoteka koje dodajete u tekuću arhivu i za dešifrovanje datoteka koje raspakujete iz tekuće arhive. Kada se arhiva zatvori, lozinka se više neće koristiti.</i>"

#. secondary text
#: ../data/ui/update.ui.h:1 ../src/dlg-update.c:176 ../src/dlg-update.c:204
#, c-format
msgid ""
"The file has been modified with an external application. If you don't update"
" the file in the archive, all of your changes will be lost."
msgid_plural ""
"%d files have been modified with an external application. If you don't "
"update the files in the archive, all of your changes will be lost."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: ../data/ui/update.ui.h:2
msgid "_Update"
msgstr "_Ažuriraj"

#: ../data/ui/update.ui.h:3
msgid "S_elect the files you want to update:"
msgstr "_Izaberite datoteke koje želite da ažurirate:"

#: ../caja/caja-engrampa.c:314
msgid "Extract Here"
msgstr "Raspakuj ovde"

#. Translators: the current position is the current folder
#: ../caja/caja-engrampa.c:316
msgid "Extract the selected archive to the current position"
msgstr "Raspakuje izabranu arhivu u trenutnu fasciklu"

#: ../caja/caja-engrampa.c:333
msgid "Extract To..."
msgstr "Raspakuj u..."

#: ../caja/caja-engrampa.c:334
msgid "Extract the selected archive"
msgstr "Raspakuj izabranu arhivu"

#: ../caja/caja-engrampa.c:353
msgid "Compress..."
msgstr "Zapakuj..."

#: ../caja/caja-engrampa.c:354
msgid "Create a compressed archive with the selected objects"
msgstr "Pravi zapakovanu arhivu od izabranih objekata"

#: ../src/actions.c:157 ../src/actions.c:196 ../src/actions.c:232
#: ../src/dlg-batch-add.c:171 ../src/dlg-batch-add.c:187
#: ../src/dlg-batch-add.c:216 ../src/dlg-batch-add.c:261
#: ../src/dlg-batch-add.c:307 ../src/fr-window.c:2944
msgid "Could not create the archive"
msgstr "Nisam mogao da napravim arhivu"

#: ../src/actions.c:159 ../src/dlg-batch-add.c:173 ../src/dlg-batch-add.c:309
msgid "You have to specify an archive name."
msgstr "Morate navesti ime arhive."

#: ../src/actions.c:198
msgid "You don't have permission to create an archive in this folder"
msgstr "Nemate dozvolu da napravite arhivu u ovoj fascikli"

#: ../src/actions.c:234 ../src/dlg-package-installer.c:267
#: ../src/dlg-package-installer.c:276 ../src/dlg-package-installer.c:304
#: ../src/fr-archive.c:1146 ../src/fr-window.c:6059 ../src/fr-window.c:6235
msgid "Archive type not supported."
msgstr "Vrsta arhive nije podržana."

#: ../src/actions.c:248
msgid "Could not delete the old archive."
msgstr "Nisam mogao ukloniti staru arhivu."

#: ../src/actions.c:382 ../src/fr-window.c:5902
msgid "Open"
msgstr "Otvori"

#: ../src/actions.c:393 ../src/dlg-new.c:313 ../src/fr-window.c:5242
msgid "All archives"
msgstr "Sve arhive"

#: ../src/actions.c:400 ../src/dlg-new.c:320
msgid "All files"
msgstr "Sve datoteke"

#: ../src/actions.c:794 ../src/fr-window.c:7081
msgid "Last Output"
msgstr "Detaljan ispis"

#: ../src/actions.c:860
msgid ""
"Engrampa is free software; you can redistribute it and/or modify it under "
"the terms of the GNU General Public License as published by the Free "
"Software Foundation; either version 2 of the License, or (at your option) "
"any later version."
msgstr "Upravljač arhivom je slobodan softver; možete ga raspodeljivati i/ili ga menjati pod uslovima GNU Opšte Javne Licence (GNU GPL) kako je objavljuje Zadužbina za Slobodni Softver (FSF); bilo verzije 2 te Licence, bilo (po vašem nahođenju) bilo koje novije verzije."

#: ../src/actions.c:864
msgid ""
"Engrampa is distributed in the hope that it will be useful, but WITHOUT ANY "
"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS "
"FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more "
"details."
msgstr "Upravljač arhivom se raspodeljuje u nadi da će biti od koristi, ali BEZ IKAKVIH GARANCIJA; čak i bez podrazumevane garancije KORISNOSTI ili PRILAGOĐENOSTI ODREĐENOJ NAMENI.  Vidite GNU Opštu Javnu Licencu za više detalja."

#: ../src/actions.c:868
msgid ""
"You should have received a copy of the GNU General Public License along with"
" Engrampa; if not, write to the Free Software Foundation, Inc., 51 Franklin "
"St, Fifth Floor, Boston, MA  02110-1301 USA"
msgstr "Trebali ste da primite primerak GNU Opšte Javne Licence uz Gkalktul; ako \nniste, pišite Zadužbini za Slobodni Softver (Free Software Foundation, \nInc.), 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA"

#: ../src/actions.c:878
msgid "Copyright © 2001–2010 Free Software Foundation, Inc."
msgstr "© 2001-2010 Zadužbina za Slobodni Softver"

#: ../src/actions.c:879
msgid "An archive manager for MATE."
msgstr "Alat za rad sa arhivama za Gnom okruženje."

#: ../src/actions.c:882
msgid "translator-credits"
msgstr "Slobodan D. Sredojević <slobo@akrep.be>\nDanilo Šegan <danilo@prevod.org>\nIgor Nestorović <igor@prevod.org>\nGoran Rakić <grakic@devbase.net>\n\nhttp://prevod.org/"

#: ../src/dlg-add-files.c:100 ../src/dlg-add-folder.c:136
msgid "Could not add the files to the archive"
msgstr "Nisam mogao da dodam datoteke u arhivu"

#: ../src/dlg-add-files.c:101 ../src/dlg-add-folder.c:137
#, c-format
msgid "You don't have the right permissions to read files from folder \"%s\""
msgstr "Nemate odgovarajuća ovlašćenja da čitate datoteke iz fascikle „%s“"

#: ../src/dlg-add-files.c:149 ../src/ui.h:49
msgid "Add Files"
msgstr "Dodaj datoteke"

#. Translators: add a file to the archive only if the disk version is
#. * newer than the archive version.
#: ../src/dlg-add-files.c:165 ../src/dlg-add-folder.c:238
msgid "Add only if _newer"
msgstr "Dodaj samo ako je novi_ja"

#: ../src/dlg-add-folder.c:224
msgid "Add a Folder"
msgstr "Dodaj fasciklu"

#: ../src/dlg-add-folder.c:239
msgid "_Include subfolders"
msgstr "_Uključi podfascikle"

#: ../src/dlg-add-folder.c:240
msgid "Exclude folders that are symbolic lin_ks"
msgstr "Izuzmi fascikle koje predstavljaju simbo_ličke veze"

#: ../src/dlg-add-folder.c:243 ../src/dlg-add-folder.c:249
#: ../src/dlg-add-folder.c:255
msgid "example: *.o; *.bak"
msgstr "primer: *.o; *.bak"

#: ../src/dlg-add-folder.c:244
msgid "Include _files:"
msgstr "_Uključi datoteke:"

#: ../src/dlg-add-folder.c:250
msgid "E_xclude files:"
msgstr "Izu_zmi datoteke:"

#: ../src/dlg-add-folder.c:256
msgid "_Exclude folders:"
msgstr "Izu_zmi fascikle:"

#: ../src/dlg-add-folder.c:260
msgid "_Load Options"
msgstr "_Učitaj podešavanja"

#: ../src/dlg-add-folder.c:261
msgid "Sa_ve Options"
msgstr "Saču_vaj podešavanja"

#: ../src/dlg-add-folder.c:262
msgid "_Reset Options"
msgstr "_Vrati podešavanja"

#: ../src/dlg-add-folder.c:890
msgid "Save Options"
msgstr "Čuvanje podešavanja"

#: ../src/dlg-add-folder.c:891
msgid "Options Name:"
msgstr "Ime za opcije:"

#: ../src/dlg-ask-password.c:124
#, c-format
msgid "Enter the password for the archive '%s'."
msgstr "Navedite lozinku za arhivu „%s“."

#. Translators: the name references to a filename.  This message can appear
#. when renaming a file.
#: ../src/dlg-batch-add.c:188 ../src/fr-window.c:7404
#, c-format
msgid ""
"The name \"%s\" is not valid because it cannot contain the characters: %s\n"
"\n"
"%s"
msgstr "Ime „%s“ nije ispravno zato što ne sme da sadrži znake: %s\n\n%s"

#: ../src/dlg-batch-add.c:191 ../src/fr-window.c:7394 ../src/fr-window.c:7399
#: ../src/fr-window.c:7404 ../src/fr-window.c:7440 ../src/fr-window.c:7442
msgid "Please use a different name."
msgstr "Koristite neko drugo ime."

#: ../src/dlg-batch-add.c:218
msgid ""
"You don't have the right permissions to create an archive in the destination"
" folder."
msgstr "Nemate odgovarajuća ovlašćenja za pravljenje arhive u odredišnoj fascikli."

#: ../src/dlg-batch-add.c:234 ../src/dlg-extract.c:103 ../src/fr-window.c:6656
#, c-format
msgid ""
"Destination folder \"%s\" does not exist.\n"
"\n"
"Do you want to create it?"
msgstr "Odredišna fascikla „%s\" ne postoji.\n\nDa li želite da je napravite?"

#: ../src/dlg-batch-add.c:243 ../src/dlg-extract.c:112 ../src/fr-window.c:6665
msgid "Create _Folder"
msgstr "Napravi _fasciklu"

#: ../src/dlg-batch-add.c:262 ../src/dlg-extract.c:132 ../src/fr-window.c:6685
#, c-format
msgid "Could not create the destination folder: %s."
msgstr "Nisam mogao da napravim odredišnu fasciklu: %s."

#: ../src/dlg-batch-add.c:279
msgid "Archive not created"
msgstr "Arhiva nije napravljena"

#: ../src/dlg-batch-add.c:327
msgid "The archive is already present.  Do you want to overwrite it?"
msgstr "Arhiva već postoji.  Da li želite da je prepišete?"

#: ../src/dlg-batch-add.c:330
msgid "_Overwrite"
msgstr "_Prepiši"

#: ../src/dlg-extract.c:131 ../src/dlg-extract.c:149 ../src/dlg-extract.c:176
#: ../src/fr-window.c:4169 ../src/fr-window.c:6684 ../src/fr-window.c:6701
msgid "Extraction not performed"
msgstr "Raspakivanje nije izvedeno"

#: ../src/dlg-extract.c:177 ../src/fr-window.c:4338 ../src/fr-window.c:4418
#, c-format
msgid ""
"You don't have the right permissions to extract archives in the folder "
"\"%s\""
msgstr "Nemate ovlašćenja da raspakujete arhive u fascikli „%s“"

#: ../src/dlg-extract.c:332 ../src/dlg-extract.c:430 ../src/ui.h:124
msgid "Extract"
msgstr "Raspakuj"

#: ../src/dlg-extract.c:381
msgid "Actions"
msgstr "Radnje"

#: ../src/dlg-extract.c:397
msgid "Re-crea_te folders"
msgstr "Ponovo _obrazuj fascikle"

#: ../src/dlg-extract.c:401
msgid "Over_write existing files"
msgstr "Prepiši p_reko postojećih datoteka"

#: ../src/dlg-extract.c:405
msgid "Do not e_xtract older files"
msgstr "Ne ra_spakuj starije datoteke"

#: ../src/dlg-new.c:438
msgctxt "File"
msgid "New"
msgstr "Nova"

#: ../src/dlg-new.c:451
msgctxt "File"
msgid "Save"
msgstr "Sačuvaj"

#: ../src/dlg-package-installer.c:108 ../src/dlg-package-installer.c:218
msgid "There was an internal error trying to search for applications:"
msgstr "Došlo je do greške prilikom traženja odgovarajućeg programa:"

#: ../src/dlg-package-installer.c:286
#, c-format
msgid ""
"There is no command installed for %s files.\n"
"Do you want to search for a command to open this file?"
msgstr "Ne postoji naredba za otvaranje %s datoteka.\nDa li želite da potražite program za ove datoteke?"

#: ../src/dlg-package-installer.c:291
msgid "Could not open this file type"
msgstr "Ne mogu da otvorim ovu vrstu datoteke"

#: ../src/dlg-package-installer.c:294
msgid "_Search Command"
msgstr "_Naredba za traženje"

#. Translators: after the colon there is a folder name.
#: ../src/dlg-prop.c:107
msgid "Location:"
msgstr "Mesto:"

#: ../src/dlg-prop.c:119
msgctxt "File"
msgid "Name:"
msgstr "Ime:"

#: ../src/dlg-prop.c:125
#, c-format
msgid "%s Properties"
msgstr "Osobine za %s"

#: ../src/dlg-prop.c:134
msgid "Modified on:"
msgstr "Poslednja izmena:"

#: ../src/dlg-prop.c:144
msgid "Archive size:"
msgstr "Veličina arhive:"

#: ../src/dlg-prop.c:159
msgid "Content size:"
msgstr "Veličina sadržaja:"

#: ../src/dlg-prop.c:183
msgid "Compression ratio:"
msgstr "Nivo sažimanja:"

#: ../src/dlg-prop.c:198
msgid "Number of files:"
msgstr "Broj datoteka:"

#: ../src/dlg-update.c:164
#, c-format
msgid "Update the file \"%s\" in the archive \"%s\"?"
msgstr "Da ažuriram daoteku „%s“ u arhivi „%s“?"

#: ../src/dlg-update.c:193
#, c-format
msgid "Update the files in the archive \"%s\"?"
msgstr "Da ažuriram datoteke u arhivi „%s“?"

#: ../src/eggfileformatchooser.c:236
#, c-format
msgid "File _Format: %s"
msgstr "_Vrsta datoteke: %s"

#: ../src/eggfileformatchooser.c:397
msgid "All Files"
msgstr "Sve datoteke"

#: ../src/eggfileformatchooser.c:398
msgid "All Supported Files"
msgstr "Sve podržane datoteke"

#: ../src/eggfileformatchooser.c:407
msgid "By Extension"
msgstr "Po ekstenziji"

#: ../src/eggfileformatchooser.c:422
msgid "File Format"
msgstr "Vrsta datoteke"

#: ../src/eggfileformatchooser.c:440
msgid "Extension(s)"
msgstr "Ekstenzija(e):"

#: ../src/eggfileformatchooser.c:675
#, c-format
msgid ""
"The program was not able to find out the file format you want to use for "
"`%s'. Please make sure to use a known extension for that file or manually "
"choose a file format from the list below."
msgstr "Program ne može da pronađe vrstu datoteke koju želite da upotrebite za „%s“. Proverite da li koristite poznatu ekstenziju datoteke ili sami odaberite vrstu datoteke iz priloženog spiska."

#: ../src/eggfileformatchooser.c:682
msgid "File format not recognized"
msgstr "Nije prepoznata vrsta datoteke"

#: ../src/fr-archive.c:1126
msgid "File not found."
msgstr "Datoteka nije pronađena."

#: ../src/fr-archive.c:1229
#, c-format
msgid "The file doesn't exist"
msgstr "Datoteka ne postoji"

#: ../src/fr-archive.c:2394
msgid "You don't have the right permissions."
msgstr "Nemate odgovarajuća ovlašćenja."

#: ../src/fr-archive.c:2394
msgid "This archive type cannot be modified"
msgstr "Ne možete menjati ovu vrstu arhive"

#: ../src/fr-archive.c:2406
msgid "You can't add an archive to itself."
msgstr "Ne možete dodati arhivu u samu sebe."

#. Translators: after the colon there is a filename.
#: ../src/fr-command-7z.c:296 ../src/fr-command-rar.c:518
#: ../src/fr-command-tar.c:308
msgid "Adding file: "
msgstr "Dodajem datoteku: "

#. Translators: after the colon there is a filename.
#: ../src/fr-command-7z.c:417 ../src/fr-command-rar.c:645
#: ../src/fr-command-tar.c:427
msgid "Extracting file: "
msgstr "Raspakujem datoteku: "

#. Translators: after the colon there is a filename.
#: ../src/fr-command-rar.c:596 ../src/fr-command-tar.c:373
msgid "Removing file: "
msgstr "Uklanjam datoteku: "

#: ../src/fr-command-rar.c:779
#, c-format
msgid "Could not find the volume: %s"
msgstr "Ne mogu da neđem disk: %s"

#: ../src/fr-command-tar.c:382 ../src/fr-window.c:2327
msgid "Deleting files from archive"
msgstr "Brisanje datoteka iz arhive"

#: ../src/fr-command-tar.c:486
msgid "Recompressing archive"
msgstr "Ponovo sažimam arhivu"

#: ../src/fr-command-tar.c:737
msgid "Decompressing archive"
msgstr "Od-sažima arhivu"

#: ../src/fr-stock.c:43 ../src/fr-stock.c:44
msgid "_Add"
msgstr "_Dodaj"

#: ../src/fr-stock.c:45
msgid "_Extract"
msgstr "_Raspakuj"

#: ../src/fr-window.c:1519
#, c-format
msgid "%d object (%s)"
msgid_plural "%d objects (%s)"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: ../src/fr-window.c:1524
#, c-format
msgid "%d object selected (%s)"
msgid_plural "%d objects selected (%s)"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: ../src/fr-window.c:1598
msgid "Folder"
msgstr "Fascikla"

#: ../src/fr-window.c:1999
msgid "[read only]"
msgstr "[samo za čitanje]"

#: ../src/fr-window.c:2250
#, c-format
msgid "Could not display the folder \"%s\""
msgstr "Nisam mogao da prikažem fasciklu „%s“"

#: ../src/fr-window.c:2318 ../src/fr-window.c:2348
msgid "Creating archive"
msgstr "Pravim arhivu"

#: ../src/fr-window.c:2321
msgid "Loading archive"
msgstr "Učitavam arhivu"

#: ../src/fr-window.c:2324
msgid "Reading archive"
msgstr "Čitam arhivu"

#: ../src/fr-window.c:2330
msgid "Testing archive"
msgstr "Proveravam arhivu"

#: ../src/fr-window.c:2333
msgid "Getting the file list"
msgstr "Učitavam spisak datoteka"

#: ../src/fr-window.c:2336 ../src/fr-window.c:2345
msgid "Copying the file list"
msgstr "Učitavam spisak datoteka"

#: ../src/fr-window.c:2339
msgid "Adding files to archive"
msgstr "Dodavanje datoteka u arhivu"

#: ../src/fr-window.c:2342
msgid "Extracting files from archive"
msgstr "Raspakivanje datoteka iz arhive"

#: ../src/fr-window.c:2351
msgid "Saving archive"
msgstr "Čuvam arhivu"

#: ../src/fr-window.c:2508
msgid "_Open the Archive"
msgstr "_Otvori arhivu"

#: ../src/fr-window.c:2509
msgid "_Show the Files"
msgstr "P_rikaži datoteke"

#: ../src/fr-window.c:2557
msgid "Archive:"
msgstr "Arhiva:"

#: ../src/fr-window.c:2719
msgid "Extraction completed successfully"
msgstr "Raspakivanje je uspešno završeno"

#: ../src/fr-window.c:2742
msgid "Archive created successfully"
msgstr "Arhiva je uspešno napravljena"

#: ../src/fr-window.c:2790
msgid "please wait..."
msgstr "sačekajte..."

#: ../src/fr-window.c:2949
msgid "An error occurred while extracting files."
msgstr "Javila se greška prilikom raspakivanja datoteka."

#: ../src/fr-window.c:2955
#, c-format
msgid "Could not open \"%s\""
msgstr "Nisam mogao da otvorim „%s“"

#: ../src/fr-window.c:2960
msgid "An error occurred while loading the archive."
msgstr "Javila se greška prilikom učitavanja arhive."

#: ../src/fr-window.c:2964
msgid "An error occurred while deleting files from the archive."
msgstr "Javila se greška prilikom uklanjanja datoteka iz arhive."

#: ../src/fr-window.c:2970
msgid "An error occurred while adding files to the archive."
msgstr "Javila se greška prilikom dodavanja datoteka u arhivu."

#: ../src/fr-window.c:2974
msgid "An error occurred while testing archive."
msgstr "Javila se greška prilikom proveravanja arhive."

#: ../src/fr-window.c:2978
msgid "An error occurred while saving the archive."
msgstr "Javila se greška prilikom čuvanja arhive."

#: ../src/fr-window.c:2982
msgid "An error occurred."
msgstr "Javila se greška."

#: ../src/fr-window.c:2988
msgid "Command not found."
msgstr "Naredba nije pronađena."

#: ../src/fr-window.c:2991
msgid "Command exited abnormally."
msgstr "Naredba je neočekivano prekinuta."

#: ../src/fr-window.c:3190
msgid "Test Result"
msgstr "Rezultat provere"

#: ../src/fr-window.c:4012 ../src/fr-window.c:7991 ../src/fr-window.c:8020
#: ../src/fr-window.c:8275
msgid "Could not perform the operation"
msgstr "Nisam mogao da izvedem radnju"

#: ../src/fr-window.c:4038
msgid ""
"Do you want to add this file to the current archive or open it as a new "
"archive?"
msgstr "Da li želite da dodate ovu datoteku u već otvorenu arhivu ili da napravite novu arhivu?"

#: ../src/fr-window.c:4068
msgid "Do you want to create a new archive with these files?"
msgstr "Da li želite da napravite novu arhivu sa ovim datotekama?"

#: ../src/fr-window.c:4071
msgid "Create _Archive"
msgstr "Napravi _arhivu"

#: ../src/fr-window.c:4667 ../src/fr-window.c:5747
msgid "Folders"
msgstr "Fascikle"

#: ../src/fr-window.c:4705
msgctxt "File"
msgid "Size"
msgstr "Veličina"

#: ../src/fr-window.c:4706
msgctxt "File"
msgid "Type"
msgstr "Vrsta"

#: ../src/fr-window.c:4707
msgctxt "File"
msgid "Date Modified"
msgstr "Datum izmene"

#: ../src/fr-window.c:4708
msgctxt "File"
msgid "Location"
msgstr "Mesto"

#: ../src/fr-window.c:4717
msgctxt "File"
msgid "Name"
msgstr "Ime"

#: ../src/fr-window.c:5668
msgid "Find:"
msgstr "Traži:"

#: ../src/fr-window.c:5755
msgid "Close the folders pane"
msgstr "Zatvori površ sa fasciklama"

#: ../src/fr-window.c:5899 ../src/fr-window.c:5902 ../src/ui.h:142
#: ../src/ui.h:146
msgid "Open archive"
msgstr "Otvori arhivu"

#: ../src/fr-window.c:5900
msgid "Open a recently used archive"
msgstr "Otvori skoro korišćenu arhivu"

#: ../src/fr-window.c:6227
#, c-format
msgid "Could not save the archive \"%s\""
msgstr "Nisam mogao da sačuvam arhivu „%s“"

#. Translators: the name references to a filename.  This message can appear
#. when renaming a file.
#: ../src/fr-window.c:7394
msgid "The new name is void."
msgstr "Novo ime nije dozvoljeno."

#. Translators: the name references to a filename.  This message can appear
#. when renaming a file.
#: ../src/fr-window.c:7399
msgid "The new name is equal to the old one."
msgstr "Novo ime je isto kao i staro."

#: ../src/fr-window.c:7440
#, c-format
msgid ""
"A folder named \"%s\" already exists.\n"
"\n"
"%s"
msgstr "Fascikla imena „%s\" već postoji.\n\n%s"

#: ../src/fr-window.c:7442
#, c-format
msgid ""
"A file named \"%s\" already exists.\n"
"\n"
"%s"
msgstr "Datoteka imena „%s\" već postoji.\n\n%s"

#: ../src/fr-window.c:7512
msgid "Rename"
msgstr "Preimenuj"

#: ../src/fr-window.c:7513
msgid "New folder name"
msgstr "Novo ime fascikle"

#: ../src/fr-window.c:7513
msgid "New file name"
msgstr "Novo ime datoteke"

#: ../src/fr-window.c:7517
msgid "_Rename"
msgstr "Preimenu_j"

#: ../src/fr-window.c:7534 ../src/fr-window.c:7554
msgid "Could not rename the folder"
msgstr "Ne mogu da preimenujem fasciklu"

#: ../src/fr-window.c:7534 ../src/fr-window.c:7554
msgid "Could not rename the file"
msgstr "Ne mogu da preimenujem datoteku"

#: ../src/fr-window.c:7952
msgid "Paste Selection"
msgstr "Ubaci izabrano"

#: ../src/fr-window.c:7953
msgid "Destination folder"
msgstr "Odredišna fascikla"

#: ../src/fr-window.c:8545
msgid "Add files to an archive"
msgstr "Dodaj datoteke u arhivu"

#: ../src/fr-window.c:8589
msgid "Extract archive"
msgstr "Raspakuj arhivu"

#. This is the time format used in the "Date Modified" column and
#. * in the Properties dialog.  See the man page of strftime for an
#. * explanation of the values.
#: ../src/glib-utils.c:560
msgid "%d %B %Y, %H:%M"
msgstr "%d. %B %Y, %H:%M"

#. Expander
#: ../src/gtk-utils.c:447
msgid "Command _Line Output"
msgstr "Prikaz linije za _unos naredbi"

#: ../src/gtk-utils.c:784
msgid "Could not display help"
msgstr "Ne mogu da prikažem pomoć"

#: ../src/main.c:85
msgid "7-Zip (.7z)"
msgstr "7-Zip (.7z)"

#: ../src/main.c:86
msgid "Tar compressed with 7z (.tar.7z)"
msgstr "Tar kompresovana sa 7z (.tar.7z)"

#: ../src/main.c:87
msgid "Ace (.ace)"
msgstr "Ace (.ace)"

#: ../src/main.c:89
msgid "Ar (.ar)"
msgstr "Ar (.ar)"

#: ../src/main.c:90
msgid "Arj (.arj)"
msgstr "Arj (.arj)"

#: ../src/main.c:92
msgid "Tar compressed with bzip2 (.tar.bz2)"
msgstr "Tar kompresovana sa bzip2 programom (.tar.bz2)"

#: ../src/main.c:94
msgid "Tar compressed with bzip (.tar.bz)"
msgstr "Tar kompresovana sa bzip programom (.tar.bz)"

#: ../src/main.c:95
msgid "Cabinet (.cab)"
msgstr "Kabinet (.cab)"

#: ../src/main.c:96
msgid "Rar Archived Comic Book (.cbr)"
msgstr "RAR arhiva stripa  (.cbr)"

#: ../src/main.c:97
msgid "Zip Archived Comic Book (.cbz)"
msgstr "ZIP arhiva stripa (.cbz)"

#: ../src/main.c:100
msgid "Tar compressed with gzip (.tar.gz)"
msgstr "Tar kompresovana sa gzip programom (tar.gz)"

#: ../src/main.c:103
msgid "Ear (.ear)"
msgstr "Ear (.ear)"

#: ../src/main.c:104
msgid "Self-extracting zip (.exe)"
msgstr "Samoraspakujuća Zip datoteka (.exe)"

#: ../src/main.c:106
msgid "Jar (.jar)"
msgstr "Jar (.jar)"

#: ../src/main.c:107
msgid "Lha (.lzh)"
msgstr "Lha (.lzh)"

#: ../src/main.c:108
msgid "Lrzip (.lrz)"
msgstr "Lrzip (.lzz)"

#: ../src/main.c:109
msgid "Tar compressed with lrzip (.tar.lrz)"
msgstr "Tar kompresovana lrzip programom (.tar.lrz)"

#: ../src/main.c:111
msgid "Tar compressed with lzip (.tar.lz)"
msgstr "Tar kompresovana lzip programom (.tar.lz)"

#: ../src/main.c:113
msgid "Tar compressed with lzma (.tar.lzma)"
msgstr "Tar kompresovana sa lzma (.tar.lzma)"

#: ../src/main.c:115
msgid "Tar compressed with lzop (.tar.lzo)"
msgstr "Tar kompresovana lzop programom (.tar.lzo)"

#: ../src/main.c:116
msgid "Windows Imaging Format (.wim)"
msgstr ""

#: ../src/main.c:117
msgid "Rar (.rar)"
msgstr "Rar (.rar)"

#: ../src/main.c:120
msgid "Tar uncompressed (.tar)"
msgstr "Tar nekompresovana (.tar)"

#: ../src/main.c:121
msgid "Tar compressed with compress (.tar.Z)"
msgstr "Tar kompresovana compress programom (.tar.Z)"

#: ../src/main.c:123
msgid "War (.war)"
msgstr "War (.war)"

#: ../src/main.c:124
msgid "Xz (.xz)"
msgstr "Xz (.xz)"

#: ../src/main.c:125
msgid "Tar compressed with xz (.tar.xz)"
msgstr "Tar kompresovana sa xz (.tar.xz)"

#: ../src/main.c:126
msgid "Zoo (.zoo)"
msgstr "Zoo (.zoo)"

#: ../src/main.c:127
msgid "Zip (.zip)"
msgstr "Zip (.zip)"

#: ../src/main.c:197
msgid "Add files to the specified archive and quit the program"
msgstr "Dodaj datoteke u zadatu arhivu i izađi iz programa"

#: ../src/main.c:198
msgid "ARCHIVE"
msgstr "ARHIVA"

#: ../src/main.c:201
msgid "Add files asking the name of the archive and quit the program"
msgstr "Dodaj datoteke pitajući za ime arhive i izađi iz programa"

#: ../src/main.c:205
msgid "Extract archives to the specified folder and quit the program"
msgstr "Raspakuj arhive u navedenu fasciklu i izađi iz programa"

#: ../src/main.c:206 ../src/main.c:218
msgid "FOLDER"
msgstr "FASCIKLA"

#: ../src/main.c:209
msgid "Extract archives asking the destination folder and quit the program"
msgstr "Raspakuj arhive pitajući za odredišnu fasciklu i izađi iz programa"

#: ../src/main.c:213
msgid ""
"Extract the contents of the archives in the archive folder and quit the "
"program"
msgstr "Raspakuj sadržaj arhive u fasciklu sa arhivama i izađi iz programa"

#: ../src/main.c:217
msgid "Default folder to use for the '--add' and '--extract' commands"
msgstr "Podrazumevana fascikla koja se koristi za '--add' i '--extract' naredbe"

#: ../src/main.c:221
msgid "Create destination folder without asking confirmation"
msgstr "Napravi odredišnu fasciklu bez potvrđivanja"

#: ../src/main.c:303
msgid "- Create and modify an archive"
msgstr "— Napravite nove i raspakujte postojeće arhive"

#: ../src/main.c:319
msgid "Engrampa"
msgstr "Engrampa"

#: ../src/ui.h:32
msgid "_Archive"
msgstr "_Arhiva"

#: ../src/ui.h:33
msgid "_Edit"
msgstr "_Uređivanje"

#: ../src/ui.h:34
msgid "_View"
msgstr "P_regled"

#: ../src/ui.h:35
msgid "_Help"
msgstr "_Pomoć"

#: ../src/ui.h:36
msgid "_Arrange Files"
msgstr "Poređaj datote_ke"

#. Translators: this is the label for the "open recent file" sub-menu.
#: ../src/ui.h:38
msgid "Open _Recent"
msgstr "_Skorašnji dokumenti"

#: ../src/ui.h:42
msgid "Information about the program"
msgstr "Podaci o programu"

#: ../src/ui.h:45
msgid "_Add Files..."
msgstr "_Dodaj datoteke..."

#: ../src/ui.h:46 ../src/ui.h:50
msgid "Add files to the archive"
msgstr "Dodaj datoteke u arhivu"

#: ../src/ui.h:53
msgid "Add a _Folder..."
msgstr "Dodaj _fasciklu..."

#: ../src/ui.h:54 ../src/ui.h:58
msgid "Add a folder to the archive"
msgstr "Dodaj fasciklu u arhivu"

#: ../src/ui.h:57
msgid "Add Folder"
msgstr "Dodaj fasciklu"

#: ../src/ui.h:62
msgid "Close the current archive"
msgstr "Zatvori tekuću arhivu"

#: ../src/ui.h:65
msgid "Contents"
msgstr "Sadržaj"

#: ../src/ui.h:66
msgid "Display the Engrampa Manual"
msgstr "Uputstvo za korišćenje programa"

#: ../src/ui.h:71 ../src/ui.h:92
msgid "Copy the selection"
msgstr "Umnoži izabrano"

#: ../src/ui.h:75 ../src/ui.h:96
msgid "Cut the selection"
msgstr "Iseci izabrano"

#: ../src/ui.h:79 ../src/ui.h:100
msgid "Paste the clipboard"
msgstr "Ubaci iz spiska isečaka"

#: ../src/ui.h:82 ../src/ui.h:103
msgid "_Rename..."
msgstr "Preimenu_j..."

#: ../src/ui.h:83 ../src/ui.h:104
msgid "Rename the selection"
msgstr "Preimenuj izabrano"

#: ../src/ui.h:87 ../src/ui.h:108
msgid "Delete the selection from the archive"
msgstr "Obriši izabrano iz arhive"

#: ../src/ui.h:112
msgid "Dese_lect All"
msgstr "Poništi iza_brano"

#: ../src/ui.h:113
msgid "Deselect all files"
msgstr "Poništava izbor datoteka"

#: ../src/ui.h:116 ../src/ui.h:120
msgid "_Extract..."
msgstr "_Raspakuj..."

#: ../src/ui.h:117 ../src/ui.h:121 ../src/ui.h:125
msgid "Extract files from the archive"
msgstr "Raspakuje datoteke iz arhive"

#: ../src/ui.h:128
msgid "Find..."
msgstr "Traži..."

#: ../src/ui.h:133
msgid "_Last Output"
msgstr "De_taljan ispis"

#: ../src/ui.h:134
msgid "View the output produced by the last executed command"
msgstr "Pogledaj izlaz koji je dala poslednje izvršena naredba"

#: ../src/ui.h:137
msgid "New..."
msgstr ""

#: ../src/ui.h:138
msgid "Create a new archive"
msgstr "Napravi novu arhivu"

#: ../src/ui.h:141
msgid "Open..."
msgstr ""

#: ../src/ui.h:149
msgid "_Open With..."
msgstr "O_tvori sa..."

#: ../src/ui.h:150
msgid "Open selected files with an application"
msgstr "Otvara izabrane datoteke pomoću odgovarajućeg programa"

#: ../src/ui.h:153
msgid "Pass_word..."
msgstr "_Lozinka..."

#: ../src/ui.h:154
msgid "Specify a password for this archive"
msgstr "Navedite lozinku za ovu arhivu"

#: ../src/ui.h:158
msgid "Show archive properties"
msgstr "Prikazuje osobine arhive"

#: ../src/ui.h:162
msgid "Reload current archive"
msgstr "Ponovo učitava arhivu"

#: ../src/ui.h:165
msgid "Save As..."
msgstr ""

#: ../src/ui.h:166
msgid "Save the current archive with a different name"
msgstr "Sačuvaj tekuću arhivu sa drugim imenom"

#: ../src/ui.h:170
msgid "Select all files"
msgstr "Izaberi sve datoteke"

#: ../src/ui.h:174
msgid "Stop current operation"
msgstr "Prekida započetu radnju"

#: ../src/ui.h:177
msgid "_Test Integrity"
msgstr "Pro_veri integritet"

#: ../src/ui.h:178
msgid "Test whether the archive contains errors"
msgstr "Proveri da li arhiva sadrži greške"

#: ../src/ui.h:182 ../src/ui.h:186
msgid "Open the selected file"
msgstr "Otvori izabranu datoteku"

#: ../src/ui.h:190 ../src/ui.h:194
msgid "Open the selected folder"
msgstr "Otvori izabranu fasciklu"

#: ../src/ui.h:199
msgid "Go to the previous visited location"
msgstr "Idi na prethodno posećeno mesto"

#: ../src/ui.h:203
msgid "Go to the next visited location"
msgstr "Idi na sledeće posećeno mesto"

#: ../src/ui.h:207
msgid "Go up one level"
msgstr "Idi jedan nivo iznad"

#. Translators: the home location is the home folder.
#: ../src/ui.h:212
msgid "Go to the home location"
msgstr "Idi na polazno mesto"

#: ../src/ui.h:220
msgid "_Toolbar"
msgstr "_Linija sa ikonicama"

#: ../src/ui.h:221
msgid "View the main toolbar"
msgstr "Prikazuje liniju sa ikonicama"

#: ../src/ui.h:225
msgid "Stat_usbar"
msgstr "_Statusna linija"

#: ../src/ui.h:226
msgid "View the statusbar"
msgstr "Prikazuje statusnu liniju"

#: ../src/ui.h:230
msgid "_Reversed Order"
msgstr "_Obrnuti redosled"

#: ../src/ui.h:231
msgid "Reverse the list order"
msgstr "Obrnuti redosled spiska"

#: ../src/ui.h:235
msgid "_Folders"
msgstr "_Fascikle"

#: ../src/ui.h:236
msgid "View the folders pane"
msgstr "Prikaži površ sa fasciklama"

#: ../src/ui.h:245
msgid "View All _Files"
msgstr "Prikaži sv_e datoteke"

#: ../src/ui.h:248
msgid "View as a F_older"
msgstr "Prikaži kao _fasciklu"

#: ../src/ui.h:256
msgid "by _Name"
msgstr "po _imenu"

#: ../src/ui.h:257
msgid "Sort file list by name"
msgstr "Poređaj spisak datoteka po imenu"

#: ../src/ui.h:259
msgid "by _Size"
msgstr "po _veličini"

#: ../src/ui.h:260
msgid "Sort file list by file size"
msgstr "Poređaj spisak datoteka po veličini"

#: ../src/ui.h:262
msgid "by T_ype"
msgstr "po _tipu"

#: ../src/ui.h:263
msgid "Sort file list by type"
msgstr "Poređaj spisak datoteka po tipu"

#: ../src/ui.h:265
msgid "by _Date Modified"
msgstr "po _datumu izmene"

#: ../src/ui.h:266
msgid "Sort file list by modification time"
msgstr "Poređaj spisak datoteka po datumu i vremenu izmene"

#. Translators: this is the "sort by file location" menu item
#: ../src/ui.h:269
msgid "by _Location"
msgstr "po _mestu"

#. Translators: location is the file location
#: ../src/ui.h:271
msgid "Sort file list by location"
msgstr "Poređaj spisak datoteka po mestu"