This repository has been archived by the owner on May 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
/
polo.pot
4620 lines (3573 loc) · 94.5 KB
/
polo.pot
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Tony George ([email protected])
# This file is distributed under the same license as the polo package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: polo 1.6\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2022-11-05 12:03+0530\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: Gtk/DevicePopover.vala:232
msgid " (locked)"
msgstr ""
#: Common/Main.vala:1345
msgid ""
"'pkexec' or 'gksu' is needed for executing admin operations. Install "
"required packages and try again."
msgstr ""
#: Gtk/FilePropertiesWindow.vala:197 Gtk/FilePropertiesWindow.vala:199
#: Gtk/Sidebar.vala:725 Gtk/Sidebar.vala:727 Utility/Device.vala:2515
#: Utility/Device.vala:2517 Utility/Device.vala:2519
msgid "(empty)"
msgstr ""
#: Gtk/FileContextMenu.vala:1886
msgid ""
"+ Scan inside archives\n"
"+ Scan all files (no size limit)\n"
"+ Scan for potentially unwanted applications (PUAs)"
msgstr ""
#: Gtk/FileContextMenu.vala:1855
msgid ""
"+ Skip archives\n"
"+ Skip large files (> 5 MB)"
msgstr ""
#: Gtk/FileContextMenu.vala:1156
msgid "..."
msgstr ""
#: Gtk/ViewPopover.vala:210
msgid "1"
msgstr ""
#: Gtk/ViewPopover.vala:215
msgid "2"
msgstr ""
#: Gtk/ViewPopover.vala:220
msgid "2H"
msgstr ""
#: Gtk/ViewPopover.vala:225
msgid "4"
msgstr ""
#: Gtk/ProgressPanelArchiveTask.vala:166 Gtk/ProgressPanelArchiveTask.vala:177
#: Gtk/ProgressPanelArchiveTask.vala:188 Gtk/ProgressPanelArchiveTask.vala:199
#: Gtk/ProgressPanelArchiveTask.vala:213 Gtk/ProgressPanelArchiveTask.vala:225
#: Gtk/ProgressPanelArchiveTask.vala:237 Gtk/ProgressPanelArchiveTask.vala:249
msgid "???"
msgstr ""
#: Gtk/KvmCreateDiskWindow.vala:344
#, c-format
msgid ""
"A dynamically allocated disk will be created with specified size. File size "
"will increase gradually as disk is modified."
msgstr ""
#: Gtk/MainWindow.vala:1000
msgid "A modern file manager for Linux"
msgstr ""
#: Gtk/FileViewToolbar.vala:518 Gtk/MainMenubar.vala:2107
msgid "About"
msgstr ""
#: Gtk/FileViewList.vala:1049
msgid "Access"
msgstr ""
#: Gtk/ClamScanBox.vala:294 Gtk/ClamScanBox.vala:382 Gtk/ClamScanBox.vala:470
#, c-format
msgid "Access Denied"
msgstr ""
#: Gtk/FilePropertiesBox.vala:283
msgid "Accessed"
msgstr ""
#: Gtk/CloudLoginWindow.vala:256
msgid "Account Configuration"
msgstr ""
#: Gtk/CloudLoginWindow.vala:114
msgid "Account Name"
msgstr ""
#: Gtk/MainMenubar.vala:1677
msgid "Account Removed"
msgstr ""
#: Gtk/CloudLoginWindow.vala:152
msgid "Account Type"
msgstr ""
#: Gtk/CloudLoginWindow.vala:257
msgid ""
"Account setup will be started in a terminal window. Answer the prompts and "
"finish setup to add account."
msgstr ""
#: Gtk/Settings.vala:1073
msgid "Action button"
msgstr ""
#: Gtk/FilePropertiesBox.vala:760 Gtk/FilePropertiesBox.vala:806
#: Gtk/Sidebar.vala:1204
msgid "Actions"
msgstr ""
#: Gtk/MainMenubar.vala:1608
msgid "Add Account"
msgstr ""
#: Gtk/BookmarksMenu.vala:74 Gtk/PlacesPopover.vala:714
msgid "Add Bookmark"
msgstr ""
#: Gtk/CloudLoginWindow.vala:78
msgid "Add Cloud Storage Account"
msgstr ""
#: Gtk/FileContextMenu.vala:2356 Gtk/Settings.vala:2730
msgid "Add Password"
msgstr ""
#: Gtk/Sidebar.vala:543
msgid "Add bookmark"
msgstr ""
#: Gtk/Sidebar.vala:544
msgid "Add bookmark for this location"
msgstr ""
#: Gtk/FileContextMenu.vala:735
msgid "Admin Window"
msgstr ""
#: Gtk/Settings.vala:2334
msgid "Advanced"
msgstr ""
#: Gtk/CreateArchiveWindow.vala:795 Gtk/CreateArchiveWindow.vala:1746
msgid "Advanced options"
msgstr ""
#: Gtk/ChecksumBox.vala:1474
#, c-format
msgid "All files verified successfully"
msgstr ""
#: Utility/Shell.vala:61
msgid "Almquist shell (ash)"
msgstr ""
#: Gtk/Settings.vala:2602
msgid "Amount of RAM to allocate for guest machine"
msgstr ""
#: Gtk/FileViewList.vala:4601
msgid "Another file exists with this name"
msgstr ""
#: Utility/AppLock.vala:59
msgid "Another instance of this application is running"
msgstr ""
#: Common/Main.vala:1019 Common/Main.vala:1169 Common/Main.vala:1258
msgid "App config loaded"
msgstr ""
#: Common/Main.vala:796 Common/Main.vala:1136 Common/Main.vala:1214
msgid "App config saved"
msgstr ""
#: Gtk/FileViewToolbar.vala:519
msgid "Application Info"
msgstr ""
#: Gtk/WizardWindow.vala:129
msgid "Apply"
msgstr ""
#: Gtk/FilePropertiesBox.vala:509 Gtk/FilePropertiesBox.vala:546
msgid "Apply recursively to directory contents"
msgstr ""
#: Gtk/FileContextMenu.vala:1461 Gtk/Settings.vala:2637
msgid "Archive"
msgstr ""
#: Utility/Gtk/AboutWindow.vala:442
msgid "Artists"
msgstr ""
#: Gtk/FileContextMenu.vala:1828
msgid "As Admin"
msgstr ""
#: Utility/VideoDownloadTask.vala:62
msgid "Audio"
msgstr ""
#: Utility/VideoDownloadTask.vala:327
#, c-format
msgid "Audio Bitrate"
msgstr ""
#: Utility/VideoDownloadTask.vala:326
#, c-format
msgid "Audio Codec"
msgstr ""
#: Gtk/CloudLoginWindow.vala:190
#, c-format
msgid "Authorization was started"
msgstr ""
#: Utility/Gtk/AboutWindow.vala:426
msgid "Authors"
msgstr ""
#: Gtk/FilePropertiesWindow.vala:232 Utility/Device.vala:2566
#, c-format
msgid "Available"
msgstr ""
#: Gtk/DevicePopover.vala:1092
msgid "BZip2 Compressed Disk Image"
msgstr ""
#: Gtk/FileViewToolbar.vala:159 Gtk/MainMenubar.vala:1257 Gtk/Pathbar.vala:820
#: Gtk/Settings.vala:395 Gtk/Settings.vala:820 Utility/Gtk/AboutWindow.vala:343
#: Utility/Gtk/AboutWindow.vala:375
msgid "Back"
msgstr ""
#: Gtk/TermContextMenu.vala:317
msgid "Background Color"
msgstr ""
#: Gtk/DevicePopover.vala:567
msgid "Backup"
msgstr ""
#: Gtk/ProgressPanelDeviceWriterTask.vala:254
msgid "Backup Complete"
msgstr ""
#: Gtk/KvmCreateDiskWindow.vala:278
msgid "Base"
msgstr ""
#: Utility/Gtk/DonationWindow.vala:80
msgid "Become a Patron"
msgstr ""
#: Gtk/ProgressPanelVideoDownloadTask.vala:162
msgid "Best (audio + video)"
msgstr ""
#: Gtk/ProgressPanelVideoDownloadTask.vala:173
msgid "Best (audio only)"
msgstr ""
#: Gtk/ProgressPanelVideoDownloadTask.vala:184
msgid "Best (video only)"
msgstr ""
#: Gtk/ProgressPanelVideoDownloadTask.vala:195
msgid "Best Video + Best Audio (merge)"
msgstr ""
#: Gtk/CreateArchiveWindow.vala:1444
msgid "Block Size"
msgstr ""
#: Gtk/FilePropertiesBox.vala:203
msgid "Blocks"
msgstr ""
#: Gtk/PlacesPopover.vala:538
msgid "Bookmark"
msgstr ""
#: Gtk/FileViewToolbar.vala:291 Gtk/Pathbar.vala:172 Gtk/Settings.vala:565
#: Gtk/Settings.vala:780 Gtk/Settings.vala:1037 Gtk/Sidebar.vala:362
msgid "Bookmarks"
msgstr ""
#: Gtk/FileContextMenu.vala:2681 Gtk/Settings.vala:2885
msgid "Boost Color"
msgstr ""
#: Gtk/FileContextMenu.vala:2682
msgid ""
"Boost color (more saturation). This can be used for correcting photos that "
"are too dull (less color)."
msgstr ""
#: Gtk/FileContextMenu.vala:2139
msgid "Boot Disk"
msgstr ""
#: Gtk/FileContextMenu.vala:1716
msgid "Boot ISO file in QEMU-KVM virtual machine"
msgstr ""
#: Gtk/FileContextMenu.vala:2180
msgid "Boot from an ISO file with the selected disk attached"
msgstr ""
#: Gtk/FileContextMenu.vala:1715
msgid "Boot in VM"
msgstr ""
#: Gtk/FileContextMenu.vala:2140
msgid "Boot the selected disk in a virtual machine"
msgstr ""
#: Utility/Shell.vala:40
msgid "Bourne again shell (bash)"
msgstr ""
#: Gtk/FileViewList.vala:389
#, c-format
msgid "Broken"
msgstr ""
#: Utility/FileTask.vala:335 Utility/FileTask.vala:390
#: Utility/FileTask.vala:454 Utility/FileTask.vala:1169
msgid "Building file list..."
msgstr ""
#: Utility/Shell.vala:52
msgid "C shell (csh)"
msgstr ""
#: Gtk/ChecksumBox.vala:354 Gtk/ChecksumBox.vala:1424 Gtk/ChecksumBox.vala:1479
#, c-format
msgid "CHANGED"
msgstr ""
#: Gtk/Settings.vala:2431
msgid "CPU"
msgstr ""
#: Gtk/Settings.vala:2532
msgid "CPU Cores"
msgstr ""
#: Gtk/Settings.vala:2560
msgid "CPU Limit (%)"
msgstr ""
#: Gtk/Settings.vala:2469
msgid "CPU type to emulate for guest machine"
msgstr ""
#: Gtk/FileContextMenu.vala:1642
msgid "Calculate Folder Size"
msgstr ""
#: Gtk/MainMenubar.vala:1899
msgid "Calculate directory sizes"
msgstr ""
#: Gtk/FileViewList.vala:2832
msgid "Calculating dir size..."
msgstr ""
#: Gtk/ChecksumBox.vala:211 Gtk/ClamScanBox.vala:182
#: Gtk/CloudLoginWindow.vala:212 Gtk/ConnectServerWindow.vala:537
#: Gtk/ConnectServerWindow.vala:582 Gtk/CreateArchiveWindow.vala:2029
#: Gtk/FileConflictDialog.vala:274 Gtk/KvmCreateDiskWindow.vala:362
#: Gtk/ProgressPanelDeviceWriterTask.vala:119
#: Gtk/ProgressPanelFileTask.vala:133 Gtk/ProgressPanelImageTask.vala:109
#: Gtk/ProgressPanelKvmTask.vala:135 Gtk/ProgressPanelPdfTask.vala:109
#: Gtk/ProgressPanelVideoDownloadTask.vala:110
#: Gtk/ProgressPanelVideoDownloadTask.vala:259
#: Gtk/ProgressPanelVideoDownloadTask.vala:260
#: Gtk/ProgressPanelVideoDownloadTask.vala:439
#: Gtk/SimpleProgressWindow.vala:139 Utility/Gtk/CustomMessageDialog.vala:175
#: Utility/Gtk/GtkHelper.vala:160
msgid "Cancel"
msgstr ""
#: Gtk/FileViewTab.vala:462 Gtk/LayoutBox.vala:508 Gtk/MainWindow.vala:162
msgid "Cancel File Operations?"
msgstr ""
#: Gtk/FileConflictDialog.vala:275
msgid "Cancel this file operation"
msgstr ""
#: Gtk/ProgressPanelArchiveTask.vala:596 Gtk/ProgressPanelArchiveTask.vala:599
msgid "Cancelled"
msgstr ""
#: Gtk/ProgressPanelArchiveTask.vala:680
msgid "Cancelled by user"
msgstr ""
#: Gtk/FileViewList.vala:6184
msgid "Cannot create archive in this location"
msgstr ""
#: Gtk/FileViewList.vala:6024
msgid "Cannot extract to this location"
msgstr ""
#: Gtk/FileViewToolbar.vala:479 Gtk/MainHeaderBar.vala:265
msgid "Change Application Settings"
msgstr ""
#: Gtk/TermContextMenu.vala:161
msgid "Change Directory"
msgstr ""
#: Gtk/Settings.vala:1967 Gtk/Settings.vala:2168
msgid "Change column spacing"
msgstr ""
#: Gtk/TermContextMenu.vala:162
msgid "Change directory to current path"
msgstr ""
#: Gtk/Settings.vala:1705
msgid "Change font size"
msgstr ""
#: Gtk/Settings.vala:1739 Gtk/Settings.vala:1894 Gtk/Settings.vala:2095
msgid "Change icon size"
msgstr ""
#: Gtk/Settings.vala:1782 Gtk/Settings.vala:1932 Gtk/Settings.vala:2133
msgid "Change row spacing"
msgstr ""
#: Gtk/FilePropertiesBox.vala:297
msgid "Changed"
msgstr ""
#: Utility/Gtk/AboutWindow.vala:391
msgid "Changelog"
msgstr ""
#: Gtk/KvmCreateDiskWindow.vala:339
#, c-format
msgid ""
"Changes can be discarded by deleting the derived file, or finalized by "
"merging it with base"
msgstr ""
#: Gtk/Settings.vala:667
msgid ""
"Changes will take effect after application is restarted.\n"
"Your session will be maintained.\n"
"\n"
"Restart now?"
msgstr ""
#: Gtk/ToolsWindow.vala:108
msgid "Check"
msgstr ""
#: Gtk/MainMenubar.vala:1984
msgid "Check external tools"
msgstr ""
#: Gtk/FileViewList.vala:2398
msgid "Check if internet connection is active"
msgstr ""
#: Gtk/ProgressPanelVideoDownloadTask.vala:578
#, c-format
msgid "Check if the link is from a supported website."
msgstr ""
#: Gtk/ProgressPanelVideoDownloadTask.vala:508
#, c-format
msgid "Check your internet connectivity."
msgstr ""
#: Gtk/FilePropertiesBox.vala:687
msgid "Checking"
msgstr ""
#: Gtk/FilePropertiesBox.vala:655
msgid "Checking..."
msgstr ""
#: Gtk/ChecksumBox.vala:625 Gtk/ChecksumBox.vala:1229
#: Gtk/FileContextMenu.vala:1919 Gtk/Settings.vala:2649
#, c-format
msgid "Checksum"
msgstr ""
#: Gtk/ChecksumBox.vala:1573
msgid "Checksum (Actual)"
msgstr ""
#: Gtk/ChecksumBox.vala:1574
msgid "Checksum (Provided)"
msgstr ""
#: Gtk/ChecksumBox.vala:1113
msgid "Checksum File"
msgstr ""
#: Gtk/ChecksumBox.vala:1227
#, c-format
msgid "Checksum Type"
msgstr ""
#: Gtk/TermContextMenu.vala:201
msgid "Chroot"
msgstr ""
#: Gtk/CreateArchiveWindow.vala:1814
msgid "Cipher"
msgstr ""
#: Gtk/WizardWindow.vala:164 Gtk/WizardWindow.vala:169
msgid "Classic Icons (Single-Pane + SideBar + IconView)"
msgstr ""
#: Gtk/WizardWindow.vala:174
msgid "Classic List (Single-Pane + SideBar + ListView)"
msgstr ""
#: Gtk/MainMenubar.vala:1853
msgid "Clean thumbnail cache"
msgstr ""
#: Gtk/MainWindow.vala:1027
msgid "Cleaning Thumbnail Cache..."
msgstr ""
#: Gtk/TermContextMenu.vala:181
msgid "Clear the terminal output"
msgstr ""
#: Gtk/MainMenubar.vala:1854
msgid ""
"Clear the thumbnails in system cache. New thumbnails will be generated when "
"folders are browsed using any file manager."
msgstr ""
#: Gtk/CloudLoginWindow.vala:190
msgid "Click 'Cancel' to close this window"
msgstr ""
#: Gtk/CloudLoginWindow.vala:190
msgid "Click 'Finish' to add the account"
msgstr ""
#: Gtk/PlacesPopover.vala:434
msgid "Click to Remove"
msgstr ""
#: Gtk/PlacesPopover.vala:438
msgid "Click to Rename"
msgstr ""
#: Gtk/ChecksumBox.vala:405
msgid "Click to copy checksum to clipboard"
msgstr ""
#: Gtk/Pathbar.vala:319
msgid "Click to edit path"
msgstr ""
#: Gtk/ClamScanBox.vala:482 Gtk/DevicePopoverSettingsWindow.vala:292
#: Gtk/FileViewTab.vala:329 Gtk/MessageBar.vala:152 Gtk/SelectionBar.vala:204
#: Gtk/WizardWindow.vala:143 Utility/Gtk/AboutWindow.vala:400
#: Utility/Gtk/DonationWindow.vala:137
msgid "Close"
msgstr ""
#: Gtk/Settings.vala:1131
msgid "Close button (R)"
msgstr ""
#: Gtk/MainHeaderBar.vala:313 Gtk/ProgressPanelArchiveTask.vala:367
msgid "Close this window"
msgstr ""
#: Gtk/MainWindow.vala:163
msgid ""
"Closing the application will cancel running file operations.\n"
"Do you want to cancel?"
msgstr ""
#: Gtk/FileViewTab.vala:463
msgid ""
"Closing this pane will cancel file operations running in this pane.\n"
"Do you want to cancel?"
msgstr ""
#: Gtk/LayoutBox.vala:509
msgid ""
"Closing this tab will cancel file operations running in this tab.\n"
"Do you want to cancel?"
msgstr ""
#: Gtk/MainMenubar.vala:1571
msgid "Cloud"
msgstr ""
#: Utility/VideoDownloadTask.vala:315
#, c-format
msgid "Code"
msgstr ""
#: Utility/Gtk/AboutWindow.vala:434
msgid "Code Contributions"
msgstr ""
#: Gtk/Settings.vala:1960
msgid "Col spacing"
msgstr ""
#: Gtk/Settings.vala:2299
msgid "Columns"
msgstr ""
#: Gtk/ChecksumBox.vala:1517
msgid "Comma-Separated File (CSV)"
msgstr ""
#: Gtk/WizardWindow.vala:179
msgid "Commander Icons (Dual-Pane + IconView)"
msgstr ""
#: Gtk/WizardWindow.vala:184
msgid "Commander List (Dual-Pane + ListView)"
msgstr ""
#: Common/Main.vala:522
msgid "Commands listed below are not available on this system"
msgstr ""
#: Gtk/FileContextMenu.vala:1088
msgid "Compare"
msgstr ""
#: Gtk/FileContextMenu.vala:1119
msgid "Compare text file with file in opposite pane"
msgstr ""
#: Gtk/FileContextMenu.vala:1089
msgid "Compare text files side-by-side"
msgstr ""
#: Utility/FileTask.vala:286
msgid "Comparing items..."
msgstr ""
#: Gtk/CreateArchiveWindow.vala:115 Gtk/CreateArchiveWindow.vala:2036
#: Gtk/FileContextMenu.vala:1493
msgid "Compress"
msgstr ""
#: Gtk/FileContextMenu.vala:1494
msgid "Compress selected items and create new archive"
msgstr ""
#: Gtk/ProgressPanelArchiveTask.vala:231
msgid "Compressed:"
msgstr ""
#: Gtk/ProgressPanelArchiveTask.vala:102
msgid "Compressing"
msgstr ""
#: Gtk/ProgressPanelArchiveTask.vala:283
msgid "Compression:"
msgstr ""
#: Gtk/PasswordDialog.vala:129
msgid "Confirm Passphrase"
msgstr ""
#: Gtk/Settings.vala:1577
msgid "Confirm before deleting files"
msgstr ""
#: Gtk/Settings.vala:1589
msgid "Confirm before trashing files"
msgstr ""
#: Gtk/Settings.vala:1247
msgid "Confirmation"
msgstr ""
#: Gtk/ConnectServerWindow.vala:587
msgid "Connect"
msgstr ""
#: Gtk/FileContextMenu.vala:1783
msgid "Connect a USB device and come back to this menu"
msgstr ""
#: Gtk/ConnectServerWindow.vala:113
msgid "Connect to Server"
msgstr ""
#: Gtk/MainMenubar.vala:381
msgid "Connect to Server..."
msgstr ""
#: Gtk/ConnectServerWindow.vala:505
msgid "Connecting to Server..."
msgstr ""
#: Gtk/FileViewList.vala:1092
msgid "Content Type"
msgstr ""
#: Gtk/FilePropertiesBox.vala:164
msgid "Contents"
msgstr ""
#: Gtk/Settings.vala:2857
msgid "Convert"
msgstr ""
#: Gtk/KvmCreateDiskWindow.vala:87
msgid "Convert Virtual Disk"
msgstr ""
#: Gtk/FileContextMenu.vala:2798
msgid "Convert to"
msgstr ""
#: Gtk/FileContextMenu.vala:2626
msgid "Convert to black and white"
msgstr ""
#: Gtk/FileContextMenu.vala:2199
msgid "Convert to..."
msgstr ""
#: Gtk/ProgressPanelKvmTask.vala:75
msgid "Converting disk format..."
msgstr ""
#: Gtk/CreateArchiveWindow.vala:654 Gtk/CreateArchiveWindow.vala:705
#: Gtk/CreateArchiveWindow.vala:720 Gtk/FileContextMenu.vala:849
#: Gtk/MainMenubar.vala:560 Gtk/TermContextMenu.vala:119
msgid "Copy"
msgstr ""
#: Gtk/MiddleToolbar.vala:173
msgid ""
"Copy\n"
"\n"
"Copy selected items in active pane"
msgstr ""
#: Gtk/FileContextMenu.vala:1246
msgid "Copy Across"
msgstr ""
#: Gtk/MiddleToolbar.vala:290
msgid ""
"Copy Across\n"
"\n"
"Copy selected items in active pane to opposite pane"
msgstr ""
#: Gtk/FileContextMenu.vala:1412
msgid "Copy Path(s)"
msgstr ""
#: Gtk/FileContextMenu.vala:1206
msgid "Copy To..."
msgstr ""
#: Gtk/FileContextMenu.vala:1413
msgid "Copy file path to clipboard"
msgstr ""
#: Gtk/FileContextMenu.vala:850
msgid "Copy selected items"
msgstr ""
#: Gtk/TermContextMenu.vala:120
msgid "Copy selected text to clipboard"
msgstr ""
#: Gtk/FileContextMenu.vala:1207
msgid "Copy to another location"
msgstr ""
#: Gtk/FileContextMenu.vala:1247
msgid "Copy to other pane"
msgstr ""
#: Utility/FileTask.vala:793
#, c-format
msgid "Copying file"
msgstr ""
#: Gtk/ProgressPanelFileTask.vala:153
msgid "Copying files:"
msgstr ""
#: Utility/FileTask.vala:342 Utility/FileTask.vala:470
msgid "Copying items..."
msgstr ""
#: Utility/FileTask.vala:397
msgid "Copying..."
msgstr ""
#: Gtk/ProgressPanelVideoDownloadTask.vala:506
#: Gtk/ProgressPanelVideoDownloadTask.vala:575
msgid "Could not fetch video info"
msgstr ""
#: Gtk/PlacesPopover.vala:491
#, c-format
msgid "Could not find bookmarked path"
msgstr ""
#: Utility/Device.vala:1734
#, c-format
msgid "Could not find file"
msgstr ""
#: Gtk/FileViewList.vala:5038
#, c-format
msgid "Could not find file in opposite pane"
msgstr ""
#: Gtk/FileViewList.vala:3383
msgid "Could not find path"
msgstr ""
#: Gtk/FileViewList.vala:4327
msgid "Could not find the opposite pane!"
msgstr ""
#: Gtk/FileViewList.vala:5977
msgid "Could not open file as archive"
msgstr ""
#: Gtk/FileViewList.vala:2756
msgid "Counting items..."
msgstr ""
#: Gtk/KvmCreateDiskWindow.vala:366
msgid "Create"
msgstr ""
#: Gtk/KvmCreateDiskWindow.vala:81
msgid "Create Derived Disk"
msgstr ""
#: Gtk/FileContextMenu.vala:2099
msgid "Create Derived Disk..."
msgstr ""
#: Gtk/FileViewList.vala:4646
msgid "Create Directory"
msgstr ""
#: Gtk/FileContextMenu.vala:2082
msgid "Create Disk..."
msgstr ""
#: Gtk/FileViewList.vala:4680 Gtk/FileViewList.vala:4716
msgid "Create File"
msgstr ""
#: Gtk/FileContextMenu.vala:2119
msgid "Create Merged Disk..."
msgstr ""
#: Gtk/MainMenubar.vala:339 Gtk/MiddleToolbar.vala:328
msgid "Create New File"
msgstr ""
#: Gtk/MainMenubar.vala:297 Gtk/MiddleToolbar.vala:347
msgid "Create New Folder"
msgstr ""
#: Gtk/KvmCreateDiskWindow.vala:78
msgid "Create Virtual Disk"
msgstr ""
#: Gtk/FileContextMenu.vala:2083
msgid "Create a virtual hard disk file"
msgstr ""
#: Gtk/FileContextMenu.vala:2120
msgid ""
"Create a virtual hard disk file by merging selected derived disk with it's "
"base"
msgstr ""
#: Gtk/FileContextMenu.vala:2100
msgid "Create a virtual hard disk file that uses selected disk as the base"
msgstr ""
#: Gtk/FileViewList.vala:4454
msgid "Create copies of selected items?"
msgstr ""
#: Gtk/FileContextMenu.vala:783
msgid "Create new file from template"
msgstr ""
#: Gtk/FileContextMenu.vala:657
msgid "Create new file in this location"
msgstr ""
#: Gtk/FileContextMenu.vala:637
msgid "Create new folder in this location"
msgstr ""
#: Gtk/FilePropertiesBox.vala:265 Gtk/KvmCreateDiskWindow.vala:463
#: Gtk/ProgressPanelArchiveTask.vala:611 Gtk/ProgressPanelImageTask.vala:207
#: Gtk/ProgressPanelKvmTask.vala:258
#, c-format
msgid "Created"
msgstr ""
#: Utility/TeeJee.FileSystem.vala:760
msgid "Created directory"
msgstr ""
#: Gtk/DevicePopoverSettingsWindow.vala:240
msgid ""
"Creates rule for udisks2 to prevent auto-mounting of removable devices.\n"
"\n"
"Devices will be mounted only when you open them using Polo or another file "
"manager. This is good for security as partitions will remain unmounted till "
"they are actually needed."
msgstr ""
#: Gtk/ProgressPanelFileTask.vala:181
msgid "Creating hard links:"
msgstr ""
#: Gtk/ProgressPanelKvmTask.vala:72
msgid "Creating merged disk..."
msgstr ""
#: Gtk/ProgressPanelFileTask.vala:178
msgid "Creating symbolic links:"
msgstr ""
#: Utility/Gtk/AboutWindow.vala:320 Utility/Gtk/AboutWindow.vala:381
msgid "Credits"
msgstr ""
#: Gtk/DevicePopover.vala:671
msgid "Customize"
msgstr ""
#: Gtk/FileContextMenu.vala:823 Gtk/MainMenubar.vala:518
msgid "Cut"
msgstr ""
#: Gtk/MiddleToolbar.vala:154
msgid ""
"Cut\n"
"\n"
"Cut selected items in active pane"
msgstr ""
#: Gtk/FileContextMenu.vala:824
msgid "Cut selected items"