forked from mate-desktop/caja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcaja.pot
7707 lines (6171 loc) · 189 KB
/
caja.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 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-20 21:30+0200\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=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: ../data/browser.xml.h:1
msgid "_Patterns"
msgstr ""
#: ../data/browser.xml.h:2
msgid "Drag a pattern tile to an object to change it"
msgstr ""
#: ../data/browser.xml.h:3
msgid "Blue Ridge"
msgstr ""
#: ../data/browser.xml.h:4
msgid "Blue Rough"
msgstr ""
#: ../data/browser.xml.h:5
msgid "Blue Type"
msgstr ""
#: ../data/browser.xml.h:6
msgid "Brushed Metal"
msgstr ""
#: ../data/browser.xml.h:7
msgid "Burlap"
msgstr ""
#: ../data/browser.xml.h:8
msgid "Camouflage"
msgstr ""
#: ../data/browser.xml.h:9
msgid "Chalk"
msgstr ""
#: ../data/browser.xml.h:10
msgid "Cork"
msgstr ""
#: ../data/browser.xml.h:11
msgid "Countertop"
msgstr ""
#: ../data/browser.xml.h:12
msgid "Dark MATE"
msgstr ""
#: ../data/browser.xml.h:13
msgid "Dots"
msgstr ""
#: ../data/browser.xml.h:14
msgid "Fibers"
msgstr ""
#: ../data/browser.xml.h:15
msgid "Fleur De Lis"
msgstr ""
#: ../data/browser.xml.h:16
msgid "Floral"
msgstr ""
#: ../data/browser.xml.h:17
msgid "Fossil"
msgstr ""
#: ../data/browser.xml.h:18
msgid "MATE"
msgstr ""
#: ../data/browser.xml.h:19
msgid "Green Weave"
msgstr ""
#: ../data/browser.xml.h:20
msgid "Ice"
msgstr ""
#: ../data/browser.xml.h:21
msgid "Manila Paper"
msgstr ""
#: ../data/browser.xml.h:22
msgid "Moss Ridge"
msgstr ""
#: ../data/browser.xml.h:23
msgid "Numbers"
msgstr ""
#: ../data/browser.xml.h:24
msgid "Ocean Strips"
msgstr ""
#: ../data/browser.xml.h:25
msgid "Purple Marble"
msgstr ""
#: ../data/browser.xml.h:26
msgid "Ridged Paper"
msgstr ""
#: ../data/browser.xml.h:27
msgid "Rough Paper"
msgstr ""
#: ../data/browser.xml.h:28
msgid "Sky Ridge"
msgstr ""
#: ../data/browser.xml.h:29
msgid "Snow Ridge"
msgstr ""
#: ../data/browser.xml.h:30
msgid "Stucco"
msgstr ""
#: ../data/browser.xml.h:31
msgid "Terracotta"
msgstr ""
#: ../data/browser.xml.h:32
msgid "Wavy White"
msgstr ""
#: ../data/browser.xml.h:33
msgid "C_olors"
msgstr ""
#: ../data/browser.xml.h:34
msgid "Drag a color to an object to change it to that color"
msgstr ""
#: ../data/browser.xml.h:35
msgid "Mango"
msgstr ""
#: ../data/browser.xml.h:36
msgid "Orange"
msgstr ""
#: ../data/browser.xml.h:37
msgid "Tangerine"
msgstr ""
#: ../data/browser.xml.h:38
msgid "Grapefruit"
msgstr ""
#: ../data/browser.xml.h:39
msgid "Ruby"
msgstr ""
#: ../data/browser.xml.h:40
msgid "Pale Blue"
msgstr ""
#: ../data/browser.xml.h:41
msgid "Sky"
msgstr ""
#: ../data/browser.xml.h:42
msgid "Danube"
msgstr ""
#: ../data/browser.xml.h:43
msgid "Indigo"
msgstr ""
#: ../data/browser.xml.h:44
msgid "Violet"
msgstr ""
#: ../data/browser.xml.h:45
msgid "Sea Foam"
msgstr ""
#: ../data/browser.xml.h:46
msgid "Leaf"
msgstr ""
#: ../data/browser.xml.h:47
msgid "Deep Teal"
msgstr ""
#: ../data/browser.xml.h:48
msgid "Dark Cork"
msgstr ""
#: ../data/browser.xml.h:49
msgid "Mud"
msgstr ""
#: ../data/browser.xml.h:50
msgid "Fire Engine"
msgstr ""
#: ../data/browser.xml.h:51
msgid "Envy"
msgstr ""
#: ../data/browser.xml.h:52
msgid "Azul"
msgstr ""
#: ../data/browser.xml.h:53
msgid "Lemon"
msgstr ""
#: ../data/browser.xml.h:54
msgid "Bubble Gum"
msgstr ""
#: ../data/browser.xml.h:55
msgid "White"
msgstr ""
#: ../data/browser.xml.h:56
msgid "Apparition"
msgstr ""
#: ../data/browser.xml.h:57
msgid "Silver"
msgstr ""
#: ../data/browser.xml.h:58
msgid "Concrete"
msgstr ""
#: ../data/browser.xml.h:59
msgid "Shale"
msgstr ""
#: ../data/browser.xml.h:60
msgid "Granite"
msgstr ""
#: ../data/browser.xml.h:61
msgid "Eclipse"
msgstr ""
#: ../data/browser.xml.h:62
msgid "Charcoal"
msgstr ""
#: ../data/browser.xml.h:63
msgid "Onyx"
msgstr ""
#: ../data/browser.xml.h:64
msgid "Black"
msgstr ""
#: ../data/browser.xml.h:65
msgid "_Emblems"
msgstr ""
#: ../data/browser.xml.h:66
msgid "Drag an emblem to an object to add it to the object"
msgstr ""
#. translators: this is the name of an emblem
#: ../data/browser.xml.h:68 ../src/caja-emblem-sidebar.c:993
#: ../src/caja-property-browser.c:1951
msgid "Erase"
msgstr ""
#: ../data/caja.appdata.xml.in.h:1
msgid "File manager for the MATE desktop environment"
msgstr ""
#: ../data/caja.appdata.xml.in.h:2
msgid ""
"<p> Caja is the official file manager for the MATE desktop. It allows for "
"browsing directories, as well as previewing files and launching applications "
"associated with them. It is also responsible for handling the icons on the "
"MATE desktop. It works on local and remote file systems. </p> <p> Caja is "
"extensible through a plugin system, similar to that of GNOME Nautilus, of "
"which Caja is a fork. </p>"
msgstr ""
#: ../data/caja-autorun-software.desktop.in.in.h:1
msgid "Autorun Prompt"
msgstr ""
#. Set initial window title
#: ../data/caja-browser.desktop.in.in.h:1 ../data/caja.desktop.in.in.h:1
#: ../data/caja-folder-handler.desktop.in.in.h:1
#: ../src/caja-spatial-window.c:397 ../src/caja-window-menus.c:535
#: ../src/caja-window.c:163
msgid "Caja"
msgstr ""
#: ../data/caja-browser.desktop.in.in.h:2
msgid "File Browser"
msgstr ""
#: ../data/caja-browser.desktop.in.in.h:3
msgid "Browse the file system with the file manager"
msgstr ""
#: ../data/caja-computer.desktop.in.in.h:1
#: ../libcaja-private/caja-desktop-link.c:113 ../src/caja-places-sidebar.c:509
msgid "Computer"
msgstr ""
#. tooltip
#: ../data/caja-computer.desktop.in.in.h:2 ../src/caja-window-menus.c:897
msgid ""
"Browse all local and remote disks and folders accessible from this computer"
msgstr ""
#: ../data/caja.desktop.in.in.h:2
msgid "File Manager"
msgstr ""
#: ../data/caja-file-management-properties.desktop.in.in.h:1
msgid "File Management"
msgstr ""
#: ../data/caja-file-management-properties.desktop.in.in.h:2
msgid "Change the behaviour and appearance of file manager windows"
msgstr ""
#: ../data/caja-folder-handler.desktop.in.in.h:2
#: ../libcaja-private/caja-autorun.c:578
msgid "Open Folder"
msgstr ""
#: ../data/caja-home.desktop.in.in.h:1 ../src/file-manager/fm-tree-view.c:1416
msgid "Home Folder"
msgstr ""
#. tooltip
#: ../data/caja-home.desktop.in.in.h:2 ../src/caja-places-sidebar.c:523
#: ../src/caja-window-menus.c:892
msgid "Open your personal folder"
msgstr ""
#: ../data/caja.xml.in.h:1
msgid "Saved search"
msgstr ""
#: ../eel/eel-canvas.c:1310 ../eel/eel-canvas.c:1311
msgid "X"
msgstr ""
#: ../eel/eel-canvas.c:1317 ../eel/eel-canvas.c:1318
msgid "Y"
msgstr ""
#: ../eel/eel-editable-label.c:329
msgid "Text"
msgstr ""
#: ../eel/eel-editable-label.c:330
msgid "The text of the label."
msgstr ""
#: ../eel/eel-editable-label.c:336
msgid "Justification"
msgstr ""
#: ../eel/eel-editable-label.c:337
msgid ""
"The alignment of the lines in the text of the label relative to each other. "
"This does NOT affect the alignment of the label within its allocation. See "
"GtkMisc::xalign for that."
msgstr ""
#: ../eel/eel-editable-label.c:345
msgid "Line wrap"
msgstr ""
#: ../eel/eel-editable-label.c:346
msgid "If set, wrap lines if the text becomes too wide."
msgstr ""
#: ../eel/eel-editable-label.c:353
msgid "Cursor Position"
msgstr ""
#: ../eel/eel-editable-label.c:354
msgid "The current position of the insertion cursor in chars."
msgstr ""
#: ../eel/eel-editable-label.c:363
msgid "Selection Bound"
msgstr ""
#: ../eel/eel-editable-label.c:364
msgid ""
"The position of the opposite end of the selection from the cursor in chars."
msgstr ""
#. name, icon name
#. label, accelerator
#. add the "cut folder" menu item
#: ../eel/eel-editable-label.c:3081 ../libcaja-private/caja-clipboard.c:455
#: ../src/file-manager/fm-directory-view.c:7332
#: ../src/file-manager/fm-directory-view.c:7499
#: ../src/file-manager/fm-tree-view.c:1306
msgid "Cu_t"
msgstr ""
#. name, icon name
#. label, accelerator
#. add the "copy folder" menu item
#: ../eel/eel-editable-label.c:3083 ../libcaja-private/caja-clipboard.c:460
#: ../src/file-manager/fm-directory-view.c:7336
#: ../src/file-manager/fm-directory-view.c:7503
#: ../src/file-manager/fm-tree-view.c:1315
msgid "_Copy"
msgstr ""
#. name, icon name
#. label, accelerator
#: ../eel/eel-editable-label.c:3085 ../libcaja-private/caja-clipboard.c:465
#: ../src/file-manager/fm-directory-view.c:7340
msgid "_Paste"
msgstr ""
#: ../eel/eel-editable-label.c:3088
msgid "Select All"
msgstr ""
#: ../eel/eel-gtk-extensions.c:432
msgid "Show more _details"
msgstr ""
#: ../eel/eel-stock-dialogs.c:238 ../eel/eel-stock-dialogs.c:294
#: ../eel/eel-stock-dialogs.c:449 ../eel/eel-stock-dialogs.c:650
#: ../libcaja-private/caja-autorun.c:1150
#: ../libcaja-private/caja-file-conflict-dialog.c:659
#: ../libcaja-private/caja-file-operations.c:186
#: ../libcaja-private/caja-mime-actions.c:819
#: ../libcaja-private/caja-mime-actions.c:1726
#: ../libcaja-private/caja-open-with-dialog.c:960
#: ../src/file-manager/fm-directory-view.c:1208
#: ../src/file-manager/fm-directory-view.c:1350
#: ../src/file-manager/fm-directory-view.c:7012
#: ../src/file-manager/fm-directory-view.c:10295
#: ../src/caja-connect-server-dialog.c:1122 ../src/caja-emblem-sidebar.c:288
#: ../src/caja-emblem-sidebar.c:545 ../src/caja-location-dialog.c:194
#: ../src/caja-property-browser.c:1111 ../src/caja-property-browser.c:1191
msgid "_Cancel"
msgstr ""
#. name, icon name
#. label, accelerator
#. add the "open" menu item
#: ../eel/eel-stock-dialogs.c:240
#: ../libcaja-private/caja-open-with-dialog.c:976
#: ../src/file-manager/fm-directory-view.c:7296
#: ../src/file-manager/fm-directory-view.c:8805
#: ../src/file-manager/fm-tree-view.c:1266 ../src/caja-location-dialog.c:199
#: ../src/caja-places-sidebar.c:2678
msgid "_Open"
msgstr ""
#: ../eel/eel-stock-dialogs.c:242
msgid "_Revert"
msgstr ""
#: ../eel/eel-stock-dialogs.c:290
msgid "You can stop this operation by clicking cancel."
msgstr ""
#: ../eel/eel-stock-dialogs.c:296 ../eel/eel-stock-dialogs.c:451
#: ../eel/eel-stock-dialogs.c:655 ../libcaja-private/caja-autorun.c:1155
#: ../libcaja-private/caja-mime-actions.c:1370
#: ../src/file-manager/fm-directory-view.c:1213
#: ../src/caja-emblem-sidebar.c:293 ../src/caja-emblem-sidebar.c:550
#: ../src/caja-property-browser.c:1116 ../src/caja-property-browser.c:1196
#: ../src/caja-query-editor.c:720
msgid "_OK"
msgstr ""
#: ../eel/eel-stock-dialogs.c:657
msgid "_Clear"
msgstr ""
#: ../eel/eel-vfs-extensions.c:96
msgid " (invalid Unicode)"
msgstr ""
#: ../libcaja-private/caja-autorun.c:522
msgid "No applications found"
msgstr ""
#: ../libcaja-private/caja-autorun.c:543
msgid "Ask what to do"
msgstr ""
#: ../libcaja-private/caja-autorun.c:561
msgid "Do Nothing"
msgstr ""
#: ../libcaja-private/caja-autorun.c:611 ../src/caja-x-content-bar.c:149
#, c-format
msgid "Open %s"
msgstr ""
#: ../libcaja-private/caja-autorun.c:655
msgid "Open with other Application..."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1044
msgid "You have just inserted an Audio CD."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1048
msgid "You have just inserted an Audio DVD."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1052
msgid "You have just inserted a Video DVD."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1056
msgid "You have just inserted a Video CD."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1060
msgid "You have just inserted a Super Video CD."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1064
msgid "You have just inserted a blank CD."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1068
msgid "You have just inserted a blank DVD."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1072
msgid "You have just inserted a blank Blu-Ray disc."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1076
msgid "You have just inserted a blank HD DVD."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1080
msgid "You have just inserted a Photo CD."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1084
msgid "You have just inserted a Picture CD."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1088
msgid "You have just inserted a medium with digital photos."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1092
msgid "You have just inserted a digital audio player."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1096
msgid ""
"You have just inserted a medium with software intended to be automatically "
"started."
msgstr ""
#. fallback to generic greeting
#: ../libcaja-private/caja-autorun.c:1101
msgid "You have just inserted a medium."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1103
msgid "Choose what application to launch."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1113
#, c-format
msgid ""
"Select how to open \"%s\" and whether to perform this action in the future "
"for other media of type \"%s\"."
msgstr ""
#: ../libcaja-private/caja-autorun.c:1141
msgid "_Always perform this action"
msgstr ""
#. name, icon name
#. label, accelerator
#. add the "Eject" menu item
#: ../libcaja-private/caja-autorun.c:1164
#: ../src/file-manager/fm-directory-view.c:7423
#: ../src/file-manager/fm-directory-view.c:7451
#: ../src/file-manager/fm-directory-view.c:7532
#: ../src/file-manager/fm-tree-view.c:1364 ../src/caja-places-sidebar.c:2735
msgid "_Eject"
msgstr ""
#. name, icon name
#. label, accelerator
#. add the "Unmount" menu item
#: ../libcaja-private/caja-autorun.c:1179
#: ../src/file-manager/fm-directory-view.c:7419
#: ../src/file-manager/fm-directory-view.c:7447
#: ../src/file-manager/fm-directory-view.c:7528
#: ../src/file-manager/fm-tree-view.c:1355 ../src/caja-places-sidebar.c:2728
msgid "_Unmount"
msgstr ""
#. tooltip
#: ../libcaja-private/caja-clipboard.c:456
msgid "Cut the selected text to the clipboard"
msgstr ""
#. tooltip
#: ../libcaja-private/caja-clipboard.c:461
msgid "Copy the selected text to the clipboard"
msgstr ""
#. tooltip
#: ../libcaja-private/caja-clipboard.c:466
msgid "Paste the text stored on the clipboard"
msgstr ""
#. name, icon name
#. label, accelerator
#: ../libcaja-private/caja-clipboard.c:470
#: ../src/file-manager/fm-directory-view.c:7352
msgid "Select _All"
msgstr ""
#. tooltip
#: ../libcaja-private/caja-clipboard.c:471
msgid "Select all the text in a text field"
msgstr ""
#: ../libcaja-private/caja-column-chooser.c:380
msgid "Move _Up"
msgstr ""
#: ../libcaja-private/caja-column-chooser.c:390
msgid "Move Dow_n"
msgstr ""
#: ../libcaja-private/caja-column-chooser.c:403
msgid "Use De_fault"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:44
#: ../libcaja-private/caja-mime-application-chooser.c:274
#: ../src/file-manager/fm-list-view.c:1786
msgid "Name"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:45
msgid "The name and icon of the file."
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:51
msgid "Size"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:52
msgid "The size of the file."
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:59
msgid "Size on Disk"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:60
msgid "The size of the file on disk."
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:67
msgid "Type"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:68
msgid "The type of the file."
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:74
#: ../src/caja-image-properties-page.c:284
msgid "Date Modified"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:75
msgid "The date the file was modified."
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:82
msgid "Date Accessed"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:83
msgid "The date the file was accessed."
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:90
msgid "Owner"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:91
msgid "The owner of the file."
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:98
msgid "Group"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:99
msgid "The group of the file."
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:106
#: ../src/file-manager/fm-properties-window.c:4750
msgid "Permissions"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:107
msgid "The permissions of the file."
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:114
msgid "Octal Permissions"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:115
msgid "The permissions of the file, in octal notation."
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:122
msgid "MIME Type"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:123
msgid "The mime type of the file."
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:130
msgid "SELinux Context"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:131
msgid "The SELinux security context of the file."
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:138
#: ../src/caja-image-properties-page.c:365 ../src/caja-query-editor.c:136
msgid "Location"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:139
msgid "The location of the file."
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:146
#: ../src/caja-file-management-properties.ui.h:110
msgid "Extension"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:147
msgid "The extension of the file."
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:189
msgid "Trashed On"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:190
msgid "Date when file was moved to the Trash"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:196
msgid "Original Location"
msgstr ""
#: ../libcaja-private/caja-column-utilities.c:197
msgid "Original location of file before moved to the Trash"
msgstr ""
#: ../libcaja-private/caja-customization-data.c:431
#: ../libcaja-private/caja-file-conflict-dialog.c:628
#: ../libcaja-private/caja-mime-application-chooser.c:442
#: ../src/caja-property-browser.c:1998
msgid "Reset"
msgstr ""
#: ../libcaja-private/caja-desktop-directory-file.c:457
#: ../libcaja-private/caja-desktop-icon-file.c:163
msgid "on the desktop"
msgstr ""
#. Note to translators: If it's hard to compose a good home
#. * icon name from the user name, you can use a string without
#. * an "%s" here, in which case the home icon name will not
#. * include the user's name, which should be fine. To avoid a
#. * warning, put "%.0s" somewhere in the string, which will
#. * match the user name string passed by the C code, but not
#. * put the user name in the final string.
#.
#: ../libcaja-private/caja-desktop-link.c:110
#, c-format
msgid "%s's Home"
msgstr ""
#: ../libcaja-private/caja-desktop-link.c:116
msgid "Network Servers"
msgstr ""
#: ../libcaja-private/caja-desktop-link.c:119
#: ../src/file-manager/fm-tree-view.c:1423 ../src/caja-places-sidebar.c:613
#: ../src/caja-trash-bar.c:190
msgid "Trash"
msgstr ""
#: ../libcaja-private/caja-dnd.c:795
msgid "_Move Here"
msgstr ""
#: ../libcaja-private/caja-dnd.c:800
msgid "_Copy Here"
msgstr ""
#: ../libcaja-private/caja-dnd.c:805
msgid "_Link Here"
msgstr ""
#: ../libcaja-private/caja-dnd.c:810
msgid "Set as _Background"
msgstr ""
#: ../libcaja-private/caja-dnd.c:817 ../libcaja-private/caja-dnd.c:870
msgid "Cancel"
msgstr ""
#: ../libcaja-private/caja-dnd.c:858
msgid "Set as background for _all folders"
msgstr ""
#: ../libcaja-private/caja-dnd.c:863
msgid "Set as background for _this folder"
msgstr ""
#: ../libcaja-private/caja-emblem-utils.c:227
#: ../libcaja-private/caja-emblem-utils.c:234
#: ../libcaja-private/caja-emblem-utils.c:283
#: ../libcaja-private/caja-emblem-utils.c:298
#: ../libcaja-private/caja-emblem-utils.c:322
msgid "The emblem cannot be installed."
msgstr ""
#: ../libcaja-private/caja-emblem-utils.c:228
msgid "Sorry, but you must specify a non-blank keyword for the new emblem."
msgstr ""
#: ../libcaja-private/caja-emblem-utils.c:235
msgid ""
"Sorry, but emblem keywords can only contain letters, spaces and numbers."
msgstr ""
#. this really should never happen, as a user has no idea
#. * what a keyword is, and people should be passing a unique
#. * keyword to us anyway
#.
#: ../libcaja-private/caja-emblem-utils.c:247
#, c-format
msgid "Sorry, but there is already an emblem named \"%s\"."
msgstr ""
#: ../libcaja-private/caja-emblem-utils.c:248
msgid "Please choose a different emblem name."
msgstr ""
#: ../libcaja-private/caja-emblem-utils.c:284
#: ../libcaja-private/caja-emblem-utils.c:299
msgid "Sorry, unable to save custom emblem."
msgstr ""
#: ../libcaja-private/caja-emblem-utils.c:323
msgid "Sorry, unable to save custom emblem name."
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:147
#, c-format
msgid "Merge folder \"%s\"?"
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:151
msgid ""
"Merging will ask for confirmation before replacing any files in the folder "
"that conflict with the files being copied."
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:157
#, c-format
msgid "An older folder with the same name already exists in \"%s\"."
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:163
#, c-format
msgid "A newer folder with the same name already exists in \"%s\"."
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:169
#, c-format
msgid "Another folder with the same name already exists in \"%s\"."
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:176
msgid "Replacing it will remove all files in the folder."
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:178
#, c-format
msgid "Replace folder \"%s\"?"
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:180
#, c-format
msgid "A folder with the same name already exists in \"%s\"."
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:187
#, c-format
msgid "Replace file \"%s\"?"
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:189
msgid "Replacing it will overwrite its content."
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:194
#, c-format
msgid "An older file with the same name already exists in \"%s\"."
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:200
#, c-format
msgid "A newer file with the same name already exists in \"%s\"."
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:206
#, c-format
msgid "Another file with the same name already exists in \"%s\"."
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:276
msgid "Original folder"
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:277
#: ../libcaja-private/caja-file-conflict-dialog.c:316
msgid "Items:"
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:280
msgid "Original file"
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:281
#: ../libcaja-private/caja-file-conflict-dialog.c:320
#: ../src/file-manager/fm-properties-window.c:3274
msgid "Size:"
msgstr ""
#. second row: type combobox
#: ../libcaja-private/caja-file-conflict-dialog.c:286
#: ../libcaja-private/caja-file-conflict-dialog.c:325
#: ../src/file-manager/fm-properties-window.c:3256
#: ../src/caja-connect-server-dialog.c:930
msgid "Type:"
msgstr ""
#: ../libcaja-private/caja-file-conflict-dialog.c:289
#: ../libcaja-private/caja-file-conflict-dialog.c:328
msgid "Last modified:"
msgstr ""