summaryrefslogtreecommitdiff
path: root/po/[email protected]
blob: 5168c86314d2d9e468c4d4642bca51c5b199749e (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
# Shavian translation for eom.
# Copyright (C) 2009 The Mate Foundation.
# Thomas Thurman <tthurman@gnome.org>, 2009.
msgid ""
msgstr ""
"Project-Id-Version: marco\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2009-11-06 19:17+0200\n"
"Last-Translator: Thomas Thurman <tthurman@gnome.org>\n"
"Language-Team: Shavian <ubuntu-l10n-en-shaw@lists.launchpad.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n!=1;\n"

#: ../cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1397
msgid "_Move on Toolbar"
msgstr "_๐‘ฅ๐‘ต๐‘ ๐‘ช๐‘ฏ ๐‘‘๐‘ต๐‘ค๐‘š๐‘ธ"

#: ../cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1398
msgid "Move the selected item on the toolbar"
msgstr "๐‘ฅ๐‘ต๐‘ ๐‘ž ๐‘•๐‘ฉ๐‘ค๐‘ง๐‘’๐‘‘๐‘ฉ๐‘› ๐‘ฒ๐‘‘๐‘ฉ๐‘ฅ ๐‘ช๐‘ฏ ๐‘ž ๐‘‘๐‘ต๐‘ค๐‘š๐‘ธ"

#: ../cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1399
msgid "_Remove from Toolbar"
msgstr "_๐‘ฎ๐‘ฆ๐‘ฅ๐‘ต๐‘ ๐‘“๐‘ฎ๐‘ช๐‘ฅ ๐‘‘๐‘ต๐‘ค๐‘š๐‘ธ"

#: ../cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1400
msgid "Remove the selected item from the toolbar"
msgstr "๐‘ฎ๐‘ฆ๐‘ฅ๐‘ต๐‘ ๐‘ž ๐‘•๐‘ฉ๐‘ค๐‘ง๐‘’๐‘‘๐‘ฉ๐‘› ๐‘ฒ๐‘‘๐‘ฉ๐‘ฅ ๐‘“๐‘ฎ๐‘ช๐‘ฅ ๐‘ž ๐‘‘๐‘ต๐‘ค๐‘š๐‘ธ"

#: ../cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1401
msgid "_Delete Toolbar"
msgstr "_๐‘›๐‘ฆ๐‘ค๐‘ฐ๐‘‘ ๐‘‘๐‘ต๐‘ค๐‘š๐‘ธ"

#: ../cut-n-paste/toolbar-editor/egg-editable-toolbar.c:1402
msgid "Remove the selected toolbar"
msgstr "๐‘ฎ๐‘ฆ๐‘ฅ๐‘ต๐‘ ๐‘ž ๐‘•๐‘ฉ๐‘ค๐‘ง๐‘’๐‘‘๐‘ฉ๐‘› ๐‘‘๐‘ต๐‘ค๐‘š๐‘ธ"

#: ../cut-n-paste/toolbar-editor/egg-toolbar-editor.c:485
msgid "Separator"
msgstr "๐‘•๐‘ง๐‘๐‘ผ๐‘ฑ๐‘‘๐‘ผ"

#: ../plugins/reload/reload.eom-plugin.desktop.in.h:1
#: ../plugins/reload/eom-reload-plugin.c:45
msgid "Reload Image"
msgstr "๐‘ฎ๐‘ฐ๐‘ค๐‘ด๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../plugins/reload/reload.eom-plugin.desktop.in.h:2
#: ../plugins/reload/eom-reload-plugin.c:47
msgid "Reload current image"
msgstr "๐‘ฎ๐‘ฐ๐‘ค๐‘ด๐‘› ๐‘’๐‘ณ๐‘ฎ๐‘ฉ๐‘ฏ๐‘‘ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../data/eom.desktop.in.in.h:1
msgid "Browse and rotate images"
msgstr "๐‘š๐‘ฎ๐‘ฌ๐‘Ÿ ๐‘ฏ ๐‘ฎ๐‘ด๐‘‘๐‘ฑ๐‘‘ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ฉ๐‘Ÿ"

#: ../data/eom.desktop.in.in.h:2
msgid "Image Viewer"
msgstr "๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘๐‘ฟ๐‘ผ"

#: ../data/eom-image-properties-dialog.ui.h:1
msgid "<b>Aperture Value:</b>"
msgstr "<b>๐‘จ๐‘๐‘ป๐‘—๐‘ป ๐‘๐‘จ๐‘ค๐‘ฟ:</b>"

#: ../data/eom-image-properties-dialog.ui.h:2
msgid "<b>Author:</b>"
msgstr "<b>๐‘ท๐‘”๐‘ผ:</b>"

#: ../data/eom-image-properties-dialog.ui.h:3
msgid "<b>Bytes:</b>"
msgstr "<b>๐‘š๐‘ฒ๐‘‘๐‘•:</b>"

#: ../data/eom-image-properties-dialog.ui.h:4
msgid "<b>Camera Model:</b>"
msgstr "<b>๐‘’๐‘จ๐‘ฅ๐‘ป๐‘ฉ ๐‘ฅ๐‘ช๐‘›๐‘ฉ๐‘ค:</b>"

#: ../data/eom-image-properties-dialog.ui.h:5
msgid "<b>Copyright:</b>"
msgstr "<b>๐‘’๐‘ช๐‘๐‘ฆ๐‘ฎ๐‘ฒ๐‘‘:</b>"

#: ../data/eom-image-properties-dialog.ui.h:6
msgid "<b>Date/Time:</b>"
msgstr "<b>๐‘›๐‘ฑ๐‘‘/๐‘‘๐‘ฒ๐‘ฅ:</b>"

#: ../data/eom-image-properties-dialog.ui.h:7
msgid "<b>Description:</b>"
msgstr "<b>๐‘›๐‘ฆ๐‘•๐‘’๐‘ฎ๐‘ฆ๐‘๐‘–๐‘ฉ๐‘ฏ:</b>"

#: ../data/eom-image-properties-dialog.ui.h:8
msgid "<b>Details</b>"
msgstr "<b>๐‘›๐‘ฐ๐‘‘๐‘ฑ๐‘ค๐‘Ÿ</b>"

#: ../data/eom-image-properties-dialog.ui.h:9
msgid "<b>Exposure Time:</b>"
msgstr "<b>๐‘ฆ๐‘’๐‘•๐‘๐‘ด๐‘ ๐‘ป ๐‘‘๐‘ฒ๐‘ฅ:</b>"

#: ../data/eom-image-properties-dialog.ui.h:10
msgid "<b>Flash:</b>"
msgstr "<b>๐‘“๐‘ค๐‘จ๐‘–:</b>"

#: ../data/eom-image-properties-dialog.ui.h:11
msgid "<b>Focal Length:</b>"
msgstr "<b>๐‘“๐‘ด๐‘’๐‘ฉ๐‘ค ๐‘ค๐‘ง๐‘™๐‘”:</b>"

#: ../data/eom-image-properties-dialog.ui.h:12
msgid "<b>Height:</b>"
msgstr "<b>๐‘ฃ๐‘ฒ๐‘‘:</b>"

#: ../data/eom-image-properties-dialog.ui.h:13
msgid "<b>ISO Speed Rating:</b>"
msgstr "<b>ISO ๐‘•๐‘๐‘ฐ๐‘› ๐‘ฎ๐‘ฑ๐‘‘๐‘ฆ๐‘™:</b>"

#: ../data/eom-image-properties-dialog.ui.h:14
msgid "<b>Keywords:</b>"
msgstr "<b>๐‘’๐‘ฐ๐‘ข๐‘ป๐‘›๐‘Ÿ:</b>"

#: ../data/eom-image-properties-dialog.ui.h:15
msgid "<b>Location:</b>"
msgstr "<b>๐‘ค๐‘ด๐‘’๐‘ฑ๐‘–๐‘ฉ๐‘ฏ:</b>"

#: ../data/eom-image-properties-dialog.ui.h:16
msgid "<b>Metering Mode:</b>"
msgstr "<b>๐‘ฅ๐‘ฐ๐‘‘๐‘ผ๐‘ฆ๐‘™ ๐‘ฅ๐‘ด๐‘›:</b>"

#: ../data/eom-image-properties-dialog.ui.h:17
msgid "<b>Name:</b>"
msgstr "<b>๐‘ฏ๐‘ฑ๐‘ฅ:</b>"

#: ../data/eom-image-properties-dialog.ui.h:18
msgid "<b>Type:</b>"
msgstr "<b>๐‘‘๐‘ฒ๐‘:</b>"

#: ../data/eom-image-properties-dialog.ui.h:19
msgid "<b>Width:</b>"
msgstr "<b>๐‘ข๐‘ฆ๐‘›๐‘”:</b>"

#: ../data/eom-image-properties-dialog.ui.h:20
msgid "Details"
msgstr "๐‘›๐‘ฐ๐‘‘๐‘ฑ๐‘ค๐‘Ÿ"

#: ../data/eom-image-properties-dialog.ui.h:21
msgid "General"
msgstr "๐‘ก๐‘ง๐‘ฏ๐‘ผ๐‘ฉ๐‘ค"

#: ../data/eom-image-properties-dialog.ui.h:22
msgid "Image Properties"
msgstr "๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘๐‘ฎ๐‘ช๐‘๐‘ผ๐‘‘๐‘ฆ๐‘Ÿ"

#: ../data/eom-image-properties-dialog.ui.h:24
msgid "_Next"
msgstr "_๐‘ฏ๐‘ง๐‘’๐‘•๐‘‘"

#: ../data/eom-image-properties-dialog.ui.h:25
msgid "_Previous"
msgstr "_๐‘๐‘ฎ๐‘ฐ๐‘๐‘ฆ๐‘ฉ๐‘•"

#: ../data/eom-multiple-save-as-dialog.ui.h:1
msgid "<b>File Name Preview</b>"
msgstr "<b>๐‘“๐‘ฒ๐‘ค ๐‘ฏ๐‘ฑ๐‘ฅ ๐‘๐‘ฎ๐‘ฐ๐‘๐‘ฟ</b>"

#: ../data/eom-multiple-save-as-dialog.ui.h:2
msgid "<b>File Path Specifications</b>"
msgstr "<b>๐‘“๐‘ฒ๐‘ค ๐‘๐‘ญ๐‘” ๐‘•๐‘๐‘ง๐‘•๐‘ฉ๐‘“๐‘ฉ๐‘’๐‘ฑ๐‘–๐‘ฉ๐‘ฏ๐‘Ÿ</b>"

#: ../data/eom-multiple-save-as-dialog.ui.h:3
msgid "<b>Options</b>"
msgstr "<b>๐‘ช๐‘๐‘–๐‘ฉ๐‘ฏ๐‘Ÿ</b>"

#: ../data/eom-multiple-save-as-dialog.ui.h:5
#, no-c-format
msgid "<small><i><b>%f:</b> original filename</i></small>"
msgstr "<small><i><b>%๐‘ง๐‘“:</b> ๐‘ผ๐‘ฆ๐‘ก๐‘ฉ๐‘ฏ๐‘ฉ๐‘ค ๐‘“๐‘ฒ๐‘ค๐‘ฏ๐‘ฑ๐‘ฅ</i></small>"

#: ../data/eom-multiple-save-as-dialog.ui.h:7
#, no-c-format
msgid "<small><i><b>%n:</b> counter</i></small>"
msgstr "<small><i><b>%๐‘ง๐‘ฏ:</b> ๐‘’๐‘ฌ๐‘ฏ๐‘‘๐‘ผ</i></small>"

#: ../data/eom-multiple-save-as-dialog.ui.h:8
msgid "Choose a folder"
msgstr "๐‘—๐‘ต๐‘Ÿ ๐‘ฉ ๐‘“๐‘ด๐‘ค๐‘›๐‘ผ"

#: ../data/eom-multiple-save-as-dialog.ui.h:9
msgid "Destination folder:"
msgstr "๐‘›๐‘ง๐‘•๐‘‘๐‘ฆ๐‘ฏ๐‘ฑ๐‘–๐‘ฉ๐‘ฏ ๐‘“๐‘ด๐‘ค๐‘›๐‘ผ:"

#: ../data/eom-multiple-save-as-dialog.ui.h:10
msgid "Filename format:"
msgstr "๐‘“๐‘ฒ๐‘ค๐‘ฏ๐‘ฑ๐‘ฅ ๐‘“๐‘น๐‘ฅ๐‘จ๐‘‘:"

#: ../data/eom-multiple-save-as-dialog.ui.h:11
msgid "Rename from:"
msgstr "๐‘ฎ๐‘ฐ๐‘ฏ๐‘ฑ๐‘ฅ ๐‘“๐‘ฎ๐‘ช๐‘ฅ:"

#: ../data/eom-multiple-save-as-dialog.ui.h:12
msgid "Replace spaces with underscores"
msgstr "๐‘ฎ๐‘ฆ๐‘๐‘ค๐‘ฑ๐‘• ๐‘•๐‘๐‘ฑ๐‘•๐‘ฉ๐‘Ÿ ๐‘ข๐‘ฆ๐‘ž ๐‘ฉ๐‘ฏ๐‘›๐‘ป๐‘•๐‘’๐‘ช๐‘ฎ๐‘Ÿ"

#: ../data/eom-multiple-save-as-dialog.ui.h:13
msgid "Save As"
msgstr "๐‘•๐‘ฑ๐‘ ๐‘จ๐‘Ÿ"

#: ../data/eom-multiple-save-as-dialog.ui.h:14
msgid "Start counter at:"
msgstr "๐‘•๐‘‘๐‘ธ๐‘‘ ๐‘’๐‘ฌ๐‘ฏ๐‘‘๐‘ผ ๐‘จ๐‘‘:"

#: ../data/eom-multiple-save-as-dialog.ui.h:15
msgid "To:"
msgstr "๐‘‘:"

#: ../data/eom-preferences-dialog.ui.h:1
msgid "<b>Image Enhancements</b>"
msgstr "<b>๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘ง๐‘ฏ๐‘ฃ๐‘จ๐‘ฏ๐‘•๐‘ฅ๐‘ฉ๐‘ฏ๐‘‘๐‘•</b>"

#: ../data/eom-preferences-dialog.ui.h:2
msgid "<b>Image Zoom</b>"
msgstr "<b>๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘Ÿ๐‘ต๐‘ฅ</b>"

#: ../data/eom-preferences-dialog.ui.h:3
msgid "<b>Sequence</b>"
msgstr "<b>๐‘•๐‘ฐ๐‘’๐‘ข๐‘ฉ๐‘ฏ๐‘•</b>"

#: ../data/eom-preferences-dialog.ui.h:4
msgid "<b>Transparent Parts</b>"
msgstr "<b>๐‘‘๐‘ฎ๐‘จ๐‘ฏ๐‘•๐‘๐‘ธ๐‘ฉ๐‘ฏ๐‘‘ ๐‘๐‘ธ๐‘‘๐‘•</b>"

#: ../data/eom-preferences-dialog.ui.h:5
msgid "As _background"
msgstr "๐‘จ๐‘Ÿ _๐‘š๐‘จ๐‘’๐‘œ๐‘ฎ๐‘ฌ๐‘ฏ๐‘›"

#: ../data/eom-preferences-dialog.ui.h:6
msgid "As check _pattern"
msgstr "๐‘จ๐‘Ÿ ๐‘—๐‘ง๐‘’ _๐‘๐‘จ๐‘‘๐‘ผ๐‘ฏ"

#: ../data/eom-preferences-dialog.ui.h:7
msgid "As custom c_olor:"
msgstr "๐‘จ๐‘Ÿ ๐‘’๐‘ณ๐‘•๐‘‘๐‘ฉ๐‘ฅ ๐‘’_๐‘ณ๐‘ค๐‘ผ:"

#: ../data/eom-preferences-dialog.ui.h:8
msgid "Color for Transparent Areas"
msgstr "๐‘’๐‘ณ๐‘ค๐‘ผ ๐‘“๐‘น ๐‘‘๐‘ฎ๐‘จ๐‘ฏ๐‘•๐‘๐‘ธ๐‘ฉ๐‘ฏ๐‘‘ ๐‘บ๐‘ฆ๐‘ฉ๐‘Ÿ"

#: ../data/eom-preferences-dialog.ui.h:9
msgid "E_xpand images to fit screen"
msgstr "๐‘ง_๐‘’๐‘•๐‘๐‘จ๐‘ฏ๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ฉ๐‘Ÿ ๐‘‘ ๐‘“๐‘ฆ๐‘‘ ๐‘•๐‘’๐‘ฎ๐‘ฐ๐‘ฏ"

#: ../data/eom-preferences-dialog.ui.h:10
msgid "Eye of MATE Preferences"
msgstr "๐‘ฒ ๐‘ ยท๐‘œ๐‘ฏ๐‘ด๐‘ฅ ๐‘๐‘ฎ๐‘ง๐‘“๐‘ผ๐‘ฉ๐‘ฏ๐‘•๐‘ฉ๐‘Ÿ"

#: ../data/eom-preferences-dialog.ui.h:11
msgid "Image View"
msgstr "๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘๐‘ฟ"

#: ../data/eom-preferences-dialog.ui.h:12
msgid "Plugins"
msgstr "๐‘๐‘ค๐‘ณ๐‘œ๐‘ฆ๐‘ฏ๐‘Ÿ"

#: ../data/eom-preferences-dialog.ui.h:14
msgid "Smooth images when zoomed-_in"
msgstr "๐‘•๐‘ฅ๐‘ต๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ฉ๐‘Ÿ ๐‘ข๐‘ง๐‘ฏ ๐‘Ÿ๐‘ต๐‘ฅ๐‘›-_๐‘ฆ๐‘ฏ"

#: ../data/eom-preferences-dialog.ui.h:15
msgid "Smooth images when zoomed-_out"
msgstr "๐‘•๐‘ฅ๐‘ต๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ฉ๐‘Ÿ ๐‘ข๐‘ง๐‘ฏ ๐‘Ÿ๐‘ต๐‘ฅ๐‘›-_๐‘ฌ๐‘‘"

#: ../data/eom-preferences-dialog.ui.h:16
msgid "_Automatic orientation"
msgstr "_๐‘ท๐‘‘๐‘ด๐‘ฅ๐‘จ๐‘‘๐‘ฆ๐‘’ ๐‘ช๐‘ฎ๐‘ฆ๐‘ฉ๐‘ฏ๐‘‘๐‘ฑ๐‘–๐‘ฉ๐‘ฏ"

#: ../data/eom-preferences-dialog.ui.h:17
msgid "_Loop sequence"
msgstr "_๐‘ค๐‘ต๐‘ ๐‘•๐‘ฐ๐‘’๐‘ข๐‘ฉ๐‘ฏ๐‘•"

#: ../data/eom-preferences-dialog.ui.h:18
msgid "_Switch image after:"
msgstr "_๐‘•๐‘ข๐‘ฆ๐‘— ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘ญ๐‘“๐‘‘๐‘ผ:"

#: ../data/eom-preferences-dialog.ui.h:19
msgid "seconds"
msgstr "๐‘•๐‘ง๐‘’๐‘ฉ๐‘ฏ๐‘›๐‘Ÿ"

#: ../data/eom.schemas.in.h:1
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 ""
"๐‘ฉ ๐‘๐‘จ๐‘ค๐‘ฟ ๐‘œ๐‘ฎ๐‘ฑ๐‘‘๐‘ผ ๐‘ž๐‘จ๐‘ฏ 0 ๐‘›๐‘ฆ๐‘‘๐‘ป๐‘ฅ๐‘ฆ๐‘ฏ๐‘Ÿ ๐‘ž ๐‘•๐‘ง๐‘’๐‘ฉ๐‘ฏ๐‘›๐‘Ÿ ๐‘ฉ๐‘ฏ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘•๐‘‘๐‘ฑ๐‘Ÿ ๐‘ช๐‘ฏ ๐‘•๐‘’๐‘ฎ๐‘ฐ๐‘ฏ ๐‘ณ๐‘ฏ๐‘‘๐‘ฆ๐‘ค ๐‘ž ๐‘ฏ๐‘ง๐‘’๐‘•๐‘‘ "
"๐‘ข๐‘ณ๐‘ฏ ๐‘ฆ๐‘Ÿ ๐‘–๐‘ด๐‘ฏ ๐‘ท๐‘‘๐‘ฉ๐‘ฅ๐‘จ๐‘‘๐‘ฆ๐‘’๐‘ค๐‘ฆ. ๐‘Ÿ๐‘ฝ๐‘ด ๐‘›๐‘ฆ๐‘•๐‘ฑ๐‘š๐‘ฉ๐‘ค๐‘Ÿ ๐‘ž ๐‘ท๐‘‘๐‘ด๐‘ฅ๐‘จ๐‘‘๐‘ฆ๐‘’ ๐‘š๐‘ฎ๐‘ฌ๐‘Ÿ๐‘ฆ๐‘™."

#: ../data/eom.schemas.in.h:2
msgid "Active plugins"
msgstr "๐‘จ๐‘’๐‘‘๐‘ฆ๐‘ ๐‘๐‘ค๐‘ณ๐‘œ๐‘ฆ๐‘ฏ๐‘Ÿ"

#: ../data/eom.schemas.in.h:4
#, no-c-format
msgid "Allow zoom greater than 100% initially"
msgstr "๐‘ฉ๐‘ค๐‘ฌ ๐‘Ÿ๐‘ต๐‘ฅ ๐‘œ๐‘ฎ๐‘ฑ๐‘‘๐‘ผ ๐‘ž๐‘จ๐‘ฏ 100% ๐‘ฆ๐‘ฏ๐‘ฆ๐‘–๐‘ฉ๐‘ค๐‘ฆ"

#: ../data/eom.schemas.in.h:5
msgid "Automatic orientation"
msgstr "๐‘ท๐‘‘๐‘ด๐‘ฅ๐‘จ๐‘‘๐‘ฆ๐‘’ ๐‘ช๐‘ฎ๐‘ฆ๐‘ฉ๐‘ฏ๐‘‘๐‘ฑ๐‘–๐‘ฉ๐‘ฏ"

#: ../data/eom.schemas.in.h:6
msgid "Delay in seconds until showing the next image"
msgstr "๐‘›๐‘ฆ๐‘ค๐‘ฑ ๐‘ฆ๐‘ฏ ๐‘•๐‘ง๐‘’๐‘ฉ๐‘ฏ๐‘›๐‘Ÿ ๐‘ณ๐‘ฏ๐‘‘๐‘ฆ๐‘ค ๐‘–๐‘ด๐‘ฆ๐‘™ ๐‘ž ๐‘ฏ๐‘ง๐‘’๐‘•๐‘‘ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../data/eom.schemas.in.h:8
msgid "Extrapolate Image"
msgstr "๐‘ฆ๐‘’๐‘•๐‘‘๐‘ฎ๐‘จ๐‘๐‘ฉ๐‘ค๐‘ฑ๐‘‘ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../data/eom.schemas.in.h:9
msgid ""
"If activated Eye of MATE wont 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/eom.schemas.in.h:12
msgid ""
"If the transparency key has the value COLOR, then this key determines the "
"color which is used for indicating transparency."
msgstr ""
"๐‘ฆ๐‘“ ๐‘ž ๐‘‘๐‘ฎ๐‘จ๐‘ฏ๐‘•๐‘๐‘ธ๐‘ฉ๐‘ฏ๐‘•๐‘ฆ ๐‘’๐‘ฐ ๐‘ฃ๐‘จ๐‘Ÿ ๐‘ž ๐‘๐‘จ๐‘ค๐‘ฟ ๐‘’๐‘ณ๐‘ค๐‘ผ, ๐‘ž๐‘ง๐‘ฏ ๐‘ž๐‘ฆ๐‘• ๐‘’๐‘ฐ ๐‘›๐‘ฆ๐‘‘๐‘ป๐‘ฅ๐‘ฆ๐‘ฏ๐‘Ÿ ๐‘ž ๐‘’๐‘ณ๐‘ค๐‘ผ ๐‘ข๐‘ฆ๐‘— ๐‘ฆ๐‘Ÿ ๐‘ฟ๐‘Ÿ๐‘› "
"๐‘“๐‘น ๐‘ฆ๐‘ฏ๐‘›๐‘ฆ๐‘’๐‘ฑ๐‘‘๐‘ฆ๐‘™ ๐‘‘๐‘ฎ๐‘จ๐‘ฏ๐‘•๐‘๐‘ธ๐‘ฉ๐‘ฏ๐‘•๐‘ฆ."

#: ../data/eom.schemas.in.h:13
msgid ""
"If this is set to FALSE small images will not be stretched to fit into the "
"screen initially."
msgstr ""
"๐‘ฆ๐‘“ ๐‘ž๐‘ฆ๐‘• ๐‘ฆ๐‘Ÿ ๐‘•๐‘ง๐‘‘ ๐‘‘ ๐‘“๐‘ท๐‘ค๐‘• ๐‘•๐‘ฅ๐‘ท๐‘ค ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ฉ๐‘Ÿ ๐‘ข๐‘ฆ๐‘ค ๐‘ฏ๐‘ช๐‘‘ ๐‘š๐‘ฐ ๐‘•๐‘‘๐‘ฎ๐‘ง๐‘—๐‘‘ ๐‘‘ ๐‘“๐‘ฆ๐‘‘ ๐‘ฆ๐‘ฏ๐‘‘๐‘ซ ๐‘ž ๐‘•๐‘’๐‘ฎ๐‘ฐ๐‘ฏ "
"๐‘ฆ๐‘ฏ๐‘ฆ๐‘–๐‘ฉ๐‘ค๐‘ฆ."

#: ../data/eom.schemas.in.h:14
msgid ""
"Image collection pane position. Set to 0 for bottom; 1 for left; 2 for top; "
"3 for right."
msgstr ""
"๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘’๐‘ฉ๐‘ค๐‘ง๐‘’๐‘–๐‘ฉ๐‘ฏ ๐‘๐‘ฑ๐‘ฏ ๐‘๐‘ฉ๐‘Ÿ๐‘ฆ๐‘–๐‘ฉ๐‘ฏ. ๐‘•๐‘ง๐‘‘ ๐‘‘ 0 ๐‘“๐‘น ๐‘š๐‘ช๐‘‘๐‘ซ๐‘ฅ; 1 ๐‘“๐‘น ๐‘ค๐‘ง๐‘“๐‘‘; 2 ๐‘“๐‘น ๐‘‘๐‘ช๐‘; 3 ๐‘“๐‘น ๐‘ฎ๐‘ฒ๐‘‘."

#: ../data/eom.schemas.in.h:15
msgid "Interpolate Image"
msgstr "๐‘ฆ๐‘‘๐‘ป๐‘๐‘ฉ๐‘ค๐‘ฑ๐‘‘ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../data/eom.schemas.in.h:17
msgid "Loop through the image sequence"
msgstr "๐‘ค๐‘ต๐‘ ๐‘”๐‘ฎ๐‘ต ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘•๐‘ฐ๐‘’๐‘ข๐‘ฉ๐‘ฏ๐‘•"

#: ../data/eom.schemas.in.h:18
msgid "Scroll wheel zoom"
msgstr "๐‘•๐‘’๐‘ฎ๐‘ด๐‘ค ๐‘ข๐‘ฐ๐‘ค ๐‘Ÿ๐‘ต๐‘ฅ"

#: ../data/eom.schemas.in.h:19
msgid "Show/hide the image collection pane scroll buttons."
msgstr "๐‘–๐‘ด/๐‘ฃ๐‘ฒ๐‘› ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘’๐‘ฉ๐‘ค๐‘ง๐‘’๐‘–๐‘ฉ๐‘ฏ ๐‘๐‘ฑ๐‘ฏ ๐‘•๐‘’๐‘ฎ๐‘ด๐‘ค ๐‘š๐‘ณ๐‘‘๐‘ฉ๐‘ฏ๐‘Ÿ."

#: ../data/eom.schemas.in.h:20
msgid "Show/hide the image collection pane."
msgstr "๐‘–๐‘ด/๐‘ฃ๐‘ฒ๐‘› ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘’๐‘ฉ๐‘ค๐‘ง๐‘’๐‘–๐‘ฉ๐‘ฏ ๐‘๐‘ฑ๐‘ฏ."

#: ../data/eom.schemas.in.h:21
msgid "Show/hide the window side pane."
msgstr "๐‘–๐‘ด/๐‘ฃ๐‘ฒ๐‘› ๐‘ž ๐‘ข๐‘ฆ๐‘ฏ๐‘›๐‘ด ๐‘•๐‘ฒ๐‘› ๐‘๐‘ฑ๐‘ฏ."

#: ../data/eom.schemas.in.h:23
msgid "Show/hide the window toolbar."
msgstr "๐‘–๐‘ด/๐‘ฃ๐‘ฒ๐‘› ๐‘ž ๐‘ข๐‘ฆ๐‘ฏ๐‘›๐‘ด ๐‘‘๐‘ต๐‘ค๐‘š๐‘ธ."

#: ../data/eom.schemas.in.h:25
#, no-c-format
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 ""
"๐‘ž ๐‘ฅ๐‘ฉ๐‘ค๐‘‘๐‘ฉ๐‘๐‘ค๐‘ฒ๐‘ป ๐‘‘ ๐‘š๐‘ฐ ๐‘ฉ๐‘๐‘ค๐‘ฒ๐‘› ๐‘ข๐‘ง๐‘ฏ ๐‘ฟ๐‘Ÿ๐‘ฆ๐‘™ ๐‘ž ๐‘ฅ๐‘ฌ๐‘• ๐‘•๐‘’๐‘ฎ๐‘ด๐‘ค ๐‘ข๐‘ฐ๐‘ค ๐‘“๐‘น ๐‘Ÿ๐‘ต๐‘ฅ๐‘ฆ๐‘™. ๐‘ž๐‘ฆ๐‘• ๐‘๐‘จ๐‘ค๐‘ฟ ๐‘›๐‘ฆ๐‘“๐‘ฒ๐‘ฏ๐‘Ÿ ๐‘ž "
"๐‘Ÿ๐‘ต๐‘ฅ๐‘ฆ๐‘™ ๐‘•๐‘‘๐‘ง๐‘ ๐‘ฟ๐‘•๐‘‘ ๐‘“๐‘น ๐‘ฐ๐‘— ๐‘•๐‘’๐‘ฎ๐‘ด๐‘ค ๐‘ฆ๐‘๐‘ง๐‘ฏ๐‘‘. ๐‘“๐‘น ๐‘ฆ๐‘œ๐‘Ÿ๐‘ญ๐‘ฅ๐‘๐‘ฉ๐‘ค, 0.05 ๐‘ฎ๐‘ฆ๐‘Ÿ๐‘ณ๐‘ค๐‘‘๐‘• ๐‘ฆ๐‘ฏ ๐‘ฉ 5% ๐‘Ÿ๐‘ต๐‘ฅ "
"๐‘ฆ๐‘ฏ๐‘’๐‘ฎ๐‘ฉ๐‘ฅ๐‘ฉ๐‘ฏ๐‘‘ ๐‘“๐‘น ๐‘ฐ๐‘— ๐‘•๐‘’๐‘ฎ๐‘ด๐‘ค ๐‘ฆ๐‘๐‘ง๐‘ฏ๐‘‘ ๐‘ฏ 1.00 ๐‘ฎ๐‘ฆ๐‘Ÿ๐‘ณ๐‘ค๐‘‘ ๐‘ฆ๐‘ฏ ๐‘ฉ 100% ๐‘Ÿ๐‘ต๐‘ฅ ๐‘ฆ๐‘ฏ๐‘’๐‘ฎ๐‘ฉ๐‘ฅ๐‘ฉ๐‘ฏ๐‘‘."

#: ../data/eom.schemas.in.h:26
msgid "Transparency color"
msgstr "๐‘‘๐‘ฎ๐‘จ๐‘ฏ๐‘•๐‘๐‘ธ๐‘ฉ๐‘ฏ๐‘•๐‘ฆ ๐‘’๐‘ณ๐‘ค๐‘ผ"

#: ../data/eom.schemas.in.h:27
msgid "Transparency indicator"
msgstr "๐‘‘๐‘ฎ๐‘จ๐‘ฏ๐‘•๐‘๐‘ธ๐‘ฉ๐‘ฏ๐‘•๐‘ฆ ๐‘ฆ๐‘ฏ๐‘›๐‘ฆ๐‘’๐‘ฑ๐‘‘๐‘ผ"

#: ../data/eom.schemas.in.h:28
msgid "Trash images without asking"
msgstr "๐‘‘๐‘ฎ๐‘จ๐‘– ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ฉ๐‘Ÿ ๐‘ข๐‘ฆ๐‘ž๐‘ฌ๐‘‘ ๐‘ญ๐‘•๐‘’๐‘ฆ๐‘™"

#: ../data/eom.schemas.in.h:29
msgid ""
"Whether or not the sequence of images should be shown in an endless loop."
msgstr "๐‘ข๐‘ง๐‘ž๐‘ผ ๐‘น ๐‘ฏ๐‘ช๐‘‘ ๐‘ž ๐‘•๐‘ฐ๐‘’๐‘ข๐‘ฉ๐‘ฏ๐‘• ๐‘ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ฉ๐‘Ÿ ๐‘–๐‘ซ๐‘› ๐‘š๐‘ฐ ๐‘–๐‘ด๐‘ฏ ๐‘ฆ๐‘ฏ ๐‘ฉ๐‘ฏ ๐‘ง๐‘ฏ๐‘›๐‘ค๐‘ฉ๐‘• ๐‘ค๐‘ต๐‘."

#: ../data/eom.schemas.in.h:32
msgid ""
"Whether the image should be extrapolated on zoom-in or not. This leads to "
"blurry quality and is somewhat slower than non extrapolated images."
msgstr ""
"๐‘ข๐‘ง๐‘ž๐‘ผ ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘–๐‘ซ๐‘› ๐‘š๐‘ฐ ๐‘ฆ๐‘’๐‘•๐‘‘๐‘ฎ๐‘จ๐‘๐‘ฉ๐‘ค๐‘ฑ๐‘‘๐‘ฆ๐‘› ๐‘ช๐‘ฏ ๐‘Ÿ๐‘ต๐‘ฅ-๐‘ฆ๐‘ฏ ๐‘น ๐‘ฏ๐‘ช๐‘‘. ๐‘ž๐‘ฆ๐‘• ๐‘ค๐‘ฐ๐‘›๐‘Ÿ ๐‘‘ ๐‘š๐‘ค๐‘ป๐‘ฐ ๐‘’๐‘ข๐‘ช๐‘ค๐‘ฆ๐‘‘๐‘ฐ ๐‘ฏ "
"๐‘ฆ๐‘Ÿ ๐‘•๐‘ณ๐‘ฅ๐‘ข๐‘ช๐‘‘ ๐‘•๐‘ค๐‘ด๐‘ผ ๐‘ž๐‘จ๐‘ฏ ๐‘ฏ๐‘ช๐‘ฏ ๐‘ฆ๐‘’๐‘•๐‘‘๐‘ฎ๐‘จ๐‘๐‘ฉ๐‘ค๐‘ฑ๐‘‘๐‘ฆ๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ฉ๐‘Ÿ."

#: ../data/eom.schemas.in.h:33
msgid ""
"Whether the image should be interpolated on zoom-out or not. This leads to "
"better quality but is somewhat slower than non interpolated images."
msgstr ""
"๐‘ข๐‘ง๐‘ž๐‘ผ ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘–๐‘ซ๐‘› ๐‘š๐‘ฐ ๐‘ฆ๐‘‘๐‘ป๐‘๐‘ฉ๐‘ค๐‘ฑ๐‘‘๐‘ฆ๐‘› ๐‘ช๐‘ฏ ๐‘Ÿ๐‘ต๐‘ฅ-๐‘ฌ๐‘‘ ๐‘น ๐‘ฏ๐‘ช๐‘‘. ๐‘ž๐‘ฆ๐‘• ๐‘ค๐‘ฐ๐‘›๐‘Ÿ ๐‘‘ ๐‘š๐‘ง๐‘‘๐‘ผ ๐‘’๐‘ข๐‘ช๐‘ค๐‘ฆ๐‘‘๐‘ฐ ๐‘š๐‘ณ๐‘‘ "
"๐‘ฆ๐‘Ÿ ๐‘•๐‘ณ๐‘ฅ๐‘ข๐‘ช๐‘‘ ๐‘•๐‘ค๐‘ด๐‘ผ ๐‘ž๐‘จ๐‘ฏ ๐‘ฏ๐‘ช๐‘ฏ ๐‘ฆ๐‘‘๐‘ป๐‘๐‘ฉ๐‘ค๐‘ฑ๐‘‘๐‘ฆ๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ฉ๐‘Ÿ."

#: ../data/eom.schemas.in.h:36
msgid "Whether the scroll wheel should be used for zooming or not."
msgstr "๐‘ข๐‘ง๐‘ž๐‘ผ ๐‘ž ๐‘•๐‘’๐‘ฎ๐‘ด๐‘ค ๐‘ข๐‘ฐ๐‘ค ๐‘–๐‘ซ๐‘› ๐‘š๐‘ฐ ๐‘ฟ๐‘Ÿ๐‘› ๐‘“๐‘น ๐‘Ÿ๐‘ต๐‘ฅ๐‘ฆ๐‘™ ๐‘น ๐‘ฏ๐‘ช๐‘‘."

#: ../data/eom.schemas.in.h:37
msgid "Zoom multiplier"
msgstr "๐‘Ÿ๐‘ต๐‘ฅ ๐‘ฅ๐‘ฉ๐‘ค๐‘‘๐‘ฉ๐‘๐‘ค๐‘ฒ๐‘ป"

#: ../src/eom-file-chooser.c:128
msgid "File format is unknown or unsupported"
msgstr "๐‘“๐‘ฒ๐‘ค ๐‘“๐‘น๐‘ฅ๐‘จ๐‘‘ ๐‘ฆ๐‘Ÿ ๐‘ณ๐‘ฏ๐‘ด๐‘ฏ ๐‘น ๐‘ณ๐‘ฏ๐‘•๐‘ฉ๐‘๐‘น๐‘‘๐‘ฉ๐‘›"

#: ../src/eom-file-chooser.c:133
msgid ""
"Eye of MATE could not determine a supported writable file format based on "
"the filename."
msgstr "๐‘ฒ ๐‘ ยท๐‘œ๐‘ฏ๐‘ด๐‘ฅ ๐‘’๐‘ซ๐‘› ๐‘ฏ๐‘ช๐‘‘ ๐‘›๐‘ฆ๐‘‘๐‘ป๐‘ฅ๐‘ฆ๐‘ฏ ๐‘ฉ ๐‘•๐‘ฉ๐‘๐‘น๐‘‘๐‘ฉ๐‘› ๐‘ฎ๐‘ฒ๐‘‘๐‘ฉ๐‘š๐‘ฉ๐‘ค ๐‘“๐‘ฒ๐‘ค ๐‘“๐‘น๐‘ฅ๐‘จ๐‘‘ ๐‘š๐‘ฑ๐‘•๐‘‘ ๐‘ช๐‘ฏ ๐‘ž ๐‘“๐‘ฒ๐‘ค๐‘ฏ๐‘ฑ๐‘ฅ."

#: ../src/eom-file-chooser.c:166
msgid "All Files"
msgstr "๐‘ท๐‘ค ๐‘“๐‘ฒ๐‘ค๐‘Ÿ"

#: ../src/eom-file-chooser.c:171
msgid "All Images"
msgstr "๐‘ท๐‘ค ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ฉ๐‘Ÿ"

#. Filter name: First description then file extension, eg. "The PNG-Format (*.png)".
#: ../src/eom-file-chooser.c:192
#, c-format
msgid "%s (*.%s)"
msgstr "%s (*.%s)"

#. Pixel size of image: width x height in pixel
#: ../src/eom-file-chooser.c:288 ../src/eom-properties-dialog.c:137
#: ../src/eom-properties-dialog.c:139 ../src/eom-thumb-view.c:379
msgid "pixel"
msgid_plural "pixels"
msgstr[0] "๐‘๐‘ฆ๐‘’๐‘•๐‘ฉ๐‘ค"
msgstr[1] "๐‘๐‘ฆ๐‘’๐‘•๐‘ฉ๐‘ค๐‘Ÿ"

#: ../src/eom-file-chooser.c:437
msgid "Load Image"
msgstr "๐‘ค๐‘ด๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../src/eom-file-chooser.c:445
msgid "Save Image"
msgstr "๐‘•๐‘ฑ๐‘ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../src/eom-file-chooser.c:453
msgid "Open Folder"
msgstr "๐‘ด๐‘๐‘ฉ๐‘ฏ ๐‘“๐‘ด๐‘ค๐‘›๐‘ผ"

#: ../src/eom-image.c:579
#, c-format
msgid "Transformation on unloaded image."
msgstr "๐‘‘๐‘ฎ๐‘จ๐‘ฏ๐‘•๐‘“๐‘ป๐‘ฅ๐‘ฑ๐‘–๐‘ฉ๐‘ฏ ๐‘ช๐‘ฏ ๐‘ฉ๐‘ฏ๐‘ค๐‘ด๐‘›๐‘ฉ๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก."

#: ../src/eom-image.c:607
#, c-format
msgid "Transformation failed."
msgstr "๐‘‘๐‘ฎ๐‘จ๐‘ฏ๐‘•๐‘“๐‘ป๐‘ฅ๐‘ฑ๐‘–๐‘ฉ๐‘ฏ ๐‘“๐‘ฑ๐‘ค๐‘›."

#: ../src/eom-image.c:1134
#, c-format
msgid "Image loading failed."
msgstr "๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘ค๐‘ด๐‘›๐‘ฆ๐‘™ ๐‘“๐‘ฑ๐‘ค๐‘›."

#: ../src/eom-image.c:1539 ../src/eom-image.c:1641
#, c-format
msgid "No image loaded."
msgstr "๐‘ฏ๐‘ด ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘ค๐‘ด๐‘›๐‘ฉ๐‘›."

#: ../src/eom-image.c:1549 ../src/eom-image.c:1653
#, c-format
msgid "Temporary file creation failed."
msgstr "๐‘‘๐‘ง๐‘ฅ๐‘๐‘ผ๐‘ผ๐‘ฆ ๐‘“๐‘ฒ๐‘ค ๐‘’๐‘ฎ๐‘ฐ๐‘ฑ๐‘–๐‘ฉ๐‘ฏ ๐‘“๐‘ฑ๐‘ค๐‘›."

#: ../src/eom-exif-details.c:68
msgid "Camera"
msgstr "๐‘’๐‘จ๐‘ฅ๐‘ป๐‘ฉ"

#: ../src/eom-exif-details.c:69
msgid "Image Data"
msgstr "๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘›๐‘ฑ๐‘‘๐‘ฉ"

#: ../src/eom-exif-details.c:70
msgid "Image Taking Conditions"
msgstr "๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘‘๐‘ฑ๐‘’๐‘ฆ๐‘™ ๐‘’๐‘ฉ๐‘ฏ๐‘›๐‘ฆ๐‘–๐‘ฉ๐‘ฏ๐‘Ÿ"

#: ../src/eom-exif-details.c:71
msgid "Maker Note"
msgstr "๐‘ฅ๐‘ฑ๐‘’๐‘ผ ๐‘ฏ๐‘ด๐‘‘"

#: ../src/eom-exif-details.c:72
msgid "Other"
msgstr "๐‘ณ๐‘ž๐‘ผ"

#: ../src/eom-exif-details.c:251
msgid "Tag"
msgstr "๐‘‘๐‘จ๐‘œ"

#: ../src/eom-exif-details.c:258
msgid "Value"
msgstr "๐‘๐‘จ๐‘ค๐‘ฟ"

#. A strftime-formatted string, to display the date the image was taken.
#: ../src/eom-exif-util.c:113 ../src/eom-exif-util.c:153
msgid "%a, %d %B %Y  %X"
msgstr "%a, %d %B %Y  %X"

#. A strftime-formatted string, to display the date the image was taken, for the case we don't have the time.
#: ../src/eom-exif-util.c:147
msgid "%a, %d %B %Y"
msgstr "%a, %d %B %Y"

#: ../src/eom-error-message-area.c:110
msgid "_Retry"
msgstr "_๐‘ฎ๐‘ฐ๐‘‘๐‘ฎ๐‘ฒ"

#: ../src/eom-error-message-area.c:140
#, c-format
msgid "Could not load image '%s'."
msgstr "๐‘’๐‘ซ๐‘› ๐‘ฏ๐‘ช๐‘‘ ๐‘ค๐‘ด๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก '%s'."

#: ../src/eom-error-message-area.c:174
#, c-format
msgid "No images found in '%s'."
msgstr "๐‘ฏ๐‘ด ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ฉ๐‘Ÿ ๐‘“๐‘ฌ๐‘ฏ๐‘› ๐‘ฆ๐‘ฏ '%s'."

#: ../src/eom-error-message-area.c:181
msgid "The given locations contain no images."
msgstr "๐‘ž ๐‘œ๐‘ฆ๐‘๐‘ฉ๐‘ฏ ๐‘ค๐‘ด๐‘’๐‘ฑ๐‘–๐‘ฉ๐‘ฏ๐‘Ÿ ๐‘’๐‘ฉ๐‘ฏ๐‘‘๐‘ฑ๐‘ฏ ๐‘ฏ๐‘ด ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ฉ๐‘Ÿ."

#: ../src/eom-print.c:197
msgid "Image Settings"
msgstr "๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘•๐‘ง๐‘‘๐‘ฆ๐‘™๐‘Ÿ"

#: ../src/eom-print-image-setup.c:834
msgid "Image"
msgstr "๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../src/eom-print-image-setup.c:835
msgid "The image whose printing properties will be setup"
msgstr "๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘ฃ๐‘ต๐‘Ÿ ๐‘๐‘ฎ๐‘ฆ๐‘ฏ๐‘‘๐‘ฆ๐‘™ ๐‘๐‘ฎ๐‘ช๐‘๐‘ผ๐‘‘๐‘ฆ๐‘Ÿ ๐‘ข๐‘ฆ๐‘ค ๐‘š๐‘ฐ ๐‘•๐‘ง๐‘‘๐‘ณ๐‘"

#: ../src/eom-print-image-setup.c:841
msgid "Page Setup"
msgstr "๐‘๐‘ฑ๐‘ก ๐‘•๐‘ง๐‘‘๐‘ณ๐‘"

#: ../src/eom-print-image-setup.c:842
msgid "The information for the page where the image will be printed"
msgstr "๐‘ž ๐‘ฆ๐‘ฏ๐‘“๐‘ผ๐‘ฅ๐‘ฑ๐‘–๐‘ฉ๐‘ฏ ๐‘“๐‘น ๐‘ž ๐‘๐‘ฑ๐‘ก ๐‘ข๐‘บ ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘ข๐‘ฆ๐‘ค ๐‘š๐‘ฐ ๐‘๐‘ฎ๐‘ฆ๐‘ฏ๐‘‘๐‘ฉ๐‘›"

#: ../src/eom-print-image-setup.c:870
msgid "Position"
msgstr "๐‘๐‘ฉ๐‘Ÿ๐‘ฆ๐‘–๐‘ฉ๐‘ฏ"

#: ../src/eom-print-image-setup.c:875
msgid "_Left:"
msgstr "_๐‘ค๐‘ง๐‘“๐‘‘:"

#: ../src/eom-print-image-setup.c:876
msgid "_Right:"
msgstr "_๐‘ฎ๐‘ฒ๐‘‘:"

#: ../src/eom-print-image-setup.c:877
msgid "_Top:"
msgstr "_๐‘‘๐‘ช๐‘:"

#: ../src/eom-print-image-setup.c:878
msgid "_Bottom:"
msgstr "_๐‘š๐‘ช๐‘‘๐‘ซ๐‘ฅ:"

#: ../src/eom-print-image-setup.c:880
msgid "C_enter:"
msgstr "๐‘•_๐‘ง๐‘ฏ๐‘‘๐‘ผ:"

#: ../src/eom-print-image-setup.c:885
msgid "None"
msgstr "๐‘ฏ๐‘ณ๐‘ฏ"

#: ../src/eom-print-image-setup.c:887
msgid "Horizontal"
msgstr "๐‘ฃ๐‘ช๐‘ฎ๐‘ฆ๐‘Ÿ๐‘ช๐‘ฏ๐‘‘๐‘ฉ๐‘ค"

#: ../src/eom-print-image-setup.c:889
msgid "Vertical"
msgstr "๐‘๐‘ป๐‘‘๐‘ฆ๐‘’๐‘ฉ๐‘ค"

#: ../src/eom-print-image-setup.c:891
msgid "Both"
msgstr "๐‘š๐‘ด๐‘”"

#: ../src/eom-print-image-setup.c:907
msgid "Size"
msgstr "๐‘•๐‘ฒ๐‘Ÿ"

#: ../src/eom-print-image-setup.c:912
msgid "_Width:"
msgstr "_๐‘ข๐‘ฆ๐‘›๐‘”:"

#: ../src/eom-print-image-setup.c:914
msgid "_Height:"
msgstr "_๐‘ฃ๐‘ฒ๐‘‘:"

#: ../src/eom-print-image-setup.c:917
msgid "_Scaling:"
msgstr "_๐‘•๐‘’๐‘ฑ๐‘ค๐‘ฆ๐‘™:"

#: ../src/eom-print-image-setup.c:930
msgid "_Unit:"
msgstr "_๐‘ฟ๐‘ฏ๐‘ฆ๐‘‘:"

#: ../src/eom-print-image-setup.c:935
msgid "Millimeters"
msgstr "๐‘ฅ๐‘ฆ๐‘ค๐‘ฉ๐‘ฅ๐‘ฐ๐‘‘๐‘ป๐‘Ÿ"

#: ../src/eom-print-image-setup.c:937
msgid "Inches"
msgstr "๐‘ฆ๐‘ฏ๐‘—๐‘ฉ๐‘Ÿ"

#: ../src/eom-print-image-setup.c:967
msgid "Preview"
msgstr "๐‘๐‘ฎ๐‘ฐ๐‘๐‘ฟ"

#: ../src/eom-properties-dialog.c:154
msgid "Unknown"
msgstr "๐‘ณ๐‘ฏ๐‘ด๐‘ฏ"

#. TRANSLATORS: This is the actual focal length used when
#. the image was taken.
#: ../src/eom-properties-dialog.c:232
#, c-format
msgid "%.1f (lens)"
msgstr "%.1f (๐‘ค๐‘ง๐‘ฏ๐‘Ÿ)"

#. Print as float to get a similar look as above.
#. TRANSLATORS: This is the equivalent focal length assuming
#. a 35mm film camera.
#: ../src/eom-properties-dialog.c:243
#, c-format
msgid "%.1f (35mm film)"
msgstr "%.1f (35mm ๐‘“๐‘ฆ๐‘ค๐‘ฅ)"

#: ../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:125
#, c-format
msgid "%d / %d"
msgstr "%d / %d"

#: ../src/eom-thumb-view.c:407
msgid "Taken on"
msgstr "๐‘‘๐‘ฑ๐‘’๐‘ฉ๐‘ฏ ๐‘ช๐‘ฏ"

#: ../src/eom-uri-converter.c:984
#, c-format
msgid "At least two file names are equal."
msgstr "๐‘จ๐‘‘ ๐‘ค๐‘ฐ๐‘•๐‘‘ ๐‘‘๐‘ต ๐‘“๐‘ฒ๐‘ค ๐‘ฏ๐‘ฑ๐‘ฅ๐‘Ÿ ๐‘ธ ๐‘ฐ๐‘’๐‘ข๐‘ฉ๐‘ค."

#: ../src/eom-util.c:68
msgid "Could not display help for Eye of MATE"
msgstr "๐‘’๐‘ซ๐‘› ๐‘ฏ๐‘ช๐‘‘ ๐‘›๐‘ฉ๐‘•๐‘๐‘ค๐‘ฑ ๐‘ฃ๐‘ง๐‘ค๐‘ ๐‘“๐‘น ๐‘ฒ ๐‘ ยท๐‘œ๐‘ฏ๐‘ด๐‘ฅ"

#: ../src/eom-util.c:116
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:770
#, c-format
msgid "%i x %i pixel  %s    %i%%"
msgid_plural "%i x %i pixels  %s    %i%%"
msgstr[0] "%i ๐‘ง๐‘’๐‘• %i ๐‘๐‘ฆ๐‘’๐‘•๐‘ฉ๐‘ค  %s    %i%%"
msgstr[1] "%i ๐‘ง๐‘’๐‘• %i ๐‘๐‘ฆ๐‘’๐‘•๐‘ฉ๐‘ค๐‘Ÿ  %s    %i%%"

#: ../src/eom-window.c:1188
#, c-format
msgid "Use \"%s\" to open the selected image"
msgstr "๐‘ฟ๐‘Ÿ \"%s\" ๐‘‘ ๐‘ด๐‘๐‘ฉ๐‘ฏ ๐‘ž ๐‘•๐‘ฉ๐‘ค๐‘ง๐‘’๐‘‘๐‘ฉ๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#. Translators: This string is displayed in the statusbar
#. * while saving images. The tokens are from left to right:
#. * - the original filename
#. * - the current image's position in the queue
#. * - the total number of images queued for saving
#: ../src/eom-window.c:1338
#, c-format
msgid "Saving image \"%s\" (%u/%u)"
msgstr "๐‘•๐‘ฑ๐‘๐‘ฆ๐‘™ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก \"%s\" (%u/%u)"

#: ../src/eom-window.c:1677
#, c-format
msgid "Loading image \"%s\""
msgstr "๐‘ค๐‘ด๐‘›๐‘ฆ๐‘™ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก \"%s\""

#: ../src/eom-window.c:2376
#, c-format
msgid ""
"Error printing file:\n"
"%s"
msgstr ""
"๐‘ป๐‘ผ ๐‘๐‘ฎ๐‘ฆ๐‘ฏ๐‘‘๐‘ฆ๐‘™ ๐‘“๐‘ฒ๐‘ค:\n"
"%s"

#: ../src/eom-window.c:2518
msgid "Toolbar Editor"
msgstr "๐‘‘๐‘ต๐‘ค๐‘š๐‘ธ ๐‘ง๐‘›๐‘ฆ๐‘‘๐‘น"

#: ../src/eom-window.c:2521
msgid "_Reset to Default"
msgstr "_๐‘ฎ๐‘ฐ๐‘•๐‘ง๐‘‘ ๐‘‘ ๐‘›๐‘ฆ๐‘“๐‘ท๐‘ค๐‘‘"

#: ../src/eom-window.c:2607
msgid "translator-credits"
msgstr "๐‘‘๐‘ฎ๐‘ฉ๐‘ฏ๐‘•๐‘ค๐‘ฑ๐‘‘๐‘ผ-๐‘’๐‘ฎ๐‘ง๐‘›๐‘ฆ๐‘‘๐‘•"

#: ../src/eom-window.c:2610
msgid ""
"This program 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.\n"
msgstr ""
"๐‘ž๐‘ฆ๐‘• ๐‘๐‘ฎ๐‘ด๐‘œ๐‘ฎ๐‘จ๐‘ฅ ๐‘ฆ๐‘Ÿ ๐‘“๐‘ฎ๐‘ฐ ๐‘•๐‘ช๐‘“๐‘‘๐‘ข๐‘บ; ๐‘ฟ ๐‘’๐‘จ๐‘ฏ ๐‘ฎ๐‘ฐ๐‘›๐‘ฆ๐‘•๐‘‘๐‘ฎ๐‘ฆ๐‘š๐‘ฟ๐‘‘ ๐‘ฆ๐‘‘ ๐‘ฏ/๐‘น ๐‘ฅ๐‘ช๐‘›๐‘ฆ๐‘“๐‘ฒ ๐‘ฆ๐‘‘ ๐‘ณ๐‘ฏ๐‘›๐‘ผ ๐‘ž ๐‘‘๐‘ป๐‘ฅ๐‘Ÿ ๐‘ "
"๐‘ž ยท๐‘œ๐‘ฏ๐‘ฟ ๐‘ก๐‘ง๐‘ฏ๐‘ผ๐‘ฉ๐‘ค ๐‘๐‘ณ๐‘š๐‘ค๐‘ฆ๐‘’ ๐‘ค๐‘ฒ๐‘•๐‘ฉ๐‘ฏ๐‘• ๐‘จ๐‘Ÿ ๐‘๐‘ณ๐‘š๐‘ค๐‘ฆ๐‘–๐‘‘ ๐‘š๐‘ฒ ๐‘ž ๐‘“๐‘ฎ๐‘ฐ ๐‘•๐‘ช๐‘“๐‘‘๐‘ข๐‘บ ๐‘“๐‘ฌ๐‘ฏ๐‘›๐‘ฑ๐‘–๐‘ฉ๐‘ฏ; ๐‘ฒ๐‘ž๐‘ผ ๐‘๐‘ป๐‘ ๐‘ฉ๐‘ฏ 2 "
"๐‘ ๐‘ž ๐‘ค๐‘ฒ๐‘•๐‘ฉ๐‘ฏ๐‘•, ๐‘น (๐‘จ๐‘‘ ๐‘ฟ๐‘ผ ๐‘ช๐‘๐‘–๐‘ฉ๐‘ฏ) ๐‘ง๐‘ฏ๐‘ฆ ๐‘ค๐‘ฑ๐‘‘๐‘ผ ๐‘๐‘ป๐‘ ๐‘ฉ๐‘ฏ.\n"

#: ../src/eom-window.c:2618
msgid ""
"You should have received a copy of the GNU General Public License along with "
"this program; if not, write to the Free Software Foundation, Inc., 59 Temple "
"Place - Suite 330, Boston, MA 02111-1307, USA."
msgstr ""
"๐‘ฟ ๐‘–๐‘ซ๐‘› ๐‘ฃ๐‘จ๐‘ ๐‘ฎ๐‘ฆ๐‘•๐‘ฐ๐‘๐‘› ๐‘ฉ ๐‘’๐‘ช๐‘๐‘ฆ ๐‘ ๐‘ž ยท๐‘œ๐‘ฏ๐‘ฟ ๐‘ก๐‘ง๐‘ฏ๐‘ผ๐‘ฉ๐‘ค ๐‘๐‘ณ๐‘š๐‘ค๐‘ฆ๐‘’ ๐‘ค๐‘ฒ๐‘•๐‘ฉ๐‘ฏ๐‘• ๐‘ฉ๐‘ค๐‘ช๐‘™ ๐‘ข๐‘ฆ๐‘ž ๐‘ž๐‘ฆ๐‘• ๐‘๐‘ฎ๐‘ด๐‘œ๐‘ฎ๐‘จ๐‘ฅ; "
"๐‘ฆ๐‘“ ๐‘ฏ๐‘ช๐‘‘, ๐‘ฎ๐‘ฒ๐‘‘ ๐‘‘ ๐‘ž ๐‘“๐‘ฎ๐‘ฐ ๐‘•๐‘ช๐‘“๐‘‘๐‘ข๐‘บ ๐‘“๐‘ฌ๐‘ฏ๐‘›๐‘ฑ๐‘–๐‘ฉ๐‘ฏ, ๐‘ฆ๐‘™๐‘’., 59 ๐‘‘๐‘ง๐‘ฅ๐‘๐‘ฉ๐‘ค ๐‘๐‘ค๐‘ฑ๐‘• - ๐‘•๐‘ข๐‘ฐ๐‘‘ 330, "
"ยท๐‘š๐‘ช๐‘•๐‘‘๐‘ฉ๐‘ฏ, ๐‘ฅ๐‘ถ 02111-1307, USA."

#: ../src/eom-window.c:2631
msgid "Eye of MATE"
msgstr "๐‘ฒ ๐‘ ยท๐‘œ๐‘ฏ๐‘ด๐‘ฅ"

#: ../src/eom-window.c:2634
msgid "The MATE image viewer."
msgstr "๐‘ž ยท๐‘œ๐‘ฏ๐‘ด๐‘ฅ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘๐‘ฟ๐‘ผ."

#: ../src/eom-window.c:3075
msgid "Saving image locally..."
msgstr "๐‘•๐‘ฑ๐‘๐‘ฆ๐‘™ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘ค๐‘ด๐‘’๐‘ฉ๐‘ค๐‘ฆ..."

#: ../src/eom-window.c:3157
#, c-format
msgid ""
"Are you sure you want to move\n"
"\"%s\" to the trash?"
msgstr ""
"๐‘ธ ๐‘ฟ ๐‘–๐‘ซ๐‘ผ ๐‘ฟ ๐‘ข๐‘ช๐‘ฏ๐‘‘ ๐‘‘ ๐‘ฅ๐‘ต๐‘\n"
"\"%s\" ๐‘‘ ๐‘ž ๐‘‘๐‘ฎ๐‘จ๐‘–?"

#: ../src/eom-window.c:3165
#, c-format
msgid ""
"Are you sure you want to move\n"
"the selected image to the trash?"
msgid_plural ""
"Are you sure you want to move\n"
"the %d selected images to the trash?"
msgstr[0] ""
"๐‘ธ ๐‘ฟ ๐‘–๐‘ซ๐‘ผ ๐‘ฟ ๐‘ข๐‘ช๐‘ฏ๐‘‘ ๐‘‘ ๐‘ฅ๐‘ต๐‘\n"
"๐‘ž ๐‘•๐‘ฉ๐‘ค๐‘ง๐‘’๐‘‘๐‘ฉ๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘‘ ๐‘ž ๐‘‘๐‘ฎ๐‘จ๐‘–?"
msgstr[1] ""
"๐‘ธ ๐‘ฟ ๐‘–๐‘ซ๐‘ผ ๐‘ฟ ๐‘ข๐‘ช๐‘ฏ๐‘‘ ๐‘‘ ๐‘ฅ๐‘ต๐‘\n"
"๐‘ž %d ๐‘•๐‘ฉ๐‘ค๐‘ง๐‘’๐‘‘๐‘ฉ๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ง๐‘Ÿ ๐‘‘ ๐‘ž ๐‘‘๐‘ฎ๐‘จ๐‘–?"

#: ../src/eom-window.c:3170
msgid ""
"Some of the selected images can't be moved to the trash and will be removed "
"permanently. Are you sure you want to proceed?"
msgstr ""
"๐‘•๐‘ณ๐‘ฅ ๐‘ ๐‘ž ๐‘•๐‘ฉ๐‘ค๐‘ง๐‘’๐‘‘๐‘ฉ๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ฉ๐‘Ÿ ๐‘’๐‘ญ๐‘ฏ๐‘‘ ๐‘š๐‘ฐ ๐‘ฅ๐‘ต๐‘๐‘› ๐‘‘ ๐‘ž ๐‘‘๐‘ฎ๐‘จ๐‘– ๐‘ฏ ๐‘ข๐‘ฆ๐‘ค ๐‘š๐‘ฐ ๐‘ฎ๐‘ฆ๐‘ฅ๐‘ต๐‘๐‘› ๐‘๐‘ป๐‘ฅ๐‘ฉ๐‘ฏ๐‘ฉ๐‘ฏ๐‘‘๐‘ค๐‘ฆ. "
"๐‘ธ ๐‘ฟ ๐‘–๐‘ซ๐‘ผ ๐‘ฟ ๐‘ข๐‘ช๐‘ฏ๐‘‘ ๐‘‘ ๐‘๐‘ฎ๐‘ฉ๐‘•๐‘ฐ๐‘›?"

#: ../src/eom-window.c:3187 ../src/eom-window.c:3614 ../src/eom-window.c:3638
msgid "Move to _Trash"
msgstr "๐‘ฅ๐‘ต๐‘ ๐‘‘ _๐‘‘๐‘ฎ๐‘จ๐‘–"

#: ../src/eom-window.c:3189
msgid "_Do not ask again during this session"
msgstr "_๐‘›๐‘ต ๐‘ฏ๐‘ช๐‘‘ ๐‘ญ๐‘•๐‘’ ๐‘ฉ๐‘œ๐‘ฑ๐‘ฏ ๐‘›๐‘˜๐‘ซ๐‘ผ๐‘ฆ๐‘™ ๐‘ž๐‘ฆ๐‘• ๐‘•๐‘ง๐‘–๐‘ฉ๐‘ฏ"

#: ../src/eom-window.c:3327
#, c-format
msgid "Error on deleting image %s"
msgstr "๐‘ป๐‘ผ ๐‘ช๐‘ฏ ๐‘›๐‘ฆ๐‘ค๐‘ฐ๐‘‘๐‘ฆ๐‘™ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก %s"

#: ../src/eom-window.c:3534
msgid "_File"
msgstr "_๐‘“๐‘ฒ๐‘ค"

#: ../src/eom-window.c:3535
msgid "_Edit"
msgstr "_๐‘ง๐‘›๐‘ฆ๐‘‘"

#: ../src/eom-window.c:3536
msgid "_View"
msgstr "_๐‘๐‘ฟ"

#: ../src/eom-window.c:3537
msgid "_Image"
msgstr "_๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../src/eom-window.c:3538
msgid "_Go"
msgstr "_๐‘œ๐‘ด"

#: ../src/eom-window.c:3539
msgid "_Tools"
msgstr "_๐‘‘๐‘ต๐‘ค๐‘Ÿ"

#: ../src/eom-window.c:3540
msgid "_Help"
msgstr "_๐‘ฃ๐‘ง๐‘ค๐‘"

#: ../src/eom-window.c:3542
msgid "_Open..."
msgstr "_๐‘ด๐‘๐‘ฉ๐‘ฏ..."

#: ../src/eom-window.c:3543
msgid "Open a file"
msgstr "๐‘ด๐‘๐‘ฉ๐‘ฏ ๐‘ฉ ๐‘“๐‘ฒ๐‘ค"

#: ../src/eom-window.c:3545
msgid "_Close"
msgstr "_๐‘’๐‘ค๐‘ด๐‘Ÿ"

#: ../src/eom-window.c:3546
msgid "Close window"
msgstr "๐‘’๐‘ค๐‘ด๐‘Ÿ ๐‘ข๐‘ฆ๐‘ฏ๐‘›๐‘ด"

#: ../src/eom-window.c:3548
msgid "T_oolbar"
msgstr "๐‘‘_๐‘ต๐‘ค๐‘š๐‘ธ"

#: ../src/eom-window.c:3549
msgid "Edit the application toolbar"
msgstr "๐‘ง๐‘›๐‘ฆ๐‘‘ ๐‘ž ๐‘ฉ๐‘๐‘ค๐‘ฆ๐‘’๐‘ฑ๐‘•๐‘ฉ๐‘ฏ ๐‘‘๐‘ต๐‘ค๐‘š๐‘ธ"

#: ../src/eom-window.c:3551
msgid "Prefere_nces"
msgstr "๐‘๐‘ฎ๐‘ง๐‘“๐‘ผ๐‘ฉ_๐‘ฏ๐‘•๐‘ง๐‘Ÿ"

#: ../src/eom-window.c:3552
msgid "Preferences for Eye of MATE"
msgstr "๐‘๐‘ฎ๐‘ง๐‘“๐‘ผ๐‘ฉ๐‘ฏ๐‘•๐‘ฉ๐‘Ÿ ๐‘“๐‘น ๐‘ฒ ๐‘ ยท๐‘œ๐‘ฏ๐‘ด๐‘ฅ"

#: ../src/eom-window.c:3554
msgid "_Contents"
msgstr "_๐‘’๐‘ช๐‘ฏ๐‘‘๐‘ฉ๐‘ฏ๐‘‘๐‘•"

#: ../src/eom-window.c:3555
msgid "Help on this application"
msgstr "๐‘ฃ๐‘ง๐‘ค๐‘ ๐‘ช๐‘ฏ ๐‘ž๐‘ฆ๐‘• ๐‘ฉ๐‘๐‘ค๐‘ฆ๐‘’๐‘ฑ๐‘•๐‘ฉ๐‘ฏ"

#: ../src/eom-window.c:3557 ../src/eom-plugin-manager.c:505
msgid "_About"
msgstr "_๐‘ฉ๐‘š๐‘ฌ๐‘‘"

#: ../src/eom-window.c:3558
msgid "About this application"
msgstr "๐‘ฉ๐‘š๐‘ฌ๐‘‘ ๐‘ž๐‘ฆ๐‘• ๐‘ฉ๐‘๐‘ค๐‘ฆ๐‘’๐‘ฑ๐‘•๐‘ฉ๐‘ฏ"

#: ../src/eom-window.c:3563
msgid "_Toolbar"
msgstr "_๐‘‘๐‘ต๐‘ค๐‘š๐‘ธ"

#: ../src/eom-window.c:3564
msgid "Changes the visibility of the toolbar in the current window"
msgstr "๐‘—๐‘ฑ๐‘ฏ๐‘ก๐‘ฉ๐‘Ÿ ๐‘ž ๐‘๐‘ฆ๐‘Ÿ๐‘ฆ๐‘š๐‘ฆ๐‘ค๐‘ฆ๐‘‘๐‘ฆ ๐‘ ๐‘ž ๐‘‘๐‘ต๐‘ค๐‘š๐‘ธ ๐‘ฆ๐‘ฏ ๐‘ž ๐‘’๐‘ณ๐‘ฎ๐‘ฉ๐‘ฏ๐‘‘ ๐‘ข๐‘ฆ๐‘ฏ๐‘›๐‘ด"

#: ../src/eom-window.c:3569
msgid "_Image Collection"
msgstr "_๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘’๐‘ฉ๐‘ค๐‘ง๐‘’๐‘–๐‘ฉ๐‘ฏ"

#: ../src/eom-window.c:3570
msgid ""
"Changes the visibility of the image collection pane in the current window"
msgstr "๐‘—๐‘ฑ๐‘ฏ๐‘ก๐‘ฉ๐‘Ÿ ๐‘ž ๐‘๐‘ฆ๐‘Ÿ๐‘ฆ๐‘š๐‘ฆ๐‘ค๐‘ฆ๐‘‘๐‘ฆ ๐‘ ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘’๐‘ฉ๐‘ค๐‘ง๐‘’๐‘–๐‘ฉ๐‘ฏ ๐‘๐‘ฑ๐‘ฏ ๐‘ฆ๐‘ฏ ๐‘ž ๐‘’๐‘ณ๐‘ฎ๐‘ฉ๐‘ฏ๐‘‘ ๐‘ข๐‘ฆ๐‘ฏ๐‘›๐‘ด"

#: ../src/eom-window.c:3572
msgid "Side _Pane"
msgstr "๐‘•๐‘ฒ๐‘› _๐‘๐‘ฑ๐‘ฏ"

#: ../src/eom-window.c:3573
msgid "Changes the visibility of the side pane in the current window"
msgstr "๐‘—๐‘ฑ๐‘ฏ๐‘ก๐‘ฉ๐‘Ÿ ๐‘ž ๐‘๐‘ฆ๐‘Ÿ๐‘ฆ๐‘š๐‘ฆ๐‘ค๐‘ฆ๐‘‘๐‘ฆ ๐‘ ๐‘ž ๐‘•๐‘ฒ๐‘› ๐‘๐‘ฑ๐‘ฏ ๐‘ฆ๐‘ฏ ๐‘ž ๐‘’๐‘ณ๐‘ฎ๐‘ฉ๐‘ฏ๐‘‘ ๐‘ข๐‘ฆ๐‘ฏ๐‘›๐‘ด"

#: ../src/eom-window.c:3578
msgid "_Save"
msgstr "_๐‘•๐‘ฑ๐‘"

#: ../src/eom-window.c:3579
msgid "Save changes in currently selected images"
msgstr "๐‘•๐‘ฑ๐‘ ๐‘—๐‘ฑ๐‘ฏ๐‘ก๐‘ฉ๐‘Ÿ ๐‘ฆ๐‘ฏ ๐‘’๐‘ณ๐‘ฎ๐‘ฉ๐‘ฏ๐‘‘๐‘ค๐‘ฆ ๐‘•๐‘ฉ๐‘ค๐‘ง๐‘’๐‘‘๐‘ฉ๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ฉ๐‘Ÿ"

#: ../src/eom-window.c:3581
msgid "Open _with"
msgstr "๐‘ด๐‘๐‘ฉ๐‘ฏ _๐‘ข๐‘ฆ๐‘ž"

#: ../src/eom-window.c:3582
msgid "Open the selected image with a different application"
msgstr "๐‘ด๐‘๐‘ฉ๐‘ฏ ๐‘ž ๐‘•๐‘ฉ๐‘ค๐‘ง๐‘’๐‘‘๐‘ฉ๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘ข๐‘ฆ๐‘ž ๐‘ฉ ๐‘›๐‘ฆ๐‘“๐‘ผ๐‘ฉ๐‘ฏ๐‘‘ ๐‘ฉ๐‘๐‘ค๐‘ฆ๐‘’๐‘ฑ๐‘•๐‘ฉ๐‘ฏ"

#: ../src/eom-window.c:3584
msgid "Save _As..."
msgstr "๐‘•๐‘ฑ๐‘ _๐‘จ๐‘Ÿ..."

#: ../src/eom-window.c:3585
msgid "Save the selected images with a different name"
msgstr "๐‘•๐‘ฑ๐‘ ๐‘ž ๐‘•๐‘ฉ๐‘ค๐‘ง๐‘’๐‘‘๐‘ฉ๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก๐‘ฉ๐‘Ÿ ๐‘ข๐‘ฆ๐‘ž ๐‘ฉ ๐‘›๐‘ฆ๐‘“๐‘ผ๐‘ฉ๐‘ฏ๐‘‘ ๐‘ฏ๐‘ฑ๐‘ฅ"

#: ../src/eom-window.c:3588
msgid "Setup the page properties for printing"
msgstr "๐‘•๐‘ง๐‘‘๐‘ณ๐‘ ๐‘ž ๐‘๐‘ฑ๐‘ก ๐‘๐‘ฎ๐‘ช๐‘๐‘ผ๐‘‘๐‘ฆ๐‘Ÿ ๐‘“๐‘น ๐‘๐‘ฎ๐‘ฆ๐‘ฏ๐‘‘๐‘ฆ๐‘™"

#: ../src/eom-window.c:3590
msgid "_Print..."
msgstr "_๐‘๐‘ฎ๐‘ฆ๐‘ฏ๐‘‘..."

#: ../src/eom-window.c:3591
msgid "Print the selected image"
msgstr "๐‘๐‘ฎ๐‘ฆ๐‘ฏ๐‘‘ ๐‘ž ๐‘•๐‘ฉ๐‘ค๐‘ง๐‘’๐‘‘๐‘ฉ๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../src/eom-window.c:3593
msgid "Prope_rties"
msgstr "๐‘๐‘ฎ๐‘ช๐‘_๐‘ผ๐‘‘๐‘ฆ๐‘Ÿ"

#: ../src/eom-window.c:3596
msgid "_Undo"
msgstr "_๐‘ณ๐‘ฏ๐‘›๐‘ต"

#: ../src/eom-window.c:3597
msgid "Undo the last change in the image"
msgstr "๐‘ณ๐‘ฏ๐‘›๐‘ต ๐‘ž ๐‘ค๐‘ญ๐‘•๐‘‘ ๐‘—๐‘ฑ๐‘ฏ๐‘ก ๐‘ฆ๐‘ฏ ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../src/eom-window.c:3599
msgid "Flip _Horizontal"
msgstr "๐‘“๐‘ค๐‘ฆ๐‘ _๐‘ฃ๐‘ช๐‘ฎ๐‘ฆ๐‘Ÿ๐‘ช๐‘ฏ๐‘‘๐‘ฉ๐‘ค"

#: ../src/eom-window.c:3600
msgid "Mirror the image horizontally"
msgstr "๐‘ฅ๐‘ฆ๐‘ฎ๐‘ผ ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘ฃ๐‘ช๐‘ฎ๐‘ฆ๐‘Ÿ๐‘ช๐‘ฏ๐‘‘๐‘ฉ๐‘ค๐‘ฆ"

#: ../src/eom-window.c:3602
msgid "Flip _Vertical"
msgstr "๐‘“๐‘ค๐‘ฆ๐‘ _๐‘๐‘ป๐‘‘๐‘ฆ๐‘’๐‘ฉ๐‘ค"

#: ../src/eom-window.c:3603
msgid "Mirror the image vertically"
msgstr "๐‘ฅ๐‘ฆ๐‘ฎ๐‘ผ ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘๐‘ป๐‘‘๐‘ฆ๐‘’๐‘ฉ๐‘ค๐‘ฆ"

#: ../src/eom-window.c:3605
msgid "_Rotate Clockwise"
msgstr "_๐‘ฎ๐‘ด๐‘‘๐‘ฑ๐‘‘ ๐‘’๐‘ค๐‘ญ๐‘’๐‘ข๐‘ฒ๐‘Ÿ"

#: ../src/eom-window.c:3606
msgid "Rotate the image 90 degrees to the right"
msgstr "๐‘ฎ๐‘ด๐‘‘๐‘ฑ๐‘‘ ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก 90 ๐‘›๐‘ฆ๐‘œ๐‘ฎ๐‘ฐ๐‘Ÿ ๐‘‘ ๐‘ž ๐‘ฎ๐‘ฒ๐‘‘"

#: ../src/eom-window.c:3608
msgid "Rotate Counterc_lockwise"
msgstr "๐‘ฎ๐‘ด๐‘‘๐‘ฑ๐‘‘ ๐‘’๐‘ฌ๐‘ฏ๐‘‘๐‘ผ๐‘’_๐‘ค๐‘ญ๐‘’๐‘ข๐‘ฒ๐‘Ÿ"

#: ../src/eom-window.c:3609
msgid "Rotate the image 90 degrees to the left"
msgstr "๐‘ฎ๐‘ด๐‘‘๐‘ฑ๐‘‘ ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก 90 ๐‘›๐‘ฆ๐‘œ๐‘ฎ๐‘ฐ๐‘Ÿ ๐‘‘ ๐‘ž ๐‘ค๐‘ง๐‘“๐‘‘"

#: ../src/eom-window.c:3611
msgid "Set as _Desktop Background"
msgstr "๐‘•๐‘ง๐‘‘ ๐‘จ๐‘Ÿ _๐‘›๐‘ง๐‘•๐‘’๐‘‘๐‘ช๐‘ ๐‘š๐‘จ๐‘’๐‘œ๐‘ฎ๐‘ฌ๐‘ฏ๐‘›"

#: ../src/eom-window.c:3612
msgid "Set the selected image as the desktop background"
msgstr "๐‘•๐‘ง๐‘‘ ๐‘ž ๐‘•๐‘ฉ๐‘ค๐‘ง๐‘’๐‘‘๐‘ฉ๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘จ๐‘Ÿ ๐‘ž ๐‘›๐‘ง๐‘•๐‘’๐‘‘๐‘ช๐‘ ๐‘š๐‘จ๐‘’๐‘œ๐‘ฎ๐‘ฌ๐‘ฏ๐‘›"

#: ../src/eom-window.c:3615
msgid "Move the selected image to the trash folder"
msgstr "๐‘ฅ๐‘ต๐‘ ๐‘ž ๐‘•๐‘ฉ๐‘ค๐‘ง๐‘’๐‘‘๐‘ฉ๐‘› ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘‘ ๐‘ž ๐‘‘๐‘ฎ๐‘จ๐‘– ๐‘“๐‘ด๐‘ค๐‘›๐‘ผ"

#: ../src/eom-window.c:3617 ../src/eom-window.c:3629 ../src/eom-window.c:3632
msgid "_Zoom In"
msgstr "_๐‘Ÿ๐‘ต๐‘ฅ ๐‘ฆ๐‘ฏ"

#: ../src/eom-window.c:3618 ../src/eom-window.c:3630
msgid "Enlarge the image"
msgstr "๐‘ง๐‘ฏ๐‘ค๐‘ธ๐‘ก ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../src/eom-window.c:3620 ../src/eom-window.c:3635
msgid "Zoom _Out"
msgstr "๐‘Ÿ๐‘ต๐‘ฅ _๐‘ฌ๐‘‘"

#: ../src/eom-window.c:3621 ../src/eom-window.c:3633 ../src/eom-window.c:3636
msgid "Shrink the image"
msgstr "๐‘–๐‘ฎ๐‘ฐ๐‘™๐‘’ ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../src/eom-window.c:3623
msgid "_Normal Size"
msgstr "_๐‘ฏ๐‘น๐‘ฅ๐‘ฉ๐‘ค ๐‘•๐‘ฒ๐‘Ÿ"

#: ../src/eom-window.c:3624
msgid "Show the image at its normal size"
msgstr "๐‘–๐‘ด ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘จ๐‘‘ ๐‘ฆ๐‘‘๐‘• ๐‘ฏ๐‘น๐‘ฅ๐‘ฉ๐‘ค ๐‘•๐‘ฒ๐‘Ÿ"

#: ../src/eom-window.c:3626
msgid "Best _Fit"
msgstr "๐‘š๐‘ง๐‘•๐‘‘ _๐‘“๐‘ฆ๐‘‘"

#: ../src/eom-window.c:3627
msgid "Fit the image to the window"
msgstr "๐‘“๐‘ฆ๐‘‘ ๐‘ž ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘‘ ๐‘ž ๐‘ข๐‘ฆ๐‘ฏ๐‘›๐‘ด"

#: ../src/eom-window.c:3644
msgid "_Full Screen"
msgstr "_๐‘“๐‘ซ๐‘ค ๐‘•๐‘’๐‘ฎ๐‘ฐ๐‘ฏ"

#: ../src/eom-window.c:3650 ../src/eom-window.c:3662
msgid "_Previous Image"
msgstr "_๐‘๐‘ฎ๐‘ฐ๐‘๐‘ฆ๐‘ฉ๐‘• ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../src/eom-window.c:3651
msgid "Go to the previous image of the collection"
msgstr "๐‘œ๐‘ด ๐‘‘ ๐‘ž ๐‘๐‘ฎ๐‘ฐ๐‘๐‘ฆ๐‘ฉ๐‘• ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘ ๐‘ž ๐‘’๐‘ฉ๐‘ค๐‘ง๐‘’๐‘–๐‘ฉ๐‘ฏ"

#: ../src/eom-window.c:3653
msgid "_Next Image"
msgstr "_๐‘ฏ๐‘ง๐‘’๐‘•๐‘‘ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../src/eom-window.c:3654
msgid "Go to the next image of the collection"
msgstr "๐‘œ๐‘ด ๐‘‘ ๐‘ž ๐‘ฏ๐‘ง๐‘’๐‘•๐‘‘ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘ ๐‘ž ๐‘’๐‘ฉ๐‘ค๐‘ง๐‘’๐‘–๐‘ฉ๐‘ฏ"

#: ../src/eom-window.c:3656 ../src/eom-window.c:3665
msgid "_First Image"
msgstr "_๐‘“๐‘ป๐‘•๐‘‘ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../src/eom-window.c:3657
msgid "Go to the first image of the collection"
msgstr "๐‘œ๐‘ด ๐‘‘ ๐‘ž ๐‘“๐‘ป๐‘•๐‘‘ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘ ๐‘ž ๐‘’๐‘ฉ๐‘ค๐‘ง๐‘’๐‘–๐‘ฉ๐‘ฏ"

#: ../src/eom-window.c:3659 ../src/eom-window.c:3668
msgid "_Last Image"
msgstr "_๐‘ค๐‘ญ๐‘•๐‘‘ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก"

#: ../src/eom-window.c:3660
msgid "Go to the last image of the collection"
msgstr "๐‘œ๐‘ด ๐‘‘ ๐‘ž ๐‘ค๐‘ญ๐‘•๐‘‘ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘ ๐‘ž ๐‘’๐‘ฉ๐‘ค๐‘ง๐‘’๐‘–๐‘ฉ๐‘ฏ"

#: ../src/eom-window.c:3741
msgid "Previous"
msgstr "๐‘๐‘ฎ๐‘ฐ๐‘๐‘ฆ๐‘ฉ๐‘•"

#: ../src/eom-window.c:3745
msgid "Next"
msgstr "๐‘ฏ๐‘ง๐‘’๐‘•๐‘‘"

#: ../src/eom-window.c:3749
msgid "Right"
msgstr "๐‘ฎ๐‘ฒ๐‘‘"

#: ../src/eom-window.c:3752
msgid "Left"
msgstr "๐‘ค๐‘ง๐‘“๐‘‘"

#: ../src/eom-window.c:3755
msgid "In"
msgstr "๐‘ฆ๐‘ฏ"

#: ../src/eom-window.c:3758
msgid "Out"
msgstr "๐‘ฌ๐‘‘"

#: ../src/eom-window.c:3761
msgid "Normal"
msgstr "๐‘ฏ๐‘น๐‘ฅ๐‘ฉ๐‘ค"

#: ../src/eom-window.c:3764
msgid "Fit"
msgstr "๐‘“๐‘ฆ๐‘‘"

#: ../src/eom-window.c:3767
msgid "Collection"
msgstr "๐‘’๐‘ฉ๐‘ค๐‘ง๐‘’๐‘–๐‘ฉ๐‘ฏ"

#: ../src/eom-window.c:3770
msgctxt "action (to trash)"
msgid "Trash"
msgstr "๐‘‘๐‘ฎ๐‘จ๐‘–"

#: ../src/eom-plugin-manager.c:51
msgid "Plugin"
msgstr "๐‘๐‘ค๐‘ณ๐‘œ๐‘ฆ๐‘ฏ"

#: ../src/eom-plugin-manager.c:52
msgid "Enabled"
msgstr "๐‘ฆ๐‘ฏ๐‘ฑ๐‘š๐‘ฉ๐‘ค๐‘›"

#: ../src/eom-plugin-manager.c:513
msgid "C_onfigure"
msgstr "๐‘’_๐‘ช๐‘ฏ๐‘ฆ๐‘œ๐‘ผ"

#: ../src/eom-plugin-manager.c:523
msgid "A_ctivate"
msgstr "๐‘จ_๐‘’๐‘‘๐‘ฆ๐‘๐‘ฑ๐‘‘"

#: ../src/eom-plugin-manager.c:535
msgid "Ac_tivate All"
msgstr "๐‘จ๐‘’_๐‘‘๐‘ฆ๐‘๐‘ฑ๐‘‘ ๐‘ท๐‘ค"

#: ../src/eom-plugin-manager.c:540
msgid "_Deactivate All"
msgstr "_๐‘›๐‘ฐ๐‘จ๐‘’๐‘‘๐‘ฆ๐‘๐‘ฑ๐‘‘ ๐‘ท๐‘ค"

#: ../src/eom-plugin-manager.c:831
msgid "Active _Plugins:"
msgstr "๐‘จ๐‘’๐‘‘๐‘ฆ๐‘ _๐‘๐‘ค๐‘ณ๐‘œ๐‘ฆ๐‘ฏ๐‘Ÿ:"

#: ../src/eom-plugin-manager.c:860
msgid "_About Plugin"
msgstr "_๐‘ฉ๐‘š๐‘ฌ๐‘‘ ๐‘๐‘ค๐‘ณ๐‘œ๐‘ฆ๐‘ฏ"

#: ../src/eom-plugin-manager.c:867
msgid "C_onfigure Plugin"
msgstr "๐‘’_๐‘ฉ๐‘ฏ๐‘“๐‘ฆ๐‘œ๐‘ผ ๐‘๐‘ค๐‘ณ๐‘œ๐‘ฆ๐‘ฏ"

#: ../src/main.c:64
msgid "Disable image collection"
msgstr "๐‘›๐‘ฆ๐‘•๐‘ฑ๐‘š๐‘ฉ๐‘ค ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘’๐‘ฉ๐‘ค๐‘ง๐‘’๐‘–๐‘ฉ๐‘ฏ"

#: ../src/main.c:65
msgid "Open in slide show mode"
msgstr "๐‘ด๐‘๐‘ฉ๐‘ฏ ๐‘ฆ๐‘ฏ ๐‘•๐‘ค๐‘ฒ๐‘› ๐‘–๐‘ด ๐‘ฅ๐‘ด๐‘›"

#: ../src/main.c:67
msgid "Start a new instance instead of reusing an existing one"
msgstr "๐‘•๐‘‘๐‘ธ๐‘‘ ๐‘ฉ ๐‘ฏ๐‘ฟ ๐‘ฆ๐‘ฏ๐‘•๐‘‘๐‘จ๐‘ฏ๐‘• ๐‘ฆ๐‘ฏ๐‘•๐‘‘๐‘ง๐‘› ๐‘ ๐‘ฎ๐‘ฐ๐‘˜๐‘ต๐‘Ÿ๐‘ฆ๐‘™ ๐‘ฉ๐‘ฏ ๐‘ง๐‘’๐‘Ÿ๐‘ฆ๐‘•๐‘‘๐‘ฆ๐‘™ ๐‘ข๐‘ณ๐‘ฏ"

#: ../src/main.c:69
msgid "[FILE...]"
msgstr "[๐‘“๐‘ฒ๐‘ค...]"

#. I18N: The '%s' is replaced with eom's command name.
#: ../src/main.c:195
#, c-format
msgid "Run '%s --help' to see a full list of available command line options."
msgstr "๐‘ฎ๐‘ณ๐‘ฏ '%s --help' ๐‘‘ ๐‘•๐‘ฐ ๐‘ฉ ๐‘“๐‘ซ๐‘ค ๐‘ค๐‘ฆ๐‘•๐‘‘ ๐‘ ๐‘ฉ๐‘๐‘ฑ๐‘ค๐‘ฉ๐‘š๐‘ฉ๐‘ค ๐‘’๐‘ฉ๐‘ฅ๐‘ญ๐‘ฏ๐‘› ๐‘ค๐‘ฒ๐‘ฏ ๐‘ช๐‘๐‘–๐‘ฉ๐‘ฏ๐‘Ÿ."

#: ../src/main.c:233
msgid "Eye of MATE Image Viewer"
msgstr "๐‘ฒ ๐‘ ยท๐‘œ๐‘ฏ๐‘ด๐‘ฅ ๐‘ฆ๐‘ฅ๐‘ฆ๐‘ก ๐‘๐‘ฟ๐‘ผ"