blob: 656ba574bde627b55a0f4829ebadcfcdd6e8503b [file] [log] [blame]
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001# SOME DESCRIPTIVE TITLE.
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002# Copyright (C) YEAR Theodore Tso
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003# This file is distributed under the same license as the PACKAGE package.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006#. The strings in e2fsck's problem.c can be very hard to translate,
7#. since the strings are expanded in two different ways. First of all,
8#. there is an @-expansion, where strings like "@i" are expanded to
9#. "inode", and so on. In order to make it easier for translators, the
10#. e2fsprogs po template file has been enhanced with comments that show
11#. the @-expansion, for the strings in the problem.c file.
12#.
13#. Translators are free to use the @-expansion facility if they so
14#. choose, by providing translations for strings in e2fsck/message.c.
15#. These translation can completely replace an expansion; for example,
16#. if "bblock" (which indicated that "@b" would be expanded to "block")
17#. is translated as "ddatenverlust", then "@d" will be expanded to
18#. "datenverlust". Alternatively, translators can simply not use the
19#. @-expansion facility at all.
20#.
21#. The second expansion which is done for e2fsck's problem.c messages is
22#. a dynamic %-expansion, which expands %i as an inode number, and so
23#. on. A table of these expansions can be found below. Note that
24#. %-expressions that begin with "%D" and "%I" are two-character
25#. expansions; so for example, "%Iu" expands to the inode's user id
26#. ownership field (inode->i_uid).
27#.
28#. %b <blk> block number
29#. %B <blkcount> integer
30#. %c <blk2> block number
31#. %Di <dirent> -> ino inode number
32#. %Dn <dirent> -> name string
33#. %Dr <dirent> -> rec_len
34#. %Dl <dirent> -> name_len
35#. %Dt <dirent> -> filetype
36#. %d <dir> inode number
37#. %g <group> integer
38#. %i <ino> inode number
39#. %Is <inode> -> i_size
40#. %IS <inode> -> i_extra_isize
41#. %Ib <inode> -> i_blocks
42#. %Il <inode> -> i_links_count
43#. %Im <inode> -> i_mode
44#. %IM <inode> -> i_mtime
45#. %IF <inode> -> i_faddr
46#. %If <inode> -> i_file_acl
47#. %Id <inode> -> i_dir_acl
48#. %Iu <inode> -> i_uid
49#. %Ig <inode> -> i_gid
50#. %j <ino2> inode number
51#. %m <com_err error message>
52#. %N <num>
53#. %p ext2fs_get_pathname of directory <ino>
54#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
55#. the containing directory. (If dirent is NULL
56#. then return the pathname of directory <ino2>)
57#. %q ext2fs_get_pathname of directory <dir>
58#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
59#. the containing directory.
60#. %s <str> miscellaneous string
61#. %S backup superblock
62#. %X <num> hexadecimal format
63#.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000064#, fuzzy
65msgid ""
66msgstr ""
67"Project-Id-Version: PACKAGE VERSION\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050068"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -040069"POT-Creation-Date: 2005-06-20 17:51-0400\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000070"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
71"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
72"Language-Team: LANGUAGE <LL@li.org>\n"
73"MIME-Version: 1.0\n"
74"Content-Type: text/plain; charset=CHARSET\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040075"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000076
Theodore Ts'o1df33aa2005-01-11 14:05:18 -050077#: e2fsck/badblocks.c:22 misc/mke2fs.c:224
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000078#, c-format
79msgid "Bad block %u out of range; ignored.\n"
80msgstr ""
81
82#: e2fsck/badblocks.c:45
83msgid "while sanity checking the bad blocks inode"
84msgstr ""
85
86#: e2fsck/badblocks.c:57
87msgid "while reading the bad blocks inode"
88msgstr ""
89
Theodore Ts'oa04eba32003-05-03 16:35:17 -040090#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o197abba2005-06-20 18:00:23 -040091#: e2fsck/unix.c:917 e2fsck/unix.c:949 misc/badblocks.c:1005
Theodore Ts'o7ae19832005-06-19 09:45:36 -040092#: misc/badblocks.c:1013 misc/badblocks.c:1027 misc/badblocks.c:1039
Theodore Ts'obc759702005-05-09 20:40:55 -040093#: misc/dumpe2fs.c:340 misc/e2image.c:565 misc/e2image.c:658
94#: misc/e2image.c:674 misc/mke2fs.c:240 misc/tune2fs.c:775 resize/main.c:208
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000095#, c-format
96msgid "while trying to open %s"
97msgstr ""
98
Theodore Ts'o0c897a92002-11-09 12:01:18 -050099#: e2fsck/badblocks.c:82
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000100#, c-format
101msgid "while trying popen '%s'"
102msgstr ""
103
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500104#: e2fsck/badblocks.c:93 misc/mke2fs.c:247
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000105msgid "while reading in list of bad blocks from file"
106msgstr ""
107
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500108#: e2fsck/badblocks.c:103
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000109msgid "while updating bad block inode"
110msgstr ""
111
Theodore Ts'o55566e22003-12-26 14:03:39 -0500112#: e2fsck/badblocks.c:129
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000113#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400114msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000115msgstr ""
116
117#: e2fsck/ehandler.c:53
118#, c-format
119msgid "Error reading block %lu (%s) while %s. "
120msgstr ""
121
122#: e2fsck/ehandler.c:56
123#, c-format
124msgid "Error reading block %lu (%s). "
125msgstr ""
126
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500127#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000128msgid "Ignore error"
129msgstr ""
130
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500131#: e2fsck/ehandler.c:60
132msgid "Force rewrite"
133msgstr ""
134
135#: e2fsck/ehandler.c:100
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000136#, c-format
137msgid "Error writing block %lu (%s) while %s. "
138msgstr ""
139
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500140#: e2fsck/ehandler.c:103
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000141#, c-format
142msgid "Error writing block %lu (%s). "
143msgstr ""
144
145#: e2fsck/emptydir.c:56
146msgid "empty dirblocks"
147msgstr ""
148
149#: e2fsck/emptydir.c:61
150msgid "empty dir map"
151msgstr ""
152
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000153#: e2fsck/emptydir.c:97
154#, c-format
155msgid "Empty directory block %d (#%d) in inode %d\n"
156msgstr ""
157
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400158#: e2fsck/extend.c:21
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000159#, c-format
160msgid "%s: %s filename nblocks blocksize\n"
161msgstr ""
162
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400163#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500164#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000165msgid "Illegal number of blocks!\n"
166msgstr ""
167
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400168#: e2fsck/extend.c:49
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000169#, c-format
170msgid "Couldn't allocate block buffer (size=%d)\n"
171msgstr ""
172
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400173#: e2fsck/flushb.c:34
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000174#, c-format
175msgid "Usage: %s disk\n"
176msgstr ""
177
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400178#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500179#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000180msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
181msgstr ""
182
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400183#: e2fsck/iscan.c:46
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000184#, c-format
185msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
186msgstr ""
187
Theodore Ts'o197abba2005-06-20 18:00:23 -0400188#: e2fsck/iscan.c:83 e2fsck/unix.c:736 resize/main.c:185
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000189#, c-format
190msgid "while opening %s for flushing"
191msgstr ""
192
Theodore Ts'o197abba2005-06-20 18:00:23 -0400193#: e2fsck/iscan.c:88 e2fsck/unix.c:742 resize/main.c:192
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000194#, c-format
195msgid "while trying to flush %s"
196msgstr ""
197
Theodore Ts'obc759702005-05-09 20:40:55 -0400198#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:475
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000199msgid "while opening inode scan"
200msgstr ""
201
Theodore Ts'obc759702005-05-09 20:40:55 -0400202#: e2fsck/iscan.c:129 misc/e2image.c:493
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000203msgid "while getting next inode"
204msgstr ""
205
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400206#: e2fsck/iscan.c:138
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000207#, c-format
208msgid "%d inodes scanned.\n"
209msgstr ""
210
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500211#: e2fsck/journal.c:463
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400212msgid "reading journal superblock\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000213msgstr ""
214
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500215#: e2fsck/journal.c:520
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400216#, c-format
217msgid "%s: no valid journal superblock found\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000218msgstr ""
219
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500220#: e2fsck/journal.c:529
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400221#, c-format
222msgid "%s: journal too short\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000223msgstr ""
224
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500225#: e2fsck/journal.c:802
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400226#, c-format
227msgid "%s: recovering journal\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000228msgstr ""
229
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500230#: e2fsck/journal.c:804
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400231#, c-format
232msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000233msgstr ""
234
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500235#: e2fsck/journal.c:825
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400236#, c-format
237msgid "while trying to re-open %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000238msgstr ""
239
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400240#: e2fsck/message.c:108
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400241msgid "aextended attribute"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000242msgstr ""
243
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400244#: e2fsck/message.c:109
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400245msgid "Aerror allocating"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000246msgstr ""
247
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400248#: e2fsck/message.c:110
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400249msgid "bblock"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000250msgstr ""
251
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400252#: e2fsck/message.c:111
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400253msgid "Bbitmap"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000254msgstr ""
255
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400256#: e2fsck/message.c:112
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400257msgid "ccompress"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000258msgstr ""
259
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400260#: e2fsck/message.c:113
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400261msgid "Cconflicts with some other fs @b"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000262msgstr ""
263
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400264#: e2fsck/message.c:114
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400265msgid "iinode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000266msgstr ""
267
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400268#: e2fsck/message.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400269msgid "Iillegal"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000270msgstr ""
271
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400272#: e2fsck/message.c:116
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400273msgid "jjournal"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000274msgstr ""
275
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400276#: e2fsck/message.c:117
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400277msgid "Ddeleted"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000278msgstr ""
279
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400280#: e2fsck/message.c:118
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400281msgid "ddirectory"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000282msgstr ""
283
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400284#: e2fsck/message.c:119
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400285msgid "eentry"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000286msgstr ""
287
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400288#: e2fsck/message.c:120
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400289msgid "E@e '%Dn' in %p (%i)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000290msgstr ""
291
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400292#: e2fsck/message.c:121
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400293msgid "ffilesystem"
294msgstr ""
295
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400296#: e2fsck/message.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400297msgid "Ffor @i %i (%Q) is"
298msgstr ""
299
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400300#: e2fsck/message.c:123
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400301msgid "ggroup"
302msgstr ""
303
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400304#: e2fsck/message.c:124
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500305msgid "hHTREE @d @i"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400306msgstr ""
307
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400308#: e2fsck/message.c:125
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500309msgid "llost+found"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400310msgstr ""
311
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400312#: e2fsck/message.c:126
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500313msgid "Lis a link"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400314msgstr ""
315
Theodore Ts'obc759702005-05-09 20:40:55 -0400316#: e2fsck/message.c:127
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400317msgid "mmultiply-claimed"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000318msgstr ""
319
Theodore Ts'obc759702005-05-09 20:40:55 -0400320#: e2fsck/message.c:128
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400321msgid "ninvalid"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500322msgstr ""
323
Theodore Ts'obc759702005-05-09 20:40:55 -0400324#: e2fsck/message.c:129
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400325msgid "oorphaned"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500326msgstr ""
327
Theodore Ts'obc759702005-05-09 20:40:55 -0400328#: e2fsck/message.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400329msgid "pproblem in"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500330msgstr ""
331
Theodore Ts'obc759702005-05-09 20:40:55 -0400332#: e2fsck/message.c:131
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400333msgid "rroot @i"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500334msgstr ""
335
Theodore Ts'obc759702005-05-09 20:40:55 -0400336#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400337msgid "sshould be"
338msgstr ""
339
340#: e2fsck/message.c:133
341msgid "Ssuper@b"
342msgstr ""
343
344#: e2fsck/message.c:134
345msgid "uunattached"
346msgstr ""
347
348#: e2fsck/message.c:135
349msgid "vdevice"
350msgstr ""
351
352#: e2fsck/message.c:136
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400353msgid "zzero-length"
354msgstr ""
355
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400356#: e2fsck/message.c:147
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000357msgid "<The NULL inode>"
358msgstr ""
359
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400360#: e2fsck/message.c:148
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000361msgid "<The bad blocks inode>"
362msgstr ""
363
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400364#: e2fsck/message.c:150
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000365msgid "<The ACL index inode>"
366msgstr ""
367
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400368#: e2fsck/message.c:151
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000369msgid "<The ACL data inode>"
370msgstr ""
371
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400372#: e2fsck/message.c:152
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000373msgid "<The boot loader inode>"
374msgstr ""
375
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400376#: e2fsck/message.c:153
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000377msgid "<The undelete directory inode>"
378msgstr ""
379
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400380#: e2fsck/message.c:154
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400381msgid "<The group descriptor inode>"
382msgstr ""
383
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400384#: e2fsck/message.c:155
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400385msgid "<The journal inode>"
386msgstr ""
387
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400388#: e2fsck/message.c:156
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400389msgid "<Reserved inode 9>"
390msgstr ""
391
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400392#: e2fsck/message.c:157
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400393msgid "<Reserved inode 10>"
394msgstr ""
395
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500396#: e2fsck/pass1b.c:209
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000397msgid "multiply claimed inode map"
398msgstr ""
399
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500400#: e2fsck/pass1b.c:558 e2fsck/pass1b.c:695
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000401#, c-format
402msgid "internal error; can't find dup_blk for %d\n"
403msgstr ""
404
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500405#: e2fsck/pass1b.c:738
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000406msgid "returned from clone_file_block"
407msgstr ""
408
Theodore Ts'obc759702005-05-09 20:40:55 -0400409#: e2fsck/pass1.c:430
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000410msgid "in-use inode map"
411msgstr ""
412
Theodore Ts'obc759702005-05-09 20:40:55 -0400413#: e2fsck/pass1.c:439
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000414msgid "directory inode map"
415msgstr ""
416
Theodore Ts'obc759702005-05-09 20:40:55 -0400417#: e2fsck/pass1.c:447
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000418msgid "regular file inode map"
419msgstr ""
420
Theodore Ts'obc759702005-05-09 20:40:55 -0400421#: e2fsck/pass1.c:454
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000422msgid "in-use block map"
423msgstr ""
424
Theodore Ts'obc759702005-05-09 20:40:55 -0400425#: e2fsck/pass1.c:505
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000426msgid "doing inode scan"
427msgstr ""
428
Theodore Ts'obc759702005-05-09 20:40:55 -0400429#: e2fsck/pass1.c:917
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000430msgid "Pass 1"
431msgstr ""
432
Theodore Ts'obc759702005-05-09 20:40:55 -0400433#: e2fsck/pass1.c:976
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000434#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400435msgid "reading indirect blocks of inode %u"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000436msgstr ""
437
Theodore Ts'obc759702005-05-09 20:40:55 -0400438#: e2fsck/pass1.c:1018
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000439msgid "bad inode map"
440msgstr ""
441
Theodore Ts'obc759702005-05-09 20:40:55 -0400442#: e2fsck/pass1.c:1040
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000443msgid "inode in bad block map"
444msgstr ""
445
Theodore Ts'obc759702005-05-09 20:40:55 -0400446#: e2fsck/pass1.c:1060
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000447msgid "imagic inode map"
448msgstr ""
449
Theodore Ts'obc759702005-05-09 20:40:55 -0400450#: e2fsck/pass1.c:1087
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000451msgid "multiply claimed block map"
452msgstr ""
453
Theodore Ts'obc759702005-05-09 20:40:55 -0400454#: e2fsck/pass1.c:1186
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400455msgid "ext attr block map"
456msgstr ""
457
Theodore Ts'obc759702005-05-09 20:40:55 -0400458#: e2fsck/pass1.c:1959
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000459msgid "block bitmap"
460msgstr ""
461
Theodore Ts'obc759702005-05-09 20:40:55 -0400462#: e2fsck/pass1.c:1963
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000463msgid "inode bitmap"
464msgstr ""
465
Theodore Ts'obc759702005-05-09 20:40:55 -0400466#: e2fsck/pass1.c:1967
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000467msgid "inode table"
468msgstr ""
469
Theodore Ts'obc759702005-05-09 20:40:55 -0400470#: e2fsck/pass2.c:287
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500471msgid "Pass 2"
472msgstr ""
473
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400474#: e2fsck/pass3.c:79
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000475msgid "inode done bitmap"
476msgstr ""
477
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400478#: e2fsck/pass3.c:90
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000479msgid "Peak memory"
480msgstr ""
481
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400482#: e2fsck/pass3.c:143
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000483msgid "Pass 3"
484msgstr ""
485
Theodore Ts'o55566e22003-12-26 14:03:39 -0500486#: e2fsck/pass3.c:334
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000487msgid "inode loop detection bitmap"
488msgstr ""
489
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500490#: e2fsck/pass4.c:174
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000491msgid "Pass 4"
492msgstr ""
493
494#: e2fsck/pass5.c:70
495msgid "Pass 5"
496msgstr ""
497
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500498#: e2fsck/problem.c:50
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000499msgid "(no prompt)"
500msgstr ""
501
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500502#: e2fsck/problem.c:51
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000503msgid "Fix"
504msgstr ""
505
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500506#: e2fsck/problem.c:52
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000507msgid "Clear"
508msgstr ""
509
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500510#: e2fsck/problem.c:53
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000511msgid "Relocate"
512msgstr ""
513
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500514#: e2fsck/problem.c:54
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000515msgid "Allocate"
516msgstr ""
517
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500518#: e2fsck/problem.c:55
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000519msgid "Expand"
520msgstr ""
521
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500522#: e2fsck/problem.c:56
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000523msgid "Connect to /lost+found"
524msgstr ""
525
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500526#: e2fsck/problem.c:57
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000527msgid "Create"
528msgstr ""
529
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500530#: e2fsck/problem.c:58
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000531msgid "Salvage"
532msgstr ""
533
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500534#: e2fsck/problem.c:59
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000535msgid "Truncate"
536msgstr ""
537
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500538#: e2fsck/problem.c:60
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000539msgid "Clear inode"
540msgstr ""
541
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500542#: e2fsck/problem.c:61
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000543msgid "Abort"
544msgstr ""
545
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500546#: e2fsck/problem.c:62
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000547msgid "Split"
548msgstr ""
549
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500550#: e2fsck/problem.c:63
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000551msgid "Continue"
552msgstr ""
553
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500554#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400555msgid "Clone multiply-claimed blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000556msgstr ""
557
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500558#: e2fsck/problem.c:65
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000559msgid "Delete file"
560msgstr ""
561
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500562#: e2fsck/problem.c:66
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000563msgid "Suppress messages"
564msgstr ""
565
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500566#: e2fsck/problem.c:67
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000567msgid "Unlink"
568msgstr ""
569
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500570#: e2fsck/problem.c:68
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500571msgid "Clear HTree index"
572msgstr ""
573
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500574#: e2fsck/problem.c:69
575msgid "Recreate"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000576msgstr ""
577
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500578#: e2fsck/problem.c:78
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500579msgid "(NONE)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000580msgstr ""
581
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500582#: e2fsck/problem.c:79
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500583msgid "FIXED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000584msgstr ""
585
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500586#: e2fsck/problem.c:80
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500587msgid "CLEARED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000588msgstr ""
589
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500590#: e2fsck/problem.c:81
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500591msgid "RELOCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000592msgstr ""
593
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500594#: e2fsck/problem.c:82
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500595msgid "ALLOCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000596msgstr ""
597
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500598#: e2fsck/problem.c:83
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500599msgid "EXPANDED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000600msgstr ""
601
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500602#: e2fsck/problem.c:84
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500603msgid "RECONNECTED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000604msgstr ""
605
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500606#: e2fsck/problem.c:85
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500607msgid "CREATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000608msgstr ""
609
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500610#: e2fsck/problem.c:86
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500611msgid "SALVAGED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000612msgstr ""
613
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500614#: e2fsck/problem.c:87
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500615msgid "TRUNCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000616msgstr ""
617
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500618#: e2fsck/problem.c:88
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500619msgid "INODE CLEARED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000620msgstr ""
621
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500622#: e2fsck/problem.c:89
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500623msgid "ABORTED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000624msgstr ""
625
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500626#: e2fsck/problem.c:90
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500627msgid "SPLIT"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000628msgstr ""
629
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500630#: e2fsck/problem.c:91
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500631msgid "CONTINUING"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000632msgstr ""
633
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500634#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400635msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000636msgstr ""
637
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500638#: e2fsck/problem.c:93
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500639msgid "FILE DELETED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000640msgstr ""
641
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500642#: e2fsck/problem.c:94
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500643msgid "SUPPRESSED"
644msgstr ""
645
646#: e2fsck/problem.c:95
647msgid "UNLINKED"
648msgstr ""
649
650#: e2fsck/problem.c:96
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500651msgid "HTREE INDEX CLEARED"
652msgstr ""
653
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500654#: e2fsck/problem.c:97
655msgid "WILL RECREATE"
656msgstr ""
657
658#: e2fsck/problem.c:106
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400659#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000660msgid "@b @B for @g %g is not in @g. (@b %b)\n"
661msgstr ""
662
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500663#: e2fsck/problem.c:110
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400664#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000665msgid "@i @B for @g %g is not in @g. (@b %b)\n"
666msgstr ""
667
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500668#: e2fsck/problem.c:115
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400669#. @-expanded: inode table for group %g is not in group. (block %b)\n
670#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000671msgid ""
672"@i table for @g %g is not in @g. (@b %b)\n"
673"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
674msgstr ""
675
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500676#: e2fsck/problem.c:121
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500677#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400678#. @-expanded: \n
679#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
680#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
681#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
682#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
683#. @-expanded: e2fsck -b %S <device>\n
684#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000685msgid ""
686"\n"
687"The @S could not be read or does not describe a correct ext2\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400688"@f. If the @v is valid and it really contains an ext2\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000689"@f (and not swap or ufs or something else), then the @S\n"
690"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400691" e2fsck -b %S <@v>\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000692"\n"
693msgstr ""
694
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500695#: e2fsck/problem.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400696#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
697#. @-expanded: The physical size of the device is %c blocks\n
698#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000699msgid ""
700"The @f size (according to the @S) is %b @bs\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400701"The physical size of the @v is %c @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000702"Either the @S or the partition table is likely to be corrupt!\n"
703msgstr ""
704
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500705#: e2fsck/problem.c:137
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400706#. @-expanded: superblock block_size = %b, fragsize = %c.\n
707#. @-expanded: This version of e2fsck does not support fragment sizes different\n
708#. @-expanded: from the block size.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000709msgid ""
710"@S @b_size = %b, fragsize = %c.\n"
711"This version of e2fsck does not support fragment sizes different\n"
712"from the @b size.\n"
713msgstr ""
714
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500715#: e2fsck/problem.c:144
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400716#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000717msgid "@S @bs_per_group = %b, should have been %c\n"
718msgstr ""
719
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500720#: e2fsck/problem.c:149
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400721#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000722msgid "@S first_data_@b = %b, should have been %c\n"
723msgstr ""
724
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500725#: e2fsck/problem.c:154
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400726#. @-expanded: filesystem did not have a UUID; generating one.\n
727#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000728msgid ""
729"@f did not have a UUID; generating one.\n"
730"\n"
731msgstr ""
732
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500733#: e2fsck/problem.c:159
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500734#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000735msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400736"Note: if several inode or block bitmap blocks or part\n"
737"of the inode table require relocation, you may wish to try\n"
738"running e2fsck with the '-b %S' option first. The problem\n"
739"may lie only with the primary block group descriptors, and\n"
740"the backup block group descriptors may be OK.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000741"\n"
742msgstr ""
743
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400744#: e2fsck/problem.c:168
745#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000746msgid "Corruption found in @S. (%s = %N).\n"
747msgstr ""
748
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400749#: e2fsck/problem.c:173
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000750#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400751#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400752msgid "Error determining size of the physical @v: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000753msgstr ""
754
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400755#: e2fsck/problem.c:178
756#. @-expanded: inode count in superblock is %i, should be %j.\n
757msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000758msgstr ""
759
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400760#: e2fsck/problem.c:182
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000761msgid "The Hurd does not support the filetype feature.\n"
762msgstr ""
763
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400764#: e2fsck/problem.c:187
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400765#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400766#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
767msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400768msgstr ""
769
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400770#: e2fsck/problem.c:192
771#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400772msgid "External @j has multiple @f users (unsupported).\n"
773msgstr ""
774
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400775#: e2fsck/problem.c:197
776#. @-expanded: Can't find external journal\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400777msgid "Can't find external @j\n"
778msgstr ""
779
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400780#: e2fsck/problem.c:202
781#. @-expanded: External journal has bad superblock\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400782msgid "External @j has bad @S\n"
783msgstr ""
784
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400785#: e2fsck/problem.c:207
786#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400787msgid "External @j does not support this @f\n"
788msgstr ""
789
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400790#: e2fsck/problem.c:212
791#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
792#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
793#. @-expanded: format.\n
794#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400795msgid ""
796"Ext3 @j @S is unknown type %N (unsupported).\n"
797"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
798"format.\n"
799"It is also possible the @j @S is corrupt.\n"
800msgstr ""
801
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400802#: e2fsck/problem.c:220
803#. @-expanded: Ext3 journal superblock is corrupt.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400804msgid "Ext3 @j @S is corrupt.\n"
805msgstr ""
806
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400807#: e2fsck/problem.c:225
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400808#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400809#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500810msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400811msgstr ""
812
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400813#: e2fsck/problem.c:230
814#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400815msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
816msgstr ""
817
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400818#: e2fsck/problem.c:235
819#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
820msgid "ext3 recovery flag is clear, but @j has data.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400821msgstr ""
822
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400823#: e2fsck/problem.c:240
824#. @-expanded: Clear journal
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500825msgid "Clear @j"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400826msgstr ""
827
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400828#: e2fsck/problem.c:245
829#. @-expanded: Run journal anyway
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500830msgid "Run @j anyway"
831msgstr ""
832
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400833#: e2fsck/problem.c:250
834#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500835msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
836msgstr ""
837
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400838#: e2fsck/problem.c:255
839#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400840msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
841msgstr ""
842
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400843#: e2fsck/problem.c:260
844#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400845msgid "@I @b #%B (%b) found in @o @i %i.\n"
846msgstr ""
847
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400848#: e2fsck/problem.c:265
849#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400850msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
851msgstr ""
852
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400853#: e2fsck/problem.c:270
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400854#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400855#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400856msgid "@I @o @i %i in @S.\n"
857msgstr ""
858
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400859#: e2fsck/problem.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400860#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400861#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400862msgid "@I @i %i in @o @i list.\n"
863msgstr ""
864
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400865#: e2fsck/problem.c:280 e2fsck/problem.c:594
866#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
867msgid "@f has feature flag(s) set, but is a revision 0 @f. "
868msgstr ""
869
870#: e2fsck/problem.c:285
871#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400872msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
873msgstr ""
874
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400875#: e2fsck/problem.c:290
876#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400877msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
878msgstr ""
879
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400880#: e2fsck/problem.c:295
881#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400882msgid "@j version not supported by this e2fsck.\n"
883msgstr ""
884
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400885#: e2fsck/problem.c:300
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400886#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400887#. @-expanded: Moving journal from /%s to hidden inode.\n
888#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400889msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400890"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400891"\n"
892msgstr ""
893
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400894#: e2fsck/problem.c:305
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400895#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400896#. @-expanded: Error moving journal: %m\n
897#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400898msgid ""
899"Error moving @j: %m\n"
900"\n"
901msgstr ""
902
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400903#: e2fsck/problem.c:310
904#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
905#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
906#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400907msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400908"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400909"Clearing fields beyond the V1 @j @S...\n"
910"\n"
911msgstr ""
912
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400913#: e2fsck/problem.c:316
914#. @-expanded: Backing up journal inode block information.\n
915#. @-expanded: \n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400916msgid ""
917"Backing up @j @i @b information.\n"
918"\n"
919msgstr ""
920
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400921#: e2fsck/problem.c:321
922#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
923#. @-expanded: is %N; should be zero.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500924msgid ""
925"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
926"is %N; @s zero. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000927msgstr ""
928
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400929#: e2fsck/problem.c:327
930#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
931msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000932msgstr ""
933
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400934#: e2fsck/problem.c:332
935#. @-expanded: Resize inode not valid.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500936msgid "Resize @i not valid. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000937msgstr ""
938
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400939#: e2fsck/problem.c:339
940#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500941msgid "Pass 1: Checking @is, @bs, and sizes\n"
942msgstr ""
943
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400944#: e2fsck/problem.c:343
945#. @-expanded: root inode is not a directory.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500946msgid "@r is not a @d. "
947msgstr ""
948
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400949#: e2fsck/problem.c:348
950#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500951msgid "@r has dtime set (probably due to old mke2fs). "
952msgstr ""
953
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400954#: e2fsck/problem.c:353
955#. @-expanded: Reserved inode %i (%Q) has invalid mode.
956msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500957msgstr ""
958
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400959#: e2fsck/problem.c:358
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000960#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400961#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400962msgid "@D @i %i has zero dtime. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000963msgstr ""
964
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400965#: e2fsck/problem.c:363
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000966#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400967#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400968msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000969msgstr ""
970
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400971#: e2fsck/problem.c:368
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400972#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400973#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400974msgid "@i %i is a @z @d. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000975msgstr ""
976
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400977#: e2fsck/problem.c:373
978#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400979msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000980msgstr ""
981
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400982#: e2fsck/problem.c:378
983#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400984msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000985msgstr ""
986
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400987#: e2fsck/problem.c:383
988#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400989msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000990msgstr ""
991
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400992#: e2fsck/problem.c:388
993#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400994msgid "@g %g's @b @B (%b) is bad. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000995msgstr ""
996
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400997#: e2fsck/problem.c:393
998#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400999msgid "@g %g's @i @B (%b) is bad. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001000msgstr ""
1001
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001002#: e2fsck/problem.c:398
1003#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001004msgid "@i %i, i_size is %Is, @s %N. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001005msgstr ""
1006
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001007#: e2fsck/problem.c:403
1008#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001009msgid "@i %i, i_@bs is %Ib, @s %N. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001010msgstr ""
1011
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001012#: e2fsck/problem.c:408
1013#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001014msgid "@I @b #%B (%b) in @i %i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001015msgstr ""
1016
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001017#: e2fsck/problem.c:413
1018#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001019msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001020msgstr ""
1021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001022#: e2fsck/problem.c:418
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001023#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001024#. @-expanded: inode %i has illegal block(s).
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001025msgid "@i %i has illegal @b(s). "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001026msgstr ""
1027
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001028#: e2fsck/problem.c:423
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001029#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001030#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001031msgid "Too many illegal @bs in @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001032msgstr ""
1033
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001034#: e2fsck/problem.c:428
1035#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001036msgid "@I @b #%B (%b) in bad @b @i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001037msgstr ""
1038
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001039#: e2fsck/problem.c:433
1040#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001041msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001042msgstr ""
1043
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001044#: e2fsck/problem.c:438
1045#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001046msgid "Duplicate or bad @b in use!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001047msgstr ""
1048
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001049#: e2fsck/problem.c:443
1050#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001051msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001052msgstr ""
1053
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001054#: e2fsck/problem.c:448
1055#. @-expanded: \n
1056#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1057#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1058#. @-expanded: in the filesystem.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001059msgid ""
1060"\n"
Theodore Ts'o55566e22003-12-26 14:03:39 -05001061"The bad @b @i has probably been corrupted. You probably\n"
1062"should stop now and run e2fsck -c to scan for bad blocks\n"
1063"in the @f.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001064msgstr ""
1065
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001066#: e2fsck/problem.c:455
1067#. @-expanded: \n
1068#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001069msgid ""
1070"\n"
1071"If the @b is really bad, the @f can not be fixed.\n"
1072msgstr ""
1073
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001074#: e2fsck/problem.c:460
1075#. @-expanded: You can remove this block from the bad block list and hope\n
1076#. @-expanded: that the block is really OK. But there are no guarantees.\n
1077#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001078msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001079"You can remove this @b from the bad @b list and hope\n"
1080"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001081"\n"
1082msgstr ""
1083
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001084#: e2fsck/problem.c:466
1085#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001086msgid "The primary @S (%b) is on the bad @b list.\n"
1087msgstr ""
1088
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001089#: e2fsck/problem.c:471
1090#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001091msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1092msgstr ""
1093
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001094#: e2fsck/problem.c:477
1095#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001096msgid "Warning: Group %g's @S (%b) is bad.\n"
1097msgstr ""
1098
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001099#: e2fsck/problem.c:482
1100#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001101msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1102msgstr ""
1103
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001104#: e2fsck/problem.c:488
1105#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001106msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1107msgstr ""
1108
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001109#: e2fsck/problem.c:494
1110#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001111msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001112msgstr ""
1113
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001114#: e2fsck/problem.c:499
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001115#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001116#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001117msgid "@A @b buffer for relocating %s\n"
1118msgstr ""
1119
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001120#: e2fsck/problem.c:504
1121#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001122msgid "Relocating @g %g's %s from %b to %c...\n"
1123msgstr ""
1124
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001125#: e2fsck/problem.c:509
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001126#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001127#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001128msgid "Relocating @g %g's %s to %c...\n"
1129msgstr ""
1130
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001131#: e2fsck/problem.c:514
1132#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001133msgid "Warning: could not read @b %b of %s: %m\n"
1134msgstr ""
1135
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001136#: e2fsck/problem.c:519
1137#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001138msgid "Warning: could not write @b %b for %s: %m\n"
1139msgstr ""
1140
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001141#: e2fsck/problem.c:524 e2fsck/problem.c:1251
1142#. @-expanded: error allocating inode bitmap (%N): %m\n
1143msgid "@A @i @B (%N): %m\n"
1144msgstr ""
1145
1146#: e2fsck/problem.c:529
1147#. @-expanded: error allocating block bitmap (%N): %m\n
1148msgid "@A @b @B (%N): %m\n"
1149msgstr ""
1150
1151#: e2fsck/problem.c:534
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001152#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001153#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001154msgid "@A icount link information: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001155msgstr ""
1156
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001157#: e2fsck/problem.c:539
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001158#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001159#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001160msgid "@A @d @b array: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001161msgstr ""
1162
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001163#: e2fsck/problem.c:544
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001164#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001165#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001166msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001167msgstr ""
1168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001169#: e2fsck/problem.c:549
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001170#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001171#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001172msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001173msgstr ""
1174
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001175#: e2fsck/problem.c:554
1176#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001177msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1178msgstr ""
1179
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001180#: e2fsck/problem.c:559
1181#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001182msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001183msgstr ""
1184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001185#: e2fsck/problem.c:565
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001186#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001187#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001188msgid "Error reading @i %i: %m\n"
1189msgstr ""
1190
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001191#: e2fsck/problem.c:573
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001192#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001193#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001194msgid "@i %i has imagic flag set. "
1195msgstr ""
1196
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001197#: e2fsck/problem.c:578
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001198#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001199#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1200#. @-expanded: or append-only flag set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001201msgid ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001202"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1203"or append-only flag set. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001204msgstr ""
1205
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001206#: e2fsck/problem.c:584
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001207#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001208#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001209msgid "@i %i has @cion flag set on @f without @cion support. "
1210msgstr ""
1211
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001212#: e2fsck/problem.c:589
1213#, c-format
1214#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1215msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1216msgstr ""
1217
1218#: e2fsck/problem.c:599
1219#. @-expanded: journal inode is not in use, but contains data.
1220msgid "@j @i is not in use, but contains data. "
1221msgstr ""
1222
1223#: e2fsck/problem.c:604
1224#. @-expanded: journal is not regular file.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001225msgid "@j is not regular file. "
1226msgstr ""
1227
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001228#: e2fsck/problem.c:609
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001229#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001230#. @-expanded: inode %i was part of the orphaned inode list.
1231msgid "@i %i was part of the @o @i list. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001232msgstr ""
1233
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001234#: e2fsck/problem.c:615
1235#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001236msgid "@is that were part of a corrupted orphan linked list found. "
1237msgstr ""
1238
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001239#: e2fsck/problem.c:620
1240#. @-expanded: error allocating refcount structure (%N): %m\n
1241msgid "@A refcount structure (%N): %m\n"
1242msgstr ""
1243
1244#: e2fsck/problem.c:625
1245#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001246msgid "Error reading @a @b %b for @i %i. "
1247msgstr ""
1248
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001249#: e2fsck/problem.c:630
1250#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001251msgid "@i %i has a bad @a @b %b. "
1252msgstr ""
1253
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001254#: e2fsck/problem.c:635
1255#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001256msgid "Error reading @a @b %b (%m). "
1257msgstr ""
1258
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001259#: e2fsck/problem.c:640
1260#. @-expanded: extended attribute block %b has reference count %B, should be %N.
1261msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001262msgstr ""
1263
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001264#: e2fsck/problem.c:645
1265#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001266msgid "Error writing @a @b %b (%m). "
1267msgstr ""
1268
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001269#: e2fsck/problem.c:650
1270#. @-expanded: extended attribute block %b has h_blocks > 1.
1271msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001272msgstr ""
1273
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001274#: e2fsck/problem.c:655
1275#. @-expanded: error allocating extended attribute block %b.
1276msgid "@A @a @b %b. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001277msgstr ""
1278
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001279#: e2fsck/problem.c:660
1280#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001281msgid "@a @b %b is corrupt (allocation collision). "
1282msgstr ""
1283
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001284#: e2fsck/problem.c:665
1285#. @-expanded: extended attribute block %b is corrupt (invalid name).
1286msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001287msgstr ""
1288
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001289#: e2fsck/problem.c:670
1290#. @-expanded: extended attribute block %b is corrupt (invalid value).
1291msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001292msgstr ""
1293
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001294#: e2fsck/problem.c:675
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001295#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001296#. @-expanded: inode %i is too big.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001297msgid "@i %i is too big. "
1298msgstr ""
1299
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001300#: e2fsck/problem.c:679
1301#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001302msgid "@b #%B (%b) causes @d to be too big. "
1303msgstr ""
1304
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001305#: e2fsck/problem.c:684
1306#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001307msgid "@b #%B (%b) causes file to be too big. "
1308msgstr ""
1309
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001310#: e2fsck/problem.c:689
1311#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001312msgid "@b #%B (%b) causes symlink to be too big. "
1313msgstr ""
1314
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001315#: e2fsck/problem.c:694
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001316#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001317#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001318msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001319msgstr ""
1320
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001321#: e2fsck/problem.c:699
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001322#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001323#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001324msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001325msgstr ""
1326
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001327#: e2fsck/problem.c:704
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001328#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001329#. @-expanded: HTREE directory inode %i has an invalid root node.\n
1330msgid "@h %i has an @n root node.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001331msgstr ""
1332
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001333#: e2fsck/problem.c:709
1334#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001335msgid "@h %i has an unsupported hash version (%N)\n"
1336msgstr ""
1337
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001338#: e2fsck/problem.c:714
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001339#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001340#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001341msgid "@h %i uses an incompatible htree root node flag.\n"
1342msgstr ""
1343
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001344#: e2fsck/problem.c:719
1345#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001346msgid "@h %i has a tree depth (%N) which is too big\n"
1347msgstr ""
1348
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001349#: e2fsck/problem.c:724
1350#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1351#. @-expanded: filesystem metadata.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001352msgid ""
1353"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1354"@f metadata. "
1355msgstr ""
1356
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001357#: e2fsck/problem.c:730
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001358#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001359#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001360msgid "Resize @i (re)creation failed: %m."
1361msgstr ""
1362
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001363#: e2fsck/problem.c:735
1364#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1365msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001366msgstr ""
1367
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001368#: e2fsck/problem.c:740
1369#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1370msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001371msgstr ""
1372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001373#: e2fsck/problem.c:745
1374#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1375msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001376msgstr ""
1377
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001378#: e2fsck/problem.c:750
1379#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1380msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001381msgstr ""
1382
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001383#: e2fsck/problem.c:755
1384#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1385msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001386msgstr ""
1387
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001388#: e2fsck/problem.c:760
1389#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
1390msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001391msgstr ""
1392
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001393#: e2fsck/problem.c:767
1394#. @-expanded: \n
1395#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1396#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001397msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001398"\n"
1399"Running additional passes to resolve @bs claimed by more than one @i...\n"
1400"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001401msgstr ""
1402
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001403#: e2fsck/problem.c:773
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001404#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001405#. @-expanded: multiply-claimed block(s) in inode %i:
1406msgid "@m @b(s) in @i %i:"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001407msgstr ""
1408
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001409#: e2fsck/problem.c:788
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001410#, c-format
1411msgid "Error while scanning inodes (%i): %m\n"
1412msgstr ""
1413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001414#: e2fsck/problem.c:793
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001415#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001416#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1417msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001418msgstr ""
1419
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001420#: e2fsck/problem.c:798
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001421#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001422#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001423msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1424msgstr ""
1425
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001426#: e2fsck/problem.c:803 e2fsck/problem.c:1119
1427#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1428msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001429msgstr ""
1430
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001431#: e2fsck/problem.c:809
1432#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks.\n
1433msgid "Pass 1C: Scanning directories for @is with @m @bs.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001434msgstr ""
1435
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001436#: e2fsck/problem.c:815
1437#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1438msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001439msgstr ""
1440
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001441#: e2fsck/problem.c:820
1442#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1443#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001444msgid ""
1445"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001446" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001447msgstr ""
1448
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001449#: e2fsck/problem.c:826
1450#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001451msgid "\t%Q (@i #%i, mod time %IM)\n"
1452msgstr ""
1453
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001454#: e2fsck/problem.c:831
1455#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001456msgid "\t<@f metadata>\n"
1457msgstr ""
1458
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001459#: e2fsck/problem.c:836
1460#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1461#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001462msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001463"(There are %N @is containing @m @bs.)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001464"\n"
1465msgstr ""
1466
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001467#: e2fsck/problem.c:841
1468#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1469#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001470msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001471"@m @bs already reassigned or cloned.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001472"\n"
1473msgstr ""
1474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001475#: e2fsck/problem.c:854
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001476#, c-format
1477msgid "Couldn't clone file: %m\n"
1478msgstr ""
1479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001480#: e2fsck/problem.c:860
1481#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001482msgid "Pass 2: Checking @d structure\n"
1483msgstr ""
1484
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001485#: e2fsck/problem.c:865
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001486#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001487#. @-expanded: invalid inode number for '.' in directory inode %i.\n
1488msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001489msgstr ""
1490
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001491#: e2fsck/problem.c:870
1492#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1493msgid "@E has @n @i #: %Di.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001494msgstr ""
1495
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001496#: e2fsck/problem.c:875
1497#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001498msgid "@E has @D/unused @i %Di. "
1499msgstr ""
1500
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001501#: e2fsck/problem.c:880
1502#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001503msgid "@E @L to '.' "
1504msgstr ""
1505
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001506#: e2fsck/problem.c:885
1507#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001508msgid "@E points to @i (%Di) located in a bad @b.\n"
1509msgstr ""
1510
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001511#: e2fsck/problem.c:890
1512#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001513msgid "@E @L to @d %P (%Di).\n"
1514msgstr ""
1515
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001516#: e2fsck/problem.c:895
1517#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001518msgid "@E @L to the @r.\n"
1519msgstr ""
1520
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001521#: e2fsck/problem.c:900
1522#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001523msgid "@E has illegal characters in its name.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001524msgstr ""
1525
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001526#: e2fsck/problem.c:905
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001527#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001528#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001529msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001530msgstr ""
1531
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001532#: e2fsck/problem.c:910
Theodore Ts'o55566e22003-12-26 14:03:39 -05001533#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001534#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001535msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001536msgstr ""
1537
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001538#: e2fsck/problem.c:915
1539#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1540msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001541msgstr ""
1542
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001543#: e2fsck/problem.c:920
1544#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1545msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001546msgstr ""
1547
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001548#: e2fsck/problem.c:925
1549#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001550msgid "i_faddr @F %IF, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001551msgstr ""
1552
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001553#: e2fsck/problem.c:930
1554#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001555msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001556msgstr ""
1557
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001558#: e2fsck/problem.c:935
1559#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001560msgid "i_dir_acl @F %Id, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001561msgstr ""
1562
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001563#: e2fsck/problem.c:940
1564#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001565msgid "i_frag @F %N, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001566msgstr ""
1567
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001568#: e2fsck/problem.c:945
1569#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001570msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001571msgstr ""
1572
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001573#: e2fsck/problem.c:950
1574#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1575msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001576msgstr ""
1577
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001578#: e2fsck/problem.c:955
1579#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001580msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001581msgstr ""
1582
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001583#: e2fsck/problem.c:960
1584#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001585msgid "@d @i %i, @b %B, offset %N: filename too long\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001586msgstr ""
1587
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001588#: e2fsck/problem.c:965
1589#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001590msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001591msgstr ""
1592
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001593#: e2fsck/problem.c:970
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001594#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001595#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001596msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001597msgstr ""
1598
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001599#: e2fsck/problem.c:975
Theodore Ts'o55566e22003-12-26 14:03:39 -05001600#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001601#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001602msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001603msgstr ""
1604
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001605#: e2fsck/problem.c:980
1606#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001607msgid "@i %i (%Q) is an @I character @v.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001608msgstr ""
1609
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001610#: e2fsck/problem.c:985
1611#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001612msgid "@i %i (%Q) is an @I @b @v.\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001613msgstr ""
1614
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001615#: e2fsck/problem.c:990
1616#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001617msgid "@E is duplicate '.' @e.\n"
1618msgstr ""
1619
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001620#: e2fsck/problem.c:995
1621#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001622msgid "@E is duplicate '..' @e.\n"
1623msgstr ""
1624
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001625#: e2fsck/problem.c:1000 e2fsck/problem.c:1276
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001626#, c-format
1627msgid "Internal error: couldn't find dir_info for %i.\n"
1628msgstr ""
1629
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001630#: e2fsck/problem.c:1005
1631#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1632msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001633msgstr ""
1634
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001635#: e2fsck/problem.c:1010
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001636#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001637#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001638msgid "@A icount structure: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001639msgstr ""
1640
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001641#: e2fsck/problem.c:1015
Theodore Ts'o55566e22003-12-26 14:03:39 -05001642#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001643#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001644msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001645msgstr ""
1646
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001647#: e2fsck/problem.c:1020
1648#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001649msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001650msgstr ""
1651
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001652#: e2fsck/problem.c:1025
1653#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001654msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001655msgstr ""
1656
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001657#: e2fsck/problem.c:1030
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001658#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001659#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001660msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001661msgstr ""
1662
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001663#: e2fsck/problem.c:1035
Theodore Ts'o55566e22003-12-26 14:03:39 -05001664#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001665#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001666msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001667msgstr ""
1668
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001669#: e2fsck/problem.c:1040
1670#. @-expanded: directory entry for '.' is big.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001671msgid "@d @e for '.' is big. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001672msgstr ""
1673
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001674#: e2fsck/problem.c:1045
1675#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001676msgid "@i %i (%Q) is an @I FIFO.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001677msgstr ""
1678
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001679#: e2fsck/problem.c:1050
1680#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001681msgid "@i %i (%Q) is an @I socket.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001682msgstr ""
1683
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001684#: e2fsck/problem.c:1055
1685#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001686msgid "Setting filetype for @E to %N.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001687msgstr ""
1688
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001689#: e2fsck/problem.c:1060
1690#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
1691msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001692msgstr ""
1693
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001694#: e2fsck/problem.c:1065
1695#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001696msgid "@E has filetype set.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001697msgstr ""
1698
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001699#: e2fsck/problem.c:1070
1700#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
1701msgid "@E has a @z name.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001702msgstr ""
1703
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001704#: e2fsck/problem.c:1075
1705#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
1706msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001707msgstr ""
1708
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001709#: e2fsck/problem.c:1080
1710#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
1711msgid "@a @b @F @n (%If).\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001712msgstr ""
1713
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001714#: e2fsck/problem.c:1085
1715#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001716msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001717msgstr ""
1718
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001719#: e2fsck/problem.c:1090
1720#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001721msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001722msgstr ""
1723
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001724#: e2fsck/problem.c:1095
1725#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001726msgid "@p @h %d: node (%B) referenced twice\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001727msgstr ""
1728
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001729#: e2fsck/problem.c:1100
1730#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001731msgid "@p @h %d: node (%B) has bad min hash\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001732msgstr ""
1733
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001734#: e2fsck/problem.c:1105
1735#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001736msgid "@p @h %d: node (%B) has bad max hash\n"
1737msgstr ""
1738
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001739#: e2fsck/problem.c:1110
1740#. @-expanded: invalid HTREE directory inode %d (%q).
1741msgid "@n @h %d (%q). "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001742msgstr ""
1743
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001744#: e2fsck/problem.c:1114
1745#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001746msgid "@p @h %d (%q): bad @b number %b.\n"
1747msgstr ""
1748
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001749#: e2fsck/problem.c:1124
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001750#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001751#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
1752msgid "@p @h %d: root node is @n\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001753msgstr ""
1754
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001755#: e2fsck/problem.c:1129
1756#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
1757msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001758msgstr ""
1759
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001760#: e2fsck/problem.c:1134
1761#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
1762msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001763msgstr ""
1764
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001765#: e2fsck/problem.c:1139
1766#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001767msgid "@p @h %d: node (%B) has an unordered hash table\n"
1768msgstr ""
1769
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001770#: e2fsck/problem.c:1144
1771#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
1772msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001773msgstr ""
1774
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001775#: e2fsck/problem.c:1149
1776#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001777msgid "Duplicate @E found. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001778msgstr ""
1779
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001780#: e2fsck/problem.c:1154
Theodore Ts'oddc32a02003-05-03 18:45:55 -04001781#, no-c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001782#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1783#. @-expanded: Rename to %s
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001784msgid ""
1785"@E has a non-unique filename.\n"
1786"Rename to %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001787msgstr ""
1788
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001789#: e2fsck/problem.c:1159
1790#. @-expanded: Duplicate entry '%Dn' found.\n
1791#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1792#. @-expanded: \n
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001793msgid ""
1794"Duplicate @e '%Dn' found.\n"
1795"\tMarking %p (%i) to be rebuilt.\n"
1796"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001797msgstr ""
1798
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001799#: e2fsck/problem.c:1166
1800#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001801msgid "Pass 3: Checking @d connectivity\n"
1802msgstr ""
1803
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001804#: e2fsck/problem.c:1171
1805#. @-expanded: root inode not allocated.
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001806msgid "@r not allocated. "
1807msgstr ""
1808
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001809#: e2fsck/problem.c:1176
1810#. @-expanded: No room in lost+found directory.
Theodore Ts'obc759702005-05-09 20:40:55 -04001811msgid "No room in @l @d. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001812msgstr ""
1813
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001814#: e2fsck/problem.c:1181
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001815#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001816#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001817msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001818msgstr ""
1819
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001820#: e2fsck/problem.c:1186
1821#. @-expanded: /lost+found not found.
Theodore Ts'obc759702005-05-09 20:40:55 -04001822msgid "/@l not found. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001823msgstr ""
1824
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001825#: e2fsck/problem.c:1191
1826#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001827msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001828msgstr ""
1829
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001830#: e2fsck/problem.c:1196
1831#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001832msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001833msgstr ""
1834
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001835#: e2fsck/problem.c:1201
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001836#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001837#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001838msgid "Could not expand /@l: %m\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001839msgstr ""
1840
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001841#: e2fsck/problem.c:1206
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001842#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04001843msgid "Could not reconnect %i: %m\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001844msgstr ""
1845
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001846#: e2fsck/problem.c:1211
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001847#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001848#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001849msgid "Error while trying to find /@l: %m\n"
Theodore Ts'o55566e22003-12-26 14:03:39 -05001850msgstr ""
1851
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001852#: e2fsck/problem.c:1216
Theodore Ts'o55566e22003-12-26 14:03:39 -05001853#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001854#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001855msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
1856msgstr ""
1857
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001858#: e2fsck/problem.c:1221
Theodore Ts'obc759702005-05-09 20:40:55 -04001859#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001860#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001861msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
1862msgstr ""
1863
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001864#: e2fsck/problem.c:1226
Theodore Ts'obc759702005-05-09 20:40:55 -04001865#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001866#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001867msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
1868msgstr ""
1869
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001870#: e2fsck/problem.c:1231
Theodore Ts'obc759702005-05-09 20:40:55 -04001871#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001872#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001873msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
1874msgstr ""
1875
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001876#: e2fsck/problem.c:1236
Theodore Ts'obc759702005-05-09 20:40:55 -04001877#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001878#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001879msgid "Error while adjusting @i count on @i %i\n"
1880msgstr ""
1881
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001882#: e2fsck/problem.c:1241
Theodore Ts'obc759702005-05-09 20:40:55 -04001883#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001884#. @-expanded: Couldn't fix parent of inode %i: %m\n
1885#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001886msgid ""
1887"Couldn't fix parent of @i %i: %m\n"
1888"\n"
1889msgstr ""
1890
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001891#: e2fsck/problem.c:1246
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001892#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001893#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
1894#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001895msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001896"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001897"\n"
1898msgstr ""
1899
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001900#: e2fsck/problem.c:1256
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001901#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001902#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001903msgid "Error creating root @d (%s): %m\n"
1904msgstr ""
1905
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001906#: e2fsck/problem.c:1261
Theodore Ts'obc759702005-05-09 20:40:55 -04001907#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001908#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001909msgid "Error creating /@l @d (%s): %m\n"
1910msgstr ""
1911
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001912#: e2fsck/problem.c:1266
1913#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001914msgid "@r is not a @d; aborting.\n"
1915msgstr ""
1916
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001917#: e2fsck/problem.c:1271
1918#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001919msgid "Cannot proceed without a @r.\n"
1920msgstr ""
1921
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001922#: e2fsck/problem.c:1281
Theodore Ts'obc759702005-05-09 20:40:55 -04001923#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001924#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001925msgid "/@l is not a @d (ino=%i)\n"
1926msgstr ""
1927
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001928#: e2fsck/problem.c:1288
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001929msgid "Pass 3A: Optimizing directories\n"
1930msgstr ""
1931
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001932#: e2fsck/problem.c:1293
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001933#, c-format
1934msgid "Failed to create dirs_to_hash iterator: %m"
1935msgstr ""
1936
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001937#: e2fsck/problem.c:1298
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001938msgid "Failed to optimize directory %q (%d): %m"
1939msgstr ""
1940
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001941#: e2fsck/problem.c:1303
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001942msgid "Optimizing directories: "
1943msgstr ""
1944
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001945#: e2fsck/problem.c:1320
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001946msgid "Pass 4: Checking reference counts\n"
1947msgstr ""
1948
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001949#: e2fsck/problem.c:1325
1950#, c-format
1951#. @-expanded: unattached zero-length inode %i.
1952msgid "@u @z @i %i. "
1953msgstr ""
1954
1955#: e2fsck/problem.c:1330
1956#, c-format
1957#. @-expanded: unattached inode %i\n
1958msgid "@u @i %i\n"
1959msgstr ""
1960
1961#: e2fsck/problem.c:1335
1962#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001963msgid "@i %i ref count is %Il, @s %N. "
1964msgstr ""
1965
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001966#: e2fsck/problem.c:1339
1967#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
1968#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
1969#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001970msgid ""
1971"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
1972"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001973"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001974msgstr ""
1975
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001976#: e2fsck/problem.c:1349
1977#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001978msgid "Pass 5: Checking @g summary information\n"
1979msgstr ""
1980
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001981#: e2fsck/problem.c:1354
1982#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001983msgid "Padding at end of @i @B is not set. "
1984msgstr ""
1985
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001986#: e2fsck/problem.c:1359
1987#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001988msgid "Padding at end of @b @B is not set. "
1989msgstr ""
1990
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001991#: e2fsck/problem.c:1364
1992#. @-expanded: block bitmap differences:
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001993msgid "@b @B differences: "
1994msgstr ""
1995
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001996#: e2fsck/problem.c:1384
1997#. @-expanded: inode bitmap differences:
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001998msgid "@i @B differences: "
1999msgstr ""
2000
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002001#: e2fsck/problem.c:1404
2002#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002003msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2004msgstr ""
2005
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002006#: e2fsck/problem.c:1409
2007#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002008msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2009msgstr ""
2010
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002011#: e2fsck/problem.c:1414
2012#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002013msgid "Free @is count wrong (%i, counted=%j).\n"
2014msgstr ""
2015
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002016#: e2fsck/problem.c:1419
2017#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002018msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2019msgstr ""
2020
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002021#: e2fsck/problem.c:1424
2022#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002023msgid "Free @bs count wrong (%b, counted=%c).\n"
2024msgstr ""
2025
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002026#: e2fsck/problem.c:1429
2027#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2028#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002029msgid ""
2030"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2031"endpoints (%i, %j)\n"
2032msgstr ""
2033
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002034#: e2fsck/problem.c:1435
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002035msgid "Internal error: fudging end of bitmap (%N)\n"
2036msgstr ""
2037
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002038#: e2fsck/problem.c:1440
2039#, c-format
2040#. @-expanded: Error copying in replacement inode bitmap: %m\n
2041msgid "Error copying in replacement @i @B: %m\n"
2042msgstr ""
2043
2044#: e2fsck/problem.c:1445
2045#, c-format
2046#. @-expanded: Error copying in replacement block bitmap: %m\n
2047msgid "Error copying in replacement @b @B: %m\n"
2048msgstr ""
2049
2050#: e2fsck/problem.c:1569
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002051#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002052msgid "Unhandled error code (0x%x)!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002053msgstr ""
2054
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002055#: e2fsck/problem.c:1642
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002056msgid "IGNORED"
2057msgstr ""
2058
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002059#: e2fsck/scantest.c:81
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002060#, c-format
2061msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2062msgstr ""
2063
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002064#: e2fsck/scantest.c:100
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002065#, c-format
2066msgid "size of inode=%d\n"
2067msgstr ""
2068
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002069#: e2fsck/scantest.c:121
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002070msgid "while starting inode scan"
2071msgstr ""
2072
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002073#: e2fsck/scantest.c:132
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002074msgid "while doing inode scan"
2075msgstr ""
2076
Theodore Ts'o55566e22003-12-26 14:03:39 -05002077#: e2fsck/super.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002078#, c-format
2079msgid "while calling ext2fs_block_iterate for inode %d"
2080msgstr ""
2081
Theodore Ts'o55566e22003-12-26 14:03:39 -05002082#: e2fsck/super.c:223
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002083#, c-format
2084msgid "while calling ext2fs_adjust_ea_refocunt for inode %d"
2085msgstr ""
2086
Theodore Ts'o55566e22003-12-26 14:03:39 -05002087#: e2fsck/super.c:281
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002088msgid "Truncating"
2089msgstr ""
2090
Theodore Ts'o55566e22003-12-26 14:03:39 -05002091#: e2fsck/super.c:282
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002092msgid "Clearing"
2093msgstr ""
2094
2095#: e2fsck/swapfs.c:98
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002096msgid "while calling ext2fs_block_iterate"
2097msgstr ""
2098
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002099#: e2fsck/swapfs.c:104
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002100msgid "while calling iterator function"
2101msgstr ""
2102
Theodore Ts'o55566e22003-12-26 14:03:39 -05002103#: e2fsck/swapfs.c:126
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002104msgid "while allocating inode buffer"
2105msgstr ""
2106
Theodore Ts'o55566e22003-12-26 14:03:39 -05002107#: e2fsck/swapfs.c:138
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002108#, c-format
2109msgid "while reading inode table (group %d)"
2110msgstr ""
2111
Theodore Ts'o55566e22003-12-26 14:03:39 -05002112#: e2fsck/swapfs.c:176
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002113#, c-format
2114msgid "while writing inode table (group %d)"
2115msgstr ""
2116
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002117#: e2fsck/swapfs.c:223
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002118#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002119msgid "Pass 0: Doing byte-swap of filesystem\n"
2120msgstr ""
2121
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002122#: e2fsck/swapfs.c:230
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002123#, c-format
2124msgid ""
2125"%s: the filesystem must be freshly checked using fsck\n"
2126"and not mounted before trying to byte-swap it.\n"
2127msgstr ""
2128
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002129#: e2fsck/swapfs.c:265
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002130msgid "Byte swap"
2131msgstr ""
2132
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002133#: e2fsck/unix.c:74
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002134#, c-format
2135msgid ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002136"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002137"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002138"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002139"\t\t[-E extended-options] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002140msgstr ""
2141
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002142#: e2fsck/unix.c:80
2143#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002144msgid ""
2145"\n"
2146"Emergency help:\n"
2147" -p Automatic repair (no questions)\n"
2148" -n Make no changes to the filesystem\n"
2149" -y Assume \"yes\" to all questions\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002150" -c Check for bad blocks and add them to the badblock "
2151"list\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002152" -f Force checking even if filesystem is marked clean\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002153msgstr ""
2154
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002155#: e2fsck/unix.c:86
2156#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002157msgid ""
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002158" -v Be verbose\n"
2159" -b superblock Use alternative superblock\n"
2160" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002161" -j external_journal Set location of the external journal\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002162" -l bad_blocks_file Add to badblocks list\n"
2163" -L bad_blocks_file Set badblocks list\n"
2164msgstr ""
2165
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002166#: e2fsck/unix.c:120
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002167#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002168msgid "%s: %d/%d files (%0d.%d%% non-contiguous), %d/%d blocks\n"
2169msgstr ""
2170
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002171#: e2fsck/unix.c:132
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002172#, c-format
2173msgid " # of inodes with ind/dind/tind blocks: %d/%d/%d\n"
2174msgstr ""
2175
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002176#: e2fsck/unix.c:176 misc/badblocks.c:779 misc/tune2fs.c:791 misc/util.c:151
Theodore Ts'obc759702005-05-09 20:40:55 -04002177#: resize/main.c:100
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002178#, c-format
2179msgid "while determining whether %s is mounted."
2180msgstr ""
2181
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002182#: e2fsck/unix.c:191
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002183#, c-format
2184msgid "Warning! %s is mounted.\n"
2185msgstr ""
2186
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002187#: e2fsck/unix.c:195
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002188#, c-format
2189msgid "%s is mounted. "
2190msgstr ""
2191
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002192#: e2fsck/unix.c:197
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002193msgid ""
2194"Cannot continue, aborting.\n"
2195"\n"
2196msgstr ""
2197
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002198#: e2fsck/unix.c:198
2199#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002200msgid ""
2201"\n"
2202"\n"
2203"WARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2204"SEVERE filesystem damage.\n"
2205"\n"
2206msgstr ""
2207
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002208#: e2fsck/unix.c:201
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002209msgid "Do you really want to continue"
2210msgstr ""
2211
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002212#: e2fsck/unix.c:203
2213#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002214msgid "check aborted.\n"
2215msgstr ""
2216
Theodore Ts'obc759702005-05-09 20:40:55 -04002217#: e2fsck/unix.c:266
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002218msgid " contains a file system with errors"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002219msgstr ""
2220
Theodore Ts'obc759702005-05-09 20:40:55 -04002221#: e2fsck/unix.c:268
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002222msgid " was not cleanly unmounted"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002223msgstr ""
2224
Theodore Ts'obc759702005-05-09 20:40:55 -04002225#: e2fsck/unix.c:272
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002226#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002227msgid " has been mounted %u times without being checked"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002228msgstr ""
2229
Theodore Ts'obc759702005-05-09 20:40:55 -04002230#: e2fsck/unix.c:280
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002231#, c-format
2232msgid " has gone %u days without being checked"
2233msgstr ""
2234
Theodore Ts'obc759702005-05-09 20:40:55 -04002235#: e2fsck/unix.c:289
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002236msgid ", check forced.\n"
2237msgstr ""
2238
Theodore Ts'obc759702005-05-09 20:40:55 -04002239#: e2fsck/unix.c:292
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002240#, c-format
Theodore Ts'o55566e22003-12-26 14:03:39 -05002241msgid "%s: clean, %d/%d files, %d/%d blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002242msgstr ""
2243
Theodore Ts'obc759702005-05-09 20:40:55 -04002244#: e2fsck/unix.c:308
Theodore Ts'o55566e22003-12-26 14:03:39 -05002245msgid " (check after next mount)"
2246msgstr ""
2247
Theodore Ts'obc759702005-05-09 20:40:55 -04002248#: e2fsck/unix.c:310
Theodore Ts'o55566e22003-12-26 14:03:39 -05002249#, c-format
2250msgid " (check in %ld mounts)"
2251msgstr ""
2252
Theodore Ts'obc759702005-05-09 20:40:55 -04002253#: e2fsck/unix.c:456
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002254#, c-format
2255msgid "ERROR: Couldn't open /dev/null (%s)\n"
2256msgstr ""
2257
Theodore Ts'obc759702005-05-09 20:40:55 -04002258#: e2fsck/unix.c:527
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002259#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002260msgid "Invalid EA version.\n"
2261msgstr ""
2262
Theodore Ts'o197abba2005-06-20 18:00:23 -04002263#: e2fsck/unix.c:533
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002264#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002265msgid "Unknown extended option: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002266msgstr ""
2267
Theodore Ts'o197abba2005-06-20 18:00:23 -04002268#: e2fsck/unix.c:597
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002269#, c-format
2270msgid "Error validating file descriptor %d: %s\n"
2271msgstr ""
2272
Theodore Ts'o197abba2005-06-20 18:00:23 -04002273#: e2fsck/unix.c:601
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002274msgid "Invalid completion information file descriptor"
2275msgstr ""
2276
Theodore Ts'o197abba2005-06-20 18:00:23 -04002277#: e2fsck/unix.c:616
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002278msgid "Only one the options -p/-a, -n or -y may be specified."
2279msgstr ""
2280
Theodore Ts'o197abba2005-06-20 18:00:23 -04002281#: e2fsck/unix.c:637
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002282#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002283msgid "The -t option is not supported on this version of e2fsck.\n"
2284msgstr ""
2285
Theodore Ts'o197abba2005-06-20 18:00:23 -04002286#: e2fsck/unix.c:702
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002287#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002288msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
2289msgstr ""
2290
Theodore Ts'o197abba2005-06-20 18:00:23 -04002291#: e2fsck/unix.c:725 misc/tune2fs.c:458 misc/tune2fs.c:716 misc/tune2fs.c:733
Theodore Ts'o55566e22003-12-26 14:03:39 -05002292#, c-format
2293msgid "Unable to resolve '%s'"
2294msgstr ""
2295
Theodore Ts'o197abba2005-06-20 18:00:23 -04002296#: e2fsck/unix.c:751
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002297#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002298msgid "Incompatible options not allowed when byte-swapping.\n"
2299msgstr ""
2300
Theodore Ts'o197abba2005-06-20 18:00:23 -04002301#: e2fsck/unix.c:758
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002302#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002303msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2304msgstr ""
2305
Theodore Ts'o197abba2005-06-20 18:00:23 -04002306#: e2fsck/unix.c:836
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002307#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002308msgid "Error: ext2fs library version out of date!\n"
2309msgstr ""
2310
Theodore Ts'o197abba2005-06-20 18:00:23 -04002311#: e2fsck/unix.c:844
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002312msgid "while trying to initialize program"
2313msgstr ""
2314
Theodore Ts'o197abba2005-06-20 18:00:23 -04002315#: e2fsck/unix.c:858
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002316#, c-format
2317msgid "\tUsing %s, %s\n"
2318msgstr ""
2319
Theodore Ts'o197abba2005-06-20 18:00:23 -04002320#: e2fsck/unix.c:870
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002321msgid "need terminal for interactive repairs"
2322msgstr ""
2323
Theodore Ts'o197abba2005-06-20 18:00:23 -04002324#: e2fsck/unix.c:907
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002325#, c-format
2326msgid "%s trying backup blocks...\n"
2327msgstr ""
2328
Theodore Ts'o197abba2005-06-20 18:00:23 -04002329#: e2fsck/unix.c:908
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002330msgid "Couldn't find ext2 superblock,"
2331msgstr ""
2332
Theodore Ts'o197abba2005-06-20 18:00:23 -04002333#: e2fsck/unix.c:909
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002334msgid "Group descriptors look bad..."
2335msgstr ""
2336
Theodore Ts'o197abba2005-06-20 18:00:23 -04002337#: e2fsck/unix.c:920
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002338#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002339msgid ""
2340"The filesystem revision is apparently too high for this version of e2fsck.\n"
2341"(Or the filesystem superblock is corrupt)\n"
2342"\n"
2343msgstr ""
2344
Theodore Ts'o197abba2005-06-20 18:00:23 -04002345#: e2fsck/unix.c:926
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002346#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002347msgid "Could this be a zero-length partition?\n"
2348msgstr ""
2349
Theodore Ts'o197abba2005-06-20 18:00:23 -04002350#: e2fsck/unix.c:928
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002351#, c-format
2352msgid "You must have %s access to the filesystem or be root\n"
2353msgstr ""
2354
Theodore Ts'o197abba2005-06-20 18:00:23 -04002355#: e2fsck/unix.c:933
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002356#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002357msgid "Possibly non-existent or swap device?\n"
2358msgstr ""
2359
Theodore Ts'o197abba2005-06-20 18:00:23 -04002360#: e2fsck/unix.c:936
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002361#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002362msgid ""
2363"Disk write-protected; use the -n option to do a read-only\n"
2364"check of the device.\n"
2365msgstr ""
2366
Theodore Ts'o197abba2005-06-20 18:00:23 -04002367#: e2fsck/unix.c:952
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002368msgid "Get a newer version of e2fsck!"
2369msgstr ""
2370
Theodore Ts'o197abba2005-06-20 18:00:23 -04002371#: e2fsck/unix.c:973
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002372#, c-format
2373msgid "while checking ext3 journal for %s"
2374msgstr ""
2375
Theodore Ts'o197abba2005-06-20 18:00:23 -04002376#: e2fsck/unix.c:984
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002377#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002378msgid ""
2379"Warning: skipping journal recovery because doing a read-only filesystem "
2380"check.\n"
2381msgstr ""
2382
Theodore Ts'o197abba2005-06-20 18:00:23 -04002383#: e2fsck/unix.c:997
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002384#, c-format
2385msgid "unable to set superblock flags on %s\n"
2386msgstr ""
2387
Theodore Ts'o197abba2005-06-20 18:00:23 -04002388#: e2fsck/unix.c:1003
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002389#, c-format
2390msgid "while recovering ext3 journal of %s"
2391msgstr ""
2392
Theodore Ts'o197abba2005-06-20 18:00:23 -04002393#: e2fsck/unix.c:1032
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002394msgid "Warning: compression support is experimental.\n"
2395msgstr ""
2396
Theodore Ts'o197abba2005-06-20 18:00:23 -04002397#: e2fsck/unix.c:1037
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002398#, c-format
2399msgid ""
2400"E2fsck not compiled with HTREE support,\n"
2401"\tbut filesystem %s has HTREE directories.\n"
2402msgstr ""
2403
Theodore Ts'o197abba2005-06-20 18:00:23 -04002404#: e2fsck/unix.c:1081
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002405#, c-format
2406msgid "%s: Filesystem byte order already normalized.\n"
2407msgstr ""
2408
Theodore Ts'o197abba2005-06-20 18:00:23 -04002409#: e2fsck/unix.c:1101
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002410msgid "while reading bad blocks inode"
2411msgstr ""
2412
Theodore Ts'o197abba2005-06-20 18:00:23 -04002413#: e2fsck/unix.c:1103
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002414#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002415msgid "This doesn't bode well, but we'll try to go on...\n"
2416msgstr ""
2417
Theodore Ts'o197abba2005-06-20 18:00:23 -04002418#: e2fsck/unix.c:1110
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002419#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002420msgid "Restarting e2fsck from the beginning...\n"
2421msgstr ""
2422
Theodore Ts'o197abba2005-06-20 18:00:23 -04002423#: e2fsck/unix.c:1114
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002424msgid "while resetting context"
2425msgstr ""
2426
Theodore Ts'o197abba2005-06-20 18:00:23 -04002427#: e2fsck/unix.c:1121
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002428#, c-format
2429msgid "%s: e2fsck canceled.\n"
2430msgstr ""
2431
Theodore Ts'o197abba2005-06-20 18:00:23 -04002432#: e2fsck/unix.c:1126
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002433msgid "aborted"
2434msgstr ""
2435
Theodore Ts'o197abba2005-06-20 18:00:23 -04002436#: e2fsck/unix.c:1134
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002437#, c-format
2438msgid ""
2439"\n"
2440"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2441msgstr ""
2442
Theodore Ts'o197abba2005-06-20 18:00:23 -04002443#: e2fsck/unix.c:1137
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002444#, c-format
2445msgid "%s: ***** REBOOT LINUX *****\n"
2446msgstr ""
2447
Theodore Ts'o197abba2005-06-20 18:00:23 -04002448#: e2fsck/unix.c:1143
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002449#, c-format
2450msgid ""
2451"\n"
2452"%s: ********** WARNING: Filesystem still has errors **********\n"
2453"\n"
2454msgstr ""
2455
Theodore Ts'o55566e22003-12-26 14:03:39 -05002456#: e2fsck/util.c:131 misc/util.c:68
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002457msgid "yY"
2458msgstr ""
2459
Theodore Ts'o55566e22003-12-26 14:03:39 -05002460#: e2fsck/util.c:132
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002461msgid "nN"
2462msgstr ""
2463
Theodore Ts'o55566e22003-12-26 14:03:39 -05002464#: e2fsck/util.c:146
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002465msgid "<y>"
2466msgstr ""
2467
Theodore Ts'o55566e22003-12-26 14:03:39 -05002468#: e2fsck/util.c:148
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002469msgid "<n>"
2470msgstr ""
2471
Theodore Ts'o55566e22003-12-26 14:03:39 -05002472#: e2fsck/util.c:150
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002473msgid " (y/n)"
2474msgstr ""
2475
Theodore Ts'o55566e22003-12-26 14:03:39 -05002476#: e2fsck/util.c:165
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002477msgid "cancelled!\n"
2478msgstr ""
2479
Theodore Ts'o55566e22003-12-26 14:03:39 -05002480#: e2fsck/util.c:180
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002481msgid "yes\n"
2482msgstr ""
2483
Theodore Ts'o55566e22003-12-26 14:03:39 -05002484#: e2fsck/util.c:182
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002485msgid "no\n"
2486msgstr ""
2487
Theodore Ts'o55566e22003-12-26 14:03:39 -05002488#: e2fsck/util.c:192
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002489#, c-format
2490msgid ""
2491"%s? no\n"
2492"\n"
2493msgstr ""
2494
Theodore Ts'o55566e22003-12-26 14:03:39 -05002495#: e2fsck/util.c:196
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002496#, c-format
2497msgid ""
2498"%s? yes\n"
2499"\n"
2500msgstr ""
2501
Theodore Ts'o55566e22003-12-26 14:03:39 -05002502#: e2fsck/util.c:200
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002503msgid "yes"
2504msgstr ""
2505
Theodore Ts'o55566e22003-12-26 14:03:39 -05002506#: e2fsck/util.c:200
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002507msgid "no"
2508msgstr ""
2509
Theodore Ts'o55566e22003-12-26 14:03:39 -05002510#: e2fsck/util.c:213
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002511#, c-format
2512msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2513msgstr ""
2514
Theodore Ts'o55566e22003-12-26 14:03:39 -05002515#: e2fsck/util.c:218
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002516msgid "reading inode and block bitmaps"
2517msgstr ""
2518
Theodore Ts'o55566e22003-12-26 14:03:39 -05002519#: e2fsck/util.c:223
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002520#, c-format
2521msgid "while retrying to read bitmaps for %s"
2522msgstr ""
2523
Theodore Ts'o55566e22003-12-26 14:03:39 -05002524#: e2fsck/util.c:235
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002525msgid "writing block bitmaps"
2526msgstr ""
2527
Theodore Ts'o55566e22003-12-26 14:03:39 -05002528#: e2fsck/util.c:240
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002529#, c-format
2530msgid "while retrying to write block bitmaps for %s"
2531msgstr ""
2532
Theodore Ts'o55566e22003-12-26 14:03:39 -05002533#: e2fsck/util.c:247
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002534msgid "writing inode bitmaps"
2535msgstr ""
2536
Theodore Ts'o55566e22003-12-26 14:03:39 -05002537#: e2fsck/util.c:252
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002538#, c-format
2539msgid "while retrying to write inode bitmaps for %s"
2540msgstr ""
2541
Theodore Ts'o55566e22003-12-26 14:03:39 -05002542#: e2fsck/util.c:265
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002543#, c-format
2544msgid ""
2545"\n"
2546"\n"
2547"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2548"\t(i.e., without -a or -p options)\n"
2549msgstr ""
2550
Theodore Ts'o55566e22003-12-26 14:03:39 -05002551#: e2fsck/util.c:330
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002552#, c-format
2553msgid "Memory used: %dk/%dk (%dk/%dk), "
2554msgstr ""
2555
Theodore Ts'o55566e22003-12-26 14:03:39 -05002556#: e2fsck/util.c:334
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002557#, c-format
2558msgid "Memory used: %d, "
2559msgstr ""
2560
Theodore Ts'o55566e22003-12-26 14:03:39 -05002561#: e2fsck/util.c:340
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002562#, c-format
2563msgid "time: %5.2f/%5.2f/%5.2f\n"
2564msgstr ""
2565
Theodore Ts'o55566e22003-12-26 14:03:39 -05002566#: e2fsck/util.c:345
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002567#, c-format
2568msgid "elapsed time: %6.3f\n"
2569msgstr ""
2570
Theodore Ts'o55566e22003-12-26 14:03:39 -05002571#: e2fsck/util.c:359
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002572#, c-format
2573msgid "while reading inode %ld in %s"
2574msgstr ""
2575
Theodore Ts'obc759702005-05-09 20:40:55 -04002576#: e2fsck/util.c:373 e2fsck/util.c:386
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002577#, c-format
2578msgid "while writing inode %ld in %s"
2579msgstr ""
2580
Theodore Ts'of592bed2003-07-26 00:51:54 -04002581#: misc/badblocks.c:60
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002582msgid "done \n"
2583msgstr ""
2584
Theodore Ts'of592bed2003-07-26 00:51:54 -04002585#: misc/badblocks.c:78
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002586#, c-format
2587msgid ""
2588"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o113e4052003-05-17 21:00:46 -04002589" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2590"[...]]]\n"
2591" device [last_block [start_block]]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002592msgstr ""
2593
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002594#: misc/badblocks.c:225
Theodore Ts'o113e4052003-05-17 21:00:46 -04002595msgid "Testing with random pattern: "
2596msgstr ""
2597
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002598#: misc/badblocks.c:243
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002599msgid "Testing with pattern 0x"
Theodore Ts'o113e4052003-05-17 21:00:46 -04002600msgstr ""
2601
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002602#: misc/badblocks.c:268 misc/badblocks.c:297
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002603msgid "during seek"
2604msgstr ""
2605
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002606#: misc/badblocks.c:275
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002607#, c-format
2608msgid "Weird value (%ld) in do_read\n"
2609msgstr ""
2610
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002611#: misc/badblocks.c:317
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002612msgid "during ext2fs_sync_device"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002613msgstr ""
2614
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002615#: misc/badblocks.c:333 misc/badblocks.c:571
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002616msgid "while beginning bad block list iteration"
2617msgstr ""
2618
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002619#: misc/badblocks.c:347 misc/badblocks.c:437 misc/badblocks.c:581
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002620msgid "while allocating buffers"
2621msgstr ""
2622
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002623#: misc/badblocks.c:351
Theodore Ts'o113e4052003-05-17 21:00:46 -04002624#, c-format
2625msgid "Checking blocks %lu to %lu\n"
2626msgstr ""
2627
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002628#: misc/badblocks.c:355
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002629msgid "Checking for bad blocks in read-only mode\n"
2630msgstr ""
2631
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002632#: misc/badblocks.c:364
Theodore Ts'o113e4052003-05-17 21:00:46 -04002633msgid "Checking for bad blocks (read-only test): "
2634msgstr ""
2635
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002636#: misc/badblocks.c:444
Theodore Ts'o113e4052003-05-17 21:00:46 -04002637msgid "Checking for bad blocks in read-write mode\n"
2638msgstr ""
2639
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002640#: misc/badblocks.c:446 misc/badblocks.c:594
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002641#, c-format
2642msgid "From block %lu to %lu\n"
2643msgstr ""
2644
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002645#: misc/badblocks.c:497
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002646msgid "Reading and comparing: "
2647msgstr ""
2648
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002649#: misc/badblocks.c:593
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002650msgid "Checking for bad blocks in non-destructive read-write mode\n"
2651msgstr ""
2652
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002653#: misc/badblocks.c:597
Theodore Ts'o113e4052003-05-17 21:00:46 -04002654msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002655msgstr ""
2656
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002657#: misc/badblocks.c:604
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002658msgid ""
2659"\n"
2660"Interrupt caught, cleaning up\n"
2661msgstr ""
2662
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002663#: misc/badblocks.c:674
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002664#, c-format
2665msgid "during test data write, block %lu"
2666msgstr ""
2667
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002668#: misc/badblocks.c:784 misc/util.c:156
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002669#, c-format
2670msgid "%s is mounted; "
2671msgstr ""
2672
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002673#: misc/badblocks.c:786
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002674msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
2675msgstr ""
2676
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002677#: misc/badblocks.c:791
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002678msgid "it's not safe to run badblocks!\n"
2679msgstr ""
2680
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002681#: misc/badblocks.c:796 misc/util.c:167
2682#, c-format
2683msgid "%s is apparently in use by the system; "
2684msgstr ""
2685
2686#: misc/badblocks.c:799
2687msgid "badblocks forced anyway.\n"
2688msgstr ""
2689
2690#: misc/badblocks.c:861
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002691#, c-format
2692msgid "bad block size - %s"
2693msgstr ""
2694
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002695#: misc/badblocks.c:918
Theodore Ts'o113e4052003-05-17 21:00:46 -04002696#, c-format
2697msgid "can't allocate memory for test_pattern - %s"
2698msgstr ""
2699
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002700#: misc/badblocks.c:932
Theodore Ts'o113e4052003-05-17 21:00:46 -04002701#, c-format
2702msgid "invalid test_pattern: %s\n"
2703msgstr ""
2704
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002705#: misc/badblocks.c:948
Theodore Ts'o113e4052003-05-17 21:00:46 -04002706msgid "Maximum of one test_pattern may be specified in read-only mode"
2707msgstr ""
2708
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002709#: misc/badblocks.c:954
Theodore Ts'o113e4052003-05-17 21:00:46 -04002710msgid "Random test_pattern is not allowed in read-only mode"
2711msgstr ""
2712
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002713#: misc/badblocks.c:968
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002714msgid ""
2715"Couldn't determine device size; you must specify\n"
2716"the size manually\n"
2717msgstr ""
2718
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002719#: misc/badblocks.c:974
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002720msgid "while trying to determine device size"
2721msgstr ""
2722
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002723#: misc/badblocks.c:980 misc/mke2fs.c:1223
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002724#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002725msgid "invalid blocks count - %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002726msgstr ""
2727
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002728#: misc/badblocks.c:989
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002729#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002730msgid "invalid starting block - %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002731msgstr ""
2732
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002733#: misc/badblocks.c:995
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002734#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002735msgid "invalid blocks range: %lu-%lu"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002736msgstr ""
2737
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002738#: misc/badblocks.c:1050
Theodore Ts'o197abba2005-06-20 18:00:23 -04002739msgid "while creating in-memory bad blocks list"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002740msgstr ""
2741
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002742#: misc/badblocks.c:1065
Theodore Ts'o197abba2005-06-20 18:00:23 -04002743msgid "while adding to in-memory bad block list"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002744msgstr ""
2745
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002746#: misc/badblocks.c:1089
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002747#, c-format
2748msgid "Pass completed, %u bad blocks found.\n"
2749msgstr ""
2750
Theodore Ts'o55566e22003-12-26 14:03:39 -05002751#: misc/chattr.c:87
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002752#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002753msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002754msgstr ""
2755
Theodore Ts'o55566e22003-12-26 14:03:39 -05002756#: misc/chattr.c:148
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002757#, c-format
2758msgid "bad version - %s\n"
2759msgstr ""
2760
Theodore Ts'o55566e22003-12-26 14:03:39 -05002761#: misc/chattr.c:192 misc/lsattr.c:113
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002762#, c-format
2763msgid "while trying to stat %s"
2764msgstr ""
2765
Theodore Ts'o55566e22003-12-26 14:03:39 -05002766#: misc/chattr.c:209 misc/chattr.c:225
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002767#, c-format
2768msgid "Flags of %s set as "
2769msgstr ""
2770
Theodore Ts'o55566e22003-12-26 14:03:39 -05002771#: misc/chattr.c:218
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002772#, c-format
2773msgid "while reading flags on %s"
2774msgstr ""
2775
Theodore Ts'o55566e22003-12-26 14:03:39 -05002776#: misc/chattr.c:233
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002777#, c-format
2778msgid "while setting flags on %s"
2779msgstr ""
2780
Theodore Ts'o55566e22003-12-26 14:03:39 -05002781#: misc/chattr.c:238
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002782#, c-format
2783msgid "Version of %s set as %lu\n"
2784msgstr ""
2785
Theodore Ts'o55566e22003-12-26 14:03:39 -05002786#: misc/chattr.c:241
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002787#, c-format
2788msgid "while setting version on %s"
2789msgstr ""
2790
Theodore Ts'o55566e22003-12-26 14:03:39 -05002791#: misc/chattr.c:255
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002792msgid "Couldn't allocate path variable in chattr_dir_proc"
2793msgstr ""
2794
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002795#: misc/chattr.c:291
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002796msgid "= is incompatible with - and +\n"
2797msgstr ""
2798
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002799#: misc/chattr.c:299
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002800msgid "Must use '-v', =, - or +\n"
2801msgstr ""
2802
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002803#: misc/dumpe2fs.c:54
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002804#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002805msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002806msgstr ""
2807
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002808#: misc/dumpe2fs.c:121
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002809#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002810msgid "Group %lu: (Blocks "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002811msgstr ""
2812
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002813#: misc/dumpe2fs.c:126
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002814#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002815msgid " %s superblock at "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002816msgstr ""
2817
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002818#: misc/dumpe2fs.c:127
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002819msgid "Primary"
2820msgstr ""
2821
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002822#: misc/dumpe2fs.c:127
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002823msgid "Backup"
2824msgstr ""
2825
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002826#: misc/dumpe2fs.c:131
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002827#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002828msgid ", Group descriptors at "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002829msgstr ""
2830
Theodore Ts'o55566e22003-12-26 14:03:39 -05002831#: misc/dumpe2fs.c:135
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002832#, c-format
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002833msgid ""
2834"\n"
2835" Reserved GDT blocks at "
2836msgstr ""
2837
2838#: misc/dumpe2fs.c:143
2839#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002840msgid " Group descriptor at "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002841msgstr ""
2842
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002843#: misc/dumpe2fs.c:149
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002844msgid " Block bitmap at "
2845msgstr ""
2846
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002847#: misc/dumpe2fs.c:154
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002848msgid ", Inode bitmap at "
2849msgstr ""
2850
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002851#: misc/dumpe2fs.c:159
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002852msgid ""
2853"\n"
2854" Inode table at "
2855msgstr ""
2856
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002857#: misc/dumpe2fs.c:166
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002858#, c-format
2859msgid ""
2860"\n"
2861" %d free blocks, %d free inodes, %d directories\n"
2862msgstr ""
2863
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002864#: misc/dumpe2fs.c:172
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002865msgid " Free blocks: "
2866msgstr ""
2867
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002868#: misc/dumpe2fs.c:180
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002869msgid " Free inodes: "
2870msgstr ""
2871
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002872#: misc/dumpe2fs.c:206
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002873msgid "while printing bad block list"
2874msgstr ""
2875
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002876#: misc/dumpe2fs.c:212
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002877#, c-format
2878msgid "Bad blocks: %d"
2879msgstr ""
2880
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002881#: misc/dumpe2fs.c:235 misc/tune2fs.c:153
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002882msgid "while reading journal superblock"
2883msgstr ""
2884
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002885#: misc/dumpe2fs.c:243
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002886msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002887msgstr ""
2888
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002889#: misc/dumpe2fs.c:247
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002890#, c-format
2891msgid ""
2892"\n"
2893"Journal block size: %d\n"
2894"Journal length: %d\n"
2895"Journal first block: %d\n"
2896"Journal sequence: 0x%08x\n"
2897"Journal start: %d\n"
2898"Journal number of users: %d\n"
2899msgstr ""
2900
Theodore Ts'o197abba2005-06-20 18:00:23 -04002901#: misc/dumpe2fs.c:260
2902#, c-format
2903msgid "Journal users: %s\n"
2904msgstr ""
2905
Theodore Ts'obc759702005-05-09 20:40:55 -04002906#: misc/dumpe2fs.c:315 misc/mke2fs.c:1161
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002907#, c-format
2908msgid "\tUsing %s\n"
2909msgstr ""
2910
Theodore Ts'obc759702005-05-09 20:40:55 -04002911#: misc/dumpe2fs.c:342 misc/e2image.c:660 misc/tune2fs.c:778 resize/main.c:210
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002912#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002913msgid "Couldn't find valid filesystem superblock.\n"
2914msgstr ""
2915
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002916#: misc/dumpe2fs.c:353
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002917#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002918msgid "Note: This is a byte-swapped filesystem\n"
2919msgstr ""
2920
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002921#: misc/dumpe2fs.c:369
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002922#, c-format
2923msgid ""
2924"\n"
2925"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002926msgstr ""
2927
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002928#: misc/e2image.c:50
2929#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002930msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002931msgstr ""
2932
Theodore Ts'obc759702005-05-09 20:40:55 -04002933#: misc/e2image.c:62
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002934msgid "Couldn't allocate header buffer\n"
2935msgstr ""
2936
Theodore Ts'obc759702005-05-09 20:40:55 -04002937#: misc/e2image.c:81
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002938#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002939msgid "short write (only %d bytes) for writing image header"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002940msgstr ""
2941
Theodore Ts'obc759702005-05-09 20:40:55 -04002942#: misc/e2image.c:100
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002943msgid "while writing superblock"
2944msgstr ""
2945
Theodore Ts'obc759702005-05-09 20:40:55 -04002946#: misc/e2image.c:108
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002947msgid "while writing inode table"
2948msgstr ""
2949
Theodore Ts'obc759702005-05-09 20:40:55 -04002950#: misc/e2image.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002951msgid "while writing block bitmap"
2952msgstr ""
2953
Theodore Ts'obc759702005-05-09 20:40:55 -04002954#: misc/e2image.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002955msgid "while writing inode bitmap"
2956msgstr ""
2957
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002958#: misc/e2label.c:57
2959#, c-format
2960msgid "e2label: cannot open %s\n"
2961msgstr ""
2962
2963#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002964#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002965msgid "e2label: cannot seek to superblock\n"
2966msgstr ""
2967
2968#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002969#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002970msgid "e2label: error reading superblock\n"
2971msgstr ""
2972
2973#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002974#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002975msgid "e2label: not an ext2 filesystem\n"
2976msgstr ""
2977
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002978#: misc/e2label.c:96 misc/tune2fs.c:885
2979#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002980msgid "Warning: label too long, truncating.\n"
2981msgstr ""
2982
2983#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002984#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002985msgid "e2label: cannot seek to superblock again\n"
2986msgstr ""
2987
2988#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002989#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002990msgid "e2label: error writing superblock\n"
2991msgstr ""
2992
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002993#: misc/e2label.c:116 misc/tune2fs.c:450
2994#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002995msgid "Usage: e2label device [newlabel]\n"
2996msgstr ""
2997
Theodore Ts'obc759702005-05-09 20:40:55 -04002998#: misc/fsck.c:346
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002999#, c-format
3000msgid "WARNING: couldn't open %s: %s\n"
3001msgstr ""
3002
Theodore Ts'obc759702005-05-09 20:40:55 -04003003#: misc/fsck.c:356
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003004#, c-format
3005msgid "WARNING: bad format on line %d of %s\n"
3006msgstr ""
3007
Theodore Ts'obc759702005-05-09 20:40:55 -04003008#: misc/fsck.c:371
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003009msgid ""
3010"WARNING: Your /etc/fstab does not contain the fsck passno\n"
3011"\tfield. I will kludge around things for you, but you\n"
3012"\tshould fix your /etc/fstab file as soon as you can.\n"
3013"\n"
3014msgstr ""
3015
Theodore Ts'obc759702005-05-09 20:40:55 -04003016#: misc/fsck.c:472
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003017#, c-format
3018msgid "fsck: %s: not found\n"
3019msgstr ""
3020
Theodore Ts'obc759702005-05-09 20:40:55 -04003021#: misc/fsck.c:585
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003022#, c-format
3023msgid "%s: wait: No more child process?!?\n"
3024msgstr ""
3025
Theodore Ts'obc759702005-05-09 20:40:55 -04003026#: misc/fsck.c:607
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003027#, c-format
3028msgid "Warning... %s for device %s exited with signal %d.\n"
3029msgstr ""
3030
Theodore Ts'obc759702005-05-09 20:40:55 -04003031#: misc/fsck.c:613
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003032#, c-format
3033msgid "%s %s: status is %x, should never happen.\n"
3034msgstr ""
3035
Theodore Ts'obc759702005-05-09 20:40:55 -04003036#: misc/fsck.c:649
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003037#, c-format
3038msgid "Finished with %s (exit status %d)\n"
3039msgstr ""
3040
Theodore Ts'obc759702005-05-09 20:40:55 -04003041#: misc/fsck.c:709
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003042#, c-format
3043msgid "%s: Error %d while executing fsck.%s for %s\n"
3044msgstr ""
3045
Theodore Ts'obc759702005-05-09 20:40:55 -04003046#: misc/fsck.c:730
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003047msgid ""
3048"Either all or none of the filesystem types passed to -t must be prefixed\n"
3049"with 'no' or '!'.\n"
3050msgstr ""
3051
Theodore Ts'obc759702005-05-09 20:40:55 -04003052#: misc/fsck.c:749
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003053msgid "Couldn't allocate memory for filesystem types\n"
3054msgstr ""
3055
Theodore Ts'obc759702005-05-09 20:40:55 -04003056#: misc/fsck.c:889
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003057#, c-format
3058msgid "fsck: cannot check %s: fsck.%s not found\n"
3059msgstr ""
3060
Theodore Ts'obc759702005-05-09 20:40:55 -04003061#: misc/fsck.c:945
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003062msgid "Checking all file systems.\n"
3063msgstr ""
3064
Theodore Ts'obc759702005-05-09 20:40:55 -04003065#: misc/fsck.c:1031
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003066#, c-format
3067msgid "--waiting-- (pass %d)\n"
3068msgstr ""
3069
Theodore Ts'obc759702005-05-09 20:40:55 -04003070#: misc/fsck.c:1051
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003071msgid ""
3072"Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003073msgstr ""
3074
Theodore Ts'obc759702005-05-09 20:40:55 -04003075#: misc/fsck.c:1093
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003076#, c-format
3077msgid "%s: too many devices\n"
3078msgstr ""
3079
Theodore Ts'obc759702005-05-09 20:40:55 -04003080#: misc/fsck.c:1126 misc/fsck.c:1212
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003081#, c-format
3082msgid "%s: too many arguments\n"
3083msgstr ""
3084
Theodore Ts'o55566e22003-12-26 14:03:39 -05003085#: misc/lsattr.c:73
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003086#, c-format
3087msgid "Usage: %s [-RVadlv] [files...]\n"
3088msgstr ""
3089
Theodore Ts'o55566e22003-12-26 14:03:39 -05003090#: misc/lsattr.c:83
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003091#, c-format
3092msgid "While reading flags on %s"
3093msgstr ""
3094
Theodore Ts'o55566e22003-12-26 14:03:39 -05003095#: misc/lsattr.c:90
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003096#, c-format
3097msgid "While reading version on %s"
3098msgstr ""
3099
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003100#: misc/mke2fs.c:93
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003101#, c-format
3102msgid ""
3103"Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003104"\t[-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003105"\t[-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]\n"
3106"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003107"\t[-r fs-revision] [-R options] [-qvSV] device [blocks-count]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003108msgstr ""
3109
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003110#: misc/mke2fs.c:265
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003111#, c-format
3112msgid "Running command: %s\n"
3113msgstr ""
3114
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003115#: misc/mke2fs.c:269
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003116#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003117msgid "while trying to run '%s'"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003118msgstr ""
3119
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003120#: misc/mke2fs.c:276
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003121msgid "while processing list of bad blocks from program"
3122msgstr ""
3123
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003124#: misc/mke2fs.c:303
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003125#, c-format
3126msgid "Block %d in primary superblock/group descriptor area bad.\n"
3127msgstr ""
3128
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003129#: misc/mke2fs.c:305
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003130#, c-format
3131msgid "Blocks %d through %d must be good in order to build a filesystem.\n"
3132msgstr ""
3133
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003134#: misc/mke2fs.c:308
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003135msgid "Aborting....\n"
3136msgstr ""
3137
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003138#: misc/mke2fs.c:328
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003139#, c-format
3140msgid ""
3141"Warning: the backup superblock/group descriptors at block %d contain\n"
3142"\tbad blocks.\n"
3143"\n"
3144msgstr ""
3145
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003146#: misc/mke2fs.c:346
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003147msgid "while marking bad blocks as used"
3148msgstr ""
3149
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003150#: misc/mke2fs.c:404
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003151msgid "done \n"
3152msgstr ""
3153
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003154#: misc/mke2fs.c:439
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003155msgid "while allocating zeroizing buffer"
3156msgstr ""
3157
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003158#: misc/mke2fs.c:480
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003159msgid "Writing inode tables: "
3160msgstr ""
3161
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003162#: misc/mke2fs.c:491
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003163#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003164msgid ""
3165"\n"
3166"Could not write %d blocks in inode table starting at %d: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003167msgstr ""
3168
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003169#: misc/mke2fs.c:514
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003170msgid "while creating root dir"
3171msgstr ""
3172
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003173#: misc/mke2fs.c:521
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003174msgid "while reading root inode"
3175msgstr ""
3176
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003177#: misc/mke2fs.c:530
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003178msgid "while setting root inode ownership"
3179msgstr ""
3180
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003181#: misc/mke2fs.c:548
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003182msgid "while creating /lost+found"
3183msgstr ""
3184
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003185#: misc/mke2fs.c:555
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003186msgid "while looking up /lost+found"
3187msgstr ""
3188
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003189#: misc/mke2fs.c:565
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003190msgid "while expanding /lost+found"
3191msgstr ""
3192
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003193#: misc/mke2fs.c:581
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003194msgid "while setting bad block inode"
3195msgstr ""
3196
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003197#: misc/mke2fs.c:613
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003198#, c-format
3199msgid "Out of memory erasing sectors %d-%d\n"
3200msgstr ""
3201
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003202#: misc/mke2fs.c:623
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003203#, c-format
3204msgid "Warning: could not read block 0: %s\n"
3205msgstr ""
3206
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003207#: misc/mke2fs.c:639
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003208#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003209msgid "Warning: could not erase sector %d: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003210msgstr ""
3211
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003212#: misc/mke2fs.c:655
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003213msgid "while initializing journal superblock"
3214msgstr ""
3215
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003216#: misc/mke2fs.c:661
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003217msgid "Zeroing journal device: "
3218msgstr ""
3219
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003220#: misc/mke2fs.c:668
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003221#, c-format
3222msgid "while zeroing journal device (block %u, count %d)"
3223msgstr ""
3224
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003225#: misc/mke2fs.c:679
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003226msgid "while writing journal superblock"
3227msgstr ""
3228
Theodore Ts'obc759702005-05-09 20:40:55 -04003229#: misc/mke2fs.c:695
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003230#, c-format
3231msgid ""
3232"warning: %d blocks unused.\n"
3233"\n"
3234msgstr ""
3235
Theodore Ts'obc759702005-05-09 20:40:55 -04003236#: misc/mke2fs.c:700
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003237#, c-format
3238msgid "Filesystem label=%s\n"
3239msgstr ""
3240
Theodore Ts'obc759702005-05-09 20:40:55 -04003241#: misc/mke2fs.c:701
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003242msgid "OS type: "
3243msgstr ""
3244
Theodore Ts'obc759702005-05-09 20:40:55 -04003245#: misc/mke2fs.c:706
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003246#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003247msgid "Block size=%u (log=%u)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003248msgstr ""
3249
Theodore Ts'obc759702005-05-09 20:40:55 -04003250#: misc/mke2fs.c:708
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003251#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003252msgid "Fragment size=%u (log=%u)\n"
3253msgstr ""
3254
Theodore Ts'obc759702005-05-09 20:40:55 -04003255#: misc/mke2fs.c:710
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003256#, c-format
3257msgid "%u inodes, %u blocks\n"
3258msgstr ""
3259
Theodore Ts'obc759702005-05-09 20:40:55 -04003260#: misc/mke2fs.c:712
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003261#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003262msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3263msgstr ""
3264
Theodore Ts'obc759702005-05-09 20:40:55 -04003265#: misc/mke2fs.c:715
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003266#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003267msgid "First data block=%u\n"
3268msgstr ""
3269
Theodore Ts'obc759702005-05-09 20:40:55 -04003270#: misc/mke2fs.c:717
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003271#, c-format
3272msgid "Maximum filesystem blocks=%lu\n"
3273msgstr ""
3274
Theodore Ts'obc759702005-05-09 20:40:55 -04003275#: misc/mke2fs.c:722
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003276#, c-format
3277msgid "%u block groups\n"
3278msgstr ""
3279
Theodore Ts'obc759702005-05-09 20:40:55 -04003280#: misc/mke2fs.c:724
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003281#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003282msgid "%u block group\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003283msgstr ""
3284
Theodore Ts'obc759702005-05-09 20:40:55 -04003285#: misc/mke2fs.c:725
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003286#, c-format
3287msgid "%u blocks per group, %u fragments per group\n"
3288msgstr ""
3289
Theodore Ts'obc759702005-05-09 20:40:55 -04003290#: misc/mke2fs.c:727
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003291#, c-format
3292msgid "%u inodes per group\n"
3293msgstr ""
3294
Theodore Ts'obc759702005-05-09 20:40:55 -04003295#: misc/mke2fs.c:734
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003296#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003297msgid "Superblock backups stored on blocks: "
3298msgstr ""
3299
Theodore Ts'obc759702005-05-09 20:40:55 -04003300#: misc/mke2fs.c:790
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003301#, c-format
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003302msgid "Couldn't allocate memory to parse options!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003303msgstr ""
3304
Theodore Ts'obc759702005-05-09 20:40:55 -04003305#: misc/mke2fs.c:814
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003306#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003307msgid "Invalid stride parameter: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003308msgstr ""
3309
Theodore Ts'obc759702005-05-09 20:40:55 -04003310#: misc/mke2fs.c:835
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003311#, c-format
3312msgid "Invalid resize parameter: %s\n"
3313msgstr ""
3314
Theodore Ts'obc759702005-05-09 20:40:55 -04003315#: misc/mke2fs.c:842
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003316#, c-format
3317msgid "The resize maximum must be greater than the filesystem size.\n"
3318msgstr ""
3319
Theodore Ts'obc759702005-05-09 20:40:55 -04003320#: misc/mke2fs.c:873
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003321#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003322msgid ""
3323"\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003324"Bad options specified.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003325"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003326"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003327"\tis set off by an equals ('=') sign.\n"
3328"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003329"Valid extended options are:\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003330"\tstride=<stride length in blocks>\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003331"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003332"\n"
3333msgstr ""
3334
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003335#: misc/mke2fs.c:987
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003336#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003337msgid "invalid block size - %s"
3338msgstr ""
3339
3340#: misc/mke2fs.c:991
3341#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003342msgid "Warning: blocksize %d not usable on most systems.\n"
3343msgstr ""
3344
Theodore Ts'obc759702005-05-09 20:40:55 -04003345#: misc/mke2fs.c:1008
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003346#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003347msgid "invalid fragment size - %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003348msgstr ""
3349
Theodore Ts'obc759702005-05-09 20:40:55 -04003350#: misc/mke2fs.c:1014
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003351#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003352msgid "Warning: fragments not supported. Ignoring -f option\n"
3353msgstr ""
3354
Theodore Ts'obc759702005-05-09 20:40:55 -04003355#: misc/mke2fs.c:1021
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003356msgid "Illegal number for blocks per group"
3357msgstr ""
3358
Theodore Ts'obc759702005-05-09 20:40:55 -04003359#: misc/mke2fs.c:1026
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003360msgid "blocks per group must be multiple of 8"
3361msgstr ""
3362
Theodore Ts'obc759702005-05-09 20:40:55 -04003363#: misc/mke2fs.c:1036
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003364#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003365msgid "invalid inode ratio %s (min %d/max %d)"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003366msgstr ""
3367
Theodore Ts'obc759702005-05-09 20:40:55 -04003368#: misc/mke2fs.c:1055
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003369msgid "in malloc for bad_blocks_filename"
3370msgstr ""
3371
Theodore Ts'obc759702005-05-09 20:40:55 -04003372#: misc/mke2fs.c:1064
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003373#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003374msgid "invalid reserved blocks percent - %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003375msgstr ""
3376
Theodore Ts'obc759702005-05-09 20:40:55 -04003377#: misc/mke2fs.c:1096
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003378#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003379msgid "invalid inode size - %s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003380msgstr ""
3381
Theodore Ts'obc759702005-05-09 20:40:55 -04003382#: misc/mke2fs.c:1130 misc/tune2fs.c:302
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003383#, c-format
3384msgid "Invalid filesystem option set: %s\n"
3385msgstr ""
3386
Theodore Ts'obc759702005-05-09 20:40:55 -04003387#: misc/mke2fs.c:1185 misc/mke2fs.c:1566
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003388#, c-format
3389msgid "while trying to open journal device %s\n"
3390msgstr ""
3391
Theodore Ts'obc759702005-05-09 20:40:55 -04003392#: misc/mke2fs.c:1191
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003393#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003394msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003395msgstr ""
3396
Theodore Ts'obc759702005-05-09 20:40:55 -04003397#: misc/mke2fs.c:1205
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003398#, c-format
3399msgid "%d-byte blocks too big for system (max %d)"
3400msgstr ""
3401
Theodore Ts'obc759702005-05-09 20:40:55 -04003402#: misc/mke2fs.c:1209
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003403#, c-format
3404msgid ""
3405"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3406msgstr ""
3407
Theodore Ts'o197abba2005-06-20 18:00:23 -04003408#: misc/mke2fs.c:1215
3409#, c-format
3410msgid ""
3411"\n"
3412"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3413"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3414"\n"
3415msgstr ""
3416
Theodore Ts'obc759702005-05-09 20:40:55 -04003417#: misc/mke2fs.c:1246
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003418msgid "filesystem"
3419msgstr ""
3420
Theodore Ts'obc759702005-05-09 20:40:55 -04003421#: misc/mke2fs.c:1269 resize/main.c:244
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003422msgid "while trying to determine filesystem size"
3423msgstr ""
3424
Theodore Ts'obc759702005-05-09 20:40:55 -04003425#: misc/mke2fs.c:1275
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003426msgid ""
3427"Couldn't determine device size; you must specify\n"
3428"the size of the filesystem\n"
3429msgstr ""
3430
Theodore Ts'obc759702005-05-09 20:40:55 -04003431#: misc/mke2fs.c:1282
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003432msgid ""
3433"Device size reported to be zero. Invalid partition specified, or\n"
3434"\tpartition table wasn't reread after running fdisk, due to\n"
3435"\ta modified partition being busy and in use. You may need to reboot\n"
3436"\tto re-read your partition table.\n"
3437msgstr ""
3438
Theodore Ts'obc759702005-05-09 20:40:55 -04003439#: misc/mke2fs.c:1300
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003440msgid "Filesystem larger than apparent device size."
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003441msgstr ""
3442
Theodore Ts'obc759702005-05-09 20:40:55 -04003443#: misc/mke2fs.c:1322
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003444msgid "while trying to determine hardware sector size"
3445msgstr ""
3446
Theodore Ts'obc759702005-05-09 20:40:55 -04003447#: misc/mke2fs.c:1341
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003448msgid "reserved online resize blocks not supported on non-sparse filesystem"
3449msgstr ""
3450
Theodore Ts'obc759702005-05-09 20:40:55 -04003451#: misc/mke2fs.c:1350
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003452msgid "blocks per group count out of range"
3453msgstr ""
3454
Theodore Ts'obc759702005-05-09 20:40:55 -04003455#: misc/mke2fs.c:1360
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003456#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003457msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003458msgstr ""
3459
Theodore Ts'obc759702005-05-09 20:40:55 -04003460#: misc/mke2fs.c:1366
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003461#, c-format
3462msgid "Warning: %d-byte inodes not usable on most systems\n"
3463msgstr ""
3464
Theodore Ts'obc759702005-05-09 20:40:55 -04003465#: misc/mke2fs.c:1416
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003466msgid "while setting up superblock"
3467msgstr ""
3468
Theodore Ts'obc759702005-05-09 20:40:55 -04003469#: misc/mke2fs.c:1450
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003470#, c-format
3471msgid "unknown os - %s"
3472msgstr ""
3473
Theodore Ts'obc759702005-05-09 20:40:55 -04003474#: misc/mke2fs.c:1504
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003475msgid "while trying to allocate filesystem tables"
3476msgstr ""
3477
Theodore Ts'obc759702005-05-09 20:40:55 -04003478#: misc/mke2fs.c:1535
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003479#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003480msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003481msgstr ""
3482
Theodore Ts'obc759702005-05-09 20:40:55 -04003483#: misc/mke2fs.c:1548
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003484msgid "while reserving blocks for online resize"
3485msgstr ""
3486
Theodore Ts'obc759702005-05-09 20:40:55 -04003487#: misc/mke2fs.c:1559 misc/tune2fs.c:387
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003488msgid "journal"
3489msgstr ""
3490
Theodore Ts'obc759702005-05-09 20:40:55 -04003491#: misc/mke2fs.c:1571
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003492#, c-format
3493msgid "Adding journal to device %s: "
3494msgstr ""
3495
Theodore Ts'obc759702005-05-09 20:40:55 -04003496#: misc/mke2fs.c:1578
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003497#, c-format
3498msgid ""
3499"\n"
3500"\twhile trying to add journal to device %s"
3501msgstr ""
3502
Theodore Ts'obc759702005-05-09 20:40:55 -04003503#: misc/mke2fs.c:1583 misc/mke2fs.c:1607 misc/tune2fs.c:415 misc/tune2fs.c:429
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003504#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003505msgid "done\n"
3506msgstr ""
3507
Theodore Ts'obc759702005-05-09 20:40:55 -04003508#: misc/mke2fs.c:1595
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003509#, c-format
3510msgid "Creating journal (%d blocks): "
3511msgstr ""
3512
Theodore Ts'obc759702005-05-09 20:40:55 -04003513#: misc/mke2fs.c:1603
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003514msgid ""
3515"\n"
3516"\twhile trying to create journal"
3517msgstr ""
3518
Theodore Ts'obc759702005-05-09 20:40:55 -04003519#: misc/mke2fs.c:1612
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003520#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003521msgid "Writing superblocks and filesystem accounting information: "
3522msgstr ""
3523
Theodore Ts'obc759702005-05-09 20:40:55 -04003524#: misc/mke2fs.c:1617
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003525#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003526msgid ""
3527"\n"
3528"Warning, had trouble writing out superblocks."
3529msgstr ""
3530
Theodore Ts'obc759702005-05-09 20:40:55 -04003531#: misc/mke2fs.c:1620
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003532#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003533msgid ""
3534"done\n"
3535"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003536msgstr ""
3537
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003538#: misc/mklost+found.c:49
3539#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003540msgid "Usage: mklost+found\n"
3541msgstr ""
3542
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003543#: misc/tune2fs.c:77
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003544msgid "Please run e2fsck on the filesystem.\n"
3545msgstr ""
3546
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003547#: misc/tune2fs.c:84
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003548#, c-format
3549msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04003550"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
3551"\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
3552"\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
3553"\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
3554"\t[-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
3555"\t[-O [^]feature[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003556msgstr ""
3557
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003558#: misc/tune2fs.c:141
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003559msgid "while trying to open external journal"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003560msgstr ""
3561
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003562#: misc/tune2fs.c:145
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003563#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003564msgid "%s is not a journal device.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003565msgstr ""
3566
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003567#: misc/tune2fs.c:160
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003568msgid "Journal superblock not found!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003569msgstr ""
3570
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003571#: misc/tune2fs.c:172
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003572msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003573msgstr ""
3574
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003575#: misc/tune2fs.c:193
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003576msgid "Journal NOT removed\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003577msgstr ""
3578
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003579#: misc/tune2fs.c:199
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003580msgid "Journal removed\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003581msgstr ""
3582
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003583#: misc/tune2fs.c:231
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003584msgid "while reading journal inode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003585msgstr ""
3586
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003587#: misc/tune2fs.c:238
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003588msgid "while reading bitmaps"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003589msgstr ""
3590
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003591#: misc/tune2fs.c:245
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003592msgid "while clearing journal inode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003593msgstr ""
3594
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003595#: misc/tune2fs.c:256
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003596msgid "while writing journal inode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003597msgstr ""
3598
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003599#: misc/tune2fs.c:271
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003600#, c-format
3601msgid "Invalid mount option set: %s\n"
3602msgstr ""
3603
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003604#: misc/tune2fs.c:317
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003605msgid ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003606"The has_journal flag may only be cleared when the filesystem is\n"
3607"unmounted or mounted read-only.\n"
3608msgstr ""
3609
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003610#: misc/tune2fs.c:325
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003611msgid ""
3612"The needs_recovery flag is set. Please run e2fsck before clearing\n"
3613"the has_journal flag.\n"
3614msgstr ""
3615
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003616#: misc/tune2fs.c:382
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003617msgid "The filesystem already has a journal.\n"
3618msgstr ""
3619
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003620#: misc/tune2fs.c:399
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003621#, c-format
3622msgid ""
3623"\n"
3624"\twhile trying to open journal on %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003625msgstr ""
3626
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003627#: misc/tune2fs.c:403
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003628#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003629msgid "Creating journal on device %s: "
3630msgstr ""
3631
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003632#: misc/tune2fs.c:411
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003633#, c-format
3634msgid "while adding filesystem to journal on %s"
3635msgstr ""
3636
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003637#: misc/tune2fs.c:417
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003638msgid "Creating journal inode: "
3639msgstr ""
3640
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003641#: misc/tune2fs.c:426
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003642msgid ""
3643"\n"
3644"\twhile trying to create journal file"
3645msgstr ""
3646
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003647#: misc/tune2fs.c:492
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003648#, c-format
3649msgid "Couldn't parse date/time specifier: %s"
3650msgstr ""
3651
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003652#: misc/tune2fs.c:514 misc/tune2fs.c:527
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003653#, c-format
3654msgid "bad mounts count - %s"
3655msgstr ""
3656
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003657#: misc/tune2fs.c:543
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003658#, c-format
3659msgid "bad error behavior - %s"
3660msgstr ""
3661
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003662#: misc/tune2fs.c:566
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003663#, c-format
3664msgid "bad gid/group name - %s"
3665msgstr ""
3666
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003667#: misc/tune2fs.c:599
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003668#, c-format
3669msgid "bad interval - %s"
3670msgstr ""
3671
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003672#: misc/tune2fs.c:627
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003673#, c-format
3674msgid "bad reserved block ratio - %s"
3675msgstr ""
3676
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003677#: misc/tune2fs.c:642
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003678msgid "-o may only be specified once"
3679msgstr ""
3680
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003681#: misc/tune2fs.c:652
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003682msgid "-O may only be specified once"
3683msgstr ""
3684
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003685#: misc/tune2fs.c:662
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003686#, c-format
3687msgid "bad reserved blocks count - %s"
3688msgstr ""
3689
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003690#: misc/tune2fs.c:691
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003691#, c-format
3692msgid "bad uid/user name - %s"
3693msgstr ""
3694
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003695#: misc/tune2fs.c:801
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003696#, c-format
3697msgid "Setting maximal mount count to %d\n"
3698msgstr ""
3699
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003700#: misc/tune2fs.c:807
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003701#, c-format
3702msgid "Setting current mount count to %d\n"
3703msgstr ""
3704
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003705#: misc/tune2fs.c:812
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003706#, c-format
3707msgid "Setting error behavior to %d\n"
3708msgstr ""
3709
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003710#: misc/tune2fs.c:817
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003711#, c-format
3712msgid "Setting reserved blocks gid to %lu\n"
3713msgstr ""
3714
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003715#: misc/tune2fs.c:822
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003716#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003717msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003718msgstr ""
3719
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003720#: misc/tune2fs.c:828
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003721#, c-format
3722msgid "Setting reserved blocks percentage to %lu (%u blocks)\n"
3723msgstr ""
3724
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003725#: misc/tune2fs.c:834
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003726#, c-format
Theodore Ts'o55566e22003-12-26 14:03:39 -05003727msgid "reserved blocks count is too big (%lu)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003728msgstr ""
3729
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003730#: misc/tune2fs.c:840
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003731#, c-format
3732msgid "Setting reserved blocks count to %lu\n"
3733msgstr ""
3734
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003735#: misc/tune2fs.c:846
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003736msgid ""
3737"\n"
3738"The filesystem already has sparse superblocks.\n"
3739msgstr ""
3740
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003741#: misc/tune2fs.c:853
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003742#, c-format
3743msgid ""
3744"\n"
3745"Sparse superblock flag set. %s"
3746msgstr ""
3747
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003748#: misc/tune2fs.c:860
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003749msgid ""
3750"\n"
3751"The filesystem already has sparse superblocks disabled.\n"
3752msgstr ""
3753
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003754#: misc/tune2fs.c:868
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003755#, c-format
3756msgid ""
3757"\n"
3758"Sparse superblock flag cleared. %s"
3759msgstr ""
3760
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003761#: misc/tune2fs.c:875
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003762#, c-format
3763msgid "Setting time filesystem last checked to %s\n"
3764msgstr ""
3765
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003766#: misc/tune2fs.c:881
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003767#, c-format
3768msgid "Setting reserved blocks uid to %lu\n"
3769msgstr ""
3770
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003771#: misc/tune2fs.c:914
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003772msgid "Invalid UUID format\n"
3773msgstr ""
3774
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003775#: misc/util.c:72
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003776msgid "Proceed anyway? (y,n) "
3777msgstr ""
3778
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003779#: misc/util.c:93
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003780#, c-format
3781msgid "Could not stat %s --- %s\n"
3782msgstr ""
3783
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003784#: misc/util.c:96
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003785msgid ""
3786"\n"
3787"The device apparently does not exist; did you specify it correctly?\n"
3788msgstr ""
3789
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003790#: misc/util.c:107
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003791#, c-format
3792msgid "%s is not a block special device.\n"
3793msgstr ""
3794
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003795#: misc/util.c:136
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003796#, c-format
3797msgid "%s is entire device, not just one partition!\n"
3798msgstr ""
3799
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003800#: misc/util.c:158
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003801msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
3802msgstr ""
3803
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003804#: misc/util.c:163
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003805#, c-format
3806msgid "will not make a %s here!\n"
3807msgstr ""
3808
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003809#: misc/util.c:170
3810msgid "mke2fs forced anyway.\n"
3811msgstr ""
3812
3813#: misc/util.c:186
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003814msgid "Couldn't allocate memory to parse journal options!\n"
3815msgstr ""
3816
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003817#: misc/util.c:228
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003818msgid ""
3819"\n"
3820"Bad journal options specified.\n"
3821"\n"
3822"Journal options are separated by commas, and may take an argument which\n"
3823"\tis set off by an equals ('=') sign.\n"
3824"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003825"Valid journal options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003826"\tsize=<journal size in megabytes>\n"
3827"\tdevice=<journal device>\n"
3828"\n"
3829"The journal size must be between 1024 and 102400 filesystem blocks.\n"
3830"\n"
3831msgstr ""
3832
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003833#: misc/util.c:255
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003834msgid ""
3835"\n"
3836"Filesystem too small for a journal\n"
3837msgstr ""
3838
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003839#: misc/util.c:262
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003840#, c-format
3841msgid ""
3842"\n"
3843"The requested journal size is %d blocks; it must be\n"
3844"between 1024 and 102400 blocks. Aborting.\n"
3845msgstr ""
3846
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003847#: misc/util.c:270
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003848msgid ""
3849"\n"
3850"Journal size too big for filesystem.\n"
3851msgstr ""
3852
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003853#: misc/util.c:294
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003854#, c-format
3855msgid ""
3856"This filesystem will be automatically checked every %d mounts or\n"
3857"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
3858msgstr ""
3859
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003860#: misc/uuidgen.c:30
3861#, c-format
3862msgid "Usage: %s [-r] [-t]\n"
3863msgstr ""
3864
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04003865#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003866msgid "# Extent dump:\n"
3867msgstr ""
3868
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04003869#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003870#, c-format
3871msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
3872msgstr ""
3873
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04003874#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003875#, c-format
3876msgid "#\t\t %u -> %u (%d)\n"
3877msgstr ""
3878
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003879#: resize/main.c:34
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003880#, c-format
3881msgid ""
Theodore Ts'obc759702005-05-09 20:40:55 -04003882"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003883"\n"
3884msgstr ""
3885
Theodore Ts'obc759702005-05-09 20:40:55 -04003886#: resize/main.c:56
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003887msgid "Extending the inode table"
3888msgstr ""
3889
Theodore Ts'obc759702005-05-09 20:40:55 -04003890#: resize/main.c:59
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003891msgid "Relocating blocks"
3892msgstr ""
3893
Theodore Ts'obc759702005-05-09 20:40:55 -04003894#: resize/main.c:62
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003895msgid "Scanning inode table"
3896msgstr ""
3897
Theodore Ts'obc759702005-05-09 20:40:55 -04003898#: resize/main.c:65
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003899msgid "Updating inode references"
3900msgstr ""
3901
Theodore Ts'obc759702005-05-09 20:40:55 -04003902#: resize/main.c:68
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003903msgid "Moving inode table"
3904msgstr ""
3905
Theodore Ts'obc759702005-05-09 20:40:55 -04003906#: resize/main.c:71
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003907msgid "Unknown pass?!?"
3908msgstr ""
3909
Theodore Ts'obc759702005-05-09 20:40:55 -04003910#: resize/main.c:74
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003911#, c-format
3912msgid "Begin pass %d (max = %lu)\n"
3913msgstr ""
3914
Theodore Ts'obc759702005-05-09 20:40:55 -04003915#: resize/main.c:107
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003916#, c-format
3917msgid ""
3918"%s is mounted; can't resize a mounted filesystem!\n"
3919"\n"
3920msgstr ""
3921
Theodore Ts'obc759702005-05-09 20:40:55 -04003922#: resize/main.c:251
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003923#, c-format
3924msgid "bad filesystem size - %s"
3925msgstr ""
3926
Theodore Ts'obc759702005-05-09 20:40:55 -04003927#: resize/main.c:278
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003928#, c-format
3929msgid ""
Theodore Ts'o113e4052003-05-17 21:00:46 -04003930"The containing partition (or device) is only %d (%dk) blocks.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003931"You requested a new size of %d blocks.\n"
3932"\n"
3933msgstr ""
3934
Theodore Ts'obc759702005-05-09 20:40:55 -04003935#: resize/main.c:285
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003936#, c-format
3937msgid ""
3938"The filesystem is already %d blocks long. Nothing to do!\n"
3939"\n"
3940msgstr ""
3941
Theodore Ts'obc759702005-05-09 20:40:55 -04003942#: resize/main.c:292
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003943#, c-format
3944msgid ""
3945"Please run 'e2fsck -f %s' first.\n"
3946"\n"
3947msgstr ""
3948
Theodore Ts'obc759702005-05-09 20:40:55 -04003949#: resize/main.c:302
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003950#, c-format
3951msgid "while trying to resize %s"
3952msgstr ""
3953
Theodore Ts'obc759702005-05-09 20:40:55 -04003954#: resize/main.c:307
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003955#, c-format
3956msgid ""
3957"The filesystem on %s is now %d blocks long.\n"
3958"\n"
3959msgstr ""
3960
Theodore Ts'obc759702005-05-09 20:40:55 -04003961#: resize/resize2fs.c:579
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003962msgid "reserved blocks"
3963msgstr ""
3964
Theodore Ts'obc759702005-05-09 20:40:55 -04003965#: resize/resize2fs.c:584
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003966msgid "blocks to be moved"
3967msgstr ""
3968
Theodore Ts'obc759702005-05-09 20:40:55 -04003969#: resize/resize2fs.c:589
3970msgid "meta-data blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003971msgstr ""
3972
Theodore Ts'obc759702005-05-09 20:40:55 -04003973#: resize/resize2fs.c:1469
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003974#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003975msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003976msgstr ""