-
Notifications
You must be signed in to change notification settings - Fork 701
/
Copy pathhi.po
16802 lines (13439 loc) · 375 KB
/
hi.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 gimp.HEAD.po to Hindi
# This file is distributed under the same license as the PACKAGE package.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
# Rajesh Ranjan <[email protected]>, 2005.
#
msgid ""
msgstr ""
"Project-Id-Version: gimp.HEAD\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
"POT-Creation-Date: 2012-05-06 03:28+0200\n"
"PO-Revision-Date: 2005-09-09 13:10+0530\n"
"Last-Translator: Rajesh Ranjan <[email protected]>\n"
"Language-Team: Hindi <[email protected]>\n"
"Language: hi\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"
"X-Generator: KBabel 1.9.1\n"
#: ../desktop/gimp.desktop.in.in.h:1 ../app/about.h:26
msgid "GNU Image Manipulation Program"
msgstr ""
#: ../desktop/gimp.desktop.in.in.h:2
msgid "Image Editor"
msgstr ""
#: ../desktop/gimp.desktop.in.in.h:3
msgid "Create images and edit photographs"
msgstr ""
#: ../app/about.h:23
msgid "GIMP"
msgstr ""
#. The year of the last commit (UTC) will be inserted into this string.
#: ../app/about.h:30
#, c-format
msgid ""
"Copyright © 1995-%s\n"
"Spencer Kimball, Peter Mattis and the GIMP Development Team"
msgstr ""
#: ../app/about.h:34
msgid ""
"GIMP is free software: you can redistribute it and/or modify it under the "
"terms of the GNU General Public License as published by the Free Software "
"Foundation; either version 3 of the License, or (at your option) any later "
"version.\n"
"\n"
"GIMP is distributed in the hope that it will be useful, but WITHOUT ANY "
"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS "
"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more "
"details.\n"
"\n"
"You should have received a copy of the GNU General Public License along with "
"GIMP. If not, see https://www.gnu.org/licenses/."
msgstr ""
#: ../app/app.c:224
#, c-format
msgid ""
"Unable to open a test swap file.\n"
"\n"
"To avoid data loss, please check the location and permissions of the swap "
"directory defined in your Preferences (currently \"%s\")."
msgstr ""
#: ../app/batch.c:77
#, c-format
msgid "No batch interpreter specified, using the default '%s'.\n"
msgstr ""
#: ../app/batch.c:95 ../app/batch.c:113
#, c-format
msgid "The batch interpreter '%s' is not available. Batch mode disabled."
msgstr ""
#: ../app/main.c:148
msgid "Show version information and exit"
msgstr ""
#: ../app/main.c:153
msgid "Show license information and exit"
msgstr ""
#: ../app/main.c:158
msgid "Be more verbose"
msgstr ""
#: ../app/main.c:163
msgid "Start a new GIMP instance"
msgstr ""
#: ../app/main.c:168
msgid "Open images as new"
msgstr ""
#: ../app/main.c:173
msgid "Run without a user interface"
msgstr ""
#: ../app/main.c:178
msgid "Do not load brushes, gradients, patterns, ..."
msgstr ""
#: ../app/main.c:183
msgid "Do not load any fonts"
msgstr ""
#: ../app/main.c:188
msgid "Do not show a splash screen"
msgstr ""
#: ../app/main.c:193
msgid "Do not use shared memory between GIMP and plugins"
msgstr ""
#: ../app/main.c:198
msgid "Do not use special CPU acceleration functions"
msgstr ""
#: ../app/main.c:203
msgid "Use an alternate sessionrc file"
msgstr ""
#: ../app/main.c:208
msgid "Use an alternate user gimprc file"
msgstr ""
#: ../app/main.c:213
msgid "Use an alternate system gimprc file"
msgstr ""
#: ../app/main.c:218
msgid "Batch command to run (can be used multiple times)"
msgstr ""
#: ../app/main.c:223
msgid "The procedure to process batch commands with"
msgstr ""
#: ../app/main.c:228
msgid "Send messages to console instead of using a dialog"
msgstr ""
#. don't translate the mode names (off|on|warn)
#: ../app/main.c:234
msgid "PDB compatibility mode (off|on|warn)"
msgstr ""
#. don't translate the mode names (never|query|always)
#: ../app/main.c:240
msgid "Debug in case of a crash (never|query|always)"
msgstr ""
#: ../app/main.c:245
msgid "Enable non-fatal debugging signal handlers"
msgstr ""
#: ../app/main.c:250
msgid "Make all warnings fatal"
msgstr "सभी चेतावनी को गंभीर बनायें"
#: ../app/main.c:255
msgid "Output a gimprc file with default settings"
msgstr ""
#: ../app/main.c:271
msgid "Output a sorted list of deprecated procedures in the PDB"
msgstr ""
#: ../app/main.c:387
msgid "[FILE|URI...]"
msgstr ""
#: ../app/main.c:405
msgid ""
"GIMP could not initialize the graphical user interface.\n"
"Make sure a proper setup for your display environment exists."
msgstr ""
#: ../app/main.c:424
msgid "Another GIMP instance is already running."
msgstr ""
#: ../app/main.c:494
msgid "GIMP output. Type any character to close this window."
msgstr ""
#: ../app/main.c:495
#, c-format
msgid "(Type any character to close this window)\n"
msgstr ""
#: ../app/main.c:512
msgid "GIMP output. You can minimize this window, but don't close it."
msgstr ""
#: ../app/sanity.c:433
#, c-format
msgid ""
"The configured filename encoding cannot be converted to UTF-8: %s\n"
"\n"
"Please check the value of the environment variable G_FILENAME_ENCODING."
msgstr ""
#: ../app/sanity.c:452
#, c-format
msgid ""
"The name of the directory holding the GIMP user configuration cannot be "
"converted to UTF-8: %s\n"
"\n"
"Your filesystem probably stores files in an encoding other than UTF-8 and "
"you didn't tell GLib about this. Please set the environment variable "
"G_FILENAME_ENCODING."
msgstr ""
#. show versions of libraries used by GIMP
#: ../app/version.c:63 ../app/version.c:130
#, c-format
msgid "using %s version %s (compiled against version %s)"
msgstr ""
#: ../app/version.c:138
#, c-format
msgid "%s version %s"
msgstr ""
#: ../app/actions/actions.c:110 ../app/dialogs/dialogs.c:390
#: ../app/widgets/gimpbrusheditor.c:89
msgid "Brush Editor"
msgstr ""
#. initialize the list of gimp brushes
#: ../app/actions/actions.c:113 ../app/core/gimp.c:951
#: ../app/dialogs/dialogs.c:319 ../app/dialogs/preferences-dialog.c:2740
msgid "Brushes"
msgstr ""
#: ../app/actions/actions.c:116 ../app/dialogs/dialogs.c:329
msgid "Buffers"
msgstr ""
#: ../app/actions/actions.c:119 ../app/dialogs/dialogs.c:348
msgid "Channels"
msgstr "चैनल्स"
#: ../app/actions/actions.c:122 ../app/dialogs/convert-dialog.c:174
#: ../app/dialogs/dialogs.c:356
msgid "Colormap"
msgstr ""
#: ../app/actions/actions.c:125
#, fuzzy
msgid "Configuration"
msgstr "संतृप्ति"
#: ../app/actions/actions.c:128
msgid "Context"
msgstr "कॉन्टेक्स्ट"
#: ../app/actions/actions.c:131 ../app/dialogs/dialogs.c:312
#, fuzzy
msgid "Pointer Information"
msgstr "क्षेपकः"
#: ../app/actions/actions.c:134
msgid "Debug"
msgstr "दोषसुधार"
#: ../app/actions/actions.c:137
msgid "Dialogs"
msgstr "संवाद"
#: ../app/actions/actions.c:140
msgid "Dock"
msgstr "डॉक"
#: ../app/actions/actions.c:143
msgid "Dockable"
msgstr ""
#. Document History
#: ../app/actions/actions.c:146 ../app/dialogs/dialogs.c:331
#: ../app/dialogs/preferences-dialog.c:1574
msgid "Document History"
msgstr ""
#: ../app/actions/actions.c:149
msgid "Drawable"
msgstr ""
#. Some things do not have grids, so just list
#: ../app/actions/actions.c:152 ../app/dialogs/dialogs.c:337
msgid "Paint Dynamics"
msgstr ""
#: ../app/actions/actions.c:155 ../app/dialogs/dialogs.c:394
#: ../app/widgets/gimpdynamicseditor.c:93
msgid "Paint Dynamics Editor"
msgstr ""
#: ../app/actions/actions.c:158
msgid "Edit"
msgstr "संपादन"
#: ../app/actions/actions.c:161 ../app/dialogs/dialogs.c:308
msgid "Error Console"
msgstr ""
#: ../app/actions/actions.c:164
msgid "File"
msgstr "फाइल"
#: ../app/actions/actions.c:167
#, fuzzy
msgid "Filters"
msgstr "सक्रिय फ़िल्टर्स"
#: ../app/actions/actions.c:170 ../app/dialogs/dialogs.c:327
#: ../app/dialogs/preferences-dialog.c:2760
msgid "Fonts"
msgstr "फ़ॉन्ट्स"
#: ../app/actions/actions.c:173 ../app/dialogs/dialogs.c:398
#: ../app/widgets/gimpgradienteditor.c:270
msgid "Gradient Editor"
msgstr ""
#. initialize the list of gimp gradients
#: ../app/actions/actions.c:176 ../app/core/gimp.c:971
#: ../app/dialogs/dialogs.c:323 ../app/dialogs/preferences-dialog.c:2756
msgid "Gradients"
msgstr ""
#: ../app/actions/actions.c:179 ../app/core/gimp.c:983
#: ../app/dialogs/dialogs.c:339 ../app/dialogs/preferences-dialog.c:2764
msgid "Tool Presets"
msgstr ""
#: ../app/actions/actions.c:182 ../app/dialogs/dialogs.c:406
#: ../app/widgets/gimptoolpreseteditor.c:93
#, fuzzy
msgid "Tool Preset Editor"
msgstr "पाठ संपादक"
#: ../app/actions/actions.c:185
msgid "Help"
msgstr "मदद"
#: ../app/actions/actions.c:188
msgid "Image"
msgstr "छवि"
#. list & grid views
#: ../app/actions/actions.c:191 ../app/dialogs/dialogs.c:317
msgid "Images"
msgstr "छवियाँ"
#: ../app/actions/actions.c:194 ../app/dialogs/dialogs.c:344
#: ../app/dialogs/resize-dialog.c:287
msgid "Layers"
msgstr "परतें"
#: ../app/actions/actions.c:197 ../app/dialogs/dialogs.c:402
#: ../app/widgets/gimppaletteeditor.c:144
msgid "Palette Editor"
msgstr ""
#. initialize the list of gimp palettes
#: ../app/actions/actions.c:200 ../app/core/gimp.c:966
#: ../app/dialogs/dialogs.c:325 ../app/dialogs/preferences-dialog.c:2752
msgid "Palettes"
msgstr "पेलट्स"
#. initialize the list of gimp patterns
#: ../app/actions/actions.c:203 ../app/core/gimp.c:961
#: ../app/dialogs/dialogs.c:321 ../app/dialogs/preferences-dialog.c:2748
msgid "Patterns"
msgstr "पैटर्न"
#: ../app/actions/actions.c:206 ../app/dialogs/preferences-dialog.c:2768
msgid "Plug-Ins"
msgstr ""
#. Quick Mask Color
#: ../app/actions/actions.c:209 ../app/core/gimpchannel.c:385
#: ../app/dialogs/preferences-dialog.c:2026
msgid "Quick Mask"
msgstr ""
#: ../app/actions/actions.c:212 ../app/dialogs/dialogs.c:372
msgid "Sample Points"
msgstr ""
#: ../app/actions/actions.c:215
msgid "Select"
msgstr "चुनें"
#. initialize the template list
#: ../app/actions/actions.c:218 ../app/core/gimp.c:989
#: ../app/dialogs/dialogs.c:333
msgid "Templates"
msgstr "नमूनें"
#: ../app/actions/actions.c:221
#, fuzzy
msgid "Text Tool"
msgstr "पाठ रंग"
#: ../app/actions/actions.c:224
msgid "Text Editor"
msgstr "पाठ संपादक"
#: ../app/actions/actions.c:227 ../app/dialogs/dialogs.c:300
#: ../app/dialogs/preferences-dialog.c:1855 ../app/gui/gui.c:424
msgid "Tool Options"
msgstr ""
#: ../app/actions/actions.c:230 ../app/widgets/gimptoolpalette.c:389
msgid "Tools"
msgstr "औज़ार"
#: ../app/actions/actions.c:233 ../app/dialogs/dialogs.c:352
#: ../app/tools/gimpvectortool.c:160
msgid "Paths"
msgstr "पथ"
#: ../app/actions/actions.c:236
msgid "View"
msgstr "दृश्य"
#: ../app/actions/actions.c:239
msgid "Windows"
msgstr ""
#. value description and new value shown in the status bar
#: ../app/actions/actions.c:588
#, c-format
msgid "%s: %.2f"
msgstr ""
#. value description and new value shown in the status bar
#: ../app/actions/actions.c:614
#, c-format
msgid "%s: %d"
msgstr ""
#: ../app/actions/brush-editor-actions.c:43
msgctxt "brush-editor-action"
msgid "Brush Editor Menu"
msgstr ""
#: ../app/actions/brush-editor-actions.c:50
msgctxt "brush-editor-action"
msgid "Edit Active Brush"
msgstr ""
#: ../app/actions/brushes-actions.c:43
msgctxt "brushes-action"
msgid "Brushes Menu"
msgstr ""
#: ../app/actions/brushes-actions.c:47
msgctxt "brushes-action"
msgid "_Open Brush as Image"
msgstr ""
#: ../app/actions/brushes-actions.c:48
msgctxt "brushes-action"
msgid "Open brush as image"
msgstr ""
#: ../app/actions/brushes-actions.c:53
#, fuzzy
msgctxt "brushes-action"
msgid "_New Brush"
msgstr "ब्रश्"
#: ../app/actions/brushes-actions.c:54
msgctxt "brushes-action"
msgid "Create a new brush"
msgstr ""
#: ../app/actions/brushes-actions.c:59
msgctxt "brushes-action"
msgid "D_uplicate Brush"
msgstr ""
#: ../app/actions/brushes-actions.c:60
msgctxt "brushes-action"
msgid "Duplicate this brush"
msgstr ""
#: ../app/actions/brushes-actions.c:65
#, fuzzy
msgctxt "brushes-action"
msgid "Copy Brush _Location"
msgstr "स्थान खोलें"
#: ../app/actions/brushes-actions.c:66
msgctxt "brushes-action"
msgid "Copy brush file location to clipboard"
msgstr ""
#: ../app/actions/brushes-actions.c:71
#, fuzzy
msgctxt "brushes-action"
msgid "_Delete Brush"
msgstr "परत मिटाओ"
#: ../app/actions/brushes-actions.c:72
#, fuzzy
msgctxt "brushes-action"
msgid "Delete this brush"
msgstr "एंकर मिटाएँ"
#: ../app/actions/brushes-actions.c:77
msgctxt "brushes-action"
msgid "_Refresh Brushes"
msgstr ""
#: ../app/actions/brushes-actions.c:78
msgctxt "brushes-action"
msgid "Refresh brushes"
msgstr ""
#: ../app/actions/brushes-actions.c:86
msgctxt "brushes-action"
msgid "_Edit Brush..."
msgstr ""
#: ../app/actions/brushes-actions.c:87
msgctxt "brushes-action"
msgid "Edit this brush"
msgstr ""
#: ../app/actions/buffers-actions.c:42
msgctxt "buffers-action"
msgid "Buffers Menu"
msgstr ""
#: ../app/actions/buffers-actions.c:46
#, fuzzy
msgctxt "buffers-action"
msgid "_Paste Buffer"
msgstr "चिपकाएँ (_P)"
#: ../app/actions/buffers-actions.c:47
msgctxt "buffers-action"
msgid "Paste the selected buffer"
msgstr ""
#: ../app/actions/buffers-actions.c:52
msgctxt "buffers-action"
msgid "Paste Buffer _Into"
msgstr ""
#: ../app/actions/buffers-actions.c:53
msgctxt "buffers-action"
msgid "Paste the selected buffer into the selection"
msgstr ""
#: ../app/actions/buffers-actions.c:58
msgctxt "buffers-action"
msgid "Paste Buffer as _New"
msgstr ""
#: ../app/actions/buffers-actions.c:59
msgctxt "buffers-action"
msgid "Paste the selected buffer as a new image"
msgstr ""
#: ../app/actions/buffers-actions.c:64
#, fuzzy
msgctxt "buffers-action"
msgid "_Delete Buffer"
msgstr "परत मिटाओ"
#: ../app/actions/buffers-actions.c:65
msgctxt "buffers-action"
msgid "Delete the selected buffer"
msgstr ""
#: ../app/actions/channels-actions.c:44
#, fuzzy
msgctxt "channels-action"
msgid "Channels Menu"
msgstr "चैनल्स"
#: ../app/actions/channels-actions.c:48
msgctxt "channels-action"
msgid "_Edit Channel Attributes..."
msgstr ""
#: ../app/actions/channels-actions.c:49
msgctxt "channels-action"
msgid "Edit the channel's name, color and opacity"
msgstr ""
#: ../app/actions/channels-actions.c:54
#, fuzzy
msgctxt "channels-action"
msgid "_New Channel..."
msgstr "चैनेल"
#: ../app/actions/channels-actions.c:55
msgctxt "channels-action"
msgid "Create a new channel"
msgstr ""
#: ../app/actions/channels-actions.c:60
#, fuzzy
msgctxt "channels-action"
msgid "_New Channel"
msgstr "चैनेल"
#: ../app/actions/channels-actions.c:61
msgctxt "channels-action"
msgid "Create a new channel with last used values"
msgstr ""
#: ../app/actions/channels-actions.c:66
#, fuzzy
msgctxt "channels-action"
msgid "D_uplicate Channel"
msgstr "सभी चैनल"
#: ../app/actions/channels-actions.c:68
msgctxt "channels-action"
msgid "Create a duplicate of this channel and add it to the image"
msgstr ""
#: ../app/actions/channels-actions.c:73
#, fuzzy
msgctxt "channels-action"
msgid "_Delete Channel"
msgstr "सभी चैनल"
#: ../app/actions/channels-actions.c:74
msgctxt "channels-action"
msgid "Delete this channel"
msgstr ""
#: ../app/actions/channels-actions.c:79
#, fuzzy
msgctxt "channels-action"
msgid "_Raise Channel"
msgstr "चैनेल"
#: ../app/actions/channels-actions.c:80
msgctxt "channels-action"
msgid "Raise this channel one step in the channel stack"
msgstr ""
#: ../app/actions/channels-actions.c:85
msgctxt "channels-action"
msgid "Raise Channel to _Top"
msgstr ""
#: ../app/actions/channels-actions.c:87
msgctxt "channels-action"
msgid "Raise this channel to the top of the channel stack"
msgstr ""
#: ../app/actions/channels-actions.c:92
#, fuzzy
msgctxt "channels-action"
msgid "_Lower Channel"
msgstr "चैनेल"
#: ../app/actions/channels-actions.c:93
msgctxt "channels-action"
msgid "Lower this channel one step in the channel stack"
msgstr ""
#: ../app/actions/channels-actions.c:98
msgctxt "channels-action"
msgid "Lower Channel to _Bottom"
msgstr ""
#: ../app/actions/channels-actions.c:100
msgctxt "channels-action"
msgid "Lower this channel to the bottom of the channel stack"
msgstr ""
#: ../app/actions/channels-actions.c:108
#, fuzzy
msgctxt "channels-action"
msgid "Channel to Sele_ction"
msgstr "चयन पलटें"
#: ../app/actions/channels-actions.c:109
msgctxt "channels-action"
msgid "Replace the selection with this channel"
msgstr ""
#: ../app/actions/channels-actions.c:114
#, fuzzy
msgctxt "channels-action"
msgid "_Add to Selection"
msgstr "चुनाव"
#: ../app/actions/channels-actions.c:115
msgctxt "channels-action"
msgid "Add this channel to the current selection"
msgstr ""
#: ../app/actions/channels-actions.c:120
#, fuzzy
msgctxt "channels-action"
msgid "_Subtract from Selection"
msgstr "चयन पलटें"
#: ../app/actions/channels-actions.c:121
msgctxt "channels-action"
msgid "Subtract this channel from the current selection"
msgstr ""
#: ../app/actions/channels-actions.c:126
#, fuzzy
msgctxt "channels-action"
msgid "_Intersect with Selection"
msgstr "चयन पलटें"
#: ../app/actions/channels-actions.c:127
msgctxt "channels-action"
msgid "Intersect this channel with the current selection"
msgstr ""
#: ../app/actions/channels-commands.c:85
#: ../app/actions/channels-commands.c:402
msgid "Channel Attributes"
msgstr ""
#: ../app/actions/channels-commands.c:88
msgid "Edit Channel Attributes"
msgstr ""
#: ../app/actions/channels-commands.c:90
msgid "Edit Channel Color"
msgstr ""
#: ../app/actions/channels-commands.c:91
#: ../app/actions/channels-commands.c:123
msgid "_Fill opacity:"
msgstr ""
#: ../app/actions/channels-commands.c:116 ../app/core/gimpchannel.c:270
#: ../app/widgets/gimpchanneltreeview.c:331
msgid "Channel"
msgstr "चैनेल"
#: ../app/actions/channels-commands.c:117
#: ../app/actions/channels-commands.c:159
#: ../app/widgets/gimpchanneltreeview.c:326
msgid "New Channel"
msgstr ""
#: ../app/actions/channels-commands.c:120
msgid "New Channel Options"
msgstr ""
#: ../app/actions/channels-commands.c:122
msgid "New Channel Color"
msgstr ""
#: ../app/actions/channels-commands.c:244 ../app/core/gimpimage-new.c:256
#: ../app/display/gimpdisplayshell-dnd.c:628
#: ../app/widgets/gimpchanneltreeview.c:258
#: ../app/widgets/gimplayertreeview.c:776
#, c-format
msgid "%s Channel Copy"
msgstr ""
#: ../app/actions/colormap-actions.c:44
#, fuzzy
msgctxt "colormap-action"
msgid "Colormap Menu"
msgstr "औज़ार मेन्यू"
#: ../app/actions/colormap-actions.c:48
msgctxt "colormap-action"
msgid "_Edit Color..."
msgstr ""
#: ../app/actions/colormap-actions.c:49
msgctxt "colormap-action"
msgid "Edit this color"
msgstr ""
#: ../app/actions/colormap-actions.c:57
msgctxt "colormap-action"
msgid "_Add Color from FG"
msgstr ""
#: ../app/actions/colormap-actions.c:58
#, fuzzy
msgctxt "colormap-action"
msgid "Add current foreground color"
msgstr "अग्रभूमि का रंग"
#: ../app/actions/colormap-actions.c:63
msgctxt "colormap-action"
msgid "_Add Color from BG"
msgstr ""
#: ../app/actions/colormap-actions.c:64
#, fuzzy
msgctxt "colormap-action"
msgid "Add current background color"
msgstr "पृष्ठभूमि रंग"
#: ../app/actions/colormap-commands.c:73
#, c-format
msgid "Edit colormap entry #%d"
msgstr ""
#: ../app/actions/colormap-commands.c:80
msgid "Edit Colormap Entry"
msgstr ""
#: ../app/actions/config-actions.c:38
msgctxt "config-action"
msgid "Use _GEGL"
msgstr ""
#: ../app/actions/config-actions.c:39
msgctxt "config-action"
msgid "If possible, use GEGL for image processing"
msgstr ""
#: ../app/actions/context-actions.c:47
#, fuzzy
msgctxt "context-action"
msgid "_Context"
msgstr "कॉन्टेक्स्ट"
#: ../app/actions/context-actions.c:49
#, fuzzy
msgctxt "context-action"
msgid "_Colors"
msgstr "रंग"
#: ../app/actions/context-actions.c:51
msgctxt "context-action"
msgid "_Opacity"
msgstr ""
#: ../app/actions/context-actions.c:53
#, fuzzy
msgctxt "context-action"
msgid "Paint _Mode"
msgstr "संपादन मोड"
#: ../app/actions/context-actions.c:55
#, fuzzy
msgctxt "context-action"
msgid "_Tool"
msgstr "उपकरण (_T)"
#: ../app/actions/context-actions.c:57
#, fuzzy
msgctxt "context-action"
msgid "_Brush"
msgstr "ब्रश्"
#: ../app/actions/context-actions.c:59
#, fuzzy
msgctxt "context-action"
msgid "_Pattern"
msgstr "नमूना"
#: ../app/actions/context-actions.c:61
#, fuzzy
msgctxt "context-action"
msgid "_Palette"
msgstr "रंग पट्टिका"
#: ../app/actions/context-actions.c:63
#, fuzzy
msgctxt "context-action"
msgid "_Gradient"
msgstr "ग्रेडिऐन्ट्"
#: ../app/actions/context-actions.c:65
#, fuzzy
msgctxt "context-action"
msgid "_Font"
msgstr "फ़ॉन्ट्स"
#: ../app/actions/context-actions.c:68
#, fuzzy
msgctxt "context-action"
msgid "_Shape"
msgstr "रूप"
#: ../app/actions/context-actions.c:70
#, fuzzy
msgctxt "context-action"
msgid "_Radius"
msgstr "त्रिज्याः"
#: ../app/actions/context-actions.c:72
msgctxt "context-action"
msgid "S_pikes"
msgstr ""
#: ../app/actions/context-actions.c:74
msgctxt "context-action"
msgid "_Hardness"
msgstr ""
#: ../app/actions/context-actions.c:76
#, fuzzy
msgctxt "context-action"
msgid "_Aspect Ratio"
msgstr "आस्पेक्ट रेशो:"
#: ../app/actions/context-actions.c:78
#, fuzzy
msgctxt "context-action"
msgid "A_ngle"
msgstr "कोणः"
#: ../app/actions/context-actions.c:81
#, fuzzy
msgctxt "context-action"
msgid "_Default Colors"
msgstr "रंग चुनें"
#: ../app/actions/context-actions.c:83
msgctxt "context-action"
msgid "Set foreground color to black, background color to white"
msgstr ""
#: ../app/actions/context-actions.c:88
msgctxt "context-action"
msgid "S_wap Colors"
msgstr ""
#: ../app/actions/context-actions.c:89
msgctxt "context-action"
msgid "Exchange foreground and background colors"
msgstr ""
#: ../app/actions/context-commands.c:427
#, fuzzy, c-format
msgid "Paint Mode: %s"
msgstr "संपादन मोड"
#: ../app/actions/context-commands.c:553
#, c-format
msgid "Brush Shape: %s"
msgstr ""
#: ../app/actions/context-commands.c:613
#, c-format
msgid "Brush Radius: %2.2f"
msgstr ""
#: ../app/actions/context-commands.c:721
#, c-format
msgid "Brush Angle: %2.2f"
msgstr ""
#: ../app/actions/cursor-info-actions.c:40
msgctxt "cursor-info-action"
msgid "Pointer Information Menu"
msgstr ""
#: ../app/actions/cursor-info-actions.c:47
msgctxt "cursor-info-action"
msgid "_Sample Merged"
msgstr ""
#: ../app/actions/cursor-info-actions.c:48
msgctxt "cursor-info-action"
msgid "Use the composite color of all visible layers"
msgstr ""
#: ../app/actions/data-commands.c:90 ../app/actions/documents-commands.c:345
#: ../app/actions/file-commands.c:194 ../app/dialogs/file-open-dialog.c:232
#: ../app/dialogs/file-open-dialog.c:277
#: ../app/dialogs/file-open-location-dialog.c:214
#: ../app/dialogs/file-open-location-dialog.c:226
#: ../app/display/gimpdisplayshell-dnd.c:574
#: ../app/widgets/gimplayertreeview.c:736 ../app/widgets/gimptoolbox.c:834
#: ../app/widgets/gimptoolbox-dnd.c:170
#, c-format
msgid ""
"Opening '%s' failed:\n"
"\n"
"%s"
msgstr ""
#: ../app/actions/data-commands.c:119