-
Notifications
You must be signed in to change notification settings - Fork 43
/
pix.pot
5077 lines (3954 loc) · 121 KB
/
pix.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-12 10:17+0000\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/ui/browser-preferences.ui:20
#: extensions/image_print/data/ui/print-layout.ui:651
#: extensions/contact_sheet/gth-contact-sheet-theme.c:34
msgid "Caption"
msgstr ""
#: data/ui/browser-preferences.ui:66
msgid "Behavior"
msgstr ""
#: data/ui/browser-preferences.ui:88
msgid "_Single click to open files"
msgstr ""
#: data/ui/browser-preferences.ui:104
msgid "_Double click to open files"
msgstr ""
#: data/ui/browser-preferences.ui:121
msgid "_Open files in fullscreen mode"
msgstr ""
#: data/ui/browser-preferences.ui:158 data/ui/preferences.ui:355
#: pix/dlg-preferences-shortcuts.c:335 pix/gth-shortcuts-window.c:96
#: extensions/exiv2_tools/gth-edit-iptc-page.c:199
#: extensions/gstreamer_tools/main.c:41
msgid "Other"
msgstr ""
#: data/ui/browser-preferences.ui:187
msgid "Thumbnail _size:"
msgstr ""
#: data/ui/browser-preferences.ui:242
msgid "D_etermine image type from content (slower)"
msgstr ""
#: data/ui/code-selector.ui:99
#: extensions/rename_series/data/ui/rename-series.ui:73
msgid "1"
msgstr ""
#: data/ui/code-selector.ui:113
msgid "digits"
msgstr ""
#: data/ui/code-selector.ui:252 pix/gth-main-default-metadata.c:64
#: extensions/image_print/data/ui/print-layout.ui:282
#: extensions/comments/main.c:44 extensions/comments/main.c:170
msgid "Description"
msgstr ""
#: data/ui/code-selector.ui:269
msgid "Edit"
msgstr ""
#: data/ui/code-selector.ui:270 data/ui/code-selector.ui:327
msgid "Default value"
msgstr ""
#: data/ui/code-selector.ui:387
msgid "remove"
msgstr ""
#: data/ui/code-selector.ui:407
msgid "add"
msgstr ""
#: data/ui/extensions-preferences.ui:39
msgid "_Extensions:"
msgstr ""
#: data/ui/file-selection-info.ui:23
msgid "Previous"
msgstr ""
#: data/ui/file-selection-info.ui:61
msgid "Next"
msgstr ""
#: data/ui/filter-editor.ui:20
msgid "Filter _Name:"
msgstr ""
#: data/ui/filter-editor.ui:61 extensions/search/data/ui/search-editor.ui:21
msgid "_Match:"
msgstr ""
#: data/ui/filter-editor.ui:106 extensions/search/data/ui/search-editor.ui:95
msgid "Rules:"
msgstr ""
#: data/ui/filter-editor.ui:164 pix/gth-filter.c:270 pix/gth-filter.c:338
msgid "_Limit to"
msgstr ""
#: data/ui/filter-editor.ui:241
msgid "selected by"
msgstr ""
#: data/ui/histogram-info.ui:26
msgid "Mean:"
msgstr ""
#. Short for "Standard deviation". Try to keep it under the 12 characters in the translation or it will be ellipsized at the end.
#: data/ui/histogram-info.ui:41
msgid "Std dev:"
msgstr ""
#: data/ui/histogram-info.ui:58
msgid "Median:"
msgstr ""
#. After the colon there is the total number of pixels
#: data/ui/histogram-info.ui:127
msgid "Pixels:"
msgstr ""
#. After the colon there is a percentile.
#: data/ui/histogram-info.ui:144
msgctxt "Pixels"
msgid "Max:"
msgstr ""
#. After the colon there is the percentile of selected pixels.
#: data/ui/histogram-info.ui:161
msgctxt "Pixels"
msgid "Selected:"
msgstr ""
#: data/ui/location.ui:23
msgid "_Location:"
msgstr ""
#: data/ui/overwrite-dialog.ui:15
msgid "Overwrite the old file with the new one?"
msgstr ""
#: data/ui/overwrite-dialog.ui:73
msgid "Old File:"
msgstr ""
#: data/ui/overwrite-dialog.ui:145 data/ui/overwrite-dialog.ui:314
msgid "Filename:"
msgstr ""
#: data/ui/overwrite-dialog.ui:160 data/ui/overwrite-dialog.ui:329
#: extensions/image_print/data/ui/print-layout.ui:837
msgid "Size:"
msgstr ""
#: data/ui/overwrite-dialog.ui:177 data/ui/overwrite-dialog.ui:346
msgid "Modified:"
msgstr ""
#: data/ui/overwrite-dialog.ui:242
msgid "New File:"
msgstr ""
#: data/ui/overwrite-dialog.ui:401
msgid "Over_write the old file"
msgstr ""
#: data/ui/overwrite-dialog.ui:418
msgid "Do not overwrite _the old file"
msgstr ""
#: data/ui/overwrite-dialog.ui:435
msgid "Overwrite _all files"
msgstr ""
#: data/ui/overwrite-dialog.ui:452
msgid "_Do not overwrite any file"
msgstr ""
#: data/ui/overwrite-dialog.ui:474
msgid "_Save the new file as:"
msgstr ""
#: data/ui/personalize-filters.ui:20
msgid "_General filter:"
msgstr ""
#: data/ui/personalize-filters.ui:60
msgid "_Other filters:"
msgstr ""
#: data/ui/preferences.ui:12
msgid "below the folder list"
msgstr ""
#: data/ui/preferences.ui:15
msgid "on the right"
msgstr ""
#: data/ui/preferences.ui:22
msgid "Pix Preferences"
msgstr ""
#: data/ui/preferences.ui:98
msgid "Appearance"
msgstr ""
#: data/ui/preferences.ui:123
msgid "T_humbnails in viewer:"
msgstr ""
#: data/ui/preferences.ui:137
msgid "on the bottom"
msgstr ""
#: data/ui/preferences.ui:138
msgid "on the side"
msgstr ""
#: data/ui/preferences.ui:150
msgid "File _properties in browser:"
msgstr ""
#: data/ui/preferences.ui:179
msgid "_Statusbar"
msgstr ""
#: data/ui/preferences.ui:222
msgid "On startup:"
msgstr ""
#: data/ui/preferences.ui:245
msgid "Go to last _visited location"
msgstr ""
#: data/ui/preferences.ui:266
msgid "Go to this _folder:"
msgstr ""
#: data/ui/preferences.ui:296
msgid "Set to C_urrent"
msgstr ""
#: data/ui/preferences.ui:318
msgid "_Reuse the active window to open files"
msgstr ""
#: data/ui/preferences.ui:377
msgid "As_k confirmation before deleting files or catalogs"
msgstr ""
#: data/ui/preferences.ui:392
msgid "Ask whether to save _modified files"
msgstr ""
#: data/ui/preferences.ui:407
msgid "_Store metadata inside files if possible"
msgstr ""
#: data/ui/preferences.ui:440 pix/gth-main-default-types.c:38
#: extensions/catalogs/data/ui/catalog-properties.ui:39
#: extensions/contact_sheet/data/ui/contact-sheet.ui:434
#: extensions/webalbums/data/ui/web-album-exporter.ui:470
#: extensions/edit_metadata/gth-edit-general-page.c:482
msgid "General"
msgstr ""
#: data/ui/shortcuts-preferences.ui:27
msgid "Shortcuts:"
msgstr ""
#: data/ui/shortcuts-preferences.ui:94
msgid "_Restore All…"
msgstr ""
#: data/ui/sort-order.ui:30
msgid "_Inverse order"
msgstr ""
#: data/ui/template-editor-dialog.ui:21
#: extensions/importer/data/ui/import-preferences.ui:164
msgid "Example:"
msgstr ""
#: pix/resources/file-list-menu.ui:7 pix/resources/file-menu.ui:7
#: pix/gth-browser.c:4791 pix/gth-browser.c:4809
msgid "Fullscreen"
msgstr ""
#: pix/resources/folder-menu.ui:7
msgid "Open in New Window"
msgstr ""
#: pix/resources/gears-menu.ui:7
msgid "New Window"
msgstr ""
#: pix/resources/gears-menu.ui:11
msgid "Open Location…"
msgstr ""
#: pix/resources/gears-menu.ui:17 extensions/file_tools/gth-file-tool-save.c:66
msgid "Save"
msgstr ""
#: pix/resources/gears-menu.ui:21
#: extensions/file_tools/gth-file-tool-save-as.c:70
msgid "Save As…"
msgstr ""
#: pix/resources/gears-menu.ui:25 pix/dlg-preferences-shortcuts.c:296
#: pix/dlg-preferences-shortcuts.c:371
msgid "Revert"
msgstr ""
#: pix/resources/gears-menu.ui:31
msgid "Sort By…"
msgstr ""
#: pix/resources/gears-menu.ui:35 pix/gth-location-chooser-dialog.c:194
msgid "Hidden Files"
msgstr ""
#: pix/resources/gears-menu.ui:45 extensions/desktop_background/actions.c:368
msgid "_Preferences"
msgstr ""
#: pix/resources/gears-menu.ui:49
msgid "Keyboard Shortcuts"
msgstr ""
#: pix/resources/gears-menu.ui:53
msgid "_Help"
msgstr ""
#: pix/resources/gears-menu.ui:57
msgid "_About Pix"
msgstr ""
#: pix/resources/history-menu.ui:9
msgid "_Delete History"
msgstr ""
#: data/pix.desktop.in:4
msgid "View and organize your images"
msgstr ""
#: data/pix-import.desktop.in:3
msgid "Import with Pix"
msgstr ""
#: data/pix-import.desktop.in:4
msgid "Import the photos on your camera card"
msgstr ""
#: pix/dlg-favorite-properties.c:99 pix/dlg-preferences-extensions.c:483
#: pix/gth-file-properties.c:595
#: extensions/comments/dlg-comments-preferences.c:68
#: extensions/gstreamer_tools/dlg-media-viewer-preferences.c:75
#: extensions/importer/gth-import-preferences-dialog.c:421
#: extensions/photo_importer/dlg-photo-importer-preferences.c:78
#: extensions/terminal/dlg-terminal-preferences.c:83
msgid "Preferences"
msgstr ""
#: pix/dlg-location.c:239 pix/gth-browser.c:1175 pix/gth-browser.c:6856
#: pix/gth-browser.c:6875 pix/gth-browser.c:6899 pix/gth-vfs-tree.c:393
#, c-format
msgid "Could not load the position “%s”"
msgstr ""
#: pix/dlg-location.c:450 pix/dlg-location.c:460
msgid "Open"
msgstr ""
#: pix/dlg-personalize-filters.c:237
msgid "Filter"
msgstr ""
#: pix/dlg-personalize-filters.c:252
#: extensions/list_tools/dlg-personalize-scripts.c:278
msgid "Show"
msgstr ""
#: pix/dlg-personalize-filters.c:315
msgid "Could not save the filter"
msgstr ""
#: pix/dlg-personalize-filters.c:358
msgid "New Filter"
msgstr ""
#: pix/dlg-personalize-filters.c:387
msgid "Edit Filter"
msgstr ""
#: pix/dlg-personalize-filters.c:519 pix/gth-main-default-types.c:43
msgid "Filters"
msgstr ""
#: pix/dlg-preferences-browser.c:188 pix/dlg-preferences-extensions.c:65
#: pix/gth-shortcuts-window.c:39
msgid "Browser"
msgstr ""
#: pix/dlg-preferences-extensions.c:66
msgid "Viewers"
msgstr ""
#: pix/dlg-preferences-extensions.c:67 pix/gth-file-details.c:42
#: pix/gth-main-default-metadata.c:33
msgid "Metadata"
msgstr ""
#: pix/dlg-preferences-extensions.c:68
msgid "File tools"
msgstr ""
#: pix/dlg-preferences-extensions.c:69
msgid "List tools"
msgstr ""
#: pix/dlg-preferences-extensions.c:70
msgid "Importers"
msgstr ""
#: pix/dlg-preferences-extensions.c:71
msgid "Exporters"
msgstr ""
#: pix/dlg-preferences-extensions.c:368
msgid "Could not activate the extension"
msgstr ""
#: pix/dlg-preferences-extensions.c:374
msgid "Could not deactivate the extension"
msgstr ""
#: pix/dlg-preferences-extensions.c:491
msgid "Pix Development Team"
msgstr ""
#: pix/dlg-preferences-extensions.c:664
msgid "Extensions"
msgstr ""
#: pix/dlg-preferences-extensions.c:713
msgid "Restart required"
msgstr ""
#: pix/dlg-preferences-extensions.c:714
msgid "You need to restart pix for these changes to take effect"
msgstr ""
#: pix/dlg-preferences-extensions.c:715
#: extensions/burn_disc/gth-burn-task.c:405
#: extensions/oauth/oauth-account-chooser-dialog.c:150
msgid "_Continue"
msgstr ""
#: pix/dlg-preferences-extensions.c:716
msgid "_Restart"
msgstr ""
#: pix/dlg-preferences-shortcuts.c:231 pix/gth-accel-button.c:256
#: extensions/list_tools/dlg-personalize-scripts.c:264
msgid "Shortcut"
msgstr ""
#: pix/dlg-preferences-shortcuts.c:369
msgid "Do you want to revert all the changes and use the default shortcuts?"
msgstr ""
#: pix/dlg-preferences-shortcuts.c:577
msgid "Shortcuts"
msgstr ""
#: pix/dlg-sort-order.c:113
msgid "Sort By"
msgstr ""
#: pix/gio-utils.c:1059
#, c-format
msgid "%s of %s"
msgstr ""
#: pix/gio-utils.c:1148
#, c-format
msgid "Moving “%s” to “%s”"
msgstr ""
#: pix/gio-utils.c:1150
#, c-format
msgid "Copying “%s” to “%s”"
msgstr ""
#: pix/gio-utils.c:1561
msgid "Moving files"
msgstr ""
#: pix/gio-utils.c:1561
msgid "Copying files"
msgstr ""
#: pix/gio-utils.c:1562 pix/gio-utils.c:1793 pix/gio-utils.c:1923
msgid "Getting file information"
msgstr ""
#: pix/gio-utils.c:1728
msgid "Deleting files"
msgstr ""
#: pix/gio-utils.c:1869
msgid "Moving files to trash"
msgstr ""
#: pix/glib-utils.c:1114 pix/glib-utils.c:2091 pix/str-utils.c:641
msgid "(invalid value)"
msgstr ""
#: pix/gth-accel-button.c:201
#: extensions/contact_sheet/data/ui/contact-sheet-theme-properties.ui:12
#: extensions/file_tools/gth-file-tool-crop.c:439
#: extensions/file_tools/gth-file-tool-crop.c:469
#: extensions/file_tools/gth-file-tool-resize.c:589
#: extensions/file_tools/gth-file-tool-rotate.c:396
#: extensions/slideshow/main.c:297
msgid "None"
msgstr ""
#: pix/gth-accel-dialog.c:121
msgid "Press a combination of keys to use as shortcut."
msgstr ""
#: pix/gth-accel-dialog.c:122
msgid "Press Esc to cancel"
msgstr ""
#: pix/gth-application.c:52
msgid "Open a new window"
msgstr ""
#: pix/gth-application.c:56
msgid "Start in fullscreen mode"
msgstr ""
#: pix/gth-application.c:60
msgid "Automatically start a presentation"
msgstr ""
#: pix/gth-application.c:64
msgid "Automatically import digital camera photos"
msgstr ""
#: pix/gth-application.c:68
msgid "Show version"
msgstr ""
#: pix/gth-application.c:71
msgid "[FILE…] [DIRECTORY…]"
msgstr ""
#: pix/gth-application.c:105 pix/gth-browser.c:428
#: pix/gth-progress-dialog.c:413
msgid "Pix"
msgstr ""
#: pix/gth-application.c:168
msgid "— Image browser and viewer"
msgstr ""
#: pix/gth-browser-actions-callbacks.c:101
msgid ""
"Pix is free software; you can redistribute it and/or modify it under the "
"terms of the GNU General Public License as published by the Free Software "
"Foundation; either version 2 of the License, or (at your option) any later "
"version."
msgstr ""
#: pix/gth-browser-actions-callbacks.c:105
msgid ""
"Pix is distributed in the hope that it will be useful, but WITHOUT ANY "
"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS "
"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more "
"details."
msgstr ""
#: pix/gth-browser-actions-callbacks.c:109
msgid ""
"You should have received a copy of the GNU General Public License along with "
"Pix. If not, see http://www.gnu.org/licenses/."
msgstr ""
#: pix/gth-browser-actions-callbacks.c:127
msgid "An image viewer and browser."
msgstr ""
#: pix/gth-browser-actions-callbacks.c:130
msgid "translator-credits"
msgstr ""
#: pix/gth-browser.c:413
msgid "[modified]"
msgstr ""
#: pix/gth-browser.c:913
#, c-format
msgid "%s of free space"
msgstr ""
#: pix/gth-browser.c:1907 pix/gth-browser.c:1923
#, c-format
msgid "No suitable module found for %s"
msgstr ""
#: pix/gth-browser.c:1984 extensions/file_tools/gth-file-tool-curves.c:533
#: extensions/gstreamer_tools/actions.c:69
#: extensions/image_viewer/gth-image-viewer-page.c:1632
msgid "Could not save the file"
msgstr ""
#: pix/gth-browser.c:2028
#, c-format
msgid "Save changes to file “%s”?"
msgstr ""
#: pix/gth-browser.c:2033
msgid "If you don’t save, changes to the file will be permanently lost."
msgstr ""
#: pix/gth-browser.c:2034
msgid "Do _Not Save"
msgstr ""
#: pix/gth-browser.c:2524 pix/gth-browser.c:4817
msgid "Accept"
msgstr ""
#: pix/gth-browser.c:2524
msgid "_Close"
msgstr ""
#: pix/gth-browser.c:3063
msgid "Could not change name"
msgstr ""
#: pix/gth-browser.c:3557
msgid "Modified"
msgstr ""
#: pix/gth-browser.c:4739
msgid "Go to the previous visited location"
msgstr ""
#: pix/gth-browser.c:4745
msgid "Go to the next visited location"
msgstr ""
#: pix/gth-browser.c:4753
msgid "History"
msgstr ""
#: pix/gth-browser.c:4767
msgid "View the folders"
msgstr ""
#: pix/gth-browser.c:4776 pix/gth-browser.c:4888 pix/gth-file-properties.c:274
#: extensions/catalogs/callbacks.c:78
#: extensions/catalogs/dlg-catalog-properties.c:205
msgid "Properties"
msgstr ""
#: pix/gth-browser.c:4782
msgid "Edit file"
msgstr ""
#: pix/gth-browser.c:4873 pix/gth-progress-dialog.c:310
#: pix/gth-progress-dialog.c:455
msgid "Operations"
msgstr ""
#: pix/gth-browser.c:5814 pix/gth-browser.c:5857 pix/gth-progress-dialog.c:429
#: extensions/file_manager/actions.c:410
#: extensions/file_manager/callbacks.c:561
#: extensions/file_manager/callbacks.c:991
#: extensions/find_duplicates/gth-find-duplicates.c:788
msgid "Could not perform the operation"
msgstr ""
#: pix/gth-browser.c:6857
msgid "File type not supported"
msgstr ""
#: pix/gth-browser.c:6900
msgid "No suitable module found"
msgstr ""
#: pix/gth-buffer-data.c:84 extensions/cairo_io/gth-image-saver-tga.c:260
#: extensions/cairo_io/gth-image-saver-tiff.c:442
msgid "Insufficient memory"
msgstr ""
#: pix/gth-extensions.c:206
#, c-format
msgid "Could not open the module “%s”: %s"
msgstr ""
#: pix/gth-extensions.c:759
#, c-format
msgid "The extension “%1$s” is required by the extension “%2$s”"
msgstr ""
#: pix/gth-file-chooser-dialog.c:145
msgid "All Supported Files"
msgstr ""
#: pix/gth-file-chooser-dialog.c:195
msgid "_Show Format Options"
msgstr ""
#: pix/gth-file-chooser-dialog.c:258
#: extensions/file_tools/data/ui/crop-options.ui:31
#: extensions/file_tools/data/ui/resize-options.ui:9
#: extensions/file_tools/data/ui/rotate-options.ui:9
#: extensions/file_tools/gth-file-tool-crop.c:661
#: extensions/file_tools/gth-file-tool-resize.c:759
#: extensions/file_tools/gth-file-tool-rotate.c:617
msgid "Options"
msgstr ""
#: pix/gth-file-comment.c:136 extensions/comments/main.c:37
#: extensions/edit_metadata/callbacks.c:56
#: extensions/edit_metadata/callbacks.c:88
#: extensions/edit_metadata/callbacks.c:101
#: extensions/edit_metadata/gth-edit-comment-dialog.c:124
#: extensions/webalbums/dlg-web-exporter.c:46
#: extensions/webalbums/dlg-web-exporter.c:296
msgid "Comment"
msgstr ""
#: pix/gth-file-list.c:41 pix/gth-folder-tree.c:1187
msgid "No file"
msgstr ""
#: pix/gth-file-list.c:577 pix/gth-folder-tree.c:1161
#: extensions/oauth/data/ui/oauth-ask-authorization.ui:54
msgid "Loading…"
msgstr ""
#: pix/gth-file-source-vfs.c:298
msgid "Computer"
msgstr ""
#: pix/gth-file-source-vfs.c:305 extensions/file_manager/callbacks.c:735
msgid "Home Folder"
msgstr ""
#: pix/gth-file-source-vfs.c:786 extensions/importer/gth-import-task.c:642
msgid "Could not delete the files"
msgstr ""
#: pix/gth-file-source-vfs.c:890
msgid ""
"The files cannot be moved to the Trash. Do you want to delete them "
"permanently?"
msgstr ""
#: pix/gth-file-source-vfs.c:901
msgid "Could not move the files to the Trash"
msgstr ""
#: pix/gth-file-source-vfs.c:946
#, c-format
msgid "Are you sure you want to permanently delete “%s”?"
msgstr ""
#: pix/gth-file-source-vfs.c:949
#, c-format
msgid "Are you sure you want to permanently delete the %'d selected file?"
msgid_plural ""
"Are you sure you want to permanently delete the %'d selected files?"
msgstr[0] ""
msgstr[1] ""
#: pix/gth-file-source-vfs.c:959
msgid "If you delete a file, it will be permanently lost."
msgstr ""
#: pix/gth-filterbar.c:391
#: extensions/photo_importer/data/ui/photo-importer.ui:54
msgid "S_how:"
msgstr ""
#: pix/gth-filterbar.c:526
msgid "All"
msgstr ""
#: pix/gth-filterbar.c:556 pix/gth-test-aspect-ratio.c:193
#: extensions/list_tools/data/ui/tools-menu.ui:15
msgid "Personalize…"
msgstr ""
#: pix/gth-filter.c:43 pix/gth-filter-editor-dialog.c:180
#: pix/gth-test-simple.c:78
msgid "kB"
msgstr ""
#: pix/gth-filter.c:44 pix/gth-filter-editor-dialog.c:181
#: pix/gth-test-simple.c:79
msgid "MB"
msgstr ""
#: pix/gth-filter.c:45 pix/gth-filter-editor-dialog.c:182
#: pix/gth-test-simple.c:80
msgid "GB"
msgstr ""
#: pix/gth-filter.c:287 pix/gth-filter-editor-dialog.c:179
msgid "files"
msgstr ""
#: pix/gth-filter-editor-dialog.c:167 extensions/search/gth-search-editor.c:117
msgid "all the following rules"
msgstr ""
#: pix/gth-filter-editor-dialog.c:168 extensions/search/gth-search-editor.c:118
msgid "any of the following rules"
msgstr ""
#: pix/gth-filter-editor-dialog.c:226
msgid "ascending"
msgstr ""
#: pix/gth-filter-editor-dialog.c:227
msgid "descending"
msgstr ""
#: pix/gth-filter-editor-dialog.c:467 pix/gth-folder-tree.c:1926
#: extensions/catalogs/actions.c:89 extensions/catalogs/actions.c:212
#: extensions/catalogs/dlg-add-to-catalog.c:376
#: extensions/catalogs/dlg-add-to-catalog.c:541
#: extensions/file_manager/actions.c:71
#: extensions/file_tools/gth-file-tool-curves.c:373
#: extensions/list_tools/gth-script-editor-dialog.c:295
msgid "No name specified"
msgstr ""
#: pix/gth-filter-editor-dialog.c:521
msgid "No limit specified"
msgstr ""
#: pix/gth-filter-grid.c:573 extensions/file_tools/gth-file-tool-resize.c:185
#: extensions/resize_images/dlg-resize-images.c:169
msgid "Resizing images"
msgstr ""
#: pix/gth-folder-tree.c:1467
msgid "(Open Parent)"
msgstr ""
#: pix/gth-folder-tree.c:1933 extensions/catalogs/actions.c:96
#: extensions/catalogs/actions.c:219
#: extensions/catalogs/dlg-add-to-catalog.c:383
#: extensions/catalogs/dlg-add-to-catalog.c:548
#: extensions/file_manager/actions.c:78
#: extensions/file_tools/gth-file-tool-curves.c:380
#, c-format
msgid "Invalid name. The following characters are not allowed: %s"
msgstr ""
#: pix/gth-folder-tree.c:1973 extensions/catalogs/callbacks.c:73
#: extensions/file_manager/callbacks.c:82
#: extensions/file_manager/callbacks.c:109
#: extensions/file_manager/callbacks.c:126
#: extensions/rename_series/dlg-rename-series.c:771
msgid "Rename"
msgstr ""
#: pix/gth-folder-tree.c:1974
msgid "Enter the new name:"
msgstr ""
#: pix/gth-folder-tree.c:1976 extensions/rename_series/dlg-rename-series.c:781
msgid "_Rename"
msgstr ""
#: pix/gth-histogram-view.c:838 extensions/file_tools/gth-curve-editor.c:894
msgid "Linear scale"
msgstr ""
#: pix/gth-histogram-view.c:850 extensions/file_tools/gth-curve-editor.c:906
msgid "Logarithmic scale"
msgstr ""
#: pix/gth-histogram-view.c:870 extensions/file_tools/gth-curve-editor.c:926
msgid "Channel:"
msgstr ""
#: pix/gth-histogram-view.c:891 extensions/file_tools/gth-curve-editor.c:948
msgid "Value"
msgstr ""
#: pix/gth-histogram-view.c:896 extensions/file_tools/gth-curve-editor.c:953
msgid "Red"
msgstr ""
#: pix/gth-histogram-view.c:901 extensions/file_tools/gth-curve-editor.c:958
msgid "Green"
msgstr ""
#: pix/gth-histogram-view.c:906 extensions/file_tools/gth-curve-editor.c:963
msgid "Blue"
msgstr ""
#: pix/gth-histogram-view.c:911
msgid "Alpha"
msgstr ""
#: pix/gth-histogram-view.c:917
msgid "RGB"
msgstr ""
#: pix/gth-image-list-task.c:144
msgid "Could not rename the file"
msgstr ""
#: pix/gth-image-loader.c:258 pix/gth-image-loader.c:390
#: pix/gth-image-utils.c:117 pix/gth-image-utils.c:123
#: extensions/image_print/gth-image-print-job.c:1921
msgid "No suitable loader available for this file type"
msgstr ""
#: pix/gth-image-saver.c:39
msgid "No options available for this file type"
msgstr ""
#: pix/gth-image-saver.c:185
#, c-format
msgid "Could not find a suitable module to save the image as “%s”"
msgstr ""
#: pix/gth-load-file-data-task.c:111
msgid "Reading file information"
msgstr ""
#: pix/gth-location-chooser.c:274 pix/gth-main-default-metadata.c:46
#: extensions/contact_sheet/dlg-contact-sheet.c:43
#: extensions/webalbums/dlg-web-exporter.c:37
msgid "Location"
msgstr ""
#: pix/gth-location-chooser.c:572
msgid "Locations"
msgstr ""
#: pix/gth-location-chooser.c:617 pix/gth-template-selector.c:434
#: extensions/file_tools/gth-file-tool-crop.c:455
#: extensions/file_tools/gth-file-tool-resize.c:607
msgid "Other…"
msgstr ""
#: pix/gth-main-default-metadata.c:32
#: extensions/find_duplicates/data/ui/find-duplicates-dialog.ui:366
msgid "File"
msgstr ""
#: pix/gth-main-default-metadata.c:39
msgid "Name"
msgstr ""
#: pix/gth-main-default-metadata.c:40 pix/gth-main-default-tests.c:351
msgid "Size"
msgstr ""
#: pix/gth-main-default-metadata.c:41
msgid "Bytes"
msgstr ""
#: pix/gth-main-default-metadata.c:43
msgid "Modified Date & Time"
msgstr ""
#: pix/gth-main-default-metadata.c:44
msgid "Type"