forked from GNOME/gtk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
am.po
4621 lines (3735 loc) · 93.5 KB
/
am.po
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
# Translations into the Amharic Language.
# Copyright (C) 2002 Free Software Foundation, Inc.
# This file is distributed under the same license as the gtk+ package.
# Ge'ez Frontier Foundation <[email protected]>, 2002.
#
#
msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-10-01 15:41-0400\n"
"PO-Revision-Date: 2003-01-14 11:02+EDT\n"
"Last-Translator: Ge'ez Frontier Foundation <[email protected]>\n"
"Language-Team: Amharic <[email protected]>\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: gdk/gdk.c:103
#, c-format
msgid "Error parsing option --gdk-debug"
msgstr ""
#: gdk/gdk.c:123
#, c-format
msgid "Error parsing option --gdk-no-debug"
msgstr ""
#. Description of --class=CLASS in --help output
#: gdk/gdk.c:151
msgid "Program class as used by the window manager"
msgstr ""
#. Placeholder in --class=CLASS in --help output
#: gdk/gdk.c:152
msgid "CLASS"
msgstr ""
#. Description of --name=NAME in --help output
#: gdk/gdk.c:154
msgid "Program name as used by the window manager"
msgstr ""
#. Placeholder in --name=NAME in --help output
#: gdk/gdk.c:155
msgid "NAME"
msgstr ""
#. Description of --display=DISPLAY in --help output
#: gdk/gdk.c:157
msgid "X display to use"
msgstr ""
#. Placeholder in --display=DISPLAY in --help output
#: gdk/gdk.c:158
#, fuzzy
msgid "DISPLAY"
msgstr "IPA"
#. Description of --screen=SCREEN in --help output
#: gdk/gdk.c:160
msgid "X screen to use"
msgstr ""
#. Placeholder in --screen=SCREEN in --help output
#: gdk/gdk.c:161
msgid "SCREEN"
msgstr ""
#. Description of --gdk-debug=FLAGS in --help output
#: gdk/gdk.c:164
msgid "GDK debugging flags to set"
msgstr ""
#. Placeholder in --gdk-debug=FLAGS in --help output
#. Placeholder in --gdk-no-debug=FLAGS in --help output
#. Placeholder in --gtk-debug=FLAGS in --help output
#. Placeholder in --gtk-no-debug=FLAGS in --help output
#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:533 gtk/gtkmain.c:536
msgid "FLAGS"
msgstr ""
#. Description of --gdk-no-debug=FLAGS in --help output
#: gdk/gdk.c:167
msgid "GDK debugging flags to unset"
msgstr ""
#: gdk/keyname-table.h:3940
#, fuzzy
msgctxt "keyboard label"
msgid "BackSpace"
msgstr "እንደገና _ሰይም"
#: gdk/keyname-table.h:3941
msgctxt "keyboard label"
msgid "Tab"
msgstr ""
#: gdk/keyname-table.h:3942
msgctxt "keyboard label"
msgid "Return"
msgstr ""
#: gdk/keyname-table.h:3943
#, fuzzy
msgctxt "keyboard label"
msgid "Pause"
msgstr "ለጥፍ (_P)"
#: gdk/keyname-table.h:3944
msgctxt "keyboard label"
msgid "Scroll_Lock"
msgstr ""
#: gdk/keyname-table.h:3945
#, fuzzy
msgctxt "keyboard label"
msgid "Sys_Req"
msgstr "ፋይሎች"
#: gdk/keyname-table.h:3946
msgctxt "keyboard label"
msgid "Escape"
msgstr ""
#: gdk/keyname-table.h:3947
msgctxt "keyboard label"
msgid "Multi_key"
msgstr ""
#: gdk/keyname-table.h:3948
#, fuzzy
msgctxt "keyboard label"
msgid "Home"
msgstr "መጀመሪያ (_H)"
#: gdk/keyname-table.h:3949
#, fuzzy
msgctxt "keyboard label"
msgid "Left"
msgstr "ግራ (_L)"
#: gdk/keyname-table.h:3950
#, fuzzy
msgctxt "keyboard label"
msgid "Up"
msgstr "ወደ ላይ (_U)"
#: gdk/keyname-table.h:3951
msgctxt "keyboard label"
msgid "Right"
msgstr ""
#: gdk/keyname-table.h:3952
#, fuzzy
msgctxt "keyboard label"
msgid "Down"
msgstr "ወደ ታች (_D)"
#: gdk/keyname-table.h:3953
#, fuzzy
msgctxt "keyboard label"
msgid "Page_Up"
msgstr "ገጽ %u"
#: gdk/keyname-table.h:3954
#, fuzzy
msgctxt "keyboard label"
msgid "Page_Down"
msgstr "ወደ ታች (_D)"
#: gdk/keyname-table.h:3955
msgctxt "keyboard label"
msgid "End"
msgstr ""
#: gdk/keyname-table.h:3956
msgctxt "keyboard label"
msgid "Begin"
msgstr ""
#: gdk/keyname-table.h:3957
#, fuzzy
msgctxt "keyboard label"
msgid "Print"
msgstr "አትም (_P)"
#: gdk/keyname-table.h:3958
msgctxt "keyboard label"
msgid "Insert"
msgstr ""
#: gdk/keyname-table.h:3959
msgctxt "keyboard label"
msgid "Num_Lock"
msgstr ""
#: gdk/keyname-table.h:3960
#, fuzzy
msgctxt "keyboard label"
msgid "KP_Space"
msgstr "እንደገና _ሰይም"
#: gdk/keyname-table.h:3961
msgctxt "keyboard label"
msgid "KP_Tab"
msgstr ""
#: gdk/keyname-table.h:3962
#, fuzzy
msgctxt "keyboard label"
msgid "KP_Enter"
msgstr "አትም (_P)"
#: gdk/keyname-table.h:3963
#, fuzzy
msgctxt "keyboard label"
msgid "KP_Home"
msgstr "መጀመሪያ (_H)"
#: gdk/keyname-table.h:3964
#, fuzzy
msgctxt "keyboard label"
msgid "KP_Left"
msgstr "ግራ (_L)"
#: gdk/keyname-table.h:3965
#, fuzzy
msgctxt "keyboard label"
msgid "KP_Up"
msgstr "ወደ ላይ (_U)"
#: gdk/keyname-table.h:3966
msgctxt "keyboard label"
msgid "KP_Right"
msgstr ""
#: gdk/keyname-table.h:3967
#, fuzzy
msgctxt "keyboard label"
msgid "KP_Down"
msgstr "ወደ ታች (_D)"
#: gdk/keyname-table.h:3968
msgctxt "keyboard label"
msgid "KP_Page_Up"
msgstr ""
#: gdk/keyname-table.h:3969
msgctxt "keyboard label"
msgid "KP_Prior"
msgstr ""
#: gdk/keyname-table.h:3970
msgctxt "keyboard label"
msgid "KP_Page_Down"
msgstr ""
#: gdk/keyname-table.h:3971
msgctxt "keyboard label"
msgid "KP_Next"
msgstr ""
#: gdk/keyname-table.h:3972
msgctxt "keyboard label"
msgid "KP_End"
msgstr ""
#: gdk/keyname-table.h:3973
msgctxt "keyboard label"
msgid "KP_Begin"
msgstr ""
#: gdk/keyname-table.h:3974
msgctxt "keyboard label"
msgid "KP_Insert"
msgstr ""
#: gdk/keyname-table.h:3975
#, fuzzy
msgctxt "keyboard label"
msgid "KP_Delete"
msgstr "አጥፉ (_D)"
#: gdk/keyname-table.h:3976
#, fuzzy
msgctxt "keyboard label"
msgid "Delete"
msgstr "አጥፉ (_D)"
#. Description of --sync in --help output
#: gdk/win32/gdkmain-win32.c:54
msgid "Don't batch GDI requests"
msgstr ""
#. Description of --no-wintab in --help output
#: gdk/win32/gdkmain-win32.c:56
msgid "Don't use the Wintab API for tablet support"
msgstr ""
#. Description of --ignore-wintab in --help output
#: gdk/win32/gdkmain-win32.c:58
msgid "Same as --no-wintab"
msgstr ""
#. Description of --use-wintab in --help output
#: gdk/win32/gdkmain-win32.c:60
msgid "Do use the Wintab API [default]"
msgstr ""
#. Description of --max-colors=COLORS in --help output
#: gdk/win32/gdkmain-win32.c:62
msgid "Size of the palette in 8 bit mode"
msgstr ""
#. Placeholder in --max-colors=COLORS in --help output
#: gdk/win32/gdkmain-win32.c:63
msgid "COLORS"
msgstr ""
#: gdk/x11/gdkapplaunchcontext-x11.c:312
#, fuzzy, c-format
msgid "Starting %s"
msgstr "አትም (_P)"
#: gdk/x11/gdkapplaunchcontext-x11.c:316
#, c-format
msgid "Opening %s"
msgstr ""
#: gdk/x11/gdkapplaunchcontext-x11.c:321
#, c-format
msgid "Opening %d Item"
msgid_plural "Opening %d Items"
msgstr[0] ""
msgstr[1] ""
#. Description of --sync in --help output
#: gdk/x11/gdkmain-x11.c:96
msgid "Make X calls synchronous"
msgstr ""
#. Translators: this is the license preamble; the string at the end
#. * contains the URL of the license.
#.
#: gtk/gtkaboutdialog.c:101
#, c-format
msgid "This program comes with ABSOLUTELY NO WARRANTY; for details, visit %s"
msgstr ""
#: gtk/gtkaboutdialog.c:339 gtk/gtkaboutdialog.c:2235
msgid "License"
msgstr ""
#: gtk/gtkaboutdialog.c:340
msgid "The license of the program"
msgstr ""
#. Add the credits button
#: gtk/gtkaboutdialog.c:621
#, fuzzy
msgid "C_redits"
msgstr "_ፍጠር"
#. Add the license button
#: gtk/gtkaboutdialog.c:635
msgid "_License"
msgstr ""
#: gtk/gtkaboutdialog.c:839
#, fuzzy
msgid "Could not show link"
msgstr "የአሁኑን ቀለም"
#: gtk/gtkaboutdialog.c:932
#, c-format
msgid "About %s"
msgstr ""
#: gtk/gtkaboutdialog.c:2153
msgid "Credits"
msgstr ""
#: gtk/gtkaboutdialog.c:2185
msgid "Written by"
msgstr ""
#: gtk/gtkaboutdialog.c:2188
msgid "Documented by"
msgstr ""
#: gtk/gtkaboutdialog.c:2200
msgid "Translated by"
msgstr ""
#: gtk/gtkaboutdialog.c:2204
msgid "Artwork by"
msgstr ""
#. This is the text that should appear next to menu accelerators
#. * that use the shift key. If the text on this key isn't typically
#. * translated on keyboards used for your language, don't translate
#. * this.
#.
#: gtk/gtkaccellabel.c:160
#, fuzzy
msgctxt "keyboard label"
msgid "Shift"
msgstr "Shift"
#. This is the text that should appear next to menu accelerators
#. * that use the control key. If the text on this key isn't typically
#. * translated on keyboards used for your language, don't translate
#. * this.
#.
#: gtk/gtkaccellabel.c:166
#, fuzzy
msgctxt "keyboard label"
msgid "Ctrl"
msgstr "Ctrl"
#. This is the text that should appear next to menu accelerators
#. * that use the alt key. If the text on this key isn't typically
#. * translated on keyboards used for your language, don't translate
#. * this.
#.
#: gtk/gtkaccellabel.c:172
#, fuzzy
msgctxt "keyboard label"
msgid "Alt"
msgstr "Alt"
#. This is the text that should appear next to menu accelerators
#. * that use the super key. If the text on this key isn't typically
#. * translated on keyboards used for your language, don't translate
#. * this.
#.
#: gtk/gtkaccellabel.c:770
msgctxt "keyboard label"
msgid "Super"
msgstr ""
#. This is the text that should appear next to menu accelerators
#. * that use the hyper key. If the text on this key isn't typically
#. * translated on keyboards used for your language, don't translate
#. * this.
#.
#: gtk/gtkaccellabel.c:783
msgctxt "keyboard label"
msgid "Hyper"
msgstr ""
#. This is the text that should appear next to menu accelerators
#. * that use the meta key. If the text on this key isn't typically
#. * translated on keyboards used for your language, don't translate
#. * this.
#.
#: gtk/gtkaccellabel.c:797
msgctxt "keyboard label"
msgid "Meta"
msgstr ""
#: gtk/gtkaccellabel.c:813
#, fuzzy
msgctxt "keyboard label"
msgid "Space"
msgstr "እንደገና _ሰይም"
#: gtk/gtkaccellabel.c:816
msgctxt "keyboard label"
msgid "Backslash"
msgstr ""
#: gtk/gtkbuilderparser.c:343
#, c-format
msgid "Invalid type function on line %d: '%s'"
msgstr ""
#: gtk/gtkbuilderparser.c:407
#, c-format
msgid "Duplicate object ID '%s' on line %d (previously on line %d)"
msgstr ""
#: gtk/gtkbuilderparser.c:859
#, c-format
msgid "Invalid root element: '%s'"
msgstr ""
#: gtk/gtkbuilderparser.c:898
#, c-format
msgid "Unhandled tag: '%s'"
msgstr ""
#. Translate to calendar:YM if you want years to be displayed
#. * before months; otherwise translate to calendar:MY.
#. * Do *not* translate it to anything else, if it
#. * it isn't calendar:YM or calendar:MY it will not work.
#. *
#. * Note that the ordering described here is logical order, which is
#. * further influenced by BIDI ordering. Thus, if you have a default
#. * text direction of RTL and specify "calendar:YM", then the year
#. * will appear to the right of the month.
#.
#: gtk/gtkcalendar.c:883
#, fuzzy
msgid "calendar:MY"
msgstr "ሰርዝ"
#. Translate to calendar:week_start:0 if you want Sunday to be the
#. * first day of the week to calendar:week_start:1 if you want Monday
#. * to be the first day of the week, and so on.
#.
#: gtk/gtkcalendar.c:921
msgid "calendar:week_start:0"
msgstr ""
#. Translators: This is a text measurement template.
#. * Translate it to the widest year text
#. *
#. * If you don't understand this, leave it as "2000"
#.
#: gtk/gtkcalendar.c:2006
msgctxt "year measurement template"
msgid "2000"
msgstr ""
#. Translators: this defines whether the day numbers should use
#. * localized digits or the ones used in English (0123...).
#. *
#. * 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.
#.
#: gtk/gtkcalendar.c:2037 gtk/gtkcalendar.c:2719
#, c-format
msgctxt "calendar:day:digits"
msgid "%d"
msgstr ""
#. Translators: this defines whether the week numbers should use
#. * localized digits or the ones used in English (0123...).
#. *
#. * 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.
#.
#: gtk/gtkcalendar.c:2069 gtk/gtkcalendar.c:2579
#, c-format
msgctxt "calendar:week:digits"
msgid "%d"
msgstr ""
#. Translators: This dictates how the year is displayed in
#. * gtkcalendar widget. See strftime() manual for the format.
#. * Use only ASCII in the translation.
#. *
#. * Also look for the msgid "2000".
#. * Translate that entry to a year with the widest output of this
#. * msgid.
#. *
#. * "%Y" is appropriate for most locales.
#.
#: gtk/gtkcalendar.c:2361
#, fuzzy
msgctxt "calendar year format"
msgid "%Y"
msgstr "Y"
#. This label is displayed in a treeview cell displaying
#. * a disabled accelerator key combination.
#.
#: gtk/gtkcellrendereraccel.c:272
#, fuzzy
msgctxt "Accelerator"
msgid "Disabled"
msgstr "የተበላሸ"
#. This label is displayed in a treeview cell displaying
#. * an accelerator key combination that is not valid according
#. * to gtk_accelerator_valid().
#.
#: gtk/gtkcellrendereraccel.c:282
#, fuzzy
msgctxt "Accelerator"
msgid "Invalid"
msgstr "Utf-8 ተቀብሏል"
#. This label is displayed in a treeview cell displaying
#. * an accelerator when the cell is clicked to change the
#. * acelerator.
#.
#: gtk/gtkcellrendereraccel.c:418 gtk/gtkcellrendereraccel.c:675
msgid "New accelerator..."
msgstr ""
#: gtk/gtkcellrendererprogress.c:362 gtk/gtkcellrendererprogress.c:452
#, c-format
msgctxt "progress bar label"
msgid "%d %%"
msgstr ""
#: gtk/gtkcolorbutton.c:176 gtk/gtkcolorbutton.c:445
msgid "Pick a Color"
msgstr ""
#: gtk/gtkcolorbutton.c:336
msgid "Received invalid color data\n"
msgstr ""
#: gtk/gtkcolorsel.c:384
msgid ""
"Select the color you want from the outer ring. Select the darkness or "
"lightness of that color using the inner triangle."
msgstr ""
#: gtk/gtkcolorsel.c:408
msgid ""
"Click the eyedropper, then click a color anywhere on your screen to select "
"that color."
msgstr ""
#: gtk/gtkcolorsel.c:417
msgid "_Hue:"
msgstr ""
#: gtk/gtkcolorsel.c:418
msgid "Position on the color wheel."
msgstr ""
#: gtk/gtkcolorsel.c:420
msgid "_Saturation:"
msgstr ""
#: gtk/gtkcolorsel.c:421
msgid "Intensity of the color."
msgstr ""
#: gtk/gtkcolorsel.c:422
msgid "_Value:"
msgstr "_ዕሴት፦"
#: gtk/gtkcolorsel.c:423
msgid "Brightness of the color."
msgstr ""
#: gtk/gtkcolorsel.c:424
msgid "_Red:"
msgstr "_ቀይ፦"
#: gtk/gtkcolorsel.c:425
msgid "Amount of red light in the color."
msgstr ""
#: gtk/gtkcolorsel.c:426
msgid "_Green:"
msgstr "_አረንጓዴ፦"
#: gtk/gtkcolorsel.c:427
msgid "Amount of green light in the color."
msgstr ""
#: gtk/gtkcolorsel.c:428
msgid "_Blue:"
msgstr "_ሰማያዊ፦"
#: gtk/gtkcolorsel.c:429
msgid "Amount of blue light in the color."
msgstr ""
#: gtk/gtkcolorsel.c:432
msgid "Op_acity:"
msgstr ""
#: gtk/gtkcolorsel.c:439 gtk/gtkcolorsel.c:449
msgid "Transparency of the color."
msgstr ""
#: gtk/gtkcolorsel.c:456
#, fuzzy
msgid "Color _name:"
msgstr "የቀለሙ _ስም፦"
#: gtk/gtkcolorsel.c:470
msgid ""
"You can enter an HTML-style hexadecimal color value, or simply a color name "
"such as 'orange' in this entry."
msgstr ""
#: gtk/gtkcolorsel.c:500
#, fuzzy
msgid "_Palette:"
msgstr "መደርደሪያ (_P)"
#: gtk/gtkcolorsel.c:529
#, fuzzy
msgid "Color Wheel"
msgstr "የፊደል ቅርጽ ምርጫ"
#: gtk/gtkcolorsel.c:988
msgid ""
"The previously-selected color, for comparison to the color you're selecting "
"now. You can drag this color to a palette entry, or select this color as "
"current by dragging it to the other color swatch alongside."
msgstr ""
#: gtk/gtkcolorsel.c:991
msgid ""
"The color you've chosen. You can drag this color to a palette entry to save "
"it for use in the future."
msgstr ""
#: gtk/gtkcolorsel.c:996
msgid ""
"The previously-selected color, for comparison to the color you're selecting "
"now."
msgstr ""
#: gtk/gtkcolorsel.c:999
msgid "The color you've chosen."
msgstr ""
#: gtk/gtkcolorsel.c:1396
msgid "_Save color here"
msgstr ""
#: gtk/gtkcolorsel.c:1601
msgid ""
"Click this palette entry to make it the current color. To change this entry, "
"drag a color swatch here or right-click it and select \"Save color here.\""
msgstr ""
#: gtk/gtkcolorseldialog.c:189
#, fuzzy
msgid "Color Selection"
msgstr "የፊደል ቅርጽ ምርጫ"
#. Translate to the default units to use for presenting
#. * lengths to the user. Translate to default:inch if you
#. * want inches, otherwise translate to default:mm.
#. * Do *not* translate it to "predefinito:mm", if it
#. * it isn't default:mm or default:inch it will not work
#.
#: gtk/gtkcustompaperunixdialog.c:116
#, fuzzy
msgid "default:mm"
msgstr "default:mm"
#. And show the custom paper dialog
#: gtk/gtkcustompaperunixdialog.c:374 gtk/gtkprintunixdialog.c:3233
msgid "Manage Custom Sizes"
msgstr ""
#: gtk/gtkcustompaperunixdialog.c:534 gtk/gtkpagesetupunixdialog.c:790
msgid "inch"
msgstr ""
#: gtk/gtkcustompaperunixdialog.c:536 gtk/gtkpagesetupunixdialog.c:788
msgid "mm"
msgstr ""
#: gtk/gtkcustompaperunixdialog.c:581
msgid "Margins from Printer..."
msgstr ""
#: gtk/gtkcustompaperunixdialog.c:747
#, c-format
msgid "Custom Size %d"
msgstr ""
#: gtk/gtkcustompaperunixdialog.c:1059
msgid "_Width:"
msgstr ""
#: gtk/gtkcustompaperunixdialog.c:1071
#, fuzzy
msgid "_Height:"
msgstr "ቀኝ (_R)"
#: gtk/gtkcustompaperunixdialog.c:1083
#, fuzzy
msgid "Paper Size"
msgstr "ምርጫዎች (_P)"
#: gtk/gtkcustompaperunixdialog.c:1092
#, fuzzy
msgid "_Top:"
msgstr "ወደ ላይ (_T)"
#: gtk/gtkcustompaperunixdialog.c:1104
#, fuzzy
msgid "_Bottom:"
msgstr "ወደ ታች (_B)"
#: gtk/gtkcustompaperunixdialog.c:1116
#, fuzzy
msgid "_Left:"
msgstr "ግራ (_L)"
#: gtk/gtkcustompaperunixdialog.c:1128
#, fuzzy
msgid "_Right:"
msgstr "ቀኝ (_R)"
#: gtk/gtkcustompaperunixdialog.c:1169
msgid "Paper Margins"
msgstr ""
#: gtk/gtkentry.c:8601 gtk/gtktextview.c:8248
msgid "Input _Methods"
msgstr "ዘገባ የማስትገባት ዘዴዎች (_M)"
#: gtk/gtkentry.c:8615 gtk/gtktextview.c:8262
msgid "_Insert Unicode Control Character"
msgstr ""
#: gtk/gtkentry.c:10015
msgid "Caps Lock and Num Lock are on"
msgstr ""
#: gtk/gtkentry.c:10017
#, fuzzy
msgid "Num Lock is on"
msgstr "_ምርጫ፦ "
#: gtk/gtkentry.c:10019
#, fuzzy
msgid "Caps Lock is on"
msgstr "_ምርጫ፦ "
#. **************** *
#. * Private Macros *
#. * ****************
#: gtk/gtkfilechooserbutton.c:61
#, fuzzy
msgid "Select A File"
msgstr "ፋይል አጥፉ"
#: gtk/gtkfilechooserbutton.c:62 gtk/gtkfilechooserdefault.c:1812
msgid "Desktop"
msgstr ""
#: gtk/gtkfilechooserbutton.c:63
#, fuzzy
msgid "(None)"
msgstr "ምንም"
#: gtk/gtkfilechooserbutton.c:2005
msgid "Other..."
msgstr ""
#: gtk/gtkfilechooserdefault.c:148
msgid "Type name of new folder"
msgstr ""
#: gtk/gtkfilechooserdefault.c:938
msgid "Could not retrieve information about the file"
msgstr ""
#: gtk/gtkfilechooserdefault.c:949
msgid "Could not add a bookmark"
msgstr ""
#: gtk/gtkfilechooserdefault.c:960
msgid "Could not remove bookmark"
msgstr ""
#: gtk/gtkfilechooserdefault.c:971
msgid "The folder could not be created"
msgstr ""
#: gtk/gtkfilechooserdefault.c:984
msgid ""
"The folder could not be created, as a file with the same name already "
"exists. Try using a different name for the folder, or rename the file first."
msgstr ""
#: gtk/gtkfilechooserdefault.c:995
#, fuzzy
msgid "Invalid file name"
msgstr "የፋይል ስም"
#: gtk/gtkfilechooserdefault.c:1005
msgid "The folder contents could not be displayed"
msgstr ""
#. Translators: the first string is a path and the second string
#. * is a hostname. Nautilus and the panel contain the same string
#. * to translate.
#.
#: gtk/gtkfilechooserdefault.c:1555
#, c-format
msgid "%1$s on %2$s"
msgstr ""
#: gtk/gtkfilechooserdefault.c:1731
msgid "Search"
msgstr ""
#: gtk/gtkfilechooserdefault.c:1755 gtk/gtkfilechooserdefault.c:9289
msgid "Recently Used"
msgstr ""
#: gtk/gtkfilechooserdefault.c:2409
msgid "Select which types of files are shown"
msgstr ""
#: gtk/gtkfilechooserdefault.c:2768
#, c-format
msgid "Add the folder '%s' to the bookmarks"
msgstr ""
#: gtk/gtkfilechooserdefault.c:2812
#, c-format
msgid "Add the current folder to the bookmarks"
msgstr ""
#: gtk/gtkfilechooserdefault.c:2814
#, c-format
msgid "Add the selected folders to the bookmarks"
msgstr ""
#: gtk/gtkfilechooserdefault.c:2852
#, c-format
msgid "Remove the bookmark '%s'"
msgstr ""
#: gtk/gtkfilechooserdefault.c:2854
#, c-format
msgid "Bookmark '%s' cannot be removed"
msgstr ""
#: gtk/gtkfilechooserdefault.c:2861 gtk/gtkfilechooserdefault.c:3725
msgid "Remove the selected bookmark"
msgstr ""
#: gtk/gtkfilechooserdefault.c:3421
#, fuzzy
msgid "Remove"
msgstr "አስወግድ (_R)"
#: gtk/gtkfilechooserdefault.c:3430
#, fuzzy
msgid "Rename..."
msgstr "እንደገና _ሰይም"
#. Accessible object name for the file chooser's shortcuts pane
#: gtk/gtkfilechooserdefault.c:3593
msgid "Places"
msgstr ""
#. Column header for the file chooser's shortcuts pane
#: gtk/gtkfilechooserdefault.c:3650
#, fuzzy
msgid "_Places"
msgstr "እንደገና _ሰይም"
#: gtk/gtkfilechooserdefault.c:3706
msgid "_Add"
msgstr "ጨምር (_A)"
#: gtk/gtkfilechooserdefault.c:3713
msgid "Add the selected folder to the Bookmarks"
msgstr ""
#: gtk/gtkfilechooserdefault.c:3718
msgid "_Remove"
msgstr "አስወግድ (_R)"
#: gtk/gtkfilechooserdefault.c:3860
#, fuzzy
msgid "Could not select file"
msgstr "የአሁኑን ቀለም"
#: gtk/gtkfilechooserdefault.c:4035
msgid "_Add to Bookmarks"
msgstr ""
#: gtk/gtkfilechooserdefault.c:4048
msgid "Show _Hidden Files"
msgstr ""
#: gtk/gtkfilechooserdefault.c:4055
msgid "Show _Size Column"
msgstr ""
#: gtk/gtkfilechooserdefault.c:4281
msgid "Files"
msgstr "ፋይሎች"
#: gtk/gtkfilechooserdefault.c:4332
#, fuzzy
msgid "Name"
msgstr "የቀለሙ _ስም፦"