forked from linuxmint/nemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnemo.pot
5299 lines (4135 loc) · 115 KB
/
nemo.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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-01 22:08-0400\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"
#: src/nemo-application.c:158
#, c-format
msgid "Nemo could not create the required folder \"%s\"."
msgstr ""
#: src/nemo-application.c:160
msgid ""
"Before running Nemo, please create the following folder, or set permissions "
"such that Nemo can create it."
msgstr ""
#: src/nemo-application.c:163
#, c-format
msgid "Nemo could not create the following required folders: %s."
msgstr ""
#: src/nemo-application.c:165
msgid ""
"Before running Nemo, please create these folders, or set permissions such "
"that Nemo can create them."
msgstr ""
#: src/nemo-application.c:749
msgid "--check cannot be used with other options."
msgstr ""
#: src/nemo-application.c:755
msgid "--quit cannot be used with URIs."
msgstr ""
#: src/nemo-application.c:762
msgid "--geometry cannot be used with more than one URI."
msgstr ""
#: src/nemo-application.c:816
msgid "Perform a quick set of self-check tests."
msgstr ""
#: src/nemo-application.c:822
msgid "Show the version of the program."
msgstr ""
#: src/nemo-application.c:824
msgid "Create the initial window with the given geometry."
msgstr ""
#: src/nemo-application.c:824
msgid "GEOMETRY"
msgstr ""
#: src/nemo-application.c:826
msgid "Only create windows for explicitly specified URIs."
msgstr ""
#: src/nemo-application.c:828
msgid ""
"Do not manage the desktop (ignore the preference set in the preferences "
"dialog)."
msgstr ""
#: src/nemo-application.c:830
msgid "Quit Nemo."
msgstr ""
#: src/nemo-application.c:831
msgid "[URI...]"
msgstr ""
#: src/nemo-application.c:842
msgid ""
"\n"
"\n"
"Browse the file system with the file manager"
msgstr ""
#: src/nemo-application.c:1111
msgid "Nemo's main menu is now hidden"
msgstr ""
#: src/nemo-application.c:1115
msgid ""
"You have chosen to hide the main menu. You can get it back temporarily by:\n"
"\n"
"- Tapping the <Alt> key\n"
"- Right-clicking an empty region of the main toolbar\n"
"- Right-clicking an empty region of the status bar.\n"
"\n"
"You can restore it permanently by selecting this option again from the View "
"menu."
msgstr ""
#: src/nemo-application.c:1126
msgid "Don't show this message again."
msgstr ""
#: src/nemo-autorun-software.c:143 src/nemo-autorun-software.c:146
#, c-format
msgid "Error starting autorun program: %s"
msgstr ""
#: src/nemo-autorun-software.c:149
msgid "Cannot find the autorun program"
msgstr ""
#: src/nemo-autorun-software.c:171
msgid "<big><b>Error autorunning software</b></big>"
msgstr ""
#: src/nemo-autorun-software.c:197
msgid ""
"<big><b>This medium contains software intended to be automatically started. "
"Would you like to run it?</b></big>"
msgstr ""
#: src/nemo-autorun-software.c:199
#, c-format
msgid ""
"The software will run directly from the medium \"%s\". You should never run "
"software that you don't trust.\n"
"\n"
"If in doubt, press Cancel."
msgstr ""
#: src/nemo-autorun-software.c:233 src/nemo-mime-actions.c:751
msgid "_Run"
msgstr ""
#: src/nemo-bookmarks-window.c:158 src/nemo-file-management-properties.c:243
#: src/nemo-window-menus.c:376
#, c-format
msgid ""
"There was an error displaying help: \n"
"%s"
msgstr ""
#: src/nemo-bookmarks-window.c:192
msgid "No bookmarks defined"
msgstr ""
#: src/nemo-connect-server-dialog.c:128
msgid "SSH"
msgstr ""
#: src/nemo-connect-server-dialog.c:131
msgid "Public FTP"
msgstr ""
#: src/nemo-connect-server-dialog.c:133
msgid "FTP (with login)"
msgstr ""
#: src/nemo-connect-server-dialog.c:136
msgid "Windows share"
msgstr ""
#: src/nemo-connect-server-dialog.c:138
msgid "WebDAV (HTTP)"
msgstr ""
#: src/nemo-connect-server-dialog.c:140
msgid "Secure WebDAV (HTTPS)"
msgstr ""
#: src/nemo-connect-server-dialog.c:187
msgid "Connecting..."
msgstr ""
#: src/nemo-connect-server-dialog.c:211
msgid ""
"Can't load the supported server method list.\n"
"Please check your gvfs installation."
msgstr ""
#: src/nemo-connect-server-dialog.c:289
#, c-format
msgid "The folder \"%s\" cannot be opened on \"%s\"."
msgstr ""
#: src/nemo-connect-server-dialog.c:299
#, c-format
msgid "The server at \"%s\" cannot be found."
msgstr ""
#: src/nemo-connect-server-dialog.c:334
msgid "Try Again"
msgstr ""
#: src/nemo-connect-server-dialog.c:399
msgid "Please verify your user details."
msgstr ""
#: src/nemo-connect-server-dialog.c:429
msgid "Continue"
msgstr ""
#: src/nemo-connect-server-dialog.c:701 src/nemo-properties-window.c:5139
#: src/nemo-view.c:1547
msgid "There was an error displaying help."
msgstr ""
#: src/nemo-connect-server-dialog.c:719 src/nemo-connect-server-dialog.c:1109
msgid "C_onnect"
msgstr ""
#: src/nemo-connect-server-dialog.c:844
msgid "Connect to Server"
msgstr ""
#: src/nemo-connect-server-dialog.c:862
msgid "Server Details"
msgstr ""
#: src/nemo-connect-server-dialog.c:886
msgid "_Server:"
msgstr ""
#: src/nemo-connect-server-dialog.c:906
msgid "_Port:"
msgstr ""
#: src/nemo-connect-server-dialog.c:924
msgid "_Type:"
msgstr ""
#: src/nemo-connect-server-dialog.c:993
msgid "Sh_are:"
msgstr ""
#: src/nemo-connect-server-dialog.c:1008 src/nemo-view.c:1741
msgid "_Folder:"
msgstr ""
#: src/nemo-connect-server-dialog.c:1026
msgid "User Details"
msgstr ""
#: src/nemo-connect-server-dialog.c:1049
msgid "_Domain name:"
msgstr ""
#: src/nemo-connect-server-dialog.c:1064
msgid "_User name:"
msgstr ""
#: src/nemo-connect-server-dialog.c:1079
msgid "Pass_word:"
msgstr ""
#: src/nemo-connect-server-dialog.c:1095
msgid "_Remember this password"
msgstr ""
#: src/nemo-connect-server-dialog.c:1195
msgid "Operation cancelled"
msgstr ""
#: src/nemo-connect-server-dialog-main.c:120
msgid "Print but do not open the URI"
msgstr ""
#: src/nemo-connect-server-dialog-main.c:131
msgid ""
"\n"
"\n"
"Add connect to server mount"
msgstr ""
#: src/nemo-desktop-icon-view.c:696 src/nemo-view.c:8018 src/nemo-view.c:9579
msgid "E_mpty Trash"
msgstr ""
#: src/nemo-desktop-icon-view.c:709
msgid "Empty Trash"
msgstr ""
#: src/nemo-desktop-icon-view.c:711 src/nemo-trash-bar.c:207
#: src/nemo-view.c:8019
msgid "Delete all items in the Trash"
msgstr ""
#: src/nemo-desktop-icon-view.c:774
msgid "The desktop view encountered an error."
msgstr ""
#: src/nemo-desktop-icon-view.c:775
msgid "The desktop view encountered an error while starting up."
msgstr ""
#: src/nemo-desktop-item-properties.c:405
#: src/nemo-desktop-item-properties.c:415 src/nemo-image-properties-page.c:368
msgid "Comment"
msgstr ""
#: src/nemo-desktop-item-properties.c:408
msgid "URL"
msgstr ""
#: src/nemo-desktop-item-properties.c:411
#: src/nemo-desktop-item-properties.c:421 src/nemo-image-properties-page.c:361
#: src/nemo-image-properties-page.c:414
msgid "Description"
msgstr ""
#: src/nemo-desktop-item-properties.c:418
msgid "Command"
msgstr ""
#: src/nemo-desktop-window.c:92 src/nemo-desktop-window.c:302
#: src/nemo-pathbar.c:1332 src/nemo-places-sidebar.c:718
#: libnemo-private/nemo-action.c:885
msgid "Desktop"
msgstr ""
#: src/nemo-error-reporting.c:68
#, c-format
msgid ""
"You do not have the permissions necessary to view the contents of \"%s\"."
msgstr ""
#: src/nemo-error-reporting.c:72
#, c-format
msgid "\"%s\" could not be found. Perhaps it has recently been deleted."
msgstr ""
#: src/nemo-error-reporting.c:76
#, c-format
msgid "Sorry, could not display all the contents of \"%s\": %s"
msgstr ""
#: src/nemo-error-reporting.c:83
msgid "The folder contents could not be displayed."
msgstr ""
#: src/nemo-error-reporting.c:107
#, c-format
msgid ""
"You do not have the permissions necessary to change the group of \"%s\"."
msgstr ""
#: src/nemo-error-reporting.c:120
#, c-format
msgid "Sorry, could not change the group of \"%s\": %s"
msgstr ""
#: src/nemo-error-reporting.c:125
msgid "The group could not be changed."
msgstr ""
#: src/nemo-error-reporting.c:145
#, c-format
msgid "Sorry, could not change the owner of \"%s\": %s"
msgstr ""
#: src/nemo-error-reporting.c:147
msgid "The owner could not be changed."
msgstr ""
#: src/nemo-error-reporting.c:167
#, c-format
msgid "Sorry, could not change the permissions of \"%s\": %s"
msgstr ""
#: src/nemo-error-reporting.c:169
msgid "The permissions could not be changed."
msgstr ""
#: src/nemo-error-reporting.c:204
#, c-format
msgid ""
"The name \"%s\" is already used in this folder. Please use a different name."
msgstr ""
#: src/nemo-error-reporting.c:209
#, c-format
msgid ""
"There is no \"%s\" in this folder. Perhaps it was just moved or deleted?"
msgstr ""
#: src/nemo-error-reporting.c:214
#, c-format
msgid "You do not have the permissions necessary to rename \"%s\"."
msgstr ""
#: src/nemo-error-reporting.c:219
#, c-format
msgid ""
"The name \"%s\" is not valid because it contains the character \"/\". Please "
"use a different name."
msgstr ""
#: src/nemo-error-reporting.c:223
#, c-format
msgid "The name \"%s\" is not valid. Please use a different name."
msgstr ""
#: src/nemo-error-reporting.c:229
#, c-format
msgid "The name \"%s\" is too long. Please use a different name."
msgstr ""
#: src/nemo-error-reporting.c:243
#, c-format
msgid "Sorry, could not rename \"%s\" to \"%s\": %s"
msgstr ""
#: src/nemo-error-reporting.c:251
msgid "The item could not be renamed."
msgstr ""
#: src/nemo-error-reporting.c:348
#, c-format
msgid "Renaming \"%s\" to \"%s\"."
msgstr ""
#: src/nemo-file-management-properties.c:327 src/nemo-properties-window.c:3934
#: src/nemo-properties-window.c:3945
msgid "None"
msgstr ""
#: src/nemo-file-management-properties.c:510 libnemo-private/nemo-file.c:4397
msgid "today at %-I:%M:%S %p"
msgstr ""
#: src/nemo-icon-view.c:134
msgid "by _Name"
msgstr ""
#: src/nemo-icon-view.c:135 src/nemo-icon-view.c:1453
msgid "Keep icons sorted by name in rows"
msgstr ""
#: src/nemo-icon-view.c:141
msgid "by _Size"
msgstr ""
#: src/nemo-icon-view.c:142 src/nemo-icon-view.c:1457
msgid "Keep icons sorted by size in rows"
msgstr ""
#: src/nemo-icon-view.c:148
msgid "by _Type"
msgstr ""
#: src/nemo-icon-view.c:149 src/nemo-icon-view.c:1461
msgid "Keep icons sorted by type in rows"
msgstr ""
#: src/nemo-icon-view.c:155
msgid "by Modification _Date"
msgstr ""
#: src/nemo-icon-view.c:156 src/nemo-icon-view.c:1465
msgid "Keep icons sorted by modification date in rows"
msgstr ""
#: src/nemo-icon-view.c:162
msgid "by T_rash Time"
msgstr ""
#: src/nemo-icon-view.c:163 src/nemo-icon-view.c:1469
msgid "Keep icons sorted by trash time in rows"
msgstr ""
#: src/nemo-icon-view.c:686
msgid "_Organize Desktop by Name"
msgstr ""
#: src/nemo-icon-view.c:1412
msgid "Arran_ge Items"
msgstr ""
#: src/nemo-icon-view.c:1414
msgid "Resize Icon..."
msgstr ""
#: src/nemo-icon-view.c:1415
msgid "Make the selected icon resizable"
msgstr ""
#: src/nemo-icon-view.c:1418 src/nemo-icon-view.c:1588
msgid "Restore Icons' Original Si_zes"
msgstr ""
#: src/nemo-icon-view.c:1419
msgid "Restore each selected icon to its original size"
msgstr ""
#: src/nemo-icon-view.c:1422
msgid "_Organize by Name"
msgstr ""
#: src/nemo-icon-view.c:1423
msgid "Reposition icons to better fit in the window and avoid overlapping"
msgstr ""
#: src/nemo-icon-view.c:1430
msgid "Compact _Layout"
msgstr ""
#: src/nemo-icon-view.c:1431
msgid "Toggle using a tighter layout scheme"
msgstr ""
#: src/nemo-icon-view.c:1435
msgid "Re_versed Order"
msgstr ""
#: src/nemo-icon-view.c:1436
msgid "Display icons in the opposite order"
msgstr ""
#: src/nemo-icon-view.c:1440
msgid "_Keep Aligned"
msgstr ""
#: src/nemo-icon-view.c:1441
msgid "Keep icons lined up on a grid"
msgstr ""
#: src/nemo-icon-view.c:1448
msgid "_Manually"
msgstr ""
#: src/nemo-icon-view.c:1449
msgid "Leave icons wherever they are dropped"
msgstr ""
#: src/nemo-icon-view.c:1452
msgid "By _Name"
msgstr ""
#: src/nemo-icon-view.c:1456
msgid "By _Size"
msgstr ""
#: src/nemo-icon-view.c:1460
msgid "By _Type"
msgstr ""
#: src/nemo-icon-view.c:1464
msgid "By Modification _Date"
msgstr ""
#: src/nemo-icon-view.c:1468
msgid "By T_rash Time"
msgstr ""
#: src/nemo-icon-view.c:1589
msgid "Restore Icon's Original Si_ze"
msgstr ""
#: src/nemo-icon-view.c:2856 src/nemo-icon-view-container.c:588
#: src/nemo-window-menus.c:1353 src/nemo-file-management-properties.glade:11
msgid "Icon View"
msgstr ""
#: src/nemo-icon-view.c:2858
msgid "_Icons"
msgstr ""
#: src/nemo-icon-view.c:2859
msgid "The icon view encountered an error."
msgstr ""
#: src/nemo-icon-view.c:2860
msgid "The icon view encountered an error while starting up."
msgstr ""
#: src/nemo-icon-view.c:2861
msgid "Display this location with the icon view."
msgstr ""
#: src/nemo-icon-view.c:2870 src/nemo-window-menus.c:1376
#: src/nemo-file-management-properties.glade:17
msgid "Compact View"
msgstr ""
#: src/nemo-icon-view.c:2872
msgid "_Compact"
msgstr ""
#: src/nemo-icon-view.c:2873
msgid "The compact view encountered an error."
msgstr ""
#: src/nemo-icon-view.c:2874
msgid "The compact view encountered an error while starting up."
msgstr ""
#: src/nemo-icon-view.c:2875
msgid "Display this location with the compact view."
msgstr ""
#: src/nemo-image-properties-page.c:331
msgid "Image Type"
msgstr ""
#: src/nemo-image-properties-page.c:333 src/nemo-image-properties-page.c:339
#, c-format
msgid "%d pixel"
msgid_plural "%d pixels"
msgstr[0] ""
msgstr[1] ""
#: src/nemo-image-properties-page.c:337
msgid "Width"
msgstr ""
#: src/nemo-image-properties-page.c:343
msgid "Height"
msgstr ""
#: src/nemo-image-properties-page.c:356 src/nemo-image-properties-page.c:357
msgid "Title"
msgstr ""
#: src/nemo-image-properties-page.c:358 src/nemo-image-properties-page.c:359
msgid "Author"
msgstr ""
#: src/nemo-image-properties-page.c:362 src/nemo-image-properties-page.c:417
msgid "Copyright"
msgstr ""
#: src/nemo-image-properties-page.c:363
msgid "Created On"
msgstr ""
#: src/nemo-image-properties-page.c:364
msgid "Created By"
msgstr ""
#: src/nemo-image-properties-page.c:365
msgid "Disclaimer"
msgstr ""
#: src/nemo-image-properties-page.c:366
msgid "Warning"
msgstr ""
#: src/nemo-image-properties-page.c:367
msgid "Source"
msgstr ""
#: src/nemo-image-properties-page.c:382
msgid "Camera Brand"
msgstr ""
#: src/nemo-image-properties-page.c:383
msgid "Camera Model"
msgstr ""
#: src/nemo-image-properties-page.c:386
msgid "Date Taken"
msgstr ""
#: src/nemo-image-properties-page.c:387
msgid "Date Digitized"
msgstr ""
#: src/nemo-image-properties-page.c:388
#: libnemo-private/nemo-column-utilities.c:72
msgid "Date Modified"
msgstr ""
#: src/nemo-image-properties-page.c:392
msgid "Exposure Time"
msgstr ""
#: src/nemo-image-properties-page.c:393
msgid "Aperture Value"
msgstr ""
#: src/nemo-image-properties-page.c:394
msgid "ISO Speed Rating"
msgstr ""
#: src/nemo-image-properties-page.c:395
msgid "Flash Fired"
msgstr ""
#: src/nemo-image-properties-page.c:396
msgid "Metering Mode"
msgstr ""
#: src/nemo-image-properties-page.c:397
msgid "Exposure Program"
msgstr ""
#: src/nemo-image-properties-page.c:398
msgid "Focal Length"
msgstr ""
#: src/nemo-image-properties-page.c:399
msgid "Software"
msgstr ""
#: src/nemo-image-properties-page.c:413 src/nemo-query-editor.c:112
#: src/nemo-window-menus.c:1339 libnemo-private/nemo-column-utilities.c:136
msgid "Location"
msgstr ""
#: src/nemo-image-properties-page.c:415
msgid "Keywords"
msgstr ""
#: src/nemo-image-properties-page.c:416
msgid "Creator"
msgstr ""
#: src/nemo-image-properties-page.c:418
msgid "Rating"
msgstr ""
#: src/nemo-image-properties-page.c:441
msgid "Failed to load image information"
msgstr ""
#: src/nemo-image-properties-page.c:706 src/nemo-list-model.c:410
#: src/nemo-tree-sidebar-model.c:1271 src/nemo-window-manage-views.c:1148
#: src/nemo-window-slot.c:202
msgid "Loading..."
msgstr ""
#: src/nemo-image-properties-page.c:767 libnemo-private/nemo-file.c:6322
msgid "Image"
msgstr ""
#: src/nemo-list-model.c:408 src/nemo-tree-sidebar-model.c:1271
msgid "(Empty)"
msgstr ""
#: src/nemo-list-view.c:1720
msgid "Use Default"
msgstr ""
#: src/nemo-list-view.c:1731
msgid "Temporarily disable auto-sort"
msgstr ""
#: src/nemo-list-view.c:2027 libnemo-private/nemo-column-utilities.c:43
msgid "Name"
msgstr ""
#: src/nemo-list-view.c:2096 src/nemo-list-view.c:3621
#: src/nemo-window-menus.c:1364 src/nemo-file-management-properties.glade:14
msgid "List View"
msgstr ""
#: src/nemo-list-view.c:3623
msgid "_List"
msgstr ""
#: src/nemo-list-view.c:3624
msgid "The list view encountered an error."
msgstr ""
#: src/nemo-list-view.c:3625
msgid "The list view encountered an error while starting up."
msgstr ""
#: src/nemo-list-view.c:3626
msgid "Display this location with the list view."
msgstr ""
#: src/nemo-location-bar.c:54 src/nemo-properties-window.c:3121
msgid "Location:"
msgstr ""
#: src/nemo-location-bar.c:55
msgid "Go To:"
msgstr ""
#: src/nemo-location-bar.c:180
#, c-format
msgid "Do you want to view %d location?"
msgid_plural "Do you want to view %d locations?"
msgstr[0] ""
msgstr[1] ""
#: src/nemo-location-bar.c:184 src/nemo-mime-actions.c:1079
#, c-format
msgid "This will open %d separate window."
msgid_plural "This will open %d separate windows."
msgstr[0] ""
msgstr[1] ""
#: src/nemo-mime-actions.c:659
#, c-format
msgid "The Link \"%s\" is Broken."
msgstr ""
#: src/nemo-mime-actions.c:661
#, c-format
msgid "The Link \"%s\" is Broken. Move it to Trash?"
msgstr ""
#: src/nemo-mime-actions.c:667
msgid "This link cannot be used, because it has no target."
msgstr ""
#: src/nemo-mime-actions.c:669
#, c-format
msgid "This link cannot be used, because its target \"%s\" doesn't exist."
msgstr ""
#: src/nemo-mime-actions.c:679 src/nemo-tree-sidebar.c:1343
#: src/nemo-view.c:8070 src/nemo-view.c:8188 src/nemo-view.c:9218
#: src/nemo-view.c:9511
msgid "Mo_ve to Trash"
msgstr ""
#: src/nemo-mime-actions.c:739
#, c-format
msgid "Do you want to run \"%s\", or display its contents?"
msgstr ""
#: src/nemo-mime-actions.c:741
#, c-format
msgid "\"%s\" is an executable text file."
msgstr ""
#: src/nemo-mime-actions.c:747
msgid "Run in _Terminal"
msgstr ""
#: src/nemo-mime-actions.c:748
msgid "_Display"
msgstr ""
#: src/nemo-mime-actions.c:1074 src/nemo-mime-actions.c:1589
#: src/nemo-view.c:1030
msgid "Are you sure you want to open all files?"
msgstr ""
#: src/nemo-mime-actions.c:1076
#, c-format
msgid "This will open %d separate tab."
msgid_plural "This will open %d separate tabs."
msgstr[0] ""
msgstr[1] ""
#: src/nemo-mime-actions.c:1177 src/nemo-view.c:1294
msgid "Open with"
msgstr ""
#: src/nemo-mime-actions.c:1242
msgid "Unknown file type"
msgstr ""
#: src/nemo-mime-actions.c:1245
#, c-format
msgid ""
"The file \"%s\" has no known programs associated with it. If you trust the "
"source of this file, and have sufficient permissions, you can mark it "
"executable and launch it. Or, you can use the Open With dialog to pick a "
"program to associate it with."
msgstr ""
#: src/nemo-mime-actions.c:1262
msgid "Make executable and run"
msgstr ""
#: src/nemo-mime-actions.c:1264
msgid "Choose a program"
msgstr ""
#: src/nemo-mime-actions.c:1342
msgid "Untrusted application launcher"
msgstr ""
#: src/nemo-mime-actions.c:1345
#, c-format
msgid ""
"The application launcher \"%s\" has not been marked as trusted (executable). "
"If you do not know the source of this file, launching it may be unsafe."
msgstr ""
#: src/nemo-mime-actions.c:1361
msgid "_Launch Anyway"
msgstr ""
#: src/nemo-mime-actions.c:1364
msgid "Mark as _Trusted"
msgstr ""
#: src/nemo-mime-actions.c:1590
#, c-format
msgid "This will open %d separate application."
msgid_plural "This will open %d separate applications."
msgstr[0] ""
msgstr[1] ""
#: src/nemo-mime-actions.c:1667 src/nemo-mime-actions.c:1941
#: src/nemo-view.c:7187
msgid "Unable to mount location"
msgstr ""
#: src/nemo-mime-actions.c:2020 src/nemo-view.c:7334
msgid "Unable to start location"
msgstr ""
#: src/nemo-mime-actions.c:2104
#, c-format
msgid "Opening \"%s\"."
msgstr ""
#: src/nemo-mime-actions.c:2107
#, c-format
msgid "Opening %d item."
msgid_plural "Opening %d items."
msgstr[0] ""
msgstr[1] ""
#: src/nemo-notebook.c:371
msgid "Close tab"
msgstr ""
#: src/nemo-places-sidebar.c:372
msgid "Devices"
msgstr ""
#: src/nemo-places-sidebar.c:596 src/nemo-view.c:3060
#, c-format
msgid "Free space: %s"
msgstr ""
#: src/nemo-places-sidebar.c:690
msgid "My Computer"
msgstr ""
#: src/nemo-places-sidebar.c:697
#, c-format
msgid ""
"Open your personal folder\n"
"%s"
msgstr ""
#: src/nemo-places-sidebar.c:701 src/nemo-tree-sidebar.c:1446
#: libnemo-private/nemo-bookmark.c:129 libnemo-private/nemo-desktop-link.c:118
#: libnemo-private/nemo-file-utilities.c:66
msgid "Home"
msgstr ""
#: src/nemo-places-sidebar.c:720
msgid "Open the contents of your desktop in a folder"
msgstr ""
#: src/nemo-places-sidebar.c:769
#, c-format
msgid ""
"Open the contents of the File System\n"
"%s"
msgstr ""
#: src/nemo-places-sidebar.c:773 src/nemo-tree-sidebar.c:1450
msgid "File System"
msgstr ""
#: src/nemo-places-sidebar.c:787 src/nemo-trash-bar.c:191
#: libnemo-private/nemo-desktop-link.c:135
msgid "Trash"
msgstr ""
#: src/nemo-places-sidebar.c:789
msgid "Open the trash"
msgstr ""
#: src/nemo-places-sidebar.c:879
#, c-format
msgid ""
"%s (%s)\n"
"%s"
msgstr ""
#: src/nemo-places-sidebar.c:908
#, c-format
msgid "Mount and open %s (%s)"
msgstr ""