forked from GNOME/gimp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrw.po
14075 lines (11422 loc) · 345 KB
/
rw.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-plugins to Kinyarwanda.
# Copyright (C) 2005 Free Software Foundation, Inc.
# This file is distributed under the same license as the gimp-plugins package.
# Steve Murphy <[email protected]>, 2005
# Steve performed initial rough translation from compendium built from translations provided by the following translators:
# Philibert Ndandali <[email protected]>, 2005.
# Viateur MUGENZI <[email protected]>, 2005.
# Noëlla Mupole <[email protected]>, 2005.
# Carole Karema <[email protected]>, 2005.
# JEAN BAPTISTE NGENDAHAYO <[email protected]>, 2005.
# Augustin KIBERWA <[email protected]>, 2005.
# Donatien NSENGIYUMVA <[email protected]>, 2005..
#
msgid ""
msgstr ""
"Project-Id-Version: gimp-plugins HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-04-01 13:04-0700\n"
"PO-Revision-Date: 2005-03-31 20:55-0700\n"
"Last-Translator: Steve Murphy <[email protected]>\n"
"Language-Team: Kinyarwanda <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"ULL NAME <EMAIL@ADDRESS>\n"
#: plug-ins/FractalExplorer/Dialogs.c:548 plug-ins/gfig/gfig-dialog.c:280
#: plug-ins/gflare/gflare.c:894
#, fuzzy, c-format
msgid ""
"No %s in gimprc:\n"
"You need to add an entry like\n"
"(%s \"%s\")\n"
"to your %s file."
msgstr "in Kuri Kongeramo Icyinjijwe Kuri IDOSIYE"
#: plug-ins/FractalExplorer/Dialogs.c:567
#: plug-ins/FractalExplorer/Dialogs.c:1677 plug-ins/imagemap/imap_about.c:39
#: plug-ins/print/gimp_main_window.c:367
msgid "About"
msgstr "Bigyanye"
#: plug-ins/FractalExplorer/Dialogs.c:638
msgid "Realtime Preview"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:645
#, fuzzy
msgid "If you enable this option the preview will be redrawn automatically"
msgstr "Gushoboza iyi Ihitamo i Igaragazambere ku buryo bwikora"
# sfx2/sdi\sfxslots.src:SID_REPAINT.text
#: plug-ins/FractalExplorer/Dialogs.c:648
msgid "Redraw"
msgstr "Kongera Gushushanya"
#: plug-ins/FractalExplorer/Dialogs.c:654
#, fuzzy
msgid "Redraw preview"
msgstr "Igaragazambere"
#. Zoom Options
#: plug-ins/FractalExplorer/Dialogs.c:657
msgid "Zoom"
msgstr "Ihindurangano"
#: plug-ins/FractalExplorer/Dialogs.c:685
#, fuzzy
msgid "Undo last zoom"
msgstr "Iheruka Ihindurangano"
#: plug-ins/FractalExplorer/Dialogs.c:695
#, fuzzy
msgid "Redo last zoom"
msgstr "Iheruka Ihindurangano"
#: plug-ins/FractalExplorer/Dialogs.c:710
#, fuzzy
msgid "_Parameters"
msgstr "Ibigenga"
#: plug-ins/FractalExplorer/Dialogs.c:713
msgid "Fractal Parameters"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:726
msgid "XMIN:"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:729
#, fuzzy
msgid "Change the first (minimal) x-coordinate delimitation"
msgstr "i Itangira X"
#: plug-ins/FractalExplorer/Dialogs.c:737
msgid "XMAX:"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:740
#, fuzzy
msgid "Change the second (maximal) x-coordinate delimitation"
msgstr "i ISEGONDA X"
#: plug-ins/FractalExplorer/Dialogs.c:748
msgid "YMIN:"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:751
#, fuzzy
msgid "Change the first (minimal) y-coordinate delimitation"
msgstr "i Itangira Y"
#: plug-ins/FractalExplorer/Dialogs.c:759
msgid "YMAX:"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:762
#, fuzzy
msgid "Change the second (maximal) y-coordinate delimitation"
msgstr "i ISEGONDA Y"
#: plug-ins/FractalExplorer/Dialogs.c:770
msgid "ITER:"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:773
#, fuzzy
msgid ""
"Change the iteration value. The higher it is, the more details will be "
"calculated, which will take more time"
msgstr "i Agaciro ni i Birenzeho Birambuye Birenzeho Igihe"
#: plug-ins/FractalExplorer/Dialogs.c:782
msgid "CX:"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:785
#, fuzzy
msgid ""
"Change the CX value (changes aspect of fractal, active with every fractal "
"but Mandelbrot and Sierpinski)"
msgstr "i Agaciro Amahinduka Bya Gikora Na: buri Na"
#: plug-ins/FractalExplorer/Dialogs.c:794
msgid "CY:"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:797
#, fuzzy
msgid ""
"Change the CY value (changes aspect of fractal, active with every fractal "
"but Mandelbrot and Sierpinski)"
msgstr "i Agaciro Amahinduka Bya Gikora Na: buri Na"
#: plug-ins/FractalExplorer/Dialogs.c:814
#, fuzzy
msgid "Load a fractal from file"
msgstr "a Bivuye IDOSIYE"
#: plug-ins/FractalExplorer/Dialogs.c:822
#, fuzzy
msgid "Reset parameters to default values"
msgstr "Ibigenga Kuri Mburabuzi Uduciro"
#: plug-ins/FractalExplorer/Dialogs.c:831
#, fuzzy
msgid "Save active fractal to file"
msgstr "Kubika Gikora Kuri IDOSIYE"
#. Fractal type toggle box
#: plug-ins/FractalExplorer/Dialogs.c:834
msgid "Fractal Type"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:847
msgid "Mandelbrot"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:849
msgid "Julia"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:851
#, fuzzy
msgid "Barnsley 1"
msgstr "1."
#: plug-ins/FractalExplorer/Dialogs.c:853
#, fuzzy
msgid "Barnsley 2"
msgstr "2."
#: plug-ins/FractalExplorer/Dialogs.c:855
#, fuzzy
msgid "Barnsley 3"
msgstr "3."
#: plug-ins/FractalExplorer/Dialogs.c:857
msgid "Spider"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:859
msgid "Man'o'war"
msgstr ""
# sc/source\ui\src\scfuncs.src:RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_EXP_DIST.4.text
#: plug-ins/FractalExplorer/Dialogs.c:861
#, fuzzy
msgid "Lambda"
msgstr "lamuda"
#: plug-ins/FractalExplorer/Dialogs.c:863
msgid "Sierpinski"
msgstr ""
# offmgr/source\offapp\dialog\treeopt.src:RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.9.text
#: plug-ins/FractalExplorer/Dialogs.c:909 plug-ins/common/sinus.c:879
#, fuzzy
msgid "Co_lors"
msgstr "Amabara"
# officecfg/registry\schema\org\openoffice\Office\Common.xcs:....Vectorize.ColorCount.text
#. Number of Colors frame
#: plug-ins/FractalExplorer/Dialogs.c:913 plug-ins/common/borderaverage.c:409
#, fuzzy
msgid "Number of Colors"
msgstr "Umubare w'amabara"
#: plug-ins/FractalExplorer/Dialogs.c:925
msgid "Number of colors:"
msgstr "Umubare w'amabara:"
#: plug-ins/FractalExplorer/Dialogs.c:928
#, fuzzy
msgid "Change the number of colors in the mapping"
msgstr "i Umubare Bya Amabara in i Igereranya"
#: plug-ins/FractalExplorer/Dialogs.c:935
msgid "Use loglog smoothing"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:942
#, fuzzy
msgid "Use log log smoothing to eliminate \"banding\" in the result"
msgstr "LOG LOG Kuri in i Igisubizo"
#. Color Density frame
#: plug-ins/FractalExplorer/Dialogs.c:946
msgid "Color Density"
msgstr ""
# sw/source\ui\utlui\attrdesc.src:STR_CHANNELR.text
#. These values are translated for the GUI but also used internally
#. to figure out which button the user pushed, etc.
#. Not my design, please don't blame me -- njl
#: plug-ins/FractalExplorer/Dialogs.c:958 plug-ins/common/compose.c:134
#: plug-ins/common/compose.c:144 plug-ins/common/fp.c:226
#, fuzzy
msgid "Red:"
msgstr "Umutuku:"
#: plug-ins/FractalExplorer/Dialogs.c:961
#, fuzzy
msgid "Change the intensity of the red channel"
msgstr "i Imbaraga Bya i Umutuku"
# sw/source\ui\utlui\attrdesc.src:STR_CHANNELG.text
#: plug-ins/FractalExplorer/Dialogs.c:968 plug-ins/common/compose.c:135
#: plug-ins/common/compose.c:145 plug-ins/common/fp.c:227
#, fuzzy
msgid "Green:"
msgstr "Icyatsi kibisi:"
#: plug-ins/FractalExplorer/Dialogs.c:971
#, fuzzy
msgid "Change the intensity of the green channel"
msgstr "i Imbaraga Bya i Icyatsi"
# sw/source\ui\utlui\attrdesc.src:STR_CHANNELB.text
#: plug-ins/FractalExplorer/Dialogs.c:978 plug-ins/common/compose.c:136
#: plug-ins/common/compose.c:146 plug-ins/common/fp.c:228
#, fuzzy
msgid "Blue:"
msgstr "Ubururu"
#: plug-ins/FractalExplorer/Dialogs.c:981
#, fuzzy
msgid "Change the intensity of the blue channel"
msgstr "i Imbaraga Bya i Ubururu"
#. Color Function frame
#: plug-ins/FractalExplorer/Dialogs.c:987
msgid "Color Function"
msgstr ""
# officecfg/registry\schema\org\openoffice\Office\Common.xcs:....Image.Color.RGB.Red.text
#. Redmode radio frame
#: plug-ins/FractalExplorer/Dialogs.c:996 plug-ins/common/channel_mixer.c:534
#: plug-ins/common/decompose.c:132
msgid "Red"
msgstr "Umutuku"
# starmath/source\smres.src:RID_TOOLBOXWINDOW.4.RID_SINX.text
#: plug-ins/FractalExplorer/Dialogs.c:1000
#: plug-ins/FractalExplorer/Dialogs.c:1041
#: plug-ins/FractalExplorer/Dialogs.c:1082
msgid "Sine"
msgstr "Sinisi"
# starmath/source\smres.src:RID_TOOLBOXWINDOW.4.RID_COSX.text
#: plug-ins/FractalExplorer/Dialogs.c:1002
#: plug-ins/FractalExplorer/Dialogs.c:1043
#: plug-ins/FractalExplorer/Dialogs.c:1084
msgid "Cosine"
msgstr "Cosinisi"
# goodies/source\filter.vcl\eps\dlgeps.src:DLG_EXPORT_EPS.RB_COMPRESSION_NONE.text
#: plug-ins/FractalExplorer/Dialogs.c:1004
#: plug-ins/FractalExplorer/Dialogs.c:1045
#: plug-ins/FractalExplorer/Dialogs.c:1086 plug-ins/Lighting/lighting_ui.c:399
#: plug-ins/common/CML_explorer.c:167 plug-ins/common/align_layers.c:419
#: plug-ins/common/align_layers.c:450 plug-ins/common/postscript.c:3021
#: plug-ins/common/postscript.c:3033 plug-ins/common/psp.c:413
#: plug-ins/fits/fits.c:1011
msgid "None"
msgstr "Nta na kimwe"
#: plug-ins/FractalExplorer/Dialogs.c:1009
#: plug-ins/FractalExplorer/Dialogs.c:1050
#: plug-ins/FractalExplorer/Dialogs.c:1091
#, fuzzy
msgid "Use sine-function for this color component"
msgstr "Sinisi Umumaro kugirango iyi Ibara"
#: plug-ins/FractalExplorer/Dialogs.c:1012
#: plug-ins/FractalExplorer/Dialogs.c:1053
#: plug-ins/FractalExplorer/Dialogs.c:1094
#, fuzzy
msgid "Use cosine-function for this color component"
msgstr "Cosinisi Umumaro kugirango iyi Ibara"
#: plug-ins/FractalExplorer/Dialogs.c:1015
#: plug-ins/FractalExplorer/Dialogs.c:1056
#: plug-ins/FractalExplorer/Dialogs.c:1097
#, fuzzy
msgid ""
"Use linear mapping instead of any trigonometrical function for this color "
"channel"
msgstr "By'umurongo Igereranya Bya Umumaro kugirango iyi Ibara"
#: plug-ins/FractalExplorer/Dialogs.c:1024
#: plug-ins/FractalExplorer/Dialogs.c:1065
#: plug-ins/FractalExplorer/Dialogs.c:1106
msgid "Inversion"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:1032
#: plug-ins/FractalExplorer/Dialogs.c:1073
#: plug-ins/FractalExplorer/Dialogs.c:1114
#, fuzzy
msgid ""
"If you enable this option higher color values will be swapped with lower "
"ones and vice versa"
msgstr "Gushoboza iyi Ihitamo Ibara Uduciro Na: Ntoya Na"
# officecfg/registry\schema\org\openoffice\Office\Common.xcs:....Image.Color.RGB.Green.text
#. Greenmode radio frame
#: plug-ins/FractalExplorer/Dialogs.c:1037 plug-ins/common/channel_mixer.c:539
#: plug-ins/common/decompose.c:133
msgid "Green"
msgstr "Icyatsi"
# officecfg/registry\schema\org\openoffice\Office\Common.xcs:....Image.Color.RGB.Blue.text
#. Bluemode radio frame
#: plug-ins/FractalExplorer/Dialogs.c:1078 plug-ins/common/channel_mixer.c:544
#: plug-ins/common/decompose.c:138
msgid "Blue"
msgstr "Ubururu"
#. Colormode toggle box
#: plug-ins/FractalExplorer/Dialogs.c:1119
msgid "Color Mode"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:1128
#, fuzzy
msgid "As specified above"
msgstr "hejuru"
#: plug-ins/FractalExplorer/Dialogs.c:1140
#, fuzzy
msgid ""
"Create a color-map with the options you specified above (color density/"
"function). The result is visible in the preview image"
msgstr ""
"a Ibara Na: i Amahitamo hejuru Ibara Umumaro Igisubizo ni Kigaragara in i "
"Igaragazambere Ishusho"
#: plug-ins/FractalExplorer/Dialogs.c:1150
#, fuzzy
msgid "Apply active gradient to final image"
msgstr "Gikora Ikizamuko Kuri Ishusho"
#: plug-ins/FractalExplorer/Dialogs.c:1162
#, fuzzy
msgid "Create a color-map using a gradient from the gradient editor"
msgstr "a Ibara ikoresha a Ikizamuko Bivuye i Ikizamuko Muhinduzi"
#: plug-ins/FractalExplorer/Dialogs.c:1173
msgid "FractalExplorer Gradient"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:1203
msgid "_Fractals"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:1824
#: plug-ins/Lighting/lighting_ui.c:1151 plug-ins/bmp/bmpwrite.c:194
#: plug-ins/common/CEL.c:573 plug-ins/common/CML_explorer.c:2005
#: plug-ins/common/channel_mixer.c:1053 plug-ins/common/compressor.c:409
#: plug-ins/common/compressor.c:540 plug-ins/common/curve_bend.c:860
#: plug-ins/common/dicom.c:648 plug-ins/common/gbr.c:582
#: plug-ins/common/gif.c:994 plug-ins/common/gih.c:1257
#: plug-ins/common/gtm.c:222 plug-ins/common/mng.c:559
#: plug-ins/common/mng.c:947 plug-ins/common/pat.c:433
#: plug-ins/common/pcx.c:579 plug-ins/common/pix.c:505
#: plug-ins/common/png.c:1173 plug-ins/common/pnm.c:810
#: plug-ins/common/postscript.c:1120 plug-ins/common/psd_save.c:1330
#: plug-ins/common/raw.c:522 plug-ins/common/raw.c:549
#: plug-ins/common/spheredesigner.c:2091 plug-ins/common/sunras.c:504
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1914
#: plug-ins/common/xbm.c:991 plug-ins/common/xwd.c:562
#: plug-ins/fits/fits.c:445 plug-ins/flame/flame.c:443
#: plug-ins/gfig/gfig.c:786 plug-ins/gfli/gfli.c:710
#: plug-ins/ifscompose/ifscompose.c:2405 plug-ins/jpeg/jpeg-save.c:259
#: plug-ins/uri/uri-backend-gnomevfs.c:215 plug-ins/winicon/icosave.c:244
#: plug-ins/xjt/xjt.c:1265 plug-ins/xjt/xjt.c:1700
#, fuzzy, c-format
msgid "Could not open '%s' for writing: %s"
msgstr "OYA Gufungura kugirango"
#: plug-ins/FractalExplorer/Dialogs.c:1838
#, fuzzy, c-format
msgid "Could not write '%s': %s"
msgstr "OYA Kwandika"
#: plug-ins/FractalExplorer/Dialogs.c:1891
msgid "Load Fractal Parameters"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:1922
#, fuzzy
msgid "Save Fractal Parameters"
msgstr "Kubika"
#. Do not rely on librsvg setting GError on failure!
#. stat error (file does not exist)
#: plug-ins/FractalExplorer/Dialogs.c:2123
#: plug-ins/FractalExplorer/FractalExplorer.c:1164
#: plug-ins/Lighting/lighting_ui.c:1290 plug-ins/bmp/bmpread.c:152
#: plug-ins/common/CEL.c:301 plug-ins/common/CML_explorer.c:2220
#: plug-ins/common/channel_mixer.c:975 plug-ins/common/curve_bend.c:912
#: plug-ins/common/dicom.c:291 plug-ins/common/gbr.c:325
#: plug-ins/common/gifload.c:294 plug-ins/common/gih.c:647
#: plug-ins/common/mng.c:1118 plug-ins/common/pat.c:302
#: plug-ins/common/pcx.c:299 plug-ins/common/pix.c:325
#: plug-ins/common/png.c:671 plug-ins/common/pnm.c:434
#: plug-ins/common/postscript.c:989 plug-ins/common/psd.c:1778
#: plug-ins/common/psp.c:1454 plug-ins/common/raw.c:235
#: plug-ins/common/raw.c:639 plug-ins/common/spheredesigner.c:1981
#: plug-ins/common/sunras.c:375 plug-ins/common/svg.c:309
#: plug-ins/common/svg.c:692 plug-ins/common/tga.c:409
#: plug-ins/common/tiff.c:526 plug-ins/common/xbm.c:715
#: plug-ins/common/xwd.c:415 plug-ins/faxg3/faxg3.c:219
#: plug-ins/fits/fits.c:333 plug-ins/flame/flame.c:412
#: plug-ins/gfig/gfig.c:429 plug-ins/gfli/gfli.c:422 plug-ins/gfli/gfli.c:457
#: plug-ins/help/domain.c:423 plug-ins/jpeg/jpeg-load.c:134
#: plug-ins/jpeg/jpeg-load.c:836 plug-ins/uri/uri-backend-gnomevfs.c:204
#: plug-ins/winicon/icoload.c:127 plug-ins/xjt/xjt.c:2524
#: plug-ins/xjt/xjt.c:2532
#, fuzzy, c-format
msgid "Could not open '%s' for reading: %s"
msgstr "OYA Gufungura kugirango"
#: plug-ins/FractalExplorer/Dialogs.c:2131
#, fuzzy, c-format
msgid "'%s' is not a FractalExplorer file"
msgstr "'%s'ni OYA a IDOSIYE"
#: plug-ins/FractalExplorer/Dialogs.c:2137
#, fuzzy, c-format
msgid "'%s' is corrupt. Line %d Option section incorrect"
msgstr "'%s'ni Icyiciro"
#: plug-ins/FractalExplorer/FractalExplorer.c:272
msgid "_Fractal Explorer..."
msgstr ""
#: plug-ins/FractalExplorer/FractalExplorer.c:403
msgid "Rendering Fractal..."
msgstr ""
#: plug-ins/FractalExplorer/FractalExplorer.c:775
#: plug-ins/gflare/gflare.c:3136
#, fuzzy, c-format
msgid "Are you sure you want to delete \"%s\" from the list and from disk?"
msgstr "Kuri Gusiba Bivuye i Urutonde Na Bivuye"
#: plug-ins/FractalExplorer/FractalExplorer.c:779
msgid "Delete Fractal"
msgstr ""
#. the dialog
#: plug-ins/FractalExplorer/FractalExplorer.c:856
#, fuzzy
msgid "Edit fractal name"
msgstr "Izina:"
#: plug-ins/FractalExplorer/FractalExplorer.c:882
#, fuzzy
msgid "Fractal name:"
msgstr "Izina:"
#: plug-ins/FractalExplorer/FractalExplorer.c:904
msgid "New Fractal"
msgstr ""
#: plug-ins/FractalExplorer/FractalExplorer.c:1185
#, fuzzy, c-format
msgid "File '%s' is not a FractalExplorer file"
msgstr "Idosiye ni OYA a IDOSIYE"
#: plug-ins/FractalExplorer/FractalExplorer.c:1194
#, fuzzy, c-format
msgid ""
"File '%s' is corrupt.\n"
"Line %d Option section incorrect"
msgstr "Idosiye ni Icyiciro"
#: plug-ins/FractalExplorer/FractalExplorer.c:1244
#, fuzzy
msgid "My first fractal"
msgstr "Itangira"
#: plug-ins/FractalExplorer/FractalExplorer.c:1260
#, fuzzy
msgid "Choose Fractal by double-clicking on it"
msgstr "ku MAHARAKUBIRI ku"
#: plug-ins/FractalExplorer/FractalExplorer.c:1297
#, fuzzy
msgid "Select folder and rescan collection"
msgstr "Ububiko Na"
#: plug-ins/FractalExplorer/FractalExplorer.c:1309
#, fuzzy
msgid "Delete currently selected fractal"
msgstr "Byahiswemo"
#: plug-ins/FractalExplorer/FractalExplorer.c:1360
#, fuzzy
msgid "Rescan for Fractals"
msgstr "kugirango"
#: plug-ins/FractalExplorer/FractalExplorer.c:1377
msgid "Add FractalExplorer Path"
msgstr ""
#: plug-ins/Lighting/lighting_apply.c:103
msgid "Lighting Effects..."
msgstr ""
#: plug-ins/Lighting/lighting_main.c:197
msgid "_Lighting Effects..."
msgstr ""
# offmgr/sdi\ofaslots.src:SID_GENERAL_OPTIONS.text
#. General options
#: plug-ins/Lighting/lighting_ui.c:277
msgid "General Options"
msgstr "Amahitamo Rusange"
#: plug-ins/Lighting/lighting_ui.c:285
#, fuzzy
msgid "T_ransparent background"
msgstr "Mbuganyuma"
#: plug-ins/Lighting/lighting_ui.c:295
#, fuzzy
msgid "Make destination image transparent where bump height is zero"
msgstr "Ishyika Ishusho Bibonerana Ubuhagarike ni Zeru"
#: plug-ins/Lighting/lighting_ui.c:298
#, fuzzy
msgid "Cre_ate new image"
msgstr "Gishya Ishusho"
#: plug-ins/Lighting/lighting_ui.c:308 plug-ins/MapObject/mapobject_ui.c:570
#, fuzzy
msgid "Create a new image when applying filter"
msgstr "a Gishya Ishusho Ryari: Muyunguruzi..."
#: plug-ins/Lighting/lighting_ui.c:310
#, fuzzy
msgid "High _Quality preview"
msgstr "Igaragazambere"
#: plug-ins/Lighting/lighting_ui.c:320
#, fuzzy
msgid "Enable/disable high quality preview"
msgstr "kirekire Ubwiza Igaragazambere"
# svx/source\dialog\fontwork.src:RID_SVXDLG_FONTWORK.MTR_FLD_DISTANCE.quickhelptext
#: plug-ins/Lighting/lighting_ui.c:327
msgid "Distance"
msgstr "Intera"
#: plug-ins/Lighting/lighting_ui.c:361 plug-ins/MapObject/mapobject_ui.c:649
msgid "Light Settings"
msgstr ""
#: plug-ins/Lighting/lighting_ui.c:374
#, fuzzy
msgid "Light 1"
msgstr "1."
#: plug-ins/Lighting/lighting_ui.c:375
#, fuzzy
msgid "Light 2"
msgstr "2."
#: plug-ins/Lighting/lighting_ui.c:376
#, fuzzy
msgid "Light 3"
msgstr "3."
#: plug-ins/Lighting/lighting_ui.c:377
#, fuzzy
msgid "Light 4"
msgstr "4."
#: plug-ins/Lighting/lighting_ui.c:378
#, fuzzy
msgid "Light 5"
msgstr "5"
#: plug-ins/Lighting/lighting_ui.c:379
#, fuzzy
msgid "Light 6"
msgstr "6"
# sfx2/source\dialog\dinfdlg.src:TP_DOCINFODOC.FT_FILE_TYP.text
#. row labels
#: plug-ins/Lighting/lighting_ui.c:388 plug-ins/common/spheredesigner.c:2633
msgid "Type:"
msgstr "Ubwoko"
#: plug-ins/Lighting/lighting_ui.c:393
msgid "Color:"
msgstr "Ibara:"
#: plug-ins/Lighting/lighting_ui.c:400
msgid "Directional"
msgstr ""
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Calc.xcs:....Layout.Other.MeasureUnit.Metric..6.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Calc.xcs:....Layout.Other.MeasureUnit.NonMetric..6.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Impress.xcs:....Layout.Other.MeasureUnit.Metric..6.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Impress.xcs:....Layout.Other.MeasureUnit.NonMetric..6.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Draw.xcs:....Layout.Other.MeasureUnit.Metric..6.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Draw.xcs:....Layout.Other.MeasureUnit.NonMetric..6.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\WriterWeb.xcs:....Layout.Window.HorizontalRulerUnit..6.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\WriterWeb.xcs:....Layout.Window.VerticalRulerUnit..6.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\WriterWeb.xcs:....Layout.Other.MeasureUnit..6.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Layout.Window.HorizontalRulerUnit..6.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Layout.Window.VerticalRulerUnit..6.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Layout.Other.MeasureUnit..6.text
#: plug-ins/Lighting/lighting_ui.c:401
msgid "Point"
msgstr "Akadomo"
#: plug-ins/Lighting/lighting_ui.c:416 plug-ins/MapObject/mapobject_ui.c:677
#, fuzzy
msgid "Type of light source to apply"
msgstr "Bya kimurika Inkomoko Kuri Gukurikiza"
#: plug-ins/Lighting/lighting_ui.c:418 plug-ins/MapObject/mapobject_ui.c:679
#, fuzzy
msgid "Select lightsource color"
msgstr "Ibara"
#: plug-ins/Lighting/lighting_ui.c:430 plug-ins/MapObject/mapobject_ui.c:692
#, fuzzy
msgid "Set light source color"
msgstr "kimurika Inkomoko Ibara"
# officecfg/registry\schema\org\openoffice\Office\Common.xcs:....Image.Effect.Intensity.text
#: plug-ins/Lighting/lighting_ui.c:438
#, fuzzy
msgid "_Intensity:"
msgstr "Imbaraga"
#: plug-ins/Lighting/lighting_ui.c:444
#, fuzzy
msgid "Light intensity"
msgstr "Imbaraga"
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.WriterObject.Table.Settings.Position.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.WriterObject.Frame.Settings.Position.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.OfficeObject.Calc.Settings.Position.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.OfficeObject.Draw.Settings.Position.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.OfficeObject.Chart.Settings.Position.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.OfficeObject.Image.Settings.Position.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.OfficeObject.Formula.Settings.Position.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.OfficeObject.Impress.Settings.Position.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Insert.Caption.OfficeObject.OLEMisc.Settings.Position.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....BusinessCard.BusinessAddress.Position.text
#: plug-ins/Lighting/lighting_ui.c:447 plug-ins/MapObject/mapobject_ui.c:694
#: plug-ins/MapObject/mapobject_ui.c:1021
#: plug-ins/print/gimp_main_window.c:472
msgid "Position"
msgstr "Ibirindiro"
# officecfg/registry\schema\org\openoffice\Office\Common.xcs:....Font.Strikeout..6.text
#: plug-ins/Lighting/lighting_ui.c:456 plug-ins/common/flarefx.c:759
#: plug-ins/common/mblur.c:999 plug-ins/common/nova.c:453
#: plug-ins/common/papertile.c:271 plug-ins/flame/flame.c:1217
#: plug-ins/gflare/gflare.c:2661
#, fuzzy
msgid "_X:"
msgstr "X"
#: plug-ins/Lighting/lighting_ui.c:462 plug-ins/MapObject/mapobject_ui.c:718
#, fuzzy
msgid "Light source X position in XYZ space"
msgstr "Inkomoko Ibirindiro in Umwanya"
# svx/source\engine3d\float3d.src:RID_SVXFLOAT3D_FIX_Y.text
#: plug-ins/Lighting/lighting_ui.c:469 plug-ins/common/flarefx.c:764
#: plug-ins/common/mblur.c:1005 plug-ins/common/nova.c:458
#: plug-ins/common/papertile.c:280 plug-ins/flame/flame.c:1231
#: plug-ins/gflare/gflare.c:2665
#, fuzzy
msgid "_Y:"
msgstr "Y"
#: plug-ins/Lighting/lighting_ui.c:475 plug-ins/MapObject/mapobject_ui.c:732
#, fuzzy
msgid "Light source Y position in XYZ space"
msgstr "Inkomoko Ibirindiro in Umwanya"
# svx/source\engine3d\float3d.src:RID_SVXFLOAT3D_FIX_Z.text
#: plug-ins/Lighting/lighting_ui.c:482
#, fuzzy
msgid "_Z:"
msgstr "Z"
#: plug-ins/Lighting/lighting_ui.c:488 plug-ins/MapObject/mapobject_ui.c:746
#, fuzzy
msgid "Light source Z position in XYZ space"
msgstr "Inkomoko Ibirindiro in Umwanya"
# #-#-#-#-# sc.pot (PACKAGE VERSION) #-#-#-#-#
# sc/source\ui\src\miscdlgs.src:RID_SCDLG_FILLSERIES.FL_DIRECTION.text
# #-#-#-#-# sc.pot (PACKAGE VERSION) #-#-#-#-#
# sc/source\ui\src\sortdlg.src:RID_SCPAGE_SORT_OPTIONS.FL_DIRECTION.text
#. *****************************************************
#. radio buttons for choosing LEFT or RIGHT
#. *************************************************
#: plug-ins/Lighting/lighting_ui.c:491 plug-ins/common/struc.c:1289
#: plug-ins/common/wind.c:942
msgid "Direction"
msgstr "Icyerekezo"
# officecfg/registry\schema\org\openoffice\Office\Common.xcs:....Font.Strikeout..6.text
#. X
#: plug-ins/Lighting/lighting_ui.c:499 plug-ins/MapObject/mapobject_ui.c:710
#: plug-ins/MapObject/mapobject_ui.c:764
#: plug-ins/MapObject/mapobject_ui.c:1032
#: plug-ins/MapObject/mapobject_ui.c:1081 plug-ins/ifscompose/ifscompose.c:529
#, fuzzy
msgid "X:"
msgstr "X"
#: plug-ins/Lighting/lighting_ui.c:505 plug-ins/MapObject/mapobject_ui.c:772
#, fuzzy
msgid "Light source X direction in XYZ space"
msgstr "Inkomoko Icyerekezo in Umwanya"
# svx/source\engine3d\float3d.src:RID_SVXFLOAT3D_FIX_Y.text
#. Y
#: plug-ins/Lighting/lighting_ui.c:511 plug-ins/MapObject/mapobject_ui.c:724
#: plug-ins/MapObject/mapobject_ui.c:777
#: plug-ins/MapObject/mapobject_ui.c:1045
#: plug-ins/MapObject/mapobject_ui.c:1092
#: plug-ins/MapObject/mapobject_ui.c:1190 plug-ins/ifscompose/ifscompose.c:543
#, fuzzy
msgid "Y:"
msgstr "Y"
#: plug-ins/Lighting/lighting_ui.c:517 plug-ins/MapObject/mapobject_ui.c:785
#, fuzzy
msgid "Light source Y direction in XYZ space"
msgstr "Inkomoko Icyerekezo in Umwanya"
# svx/source\engine3d\float3d.src:RID_SVXFLOAT3D_FIX_Z.text
#: plug-ins/Lighting/lighting_ui.c:523 plug-ins/MapObject/mapobject_ui.c:738
#: plug-ins/MapObject/mapobject_ui.c:790
#: plug-ins/MapObject/mapobject_ui.c:1058
#: plug-ins/MapObject/mapobject_ui.c:1103
#: plug-ins/MapObject/mapobject_ui.c:1202
#, fuzzy
msgid "Z:"
msgstr "Z"
#: plug-ins/Lighting/lighting_ui.c:529 plug-ins/MapObject/mapobject_ui.c:798
#, fuzzy
msgid "Light source Z direction in XYZ space"
msgstr "Inkomoko Icyerekezo in Umwanya"
#: plug-ins/Lighting/lighting_ui.c:532
msgid "I_solate"
msgstr ""
#: plug-ins/Lighting/lighting_ui.c:542
msgid "Lighting preset:"
msgstr ""
# 3766
#: plug-ins/Lighting/lighting_ui.c:588
#, fuzzy
msgid "Material properties"
msgstr "ibiranga/ ibigize ibikoresho"
#: plug-ins/Lighting/lighting_ui.c:606
msgid "_Glowing:"
msgstr ""
#: plug-ins/Lighting/lighting_ui.c:622 plug-ins/MapObject/mapobject_ui.c:859
#, fuzzy
msgid "Amount of original color to show where no direct light falls"
msgstr "Bya Umwimerere Ibara Kuri Garagaza Oya kimurika"
#: plug-ins/Lighting/lighting_ui.c:635
#, fuzzy
msgid "_Bright:"
msgstr "Bibonerana"
#: plug-ins/Lighting/lighting_ui.c:651 plug-ins/MapObject/mapobject_ui.c:888
#, fuzzy
msgid "Intensity of original color when lit by a light source"
msgstr "Bya Umwimerere Ibara Ryari: ku a kimurika Inkomoko"
#: plug-ins/Lighting/lighting_ui.c:664
msgid "_Shiny:"
msgstr ""
#: plug-ins/Lighting/lighting_ui.c:680 plug-ins/MapObject/mapobject_ui.c:960
#, fuzzy
msgid "Controls how intense the highlights will be"
msgstr "i Amahitamogaragaza"
#: plug-ins/Lighting/lighting_ui.c:692
msgid "_Polished:"
msgstr ""
#: plug-ins/Lighting/lighting_ui.c:708 plug-ins/MapObject/mapobject_ui.c:989
#, fuzzy
msgid "Higher values makes the highlights more focused"
msgstr "Uduciro i Amahitamogaragaza Birenzeho"
#. Metallic
#: plug-ins/Lighting/lighting_ui.c:717
msgid "_Metallic"
msgstr ""
#: plug-ins/Lighting/lighting_ui.c:753
#, fuzzy
msgid "E_nable bump mapping"
msgstr "Igereranya"
#: plug-ins/Lighting/lighting_ui.c:767
#, fuzzy
msgid "Enable/disable bump-mapping (image depth)"
msgstr "Igereranya Ishusho Ubujyakuzimu"
#: plug-ins/Lighting/lighting_ui.c:785
#, fuzzy
msgid "Bumpm_ap image:"
msgstr "Ishusho"
# #-#-#-#-# svx.pot (PACKAGE VERSION) #-#-#-#-#
# svx/source\dialog\tabarea.src:RID_SVXPAGE_TRANSPARENCE.LB_TRGR_GRADIENT_TYPES.1.text
# #-#-#-#-# svx.pot (PACKAGE VERSION) #-#-#-#-#
# svx/source\dialog\tabarea.src:RID_SVXPAGE_GRADIENT.LB_GRADIENT_TYPES.1.text
#. Map type menu
#: plug-ins/Lighting/lighting_ui.c:788 plug-ins/common/bumpmap.c:896
#: plug-ins/flame/flame.c:738
msgid "Linear"
msgstr "Kurikiramurongo"
#: plug-ins/Lighting/lighting_ui.c:789
msgid "Logarithmic"
msgstr ""
#: plug-ins/Lighting/lighting_ui.c:790 plug-ins/common/bumpmap.c:898
#: plug-ins/flame/flame.c:739
msgid "Sinusoidal"
msgstr ""
# svx/source\engine3d\float3d.src:RID_SVXFLOAT_3D.BTN_NORMALS_SPHERE.quickhelptext
#: plug-ins/Lighting/lighting_ui.c:791 plug-ins/common/bumpmap.c:897
#: plug-ins/flame/flame.c:740
msgid "Spherical"
msgstr "Cy'umubumbe"
#: plug-ins/Lighting/lighting_ui.c:801
#, fuzzy
msgid "Cu_rve:"
msgstr "Agaheto"
#: plug-ins/Lighting/lighting_ui.c:806
#, fuzzy
msgid "Ma_ximum height:"
msgstr "Ubuhagarike"
#: plug-ins/Lighting/lighting_ui.c:816
#, fuzzy
msgid "Maximum height for bumps"
msgstr "Ubuhagarike kugirango"
#: plug-ins/Lighting/lighting_ui.c:841
#, fuzzy
msgid "E_nable environment mapping"
msgstr "Igereranya"
#: plug-ins/Lighting/lighting_ui.c:855
#, fuzzy
msgid "Enable/disable environment-mapping (reflection)"
msgstr "Igereranya"
#: plug-ins/Lighting/lighting_ui.c:877
#, fuzzy
msgid "En_vironment image:"
msgstr "Ishusho"
#: plug-ins/Lighting/lighting_ui.c:879
#, fuzzy
msgid "Environment image to use"
msgstr "Ishusho Kuri Gukoresha"
# basctl/source\basicide\moduldlg.src:RID_DLG_LIBS.RID_FL_OPTIONS.text
#: plug-ins/Lighting/lighting_ui.c:901
#, fuzzy
msgid "Op_tions"
msgstr "Amahitamo"
# officecfg/registry\schema\org\openoffice\Office\Math.xcs:....FontFormat.Weight..3.text
#: plug-ins/Lighting/lighting_ui.c:905 plug-ins/MapObject/mapobject_ui.c:1326
#, fuzzy
msgid "_Light"
msgstr "kimurika"
#: plug-ins/Lighting/lighting_ui.c:909 plug-ins/MapObject/mapobject_ui.c:1330
#, fuzzy
msgid "_Material"
msgstr "Ibikoresho"
#: plug-ins/Lighting/lighting_ui.c:913
msgid "_Bump Map"
msgstr ""
#: plug-ins/Lighting/lighting_ui.c:917
msgid "_Environment Map"
msgstr ""
#: plug-ins/Lighting/lighting_ui.c:970
msgid "Lighting Effects"