forked from yousseb/meld
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrw.po
More file actions
1609 lines (1323 loc) · 35.9 KB
/
Copy pathrw.po
File metadata and controls
1609 lines (1323 loc) · 35.9 KB
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 meld to Kinyarwanda.
# Copyright (C) 2005 Free Software Foundation, Inc.
# This file is distributed under the same license as the meld package.
# Steve Murphy <murf@e-tools.com>, 2005
# Steve performed initial rough translation from compendium built from translations provided by the following translators:
# Philibert Ndandali <ndandali@yahoo.fr>, 2005.
# Viateur MUGENZI <muvia1@yahoo.fr>, 2005.
# Noëlla Mupole <s24211045@tuks.co.za>, 2005.
# Carole Karema <karemacarole@hotmail.com>, 2005.
# JEAN BAPTISTE NGENDAHAYO <ngenda_denis@yahoo.co.uk>, 2005.
# Augustin KIBERWA <akiberwa@yahoo.co.uk>, 2005.
# Donatien NSENGIYUMVA <ndonatienuk@yahoo.co.uk>, 2005..
#
msgid ""
msgstr ""
"Project-Id-Version: meld HEAD\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-04-01 16:05-0700\n"
"PO-Revision-Date: 2005-03-31 20:55-0700\n"
"Last-Translator: Steve Murphy <murf@e-tools.com>\n"
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
"Language: rw\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: meld.desktop.in.h:1
#, fuzzy
msgid "Compare and merge your files."
msgstr "Na Gukomatanya Idosiye"
#: meld.desktop.in.h:2
msgid "Meld Diff Viewer"
msgstr ""
#: cvsview.py:39
#, fuzzy
msgid ""
"Ignored:Unknown:::Error::Newly added:Modified:<b>Conflict</b>:Removed:Missing"
msgstr "Kyongewe B B"
#: cvsview.py:166
#, fuzzy, python-format
msgid ""
"Error converting to a regular expression\n"
"The pattern was '%s'\n"
"The error was '%s'"
msgstr "Guhindura.... Kuri a Ibisanzwe Ishusho Ikosa"
# goodies/source\filter.vcl\eps\dlgeps.src:DLG_EXPORT_EPS.GRP_VERSION.text
#: cvsview.py:394
#, fuzzy
msgid "_Version"
msgstr "Verisiyo"
#: cvsview.py:396 glade2/cvsview.glade.h:15 glade2/meldapp.glade.h:79
msgid "_Diff"
msgstr ""
#: cvsview.py:396
#, fuzzy
msgid "Compare versions"
msgstr "Uburyo"
#: cvsview.py:398 glade2/cvsview.glade.h:18
#, fuzzy
msgid "_Update"
msgstr "Kuvugurura"
#: cvsview.py:398
#, fuzzy
msgid "Update the local copy"
msgstr "i Gukoporora"
#: cvsview.py:400 glade2/cvsview.glade.h:14
msgid "_Commit"
msgstr ""
#: cvsview.py:400
#, fuzzy
msgid "Commit changes"
msgstr "Amahinduka"
#: cvsview.py:402 glade2/cvsview.glade.h:13
#, fuzzy
msgid "_Add"
msgstr "Kongeramo"
#: cvsview.py:402
#, fuzzy
msgid "Add to control"
msgstr "Kuri Igenzura"
# #-#-#-#-# padmin.pot (PACKAGE VERSION) #-#-#-#-#
# padmin/source\rtsetup.src:RID_RTS_FONTSUBSTPAGE.RID_RTS_FS_REMOVE_BTN.text
# #-#-#-#-# padmin.pot (PACKAGE VERSION) #-#-#-#-#
# padmin/source\rtsetup.src:RID_RTS_COMMANDPAGE.RID_RTS_CMD_BTN_REMOVE.text
#: cvsview.py:404 glade2/cvsview.glade.h:17
#, fuzzy
msgid "_Remove"
msgstr "Gukuraho"
#: cvsview.py:404
#, fuzzy
msgid "Remove from control"
msgstr "Bivuye Igenzura"
# #-#-#-#-# basctl.pot (PACKAGE VERSION) #-#-#-#-#
# basctl/source\basicide\basidesh.src:RID_POPUP_TABBAR.SID_BASICIDE_DELETECURRENT.text
# #-#-#-#-# basctl.pot (PACKAGE VERSION) #-#-#-#-#
# basctl/source\basicide\brkdlg.src:RID_BASICIDE_BREAKPOINTDLG.RID_PB_DEL.text
#: cvsview.py:406
#, fuzzy
msgid "_Delete"
msgstr "Gusiba"
#: cvsview.py:406
msgid "Remove locally"
msgstr ""
# #-#-#-#-# basctl.pot (PACKAGE VERSION) #-#-#-#-#
# basctl/source\basicide\basidesh.src:RID_BASICMENU.MN_VIEW.text
# #-#-#-#-# basctl.pot (PACKAGE VERSION) #-#-#-#-#
# basctl/source\basicide\basidesh.src:RID_BASICPLUGINMENU.MN_PLVIEW.text
#: cvsview.py:408
#, fuzzy
msgid "_View"
msgstr "Kureba"
# #-#-#-#-# sc.pot (PACKAGE VERSION) #-#-#-#-#
# sc/source\ui\src\menue.src:SCCFG_PLUGINMENU.SUBMENU_EDIT.SUBMENU_FILL.FID_FILL_TO_TOP.text
# #-#-#-#-# sc.pot (PACKAGE VERSION) #-#-#-#-#
# sc/source\ui\src\menue.src:SCCFG_MENUBAR.SUBMENU_EDIT.SUBMENU_FILL.FID_FILL_TO_TOP.text
# #-#-#-#-# sc.pot (PACKAGE VERSION) #-#-#-#-#
# sc/source\ui\src\miscdlgs.src:RID_SCDLG_FILLSERIES.BTN_TOP.text
#: cvsview.py:410
#, fuzzy
msgid "_Up"
msgstr "Hejuru"
#: cvsview.py:410
#, fuzzy
msgid "Previous change"
msgstr "Guhindura>>"
# #-#-#-#-# sc.pot (PACKAGE VERSION) #-#-#-#-#
# sc/source\ui\src\menue.src:SCCFG_PLUGINMENU.SUBMENU_EDIT.SUBMENU_FILL.FID_FILL_TO_BOTTOM.text
# #-#-#-#-# sc.pot (PACKAGE VERSION) #-#-#-#-#
# sc/source\ui\src\menue.src:SCCFG_MENUBAR.SUBMENU_EDIT.SUBMENU_FILL.FID_FILL_TO_BOTTOM.text
# #-#-#-#-# sc.pot (PACKAGE VERSION) #-#-#-#-#
# sc/source\ui\src\miscdlgs.src:RID_SCDLG_FILLSERIES.BTN_BOTTOM.text
#: cvsview.py:412
#, fuzzy
msgid "_Down"
msgstr "Hasi"
#: cvsview.py:412
#, fuzzy
msgid "Next change"
msgstr "Guhindura>>"
#: cvsview.py:414
msgid "_Flatten"
msgstr ""
#: cvsview.py:414
msgid "Flatten tree"
msgstr ""
# sc/source\ui\src\globstr.src:RID_GLOBSTR.STR_DOC_MODIFIED.text
#: cvsview.py:416
#, fuzzy
msgid "_Modified"
msgstr "Byahinduwe"
#: cvsview.py:416
#, fuzzy
msgid "View modified files"
msgstr "Byahinduwe Idosiye"
# officecfg/registry\schema\org\openoffice\Office\Common.xcs:....Save.Graphic.Format..0.text
#: cvsview.py:418
#, fuzzy
msgid "_Normal"
msgstr "Bisanzwe"
#: cvsview.py:418
#, fuzzy
msgid "View normal files"
msgstr "Bisanzwe Idosiye"
# filter/source\xsltdialog\xmlfilterdialogstrings.src:STR_UNKNOWN_APPLICATION.text
#: cvsview.py:420
#, fuzzy
msgid "Un_known"
msgstr "Kitazwi"
#: cvsview.py:420
#, fuzzy
msgid "View non version controlled files"
msgstr "Verisiyo Idosiye"
#: cvsview.py:422
msgid "_Ignored"
msgstr ""
#: cvsview.py:422
msgid "View ignored items"
msgstr ""
#: cvsview.py:424
msgid "_Console"
msgstr ""
#: cvsview.py:424
#, fuzzy
msgid "View command line output"
msgstr "Komandi: Umurongo Ibisohoka"
#: cvsview.py:439 svnview.py:289
msgid "Name"
msgstr "Izina"
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Wizard.Agenda.Elements.Location.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Wizard.Fax.Save.AutoPath.text
# #-#-#-#-# officecfg.pot (PACKAGE VERSION) #-#-#-#-#
# officecfg/registry\schema\org\openoffice\Office\Writer.xcs:....Wizard.Memo.Save.AutoDocName.text
#: cvsview.py:456 svnview.py:306
msgid "Location"
msgstr "Ahantu"
#: cvsview.py:457 svnview.py:307
msgid "Status"
msgstr "Imimerere"
#: cvsview.py:458 svnview.py:308
msgid "Rev"
msgstr ""
#: cvsview.py:459 svnview.py:309 glade2/cvsview.glade.h:12
msgid "Tag"
msgstr "Itagi"
# basctl/source\basicide\moduldlg.src:RID_DLG_LIBS.RID_FL_OPTIONS.text
#: cvsview.py:460 svnview.py:310
msgid "Options"
msgstr "Amahitamo"
#: cvsview.py:497 dirdiff.py:356 svnview.py:347
#, python-format
msgid "[%s] Scanning"
msgstr ""
#: cvsview.py:524 dirdiff.py:365 svnview.py:374
#, python-format
msgid "[%s] Scanning %s"
msgstr ""
#: cvsview.py:540 svnview.py:390
msgid "(Empty)"
msgstr "(Kirimo ubusa)"
#: cvsview.py:572 svnview.py:426
#, python-format
msgid "[%s] Fetching differences"
msgstr ""
#: cvsview.py:579 svnview.py:434
#, python-format
msgid "[%s] Applying patch"
msgstr ""
#: cvsview.py:583 svnview.py:438
#, fuzzy
msgid "No differences found."
msgstr "Byabonetse"
#: cvsview.py:659 svnview.py:512
#, fuzzy
msgid "Select some files first."
msgstr "Idosiye Itangira"
#: cvsview.py:693 dirdiff.py:540 svnview.py:533
#, fuzzy, python-format
msgid ""
"'%s' is a directory.\n"
"Remove recusively?"
msgstr "'%s'ni a bushyinguro"
#: cvsview.py:698 dirdiff.py:547 svnview.py:538
#, python-format
msgid ""
"Error removing %s\n"
"\n"
"%s."
msgstr ""
#: dirdiff.py:251 dirdiff.py:266
#, fuzzy, python-format
msgid "Error converting pattern '%s' to regular expression"
msgstr "Guhindura.... Ishusho Kuri Ibisanzwe imvugo"
#: dirdiff.py:276
#, fuzzy, python-format
msgid "Hide %s"
msgstr "Hisha"
#: dirdiff.py:398
#, fuzzy, python-format
msgid "'%s' hidden by '%s'"
msgstr "'%s'gihishwe ku"
#: dirdiff.py:404
#, fuzzy, python-format
msgid ""
"You are running a case insensitive comparison on a case sensitive "
"filesystem. Some files are not visible:\n"
"%s"
msgstr "a ku a Idosiye OYA Kigaragara"
#: dirdiff.py:470
#, python-format
msgid "[%s] Done"
msgstr ""
#: dirdiff.py:515
#, fuzzy, python-format
msgid ""
"'%s' exists.\n"
"Overwrite?"
msgstr "'%s'Gusimbuza."
#: dirdiff.py:522
#, fuzzy, python-format
msgid ""
"Error copying '%s' to '%s'\n"
"\n"
"%s."
msgstr "Kuri"
#. singular,plural
#: dirdiff.py:558
#, fuzzy
msgid ""
"second,seconds:minute,minutes:hour,hours:day,days:week,weeks:month,months:"
"year,years"
msgstr ""
"ISEGONDA amasogonda UMUNOTA Iminota ISAHA amasaha UMUNSI Iminsi Icyumweru "
"IBYUMWERU Ukwezi Amezi Umwaka IMYAKA"
# sc/source\ui\src\globstr.src:RID_GLOBSTR.STR_HFCMD_FILE.text
#: filediff.py:107 meldapp.py:75
#, fuzzy
msgid "_File"
msgstr "IDOSIYE"
# basctl/source\basicide\basidesh.src:RID_STR_SAVE.text
#: filediff.py:109
#, fuzzy
msgid "_Save"
msgstr "Kubika"
#: filediff.py:109 filediff.py:111
#, fuzzy
msgid "Save the current file"
msgstr "Kubika i KIGEZWEHO IDOSIYE"
# sfx2/source\doc\doc.src:STR_SAVEASDOC.text
#: filediff.py:111
#, fuzzy
msgid "_Save As…"
msgstr "Gushyingura muri..."
# sfx2/sdi\sfxslots.src:SID_SAVEDOCS.text
#: filediff.py:113
#, fuzzy
msgid "_Save All"
msgstr "Gushyingura Byose"
#: filediff.py:113
#, fuzzy
msgid "Save all files"
msgstr "Kubika Byose Idosiye"
# sfx2/source\appl\newhelp.src:STR_HELP_BUTTON_PRINT.text
#: filediff.py:115
#, fuzzy
msgid "_Print..."
msgstr "Gucapa..."
#: filediff.py:115
#, fuzzy
msgid "Print this comparison"
msgstr "iyi"
# #-#-#-#-# basctl.pot (PACKAGE VERSION) #-#-#-#-#
# basctl/source\basicide\macrodlg.src:RID_MACROCHOOSER.RID_PB_CLOSE.text
# #-#-#-#-# basctl.pot (PACKAGE VERSION) #-#-#-#-#
# basctl/source\basicide\macrodlg.src:RID_STR_CLOSE.text
# #-#-#-#-# basctl.pot (PACKAGE VERSION) #-#-#-#-#
# basctl/source\basicide\moduldlg.src:RID_TP_MODULS.RID_PB_CLOSE.text
# #-#-#-#-# basctl.pot (PACKAGE VERSION) #-#-#-#-#
# basctl/source\basicide\moduldlg.src:RID_TP_LIBS.RID_PB_CLOSE.text
#: filediff.py:117
#, fuzzy
msgid "_Close"
msgstr "Gufunga"
#: filediff.py:117
#, fuzzy
msgid "Close this tab"
msgstr "Funga iyi Isunika"
# #-#-#-#-# basctl.pot (PACKAGE VERSION) #-#-#-#-#
# basctl/source\basicide\basidesh.src:RID_BASICMENU.MN_EDIT.text
# #-#-#-#-# basctl.pot (PACKAGE VERSION) #-#-#-#-#
# basctl/source\basicide\basidesh.src:RID_BASICPLUGINMENU.MN_PLEDIT.text
# #-#-#-#-# basctl.pot (PACKAGE VERSION) #-#-#-#-#
# basctl/source\basicide\macrodlg.src:RID_MACROCHOOSER.RID_PB_EDIT.text
# #-#-#-#-# basctl.pot (PACKAGE VERSION) #-#-#-#-#
# basctl/source\basicide\moduldlg.src:RID_TP_MODULS.RID_PB_EDIT.text
# #-#-#-#-# basctl.pot (PACKAGE VERSION) #-#-#-#-#
# basctl/source\basicide\moduldlg.src:RID_TP_LIBS.RID_PB_EDIT.text
#: filediff.py:118 glade2/cvsview.glade.h:16
#, fuzzy
msgid "_Edit"
msgstr "Guhindura"
# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-#
# dbaccess/source/ui/inc/toolbox.hrc:MID_UNDO.text
# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-#
# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-#
# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-#
#: filediff.py:120
#, fuzzy
msgid "_Undo"
msgstr "Isubiranyuma"
#: filediff.py:120
#, fuzzy
msgid "Undo last change"
msgstr "Iheruka Guhindura>>"
# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-#
# dbaccess/source/ui/inc/toolbox.hrc:MID_REDO.text
# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-#
# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-#
# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-#
#: filediff.py:122
#, fuzzy
msgid "_Redo"
msgstr "Isubiramo"
#: filediff.py:122
#, fuzzy
msgid "Redo last change"
msgstr "Iheruka Guhindura>>"
# offmgr/source\offapp\dialog\hyprlink.src:RID_SVXDLG_HYPERLINK.BTN_INET_SEARCH.text
#: filediff.py:124
#, fuzzy
msgid "_Find"
msgstr "Gushaka"
#: filediff.py:124
#, fuzzy
msgid "Search the document"
msgstr "i Inyandiko"
#: filediff.py:126
#, fuzzy
msgid "_Find Next"
msgstr "Shaka ibikurikira"
#: filediff.py:126
#, fuzzy
msgid "Repeat the last find"
msgstr "i Iheruka Gushaka"
# offmgr/source\offapp\dialog\autocdlg.src:RID_OFA_AUTOCORR_DLG.1.RID_OFAPAGE_AUTOCORR_REPLACE.text
#: filediff.py:128 glade2/filediff.glade.h:14
#, fuzzy
msgid "_Replace"
msgstr "Gusimbura"
#: filediff.py:128
#, fuzzy
msgid "Find and replace text"
msgstr "Na Gusimbura Umwandiko"
# dbaccess/source/ui/inc/toolbox.hrc:MID_SBA_QRY_CUT.text
#: filediff.py:130
#, fuzzy
msgid "Cu_t"
msgstr "Gukata"
#: filediff.py:130 filediff.py:132
#, fuzzy
msgid "Copy selected text"
msgstr "Byahiswemo Umwandiko"
# dbaccess/source/ui/inc/toolbox.hrc:MID_SBA_QRY_COPY.text
#: filediff.py:132
#, fuzzy
msgid "_Copy"
msgstr "Gukoporora"
# dbaccess/source/ui/inc/toolbox.hrc:MID_SBA_QRY_PASTE.text
#: filediff.py:134
#, fuzzy
msgid "_Paste"
msgstr "Komeka"
#: filediff.py:134
#, fuzzy
msgid "Paste selected text"
msgstr "Byahiswemo Umwandiko"
#: filediff.py:135 glade2/dirdiff.glade.h:8
msgid "Diff"
msgstr ""
#: filediff.py:137
#, fuzzy
msgid "_Next"
msgstr "Bikurikira"
#: filediff.py:137
#, fuzzy
msgid "Next difference"
msgstr "Ikinyuranyo/ Itandukaniro"
#: filediff.py:139
msgid "Pr_ev"
msgstr ""
#: filediff.py:139
#, fuzzy
msgid "Previous difference"
msgstr "Ikinyuranyo/ Itandukaniro"
#: filediff.py:141
#, fuzzy
msgid "Copy contents left"
msgstr "Ibigize Ibumoso:"
#: filediff.py:143
#, fuzzy
msgid "Copy contents right"
msgstr "Ibigize Iburyo:"
#: filediff.py:267
msgid "INS,OVR"
msgstr ""
#. insert/overwrite
#: filediff.py:268
#, python-format
msgid "Ln %i, Col %i"
msgstr ""
#: filediff.py:516
#, fuzzy, python-format
msgid ""
"Regular expression error\n"
"'%s'"
msgstr "imvugo"
#: filediff.py:531
#, fuzzy, python-format
msgid "The regular expression '%s' was not found."
msgstr "Ibisanzwe imvugo OYA Byabonetse"
#: filediff.py:533
#, fuzzy, python-format
msgid "The text '%s' was not found."
msgstr "Umwandiko OYA Byabonetse"
#: filediff.py:574
#, python-format
msgid "[%s] Set num panes"
msgstr ""
#: filediff.py:581
#, fuzzy, python-format
msgid "[%s] Opening files"
msgstr "[%s]Idosiye"
#: filediff.py:597
#, fuzzy, python-format
msgid ""
"Could not open '%s' for reading.\n"
"\n"
"The error was:\n"
"%s"
msgstr "OYA Gufungura kugirango Ikosa"
#: filediff.py:601
#, fuzzy, python-format
msgid "[%s] Reading files"
msgstr "[%s]Idosiye"
#: filediff.py:616
#, fuzzy, python-format
msgid ""
"Could not read from '%s'.\n"
"\n"
"I tried encodings %s."
msgstr "OYA Gusoma Bivuye"
#: filediff.py:621
#, fuzzy, python-format
msgid ""
"Could not read from '%s'.\n"
"\n"
"The error was:\n"
"%s"
msgstr "OYA Gusoma Bivuye Ikosa"
#: filediff.py:641
#, python-format
msgid "[%s] Computing differences"
msgstr ""
#: filediff.py:733
#, fuzzy, python-format
msgid "Choose a name for buffer %i."
msgstr "a Izina: kugirango"
#: filediff.py:744
#, fuzzy, python-format
msgid ""
"\"%s\" exists!\n"
"Overwrite?"
msgstr "\"%s\"Gusimbuza"
#: filediff.py:758
#, fuzzy, python-format
msgid ""
"This file '%s' contains a mixture of line endings.\n"
"\n"
"Which format would you like to use?"
msgstr "IDOSIYE Kirimo a Bya Umurongo Imiterere nka Kuri Gukoresha"
#: filediff.py:775
#, fuzzy, python-format
msgid ""
"Error writing to %s\n"
"\n"
"%s."
msgstr "Kuri"
#: filediff.py:814
#, fuzzy, python-format
msgid ""
"Refreshing will discard changes in:\n"
"%s\n"
"\n"
"You cannot undo this operation."
msgstr "Kwanga Amahinduka in Isubiranyuma iyi"
# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-#
# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-#
#: filediff.py:1251
#, fuzzy, python-format
msgid "Print... %s"
msgstr "Gucapa"
# sc/source\core\src\compiler.src:RID_SC_FUNCTION_NAMES.SC_OPCODE_CURRENT.text
#: filediff.py:1255
#, fuzzy
msgid "_Current"
msgstr "KIGEZWEHO"
# filter/source\pdf\impdialog.src:RID_PDF_EXPORT_DLG.RB_RANGE.text
#: filediff.py:1255
#, fuzzy
msgid "_Range"
msgstr "Urutonde"
# sc/source\ui\src\scstring.src:SCSTR_PREVIEWSHELL.text
#: filediff.py:1275
msgid "Print Preview"
msgstr "Igaragazambere ryo Gucapa"
# basctl/source\basicide\basidesh.src:RID_IMGBTN_REMOVEWATCH.text
#: filediff.py:1334 findreplace.py:106
#, fuzzy, python-format
msgid "%s"
msgstr "%s"
#: glade.py:247
#, fuzzy
msgid "_Browse..."
msgstr "Gushakisha..."
#: glade.py:360
#, fuzzy, python-format
msgid ""
"Could not open '%s'.\n"
"%s"
msgstr "OYA Gufungura"
#: meld:49
#, fuzzy, c-format
msgid "Meld requires python%s or higher."
msgstr "Cyangwa"
#: meld:59
#, fuzzy
msgid "Meld requires a recent version of pygtk."
msgstr "a Verisiyo Bya"
#: meld:60
#, fuzzy, c-format
msgid "pygtk-%s or higher is recommended."
msgstr "Cyangwa ni"
#: meld:70
#, fuzzy, c-format
msgid "Meld requires pygtk-%s or higher. (found %s)"
msgstr "Cyangwa Byabonetse"
# basctl/source\basicide\moduldlg.src:RID_TP_LIBS.RID_PB_NEWLIB.text
#: meldapp.py:77
#, fuzzy
msgid "_New..."
msgstr "Gishya..."
#: meldapp.py:77
msgid "Open a new tab"
msgstr "Fungura isimbuka nshya"
#: meldapp.py:79
#, fuzzy
msgid "_Quit"
msgstr "Kuvamo"
#: meldapp.py:79
#, fuzzy
msgid "Quit the application"
msgstr "i Porogaramu"
#: meldapp.py:81
#, fuzzy
msgid "_Settings"
msgstr "Amagenamiterere"
#: meldapp.py:83
#, fuzzy
msgid "_Preferences"
msgstr "Ibyahiswemo"
#: meldapp.py:83
#, fuzzy
msgid "Configure preferences"
msgstr "Ibyahiswemo"
#: meldapp.py:85
#, fuzzy
msgid "_Help"
msgstr "Ifashayobora"
# #-#-#-#-# sc.pot (PACKAGE VERSION) #-#-#-#-#
# sc/source\ui\dbgui\validate.src:TP_VALIDATION_INPUTHELP.FL_CONTENT.text
# #-#-#-#-# sc.pot (PACKAGE VERSION) #-#-#-#-#
# sc/source\ui\dbgui\validate.src:TP_VALIDATION_ERROR.FL_CONTENT.text
# #-#-#-#-# sc.pot (PACKAGE VERSION) #-#-#-#-#
# sc/source\ui\navipi\navipi.src:RID_SCDLG_NAVIGATOR.TBX_CMD.IID_ZOOMOUT.text
# #-#-#-#-# sc.pot (PACKAGE VERSION) #-#-#-#-#
# sc/source\ui\navipi\navipi.src:SCSTR_CONTENT_ROOT.text
#: meldapp.py:87
#, fuzzy
msgid "_Contents"
msgstr "Ibigize"
#: meldapp.py:87
#, fuzzy
msgid "Users manual"
msgstr "Bikorwa"
#: meldapp.py:89
msgid "_Report Bug"
msgstr ""
#: meldapp.py:89
#, fuzzy
msgid "Report a bug"
msgstr "a"
#: meldapp.py:91
#, fuzzy
msgid "_About"
msgstr "Bigyanye"
#: meldapp.py:91
#, fuzzy
msgid "About the application"
msgstr "i Porogaramu"
#: meldapp.py:303
#, fuzzy
msgid "Cannot compare a mixture of files and directories.\n"
msgstr "Kugereranya# a Bya Idosiye Na ububiko bw'amaderese"
# sfx2/source\explorer\explorer.src:STR_SFX_FOLDER.text
#: meldapp.py:306
#, fuzzy
msgid "folder"
msgstr "Ububiko"
# sc/source\ui\src\globstr.src:RID_GLOBSTR.STR_HFCMD_FILE.text
#: meldapp.py:307
#, fuzzy
msgid "file"
msgstr "IDOSIYE"
#: meldapp.py:308
msgid "nonexistant"
msgstr ""
#: meldapp.py:335
#, fuzzy
msgid "Run meld --help for help"
msgstr "Ifashayobora kugirango Ifashayobora"
#. ###############################################################################
#.
#. usage
#.
#. ###############################################################################
#: meldapp.py:394
#, fuzzy
msgid ""
"Meld is a file and directory comparison tool. Usage:\n"
"\n"
" meld Start with no windows open\n"
" meld <dir> Start with CVS browser in 'dir'\n"
" meld <file> Start with CVS diff of 'file'\n"
" meld <file> <file> [file] Start with 2 or 3 way file comparison\n"
" meld <dir> <dir> [dir] Start with 2 or 3 way directory comparison\n"
"\n"
"Options:\n"
" -h, --help Show this help text and exit\n"
" -v, --version Display the version and exit\n"
"\n"
"For more information choose help -> contents.\n"
"Report bugs at http://bugzilla.gnome.org/buglist.cgi?product=meld\n"
"Discuss meld at http://mail.gnome.org/mailman/listinfo/gnome-devtools\n"
msgstr ""
"ni a IDOSIYE Na bushyinguro Gutangira Na: Oya Gutangira Na: Mucukumbuzi in "
"IDOSIYE Gutangira Na: Bya IDOSIYE IDOSIYE IDOSIYE Gutangira Na: 2. Cyangwa "
"3. IDOSIYE Gutangira Na: 2. Cyangwa 3. bushyinguro h Ifashayobora iyi "
"Ifashayobora Umwandiko Na v Verisiyo i Verisiyo Na Birenzeho Ibisobanuro "
"Guhitamo Ifashayobora Ibigize ku HTTP org IGIKUBO ku HTTP Ubutumwa org"
#: meldapp.py:411
#, fuzzy, python-format
msgid ""
"Meld %s\n"
"Written by Stephen Kennedy <stevek@gnome.org>"
msgstr "ku org"
#: meldapp.py:432
#, fuzzy
msgid "Usage: meld [options] [arguments]"
msgstr "Amahitamo ingingo"
#: meldapp.py:433
#, fuzzy
msgid "Use label instead of filename. This option may be used several times."
msgstr "Akarango Bya Izina ry'idosiye: Ihitamo Gicurasi Times"
#: meldapp.py:434
#, fuzzy
msgid "Use an existing instance"
msgstr "Urugero"
#: meldapp.py:435
#, fuzzy
msgid "Ignored for compatibility"
msgstr "kugirango Bihuye neza"
#: meldapp.py:476
#, fuzzy, python-format
msgid "Wrong number of arguments (Got %i)"
msgstr "Umubare Bya ingingo"
# filter/source\xsltdialog\xmlfilterdialogstrings.src:STR_DEFAULT_UI_NAME.text
#: melddoc.py:42
#, fuzzy
msgid "untitled"
msgstr "Nta mutwe"
# svx/source\dialog\langtab.src:RID_SVXSTR_LANGUAGE_TABLE.1.text
#. no common path. empty names get changed to "[None]"
#: misc.py:95
msgid "[None]"
msgstr "[Ntacyo]"
#: prefsui.py:215
#, fuzzy
msgid "Line numbers are only available if you have pygtksourceview installed."
msgstr "Imibare Bihari NIBA"
#: prefsui.py:219
#, fuzzy
msgid ""
"Syntax highlighting is only available if you have pygtksourceview installed."
msgstr "Igaragaza cyane ni Bihari NIBA"
#: svnview.py:40
#, fuzzy
msgid ""
"Ignored:Non SVN:::Error::Newly added:Modified:<b>Conflict</b>:Removed:Missing"
msgstr "Kyongewe B B"
#: glade2/cvsview.glade.h:1 glade2/dirdiff.glade.h:1 glade2/meldapp.glade.h:3
msgid "*"
msgstr "*"
# #-#-#-#-# svx.pot (PACKAGE VERSION) #-#-#-#-#
# svx/source\dialog\ctredlin.src:SID_REDLIN_FILTER_PAGE.BTN_REF.text
# #-#-#-#-# svx.pot (PACKAGE VERSION) #-#-#-#-#
# svx/source\form\fmsearch.src:RID_SVXDLG_SEARCHFORM.PB_APPROXSETTINGS.text
# #-#-#-#-# svx.pot (PACKAGE VERSION) #-#-#-#-#
# svx/source\form\fmsearch.src:RID_SVXDLG_SEARCHFORM.PB_SOUNDSLIKESETTINGS.text
#: glade2/cvsview.glade.h:2
msgid "..."
msgstr "..."
#: glade2/cvsview.glade.h:3
msgid "CVS Log"
msgstr ""
#: glade2/cvsview.glade.h:4
msgid "Commit Files"
msgstr ""
#: glade2/cvsview.glade.h:5
msgid "Date"
msgstr "Itariki"
#: glade2/cvsview.glade.h:6
msgid "Diff Options"
msgstr ""
#: glade2/cvsview.glade.h:7
#, fuzzy
msgid "Local copy against other remote revision"
msgstr "Gukoporora Ikindi Isubiramo"
#: glade2/cvsview.glade.h:8
#, fuzzy
msgid "Local copy against same remote revision"
msgstr "Gukoporora Isubiramo"
#: glade2/cvsview.glade.h:9
msgid "Log Message"
msgstr ""
#: glade2/cvsview.glade.h:10
msgid "Previous Logs"
msgstr ""
#: glade2/cvsview.glade.h:11
msgid "Remove _Locally"
msgstr ""
#: glade2/filediff.glade.h:1
#, fuzzy
msgid ""
"<span weight=\"bold\" size=\"larger\">Some files have been modified.\n"
"Which ones would you like to save?</span>"
msgstr ""
"<Uburemere UTSINDAGIYE Ingano Kinini Idosiye Byahinduwe nka Kuri Kubika"
#: glade2/filediff.glade.h:3
msgid "Copy All _Left"
msgstr ""
#: glade2/filediff.glade.h:4
msgid "Copy All _Right"
msgstr ""
# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-#
# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-#
# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-#
# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-#
#: glade2/filediff.glade.h:5 glade2/dirdiff.glade.h:10
msgid "Edit"
msgstr "Kwandika"
# offmgr/source\offapp\dialog\hyprlink.src:RID_SVXDLG_HYPERLINK.BTN_INET_SEARCH.text
#: glade2/filediff.glade.h:6
msgid "Find"
msgstr "Gushaka"