-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmr.po
8711 lines (6694 loc) · 340 KB
/
mr.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
# translation of mr.po to Marathi
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Sandeep Shedmake <[email protected]>, 2008, 2009.
# Sandeep Shedmake <[email protected]>, 2009, 2010, 2012.
msgid ""
msgstr ""
"Project-Id-Version: mr\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-03-15 15:08+0000\n"
"PO-Revision-Date: 2012-03-27 22:34+0530\n"
"Last-Translator: Sandeep Shedmake <[email protected]>\n"
"Language-Team: Marathi <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: mr\n"
"X-Generator: Lokalize 1.2\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
#: ../gdk/gdkapplaunchcontext.c:129 ../gdk/gdkcursor.c:134
#: ../gdk/gdkdevicemanager.c:170
msgid "Display"
msgstr "डिस्पले"
#: ../gdk/gdkcursor.c:126
#| msgid "Cursor"
msgid "Cursor type"
msgstr "कर्सर प्रकार"
#: ../gdk/gdkcursor.c:127
#| msgid "Secondary storage type"
msgid "Standard cursor type"
msgstr "मानक कर्सर प्रकार"
#: ../gdk/gdkcursor.c:135
#| msgid "Display the cell"
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साठी साधारण प्रदर्शक"
#: ../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:366 ../gdk/gdkwindow.c:367
msgid "Cursor"
msgstr "कर्सर"
#: ../gdk/x11/gdkdevicemanager-xi2.c:116
#| msgid "mode"
msgid "Opcode"
msgstr "ऑपकोड"
#: ../gdk/x11/gdkdevicemanager-xi2.c:117
msgid "Opcode for XInput2 requests"
msgstr "XInput2 विनंतीकरीता ऑपकोड"
#: ../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 "Monitor"
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:205
msgid "Current Color"
msgstr "सध्याचा रंग"
#: ../gtk/deprecated/gtkcolorsel.c:346
msgid "The current color"
msgstr "सध्याचा रंग"
#: ../gtk/deprecated/gtkcolorsel.c:352 ../gtk/gtkcolorbutton.c:220
msgid "Current Alpha"
msgstr "चालू अल्फा"
#: ../gtk/deprecated/gtkcolorsel.c:353
msgid "The current opacity value (0 fully transparent, 65535 fully opaque)"
msgstr ""
"चालू अपारदर्शकता मूल्य (0 म्हणजे पूर्ण पारदर्शक, 65535 म्हणजे पूर्ण अपारदर्शक)"
#: ../gtk/deprecated/gtkcolorsel.c:367
#| msgid "Current Alpha"
msgid "Current RGBA"
msgstr "सध्याचे RGBA"
#: ../gtk/deprecated/gtkcolorsel.c:368
#| msgid "The current color"
msgid "The current RGBA color"
msgstr "सध्याचा RGBA रंग"
#: ../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 "ठिक आहे बटन"
#: ../gtk/deprecated/gtkcolorseldialog.c:146
msgid "The OK button of the dialog."
msgstr "संवादातील ठिक आहे बटन."
#: ../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:1065
#: ../gtk/gtkentry.c:892 ../gtk/gtkmenubar.c:216 ../gtk/gtkstatusbar.c:182
#: ../gtk/gtktoolbar.c:614 ../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 "Snap edge संच"
#: ../gtk/deprecated/gtkhandlebox.c:252
msgid ""
"Whether to use the value from the snap_edge property or a value derived from "
"handle_position"
msgstr ""
"snap_edge गुणधर्म पासून वापरण्याजोगी किंवा handle_position पासून प्राप्त "
"मुल्य वापरायचे "
"का"
#: ../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:473
msgid "Style context"
msgstr "शैली संदर्भ"
#: ../gtk/deprecated/gtkstyle.c:474
msgid "GtkStyleContext to get style from"
msgstr "शैली प्राप्त करण्यासाठी GtkStyleContext"
#: ../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:1388
msgid "Row spacing"
msgstr "ओळीमधील रिकामी जागा"
#: ../gtk/deprecated/gtktable.c:210 ../gtk/gtkgrid.c:1389
msgid "The amount of space between two consecutive rows"
msgstr "पाठोपाठ येणाऱ्या दोन ओळींमधील रिकामी जागा"
#: ../gtk/deprecated/gtktable.c:218 ../gtk/gtkgrid.c:1395
msgid "Column spacing"
msgstr "स्तंभामधील रिकामी जागा"
#: ../gtk/deprecated/gtktable.c:219 ../gtk/gtkgrid.c:1396
msgid "The amount of space between two consecutive columns"
msgstr "पाठोपाठ येणाऱ्या दोन स्तंभामधील रिकामी जागा"
#: ../gtk/deprecated/gtktable.c:227 ../gtk/gtkbox.c:250
#: ../gtk/gtktoolbar.c:564 ../gtk/gtktoolitemgroup.c:1645
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:1416
msgid "Left attachment"
msgstr "डावीकडील जोड"
#: ../gtk/deprecated/gtktable.c:236 ../gtk/gtkgrid.c:1417 ../gtk/gtkmenu.c:726
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:1423
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:750
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 "संकेतस्थळ URL"
#: ../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 URL for the link to the website of the program"
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 ""
"Swapnil Hajare <[email protected]>, 2003; Pradeep Deshpande "
"<[email protected]>, 2004; संदिप शेडमाके <[email protected]>, "
"2008, "
"2009; संदिप शेडमाके <[email protected]>, 2009, 2010."
#: ../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:185
msgid "Accelerator Closure"
msgstr "वेगनियंत्रक बटण"
#: ../gtk/gtkaccellabel.c:186
msgid "The closure to be monitored for accelerator changes"
msgstr "वेगक्रमात बदल करताना वेगनियंत्रक बटणावर लक्ष ठेवा"
#: ../gtk/gtkaccellabel.c:192
msgid "Accelerator Widget"
msgstr "वेगनियंत्रक बटण असणारी चौकट(विंडो)"
#: ../gtk/gtkaccellabel.c:193
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 "Icon name"
msgid "action name"
msgstr "कृतीचे नाव"
#: ../gtk/gtkactionable.c:71
#| msgid "The name of the selected font"
msgid "The name of the associated action, like 'app.quit'"
msgstr "संबंधित कृतीचे नाव, जसे कि 'app.quit'"
#: ../gtk/gtkactionable.c:75
#| msgid "Paste target list"
msgid "action target value"
msgstr "कृती लक्ष्य मूल्य"
#: ../gtk/gtkactionable.c:76
msgid "The parameter for action invocations"
msgstr "कृती सुरू करण्यासाठी घटक"
#: ../gtk/gtkaction.c:220 ../gtk/gtkactiongroup.c:226 ../gtk/gtkprinter.c:123
#: ../gtk/gtktextmark.c:126 ../gtk/gtkthemingengine.c:250
msgid "Name"
msgstr "नाव"
#: ../gtk/gtkaction.c:221
msgid "A unique name for the action."
msgstr "कृतीसाठी विशेष नाव."
#: ../gtk/gtkaction.c:239 ../gtk/gtkbutton.c:235 ../gtk/gtkexpander.c:288
#: ../gtk/gtkframe.c:169 ../gtk/gtklabel.c:726 ../gtk/gtkmenuitem.c:375
#: ../gtk/gtktoolbutton.c:239 ../gtk/gtktoolitemgroup.c:1592
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 "या कृतीसाठी साधनटिप."
#: ../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:262
msgid "GIcon"
msgstr "GIcon"
#: ../gtk/gtkaction.c:303 ../gtk/gtkcellrendererpixbuf.c:246
#: ../gtk/gtkimage.c:309 ../gtk/gtkstatusicon.c:263
msgid "The GIcon being displayed"
msgstr "दर्शविले गेलेले GIcon"
#: ../gtk/gtkaction.c:323 ../gtk/gtkcellrendererpixbuf.c:211
#: ../gtk/gtkimage.c:291 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:246
#: ../gtk/gtkwindow.c:778
msgid "Icon Name"
msgstr "चिन्ह नाव"
#: ../gtk/gtkaction.c:324 ../gtk/gtkcellrendererpixbuf.c:212
#: ../gtk/gtkimage.c:292 ../gtk/gtkstatusicon.c:247
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_TOOLBAR_BOTH_HORIZ पध्दती मध्ये पाठ्य दर्शविते."
#: ../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:233
#: ../gtk/gtkcellrenderer.c:291 ../gtk/gtkwidget.c:1023
msgid "Sensitive"
msgstr "संवेदनशील"
#: ../gtk/gtkaction.c:380
msgid "Whether the action is enabled."
msgstr "कृती कार्यान्वीत केले गेले आहे का."
#: ../gtk/gtkaction.c:386 ../gtk/gtkactiongroup.c:240
#: ../gtk/gtkstatusicon.c:297 ../gtk/gtktreeviewcolumn.c:247
#: ../gtk/gtkwidget.c:1016
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 ""
"GtkActionGroup ज्याच्याशी GtkAction निगडीत आहे, किंवा काहीच नाही (आंतरीक वापर "
"करीता)."
#: ../gtk/gtkaction.c:412 ../gtk/gtkimagemenuitem.c:192
msgid "Always show image"
msgstr "नेहमी प्रतिमा दाखवा"
#: ../gtk/gtkaction.c:413 ../gtk/gtkimagemenuitem.c:193
msgid "Whether the image will always be shown"
msgstr "प्रतिमा नेहमी दाखविली जाईल का"
#: ../gtk/gtkactiongroup.c:227
msgid "A name for the action group."
msgstr "या कृती गट करीता एक नाव."
#: ../gtk/gtkactiongroup.c:234
msgid "Whether the action group is enabled."
msgstr "कृती गट कार्यान्वीत आहे का."
#: ../gtk/gtkactiongroup.c:241
msgid "Whether the action group is visible."
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:377
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:286
msgid ""
"Horizontal position of child in available space. 0.0 is left aligned, 1.0 is "
"right aligned"
msgstr "उपलब्ध जागेमधील वापरण्यायोग्य रचना.0.0 डावीकडे, 1.0 उजवीकडे घेता येते"
#: ../gtk/gtkalignment.c:145
msgid "Vertical alignment"
msgstr "ओळींची उभी रचना"
#: ../gtk/gtkalignment.c:146 ../gtk/gtkbutton.c:305
msgid ""
"Vertical position of child in available space. 0.0 is top aligned, 1.0 is "
"bottom aligned"
msgstr "उपलब्ध जागेमधील वापरण्यायोग्य रचना.0.0 वर, 1.0खाली घेता येते"
#: ../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 ""
"उपलब्ध जागा मोठी असेल तर त्या जागेपैकी किती जागा उपचौकटबनविण्यास लागेल ते "
"ठरवा. 0.0 "
"शून्य, 1.0 सर्व"
#: ../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 ""
"उपलब्ध जागा मोठी असेल तर त्या जागेपैकी किती जागा उपचौकटबनविण्यास लागेल ते "
"ठरवा. 0.0 "
"शून्य, 1.0 सर्व"
#: ../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 ""
"कॉम्बोबॉक्समध्ये GtkAppChooserDialog सुरू करणारे घटक समाविष्टीत असायला पाहिजे "
#: ../gtk/gtkappchooserbutton.c:631
#| msgid "Show menu images"
msgid "Show default item"
msgstr "पूर्वनिर्धारित घटक दाखवा"
#: ../gtk/gtkappchooserbutton.c:632
#| msgid "Whether the completions should be shown in a popup window"
msgid "Whether the combobox should show the default application on top"
msgstr "कॉम्बोबॉक्सने शीर्षकास पूर्वनिर्धारित ॲप्लिकेशन दाखवायचे"
#: ../gtk/gtkappchooserbutton.c:645 ../gtk/gtkappchooserdialog.c:757
#| msgid "Show Heading"
msgid "Heading"
msgstr "शीर्षक"
#: ../gtk/gtkappchooserbutton.c:646 ../gtk/gtkappchooserdialog.c:758
#| msgid "The padding to insert at the top of the widget."
msgid "The text to show at the top of the dialog"
msgstr "संवादच्या शीर्षकास दाखवण्याजोगी मजकूर"
#: ../gtk/gtkappchooser.c:73
#| msgid "Font style"
msgid "Content type"
msgstr "अंतर्भुत माहितीचा प्रकार"
#: ../gtk/gtkappchooser.c:74
#| msgid "The contents of the entry"
msgid "The content type used by the open with object"
msgstr "ऑब्जेक्टसह उघडातर्फे वापरण्याजोगी कंटेंट प्रकार"
#: ../gtk/gtkappchooserdialog.c:743
#| msgid "Filter"
msgid "GFile"
msgstr "GFile"
#: ../gtk/gtkappchooserdialog.c:744
#| msgid "The title of the file chooser dialog."
msgid "The GFile used by the app chooser dialog"
msgstr "ॲप चूजर संवादतर्फे वापरण्याजोगी GFile "
#: ../gtk/gtkappchooserwidget.c:1023
msgid "Show default app"
msgstr "पूर्वनिर्धारित ॲप दाखवा"
#: ../gtk/gtkappchooserwidget.c:1024
#| msgid "Whether the widget is the default widget"
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 images should be shown on buttons"
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 "विजेटने फॉलबॅक ॲप्लिकेशन्स् दाखवायचे"