-
Notifications
You must be signed in to change notification settings - Fork 2
/
rw.po
3892 lines (3132 loc) · 95.9 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 glib to Kinyarwanda.
# Copyright (C) 2005 Free Software Foundation, Inc.
# This file is distributed under the same license as the glib 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: glib 2.12\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"product=glib&keywords=I18N+L10N&component=general\n"
"POT-Creation-Date: 2011-09-04 23:56-0400\n"
"PO-Revision-Date: 2005-03-28 19:34-0700\n"
"Last-Translator: Steve Murphy <[email protected]>\n"
"Language-Team: Kinyarwanda <[email protected]>\n"
"Language: rw\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../glib/gbookmarkfile.c:780
#, fuzzy, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Inyuguti Ikitezwe: a Nyuma Ikiranga Izina: Bya Ikigize:"
#: ../glib/gbookmarkfile.c:791 ../glib/gbookmarkfile.c:862
#: ../glib/gbookmarkfile.c:872 ../glib/gbookmarkfile.c:979
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr ""
#: ../glib/gbookmarkfile.c:1149 ../glib/gbookmarkfile.c:1214
#: ../glib/gbookmarkfile.c:1278 ../glib/gbookmarkfile.c:1288
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr ""
#: ../glib/gbookmarkfile.c:1174 ../glib/gbookmarkfile.c:1188
#: ../glib/gbookmarkfile.c:1256 ../glib/gbookmarkfile.c:1308
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr ""
#: ../glib/gbookmarkfile.c:1834
#, fuzzy
msgid "No valid bookmark file found in data dirs"
msgstr "Urufunguzo IDOSIYE OYA Byabonetse in Ibyatanzwe"
#: ../glib/gbookmarkfile.c:2035
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr ""
#: ../glib/gbookmarkfile.c:2081 ../glib/gbookmarkfile.c:2239
#: ../glib/gbookmarkfile.c:2324 ../glib/gbookmarkfile.c:2404
#: ../glib/gbookmarkfile.c:2489 ../glib/gbookmarkfile.c:2572
#: ../glib/gbookmarkfile.c:2650 ../glib/gbookmarkfile.c:2729
#: ../glib/gbookmarkfile.c:2771 ../glib/gbookmarkfile.c:2868
#: ../glib/gbookmarkfile.c:2994 ../glib/gbookmarkfile.c:3184
#: ../glib/gbookmarkfile.c:3260 ../glib/gbookmarkfile.c:3425
#: ../glib/gbookmarkfile.c:3514 ../glib/gbookmarkfile.c:3604
#: ../glib/gbookmarkfile.c:3732
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr ""
#: ../glib/gbookmarkfile.c:2413
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr ""
#: ../glib/gbookmarkfile.c:2498
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
#: ../glib/gbookmarkfile.c:2877
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr ""
#: ../glib/gbookmarkfile.c:3278 ../glib/gbookmarkfile.c:3435
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
#: ../glib/gbookmarkfile.c:3458
#, fuzzy, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Kuri Gusoma Ihuza"
#: ../glib/gconvert.c:567 ../glib/gconvert.c:645 ../glib/giochannel.c:1404
#: ../gio/gcharsetconverter.c:458
#, fuzzy, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Bivuye Inyuguti Gushyiraho Kuri ni OYA"
#: ../glib/gconvert.c:571 ../glib/gconvert.c:649
#: ../gio/gcharsetconverter.c:462
#, fuzzy, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "OYA Gufungura Bivuye Kuri"
#: ../glib/gconvert.c:768 ../glib/gconvert.c:1162 ../glib/giochannel.c:1576
#: ../glib/giochannel.c:1618 ../glib/giochannel.c:2461 ../glib/gutf8.c:1012
#: ../glib/gutf8.c:1463 ../gio/gcharsetconverter.c:345
#: ../gio/gdatainputstream.c:854 ../gio/gdatainputstream.c:1291
#, fuzzy
msgid "Invalid byte sequence in conversion input"
msgstr "Bayite in Ihindurangero Iyinjiza"
#: ../glib/gconvert.c:777 ../glib/gconvert.c:1087 ../glib/giochannel.c:1583
#: ../glib/giochannel.c:2473 ../gio/gcharsetconverter.c:350
#, fuzzy, c-format
msgid "Error during conversion: %s"
msgstr "Ihindurangero"
#: ../glib/gconvert.c:809 ../glib/gutf8.c:1008 ../glib/gutf8.c:1218
#: ../glib/gutf8.c:1355 ../glib/gutf8.c:1459
#, fuzzy
msgid "Partial character sequence at end of input"
msgstr "Inyuguti ku Impera Bya Iyinjiza"
#: ../glib/gconvert.c:1059
#, fuzzy, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "GUHINDURA Kuri"
#: ../glib/gconvert.c:1886
#, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "ni OYA ikoresha IDOSIYE Igishusho"
#: ../glib/gconvert.c:1896
#, fuzzy, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "IDOSIYE Gicurasi OYA Gushyiramo a"
#: ../glib/gconvert.c:1913
#, fuzzy, c-format
msgid "The URI '%s' is invalid"
msgstr "ni Sibyo"
#: ../glib/gconvert.c:1925
#, fuzzy, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Izina ry'inturo: Bya ni Sibyo"
#: ../glib/gconvert.c:1941
#, fuzzy, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Kirimo Inyuguti"
#: ../glib/gconvert.c:2036
#, fuzzy, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "ni OYA Inzira"
#: ../glib/gconvert.c:2046
#, fuzzy
msgid "Invalid hostname"
msgstr "Izina ry'inturo:"
#. Translators: 'before midday' indicator
#: ../glib/gdatetime.c:202
msgctxt "GDateTime"
msgid "AM"
msgstr ""
#. Translators: 'after midday' indicator
#: ../glib/gdatetime.c:204
msgctxt "GDateTime"
msgid "PM"
msgstr ""
#. Translators: this is the preferred format for expressing the date and the time
#: ../glib/gdatetime.c:207
msgctxt "GDateTime"
msgid "%a %b %e %H:%M:%S %Y"
msgstr "%a %d %b %Y %T %Z"
#. Translators: this is the preferred format for expressing the date
#: ../glib/gdatetime.c:210
msgctxt "GDateTime"
msgid "%m/%d/%y"
msgstr "%d.%m.%Y"
#. Translators: this is the preferred format for expressing the time
#: ../glib/gdatetime.c:213
msgctxt "GDateTime"
msgid "%H:%M:%S"
msgstr "%T"
#. Translators: this is the preferred format for expressing 12 hour time
#: ../glib/gdatetime.c:216
msgctxt "GDateTime"
msgid "%I:%M:%S %p"
msgstr ""
#: ../glib/gdatetime.c:229
msgctxt "full month name"
msgid "January"
msgstr "Mutarama"
#: ../glib/gdatetime.c:231
msgctxt "full month name"
msgid "February"
msgstr "Gashyantare"
#: ../glib/gdatetime.c:233
msgctxt "full month name"
msgid "March"
msgstr "Werurwe"
#: ../glib/gdatetime.c:235
msgctxt "full month name"
msgid "April"
msgstr "Mata"
#: ../glib/gdatetime.c:237
msgctxt "full month name"
msgid "May"
msgstr "Gicuransi"
#: ../glib/gdatetime.c:239
msgctxt "full month name"
msgid "June"
msgstr "Kamena"
#: ../glib/gdatetime.c:241
msgctxt "full month name"
msgid "July"
msgstr "Nyakanga"
#: ../glib/gdatetime.c:243
msgctxt "full month name"
msgid "August"
msgstr ""
#: ../glib/gdatetime.c:245
msgctxt "full month name"
msgid "September"
msgstr ""
#: ../glib/gdatetime.c:247
msgctxt "full month name"
msgid "October"
msgstr ""
#: ../glib/gdatetime.c:249
msgctxt "full month name"
msgid "November"
msgstr ""
#: ../glib/gdatetime.c:251
msgctxt "full month name"
msgid "December"
msgstr ""
#: ../glib/gdatetime.c:266
msgctxt "abbreviated month name"
msgid "Jan"
msgstr "Mut"
#: ../glib/gdatetime.c:268
msgctxt "abbreviated month name"
msgid "Feb"
msgstr "Gas"
#: ../glib/gdatetime.c:270
msgctxt "abbreviated month name"
msgid "Mar"
msgstr "Wer"
#: ../glib/gdatetime.c:272
msgctxt "abbreviated month name"
msgid "Apr"
msgstr "Mat"
#: ../glib/gdatetime.c:274
msgctxt "abbreviated month name"
msgid "May"
msgstr "Gic"
#: ../glib/gdatetime.c:276
msgctxt "abbreviated month name"
msgid "Jun"
msgstr "Kam"
#: ../glib/gdatetime.c:278
msgctxt "abbreviated month name"
msgid "Jul"
msgstr "Nya"
#: ../glib/gdatetime.c:280
msgctxt "abbreviated month name"
msgid "Aug"
msgstr ""
#: ../glib/gdatetime.c:282
msgctxt "abbreviated month name"
msgid "Sep"
msgstr ""
#: ../glib/gdatetime.c:284
msgctxt "abbreviated month name"
msgid "Oct"
msgstr ""
#: ../glib/gdatetime.c:286
msgctxt "abbreviated month name"
msgid "Nov"
msgstr ""
#: ../glib/gdatetime.c:288
msgctxt "abbreviated month name"
msgid "Dec"
msgstr ""
#: ../glib/gdatetime.c:303
msgctxt "full weekday name"
msgid "Monday"
msgstr "Kuwa mbere"
#: ../glib/gdatetime.c:305
msgctxt "full weekday name"
msgid "Tuesday"
msgstr "Kuwa kabiri"
#: ../glib/gdatetime.c:307
msgctxt "full weekday name"
msgid "Wednesday"
msgstr "Kuwa gatatu"
#: ../glib/gdatetime.c:309
msgctxt "full weekday name"
msgid "Thursday"
msgstr "Kuwa kane"
#: ../glib/gdatetime.c:311
msgctxt "full weekday name"
msgid "Friday"
msgstr "Kuwa gatanu"
#: ../glib/gdatetime.c:313
msgctxt "full weekday name"
msgid "Saturday"
msgstr "Kuwa gatandatu"
#: ../glib/gdatetime.c:315
msgctxt "full weekday name"
msgid "Sunday"
msgstr "Ku cyumweru"
#: ../glib/gdatetime.c:330
msgctxt "abbreviated weekday name"
msgid "Mon"
msgstr "Mbe"
#: ../glib/gdatetime.c:332
msgctxt "abbreviated weekday name"
msgid "Tue"
msgstr "Kab"
#: ../glib/gdatetime.c:334
msgctxt "abbreviated weekday name"
msgid "Wed"
msgstr "Gtu"
#: ../glib/gdatetime.c:336
msgctxt "abbreviated weekday name"
msgid "Thu"
msgstr "Kan"
#: ../glib/gdatetime.c:338
msgctxt "abbreviated weekday name"
msgid "Fri"
msgstr "Gnu"
#: ../glib/gdatetime.c:340
msgctxt "abbreviated weekday name"
msgid "Sat"
msgstr "Gnd"
#: ../glib/gdatetime.c:342
msgctxt "abbreviated weekday name"
msgid "Sun"
msgstr "Mwe"
#: ../glib/gdir.c:115 ../glib/gdir.c:138
#, fuzzy, c-format
msgid "Error opening directory '%s': %s"
msgstr "Gufungura %s%S bushyinguro"
#: ../glib/gfileutils.c:540 ../glib/gfileutils.c:628
#, fuzzy, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "OYA Bayite Kuri Gusoma IDOSIYE"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
#: ../glib/gfileutils.c:555
#, fuzzy, c-format
msgid "Error reading file '%s': %s"
msgstr "Ikosa mu gusoma idosiye"
#: ../glib/gfileutils.c:569
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
#: ../glib/gfileutils.c:652
#, fuzzy, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Kuri Gusoma Bivuye IDOSIYE"
#: ../glib/gfileutils.c:703 ../glib/gfileutils.c:790
#, fuzzy, c-format
msgid "Failed to open file '%s': %s"
msgstr "Kuri Gufungura IDOSIYE"
#: ../glib/gfileutils.c:720 ../glib/gmappedfile.c:169
#, fuzzy, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Kuri Kubona Ibiranga Bya IDOSIYE Byanze"
#: ../glib/gfileutils.c:754
#, fuzzy, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Kuri Gufungura IDOSIYE Byanze"
#: ../glib/gfileutils.c:862
#, fuzzy, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Kuri Guhindura izina IDOSIYE Kuri Byanze"
#: ../glib/gfileutils.c:904 ../glib/gfileutils.c:1449
#, fuzzy, c-format
msgid "Failed to create file '%s': %s"
msgstr "Kuri Kurema IDOSIYE"
#: ../glib/gfileutils.c:918
#, fuzzy, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Kuri Gufungura IDOSIYE kugirango Byanze"
#: ../glib/gfileutils.c:943
#, fuzzy, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Kuri IDOSIYE Byanze"
#: ../glib/gfileutils.c:962
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Kuri IDOSIYE Byanze"
#: ../glib/gfileutils.c:1006
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Kuri IDOSIYE Byanze"
#: ../glib/gfileutils.c:1030
#, fuzzy, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Kuri Gufunga IDOSIYE Byanze"
#: ../glib/gfileutils.c:1152
#, fuzzy, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "IDOSIYE OYA Cyavanyweho Byanze"
#: ../glib/gfileutils.c:1412
#, fuzzy, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Sibyo OYA a"
#: ../glib/gfileutils.c:1425
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Impera Na:"
#: ../glib/gfileutils.c:2001 ../glib/gfileutils.c:2029
#: ../glib/gfileutils.c:2134
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
#: ../glib/gfileutils.c:2007
#, c-format
msgid "%.1f KiB"
msgstr ""
#: ../glib/gfileutils.c:2010
#, c-format
msgid "%.1f MiB"
msgstr ""
#: ../glib/gfileutils.c:2013
#, c-format
msgid "%.1f GiB"
msgstr ""
#: ../glib/gfileutils.c:2016
#, c-format
msgid "%.1f TiB"
msgstr ""
#: ../glib/gfileutils.c:2019
#, c-format
msgid "%.1f PiB"
msgstr ""
#: ../glib/gfileutils.c:2022
#, c-format
msgid "%.1f EiB"
msgstr ""
#: ../glib/gfileutils.c:2035
#, c-format
msgid "%.1f kB"
msgstr ""
#: ../glib/gfileutils.c:2038 ../glib/gfileutils.c:2147
#, c-format
msgid "%.1f MB"
msgstr ""
#: ../glib/gfileutils.c:2041 ../glib/gfileutils.c:2152
#, c-format
msgid "%.1f GB"
msgstr ""
#: ../glib/gfileutils.c:2044 ../glib/gfileutils.c:2157
#, c-format
msgid "%.1f TB"
msgstr ""
#: ../glib/gfileutils.c:2047 ../glib/gfileutils.c:2162
#, c-format
msgid "%.1f PB"
msgstr ""
#: ../glib/gfileutils.c:2050 ../glib/gfileutils.c:2167
#, c-format
msgid "%.1f EB"
msgstr ""
#. Translators: the %s in "%s bytes" will always be replaced by a number.
#: ../glib/gfileutils.c:2087
#, c-format
msgid "%s byte"
msgid_plural "%s bytes"
msgstr[0] ""
msgstr[1] ""
#: ../glib/gfileutils.c:2142
#, c-format
msgid "%.1f KB"
msgstr ""
#: ../glib/gfileutils.c:2210
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Kuri Gusoma Ihuza"
#: ../glib/gfileutils.c:2231
#, fuzzy
msgid "Symbolic links not supported"
msgstr "amahuza OYA"
#: ../glib/giochannel.c:1408
#, fuzzy, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "OYA Gufungura Bivuye Kuri"
#: ../glib/giochannel.c:1753
#, fuzzy
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "a Gusoma in"
#: ../glib/giochannel.c:1800 ../glib/giochannel.c:2057
#: ../glib/giochannel.c:2144
#, fuzzy
msgid "Leftover unconverted data in read buffer"
msgstr "Ibyatanzwe in Gusoma"
#: ../glib/giochannel.c:1881 ../glib/giochannel.c:1958
#, fuzzy
msgid "Channel terminates in a partial character"
msgstr "in a Bituzuye Inyuguti"
#: ../glib/giochannel.c:1944
#, fuzzy
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "a Gusoma in"
#: ../glib/gmappedfile.c:150
#, fuzzy, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Kuri Gufungura IDOSIYE Byanze"
#: ../glib/gmappedfile.c:229
#, fuzzy, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Kuri Gufungura IDOSIYE Byanze"
#: ../glib/gmarkup.c:355 ../glib/gmarkup.c:396
#, fuzzy, c-format
msgid "Error on line %d char %d: "
msgstr "ku Umurongo INYUGUTI"
#: ../glib/gmarkup.c:418 ../glib/gmarkup.c:501
#, fuzzy, c-format
msgid "Invalid UTF-8 encoded text in name - not valid '%s'"
msgstr "8 Umwandiko"
#: ../glib/gmarkup.c:429
#, c-format
msgid "'%s' is not a valid name "
msgstr ""
#: ../glib/gmarkup.c:445
#, c-format
msgid "'%s' is not a valid name: '%c' "
msgstr ""
#: ../glib/gmarkup.c:554
#, fuzzy, c-format
msgid "Error on line %d: %s"
msgstr "ku Umurongo"
#: ../glib/gmarkup.c:638
#, fuzzy, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
"reference (ê for example) - perhaps the digit is too large"
msgstr "Kuri a Mo Imbere a Inyuguti Indango kugirango Urugero ni Binini"
#: ../glib/gmarkup.c:650
#, fuzzy
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &"
msgstr "Indango OYA Impera Na: a Akabago n'Akitso Inyuguti Kuri Gutangira Nka"
#: ../glib/gmarkup.c:676
#, fuzzy, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Indango OYA a Inyuguti"
#: ../glib/gmarkup.c:714
#, fuzzy
msgid ""
"Empty entity '&;' seen; valid entities are: & " < > '"
msgstr "Byemewe"
#: ../glib/gmarkup.c:722
#, fuzzy, c-format
msgid "Entity name '%-.*s' is not known"
msgstr "Izina: ni OYA"
#: ../glib/gmarkup.c:727
#, fuzzy
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &"
msgstr "OYA Impera Na: a Akabago n'Akitso Inyuguti Kuri Gutangira Nka"
#: ../glib/gmarkup.c:1078
#, fuzzy
msgid "Document must begin with an element (e.g. <book>)"
msgstr "g."
#: ../glib/gmarkup.c:1118
#, fuzzy, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "'%s'ni OYA a Byemewe Inyuguti a Inyuguti Gicurasi OYA Ikigize: Izina:"
#: ../glib/gmarkup.c:1186
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag "
"'%s'"
msgstr ""
"Inyuguti Ikitezwe: a Inyuguti Kuri Impera Gutangira Itagi: Bya Ikigize:"
#: ../glib/gmarkup.c:1270
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "Inyuguti Ikitezwe: a Nyuma Ikiranga Izina: Bya Ikigize:"
#: ../glib/gmarkup.c:1311
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
"element '%s', or optionally an attribute; perhaps you used an invalid "
"character in an attribute name"
msgstr ""
"Inyuguti Ikitezwe: a Cyangwa Inyuguti Kuri Impera Gutangira Itagi: Bya "
"Ikigize: Cyangwa Ikiranga Sibyo Inyuguti in Ikiranga Izina:"
#: ../glib/gmarkup.c:1355
#, fuzzy, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
"giving value for attribute '%s' of element '%s'"
msgstr ""
"Inyuguti Ikitezwe: Gufungura Gushyiraho akugarizo Ikimenyetso Nyuma "
"IKIMENYETSO Ryari: Agaciro kugirango Ikiranga Bya Ikigize:"
#: ../glib/gmarkup.c:1488
#, fuzzy, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
"begin an element name"
msgstr "'%s'ni OYA a Byemewe Inyuguti Inyuguti Gicurasi OYA Ikigize: Izina:"
#: ../glib/gmarkup.c:1524
#, fuzzy, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
"allowed character is '>'"
msgstr "'%s'ni OYA a Byemewe Inyuguti Gufunga Ikigize: Izina: Inyuguti ni"
#: ../glib/gmarkup.c:1535
#, fuzzy, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Oya Ikigize: ni Gufungura"
#: ../glib/gmarkup.c:1544
#, fuzzy, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "Gufungura Ikigize: ni"
#: ../glib/gmarkup.c:1712
#, fuzzy
msgid "Document was empty or contained only whitespace"
msgstr "ubusa Cyangwa"
#: ../glib/gmarkup.c:1726
#, fuzzy
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Nyuma Gufungura Imfuruka"
#: ../glib/gmarkup.c:1734 ../glib/gmarkup.c:1779
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "Na: Ibintu Gufungura Iheruka Ikigize:"
#: ../glib/gmarkup.c:1742
#, fuzzy, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "Ikitezwe: Kuri a Gufunga Imfuruka Itagi:"
#: ../glib/gmarkup.c:1748
#, fuzzy
msgid "Document ended unexpectedly inside an element name"
msgstr "Mo Imbere Ikigize: Izina:"
#: ../glib/gmarkup.c:1754
#, fuzzy
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Mo Imbere Ikiranga Izina:"
#: ../glib/gmarkup.c:1759
#, fuzzy
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Mo Imbere Ikigize: Gufungura%S Itagi:"
#: ../glib/gmarkup.c:1765
#, fuzzy
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "Nyuma IKIMENYETSO Ikiranga Izina: Oya Ikiranga Agaciro"
#: ../glib/gmarkup.c:1772
#, fuzzy
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Mo Imbere Ikiranga Agaciro"
#: ../glib/gmarkup.c:1788
#, fuzzy, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "Mo Imbere Gufunga Itagi: kugirango Ikigize:"
#: ../glib/gmarkup.c:1794
#, fuzzy
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Mo Imbere a Icyo wongeraho Cyangwa Inonosora"
#: ../glib/gregex.c:189
msgid "corrupted object"
msgstr ""
#: ../glib/gregex.c:191
msgid "internal error or corrupted object"
msgstr ""
#: ../glib/gregex.c:193
msgid "out of memory"
msgstr ""
#: ../glib/gregex.c:198
msgid "backtracking limit reached"
msgstr ""
#: ../glib/gregex.c:210 ../glib/gregex.c:218
msgid "the pattern contains items not supported for partial matching"
msgstr ""
#: ../glib/gregex.c:212 ../gio/glocalfile.c:2107
msgid "internal error"
msgstr ""
#: ../glib/gregex.c:220
msgid "back references as conditions are not supported for partial matching"
msgstr ""
#: ../glib/gregex.c:229
msgid "recursion limit reached"
msgstr ""
#: ../glib/gregex.c:231
msgid "workspace limit for empty substrings reached"
msgstr ""
#: ../glib/gregex.c:233
msgid "invalid combination of newline flags"
msgstr ""
#: ../glib/gregex.c:235
msgid "bad offset"
msgstr ""
#: ../glib/gregex.c:237
msgid "short utf8"
msgstr ""
#: ../glib/gregex.c:241
msgid "unknown error"
msgstr ""
#: ../glib/gregex.c:261
msgid "\\ at end of pattern"
msgstr ""
#: ../glib/gregex.c:264
msgid "\\c at end of pattern"
msgstr ""
#: ../glib/gregex.c:267
msgid "unrecognized character follows \\"
msgstr ""
#: ../glib/gregex.c:274
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr ""
#: ../glib/gregex.c:277
msgid "numbers out of order in {} quantifier"
msgstr ""
#: ../glib/gregex.c:280
msgid "number too big in {} quantifier"
msgstr ""
#: ../glib/gregex.c:283
#, fuzzy
msgid "missing terminating ] for character class"
msgstr "in a Bituzuye Inyuguti"
#: ../glib/gregex.c:286
#, fuzzy
msgid "invalid escape sequence in character class"
msgstr "Bayite in Ihindurangero Iyinjiza"
#: ../glib/gregex.c:289
msgid "range out of order in character class"
msgstr ""
#: ../glib/gregex.c:292
msgid "nothing to repeat"
msgstr ""
#: ../glib/gregex.c:295
#, fuzzy
msgid "unrecognized character after (?"
msgstr "Inyuguti Indango"
#: ../glib/gregex.c:299
#, fuzzy
msgid "unrecognized character after (?<"
msgstr "Inyuguti Indango"
#: ../glib/gregex.c:303
#, fuzzy
msgid "unrecognized character after (?P"
msgstr "Inyuguti Indango"
#: ../glib/gregex.c:306
msgid "POSIX named classes are supported only within a class"
msgstr ""
#: ../glib/gregex.c:309
msgid "missing terminating )"
msgstr ""
#: ../glib/gregex.c:313
msgid ") without opening ("
msgstr ""
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
#: ../glib/gregex.c:320
msgid "(?R or (?[+-]digits must be followed by )"
msgstr ""
#: ../glib/gregex.c:323
msgid "reference to non-existent subpattern"
msgstr ""
#: ../glib/gregex.c:326
msgid "missing ) after comment"
msgstr ""
#: ../glib/gregex.c:329
msgid "regular expression too large"
msgstr ""
#: ../glib/gregex.c:332
msgid "failed to get memory"
msgstr ""
#: ../glib/gregex.c:335
msgid "lookbehind assertion is not fixed length"
msgstr ""
#: ../glib/gregex.c:338
msgid "malformed number or name after (?("
msgstr ""
#: ../glib/gregex.c:341
msgid "conditional group contains more than two branches"
msgstr ""
#: ../glib/gregex.c:344
msgid "assertion expected after (?("
msgstr ""
#: ../glib/gregex.c:347
msgid "unknown POSIX class name"
msgstr ""
#: ../glib/gregex.c:350
#, fuzzy
msgid "POSIX collating elements are not supported"
msgstr "amahuza OYA"
#: ../glib/gregex.c:353
msgid "character value in \\x{...} sequence is too large"
msgstr ""
#: ../glib/gregex.c:356
msgid "invalid condition (?(0)"
msgstr ""
#: ../glib/gregex.c:359
msgid "\\C not allowed in lookbehind assertion"
msgstr ""
#: ../glib/gregex.c:362
msgid "recursive call could loop indefinitely"
msgstr ""
#: ../glib/gregex.c:365
msgid "missing terminator in subpattern name"
msgstr ""
#: ../glib/gregex.c:368
msgid "two named subpatterns have the same name"
msgstr ""