-
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy patheom.pot
More file actions
1533 lines (1191 loc) · 31.5 KB
/
eom.pot
File metadata and controls
1533 lines (1191 loc) · 31.5 KB
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 MATE Desktop Environment team
# This file is distributed under the same license as the eom package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: eom 1.28.1\n"
"Report-Msgid-Bugs-To: https://github.com/mate-desktop/eom/issues\n"
"POT-Creation-Date: 2026-04-02 11:09+0200\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=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: cut-n-paste/toolbar-editor/egg-editable-toolbar.c:942
#, c-format
msgid "Show “_%s”"
msgstr ""
#: cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1417
msgid "_Move on Toolbar"
msgstr ""
#: cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1418
msgid "Move the selected item on the toolbar"
msgstr ""
#: cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1419
msgid "_Remove from Toolbar"
msgstr ""
#: cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1420
msgid "Remove the selected item from the toolbar"
msgstr ""
#: cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1421
msgid "_Delete Toolbar"
msgstr ""
#: cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1422
msgid "Remove the selected toolbar"
msgstr ""
#: cut-n-paste/toolbar-editor/egg-toolbar-editor.c:482
msgid "Separator"
msgstr ""
#: data/eom.appdata.xml.in.in:6 src/eom-window.c:2634
msgid "Eye of MATE"
msgstr ""
#: data/eom.appdata.xml.in.in:7
msgid "Simple image viewer"
msgstr ""
#: data/eom.appdata.xml.in.in:9
msgid ""
"Eye of MATE is a simple viewer for browsing images on your computer. Once an "
"image is loaded, you can zoom and rotate the image, and also view subsequent "
"images in the directory the image was loaded from."
msgstr ""
#: data/eom.desktop.in.in:3 src/main.c:68 src/main.c:178
msgid "Eye of MATE Image Viewer"
msgstr ""
#: data/eom.desktop.in.in:4
msgid "Browse and rotate images"
msgstr ""
#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
#: data/eom.desktop.in.in:14
msgid "image;viewer;JPEG;PNG;TIFF;SVG;MATE;photos;browse;thumbnails;rotate;"
msgstr ""
#: data/eom-image-properties-dialog.ui:23
msgid "Image Properties"
msgstr ""
#: data/eom-image-properties-dialog.ui:39 src/eom-window.c:3986
msgid "_Previous"
msgstr ""
#: data/eom-image-properties-dialog.ui:54 src/eom-window.c:3990
msgid "_Next"
msgstr ""
#: data/eom-image-properties-dialog.ui:69 data/eom-preferences-dialog.ui:55
#: src/eom-window.c:3773
msgid "_Close"
msgstr ""
#: data/eom-image-properties-dialog.ui:147
msgid "Name:"
msgstr ""
#: data/eom-image-properties-dialog.ui:167
msgid "Width:"
msgstr ""
#: data/eom-image-properties-dialog.ui:186
msgid "Height:"
msgstr ""
#: data/eom-image-properties-dialog.ui:205
msgid "Type:"
msgstr ""
#: data/eom-image-properties-dialog.ui:224
msgid "Bytes:"
msgstr ""
#: data/eom-image-properties-dialog.ui:243
#: data/eom-image-properties-dialog.ui:569
msgid "Location:"
msgstr ""
#: data/eom-image-properties-dialog.ui:377
msgid "General"
msgstr ""
#: data/eom-image-properties-dialog.ui:410
msgid "Aperture Value:"
msgstr ""
#: data/eom-image-properties-dialog.ui:426
msgid "Exposure Time:"
msgstr ""
#: data/eom-image-properties-dialog.ui:442
msgid "Focal Length:"
msgstr ""
#: data/eom-image-properties-dialog.ui:458
msgid "Flash:"
msgstr ""
#: data/eom-image-properties-dialog.ui:474
msgid "ISO Speed Rating:"
msgstr ""
#: data/eom-image-properties-dialog.ui:490
msgid "Metering Mode:"
msgstr ""
#: data/eom-image-properties-dialog.ui:506
msgid "Camera Model:"
msgstr ""
#: data/eom-image-properties-dialog.ui:523
msgid "Date/Time:"
msgstr ""
#: data/eom-image-properties-dialog.ui:553
msgid "Description:"
msgstr ""
#: data/eom-image-properties-dialog.ui:585
msgid "Keywords:"
msgstr ""
#: data/eom-image-properties-dialog.ui:601
msgid "Author:"
msgstr ""
#: data/eom-image-properties-dialog.ui:617
msgid "Copyright:"
msgstr ""
#: data/eom-image-properties-dialog.ui:896
#: data/eom-image-properties-dialog.ui:945 data/metadata-sidebar.ui:409
msgid "Details"
msgstr ""
#: data/eom-image-properties-dialog.ui:921
msgid "Metadata"
msgstr ""
#: data/eom-multiple-save-as-dialog.ui:26
msgid "Save As"
msgstr ""
#: data/eom-multiple-save-as-dialog.ui:42
msgid "_Cancel"
msgstr ""
#: data/eom-multiple-save-as-dialog.ui:57
msgid "Save _As"
msgstr ""
#: data/eom-multiple-save-as-dialog.ui:114
msgid "<b>%f:</b> original filename"
msgstr ""
#: data/eom-multiple-save-as-dialog.ui:132
msgid "<b>%n:</b> counter"
msgstr ""
#: data/eom-multiple-save-as-dialog.ui:182
msgid "Choose a folder"
msgstr ""
#: data/eom-multiple-save-as-dialog.ui:195
msgid "Destination folder:"
msgstr ""
#: data/eom-multiple-save-as-dialog.ui:207
msgid "Filename format:"
msgstr ""
#: data/eom-multiple-save-as-dialog.ui:225
msgid "File Path Specifications"
msgstr ""
#: data/eom-multiple-save-as-dialog.ui:266
msgid "Start counter at:"
msgstr ""
#: data/eom-multiple-save-as-dialog.ui:298
msgid "Replace spaces with underscores"
msgstr ""
#: data/eom-multiple-save-as-dialog.ui:320
msgid "Options"
msgstr ""
#: data/eom-multiple-save-as-dialog.ui:383
msgid "Rename from:"
msgstr ""
#: data/eom-multiple-save-as-dialog.ui:395
msgid "To:"
msgstr ""
#: data/eom-multiple-save-as-dialog.ui:425
msgid "File Name Preview"
msgstr ""
#: data/eom-preferences-dialog.ui:26
msgid "Eye of MATE Preferences"
msgstr ""
#: data/eom-preferences-dialog.ui:39 src/eom-window.c:3768
msgid "_Help"
msgstr ""
#: data/eom-preferences-dialog.ui:100
msgid "Image Enhancements"
msgstr ""
#: data/eom-preferences-dialog.ui:129
msgid "Smooth images when zoomed-_out"
msgstr ""
#: data/eom-preferences-dialog.ui:167
msgid "Smooth images when zoomed-_in"
msgstr ""
#: data/eom-preferences-dialog.ui:205
msgid "_Automatic orientation"
msgstr ""
#: data/eom-preferences-dialog.ui:243
msgid "Background"
msgstr ""
#: data/eom-preferences-dialog.ui:262
msgid "As custom color:"
msgstr ""
#: data/eom-preferences-dialog.ui:279 data/eom-preferences-dialog.ui:282
#: data/org.mate.eom.gschema.xml.in:16
msgid "Background Color"
msgstr ""
#: data/eom-preferences-dialog.ui:317
msgid "Transparent Parts"
msgstr ""
#: data/eom-preferences-dialog.ui:352
msgid "As check _pattern"
msgstr ""
#: data/eom-preferences-dialog.ui:373
msgid "As custom c_olor:"
msgstr ""
#: data/eom-preferences-dialog.ui:394 data/eom-preferences-dialog.ui:398
msgid "Color for Transparent Areas"
msgstr ""
#: data/eom-preferences-dialog.ui:417
msgid "As _background"
msgstr ""
#: data/eom-preferences-dialog.ui:459
msgid "Image View"
msgstr ""
#: data/eom-preferences-dialog.ui:483
msgid "Image Zoom"
msgstr ""
#: data/eom-preferences-dialog.ui:518
msgid "E_xpand images to fit screen"
msgstr ""
#: data/eom-preferences-dialog.ui:563
msgid "Sequence"
msgstr ""
#: data/eom-preferences-dialog.ui:605
msgid "_Switch image after:"
msgstr ""
#: data/eom-preferences-dialog.ui:624 data/eom-preferences-dialog.ui:638
msgid "seconds"
msgstr ""
#: data/eom-preferences-dialog.ui:655
msgid "_Random sequence"
msgstr ""
#: data/eom-preferences-dialog.ui:671
msgid "_Loop sequence"
msgstr ""
#: data/eom-preferences-dialog.ui:715
msgid "Slideshow"
msgstr ""
#: data/eom-preferences-dialog.ui:749
msgid "Plugins"
msgstr ""
#: data/metadata-sidebar.ui:29 src/eom-print-image-setup.c:913
msgid "Size"
msgstr ""
#: data/metadata-sidebar.ui:46
msgid "Type"
msgstr ""
#: data/metadata-sidebar.ui:63
msgid "File Size"
msgstr ""
#: data/metadata-sidebar.ui:82
msgid "Folder"
msgstr ""
#: data/metadata-sidebar.ui:99
msgid "Aperture"
msgstr ""
#: data/metadata-sidebar.ui:116
msgid "Exposure"
msgstr ""
#: data/metadata-sidebar.ui:133
msgid "ISO"
msgstr ""
#: data/metadata-sidebar.ui:151
msgid "Metering"
msgstr ""
#: data/metadata-sidebar.ui:169 src/eom-metadata-details.c:65
msgid "Camera"
msgstr ""
#: data/metadata-sidebar.ui:187
msgid "Date"
msgstr ""
#: data/metadata-sidebar.ui:204
msgid "Time"
msgstr ""
#: data/metadata-sidebar.ui:380
msgid "Focal Length"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:11
msgid "Automatic orientation"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:12
msgid ""
"Whether the image should be rotated automatically based on EXIF orientation."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:17
msgid ""
"The color that is used to fill the area behind the image. If the use-"
"background-color key is not set, the color is determined by the active GTK+ "
"theme instead."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:21
msgid "Use a custom background color"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:22
msgid ""
"If this is active, the color set by the background-color key will be used to "
"fill the area behind the image. If it is not set, the current GTK+ theme "
"will determine the fill color."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:26
msgid "Interpolate Image"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:27
msgid ""
"Whether the image should be interpolated on zoom-out. This leads to better "
"quality but is somewhat slower than non-interpolated images."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:31
msgid "Extrapolate Image"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:32
msgid ""
"Whether the image should be extrapolated on zoom-in. This leads to blurry "
"quality and is somewhat slower than non-extrapolated images."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:36
msgid "Transparency indicator"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:37
msgid ""
"Determines how transparency should be indicated. Valid values are checked, "
"color and none. If color is chosen, then the trans-color key determines the "
"color value used."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:41
msgid "Scroll wheel zoom"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:42
msgid "Whether the scroll wheel should be used for zooming."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:46
msgid "Zoom multiplier"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:47
msgid ""
"The multiplier to be applied when using the mouse scroll wheel for zooming. "
"This value defines the zooming step used for each scroll event. For example, "
"0.05 results in a 5% zoom increment for each scroll event and 1.00 result in "
"a 100% zoom increment."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:51
msgid "Transparency color"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:52
msgid ""
"If the transparency key has the value COLOR, then this key determines the "
"color which is used for indicating transparency."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:58
msgid "Randomize the image sequence"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:59
msgid "Whether the sequence of images should be shown in an random loop."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:63
msgid "Loop through the image sequence"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:64
msgid "Whether the sequence of images should be shown in an endless loop."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:68
msgid "Allow zoom greater than 100% initially"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:69
msgid ""
"If this is set to FALSE small images will not be stretched to fit into the "
"screen initially."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:73
msgid "Delay in seconds until showing the next image"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:74
msgid ""
"A value greater than 0 determines the seconds an image stays on screen until "
"the next one is shown automatically. Zero disables the automatic browsing."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:80
msgid "Show/Hide the window toolbar."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:84
msgid "Show/Hide the window statusbar."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:88
msgid "Show/Hide the image collection pane."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:92
msgid "Image collection pane position."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:96
msgid "Whether the image collection pane should be resizable."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:100
msgid "Show/Hide the window side pane."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:104
msgid "Show/Hide the image collection pane scroll buttons."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:108
msgid "Close main window without asking to save changes."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:112
msgid "Trash images without asking"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:113
msgid ""
"If activated, Eye of MATE won't ask for confirmation when moving images to "
"the trash. It will still ask if any of the files cannot be moved to the "
"trash and would be deleted instead."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:117
msgid ""
"Whether the metadata list in the properties dialog should have its own page."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:118
msgid ""
"If activated, the detailed metadata list in the properties dialog will be "
"moved to its own page in the dialog. This should make the dialog more usable "
"on smaller screens, e.g. as used by netbooks. If disabled, the widget will "
"be embedded on the \"Metadata\" page."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:122
msgid "External program to use for editing images"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:123
msgid ""
"The desktop file name (including the \".desktop\") of the application to use "
"for editing images (when the \"Edit Image\" toolbar button is clicked). Set "
"to the empty string to disable this feature."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:127
msgid ""
"Whether the file chooser should show the user's pictures folder if no images "
"are loaded."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:128
msgid ""
"If activated and no image is loaded in the active window, the file chooser "
"will display the user's pictures folder using the XDG special user "
"directories. If deactivated or the pictures folder has not been set up, it "
"will show the current working directory."
msgstr ""
#: data/org.mate.eom.gschema.xml.in:134
msgid "Active plugins"
msgstr ""
#: data/org.mate.eom.gschema.xml.in:135
msgid ""
"List of active plugins. It doesn't contain the \"Location\" of the active "
"plugins. See the .eom-plugin file for obtaining the \"Location\" of a given "
"plugin."
msgstr ""
#: plugins/fullscreen/fullscreen.plugin.desktop.in.in:5
msgid "Fullscreen with double-click"
msgstr ""
#: plugins/reload/eom-reload-plugin.c:45
#: plugins/reload/reload.plugin.desktop.in.in:5
msgid "Reload Image"
msgstr ""
#: plugins/reload/eom-reload-plugin.c:45
msgid "Reload current image"
msgstr ""
#: plugins/statusbar-date/statusbar-date.plugin.desktop.in.in:5
msgid "Date in statusbar"
msgstr ""
#: src/eom-close-confirmation-dialog.c:154
msgid "Close _without Saving"
msgstr ""
#: src/eom-close-confirmation-dialog.c:187
msgid "Question"
msgstr ""
#: src/eom-close-confirmation-dialog.c:366
msgid "If you don't save, your changes will be lost."
msgstr ""
#: src/eom-close-confirmation-dialog.c:402
#, c-format
msgid "Save changes to image \"%s\" before closing?"
msgstr ""
#: src/eom-close-confirmation-dialog.c:601
#, c-format
msgid "There is %d image with unsaved changes. Save changes before closing?"
msgid_plural ""
"There are %d images with unsaved changes. Save changes before closing?"
msgstr[0] ""
msgstr[1] ""
#: src/eom-close-confirmation-dialog.c:618
msgid "S_elect the images you want to save:"
msgstr ""
#: src/eom-close-confirmation-dialog.c:637
msgid "If you don't save, all your changes will be lost."
msgstr ""
#: src/eom-file-chooser.c:122
msgid "File format is unknown or unsupported"
msgstr ""
#: src/eom-file-chooser.c:127
msgid ""
"Eye of MATE could not determine a supported writable file format based on "
"the filename."
msgstr ""
#: src/eom-file-chooser.c:128
msgid "Please try a different file extension like .png or .jpg."
msgstr ""
#: src/eom-file-chooser.c:160
msgid "All Files"
msgstr ""
#: src/eom-file-chooser.c:165
msgid "All Images"
msgstr ""
#: src/eom-file-chooser.c:186
#, c-format
msgid "%s (*.%s)"
msgstr ""
#: src/eom-file-chooser.c:282 src/eom-properties-dialog.c:162
#: src/eom-properties-dialog.c:164 src/eom-thumb-view.c:526
msgid "pixel"
msgid_plural "pixels"
msgstr[0] ""
msgstr[1] ""
#: src/eom-file-chooser.c:450
msgid "Open Image"
msgstr ""
#: src/eom-file-chooser.c:458
msgid "Save Image"
msgstr ""
#: src/eom-file-chooser.c:466 src/eom-window.c:4000
msgid "Open Folder"
msgstr ""
#: src/eom-image.c:546
msgid "Transformation on unloaded image."
msgstr ""
#: src/eom-image.c:574
msgid "Transformation failed."
msgstr ""
#: src/eom-image.c:1047
msgid "EXIF not supported for this file format."
msgstr ""
#: src/eom-image.c:1196
msgid "Image loading failed."
msgstr ""
#: src/eom-image.c:1723 src/eom-image.c:1825
msgid "No image loaded."
msgstr ""
#: src/eom-image.c:1733 src/eom-image.c:1837
msgid "Temporary file creation failed."
msgstr ""
#: src/eom-image-jpeg.c:382
#, c-format
msgid "Couldn't create temporary file for saving: %s"
msgstr ""
#: src/eom-image-jpeg.c:393
msgid "Couldn't allocate memory for loading JPEG file"
msgstr ""
#: src/eom-error-message-area.c:108
msgid "_Retry"
msgstr ""
#: src/eom-error-message-area.c:151
#, c-format
msgid "Could not load image '%s'."
msgstr ""
#: src/eom-error-message-area.c:193
#, c-format
msgid "No images found in '%s'."
msgstr ""
#: src/eom-error-message-area.c:200
msgid "The given locations contain no images."
msgstr ""
#: src/eom-metadata-details.c:66
msgid "Image Data"
msgstr ""
#: src/eom-metadata-details.c:67
msgid "Image Taking Conditions"
msgstr ""
#: src/eom-metadata-details.c:68
msgid "GPS Data"
msgstr ""
#: src/eom-metadata-details.c:69
msgid "Maker Note"
msgstr ""
#: src/eom-metadata-details.c:70
msgid "Other"
msgstr ""
#: src/eom-metadata-details.c:72
msgid "XMP Exif"
msgstr ""
#: src/eom-metadata-details.c:73
msgid "XMP IPTC"
msgstr ""
#: src/eom-metadata-details.c:74
msgid "XMP Rights Management"
msgstr ""
#: src/eom-metadata-details.c:75
msgid "XMP Other"
msgstr ""
#: src/eom-metadata-details.c:251
msgid "Tag"
msgstr ""
#: src/eom-metadata-details.c:261
msgid "Value"
msgstr ""
#: src/eom-metadata-details.c:435
msgid "North"
msgstr ""
#: src/eom-metadata-details.c:438
msgid "East"
msgstr ""
#: src/eom-metadata-details.c:441
msgid "West"
msgstr ""
#: src/eom-metadata-details.c:444
msgid "South"
msgstr ""
#: src/eom-exif-util.c:191 src/eom-exif-util.c:193
msgid "%a, %d %B %Y %X"
msgstr ""
#: src/eom-exif-util.c:282
#, c-format
msgid "%.1f (lens)"
msgstr ""
#: src/eom-exif-util.c:293
#, c-format
msgid "%.1f (35mm film)"
msgstr ""
#: src/eom-metadata-sidebar.c:153
#, c-format
msgid "%i × %i pixel"
msgid_plural "%i × %i pixels"
msgstr[0] ""
msgstr[1] ""
#: src/eom-metadata-sidebar.c:165 src/eom-properties-dialog.c:180
msgid "Unknown"
msgstr ""
#: src/eom-metadata-sidebar.c:230
msgid "%a, %d %B %Y"
msgstr ""
#: src/eom-metadata-sidebar.c:234
#, c-format
msgid "%X"
msgstr ""
#: src/eom-print.c:371
msgid "Image Settings"
msgstr ""
#: src/eom-print-image-setup.c:840
msgid "Image"
msgstr ""
#: src/eom-print-image-setup.c:841
msgid "The image whose printing properties will be set up"
msgstr ""
#: src/eom-print-image-setup.c:847
msgid "Page Setup"
msgstr ""
#: src/eom-print-image-setup.c:848
msgid "The information for the page where the image will be printed"
msgstr ""
#: src/eom-print-image-setup.c:874
msgid "Position"
msgstr ""
#: src/eom-print-image-setup.c:878
msgid "_Left:"
msgstr ""
#: src/eom-print-image-setup.c:880
msgid "_Right:"
msgstr ""
#: src/eom-print-image-setup.c:881
msgid "_Top:"
msgstr ""
#: src/eom-print-image-setup.c:882
msgid "_Bottom:"
msgstr ""
#: src/eom-print-image-setup.c:885
msgid "C_enter:"
msgstr ""
#: src/eom-print-image-setup.c:890
msgid "None"
msgstr ""
#: src/eom-print-image-setup.c:892
msgid "Horizontal"
msgstr ""
#: src/eom-print-image-setup.c:894
msgid "Vertical"
msgstr ""
#: src/eom-print-image-setup.c:896
msgid "Both"
msgstr ""
#: src/eom-print-image-setup.c:916
msgid "_Width:"
msgstr ""
#: src/eom-print-image-setup.c:918
msgid "_Height:"
msgstr ""
#: src/eom-print-image-setup.c:921
msgid "_Scaling:"
msgstr ""
#: src/eom-print-image-setup.c:932
msgid "_Unit:"
msgstr ""
#: src/eom-print-image-setup.c:937
msgid "Millimeters"
msgstr ""
#: src/eom-print-image-setup.c:939
msgid "Inches"
msgstr ""
#: src/eom-print-image-setup.c:968
msgid "Preview"
msgstr ""
#: src/eom-save-as-dialog-helper.c:161
msgid "as is"
msgstr ""
#. Translators: This string is displayed in the statusbar.
#. * The first token is the image number, the second is total image
#. * count.
#. *
#. * Translate to "%Id" if you want to use localized digits, or
#. * translate to "%d" otherwise.
#. *
#. * Note that translating this doesn't guarantee that you get localized
#. * digits. That needs support from your system and locale definition
#. * too.
#: src/eom-statusbar.c:122
#, c-format
msgid "%d / %d"
msgstr ""
#: src/eom-thumb-view.c:554
msgid "Taken on"
msgstr ""
#: src/eom-uri-converter.c:974
msgid "At least two file names are equal."
msgstr ""
#: src/eom-util.c:65
msgid "Could not display help for Eye of MATE"
msgstr ""
#: src/eom-util.c:113
msgid " (invalid Unicode)"
msgstr ""
#. Translators: This is the string displayed in the statusbar
#. * The tokens are from left to right:
#. * - image width
#. * - image height
#. * - image size in bytes
#. * - zoom in percent
#: src/eom-window.c:523
#, c-format
msgid "%i × %i pixel %s %i%%"
msgid_plural "%i × %i pixels %s %i%%"
msgstr[0] ""
msgstr[1] ""
#: src/eom-window.c:836
msgid "_Reload"
msgstr ""
#: src/eom-window.c:838 src/eom-window.c:2788
msgctxt "MessageArea"
msgid "Hi_de"
msgstr ""
#: src/eom-window.c:848
#, c-format
msgid ""
"The image \"%s\" has been modified by an external application.\n"
"Would you like to reload it?"
msgstr ""
#: src/eom-window.c:1017
#, c-format
msgid "Use \"%s\" to open the selected image"