-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathbs.po
More file actions
1730 lines (1340 loc) · 40.2 KB
/
bs.po
File metadata and controls
1730 lines (1340 loc) · 40.2 KB
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
# Bosnian translation for scratch
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
# This file is distributed under the same license as the scratch package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-02-16 16:31+0000\n"
"PO-Revision-Date: 2018-11-05 00:09+0000\n"
"Last-Translator: Elvis Mujanović <elvis.mujanovic@gmail.com>\n"
"Language-Team: Bosnian <https://weblate.elementary.io/projects/code/code/bs/"
">\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\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"
"X-Generator: Weblate 3.0.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
#: src/Application.vala:41 src/Widgets/DocumentView.vala:99
msgid "New Tab"
msgstr "Nova kartica"
#: src/Application.vala:42 src/FolderManager/FileItem.vala:85
msgid "New Window"
msgstr "Novi prozor"
#: src/Application.vala:43
msgid "Print version info and exit"
msgstr "Štampaj informacije o verziji i zatvori"
#: src/Application.vala:44
msgid "Open file at specified selection range"
msgstr ""
#: src/Application.vala:44
msgid "<START_LINE[.START_COLUMN][-END_LINE[.END_COLUMN]]>"
msgstr ""
#: src/Application.vala:45
msgid "[FILE…]"
msgstr ""
#: src/MainWindow.vala:263
#, fuzzy, c-format
#| msgid "Code"
msgid "Code (%s)"
msgstr "Kod"
#: src/MainWindow.vala:265
msgid "Code"
msgstr "Kod"
#: src/MainWindow.vala:399
msgid "Hide search bar"
msgstr "Sakrij traku za traženje"
#: src/MainWindow.vala:404 src/Widgets/HeaderBar.vala:122
#, fuzzy
#| msgid "Open a folder"
msgid "Find on Page…"
msgstr "Otvori direktorij"
#: src/MainWindow.vala:415
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "Sakrij traku za traženje"
#: src/MainWindow.vala:420
#, fuzzy
#| msgid "Show Preview"
msgid "Show Projects Sidebar"
msgstr "Prikaži pretpregled"
#: src/MainWindow.vala:429
msgid "Hide Symbol Outline"
msgstr ""
#: src/MainWindow.vala:434
#, fuzzy
#| msgid "Symbols"
msgid "Show Symbol Outline"
msgstr "Simboli"
#: src/MainWindow.vala:443
msgid "Hide Terminal"
msgstr "Sakrij Terminal"
#: src/MainWindow.vala:448 src/Widgets/HeaderBar.vala:195
msgid "Show Terminal"
msgstr "Prikaži Terminal"
#. Update MainWindow title
#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
#: src/MainWindow.vala:618
#, c-format
msgid "%s - %s"
msgstr ""
#: src/MainWindow.vala:971 src/Services/Document.vala:668
msgid "All files"
msgstr "Sve datoteke"
#: src/MainWindow.vala:975 src/Services/Document.vala:672
msgid "Text files"
msgstr "Tekstualne datoteke"
#: src/MainWindow.vala:979
msgid "Open some files"
msgstr "Otvori neke datoteke"
#: src/MainWindow.vala:982
msgid "Open"
msgstr "Otvori"
#: src/MainWindow.vala:983 src/Dialogs/CloneRepositoryDialog.vala:58
#: src/Dialogs/CloneRepositoryDialog.vala:97
#: src/Dialogs/GlobalSearchDialog.vala:86 src/Dialogs/NewBranchDialog.vala:42
#: src/Services/Document.vala:510 src/Services/Document.vala:680
#: plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Otkaži"
#: src/MainWindow.vala:1026
msgid "_Open"
msgstr "_Otvori"
#: src/MainWindow.vala:1027
msgid "_Cancel"
msgstr "_Odustani"
#: src/MainWindow.vala:1082
msgid "Cloning completed"
msgstr ""
#: src/MainWindow.vala:1083
#, c-format
msgid "Clone successfully created in %s"
msgstr ""
#: src/MainWindow.vala:1089
#, c-format
msgid "Unable to clone %s"
msgstr ""
#: src/MainWindow.vala:1096
msgid "Retry"
msgstr ""
#. /TRANSLATORS '%s' represents the quoted basename of a uri to be opened with the default app
#: src/Utils.vala:212
#, c-format
msgid "Show '%s' with default app"
msgstr ""
#. /TRANSLATORS "Git" is a proper name and must not be translated
#: src/Dialogs/CloneRepositoryDialog.vala:55
msgid "Create a local clone of a Git repository"
msgstr ""
#: src/Dialogs/CloneRepositoryDialog.vala:56
msgid ""
"The source repository and local folder must exist and have the required read "
"and write permissions"
msgstr ""
#: src/Dialogs/CloneRepositoryDialog.vala:59
msgid "Clone Repository"
msgstr ""
#: src/Dialogs/CloneRepositoryDialog.vala:69
msgid "https://example.com/username/projectname.git"
msgstr ""
#: src/Dialogs/CloneRepositoryDialog.vala:93
msgid "Select folder where the cloned repository will be created"
msgstr ""
#: src/Dialogs/CloneRepositoryDialog.vala:96
#, fuzzy
#| msgid "Select font:"
msgid "Select"
msgstr "Odaberi font:"
#: src/Dialogs/CloneRepositoryDialog.vala:118
msgid "Repository URL"
msgstr ""
#: src/Dialogs/CloneRepositoryDialog.vala:119
msgid "Location"
msgstr ""
#: src/Dialogs/CloneRepositoryDialog.vala:120
msgid "Name of Clone"
msgstr ""
#: src/Dialogs/CloneRepositoryDialog.vala:122
msgid "Cloning in progress"
msgstr ""
#: src/Dialogs/GlobalSearchDialog.vala:62
msgid "The search term will be treated as a regex expression"
msgstr ""
#: src/Dialogs/GlobalSearchDialog.vala:64
msgid "Search will be case sensitive"
msgstr ""
#: src/Dialogs/GlobalSearchDialog.vala:64
msgid "Search will be case insensitive"
msgstr ""
#: src/Dialogs/GlobalSearchDialog.vala:65
msgid "Search will match only whole words"
msgstr ""
#: src/Dialogs/GlobalSearchDialog.vala:68
#, c-format
msgid "Search for text in “%s”"
msgstr ""
#: src/Dialogs/GlobalSearchDialog.vala:69
msgid "The search term must be at least 3 characters long."
msgstr ""
#: src/Dialogs/GlobalSearchDialog.vala:88
#, fuzzy
#| msgid "Search next"
msgid "Search"
msgstr "Sljedeći rezultat pretrage"
#: src/Dialogs/NewBranchDialog.vala:43
#, fuzzy, c-format
#| msgid "Create a new instance"
msgid "Create a new branch of “%s/%s”"
msgstr "Kreirati novu instancu"
#. /TRANSLATORS "Git" is a proper name and must not be translated
#: src/Dialogs/NewBranchDialog.vala:48
msgid "The branch name must be unique and follow Git naming rules."
msgstr ""
#: src/Dialogs/NewBranchDialog.vala:56
#, fuzzy
msgid "Create Branch"
msgstr "Promijeni Scratch podešavanja"
#: src/Dialogs/PreferencesDialog.vala:15 src/Widgets/HeaderBar.vala:217
msgid "Preferences"
msgstr "Postavke"
#: src/Dialogs/PreferencesDialog.vala:23
msgid "General"
msgstr "Opće"
#: src/Dialogs/PreferencesDialog.vala:24
#, fuzzy
#| msgid "Save files when changed:"
msgid "Save files when changed"
msgstr "Sačuvaj datoteke kad se datoteka promijeni:"
#: src/Dialogs/PreferencesDialog.vala:25
msgid "Strip trailing whitespace on save"
msgstr ""
#: src/Dialogs/PreferencesDialog.vala:27
msgid "Smart cut/copy lines"
msgstr ""
#: src/Dialogs/PreferencesDialog.vala:29
msgid ""
"Cutting or copying without an active selection will cut or copy the entire "
"current line"
msgstr ""
#: src/Dialogs/PreferencesDialog.vala:35
#, fuzzy
#| msgid "Margin width:"
msgid "Indentation width"
msgstr "Širina margina:"
#: src/Dialogs/PreferencesDialog.vala:46
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Indentation"
msgstr "Automatsko uvlačenje:"
#: src/Dialogs/PreferencesDialog.vala:47
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic indentation"
msgstr "Automatsko uvlačenje:"
#: src/Dialogs/PreferencesDialog.vala:48
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert spaces instead of tabs"
msgstr "Umetni razmake umjesto tabulatora:"
#: src/Dialogs/PreferencesDialog.vala:57
msgid "Default build directory"
msgstr ""
#: src/Dialogs/PreferencesDialog.vala:67
#, fuzzy
#| msgid "Project"
msgid "Projects"
msgstr "Projekat"
#: src/Dialogs/PreferencesDialog.vala:78
msgid "None"
msgstr ""
#: src/Dialogs/PreferencesDialog.vala:79
#, fuzzy
#| msgid "Remove Current View"
msgid "Current Line"
msgstr "Ukloni trenutni pogled"
#: src/Dialogs/PreferencesDialog.vala:80
msgid "All"
msgstr ""
#: src/Dialogs/PreferencesDialog.vala:96
msgid "Whitespace visible when not selected"
msgstr ""
#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "Uređivač"
#: src/Dialogs/PreferencesDialog.vala:112
#, fuzzy
#| msgid "Highlight matching brackets:"
msgid "Highlight matching brackets"
msgstr "Obeležite odgavarajuće nosače:"
#: src/Dialogs/PreferencesDialog.vala:113
#, fuzzy
#| msgid "Syntax Highlighting"
msgid "Syntax highlighting"
msgstr "Bojenje sintakse"
#: src/Dialogs/PreferencesDialog.vala:115
#, fuzzy
#| msgid "Show Mini Map:"
msgid "Mini Map"
msgstr "Prikaži minijaturni prikaz:"
#: src/Dialogs/PreferencesDialog.vala:116
msgid "Wrap lines"
msgstr ""
#: src/Dialogs/PreferencesDialog.vala:117
#, fuzzy
#| msgid "Line width guide:"
msgid "Line width guide"
msgstr "Vodič za širinu reda:"
#: src/Dialogs/PreferencesDialog.vala:125
msgid "Font"
msgstr "Font"
#: src/Dialogs/PreferencesDialog.vala:126
msgid "Use system font"
msgstr ""
#: src/Dialogs/PreferencesDialog.vala:137
msgid "Behavior"
msgstr "Ponašanje"
#: src/Dialogs/PreferencesDialog.vala:138 src/SymbolPane/SymbolOutline.vala:51
msgid "Interface"
msgstr "Interfejs"
#: src/Dialogs/PreferencesDialog.vala:154 src/Services/PluginManager.vala:130
msgid "Extensions"
msgstr "Proširenja"
#: src/Dialogs/PreferencesDialog.vala:160
#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Zatvori"
#: src/Dialogs/RestoreConfirmationDialog.vala:31
msgid "Are You Sure You Want to Restore This File?"
msgstr ""
#: src/Dialogs/RestoreConfirmationDialog.vala:32
msgid "Restoring a file will undo all changes made since opening it"
msgstr ""
#: src/Dialogs/RestoreConfirmationDialog.vala:34
msgid "Don't Restore"
msgstr ""
#: src/Dialogs/RestoreConfirmationDialog.vala:36
#, fuzzy
msgid "Restore Anyway"
msgstr "Svejedno učitaj"
#: src/Dialogs/CloseProjectsConfirmationDialog.vala:40
msgid "This folder is the parent of an open project"
msgid_plural "This folder is the parent of open projects"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: src/Dialogs/CloseProjectsConfirmationDialog.vala:46
msgid "Opening this folder will close the child project"
msgid_plural "Opening this folder will close all child projects"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: src/Dialogs/CloseProjectsConfirmationDialog.vala:52
msgid "Close Child Project"
msgid_plural "Close Child Projects"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: src/Dialogs/CloseProjectsConfirmationDialog.vala:57
msgid "This folder is a child of an open project"
msgstr ""
#: src/Dialogs/CloseProjectsConfirmationDialog.vala:58
msgid "Opening this folder will close the parent project"
msgstr ""
#: src/Dialogs/CloseProjectsConfirmationDialog.vala:59
msgid "Close Parent Project"
msgstr ""
#: src/Dialogs/CloseProjectsConfirmationDialog.vala:62
msgid "Don't Open"
msgstr ""
#: src/Dialogs/OverwriteUncommittedConfirmationDialog.vala:40
#, fuzzy
#| msgid "There are unsaved changes in Scratch!"
msgid "There are uncommitted changes in the current branch"
msgstr "Ima nesačuvanih promjena u Scratch-u"
#. /TRANSLATORS '%s' is a placeholder for the name of the branch to be checked out
#: src/Dialogs/OverwriteUncommittedConfirmationDialog.vala:42
#, c-format
msgid ""
"Uncommitted changes will be permanently lost if <b>'%s'</b> is checked out "
"now.\n"
"\n"
"<i>It is recommended that uncommitted changes are stashed, committed, or "
"reverted before proceeding.</i>"
msgstr ""
#: src/Dialogs/OverwriteUncommittedConfirmationDialog.vala:44
msgid "Do not Checkout"
msgstr ""
#: src/Dialogs/OverwriteUncommittedConfirmationDialog.vala:45
msgid "Checkout and Overwrite"
msgstr ""
#: src/FolderManager/FileItem.vala:49 src/FolderManager/FolderItem.vala:165
msgid "Other Actions"
msgstr "Druge radnje"
#: src/FolderManager/FileItem.vala:55 src/FolderManager/FolderItem.vala:139
msgid "Rename"
msgstr "Preimenuj"
#: src/FolderManager/FileItem.vala:65 src/FolderManager/FolderItem.vala:147
msgid "Move to Trash"
msgstr "Premjesti u Otpad"
#: src/FolderManager/FileItem.vala:98 src/FolderManager/FolderItem.vala:195
msgid "Other Application…"
msgstr "Druga aplikacija…"
#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:215
msgid "Open In"
msgstr "Otvori sa"
#: src/FolderManager/FileView.vala:72
msgid "Folders"
msgstr "Direktoriji"
#: src/FolderManager/FolderItem.vala:155
#, fuzzy
#| msgid "Open a folder"
msgid "Find in Folder…"
msgstr "Otvori direktorij"
#: src/FolderManager/FolderItem.vala:186
#, fuzzy
#| msgid "Terminal"
msgid "Terminal Pane"
msgstr "Terminal"
#: src/FolderManager/FolderItem.vala:221
msgid "Folder"
msgstr "Fascikle"
#: src/FolderManager/FolderItem.vala:229
msgid "Empty File"
msgstr "Prazna datoteka"
#. scan all children
#. No need to show status when children shown
#: src/FolderManager/FolderItem.vala:240
#: src/FolderManager/ProjectFolderItem.vala:425
#: src/FolderManager/ProjectFolderItem.vala:431
msgid "New"
msgstr "Novo"
#: src/FolderManager/FolderItem.vala:396
msgid "untitled folder"
msgstr "neimenovana fascikla"
#: src/FolderManager/FolderItem.vala:396
msgid "new file"
msgstr "nova datoteka"
#: src/FolderManager/ProjectFolderItem.vala:147
msgid "Set as Active Project"
msgstr ""
#: src/FolderManager/ProjectFolderItem.vala:155
msgid "Open in Terminal Pane"
msgstr ""
#: src/FolderManager/ProjectFolderItem.vala:186
msgid "Close Folder"
msgstr "Zatvori direktorij"
#: src/FolderManager/ProjectFolderItem.vala:194
#, fuzzy
#| msgid "Close Folder"
msgid "Close Other Folders"
msgstr "Zatvori direktorij"
#: src/FolderManager/ProjectFolderItem.vala:211
#, c-format
msgid "Close %u Open Document"
msgid_plural "Close %u Open Documents"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: src/FolderManager/ProjectFolderItem.vala:223
#, fuzzy, c-format
#| msgid "New Document"
msgid "Hide %u Open Document"
msgid_plural "Hide %u Open Documents"
msgstr[0] "Novi dokument"
msgstr[1] "Novi dokument"
msgstr[2] "Novi dokument"
#: src/FolderManager/ProjectFolderItem.vala:246
#, c-format
msgid "Restore %u Hidden Document"
msgid_plural "Restore %u Hidden Documents"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
#: src/FolderManager/ProjectFolderItem.vala:279 src/Widgets/HeaderBar.vala:131
#, fuzzy
#| msgid "Open a folder"
msgid "Find in Project…"
msgstr "Otvori direktorij"
#: src/FolderManager/ProjectFolderItem.vala:318
msgid "Local"
msgstr ""
#: src/FolderManager/ProjectFolderItem.vala:335
msgid "Remote"
msgstr ""
#: src/FolderManager/ProjectFolderItem.vala:350
#, fuzzy
msgid "New Branch…"
msgstr "Promijeni Scratch podešavanja"
#: src/FolderManager/ProjectFolderItem.vala:375
#, fuzzy
msgid "Branch"
msgstr "Promijeni Scratch podešavanja"
#: src/FolderManager/ProjectFolderItem.vala:431
msgid "Modified"
msgstr ""
#: src/FolderManager/ProjectFolderItem.vala:469
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
#. Empty files are valid text files
#: src/Services/Document.vala:384
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s nije tekstualna datoteka"
#: src/Services/Document.vala:385
msgid "Code will not load this type of file."
msgstr "Kod nije mogao učitati ovaj tip datoteke."
#: src/Services/Document.vala:387
msgid "Load Anyway"
msgstr "Svejedno učitaj"
#: src/Services/Document.vala:408
#, fuzzy, c-format
#| msgid "Loading File \"%s\" Is Taking a Long Time"
msgid "Loading File “%s” Is Taking a Long Time"
msgstr "Učitavanje datoteke \"%s\" traje dugo"
#: src/Services/Document.vala:409
msgid "Please wait while Code is loading the file."
msgstr "Molimo, sačekajte dok Kod učitava datoteku."
#: src/Services/Document.vala:411
#, fuzzy
msgid "Cancel Loading"
msgstr "_Otkaži učitavanje"
#: src/Services/Document.vala:500
#, fuzzy, c-format
msgid "Save changes to “%s” before closing?"
msgstr "Sačuvati promjene dokumentu %s pre zatvaranja?"
#: src/Services/Document.vala:501
#, fuzzy
msgid "If you don't save, changes will be permanently lost."
msgstr "Ako ne sačuvate, promjene poslednje 4 sekunde će biti izgubljene."
#: src/Services/Document.vala:507
#, fuzzy
msgid "Close Without Saving"
msgstr "Zatvori bez čuvanja"
#: src/Services/Document.vala:511 src/Services/Document.vala:679
msgid "Save"
msgstr "Sačuvaj"
#: src/Services/Document.vala:638
#, fuzzy, c-format
msgid "Saving to “%s” failed."
msgstr "Sačuvati promjene dokumentu %s pre zatvaranja?"
#: src/Services/Document.vala:676
msgid "Save File"
msgstr "Sačuvaj datoteku"
#: src/Services/Document.vala:763 src/Services/Document.vala:781
msgid "New Document"
msgstr "Novi dokument"
#. No path for a new document
#: src/Services/Document.vala:783
#, c-format
msgid "Cannot save this document to %s"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
#: src/Services/Document.vala:870
#, c-format
msgid "Cannot read text in file “%s”"
msgstr ""
#: src/Services/Document.vala:873
#, fuzzy
msgid "You may not have permission to read the file."
msgstr "Možda je oštećena ili nemate potrebne dozvole za njeno čitanje."
#: src/Services/Document.vala:875
msgid "The file may be corrupt or may not be a text file"
msgstr ""
#. Lack of read permission results in empty content string. Do not give option to open
#. in new document in that case.
#: src/Services/Document.vala:881
#, fuzzy
#| msgid "Load Anyway"
msgid "Show Anyway"
msgstr "Svejedno učitaj"
#: src/Services/Document.vala:912
#, fuzzy, c-format
#| msgid ""
#| "The location containing the file \"%s\" was unmounted. Do you want to "
#| "save somewhere else?"
msgid ""
"The location containing the file “%s” was unmounted and there are unsaved "
"changes."
msgstr ""
"Lokacija koja sadrži datoteku \"%s\" je demontirana. Želite li sačuvati "
"negdje drugo?"
#: src/Services/Document.vala:914
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
#| "it again or continue your editing?"
msgid "File “%s” was deleted, renamed or moved and there are unsaved changes."
msgstr ""
"Datoteka \"%s\" je izmijenjena pomoću vanjske aplikacije. Želite li je opet "
"učitati i nastaviti uređivanje?"
#. Check external changes after loading
#. The file has become unwritable while changes are pending
#: src/Services/Document.vala:928
#, fuzzy, c-format
#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgid "File “%s” does not have write permission."
msgstr "Datoteka \"%s\" je izbrisana. Želite li svejedno sačuvati?"
#: src/Services/Document.vala:974
#, fuzzy, c-format
#| msgid ""
#| "File \"%s\" was modified by an external application. Do you want to load "
#| "it again or continue your editing?"
msgid "File “%s” was modified by an external application"
msgstr ""
"Datoteka \"%s\" je izmijenjena pomoću vanjske aplikacije. Želite li je opet "
"učitati i nastaviti uređivanje?"
#: src/Services/Document.vala:979
msgid ""
"There are also unsaved changes. Reloading the document will overwrite the "
"unsaved changes."
msgstr ""
#: src/Services/Document.vala:983
msgid "The document changed externally since you last saved it."
msgstr ""
#: src/Services/Document.vala:999
#, c-format
msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
#: src/Services/Document.vala:1008
msgid "Ignore"
msgstr ""
#: src/Services/Document.vala:1010
msgid "Save Duplicate…"
msgstr ""
#: src/Services/Document.vala:1059
msgid "Continue"
msgstr "Nastavi"
#: src/Services/Document.vala:1061
#, fuzzy
#| msgid "Upload"
msgid "Reload"
msgstr "Učitaj"
#: src/Services/Document.vala:1064
msgid "Overwrite"
msgstr ""
#: src/Services/Document.vala:1067
#, fuzzy
#| msgid "Save the current file"
msgid "Save Document elsewhere"
msgstr "Sačuvaj trenutnu datoteku"
#: src/Services/MonitoredRepository.vala:246
#, c-format
msgid "Remote Branch '%s' not found"
msgstr ""
#: src/Services/MonitoredRepository.vala:247
msgid ""
"The requested branch was not found in any remote linked to this repository"
msgstr ""
#: src/Services/MonitoredRepository.vala:284
msgid "An error occurred while checking out the requested branch"
msgstr ""
#. /TRANSLATORS "%.8s" is a placeholder for the first 8 characters of a commit reference
#: src/Services/MonitoredRepository.vala:332
#, c-format
msgid "%.8s (detached)"
msgstr ""
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Šabloni"
#. Remove fake fields created by the vala parser.
#: src/SymbolPane/C/CtagsSymbolOutline.vala:79
#: src/SymbolPane/Vala/ValaSymbolOutline.vala:193
#: src/SymbolPane/SymbolOutline.vala:127
msgid "Symbols"
msgstr "Simboli"
#: src/SymbolPane/Vala/ValaSymbolOutline.vala:122
#, fuzzy
#| msgid "Symbols"
msgid "Too Many Symbols"
msgstr "Simboli"
#: src/SymbolPane/Vala/ValaSymbolOutline.vala:123
#, c-format
msgid ""
"%s contains too many Vala symbols.\n"
"Parsing and showing them took too long."
msgstr ""
#: src/SymbolPane/Vala/ValaSymbolOutline.vala:194
#, c-format
msgid "Vala symbols found in %s"
msgstr ""
#: src/SymbolPane/SymbolOutline.vala:35
msgid "Class"
msgstr ""
#: src/SymbolPane/SymbolOutline.vala:37
msgid "Property"
msgstr ""
#: src/SymbolPane/SymbolOutline.vala:39
msgid "Signal"
msgstr ""
#: src/SymbolPane/SymbolOutline.vala:41
msgid "Method"
msgstr ""
#: src/SymbolPane/SymbolOutline.vala:43
msgid "Struct"
msgstr ""
#: src/SymbolPane/SymbolOutline.vala:45
msgid "Enum"
msgstr ""
#: src/SymbolPane/SymbolOutline.vala:47
msgid "Constant"
msgstr ""
#: src/SymbolPane/SymbolOutline.vala:49
msgid "Constructor"
msgstr ""
#: src/SymbolPane/SymbolOutline.vala:53
msgid "Namespace"
msgstr ""
#: src/SymbolPane/SymbolOutline.vala:55
#, fuzzy
#| msgid "Others…"
msgid "Other"
msgstr "Ostalo…"
#: src/SymbolPane/SymbolOutline.vala:131
#, fuzzy
#| msgid "Symbols"
msgid "Find Symbol"
msgstr "Simboli"
#: src/SymbolPane/SymbolOutline.vala:140
msgid "Filter symbol type"
msgstr ""
#: src/SymbolPane/SymbolOutline.vala:160
#, fuzzy
#| msgid "Select font:"
msgid "Select All"
msgstr "Odaberi font:"
#: src/SymbolPane/SymbolOutline.vala:166
msgid "Deselect All"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:22
#, fuzzy
#| msgid "Project templates"
msgid "No Project Selected"
msgstr "Šabloni projekta"
#: src/Widgets/ChooseProjectButton.vala:23
#, c-format
msgid "Active Git Project: %s"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:67
msgid "Filter projects"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:90
#, fuzzy
#| msgid "Open Folder"
msgid "Open Folder…"
msgstr "Otvori fasciklu"
#: src/Widgets/ChooseProjectButton.vala:95
msgid "Clone Git Repository…"
msgstr ""
#: src/Widgets/DocumentView.vala:109
#, fuzzy
#| msgid "Close"
msgid "Closed Tabs"
msgstr "Zatvori"
#: src/Widgets/DocumentView.vala:449
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Tekstualna datoteka iz %s"
#: src/Widgets/DocumentView.vala:625
msgid "Close Tabs to the Right"
msgstr ""
#: src/Widgets/DocumentView.vala:626
#, fuzzy
#| msgid "Close Folder"
msgid "Close Other Tabs"
msgstr "Zatvori direktorij"
#: src/Widgets/DocumentView.vala:627
#, fuzzy
#| msgid "Close"
msgid "Close Tab"
msgstr "Zatvori"
#: src/Widgets/DocumentView.vala:630
#, fuzzy
#| msgid "New Window"
msgid "Open in New Window"
msgstr "Novi prozor"
#: src/Widgets/DocumentView.vala:631
msgid "Duplicate Tab"
msgstr ""
#: src/Widgets/FormatBar.vala:50
#, fuzzy
#| msgid "Filter languages"
msgid "Document language"
msgstr "Filtriraj jezike"
#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "Broj reda"
#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "Filtriraj jezike"
#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "Jednostavni tekst"
#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "Automatsko uvlačenje:"
#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "Umetni razmake umjesto tabulatora:"
#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "Širina tabulatora:"
#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Idi na liniju:"
#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d razmak"