-
Notifications
You must be signed in to change notification settings - Fork 151
/
nemo-extensions.pot
1781 lines (1397 loc) · 41.3 KB
/
nemo-extensions.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: 2023-12-15 14:48+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: nemo-audio-tab/nemo-extension/nemo-audio-tab.py:41
msgid "Audio"
msgstr ""
#: nemo-audio-tab/nemo-extension/nemo-audio-tab.py:68
msgid "No Info"
msgstr ""
#: nemo-audio-tab/nemo-extension/nemo-audio-tab.glade.h:1
msgid "Title:"
msgstr ""
#: nemo-audio-tab/nemo-extension/nemo-audio-tab.glade.h:2
msgid "Artist:"
msgstr ""
#: nemo-audio-tab/nemo-extension/nemo-audio-tab.glade.h:3
msgid "Album:"
msgstr ""
#: nemo-audio-tab/nemo-extension/nemo-audio-tab.glade.h:4
msgid "Album Artist:"
msgstr ""
#: nemo-audio-tab/nemo-extension/nemo-audio-tab.glade.h:5
msgid "Genre:"
msgstr ""
#: nemo-audio-tab/nemo-extension/nemo-audio-tab.glade.h:6
msgid "Year:"
msgstr ""
#: nemo-audio-tab/nemo-extension/nemo-audio-tab.glade.h:7
msgid "Track #:"
msgstr ""
#: nemo-audio-tab/nemo-extension/nemo-audio-tab.glade.h:8
msgid "Length:"
msgstr ""
#: nemo-audio-tab/nemo-extension/nemo-audio-tab.glade.h:9
msgid "Bitrate:"
msgstr ""
#: nemo-audio-tab/nemo-extension/nemo-audio-tab.glade.h:10
msgid "Sample Rate:"
msgstr ""
#: nemo-audio-tab/nemo-extension/nemo-audio-tab.glade.h:11
msgid "Encoded by:"
msgstr ""
#: nemo-audio-tab/nemo-extension/nemo-audio-tab.glade.h:12
msgid "Copyright:"
msgstr ""
#: nemo-compare/src/nemo-compare-preferences.py:99
msgid "Nemo Compare"
msgstr ""
#: nemo-compare/src/nemo-compare-preferences.py:107
msgid "Normal Diff"
msgstr ""
#: nemo-compare/src/nemo-compare-preferences.py:122
msgid "Three-Way Diff"
msgstr ""
#: nemo-compare/src/nemo-compare-preferences.py:137
msgid "N-Way Diff"
msgstr ""
#: nemo-compare/src/nemo-compare.py:112 nemo-compare/src/nemo-compare.py:135
#: nemo-compare/src/nemo-compare.py:114 nemo-compare/src/nemo-compare.py:137
msgid "Compare to: "
msgstr ""
#: nemo-compare/src/nemo-compare.py:113 nemo-compare/src/nemo-compare.py:136
#: nemo-compare/src/nemo-compare.py:115 nemo-compare/src/nemo-compare.py:138
msgid "Compare to the file previously selected"
msgstr ""
#: nemo-compare/src/nemo-compare.py:122 nemo-compare/src/nemo-compare.py:124
msgid "Compare Later"
msgstr ""
#: nemo-compare/src/nemo-compare.py:123 nemo-compare/src/nemo-compare.py:125
msgid "Remember file for later comparison"
msgstr ""
#: nemo-compare/src/nemo-compare.py:147 nemo-compare/src/nemo-compare.py:149
msgid "Compare"
msgstr ""
#: nemo-compare/src/nemo-compare.py:148 nemo-compare/src/nemo-compare.py:150
msgid "Compare selected files"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Art"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Camera"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Danger"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Default"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Development"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Documents"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Downloads"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Favorite"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Games"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Generic"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Important"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Installed"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Mail"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Marketing"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Money"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Multimedia"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "New"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Note"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Ohno"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Package"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "People"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Personal"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Photos"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Plan"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Presentation"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Sales"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Sound"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "System"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Urgent"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Videos"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:50
#: nemo-emblems/nemo-extension/nemo-emblems.py:58
#: nemo-emblems/nemo-extension/nemo-emblems.py:55
msgid "Web"
msgstr ""
#: nemo-emblems/nemo-extension/nemo-emblems.py:88
#: nemo-emblems/nemo-extension/nemo-emblems.py:100
#: nemo-emblems/nemo-extension/nemo-emblems.py:108
#: nemo-emblems/nemo-extension/nemo-emblems.py:105
msgid "Emblems"
msgstr ""
#: nemo-fileroller/src/nemo-fileroller.c:335
msgid "Extract Here"
msgstr ""
#: nemo-fileroller/src/nemo-fileroller.c:337
msgid "Extract the selected archive to the current position"
msgstr ""
#: nemo-fileroller/src/nemo-fileroller.c:355
msgid "Extract To..."
msgstr ""
#: nemo-fileroller/src/nemo-fileroller.c:356
msgid "Extract the selected archive"
msgstr ""
#: nemo-fileroller/src/nemo-fileroller.c:375
msgid "Compress..."
msgstr ""
#: nemo-fileroller/src/nemo-fileroller.c:376
msgid "Create a compressed archive with the selected objects"
msgstr ""
#: nemo-gtkhash/src/callbacks.c:47
msgid "Save Digests"
msgstr ""
#: nemo-gtkhash/src/callbacks.c:236
msgid "A GTK+ utility for computing message digests or checksums."
msgstr ""
#: nemo-gtkhash/src/callbacks.c:240
msgid "translator-credits"
msgstr ""
#: nemo-gtkhash/src/callbacks.c:262
msgid "Select Files"
msgstr ""
#: nemo-gtkhash/src/gui.c:293
#, c-format
msgid "Failed to read \"%s\""
msgstr ""
#: nemo-gtkhash/src/gui.c:310
#, c-format
msgid ""
"Failed to read \"%s\":\n"
"%s"
msgstr ""
#: nemo-gtkhash/src/gui.c:359
msgid "Not a regular file"
msgstr ""
#: nemo-gtkhash/src/gui.c:381
msgid "Unknown error"
msgstr ""
#: nemo-gtkhash/src/gui.c:383
#, c-format
msgid ""
"Failed to add \"%s\":\n"
"%s"
msgstr ""
#: nemo-gtkhash/src/hash.c:74 nemo-gtkhash/src/nautilus/properties-hash.c:61
#, c-format
msgid "%s of %s - 1 minute left (%s/sec)"
msgstr ""
#: nemo-gtkhash/src/hash.c:77 nemo-gtkhash/src/nautilus/properties-hash.c:64
#, c-format
msgid "%s of %s - %u minutes left (%s/sec)"
msgstr ""
#: nemo-gtkhash/src/hash.c:81 nemo-gtkhash/src/nautilus/properties-hash.c:68
#, c-format
msgid "%s of %s - 1 second left (%s/sec)"
msgstr ""
#: nemo-gtkhash/src/hash.c:84 nemo-gtkhash/src/nautilus/properties-hash.c:71
#, c-format
msgid "%s of %s - %u seconds left (%s/sec)"
msgstr ""
#: nemo-gtkhash/src/main.c:86
msgid "Check against the specified digest or checksum"
msgstr ""
#: nemo-gtkhash/src/main.c:86
msgid "DIGEST"
msgstr ""
#: nemo-gtkhash/src/main.c:90
msgid "Read program data from the specified directory"
msgstr ""
#: nemo-gtkhash/src/main.c:90
msgid "DIRECTORY"
msgstr ""
#: nemo-gtkhash/src/main.c:94
msgid "Hash the specified text"
msgstr ""
#: nemo-gtkhash/src/main.c:94
msgid "TEXT"
msgstr ""
#: nemo-gtkhash/src/main.c:98
msgid "Show version information"
msgstr ""
#: nemo-gtkhash/src/main.c:102
msgid "[FILE|URI...]"
msgstr ""
#: nemo-gtkhash/src/prefs.c:76
msgid "Failed to enable any supported hash functions."
msgstr ""
#: nemo-gtkhash/src/nautilus/properties.c:436
#: nemo-gtkhash/src/nautilus/properties.c:439
#: nemo-gtkhash/src/nautilus/properties.c:441
msgid "Digests"
msgstr ""
#: nemo-image-converter/src/nemo-image-converter.c:121
msgid "_Resize Images..."
msgstr ""
#: nemo-image-converter/src/nemo-image-converter.c:122
msgid "Resize each selected image"
msgstr ""
#: nemo-image-converter/src/nemo-image-converter.c:131
msgid "Ro_tate Images..."
msgstr ""
#: nemo-image-converter/src/nemo-image-converter.c:132
msgid "Rotate each selected image"
msgstr ""
#: nemo-image-converter/src/nemo-image-resizer.c:211
#: nemo-image-converter/src/nemo-image-rotator.c:208
msgid "_Skip"
msgstr ""
#: nemo-image-converter/src/nemo-image-resizer.c:213
#: nemo-image-converter/src/nemo-image-rotator.c:210
msgid "_Retry"
msgstr ""
#: nemo-image-converter/src/nemo-image-resizer.c:291
#, c-format
msgid "Resizing image: %d of %d"
msgstr ""
#: nemo-image-converter/src/nemo-image-resizer.c:296
#, c-format
msgid "<i>Resizing \"%s\"</i>"
msgstr ""
#: nemo-image-converter/src/nemo-image-resizer.c:314
#: nemo-image-converter/src/nemo-image-rotator.c:313
msgid "Please enter a valid filename suffix!"
msgstr ""
#: nemo-image-converter/src/nemo-image-rotator.c:290
#, c-format
msgid "Rotating image: %d of %d"
msgstr ""
#: nemo-image-converter/src/nemo-image-rotator.c:295
#, c-format
msgid "<i>Rotating \"%s\"</i>"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:1
msgid "Resize Images"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:2
msgid "<b>Image Size</b>"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:3
msgid "Select a size:"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:4
msgid "16x16"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:5
msgid "32x32"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:6
msgid "48x48"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:7
msgid "96x96"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:8
msgid "128x128"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:9
msgid "640x480"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:10
msgid "800x600"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:11
msgid "1024x768"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:12
msgid "1280x960"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:13
msgid "pixels"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:14
msgid "Scale:"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:15
msgid "percent"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:16
msgid "Custom size:"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:17
msgid "Width:"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:18
msgid "Height:"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:19
#: nemo-image-converter/data/nemo-image-rotate.ui.h:6
msgid "<b>Filename</b>"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:20
#: nemo-image-converter/data/nemo-image-rotate.ui.h:7
msgid "Append"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:21
msgid ".resized"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:22
#: nemo-image-converter/data/nemo-image-rotate.ui.h:9
msgid "to file title"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:23
msgid "Resize in place"
msgstr ""
#: nemo-image-converter/data/nemo-image-resize.ui.h:24
msgid "_Resize"
msgstr ""
#: nemo-image-converter/data/nemo-image-rotate.ui.h:1
msgid "Rotate Images"
msgstr ""
#: nemo-image-converter/data/nemo-image-rotate.ui.h:2
msgid "<b>Image Rotation</b>"
msgstr ""
#: nemo-image-converter/data/nemo-image-rotate.ui.h:3
msgid "Select an angle:"
msgstr ""
#: nemo-image-converter/data/nemo-image-rotate.ui.h:4
msgid "Custom angle:"
msgstr ""
#: nemo-image-converter/data/nemo-image-rotate.ui.h:5
msgid "degrees clockwise"
msgstr ""
#: nemo-image-converter/data/nemo-image-rotate.ui.h:8
msgid ".rotated"
msgstr ""
#: nemo-image-converter/data/nemo-image-rotate.ui.h:10
msgid "Rotate in place"
msgstr ""
#: nemo-image-converter/data/nemo-image-rotate.ui.h:11
msgid "_Rotate"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:73
#: nemo-media-columns/nemo-media-columns.py:92
msgid "Title"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:74
#: nemo-media-columns/nemo-media-columns.py:93
msgid "Album"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:75
#: nemo-media-columns/nemo-media-columns.py:94
msgid "Artist"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:76
#: nemo-media-columns/nemo-media-columns.py:95
msgid "Track"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:77
#: nemo-media-columns/nemo-media-columns.py:96
msgid "Genre"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:78
#: nemo-media-columns/nemo-media-columns.py:97
msgid "Date"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:79
#: nemo-media-columns/nemo-media-columns.py:98
msgid "Bitrate"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:80
#: nemo-media-columns/nemo-media-columns.py:99
msgid "Pages"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:81
#: nemo-media-columns/nemo-media-columns.py:100
msgid "Sample Rate"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:82
#: nemo-media-columns/nemo-media-columns.py:101
msgid "Length"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:83
#: nemo-media-columns/nemo-media-columns.py:104
msgid "EXIF Date"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:84
#: nemo-media-columns/nemo-media-columns.py:105
msgid "EXIF Software"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:85
#: nemo-media-columns/nemo-media-columns.py:106
msgid "EXIF Flash"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:86
#: nemo-media-columns/nemo-media-columns.py:107
msgid "EXIF Image Size"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:87
#: nemo-media-columns/nemo-media-columns.py:108
msgid "EXIF Rating"
msgstr ""
#: nemo-media-columns/nemo-media-columns.py:88
#: nemo-media-columns/nemo-media-columns.py:109
msgid "Image Size"
msgstr ""
#: nemo-pastebin/data/nemo-pastebin-configurator.ui.h:1
msgid "Nemo Pastebin"
msgstr ""
#: nemo-pastebin/data/nemo-pastebin-configurator.ui.h:2
msgid "Pastebin"
msgstr ""
#: nemo-pastebin/data/nemo-pastebin-configurator.ui.h:3
msgid "Open the browser"
msgstr ""
#: nemo-pastebin/data/nemo-pastebin-configurator.ui.h:4
msgid "Show a notification"
msgstr ""
#: nemo-pastebin/data/nemo-pastebin-configurator.ui.h:5
msgid "Username"
msgstr ""
#: nemo-pastebin/data/nemo-pastebin-configurator.ui.h:6
msgid "Password"
msgstr ""
#: nemo-pastebin/data/nemo-pastebin-configurator.ui.h:7
msgid "Author"
msgstr ""
#: nemo-preview/src/libnemo-preview/nemo-preview-file-loader.c:639
#, c-format
msgid "%d item"
msgid_plural "%d items"
msgstr[0] ""
msgstr[1] ""
#: nemo-preview/src/libnemo-preview/nemo-preview-file-loader.c:651
msgid "Empty Folder"
msgstr ""
#: nemo-preview/src/js/ui/fallbackRenderer.js:123
#: nemo-preview/src/js/ui/fallbackRenderer.js:125
msgid "Type"
msgstr ""
#: nemo-preview/src/js/ui/fallbackRenderer.js:124
#: nemo-preview/src/js/ui/fallbackRenderer.js:133
#: nemo-preview/src/js/ui/fallbackRenderer.js:139
#: nemo-preview/src/js/ui/spinnerBox.js:60
#: nemo-preview/src/js/ui/fallbackRenderer.js:126
#: nemo-preview/src/js/ui/fallbackRenderer.js:135
#: nemo-preview/src/js/ui/fallbackRenderer.js:141
#: nemo-preview/src/js/ui/spinnerBox.js:61
msgid "Loading..."
msgstr ""
#: nemo-preview/src/js/ui/fallbackRenderer.js:132
#: nemo-preview/src/js/ui/fallbackRenderer.js:134
msgid "Size"
msgstr ""
#: nemo-preview/src/js/ui/fallbackRenderer.js:138
#: nemo-preview/src/js/ui/fallbackRenderer.js:140
msgid "Modified"
msgstr ""
#: nemo-preview/src/js/viewers/audio.js:176
#: nemo-preview/src/js/viewers/audio.js:177
#: nemo-preview/src/js/viewers/audio.js:179
msgid "from"
msgstr ""
#: nemo-preview/src/js/viewers/audio.js:178
#: nemo-preview/src/js/viewers/audio.js:179
#: nemo-preview/src/js/viewers/audio.js:181
msgid "by"
msgstr ""
#: nemo-preview/src/js/viewers/xreader.js:81
#: nemo-preview/src/js/viewers/xreader.js:82
#, javascript-format
msgid "%d of %d"
msgstr ""
#: nemo-repairer/src/encoding-dialog.c:195
#, c-format
msgid ""
"<span size=\"larger\">The selected \"%s\" is invalid encoding.</span>\n"
"<span size=\"larger\">Please choose another one.</span>"
msgstr ""
#: nemo-repairer/src/nemo-filename-repairer.c:120
#, c-format
msgid ""
"<span size=\"larger\" weight=\"bold\">There was an error renaming the file "
"to \"%s\"</span>"
msgstr ""
#: nemo-repairer/src/nemo-filename-repairer.c:157
#, c-format
msgid ""
"<span size=\"larger\" weight=\"bold\">A file named \"%s\" already exists.</"
"span>"
msgstr ""
#: nemo-repairer/src/nemo-filename-repairer.c:160
#, c-format
msgid ""
"If you want to rename the selected file, please move or rename \"%s\" first."
msgstr ""
#: nemo-repairer/src/nemo-filename-repairer.c:217
msgid "Repair filename ..."
msgstr ""
#: nemo-repairer/src/nemo-filename-repairer.c:218
msgid "Repair filename"
msgstr ""
#: nemo-repairer/src/nemo-filename-repairer.c:265
#, c-format
msgid "Re_name as \"%s\""
msgstr ""
#: nemo-repairer/src/nemo-filename-repairer.c:266
#, c-format
msgid "Rename as \"%s\"."
msgstr ""
#: nemo-repairer/src/nemo-filename-repairer.c:410
msgid "Select a filename"
msgstr ""
#: nemo-repairer/src/nemo-filename-repairer.c:411
msgid "Select a filename from sub menu items."
msgstr ""
#: nemo-repairer/src/repair-dialog.c:82
msgid "Arabic - CP1256"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:83
msgid "Baltic - CP1257"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:84
msgid "Central European latin - CP1250"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:85
msgid "Chinese simplified - CP936"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:86
msgid "Chinese traditional - CP950"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:87
msgid "Cyrillic - CP1251"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:88
msgid "Greek - CP1253"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:89
msgid "Hebrew - CP1255"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:90
msgid "Japanese - CP932"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:91
msgid "Korean - CP949"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:92
msgid "Thai - CP874"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:93
msgid "Turkish - CP1254"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:94
msgid "Vietnamese - CP1258"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:95
msgid "Western European latin - CP1252"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:96
msgid "IBM PC (MS-DOS) - CP437"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:211
#, c-format
msgid ""
"<span size=\"larger\" weight=\"bold\">There was an error renaming \"%s\" to "
"\"%s\"</span>"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:316
msgid "Other ..."
msgstr ""
#: nemo-repairer/src/repair-dialog.c:722
msgid "As is"
msgstr ""
#: nemo-repairer/src/repair-dialog.c:729
msgid "To be"
msgstr ""
#: nemo-repairer/src/repairer.c:50
msgid "Nemo Filename Repairer: Select Files To Rename"
msgstr ""
#: nemo-repairer/src/encoding-dialog.ui.h:1
msgid "Select an encoding name to use"
msgstr ""
#: nemo-repairer/src/encoding-dialog.ui.h:2
msgid "_Encoding name to add: "
msgstr ""
#: nemo-repairer/src/repair-dialog.ui.h:1
msgid "Nemo Filename Repairer"
msgstr ""
#: nemo-repairer/src/repair-dialog.ui.h:2
msgid "Select _encoding:"
msgstr ""
#: nemo-repairer/src/repair-dialog.ui.h:3
msgid "Include _subdirectories"
msgstr ""
#: nemo-seahorse/tool/seahorse-notification.c:569
msgid "Key Imported"
msgid_plural "Keys Imported"
msgstr[0] ""
msgstr[1] ""
#: nemo-seahorse/tool/seahorse-notification.c:573
#, c-format
msgid "Imported %i key"
msgid_plural "Imported %i keys"
msgstr[0] ""
msgstr[1] ""
#: nemo-seahorse/tool/seahorse-notification.c:575
msgid "Imported a key for"
msgid_plural "Imported keys for"
msgstr[0] ""
msgstr[1] ""
#: nemo-seahorse/tool/seahorse-notification.c:603
#, c-format
msgid "Signed by <i><key id='%s'/> <b>expired</b></i> on %s."
msgstr ""
#: nemo-seahorse/tool/seahorse-notification.c:604
msgid "Invalid Signature"
msgstr ""
#: nemo-seahorse/tool/seahorse-notification.c:610
#, c-format
msgid "Signed by <i><key id='%s'/></i> on %s <b>Expired</b>."
msgstr ""
#: nemo-seahorse/tool/seahorse-notification.c:611
msgid "Expired Signature"
msgstr ""
#: nemo-seahorse/tool/seahorse-notification.c:617
#, c-format
msgid "Signed by <i><key id='%s'/> <b>Revoked</b></i> on %s."
msgstr ""
#: nemo-seahorse/tool/seahorse-notification.c:618
msgid "Revoked Signature"
msgstr ""
#: nemo-seahorse/tool/seahorse-notification.c:625
msgid "Good Signature"
msgstr ""
#: nemo-seahorse/tool/seahorse-notification.c:626
#, c-format
msgid "Signed by <i><key id='%s'/></i> on %s."
msgstr ""
#: nemo-seahorse/tool/seahorse-notification.c:628
msgid "Untrusted Valid Signature"
msgstr ""