-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathky.po
7980 lines (6067 loc) · 170 KB
/
ky.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
# Kirghiz translation for gtk+.
# Copyright (C) 2012 gtk+'s COPYRIGHT HOLDER
# This file is distributed under the same license as the gtk+ package.
#
# Chynggyz Jumaliev <[email protected]>, 2012.
# Timur Zhamakeev <[email protected]>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: gtk+ master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk"
"%2b&keywords=I18N+L10N&component=general\n"
"POT-Creation-Date: 2012-09-24 04:01+0000\n"
"PO-Revision-Date: 2012-09-24 15:37+0600\n"
"Last-Translator: Timur Zhamakeev <[email protected]>\n"
"Language-Team: Kirghiz <[email protected]>\n"
"Language: ky\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"
"X-Generator: Lokalize 1.4\n"
#: ../gdk/gdkapplaunchcontext.c:129 ../gdk/gdkcursor.c:134
#: ../gdk/gdkdevicemanager.c:170
msgid "Display"
msgstr "Дисплей"
#: ../gdk/gdkcursor.c:126
msgid "Cursor type"
msgstr "Курсор түрү"
#: ../gdk/gdkcursor.c:127
msgid "Standard cursor type"
msgstr "Стандарттык курсор түрү"
#: ../gdk/gdkcursor.c:135
msgid "Display of this cursor"
msgstr "Бул курсорду көрсөтүү"
#: ../gdk/gdkdevice.c:109
msgid "Device Display"
msgstr ""
#: ../gdk/gdkdevice.c:110
msgid "Display which the device belongs to"
msgstr ""
#: ../gdk/gdkdevice.c:124
msgid "Device manager"
msgstr ""
#: ../gdk/gdkdevice.c:125
msgid "Device manager which the device belongs to"
msgstr ""
#: ../gdk/gdkdevice.c:139 ../gdk/gdkdevice.c:140
msgid "Device name"
msgstr "Жабдуунун аты"
#: ../gdk/gdkdevice.c:154
msgid "Device type"
msgstr "Жабдуунун түрү"
#: ../gdk/gdkdevice.c:155
msgid "Device role in the device manager"
msgstr ""
#: ../gdk/gdkdevice.c:171
msgid "Associated device"
msgstr ""
#: ../gdk/gdkdevice.c:172
msgid "Associated pointer or keyboard with this device"
msgstr ""
#: ../gdk/gdkdevice.c:185
msgid "Input source"
msgstr "Киргизүү булагы"
#: ../gdk/gdkdevice.c:186
msgid "Source type for the device"
msgstr "Бул жабдуунун киргизүү булагы"
#: ../gdk/gdkdevice.c:201 ../gdk/gdkdevice.c:202
msgid "Input mode for the device"
msgstr ""
#: ../gdk/gdkdevice.c:217
msgid "Whether the device has a cursor"
msgstr ""
#: ../gdk/gdkdevice.c:218
msgid "Whether there is a visible cursor following device motion"
msgstr ""
#: ../gdk/gdkdevice.c:232 ../gdk/gdkdevice.c:233
msgid "Number of axes in the device"
msgstr ""
#: ../gdk/gdkdevicemanager.c:171
msgid "Display for the device manager"
msgstr ""
#: ../gdk/gdkdisplaymanager.c:163
msgid "Default Display"
msgstr ""
#: ../gdk/gdkdisplaymanager.c:164
msgid "The default display for GDK"
msgstr ""
#: ../gdk/gdkscreen.c:90
msgid "Font options"
msgstr "Фонт параметрлери"
#: ../gdk/gdkscreen.c:91
msgid "The default font options for the screen"
msgstr ""
#: ../gdk/gdkscreen.c:98
msgid "Font resolution"
msgstr ""
#: ../gdk/gdkscreen.c:99
msgid "The resolution for fonts on the screen"
msgstr ""
#: ../gdk/gdkwindow.c:384 ../gdk/gdkwindow.c:385
msgid "Cursor"
msgstr "Курсор"
#: ../gdk/x11/gdkdevicemanager-xi2.c:116
msgid "Opcode"
msgstr ""
#: ../gdk/x11/gdkdevicemanager-xi2.c:117
msgid "Opcode for XInput2 requests"
msgstr ""
#: ../gdk/x11/gdkdevicemanager-xi2.c:123
msgid "Major"
msgstr ""
#: ../gdk/x11/gdkdevicemanager-xi2.c:124
msgid "Major version number"
msgstr ""
#: ../gdk/x11/gdkdevicemanager-xi2.c:130
msgid "Minor"
msgstr ""
#: ../gdk/x11/gdkdevicemanager-xi2.c:131
msgid "Minor version number"
msgstr ""
#: ../gdk/x11/gdkdevice-xi2.c:138
msgid "Device ID"
msgstr "Жабдуунун IDси"
#: ../gdk/x11/gdkdevice-xi2.c:139
msgid "Device identifier"
msgstr "Жабдуунун идентификатору"
#: ../gtk/a11y/gtkrenderercellaccessible.c:93
msgid "Cell renderer"
msgstr ""
#: ../gtk/a11y/gtkrenderercellaccessible.c:94
msgid "The cell renderer represented by this accessible"
msgstr ""
#: ../gtk/deprecated/gtkcolorsel.c:323
msgid "Has Opacity Control"
msgstr ""
#: ../gtk/deprecated/gtkcolorsel.c:324
msgid "Whether the color selector should allow setting opacity"
msgstr ""
#: ../gtk/deprecated/gtkcolorsel.c:330
msgid "Has palette"
msgstr ""
#: ../gtk/deprecated/gtkcolorsel.c:331
msgid "Whether a palette should be used"
msgstr ""
#: ../gtk/deprecated/gtkcolorsel.c:345 ../gtk/gtkcolorbutton.c:203
msgid "Current Color"
msgstr "Учурдагы боёк"
#: ../gtk/deprecated/gtkcolorsel.c:346
msgid "The current color"
msgstr "Учурдагы түс"
#: ../gtk/deprecated/gtkcolorsel.c:352 ../gtk/gtkcolorbutton.c:218
msgid "Current Alpha"
msgstr ""
#: ../gtk/deprecated/gtkcolorsel.c:353
msgid "The current opacity value (0 fully transparent, 65535 fully opaque)"
msgstr ""
#: ../gtk/deprecated/gtkcolorsel.c:367
msgid "Current RGBA"
msgstr ""
#: ../gtk/deprecated/gtkcolorsel.c:368
msgid "The current RGBA color"
msgstr ""
#: ../gtk/deprecated/gtkcolorseldialog.c:138
msgid "Color Selection"
msgstr "Боёк тандоо"
#: ../gtk/deprecated/gtkcolorseldialog.c:139
msgid "The color selection embedded in the dialog."
msgstr ""
#: ../gtk/deprecated/gtkcolorseldialog.c:145
msgid "OK Button"
msgstr "\"OK\" баскычы"
#: ../gtk/deprecated/gtkcolorseldialog.c:146
msgid "The OK button of the dialog."
msgstr "Диалогдун \"OK\" баскычы."
#: ../gtk/deprecated/gtkcolorseldialog.c:152
msgid "Cancel Button"
msgstr "\"Айынуу\" баскычы"
#: ../gtk/deprecated/gtkcolorseldialog.c:153
msgid "The cancel button of the dialog."
msgstr "Диалогдун \"Айынуу\" баскычы."
#: ../gtk/deprecated/gtkcolorseldialog.c:159
msgid "Help Button"
msgstr "\"Жардам\" баскычы"
#: ../gtk/deprecated/gtkcolorseldialog.c:160
msgid "The help button of the dialog."
msgstr "Диалогдун \"Жардам\" баскычы"
#: ../gtk/deprecated/gtkfontsel.c:243 ../gtk/gtkfontbutton.c:450
msgid "Font name"
msgstr "Фонттун аты"
#: ../gtk/deprecated/gtkfontsel.c:244
msgid "The string that represents this font"
msgstr ""
#: ../gtk/deprecated/gtkfontsel.c:250 ../gtk/gtkfontchooser.c:91
msgid "Preview text"
msgstr "Тексттин көрүнүшү"
#: ../gtk/deprecated/gtkfontsel.c:251 ../gtk/gtkfontchooser.c:92
msgid "The text to display in order to demonstrate the selected font"
msgstr "Көрсөтүлгүн текст аркылуу тандалгын фонттун сын-сыпатын көрүү"
#: ../gtk/deprecated/gtkhandlebox.c:224 ../gtk/gtkcombobox.c:1067
#: ../gtk/gtkentry.c:890 ../gtk/gtkmenubar.c:216 ../gtk/gtkstatusbar.c:182
#: ../gtk/gtktoolbar.c:630 ../gtk/gtkviewport.c:155
msgid "Shadow type"
msgstr "Көлөкө түрү"
#: ../gtk/deprecated/gtkhandlebox.c:225
msgid "Appearance of the shadow that surrounds the container"
msgstr ""
#: ../gtk/deprecated/gtkhandlebox.c:233
msgid "Handle position"
msgstr ""
#: ../gtk/deprecated/gtkhandlebox.c:234
msgid "Position of the handle relative to the child widget"
msgstr ""
#: ../gtk/deprecated/gtkhandlebox.c:242
msgid "Snap edge"
msgstr ""
#: ../gtk/deprecated/gtkhandlebox.c:243
msgid ""
"Side of the handlebox that's lined up with the docking point to dock the "
"handlebox"
msgstr ""
#: ../gtk/deprecated/gtkhandlebox.c:251
msgid "Snap edge set"
msgstr ""
#: ../gtk/deprecated/gtkhandlebox.c:252
msgid ""
"Whether to use the value from the snap_edge property or a value derived from "
"handle_position"
msgstr ""
#: ../gtk/deprecated/gtkhandlebox.c:259
msgid "Child Detached"
msgstr ""
#: ../gtk/deprecated/gtkhandlebox.c:260
msgid ""
"A boolean value indicating whether the handlebox's child is attached or "
"detached."
msgstr ""
#: ../gtk/deprecated/gtkstyle.c:474
msgid "Style context"
msgstr ""
#: ../gtk/deprecated/gtkstyle.c:475
msgid "GtkStyleContext to get style from"
msgstr ""
#: ../gtk/deprecated/gtktable.c:191
msgid "Rows"
msgstr "Сап"
#: ../gtk/deprecated/gtktable.c:192
msgid "The number of rows in the table"
msgstr "Жыдыбалдагы саптардын саны"
#: ../gtk/deprecated/gtktable.c:200
msgid "Columns"
msgstr "Мамы"
#: ../gtk/deprecated/gtktable.c:201
msgid "The number of columns in the table"
msgstr "Жадыбалдагы мамылардын саны"
#: ../gtk/deprecated/gtktable.c:209 ../gtk/gtkgrid.c:1392
msgid "Row spacing"
msgstr "Сап аралыгы"
#: ../gtk/deprecated/gtktable.c:210 ../gtk/gtkgrid.c:1393
msgid "The amount of space between two consecutive rows"
msgstr "Удаа кеткен саптардын ортосундагы аралык"
#: ../gtk/deprecated/gtktable.c:218 ../gtk/gtkgrid.c:1399
msgid "Column spacing"
msgstr "Мамы аралыгы"
#: ../gtk/deprecated/gtktable.c:219 ../gtk/gtkgrid.c:1400
msgid "The amount of space between two consecutive columns"
msgstr "Удаа кеткен мамылардын ортосундагы аралык"
#: ../gtk/deprecated/gtktable.c:227 ../gtk/gtkbox.c:253
#: ../gtk/gtktoolbar.c:562 ../gtk/gtktoolitemgroup.c:1650
msgid "Homogeneous"
msgstr ""
#: ../gtk/deprecated/gtktable.c:228
msgid "If TRUE, the table cells are all the same width/height"
msgstr ""
#: ../gtk/deprecated/gtktable.c:235 ../gtk/gtkgrid.c:1420
msgid "Left attachment"
msgstr ""
#: ../gtk/deprecated/gtktable.c:236 ../gtk/gtkgrid.c:1421 ../gtk/gtkmenu.c:727
msgid "The column number to attach the left side of the child to"
msgstr ""
#: ../gtk/deprecated/gtktable.c:242
msgid "Right attachment"
msgstr ""
#: ../gtk/deprecated/gtktable.c:243
msgid "The column number to attach the right side of a child widget to"
msgstr ""
#: ../gtk/deprecated/gtktable.c:249 ../gtk/gtkgrid.c:1427
msgid "Top attachment"
msgstr ""
#: ../gtk/deprecated/gtktable.c:250
msgid "The row number to attach the top of a child widget to"
msgstr ""
#: ../gtk/deprecated/gtktable.c:256
msgid "Bottom attachment"
msgstr ""
#: ../gtk/deprecated/gtktable.c:257 ../gtk/gtkmenu.c:751
msgid "The row number to attach the bottom of the child to"
msgstr ""
#: ../gtk/deprecated/gtktable.c:263
msgid "Horizontal options"
msgstr ""
#: ../gtk/deprecated/gtktable.c:264
msgid "Options specifying the horizontal behaviour of the child"
msgstr ""
#: ../gtk/deprecated/gtktable.c:270
msgid "Vertical options"
msgstr ""
#: ../gtk/deprecated/gtktable.c:271
msgid "Options specifying the vertical behaviour of the child"
msgstr ""
#: ../gtk/deprecated/gtktable.c:277
msgid "Horizontal padding"
msgstr ""
#: ../gtk/deprecated/gtktable.c:278
msgid ""
"Extra space to put between the child and its left and right neighbors, in "
"pixels"
msgstr ""
#: ../gtk/deprecated/gtktable.c:284
msgid "Vertical padding"
msgstr ""
#: ../gtk/deprecated/gtktable.c:285
msgid ""
"Extra space to put between the child and its upper and lower neighbors, in "
"pixels"
msgstr ""
#: ../gtk/gtkaboutdialog.c:287
msgid "Program name"
msgstr "Программанын аты"
#: ../gtk/gtkaboutdialog.c:288
msgid ""
"The name of the program. If this is not set, it defaults to "
"g_get_application_name()"
msgstr ""
"Программанын аты. Эгер бул аныкталбаса, система g_get_application_name() "
"функциясынын алат"
#: ../gtk/gtkaboutdialog.c:302
msgid "Program version"
msgstr "Программанын версиясы"
#: ../gtk/gtkaboutdialog.c:303
msgid "The version of the program"
msgstr "Программанын учурдагы версиясы"
#: ../gtk/gtkaboutdialog.c:317
msgid "Copyright string"
msgstr "Копирайт сабы"
#: ../gtk/gtkaboutdialog.c:318
msgid "Copyright information for the program"
msgstr "Программа үчүн копирайт маалыматы"
#: ../gtk/gtkaboutdialog.c:335
msgid "Comments string"
msgstr "Комментарийлер"
#: ../gtk/gtkaboutdialog.c:336
msgid "Comments about the program"
msgstr "Программа жөнүндө комментарий"
#: ../gtk/gtkaboutdialog.c:386
msgid "License Type"
msgstr "Лицензиялоо жолу"
#: ../gtk/gtkaboutdialog.c:387
msgid "The license type of the program"
msgstr "Программанын лицензиялоо жолу"
#: ../gtk/gtkaboutdialog.c:403
msgid "Website URL"
msgstr "Веб-сайтынын дареги"
#: ../gtk/gtkaboutdialog.c:404
msgid "The URL for the link to the website of the program"
msgstr "Программанын веб-сайты менен баланышуучу URL"
#: ../gtk/gtkaboutdialog.c:418
msgid "Website label"
msgstr "Веб-сайттын белгиси"
#: ../gtk/gtkaboutdialog.c:419
msgid "The label for the link to the website of the program"
msgstr "Программанын веб-сайтынын дарегини белгиси"
#: ../gtk/gtkaboutdialog.c:435
msgid "Authors"
msgstr "Авторлор"
#: ../gtk/gtkaboutdialog.c:436
msgid "List of authors of the program"
msgstr "Программанын авторлорунун тизмеси"
#: ../gtk/gtkaboutdialog.c:452
msgid "Documenters"
msgstr "Документтегендер"
#: ../gtk/gtkaboutdialog.c:453
msgid "List of people documenting the program"
msgstr "Программанын документин даярдаган кишилердин тизмеси"
#: ../gtk/gtkaboutdialog.c:469
msgid "Artists"
msgstr "Мультимедиа авторлору"
#: ../gtk/gtkaboutdialog.c:470
msgid "List of people who have contributed artwork to the program"
msgstr "Программанын мультимедиа материалдарын даярдаган кишилердин тизмеси"
#: ../gtk/gtkaboutdialog.c:487
msgid "Translator credits"
msgstr "Котормочулар"
#: ../gtk/gtkaboutdialog.c:488
msgid ""
"Credits to the translators. This string should be marked as translatable"
msgstr ""
#: ../gtk/gtkaboutdialog.c:503
msgid "Logo"
msgstr "Лого"
#: ../gtk/gtkaboutdialog.c:504
msgid ""
"A logo for the about box. If this is not set, it defaults to "
"gtk_window_get_default_icon_list()"
msgstr ""
"\"Программа жөнүндө\" терезесиндеги графикалык сүрөт (лого). Бул аныкталбаса, "
"система gtk_window_get_default_icon_list() функциясынын алат"
#: ../gtk/gtkaboutdialog.c:519
msgid "Logo Icon Name"
msgstr ""
#: ../gtk/gtkaboutdialog.c:520
msgid "A named icon to use as the logo for the about box."
msgstr ""
#: ../gtk/gtkaboutdialog.c:533
msgid "Wrap license"
msgstr ""
#: ../gtk/gtkaboutdialog.c:534
msgid "Whether to wrap the license text."
msgstr ""
#: ../gtk/gtkaccellabel.c:188
msgid "Accelerator Closure"
msgstr ""
#: ../gtk/gtkaccellabel.c:189
msgid "The closure to be monitored for accelerator changes"
msgstr ""
#: ../gtk/gtkaccellabel.c:195
msgid "Accelerator Widget"
msgstr ""
#: ../gtk/gtkaccellabel.c:196
msgid "The widget to be monitored for accelerator changes"
msgstr ""
#: ../gtk/gtkaccessible.c:158 ../gtk/gtktreeviewcolumn.c:355
msgid "Widget"
msgstr "Виджет"
#: ../gtk/gtkaccessible.c:159
msgid "The widget referenced by this accessible."
msgstr ""
#: ../gtk/gtkactionable.c:70
msgid "action name"
msgstr "аракеттин аты"
#: ../gtk/gtkactionable.c:71
msgid "The name of the associated action, like 'app.quit'"
msgstr ""
#: ../gtk/gtkactionable.c:75
msgid "action target value"
msgstr ""
#: ../gtk/gtkactionable.c:76
msgid "The parameter for action invocations"
msgstr ""
#: ../gtk/gtkaction.c:220 ../gtk/gtkactiongroup.c:228 ../gtk/gtkprinter.c:123
#: ../gtk/gtktextmark.c:126 ../gtk/gtkthemingengine.c:255
msgid "Name"
msgstr "Аты"
#: ../gtk/gtkaction.c:221
msgid "A unique name for the action."
msgstr "Аракеттин уникалдык аты."
#: ../gtk/gtkaction.c:239 ../gtk/gtkbutton.c:232 ../gtk/gtkexpander.c:288
#: ../gtk/gtkframe.c:170 ../gtk/gtklabel.c:726 ../gtk/gtkmenuitem.c:429
#: ../gtk/gtktoolbutton.c:239 ../gtk/gtktoolitemgroup.c:1597
msgid "Label"
msgstr "Белги"
#: ../gtk/gtkaction.c:240
msgid "The label used for menu items and buttons that activate this action."
msgstr "Бул аракетти аткарууда менюда жана баскычтарда колдонулуучу белги"
#: ../gtk/gtkaction.c:256
msgid "Short label"
msgstr "Кыска белгиси"
#: ../gtk/gtkaction.c:257
msgid "A shorter label that may be used on toolbar buttons."
msgstr ""
"Программаны аспаптар тактасында колдонулуп калышы мүмкүн болгон кыскача аты"
#: ../gtk/gtkaction.c:265
msgid "Tooltip"
msgstr "Кыскача маалымат"
#: ../gtk/gtkaction.c:266
msgid "A tooltip for this action."
msgstr "Бул аракеттин кыскача жардам маалыматы (tooltip)"
#: ../gtk/gtkaction.c:281
msgid "Stock Icon"
msgstr ""
#: ../gtk/gtkaction.c:282
msgid "The stock icon displayed in widgets representing this action."
msgstr ""
#: ../gtk/gtkaction.c:302 ../gtk/gtkstatusicon.c:263
msgid "GIcon"
msgstr ""
#: ../gtk/gtkaction.c:303 ../gtk/gtkcellrendererpixbuf.c:246
#: ../gtk/gtkimage.c:309 ../gtk/gtkstatusicon.c:264
msgid "The GIcon being displayed"
msgstr ""
#: ../gtk/gtkaction.c:323 ../gtk/gtkcellrendererpixbuf.c:211
#: ../gtk/gtkimage.c:291 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:247
#: ../gtk/gtkwindow.c:783
msgid "Icon Name"
msgstr ""
#: ../gtk/gtkaction.c:324 ../gtk/gtkcellrendererpixbuf.c:212
#: ../gtk/gtkimage.c:292 ../gtk/gtkstatusicon.c:248
msgid "The name of the icon from the icon theme"
msgstr ""
#: ../gtk/gtkaction.c:331 ../gtk/gtktoolitem.c:191
msgid "Visible when horizontal"
msgstr ""
#: ../gtk/gtkaction.c:332 ../gtk/gtktoolitem.c:192
msgid ""
"Whether the toolbar item is visible when the toolbar is in a horizontal "
"orientation."
msgstr ""
#: ../gtk/gtkaction.c:347
msgid "Visible when overflown"
msgstr ""
#: ../gtk/gtkaction.c:348
msgid ""
"When TRUE, toolitem proxies for this action are represented in the toolbar "
"overflow menu."
msgstr ""
#: ../gtk/gtkaction.c:355 ../gtk/gtktoolitem.c:198
msgid "Visible when vertical"
msgstr ""
#: ../gtk/gtkaction.c:356 ../gtk/gtktoolitem.c:199
msgid ""
"Whether the toolbar item is visible when the toolbar is in a vertical "
"orientation."
msgstr ""
#: ../gtk/gtkaction.c:363 ../gtk/gtktoolitem.c:205
msgid "Is important"
msgstr ""
#: ../gtk/gtkaction.c:364
msgid ""
"Whether the action is considered important. When TRUE, toolitem proxies for "
"this action show text in GTK_TOOLBAR_BOTH_HORIZ mode."
msgstr ""
#: ../gtk/gtkaction.c:372
msgid "Hide if empty"
msgstr ""
#: ../gtk/gtkaction.c:373
msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr ""
#: ../gtk/gtkaction.c:379 ../gtk/gtkactiongroup.c:235
#: ../gtk/gtkcellrenderer.c:296 ../gtk/gtkwidget.c:1025
msgid "Sensitive"
msgstr ""
#: ../gtk/gtkaction.c:380
msgid "Whether the action is enabled."
msgstr ""
#: ../gtk/gtkaction.c:386 ../gtk/gtkactiongroup.c:242
#: ../gtk/gtkstatusicon.c:298 ../gtk/gtktreeviewcolumn.c:247
#: ../gtk/gtkwidget.c:1018
msgid "Visible"
msgstr ""
#: ../gtk/gtkaction.c:387
msgid "Whether the action is visible."
msgstr ""
#: ../gtk/gtkaction.c:393
msgid "Action Group"
msgstr "Аракеттер тобу"
#: ../gtk/gtkaction.c:394
msgid ""
"The GtkActionGroup this GtkAction is associated with, or NULL (for internal "
"use)."
msgstr ""
#: ../gtk/gtkaction.c:412 ../gtk/gtkbutton.c:353 ../gtk/gtkimagemenuitem.c:192
msgid "Always show image"
msgstr "Сүрөтүн дайыма көрсөтүү"
#: ../gtk/gtkaction.c:413 ../gtk/gtkbutton.c:354 ../gtk/gtkimagemenuitem.c:193
msgid "Whether the image will always be shown"
msgstr ""
#: ../gtk/gtkactiongroup.c:229
msgid "A name for the action group."
msgstr "Аракеттер тобунун аталышы"
#: ../gtk/gtkactiongroup.c:236
msgid "Whether the action group is enabled."
msgstr ""
#: ../gtk/gtkactiongroup.c:243
msgid "Whether the action group is visible."
msgstr ""
#: ../gtk/gtkactiongroup.c:249
msgid "Accelerator Group"
msgstr ""
#: ../gtk/gtkactiongroup.c:250
msgid "The accelerator group the actions of this group should use."
msgstr ""
#: ../gtk/gtkactivatable.c:287
msgid "Related Action"
msgstr "Байланышкан аракеттер"
#: ../gtk/gtkactivatable.c:288
msgid "The action this activatable will activate and receive updates from"
msgstr ""
#: ../gtk/gtkactivatable.c:310
msgid "Use Action Appearance"
msgstr ""
#: ../gtk/gtkactivatable.c:311
msgid "Whether to use the related actions appearance properties"
msgstr ""
#: ../gtk/gtkadjustment.c:121 ../gtk/gtkcellrendererprogress.c:136
#: ../gtk/gtkscalebutton.c:218 ../gtk/gtkspinbutton.c:397
msgid "Value"
msgstr "Мааниси"
#: ../gtk/gtkadjustment.c:122
msgid "The value of the adjustment"
msgstr "Тууралоо үчүн маани"
#: ../gtk/gtkadjustment.c:138
msgid "Minimum Value"
msgstr "Минималдык мааниси"
#: ../gtk/gtkadjustment.c:139
msgid "The minimum value of the adjustment"
msgstr "Тууралоо үчүн минималдык маани"
#: ../gtk/gtkadjustment.c:158
msgid "Maximum Value"
msgstr "Максималдык маани"
#: ../gtk/gtkadjustment.c:159
msgid "The maximum value of the adjustment"
msgstr "Тууралоо үчүн максималдык маани"
#: ../gtk/gtkadjustment.c:175
msgid "Step Increment"
msgstr "Чоңойтуу кадамы"
#: ../gtk/gtkadjustment.c:176
msgid "The step increment of the adjustment"
msgstr "Тууралоо үчүн чоңойтуу кадамы"
#: ../gtk/gtkadjustment.c:192
msgid "Page Increment"
msgstr "Барактын кадамы"
#: ../gtk/gtkadjustment.c:193
msgid "The page increment of the adjustment"
msgstr "Тууралоо үчүн барак кадамы"
#: ../gtk/gtkadjustment.c:212
msgid "Page Size"
msgstr "Барактын өлчөмү"
#: ../gtk/gtkadjustment.c:213
msgid "The page size of the adjustment"
msgstr "Тууралоо үчүн барактын өлчөмү"
#: ../gtk/gtkalignment.c:135
msgid "Horizontal alignment"
msgstr "Горизонталдык тегиздөө"
#: ../gtk/gtkalignment.c:136 ../gtk/gtkbutton.c:283
msgid ""
"Horizontal position of child in available space. 0.0 is left aligned, 1.0 is "
"right aligned"
msgstr ""
#: ../gtk/gtkalignment.c:145
msgid "Vertical alignment"
msgstr "Вертикалдык тегиздөө"
#: ../gtk/gtkalignment.c:146 ../gtk/gtkbutton.c:302
msgid ""
"Vertical position of child in available space. 0.0 is top aligned, 1.0 is "
"bottom aligned"
msgstr ""
#: ../gtk/gtkalignment.c:154
msgid "Horizontal scale"
msgstr "Горизонталдык масштабы"
#: ../gtk/gtkalignment.c:155
msgid ""
"If available horizontal space is bigger than needed for the child, how much "
"of it to use for the child. 0.0 means none, 1.0 means all"
msgstr ""
#: ../gtk/gtkalignment.c:163
msgid "Vertical scale"
msgstr "Вертикалдык масштабы"
#: ../gtk/gtkalignment.c:164
msgid ""
"If available vertical space is bigger than needed for the child, how much of "
"it to use for the child. 0.0 means none, 1.0 means all"
msgstr ""
#: ../gtk/gtkalignment.c:181
msgid "Top Padding"
msgstr ""
#: ../gtk/gtkalignment.c:182
msgid "The padding to insert at the top of the widget."
msgstr ""
#: ../gtk/gtkalignment.c:198
msgid "Bottom Padding"
msgstr ""
#: ../gtk/gtkalignment.c:199
msgid "The padding to insert at the bottom of the widget."
msgstr ""
#: ../gtk/gtkalignment.c:215
msgid "Left Padding"
msgstr ""
#: ../gtk/gtkalignment.c:216
msgid "The padding to insert at the left of the widget."
msgstr ""
#: ../gtk/gtkalignment.c:232
msgid "Right Padding"
msgstr ""
#: ../gtk/gtkalignment.c:233
msgid "The padding to insert at the right of the widget."
msgstr ""
#: ../gtk/gtkappchooserbutton.c:614
msgid "Include an 'Other...' item"
msgstr ""
#: ../gtk/gtkappchooserbutton.c:615
msgid ""
"Whether the combobox should include an item that triggers a "
"GtkAppChooserDialog"
msgstr ""
#: ../gtk/gtkappchooserbutton.c:631
msgid "Show default item"
msgstr ""
#: ../gtk/gtkappchooserbutton.c:632
msgid "Whether the combobox should show the default application on top"
msgstr ""
#: ../gtk/gtkappchooserbutton.c:645 ../gtk/gtkappchooserdialog.c:757
msgid "Heading"
msgstr ""
#: ../gtk/gtkappchooserbutton.c:646 ../gtk/gtkappchooserdialog.c:758
msgid "The text to show at the top of the dialog"
msgstr ""
#: ../gtk/gtkappchooser.c:73
msgid "Content type"
msgstr "Контенттин түрү"
#: ../gtk/gtkappchooser.c:74
msgid "The content type used by the open with object"
msgstr ""
#: ../gtk/gtkappchooserdialog.c:743
msgid "GFile"
msgstr "GFile"
#: ../gtk/gtkappchooserdialog.c:744
msgid "The GFile used by the app chooser dialog"
msgstr ""
#: ../gtk/gtkappchooserwidget.c:1023
msgid "Show default app"
msgstr ""
#: ../gtk/gtkappchooserwidget.c:1024
msgid "Whether the widget should show the default application"
msgstr ""
#: ../gtk/gtkappchooserwidget.c:1038
msgid "Show recommended apps"
msgstr ""
#: ../gtk/gtkappchooserwidget.c:1039
msgid "Whether the widget should show recommended applications"
msgstr ""
#: ../gtk/gtkappchooserwidget.c:1053
msgid "Show fallback apps"
msgstr ""
#: ../gtk/gtkappchooserwidget.c:1054
msgid "Whether the widget should show fallback applications"
msgstr ""
#: ../gtk/gtkappchooserwidget.c:1066
msgid "Show other apps"
msgstr "Башка программаларды көрсөтүү"
#: ../gtk/gtkappchooserwidget.c:1067
msgid "Whether the widget should show other applications"
msgstr ""
#: ../gtk/gtkappchooserwidget.c:1080
msgid "Show all apps"
msgstr "Бардык тиркемелерди көрсөтүү"
#: ../gtk/gtkappchooserwidget.c:1081
msgid "Whether the widget should show all applications"
msgstr ""
#: ../gtk/gtkappchooserwidget.c:1095
msgid "Widget's default text"
msgstr ""
#: ../gtk/gtkappchooserwidget.c:1096
msgid "The default text appearing when there are no applications"
msgstr ""
#: ../gtk/gtkapplication.c:738
msgid "Register session"
msgstr ""
#: ../gtk/gtkapplication.c:739
msgid "Register with the session manager"
msgstr ""
#: ../gtk/gtkapplication.c:744
msgid "Application menu"
msgstr ""
#: ../gtk/gtkapplication.c:745
msgid "The GMenuModel for the application menu"
msgstr ""
#: ../gtk/gtkapplication.c:751
msgid "Menubar"
msgstr ""