blob: a6d17842c3c3a9843f9eede825b4678f811961dd [file] [log] [blame]
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001# Kinyarwanda translations for e2fsprogs package.
2# Copyright (C) 2005 Free Software Foundation, Inc.
3# This file is distributed under the same license as the e2fsprogs package.
4# Steve Murphy <murf@e-tools.com>, 2005.
5# Steve performed initial rough translation from compendium built from translations provided by the following translators:
6# Philibert Ndandali <ndandali@yahoo.fr>, 2005.
7# Viateur MUGENZI <muvia1@yahoo.fr>, 2005.
8# Noƫlla Mupole <s24211045@tuks.co.za>, 2005.
9# Carole Karema <karemacarole@hotmail.com>, 2005.
10# JEAN BAPTISTE NGENDAHAYO <ngenda_denis@yahoo.co.uk>, 2005.
11# Augustin KIBERWA <akiberwa@yahoo.co.uk>, 2005.
12# Donatien NSENGIYUMVA <ndonatienuk@yahoo.co.uk>, 2005.
13# Antoine Bigirimana <antoine@e-tools.com>, 2005.
14#
Theodore Ts'o7ae19832005-06-19 09:45:36 -040015#. The strings in e2fsck's problem.c can be very hard to translate,
16#. since the strings are expanded in two different ways. First of all,
17#. there is an @-expansion, where strings like "@i" are expanded to
18#. "inode", and so on. In order to make it easier for translators, the
19#. e2fsprogs po template file has been enhanced with comments that show
20#. the @-expansion, for the strings in the problem.c file.
21#.
22#. Translators are free to use the @-expansion facility if they so
23#. choose, by providing translations for strings in e2fsck/message.c.
24#. These translation can completely replace an expansion; for example,
25#. if "bblock" (which indicated that "@b" would be expanded to "block")
26#. is translated as "ddatenverlust", then "@d" will be expanded to
27#. "datenverlust". Alternatively, translators can simply not use the
28#. @-expansion facility at all.
29#.
30#. The second expansion which is done for e2fsck's problem.c messages is
31#. a dynamic %-expansion, which expands %i as an inode number, and so
32#. on. A table of these expansions can be found below. Note that
33#. %-expressions that begin with "%D" and "%I" are two-character
34#. expansions; so for example, "%Iu" expands to the inode's user id
35#. ownership field (inode->i_uid).
36#.
37#. %b <blk> block number
38#. %B <blkcount> integer
39#. %c <blk2> block number
40#. %Di <dirent> -> ino inode number
41#. %Dn <dirent> -> name string
42#. %Dr <dirent> -> rec_len
43#. %Dl <dirent> -> name_len
44#. %Dt <dirent> -> filetype
45#. %d <dir> inode number
46#. %g <group> integer
47#. %i <ino> inode number
48#. %Is <inode> -> i_size
49#. %IS <inode> -> i_extra_isize
50#. %Ib <inode> -> i_blocks
51#. %Il <inode> -> i_links_count
52#. %Im <inode> -> i_mode
53#. %IM <inode> -> i_mtime
54#. %IF <inode> -> i_faddr
55#. %If <inode> -> i_file_acl
56#. %Id <inode> -> i_dir_acl
57#. %Iu <inode> -> i_uid
58#. %Ig <inode> -> i_gid
59#. %j <ino2> inode number
60#. %m <com_err error message>
61#. %N <num>
62#. %p ext2fs_get_pathname of directory <ino>
63#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
64#. the containing directory. (If dirent is NULL
65#. then return the pathname of directory <ino2>)
66#. %q ext2fs_get_pathname of directory <dir>
67#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
68#. the containing directory.
69#. %s <str> miscellaneous string
70#. %S backup superblock
71#. %X <num> hexadecimal format
72#.
Theodore Ts'o2a93a632005-05-09 02:01:31 -040073msgid ""
74msgstr ""
75"Project-Id-Version: e2fsprogs 1.36-b2\n"
76"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -050077"POT-Creation-Date: 2006-03-29 15:30-0500\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -040078"PO-Revision-Date: 2005-04-04 10:55-0700\n"
79"Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n"
80"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
81"MIME-Version: 1.0\n"
82"Content-Type: text/plain; charset=UTF-8\n"
83"Content-Transfer-Encoding: 8bit\n"
84
Theodore Ts'o1cbf8282006-03-29 20:39:40 -050085#: e2fsck/badblocks.c:22 misc/mke2fs.c:154
Theodore Ts'o2a93a632005-05-09 02:01:31 -040086#, fuzzy, c-format
87msgid "Bad block %u out of range; ignored.\n"
88msgstr "Funga Inyuma Bya Urutonde"
89
90#: e2fsck/badblocks.c:45
91#, fuzzy
92msgid "while sanity checking the bad blocks inode"
93msgstr "i"
94
95#: e2fsck/badblocks.c:57
96#, fuzzy
97msgid "while reading the bad blocks inode"
98msgstr "i"
99
100#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500101#: e2fsck/unix.c:950 e2fsck/unix.c:986 misc/badblocks.c:1005
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400102#: misc/badblocks.c:1013 misc/badblocks.c:1027 misc/badblocks.c:1039
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500103#: misc/dumpe2fs.c:369 misc/e2image.c:567 misc/e2image.c:660
104#: misc/e2image.c:676 misc/mke2fs.c:170 misc/tune2fs.c:776 resize/main.c:243
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400105#, fuzzy, c-format
106msgid "while trying to open %s"
107msgstr "Kuri Gufungura"
108
109#: e2fsck/badblocks.c:82
110#, c-format
111msgid "while trying popen '%s'"
112msgstr ""
113
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500114#: e2fsck/badblocks.c:93 misc/mke2fs.c:177
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400115#, fuzzy
116msgid "while reading in list of bad blocks from file"
117msgstr "in Urutonde Bya Bivuye IDOSIYE"
118
119#: e2fsck/badblocks.c:103
120#, fuzzy
121msgid "while updating bad block inode"
122msgstr "Ivugurura Funga"
123
124#: e2fsck/badblocks.c:129
125#, fuzzy, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400126msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400127msgstr "Funga Byabonetse in Funga"
128
129#: e2fsck/ehandler.c:53
130#, fuzzy, c-format
131msgid "Error reading block %lu (%s) while %s. "
132msgstr "Funga"
133
134#: e2fsck/ehandler.c:56
135#, fuzzy, c-format
136msgid "Error reading block %lu (%s). "
137msgstr "Funga"
138
139#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
140#, fuzzy
141msgid "Ignore error"
142msgstr "Ikosa"
143
144#: e2fsck/ehandler.c:60
145msgid "Force rewrite"
146msgstr ""
147
148#: e2fsck/ehandler.c:100
149#, fuzzy, c-format
150msgid "Error writing block %lu (%s) while %s. "
151msgstr "Funga"
152
153#: e2fsck/ehandler.c:103
154#, fuzzy, c-format
155msgid "Error writing block %lu (%s). "
156msgstr "Funga"
157
158#: e2fsck/emptydir.c:56
159#, fuzzy
160msgid "empty dirblocks"
161msgstr "ubusa"
162
163#: e2fsck/emptydir.c:61
164#, fuzzy
165msgid "empty dir map"
166msgstr "ubusa"
167
168#: e2fsck/emptydir.c:97
169#, fuzzy, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500170msgid "Empty directory block %u (#%d) in inode %d\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400171msgstr "bushyinguro Funga in"
172
173#: e2fsck/extend.c:21
174#, fuzzy, c-format
175msgid "%s: %s filename nblocks blocksize\n"
176msgstr "%s:%sIzina ry'idosiye:"
177
178#: e2fsck/extend.c:43
179#, fuzzy, c-format
180msgid "Illegal number of blocks!\n"
181msgstr "Umubare Bya"
182
183#: e2fsck/extend.c:49
184#, fuzzy, c-format
185msgid "Couldn't allocate block buffer (size=%d)\n"
186msgstr "Funga Ingano"
187
188#: e2fsck/flushb.c:34
189#, c-format
190msgid "Usage: %s disk\n"
191msgstr ""
192
193#: e2fsck/flushb.c:63
194#, fuzzy, c-format
195msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
196msgstr "OYA"
197
198#: e2fsck/iscan.c:46
199#, c-format
200msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
201msgstr ""
202
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500203#: e2fsck/iscan.c:83 e2fsck/unix.c:767
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400204#, fuzzy, c-format
205msgid "while opening %s for flushing"
206msgstr "Gufungura %s%S kugirango"
207
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500208#: e2fsck/iscan.c:88 e2fsck/unix.c:773 resize/main.c:221
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400209#, fuzzy, c-format
210msgid "while trying to flush %s"
211msgstr "Kuri"
212
Theodore Ts'o6956f612005-12-31 16:46:15 -0500213#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:477
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400214#, fuzzy
215msgid "while opening inode scan"
216msgstr "Gufungura%S Gusikana"
217
Theodore Ts'o6956f612005-12-31 16:46:15 -0500218#: e2fsck/iscan.c:129 misc/e2image.c:495
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400219#, fuzzy
220msgid "while getting next inode"
221msgstr "Komeza>>"
222
223#: e2fsck/iscan.c:138
224#, c-format
225msgid "%d inodes scanned.\n"
226msgstr ""
227
228#: e2fsck/journal.c:463
229#, fuzzy
230msgid "reading journal superblock\n"
231msgstr "Ikinyamakuru"
232
233#: e2fsck/journal.c:520
234#, fuzzy, c-format
235msgid "%s: no valid journal superblock found\n"
236msgstr "%s:Oya Byemewe Ikinyamakuru"
237
238#: e2fsck/journal.c:529
239#, fuzzy, c-format
240msgid "%s: journal too short\n"
241msgstr "%s:Ikinyamakuru"
242
243#: e2fsck/journal.c:802
244#, c-format
245msgid "%s: recovering journal\n"
246msgstr ""
247
248#: e2fsck/journal.c:804
249#, fuzzy, c-format
250msgid "%s: won't do journal recovery while read-only\n"
251msgstr "%s:Ikinyamakuru Gusoma"
252
253#: e2fsck/journal.c:825
254#, fuzzy, c-format
255msgid "while trying to re-open %s"
256msgstr "Kuri Gufungura"
257
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400258#: e2fsck/message.c:108
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400259#, fuzzy
260msgid "aextended attribute"
261msgstr "Ikiranga"
262
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400263#: e2fsck/message.c:109
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400264msgid "Aerror allocating"
265msgstr ""
266
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400267#: e2fsck/message.c:110
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400268msgid "bblock"
269msgstr ""
270
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400271#: e2fsck/message.c:111
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400272msgid "Bbitmap"
273msgstr ""
274
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400275#: e2fsck/message.c:112
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400276msgid "ccompress"
277msgstr ""
278
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400279#: e2fsck/message.c:113
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400280#, fuzzy
281msgid "Cconflicts with some other fs @b"
282msgstr "Na: Ikindi B"
283
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400284#: e2fsck/message.c:114
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400285msgid "iinode"
286msgstr ""
287
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400288#: e2fsck/message.c:115
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400289msgid "Iillegal"
290msgstr ""
291
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400292#: e2fsck/message.c:116
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400293msgid "jjournal"
294msgstr ""
295
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400296#: e2fsck/message.c:117
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400297msgid "Ddeleted"
298msgstr ""
299
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400300#: e2fsck/message.c:118
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400301msgid "ddirectory"
302msgstr ""
303
Theodore Ts'obc759702005-05-09 20:40:55 -0400304#: e2fsck/message.c:119
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400305msgid "eentry"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400306msgstr ""
307
Theodore Ts'obc759702005-05-09 20:40:55 -0400308#: e2fsck/message.c:120
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400309#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400310msgid "E@e '%Dn' in %p (%i)"
311msgstr "E E in"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400312
Theodore Ts'obc759702005-05-09 20:40:55 -0400313#: e2fsck/message.c:121
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400314msgid "ffilesystem"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400315msgstr ""
316
Theodore Ts'obc759702005-05-09 20:40:55 -0400317#: e2fsck/message.c:122
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400318#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400319msgid "Ffor @i %i (%Q) is"
320msgstr "i ni"
321
322#: e2fsck/message.c:123
323msgid "ggroup"
324msgstr ""
325
326#: e2fsck/message.c:124
327#, fuzzy
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400328msgid "hHTREE @d @i"
329msgstr "D i"
330
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400331#: e2fsck/message.c:125
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400332#, fuzzy
333msgid "llost+found"
334msgstr "Byabonetse"
335
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400336#: e2fsck/message.c:126
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400337#, fuzzy
338msgid "Lis a link"
339msgstr "a Ihuza"
340
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400341#: e2fsck/message.c:127
342#, fuzzy
343msgid "mmultiply-claimed"
344msgstr "Gukuba"
345
346#: e2fsck/message.c:128
347msgid "ninvalid"
348msgstr ""
349
350#: e2fsck/message.c:129
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400351msgid "oorphaned"
352msgstr ""
353
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400354#: e2fsck/message.c:130
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400355#, fuzzy
356msgid "pproblem in"
357msgstr "in"
358
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400359#: e2fsck/message.c:131
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400360#, fuzzy
361msgid "rroot @i"
362msgstr "i"
363
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400364#: e2fsck/message.c:132
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400365msgid "sshould be"
366msgstr ""
367
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400368#: e2fsck/message.c:133
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400369#, fuzzy
370msgid "Ssuper@b"
371msgstr "B"
372
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400373#: e2fsck/message.c:134
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400374msgid "uunattached"
375msgstr ""
376
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400377#: e2fsck/message.c:135
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400378msgid "vdevice"
379msgstr ""
380
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400381#: e2fsck/message.c:136
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400382#, fuzzy
383msgid "zzero-length"
384msgstr "Uburebure"
385
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400386#: e2fsck/message.c:147
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400387msgid "<The NULL inode>"
388msgstr ""
389
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400390#: e2fsck/message.c:148
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400391msgid "<The bad blocks inode>"
392msgstr ""
393
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400394#: e2fsck/message.c:150
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400395#, fuzzy
396msgid "<The ACL index inode>"
397msgstr "<Umubarendanga"
398
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400399#: e2fsck/message.c:151
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400400#, fuzzy
401msgid "<The ACL data inode>"
402msgstr "<Ibyatanzwe"
403
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400404#: e2fsck/message.c:152
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400405msgid "<The boot loader inode>"
406msgstr ""
407
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400408#: e2fsck/message.c:153
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400409#, fuzzy
410msgid "<The undelete directory inode>"
411msgstr "<bushyinguro"
412
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400413#: e2fsck/message.c:154
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400414#, fuzzy
415msgid "<The group descriptor inode>"
416msgstr "<Itsinda"
417
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400418#: e2fsck/message.c:155
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400419#, fuzzy
420msgid "<The journal inode>"
421msgstr "<Ikinyamakuru"
422
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400423#: e2fsck/message.c:156
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400424#, fuzzy
425msgid "<Reserved inode 9>"
426msgstr "<9"
427
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400428#: e2fsck/message.c:157
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400429#, fuzzy
430msgid "<Reserved inode 10>"
431msgstr "<10"
432
433#: e2fsck/pass1b.c:209
434#, fuzzy
435msgid "multiply claimed inode map"
436msgstr "Gukuba"
437
438#: e2fsck/pass1b.c:558 e2fsck/pass1b.c:695
439#, fuzzy, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500440msgid "internal error; can't find dup_blk for %u\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400441msgstr "By'imbere Ikosa Gushaka kugirango"
442
443#: e2fsck/pass1b.c:738
444#, fuzzy
445msgid "returned from clone_file_block"
446msgstr "Bivuye"
447
Theodore Ts'obc759702005-05-09 20:40:55 -0400448#: e2fsck/pass1.c:430
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400449#, fuzzy
450msgid "in-use inode map"
451msgstr "in Gukoresha"
452
Theodore Ts'obc759702005-05-09 20:40:55 -0400453#: e2fsck/pass1.c:439
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400454#, fuzzy
455msgid "directory inode map"
456msgstr "bushyinguro"
457
Theodore Ts'obc759702005-05-09 20:40:55 -0400458#: e2fsck/pass1.c:447
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400459#, fuzzy
460msgid "regular file inode map"
461msgstr "Ibisanzwe IDOSIYE"
462
Theodore Ts'obc759702005-05-09 20:40:55 -0400463#: e2fsck/pass1.c:454
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400464#, fuzzy
465msgid "in-use block map"
466msgstr "in Gukoresha Funga"
467
Theodore Ts'obc759702005-05-09 20:40:55 -0400468#: e2fsck/pass1.c:505
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400469#, fuzzy
470msgid "doing inode scan"
471msgstr "Gusikana"
472
Theodore Ts'obc759702005-05-09 20:40:55 -0400473#: e2fsck/pass1.c:917
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400474#, fuzzy
475msgid "Pass 1"
476msgstr "1."
477
Theodore Ts'obc759702005-05-09 20:40:55 -0400478#: e2fsck/pass1.c:976
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400479#, fuzzy, c-format
480msgid "reading indirect blocks of inode %u"
481msgstr "BUZIGUYE Bya"
482
Theodore Ts'obc759702005-05-09 20:40:55 -0400483#: e2fsck/pass1.c:1018
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400484msgid "bad inode map"
485msgstr ""
486
Theodore Ts'obc759702005-05-09 20:40:55 -0400487#: e2fsck/pass1.c:1040
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400488#, fuzzy
489msgid "inode in bad block map"
490msgstr "in Funga"
491
Theodore Ts'obc759702005-05-09 20:40:55 -0400492#: e2fsck/pass1.c:1060
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400493msgid "imagic inode map"
494msgstr ""
495
Theodore Ts'obc759702005-05-09 20:40:55 -0400496#: e2fsck/pass1.c:1087
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400497#, fuzzy
498msgid "multiply claimed block map"
499msgstr "Gukuba Funga"
500
Theodore Ts'obc759702005-05-09 20:40:55 -0400501#: e2fsck/pass1.c:1186
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400502#, fuzzy
503msgid "ext attr block map"
504msgstr "EXT Funga"
505
Theodore Ts'obc759702005-05-09 20:40:55 -0400506#: e2fsck/pass1.c:1959
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400507#, fuzzy
508msgid "block bitmap"
509msgstr "Funga Bitimapu"
510
Theodore Ts'obc759702005-05-09 20:40:55 -0400511#: e2fsck/pass1.c:1963
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400512#, fuzzy
513msgid "inode bitmap"
514msgstr "Bitimapu"
515
Theodore Ts'obc759702005-05-09 20:40:55 -0400516#: e2fsck/pass1.c:1967
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400517#, fuzzy
518msgid "inode table"
519msgstr "imbonerahamwe#"
520
Theodore Ts'obc759702005-05-09 20:40:55 -0400521#: e2fsck/pass2.c:287
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400522#, fuzzy
523msgid "Pass 2"
524msgstr "2."
525
526#: e2fsck/pass3.c:79
527#, fuzzy
528msgid "inode done bitmap"
529msgstr "Byakozwe Bitimapu"
530
531#: e2fsck/pass3.c:90
532#, fuzzy
533msgid "Peak memory"
534msgstr "Ububiko"
535
536#: e2fsck/pass3.c:143
537#, fuzzy
538msgid "Pass 3"
539msgstr "3."
540
541#: e2fsck/pass3.c:334
542#, fuzzy
543msgid "inode loop detection bitmap"
544msgstr "Bitimapu"
545
546#: e2fsck/pass4.c:174
547#, fuzzy
548msgid "Pass 4"
549msgstr "4."
550
551#: e2fsck/pass5.c:70
552#, fuzzy
553msgid "Pass 5"
554msgstr "5"
555
556#: e2fsck/problem.c:50
557#, fuzzy
558msgid "(no prompt)"
559msgstr "(Oya Urwinjiriro"
560
561#: e2fsck/problem.c:51
562msgid "Fix"
563msgstr ""
564
565#: e2fsck/problem.c:52
566msgid "Clear"
567msgstr "bigaragara,kigaragara"
568
569#: e2fsck/problem.c:53
570msgid "Relocate"
571msgstr ""
572
573#: e2fsck/problem.c:54
574msgid "Allocate"
575msgstr ""
576
577#: e2fsck/problem.c:55
578msgid "Expand"
579msgstr "Agura"
580
581#: e2fsck/problem.c:56
582#, fuzzy
583msgid "Connect to /lost+found"
584msgstr "Kuri Byabonetse"
585
586#: e2fsck/problem.c:57
587msgid "Create"
588msgstr "kurema"
589
590#: e2fsck/problem.c:58
591msgid "Salvage"
592msgstr "Agaciro nsigara"
593
594#: e2fsck/problem.c:59
595msgid "Truncate"
596msgstr ""
597
598#: e2fsck/problem.c:60
599msgid "Clear inode"
600msgstr ""
601
602#: e2fsck/problem.c:61
603msgid "Abort"
604msgstr "Ntibyakunze"
605
606#: e2fsck/problem.c:62
607msgid "Split"
608msgstr "gucamo uduce"
609
610#: e2fsck/problem.c:63
611msgid "Continue"
612msgstr "Gukomeza"
613
614#: e2fsck/problem.c:64
615#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400616msgid "Clone multiply-claimed blocks"
617msgstr "Gukuba Funga"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400618
619#: e2fsck/problem.c:65
620#, fuzzy
621msgid "Delete file"
622msgstr "IDOSIYE"
623
624#: e2fsck/problem.c:66
625#, fuzzy
626msgid "Suppress messages"
627msgstr "Ubutumwa"
628
629#: e2fsck/problem.c:67
630msgid "Unlink"
631msgstr "Kureka guhuza"
632
633#: e2fsck/problem.c:68
634#, fuzzy
635msgid "Clear HTree index"
636msgstr "Umubarendanga"
637
638#: e2fsck/problem.c:69
639msgid "Recreate"
640msgstr ""
641
642#: e2fsck/problem.c:78
643#, fuzzy
644msgid "(NONE)"
645msgstr "(Ntacyo}"
646
647#: e2fsck/problem.c:79
648msgid "FIXED"
649msgstr "FIXED"
650
651#: e2fsck/problem.c:80
652msgid "CLEARED"
653msgstr ""
654
655#: e2fsck/problem.c:81
656msgid "RELOCATED"
657msgstr ""
658
659#: e2fsck/problem.c:82
660msgid "ALLOCATED"
661msgstr ""
662
663# padmin/source\padialog.src:RID_TXT_FONT_EXPANDED.text
664#: e2fsck/problem.c:83
665#, fuzzy
666msgid "EXPANDED"
667msgstr "Cyagutse"
668
669#: e2fsck/problem.c:84
670msgid "RECONNECTED"
671msgstr ""
672
673# sc/source\ui\src\globstr.src:RID_GLOBSTR.STR_DOC_CREATED.text
674#: e2fsck/problem.c:85
675#, fuzzy
676msgid "CREATED"
677msgstr "Byaremwe"
678
679#: e2fsck/problem.c:86
680msgid "SALVAGED"
681msgstr ""
682
683#: e2fsck/problem.c:87
684msgid "TRUNCATED"
685msgstr ""
686
687#: e2fsck/problem.c:88
688msgid "INODE CLEARED"
689msgstr ""
690
691#: e2fsck/problem.c:89
692msgid "ABORTED"
693msgstr ""
694
695# sc/source\ui\src\globstr.src:RID_GLOBSTR.STR_UNDO_REMERGE.text
696#: e2fsck/problem.c:90
697#, fuzzy
698msgid "SPLIT"
699msgstr "Gutandukanya"
700
701#: e2fsck/problem.c:91
702msgid "CONTINUING"
703msgstr ""
704
705#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400706msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400707msgstr ""
708
709#: e2fsck/problem.c:93
710msgid "FILE DELETED"
711msgstr ""
712
713#: e2fsck/problem.c:94
714msgid "SUPPRESSED"
715msgstr ""
716
717#: e2fsck/problem.c:95
718msgid "UNLINKED"
719msgstr ""
720
721#: e2fsck/problem.c:96
722msgid "HTREE INDEX CLEARED"
723msgstr ""
724
725#: e2fsck/problem.c:97
726msgid "WILL RECREATE"
727msgstr ""
728
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400729#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400730#: e2fsck/problem.c:106
731#, fuzzy
732msgid "@b @B for @g %g is not in @g. (@b %b)\n"
733msgstr "@B kugirango g ni OYA in g B"
734
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400735#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400736#: e2fsck/problem.c:110
737#, fuzzy
738msgid "@i @B for @g %g is not in @g. (@b %b)\n"
739msgstr "@i kugirango g ni OYA in g B"
740
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400741#. @-expanded: inode table for group %g is not in group. (block %b)\n
742#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400743#: e2fsck/problem.c:115
744#, fuzzy
745msgid ""
746"@i table for @g %g is not in @g. (@b %b)\n"
747"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
748msgstr "@i imbonerahamwe# kugirango g ni OYA in g B"
749
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400750#. @-expanded: \n
751#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
752#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
753#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
754#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
755#. @-expanded: e2fsck -b %S <device>\n
756#. @-expanded: \n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400757#: e2fsck/problem.c:121
758#, fuzzy, c-format
759msgid ""
760"\n"
761"The @S could not be read or does not describe a correct ext2\n"
762"@f. If the @v is valid and it really contains an ext2\n"
763"@f (and not swap or ufs or something else), then the @S\n"
764"is corrupt, and you might try running e2fsck with an alternate @S:\n"
765" e2fsck -b %S <@v>\n"
766"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -0400767msgstr ""
768"OYA Gusoma Cyangwa OYA a F i v ni Byemewe Na Kirimo F Na OYA Cyangwa Cyangwa "
769"Ikindi Hanyuma i Na Na: B v"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400770
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400771#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
772#. @-expanded: The physical size of the device is %c blocks\n
773#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400774#: e2fsck/problem.c:130
775#, fuzzy
776msgid ""
777"The @f size (according to the @S) is %b @bs\n"
778"The physical size of the @v is %c @bs\n"
779"Either the @S or the partition table is likely to be corrupt!\n"
Theodore Ts'obc759702005-05-09 20:40:55 -0400780msgstr ""
781"F Ingano Kuri i ni Ifatika Ingano Bya i v ni i Cyangwa i imbonerahamwe# ni "
782"Kuri"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400783
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400784#. @-expanded: superblock block_size = %b, fragsize = %c.\n
785#. @-expanded: This version of e2fsck does not support fragment sizes different\n
786#. @-expanded: from the block size.\n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400787#: e2fsck/problem.c:137
788#, fuzzy
789msgid ""
790"@S @b_size = %b, fragsize = %c.\n"
791"This version of e2fsck does not support fragment sizes different\n"
792"from the @b size.\n"
793msgstr "@Verisiyo Bya OYA Gushigikira i B Ingano"
794
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400795#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400796#: e2fsck/problem.c:144
797msgid "@S @bs_per_group = %b, should have been %c\n"
798msgstr ""
799
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400800#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400801#: e2fsck/problem.c:149
802#, fuzzy
803msgid "@S first_data_@b = %b, should have been %c\n"
804msgstr "@B"
805
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400806#. @-expanded: filesystem did not have a UUID; generating one.\n
807#. @-expanded: \n
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400808#: e2fsck/problem.c:154
809#, fuzzy
810msgid ""
811"@f did not have a UUID; generating one.\n"
812"\n"
813msgstr "@F OYA a"
814
815#: e2fsck/problem.c:159
816#, fuzzy, c-format
817msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400818"Note: if several inode or block bitmap blocks or part\n"
819"of the inode table require relocation, you may wish to try\n"
820"running e2fsck with the '-b %S' option first. The problem\n"
821"may lie only with the primary block group descriptors, and\n"
822"the backup block group descriptors may be OK.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400823"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -0400824msgstr ""
825"NIBA ni Cyangwa Funga Bitimapu Cyangwa Bya i Gicurasi Kuri i B Ihitamo "
826"Itangira Gicurasi i Funga Itsinda Na i Itsinda Gicurasi"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400827
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400828#. @-expanded: Corruption found in superblock. (%s = %N).\n
829#: e2fsck/problem.c:168
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400830#, fuzzy
831msgid "Corruption found in @S. (%s = %N).\n"
832msgstr ""
833"Project- Id- Version: basctl\n"
834"POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
835"PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
836"Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
837"Content- Type: text/ plain; charset= UTF- 8\n"
838"Content- Transfer- Encoding: 8bit\n"
839"X- Generator: KBabel 1. 0\n"
840"."
841
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400842#. @-expanded: Error determining size of the physical device: %m\n
843#: e2fsck/problem.c:173
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400844#, fuzzy, c-format
845msgid "Error determining size of the physical @v: %m\n"
846msgstr "Ingano Bya i Ifatika v"
847
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400848#. @-expanded: inode count in superblock is %i, should be %j.\n
849#: e2fsck/problem.c:178
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400850#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400851msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400852msgstr "@i IBARA in ni"
853
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400854#: e2fsck/problem.c:182
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400855#, fuzzy
856msgid "The Hurd does not support the filetype feature.\n"
857msgstr "OYA Gushigikira i"
858
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400859#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
860#: e2fsck/problem.c:187
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400861#, fuzzy, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400862msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400863msgstr "@a j i"
864
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400865#. @-expanded: External journal has multiple filesystem users (unsupported).\n
866#: e2fsck/problem.c:192
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400867#, fuzzy
868msgid "External @j has multiple @f users (unsupported).\n"
869msgstr "j Igikubo F"
870
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400871#. @-expanded: Can't find external journal\n
872#: e2fsck/problem.c:197
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400873#, fuzzy
874msgid "Can't find external @j\n"
875msgstr "Gushaka external"
876
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400877#. @-expanded: External journal has bad superblock\n
878#: e2fsck/problem.c:202
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400879#, fuzzy
880msgid "External @j has bad @S\n"
881msgstr "j"
882
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400883#. @-expanded: External journal does not support this filesystem\n
884#: e2fsck/problem.c:207
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400885#, fuzzy
886msgid "External @j does not support this @f\n"
887msgstr "j OYA Gushigikira iyi"
888
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400889#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
890#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
891#. @-expanded: format.\n
892#. @-expanded: It is also possible the journal superblock is corrupt.\n
893#: e2fsck/problem.c:212
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400894#, fuzzy
895msgid ""
896"Ext3 @j @S is unknown type %N (unsupported).\n"
Theodore Ts'obc759702005-05-09 20:40:55 -0400897"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
898"format.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400899"It is also possible the @j @S is corrupt.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -0400900msgstr ""
901"j ni Kitazwi Ubwoko ni Gukoporora Bya ni ki/ bishaje Na Cyangwa Gushigikira "
902"iyi j Imiterere ni i j ni"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400903
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400904#. @-expanded: Ext3 journal superblock is corrupt.\n
905#: e2fsck/problem.c:220
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400906#, fuzzy
907msgid "Ext3 @j @S is corrupt.\n"
908msgstr "j ni"
909
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400910#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
911#: e2fsck/problem.c:225
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400912#, fuzzy, c-format
913msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
914msgstr "@j Ibendera j"
915
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400916#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
917#: e2fsck/problem.c:230
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400918#, fuzzy
919msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
920msgstr "@Ibendera Gushyiraho Oya j"
921
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400922#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
923#: e2fsck/problem.c:235
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400924#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400925msgid "ext3 recovery flag is clear, but @j has data.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400926msgstr "Ibendera Gusiba j Ibyatanzwe"
927
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400928#. @-expanded: Clear journal
929#: e2fsck/problem.c:240
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400930#, fuzzy
931msgid "Clear @j"
932msgstr "j"
933
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400934#. @-expanded: Run journal anyway
935#: e2fsck/problem.c:245
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400936#, fuzzy
937msgid "Run @j anyway"
938msgstr "j"
939
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400940#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
941#: e2fsck/problem.c:250
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400942#, fuzzy
943msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
944msgstr "Ibendera OYA Gushyiraho in Inyibutsa j"
945
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400946#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
947#: e2fsck/problem.c:255
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400948#, fuzzy
949msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
950msgstr "%s@o i UID Ubwoko Ingano"
951
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400952#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
953#: e2fsck/problem.c:260
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400954#, fuzzy
955msgid "@I @b #%B (%b) found in @o @i %i.\n"
956msgstr "@B Byabonetse in o i"
957
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400958#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
959#: e2fsck/problem.c:265
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400960#, fuzzy
961msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
962msgstr "B Byabonetse in o i"
963
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400964#. @-expanded: illegal orphaned inode %i in superblock.\n
965#: e2fsck/problem.c:270
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400966#, fuzzy, c-format
967msgid "@I @o @i %i in @S.\n"
968msgstr "@o i in"
969
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400970#. @-expanded: illegal inode %i in orphaned inode list.\n
971#: e2fsck/problem.c:275
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400972#, fuzzy, c-format
973msgid "@I @i %i in @o @i list.\n"
974msgstr "@i in o i Urutonde"
975
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400976#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500977#: e2fsck/problem.c:280 e2fsck/problem.c:608
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400978msgid "@f has feature flag(s) set, but is a revision 0 @f. "
979msgstr ""
980
981#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
982#: e2fsck/problem.c:285
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400983#, fuzzy
984msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
985msgstr "j Kitazwi Gusoma Ibendera Gushyiraho"
986
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400987#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
988#: e2fsck/problem.c:290
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400989#, fuzzy
990msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
991msgstr "j Kitazwi Ibendera Gushyiraho"
992
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400993#. @-expanded: journal version not supported by this e2fsck.\n
994#: e2fsck/problem.c:295
Theodore Ts'o2a93a632005-05-09 02:01:31 -0400995#, fuzzy
996msgid "@j version not supported by this e2fsck.\n"
997msgstr "@j Verisiyo OYA ku iyi"
998
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400999#. @-expanded: Moving journal from /%s to hidden inode.\n
1000#. @-expanded: \n
1001#: e2fsck/problem.c:300
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001002#, fuzzy, c-format
1003msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001004"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001005"\n"
1006msgstr "j Bivuye Kuri gihishwe"
1007
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001008#. @-expanded: Error moving journal: %m\n
1009#. @-expanded: \n
1010#: e2fsck/problem.c:305
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001011#, fuzzy, c-format
1012msgid ""
1013"Error moving @j: %m\n"
1014"\n"
1015msgstr "j"
1016
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001017#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1018#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1019#. @-expanded: \n
1020#: e2fsck/problem.c:310
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001021#, fuzzy
1022msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001023"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001024"Clearing fields beyond the V1 @j @S...\n"
1025"\n"
1026msgstr "Sibyo j Imyanya Bivuye Ikinyamakuru Imyanya i j"
1027
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001028#. @-expanded: Backing up journal inode block information.\n
1029#. @-expanded: \n
1030#: e2fsck/problem.c:316
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001031#, fuzzy
1032msgid ""
1033"Backing up @j @i @b information.\n"
1034"\n"
1035msgstr "Hejuru j i B Ibisobanuro"
1036
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001037#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1038#. @-expanded: is %N; should be zero.
1039#: e2fsck/problem.c:321
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001040#, fuzzy
1041msgid ""
1042"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1043"is %N; @s zero. "
1044msgstr "@F OYA i Bikora S Zeru"
1045
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001046#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1047#: e2fsck/problem.c:327
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001048#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001049msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001050msgstr "i OYA Bikora i Ihindurangero ni Zeru"
1051
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001052#. @-expanded: Resize inode not valid.
1053#: e2fsck/problem.c:332
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001054#, fuzzy
1055msgid "Resize @i not valid. "
1056msgstr "i OYA Byemewe"
1057
Theodore Ts'o6956f612005-12-31 16:46:15 -05001058#. @-expanded: superblock last mount time is in the future.
1059#: e2fsck/problem.c:337
1060msgid "@S last mount time is in the future. "
1061msgstr ""
1062
1063#. @-expanded: superblock last write time is in the future.
1064#: e2fsck/problem.c:342
1065msgid "@S last write time is in the future. "
1066msgstr ""
1067
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001068#. @-expanded: superblock hint for external superblock should be %X.
1069#: e2fsck/problem.c:346
1070#, c-format
1071msgid "@S hint for external superblock @s %X. "
1072msgstr ""
1073
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001074#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001075#: e2fsck/problem.c:353
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001076#, fuzzy
1077msgid "Pass 1: Checking @is, @bs, and sizes\n"
1078msgstr "1. ni Na"
1079
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001080#. @-expanded: root inode is not a directory.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001081#: e2fsck/problem.c:357
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001082#, fuzzy
1083msgid "@r is not a @d. "
1084msgstr "@R ni OYA a D"
1085
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001086#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001087#: e2fsck/problem.c:362
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001088#, fuzzy
1089msgid "@r has dtime set (probably due to old mke2fs). "
1090msgstr "@R Gushyiraho Kuri ki/ bishaje"
1091
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001092#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001093#: e2fsck/problem.c:367
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001094#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001095msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001096msgstr "i Ubwoko"
1097
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001098#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001099#: e2fsck/problem.c:372
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001100#, fuzzy, c-format
1101msgid "@D @i %i has zero dtime. "
1102msgstr "@i Zeru"
1103
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001104#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001105#: e2fsck/problem.c:377
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001106#, fuzzy, c-format
1107msgid "@i %i is in use, but has dtime set. "
1108msgstr "@i ni in Gukoresha Gushyiraho"
1109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001110#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001111#: e2fsck/problem.c:382
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001112#, fuzzy, c-format
1113msgid "@i %i is a @z @d. "
1114msgstr "@i ni a Z D"
1115
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001116#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001117#: e2fsck/problem.c:387
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001118#, fuzzy
1119msgid "@g %g's @b @B at %b @C.\n"
1120msgstr "@g S B ku C"
1121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001122#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001123#: e2fsck/problem.c:392
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001124#, fuzzy
1125msgid "@g %g's @i @B at %b @C.\n"
1126msgstr "@g S i ku C"
1127
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001128#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001129#: e2fsck/problem.c:397
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001130#, fuzzy
1131msgid "@g %g's @i table at %b @C.\n"
1132msgstr "@g S i imbonerahamwe# ku C"
1133
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001134#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001135#: e2fsck/problem.c:402
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001136#, fuzzy
1137msgid "@g %g's @b @B (%b) is bad. "
1138msgstr "@g S B ni"
1139
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001140#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001141#: e2fsck/problem.c:407
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001142#, fuzzy
1143msgid "@g %g's @i @B (%b) is bad. "
1144msgstr "@g S i ni"
1145
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001146#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001147#: e2fsck/problem.c:412
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001148#, fuzzy
1149msgid "@i %i, i_size is %Is, @s %N. "
1150msgstr "@i ni S"
1151
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001152#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001153#: e2fsck/problem.c:417
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001154#, fuzzy
1155msgid "@i %i, i_@bs is %Ib, @s %N. "
1156msgstr "@i ni S"
1157
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001158#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001159#: e2fsck/problem.c:422
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001160#, fuzzy
1161msgid "@I @b #%B (%b) in @i %i. "
1162msgstr "@B in i"
1163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001164#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001165#: e2fsck/problem.c:427
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001166#, fuzzy
1167msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1168msgstr "@B F in i"
1169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001170#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001171#: e2fsck/problem.c:432
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001172#, fuzzy, c-format
1173msgid "@i %i has illegal @b(s). "
1174msgstr "@i B S"
1175
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001176#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001177#: e2fsck/problem.c:437
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001178#, fuzzy, c-format
1179msgid "Too many illegal @bs in @i %i.\n"
1180msgstr "in i"
1181
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001182#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001183#: e2fsck/problem.c:442
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001184#, fuzzy
1185msgid "@I @b #%B (%b) in bad @b @i. "
1186msgstr "@B in B i"
1187
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001188#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001189#: e2fsck/problem.c:447
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001190#, fuzzy
1191msgid "Bad @b @i has illegal @b(s). "
1192msgstr "B i B S"
1193
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001194#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001195#: e2fsck/problem.c:452
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001196#, fuzzy
1197msgid "Duplicate or bad @b in use!\n"
1198msgstr "Cyangwa B in Gukoresha"
1199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001200#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001201#: e2fsck/problem.c:457
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001202#, fuzzy
1203msgid "Bad @b %b used as bad @b @i indirect @b. "
1204msgstr "B Nka B i BUZIGUYE B"
1205
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001206#. @-expanded: \n
1207#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1208#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1209#. @-expanded: in the filesystem.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001210#: e2fsck/problem.c:462
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001211#, fuzzy
1212msgid ""
1213"\n"
1214"The bad @b @i has probably been corrupted. You probably\n"
1215"should stop now and run e2fsck -c to scan for bad blocks\n"
1216"in the @f.\n"
1217msgstr "B i Guhagarara NONEAHA Na Gukoresha C Kuri Gusikana kugirango i F"
1218
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001219#. @-expanded: \n
1220#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001221#: e2fsck/problem.c:469
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001222#, fuzzy
1223msgid ""
1224"\n"
1225"If the @b is really bad, the @f can not be fixed.\n"
1226msgstr "i B ni i F OYA BIHAMYE"
1227
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001228#. @-expanded: You can remove this block from the bad block list and hope\n
1229#. @-expanded: that the block is really OK. But there are no guarantees.\n
1230#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001231#: e2fsck/problem.c:474
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001232#, fuzzy
1233msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001234"You can remove this @b from the bad @b list and hope\n"
1235"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001236"\n"
1237msgstr "Gusiba i iyi B Na kugirango i Bivuye B Urutonde Na B ni"
1238
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001239#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001240#: e2fsck/problem.c:480
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001241#, fuzzy
1242msgid "The primary @S (%b) is on the bad @b list.\n"
1243msgstr "ni ku i B Urutonde"
1244
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001245#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001246#: e2fsck/problem.c:485
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001247#, fuzzy
1248msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1249msgstr "in i g ni ku i B"
1250
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001251#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001252#: e2fsck/problem.c:491
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001253#, fuzzy
1254msgid "Warning: Group %g's @S (%b) is bad.\n"
1255msgstr "S ni"
1256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001257#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001258#: e2fsck/problem.c:496
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001259#, fuzzy
1260msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1261msgstr "S Gukoporora Bya i g a B"
1262
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001263#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001264#: e2fsck/problem.c:502
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001265#, fuzzy
1266msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1267msgstr "Ikosa B kugirango Oya in B"
1268
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001269#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001270#: e2fsck/problem.c:508
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001271#, fuzzy
1272msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1273msgstr "@A B S in B g kugirango"
1274
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001275#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001276#: e2fsck/problem.c:513
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001277#, fuzzy, c-format
1278msgid "@A @b buffer for relocating %s\n"
1279msgstr "@A B kugirango"
1280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001281#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001282#: e2fsck/problem.c:518
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001283#, fuzzy
1284msgid "Relocating @g %g's %s from %b to %c...\n"
1285msgstr "g S Bivuye Kuri"
1286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001287#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001288#: e2fsck/problem.c:523
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001289#, fuzzy, c-format
1290msgid "Relocating @g %g's %s to %c...\n"
1291msgstr "g S Kuri"
1292
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001293#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001294#: e2fsck/problem.c:528
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001295#, fuzzy
1296msgid "Warning: could not read @b %b of %s: %m\n"
1297msgstr "OYA Gusoma B Bya"
1298
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001299#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001300#: e2fsck/problem.c:533
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001301#, fuzzy
1302msgid "Warning: could not write @b %b for %s: %m\n"
1303msgstr "OYA Kwandika B kugirango"
1304
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001305#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001306#: e2fsck/problem.c:538 e2fsck/problem.c:1265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001307#, fuzzy
1308msgid "@A @i @B (%N): %m\n"
1309msgstr "@A i"
1310
1311#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001312#: e2fsck/problem.c:543
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001313#, fuzzy
1314msgid "@A @b @B (%N): %m\n"
1315msgstr "@A i"
1316
1317#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001318#: e2fsck/problem.c:548
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001319#, fuzzy, c-format
1320msgid "@A icount link information: %m\n"
1321msgstr "@A Ihuza Ibisobanuro"
1322
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001323#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001324#: e2fsck/problem.c:553
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001325#, fuzzy, c-format
1326msgid "@A @d @b array: %m\n"
1327msgstr "@A D B Imbonerahamwe"
1328
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001329#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001330#: e2fsck/problem.c:558
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001331#, fuzzy, c-format
1332msgid "Error while scanning @is (%i): %m\n"
1333msgstr "ni"
1334
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001335#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001336#: e2fsck/problem.c:563
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001337#, fuzzy, c-format
1338msgid "Error while iterating over @bs in @i %i: %m\n"
1339msgstr "KURI in i"
1340
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001341#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001342#: e2fsck/problem.c:568
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001343#, fuzzy
1344msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1345msgstr "i IBARA Ibisobanuro i IBARA"
1346
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001347#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001348#: e2fsck/problem.c:573
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001349#, fuzzy
1350msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1351msgstr "D B Ibisobanuro i B"
1352
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001353#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001354#: e2fsck/problem.c:579
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001355#, fuzzy, c-format
1356msgid "Error reading @i %i: %m\n"
1357msgstr "i"
1358
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001359#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001360#: e2fsck/problem.c:587
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001361#, fuzzy, c-format
1362msgid "@i %i has imagic flag set. "
1363msgstr "@i Ibendera Gushyiraho"
1364
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001365#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1366#. @-expanded: or append-only flag set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001367#: e2fsck/problem.c:592
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001368#, fuzzy, c-format
1369msgid ""
1370"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1371"or append-only flag set. "
1372msgstr "v IDOSIYE i Kongeraho... Ibendera Gushyiraho"
1373
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001374#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001375#: e2fsck/problem.c:598
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001376#, fuzzy, c-format
1377msgid "@i %i has @cion flag set on @f without @cion support. "
1378msgstr "@i Ibendera Gushyiraho ku F Gushigikira"
1379
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001380#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001381#: e2fsck/problem.c:603
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001382#, fuzzy, c-format
1383msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1384msgstr "v IDOSIYE i Kongeraho... Ibendera Gushyiraho"
1385
1386#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001387#: e2fsck/problem.c:613
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001388#, fuzzy
1389msgid "@j @i is not in use, but contains data. "
1390msgstr "@i ni in Gukoresha Gushyiraho"
1391
1392#. @-expanded: journal is not regular file.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001393#: e2fsck/problem.c:618
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001394#, fuzzy
1395msgid "@j is not regular file. "
1396msgstr "@j ni OYA Ibisanzwe IDOSIYE"
1397
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001398#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001399#: e2fsck/problem.c:623
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001400#, fuzzy, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001401msgid "@i %i was part of the @o @i list. "
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001402msgstr "@i Bya i i Urutonde"
1403
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001404#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001405#: e2fsck/problem.c:629
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001406#, fuzzy
1407msgid "@is that were part of a corrupted orphan linked list found. "
1408msgstr "@ni Bya a Urutonde Byabonetse"
1409
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001410#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001411#: e2fsck/problem.c:634
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001412#, fuzzy
1413msgid "@A refcount structure (%N): %m\n"
1414msgstr "@A Imiterere"
1415
1416#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001417#: e2fsck/problem.c:639
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001418#, fuzzy
1419msgid "Error reading @a @b %b for @i %i. "
1420msgstr "a B kugirango i"
1421
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001422#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001423#: e2fsck/problem.c:644
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001424#, fuzzy
1425msgid "@i %i has a bad @a @b %b. "
1426msgstr "@i a a B"
1427
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001428#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001429#: e2fsck/problem.c:649
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001430#, fuzzy
1431msgid "Error reading @a @b %b (%m). "
1432msgstr "a B"
1433
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001434#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001435#: e2fsck/problem.c:654
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001436#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001437msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001438msgstr "@a B Indango IBARA"
1439
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001440#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001441#: e2fsck/problem.c:659
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001442#, fuzzy
1443msgid "Error writing @a @b %b (%m). "
1444msgstr "a B"
1445
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001446#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001447#: e2fsck/problem.c:664
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001448#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001449msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001450msgstr "@a B 1."
1451
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001452#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001453#: e2fsck/problem.c:669
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001454#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001455msgid "@A @a @b %b. "
1456msgstr "@o i in"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001457
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001458#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001459#: e2fsck/problem.c:674
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001460#, fuzzy
1461msgid "@a @b %b is corrupt (allocation collision). "
1462msgstr "@a B ni"
1463
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001464#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001465#: e2fsck/problem.c:679
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001466#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001467msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001468msgstr "@a B ni Sibyo Izina:"
1469
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001470#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001471#: e2fsck/problem.c:684
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001472#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001473msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001474msgstr "@a B ni Sibyo Agaciro"
1475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476#. @-expanded: inode %i is too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001477#: e2fsck/problem.c:689
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001478#, fuzzy, c-format
1479msgid "@i %i is too big. "
1480msgstr "@i ni"
1481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001482#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001483#: e2fsck/problem.c:693
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001484#, fuzzy
1485msgid "@b #%B (%b) causes @d to be too big. "
1486msgstr "@B D Kuri"
1487
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001488#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001489#: e2fsck/problem.c:698
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001490#, fuzzy
1491msgid "@b #%B (%b) causes file to be too big. "
1492msgstr "@B IDOSIYE Kuri"
1493
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001494#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001495#: e2fsck/problem.c:703
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001496#, fuzzy
1497msgid "@b #%B (%b) causes symlink to be too big. "
1498msgstr "@B Kuri"
1499
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001500#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001501#: e2fsck/problem.c:708
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001502#, fuzzy, c-format
1503msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1504msgstr "@i Ibendera Gushyiraho ku F Gushigikira"
1505
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001506#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001507#: e2fsck/problem.c:713
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001508#, fuzzy, c-format
1509msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1510msgstr "@i Ibendera Gushyiraho ni OYA a D"
1511
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001512#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001513#: e2fsck/problem.c:718
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001514#, fuzzy, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001515msgid "@h %i has an @n root node.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001516msgstr "@h Sibyo Imizi"
1517
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001518#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001519#: e2fsck/problem.c:723
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001520#, fuzzy
1521msgid "@h %i has an unsupported hash version (%N)\n"
1522msgstr "@h Verisiyo"
1523
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001524#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001525#: e2fsck/problem.c:728
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001526#, fuzzy, c-format
1527msgid "@h %i uses an incompatible htree root node flag.\n"
1528msgstr "@h Imizi Ibendera"
1529
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001530#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001531#: e2fsck/problem.c:733
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001532#, fuzzy
1533msgid "@h %i has a tree depth (%N) which is too big\n"
1534msgstr "@h a Ubujyakuzimu ni"
1535
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001536#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1537#. @-expanded: filesystem metadata.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001538#: e2fsck/problem.c:738
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001539#, fuzzy
1540msgid ""
1541"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1542"@f metadata. "
1543msgstr "B i BUZIGUYE B F"
1544
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001545#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001546#: e2fsck/problem.c:744
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001547#, fuzzy, c-format
1548msgid "Resize @i (re)creation failed: %m."
1549msgstr "i Byanze"
1550
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001551#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001552#: e2fsck/problem.c:749
Theodore Ts'obc759702005-05-09 20:40:55 -04001553#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001554msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001555msgstr "@h a Ubujyakuzimu ni"
1556
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001557#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001558#: e2fsck/problem.c:754
Theodore Ts'obc759702005-05-09 20:40:55 -04001559#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001560msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001561msgstr "@h a Ubujyakuzimu ni"
1562
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001563#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001564#: e2fsck/problem.c:759
Theodore Ts'obc759702005-05-09 20:40:55 -04001565#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001567msgstr "@h a Ubujyakuzimu ni"
1568
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001569#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001570#: e2fsck/problem.c:764
Theodore Ts'obc759702005-05-09 20:40:55 -04001571#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001572msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001573msgstr "@h a Ubujyakuzimu ni"
1574
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001575#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001576#: e2fsck/problem.c:769
Theodore Ts'obc759702005-05-09 20:40:55 -04001577#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001578msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001579msgstr "@h a Ubujyakuzimu ni"
1580
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001581#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001582#: e2fsck/problem.c:774
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001583#, fuzzy
1584msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
1585msgstr "@h a Ubujyakuzimu ni"
1586
1587#. @-expanded: \n
1588#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1589#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001590#: e2fsck/problem.c:781
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001591#, fuzzy
1592msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001593"\n"
1594"Running additional passes to resolve @bs claimed by more than one @i...\n"
1595"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001596msgstr "Byabonetse Gusubiramo B kugirango Gusubiramo"
1597
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001598#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001599#: e2fsck/problem.c:787
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001600#, fuzzy, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001601msgid "@m @b(s) in @i %i:"
1602msgstr "@B in i"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001603
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001604#: e2fsck/problem.c:802
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001605#, c-format
1606msgid "Error while scanning inodes (%i): %m\n"
1607msgstr ""
1608
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001609#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001610#: e2fsck/problem.c:807
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001611#, fuzzy, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001612msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001613msgstr "@A i"
1614
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001615#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001616#: e2fsck/problem.c:812
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001617#, fuzzy, c-format
1618msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1619msgstr "KURI in i"
1620
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001621#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001622#: e2fsck/problem.c:817 e2fsck/problem.c:1133
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001623#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001624msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001625msgstr "kugirango a B i"
1626
Theodore Ts'o6956f612005-12-31 16:46:15 -05001627#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001628#: e2fsck/problem.c:823
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001629#, fuzzy
Theodore Ts'o6956f612005-12-31 16:46:15 -05001630msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001631msgstr "ububiko bw'amaderese kugirango ni Na:"
1632
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001633#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001634#: e2fsck/problem.c:829
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001635#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001636msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001637msgstr "Gusubiramo"
1638
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001639#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1640#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001641#: e2fsck/problem.c:834
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001642#, fuzzy
1643msgid ""
1644"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001645" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001646msgstr "Idosiye i MOD Igihe Gusubiramo B S Na: IDOSIYE S"
1647
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001648#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001649#: e2fsck/problem.c:840
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001650#, fuzzy
1651msgid "\t%Q (@i #%i, mod time %IM)\n"
1652msgstr "%Q(@i MOD Igihe"
1653
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001654#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001655#: e2fsck/problem.c:845
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001656#, fuzzy
1657msgid "\t<@f metadata>\n"
1658msgstr "<@F"
1659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001660#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1661#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001662#: e2fsck/problem.c:850
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001663#, fuzzy
1664msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001665"(There are %N @is containing @m @bs.)\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001666"\n"
1667msgstr "(ni Gusubiramo"
1668
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001669#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1670#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001671#: e2fsck/problem.c:855
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001672#, fuzzy
1673msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001674"@m @bs already reassigned or cloned.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001675"\n"
1676msgstr "Cyangwa"
1677
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001678#: e2fsck/problem.c:868
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001679#, fuzzy, c-format
1680msgid "Couldn't clone file: %m\n"
1681msgstr "IDOSIYE"
1682
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001683#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001684#: e2fsck/problem.c:874
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001685#, fuzzy
1686msgid "Pass 2: Checking @d structure\n"
1687msgstr "2. D"
1688
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001689#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001690#: e2fsck/problem.c:879
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001691#, fuzzy, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001692msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001693msgstr "i Umubare kugirango in D i"
1694
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001695#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001696#: e2fsck/problem.c:884
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001697#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001698msgid "@E has @n @i #: %Di.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001699msgstr "@E i"
1700
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001701#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001702#: e2fsck/problem.c:889
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001703#, fuzzy
1704msgid "@E has @D/unused @i %Di. "
1705msgstr "@E Kidakoreshwa i"
1706
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001707#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001708#: e2fsck/problem.c:894
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001709#, fuzzy
1710msgid "@E @L to '.' "
1711msgstr "@E Kuri"
1712
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001713#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001714#: e2fsck/problem.c:899
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001715#, fuzzy
1716msgid "@E points to @i (%Di) located in a bad @b.\n"
1717msgstr "@E Utudomo Kuri i in a B"
1718
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001719#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001720#: e2fsck/problem.c:904
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001721#, fuzzy
1722msgid "@E @L to @d %P (%Di).\n"
1723msgstr "@E Kuri D"
1724
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001725#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001726#: e2fsck/problem.c:909
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001727#, fuzzy
1728msgid "@E @L to the @r.\n"
1729msgstr "@E Kuri i R"
1730
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001731#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001732#: e2fsck/problem.c:914
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001733#, fuzzy
1734msgid "@E has illegal characters in its name.\n"
1735msgstr "@E Inyuguti in Izina:"
1736
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001737#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001738#: e2fsck/problem.c:919
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001739#, fuzzy, c-format
1740msgid "Missing '.' in @d @i %i.\n"
1741msgstr "in D i"
1742
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001743#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001744#: e2fsck/problem.c:924
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001745#, fuzzy, c-format
1746msgid "Missing '..' in @d @i %i.\n"
1747msgstr ""
1748"Project- Id- Version: basctl\n"
1749"POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
1750"PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
1751"Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
1752"Content- Type: text/ plain; charset= UTF- 8\n"
1753"Content- Transfer- Encoding: 8bit\n"
1754"X- Generator: KBabel 1. 0\n"
1755"."
1756
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001757#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001758#: e2fsck/problem.c:929
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001759#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001760msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001761msgstr "E in D i S"
1762
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001763#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001764#: e2fsck/problem.c:934
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001765#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001766msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001767msgstr ""
1768"Project- Id- Version: basctl\n"
1769"POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
1770"PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
1771"Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
1772"Content- Type: text/ plain; charset= UTF- 8\n"
1773"Content- Transfer- Encoding: 8bit\n"
1774"X- Generator: KBabel 1. 0\n"
1775"."
1776
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001777#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001778#: e2fsck/problem.c:939
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001779#, fuzzy
1780msgid "i_faddr @F %IF, @s zero.\n"
1781msgstr "S Zeru"
1782
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001783#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001784#: e2fsck/problem.c:944
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001785#, fuzzy
1786msgid "i_file_acl @F %If, @s zero.\n"
1787msgstr "S Zeru"
1788
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001789#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001790#: e2fsck/problem.c:949
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001791#, fuzzy
1792msgid "i_dir_acl @F %Id, @s zero.\n"
1793msgstr "S Zeru"
1794
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001795#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001796#: e2fsck/problem.c:954
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001797#, fuzzy
1798msgid "i_frag @F %N, @s zero.\n"
1799msgstr "S Zeru"
1800
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001801#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001802#: e2fsck/problem.c:959
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001803#, fuzzy
1804msgid "i_fsize @F %N, @s zero.\n"
1805msgstr "S Zeru"
1806
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001807#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001808#: e2fsck/problem.c:964
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001809#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001810msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001811msgstr "@i a Ubwoko"
1812
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001813#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001814#: e2fsck/problem.c:969
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001815#, fuzzy
1816msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1817msgstr "@D i B Nta- boneza D"
1818
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001819#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001820#: e2fsck/problem.c:974
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001821#, fuzzy
1822msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1823msgstr "@D i B Nta- boneza Izina ry'idosiye:"
1824
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001825#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001826#: e2fsck/problem.c:979
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001827#, fuzzy
1828msgid "@d @i %i has an unallocated @b #%B. "
1829msgstr "@D i B"
1830
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001831#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001832#: e2fsck/problem.c:984
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001833#, fuzzy, c-format
1834msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1835msgstr ""
1836"'.'@Project- Id- Version: basctl\n"
1837"POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
1838"PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
1839"Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
1840"Content- Type: text/ plain; charset= UTF- 8\n"
1841"Content- Transfer- Encoding: 8bit\n"
1842"X- Generator: KBabel 1. 0\n"
1843"."
1844
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001845#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001846#: e2fsck/problem.c:989
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001847#, fuzzy, c-format
1848msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1849msgstr ""
1850"'..'@Project- Id- Version: basctl\n"
1851"POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
1852"PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
1853"Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
1854"Content- Type: text/ plain; charset= UTF- 8\n"
1855"Content- Transfer- Encoding: 8bit\n"
1856"X- Generator: KBabel 1. 0\n"
1857". Project- Id- Version: basctl\n"
1858"POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
1859"PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
1860"Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
1861"Content- Type: text/ plain; charset= UTF- 8\n"
1862"Content- Transfer- Encoding: 8bit\n"
1863"X- Generator: KBabel 1. 0\n"
1864"."
1865
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001866#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001867#: e2fsck/problem.c:994
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001868#, fuzzy
1869msgid "@i %i (%Q) is an @I character @v.\n"
1870msgstr "@i ni Inyuguti v"
1871
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001872#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001873#: e2fsck/problem.c:999
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001874#, fuzzy
1875msgid "@i %i (%Q) is an @I @b @v.\n"
1876msgstr "@i ni B v"
1877
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001878#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001879#: e2fsck/problem.c:1004
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001880#, fuzzy
1881msgid "@E is duplicate '.' @e.\n"
1882msgstr "@E."
1883
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001884#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001885#: e2fsck/problem.c:1009
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001886#, fuzzy
1887msgid "@E is duplicate '..' @e.\n"
1888msgstr ""
1889"@Project- Id- Version: basctl\n"
1890"POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
1891"PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
1892"Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
1893"Content- Type: text/ plain; charset= UTF- 8\n"
1894"Content- Transfer- Encoding: 8bit\n"
1895"X- Generator: KBabel 1. 0\n"
1896". E."
1897
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001898#: e2fsck/problem.c:1014 e2fsck/problem.c:1290
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001899#, fuzzy, c-format
1900msgid "Internal error: couldn't find dir_info for %i.\n"
1901msgstr "Ikosa Gushaka kugirango"
1902
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001903#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001904#: e2fsck/problem.c:1019
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001905#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001906msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001907msgstr "@E Bya"
1908
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001909#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001910#: e2fsck/problem.c:1024
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001911#, fuzzy, c-format
1912msgid "@A icount structure: %m\n"
1913msgstr "@A Imiterere"
1914
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001915#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001916#: e2fsck/problem.c:1029
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001917#, fuzzy, c-format
1918msgid "Error iterating over @d @bs: %m\n"
1919msgstr "KURI D"
1920
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001921#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001922#: e2fsck/problem.c:1034
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001923#, fuzzy
1924msgid "Error reading @d @b %b (@i %i): %m\n"
1925msgstr "D B i"
1926
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001927#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001928#: e2fsck/problem.c:1039
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001929#, fuzzy
1930msgid "Error writing @d @b %b (@i %i): %m\n"
1931msgstr "D B i"
1932
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001933#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001934#: e2fsck/problem.c:1044
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001935#, fuzzy, c-format
1936msgid "@A new @d @b for @i %i (%s): %m\n"
1937msgstr "@A Gishya D B kugirango i"
1938
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001939#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001940#: e2fsck/problem.c:1049
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001941#, fuzzy, c-format
1942msgid "Error deallocating @i %i: %m\n"
1943msgstr "i"
1944
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001945#. @-expanded: directory entry for '.' is big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001946#: e2fsck/problem.c:1054
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001947#, fuzzy
1948msgid "@d @e for '.' is big. "
1949msgstr "@D E kugirango ni"
1950
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001951#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001952#: e2fsck/problem.c:1059
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001953#, fuzzy
1954msgid "@i %i (%Q) is an @I FIFO.\n"
1955msgstr "@i ni"
1956
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001957#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001958#: e2fsck/problem.c:1064
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001959#, fuzzy
1960msgid "@i %i (%Q) is an @I socket.\n"
1961msgstr "@i ni"
1962
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001963#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001964#: e2fsck/problem.c:1069
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001965#, fuzzy
1966msgid "Setting filetype for @E to %N.\n"
1967msgstr "kugirango E Kuri"
1968
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001969#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001970#: e2fsck/problem.c:1074
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001971#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001972msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001973msgstr "@E"
1974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001975#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001976#: e2fsck/problem.c:1079
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001977#, fuzzy
1978msgid "@E has filetype set.\n"
1979msgstr "@E Gushyiraho"
1980
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001981#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001982#: e2fsck/problem.c:1084
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001983#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001984msgid "@E has a @z name.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001985msgstr "@E a Zeru Uburebure Izina:"
1986
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001987#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001988#: e2fsck/problem.c:1089
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001989#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001990msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001991msgstr "i ni Sibyo"
1992
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001993#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001994#: e2fsck/problem.c:1094
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001995#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001996msgid "@a @b @F @n (%If).\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04001997msgstr "@a B Sibyo"
1998
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001999#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002000#: e2fsck/problem.c:1099
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002001#, fuzzy
2002msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2003msgstr "@F Kirimo Binini Idosiye Ibendera in"
2004
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002005#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002006#: e2fsck/problem.c:1104
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002007#, fuzzy
2008msgid "@p @h %d: node (%B) not referenced\n"
2009msgstr "@P h OYA"
2010
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002011#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002012#: e2fsck/problem.c:1109
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002013#, fuzzy
2014msgid "@p @h %d: node (%B) referenced twice\n"
2015msgstr "@P h"
2016
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002017#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002018#: e2fsck/problem.c:1114
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002019#, fuzzy
2020msgid "@p @h %d: node (%B) has bad min hash\n"
2021msgstr "@P h GITO"
2022
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002023#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002024#: e2fsck/problem.c:1119
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002025#, fuzzy
2026msgid "@p @h %d: node (%B) has bad max hash\n"
2027msgstr "@P h KININI"
2028
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002029#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002030#: e2fsck/problem.c:1124
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002031#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002032msgid "@n @h %d (%q). "
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002033msgstr "h"
2034
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002035#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002036#: e2fsck/problem.c:1128
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002037#, fuzzy
2038msgid "@p @h %d (%q): bad @b number %b.\n"
2039msgstr "@P h B Umubare"
2040
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002041#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002042#: e2fsck/problem.c:1138
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002043#, fuzzy, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002044msgid "@p @h %d: root node is @n\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002045msgstr "@P h Imizi ni"
2046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002047#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002048#: e2fsck/problem.c:1143
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002049#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002050msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002051msgstr "@P h"
2052
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002053#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002054#: e2fsck/problem.c:1148
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002055#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002056msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002057msgstr "@P h IBARA"
2058
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002059#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002060#: e2fsck/problem.c:1153
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002061#, fuzzy
2062msgid "@p @h %d: node (%B) has an unordered hash table\n"
2063msgstr "@P h"
2064
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002065#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002066#: e2fsck/problem.c:1158
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002067#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002068msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002069msgstr "@P h"
2070
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002071#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002072#: e2fsck/problem.c:1163
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002073#, fuzzy
2074msgid "Duplicate @E found. "
2075msgstr "E Byabonetse"
2076
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002077#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2078#. @-expanded: Rename to %s
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002079#: e2fsck/problem.c:1168
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002080#, fuzzy, no-c-format
2081msgid ""
2082"@E has a non-unique filename.\n"
2083"Rename to %s"
2084msgstr "@E a Cyo nyine Izina ry'idosiye: Kuri"
2085
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002086#. @-expanded: Duplicate entry '%Dn' found.\n
2087#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2088#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002089#: e2fsck/problem.c:1173
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002090#, fuzzy
2091msgid ""
2092"Duplicate @e '%Dn' found.\n"
2093"\tMarking %p (%i) to be rebuilt.\n"
2094"\n"
2095msgstr "E Byabonetse Kuri"
2096
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002097#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002098#: e2fsck/problem.c:1180
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002099#, fuzzy
2100msgid "Pass 3: Checking @d connectivity\n"
2101msgstr "3. D"
2102
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002103#. @-expanded: root inode not allocated.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002104#: e2fsck/problem.c:1185
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002105#, fuzzy
2106msgid "@r not allocated. "
2107msgstr "@R OYA"
2108
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002109#. @-expanded: No room in lost+found directory.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002110#: e2fsck/problem.c:1190
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002111#, fuzzy
2112msgid "No room in @l @d. "
2113msgstr "in L D"
2114
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002115#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002116#: e2fsck/problem.c:1195
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002117#, fuzzy, c-format
2118msgid "Unconnected @d @i %i (%p)\n"
2119msgstr "D i"
2120
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002121#. @-expanded: /lost+found not found.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002122#: e2fsck/problem.c:1200
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002123#, fuzzy
2124msgid "/@l not found. "
2125msgstr "/@L OYA Byabonetse"
2126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002127#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002128#: e2fsck/problem.c:1205
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002129#, fuzzy
2130msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2131msgstr ""
2132"'..'Project- Id- Version: basctl\n"
2133"POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
2134"PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
2135"Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
2136"Content- Type: text/ plain; charset= UTF- 8\n"
2137"Content- Transfer- Encoding: 8bit\n"
2138"X- Generator: KBabel 1. 0\n"
2139". Project- Id- Version: basctl\n"
2140"POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
2141"PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
2142"Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
2143"Content- Type: text/ plain; charset= UTF- 8\n"
2144"Content- Transfer- Encoding: 8bit\n"
2145"X- Generator: KBabel 1. 0\n"
2146"."
2147
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002148#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002149#: e2fsck/problem.c:1210
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002150#, fuzzy
2151msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2152msgstr "Cyangwa L"
2153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002154#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002155#: e2fsck/problem.c:1215
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002156#, fuzzy, c-format
2157msgid "Could not expand /@l: %m\n"
2158msgstr "OYA Kwagura L"
2159
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002160#: e2fsck/problem.c:1220
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002161#, fuzzy, c-format
2162msgid "Could not reconnect %i: %m\n"
2163msgstr "OYA"
2164
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002165#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002166#: e2fsck/problem.c:1225
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002167#, fuzzy, c-format
2168msgid "Error while trying to find /@l: %m\n"
2169msgstr "Kuri Gushaka L"
2170
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002171#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002172#: e2fsck/problem.c:1230
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002173#, fuzzy, c-format
2174msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2175msgstr "B Kuri Kurema L"
2176
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002177#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002178#: e2fsck/problem.c:1235
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002179#, fuzzy, c-format
2180msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2181msgstr "i Kuri Kurema L"
2182
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002183#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002184#: e2fsck/problem.c:1240
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002185#, fuzzy, c-format
2186msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2187msgstr "B Gishya D"
2188
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002189#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002190#: e2fsck/problem.c:1245
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002191#, fuzzy, c-format
2192msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2193msgstr "B i D B kugirango"
2194
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002195#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002196#: e2fsck/problem.c:1250
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002197#, fuzzy, c-format
2198msgid "Error while adjusting @i count on @i %i\n"
2199msgstr "i IBARA ku i"
2200
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002201#. @-expanded: Couldn't fix parent of inode %i: %m\n
2202#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002203#: e2fsck/problem.c:1255
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002204#, fuzzy, c-format
2205msgid ""
2206"Couldn't fix parent of @i %i: %m\n"
2207"\n"
2208msgstr "Bya i"
2209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002210#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2211#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002212#: e2fsck/problem.c:1260
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002213#, fuzzy, c-format
2214msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002215"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002216"\n"
2217msgstr "Bya i Gushaka D"
2218
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002219#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002220#: e2fsck/problem.c:1270
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002221#, fuzzy, c-format
2222msgid "Error creating root @d (%s): %m\n"
2223msgstr "Imizi D"
2224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002225#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002226#: e2fsck/problem.c:1275
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002227#, fuzzy, c-format
2228msgid "Error creating /@l @d (%s): %m\n"
2229msgstr "L D"
2230
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002231#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002232#: e2fsck/problem.c:1280
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002233#, fuzzy
2234msgid "@r is not a @d; aborting.\n"
2235msgstr "@R ni OYA a D"
2236
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002237#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002238#: e2fsck/problem.c:1285
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002239#, fuzzy
2240msgid "Cannot proceed without a @r.\n"
2241msgstr "a R"
2242
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002243#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002244#: e2fsck/problem.c:1295
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002245#, fuzzy, c-format
2246msgid "/@l is not a @d (ino=%i)\n"
2247msgstr "/@L ni OYA a D"
2248
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002249#: e2fsck/problem.c:1302
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002250msgid "Pass 3A: Optimizing directories\n"
2251msgstr ""
2252
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002253#: e2fsck/problem.c:1307
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002254#, fuzzy, c-format
2255msgid "Failed to create dirs_to_hash iterator: %m"
2256msgstr "Kuri Kurema"
2257
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002258#: e2fsck/problem.c:1312
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002259#, fuzzy
2260msgid "Failed to optimize directory %q (%d): %m"
2261msgstr "Kuri Kugeza ku ndunduro bushyinguro"
2262
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002263#: e2fsck/problem.c:1317
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002264#, fuzzy
2265msgid "Optimizing directories: "
2266msgstr "ububiko bw'amaderese"
2267
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002268#: e2fsck/problem.c:1334
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002269#, fuzzy
2270msgid "Pass 4: Checking reference counts\n"
2271msgstr "4. Indango"
2272
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002273#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002274#: e2fsck/problem.c:1339
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002275#, fuzzy, c-format
2276msgid "@u @z @i %i. "
2277msgstr "@o i in"
2278
2279#. @-expanded: unattached inode %i\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002280#: e2fsck/problem.c:1344
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002281#, c-format
2282msgid "@u @i %i\n"
2283msgstr ""
2284
2285#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002286#: e2fsck/problem.c:1349
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002287#, fuzzy
2288msgid "@i %i ref count is %Il, @s %N. "
2289msgstr "@i indango IBARA ni S"
2290
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002291#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2292#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2293#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002294#: e2fsck/problem.c:1353
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002295#, fuzzy
2296msgid ""
2297"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2298"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002299"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002300msgstr "A ni i ni i"
2301
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002302#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002303#: e2fsck/problem.c:1363
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002304#, fuzzy
2305msgid "Pass 5: Checking @g summary information\n"
2306msgstr "5 g Inshamake"
2307
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002308#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002309#: e2fsck/problem.c:1368
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002310#, fuzzy
2311msgid "Padding at end of @i @B is not set. "
2312msgstr "ku Impera Bya i ni OYA Gushyiraho"
2313
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002314#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002315#: e2fsck/problem.c:1373
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002316#, fuzzy
2317msgid "Padding at end of @b @B is not set. "
2318msgstr "ku Impera Bya B ni OYA Gushyiraho"
2319
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002320#. @-expanded: block bitmap differences:
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002321#: e2fsck/problem.c:1378
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002322#, fuzzy
2323msgid "@b @B differences: "
2324msgstr "@B"
2325
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002326#. @-expanded: inode bitmap differences:
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002327#: e2fsck/problem.c:1398
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002328#, fuzzy
2329msgid "@i @B differences: "
2330msgstr "@i"
2331
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002332#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002333#: e2fsck/problem.c:1418
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002334#, fuzzy
2335msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2336msgstr "ni IBARA kugirango g"
2337
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002338#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002339#: e2fsck/problem.c:1423
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002340#, fuzzy
2341msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2342msgstr "IBARA kugirango g"
2343
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002344#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002345#: e2fsck/problem.c:1428
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002346#, fuzzy
2347msgid "Free @is count wrong (%i, counted=%j).\n"
2348msgstr "ni IBARA"
2349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002350#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002351#: e2fsck/problem.c:1433
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002352#, fuzzy
2353msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2354msgstr "IBARA kugirango g"
2355
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002356#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002357#: e2fsck/problem.c:1438
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002358#, fuzzy
2359msgid "Free @bs count wrong (%b, counted=%c).\n"
2360msgstr "IBARA"
2361
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002362#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2363#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002364#: e2fsck/problem.c:1443
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002365#, fuzzy
Theodore Ts'obc759702005-05-09 20:40:55 -04002366msgid ""
2367"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2368"endpoints (%i, %j)\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002369msgstr "F BIHUYE"
2370
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002371#: e2fsck/problem.c:1449
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002372#, fuzzy
2373msgid "Internal error: fudging end of bitmap (%N)\n"
2374msgstr "Ikosa Impera Bya Bitimapu"
2375
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002376#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002377#: e2fsck/problem.c:1454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002378#, fuzzy, c-format
2379msgid "Error copying in replacement @i @B: %m\n"
2380msgstr "i"
2381
2382#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002383#: e2fsck/problem.c:1459
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002384#, c-format
2385msgid "Error copying in replacement @b @B: %m\n"
2386msgstr ""
2387
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002388#: e2fsck/problem.c:1597
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002389#, fuzzy, c-format
2390msgid "Unhandled error code (0x%x)!\n"
2391msgstr "Ikosa ITEGEKONGENGA"
2392
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002393#: e2fsck/problem.c:1691
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002394msgid "IGNORED"
2395msgstr ""
2396
2397#: e2fsck/scantest.c:81
2398#, fuzzy, c-format
2399msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2400msgstr "Igihe"
2401
2402#: e2fsck/scantest.c:100
2403#, fuzzy, c-format
2404msgid "size of inode=%d\n"
2405msgstr "Ingano Bya"
2406
2407#: e2fsck/scantest.c:121
2408#, fuzzy
2409msgid "while starting inode scan"
2410msgstr "Gusikana"
2411
2412#: e2fsck/scantest.c:132
2413#, fuzzy
2414msgid "while doing inode scan"
2415msgstr "Gusikana"
2416
2417#: e2fsck/super.c:200
2418#, fuzzy, c-format
2419msgid "while calling ext2fs_block_iterate for inode %d"
2420msgstr "kugirango"
2421
2422#: e2fsck/super.c:223
2423#, fuzzy, c-format
2424msgid "while calling ext2fs_adjust_ea_refocunt for inode %d"
2425msgstr "kugirango"
2426
2427#: e2fsck/super.c:281
2428msgid "Truncating"
2429msgstr ""
2430
2431#: e2fsck/super.c:282
2432msgid "Clearing"
2433msgstr ""
2434
2435#: e2fsck/swapfs.c:98
2436msgid "while calling ext2fs_block_iterate"
2437msgstr ""
2438
2439#: e2fsck/swapfs.c:104
2440#, fuzzy
2441msgid "while calling iterator function"
2442msgstr "Umumaro"
2443
2444#: e2fsck/swapfs.c:126
2445msgid "while allocating inode buffer"
2446msgstr ""
2447
2448#: e2fsck/swapfs.c:138
2449#, fuzzy, c-format
2450msgid "while reading inode table (group %d)"
2451msgstr "imbonerahamwe# Itsinda"
2452
2453#: e2fsck/swapfs.c:176
2454#, fuzzy, c-format
2455msgid "while writing inode table (group %d)"
2456msgstr "imbonerahamwe# Itsinda"
2457
2458#: e2fsck/swapfs.c:223
2459#, fuzzy, c-format
2460msgid "Pass 0: Doing byte-swap of filesystem\n"
2461msgstr "0 Bayite Bya"
2462
2463#: e2fsck/swapfs.c:230
2464#, fuzzy, c-format
2465msgid ""
2466"%s: the filesystem must be freshly checked using fsck\n"
2467"and not mounted before trying to byte-swap it.\n"
2468msgstr "%s:i Ivivuwe ikoresha OYA Mbere Kuri Bayite"
2469
2470#: e2fsck/swapfs.c:265
2471msgid "Byte swap"
2472msgstr ""
2473
2474#: e2fsck/unix.c:74
2475#, fuzzy, c-format
2476msgid ""
2477"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
2478"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002479"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002480"\t\t[-E extended-options] device\n"
2481msgstr "B L C j EXT Ikinyamakuru E Byongerewe... Amahitamo"
2482
2483#: e2fsck/unix.c:80
2484#, fuzzy, c-format
2485msgid ""
2486"\n"
2487"Emergency help:\n"
2488" -p Automatic repair (no questions)\n"
2489" -n Make no changes to the filesystem\n"
2490" -y Assume \"yes\" to all questions\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002491" -c Check for bad blocks and add them to the badblock "
2492"list\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002493" -f Force checking even if filesystem is marked clean\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002494msgstr ""
2495"Ifashayobora P Gusana Oya N Oya Amahinduka Kuri i Y Yego Kuri Byose C "
2496"kugirango Na Kongeramo Kuri i F ATARIIGIHARWE NIBA ni cy/ byagarajwe"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002497
2498#: e2fsck/unix.c:86
2499#, fuzzy, c-format
2500msgid ""
2501" -v Be verbose\n"
2502" -b superblock Use alternative superblock\n"
2503" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002504" -j external_journal Set location of the external journal\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002505" -l bad_blocks_file Add to badblocks list\n"
2506" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002507msgstr ""
2508"-v B Ryari: kugirango j external Ikinyamakuru Ahantu Bya i external L Kuri"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002509
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002510#: e2fsck/unix.c:121
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002511#, fuzzy, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002512msgid "%s: %d/%d files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002513msgstr "%s:%d/%dIdosiye."
2514
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002515#: e2fsck/unix.c:133
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002516#, fuzzy, c-format
2517msgid " # of inodes with ind/dind/tind blocks: %d/%d/%d\n"
2518msgstr "#Bya Na:"
2519
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002520#: e2fsck/unix.c:177 misc/badblocks.c:779 misc/tune2fs.c:792 misc/util.c:151
2521#: resize/main.c:184
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002522#, fuzzy, c-format
2523msgid "while determining whether %s is mounted."
2524msgstr "ni"
2525
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002526#: e2fsck/unix.c:195
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002527#, fuzzy, c-format
2528msgid "Warning! %s is mounted.\n"
2529msgstr "ni"
2530
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002531#: e2fsck/unix.c:199
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002532#, fuzzy, c-format
2533msgid "%s is mounted. "
2534msgstr "%sni"
2535
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002536#: e2fsck/unix.c:201
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002537#, fuzzy
2538msgid ""
2539"Cannot continue, aborting.\n"
2540"\n"
2541msgstr "urifuzagukomeza"
2542
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002543#: e2fsck/unix.c:202
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002544#, fuzzy, c-format
2545msgid ""
2546"\n"
2547"\n"
2548"WARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2549"SEVERE filesystem damage.\n"
2550"\n"
2551msgstr "ku a Gicurasi"
2552
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002553#: e2fsck/unix.c:205
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002554#, fuzzy
2555msgid "Do you really want to continue"
2556msgstr "Kuri urifuzagukomeza"
2557
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002558#: e2fsck/unix.c:207
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002559#, fuzzy, c-format
2560msgid "check aborted.\n"
2561msgstr "Kugenzura..."
2562
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002563#: e2fsck/unix.c:277
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002564#, fuzzy
2565msgid " contains a file system with errors"
2566msgstr "Kirimo a IDOSIYE Sisitemu Na: Amakosa"
2567
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002568#: e2fsck/unix.c:279
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002569#, fuzzy
2570msgid " was not cleanly unmounted"
2571msgstr "OYA"
2572
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002573#: e2fsck/unix.c:283
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002574#, fuzzy, c-format
2575msgid " has been mounted %u times without being checked"
2576msgstr "Times Ivivuwe"
2577
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002578#: e2fsck/unix.c:291
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002579#, fuzzy, c-format
2580msgid " has gone %u days without being checked"
2581msgstr "Iminsi Ivivuwe"
2582
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002583#: e2fsck/unix.c:300
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002584#, fuzzy
2585msgid ", check forced.\n"
2586msgstr ",Kugenzura..."
2587
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002588#: e2fsck/unix.c:303
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002589#, fuzzy, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002590msgid "%s: clean, %d/%d files, %u/%u blocks"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002591msgstr "%s:GUSUKURA Idosiye"
2592
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002593#: e2fsck/unix.c:320
2594#, fuzzy
2595msgid " (check deferred; on battery)"
2596msgstr "(Kugenzura... Nyuma Komeza>>"
2597
2598#: e2fsck/unix.c:323
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002599#, fuzzy
2600msgid " (check after next mount)"
2601msgstr "(Kugenzura... Nyuma Komeza>>"
2602
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002603#: e2fsck/unix.c:325
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002604#, fuzzy, c-format
2605msgid " (check in %ld mounts)"
2606msgstr "(Kugenzura... in"
2607
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002608#: e2fsck/unix.c:471
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002609#, fuzzy, c-format
2610msgid "ERROR: Couldn't open /dev/null (%s)\n"
2611msgstr "Gufungura NTAGIHARI"
2612
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002613#: e2fsck/unix.c:542
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002614#, fuzzy, c-format
2615msgid "Invalid EA version.\n"
2616msgstr "Verisiyo"
2617
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002618#: e2fsck/unix.c:548
Theodore Ts'o197abba2005-06-20 18:00:23 -04002619#, c-format
2620msgid "Unknown extended option: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002621msgstr ""
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002622
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002623#: e2fsck/unix.c:566
2624#, c-format
2625msgid ""
2626"Syntax error in e2fsck config file (%s, line #%d)\n"
2627"\t%s\n"
2628msgstr ""
2629
2630#: e2fsck/unix.c:623
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002631#, fuzzy, c-format
2632msgid "Error validating file descriptor %d: %s\n"
2633msgstr "IDOSIYE"
2634
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002635#: e2fsck/unix.c:627
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002636#, fuzzy
2637msgid "Invalid completion information file descriptor"
2638msgstr "Ibisobanuro IDOSIYE"
2639
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002640#: e2fsck/unix.c:642
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002641#, fuzzy
Theodore Ts'o6956f612005-12-31 16:46:15 -05002642msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002643msgstr "i Amahitamo P a N Cyangwa Y Gicurasi"
2644
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002645#: e2fsck/unix.c:663
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002646#, fuzzy, c-format
2647msgid "The -t option is not supported on this version of e2fsck.\n"
2648msgstr "T Ihitamo ni OYA ku iyi Verisiyo Bya"
2649
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002650#: e2fsck/unix.c:728
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002651#, fuzzy, c-format
2652msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
2653msgstr "OYA in iyi Verisiyo Bya"
2654
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002655#: e2fsck/unix.c:751 misc/tune2fs.c:459 misc/tune2fs.c:717 misc/tune2fs.c:734
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002656#, fuzzy, c-format
2657msgid "Unable to resolve '%s'"
2658msgstr "Kuri"
2659
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002660#: e2fsck/unix.c:782
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002661#, fuzzy, c-format
2662msgid "Incompatible options not allowed when byte-swapping.\n"
2663msgstr "Amahitamo OYA Ryari: Bayite"
2664
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002665#: e2fsck/unix.c:789
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002666#, fuzzy, c-format
2667msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2668msgstr "C Na i L Amahitamo Gicurasi OYA Byombi ku i Igihe"
2669
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002670#: e2fsck/unix.c:867
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002671#, fuzzy, c-format
2672msgid "Error: ext2fs library version out of date!\n"
2673msgstr "Isomero Verisiyo Inyuma Bya Itariki"
2674
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002675#: e2fsck/unix.c:875
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002676#, fuzzy
2677msgid "while trying to initialize program"
2678msgstr "Kuri gutangiza Porogaramu"
2679
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002680#: e2fsck/unix.c:889
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002681#, fuzzy, c-format
2682msgid "\tUsing %s, %s\n"
2683msgstr "ikoresha"
2684
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002685#: e2fsck/unix.c:901
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002686#, fuzzy
2687msgid "need terminal for interactive repairs"
2688msgstr "kugirango Biganira"
2689
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002690#: e2fsck/unix.c:940
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002691#, fuzzy, c-format
2692msgid "%s trying backup blocks...\n"
2693msgstr "%sInyibutsa"
2694
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002695#: e2fsck/unix.c:941
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002696#, fuzzy
2697msgid "Couldn't find ext2 superblock,"
2698msgstr "Gushaka"
2699
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002700#: e2fsck/unix.c:942
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002701msgid "Group descriptors look bad..."
2702msgstr ""
2703
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002704#: e2fsck/unix.c:953
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002705#, fuzzy, c-format
2706msgid ""
2707"The filesystem revision is apparently too high for this version of e2fsck.\n"
2708"(Or the filesystem superblock is corrupt)\n"
2709"\n"
2710msgstr "Isubiramo ni kirekire kugirango iyi Verisiyo Bya i ni"
2711
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002712#: e2fsck/unix.c:959
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002713#, fuzzy, c-format
2714msgid "Could this be a zero-length partition?\n"
2715msgstr "iyi a Zeru Uburebure"
2716
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002717#: e2fsck/unix.c:961
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002718#, fuzzy, c-format
2719msgid "You must have %s access to the filesystem or be root\n"
2720msgstr "Kuri i Cyangwa"
2721
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002722#: e2fsck/unix.c:966
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002723#, fuzzy, c-format
2724msgid "Possibly non-existent or swap device?\n"
2725msgstr "Cyangwa APAREYE"
2726
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002727#: e2fsck/unix.c:968
2728#, c-format
2729msgid "Filesystem mounted or opened exclusively by another program?\n"
2730msgstr ""
2731
2732#: e2fsck/unix.c:972
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002733#, fuzzy, c-format
2734msgid ""
2735"Disk write-protected; use the -n option to do a read-only\n"
2736"check of the device.\n"
2737msgstr "Kwandika Birinzwe Gukoresha i N Ihitamo Kuri a Gusoma Bya i APAREYE"
2738
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002739#: e2fsck/unix.c:989
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002740#, fuzzy
2741msgid "Get a newer version of e2fsck!"
2742msgstr "a Verisiyo Bya"
2743
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002744#: e2fsck/unix.c:1010
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002745#, fuzzy, c-format
2746msgid "while checking ext3 journal for %s"
2747msgstr "Ikinyamakuru kugirango"
2748
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002749#: e2fsck/unix.c:1021
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002750#, fuzzy, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002751msgid ""
2752"Warning: skipping journal recovery because doing a read-only filesystem "
2753"check.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002754msgstr "Gusimbuka:%s Ikinyamakuru a Gusoma Kugenzura..."
2755
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002756#: e2fsck/unix.c:1034
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002757#, fuzzy, c-format
2758msgid "unable to set superblock flags on %s\n"
2759msgstr "Kuri Gushyiraho Amabendera ku"
2760
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002761#: e2fsck/unix.c:1040
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002762#, fuzzy, c-format
2763msgid "while recovering ext3 journal of %s"
2764msgstr "Ikinyamakuru Bya"
2765
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002766#: e2fsck/unix.c:1069
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002767#, fuzzy
2768msgid "Warning: compression support is experimental.\n"
2769msgstr "igabanyangano Gushigikira ni Ifite uburambe"
2770
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002771#: e2fsck/unix.c:1074
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002772#, fuzzy, c-format
2773msgid ""
2774"E2fsck not compiled with HTREE support,\n"
2775"\tbut filesystem %s has HTREE directories.\n"
2776msgstr "OYA Na: Gushigikira ububiko bw'amaderese"
2777
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002778#: e2fsck/unix.c:1118
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002779#, fuzzy, c-format
2780msgid "%s: Filesystem byte order already normalized.\n"
2781msgstr "%s:Bayite Itondekanya"
2782
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002783#: e2fsck/unix.c:1138
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002784msgid "while reading bad blocks inode"
2785msgstr ""
2786
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002787#: e2fsck/unix.c:1140
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002788#, fuzzy, c-format
2789msgid "This doesn't bode well, but we'll try to go on...\n"
2790msgstr "Kuri Gyayo ku"
2791
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002792#: e2fsck/unix.c:1147
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002793#, fuzzy, c-format
2794msgid "Restarting e2fsck from the beginning...\n"
2795msgstr "Bivuye i Itangiriro"
2796
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002797#: e2fsck/unix.c:1151
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002798#, fuzzy
2799msgid "while resetting context"
2800msgstr "Imvugiro"
2801
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002802#: e2fsck/unix.c:1158
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002803#, c-format
2804msgid "%s: e2fsck canceled.\n"
2805msgstr ""
2806
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002807#: e2fsck/unix.c:1163
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002808msgid "aborted"
2809msgstr ""
2810
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002811#: e2fsck/unix.c:1171
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002812#, c-format
2813msgid ""
2814"\n"
2815"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2816msgstr ""
2817
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002818#: e2fsck/unix.c:1174
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002819#, c-format
2820msgid "%s: ***** REBOOT LINUX *****\n"
2821msgstr ""
2822
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002823#: e2fsck/unix.c:1182
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002824#, fuzzy, c-format
2825msgid ""
2826"\n"
2827"%s: ********** WARNING: Filesystem still has errors **********\n"
2828"\n"
2829msgstr "%s:**********Amakosa"
2830
2831#: e2fsck/util.c:131 misc/util.c:68
2832msgid "yY"
2833msgstr ""
2834
2835#: e2fsck/util.c:132
2836msgid "nN"
2837msgstr ""
2838
2839#: e2fsck/util.c:146
2840#, fuzzy
2841msgid "<y>"
2842msgstr "<Y"
2843
2844#: e2fsck/util.c:148
2845#, fuzzy
2846msgid "<n>"
2847msgstr "<N"
2848
2849#: e2fsck/util.c:150
2850#, fuzzy
2851msgid " (y/n)"
2852msgstr "(Y N"
2853
2854#: e2fsck/util.c:165
2855#, fuzzy
2856msgid "cancelled!\n"
2857msgstr "Kureka"
2858
2859#: e2fsck/util.c:180
2860msgid "yes\n"
2861msgstr ""
2862
2863#: e2fsck/util.c:182
2864msgid "no\n"
2865msgstr ""
2866
2867#: e2fsck/util.c:192
2868#, fuzzy, c-format
2869msgid ""
2870"%s? no\n"
2871"\n"
2872msgstr ""
2873"%sProject- Id- Version: basctl\n"
2874"POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
2875"PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
2876"Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
2877"Content- Type: text/ plain; charset= UTF- 8\n"
2878"Content- Transfer- Encoding: 8bit\n"
2879"X- Generator: KBabel 1. 0\n"
2880"."
2881
2882#: e2fsck/util.c:196
2883#, fuzzy, c-format
2884msgid ""
2885"%s? yes\n"
2886"\n"
2887msgstr ""
2888"%sProject- Id- Version: basctl\n"
2889"POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
2890"PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
2891"Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
2892"Content- Type: text/ plain; charset= UTF- 8\n"
2893"Content- Transfer- Encoding: 8bit\n"
2894"X- Generator: KBabel 1. 0\n"
2895"."
2896
2897#: e2fsck/util.c:200
2898msgid "yes"
2899msgstr "Yego"
2900
2901#: e2fsck/util.c:200
2902#, fuzzy
2903msgid "no"
2904msgstr "Oya"
2905
2906#: e2fsck/util.c:213
2907#, fuzzy, c-format
2908msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2909msgstr "Bitimapu Funga S kugirango"
2910
2911#: e2fsck/util.c:218
2912#, fuzzy
2913msgid "reading inode and block bitmaps"
2914msgstr "Na Funga Bitimapu"
2915
2916#: e2fsck/util.c:223
2917#, fuzzy, c-format
2918msgid "while retrying to read bitmaps for %s"
2919msgstr "Kuri Gusoma Bitimapu kugirango"
2920
2921#: e2fsck/util.c:235
2922#, fuzzy
2923msgid "writing block bitmaps"
2924msgstr "Funga Bitimapu"
2925
2926#: e2fsck/util.c:240
2927#, fuzzy, c-format
2928msgid "while retrying to write block bitmaps for %s"
2929msgstr "Kuri Kwandika Funga Bitimapu kugirango"
2930
2931#: e2fsck/util.c:247
2932#, fuzzy
2933msgid "writing inode bitmaps"
2934msgstr "Bitimapu"
2935
2936#: e2fsck/util.c:252
2937#, fuzzy, c-format
2938msgid "while retrying to write inode bitmaps for %s"
2939msgstr "Kuri Kwandika Bitimapu kugirango"
2940
2941#: e2fsck/util.c:265
2942#, fuzzy, c-format
2943msgid ""
2944"\n"
2945"\n"
2946"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2947"\t(i.e., without -a or -p options)\n"
2948msgstr "%s:i. E."
2949
2950#: e2fsck/util.c:330
2951#, c-format
2952msgid "Memory used: %dk/%dk (%dk/%dk), "
2953msgstr ""
2954
2955#: e2fsck/util.c:334
2956#, c-format
2957msgid "Memory used: %d, "
2958msgstr ""
2959
2960#: e2fsck/util.c:340
2961#, fuzzy, c-format
2962msgid "time: %5.2f/%5.2f/%5.2f\n"
2963msgstr "Igihe."
2964
2965#: e2fsck/util.c:345
2966#, fuzzy, c-format
2967msgid "elapsed time: %6.3f\n"
2968msgstr "Igihe"
2969
2970#: e2fsck/util.c:359
2971#, fuzzy, c-format
2972msgid "while reading inode %ld in %s"
2973msgstr "in"
2974
Theodore Ts'obc759702005-05-09 20:40:55 -04002975#: e2fsck/util.c:373 e2fsck/util.c:386
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002976#, fuzzy, c-format
2977msgid "while writing inode %ld in %s"
2978msgstr "in"
2979
2980# Statusbar
2981#: misc/badblocks.c:60
2982#, fuzzy
Theodore Ts'o6956f612005-12-31 16:46:15 -05002983msgid "done \n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002984msgstr "Byakozwe"
2985
2986#: misc/badblocks.c:78
2987#, fuzzy, c-format
2988msgid ""
2989"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04002990" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2991"[...]]]\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04002992" device [last_block [start_block]]\n"
2993msgstr "B i o C P T T APAREYE"
2994
2995#: misc/badblocks.c:225
2996#, fuzzy
2997msgid "Testing with random pattern: "
2998msgstr "Na: Ishusho"
2999
3000#: misc/badblocks.c:243
3001#, fuzzy
3002msgid "Testing with pattern 0x"
3003msgstr "Na: Ishusho"
3004
3005#: misc/badblocks.c:268 misc/badblocks.c:297
3006msgid "during seek"
3007msgstr ""
3008
3009#: misc/badblocks.c:275
3010#, fuzzy, c-format
3011msgid "Weird value (%ld) in do_read\n"
3012msgstr "Agaciro in"
3013
3014#: misc/badblocks.c:317
3015msgid "during ext2fs_sync_device"
3016msgstr ""
3017
3018#: misc/badblocks.c:333 misc/badblocks.c:571
3019#, fuzzy
3020msgid "while beginning bad block list iteration"
3021msgstr "Itangiriro Funga Urutonde"
3022
3023#: misc/badblocks.c:347 misc/badblocks.c:437 misc/badblocks.c:581
3024msgid "while allocating buffers"
3025msgstr ""
3026
3027#: misc/badblocks.c:351
3028#, fuzzy, c-format
3029msgid "Checking blocks %lu to %lu\n"
3030msgstr "Kuri"
3031
3032#: misc/badblocks.c:355
3033#, fuzzy
3034msgid "Checking for bad blocks in read-only mode\n"
3035msgstr "kugirango in Gusoma"
3036
3037#: misc/badblocks.c:364
3038#, fuzzy
3039msgid "Checking for bad blocks (read-only test): "
3040msgstr "kugirango Gusoma Igerageza"
3041
3042#: misc/badblocks.c:444
3043#, fuzzy
3044msgid "Checking for bad blocks in read-write mode\n"
3045msgstr "kugirango in Gusoma Kwandika"
3046
3047#: misc/badblocks.c:446 misc/badblocks.c:594
3048#, fuzzy, c-format
3049msgid "From block %lu to %lu\n"
3050msgstr "Funga Kuri"
3051
3052#: misc/badblocks.c:497
3053#, fuzzy
3054msgid "Reading and comparing: "
3055msgstr "Na"
3056
3057#: misc/badblocks.c:593
3058#, fuzzy
3059msgid "Checking for bad blocks in non-destructive read-write mode\n"
3060msgstr "kugirango in Gusoma Kwandika"
3061
3062#: misc/badblocks.c:597
3063#, fuzzy
3064msgid "Checking for bad blocks (non-destructive read-write test)\n"
3065msgstr "kugirango Gusoma Kwandika Igerageza"
3066
3067#: misc/badblocks.c:604
3068msgid ""
3069"\n"
3070"Interrupt caught, cleaning up\n"
3071msgstr ""
3072
3073#: misc/badblocks.c:674
3074#, fuzzy, c-format
3075msgid "during test data write, block %lu"
3076msgstr "Igerageza Ibyatanzwe Kwandika Funga"
3077
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003078#: misc/badblocks.c:784 misc/util.c:156
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003079#, fuzzy, c-format
3080msgid "%s is mounted; "
3081msgstr "%sni"
3082
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003083#: misc/badblocks.c:786
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003084#, fuzzy
3085msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3086msgstr "ni"
3087
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003088#: misc/badblocks.c:791
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003089#, fuzzy
3090msgid "it's not safe to run badblocks!\n"
3091msgstr "OYA Kuri Gukoresha"
3092
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003093#: misc/badblocks.c:796 misc/util.c:167
3094#, c-format
3095msgid "%s is apparently in use by the system; "
3096msgstr ""
3097
3098#: misc/badblocks.c:799
3099#, fuzzy
3100msgid "badblocks forced anyway.\n"
3101msgstr "ni"
3102
3103#: misc/badblocks.c:861
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003104#, fuzzy, c-format
3105msgid "bad block size - %s"
3106msgstr "Funga Ingano"
3107
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003108#: misc/badblocks.c:918
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003109#, fuzzy, c-format
3110msgid "can't allocate memory for test_pattern - %s"
3111msgstr "Ububiko kugirango"
3112
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003113#: misc/badblocks.c:932
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003114#, fuzzy, c-format
3115msgid "invalid test_pattern: %s\n"
3116msgstr "Sibyo"
3117
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003118#: misc/badblocks.c:948
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003119#, fuzzy
3120msgid "Maximum of one test_pattern may be specified in read-only mode"
3121msgstr "Bya Gicurasi in Gusoma Ubwoko"
3122
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003123#: misc/badblocks.c:954
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003124#, fuzzy
3125msgid "Random test_pattern is not allowed in read-only mode"
3126msgstr "ni OYA in Gusoma Ubwoko"
3127
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003128#: misc/badblocks.c:968
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003129#, fuzzy
3130msgid ""
3131"Couldn't determine device size; you must specify\n"
3132"the size manually\n"
3133msgstr "APAREYE Ingano Ingano"
3134
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003135#: misc/badblocks.c:974
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003136#, fuzzy
3137msgid "while trying to determine device size"
3138msgstr "Kuri APAREYE Ingano"
3139
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003140#: misc/badblocks.c:980 misc/mke2fs.c:1155
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003141#, fuzzy, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003142msgid "invalid blocks count - %s"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003143msgstr "IBARA"
3144
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003145#: misc/badblocks.c:989
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003146#, fuzzy, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003147msgid "invalid starting block - %s"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003148msgstr "Funga"
3149
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003150#: misc/badblocks.c:995
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003151#, fuzzy, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003152msgid "invalid blocks range: %lu-%lu"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003153msgstr "Urutonde"
3154
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003155#: misc/badblocks.c:1050
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003156#, fuzzy
Theodore Ts'o197abba2005-06-20 18:00:23 -04003157msgid "while creating in-memory bad blocks list"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003158msgstr "in Ububiko Urutonde"
3159
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003160#: misc/badblocks.c:1065
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003161#, fuzzy
Theodore Ts'o197abba2005-06-20 18:00:23 -04003162msgid "while adding to in-memory bad block list"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003163msgstr "Wongera Kuri in Ububiko Funga Urutonde"
3164
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003165#: misc/badblocks.c:1089
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003166#, fuzzy, c-format
3167msgid "Pass completed, %u bad blocks found.\n"
3168msgstr "Byabonetse"
3169
3170#: misc/chattr.c:87
3171#, fuzzy, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003172msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003173msgstr "Ikoresha: v Verisiyo Idosiye"
3174
3175#: misc/chattr.c:148
3176#, fuzzy, c-format
3177msgid "bad version - %s\n"
3178msgstr "Verisiyo"
3179
3180#: misc/chattr.c:192 misc/lsattr.c:113
3181#, fuzzy, c-format
3182msgid "while trying to stat %s"
3183msgstr "Kuri"
3184
3185#: misc/chattr.c:209 misc/chattr.c:225
3186#, fuzzy, c-format
3187msgid "Flags of %s set as "
3188msgstr "Bya Gushyiraho Nka"
3189
3190#: misc/chattr.c:218
3191#, fuzzy, c-format
3192msgid "while reading flags on %s"
3193msgstr "Amabendera ku"
3194
3195#: misc/chattr.c:233
3196#, fuzzy, c-format
3197msgid "while setting flags on %s"
3198msgstr "Igenamiterere Amabendera ku"
3199
3200#: misc/chattr.c:238
3201#, fuzzy, c-format
3202msgid "Version of %s set as %lu\n"
3203msgstr "Bya Gushyiraho Nka"
3204
3205#: misc/chattr.c:241
3206#, fuzzy, c-format
3207msgid "while setting version on %s"
3208msgstr "Igenamiterere Verisiyo ku"
3209
3210#: misc/chattr.c:255
3211#, fuzzy
3212msgid "Couldn't allocate path variable in chattr_dir_proc"
3213msgstr "Inzira IMPINDURAGACIRO in"
3214
3215#: misc/chattr.c:291
3216#, fuzzy
3217msgid "= is incompatible with - and +\n"
3218msgstr "=ni Na: Na"
3219
3220#: misc/chattr.c:299
3221#, fuzzy
3222msgid "Must use '-v', =, - or +\n"
3223msgstr "Gukoresha Cyangwa"
3224
Theodore Ts'o6956f612005-12-31 16:46:15 -05003225#: misc/dumpe2fs.c:53
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003226#, c-format
3227msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
3228msgstr ""
3229
Theodore Ts'o6956f612005-12-31 16:46:15 -05003230#: misc/dumpe2fs.c:131
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003231#, c-format
3232msgid "Group %lu: (Blocks "
3233msgstr ""
3234
Theodore Ts'o6956f612005-12-31 16:46:15 -05003235#: misc/dumpe2fs.c:136
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003236#, fuzzy, c-format
3237msgid " %s superblock at "
3238msgstr "%sku"
3239
Theodore Ts'o6956f612005-12-31 16:46:15 -05003240#: misc/dumpe2fs.c:137
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003241msgid "Primary"
3242msgstr ""
3243
Theodore Ts'o6956f612005-12-31 16:46:15 -05003244#: misc/dumpe2fs.c:137
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003245msgid "Backup"
3246msgstr "Inyibutsa"
3247
Theodore Ts'o6956f612005-12-31 16:46:15 -05003248#: misc/dumpe2fs.c:141
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003249#, fuzzy, c-format
3250msgid ", Group descriptors at "
3251msgstr ",ku"
3252
Theodore Ts'o6956f612005-12-31 16:46:15 -05003253#: misc/dumpe2fs.c:145
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003254#, fuzzy, c-format
3255msgid ""
3256"\n"
3257" Reserved GDT blocks at "
3258msgstr "ku"
3259
Theodore Ts'o6956f612005-12-31 16:46:15 -05003260#: misc/dumpe2fs.c:152
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003261#, fuzzy, c-format
3262msgid " Group descriptor at "
3263msgstr "ku"
3264
Theodore Ts'o6956f612005-12-31 16:46:15 -05003265#: misc/dumpe2fs.c:158
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003266#, fuzzy
3267msgid " Block bitmap at "
3268msgstr "Bitimapu ku"
3269
Theodore Ts'o6956f612005-12-31 16:46:15 -05003270#: misc/dumpe2fs.c:163
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003271#, fuzzy
3272msgid ", Inode bitmap at "
3273msgstr ",Bitimapu ku"
3274
Theodore Ts'o6956f612005-12-31 16:46:15 -05003275#: misc/dumpe2fs.c:168
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003276#, fuzzy
3277msgid ""
3278"\n"
3279" Inode table at "
3280msgstr "imbonerahamwe# ku"
3281
Theodore Ts'o6956f612005-12-31 16:46:15 -05003282#: misc/dumpe2fs.c:175
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003283#, fuzzy, c-format
3284msgid ""
3285"\n"
3286" %d free blocks, %d free inodes, %d directories\n"
3287msgstr "%dKigenga Kigenga"
3288
Theodore Ts'o6956f612005-12-31 16:46:15 -05003289#: misc/dumpe2fs.c:181
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003290msgid " Free blocks: "
3291msgstr ""
3292
Theodore Ts'o6956f612005-12-31 16:46:15 -05003293#: misc/dumpe2fs.c:189
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003294msgid " Free inodes: "
3295msgstr ""
3296
Theodore Ts'o6956f612005-12-31 16:46:15 -05003297#: misc/dumpe2fs.c:215
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003298#, fuzzy
3299msgid "while printing bad block list"
3300msgstr "Icapa... Funga Urutonde"
3301
Theodore Ts'o6956f612005-12-31 16:46:15 -05003302#: misc/dumpe2fs.c:221
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003303#, c-format
3304msgid "Bad blocks: %d"
3305msgstr ""
3306
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003307#: misc/dumpe2fs.c:243 misc/tune2fs.c:232
3308#, fuzzy
3309msgid "while reading journal inode"
3310msgstr "Ikinyamakuru"
3311
3312#: misc/dumpe2fs.c:246
3313msgid "Journal size: "
3314msgstr ""
3315
3316#: misc/dumpe2fs.c:265 misc/tune2fs.c:154
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003317#, fuzzy
3318msgid "while reading journal superblock"
3319msgstr "Ikinyamakuru"
3320
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003321#: misc/dumpe2fs.c:273
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003322#, fuzzy
3323msgid "Couldn't find journal superblock magic numbers"
3324msgstr "Gushaka Ikinyamakuru Imibare"
3325
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003326#: misc/dumpe2fs.c:277
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003327#, fuzzy, c-format
3328msgid ""
3329"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003330"Journal block size: %u\n"
3331"Journal length: %u\n"
3332"Journal first block: %u\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003333"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003334"Journal start: %u\n"
3335"Journal number of users: %lu\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003336msgstr "Funga Ingano Uburebure Itangira Funga Gutangira Umubare Bya"
3337
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003338#: misc/dumpe2fs.c:290
Theodore Ts'o197abba2005-06-20 18:00:23 -04003339#, c-format
3340msgid "Journal users: %s\n"
3341msgstr ""
3342
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003343#: misc/dumpe2fs.c:345 misc/mke2fs.c:1099
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003344#, fuzzy, c-format
3345msgid "\tUsing %s\n"
3346msgstr "ikoresha"
3347
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003348#: misc/dumpe2fs.c:371 misc/e2image.c:662 misc/tune2fs.c:779 resize/main.c:245
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003349#, fuzzy, c-format
3350msgid "Couldn't find valid filesystem superblock.\n"
3351msgstr "Gushaka Byemewe"
3352
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003353#: misc/dumpe2fs.c:382
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003354#, fuzzy, c-format
3355msgid "Note: This is a byte-swapped filesystem\n"
3356msgstr "ni a Bayite"
3357
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003358#: misc/dumpe2fs.c:401
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003359#, fuzzy, c-format
3360msgid ""
3361"\n"
3362"%s: %s: error reading bitmaps: %s\n"
3363msgstr "%s:%s:Ikosa Bitimapu"
3364
3365#: misc/e2image.c:50
3366#, fuzzy, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003367msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003368msgstr "R APAREYE"
3369
Theodore Ts'obc759702005-05-09 20:40:55 -04003370#: misc/e2image.c:62
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003371#, fuzzy
3372msgid "Couldn't allocate header buffer\n"
3373msgstr "Umutwempangano"
3374
Theodore Ts'obc759702005-05-09 20:40:55 -04003375#: misc/e2image.c:81
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003376#, fuzzy, c-format
3377msgid "short write (only %d bytes) for writing image header"
3378msgstr "Kwandika Bayite kugirango Ishusho Umutwempangano"
3379
Theodore Ts'obc759702005-05-09 20:40:55 -04003380#: misc/e2image.c:100
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003381msgid "while writing superblock"
3382msgstr ""
3383
Theodore Ts'obc759702005-05-09 20:40:55 -04003384#: misc/e2image.c:108
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003385#, fuzzy
3386msgid "while writing inode table"
3387msgstr "imbonerahamwe#"
3388
Theodore Ts'obc759702005-05-09 20:40:55 -04003389#: misc/e2image.c:115
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003390#, fuzzy
3391msgid "while writing block bitmap"
3392msgstr "Funga Bitimapu"
3393
Theodore Ts'obc759702005-05-09 20:40:55 -04003394#: misc/e2image.c:122
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003395#, fuzzy
3396msgid "while writing inode bitmap"
3397msgstr "Bitimapu"
3398
3399#: misc/e2label.c:57
3400#, fuzzy, c-format
3401msgid "e2label: cannot open %s\n"
3402msgstr "Gufungura"
3403
3404#: misc/e2label.c:62
3405#, fuzzy, c-format
3406msgid "e2label: cannot seek to superblock\n"
3407msgstr "Kuri"
3408
3409#: misc/e2label.c:67
3410#, fuzzy, c-format
3411msgid "e2label: error reading superblock\n"
3412msgstr "Ikosa"
3413
3414#: misc/e2label.c:71
3415#, fuzzy, c-format
3416msgid "e2label: not an ext2 filesystem\n"
3417msgstr "OYA"
3418
3419#: misc/e2label.c:96 misc/tune2fs.c:885
3420#, fuzzy, c-format
3421msgid "Warning: label too long, truncating.\n"
3422msgstr "Akarango"
3423
3424#: misc/e2label.c:99
3425#, fuzzy, c-format
3426msgid "e2label: cannot seek to superblock again\n"
3427msgstr "Kuri"
3428
3429#: misc/e2label.c:104
3430#, fuzzy, c-format
3431msgid "e2label: error writing superblock\n"
3432msgstr "Ikosa"
3433
Theodore Ts'o6956f612005-12-31 16:46:15 -05003434#: misc/e2label.c:116 misc/tune2fs.c:451
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003435#, fuzzy, c-format
3436msgid "Usage: e2label device [newlabel]\n"
3437msgstr "APAREYE"
3438
Theodore Ts'obc759702005-05-09 20:40:55 -04003439#: misc/fsck.c:346
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003440#, fuzzy, c-format
3441msgid "WARNING: couldn't open %s: %s\n"
3442msgstr "Gufungura"
3443
Theodore Ts'obc759702005-05-09 20:40:55 -04003444#: misc/fsck.c:356
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003445#, fuzzy, c-format
3446msgid "WARNING: bad format on line %d of %s\n"
3447msgstr "Imiterere ku Umurongo Bya"
3448
Theodore Ts'obc759702005-05-09 20:40:55 -04003449#: misc/fsck.c:371
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003450#, fuzzy
3451msgid ""
3452"WARNING: Your /etc/fstab does not contain the fsck passno\n"
3453"\tfield. I will kludge around things for you, but you\n"
3454"\tshould fix your /etc/fstab file as soon as you can.\n"
3455"\n"
3456msgstr "OYA i kugirango IDOSIYE Nka Nka"
3457
Theodore Ts'obc759702005-05-09 20:40:55 -04003458#: misc/fsck.c:472
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003459#, fuzzy, c-format
3460msgid "fsck: %s: not found\n"
3461msgstr "OYA"
3462
Theodore Ts'obc759702005-05-09 20:40:55 -04003463#: misc/fsck.c:585
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003464#, fuzzy, c-format
3465msgid "%s: wait: No more child process?!?\n"
3466msgstr ""
3467"%s:Project- Id- Version: basctl\n"
3468"POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
3469"PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
3470"Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
3471"Content- Type: text/ plain; charset= UTF- 8\n"
3472"Content- Transfer- Encoding: 8bit\n"
3473"X- Generator: KBabel 1. 0\n"
3474"."
3475
Theodore Ts'obc759702005-05-09 20:40:55 -04003476#: misc/fsck.c:607
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003477#, fuzzy, c-format
3478msgid "Warning... %s for device %s exited with signal %d.\n"
3479msgstr "kugirango APAREYE Na:"
3480
Theodore Ts'obc759702005-05-09 20:40:55 -04003481#: misc/fsck.c:613
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003482#, fuzzy, c-format
3483msgid "%s %s: status is %x, should never happen.\n"
3484msgstr "%s%s:Imimerere ni Nta narimwe"
3485
Theodore Ts'obc759702005-05-09 20:40:55 -04003486#: misc/fsck.c:649
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003487#, fuzzy, c-format
3488msgid "Finished with %s (exit status %d)\n"
3489msgstr "Na: Gusohoka Imimerere"
3490
Theodore Ts'obc759702005-05-09 20:40:55 -04003491#: misc/fsck.c:709
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003492#, fuzzy, c-format
3493msgid "%s: Error %d while executing fsck.%s for %s\n"
3494msgstr "%s:Gukora: %s%s kugirango"
3495
Theodore Ts'obc759702005-05-09 20:40:55 -04003496#: misc/fsck.c:730
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003497#, fuzzy
3498msgid ""
3499"Either all or none of the filesystem types passed to -t must be prefixed\n"
3500"with 'no' or '!'.\n"
3501msgstr "Byose Cyangwa Ntacyo Bya i Kuri T Cyangwa"
3502
Theodore Ts'obc759702005-05-09 20:40:55 -04003503#: misc/fsck.c:749
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003504#, fuzzy
3505msgid "Couldn't allocate memory for filesystem types\n"
3506msgstr "Ububiko kugirango"
3507
Theodore Ts'obc759702005-05-09 20:40:55 -04003508#: misc/fsck.c:889
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003509#, fuzzy, c-format
3510msgid "fsck: cannot check %s: fsck.%s not found\n"
3511msgstr "Kugenzura... OYA"
3512
Theodore Ts'obc759702005-05-09 20:40:55 -04003513#: misc/fsck.c:945
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003514#, fuzzy
3515msgid "Checking all file systems.\n"
3516msgstr "Byose IDOSIYE"
3517
Theodore Ts'obc759702005-05-09 20:40:55 -04003518#: misc/fsck.c:1031
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003519#, fuzzy, c-format
3520msgid "--waiting-- (pass %d)\n"
3521msgstr "--Tegereza"
3522
Theodore Ts'obc759702005-05-09 20:40:55 -04003523#: misc/fsck.c:1051
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003524#, fuzzy
Theodore Ts'obc759702005-05-09 20:40:55 -04003525msgid ""
3526"Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003527msgstr "C T Amahitamo"
3528
Theodore Ts'obc759702005-05-09 20:40:55 -04003529#: misc/fsck.c:1093
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003530#, c-format
3531msgid "%s: too many devices\n"
3532msgstr ""
3533
Theodore Ts'obc759702005-05-09 20:40:55 -04003534#: misc/fsck.c:1126 misc/fsck.c:1212
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003535#, c-format
3536msgid "%s: too many arguments\n"
3537msgstr ""
3538
3539#: misc/lsattr.c:73
3540#, fuzzy, c-format
3541msgid "Usage: %s [-RVadlv] [files...]\n"
3542msgstr "Idosiye"
3543
3544#: misc/lsattr.c:83
3545#, fuzzy, c-format
3546msgid "While reading flags on %s"
3547msgstr "Amabendera ku"
3548
3549#: misc/lsattr.c:90
3550#, fuzzy, c-format
3551msgid "While reading version on %s"
3552msgstr "Verisiyo ku"
3553
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003554#: misc/mke2fs.c:96
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003555#, fuzzy, c-format
3556msgid ""
3557"Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
3558"\t[-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes]\n"
3559"\t[-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]\n"
3560"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
3561"\t[-r fs-revision] [-R options] [-qvSV] device [blocks-count]\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003562msgstr ""
3563"C T L Izina ry'idosiye: B Funga Ingano F Ingano i Bayite j Ikinyamakuru "
3564"Amahitamo Umubare Bya M Ijanisha o g Itsinda Igice Akarango Iheruka "
3565"bushyinguro R Isubiramo Amahitamo APAREYE IBARA"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003566
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003567#: misc/mke2fs.c:195
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003568#, fuzzy, c-format
3569msgid "Running command: %s\n"
3570msgstr "Komandi:"
3571
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003572#: misc/mke2fs.c:199
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003573#, fuzzy, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003574msgid "while trying to run '%s'"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003575msgstr "Gukoresha"
3576
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003577#: misc/mke2fs.c:206
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003578#, fuzzy
3579msgid "while processing list of bad blocks from program"
3580msgstr "Inonosora Urutonde Bya Bivuye Porogaramu"
3581
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003582#: misc/mke2fs.c:233
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003583#, fuzzy, c-format
3584msgid "Block %d in primary superblock/group descriptor area bad.\n"
3585msgstr "in Itsinda Ubuso"
3586
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003587#: misc/mke2fs.c:235
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003588#, fuzzy, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003589msgid "Blocks %u through %d must be good in order to build a filesystem.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003590msgstr "Gihinguranya in Itondekanya Kuri a"
3591
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003592#: misc/mke2fs.c:238
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003593msgid "Aborting....\n"
3594msgstr ""
3595
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003596#: misc/mke2fs.c:258
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003597#, fuzzy, c-format
3598msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003599"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003600"\tbad blocks.\n"
3601"\n"
3602msgstr "i Inyibutsa Itsinda ku Funga"
3603
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003604#: misc/mke2fs.c:276
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003605#, fuzzy
3606msgid "while marking bad blocks as used"
3607msgstr "Nka"
3608
3609# Statusbar
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003610#: misc/mke2fs.c:334
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003611#, fuzzy
3612msgid "done \n"
3613msgstr "Byakozwe"
3614
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003615#: misc/mke2fs.c:369
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003616msgid "while allocating zeroizing buffer"
3617msgstr ""
3618
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003619#: misc/mke2fs.c:410
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003620#, fuzzy
3621msgid "Writing inode tables: "
3622msgstr "Imbonerahamwe"
3623
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003624#: misc/mke2fs.c:421
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003625#, fuzzy, c-format
3626msgid ""
3627"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003628"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003629msgstr "OYA Kwandika in imbonerahamwe# ku"
3630
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003631#: misc/mke2fs.c:444
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003632#, fuzzy
3633msgid "while creating root dir"
3634msgstr "Imizi"
3635
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003636#: misc/mke2fs.c:451
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003637#, fuzzy
3638msgid "while reading root inode"
3639msgstr "Imizi"
3640
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003641#: misc/mke2fs.c:460
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003642#, fuzzy
3643msgid "while setting root inode ownership"
3644msgstr "Igenamiterere Imizi"
3645
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003646#: misc/mke2fs.c:478
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003647#, fuzzy
3648msgid "while creating /lost+found"
3649msgstr "Byabonetse"
3650
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003651#: misc/mke2fs.c:485
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003652#, fuzzy
3653msgid "while looking up /lost+found"
3654msgstr "Hejuru Byabonetse"
3655
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003656#: misc/mke2fs.c:495
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003657#, fuzzy
3658msgid "while expanding /lost+found"
3659msgstr "Byabonetse"
3660
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003661#: misc/mke2fs.c:511
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003662#, fuzzy
3663msgid "while setting bad block inode"
3664msgstr "Igenamiterere Funga"
3665
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003666#: misc/mke2fs.c:543
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003667#, fuzzy, c-format
3668msgid "Out of memory erasing sectors %d-%d\n"
3669msgstr "Bya Ububiko"
3670
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003671#: misc/mke2fs.c:553
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003672#, fuzzy, c-format
3673msgid "Warning: could not read block 0: %s\n"
3674msgstr "OYA Gusoma Funga 0"
3675
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003676#: misc/mke2fs.c:569
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003677#, fuzzy, c-format
3678msgid "Warning: could not erase sector %d: %s\n"
3679msgstr "OYA"
3680
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003681#: misc/mke2fs.c:585
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003682#, fuzzy
3683msgid "while initializing journal superblock"
3684msgstr "Gutangiza Ikinyamakuru"
3685
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003686#: misc/mke2fs.c:591
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003687#, fuzzy
3688msgid "Zeroing journal device: "
3689msgstr "Ikinyamakuru APAREYE"
3690
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003691#: misc/mke2fs.c:598
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003692#, fuzzy, c-format
3693msgid "while zeroing journal device (block %u, count %d)"
3694msgstr "Ikinyamakuru APAREYE Funga IBARA"
3695
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003696#: misc/mke2fs.c:609
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003697#, fuzzy
3698msgid "while writing journal superblock"
3699msgstr "Ikinyamakuru"
3700
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003701#: misc/mke2fs.c:625
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003702#, fuzzy, c-format
3703msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003704"warning: %u blocks unused.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003705"\n"
3706msgstr "Iburira Kidakoreshwa"
3707
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003708#: misc/mke2fs.c:630
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003709#, fuzzy, c-format
3710msgid "Filesystem label=%s\n"
3711msgstr "Akarango"
3712
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003713#: misc/mke2fs.c:631
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003714#, fuzzy
3715msgid "OS type: "
3716msgstr "Ubwoko"
3717
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003718#: misc/mke2fs.c:636
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003719#, fuzzy, c-format
3720msgid "Block size=%u (log=%u)\n"
3721msgstr "Ingano LOG"
3722
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003723#: misc/mke2fs.c:638
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003724#, fuzzy, c-format
3725msgid "Fragment size=%u (log=%u)\n"
3726msgstr "Ingano LOG"
3727
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003728#: misc/mke2fs.c:640
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003729#, c-format
3730msgid "%u inodes, %u blocks\n"
3731msgstr ""
3732
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003733#: misc/mke2fs.c:642
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003734#, fuzzy, c-format
3735msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3736msgstr "%ukugirango i hejuru"
3737
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003738#: misc/mke2fs.c:645
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003739#, fuzzy, c-format
3740msgid "First data block=%u\n"
3741msgstr "Ibyatanzwe Funga"
3742
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003743#: misc/mke2fs.c:647
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003744#, c-format
3745msgid "Maximum filesystem blocks=%lu\n"
3746msgstr ""
3747
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003748#: misc/mke2fs.c:652
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003749#, fuzzy, c-format
3750msgid "%u block groups\n"
3751msgstr "%uFunga"
3752
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003753#: misc/mke2fs.c:654
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003754#, fuzzy, c-format
3755msgid "%u block group\n"
3756msgstr "%uFunga"
3757
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003758#: misc/mke2fs.c:655
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003759#, fuzzy, c-format
3760msgid "%u blocks per group, %u fragments per group\n"
3761msgstr "%uItsinda"
3762
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003763#: misc/mke2fs.c:657
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003764#, c-format
3765msgid "%u inodes per group\n"
3766msgstr ""
3767
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003768#: misc/mke2fs.c:664
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003769#, fuzzy, c-format
3770msgid "Superblock backups stored on blocks: "
3771msgstr "Ibyashyinguwe ku"
3772
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003773#: misc/mke2fs.c:720
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003774#, fuzzy, c-format
3775msgid "Couldn't allocate memory to parse options!\n"
3776msgstr "Ububiko Kuri Amahitamo"
3777
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003778#: misc/mke2fs.c:744
Theodore Ts'obc759702005-05-09 20:40:55 -04003779#, fuzzy, c-format
3780msgid "Invalid stride parameter: %s\n"
3781msgstr "Ihindurangero"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003782
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003783#: misc/mke2fs.c:765
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003784#, fuzzy, c-format
3785msgid "Invalid resize parameter: %s\n"
3786msgstr "Ihindurangero"
3787
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003788#: misc/mke2fs.c:772
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003789#, fuzzy, c-format
3790msgid "The resize maximum must be greater than the filesystem size.\n"
3791msgstr "Ihindurangero Kinini Biruta i Ingano"
3792
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003793#: misc/mke2fs.c:803
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003794#, fuzzy, c-format
3795msgid ""
3796"\n"
3797"Bad options specified.\n"
3798"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003799"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003800"\tis set off by an equals ('=') sign.\n"
3801"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003802"Valid extended options are:\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003803"\tstride=<stride length in blocks>\n"
3804"\tresize=<resize maximum size in blocks>\n"
3805"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003806msgstr ""
3807"Amahitamo ku Na Gicurasi Gushyiraho Bidakora ku IKIMENYETSO Amahitamo "
3808"Uburebure in Ihindurangero Ihindurangero Kinini Ingano in"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003809
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003810#: misc/mke2fs.c:828
3811#, c-format
3812msgid ""
3813"Syntax error in mke2fs config file (%s, line #%d)\n"
3814"\t%s\n"
3815msgstr ""
Theodore Ts'obc759702005-05-09 20:40:55 -04003816
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003817#: misc/mke2fs.c:841 misc/tune2fs.c:303
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003818#, fuzzy, c-format
3819msgid "Invalid filesystem option set: %s\n"
3820msgstr "Ihitamo Gushyiraho"
3821
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003822#: misc/mke2fs.c:938
3823#, fuzzy, c-format
3824msgid "invalid block size - %s"
3825msgstr "Funga Ingano"
3826
3827#: misc/mke2fs.c:942
3828#, fuzzy, c-format
3829msgid "Warning: blocksize %d not usable on most systems.\n"
3830msgstr "OYA ku"
3831
3832#: misc/mke2fs.c:959
3833#, fuzzy, c-format
3834msgid "invalid fragment size - %s"
3835msgstr "Ingano"
3836
3837#: misc/mke2fs.c:965
3838#, fuzzy, c-format
3839msgid "Warning: fragments not supported. Ignoring -f option\n"
3840msgstr "OYA Kwirengagiza F"
3841
3842#: misc/mke2fs.c:972
3843#, fuzzy
3844msgid "Illegal number for blocks per group"
3845msgstr "Umubare kugirango Itsinda"
3846
3847#: misc/mke2fs.c:977
3848#, fuzzy
3849msgid "blocks per group must be multiple of 8"
3850msgstr "Itsinda Igikubo Bya 8"
3851
3852#: misc/mke2fs.c:987
3853#, fuzzy, c-format
3854msgid "invalid inode ratio %s (min %d/max %d)"
3855msgstr "GITO KININI"
3856
3857#: misc/mke2fs.c:1004
3858#, fuzzy
3859msgid "in malloc for bad_blocks_filename"
3860msgstr "in kugirango"
3861
3862#: misc/mke2fs.c:1013
3863#, fuzzy, c-format
3864msgid "invalid reserved blocks percent - %s"
3865msgstr "Ku ijana"
3866
3867#: misc/mke2fs.c:1031
3868#, fuzzy, c-format
3869msgid "bad revision level - %s"
3870msgstr "Intera"
3871
3872#: misc/mke2fs.c:1044
3873#, fuzzy, c-format
3874msgid "invalid inode size - %s"
3875msgstr "Ingano"
3876
3877#: misc/mke2fs.c:1065
3878#, fuzzy, c-format
3879msgid "bad num inodes - %s"
3880msgstr "Intera"
3881
3882#: misc/mke2fs.c:1123 misc/mke2fs.c:1588
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003883#, fuzzy, c-format
3884msgid "while trying to open journal device %s\n"
3885msgstr "Kuri Gufungura Ikinyamakuru APAREYE"
3886
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003887#: misc/mke2fs.c:1129
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003888#, fuzzy, c-format
3889msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
3890msgstr "Gitoya Gito"
3891
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003892#: misc/mke2fs.c:1143
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003893#, fuzzy, c-format
3894msgid "%d-byte blocks too big for system (max %d)"
3895msgstr "%d-bytekugirango Sisitemu KININI"
3896
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003897#: misc/mke2fs.c:1147
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003898#, fuzzy, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003899msgid ""
3900"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003901msgstr "kugirango Sisitemu KININI Kuri"
3902
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003903#: misc/mke2fs.c:1165
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003904msgid "filesystem"
3905msgstr ""
3906
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003907#: misc/mke2fs.c:1188 resize/main.c:279
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003908#, fuzzy
3909msgid "while trying to determine filesystem size"
3910msgstr "Kuri Ingano"
3911
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003912#: misc/mke2fs.c:1194
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003913#, fuzzy
3914msgid ""
3915"Couldn't determine device size; you must specify\n"
3916"the size of the filesystem\n"
3917msgstr "APAREYE Ingano Ingano Bya i"
3918
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003919#: misc/mke2fs.c:1201
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003920#, fuzzy
3921msgid ""
3922"Device size reported to be zero. Invalid partition specified, or\n"
3923"\tpartition table wasn't reread after running fdisk, due to\n"
3924"\ta modified partition being busy and in use. You may need to reboot\n"
3925"\tto re-read your partition table.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003926msgstr ""
3927"Ingano Kuri Zeru imbonerahamwe# Nyuma Byahinduwe Irahuze Na in Gukoresha "
3928"Gicurasi Kuri Gusoma imbonerahamwe#"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003929
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003930#: misc/mke2fs.c:1219
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003931#, fuzzy
3932msgid "Filesystem larger than apparent device size."
3933msgstr "Kinini APAREYE Ingano"
3934
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003935#: misc/mke2fs.c:1238
3936#, c-format
3937msgid "Filesystem features not supported with revision 0 filesystems\n"
3938msgstr ""
3939
3940#: misc/mke2fs.c:1297
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003941#, fuzzy
3942msgid "while trying to determine hardware sector size"
3943msgstr "Kuri Ingano"
3944
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003945#: misc/mke2fs.c:1349
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003946#, fuzzy
3947msgid "reserved online resize blocks not supported on non-sparse filesystem"
3948msgstr "kiri kuri interineti Ihindurangero OYA ku"
3949
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003950#: misc/mke2fs.c:1358
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003951#, fuzzy
3952msgid "blocks per group count out of range"
3953msgstr "Itsinda IBARA Inyuma Bya Urutonde"
3954
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003955#: misc/mke2fs.c:1365
Theodore Ts'o6956f612005-12-31 16:46:15 -05003956msgid ""
3957"Filesystem too large. No more than 2**31-1 blocks\n"
3958"\t (8TB using a blocksize of 4k) are currently supported."
3959msgstr ""
3960
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003961#: misc/mke2fs.c:1372
3962#, c-format
3963msgid ""
3964"\n"
3965"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3966"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3967"\n"
3968msgstr ""
3969
3970#: misc/mke2fs.c:1381
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003971#, fuzzy, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003972msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003973msgstr "Ingano GITO KININI"
3974
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003975#: misc/mke2fs.c:1387
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003976#, fuzzy, c-format
3977msgid "Warning: %d-byte inodes not usable on most systems\n"
3978msgstr "OYA ku"
3979
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003980#: misc/mke2fs.c:1438
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003981#, fuzzy
3982msgid "while setting up superblock"
3983msgstr "Igenamiterere Hejuru"
3984
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003985#: misc/mke2fs.c:1472
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003986#, fuzzy, c-format
3987msgid "unknown os - %s"
3988msgstr "Kitazwi"
3989
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003990#: misc/mke2fs.c:1526
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003991#, fuzzy
3992msgid "while trying to allocate filesystem tables"
3993msgstr "Kuri Imbonerahamwe"
3994
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003995#: misc/mke2fs.c:1557
Theodore Ts'o2a93a632005-05-09 02:01:31 -04003996#, fuzzy, c-format
3997msgid "while zeroing block %u at end of filesystem"
3998msgstr "Funga ku Impera Bya"
3999
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004000#: misc/mke2fs.c:1570
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004001#, fuzzy
4002msgid "while reserving blocks for online resize"
4003msgstr "kugirango kiri kuri interineti Ihindurangero"
4004
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004005#: misc/mke2fs.c:1581 misc/tune2fs.c:388
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004006#, fuzzy
4007msgid "journal"
4008msgstr "Ikinyamakuru"
4009
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004010#: misc/mke2fs.c:1593
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004011#, fuzzy, c-format
4012msgid "Adding journal to device %s: "
4013msgstr "Ikinyamakuru Kuri APAREYE"
4014
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004015#: misc/mke2fs.c:1600
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004016#, fuzzy, c-format
4017msgid ""
4018"\n"
4019"\twhile trying to add journal to device %s"
4020msgstr "Kuri Kongeramo Ikinyamakuru Kuri APAREYE"
4021
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004022#: misc/mke2fs.c:1605 misc/mke2fs.c:1631 misc/tune2fs.c:416 misc/tune2fs.c:430
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004023#, c-format
4024msgid "done\n"
4025msgstr ""
4026
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004027#: misc/mke2fs.c:1619
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004028#, fuzzy, c-format
4029msgid "Creating journal (%d blocks): "
4030msgstr "Ikinyamakuru"
4031
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004032#: misc/mke2fs.c:1627
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004033#, fuzzy
4034msgid ""
4035"\n"
4036"\twhile trying to create journal"
4037msgstr "Kuri Kurema Ikinyamakuru"
4038
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004039#: misc/mke2fs.c:1636
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004040#, fuzzy, c-format
4041msgid "Writing superblocks and filesystem accounting information: "
4042msgstr "Na Ibisobanuro"
4043
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004044#: misc/mke2fs.c:1641
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004045#, fuzzy, c-format
4046msgid ""
4047"\n"
4048"Warning, had trouble writing out superblocks."
4049msgstr "Inyuma"
4050
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004051#: misc/mke2fs.c:1644
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004052#, c-format
4053msgid ""
4054"done\n"
4055"\n"
4056msgstr ""
4057
4058#: misc/mklost+found.c:49
4059#, c-format
4060msgid "Usage: mklost+found\n"
4061msgstr ""
4062
Theodore Ts'o6956f612005-12-31 16:46:15 -05004063#: misc/tune2fs.c:78
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004064#, fuzzy
4065msgid "Please run e2fsck on the filesystem.\n"
4066msgstr "Gukoresha ku i"
4067
Theodore Ts'o6956f612005-12-31 16:46:15 -05004068#: misc/tune2fs.c:85
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004069#, fuzzy, c-format
4070msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004071"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4072"\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
4073"\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
4074"\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
4075"\t[-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
4076"\t[-O [^]feature[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004077msgstr ""
4078"C KININI IBARA E Amakosa imyitwarire g Itsinda i Intera D M W j Ikinyamakuru "
4079"Amahitamo L S Ibendera M Ku ijana o Amahitamo R IBARA u Ukoresha: C IBARA "
4080"Igice Akarango Iheruka Iheruka Kugenzura... Igihe U"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004081
Theodore Ts'o6956f612005-12-31 16:46:15 -05004082#: misc/tune2fs.c:142
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004083#, fuzzy
4084msgid "while trying to open external journal"
4085msgstr "Kuri Gufungura external Ikinyamakuru"
4086
Theodore Ts'o6956f612005-12-31 16:46:15 -05004087#: misc/tune2fs.c:146
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004088#, fuzzy, c-format
4089msgid "%s is not a journal device.\n"
4090msgstr "%sni OYA a Ikinyamakuru APAREYE"
4091
Theodore Ts'o6956f612005-12-31 16:46:15 -05004092#: misc/tune2fs.c:161
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004093#, fuzzy
4094msgid "Journal superblock not found!\n"
4095msgstr "OYA Byabonetse"
4096
Theodore Ts'o6956f612005-12-31 16:46:15 -05004097#: misc/tune2fs.c:173
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004098#, fuzzy
4099msgid "Filesystem's UUID not found on journal device.\n"
4100msgstr "OYA Byabonetse ku Ikinyamakuru APAREYE"
4101
Theodore Ts'o6956f612005-12-31 16:46:15 -05004102#: misc/tune2fs.c:194
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004103msgid "Journal NOT removed\n"
4104msgstr ""
4105
Theodore Ts'o6956f612005-12-31 16:46:15 -05004106#: misc/tune2fs.c:200
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004107msgid "Journal removed\n"
4108msgstr ""
4109
Theodore Ts'o6956f612005-12-31 16:46:15 -05004110#: misc/tune2fs.c:239
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004111#, fuzzy
4112msgid "while reading bitmaps"
4113msgstr "Bitimapu"
4114
Theodore Ts'o6956f612005-12-31 16:46:15 -05004115#: misc/tune2fs.c:246
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004116#, fuzzy
4117msgid "while clearing journal inode"
4118msgstr "Ikinyamakuru"
4119
Theodore Ts'o6956f612005-12-31 16:46:15 -05004120#: misc/tune2fs.c:257
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004121#, fuzzy
4122msgid "while writing journal inode"
4123msgstr "Ikinyamakuru"
4124
Theodore Ts'o6956f612005-12-31 16:46:15 -05004125#: misc/tune2fs.c:272
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004126#, fuzzy, c-format
4127msgid "Invalid mount option set: %s\n"
4128msgstr "Ihitamo Gushyiraho"
4129
Theodore Ts'o6956f612005-12-31 16:46:15 -05004130#: misc/tune2fs.c:318
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004131#, fuzzy
4132msgid ""
4133"The has_journal flag may only be cleared when the filesystem is\n"
4134"unmounted or mounted read-only.\n"
4135msgstr "Ibendera Gicurasi Ryari: i Cyangwa Gusoma"
4136
Theodore Ts'o6956f612005-12-31 16:46:15 -05004137#: misc/tune2fs.c:326
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004138#, fuzzy
4139msgid ""
4140"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4141"the has_journal flag.\n"
4142msgstr "Ibendera ni Gushyiraho Gukoresha Mbere Ibendera"
4143
Theodore Ts'o6956f612005-12-31 16:46:15 -05004144#: misc/tune2fs.c:383
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004145#, fuzzy
4146msgid "The filesystem already has a journal.\n"
4147msgstr "a Ikinyamakuru"
4148
Theodore Ts'o6956f612005-12-31 16:46:15 -05004149#: misc/tune2fs.c:400
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004150#, fuzzy, c-format
4151msgid ""
4152"\n"
4153"\twhile trying to open journal on %s\n"
4154msgstr "Kuri Gufungura Ikinyamakuru ku"
4155
Theodore Ts'o6956f612005-12-31 16:46:15 -05004156#: misc/tune2fs.c:404
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004157#, fuzzy, c-format
4158msgid "Creating journal on device %s: "
4159msgstr "Ikinyamakuru ku APAREYE"
4160
Theodore Ts'o6956f612005-12-31 16:46:15 -05004161#: misc/tune2fs.c:412
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004162#, fuzzy, c-format
4163msgid "while adding filesystem to journal on %s"
4164msgstr "Wongera Kuri Ikinyamakuru ku"
4165
Theodore Ts'o6956f612005-12-31 16:46:15 -05004166#: misc/tune2fs.c:418
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004167#, fuzzy
4168msgid "Creating journal inode: "
4169msgstr "Ikinyamakuru"
4170
Theodore Ts'o6956f612005-12-31 16:46:15 -05004171#: misc/tune2fs.c:427
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004172#, fuzzy
4173msgid ""
4174"\n"
4175"\twhile trying to create journal file"
4176msgstr "Kuri Kurema Ikinyamakuru IDOSIYE"
4177
Theodore Ts'o6956f612005-12-31 16:46:15 -05004178#: misc/tune2fs.c:493
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004179#, fuzzy, c-format
4180msgid "Couldn't parse date/time specifier: %s"
4181msgstr "Itariki Igihe"
4182
Theodore Ts'o6956f612005-12-31 16:46:15 -05004183#: misc/tune2fs.c:515 misc/tune2fs.c:528
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004184#, fuzzy, c-format
4185msgid "bad mounts count - %s"
4186msgstr "IBARA"
4187
Theodore Ts'o6956f612005-12-31 16:46:15 -05004188#: misc/tune2fs.c:544
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004189#, fuzzy, c-format
4190msgid "bad error behavior - %s"
4191msgstr "Ikosa imyitwarire"
4192
Theodore Ts'o6956f612005-12-31 16:46:15 -05004193#: misc/tune2fs.c:567
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004194#, fuzzy, c-format
4195msgid "bad gid/group name - %s"
4196msgstr "Itsinda Izina:"
4197
Theodore Ts'o6956f612005-12-31 16:46:15 -05004198#: misc/tune2fs.c:600
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004199#, fuzzy, c-format
4200msgid "bad interval - %s"
4201msgstr "Intera"
4202
Theodore Ts'o6956f612005-12-31 16:46:15 -05004203#: misc/tune2fs.c:628
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004204#, fuzzy, c-format
4205msgid "bad reserved block ratio - %s"
4206msgstr "Funga"
4207
Theodore Ts'o6956f612005-12-31 16:46:15 -05004208#: misc/tune2fs.c:643
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004209#, fuzzy
4210msgid "-o may only be specified once"
4211msgstr "-o Gicurasi Rimwe"
4212
Theodore Ts'o6956f612005-12-31 16:46:15 -05004213#: misc/tune2fs.c:653
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004214#, fuzzy
4215msgid "-O may only be specified once"
4216msgstr "-Gicurasi Rimwe"
4217
Theodore Ts'o6956f612005-12-31 16:46:15 -05004218#: misc/tune2fs.c:663
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004219#, fuzzy, c-format
4220msgid "bad reserved blocks count - %s"
4221msgstr "IBARA"
4222
Theodore Ts'o6956f612005-12-31 16:46:15 -05004223#: misc/tune2fs.c:692
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004224#, fuzzy, c-format
4225msgid "bad uid/user name - %s"
4226msgstr "UID Ukoresha: Izina:"
4227
Theodore Ts'o6956f612005-12-31 16:46:15 -05004228#: misc/tune2fs.c:802
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004229#, fuzzy, c-format
4230msgid "Setting maximal mount count to %d\n"
4231msgstr "IBARA Kuri"
4232
Theodore Ts'o6956f612005-12-31 16:46:15 -05004233#: misc/tune2fs.c:808
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004234#, fuzzy, c-format
4235msgid "Setting current mount count to %d\n"
4236msgstr "KIGEZWEHO IBARA Kuri"
4237
Theodore Ts'o6956f612005-12-31 16:46:15 -05004238#: misc/tune2fs.c:813
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004239#, fuzzy, c-format
4240msgid "Setting error behavior to %d\n"
4241msgstr "Ikosa imyitwarire Kuri"
4242
Theodore Ts'o6956f612005-12-31 16:46:15 -05004243#: misc/tune2fs.c:818
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004244#, fuzzy, c-format
4245msgid "Setting reserved blocks gid to %lu\n"
4246msgstr "Kuri"
4247
Theodore Ts'o6956f612005-12-31 16:46:15 -05004248#: misc/tune2fs.c:823
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004249#, fuzzy, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004250msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004251msgstr "Intera hagati Kugenzura..."
4252
4253#: misc/tune2fs.c:828
4254#, fuzzy, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004255msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004256msgstr "Ijanisha Kuri"
4257
4258#: misc/tune2fs.c:834
4259#, fuzzy, c-format
4260msgid "reserved blocks count is too big (%lu)"
4261msgstr "IBARA ni"
4262
4263#: misc/tune2fs.c:840
4264#, fuzzy, c-format
4265msgid "Setting reserved blocks count to %lu\n"
4266msgstr "IBARA Kuri"
4267
4268#: misc/tune2fs.c:846
4269msgid ""
4270"\n"
4271"The filesystem already has sparse superblocks.\n"
4272msgstr ""
4273
4274#: misc/tune2fs.c:853
4275#, fuzzy, c-format
4276msgid ""
4277"\n"
4278"Sparse superblock flag set. %s"
4279msgstr "Ibendera Gushyiraho"
4280
4281#: misc/tune2fs.c:860
4282#, fuzzy
4283msgid ""
4284"\n"
4285"The filesystem already has sparse superblocks disabled.\n"
4286msgstr "Yahagaritswe"
4287
4288#: misc/tune2fs.c:868
4289#, fuzzy, c-format
4290msgid ""
4291"\n"
4292"Sparse superblock flag cleared. %s"
4293msgstr "Ibendera"
4294
4295#: misc/tune2fs.c:875
4296#, fuzzy, c-format
4297msgid "Setting time filesystem last checked to %s\n"
4298msgstr "Igihe Iheruka Ivivuwe Kuri"
4299
4300#: misc/tune2fs.c:881
4301#, fuzzy, c-format
4302msgid "Setting reserved blocks uid to %lu\n"
4303msgstr "UID Kuri"
4304
4305#: misc/tune2fs.c:914
4306msgid "Invalid UUID format\n"
4307msgstr ""
4308
4309#: misc/util.c:72
4310#, fuzzy
4311msgid "Proceed anyway? (y,n) "
4312msgstr "Gukomezantacyobitwaye."
4313
4314#: misc/util.c:93
4315#, fuzzy, c-format
4316msgid "Could not stat %s --- %s\n"
4317msgstr "OYA"
4318
4319#: misc/util.c:96
4320#, fuzzy
4321msgid ""
4322"\n"
4323"The device apparently does not exist; did you specify it correctly?\n"
4324msgstr "APAREYE OYA"
4325
4326#: misc/util.c:107
4327#, fuzzy, c-format
4328msgid "%s is not a block special device.\n"
4329msgstr "%sni OYA a Funga Bidasanzwe APAREYE"
4330
4331#: misc/util.c:136
4332#, fuzzy, c-format
4333msgid "%s is entire device, not just one partition!\n"
4334msgstr "%sni APAREYE OYA"
4335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004336#: misc/util.c:158
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004337#, fuzzy
4338msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
4339msgstr "ni"
4340
4341#: misc/util.c:163
4342#, fuzzy, c-format
4343msgid "will not make a %s here!\n"
4344msgstr "OYA Ubwoko a"
4345
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004346#: misc/util.c:170
4347msgid "mke2fs forced anyway.\n"
4348msgstr ""
4349
4350#: misc/util.c:186
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004351#, fuzzy
4352msgid "Couldn't allocate memory to parse journal options!\n"
4353msgstr "Ububiko Kuri Ikinyamakuru Amahitamo"
4354
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004355#: misc/util.c:228
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004356#, fuzzy
4357msgid ""
4358"\n"
4359"Bad journal options specified.\n"
4360"\n"
4361"Journal options are separated by commas, and may take an argument which\n"
4362"\tis set off by an equals ('=') sign.\n"
4363"\n"
4364"Valid journal options are:\n"
4365"\tsize=<journal size in megabytes>\n"
4366"\tdevice=<journal device>\n"
4367"\n"
4368"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4369"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004370msgstr ""
4371"Ikinyamakuru Amahitamo Amahitamo ku Na Gicurasi Gushyiraho Bidakora ku "
4372"IKIMENYETSO Ikinyamakuru Amahitamo Ingano Ikinyamakuru Ingano in APAREYE "
4373"Ikinyamakuru APAREYE Ikinyamakuru Ingano hagati Na"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004375#: misc/util.c:255
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004376#, fuzzy
4377msgid ""
4378"\n"
4379"Filesystem too small for a journal\n"
4380msgstr "Gitoya kugirango a"
4381
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004382#: misc/util.c:262
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004383#, fuzzy, c-format
4384msgid ""
4385"\n"
4386"The requested journal size is %d blocks; it must be\n"
4387"between 1024 and 102400 blocks. Aborting.\n"
4388msgstr "Ikinyamakuru Ingano ni Na"
4389
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004390#: misc/util.c:270
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004391#, fuzzy
4392msgid ""
4393"\n"
4394"Journal size too big for filesystem.\n"
4395msgstr "Ingano kugirango"
4396
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004397#: misc/util.c:294
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004398#, fuzzy, c-format
4399msgid ""
4400"This filesystem will be automatically checked every %d mounts or\n"
4401"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4402msgstr "ku buryo bwikora Ivivuwe buri Iminsi Itangira C Cyangwa i Kuri"
4403
4404#: misc/uuidgen.c:30
4405#, fuzzy, c-format
4406msgid "Usage: %s [-r] [-t]\n"
4407msgstr "R T"
4408
4409#: resize/extent.c:196
4410msgid "# Extent dump:\n"
4411msgstr ""
4412
4413#: resize/extent.c:197
4414#, c-format
4415msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4416msgstr ""
4417
4418#: resize/extent.c:200
4419#, fuzzy, c-format
4420msgid "#\t\t %u -> %u (%d)\n"
4421msgstr "#%u->%u(%d)"
4422
Theodore Ts'o6956f612005-12-31 16:46:15 -05004423#: resize/main.c:39
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004424#, fuzzy, c-format
4425msgid ""
Theodore Ts'obc759702005-05-09 20:40:55 -04004426"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004427"\n"
4428msgstr "Ikoresha: D F P APAREYE Gishya Ingano"
4429
Theodore Ts'o6956f612005-12-31 16:46:15 -05004430#: resize/main.c:61
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004431#, fuzzy
4432msgid "Extending the inode table"
4433msgstr "i imbonerahamwe#"
4434
Theodore Ts'o6956f612005-12-31 16:46:15 -05004435#: resize/main.c:64
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004436msgid "Relocating blocks"
4437msgstr ""
4438
Theodore Ts'o6956f612005-12-31 16:46:15 -05004439#: resize/main.c:67
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004440#, fuzzy
4441msgid "Scanning inode table"
4442msgstr "imbonerahamwe#"
4443
Theodore Ts'o6956f612005-12-31 16:46:15 -05004444#: resize/main.c:70
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004445#, fuzzy
4446msgid "Updating inode references"
4447msgstr "Indango"
4448
Theodore Ts'o6956f612005-12-31 16:46:15 -05004449#: resize/main.c:73
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004450#, fuzzy
4451msgid "Moving inode table"
4452msgstr "imbonerahamwe#"
4453
Theodore Ts'o6956f612005-12-31 16:46:15 -05004454#: resize/main.c:76
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004455#, fuzzy
4456msgid "Unknown pass?!?"
4457msgstr ""
4458"Project- Id- Version: basctl\n"
4459"POT- Creation- Date: 2003- 12- 07 17: 13+ 02\n"
4460"PO- Revision- Date: 2004- 11- 04 10: 13- 0700\n"
4461"Last- Translator: Language- Team:< en@ li. org> MIME- Version: 1. 0\n"
4462"Content- Type: text/ plain; charset= UTF- 8\n"
4463"Content- Transfer- Encoding: 8bit\n"
4464"X- Generator: KBabel 1. 0\n"
4465"."
4466
Theodore Ts'o6956f612005-12-31 16:46:15 -05004467#: resize/main.c:79
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004468#, fuzzy, c-format
4469msgid "Begin pass %d (max = %lu)\n"
4470msgstr "KININI"
4471
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004472#: resize/main.c:200
Theodore Ts'o6956f612005-12-31 16:46:15 -05004473#, fuzzy, c-format
4474msgid "while opening %s"
4475msgstr "Gufungura%S Gusikana"
4476
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004477#: resize/main.c:212
Theodore Ts'o6956f612005-12-31 16:46:15 -05004478#, fuzzy, c-format
4479msgid "while getting stat information for %s"
4480msgstr "Igenamiterere Verisiyo ku"
4481
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004482#: resize/main.c:286
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004483#, fuzzy, c-format
4484msgid "bad filesystem size - %s"
4485msgstr "Ingano"
4486
Theodore Ts'o6956f612005-12-31 16:46:15 -05004487#: resize/main.c:313
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004488#, fuzzy, c-format
4489msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004490"The containing partition (or device) is only %u (%dk) blocks.\n"
4491"You requested a new size of %u blocks.\n"
4492"\n"
4493msgstr "Cyangwa APAREYE ni a Gishya Ingano Bya"
4494
4495#: resize/main.c:320
4496#, fuzzy, c-format
4497msgid ""
4498"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004499"\n"
4500msgstr "ni Kuri"
4501
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004502#: resize/main.c:331
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004503#, fuzzy, c-format
4504msgid ""
4505"Please run 'e2fsck -f %s' first.\n"
4506"\n"
4507msgstr "Gukoresha F Itangira"
4508
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004509#: resize/main.c:342
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004510#, fuzzy, c-format
4511msgid "while trying to resize %s"
4512msgstr "Kuri Ihindurangero"
4513
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004514#: resize/main.c:347
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004515#, fuzzy, c-format
4516msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004517"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004518"\n"
4519msgstr "ku ni NONEAHA"
4520
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004521#: resize/resize2fs.c:638
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004522msgid "reserved blocks"
4523msgstr ""
4524
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004525#: resize/resize2fs.c:643
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004526#, fuzzy
4527msgid "blocks to be moved"
4528msgstr "Kuri"
4529
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004530#: resize/resize2fs.c:648
Theodore Ts'obc759702005-05-09 20:40:55 -04004531#, fuzzy
4532msgid "meta-data blocks"
4533msgstr "Meta Ibyatanzwe"
4534
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004535#: resize/resize2fs.c:1528
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004536#, fuzzy, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004537msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'o2a93a632005-05-09 02:01:31 -04004538msgstr "Nta narimwe Ihindurangero"
Theodore Ts'obc759702005-05-09 20:40:55 -04004539
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004540#, fuzzy
4541#~ msgid ""
4542#~ "%s is mounted; can't resize a mounted filesystem!\n"
4543#~ "\n"
4544#~ msgstr "%sni Ihindurangero a"
4545
Theodore Ts'o6956f612005-12-31 16:46:15 -05004546# Statusbar
4547#, fuzzy
4548#~ msgid "done \n"
4549#~ msgstr "Byakozwe"
4550
Theodore Ts'obc759702005-05-09 20:40:55 -04004551#, fuzzy
Theodore Ts'o197abba2005-06-20 18:00:23 -04004552#~ msgid ""
4553#~ "Extended options are separated by commas, and may take an argument which\n"
4554#~ "is set off by an equals ('=') sign. Valid raid options are:\n"
4555#~ "\tea_ver=<ea_version (1 or 2)\n"
4556#~ "\n"
4557#~ msgstr ""
4558#~ "Amahitamo ku Na Gicurasi Gushyiraho Bidakora ku IKIMENYETSO Amahitamo 1. "
4559#~ "Cyangwa 2."
4560
4561#, fuzzy
4562#~ msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4563#~ msgstr "APAREYE"
4564
4565#, fuzzy
4566#~ msgid "skipbytes should be a number, not %s\n"
4567#~ msgstr "a Umubare OYA"
4568
4569#, fuzzy
4570#~ msgid "skipbytes must be a multiple of the sector size\n"
4571#~ msgstr "a Igikubo Bya i"
4572
4573#, fuzzy
4574#~ msgid "startkb should be a number, not %s\n"
4575#~ msgstr "a Umubare OYA"
4576
4577#, fuzzy
4578#~ msgid "startkb should be positive, not %Ld\n"
4579#~ msgstr "OYA"
4580
4581#, fuzzy
4582#~ msgid "starting at %Ld, with %d byte increments\n"
4583#~ msgstr "ku Na: Bayite"
4584
4585#, fuzzy
4586#~ msgid " thisoff block fs_blk_sz blksz grp last_mount\n"
4587#~ msgstr "Funga"
4588
4589#, fuzzy
4590#~ msgid ""
4591#~ "\n"
4592#~ "%14Ld: finished with errno %d\n"
4593#~ msgstr "%14Ld:Byarangiye Na:"
4594
4595#, fuzzy
4596#~ msgid "%s failed for %s: %s\n"
4597#~ msgstr "%sByanze kugirango"
4598
4599#, fuzzy
4600#~ msgid ""
4601#~ "Usage: %s <dev1> <dev2> <dev3>\n"
4602#~ "\n"
4603#~ "This program prints out the partition information for a set of devices\n"
4604#~ "A common way to use this program is:\n"
4605#~ "\n"
4606#~ "\t%s /dev/hda?\n"
4607#~ "\n"
4608#~ msgstr ""
4609#~ "Porogaramu Inyuma i Ibisobanuro kugirango a Gushyiraho Bya Kuri Gukoresha "
4610#~ "iyi Porogaramu ni"
4611
4612#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004613#~ msgid "Clone duplicate/bad blocks"
4614#~ msgstr "Gusubiramo"
4615
4616#, fuzzy
4617#~ msgid "Duplicate/bad @b(s) in @i %i:"
4618#~ msgstr "B S in i"
4619
4620#, fuzzy
4621#~ msgid "Error allocating @a @b %b. "
4622#~ msgstr "a B"
4623
4624#, fuzzy
Theodore Ts'obc759702005-05-09 20:40:55 -04004625#~ msgid "Number of free blocks: %d/%d, Needed: %d\n"
4626#~ msgstr "Bya Kigenga"
4627
4628#, fuzzy
4629#~ msgid "Going into desperation mode for block allocations\n"
4630#~ msgstr "Ubwoko kugirango Funga"
4631
4632#, fuzzy
4633#~ msgid "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
4634#~ msgstr "translate Izina: S"
4635
4636#, fuzzy
4637#~ msgid "Itable move group %d block %u->%u (diff %d)\n"
4638#~ msgstr "Kwimura Itsinda Funga"
4639
4640#, fuzzy
4641#~ msgid "%d blocks of zeros...\n"
4642#~ msgstr "%dBya"
4643
4644#, fuzzy
4645#~ msgid "Inode table move finished.\n"
4646#~ msgstr "imbonerahamwe# Kwimura Byarangiye"
4647
4648#, fuzzy
4649#~ msgid "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
4650#~ msgstr "Ibendera ku i Igerageza ITEGEKONGENGA"
4651
4652#, fuzzy
4653#~ msgid "(unknown os)"
4654#~ msgstr "(Kitazwi"