blob: ad0334fe5adb7174322c977c14d4aa1a2d881350 [file] [log] [blame]
Theodore Ts'o53013932009-05-30 13:50:07 -04001# E2fsprogs translation template file
Theodore Ts'o90806952010-02-10 15:49:32 -05002# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
3# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Theodore Ts'o
Theodore Ts'o53013932009-05-30 13:50:07 -04004# This file is distributed under the same license as the e2fsprogs package.
Theodore Ts'o90806952010-02-10 15:49:32 -05005# Theodore Ts'o <tytso@mit.edu>, 2010.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04007#. The strings in e2fsck's problem.c can be very hard to translate,
8#. since the strings are expanded in two different ways. First of all,
9#. there is an @-expansion, where strings like "@i" are expanded to
10#. "inode", and so on. In order to make it easier for translators, the
11#. e2fsprogs po template file has been enhanced with comments that show
12#. the @-expansion, for the strings in the problem.c file.
13#.
14#. Translators are free to use the @-expansion facility if they so
15#. choose, by providing translations for strings in e2fsck/message.c.
16#. These translation can completely replace an expansion; for example,
17#. if "bblock" (which indicated that "@b" would be expanded to "block")
18#. is translated as "ddatenverlust", then "@d" will be expanded to
19#. "datenverlust". Alternatively, translators can simply not use the
20#. @-expansion facility at all.
21#.
22#. The second expansion which is done for e2fsck's problem.c messages is
23#. a dynamic %-expansion, which expands %i as an inode number, and so
24#. on. A table of these expansions can be found below. Note that
25#. %-expressions that begin with "%D" and "%I" are two-character
26#. expansions; so for example, "%Iu" expands to the inode's user id
27#. ownership field (inode->i_uid).
28#.
29#. %b <blk> block number
30#. %B <blkcount> integer
31#. %c <blk2> block number
32#. %Di <dirent> -> ino inode number
33#. %Dn <dirent> -> name string
34#. %Dr <dirent> -> rec_len
35#. %Dl <dirent> -> name_len
36#. %Dt <dirent> -> filetype
37#. %d <dir> inode number
38#. %g <group> integer
39#. %i <ino> inode number
40#. %Is <inode> -> i_size
41#. %IS <inode> -> i_extra_isize
42#. %Ib <inode> -> i_blocks
43#. %Il <inode> -> i_links_count
44#. %Im <inode> -> i_mode
45#. %IM <inode> -> i_mtime
46#. %IF <inode> -> i_faddr
47#. %If <inode> -> i_file_acl
48#. %Id <inode> -> i_dir_acl
49#. %Iu <inode> -> i_uid
50#. %Ig <inode> -> i_gid
51#. %j <ino2> inode number
52#. %m <com_err error message>
53#. %N <num>
54#. %p ext2fs_get_pathname of directory <ino>
55#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
56#. the containing directory. (If dirent is NULL
57#. then return the pathname of directory <ino2>)
58#. %q ext2fs_get_pathname of directory <dir>
59#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
60#. the containing directory.
61#. %s <str> miscellaneous string
62#. %S backup superblock
63#. %X <num> hexadecimal format
64#.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000065#, fuzzy
66msgid ""
67msgstr ""
Theodore Ts'o90806952010-02-10 15:49:32 -050068"Project-Id-Version: e2fsprogs 1.41.10\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050069"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o90806952010-02-10 15:49:32 -050070"POT-Creation-Date: 2010-02-10 15:24-0500\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000071"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
72"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
73"Language-Team: LANGUAGE <LL@li.org>\n"
74"MIME-Version: 1.0\n"
75"Content-Type: text/plain; charset=CHARSET\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040076"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000077
Theodore Ts'o90806952010-02-10 15:49:32 -050078#: e2fsck/badblocks.c:22 misc/mke2fs.c:169
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000079#, c-format
80msgid "Bad block %u out of range; ignored.\n"
81msgstr ""
82
83#: e2fsck/badblocks.c:45
84msgid "while sanity checking the bad blocks inode"
85msgstr ""
86
87#: e2fsck/badblocks.c:57
88msgid "while reading the bad blocks inode"
89msgstr ""
90
Theodore Ts'oa04eba32003-05-03 16:35:17 -040091#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o90806952010-02-10 15:49:32 -050092#: e2fsck/unix.c:1062 e2fsck/unix.c:1145 misc/badblocks.c:1155
Theodore Ts'ofa9e8412009-06-29 01:30:30 -040093#: misc/badblocks.c:1163 misc/badblocks.c:1177 misc/badblocks.c:1189
Theodore Ts'o90806952010-02-10 15:49:32 -050094#: misc/dumpe2fs.c:552 misc/e2image.c:583 misc/e2image.c:679
95#: misc/e2image.c:695 misc/mke2fs.c:185 misc/tune2fs.c:1573 resize/main.c:310
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000096#, c-format
97msgid "while trying to open %s"
98msgstr ""
99
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500100#: e2fsck/badblocks.c:82
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000101#, c-format
102msgid "while trying popen '%s'"
103msgstr ""
104
Theodore Ts'o90806952010-02-10 15:49:32 -0500105#: e2fsck/badblocks.c:93 misc/mke2fs.c:192
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000106msgid "while reading in list of bad blocks from file"
107msgstr ""
108
Theodore Ts'o8f741372008-02-28 21:47:05 -0500109#: e2fsck/badblocks.c:104
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000110msgid "while updating bad block inode"
111msgstr ""
112
Theodore Ts'o8f741372008-02-28 21:47:05 -0500113#: e2fsck/badblocks.c:130
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000114#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400115msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000116msgstr ""
117
Theodore Ts'o052a7912008-10-12 23:17:54 -0400118#: e2fsck/ehandler.c:54
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000119#, c-format
120msgid "Error reading block %lu (%s) while %s. "
121msgstr ""
122
Theodore Ts'o052a7912008-10-12 23:17:54 -0400123#: e2fsck/ehandler.c:57
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000124#, c-format
125msgid "Error reading block %lu (%s). "
126msgstr ""
127
Theodore Ts'o052a7912008-10-12 23:17:54 -0400128#: e2fsck/ehandler.c:60 e2fsck/ehandler.c:109
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000129msgid "Ignore error"
130msgstr ""
131
Theodore Ts'o052a7912008-10-12 23:17:54 -0400132#: e2fsck/ehandler.c:61
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500133msgid "Force rewrite"
134msgstr ""
135
Theodore Ts'o052a7912008-10-12 23:17:54 -0400136#: e2fsck/ehandler.c:103
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000137#, c-format
138msgid "Error writing block %lu (%s) while %s. "
139msgstr ""
140
Theodore Ts'o052a7912008-10-12 23:17:54 -0400141#: e2fsck/ehandler.c:106
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000142#, c-format
143msgid "Error writing block %lu (%s). "
144msgstr ""
145
146#: e2fsck/emptydir.c:56
147msgid "empty dirblocks"
148msgstr ""
149
150#: e2fsck/emptydir.c:61
151msgid "empty dir map"
152msgstr ""
153
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000154#: e2fsck/emptydir.c:97
155#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -0400156msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000157msgstr ""
158
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400159#: e2fsck/extend.c:21
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000160#, c-format
161msgid "%s: %s filename nblocks blocksize\n"
162msgstr ""
163
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400164#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500165#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000166msgid "Illegal number of blocks!\n"
167msgstr ""
168
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400169#: e2fsck/extend.c:49
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000170#, c-format
171msgid "Couldn't allocate block buffer (size=%d)\n"
172msgstr ""
173
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400174#: e2fsck/flushb.c:34
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000175#, c-format
176msgid "Usage: %s disk\n"
177msgstr ""
178
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400179#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500180#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000181msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
182msgstr ""
183
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400184#: e2fsck/iscan.c:46
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000185#, c-format
186msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
187msgstr ""
188
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400189#: e2fsck/iscan.c:83 e2fsck/unix.c:817
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000190#, c-format
191msgid "while opening %s for flushing"
192msgstr ""
193
Theodore Ts'o989a01f2009-07-11 18:29:56 -0400194#: e2fsck/iscan.c:88 e2fsck/unix.c:823 resize/main.c:286
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000195#, c-format
196msgid "while trying to flush %s"
197msgstr ""
198
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400199#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:489
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000200msgid "while opening inode scan"
201msgstr ""
202
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400203#: e2fsck/iscan.c:129 misc/e2image.c:507
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000204msgid "while getting next inode"
205msgstr ""
206
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400207#: e2fsck/iscan.c:138
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000208#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -0400209msgid "%u inodes scanned.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000210msgstr ""
211
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500212#: e2fsck/journal.c:507
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400213msgid "reading journal superblock\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000214msgstr ""
215
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500216#: e2fsck/journal.c:564
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400217#, c-format
218msgid "%s: no valid journal superblock found\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000219msgstr ""
220
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500221#: e2fsck/journal.c:573
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400222#, c-format
223msgid "%s: journal too short\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000224msgstr ""
225
Theodore Ts'o53013932009-05-30 13:50:07 -0400226#: e2fsck/journal.c:860
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400227#, c-format
228msgid "%s: recovering journal\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000229msgstr ""
230
Theodore Ts'o53013932009-05-30 13:50:07 -0400231#: e2fsck/journal.c:862
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400232#, c-format
233msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000234msgstr ""
235
Theodore Ts'o53013932009-05-30 13:50:07 -0400236#: e2fsck/journal.c:887
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400237#, c-format
238msgid "while trying to re-open %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000239msgstr ""
240
Theodore Ts'o90806952010-02-10 15:49:32 -0500241#: e2fsck/message.c:111
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400242msgid "aextended attribute"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000243msgstr ""
244
Theodore Ts'o90806952010-02-10 15:49:32 -0500245#: e2fsck/message.c:112
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400246msgid "Aerror allocating"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000247msgstr ""
248
Theodore Ts'o90806952010-02-10 15:49:32 -0500249#: e2fsck/message.c:113
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400250msgid "bblock"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000251msgstr ""
252
Theodore Ts'o90806952010-02-10 15:49:32 -0500253#: e2fsck/message.c:114
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400254msgid "Bbitmap"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000255msgstr ""
256
Theodore Ts'o90806952010-02-10 15:49:32 -0500257#: e2fsck/message.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400258msgid "ccompress"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000259msgstr ""
260
Theodore Ts'o90806952010-02-10 15:49:32 -0500261#: e2fsck/message.c:116
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400262msgid "Cconflicts with some other fs @b"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000263msgstr ""
264
Theodore Ts'o90806952010-02-10 15:49:32 -0500265#: e2fsck/message.c:117
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400266msgid "iinode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000267msgstr ""
268
Theodore Ts'o90806952010-02-10 15:49:32 -0500269#: e2fsck/message.c:118
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400270msgid "Iillegal"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000271msgstr ""
272
Theodore Ts'o90806952010-02-10 15:49:32 -0500273#: e2fsck/message.c:119
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400274msgid "jjournal"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000275msgstr ""
276
Theodore Ts'o90806952010-02-10 15:49:32 -0500277#: e2fsck/message.c:120
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400278msgid "Ddeleted"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000279msgstr ""
280
Theodore Ts'o90806952010-02-10 15:49:32 -0500281#: e2fsck/message.c:121
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400282msgid "ddirectory"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000283msgstr ""
284
Theodore Ts'o90806952010-02-10 15:49:32 -0500285#: e2fsck/message.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400286msgid "eentry"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000287msgstr ""
288
Theodore Ts'o90806952010-02-10 15:49:32 -0500289#: e2fsck/message.c:123
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400290msgid "E@e '%Dn' in %p (%i)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000291msgstr ""
292
Theodore Ts'o90806952010-02-10 15:49:32 -0500293#: e2fsck/message.c:124
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400294msgid "ffilesystem"
295msgstr ""
296
Theodore Ts'o90806952010-02-10 15:49:32 -0500297#: e2fsck/message.c:125
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400298msgid "Ffor @i %i (%Q) is"
299msgstr ""
300
Theodore Ts'o90806952010-02-10 15:49:32 -0500301#: e2fsck/message.c:126
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400302msgid "ggroup"
303msgstr ""
304
Theodore Ts'o90806952010-02-10 15:49:32 -0500305#: e2fsck/message.c:127
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500306msgid "hHTREE @d @i"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400307msgstr ""
308
Theodore Ts'o90806952010-02-10 15:49:32 -0500309#: e2fsck/message.c:128
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500310msgid "llost+found"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400311msgstr ""
312
Theodore Ts'o90806952010-02-10 15:49:32 -0500313#: e2fsck/message.c:129
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500314msgid "Lis a link"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400315msgstr ""
316
Theodore Ts'o90806952010-02-10 15:49:32 -0500317#: e2fsck/message.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400318msgid "mmultiply-claimed"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000319msgstr ""
320
Theodore Ts'o90806952010-02-10 15:49:32 -0500321#: e2fsck/message.c:131
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400322msgid "ninvalid"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500323msgstr ""
324
Theodore Ts'o90806952010-02-10 15:49:32 -0500325#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400326msgid "oorphaned"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500327msgstr ""
328
Theodore Ts'o90806952010-02-10 15:49:32 -0500329#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400330msgid "pproblem in"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500331msgstr ""
332
Theodore Ts'o90806952010-02-10 15:49:32 -0500333#: e2fsck/message.c:134
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400334msgid "rroot @i"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500335msgstr ""
336
Theodore Ts'o90806952010-02-10 15:49:32 -0500337#: e2fsck/message.c:135
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400338msgid "sshould be"
339msgstr ""
340
Theodore Ts'o90806952010-02-10 15:49:32 -0500341#: e2fsck/message.c:136
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400342msgid "Ssuper@b"
343msgstr ""
344
Theodore Ts'o90806952010-02-10 15:49:32 -0500345#: e2fsck/message.c:137
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400346msgid "uunattached"
347msgstr ""
348
Theodore Ts'o90806952010-02-10 15:49:32 -0500349#: e2fsck/message.c:138
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400350msgid "vdevice"
351msgstr ""
352
Theodore Ts'o90806952010-02-10 15:49:32 -0500353#: e2fsck/message.c:139
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400354msgid "xextent"
355msgstr ""
356
Theodore Ts'o90806952010-02-10 15:49:32 -0500357#: e2fsck/message.c:140
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400358msgid "zzero-length"
359msgstr ""
360
Theodore Ts'o90806952010-02-10 15:49:32 -0500361#: e2fsck/message.c:151
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000362msgid "<The NULL inode>"
363msgstr ""
364
Theodore Ts'o90806952010-02-10 15:49:32 -0500365#: e2fsck/message.c:152
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000366msgid "<The bad blocks inode>"
367msgstr ""
368
Theodore Ts'o90806952010-02-10 15:49:32 -0500369#: e2fsck/message.c:154
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000370msgid "<The ACL index inode>"
371msgstr ""
372
Theodore Ts'o90806952010-02-10 15:49:32 -0500373#: e2fsck/message.c:155
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000374msgid "<The ACL data inode>"
375msgstr ""
376
Theodore Ts'o90806952010-02-10 15:49:32 -0500377#: e2fsck/message.c:156
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000378msgid "<The boot loader inode>"
379msgstr ""
380
Theodore Ts'o90806952010-02-10 15:49:32 -0500381#: e2fsck/message.c:157
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000382msgid "<The undelete directory inode>"
383msgstr ""
384
Theodore Ts'o90806952010-02-10 15:49:32 -0500385#: e2fsck/message.c:158
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400386msgid "<The group descriptor inode>"
387msgstr ""
388
Theodore Ts'o90806952010-02-10 15:49:32 -0500389#: e2fsck/message.c:159
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400390msgid "<The journal inode>"
391msgstr ""
392
Theodore Ts'o90806952010-02-10 15:49:32 -0500393#: e2fsck/message.c:160
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400394msgid "<Reserved inode 9>"
395msgstr ""
396
Theodore Ts'o90806952010-02-10 15:49:32 -0500397#: e2fsck/message.c:161
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400398msgid "<Reserved inode 10>"
399msgstr ""
400
Theodore Ts'o90806952010-02-10 15:49:32 -0500401#: e2fsck/message.c:330
Theodore Ts'o714da452007-07-07 22:24:13 -0400402#, c-format
403msgid "regular file"
404msgstr ""
405
Theodore Ts'o90806952010-02-10 15:49:32 -0500406#: e2fsck/message.c:332
Theodore Ts'o714da452007-07-07 22:24:13 -0400407#, c-format
408msgid "directory"
409msgstr ""
410
Theodore Ts'o90806952010-02-10 15:49:32 -0500411#: e2fsck/message.c:334
Theodore Ts'o714da452007-07-07 22:24:13 -0400412#, c-format
413msgid "character device"
414msgstr ""
415
Theodore Ts'o90806952010-02-10 15:49:32 -0500416#: e2fsck/message.c:336
Theodore Ts'o714da452007-07-07 22:24:13 -0400417#, c-format
418msgid "block device"
419msgstr ""
420
Theodore Ts'o90806952010-02-10 15:49:32 -0500421#: e2fsck/message.c:338
Theodore Ts'o714da452007-07-07 22:24:13 -0400422#, c-format
423msgid "named pipe"
424msgstr ""
425
Theodore Ts'o90806952010-02-10 15:49:32 -0500426#: e2fsck/message.c:340
Theodore Ts'o714da452007-07-07 22:24:13 -0400427#, c-format
428msgid "symbolic link"
429msgstr ""
430
Theodore Ts'o90806952010-02-10 15:49:32 -0500431#: e2fsck/message.c:342
Theodore Ts'o714da452007-07-07 22:24:13 -0400432#, c-format
433msgid "socket"
434msgstr ""
435
Theodore Ts'o90806952010-02-10 15:49:32 -0500436#: e2fsck/message.c:344
Theodore Ts'o714da452007-07-07 22:24:13 -0400437#, c-format
438msgid "unknown file type with mode 0%o"
439msgstr ""
440
Theodore Ts'o90806952010-02-10 15:49:32 -0500441#: e2fsck/message.c:422
442msgid "indirect block"
443msgstr ""
444
445#: e2fsck/message.c:424
446msgid "double indirect block"
447msgstr ""
448
449#: e2fsck/message.c:426
450msgid "triple indirect block"
451msgstr ""
452
453#: e2fsck/message.c:428
454msgid "translator block"
455msgstr ""
456
457#: e2fsck/message.c:430
458msgid "block #"
459msgstr ""
460
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400461#: e2fsck/pass1b.c:220
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000462msgid "multiply claimed inode map"
463msgstr ""
464
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400465#: e2fsck/pass1b.c:581 e2fsck/pass1b.c:714
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000466#, c-format
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -0400467msgid "internal error: can't find dup_blk for %u\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000468msgstr ""
469
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400470#: e2fsck/pass1b.c:757
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000471msgid "returned from clone_file_block"
472msgstr ""
473
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400474#: e2fsck/pass1b.c:776
Theodore Ts'o714da452007-07-07 22:24:13 -0400475#, c-format
476msgid "internal error: couldn't lookup EA block record for %u"
477msgstr ""
478
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400479#: e2fsck/pass1b.c:788
Theodore Ts'o714da452007-07-07 22:24:13 -0400480#, c-format
481msgid "internal error: couldn't lookup EA inode record for %u"
482msgstr ""
483
Theodore Ts'o90806952010-02-10 15:49:32 -0500484#: e2fsck/pass1.c:475 e2fsck/pass2.c:776
Theodore Ts'o714da452007-07-07 22:24:13 -0400485msgid "reading directory block"
486msgstr ""
487
Theodore Ts'o90806952010-02-10 15:49:32 -0500488#: e2fsck/pass1.c:597
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000489msgid "in-use inode map"
490msgstr ""
491
Theodore Ts'o90806952010-02-10 15:49:32 -0500492#: e2fsck/pass1.c:606
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000493msgid "directory inode map"
494msgstr ""
495
Theodore Ts'o90806952010-02-10 15:49:32 -0500496#: e2fsck/pass1.c:614
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000497msgid "regular file inode map"
498msgstr ""
499
Theodore Ts'o90806952010-02-10 15:49:32 -0500500#: e2fsck/pass1.c:621
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000501msgid "in-use block map"
502msgstr ""
503
Theodore Ts'o90806952010-02-10 15:49:32 -0500504#: e2fsck/pass1.c:675
Theodore Ts'o714da452007-07-07 22:24:13 -0400505msgid "opening inode scan"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000506msgstr ""
507
Theodore Ts'o90806952010-02-10 15:49:32 -0500508#: e2fsck/pass1.c:699
Theodore Ts'o714da452007-07-07 22:24:13 -0400509msgid "getting next inode from scan"
510msgstr ""
511
Theodore Ts'o90806952010-02-10 15:49:32 -0500512#: e2fsck/pass1.c:1169
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000513msgid "Pass 1"
514msgstr ""
515
Theodore Ts'o90806952010-02-10 15:49:32 -0500516#: e2fsck/pass1.c:1226
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000517#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400518msgid "reading indirect blocks of inode %u"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000519msgstr ""
520
Theodore Ts'o90806952010-02-10 15:49:32 -0500521#: e2fsck/pass1.c:1270
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000522msgid "bad inode map"
523msgstr ""
524
Theodore Ts'o90806952010-02-10 15:49:32 -0500525#: e2fsck/pass1.c:1292
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000526msgid "inode in bad block map"
527msgstr ""
528
Theodore Ts'o90806952010-02-10 15:49:32 -0500529#: e2fsck/pass1.c:1312
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000530msgid "imagic inode map"
531msgstr ""
532
Theodore Ts'o90806952010-02-10 15:49:32 -0500533#: e2fsck/pass1.c:1339
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000534msgid "multiply claimed block map"
535msgstr ""
536
Theodore Ts'o90806952010-02-10 15:49:32 -0500537#: e2fsck/pass1.c:1438
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400538msgid "ext attr block map"
539msgstr ""
540
Theodore Ts'o90806952010-02-10 15:49:32 -0500541#: e2fsck/pass1.c:2162
Theodore Ts'oaef07952008-08-27 23:18:29 -0400542#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500543msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -0400544msgstr ""
545
Theodore Ts'o90806952010-02-10 15:49:32 -0500546#: e2fsck/pass1.c:2514
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000547msgid "block bitmap"
548msgstr ""
549
Theodore Ts'o90806952010-02-10 15:49:32 -0500550#: e2fsck/pass1.c:2518
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000551msgid "inode bitmap"
552msgstr ""
553
Theodore Ts'o90806952010-02-10 15:49:32 -0500554#: e2fsck/pass1.c:2522
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000555msgid "inode table"
556msgstr ""
557
Theodore Ts'o90806952010-02-10 15:49:32 -0500558#: e2fsck/pass2.c:277
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500559msgid "Pass 2"
560msgstr ""
561
Theodore Ts'o90806952010-02-10 15:49:32 -0500562#: e2fsck/pass2.c:799
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -0400563msgid "Can not continue."
564msgstr ""
565
Theodore Ts'o53013932009-05-30 13:50:07 -0400566#: e2fsck/pass3.c:76
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000567msgid "inode done bitmap"
568msgstr ""
569
Theodore Ts'o53013932009-05-30 13:50:07 -0400570#: e2fsck/pass3.c:84
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000571msgid "Peak memory"
572msgstr ""
573
Theodore Ts'o53013932009-05-30 13:50:07 -0400574#: e2fsck/pass3.c:134
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000575msgid "Pass 3"
576msgstr ""
577
Theodore Ts'o53013932009-05-30 13:50:07 -0400578#: e2fsck/pass3.c:320
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000579msgid "inode loop detection bitmap"
580msgstr ""
581
Theodore Ts'o53013932009-05-30 13:50:07 -0400582#: e2fsck/pass4.c:191
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000583msgid "Pass 4"
584msgstr ""
585
Theodore Ts'o53013932009-05-30 13:50:07 -0400586#: e2fsck/pass5.c:64
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000587msgid "Pass 5"
588msgstr ""
589
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500590#: e2fsck/problem.c:50
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000591msgid "(no prompt)"
592msgstr ""
593
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500594#: e2fsck/problem.c:51
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000595msgid "Fix"
596msgstr ""
597
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500598#: e2fsck/problem.c:52
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000599msgid "Clear"
600msgstr ""
601
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500602#: e2fsck/problem.c:53
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000603msgid "Relocate"
604msgstr ""
605
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500606#: e2fsck/problem.c:54
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000607msgid "Allocate"
608msgstr ""
609
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500610#: e2fsck/problem.c:55
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000611msgid "Expand"
612msgstr ""
613
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500614#: e2fsck/problem.c:56
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000615msgid "Connect to /lost+found"
616msgstr ""
617
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500618#: e2fsck/problem.c:57
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000619msgid "Create"
620msgstr ""
621
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500622#: e2fsck/problem.c:58
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000623msgid "Salvage"
624msgstr ""
625
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500626#: e2fsck/problem.c:59
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000627msgid "Truncate"
628msgstr ""
629
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500630#: e2fsck/problem.c:60
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000631msgid "Clear inode"
632msgstr ""
633
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500634#: e2fsck/problem.c:61
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000635msgid "Abort"
636msgstr ""
637
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500638#: e2fsck/problem.c:62
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000639msgid "Split"
640msgstr ""
641
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500642#: e2fsck/problem.c:63
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000643msgid "Continue"
644msgstr ""
645
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500646#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400647msgid "Clone multiply-claimed blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000648msgstr ""
649
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500650#: e2fsck/problem.c:65
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000651msgid "Delete file"
652msgstr ""
653
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500654#: e2fsck/problem.c:66
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000655msgid "Suppress messages"
656msgstr ""
657
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500658#: e2fsck/problem.c:67
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000659msgid "Unlink"
660msgstr ""
661
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500662#: e2fsck/problem.c:68
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500663msgid "Clear HTree index"
664msgstr ""
665
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500666#: e2fsck/problem.c:69
667msgid "Recreate"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000668msgstr ""
669
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500670#: e2fsck/problem.c:78
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500671msgid "(NONE)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000672msgstr ""
673
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500674#: e2fsck/problem.c:79
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500675msgid "FIXED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000676msgstr ""
677
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500678#: e2fsck/problem.c:80
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500679msgid "CLEARED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000680msgstr ""
681
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500682#: e2fsck/problem.c:81
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500683msgid "RELOCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000684msgstr ""
685
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500686#: e2fsck/problem.c:82
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500687msgid "ALLOCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000688msgstr ""
689
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500690#: e2fsck/problem.c:83
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500691msgid "EXPANDED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000692msgstr ""
693
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500694#: e2fsck/problem.c:84
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500695msgid "RECONNECTED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000696msgstr ""
697
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500698#: e2fsck/problem.c:85
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500699msgid "CREATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000700msgstr ""
701
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500702#: e2fsck/problem.c:86
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500703msgid "SALVAGED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000704msgstr ""
705
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500706#: e2fsck/problem.c:87
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500707msgid "TRUNCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000708msgstr ""
709
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500710#: e2fsck/problem.c:88
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500711msgid "INODE CLEARED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000712msgstr ""
713
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500714#: e2fsck/problem.c:89
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500715msgid "ABORTED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000716msgstr ""
717
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500718#: e2fsck/problem.c:90
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500719msgid "SPLIT"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000720msgstr ""
721
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500722#: e2fsck/problem.c:91
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500723msgid "CONTINUING"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000724msgstr ""
725
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500726#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400727msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000728msgstr ""
729
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500730#: e2fsck/problem.c:93
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500731msgid "FILE DELETED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000732msgstr ""
733
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500734#: e2fsck/problem.c:94
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500735msgid "SUPPRESSED"
736msgstr ""
737
738#: e2fsck/problem.c:95
739msgid "UNLINKED"
740msgstr ""
741
742#: e2fsck/problem.c:96
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500743msgid "HTREE INDEX CLEARED"
744msgstr ""
745
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500746#: e2fsck/problem.c:97
747msgid "WILL RECREATE"
748msgstr ""
749
750#: e2fsck/problem.c:106
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400751#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000752msgid "@b @B for @g %g is not in @g. (@b %b)\n"
753msgstr ""
754
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500755#: e2fsck/problem.c:110
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400756#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000757msgid "@i @B for @g %g is not in @g. (@b %b)\n"
758msgstr ""
759
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500760#: e2fsck/problem.c:115
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400761#. @-expanded: inode table for group %g is not in group. (block %b)\n
762#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000763msgid ""
764"@i table for @g %g is not in @g. (@b %b)\n"
765"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
766msgstr ""
767
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500768#: e2fsck/problem.c:121
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500769#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400770#. @-expanded: \n
771#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
772#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
773#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
774#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
775#. @-expanded: e2fsck -b %S <device>\n
776#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000777msgid ""
778"\n"
779"The @S could not be read or does not describe a correct ext2\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400780"@f. If the @v is valid and it really contains an ext2\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000781"@f (and not swap or ufs or something else), then the @S\n"
782"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400783" e2fsck -b %S <@v>\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000784"\n"
785msgstr ""
786
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500787#: e2fsck/problem.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400788#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
789#. @-expanded: The physical size of the device is %c blocks\n
790#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000791msgid ""
792"The @f size (according to the @S) is %b @bs\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400793"The physical size of the @v is %c @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000794"Either the @S or the partition table is likely to be corrupt!\n"
795msgstr ""
796
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500797#: e2fsck/problem.c:137
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400798#. @-expanded: superblock block_size = %b, fragsize = %c.\n
799#. @-expanded: This version of e2fsck does not support fragment sizes different\n
800#. @-expanded: from the block size.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000801msgid ""
802"@S @b_size = %b, fragsize = %c.\n"
803"This version of e2fsck does not support fragment sizes different\n"
804"from the @b size.\n"
805msgstr ""
806
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500807#: e2fsck/problem.c:144
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400808#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000809msgid "@S @bs_per_group = %b, should have been %c\n"
810msgstr ""
811
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500812#: e2fsck/problem.c:149
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400813#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000814msgid "@S first_data_@b = %b, should have been %c\n"
815msgstr ""
816
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500817#: e2fsck/problem.c:154
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400818#. @-expanded: filesystem did not have a UUID; generating one.\n
819#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000820msgid ""
821"@f did not have a UUID; generating one.\n"
822"\n"
823msgstr ""
824
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500825#: e2fsck/problem.c:159
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500826#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000827msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400828"Note: if several inode or block bitmap blocks or part\n"
829"of the inode table require relocation, you may wish to try\n"
830"running e2fsck with the '-b %S' option first. The problem\n"
831"may lie only with the primary block group descriptors, and\n"
832"the backup block group descriptors may be OK.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000833"\n"
834msgstr ""
835
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400836#: e2fsck/problem.c:168
837#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000838msgid "Corruption found in @S. (%s = %N).\n"
839msgstr ""
840
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400841#: e2fsck/problem.c:173
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000842#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400843#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400844msgid "Error determining size of the physical @v: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000845msgstr ""
846
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400847#: e2fsck/problem.c:178
848#. @-expanded: inode count in superblock is %i, should be %j.\n
849msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000850msgstr ""
851
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400852#: e2fsck/problem.c:182
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000853msgid "The Hurd does not support the filetype feature.\n"
854msgstr ""
855
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400856#: e2fsck/problem.c:187
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400857#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500858#. @-expanded: superblock has an invalid journal (inode %i).\n
859msgid "@S has an @n @j (@i %i).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400860msgstr ""
861
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400862#: e2fsck/problem.c:192
863#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400864msgid "External @j has multiple @f users (unsupported).\n"
865msgstr ""
866
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400867#: e2fsck/problem.c:197
868#. @-expanded: Can't find external journal\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400869msgid "Can't find external @j\n"
870msgstr ""
871
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400872#: e2fsck/problem.c:202
873#. @-expanded: External journal has bad superblock\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400874msgid "External @j has bad @S\n"
875msgstr ""
876
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400877#: e2fsck/problem.c:207
878#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400879msgid "External @j does not support this @f\n"
880msgstr ""
881
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400882#: e2fsck/problem.c:212
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500883#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400884#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
885#. @-expanded: format.\n
886#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400887msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500888"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400889"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
890"format.\n"
891"It is also possible the @j @S is corrupt.\n"
892msgstr ""
893
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400894#: e2fsck/problem.c:220
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500895#. @-expanded: journal superblock is corrupt.\n
896msgid "@j @S is corrupt.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400897msgstr ""
898
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400899#: e2fsck/problem.c:225
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400900#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500901#. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
902msgid "@S has_@j flag is clear, but a @j %s is present.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400903msgstr ""
904
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400905#: e2fsck/problem.c:230
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500906#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
907msgid "@S needs_recovery flag is set, but no @j is present.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400908msgstr ""
909
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400910#: e2fsck/problem.c:235
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500911#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
912msgid "@S needs_recovery flag is clear, but @j has data.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400913msgstr ""
914
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400915#: e2fsck/problem.c:240
916#. @-expanded: Clear journal
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500917msgid "Clear @j"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400918msgstr ""
919
Theodore Ts'o90806952010-02-10 15:49:32 -0500920#: e2fsck/problem.c:245 e2fsck/problem.c:664
Theodore Ts'o53013932009-05-30 13:50:07 -0400921#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
922msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500923msgstr ""
924
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400925#: e2fsck/problem.c:250
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400926#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400927msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
928msgstr ""
929
Theodore Ts'o53013932009-05-30 13:50:07 -0400930#: e2fsck/problem.c:255
Theodore Ts'o90806952010-02-10 15:49:32 -0500931#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
932msgid "@I %B (%b) found in @o @i %i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400933msgstr ""
934
Theodore Ts'o53013932009-05-30 13:50:07 -0400935#: e2fsck/problem.c:260
Theodore Ts'o90806952010-02-10 15:49:32 -0500936#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
937msgid "Already cleared %B (%b) found in @o @i %i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400938msgstr ""
939
Theodore Ts'o53013932009-05-30 13:50:07 -0400940#: e2fsck/problem.c:265
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400941#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400942#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400943msgid "@I @o @i %i in @S.\n"
944msgstr ""
945
Theodore Ts'o53013932009-05-30 13:50:07 -0400946#: e2fsck/problem.c:270
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400947#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400948#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400949msgid "@I @i %i in @o @i list.\n"
950msgstr ""
951
Theodore Ts'o53013932009-05-30 13:50:07 -0400952#: e2fsck/problem.c:275
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500953#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
954msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400955msgstr ""
956
Theodore Ts'o53013932009-05-30 13:50:07 -0400957#: e2fsck/problem.c:280
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500958#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
959msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400960msgstr ""
961
Theodore Ts'o53013932009-05-30 13:50:07 -0400962#: e2fsck/problem.c:285
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400963#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400964msgid "@j version not supported by this e2fsck.\n"
965msgstr ""
966
Theodore Ts'o53013932009-05-30 13:50:07 -0400967#: e2fsck/problem.c:290
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400968#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400969#. @-expanded: Moving journal from /%s to hidden inode.\n
970#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400971msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400972"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400973"\n"
974msgstr ""
975
Theodore Ts'o53013932009-05-30 13:50:07 -0400976#: e2fsck/problem.c:295
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400977#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400978#. @-expanded: Error moving journal: %m\n
979#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400980msgid ""
981"Error moving @j: %m\n"
982"\n"
983msgstr ""
984
Theodore Ts'o53013932009-05-30 13:50:07 -0400985#: e2fsck/problem.c:300
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400986#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
987#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
988#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400989msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400990"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400991"Clearing fields beyond the V1 @j @S...\n"
992"\n"
993msgstr ""
994
Theodore Ts'o53013932009-05-30 13:50:07 -0400995#: e2fsck/problem.c:306
996#. @-expanded: Run journal anyway
997msgid "Run @j anyway"
998msgstr ""
999
1000#: e2fsck/problem.c:311
1001#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1002msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1003msgstr ""
1004
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001005#: e2fsck/problem.c:316
1006#. @-expanded: Backing up journal inode block information.\n
1007#. @-expanded: \n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001008msgid ""
1009"Backing up @j @i @b information.\n"
1010"\n"
1011msgstr ""
1012
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001013#: e2fsck/problem.c:321
1014#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1015#. @-expanded: is %N; should be zero.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001016msgid ""
1017"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1018"is %N; @s zero. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001019msgstr ""
1020
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001021#: e2fsck/problem.c:327
1022#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1023msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001024msgstr ""
1025
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001026#: e2fsck/problem.c:332
1027#. @-expanded: Resize inode not valid.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001028msgid "Resize @i not valid. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001029msgstr ""
1030
Theodore Ts'o6956f612005-12-31 16:46:15 -05001031#: e2fsck/problem.c:337
Theodore Ts'o90806952010-02-10 15:49:32 -05001032#. @-expanded: superblock last mount time (%t,\n
1033#. @-expanded: \tnow = %T) is in the future.\n
1034msgid ""
1035"@S last mount time (%t,\n"
1036"\tnow = %T) is in the future.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001037msgstr ""
1038
1039#: e2fsck/problem.c:342
Theodore Ts'o90806952010-02-10 15:49:32 -05001040#. @-expanded: superblock last write time (%t,\n
1041#. @-expanded: \tnow = %T) is in the future.\n
1042msgid ""
1043"@S last write time (%t,\n"
1044"\tnow = %T) is in the future.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001045msgstr ""
1046
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001047#: e2fsck/problem.c:346
1048#, c-format
1049#. @-expanded: superblock hint for external superblock should be %X.
1050msgid "@S hint for external superblock @s %X. "
1051msgstr ""
1052
Theodore Ts'o714da452007-07-07 22:24:13 -04001053#: e2fsck/problem.c:351
1054#. @-expanded: Adding dirhash hint to filesystem.\n
1055#. @-expanded: \n
1056msgid ""
1057"Adding dirhash hint to @f.\n"
1058"\n"
1059msgstr ""
1060
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001061#: e2fsck/problem.c:356
1062#, c-format
1063#. @-expanded: group descriptor %g checksum is invalid.
1064msgid "@g descriptor %g checksum is invalid. "
1065msgstr ""
1066
1067#: e2fsck/problem.c:361
1068#, c-format
1069#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1070msgid "@g descriptor %g marked uninitialized without feature set.\n"
1071msgstr ""
1072
1073#: e2fsck/problem.c:366
1074#, c-format
1075#. @-expanded: group %g block bitmap uninitialized but inode bitmap in use.\n
1076msgid "@g %g @b @B uninitialized but @i @B in use.\n"
1077msgstr ""
1078
1079#: e2fsck/problem.c:371
1080#. @-expanded: group descriptor %g has invalid unused inodes count %b.
1081msgid "@g descriptor %g has invalid unused inodes count %b. "
1082msgstr ""
1083
1084#: e2fsck/problem.c:376
1085#. @-expanded: Last group block bitmap uninitialized.
1086msgid "Last @g @b @B uninitialized. "
1087msgstr ""
1088
1089#: e2fsck/problem.c:381
1090#, c-format
1091msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1092msgstr ""
1093
Theodore Ts'o052a7912008-10-12 23:17:54 -04001094#: e2fsck/problem.c:385
1095msgid "The test_fs flag is set (and ext4 is available). "
1096msgstr ""
1097
Theodore Ts'o90806952010-02-10 15:49:32 -05001098#: e2fsck/problem.c:390
1099#. @-expanded: superblock last mount time is in the future.\n
1100#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1101#. @-expanded: set)
1102msgid ""
1103"@S last mount time is in the future.\n"
1104"\t(by less than a day, probably due to the hardware clock being incorrectly "
1105"set) "
1106msgstr ""
1107
1108#: e2fsck/problem.c:396
1109#. @-expanded: superblock last write time is in the future.\n
1110#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1111#. @-expanded: set).
1112msgid ""
1113"@S last write time is in the future.\n"
1114"\t(by less than a day, probably due to the hardware clock being incorrectly "
1115"set). "
1116msgstr ""
1117
1118#: e2fsck/problem.c:402
1119#. @-expanded: One or more block group descriptor checksums are invalid.
1120msgid "One or more @b @g descriptor checksums are invalid. "
1121msgstr ""
1122
1123#: e2fsck/problem.c:409
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001124#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001125msgid "Pass 1: Checking @is, @bs, and sizes\n"
1126msgstr ""
1127
Theodore Ts'o90806952010-02-10 15:49:32 -05001128#: e2fsck/problem.c:413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001129#. @-expanded: root inode is not a directory.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001130msgid "@r is not a @d. "
1131msgstr ""
1132
Theodore Ts'o90806952010-02-10 15:49:32 -05001133#: e2fsck/problem.c:418
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001134#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001135msgid "@r has dtime set (probably due to old mke2fs). "
1136msgstr ""
1137
Theodore Ts'o90806952010-02-10 15:49:32 -05001138#: e2fsck/problem.c:423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001139#. @-expanded: Reserved inode %i (%Q) has invalid mode.
1140msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001141msgstr ""
1142
Theodore Ts'o90806952010-02-10 15:49:32 -05001143#: e2fsck/problem.c:428
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001144#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001145#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001146msgid "@D @i %i has zero dtime. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001147msgstr ""
1148
Theodore Ts'o90806952010-02-10 15:49:32 -05001149#: e2fsck/problem.c:433
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001150#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001151#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001152msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001153msgstr ""
1154
Theodore Ts'o90806952010-02-10 15:49:32 -05001155#: e2fsck/problem.c:438
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001156#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001157#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001158msgid "@i %i is a @z @d. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001159msgstr ""
1160
Theodore Ts'o90806952010-02-10 15:49:32 -05001161#: e2fsck/problem.c:443
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001162#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001163msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001164msgstr ""
1165
Theodore Ts'o90806952010-02-10 15:49:32 -05001166#: e2fsck/problem.c:448
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001167#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001168msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001169msgstr ""
1170
Theodore Ts'o90806952010-02-10 15:49:32 -05001171#: e2fsck/problem.c:453
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001172#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001173msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001174msgstr ""
1175
Theodore Ts'o90806952010-02-10 15:49:32 -05001176#: e2fsck/problem.c:458
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001177#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001178msgid "@g %g's @b @B (%b) is bad. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001179msgstr ""
1180
Theodore Ts'o90806952010-02-10 15:49:32 -05001181#: e2fsck/problem.c:463
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001182#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001183msgid "@g %g's @i @B (%b) is bad. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001184msgstr ""
1185
Theodore Ts'o90806952010-02-10 15:49:32 -05001186#: e2fsck/problem.c:468
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001187#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001188msgid "@i %i, i_size is %Is, @s %N. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001189msgstr ""
1190
Theodore Ts'o90806952010-02-10 15:49:32 -05001191#: e2fsck/problem.c:473
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001192#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001193msgid "@i %i, i_@bs is %Ib, @s %N. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001194msgstr ""
1195
Theodore Ts'o90806952010-02-10 15:49:32 -05001196#: e2fsck/problem.c:478
1197#. @-expanded: illegal %B (%b) in inode %i.
1198msgid "@I %B (%b) in @i %i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001199msgstr ""
1200
Theodore Ts'o90806952010-02-10 15:49:32 -05001201#: e2fsck/problem.c:483
1202#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1203msgid "%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001204msgstr ""
1205
Theodore Ts'o90806952010-02-10 15:49:32 -05001206#: e2fsck/problem.c:488
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001207#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001208#. @-expanded: inode %i has illegal block(s).
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001209msgid "@i %i has illegal @b(s). "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001210msgstr ""
1211
Theodore Ts'o90806952010-02-10 15:49:32 -05001212#: e2fsck/problem.c:493
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001213#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001214#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001215msgid "Too many illegal @bs in @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001216msgstr ""
1217
Theodore Ts'o90806952010-02-10 15:49:32 -05001218#: e2fsck/problem.c:498
1219#. @-expanded: illegal %B (%b) in bad block inode.
1220msgid "@I %B (%b) in bad @b @i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001221msgstr ""
1222
Theodore Ts'o90806952010-02-10 15:49:32 -05001223#: e2fsck/problem.c:503
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001224#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001225msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001226msgstr ""
1227
Theodore Ts'o90806952010-02-10 15:49:32 -05001228#: e2fsck/problem.c:508
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001229#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001230msgid "Duplicate or bad @b in use!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001231msgstr ""
1232
Theodore Ts'o90806952010-02-10 15:49:32 -05001233#: e2fsck/problem.c:513
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001234#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001235msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001236msgstr ""
1237
Theodore Ts'o90806952010-02-10 15:49:32 -05001238#: e2fsck/problem.c:518
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001239#. @-expanded: \n
1240#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1241#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1242#. @-expanded: in the filesystem.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001243msgid ""
1244"\n"
Theodore Ts'o55566e22003-12-26 14:03:39 -05001245"The bad @b @i has probably been corrupted. You probably\n"
1246"should stop now and run e2fsck -c to scan for bad blocks\n"
1247"in the @f.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001248msgstr ""
1249
Theodore Ts'o90806952010-02-10 15:49:32 -05001250#: e2fsck/problem.c:525
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001251#. @-expanded: \n
1252#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001253msgid ""
1254"\n"
1255"If the @b is really bad, the @f can not be fixed.\n"
1256msgstr ""
1257
Theodore Ts'o90806952010-02-10 15:49:32 -05001258#: e2fsck/problem.c:530
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001259#. @-expanded: You can remove this block from the bad block list and hope\n
1260#. @-expanded: that the block is really OK. But there are no guarantees.\n
1261#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001262msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001263"You can remove this @b from the bad @b list and hope\n"
1264"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001265"\n"
1266msgstr ""
1267
Theodore Ts'o90806952010-02-10 15:49:32 -05001268#: e2fsck/problem.c:536
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001269#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001270msgid "The primary @S (%b) is on the bad @b list.\n"
1271msgstr ""
1272
Theodore Ts'o90806952010-02-10 15:49:32 -05001273#: e2fsck/problem.c:541
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001274#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001275msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1276msgstr ""
1277
Theodore Ts'o90806952010-02-10 15:49:32 -05001278#: e2fsck/problem.c:547
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001279#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001280msgid "Warning: Group %g's @S (%b) is bad.\n"
1281msgstr ""
1282
Theodore Ts'o90806952010-02-10 15:49:32 -05001283#: e2fsck/problem.c:552
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001284#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001285msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1286msgstr ""
1287
Theodore Ts'o90806952010-02-10 15:49:32 -05001288#: e2fsck/problem.c:558
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001289#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001290msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1291msgstr ""
1292
Theodore Ts'o90806952010-02-10 15:49:32 -05001293#: e2fsck/problem.c:564
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001294#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001295msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001296msgstr ""
1297
Theodore Ts'o90806952010-02-10 15:49:32 -05001298#: e2fsck/problem.c:569
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001299#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001300#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001301msgid "@A @b buffer for relocating %s\n"
1302msgstr ""
1303
Theodore Ts'o90806952010-02-10 15:49:32 -05001304#: e2fsck/problem.c:574
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001305#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001306msgid "Relocating @g %g's %s from %b to %c...\n"
1307msgstr ""
1308
Theodore Ts'o90806952010-02-10 15:49:32 -05001309#: e2fsck/problem.c:579
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001310#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001311#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001312msgid "Relocating @g %g's %s to %c...\n"
1313msgstr ""
1314
Theodore Ts'o90806952010-02-10 15:49:32 -05001315#: e2fsck/problem.c:584
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001316#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001317msgid "Warning: could not read @b %b of %s: %m\n"
1318msgstr ""
1319
Theodore Ts'o90806952010-02-10 15:49:32 -05001320#: e2fsck/problem.c:589
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001321#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001322msgid "Warning: could not write @b %b for %s: %m\n"
1323msgstr ""
1324
Theodore Ts'o90806952010-02-10 15:49:32 -05001325#: e2fsck/problem.c:594 e2fsck/problem.c:1400
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001326#. @-expanded: error allocating inode bitmap (%N): %m\n
1327msgid "@A @i @B (%N): %m\n"
1328msgstr ""
1329
Theodore Ts'o90806952010-02-10 15:49:32 -05001330#: e2fsck/problem.c:599
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001331#. @-expanded: error allocating block bitmap (%N): %m\n
1332msgid "@A @b @B (%N): %m\n"
1333msgstr ""
1334
Theodore Ts'o90806952010-02-10 15:49:32 -05001335#: e2fsck/problem.c:604
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001336#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001337#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001338msgid "@A icount link information: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001339msgstr ""
1340
Theodore Ts'o90806952010-02-10 15:49:32 -05001341#: e2fsck/problem.c:609
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001342#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001343#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001344msgid "@A @d @b array: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001345msgstr ""
1346
Theodore Ts'o90806952010-02-10 15:49:32 -05001347#: e2fsck/problem.c:614
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001348#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001349#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001350msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001351msgstr ""
1352
Theodore Ts'o90806952010-02-10 15:49:32 -05001353#: e2fsck/problem.c:619
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001354#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001355#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001356msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001357msgstr ""
1358
Theodore Ts'o90806952010-02-10 15:49:32 -05001359#: e2fsck/problem.c:624
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001360#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001361msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1362msgstr ""
1363
Theodore Ts'o90806952010-02-10 15:49:32 -05001364#: e2fsck/problem.c:629
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001365#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001366msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001367msgstr ""
1368
Theodore Ts'o90806952010-02-10 15:49:32 -05001369#: e2fsck/problem.c:635
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001370#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001371#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001372msgid "Error reading @i %i: %m\n"
1373msgstr ""
1374
Theodore Ts'o90806952010-02-10 15:49:32 -05001375#: e2fsck/problem.c:643
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001376#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001377#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001378msgid "@i %i has imagic flag set. "
1379msgstr ""
1380
Theodore Ts'o90806952010-02-10 15:49:32 -05001381#: e2fsck/problem.c:648
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001382#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001383#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1384#. @-expanded: or append-only flag set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001385msgid ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001386"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1387"or append-only flag set. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001388msgstr ""
1389
Theodore Ts'o90806952010-02-10 15:49:32 -05001390#: e2fsck/problem.c:654
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001391#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001392#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001393msgid "@i %i has @cion flag set on @f without @cion support. "
1394msgstr ""
1395
Theodore Ts'o90806952010-02-10 15:49:32 -05001396#: e2fsck/problem.c:659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001397#, c-format
1398#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1399msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1400msgstr ""
1401
Theodore Ts'o90806952010-02-10 15:49:32 -05001402#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001403#. @-expanded: journal inode is not in use, but contains data.
1404msgid "@j @i is not in use, but contains data. "
1405msgstr ""
1406
Theodore Ts'o90806952010-02-10 15:49:32 -05001407#: e2fsck/problem.c:674
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001408#. @-expanded: journal is not regular file.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001409msgid "@j is not regular file. "
1410msgstr ""
1411
Theodore Ts'o90806952010-02-10 15:49:32 -05001412#: e2fsck/problem.c:679
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001413#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001414#. @-expanded: inode %i was part of the orphaned inode list.
1415msgid "@i %i was part of the @o @i list. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001416msgstr ""
1417
Theodore Ts'o90806952010-02-10 15:49:32 -05001418#: e2fsck/problem.c:685
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001419#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001420msgid "@is that were part of a corrupted orphan linked list found. "
1421msgstr ""
1422
Theodore Ts'o90806952010-02-10 15:49:32 -05001423#: e2fsck/problem.c:690
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001424#. @-expanded: error allocating refcount structure (%N): %m\n
1425msgid "@A refcount structure (%N): %m\n"
1426msgstr ""
1427
Theodore Ts'o90806952010-02-10 15:49:32 -05001428#: e2fsck/problem.c:695
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001429#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001430msgid "Error reading @a @b %b for @i %i. "
1431msgstr ""
1432
Theodore Ts'o90806952010-02-10 15:49:32 -05001433#: e2fsck/problem.c:700
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001434#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001435msgid "@i %i has a bad @a @b %b. "
1436msgstr ""
1437
Theodore Ts'o90806952010-02-10 15:49:32 -05001438#: e2fsck/problem.c:705
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001439#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001440msgid "Error reading @a @b %b (%m). "
1441msgstr ""
1442
Theodore Ts'o90806952010-02-10 15:49:32 -05001443#: e2fsck/problem.c:710
1444#. @-expanded: extended attribute block %b has reference count %r, should be %N.
1445msgid "@a @b %b has reference count %r, @s %N. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001446msgstr ""
1447
Theodore Ts'o90806952010-02-10 15:49:32 -05001448#: e2fsck/problem.c:715
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001449#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001450msgid "Error writing @a @b %b (%m). "
1451msgstr ""
1452
Theodore Ts'o90806952010-02-10 15:49:32 -05001453#: e2fsck/problem.c:720
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001454#. @-expanded: extended attribute block %b has h_blocks > 1.
1455msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001456msgstr ""
1457
Theodore Ts'o90806952010-02-10 15:49:32 -05001458#: e2fsck/problem.c:725
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001459#. @-expanded: error allocating extended attribute block %b.
1460msgid "@A @a @b %b. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001461msgstr ""
1462
Theodore Ts'o90806952010-02-10 15:49:32 -05001463#: e2fsck/problem.c:730
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001464#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001465msgid "@a @b %b is corrupt (allocation collision). "
1466msgstr ""
1467
Theodore Ts'o90806952010-02-10 15:49:32 -05001468#: e2fsck/problem.c:735
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001469#. @-expanded: extended attribute block %b is corrupt (invalid name).
1470msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001471msgstr ""
1472
Theodore Ts'o90806952010-02-10 15:49:32 -05001473#: e2fsck/problem.c:740
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001474#. @-expanded: extended attribute block %b is corrupt (invalid value).
1475msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001476msgstr ""
1477
Theodore Ts'o90806952010-02-10 15:49:32 -05001478#: e2fsck/problem.c:745
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001479#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001480#. @-expanded: inode %i is too big.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001481msgid "@i %i is too big. "
1482msgstr ""
1483
Theodore Ts'o90806952010-02-10 15:49:32 -05001484#: e2fsck/problem.c:749
1485#. @-expanded: %B (%b) causes directory to be too big.
1486msgid "%B (%b) causes @d to be too big. "
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001487msgstr ""
1488
Theodore Ts'o90806952010-02-10 15:49:32 -05001489#: e2fsck/problem.c:754
1490msgid "%B (%b) causes file to be too big. "
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001491msgstr ""
1492
Theodore Ts'o90806952010-02-10 15:49:32 -05001493#: e2fsck/problem.c:759
1494msgid "%B (%b) causes symlink to be too big. "
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001495msgstr ""
1496
Theodore Ts'o90806952010-02-10 15:49:32 -05001497#: e2fsck/problem.c:764
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001498#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001499#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001500msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001501msgstr ""
1502
Theodore Ts'o90806952010-02-10 15:49:32 -05001503#: e2fsck/problem.c:769
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001504#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001505#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001506msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001507msgstr ""
1508
Theodore Ts'o90806952010-02-10 15:49:32 -05001509#: e2fsck/problem.c:774
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001510#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001511#. @-expanded: HTREE directory inode %i has an invalid root node.\n
1512msgid "@h %i has an @n root node.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001513msgstr ""
1514
Theodore Ts'o90806952010-02-10 15:49:32 -05001515#: e2fsck/problem.c:779
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001516#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001517msgid "@h %i has an unsupported hash version (%N)\n"
1518msgstr ""
1519
Theodore Ts'o90806952010-02-10 15:49:32 -05001520#: e2fsck/problem.c:784
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001521#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001522#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001523msgid "@h %i uses an incompatible htree root node flag.\n"
1524msgstr ""
1525
Theodore Ts'o90806952010-02-10 15:49:32 -05001526#: e2fsck/problem.c:789
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001527#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001528msgid "@h %i has a tree depth (%N) which is too big\n"
1529msgstr ""
1530
Theodore Ts'o90806952010-02-10 15:49:32 -05001531#: e2fsck/problem.c:794
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001532#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1533#. @-expanded: filesystem metadata.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001534msgid ""
1535"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1536"@f metadata. "
1537msgstr ""
1538
Theodore Ts'o90806952010-02-10 15:49:32 -05001539#: e2fsck/problem.c:800
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001540#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001541#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001542msgid "Resize @i (re)creation failed: %m."
1543msgstr ""
1544
Theodore Ts'o90806952010-02-10 15:49:32 -05001545#: e2fsck/problem.c:805
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001546#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1547msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001548msgstr ""
1549
Theodore Ts'o90806952010-02-10 15:49:32 -05001550#: e2fsck/problem.c:810
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001551#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1552msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001553msgstr ""
1554
Theodore Ts'o90806952010-02-10 15:49:32 -05001555#: e2fsck/problem.c:815
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001556#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1557msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001558msgstr ""
1559
Theodore Ts'o90806952010-02-10 15:49:32 -05001560#: e2fsck/problem.c:820
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001561#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1562msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001563msgstr ""
1564
Theodore Ts'o90806952010-02-10 15:49:32 -05001565#: e2fsck/problem.c:825
Theodore Ts'o53013932009-05-30 13:50:07 -04001566#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1567msgid "@a in @i %i has a value size (%N) which is @n\n"
1568msgstr ""
1569
Theodore Ts'o90806952010-02-10 15:49:32 -05001570#: e2fsck/problem.c:830
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001571#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1572msgid "@a in @i %i has a hash (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001573msgstr ""
1574
Theodore Ts'o90806952010-02-10 15:49:32 -05001575#: e2fsck/problem.c:835
Theodore Ts'o714da452007-07-07 22:24:13 -04001576#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1577msgid "@i %i is a %It but it looks like it is really a directory.\n"
1578msgstr ""
1579
Theodore Ts'o90806952010-02-10 15:49:32 -05001580#: e2fsck/problem.c:840
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001581#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04001582#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001583msgid "Error while reading over @x tree in @i %i: %m\n"
1584msgstr ""
1585
Theodore Ts'o90806952010-02-10 15:49:32 -05001586#: e2fsck/problem.c:845
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001587#. @-expanded: Failed to iterate extents in inode %i\n
1588#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1589msgid ""
1590"Failed to iterate extents in @i %i\n"
1591"\t(op %s, blk %b, lblk %c): %m\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001592msgstr ""
1593
Theodore Ts'o90806952010-02-10 15:49:32 -05001594#: e2fsck/problem.c:851
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001595#. @-expanded: inode %i has an invalid extent\n
1596#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1597msgid ""
1598"@i %i has an @n extent\n"
1599"\t(logical @b %c, @n physical @b %b, len %N)\n"
1600msgstr ""
1601
Theodore Ts'o90806952010-02-10 15:49:32 -05001602#: e2fsck/problem.c:856
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001603#. @-expanded: inode %i has an invalid extent\n
1604#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1605msgid ""
1606"@i %i has an @n extent\n"
1607"\t(logical @b %c, physical @b %b, @n len %N)\n"
1608msgstr ""
1609
Theodore Ts'o90806952010-02-10 15:49:32 -05001610#: e2fsck/problem.c:861
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001611#, c-format
1612#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1613msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1614msgstr ""
1615
Theodore Ts'o90806952010-02-10 15:49:32 -05001616#: e2fsck/problem.c:866
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001617#, c-format
1618#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1619msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1620msgstr ""
1621
Theodore Ts'o90806952010-02-10 15:49:32 -05001622#: e2fsck/problem.c:871
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001623#, c-format
1624#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1625msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1626msgstr ""
1627
Theodore Ts'o90806952010-02-10 15:49:32 -05001628#: e2fsck/problem.c:876
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001629#, c-format
1630msgid "Fast symlink %i has EXTENT_FL set. "
1631msgstr ""
1632
Theodore Ts'o90806952010-02-10 15:49:32 -05001633#: e2fsck/problem.c:881
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001634#. @-expanded: inode %i has out of order extents\n
1635#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1636msgid ""
1637"@i %i has out of order extents\n"
1638"\t(@n logical @b %c, physical @b %b, len %N)\n"
1639msgstr ""
1640
Theodore Ts'o90806952010-02-10 15:49:32 -05001641#: e2fsck/problem.c:885
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001642#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1643msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1644msgstr ""
1645
Theodore Ts'o90806952010-02-10 15:49:32 -05001646#: e2fsck/problem.c:892
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001647#. @-expanded: \n
1648#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1649#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001650msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001651"\n"
1652"Running additional passes to resolve @bs claimed by more than one @i...\n"
1653"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001654msgstr ""
1655
Theodore Ts'o90806952010-02-10 15:49:32 -05001656#: e2fsck/problem.c:898
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001657#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001658#. @-expanded: multiply-claimed block(s) in inode %i:
1659msgid "@m @b(s) in @i %i:"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001660msgstr ""
1661
Theodore Ts'o90806952010-02-10 15:49:32 -05001662#: e2fsck/problem.c:913
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001663#, c-format
1664msgid "Error while scanning inodes (%i): %m\n"
1665msgstr ""
1666
Theodore Ts'o90806952010-02-10 15:49:32 -05001667#: e2fsck/problem.c:918
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001668#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001669#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1670msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001671msgstr ""
1672
Theodore Ts'o90806952010-02-10 15:49:32 -05001673#: e2fsck/problem.c:923
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001674#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001675#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001676msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1677msgstr ""
1678
Theodore Ts'o90806952010-02-10 15:49:32 -05001679#: e2fsck/problem.c:928 e2fsck/problem.c:1244
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001680#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1681msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001682msgstr ""
1683
Theodore Ts'o90806952010-02-10 15:49:32 -05001684#: e2fsck/problem.c:934
Theodore Ts'o6956f612005-12-31 16:46:15 -05001685#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1686msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001687msgstr ""
1688
Theodore Ts'o90806952010-02-10 15:49:32 -05001689#: e2fsck/problem.c:940
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001690#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1691msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001692msgstr ""
1693
Theodore Ts'o90806952010-02-10 15:49:32 -05001694#: e2fsck/problem.c:945
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001695#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Theodore Ts'o90806952010-02-10 15:49:32 -05001696#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001697msgid ""
1698"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o90806952010-02-10 15:49:32 -05001699" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001700msgstr ""
1701
Theodore Ts'o90806952010-02-10 15:49:32 -05001702#: e2fsck/problem.c:951
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001703#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001704msgid "\t%Q (@i #%i, mod time %IM)\n"
1705msgstr ""
1706
Theodore Ts'o90806952010-02-10 15:49:32 -05001707#: e2fsck/problem.c:956
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001708#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001709msgid "\t<@f metadata>\n"
1710msgstr ""
1711
Theodore Ts'o90806952010-02-10 15:49:32 -05001712#: e2fsck/problem.c:961
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001713#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1714#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001715msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001716"(There are %N @is containing @m @bs.)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001717"\n"
1718msgstr ""
1719
Theodore Ts'o90806952010-02-10 15:49:32 -05001720#: e2fsck/problem.c:966
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001721#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1722#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001723msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001724"@m @bs already reassigned or cloned.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001725"\n"
1726msgstr ""
1727
Theodore Ts'o90806952010-02-10 15:49:32 -05001728#: e2fsck/problem.c:979
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001729#, c-format
1730msgid "Couldn't clone file: %m\n"
1731msgstr ""
1732
Theodore Ts'o90806952010-02-10 15:49:32 -05001733#: e2fsck/problem.c:985
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001734#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001735msgid "Pass 2: Checking @d structure\n"
1736msgstr ""
1737
Theodore Ts'o90806952010-02-10 15:49:32 -05001738#: e2fsck/problem.c:990
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001739#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001740#. @-expanded: invalid inode number for '.' in directory inode %i.\n
1741msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001742msgstr ""
1743
Theodore Ts'o90806952010-02-10 15:49:32 -05001744#: e2fsck/problem.c:995
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001745#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1746msgid "@E has @n @i #: %Di.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001747msgstr ""
1748
Theodore Ts'o90806952010-02-10 15:49:32 -05001749#: e2fsck/problem.c:1000
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001750#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001751msgid "@E has @D/unused @i %Di. "
1752msgstr ""
1753
Theodore Ts'o90806952010-02-10 15:49:32 -05001754#: e2fsck/problem.c:1005
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001755#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001756msgid "@E @L to '.' "
1757msgstr ""
1758
Theodore Ts'o90806952010-02-10 15:49:32 -05001759#: e2fsck/problem.c:1010
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001760#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001761msgid "@E points to @i (%Di) located in a bad @b.\n"
1762msgstr ""
1763
Theodore Ts'o90806952010-02-10 15:49:32 -05001764#: e2fsck/problem.c:1015
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001765#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001766msgid "@E @L to @d %P (%Di).\n"
1767msgstr ""
1768
Theodore Ts'o90806952010-02-10 15:49:32 -05001769#: e2fsck/problem.c:1020
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001770#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001771msgid "@E @L to the @r.\n"
1772msgstr ""
1773
Theodore Ts'o90806952010-02-10 15:49:32 -05001774#: e2fsck/problem.c:1025
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001775#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001776msgid "@E has illegal characters in its name.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001777msgstr ""
1778
Theodore Ts'o90806952010-02-10 15:49:32 -05001779#: e2fsck/problem.c:1030
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001780#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001781#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001782msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001783msgstr ""
1784
Theodore Ts'o90806952010-02-10 15:49:32 -05001785#: e2fsck/problem.c:1035
Theodore Ts'o55566e22003-12-26 14:03:39 -05001786#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001787#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001788msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001789msgstr ""
1790
Theodore Ts'o90806952010-02-10 15:49:32 -05001791#: e2fsck/problem.c:1040
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001792#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1793msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001794msgstr ""
1795
Theodore Ts'o90806952010-02-10 15:49:32 -05001796#: e2fsck/problem.c:1045
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001797#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1798msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001799msgstr ""
1800
Theodore Ts'o90806952010-02-10 15:49:32 -05001801#: e2fsck/problem.c:1050
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001802#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001803msgid "i_faddr @F %IF, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001804msgstr ""
1805
Theodore Ts'o90806952010-02-10 15:49:32 -05001806#: e2fsck/problem.c:1055
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001807#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001808msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001809msgstr ""
1810
Theodore Ts'o90806952010-02-10 15:49:32 -05001811#: e2fsck/problem.c:1060
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001812#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001813msgid "i_dir_acl @F %Id, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001814msgstr ""
1815
Theodore Ts'o90806952010-02-10 15:49:32 -05001816#: e2fsck/problem.c:1065
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001817#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001818msgid "i_frag @F %N, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001819msgstr ""
1820
Theodore Ts'o90806952010-02-10 15:49:32 -05001821#: e2fsck/problem.c:1070
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001822#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001823msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001824msgstr ""
1825
Theodore Ts'o90806952010-02-10 15:49:32 -05001826#: e2fsck/problem.c:1075
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001827#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1828msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001829msgstr ""
1830
Theodore Ts'o90806952010-02-10 15:49:32 -05001831#: e2fsck/problem.c:1080
1832#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
1833msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001834msgstr ""
1835
Theodore Ts'o90806952010-02-10 15:49:32 -05001836#: e2fsck/problem.c:1085
1837#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
1838msgid "@d @i %i, %B, offset %N: filename too long\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001839msgstr ""
1840
Theodore Ts'o90806952010-02-10 15:49:32 -05001841#: e2fsck/problem.c:1090
1842#. @-expanded: directory inode %i has an unallocated %B.
1843msgid "@d @i %i has an unallocated %B. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001844msgstr ""
1845
Theodore Ts'o90806952010-02-10 15:49:32 -05001846#: e2fsck/problem.c:1095
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001847#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001848#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001849msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001850msgstr ""
1851
Theodore Ts'o90806952010-02-10 15:49:32 -05001852#: e2fsck/problem.c:1100
Theodore Ts'o55566e22003-12-26 14:03:39 -05001853#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001854#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001855msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001856msgstr ""
1857
Theodore Ts'o90806952010-02-10 15:49:32 -05001858#: e2fsck/problem.c:1105
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001859#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001860msgid "@i %i (%Q) is an @I character @v.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001861msgstr ""
1862
Theodore Ts'o90806952010-02-10 15:49:32 -05001863#: e2fsck/problem.c:1110
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001864#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001865msgid "@i %i (%Q) is an @I @b @v.\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001866msgstr ""
1867
Theodore Ts'o90806952010-02-10 15:49:32 -05001868#: e2fsck/problem.c:1115
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001869#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001870msgid "@E is duplicate '.' @e.\n"
1871msgstr ""
1872
Theodore Ts'o90806952010-02-10 15:49:32 -05001873#: e2fsck/problem.c:1120
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001874#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001875msgid "@E is duplicate '..' @e.\n"
1876msgstr ""
1877
Theodore Ts'o90806952010-02-10 15:49:32 -05001878#: e2fsck/problem.c:1125 e2fsck/problem.c:1425
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001879#, c-format
1880msgid "Internal error: couldn't find dir_info for %i.\n"
1881msgstr ""
1882
Theodore Ts'o90806952010-02-10 15:49:32 -05001883#: e2fsck/problem.c:1130
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001884#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1885msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001886msgstr ""
1887
Theodore Ts'o90806952010-02-10 15:49:32 -05001888#: e2fsck/problem.c:1135
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001889#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001890#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001891msgid "@A icount structure: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001892msgstr ""
1893
Theodore Ts'o90806952010-02-10 15:49:32 -05001894#: e2fsck/problem.c:1140
Theodore Ts'o55566e22003-12-26 14:03:39 -05001895#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001896#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001897msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001898msgstr ""
1899
Theodore Ts'o90806952010-02-10 15:49:32 -05001900#: e2fsck/problem.c:1145
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001901#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001902msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001903msgstr ""
1904
Theodore Ts'o90806952010-02-10 15:49:32 -05001905#: e2fsck/problem.c:1150
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001906#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001907msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001908msgstr ""
1909
Theodore Ts'o90806952010-02-10 15:49:32 -05001910#: e2fsck/problem.c:1155
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001911#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001912#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001913msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001914msgstr ""
1915
Theodore Ts'o90806952010-02-10 15:49:32 -05001916#: e2fsck/problem.c:1160
Theodore Ts'o55566e22003-12-26 14:03:39 -05001917#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001918#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001919msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001920msgstr ""
1921
Theodore Ts'o90806952010-02-10 15:49:32 -05001922#: e2fsck/problem.c:1165
Theodore Ts'oaef07952008-08-27 23:18:29 -04001923#, c-format
1924#. @-expanded: directory entry for '.' in %p (%i) is big.\n
1925msgid "@d @e for '.' in %p (%i) is big.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001926msgstr ""
1927
Theodore Ts'o90806952010-02-10 15:49:32 -05001928#: e2fsck/problem.c:1170
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001929#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001930msgid "@i %i (%Q) is an @I FIFO.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001931msgstr ""
1932
Theodore Ts'o90806952010-02-10 15:49:32 -05001933#: e2fsck/problem.c:1175
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001934#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001935msgid "@i %i (%Q) is an @I socket.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001936msgstr ""
1937
Theodore Ts'o90806952010-02-10 15:49:32 -05001938#: e2fsck/problem.c:1180
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001939#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001940msgid "Setting filetype for @E to %N.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001941msgstr ""
1942
Theodore Ts'o90806952010-02-10 15:49:32 -05001943#: e2fsck/problem.c:1185
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001944#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
1945msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001946msgstr ""
1947
Theodore Ts'o90806952010-02-10 15:49:32 -05001948#: e2fsck/problem.c:1190
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001949#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001950msgid "@E has filetype set.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001951msgstr ""
1952
Theodore Ts'o90806952010-02-10 15:49:32 -05001953#: e2fsck/problem.c:1195
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001954#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
1955msgid "@E has a @z name.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001956msgstr ""
1957
Theodore Ts'o90806952010-02-10 15:49:32 -05001958#: e2fsck/problem.c:1200
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001959#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
1960msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001961msgstr ""
1962
Theodore Ts'o90806952010-02-10 15:49:32 -05001963#: e2fsck/problem.c:1205
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001964#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
1965msgid "@a @b @F @n (%If).\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001966msgstr ""
1967
Theodore Ts'o90806952010-02-10 15:49:32 -05001968#: e2fsck/problem.c:1210
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001969#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001970msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001971msgstr ""
1972
Theodore Ts'o90806952010-02-10 15:49:32 -05001973#: e2fsck/problem.c:1215
1974#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
1975msgid "@p @h %d: %B not referenced\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001976msgstr ""
1977
Theodore Ts'o90806952010-02-10 15:49:32 -05001978#: e2fsck/problem.c:1220
1979#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
1980msgid "@p @h %d: %B referenced twice\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001981msgstr ""
1982
Theodore Ts'o90806952010-02-10 15:49:32 -05001983#: e2fsck/problem.c:1225
1984#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
1985msgid "@p @h %d: %B has bad min hash\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001986msgstr ""
1987
Theodore Ts'o90806952010-02-10 15:49:32 -05001988#: e2fsck/problem.c:1230
1989#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
1990msgid "@p @h %d: %B has bad max hash\n"
Theodore Ts'o55566e22003-12-26 14:03:39 -05001991msgstr ""
1992
Theodore Ts'o90806952010-02-10 15:49:32 -05001993#: e2fsck/problem.c:1235
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001994#. @-expanded: invalid HTREE directory inode %d (%q).
1995msgid "@n @h %d (%q). "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001996msgstr ""
1997
Theodore Ts'o90806952010-02-10 15:49:32 -05001998#: e2fsck/problem.c:1239
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001999#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002000msgid "@p @h %d (%q): bad @b number %b.\n"
2001msgstr ""
2002
Theodore Ts'o90806952010-02-10 15:49:32 -05002003#: e2fsck/problem.c:1249
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002004#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002005#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2006msgid "@p @h %d: root node is @n\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002007msgstr ""
2008
Theodore Ts'o90806952010-02-10 15:49:32 -05002009#: e2fsck/problem.c:1254
2010#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2011msgid "@p @h %d: %B has @n limit (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002012msgstr ""
2013
Theodore Ts'o90806952010-02-10 15:49:32 -05002014#: e2fsck/problem.c:1259
2015#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2016msgid "@p @h %d: %B has @n count (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002017msgstr ""
2018
Theodore Ts'o90806952010-02-10 15:49:32 -05002019#: e2fsck/problem.c:1264
2020#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2021msgid "@p @h %d: %B has an unordered hash table\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002022msgstr ""
2023
Theodore Ts'o90806952010-02-10 15:49:32 -05002024#: e2fsck/problem.c:1269
2025#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2026msgid "@p @h %d: %B has @n depth (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002027msgstr ""
2028
Theodore Ts'o90806952010-02-10 15:49:32 -05002029#: e2fsck/problem.c:1274
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002030#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002031msgid "Duplicate @E found. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002032msgstr ""
2033
Theodore Ts'o90806952010-02-10 15:49:32 -05002034#: e2fsck/problem.c:1279
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002035#, no-c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002036#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2037#. @-expanded: Rename to %s
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002038msgid ""
2039"@E has a non-unique filename.\n"
2040"Rename to %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002041msgstr ""
2042
Theodore Ts'o90806952010-02-10 15:49:32 -05002043#: e2fsck/problem.c:1284
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002044#. @-expanded: Duplicate entry '%Dn' found.\n
2045#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2046#. @-expanded: \n
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002047msgid ""
2048"Duplicate @e '%Dn' found.\n"
2049"\tMarking %p (%i) to be rebuilt.\n"
2050"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002051msgstr ""
2052
Theodore Ts'o90806952010-02-10 15:49:32 -05002053#: e2fsck/problem.c:1289
Theodore Ts'o714da452007-07-07 22:24:13 -04002054#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2055msgid "i_blocks_hi @F %N, @s zero.\n"
2056msgstr ""
2057
Theodore Ts'o90806952010-02-10 15:49:32 -05002058#: e2fsck/problem.c:1294
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -04002059#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2060msgid "Unexpected @b in @h %d (%q).\n"
2061msgstr ""
2062
Theodore Ts'o90806952010-02-10 15:49:32 -05002063#: e2fsck/problem.c:1298
Theodore Ts'o052a7912008-10-12 23:17:54 -04002064#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2065msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002066msgstr ""
2067
Theodore Ts'o90806952010-02-10 15:49:32 -05002068#: e2fsck/problem.c:1303
Theodore Ts'o052a7912008-10-12 23:17:54 -04002069#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2070msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002071msgstr ""
2072
Theodore Ts'o90806952010-02-10 15:49:32 -05002073#: e2fsck/problem.c:1308
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002074#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2075msgid "i_file_acl_hi @F %N, @s zero.\n"
2076msgstr ""
2077
Theodore Ts'o90806952010-02-10 15:49:32 -05002078#: e2fsck/problem.c:1315
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002079#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002080msgid "Pass 3: Checking @d connectivity\n"
2081msgstr ""
2082
Theodore Ts'o90806952010-02-10 15:49:32 -05002083#: e2fsck/problem.c:1320
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002084#. @-expanded: root inode not allocated.
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002085msgid "@r not allocated. "
2086msgstr ""
2087
Theodore Ts'o90806952010-02-10 15:49:32 -05002088#: e2fsck/problem.c:1325
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002089#. @-expanded: No room in lost+found directory.
Theodore Ts'obc759702005-05-09 20:40:55 -04002090msgid "No room in @l @d. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002091msgstr ""
2092
Theodore Ts'o90806952010-02-10 15:49:32 -05002093#: e2fsck/problem.c:1330
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002094#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002095#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002096msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002097msgstr ""
2098
Theodore Ts'o90806952010-02-10 15:49:32 -05002099#: e2fsck/problem.c:1335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002100#. @-expanded: /lost+found not found.
Theodore Ts'obc759702005-05-09 20:40:55 -04002101msgid "/@l not found. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002102msgstr ""
2103
Theodore Ts'o90806952010-02-10 15:49:32 -05002104#: e2fsck/problem.c:1340
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002105#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002106msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002107msgstr ""
2108
Theodore Ts'o90806952010-02-10 15:49:32 -05002109#: e2fsck/problem.c:1345
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002110#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002111msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002112msgstr ""
2113
Theodore Ts'o90806952010-02-10 15:49:32 -05002114#: e2fsck/problem.c:1350
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002115#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002116#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002117msgid "Could not expand /@l: %m\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002118msgstr ""
2119
Theodore Ts'o90806952010-02-10 15:49:32 -05002120#: e2fsck/problem.c:1355
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002121#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002122msgid "Could not reconnect %i: %m\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002123msgstr ""
2124
Theodore Ts'o90806952010-02-10 15:49:32 -05002125#: e2fsck/problem.c:1360
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002126#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002127#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002128msgid "Error while trying to find /@l: %m\n"
Theodore Ts'o55566e22003-12-26 14:03:39 -05002129msgstr ""
2130
Theodore Ts'o90806952010-02-10 15:49:32 -05002131#: e2fsck/problem.c:1365
Theodore Ts'o55566e22003-12-26 14:03:39 -05002132#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002133#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002134msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2135msgstr ""
2136
Theodore Ts'o90806952010-02-10 15:49:32 -05002137#: e2fsck/problem.c:1370
Theodore Ts'obc759702005-05-09 20:40:55 -04002138#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002139#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002140msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2141msgstr ""
2142
Theodore Ts'o90806952010-02-10 15:49:32 -05002143#: e2fsck/problem.c:1375
Theodore Ts'obc759702005-05-09 20:40:55 -04002144#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002145#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002146msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2147msgstr ""
2148
Theodore Ts'o90806952010-02-10 15:49:32 -05002149#: e2fsck/problem.c:1380
Theodore Ts'obc759702005-05-09 20:40:55 -04002150#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002151#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002152msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2153msgstr ""
2154
Theodore Ts'o90806952010-02-10 15:49:32 -05002155#: e2fsck/problem.c:1385
Theodore Ts'obc759702005-05-09 20:40:55 -04002156#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002157#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002158msgid "Error while adjusting @i count on @i %i\n"
2159msgstr ""
2160
Theodore Ts'o90806952010-02-10 15:49:32 -05002161#: e2fsck/problem.c:1390
Theodore Ts'obc759702005-05-09 20:40:55 -04002162#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002163#. @-expanded: Couldn't fix parent of inode %i: %m\n
2164#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002165msgid ""
2166"Couldn't fix parent of @i %i: %m\n"
2167"\n"
2168msgstr ""
2169
Theodore Ts'o90806952010-02-10 15:49:32 -05002170#: e2fsck/problem.c:1395
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002171#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002172#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2173#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002174msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002175"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002176"\n"
2177msgstr ""
2178
Theodore Ts'o90806952010-02-10 15:49:32 -05002179#: e2fsck/problem.c:1405
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002180#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002181#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002182msgid "Error creating root @d (%s): %m\n"
2183msgstr ""
2184
Theodore Ts'o90806952010-02-10 15:49:32 -05002185#: e2fsck/problem.c:1410
Theodore Ts'obc759702005-05-09 20:40:55 -04002186#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002187#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002188msgid "Error creating /@l @d (%s): %m\n"
2189msgstr ""
2190
Theodore Ts'o90806952010-02-10 15:49:32 -05002191#: e2fsck/problem.c:1415
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002192#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002193msgid "@r is not a @d; aborting.\n"
2194msgstr ""
2195
Theodore Ts'o90806952010-02-10 15:49:32 -05002196#: e2fsck/problem.c:1420
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002197#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002198msgid "Cannot proceed without a @r.\n"
2199msgstr ""
2200
Theodore Ts'o90806952010-02-10 15:49:32 -05002201#: e2fsck/problem.c:1430
Theodore Ts'obc759702005-05-09 20:40:55 -04002202#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002203#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002204msgid "/@l is not a @d (ino=%i)\n"
2205msgstr ""
2206
Theodore Ts'o90806952010-02-10 15:49:32 -05002207#: e2fsck/problem.c:1437
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002208msgid "Pass 3A: Optimizing directories\n"
2209msgstr ""
2210
Theodore Ts'o90806952010-02-10 15:49:32 -05002211#: e2fsck/problem.c:1442
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002212#, c-format
2213msgid "Failed to create dirs_to_hash iterator: %m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002214msgstr ""
2215
Theodore Ts'o90806952010-02-10 15:49:32 -05002216#: e2fsck/problem.c:1447
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002217msgid "Failed to optimize directory %q (%d): %m\n"
2218msgstr ""
2219
Theodore Ts'o90806952010-02-10 15:49:32 -05002220#: e2fsck/problem.c:1452
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002221msgid "Optimizing directories: "
2222msgstr ""
2223
Theodore Ts'o90806952010-02-10 15:49:32 -05002224#: e2fsck/problem.c:1469
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002225msgid "Pass 4: Checking reference counts\n"
2226msgstr ""
2227
Theodore Ts'o90806952010-02-10 15:49:32 -05002228#: e2fsck/problem.c:1474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002229#, c-format
2230#. @-expanded: unattached zero-length inode %i.
2231msgid "@u @z @i %i. "
2232msgstr ""
2233
Theodore Ts'o90806952010-02-10 15:49:32 -05002234#: e2fsck/problem.c:1479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002235#, c-format
2236#. @-expanded: unattached inode %i\n
2237msgid "@u @i %i\n"
2238msgstr ""
2239
Theodore Ts'o90806952010-02-10 15:49:32 -05002240#: e2fsck/problem.c:1484
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002241#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002242msgid "@i %i ref count is %Il, @s %N. "
2243msgstr ""
2244
Theodore Ts'o90806952010-02-10 15:49:32 -05002245#: e2fsck/problem.c:1488
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002246#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2247#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2248#. @-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 +00002249msgid ""
2250"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2251"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002252"@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 +00002253msgstr ""
2254
Theodore Ts'o90806952010-02-10 15:49:32 -05002255#: e2fsck/problem.c:1498
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002256#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002257msgid "Pass 5: Checking @g summary information\n"
2258msgstr ""
2259
Theodore Ts'o90806952010-02-10 15:49:32 -05002260#: e2fsck/problem.c:1503
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002261#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002262msgid "Padding at end of @i @B is not set. "
2263msgstr ""
2264
Theodore Ts'o90806952010-02-10 15:49:32 -05002265#: e2fsck/problem.c:1508
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002266#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002267msgid "Padding at end of @b @B is not set. "
2268msgstr ""
2269
Theodore Ts'o90806952010-02-10 15:49:32 -05002270#: e2fsck/problem.c:1513
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002271#. @-expanded: block bitmap differences:
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002272msgid "@b @B differences: "
2273msgstr ""
2274
Theodore Ts'o90806952010-02-10 15:49:32 -05002275#: e2fsck/problem.c:1533
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002276#. @-expanded: inode bitmap differences:
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002277msgid "@i @B differences: "
2278msgstr ""
2279
Theodore Ts'o90806952010-02-10 15:49:32 -05002280#: e2fsck/problem.c:1553
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002281#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002282msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2283msgstr ""
2284
Theodore Ts'o90806952010-02-10 15:49:32 -05002285#: e2fsck/problem.c:1558
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002286#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002287msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2288msgstr ""
2289
Theodore Ts'o90806952010-02-10 15:49:32 -05002290#: e2fsck/problem.c:1563
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002291#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002292msgid "Free @is count wrong (%i, counted=%j).\n"
2293msgstr ""
2294
Theodore Ts'o90806952010-02-10 15:49:32 -05002295#: e2fsck/problem.c:1568
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002296#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002297msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2298msgstr ""
2299
Theodore Ts'o90806952010-02-10 15:49:32 -05002300#: e2fsck/problem.c:1573
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002301#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002302msgid "Free @bs count wrong (%b, counted=%c).\n"
2303msgstr ""
2304
Theodore Ts'o90806952010-02-10 15:49:32 -05002305#: e2fsck/problem.c:1578
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002306#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2307#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002308msgid ""
2309"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2310"endpoints (%i, %j)\n"
2311msgstr ""
2312
Theodore Ts'o90806952010-02-10 15:49:32 -05002313#: e2fsck/problem.c:1584
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002314msgid "Internal error: fudging end of bitmap (%N)\n"
2315msgstr ""
2316
Theodore Ts'o90806952010-02-10 15:49:32 -05002317#: e2fsck/problem.c:1589
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002318#, c-format
2319#. @-expanded: Error copying in replacement inode bitmap: %m\n
2320msgid "Error copying in replacement @i @B: %m\n"
2321msgstr ""
2322
Theodore Ts'o90806952010-02-10 15:49:32 -05002323#: e2fsck/problem.c:1594
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002324#, c-format
2325#. @-expanded: Error copying in replacement block bitmap: %m\n
2326msgid "Error copying in replacement @b @B: %m\n"
2327msgstr ""
2328
Theodore Ts'o90806952010-02-10 15:49:32 -05002329#: e2fsck/problem.c:1619
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002330#, c-format
2331#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2332msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2333msgstr ""
2334
Theodore Ts'o90806952010-02-10 15:49:32 -05002335#: e2fsck/problem.c:1624
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002336#, c-format
2337#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2338msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2339msgstr ""
2340
Theodore Ts'o90806952010-02-10 15:49:32 -05002341#: e2fsck/problem.c:1631
Theodore Ts'o53013932009-05-30 13:50:07 -04002342#. @-expanded: Recreate journal
2343msgid "Recreate @j"
2344msgstr ""
2345
Theodore Ts'o90806952010-02-10 15:49:32 -05002346#: e2fsck/problem.c:1750
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002347#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002348msgid "Unhandled error code (0x%x)!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002349msgstr ""
2350
Theodore Ts'o90806952010-02-10 15:49:32 -05002351#: e2fsck/problem.c:1854
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002352msgid "IGNORED"
2353msgstr ""
2354
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002355#: e2fsck/scantest.c:81
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002356#, c-format
2357msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2358msgstr ""
2359
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002360#: e2fsck/scantest.c:100
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002361#, c-format
2362msgid "size of inode=%d\n"
2363msgstr ""
2364
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002365#: e2fsck/scantest.c:121
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002366msgid "while starting inode scan"
2367msgstr ""
2368
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002369#: e2fsck/scantest.c:132
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002370msgid "while doing inode scan"
2371msgstr ""
2372
Theodore Ts'o714da452007-07-07 22:24:13 -04002373#: e2fsck/super.c:187
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002374#, c-format
2375msgid "while calling ext2fs_block_iterate for inode %d"
2376msgstr ""
2377
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002378#: e2fsck/super.c:209
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002379#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04002380msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002381msgstr ""
2382
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002383#: e2fsck/super.c:267
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002384msgid "Truncating"
2385msgstr ""
2386
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002387#: e2fsck/super.c:268
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002388msgid "Clearing"
2389msgstr ""
2390
Theodore Ts'oaef07952008-08-27 23:18:29 -04002391#: e2fsck/unix.c:76
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002392#, c-format
2393msgid ""
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002394"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002395"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002396"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002397"\t\t[-E extended-options] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002398msgstr ""
2399
Theodore Ts'oaef07952008-08-27 23:18:29 -04002400#: e2fsck/unix.c:82
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002401#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002402msgid ""
2403"\n"
2404"Emergency help:\n"
2405" -p Automatic repair (no questions)\n"
2406" -n Make no changes to the filesystem\n"
2407" -y Assume \"yes\" to all questions\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002408" -c Check for bad blocks and add them to the badblock "
2409"list\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002410" -f Force checking even if filesystem is marked clean\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002411msgstr ""
2412
Theodore Ts'oaef07952008-08-27 23:18:29 -04002413#: e2fsck/unix.c:88
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002414#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002415msgid ""
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002416" -v Be verbose\n"
2417" -b superblock Use alternative superblock\n"
2418" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002419" -j external_journal Set location of the external journal\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002420" -l bad_blocks_file Add to badblocks list\n"
2421" -L bad_blocks_file Set badblocks list\n"
2422msgstr ""
2423
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002424#: e2fsck/unix.c:132
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002425#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04002426msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002427msgstr ""
2428
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002429#: e2fsck/unix.c:150
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002430#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04002431msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002432msgstr ""
2433
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002434#: e2fsck/unix.c:157
Theodore Ts'oaef07952008-08-27 23:18:29 -04002435#, c-format
2436msgid " Extent depth histogram: "
2437msgstr ""
2438
Theodore Ts'o90806952010-02-10 15:49:32 -05002439#: e2fsck/unix.c:207 misc/badblocks.c:928 misc/tune2fs.c:1625 misc/util.c:151
Theodore Ts'o53013932009-05-30 13:50:07 -04002440#: resize/main.c:249
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002441#, c-format
2442msgid "while determining whether %s is mounted."
2443msgstr ""
2444
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002445#: e2fsck/unix.c:225
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002446#, c-format
2447msgid "Warning! %s is mounted.\n"
2448msgstr ""
2449
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002450#: e2fsck/unix.c:229
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002451#, c-format
2452msgid "%s is mounted. "
2453msgstr ""
2454
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002455#: e2fsck/unix.c:231
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002456msgid ""
2457"Cannot continue, aborting.\n"
2458"\n"
2459msgstr ""
2460
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002461#: e2fsck/unix.c:232
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002462#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002463msgid ""
2464"\n"
2465"\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04002466"\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2467"SEVERE filesystem damage.\a\a\a\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002468"\n"
2469msgstr ""
2470
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002471#: e2fsck/unix.c:235
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002472msgid "Do you really want to continue"
2473msgstr ""
2474
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002475#: e2fsck/unix.c:237
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002476#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002477msgid "check aborted.\n"
2478msgstr ""
2479
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002480#: e2fsck/unix.c:310
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002481msgid " contains a file system with errors"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002482msgstr ""
2483
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002484#: e2fsck/unix.c:312
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002485msgid " was not cleanly unmounted"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002486msgstr ""
2487
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002488#: e2fsck/unix.c:314
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002489msgid " primary superblock features different from backup"
2490msgstr ""
2491
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002492#: e2fsck/unix.c:318
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002493#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002494msgid " has been mounted %u times without being checked"
2495msgstr ""
2496
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002497#: e2fsck/unix.c:324
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002498msgid " has filesystem last checked time in the future"
2499msgstr ""
2500
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002501#: e2fsck/unix.c:330
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002502#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002503msgid " has gone %u days without being checked"
2504msgstr ""
2505
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002506#: e2fsck/unix.c:339
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002507msgid ", check forced.\n"
2508msgstr ""
2509
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002510#: e2fsck/unix.c:342
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002511#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04002512msgid "%s: clean, %u/%u files, %u/%u blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002513msgstr ""
2514
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002515#: e2fsck/unix.c:359
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002516msgid " (check deferred; on battery)"
2517msgstr ""
2518
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002519#: e2fsck/unix.c:362
Theodore Ts'o55566e22003-12-26 14:03:39 -05002520msgid " (check after next mount)"
2521msgstr ""
2522
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002523#: e2fsck/unix.c:364
Theodore Ts'o55566e22003-12-26 14:03:39 -05002524#, c-format
2525msgid " (check in %ld mounts)"
2526msgstr ""
2527
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002528#: e2fsck/unix.c:511
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002529#, c-format
2530msgid "ERROR: Couldn't open /dev/null (%s)\n"
2531msgstr ""
2532
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002533#: e2fsck/unix.c:581
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002534#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002535msgid "Invalid EA version.\n"
2536msgstr ""
2537
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002538#: e2fsck/unix.c:590
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002539#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002540msgid "Unknown extended option: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002541msgstr ""
2542
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002543#: e2fsck/unix.c:612
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002544#, c-format
2545msgid ""
2546"Syntax error in e2fsck config file (%s, line #%d)\n"
2547"\t%s\n"
2548msgstr ""
2549
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002550#: e2fsck/unix.c:680
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002551#, c-format
2552msgid "Error validating file descriptor %d: %s\n"
2553msgstr ""
2554
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002555#: e2fsck/unix.c:684
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002556msgid "Invalid completion information file descriptor"
2557msgstr ""
2558
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002559#: e2fsck/unix.c:699
Theodore Ts'o6956f612005-12-31 16:46:15 -05002560msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002561msgstr ""
2562
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002563#: e2fsck/unix.c:720
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002564#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002565msgid "The -t option is not supported on this version of e2fsck.\n"
2566msgstr ""
2567
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002568#: e2fsck/unix.c:801 misc/tune2fs.c:550 misc/tune2fs.c:835 misc/tune2fs.c:853
Theodore Ts'o55566e22003-12-26 14:03:39 -05002569#, c-format
2570msgid "Unable to resolve '%s'"
2571msgstr ""
2572
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002573#: e2fsck/unix.c:830
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002574#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002575msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2576msgstr ""
2577
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002578#: e2fsck/unix.c:878
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002579#, c-format
2580msgid ""
2581"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2582"\n"
2583msgstr ""
2584
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002585#: e2fsck/unix.c:887
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002586#, c-format
2587msgid ""
2588"\n"
2589"Invalid non-numeric argument to -%c (\"%s\")\n"
2590"\n"
2591msgstr ""
2592
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002593#: e2fsck/unix.c:961
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002594#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002595msgid "Error: ext2fs library version out of date!\n"
2596msgstr ""
2597
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002598#: e2fsck/unix.c:969
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002599msgid "while trying to initialize program"
2600msgstr ""
2601
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002602#: e2fsck/unix.c:980
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002603#, c-format
2604msgid "\tUsing %s, %s\n"
2605msgstr ""
2606
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002607#: e2fsck/unix.c:992
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002608msgid "need terminal for interactive repairs"
2609msgstr ""
2610
Theodore Ts'o90806952010-02-10 15:49:32 -05002611#: e2fsck/unix.c:1025
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002612#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002613msgid "%s: %s trying backup blocks...\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002614msgstr ""
2615
Theodore Ts'o90806952010-02-10 15:49:32 -05002616#: e2fsck/unix.c:1027
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002617msgid "Superblock invalid,"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002618msgstr ""
2619
Theodore Ts'o90806952010-02-10 15:49:32 -05002620#: e2fsck/unix.c:1028
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002621msgid "Group descriptors look bad..."
2622msgstr ""
2623
Theodore Ts'o90806952010-02-10 15:49:32 -05002624#: e2fsck/unix.c:1038
Theodore Ts'o53013932009-05-30 13:50:07 -04002625#, c-format
2626msgid "%s: going back to original superblock\n"
2627msgstr ""
2628
Theodore Ts'o90806952010-02-10 15:49:32 -05002629#: e2fsck/unix.c:1065
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002630#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002631msgid ""
2632"The filesystem revision is apparently too high for this version of e2fsck.\n"
2633"(Or the filesystem superblock is corrupt)\n"
2634"\n"
2635msgstr ""
2636
Theodore Ts'o90806952010-02-10 15:49:32 -05002637#: e2fsck/unix.c:1071
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002638#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002639msgid "Could this be a zero-length partition?\n"
2640msgstr ""
2641
Theodore Ts'o90806952010-02-10 15:49:32 -05002642#: e2fsck/unix.c:1073
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002643#, c-format
2644msgid "You must have %s access to the filesystem or be root\n"
2645msgstr ""
2646
Theodore Ts'o90806952010-02-10 15:49:32 -05002647#: e2fsck/unix.c:1078
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002648#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002649msgid "Possibly non-existent or swap device?\n"
2650msgstr ""
2651
Theodore Ts'o90806952010-02-10 15:49:32 -05002652#: e2fsck/unix.c:1080
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002653#, c-format
2654msgid "Filesystem mounted or opened exclusively by another program?\n"
2655msgstr ""
2656
Theodore Ts'o90806952010-02-10 15:49:32 -05002657#: e2fsck/unix.c:1084
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002658#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002659msgid ""
2660"Disk write-protected; use the -n option to do a read-only\n"
2661"check of the device.\n"
2662msgstr ""
2663
Theodore Ts'o90806952010-02-10 15:49:32 -05002664#: e2fsck/unix.c:1148
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002665msgid "Get a newer version of e2fsck!"
2666msgstr ""
2667
Theodore Ts'o90806952010-02-10 15:49:32 -05002668#: e2fsck/unix.c:1178
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002669#, c-format
2670msgid "while checking ext3 journal for %s"
2671msgstr ""
2672
Theodore Ts'o90806952010-02-10 15:49:32 -05002673#: e2fsck/unix.c:1189
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002674#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002675msgid ""
2676"Warning: skipping journal recovery because doing a read-only filesystem "
2677"check.\n"
2678msgstr ""
2679
Theodore Ts'o90806952010-02-10 15:49:32 -05002680#: e2fsck/unix.c:1202
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002681#, c-format
2682msgid "unable to set superblock flags on %s\n"
2683msgstr ""
2684
Theodore Ts'o90806952010-02-10 15:49:32 -05002685#: e2fsck/unix.c:1208
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002686#, c-format
2687msgid "while recovering ext3 journal of %s"
2688msgstr ""
2689
Theodore Ts'o90806952010-02-10 15:49:32 -05002690#: e2fsck/unix.c:1233
Theodore Ts'o8f741372008-02-28 21:47:05 -05002691#, c-format
2692msgid "%s has unsupported feature(s):"
2693msgstr ""
2694
Theodore Ts'o90806952010-02-10 15:49:32 -05002695#: e2fsck/unix.c:1249
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002696msgid "Warning: compression support is experimental.\n"
2697msgstr ""
2698
Theodore Ts'o90806952010-02-10 15:49:32 -05002699#: e2fsck/unix.c:1254
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002700#, c-format
2701msgid ""
2702"E2fsck not compiled with HTREE support,\n"
2703"\tbut filesystem %s has HTREE directories.\n"
2704msgstr ""
2705
Theodore Ts'o90806952010-02-10 15:49:32 -05002706#: e2fsck/unix.c:1307
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002707msgid "while reading bad blocks inode"
2708msgstr ""
2709
Theodore Ts'o90806952010-02-10 15:49:32 -05002710#: e2fsck/unix.c:1309
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002711#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002712msgid "This doesn't bode well, but we'll try to go on...\n"
2713msgstr ""
2714
Theodore Ts'o90806952010-02-10 15:49:32 -05002715#: e2fsck/unix.c:1335
Theodore Ts'o714da452007-07-07 22:24:13 -04002716msgid "Couldn't determine journal size"
2717msgstr ""
2718
Theodore Ts'o90806952010-02-10 15:49:32 -05002719#: e2fsck/unix.c:1338
Theodore Ts'o714da452007-07-07 22:24:13 -04002720#, c-format
2721msgid "Creating journal (%d blocks): "
2722msgstr ""
2723
Theodore Ts'o90806952010-02-10 15:49:32 -05002724#: e2fsck/unix.c:1345 misc/mke2fs.c:2226
Theodore Ts'o714da452007-07-07 22:24:13 -04002725msgid ""
2726"\n"
2727"\twhile trying to create journal"
2728msgstr ""
2729
Theodore Ts'o90806952010-02-10 15:49:32 -05002730#: e2fsck/unix.c:1348
Theodore Ts'o714da452007-07-07 22:24:13 -04002731#, c-format
2732msgid " Done.\n"
2733msgstr ""
2734
Theodore Ts'o90806952010-02-10 15:49:32 -05002735#: e2fsck/unix.c:1349
Theodore Ts'o714da452007-07-07 22:24:13 -04002736#, c-format
2737msgid ""
2738"\n"
2739"*** journal has been re-created - filesystem is now ext3 again ***\n"
2740msgstr ""
2741
Theodore Ts'o90806952010-02-10 15:49:32 -05002742#: e2fsck/unix.c:1356
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002743#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002744msgid "Restarting e2fsck from the beginning...\n"
2745msgstr ""
2746
Theodore Ts'o90806952010-02-10 15:49:32 -05002747#: e2fsck/unix.c:1360
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002748msgid "while resetting context"
2749msgstr ""
2750
Theodore Ts'o90806952010-02-10 15:49:32 -05002751#: e2fsck/unix.c:1367
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002752#, c-format
2753msgid "%s: e2fsck canceled.\n"
2754msgstr ""
2755
Theodore Ts'o90806952010-02-10 15:49:32 -05002756#: e2fsck/unix.c:1372
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002757msgid "aborted"
2758msgstr ""
2759
Theodore Ts'o90806952010-02-10 15:49:32 -05002760#: e2fsck/unix.c:1384
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002761#, c-format
2762msgid ""
2763"\n"
2764"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2765msgstr ""
2766
Theodore Ts'o90806952010-02-10 15:49:32 -05002767#: e2fsck/unix.c:1387
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002768#, c-format
2769msgid "%s: ***** REBOOT LINUX *****\n"
2770msgstr ""
2771
Theodore Ts'o90806952010-02-10 15:49:32 -05002772#: e2fsck/unix.c:1395
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002773#, c-format
2774msgid ""
2775"\n"
2776"%s: ********** WARNING: Filesystem still has errors **********\n"
2777"\n"
2778msgstr ""
2779
Theodore Ts'o90806952010-02-10 15:49:32 -05002780#: e2fsck/unix.c:1431
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002781msgid "while setting block group checksum info"
2782msgstr ""
2783
Theodore Ts'o052a7912008-10-12 23:17:54 -04002784#: e2fsck/util.c:138 misc/util.c:68
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002785msgid "yY"
2786msgstr ""
2787
Theodore Ts'o052a7912008-10-12 23:17:54 -04002788#: e2fsck/util.c:139
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002789msgid "nN"
2790msgstr ""
2791
Theodore Ts'o052a7912008-10-12 23:17:54 -04002792#: e2fsck/util.c:153
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002793msgid "<y>"
2794msgstr ""
2795
Theodore Ts'o052a7912008-10-12 23:17:54 -04002796#: e2fsck/util.c:155
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002797msgid "<n>"
2798msgstr ""
2799
Theodore Ts'o052a7912008-10-12 23:17:54 -04002800#: e2fsck/util.c:157
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002801msgid " (y/n)"
2802msgstr ""
2803
Theodore Ts'o052a7912008-10-12 23:17:54 -04002804#: e2fsck/util.c:172
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002805msgid "cancelled!\n"
2806msgstr ""
2807
Theodore Ts'o052a7912008-10-12 23:17:54 -04002808#: e2fsck/util.c:187
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002809msgid "yes\n"
2810msgstr ""
2811
Theodore Ts'o052a7912008-10-12 23:17:54 -04002812#: e2fsck/util.c:189
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002813msgid "no\n"
2814msgstr ""
2815
Theodore Ts'o052a7912008-10-12 23:17:54 -04002816#: e2fsck/util.c:199
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002817#, c-format
2818msgid ""
2819"%s? no\n"
2820"\n"
2821msgstr ""
2822
Theodore Ts'o052a7912008-10-12 23:17:54 -04002823#: e2fsck/util.c:203
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002824#, c-format
2825msgid ""
2826"%s? yes\n"
2827"\n"
2828msgstr ""
2829
Theodore Ts'o052a7912008-10-12 23:17:54 -04002830#: e2fsck/util.c:207
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002831msgid "yes"
2832msgstr ""
2833
Theodore Ts'o052a7912008-10-12 23:17:54 -04002834#: e2fsck/util.c:207
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002835msgid "no"
2836msgstr ""
2837
Theodore Ts'o052a7912008-10-12 23:17:54 -04002838#: e2fsck/util.c:221
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002839#, c-format
2840msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2841msgstr ""
2842
Theodore Ts'o052a7912008-10-12 23:17:54 -04002843#: e2fsck/util.c:226
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002844msgid "reading inode and block bitmaps"
2845msgstr ""
2846
Theodore Ts'o052a7912008-10-12 23:17:54 -04002847#: e2fsck/util.c:231
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002848#, c-format
2849msgid "while retrying to read bitmaps for %s"
2850msgstr ""
2851
Theodore Ts'o052a7912008-10-12 23:17:54 -04002852#: e2fsck/util.c:243
Theodore Ts'oaef07952008-08-27 23:18:29 -04002853msgid "writing block and inode bitmaps"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002854msgstr ""
2855
Theodore Ts'o052a7912008-10-12 23:17:54 -04002856#: e2fsck/util.c:248
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002857#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04002858msgid "while rewriting block and inode bitmaps for %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002859msgstr ""
2860
Theodore Ts'o052a7912008-10-12 23:17:54 -04002861#: e2fsck/util.c:260
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002862#, c-format
2863msgid ""
2864"\n"
2865"\n"
2866"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2867"\t(i.e., without -a or -p options)\n"
2868msgstr ""
2869
Theodore Ts'o53013932009-05-30 13:50:07 -04002870#: e2fsck/util.c:341
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002871#, c-format
Theodore Ts'o53013932009-05-30 13:50:07 -04002872msgid "Memory used: %luk/%luk (%luk/%luk), "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002873msgstr ""
2874
Theodore Ts'o53013932009-05-30 13:50:07 -04002875#: e2fsck/util.c:345
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002876#, c-format
Theodore Ts'o53013932009-05-30 13:50:07 -04002877msgid "Memory used: %lu, "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002878msgstr ""
2879
Theodore Ts'o53013932009-05-30 13:50:07 -04002880#: e2fsck/util.c:352
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002881#, c-format
2882msgid "time: %5.2f/%5.2f/%5.2f\n"
2883msgstr ""
2884
Theodore Ts'o53013932009-05-30 13:50:07 -04002885#: e2fsck/util.c:357
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002886#, c-format
2887msgid "elapsed time: %6.3f\n"
2888msgstr ""
2889
Theodore Ts'o53013932009-05-30 13:50:07 -04002890#: e2fsck/util.c:391 e2fsck/util.c:405
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002891#, c-format
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002892msgid "while reading inode %lu in %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002893msgstr ""
2894
Theodore Ts'o53013932009-05-30 13:50:07 -04002895#: e2fsck/util.c:419 e2fsck/util.c:432
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002896#, c-format
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002897msgid "while writing inode %lu in %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002898msgstr ""
2899
Theodore Ts'o53013932009-05-30 13:50:07 -04002900#: e2fsck/util.c:581
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002901msgid "while allocating zeroizing buffer"
2902msgstr ""
2903
Theodore Ts'o052a7912008-10-12 23:17:54 -04002904#: misc/badblocks.c:66
Theodore Ts'o714da452007-07-07 22:24:13 -04002905msgid "done \n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002906msgstr ""
2907
Theodore Ts'o052a7912008-10-12 23:17:54 -04002908#: misc/badblocks.c:89
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002909#, c-format
2910msgid ""
2911"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04002912" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
2913"max_bad_blocks]\n"
2914" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
2915" device [last_block [first_block]]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002916msgstr ""
2917
Theodore Ts'o052a7912008-10-12 23:17:54 -04002918#: misc/badblocks.c:100
Theodore Ts'o714da452007-07-07 22:24:13 -04002919#, c-format
2920msgid ""
2921"%s: The -n and -w options are mutually exclusive.\n"
2922"\n"
2923msgstr ""
2924
Theodore Ts'o052a7912008-10-12 23:17:54 -04002925#: misc/badblocks.c:202
2926#, c-format
2927msgid "%6.2f%% done, %s elapsed"
2928msgstr ""
2929
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002930#: misc/badblocks.c:293
Theodore Ts'o113e4052003-05-17 21:00:46 -04002931msgid "Testing with random pattern: "
2932msgstr ""
2933
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002934#: misc/badblocks.c:311
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002935msgid "Testing with pattern 0x"
Theodore Ts'o113e4052003-05-17 21:00:46 -04002936msgstr ""
2937
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002938#: misc/badblocks.c:339 misc/badblocks.c:408
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002939msgid "during seek"
2940msgstr ""
2941
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002942#: misc/badblocks.c:350
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002943#, c-format
2944msgid "Weird value (%ld) in do_read\n"
2945msgstr ""
2946
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002947#: misc/badblocks.c:428
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002948msgid "during ext2fs_sync_device"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002949msgstr ""
2950
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002951#: misc/badblocks.c:447 misc/badblocks.c:711
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002952msgid "while beginning bad block list iteration"
2953msgstr ""
2954
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002955#: misc/badblocks.c:461 misc/badblocks.c:563 misc/badblocks.c:721
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002956msgid "while allocating buffers"
2957msgstr ""
2958
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002959#: misc/badblocks.c:465
Theodore Ts'o113e4052003-05-17 21:00:46 -04002960#, c-format
2961msgid "Checking blocks %lu to %lu\n"
2962msgstr ""
2963
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002964#: misc/badblocks.c:470
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002965msgid "Checking for bad blocks in read-only mode\n"
2966msgstr ""
2967
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002968#: misc/badblocks.c:479
Theodore Ts'o113e4052003-05-17 21:00:46 -04002969msgid "Checking for bad blocks (read-only test): "
2970msgstr ""
2971
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002972#: misc/badblocks.c:487 misc/badblocks.c:595 misc/badblocks.c:640
2973#: misc/badblocks.c:784
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002974msgid "Too many bad blocks, aborting test\n"
2975msgstr ""
2976
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002977#: misc/badblocks.c:570
Theodore Ts'o113e4052003-05-17 21:00:46 -04002978msgid "Checking for bad blocks in read-write mode\n"
2979msgstr ""
2980
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002981#: misc/badblocks.c:572 misc/badblocks.c:734
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002982#, c-format
2983msgid "From block %lu to %lu\n"
2984msgstr ""
2985
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002986#: misc/badblocks.c:630
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002987msgid "Reading and comparing: "
2988msgstr ""
2989
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002990#: misc/badblocks.c:733
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002991msgid "Checking for bad blocks in non-destructive read-write mode\n"
2992msgstr ""
2993
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002994#: misc/badblocks.c:739
Theodore Ts'o113e4052003-05-17 21:00:46 -04002995msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002996msgstr ""
2997
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002998#: misc/badblocks.c:746
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002999msgid ""
3000"\n"
3001"Interrupt caught, cleaning up\n"
3002msgstr ""
3003
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003004#: misc/badblocks.c:822
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003005#, c-format
3006msgid "during test data write, block %lu"
3007msgstr ""
3008
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003009#: misc/badblocks.c:933 misc/util.c:156
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003010#, c-format
3011msgid "%s is mounted; "
3012msgstr ""
3013
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003014#: misc/badblocks.c:935
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003015msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3016msgstr ""
3017
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003018#: misc/badblocks.c:940
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003019msgid "it's not safe to run badblocks!\n"
3020msgstr ""
3021
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003022#: misc/badblocks.c:945 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003023#, c-format
3024msgid "%s is apparently in use by the system; "
3025msgstr ""
3026
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003027#: misc/badblocks.c:948
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003028msgid "badblocks forced anyway.\n"
3029msgstr ""
3030
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003031#: misc/badblocks.c:968
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003032#, c-format
3033msgid "invalid %s - %s"
3034msgstr ""
3035
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003036#: misc/badblocks.c:1077
Theodore Ts'o113e4052003-05-17 21:00:46 -04003037#, c-format
3038msgid "can't allocate memory for test_pattern - %s"
3039msgstr ""
3040
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003041#: misc/badblocks.c:1104
Theodore Ts'o113e4052003-05-17 21:00:46 -04003042msgid "Maximum of one test_pattern may be specified in read-only mode"
3043msgstr ""
3044
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003045#: misc/badblocks.c:1110
Theodore Ts'o113e4052003-05-17 21:00:46 -04003046msgid "Random test_pattern is not allowed in read-only mode"
3047msgstr ""
3048
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003049#: misc/badblocks.c:1124
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003050msgid ""
3051"Couldn't determine device size; you must specify\n"
3052"the size manually\n"
3053msgstr ""
3054
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003055#: misc/badblocks.c:1130
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003056msgid "while trying to determine device size"
3057msgstr ""
3058
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003059#: misc/badblocks.c:1135
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003060msgid "last block"
3061msgstr ""
3062
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003063#: misc/badblocks.c:1141
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003064msgid "first block"
3065msgstr ""
3066
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003067#: misc/badblocks.c:1144
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003068#, c-format
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003069msgid "invalid starting block (%lu): must be less than %lu"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003070msgstr ""
3071
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003072#: misc/badblocks.c:1200
Theodore Ts'o197abba2005-06-20 18:00:23 -04003073msgid "while creating in-memory bad blocks list"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003074msgstr ""
3075
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003076#: misc/badblocks.c:1215
Theodore Ts'o197abba2005-06-20 18:00:23 -04003077msgid "while adding to in-memory bad block list"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003078msgstr ""
3079
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003080#: misc/badblocks.c:1239
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003081#, c-format
3082msgid "Pass completed, %u bad blocks found.\n"
3083msgstr ""
3084
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003085#: misc/chattr.c:85
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003086#, c-format
Theodore Ts'o53013932009-05-30 13:50:07 -04003087msgid "Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003088msgstr ""
3089
Theodore Ts'o53013932009-05-30 13:50:07 -04003090#: misc/chattr.c:153
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003091#, c-format
3092msgid "bad version - %s\n"
3093msgstr ""
3094
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003095#: misc/chattr.c:200 misc/lsattr.c:115
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003096#, c-format
3097msgid "while trying to stat %s"
3098msgstr ""
3099
Theodore Ts'o53013932009-05-30 13:50:07 -04003100#: misc/chattr.c:207
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003101#, c-format
3102msgid "while reading flags on %s"
3103msgstr ""
3104
Theodore Ts'o53013932009-05-30 13:50:07 -04003105#: misc/chattr.c:216 misc/chattr.c:235
3106#, c-format
3107msgid "Clearing extent flag not supported on %s"
3108msgstr ""
3109
3110#: misc/chattr.c:221 misc/chattr.c:240
3111#, c-format
3112msgid "Flags of %s set as "
3113msgstr ""
3114
3115#: misc/chattr.c:249
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003116#, c-format
3117msgid "while setting flags on %s"
3118msgstr ""
3119
Theodore Ts'o53013932009-05-30 13:50:07 -04003120#: misc/chattr.c:257
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003121#, c-format
3122msgid "Version of %s set as %lu\n"
3123msgstr ""
3124
Theodore Ts'o53013932009-05-30 13:50:07 -04003125#: misc/chattr.c:261
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003126#, c-format
3127msgid "while setting version on %s"
3128msgstr ""
3129
Theodore Ts'o53013932009-05-30 13:50:07 -04003130#: misc/chattr.c:281
Theodore Ts'o714da452007-07-07 22:24:13 -04003131#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003132msgid "Couldn't allocate path variable in chattr_dir_proc"
3133msgstr ""
3134
Theodore Ts'o53013932009-05-30 13:50:07 -04003135#: misc/chattr.c:320
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003136msgid "= is incompatible with - and +\n"
3137msgstr ""
3138
Theodore Ts'o53013932009-05-30 13:50:07 -04003139#: misc/chattr.c:328
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003140msgid "Must use '-v', =, - or +\n"
3141msgstr ""
3142
Theodore Ts'o6956f612005-12-31 16:46:15 -05003143#: misc/dumpe2fs.c:53
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003144#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05003145msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003146msgstr ""
3147
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003148#: misc/dumpe2fs.c:168
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003149#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003150msgid "Group %lu: (Blocks "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003151msgstr ""
3152
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003153#: misc/dumpe2fs.c:173
3154#, c-format
3155msgid " Checksum 0x%04x, unused inodes %d\n"
3156msgstr ""
3157
3158#: misc/dumpe2fs.c:178
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003159#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003160msgid " %s superblock at "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003161msgstr ""
3162
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003163#: misc/dumpe2fs.c:179
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003164msgid "Primary"
3165msgstr ""
3166
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003167#: misc/dumpe2fs.c:179
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003168msgid "Backup"
3169msgstr ""
3170
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003171#: misc/dumpe2fs.c:183
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003172#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003173msgid ", Group descriptors at "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003174msgstr ""
3175
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003176#: misc/dumpe2fs.c:187
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003177#, c-format
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003178msgid ""
3179"\n"
3180" Reserved GDT blocks at "
3181msgstr ""
3182
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003183#: misc/dumpe2fs.c:194
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003184#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003185msgid " Group descriptor at "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003186msgstr ""
3187
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003188#: misc/dumpe2fs.c:200
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003189msgid " Block bitmap at "
3190msgstr ""
3191
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003192#: misc/dumpe2fs.c:205
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003193msgid ", Inode bitmap at "
3194msgstr ""
3195
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003196#: misc/dumpe2fs.c:210
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003197msgid ""
3198"\n"
3199" Inode table at "
3200msgstr ""
3201
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003202#: misc/dumpe2fs.c:217
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003203#, c-format
3204msgid ""
3205"\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003206" %u free blocks, %u free inodes, %u directories%s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003207msgstr ""
3208
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003209#: misc/dumpe2fs.c:224
3210#, c-format
3211msgid ", %u unused inodes\n"
3212msgstr ""
3213
3214#: misc/dumpe2fs.c:227
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003215msgid " Free blocks: "
3216msgstr ""
3217
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003218#: misc/dumpe2fs.c:237
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003219msgid " Free inodes: "
3220msgstr ""
3221
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003222#: misc/dumpe2fs.c:268
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003223msgid "while printing bad block list"
3224msgstr ""
3225
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003226#: misc/dumpe2fs.c:274
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003227#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04003228msgid "Bad blocks: %u"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003229msgstr ""
3230
Theodore Ts'o90806952010-02-10 15:49:32 -05003231#: misc/dumpe2fs.c:301 misc/tune2fs.c:281
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003232msgid "while reading journal inode"
3233msgstr ""
3234
Theodore Ts'o90806952010-02-10 15:49:32 -05003235#: misc/dumpe2fs.c:307
3236msgid "while opening journal inode"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003237msgstr ""
3238
Theodore Ts'o90806952010-02-10 15:49:32 -05003239#: misc/dumpe2fs.c:313
3240msgid "while reading journal super block"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003241msgstr ""
3242
Theodore Ts'o90806952010-02-10 15:49:32 -05003243#: misc/dumpe2fs.c:323
3244#, c-format
3245msgid "Journal features: "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003246msgstr ""
3247
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003248#: misc/dumpe2fs.c:336
Theodore Ts'o90806952010-02-10 15:49:32 -05003249msgid "Journal size: "
3250msgstr ""
3251
3252#: misc/dumpe2fs.c:347
3253#, c-format
3254msgid ""
3255"Journal length: %u\n"
3256"Journal sequence: 0x%08x\n"
3257"Journal start: %u\n"
3258msgstr ""
3259
3260#: misc/dumpe2fs.c:366 misc/tune2fs.c:202
3261msgid "while reading journal superblock"
3262msgstr ""
3263
3264#: misc/dumpe2fs.c:374
3265msgid "Couldn't find journal superblock magic numbers"
3266msgstr ""
3267
3268#: misc/dumpe2fs.c:378
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003269#, c-format
3270msgid ""
3271"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003272"Journal block size: %u\n"
3273"Journal length: %u\n"
3274"Journal first block: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003275"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003276"Journal start: %u\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04003277"Journal number of users: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003278msgstr ""
3279
Theodore Ts'o90806952010-02-10 15:49:32 -05003280#: misc/dumpe2fs.c:391
Theodore Ts'o197abba2005-06-20 18:00:23 -04003281#, c-format
3282msgid "Journal users: %s\n"
3283msgstr ""
3284
Theodore Ts'o90806952010-02-10 15:49:32 -05003285#: misc/dumpe2fs.c:407 misc/mke2fs.c:699 misc/tune2fs.c:872
Theodore Ts'o8f741372008-02-28 21:47:05 -05003286#, c-format
3287msgid "Couldn't allocate memory to parse options!\n"
3288msgstr ""
3289
Theodore Ts'o90806952010-02-10 15:49:32 -05003290#: misc/dumpe2fs.c:433
Theodore Ts'o8f741372008-02-28 21:47:05 -05003291#, c-format
3292msgid "Invalid superblock parameter: %s\n"
3293msgstr ""
3294
Theodore Ts'o90806952010-02-10 15:49:32 -05003295#: misc/dumpe2fs.c:448
Theodore Ts'o8f741372008-02-28 21:47:05 -05003296#, c-format
3297msgid "Invalid blocksize parameter: %s\n"
3298msgstr ""
3299
Theodore Ts'o90806952010-02-10 15:49:32 -05003300#: misc/dumpe2fs.c:459
Theodore Ts'o8f741372008-02-28 21:47:05 -05003301#, c-format
3302msgid ""
3303"\n"
3304"Bad extended option(s) specified: %s\n"
3305"\n"
3306"Extended options are separated by commas, and may take an argument which\n"
3307"\tis set off by an equals ('=') sign.\n"
3308"\n"
3309"Valid extended options are:\n"
3310"\tsuperblock=<superblock number>\n"
3311"\tblocksize=<blocksize>\n"
3312msgstr ""
3313
Theodore Ts'o90806952010-02-10 15:49:32 -05003314#: misc/dumpe2fs.c:518 misc/mke2fs.c:1406
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003315#, c-format
3316msgid "\tUsing %s\n"
3317msgstr ""
3318
Theodore Ts'o90806952010-02-10 15:49:32 -05003319#: misc/dumpe2fs.c:554 misc/e2image.c:681 misc/tune2fs.c:1576
Theodore Ts'o989a01f2009-07-11 18:29:56 -04003320#: resize/main.c:312
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003321#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003322msgid "Couldn't find valid filesystem superblock.\n"
3323msgstr ""
3324
Theodore Ts'o90806952010-02-10 15:49:32 -05003325#: misc/dumpe2fs.c:579
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003326#, c-format
3327msgid ""
3328"\n"
3329"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003330msgstr ""
3331
Theodore Ts'o052a7912008-10-12 23:17:54 -04003332#: misc/e2image.c:52
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003333#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003334msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003335msgstr ""
3336
Theodore Ts'o052a7912008-10-12 23:17:54 -04003337#: misc/e2image.c:64
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003338msgid "Couldn't allocate header buffer\n"
3339msgstr ""
3340
Theodore Ts'o052a7912008-10-12 23:17:54 -04003341#: misc/e2image.c:83
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003342#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003343msgid "short write (only %d bytes) for writing image header"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003344msgstr ""
3345
Theodore Ts'o052a7912008-10-12 23:17:54 -04003346#: misc/e2image.c:102
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003347msgid "while writing superblock"
3348msgstr ""
3349
Theodore Ts'o052a7912008-10-12 23:17:54 -04003350#: misc/e2image.c:110
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003351msgid "while writing inode table"
3352msgstr ""
3353
Theodore Ts'o052a7912008-10-12 23:17:54 -04003354#: misc/e2image.c:117
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003355msgid "while writing block bitmap"
3356msgstr ""
3357
Theodore Ts'o052a7912008-10-12 23:17:54 -04003358#: misc/e2image.c:124
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003359msgid "while writing inode bitmap"
3360msgstr ""
3361
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003362#: misc/e2label.c:57
3363#, c-format
3364msgid "e2label: cannot open %s\n"
3365msgstr ""
3366
3367#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003368#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003369msgid "e2label: cannot seek to superblock\n"
3370msgstr ""
3371
3372#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003373#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003374msgid "e2label: error reading superblock\n"
3375msgstr ""
3376
3377#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003378#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003379msgid "e2label: not an ext2 filesystem\n"
3380msgstr ""
3381
Theodore Ts'o90806952010-02-10 15:49:32 -05003382#: misc/e2label.c:96 misc/tune2fs.c:1711
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003383#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003384msgid "Warning: label too long, truncating.\n"
3385msgstr ""
3386
3387#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003388#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003389msgid "e2label: cannot seek to superblock again\n"
3390msgstr ""
3391
3392#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003393#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003394msgid "e2label: error writing superblock\n"
3395msgstr ""
3396
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003397#: misc/e2label.c:116 misc/tune2fs.c:542
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003398#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003399msgid "Usage: e2label device [newlabel]\n"
3400msgstr ""
3401
Theodore Ts'oaef07952008-08-27 23:18:29 -04003402#: misc/e2undo.c:35
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003403#, c-format
3404msgid "Usage: %s <transaction file> <filesystem>\n"
3405msgstr ""
3406
Theodore Ts'oaef07952008-08-27 23:18:29 -04003407#: misc/e2undo.c:52
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003408msgid "Failed to read the file system data \n"
3409msgstr ""
3410
Theodore Ts'o90806952010-02-10 15:49:32 -05003411#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:205
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003412#, c-format
3413msgid "Failed tdb_fetch %s\n"
3414msgstr ""
3415
Theodore Ts'oaef07952008-08-27 23:18:29 -04003416#: misc/e2undo.c:70
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003417#, c-format
3418msgid "The file system Mount time didn't match %u\n"
3419msgstr ""
3420
Theodore Ts'oaef07952008-08-27 23:18:29 -04003421#: misc/e2undo.c:89
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003422msgid "The file system UUID didn't match \n"
3423msgstr ""
3424
Theodore Ts'o90806952010-02-10 15:49:32 -05003425#: misc/e2undo.c:162
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003426#, c-format
3427msgid "Failed tdb_open %s\n"
3428msgstr ""
3429
Theodore Ts'o90806952010-02-10 15:49:32 -05003430#: misc/e2undo.c:168
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003431#, c-format
3432msgid "Error while determining whether %s is mounted.\n"
3433msgstr ""
3434
Theodore Ts'o90806952010-02-10 15:49:32 -05003435#: misc/e2undo.c:174
Theodore Ts'oaef07952008-08-27 23:18:29 -04003436msgid "e2undo should only be run on unmounted file system\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003437msgstr ""
3438
Theodore Ts'o90806952010-02-10 15:49:32 -05003439#: misc/e2undo.c:183
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003440#, c-format
3441msgid "Failed to open %s\n"
3442msgstr ""
3443
Theodore Ts'o90806952010-02-10 15:49:32 -05003444#: misc/e2undo.c:209
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003445#, c-format
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003446msgid "Replayed transaction of size %zd at location %ld\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003447msgstr ""
3448
Theodore Ts'o90806952010-02-10 15:49:32 -05003449#: misc/e2undo.c:215
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003450#, c-format
3451msgid "Failed write %s\n"
3452msgstr ""
3453
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003454#: misc/fsck.c:343
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003455#, c-format
3456msgid "WARNING: couldn't open %s: %s\n"
3457msgstr ""
3458
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003459#: misc/fsck.c:353
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003460#, c-format
3461msgid "WARNING: bad format on line %d of %s\n"
3462msgstr ""
3463
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003464#: misc/fsck.c:368
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003465msgid ""
Theodore Ts'o714da452007-07-07 22:24:13 -04003466"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003467"\tfield. I will kludge around things for you, but you\n"
3468"\tshould fix your /etc/fstab file as soon as you can.\n"
3469"\n"
3470msgstr ""
3471
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003472#: misc/fsck.c:477
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003473#, c-format
3474msgid "fsck: %s: not found\n"
3475msgstr ""
3476
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003477#: misc/fsck.c:593
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003478#, c-format
3479msgid "%s: wait: No more child process?!?\n"
3480msgstr ""
3481
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003482#: misc/fsck.c:615
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003483#, c-format
3484msgid "Warning... %s for device %s exited with signal %d.\n"
3485msgstr ""
3486
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003487#: misc/fsck.c:621
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003488#, c-format
3489msgid "%s %s: status is %x, should never happen.\n"
3490msgstr ""
3491
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003492#: misc/fsck.c:660
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003493#, c-format
3494msgid "Finished with %s (exit status %d)\n"
3495msgstr ""
3496
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003497#: misc/fsck.c:720
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003498#, c-format
3499msgid "%s: Error %d while executing fsck.%s for %s\n"
3500msgstr ""
3501
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003502#: misc/fsck.c:741
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003503msgid ""
3504"Either all or none of the filesystem types passed to -t must be prefixed\n"
3505"with 'no' or '!'.\n"
3506msgstr ""
3507
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003508#: misc/fsck.c:760
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003509msgid "Couldn't allocate memory for filesystem types\n"
3510msgstr ""
3511
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003512#: misc/fsck.c:883
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003513#, c-format
3514msgid ""
3515"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3516"number\n"
3517msgstr ""
3518
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003519#: misc/fsck.c:910
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003520#, c-format
3521msgid "fsck: cannot check %s: fsck.%s not found\n"
3522msgstr ""
3523
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003524#: misc/fsck.c:966
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003525msgid "Checking all file systems.\n"
3526msgstr ""
3527
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003528#: misc/fsck.c:1057
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003529#, c-format
3530msgid "--waiting-- (pass %d)\n"
3531msgstr ""
3532
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003533#: misc/fsck.c:1077
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003534msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003535"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003536msgstr ""
3537
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003538#: misc/fsck.c:1119
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003539#, c-format
3540msgid "%s: too many devices\n"
3541msgstr ""
3542
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003543#: misc/fsck.c:1152 misc/fsck.c:1238
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003544#, c-format
3545msgid "%s: too many arguments\n"
3546msgstr ""
3547
Theodore Ts'o55566e22003-12-26 14:03:39 -05003548#: misc/lsattr.c:73
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003549#, c-format
3550msgid "Usage: %s [-RVadlv] [files...]\n"
3551msgstr ""
3552
Theodore Ts'o55566e22003-12-26 14:03:39 -05003553#: misc/lsattr.c:83
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003554#, c-format
3555msgid "While reading flags on %s"
3556msgstr ""
3557
Theodore Ts'o55566e22003-12-26 14:03:39 -05003558#: misc/lsattr.c:90
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003559#, c-format
3560msgid "While reading version on %s"
3561msgstr ""
3562
Theodore Ts'o90806952010-02-10 15:49:32 -05003563#: misc/mke2fs.c:108
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003564#, c-format
3565msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003566"Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3567"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003568"\t[-G meta group size] [-N number-of-inodes]\n"
3569"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04003570"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003571"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o90806952010-02-10 15:49:32 -05003572"\t[-T fs-type] [-U UUID] [-jnqvFKSV] device [blocks-count]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003573msgstr ""
3574
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003575#: misc/mke2fs.c:210
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003576#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05003577msgid "Running command: %s\n"
3578msgstr ""
3579
3580#: misc/mke2fs.c:214
3581#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003582msgid "while trying to run '%s'"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003583msgstr ""
3584
Theodore Ts'o90806952010-02-10 15:49:32 -05003585#: misc/mke2fs.c:221
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003586msgid "while processing list of bad blocks from program"
3587msgstr ""
3588
Theodore Ts'o90806952010-02-10 15:49:32 -05003589#: misc/mke2fs.c:248
Theodore Ts'o714da452007-07-07 22:24:13 -04003590#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003591msgid "Block %d in primary superblock/group descriptor area bad.\n"
3592msgstr ""
3593
Theodore Ts'o90806952010-02-10 15:49:32 -05003594#: misc/mke2fs.c:250
Theodore Ts'oaef07952008-08-27 23:18:29 -04003595#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04003596msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3597msgstr ""
3598
Theodore Ts'o90806952010-02-10 15:49:32 -05003599#: misc/mke2fs.c:253
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003600msgid "Aborting....\n"
3601msgstr ""
3602
Theodore Ts'o90806952010-02-10 15:49:32 -05003603#: misc/mke2fs.c:273
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003604#, c-format
3605msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003606"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003607"\tbad blocks.\n"
3608"\n"
3609msgstr ""
3610
Theodore Ts'o90806952010-02-10 15:49:32 -05003611#: misc/mke2fs.c:292
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003612msgid "while marking bad blocks as used"
3613msgstr ""
3614
Theodore Ts'o90806952010-02-10 15:49:32 -05003615#: misc/mke2fs.c:350
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003616msgid "done \n"
3617msgstr ""
3618
Theodore Ts'o90806952010-02-10 15:49:32 -05003619#: misc/mke2fs.c:364
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003620msgid "Writing inode tables: "
3621msgstr ""
3622
Theodore Ts'o90806952010-02-10 15:49:32 -05003623#: misc/mke2fs.c:387
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003624#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003625msgid ""
3626"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003627"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003628msgstr ""
3629
Theodore Ts'o90806952010-02-10 15:49:32 -05003630#: misc/mke2fs.c:411
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003631msgid "while creating root dir"
3632msgstr ""
3633
Theodore Ts'o90806952010-02-10 15:49:32 -05003634#: misc/mke2fs.c:418
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003635msgid "while reading root inode"
3636msgstr ""
3637
Theodore Ts'o90806952010-02-10 15:49:32 -05003638#: misc/mke2fs.c:432
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003639msgid "while setting root inode ownership"
3640msgstr ""
3641
Theodore Ts'o90806952010-02-10 15:49:32 -05003642#: misc/mke2fs.c:450
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003643msgid "while creating /lost+found"
3644msgstr ""
3645
Theodore Ts'o90806952010-02-10 15:49:32 -05003646#: misc/mke2fs.c:457
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003647msgid "while looking up /lost+found"
3648msgstr ""
3649
Theodore Ts'o90806952010-02-10 15:49:32 -05003650#: misc/mke2fs.c:470
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003651msgid "while expanding /lost+found"
3652msgstr ""
3653
Theodore Ts'o90806952010-02-10 15:49:32 -05003654#: misc/mke2fs.c:485
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003655msgid "while setting bad block inode"
3656msgstr ""
3657
Theodore Ts'o90806952010-02-10 15:49:32 -05003658#: misc/mke2fs.c:512
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003659#, c-format
3660msgid "Out of memory erasing sectors %d-%d\n"
3661msgstr ""
3662
Theodore Ts'o90806952010-02-10 15:49:32 -05003663#: misc/mke2fs.c:522
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003664#, c-format
3665msgid "Warning: could not read block 0: %s\n"
3666msgstr ""
3667
Theodore Ts'o90806952010-02-10 15:49:32 -05003668#: misc/mke2fs.c:538
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003669#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003670msgid "Warning: could not erase sector %d: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003671msgstr ""
3672
Theodore Ts'o90806952010-02-10 15:49:32 -05003673#: misc/mke2fs.c:554
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003674msgid "while initializing journal superblock"
3675msgstr ""
3676
Theodore Ts'o90806952010-02-10 15:49:32 -05003677#: misc/mke2fs.c:560
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003678msgid "Zeroing journal device: "
3679msgstr ""
3680
Theodore Ts'o90806952010-02-10 15:49:32 -05003681#: misc/mke2fs.c:573
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003682#, c-format
3683msgid "while zeroing journal device (block %u, count %d)"
3684msgstr ""
3685
Theodore Ts'o90806952010-02-10 15:49:32 -05003686#: misc/mke2fs.c:589
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003687msgid "while writing journal superblock"
3688msgstr ""
3689
Theodore Ts'o90806952010-02-10 15:49:32 -05003690#: misc/mke2fs.c:605
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003691#, c-format
3692msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003693"warning: %u blocks unused.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003694"\n"
3695msgstr ""
3696
Theodore Ts'o90806952010-02-10 15:49:32 -05003697#: misc/mke2fs.c:610
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003698#, c-format
3699msgid "Filesystem label=%s\n"
3700msgstr ""
3701
Theodore Ts'o90806952010-02-10 15:49:32 -05003702#: misc/mke2fs.c:611
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003703msgid "OS type: "
3704msgstr ""
3705
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003706#: misc/mke2fs.c:616
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003707#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05003708msgid "Block size=%u (log=%u)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003709msgstr ""
3710
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003711#: misc/mke2fs.c:618
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003712#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05003713msgid "Fragment size=%u (log=%u)\n"
3714msgstr ""
3715
3716#: misc/mke2fs.c:620
3717#, c-format
3718msgid "Stride=%u blocks, Stripe width=%u blocks\n"
3719msgstr ""
3720
3721#: misc/mke2fs.c:622
3722#, c-format
3723msgid "%u inodes, %u blocks\n"
3724msgstr ""
3725
3726#: misc/mke2fs.c:624
3727#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003728msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003729msgstr ""
3730
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003731#: misc/mke2fs.c:627
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003732#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05003733msgid "First data block=%u\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003734msgstr ""
3735
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003736#: misc/mke2fs.c:629
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003737#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05003738msgid "Maximum filesystem blocks=%lu\n"
3739msgstr ""
3740
3741#: misc/mke2fs.c:633
3742#, c-format
3743msgid "%u block groups\n"
3744msgstr ""
3745
3746#: misc/mke2fs.c:635
3747#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003748msgid "%u block group\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003749msgstr ""
3750
Theodore Ts'o90806952010-02-10 15:49:32 -05003751#: misc/mke2fs.c:636
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003752#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003753msgid "%u blocks per group, %u fragments per group\n"
3754msgstr ""
3755
Theodore Ts'o90806952010-02-10 15:49:32 -05003756#: misc/mke2fs.c:638
Theodore Ts'oaef07952008-08-27 23:18:29 -04003757#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003758msgid "%u inodes per group\n"
3759msgstr ""
3760
Theodore Ts'o90806952010-02-10 15:49:32 -05003761#: misc/mke2fs.c:645
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003762#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003763msgid "Superblock backups stored on blocks: "
3764msgstr ""
3765
Theodore Ts'o90806952010-02-10 15:49:32 -05003766#: misc/mke2fs.c:724
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003767#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003768msgid "Invalid stride parameter: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003769msgstr ""
3770
Theodore Ts'o90806952010-02-10 15:49:32 -05003771#: misc/mke2fs.c:739
Theodore Ts'o8f741372008-02-28 21:47:05 -05003772#, c-format
3773msgid "Invalid stripe-width parameter: %s\n"
3774msgstr ""
3775
Theodore Ts'o90806952010-02-10 15:49:32 -05003776#: misc/mke2fs.c:761
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003777#, c-format
3778msgid "Invalid resize parameter: %s\n"
3779msgstr ""
3780
Theodore Ts'o90806952010-02-10 15:49:32 -05003781#: misc/mke2fs.c:768
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003782#, c-format
3783msgid "The resize maximum must be greater than the filesystem size.\n"
3784msgstr ""
3785
Theodore Ts'o90806952010-02-10 15:49:32 -05003786#: misc/mke2fs.c:792
Theodore Ts'o714da452007-07-07 22:24:13 -04003787#, c-format
3788msgid "On-line resizing not supported with revision 0 filesystems\n"
3789msgstr ""
3790
Theodore Ts'o90806952010-02-10 15:49:32 -05003791#: misc/mke2fs.c:814
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003792#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003793msgid ""
3794"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003795"Bad option(s) specified: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003796"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003797"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003798"\tis set off by an equals ('=') sign.\n"
3799"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003800"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003801"\tstride=<RAID per-disk data chunk in blocks>\n"
3802"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003803"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003804"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003805"\ttest_fs\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003806"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003807msgstr ""
3808
Theodore Ts'o90806952010-02-10 15:49:32 -05003809#: misc/mke2fs.c:830
Theodore Ts'o8f741372008-02-28 21:47:05 -05003810#, c-format
3811msgid ""
3812"\n"
3813"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
3814"\n"
3815msgstr ""
3816
Theodore Ts'o90806952010-02-10 15:49:32 -05003817#: misc/mke2fs.c:862
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003818#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003819msgid ""
3820"Syntax error in mke2fs config file (%s, line #%d)\n"
3821"\t%s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003822msgstr ""
3823
Theodore Ts'o90806952010-02-10 15:49:32 -05003824#: misc/mke2fs.c:875 misc/tune2fs.c:355
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003825#, c-format
3826msgid "Invalid filesystem option set: %s\n"
3827msgstr ""
3828
Theodore Ts'o90806952010-02-10 15:49:32 -05003829#: misc/mke2fs.c:985
Theodore Ts'oaef07952008-08-27 23:18:29 -04003830#, c-format
3831msgid ""
3832"\n"
3833"Warning! Your mke2fs.conf file does not define the %s filesystem type.\n"
3834msgstr ""
3835
Theodore Ts'o90806952010-02-10 15:49:32 -05003836#: misc/mke2fs.c:988
Theodore Ts'oaef07952008-08-27 23:18:29 -04003837#, c-format
3838msgid ""
3839"You probably need to install an updated mke2fs.conf file.\n"
3840"\n"
3841msgstr ""
3842
Theodore Ts'o90806952010-02-10 15:49:32 -05003843#: misc/mke2fs.c:1224
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003844#, c-format
3845msgid "invalid block size - %s"
3846msgstr ""
3847
Theodore Ts'o90806952010-02-10 15:49:32 -05003848#: misc/mke2fs.c:1228
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003849#, c-format
3850msgid "Warning: blocksize %d not usable on most systems.\n"
3851msgstr ""
3852
Theodore Ts'o90806952010-02-10 15:49:32 -05003853#: misc/mke2fs.c:1244
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003854#, c-format
3855msgid "invalid fragment size - %s"
3856msgstr ""
3857
Theodore Ts'o90806952010-02-10 15:49:32 -05003858#: misc/mke2fs.c:1250
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003859#, c-format
3860msgid "Warning: fragments not supported. Ignoring -f option\n"
3861msgstr ""
3862
Theodore Ts'o90806952010-02-10 15:49:32 -05003863#: misc/mke2fs.c:1257
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003864msgid "Illegal number for blocks per group"
3865msgstr ""
3866
Theodore Ts'o90806952010-02-10 15:49:32 -05003867#: misc/mke2fs.c:1262
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003868msgid "blocks per group must be multiple of 8"
3869msgstr ""
3870
Theodore Ts'o90806952010-02-10 15:49:32 -05003871#: misc/mke2fs.c:1270
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003872msgid "Illegal number for flex_bg size"
3873msgstr ""
3874
Theodore Ts'o90806952010-02-10 15:49:32 -05003875#: misc/mke2fs.c:1276
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003876msgid "flex_bg size must be a power of 2"
3877msgstr ""
3878
Theodore Ts'o90806952010-02-10 15:49:32 -05003879#: misc/mke2fs.c:1286
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003880#, c-format
3881msgid "invalid inode ratio %s (min %d/max %d)"
3882msgstr ""
3883
Theodore Ts'o90806952010-02-10 15:49:32 -05003884#: misc/mke2fs.c:1306
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003885msgid "in malloc for bad_blocks_filename"
3886msgstr ""
3887
Theodore Ts'o90806952010-02-10 15:49:32 -05003888#: misc/mke2fs.c:1316
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003889#, c-format
3890msgid "invalid reserved blocks percent - %s"
3891msgstr ""
3892
Theodore Ts'o90806952010-02-10 15:49:32 -05003893#: misc/mke2fs.c:1334
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003894#, c-format
3895msgid "bad revision level - %s"
3896msgstr ""
3897
Theodore Ts'o90806952010-02-10 15:49:32 -05003898#: misc/mke2fs.c:1346
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003899#, c-format
3900msgid "invalid inode size - %s"
3901msgstr ""
3902
Theodore Ts'o90806952010-02-10 15:49:32 -05003903#: misc/mke2fs.c:1366
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003904#, c-format
3905msgid "bad num inodes - %s"
3906msgstr ""
3907
Theodore Ts'o90806952010-02-10 15:49:32 -05003908#: misc/mke2fs.c:1431 misc/mke2fs.c:2181
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003909#, c-format
3910msgid "while trying to open journal device %s\n"
3911msgstr ""
3912
Theodore Ts'o90806952010-02-10 15:49:32 -05003913#: misc/mke2fs.c:1437
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003914#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003915msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003916msgstr ""
3917
Theodore Ts'o90806952010-02-10 15:49:32 -05003918#: misc/mke2fs.c:1443
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003919#, c-format
3920msgid "Using journal device's blocksize: %d\n"
3921msgstr ""
3922
Theodore Ts'o90806952010-02-10 15:49:32 -05003923#: misc/mke2fs.c:1452
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003924#, c-format
3925msgid "%d-byte blocks too big for system (max %d)"
3926msgstr ""
3927
Theodore Ts'o90806952010-02-10 15:49:32 -05003928#: misc/mke2fs.c:1456
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003929#, c-format
3930msgid ""
3931"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3932msgstr ""
3933
Theodore Ts'o90806952010-02-10 15:49:32 -05003934#: misc/mke2fs.c:1464
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003935#, c-format
3936msgid "invalid blocks count - %s"
3937msgstr ""
3938
Theodore Ts'o90806952010-02-10 15:49:32 -05003939#: misc/mke2fs.c:1474
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003940msgid "filesystem"
3941msgstr ""
3942
Theodore Ts'o90806952010-02-10 15:49:32 -05003943#: misc/mke2fs.c:1510
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003944#, c-format
3945msgid ""
3946"%s: Size of device %s too big to be expressed in 32 bits\n"
3947"\tusing a blocksize of %d.\n"
3948msgstr ""
3949
Theodore Ts'o90806952010-02-10 15:49:32 -05003950#: misc/mke2fs.c:1519 resize/main.c:374
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003951msgid "while trying to determine filesystem size"
3952msgstr ""
3953
Theodore Ts'o90806952010-02-10 15:49:32 -05003954#: misc/mke2fs.c:1526
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003955msgid ""
3956"Couldn't determine device size; you must specify\n"
3957"the size of the filesystem\n"
3958msgstr ""
3959
Theodore Ts'o90806952010-02-10 15:49:32 -05003960#: misc/mke2fs.c:1533
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003961msgid ""
3962"Device size reported to be zero. Invalid partition specified, or\n"
3963"\tpartition table wasn't reread after running fdisk, due to\n"
3964"\ta modified partition being busy and in use. You may need to reboot\n"
3965"\tto re-read your partition table.\n"
3966msgstr ""
3967
Theodore Ts'o90806952010-02-10 15:49:32 -05003968#: misc/mke2fs.c:1551
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003969msgid "Filesystem larger than apparent device size."
3970msgstr ""
3971
Theodore Ts'o90806952010-02-10 15:49:32 -05003972#: misc/mke2fs.c:1557
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003973#, c-format
3974msgid "Failed to parse fs types list\n"
3975msgstr ""
3976
Theodore Ts'o90806952010-02-10 15:49:32 -05003977#: misc/mke2fs.c:1591
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003978msgid "fs_types for mke2fs.conf resolution: "
3979msgstr ""
3980
Theodore Ts'o90806952010-02-10 15:49:32 -05003981#: misc/mke2fs.c:1598
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003982#, c-format
3983msgid "Filesystem features not supported with revision 0 filesystems\n"
3984msgstr ""
3985
Theodore Ts'o90806952010-02-10 15:49:32 -05003986#: misc/mke2fs.c:1605
Theodore Ts'o714da452007-07-07 22:24:13 -04003987#, c-format
3988msgid "Sparse superblocks not supported with revision 0 filesystems\n"
3989msgstr ""
3990
Theodore Ts'o90806952010-02-10 15:49:32 -05003991#: misc/mke2fs.c:1617
Theodore Ts'o714da452007-07-07 22:24:13 -04003992#, c-format
3993msgid "Journals not supported with revision 0 filesystems\n"
3994msgstr ""
3995
Theodore Ts'o90806952010-02-10 15:49:32 -05003996#: misc/mke2fs.c:1635
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -04003997#, c-format
3998msgid ""
3999"The resize_inode and meta_bg features are not compatible.\n"
4000"They can not be both enabled simultaneously.\n"
4001msgstr ""
4002
Theodore Ts'o90806952010-02-10 15:49:32 -05004003#: misc/mke2fs.c:1652
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004004msgid "while trying to determine hardware sector size"
4005msgstr ""
4006
Theodore Ts'o90806952010-02-10 15:49:32 -05004007#: misc/mke2fs.c:1690
4008#, c-format
4009msgid "warning: Unable to get device geometry for %s\n"
4010msgstr ""
4011
4012#: misc/mke2fs.c:1693
4013#, c-format
4014msgid "%s alignment is offset by %lu bytes.\n"
4015msgstr ""
4016
4017#: misc/mke2fs.c:1695
4018#, c-format
4019msgid ""
4020"This may result in very poor performance, (re)-partitioning suggested.\n"
4021msgstr ""
4022
4023#: misc/mke2fs.c:1724
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004024msgid "reserved online resize blocks not supported on non-sparse filesystem"
4025msgstr ""
4026
Theodore Ts'o90806952010-02-10 15:49:32 -05004027#: misc/mke2fs.c:1733
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004028msgid "blocks per group count out of range"
4029msgstr ""
4030
Theodore Ts'o90806952010-02-10 15:49:32 -05004031#: misc/mke2fs.c:1748
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004032msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004033msgstr ""
4034
Theodore Ts'o90806952010-02-10 15:49:32 -05004035#: misc/mke2fs.c:1760
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004036#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004037msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004038msgstr ""
4039
Theodore Ts'o90806952010-02-10 15:49:32 -05004040#: misc/mke2fs.c:1774
Theodore Ts'o714da452007-07-07 22:24:13 -04004041#, c-format
4042msgid "too many inodes (%llu), raise inode ratio?"
4043msgstr ""
4044
Theodore Ts'o90806952010-02-10 15:49:32 -05004045#: misc/mke2fs.c:1779
Theodore Ts'o714da452007-07-07 22:24:13 -04004046#, c-format
4047msgid "too many inodes (%llu), specify < 2^32 inodes"
4048msgstr ""
4049
Theodore Ts'o90806952010-02-10 15:49:32 -05004050#: misc/mke2fs.c:1794
Theodore Ts'o714da452007-07-07 22:24:13 -04004051#, c-format
4052msgid ""
4053"inode_size (%u) * inodes_count (%u) too big for a\n"
4054"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
4055"\tor lower inode count (-N).\n"
4056msgstr ""
4057
Theodore Ts'o90806952010-02-10 15:49:32 -05004058#: misc/mke2fs.c:1887 misc/tune2fs.c:1494
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004059msgid "Couldn't allocate memory for tdb filename\n"
4060msgstr ""
4061
Theodore Ts'o90806952010-02-10 15:49:32 -05004062#: misc/mke2fs.c:1900 misc/tune2fs.c:1516
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004063#, c-format
4064msgid "while trying to delete %s"
4065msgstr ""
4066
Theodore Ts'o90806952010-02-10 15:49:32 -05004067#: misc/mke2fs.c:1910
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004068#, c-format
4069msgid ""
4070"Overwriting existing filesystem; this can be undone using the command:\n"
4071" e2undo %s %s\n"
4072"\n"
4073msgstr ""
4074
Theodore Ts'o90806952010-02-10 15:49:32 -05004075#: misc/mke2fs.c:1947
4076#, c-format
4077msgid "Calling BLKDISCARD from %llu to %llu "
4078msgstr ""
4079
4080#: misc/mke2fs.c:1950
4081#, c-format
4082msgid "failed.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004083msgstr ""
4084
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004085#: misc/mke2fs.c:1952
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004086#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05004087msgid "succeeded.\n"
4088msgstr ""
4089
4090#: misc/mke2fs.c:2001
4091msgid "while setting up superblock"
4092msgstr ""
4093
4094#: misc/mke2fs.c:2065
4095#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004096msgid "unknown os - %s"
4097msgstr ""
4098
Theodore Ts'o90806952010-02-10 15:49:32 -05004099#: misc/mke2fs.c:2119
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004100msgid "while trying to allocate filesystem tables"
4101msgstr ""
4102
Theodore Ts'o90806952010-02-10 15:49:32 -05004103#: misc/mke2fs.c:2150
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004104#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004105msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004106msgstr ""
4107
Theodore Ts'o90806952010-02-10 15:49:32 -05004108#: misc/mke2fs.c:2163
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05004109msgid "while reserving blocks for online resize"
4110msgstr ""
4111
Theodore Ts'o90806952010-02-10 15:49:32 -05004112#: misc/mke2fs.c:2174 misc/tune2fs.c:479
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004113msgid "journal"
4114msgstr ""
4115
Theodore Ts'o90806952010-02-10 15:49:32 -05004116#: misc/mke2fs.c:2186
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004117#, c-format
4118msgid "Adding journal to device %s: "
4119msgstr ""
4120
Theodore Ts'o90806952010-02-10 15:49:32 -05004121#: misc/mke2fs.c:2193
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004122#, c-format
4123msgid ""
4124"\n"
4125"\twhile trying to add journal to device %s"
4126msgstr ""
4127
Theodore Ts'o90806952010-02-10 15:49:32 -05004128#: misc/mke2fs.c:2198 misc/mke2fs.c:2230 misc/tune2fs.c:508 misc/tune2fs.c:522
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004129#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004130msgid "done\n"
4131msgstr ""
4132
Theodore Ts'o90806952010-02-10 15:49:32 -05004133#: misc/mke2fs.c:2207
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004134#, c-format
4135msgid "Skipping journal creation in super-only mode\n"
4136msgstr ""
4137
Theodore Ts'o90806952010-02-10 15:49:32 -05004138#: misc/mke2fs.c:2218
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004139#, c-format
4140msgid "Creating journal (%u blocks): "
4141msgstr ""
4142
Theodore Ts'o90806952010-02-10 15:49:32 -05004143#: misc/mke2fs.c:2235
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004144#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004145msgid "Writing superblocks and filesystem accounting information: "
4146msgstr ""
4147
Theodore Ts'o90806952010-02-10 15:49:32 -05004148#: misc/mke2fs.c:2240
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004149#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004150msgid ""
4151"\n"
4152"Warning, had trouble writing out superblocks."
4153msgstr ""
4154
Theodore Ts'o90806952010-02-10 15:49:32 -05004155#: misc/mke2fs.c:2243
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004156#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004157msgid ""
4158"done\n"
4159"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004160msgstr ""
4161
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004162#: misc/mklost+found.c:49
4163#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004164msgid "Usage: mklost+found\n"
4165msgstr ""
4166
Theodore Ts'oaef07952008-08-27 23:18:29 -04004167#: misc/partinfo.c:39
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004168#, c-format
4169msgid ""
4170"Usage: %s device...\n"
4171"\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04004172"Prints out the partition information for each given device.\n"
4173"For example: %s /dev/hda\n"
4174"\n"
4175msgstr ""
4176
4177#: misc/partinfo.c:49
4178#, c-format
4179msgid "Cannot open %s: %s"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004180msgstr ""
4181
4182#: misc/partinfo.c:55
Theodore Ts'oaef07952008-08-27 23:18:29 -04004183#, c-format
4184msgid "Cannot get geometry of %s: %s"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004185msgstr ""
4186
Theodore Ts'oaef07952008-08-27 23:18:29 -04004187#: misc/partinfo.c:63
4188#, c-format
4189msgid "Cannot get size of %s: %s"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004190msgstr ""
4191
Theodore Ts'oaef07952008-08-27 23:18:29 -04004192#: misc/partinfo.c:69
4193#, c-format
4194msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004195msgstr ""
4196
Theodore Ts'o052a7912008-10-12 23:17:54 -04004197#: misc/tune2fs.c:96
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004198msgid "Please run e2fsck on the filesystem.\n"
4199msgstr ""
4200
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004201#: misc/tune2fs.c:105
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004202#, c-format
4203msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004204"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004205"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4206"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4207"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004208"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004209"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4210"\t[ -I new_inode_size ] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004211msgstr ""
4212
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004213#: misc/tune2fs.c:190
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004214msgid "while trying to open external journal"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004215msgstr ""
4216
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004217#: misc/tune2fs.c:194
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004218#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004219msgid "%s is not a journal device.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004220msgstr ""
4221
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004222#: misc/tune2fs.c:209
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004223msgid "Journal superblock not found!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004224msgstr ""
4225
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004226#: misc/tune2fs.c:221
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004227msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004228msgstr ""
4229
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004230#: misc/tune2fs.c:242
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004231msgid "Journal NOT removed\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004232msgstr ""
4233
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004234#: misc/tune2fs.c:248
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004235msgid "Journal removed\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004236msgstr ""
4237
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004238#: misc/tune2fs.c:288
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004239msgid "while reading bitmaps"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004240msgstr ""
4241
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004242#: misc/tune2fs.c:296
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004243msgid "while clearing journal inode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004244msgstr ""
4245
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004246#: misc/tune2fs.c:307
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004247msgid "while writing journal inode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004248msgstr ""
4249
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004250#: misc/tune2fs.c:322
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004251#, c-format
4252msgid "Invalid mount option set: %s\n"
4253msgstr ""
4254
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004255#: misc/tune2fs.c:358
Theodore Ts'o8f741372008-02-28 21:47:05 -05004256#, c-format
4257msgid "Clearing filesystem feature '%s' not supported.\n"
4258msgstr ""
4259
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004260#: misc/tune2fs.c:364
Theodore Ts'o8f741372008-02-28 21:47:05 -05004261#, c-format
4262msgid "Setting filesystem feature '%s' not supported.\n"
4263msgstr ""
4264
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004265#: misc/tune2fs.c:373
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004266msgid ""
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04004267"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004268"unmounted or mounted read-only.\n"
4269msgstr ""
4270
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004271#: misc/tune2fs.c:381
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004272msgid ""
4273"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4274"the has_journal flag.\n"
4275msgstr ""
4276
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004277#: misc/tune2fs.c:414
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004278msgid ""
4279"Clearing the flex_bg flag would cause the the filesystem to be\n"
4280"inconsistent.\n"
4281msgstr ""
4282
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004283#: misc/tune2fs.c:425
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04004284msgid ""
4285"The huge_file feature may only be cleared when the filesystem is\n"
4286"unmounted or mounted read-only.\n"
4287msgstr ""
4288
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004289#: misc/tune2fs.c:453
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04004290#, c-format
4291msgid "(and reboot afterwards!)\n"
4292msgstr ""
4293
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004294#: misc/tune2fs.c:474
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004295msgid "The filesystem already has a journal.\n"
4296msgstr ""
4297
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004298#: misc/tune2fs.c:492
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004299#, c-format
4300msgid ""
4301"\n"
4302"\twhile trying to open journal on %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004303msgstr ""
4304
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004305#: misc/tune2fs.c:496
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004306#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004307msgid "Creating journal on device %s: "
4308msgstr ""
4309
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004310#: misc/tune2fs.c:504
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004311#, c-format
4312msgid "while adding filesystem to journal on %s"
4313msgstr ""
4314
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004315#: misc/tune2fs.c:510
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004316msgid "Creating journal inode: "
4317msgstr ""
4318
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004319#: misc/tune2fs.c:519
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004320msgid ""
4321"\n"
4322"\twhile trying to create journal file"
4323msgstr ""
4324
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004325#: misc/tune2fs.c:585
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004326#, c-format
4327msgid "Couldn't parse date/time specifier: %s"
4328msgstr ""
4329
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004330#: misc/tune2fs.c:609 misc/tune2fs.c:622
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004331#, c-format
4332msgid "bad mounts count - %s"
4333msgstr ""
4334
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004335#: misc/tune2fs.c:638
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004336#, c-format
4337msgid "bad error behavior - %s"
4338msgstr ""
4339
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004340#: misc/tune2fs.c:665
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004341#, c-format
4342msgid "bad gid/group name - %s"
4343msgstr ""
4344
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004345#: misc/tune2fs.c:698
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004346#, c-format
4347msgid "bad interval - %s"
4348msgstr ""
4349
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004350#: misc/tune2fs.c:727
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004351#, c-format
4352msgid "bad reserved block ratio - %s"
4353msgstr ""
4354
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004355#: misc/tune2fs.c:742
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004356msgid "-o may only be specified once"
4357msgstr ""
4358
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004359#: misc/tune2fs.c:752
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004360msgid "-O may only be specified once"
4361msgstr ""
4362
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004363#: misc/tune2fs.c:762
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004364#, c-format
4365msgid "bad reserved blocks count - %s"
4366msgstr ""
4367
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004368#: misc/tune2fs.c:791
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004369#, c-format
4370msgid "bad uid/user name - %s"
4371msgstr ""
4372
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004373#: misc/tune2fs.c:808
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004374#, c-format
4375msgid "bad inode size - %s"
4376msgstr ""
4377
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004378#: misc/tune2fs.c:815
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004379#, c-format
4380msgid "Inode size must be a power of two- %s"
4381msgstr ""
4382
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004383#: misc/tune2fs.c:904
Theodore Ts'o8f741372008-02-28 21:47:05 -05004384#, c-format
4385msgid "Invalid RAID stride: %s\n"
4386msgstr ""
4387
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004388#: misc/tune2fs.c:919
Theodore Ts'o8f741372008-02-28 21:47:05 -05004389#, c-format
4390msgid "Invalid RAID stripe-width: %s\n"
4391msgstr ""
4392
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004393#: misc/tune2fs.c:934
Theodore Ts'of6d179f2008-08-29 23:36:08 -04004394#, c-format
4395msgid "Invalid hash algorithm: %s\n"
4396msgstr ""
4397
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004398#: misc/tune2fs.c:940
Theodore Ts'of6d179f2008-08-29 23:36:08 -04004399#, c-format
4400msgid "Setting default hash algorithm to %s (%d)\n"
4401msgstr ""
4402
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004403#: misc/tune2fs.c:948
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004404#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004405msgid ""
4406"\n"
4407"Bad options specified.\n"
4408"\n"
4409"Extended options are separated by commas, and may take an argument which\n"
4410"\tis set off by an equals ('=') sign.\n"
4411"\n"
4412"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004413"\tstride=<RAID per-disk chunk size in blocks>\n"
Theodore Ts'of6d179f2008-08-29 23:36:08 -04004414"\tstripe_width=<RAID stride*data disks in blocks>\n"
4415"\thash_alg=<hash algorithm>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004416"\ttest_fs\n"
4417"\t^test_fs\n"
4418msgstr ""
4419
Theodore Ts'o90806952010-02-10 15:49:32 -05004420#: misc/tune2fs.c:1421 resize/resize2fs.c:790
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004421msgid "blocks to be moved"
4422msgstr ""
4423
Theodore Ts'o90806952010-02-10 15:49:32 -05004424#: misc/tune2fs.c:1424
4425msgid "Failed to allocate block bitmap when increasing inode size\n"
4426msgstr ""
4427
4428#: misc/tune2fs.c:1430
4429msgid "Not enough space to increase inode size \n"
4430msgstr ""
4431
4432#: misc/tune2fs.c:1435
4433msgid "Failed to relocate blocks during inode resize \n"
4434msgstr ""
4435
4436#: misc/tune2fs.c:1467
4437msgid ""
4438"Error in resizing the inode size.\n"
4439"Run e2undo to undo the file system changes. \n"
4440msgstr ""
4441
4442#: misc/tune2fs.c:1526
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004443#, c-format
4444msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004445"To undo the tune2fs operation please run the command\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04004446" e2undo %s %s\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004447"\n"
4448msgstr ""
4449
Theodore Ts'o90806952010-02-10 15:49:32 -05004450#: misc/tune2fs.c:1587
Theodore Ts'oaef07952008-08-27 23:18:29 -04004451#, c-format
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004452msgid "The inode size is already %lu\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04004453msgstr ""
4454
Theodore Ts'o90806952010-02-10 15:49:32 -05004455#: misc/tune2fs.c:1592
Theodore Ts'oaef07952008-08-27 23:18:29 -04004456#, c-format
4457msgid "Shrinking the inode size is not supported\n"
4458msgstr ""
4459
Theodore Ts'o90806952010-02-10 15:49:32 -05004460#: misc/tune2fs.c:1635
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004461#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004462msgid "Setting maximal mount count to %d\n"
4463msgstr ""
4464
Theodore Ts'o90806952010-02-10 15:49:32 -05004465#: misc/tune2fs.c:1641
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004466#, c-format
4467msgid "Setting current mount count to %d\n"
4468msgstr ""
4469
Theodore Ts'o90806952010-02-10 15:49:32 -05004470#: misc/tune2fs.c:1646
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004471#, c-format
4472msgid "Setting error behavior to %d\n"
4473msgstr ""
4474
Theodore Ts'o90806952010-02-10 15:49:32 -05004475#: misc/tune2fs.c:1651
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004476#, c-format
4477msgid "Setting reserved blocks gid to %lu\n"
4478msgstr ""
4479
Theodore Ts'o90806952010-02-10 15:49:32 -05004480#: misc/tune2fs.c:1656
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004481#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004482msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004483msgstr ""
4484
Theodore Ts'o90806952010-02-10 15:49:32 -05004485#: misc/tune2fs.c:1663
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004486#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004487msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004488msgstr ""
4489
Theodore Ts'o90806952010-02-10 15:49:32 -05004490#: misc/tune2fs.c:1670
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004491#, c-format
Theodore Ts'o55566e22003-12-26 14:03:39 -05004492msgid "reserved blocks count is too big (%lu)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004493msgstr ""
4494
Theodore Ts'o90806952010-02-10 15:49:32 -05004495#: misc/tune2fs.c:1676
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004496#, c-format
4497msgid "Setting reserved blocks count to %lu\n"
4498msgstr ""
4499
Theodore Ts'o90806952010-02-10 15:49:32 -05004500#: misc/tune2fs.c:1682
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004501msgid ""
4502"\n"
4503"The filesystem already has sparse superblocks.\n"
4504msgstr ""
4505
Theodore Ts'o90806952010-02-10 15:49:32 -05004506#: misc/tune2fs.c:1689
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004507#, c-format
4508msgid ""
4509"\n"
4510"Sparse superblock flag set. %s"
4511msgstr ""
4512
Theodore Ts'o90806952010-02-10 15:49:32 -05004513#: misc/tune2fs.c:1694
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004514msgid ""
4515"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004516"Clearing the sparse superflag not supported.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004517msgstr ""
4518
Theodore Ts'o90806952010-02-10 15:49:32 -05004519#: misc/tune2fs.c:1701
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004520#, c-format
4521msgid "Setting time filesystem last checked to %s\n"
4522msgstr ""
4523
Theodore Ts'o90806952010-02-10 15:49:32 -05004524#: misc/tune2fs.c:1707
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004525#, c-format
4526msgid "Setting reserved blocks uid to %lu\n"
4527msgstr ""
4528
Theodore Ts'o90806952010-02-10 15:49:32 -05004529#: misc/tune2fs.c:1758
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004530msgid "Invalid UUID format\n"
4531msgstr ""
4532
Theodore Ts'o90806952010-02-10 15:49:32 -05004533#: misc/tune2fs.c:1770
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004534msgid "The inode size may only be changed when the filesystem is unmounted.\n"
4535msgstr ""
4536
Theodore Ts'o90806952010-02-10 15:49:32 -05004537#: misc/tune2fs.c:1777
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004538msgid ""
4539"Changing the inode size not supported for filesystems with the flex_bg\n"
4540"feature enabled.\n"
4541msgstr ""
4542
Theodore Ts'o90806952010-02-10 15:49:32 -05004543#: misc/tune2fs.c:1789
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004544#, c-format
4545msgid "Setting inode size %lu\n"
4546msgstr ""
4547
Theodore Ts'o90806952010-02-10 15:49:32 -05004548#: misc/tune2fs.c:1799
Theodore Ts'o8f741372008-02-28 21:47:05 -05004549#, c-format
4550msgid "Setting stride size to %d\n"
4551msgstr ""
4552
Theodore Ts'o90806952010-02-10 15:49:32 -05004553#: misc/tune2fs.c:1804
Theodore Ts'o8f741372008-02-28 21:47:05 -05004554#, c-format
4555msgid "Setting stripe width to %d\n"
4556msgstr ""
4557
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004558#: misc/util.c:72
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004559msgid "Proceed anyway? (y,n) "
4560msgstr ""
4561
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004562#: misc/util.c:93
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004563#, c-format
4564msgid "Could not stat %s --- %s\n"
4565msgstr ""
4566
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004567#: misc/util.c:96
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004568msgid ""
4569"\n"
4570"The device apparently does not exist; did you specify it correctly?\n"
4571msgstr ""
4572
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004573#: misc/util.c:107
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004574#, c-format
4575msgid "%s is not a block special device.\n"
4576msgstr ""
4577
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004578#: misc/util.c:136
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004579#, c-format
4580msgid "%s is entire device, not just one partition!\n"
4581msgstr ""
4582
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004583#: misc/util.c:158
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004584msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
4585msgstr ""
4586
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004587#: misc/util.c:163
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004588#, c-format
4589msgid "will not make a %s here!\n"
4590msgstr ""
4591
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004592#: misc/util.c:170
4593msgid "mke2fs forced anyway.\n"
4594msgstr ""
4595
4596#: misc/util.c:186
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004597msgid "Couldn't allocate memory to parse journal options!\n"
4598msgstr ""
4599
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004600#: misc/util.c:228
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004601msgid ""
4602"\n"
4603"Bad journal options specified.\n"
4604"\n"
4605"Journal options are separated by commas, and may take an argument which\n"
4606"\tis set off by an equals ('=') sign.\n"
4607"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004608"Valid journal options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004609"\tsize=<journal size in megabytes>\n"
4610"\tdevice=<journal device>\n"
4611"\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04004612"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004613"\n"
4614msgstr ""
4615
Theodore Ts'o714da452007-07-07 22:24:13 -04004616#: misc/util.c:258
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004617msgid ""
4618"\n"
4619"Filesystem too small for a journal\n"
4620msgstr ""
4621
Theodore Ts'o714da452007-07-07 22:24:13 -04004622#: misc/util.c:265
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004623#, c-format
4624msgid ""
4625"\n"
4626"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04004627"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004628msgstr ""
4629
Theodore Ts'o714da452007-07-07 22:24:13 -04004630#: misc/util.c:273
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004631msgid ""
4632"\n"
4633"Journal size too big for filesystem.\n"
4634msgstr ""
4635
Theodore Ts'o714da452007-07-07 22:24:13 -04004636#: misc/util.c:283
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004637#, c-format
4638msgid ""
4639"This filesystem will be automatically checked every %d mounts or\n"
4640"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4641msgstr ""
4642
Theodore Ts'o714da452007-07-07 22:24:13 -04004643#: misc/uuidgen.c:31
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004644#, c-format
4645msgid "Usage: %s [-r] [-t]\n"
4646msgstr ""
4647
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004648#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004649msgid "# Extent dump:\n"
4650msgstr ""
4651
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004652#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004653#, c-format
4654msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4655msgstr ""
4656
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004657#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004658#, c-format
4659msgid "#\t\t %u -> %u (%d)\n"
4660msgstr ""
4661
Theodore Ts'o052a7912008-10-12 23:17:54 -04004662#: resize/main.c:42
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004663#, c-format
4664msgid ""
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004665"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004666"\n"
4667msgstr ""
4668
Theodore Ts'o052a7912008-10-12 23:17:54 -04004669#: resize/main.c:64
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004670msgid "Extending the inode table"
4671msgstr ""
4672
Theodore Ts'o052a7912008-10-12 23:17:54 -04004673#: resize/main.c:67
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004674msgid "Relocating blocks"
4675msgstr ""
4676
Theodore Ts'o052a7912008-10-12 23:17:54 -04004677#: resize/main.c:70
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004678msgid "Scanning inode table"
4679msgstr ""
4680
Theodore Ts'o052a7912008-10-12 23:17:54 -04004681#: resize/main.c:73
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004682msgid "Updating inode references"
4683msgstr ""
4684
Theodore Ts'o052a7912008-10-12 23:17:54 -04004685#: resize/main.c:76
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004686msgid "Moving inode table"
4687msgstr ""
4688
Theodore Ts'o052a7912008-10-12 23:17:54 -04004689#: resize/main.c:79
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004690msgid "Unknown pass?!?"
4691msgstr ""
4692
Theodore Ts'o052a7912008-10-12 23:17:54 -04004693#: resize/main.c:82
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004694#, c-format
4695msgid "Begin pass %d (max = %lu)\n"
4696msgstr ""
4697
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004698#: resize/main.c:265
Theodore Ts'o6956f612005-12-31 16:46:15 -05004699#, c-format
4700msgid "while opening %s"
4701msgstr ""
4702
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004703#: resize/main.c:277
Theodore Ts'o6956f612005-12-31 16:46:15 -05004704#, c-format
4705msgid "while getting stat information for %s"
4706msgstr ""
4707
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004708#: resize/main.c:338
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004709#, c-format
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004710msgid ""
4711"%s: The combination of flex_bg and\n"
4712"\t!resize_inode features is not supported by resize2fs.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004713msgstr ""
4714
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004715#: resize/main.c:348
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004716#, c-format
4717msgid "Estimated minimum size of the filesystem: %u\n"
4718msgstr ""
4719
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004720#: resize/main.c:384
Theodore Ts'o052a7912008-10-12 23:17:54 -04004721#, c-format
4722msgid "Invalid new size: %s\n"
4723msgstr ""
4724
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004725#: resize/main.c:396
Theodore Ts'o53013932009-05-30 13:50:07 -04004726#, c-format
4727msgid "New size smaller than minimum (%u)\n"
4728msgstr ""
4729
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004730#: resize/main.c:402
Theodore Ts'o714da452007-07-07 22:24:13 -04004731msgid "Invalid stride length"
4732msgstr ""
4733
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004734#: resize/main.c:426
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004735#, c-format
4736msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004737"The containing partition (or device) is only %u (%dk) blocks.\n"
4738"You requested a new size of %u blocks.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004739"\n"
4740msgstr ""
4741
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004742#: resize/main.c:433
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004743#, c-format
4744msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004745"The filesystem is already %u blocks long. Nothing to do!\n"
4746"\n"
4747msgstr ""
4748
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004749#: resize/main.c:444
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004750#, c-format
4751msgid ""
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004752"Please run 'e2fsck -f %s' first.\n"
4753"\n"
4754msgstr ""
4755
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004756#: resize/main.c:448
4757#, c-format
4758msgid "Resizing the filesystem on %s to %u (%dk) blocks.\n"
4759msgstr ""
4760
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004761#: resize/main.c:457
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004762#, c-format
4763msgid "while trying to resize %s"
4764msgstr ""
4765
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004766#: resize/main.c:460
4767#, c-format
4768msgid ""
4769"Please run 'e2fsck -fy %s' to fix the filesystem\n"
4770"after the aborted resize operation.\n"
4771msgstr ""
4772
4773#: resize/main.c:466
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004774#, c-format
4775msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004776"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004777"\n"
4778msgstr ""
4779
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004780#: resize/main.c:481
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004781#, c-format
4782msgid "while trying to truncate %s"
4783msgstr ""
4784
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004785#: resize/online.c:37
4786#, c-format
4787msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
4788msgstr ""
4789
4790#: resize/online.c:41
4791#, c-format
4792msgid "On-line shrinking from %u to %u not supported.\n"
4793msgstr ""
4794
4795#: resize/online.c:61
4796msgid "Filesystem does not support online resizing"
4797msgstr ""
4798
4799#: resize/online.c:68
4800#, c-format
4801msgid "while trying to open mountpoint %s"
4802msgstr ""
4803
4804#: resize/online.c:76
4805msgid "Permission denied to resize filesystem"
4806msgstr ""
4807
4808#: resize/online.c:79
4809msgid "Kernel does not support online resizing"
4810msgstr ""
4811
4812#: resize/online.c:82
4813msgid "While checking for on-line resizing support"
4814msgstr ""
4815
Theodore Ts'of6d179f2008-08-29 23:36:08 -04004816#: resize/online.c:111
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004817#, c-format
4818msgid "Performing an on-line resize of %s to %u (%dk) blocks.\n"
4819msgstr ""
4820
Theodore Ts'of6d179f2008-08-29 23:36:08 -04004821#: resize/online.c:121
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004822msgid "While trying to extend the last group"
4823msgstr ""
4824
Theodore Ts'of6d179f2008-08-29 23:36:08 -04004825#: resize/online.c:180
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004826#, c-format
4827msgid "While trying to add group #%d"
4828msgstr ""
4829
Theodore Ts'of6d179f2008-08-29 23:36:08 -04004830#: resize/online.c:191
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004831#, c-format
4832msgid ""
Theodore Ts'oaef07952008-08-27 23:18:29 -04004833"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004834"this system.\n"
4835msgstr ""
4836
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004837#: resize/resize2fs.c:350
Theodore Ts'o714da452007-07-07 22:24:13 -04004838#, c-format
4839msgid "inodes (%llu) must be less than %u"
4840msgstr ""
4841
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004842#: resize/resize2fs.c:582
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004843msgid "reserved blocks"
4844msgstr ""
4845
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004846#: resize/resize2fs.c:795
Theodore Ts'obc759702005-05-09 20:40:55 -04004847msgid "meta-data blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004848msgstr ""
4849
Theodore Ts'o989a01f2009-07-11 18:29:56 -04004850#: resize/resize2fs.c:1752
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004851#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004852msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05004853msgstr ""