This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathor.po
5887 lines (4656 loc) · 187 KB
/
or.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 or.po to Oriya
# Oriya translation of gtk+.HEAD.pot.
# Copyright (C) 2005, 2006, 2008, 2009, 2010, Free Software Foundation, Inc.
# This file is distributed under the same license as the gtk+ package.
# $Id: or.po,v 1.18 2006/12/13 09:55:51 sbehera Exp $
# $Id: or.po,v 1.18 2006/12/13 09:55:51 sbehera Exp $
#
# Gora Mohanty <[email protected]>, 2005.
# Subhransu Behera <[email protected]>, 2006.
# Manoj Kumar Giri <[email protected]>, 2008, 2009, 2010, 2012, 2013.
msgid ""
msgstr ""
"Project-Id-Version: or\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk"
"%2b&keywords=I18N+L10N&component=general\n"
"POT-Creation-Date: 2013-03-13 21:15+0000\n"
"PO-Revision-Date: 2013-03-15 16:59+0530\n"
"Last-Translator: Manoj Kumar Giri <[email protected]>\n"
"Language-Team: Oriya <[email protected]>\n"
"Language: or\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"
"\n"
"\n"
"\n"
"\n"
"\n"
"\n"
"\n"
"\n"
"\n"
"\n"
"\n"
"\n"
"\n"
"\n"
"X-Generator: Lokalize 1.5\n"
#: ../gdk/gdk.c:157
#, c-format
msgid "Error parsing option --gdk-debug"
msgstr "--gdk-debug କୁ ବିଶ୍ଳେଷଣ କରିବା ସମୟରେ ତୃଟି"
#: ../gdk/gdk.c:177
#, c-format
msgid "Error parsing option --gdk-no-debug"
msgstr "--gdk-no-debug କୁ ବିଶ୍ଳେଷଣ କରିବା ସମୟରେ ତୃଟି"
#. Description of --class=CLASS in --help output
#: ../gdk/gdk.c:205
msgid "Program class as used by the window manager"
msgstr "ୱିଣ୍ଡୋ ପରିଚାଳକ ଦ୍ବାରା ବ୍ଯବହୃତ ପ୍ରଗ୍ରାମ ଶ୍ରେଣୀ"
#. Placeholder in --class=CLASS in --help output
#: ../gdk/gdk.c:206
msgid "CLASS"
msgstr "ଶ୍ରେଣୀ"
#. Description of --name=NAME in --help output
#: ../gdk/gdk.c:208
msgid "Program name as used by the window manager"
msgstr "ୱିଣ୍ଡୋ ପରିଚାଳକ ଦ୍ବାରା ବ୍ଯବହୃତ ପ୍ରଗ୍ରାମ ନାମ"
#. Placeholder in --name=NAME in --help output
#: ../gdk/gdk.c:209
msgid "NAME"
msgstr "ନାମ"
#. Description of --display=DISPLAY in --help output
#: ../gdk/gdk.c:211
msgid "X display to use"
msgstr "ବ୍ଯବହାର ପାଇଁ X ପ୍ରଦର୍ଶିକା"
#. Placeholder in --display=DISPLAY in --help output
#: ../gdk/gdk.c:212
msgid "DISPLAY"
msgstr "ପ୍ରଦର୍ଶିକା"
#. Description of --gdk-debug=FLAGS in --help output
#: ../gdk/gdk.c:215
msgid "GDK debugging flags to set"
msgstr "ବିନ୍ଯାସ ପାଇଁ GDK ତୃଟିମୁକ୍ତକରଣ ସୂଚକ"
#. 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:216 ../gdk/gdk.c:219 ../gtk/gtkmain.c:453 ../gtk/gtkmain.c:456
msgid "FLAGS"
msgstr "ସୂଚକ"
#. Description of --gdk-no-debug=FLAGS in --help output
#: ../gdk/gdk.c:218
msgid "GDK debugging flags to unset"
msgstr "ଅବିନ୍ଯାସ ପାଇଁ GDK ତୃଟିମୁକ୍ତିକରଣ ସୂଚକ"
#.
#. * Translators, the strings in the 'keyboard label' context are
#. * display names for keyboard keys. Some of them have prefixes like
#. * XF86 or ISO_ - these should be removed in the translation. Similarly,
#. * underscores should be replaced by spaces. The prefix 'KP_' stands
#. * for 'key pad' and you may want to include that in your translation.
#. * Here are some examples of English translations:
#. * XF86AudioMute - Audio mute
#. * Scroll_lock - Scroll lock
#. * KP_Space - Space (keypad)
#. * Page_Up - Page up
#.
#: ../gdk/keyname-table.h:3952
msgctxt "keyboard label"
msgid "BackSpace"
msgstr "BackSpace"
#: ../gdk/keyname-table.h:3953
msgctxt "keyboard label"
msgid "Tab"
msgstr "Tab"
#: ../gdk/keyname-table.h:3954
msgctxt "keyboard label"
msgid "Return"
msgstr "Return"
#: ../gdk/keyname-table.h:3955
msgctxt "keyboard label"
msgid "Pause"
msgstr "Pause"
#: ../gdk/keyname-table.h:3956
msgctxt "keyboard label"
msgid "Scroll_Lock"
msgstr "Scroll_Lock"
#: ../gdk/keyname-table.h:3957
msgctxt "keyboard label"
msgid "Sys_Req"
msgstr "Sys_Req"
#: ../gdk/keyname-table.h:3958
msgctxt "keyboard label"
msgid "Escape"
msgstr "Escape"
#: ../gdk/keyname-table.h:3959
msgctxt "keyboard label"
msgid "Multi_key"
msgstr "Multi_key"
#: ../gdk/keyname-table.h:3960
msgctxt "keyboard label"
msgid "Home"
msgstr "Home"
#: ../gdk/keyname-table.h:3961
msgctxt "keyboard label"
msgid "Left"
msgstr "ବାମ"
#: ../gdk/keyname-table.h:3962
msgctxt "keyboard label"
msgid "Up"
msgstr "ଉପର"
#: ../gdk/keyname-table.h:3963
msgctxt "keyboard label"
msgid "Right"
msgstr "ଡାହାଣ"
#: ../gdk/keyname-table.h:3964
msgctxt "keyboard label"
msgid "Down"
msgstr "ତଳ"
#: ../gdk/keyname-table.h:3965
msgctxt "keyboard label"
msgid "Page_Up"
msgstr "ପୃଷ୍ଠା ଉପରକୁ କରନ୍ତୁ (_U)"
#: ../gdk/keyname-table.h:3966
msgctxt "keyboard label"
msgid "Page_Down"
msgstr "ପୃଷ୍ଠା ତଳକୁ କରନ୍ତୁ (_D)"
#: ../gdk/keyname-table.h:3967
msgctxt "keyboard label"
msgid "End"
msgstr "End"
#: ../gdk/keyname-table.h:3968
msgctxt "keyboard label"
msgid "Begin"
msgstr "ଆରମ୍ଭ"
#: ../gdk/keyname-table.h:3969
msgctxt "keyboard label"
msgid "Print"
msgstr "ମୁଦ୍ରଣ କରନ୍ତୁ"
#: ../gdk/keyname-table.h:3970
msgctxt "keyboard label"
msgid "Insert"
msgstr "ଭର୍ତ୍ତି କରନ୍ତୁ"
#: ../gdk/keyname-table.h:3971
msgctxt "keyboard label"
msgid "Num_Lock"
msgstr "Num_Lock"
#. Translators: KP_ means 'key pad' here
#: ../gdk/keyname-table.h:3973
msgctxt "keyboard label"
msgid "KP_Space"
msgstr "KP_Space"
#: ../gdk/keyname-table.h:3974
msgctxt "keyboard label"
msgid "KP_Tab"
msgstr "KP_Tab"
#: ../gdk/keyname-table.h:3975
msgctxt "keyboard label"
msgid "KP_Enter"
msgstr "KP_Enter"
#: ../gdk/keyname-table.h:3976
msgctxt "keyboard label"
msgid "KP_Home"
msgstr "KP_Home"
#: ../gdk/keyname-table.h:3977
msgctxt "keyboard label"
msgid "KP_Left"
msgstr "KP_Left"
#: ../gdk/keyname-table.h:3978
msgctxt "keyboard label"
msgid "KP_Up"
msgstr "KP_Up"
#: ../gdk/keyname-table.h:3979
msgctxt "keyboard label"
msgid "KP_Right"
msgstr "KP_Right"
#: ../gdk/keyname-table.h:3980
msgctxt "keyboard label"
msgid "KP_Down"
msgstr "KP_Down"
#: ../gdk/keyname-table.h:3981
msgctxt "keyboard label"
msgid "KP_Page_Up"
msgstr "KP_Page_Up"
#: ../gdk/keyname-table.h:3982
msgctxt "keyboard label"
msgid "KP_Prior"
msgstr "KP_Prior"
#: ../gdk/keyname-table.h:3983
msgctxt "keyboard label"
msgid "KP_Page_Down"
msgstr "KP_Page_Down"
#: ../gdk/keyname-table.h:3984
msgctxt "keyboard label"
msgid "KP_Next"
msgstr "KP_Next"
#: ../gdk/keyname-table.h:3985
msgctxt "keyboard label"
msgid "KP_End"
msgstr "KP_End"
#: ../gdk/keyname-table.h:3986
msgctxt "keyboard label"
msgid "KP_Begin"
msgstr "KP_Begin"
#: ../gdk/keyname-table.h:3987
msgctxt "keyboard label"
msgid "KP_Insert"
msgstr "KP_Insert"
#: ../gdk/keyname-table.h:3988
msgctxt "keyboard label"
msgid "KP_Delete"
msgstr "KP_Delete"
#: ../gdk/keyname-table.h:3989
msgctxt "keyboard label"
msgid "Delete"
msgstr "ଅପସାରଣ କରନ୍ତୁ"
#. Translators: 'Mon' means Monitor here, and the XF86 prefix should be removed
#: ../gdk/keyname-table.h:3991
msgctxt "keyboard label"
msgid "MonBrightnessUp"
msgstr "MonBrightnessUp"
#: ../gdk/keyname-table.h:3992
msgctxt "keyboard label"
msgid "MonBrightnessDown"
msgstr "MonBrightnessDown"
#: ../gdk/keyname-table.h:3993
msgctxt "keyboard label"
msgid "AudioMute"
msgstr "AudioMute"
#: ../gdk/keyname-table.h:3994
msgctxt "keyboard label"
msgid "AudioLowerVolume"
msgstr "AudioLowerVolume"
#: ../gdk/keyname-table.h:3995
msgctxt "keyboard label"
msgid "AudioRaiseVolume"
msgstr "AudioRaiseVolume"
#: ../gdk/keyname-table.h:3996
msgctxt "keyboard label"
msgid "AudioPlay"
msgstr "AudioPlay"
#: ../gdk/keyname-table.h:3997
msgctxt "keyboard label"
msgid "AudioStop"
msgstr "AudioStop"
#: ../gdk/keyname-table.h:3998
msgctxt "keyboard label"
msgid "AudioNext"
msgstr "AudioNext"
#: ../gdk/keyname-table.h:3999
msgctxt "keyboard label"
msgid "AudioPrev"
msgstr "AudioPrev"
#: ../gdk/keyname-table.h:4000
msgctxt "keyboard label"
msgid "AudioRecord"
msgstr "AudioRecord"
#: ../gdk/keyname-table.h:4001
msgctxt "keyboard label"
msgid "AudioPause"
msgstr "AudioPause"
#: ../gdk/keyname-table.h:4002
msgctxt "keyboard label"
msgid "AudioRewind"
msgstr "AudioRewind"
#: ../gdk/keyname-table.h:4003
msgctxt "keyboard label"
msgid "AudioMedia"
msgstr "AudioMedia"
#: ../gdk/keyname-table.h:4004
msgctxt "keyboard label"
msgid "ScreenSaver"
msgstr "ScreenSaver"
#: ../gdk/keyname-table.h:4005
msgctxt "keyboard label"
msgid "Battery"
msgstr "Battery"
#: ../gdk/keyname-table.h:4006
msgctxt "keyboard label"
msgid "Launch1"
msgstr "Launch1"
#: ../gdk/keyname-table.h:4007
msgctxt "keyboard label"
msgid "Forward"
msgstr "Forward"
#: ../gdk/keyname-table.h:4008
msgctxt "keyboard label"
msgid "Back"
msgstr "Back"
#: ../gdk/keyname-table.h:4009
msgctxt "keyboard label"
msgid "Sleep"
msgstr "Sleep"
#: ../gdk/keyname-table.h:4010
msgctxt "keyboard label"
msgid "Hibernate"
msgstr "Hibernate"
#: ../gdk/keyname-table.h:4011
msgctxt "keyboard label"
msgid "WLAN"
msgstr "WLAN"
#: ../gdk/keyname-table.h:4012
msgctxt "keyboard label"
msgid "WebCam"
msgstr "WebCam"
#: ../gdk/keyname-table.h:4013
msgctxt "keyboard label"
msgid "Display"
msgstr "Display"
#: ../gdk/keyname-table.h:4014
msgctxt "keyboard label"
msgid "TouchpadToggle"
msgstr "TouchpadToggle"
#: ../gdk/keyname-table.h:4015
msgctxt "keyboard label"
msgid "WakeUp"
msgstr "WakeUp"
#: ../gdk/keyname-table.h:4016
msgctxt "keyboard label"
msgid "Suspend"
msgstr "Suspend"
#. Description of --sync in --help output
#: ../gdk/win32/gdkmain-win32.c:53
msgid "Don't batch GDI requests"
msgstr "ଜିଡିଆଇ ଅନୁରୋଧ ମିଶାନ୍ତୁ ନାହିଁ"
#. Description of --no-wintab in --help output
#: ../gdk/win32/gdkmain-win32.c:55
msgid "Don't use the Wintab API for tablet support"
msgstr "ଫଳକ ସହାୟତା ପାଇଁ ୱିନଟ୍ଯାବ ଏ.ପି.ଆଇ. ବ୍ଯବହାର କରନ୍ତୁ ନାହିଁ"
#. Description of --ignore-wintab in --help output
#: ../gdk/win32/gdkmain-win32.c:57
msgid "Same as --no-wintab"
msgstr "--no-wintab ସଙ୍ଗେ ସମାନ"
#. Description of --use-wintab in --help output
#: ../gdk/win32/gdkmain-win32.c:59
msgid "Do use the Wintab API [default]"
msgstr "ୱିନଟ୍ଯାବ ଏ.ପି.ଆଇ. ବ୍ଯବହାର କରନ୍ତୁ"
#. Description of --max-colors=COLORS in --help output
#: ../gdk/win32/gdkmain-win32.c:61
msgid "Size of the palette in 8 bit mode"
msgstr "8 ବିଟ ଧାରାରେ ଆଳିର ଆକାର"
#. Placeholder in --max-colors=COLORS in --help output
#: ../gdk/win32/gdkmain-win32.c:62
msgid "COLORS"
msgstr "ରଙ୍ଗ"
#: ../gdk/x11/gdkapplaunchcontext-x11.c:292
#, c-format
msgid "Starting %s"
msgstr "%sକୁ ଆରମ୍ଭ କରୁଅଛି"
#: ../gdk/x11/gdkapplaunchcontext-x11.c:305
#, c-format
msgid "Opening %s"
msgstr "%s କୁ ଖୋଲୁଅଛି"
#: ../gdk/x11/gdkapplaunchcontext-x11.c:310
#, c-format
msgid "Opening %d Item"
msgid_plural "Opening %d Items"
msgstr[0] "%d ବସ୍ତୁକୁ ଖୋଲୁଅଛି"
msgstr[1] "%d ବସ୍ତୁଗୁଡ଼ିକୁ ଖୋଲୁଅଛି"
#: ../gtk/a11y/gtkbooleancellaccessible.c:43
msgctxt "Action description"
msgid "Toggles the cell"
msgstr "ସେଲକୁ ଏପଟ ସେପଟ କରନ୍ତୁ"
#: ../gtk/a11y/gtkbooleancellaccessible.c:63
#: ../gtk/a11y/gtkswitchaccessible.c:101
msgctxt "Action name"
msgid "Toggle"
msgstr "ଏପଟ ସେପଟ କରନ୍ତୁ"
#: ../gtk/a11y/gtkbuttonaccessible.c:341
#: ../gtk/a11y/gtkmenuitemaccessible.c:436
msgctxt "Action name"
msgid "Click"
msgstr "କ୍ଲିକ କରନ୍ତୁ"
#: ../gtk/a11y/gtkbuttonaccessible.c:350
msgctxt "Action description"
msgid "Clicks the button"
msgstr "ବଟନକୁ କ୍ଲିକ କରିଥାଏ"
#: ../gtk/a11y/gtkcellaccessible.c:258
msgctxt "Action name"
msgid "Expand or contract"
msgstr "ପ୍ରସାରଣ କରନ୍ତୁ କିମ୍ବା ସଙ୍କୋଚନ କରନ୍ତୁ"
#: ../gtk/a11y/gtkcellaccessible.c:260
#| msgctxt "Stock label"
#| msgid "_Edit"
msgctxt "Action name"
msgid "Edit"
msgstr "ସମ୍ପାଦନ"
#: ../gtk/a11y/gtkcellaccessible.c:262
#: ../gtk/a11y/gtkcolorswatchaccessible.c:72
#: ../gtk/a11y/gtkentryaccessible.c:1541
#: ../gtk/a11y/gtkexpanderaccessible.c:281
msgctxt "Action name"
msgid "Activate"
msgstr "ସକ୍ରିୟ କରନ୍ତୁ"
#: ../gtk/a11y/gtkcellaccessible.c:275
msgctxt "Action description"
msgid "Expands or contracts the row in the tree view containing this cell"
msgstr "ଏହି ସେଲକୁ ଧାରଣ କରିଥିବା ଦୃଶ୍ୟରେ ପଙ୍କ୍ତିକୁ ପ୍ରସାରଣ କିମ୍ବା ସଙ୍କୋଚନ କରିଥାଏ"
#: ../gtk/a11y/gtkcellaccessible.c:277
msgctxt "Action description"
msgid "Creates a widget in which the contents of the cell can be edited"
msgstr "ଏକ ୱିଜେଟ ନିର୍ମାଣ କରିଥାଏ ଯେଉଁଥିରେ ସେଲର ବିଷୟବସ୍ତୁକୁ ସମ୍ପାଦନ କରାଯାଇପାରିବ"
#: ../gtk/a11y/gtkcellaccessible.c:279
msgctxt "Action description"
msgid "Activates the cell"
msgstr "ସେଲକୁ ସକ୍ରିୟ କରିଥାଏ"
#: ../gtk/a11y/gtkcolorswatchaccessible.c:71
#| msgid "_Select"
msgctxt "Action name"
msgid "Select"
msgstr "ବାଛନ୍ତୁ"
#: ../gtk/a11y/gtkcolorswatchaccessible.c:73
#| msgid "_Customize"
msgctxt "Action name"
msgid "Customize"
msgstr "ଇଚ୍ଛାରୂପଣ କରନ୍ତୁ"
#: ../gtk/a11y/gtkcolorswatchaccessible.c:84
#| msgid "Select a Color"
msgctxt "Action description"
msgid "Selects the color"
msgstr "ରଙ୍ଗ ବାଛନ୍ତୁ"
#: ../gtk/a11y/gtkcolorswatchaccessible.c:85
#| msgid "Brightness of the color."
msgctxt "Action description"
msgid "Activates the color"
msgstr "ରଙ୍ଗକୁ ସକ୍ରିୟ କରିଥାଏ"
#: ../gtk/a11y/gtkcolorswatchaccessible.c:86
#| msgid "Custom color %d: %s"
msgctxt "Action description"
msgid "Customizes the color"
msgstr "ରଙ୍ଗକୁ ଇଚ୍ଛାରୂପଣ କରିଥାଏ"
#: ../gtk/a11y/gtkcomboboxaccessible.c:313
#| msgid "_Pressure:"
msgctxt "Action name"
msgid "Press"
msgstr "ଦବାନ୍ତୁ"
#: ../gtk/a11y/gtkcomboboxaccessible.c:322
#| msgid "Decreases the volume"
msgctxt "Action description"
msgid "Presses the combobox"
msgstr "କମ୍ବୋବକ୍ସକୁ ଦବାଇଥାଏ"
#: ../gtk/a11y/gtkentryaccessible.c:1550
msgctxt "Action description"
msgid "Activates the entry"
msgstr "ଭରଣକୁ ସକ୍ରିୟ କରିଥାଏ"
#: ../gtk/a11y/gtkexpanderaccessible.c:290
msgctxt "Action description"
msgid "Activates the expander"
msgstr "ବିସ୍ତାରକକୁ ସକ୍ରିୟ କରିଥାଏ"
#: ../gtk/a11y/gtkmenuitemaccessible.c:445
msgctxt "Action description"
msgid "Clicks the menuitem"
msgstr "ତାଲିକାବସ୍ତୁକୁ କ୍ଲିକ କରିଥାଏ"
#: ../gtk/a11y/gtkscalebuttonaccessible.c:140
msgctxt "Action description"
msgid "Pops up the slider"
msgstr "ସ୍ଲାଇଡରକୁ ପପଅପ କରିଥାଏ"
#: ../gtk/a11y/gtkscalebuttonaccessible.c:142
msgctxt "Action description"
msgid "Dismisses the slider"
msgstr "ସ୍ଲାଇଡରକୁ ଖାରଜ କରିଥାଏ"
#: ../gtk/a11y/gtkscalebuttonaccessible.c:170
msgctxt "Action name"
msgid "Popup"
msgstr "ପପ-ଅପ"
#: ../gtk/a11y/gtkscalebuttonaccessible.c:172
msgctxt "Action name"
msgid "Dismiss"
msgstr "ଅସ୍ୱୀକାର"
#: ../gtk/a11y/gtkspinneraccessible.c:39
msgctxt "throbbing progress animation widget"
msgid "Spinner"
msgstr "ସ୍ପିନର"
#: ../gtk/a11y/gtkspinneraccessible.c:40
msgid "Provides visual indication of progress"
msgstr "ଅଗ୍ରଗତିର ଚାକ୍ଷୁଷ ସୂଚନା ପ୍ରଦାନ କରିଥାଏ"
#: ../gtk/a11y/gtkswitchaccessible.c:63
msgctxt "light switch widget"
msgid "Switch"
msgstr "ସ୍ୱୀଚ"
#: ../gtk/a11y/gtkswitchaccessible.c:64
msgid "Switches between on and off states"
msgstr "ଅନ ଏବଂ ଅଫ ସ୍ଥିତି ମଧ୍ଯରେ ବଦଳାନ୍ତୁ"
#: ../gtk/a11y/gtkswitchaccessible.c:110
msgctxt "Action description"
msgid "Toggles the switch"
msgstr "ସ୍ୱୀଚକୁ ଅନଅଫ କରିଥାଏ"
#: ../gtk/deprecated/gtkcolorsel.c:425
msgid ""
"Select the color you want from the outer ring. Select the darkness or "
"lightness of that color using the inner triangle."
msgstr "ବାହାର ମଣ୍ଡଳରୁ ରଙ୍ଗ ବାଛନ୍ତୁ. ଭିତର ତ୍ରିଭୁଜରୁ ରଙ୍ଗର ପ୍ରଗାଢ଼ତା ବାଛନ୍ତୁ।"
#: ../gtk/deprecated/gtkcolorsel.c:451
msgid ""
"Click the eyedropper, then click a color anywhere on your screen to select "
"that color."
msgstr ""
"ଆଖିଡ୍ରପର ଉପରେ ମାଉସ ଚାବି ଦବାଇ, ରଙ୍ଗ ବାଛିବା ପାଇଁ ପରଦାର କୌଣସି ରଙ୍ଗ ଉପରେ ମାଉସ "
"ଚାବି ଦବାନ୍ତୁ।"
#: ../gtk/deprecated/gtkcolorsel.c:461
msgid "_Hue:"
msgstr "ରଙ୍ଗ (_H):"
#: ../gtk/deprecated/gtkcolorsel.c:462
msgid "Position on the color wheel."
msgstr "ରଙ୍ଗ ଚକ୍ରରେ ଅବସ୍ଥାନ।"
#: ../gtk/deprecated/gtkcolorsel.c:464
msgid "S_aturation:"
msgstr "ପରିପୂର୍ଣ୍ଣତା (_a):"
#: ../gtk/deprecated/gtkcolorsel.c:465
msgid "Intensity of the color."
msgstr "ରଙ୍ଗର ଉଜ୍ଜ୍ବଳତା"
#: ../gtk/deprecated/gtkcolorsel.c:466
msgid "_Value:"
msgstr "ମୂଲ୍ଯ (_V):"
#: ../gtk/deprecated/gtkcolorsel.c:467
msgid "Brightness of the color."
msgstr "ରଙ୍ଗର ଉଜ୍ଜ୍ବଳତା।"
#: ../gtk/deprecated/gtkcolorsel.c:468
msgid "_Red:"
msgstr "ନାଲି (_R):"
#: ../gtk/deprecated/gtkcolorsel.c:469
msgid "Amount of red light in the color."
msgstr "ରଙ୍ଗରେ ନାଲି ଆଲୋକର ମାତ୍ରା।"
#: ../gtk/deprecated/gtkcolorsel.c:470
msgid "_Green:"
msgstr "ସବୁଜ (_G):"
#: ../gtk/deprecated/gtkcolorsel.c:471
msgid "Amount of green light in the color."
msgstr "ରଙ୍ଗରେ ସାଗୁଆ ଆଲୋକର ମାତ୍ରା।"
#: ../gtk/deprecated/gtkcolorsel.c:472
msgid "_Blue:"
msgstr "ନୀଳ (_B):"
#: ../gtk/deprecated/gtkcolorsel.c:473
msgid "Amount of blue light in the color."
msgstr "ରଙ୍ଗରେ ନିଳ ଆଲୋକର ମାତ୍ରା।"
#: ../gtk/deprecated/gtkcolorsel.c:476
msgid "Op_acity:"
msgstr "ଅସ୍ବଚ୍ଛତା (_a):"
#: ../gtk/deprecated/gtkcolorsel.c:484 ../gtk/deprecated/gtkcolorsel.c:494
msgid "Transparency of the color."
msgstr "ରଙ୍ଗର ସ୍ବଚ୍ଛତା।"
#: ../gtk/deprecated/gtkcolorsel.c:501
msgid "Color _name:"
msgstr "ରଙ୍ଗର ନାମ (_n):"
#: ../gtk/deprecated/gtkcolorsel.c:516
msgid ""
"You can enter an HTML-style hexadecimal color value, or simply a color name "
"such as 'orange' in this entry."
msgstr ""
"ଏହି ଭରଣରେ ଆପଣ ଗୋଟିଏ HTML-ଶୈଳୀର ଷୋହଳମିକ ରଙ୍ଗ ମୂଲ୍ଯ, କିମ୍ବା ସରଳ ଭାବରେ ଗୋଟିଏ "
"ରଙ୍ଗର ନାମ, "
"ଯେପରି କି 'ନାରଙ୍ଗ' ଭରି ପାରନ୍ତି।"
#: ../gtk/deprecated/gtkcolorsel.c:548
msgid "_Palette:"
msgstr "ଥାଳି (_P):"
#: ../gtk/deprecated/gtkcolorsel.c:578
msgid "Color Wheel"
msgstr "ରଙ୍ଗ ଚକ୍ର"
#: ../gtk/deprecated/gtkcolorsel.c:1072
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/deprecated/gtkcolorsel.c:1078
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/deprecated/gtkcolorsel.c:1084
msgid ""
"The previously-selected color, for comparison to the color you're selecting "
"now."
msgstr ""
"ପୂର୍ବରୁ ବଛାଯାଇଥିବା ରଙ୍ଗ, ଆପଣ ବର୍ତ୍ତମାନ ବାଛିଥିବା ରଙ୍ଗକୁ ତୁଳନା କରିବା ପାଇଁ।"
#: ../gtk/deprecated/gtkcolorsel.c:1088
msgid "The color you've chosen."
msgstr "ଆପଣ ବାଛିଥିବା ରଙ୍ଗ"
#: ../gtk/deprecated/gtkcolorsel.c:1491
msgid "_Save color here"
msgstr "ଏଠାରେ ରଙ୍ଗ ସଂରକ୍ଷିତ କରନ୍ତୁ (_S)"
#: ../gtk/deprecated/gtkcolorsel.c:1695
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 ""
"ଏହି ଆଳି ଭରଣକୁ ସାମ୍ପ୍ରତିକ ରଙ୍ଗ କରିବା ପାଇଁ ଏହା ଉପରେ ମାଉସ ଚାବି ଦବାନ୍ତୁ. ଏହାକୁ "
"ବଦଳାଇବା ପାଇଁ "
"ଏଠାରେ ରଙ୍ଗ ନମୁନା ଟାଣି ଆଣନ୍ତୁ ବା ଏହା ଉପରେ ଡାହାଣ ମାଉସ ଚାବି ଦବାଇ \"Save color "
"here.\" "
"ବାଛନ୍ତୁ।"
#. We emit the response for the Select button manually,
#. * since we want to save the color first
#.
#: ../gtk/deprecated/gtkcolorseldialog.c:201 ../gtk/gtkappchooserdialog.c:509
#: ../gtk/gtkcolorchooserdialog.c:150 ../gtk/gtkfontchooserdialog.c:174
#: ../gtk/gtkprinteroptionwidget.c:550
msgid "_Select"
msgstr "ବାଛନ୍ତୁ (_S)"
#: ../gtk/deprecated/gtkcolorseldialog.c:219
msgid "Color Selection"
msgstr "ରଙ୍ଗ ଚୟନ"
#. This is the default text shown in the preview entry, though the user
#. can set it. Remember that some fonts only have capital letters.
#: ../gtk/deprecated/gtkfontsel.c:124
msgid "abcdefghijk ABCDEFGHIJK"
msgstr "ଅଆଇଈଉଊକଖଗଘଞଅଆଇଈଉଊକଖଗଘଞ"
#: ../gtk/deprecated/gtkfontsel.c:393
msgid "_Family:"
msgstr "ଶ୍ରେଣୀ (_F):"
#: ../gtk/deprecated/gtkfontsel.c:400
msgid "_Style:"
msgstr "ଶୈଳୀ (_S):"
#: ../gtk/deprecated/gtkfontsel.c:407
msgid "Si_ze:"
msgstr "ଆକାର (_z):"
#. create the text entry widget
#: ../gtk/deprecated/gtkfontsel.c:584
msgid "_Preview:"
msgstr "ପୂର୍ବାବଲୋକନ (_P):"
#: ../gtk/deprecated/gtkfontsel.c:1720 ../gtk/gtkfontchooserdialog.c:183
msgid "Font Selection"
msgstr "ଅକ୍ଷରରୂପ ଚୟନ"
#. Translators: this is the license preamble; the string at the end
#. * contains the URL of the license.
#.
#: ../gtk/gtkaboutdialog.c:104
#, c-format
msgid ""
"This program comes with ABSOLUTELY NO WARRANTY;\n"
"for details, visit <a href=\"%s\">%s</a>"
msgstr ""
"ଏହି ପ୍ରଗ୍ରାମଟି ବିନା ଆଶ୍ୱାସନାରେ ଆସିଥାଏ;\n"
"ବିସ୍ତୃତ ବିବରଣୀ ପାଇଁ, <a href=\"%s\">%s</a> କୁ ପରିଦର୍ଶନ କରନ୍ତୁ"
#: ../gtk/gtkaboutdialog.c:357
msgid "License"
msgstr "ଅନୁମତି ପତ୍ର"
#: ../gtk/gtkaboutdialog.c:358
msgid "The license of the program"
msgstr "ଏହି କାରିକାର ଅନୁମତି ପତ୍ର"
#. Add the credits button
#: ../gtk/gtkaboutdialog.c:751
msgid "C_redits"
msgstr "ସ୍ବୀକୃତି (_r)"
#. Add the license button
#: ../gtk/gtkaboutdialog.c:764
msgid "_License"
msgstr "ଅନୁମତି ପତ୍ର (_L)"
#: ../gtk/gtkaboutdialog.c:980
msgid "Could not show link"
msgstr "ସଂଯୋଗକୁ ଦର୍ଶାଇପାରିଲା ନାହିଁ"
#: ../gtk/gtkaboutdialog.c:1017
msgid "Website"
msgstr "ୱେବସାଇଟ"
#: ../gtk/gtkaboutdialog.c:1071
#, c-format
msgid "About %s"
msgstr "%s ବିଷୟରେ"
#: ../gtk/gtkaboutdialog.c:2398
msgid "Created by"
msgstr "ଦ୍ବାରା ସୃଷ୍ଟି"
#: ../gtk/gtkaboutdialog.c:2401
msgid "Documented by"
msgstr "ଦଲିଲକରଣ ଲେଖକ"
#: ../gtk/gtkaboutdialog.c:2411
msgid "Translated by"
msgstr "ଅନୁବାଦକ"
#: ../gtk/gtkaboutdialog.c:2416
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:159
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:165
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:171
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:805
msgctxt "keyboard label"
msgid "Super"
msgstr "Super"
#. 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:818
msgctxt "keyboard label"
msgid "Hyper"
msgstr "Hyper"
#. 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:832
msgctxt "keyboard label"
msgid "Meta"
msgstr "Meta"
#: ../gtk/gtkaccellabel.c:849
msgctxt "keyboard label"
msgid "Space"
msgstr "Space"
#: ../gtk/gtkaccellabel.c:852
msgctxt "keyboard label"
msgid "Backslash"
msgstr "Backslash"
#: ../gtk/gtkappchooserbutton.c:290
#| msgid "Other application..."
msgid "Other application…"
msgstr "ଅନ୍ୟାନ୍ୟ ପ୍ରୟୋଗ…"
#: ../gtk/gtkappchooserdialog.c:137
msgid "Failed to look for applications online"
msgstr "ଅନଲାଇନ ପ୍ରୟୋଗକୁ ଦେଖିବାରେ ବିଫଳ"
#: ../gtk/gtkappchooserdialog.c:188
#| msgid "Find applications online"
msgid "_Find applications online"
msgstr "ଅନଲାଇନରେ ପ୍ରୟୋଗଗୁଡ଼ିକୁ ଖୋଜନ୍ତୁ (_F)"
#. Translators: %s is a filename
#: ../gtk/gtkappchooserdialog.c:332
#, c-format
msgid "Select an application to open \"%s\""
msgstr "\"%s\" କୁ ଖୋଲିବା ପାଇଁ ଗୋଟିଏ ପ୍ରୟୋଗ ବାଛନ୍ତୁ"
#: ../gtk/gtkappchooserdialog.c:333 ../gtk/gtkappchooserwidget.c:657
#, c-format
msgid "No applications available to open \"%s\""
msgstr "\"%s\" କୁ ଖୋଲିବା ପାଇଁ କୌଣସି ପ୍ରୟୋଗ ଉପଲବ୍ଧ ନାହିଁ"
#. Translators: %s is a file type description
#: ../gtk/gtkappchooserdialog.c:339
#, c-format
msgid "Select an application for \"%s\" files"
msgstr "\"%s\" ଫାଇଲଗୁଡ଼ିକ ପାଇଁ ଗୋଟିଏ ପ୍ରୟୋଗ ବାଛନ୍ତୁ"
#: ../gtk/gtkappchooserdialog.c:341
#, c-format
msgid "No applications available to open \"%s\" files"
msgstr "\"%s\" ଫାଇଲଗୁଡ଼ିକୁ ଖୋଲିବା ପାଇଁ କୌଣସି ପ୍ରୟୋଗ ଉପଲବ୍ଧ ନାହିଁ"
#: ../gtk/gtkappchooserdialog.c:357
msgid ""
"Click \"Show other applications\", for more options, or \"Find applications "
"online\" to install a new application"
msgstr ""
"\"ଅନ୍ୟାନ୍ୟ ପ୍ରୟୋଗଗୁଡ଼ିକୁ ଦର୍ଶାନ୍ତୁ\" କୁ କ୍ଲିକ କରନ୍ତୁ, ଅଧିକ ବିକଳ୍ପ ପାଇଁ, "
"କିମ୍ବା ନୂତନ ପ୍ରୟୋଗକୁ ସ୍ଥାପନ "
"କରିବା ପାଇଁ \"ଅନଲାଇନରେ ପ୍ରୟୋଗଗୁଡ଼ିକୁ ଖୋଜନ୍ତୁ\""
#: ../gtk/gtkappchooserdialog.c:427
msgid "Forget association"
msgstr "ସଙ୍ଗଠନକୁ ଭୁଲିଯାଆନ୍ତୁ"
#: ../gtk/gtkappchooserdialog.c:493
msgid "Show other applications"
msgstr "ଅନ୍ୟ ପ୍ରୟୋଗଗୁଡ଼ିକୁ ଦର୍ଶାନ୍ତୁ"
#: ../gtk/gtkappchooserwidget.c:606
msgid "Default Application"
msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ପ୍ରୟୋଗ"
#: ../gtk/gtkappchooserwidget.c:744
msgid "Recommended Applications"
msgstr "ପରାମର୍ଶିତ ପ୍ରୟୋଗଗୁଡ଼ିକ"
#: ../gtk/gtkappchooserwidget.c:759
msgid "Related Applications"