blob: cdeda663e1957855631197811814aa25408445e1 [file] [log] [blame]
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR Theodore Tso
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006#. The strings in e2fsck's problem.c can be very hard to translate,
7#. since the strings are expanded in two different ways. First of all,
8#. there is an @-expansion, where strings like "@i" are expanded to
9#. "inode", and so on. In order to make it easier for translators, the
10#. e2fsprogs po template file has been enhanced with comments that show
11#. the @-expansion, for the strings in the problem.c file.
12#.
13#. Translators are free to use the @-expansion facility if they so
14#. choose, by providing translations for strings in e2fsck/message.c.
15#. These translation can completely replace an expansion; for example,
16#. if "bblock" (which indicated that "@b" would be expanded to "block")
17#. is translated as "ddatenverlust", then "@d" will be expanded to
18#. "datenverlust". Alternatively, translators can simply not use the
19#. @-expansion facility at all.
20#.
21#. The second expansion which is done for e2fsck's problem.c messages is
22#. a dynamic %-expansion, which expands %i as an inode number, and so
23#. on. A table of these expansions can be found below. Note that
24#. %-expressions that begin with "%D" and "%I" are two-character
25#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040026#. ownership field (inode->i_uid). Also the "%B" expansion is special:
27#. it can expand to either the string "indirect block" (possibly preceded
28#. by the word "double" or "triple"), or the string "block #" immediately
29#. followed by an integer indicating a block sequence number.
Theodore Ts'o7ae19832005-06-19 09:45:36 -040030#.
31#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040032#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'o7ae19832005-06-19 09:45:36 -040033#. %c <blk2> block number
34#. %Di <dirent> -> ino inode number
35#. %Dn <dirent> -> name string
36#. %Dr <dirent> -> rec_len
37#. %Dl <dirent> -> name_len
38#. %Dt <dirent> -> filetype
39#. %d <dir> inode number
40#. %g <group> integer
41#. %i <ino> inode number
42#. %Is <inode> -> i_size
43#. %IS <inode> -> i_extra_isize
44#. %Ib <inode> -> i_blocks
45#. %Il <inode> -> i_links_count
46#. %Im <inode> -> i_mode
47#. %IM <inode> -> i_mtime
48#. %IF <inode> -> i_faddr
49#. %If <inode> -> i_file_acl
50#. %Id <inode> -> i_dir_acl
51#. %Iu <inode> -> i_uid
52#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040053#. %It <str> file type
Theodore Ts'o7ae19832005-06-19 09:45:36 -040054#. %j <ino2> inode number
55#. %m <com_err error message>
56#. %N <num>
57#. %p ext2fs_get_pathname of directory <ino>
58#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
59#. the containing directory. (If dirent is NULL
60#. then return the pathname of directory <ino2>)
61#. %q ext2fs_get_pathname of directory <dir>
62#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
63#. the containing directory.
64#. %s <str> miscellaneous string
65#. %S backup superblock
66#. %X <num> hexadecimal format
67#.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000068#, fuzzy
69msgid ""
70msgstr ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040071"Project-Id-Version: PACKAGE VERSION\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050072"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040073"POT-Creation-Date: 2016-03-15 01:48-0400\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000074"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
75"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
76"Language-Team: LANGUAGE <LL@li.org>\n"
Theodore Ts'o67b37212012-07-29 20:38:48 -040077"Language: \n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000078"MIME-Version: 1.0\n"
79"Content-Type: text/plain; charset=CHARSET\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040080"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -040081"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000082
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040083#: e2fsck/badblocks.c:23 misc/mke2fs.c:214
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000084#, c-format
85msgid "Bad block %u out of range; ignored.\n"
86msgstr ""
87
Theodore Ts'of39a46a2011-09-30 22:12:02 -040088#: e2fsck/badblocks.c:46
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000089msgid "while sanity checking the bad blocks inode"
90msgstr ""
91
Theodore Ts'of39a46a2011-09-30 22:12:02 -040092#: e2fsck/badblocks.c:58
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000093msgid "while reading the bad blocks inode"
94msgstr ""
95
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040096#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1508
97#: e2fsck/unix.c:1601 misc/badblocks.c:1242 misc/badblocks.c:1250
98#: misc/badblocks.c:1264 misc/badblocks.c:1276 misc/dumpe2fs.c:689
99#: misc/e2image.c:1399 misc/e2image.c:1583 misc/e2image.c:1604
100#: misc/mke2fs.c:230 misc/tune2fs.c:2663 misc/tune2fs.c:2757 resize/main.c:412
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000101#, c-format
102msgid "while trying to open %s"
103msgstr ""
104
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400105#: e2fsck/badblocks.c:83
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000106#, c-format
107msgid "while trying popen '%s'"
108msgstr ""
109
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400110#: e2fsck/badblocks.c:94 misc/mke2fs.c:237
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000111msgid "while reading in list of bad blocks from file"
112msgstr ""
113
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400114#: e2fsck/badblocks.c:105
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000115msgid "while updating bad block inode"
116msgstr ""
117
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400118#: e2fsck/badblocks.c:133
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000119#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400120msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000121msgstr ""
122
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400123#: e2fsck/ehandler.c:55
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000124#, c-format
125msgid "Error reading block %lu (%s) while %s. "
126msgstr ""
127
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400128#: e2fsck/ehandler.c:58
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000129#, c-format
130msgid "Error reading block %lu (%s). "
131msgstr ""
132
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400133#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000134msgid "Ignore error"
135msgstr ""
136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400137#: e2fsck/ehandler.c:67
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500138msgid "Force rewrite"
139msgstr ""
140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400141#: e2fsck/ehandler.c:109
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000142#, c-format
143msgid "Error writing block %lu (%s) while %s. "
144msgstr ""
145
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400146#: e2fsck/ehandler.c:112
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000147#, c-format
148msgid "Error writing block %lu (%s). "
149msgstr ""
150
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400151#: e2fsck/emptydir.c:57
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000152msgid "empty dirblocks"
153msgstr ""
154
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400155#: e2fsck/emptydir.c:62
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000156msgid "empty dir map"
157msgstr ""
158
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400159#: e2fsck/emptydir.c:98
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000160#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -0400161msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000162msgstr ""
163
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400164#: e2fsck/extend.c:22
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000165#, c-format
166msgid "%s: %s filename nblocks blocksize\n"
167msgstr ""
168
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400169#: e2fsck/extend.c:44
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500170#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000171msgid "Illegal number of blocks!\n"
172msgstr ""
173
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400174#: e2fsck/extend.c:50
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000175#, c-format
176msgid "Couldn't allocate block buffer (size=%d)\n"
177msgstr ""
178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400179#: e2fsck/extents.c:42
180msgid "extent rebuild inode map"
181msgstr ""
182
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400183#: e2fsck/flushb.c:35
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000184#, c-format
185msgid "Usage: %s disk\n"
186msgstr ""
187
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400188#: e2fsck/flushb.c:64
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500189#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000190msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
191msgstr ""
192
Theodore Ts'o8cf716a2012-05-14 16:08:47 -0400193#: e2fsck/iscan.c:44
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000194#, c-format
195msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
196msgstr ""
197
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400198#: e2fsck/iscan.c:81 e2fsck/unix.c:1033
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000199#, c-format
200msgid "while opening %s for flushing"
201msgstr ""
202
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400203#: e2fsck/iscan.c:86 e2fsck/unix.c:1039 resize/main.c:381
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000204#, c-format
205msgid "while trying to flush %s"
206msgstr ""
207
Theodore Ts'o036a8472013-12-28 22:39:41 -0500208#: e2fsck/iscan.c:110
209#, c-format
210msgid "while trying to open '%s'"
211msgstr ""
212
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400213#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1293
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000214msgid "while opening inode scan"
215msgstr ""
216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400217#: e2fsck/iscan.c:127 misc/e2image.c:1312
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000218msgid "while getting next inode"
219msgstr ""
220
Theodore Ts'o8cf716a2012-05-14 16:08:47 -0400221#: e2fsck/iscan.c:136
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000222#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -0400223msgid "%u inodes scanned.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000224msgstr ""
225
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400226#: e2fsck/journal.c:593
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400227msgid "reading journal superblock\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000228msgstr ""
229
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400230#: e2fsck/journal.c:666
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400231#, c-format
232msgid "%s: no valid journal superblock found\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000233msgstr ""
234
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400235#: e2fsck/journal.c:675
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400236#, c-format
237msgid "%s: journal too short\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000238msgstr ""
239
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400240#: e2fsck/journal.c:966 misc/fuse2fs.c:3773
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400241#, c-format
242msgid "%s: recovering journal\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000243msgstr ""
244
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400245#: e2fsck/journal.c:968
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400246#, c-format
247msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000248msgstr ""
249
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400250#: e2fsck/journal.c:995
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400251#, c-format
252msgid "while trying to re-open %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000253msgstr ""
254
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400255#: e2fsck/message.c:113
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400256msgid "aextended attribute"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000257msgstr ""
258
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400259#: e2fsck/message.c:114
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400260msgid "Aerror allocating"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000261msgstr ""
262
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400263#: e2fsck/message.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400264msgid "bblock"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000265msgstr ""
266
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400267#: e2fsck/message.c:116
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400268msgid "Bbitmap"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000269msgstr ""
270
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400271#: e2fsck/message.c:117
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400272msgid "ccompress"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000273msgstr ""
274
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400275#: e2fsck/message.c:118
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400276msgid "Cconflicts with some other fs @b"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000277msgstr ""
278
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400279#: e2fsck/message.c:119
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400280msgid "ddirectory"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000281msgstr ""
282
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400283#: e2fsck/message.c:120
284msgid "Ddeleted"
285msgstr ""
286
287#: e2fsck/message.c:121
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400288msgid "eentry"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000289msgstr ""
290
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400291#: e2fsck/message.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400292msgid "E@e '%Dn' in %p (%i)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000293msgstr ""
294
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400295#: e2fsck/message.c:123
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400296msgid "ffilesystem"
297msgstr ""
298
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400299#: e2fsck/message.c:124
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400300msgid "Ffor @i %i (%Q) is"
301msgstr ""
302
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400303#: e2fsck/message.c:125
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400304msgid "ggroup"
305msgstr ""
306
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400307#: e2fsck/message.c:126
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500308msgid "hHTREE @d @i"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400309msgstr ""
310
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400311#: e2fsck/message.c:127
312msgid "iinode"
313msgstr ""
314
315#: e2fsck/message.c:128
316msgid "Iillegal"
317msgstr ""
318
319#: e2fsck/message.c:129
320msgid "jjournal"
321msgstr ""
322
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400323#: e2fsck/message.c:130
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500324msgid "llost+found"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400325msgstr ""
326
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400327#: e2fsck/message.c:131
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500328msgid "Lis a link"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400329msgstr ""
330
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400331#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400332msgid "mmultiply-claimed"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000333msgstr ""
334
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400335#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400336msgid "ninvalid"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500337msgstr ""
338
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400339#: e2fsck/message.c:134
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400340msgid "oorphaned"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500341msgstr ""
342
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400343#: e2fsck/message.c:135
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400344msgid "pproblem in"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500345msgstr ""
346
Theodore Ts'o90806952010-02-10 15:49:32 -0500347#: e2fsck/message.c:136
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400348msgid "qquota"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400349msgstr ""
350
Theodore Ts'o90806952010-02-10 15:49:32 -0500351#: e2fsck/message.c:137
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400352msgid "rroot @i"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400353msgstr ""
354
Theodore Ts'o90806952010-02-10 15:49:32 -0500355#: e2fsck/message.c:138
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400356msgid "sshould be"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400357msgstr ""
358
Theodore Ts'o90806952010-02-10 15:49:32 -0500359#: e2fsck/message.c:139
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400360msgid "Ssuper@b"
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400361msgstr ""
362
Theodore Ts'o90806952010-02-10 15:49:32 -0500363#: e2fsck/message.c:140
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400364msgid "uunattached"
365msgstr ""
366
367#: e2fsck/message.c:141
368msgid "vdevice"
369msgstr ""
370
371#: e2fsck/message.c:142
372msgid "xextent"
373msgstr ""
374
375#: e2fsck/message.c:143
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400376msgid "zzero-length"
377msgstr ""
378
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400379#: e2fsck/message.c:154
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000380msgid "<The NULL inode>"
381msgstr ""
382
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400383#: e2fsck/message.c:155
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000384msgid "<The bad blocks inode>"
385msgstr ""
386
Theodore Ts'o90806952010-02-10 15:49:32 -0500387#: e2fsck/message.c:157
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400388msgid "<The user quota inode>"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000389msgstr ""
390
Theodore Ts'o90806952010-02-10 15:49:32 -0500391#: e2fsck/message.c:158
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400392msgid "<The group quota inode>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400393msgstr ""
394
Theodore Ts'o90806952010-02-10 15:49:32 -0500395#: e2fsck/message.c:159
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400396msgid "<The boot loader inode>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400397msgstr ""
398
Theodore Ts'o90806952010-02-10 15:49:32 -0500399#: e2fsck/message.c:160
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400400msgid "<The undelete directory inode>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400401msgstr ""
402
Theodore Ts'o90806952010-02-10 15:49:32 -0500403#: e2fsck/message.c:161
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400404msgid "<The group descriptor inode>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400405msgstr ""
406
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400407#: e2fsck/message.c:162
408msgid "<The journal inode>"
409msgstr ""
410
411#: e2fsck/message.c:163
412msgid "<Reserved inode 9>"
413msgstr ""
414
415#: e2fsck/message.c:164
416msgid "<Reserved inode 10>"
Theodore Ts'o714da452007-07-07 22:24:13 -0400417msgstr ""
418
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400419#: e2fsck/message.c:333
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400420msgid "regular file"
Theodore Ts'o714da452007-07-07 22:24:13 -0400421msgstr ""
422
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400423#: e2fsck/message.c:335
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400424msgid "directory"
Theodore Ts'o714da452007-07-07 22:24:13 -0400425msgstr ""
426
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400427#: e2fsck/message.c:337
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400428msgid "character device"
Theodore Ts'o714da452007-07-07 22:24:13 -0400429msgstr ""
430
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400431#: e2fsck/message.c:339
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400432msgid "block device"
Theodore Ts'o714da452007-07-07 22:24:13 -0400433msgstr ""
434
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400435#: e2fsck/message.c:341
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400436msgid "named pipe"
Theodore Ts'o714da452007-07-07 22:24:13 -0400437msgstr ""
438
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400439#: e2fsck/message.c:343
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400440msgid "symbolic link"
Theodore Ts'o714da452007-07-07 22:24:13 -0400441msgstr ""
442
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400443#: e2fsck/message.c:345 misc/uuidd.c:162
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400444msgid "socket"
445msgstr ""
446
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400447#: e2fsck/message.c:347
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400448#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -0400449msgid "unknown file type with mode 0%o"
450msgstr ""
451
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400452#: e2fsck/message.c:422
Theodore Ts'o90806952010-02-10 15:49:32 -0500453msgid "indirect block"
454msgstr ""
455
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400456#: e2fsck/message.c:424
Theodore Ts'o90806952010-02-10 15:49:32 -0500457msgid "double indirect block"
458msgstr ""
459
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400460#: e2fsck/message.c:426
Theodore Ts'o90806952010-02-10 15:49:32 -0500461msgid "triple indirect block"
462msgstr ""
463
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400464#: e2fsck/message.c:428
Theodore Ts'o90806952010-02-10 15:49:32 -0500465msgid "translator block"
466msgstr ""
467
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400468#: e2fsck/message.c:430
Theodore Ts'o90806952010-02-10 15:49:32 -0500469msgid "block #"
470msgstr ""
471
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400472#: e2fsck/pass1b.c:222
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000473msgid "multiply claimed inode map"
474msgstr ""
475
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400476#: e2fsck/pass1b.c:644 e2fsck/pass1b.c:788
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000477#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400478msgid "internal error: can't find dup_blk for %llu\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000479msgstr ""
480
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400481#: e2fsck/pass1b.c:897
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000482msgid "returned from clone_file_block"
483msgstr ""
484
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400485#: e2fsck/pass1b.c:919
Theodore Ts'o714da452007-07-07 22:24:13 -0400486#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400487msgid "internal error: couldn't lookup EA block record for %llu"
Theodore Ts'o714da452007-07-07 22:24:13 -0400488msgstr ""
489
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400490#: e2fsck/pass1b.c:931
Theodore Ts'o714da452007-07-07 22:24:13 -0400491#, c-format
492msgid "internal error: couldn't lookup EA inode record for %u"
493msgstr ""
494
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400495#: e2fsck/pass1.c:660 e2fsck/pass2.c:981
Theodore Ts'o714da452007-07-07 22:24:13 -0400496msgid "reading directory block"
497msgstr ""
498
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400499#: e2fsck/pass1.c:1099
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000500msgid "in-use inode map"
501msgstr ""
502
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400503#: e2fsck/pass1.c:1110
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000504msgid "directory inode map"
505msgstr ""
506
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400507#: e2fsck/pass1.c:1120
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000508msgid "regular file inode map"
509msgstr ""
510
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400511#: e2fsck/pass1.c:1129 misc/e2image.c:1268
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000512msgid "in-use block map"
513msgstr ""
514
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400515#: e2fsck/pass1.c:1138
516msgid "metadata block map"
517msgstr ""
518
519#: e2fsck/pass1.c:1204
Theodore Ts'o714da452007-07-07 22:24:13 -0400520msgid "opening inode scan"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000521msgstr ""
522
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400523#: e2fsck/pass1.c:1242
Theodore Ts'o714da452007-07-07 22:24:13 -0400524msgid "getting next inode from scan"
525msgstr ""
526
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400527#: e2fsck/pass1.c:1928
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000528msgid "Pass 1"
529msgstr ""
530
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400531#: e2fsck/pass1.c:1988
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000532#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400533msgid "reading indirect blocks of inode %u"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000534msgstr ""
535
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400536#: e2fsck/pass1.c:2038
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000537msgid "bad inode map"
538msgstr ""
539
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400540#: e2fsck/pass1.c:2078
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000541msgid "inode in bad block map"
542msgstr ""
543
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400544#: e2fsck/pass1.c:2098
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000545msgid "imagic inode map"
546msgstr ""
547
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400548#: e2fsck/pass1.c:2125
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000549msgid "multiply claimed block map"
550msgstr ""
551
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400552#: e2fsck/pass1.c:2239
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400553msgid "ext attr block map"
554msgstr ""
555
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400556#: e2fsck/pass1.c:3406
Theodore Ts'oaef07952008-08-27 23:18:29 -0400557#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500558msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -0400559msgstr ""
560
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400561#: e2fsck/pass1.c:3821
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000562msgid "block bitmap"
563msgstr ""
564
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400565#: e2fsck/pass1.c:3827
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000566msgid "inode bitmap"
567msgstr ""
568
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400569#: e2fsck/pass1.c:3833
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000570msgid "inode table"
571msgstr ""
572
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400573#: e2fsck/pass2.c:298
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500574msgid "Pass 2"
575msgstr ""
576
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400577#: e2fsck/pass2.c:1053 e2fsck/pass2.c:1218
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -0400578msgid "Can not continue."
579msgstr ""
580
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400581#: e2fsck/pass3.c:77
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000582msgid "inode done bitmap"
583msgstr ""
584
Theodore Ts'o70218a02012-02-17 15:22:46 -0500585#: e2fsck/pass3.c:86
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000586msgid "Peak memory"
587msgstr ""
588
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400589#: e2fsck/pass3.c:149
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000590msgid "Pass 3"
591msgstr ""
592
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400593#: e2fsck/pass3.c:344
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000594msgid "inode loop detection bitmap"
595msgstr ""
596
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400597#: e2fsck/pass4.c:206
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000598msgid "Pass 4"
599msgstr ""
600
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400601#: e2fsck/pass5.c:81
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000602msgid "Pass 5"
603msgstr ""
604
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400605#: e2fsck/pass5.c:104
606msgid "check_inode_bitmap_checksum: Memory allocation error"
607msgstr ""
608
609#: e2fsck/pass5.c:158
610msgid "check_block_bitmap_checksum: Memory allocation error"
611msgstr ""
612
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400613#: e2fsck/problem.c:51
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000614msgid "(no prompt)"
615msgstr ""
616
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400617#: e2fsck/problem.c:52
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000618msgid "Fix"
619msgstr ""
620
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400621#: e2fsck/problem.c:53
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000622msgid "Clear"
623msgstr ""
624
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400625#: e2fsck/problem.c:54
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000626msgid "Relocate"
627msgstr ""
628
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400629#: e2fsck/problem.c:55
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000630msgid "Allocate"
631msgstr ""
632
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400633#: e2fsck/problem.c:56
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000634msgid "Expand"
635msgstr ""
636
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400637#: e2fsck/problem.c:57
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000638msgid "Connect to /lost+found"
639msgstr ""
640
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400641#: e2fsck/problem.c:58
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000642msgid "Create"
643msgstr ""
644
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400645#: e2fsck/problem.c:59
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000646msgid "Salvage"
647msgstr ""
648
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400649#: e2fsck/problem.c:60
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000650msgid "Truncate"
651msgstr ""
652
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400653#: e2fsck/problem.c:61
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000654msgid "Clear inode"
655msgstr ""
656
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400657#: e2fsck/problem.c:62
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000658msgid "Abort"
659msgstr ""
660
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400661#: e2fsck/problem.c:63
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000662msgid "Split"
663msgstr ""
664
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400665#: e2fsck/problem.c:64
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000666msgid "Continue"
667msgstr ""
668
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400669#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400670msgid "Clone multiply-claimed blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000671msgstr ""
672
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400673#: e2fsck/problem.c:66
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000674msgid "Delete file"
675msgstr ""
676
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400677#: e2fsck/problem.c:67
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000678msgid "Suppress messages"
679msgstr ""
680
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400681#: e2fsck/problem.c:68
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000682msgid "Unlink"
683msgstr ""
684
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400685#: e2fsck/problem.c:69
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500686msgid "Clear HTree index"
687msgstr ""
688
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400689#: e2fsck/problem.c:70
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500690msgid "Recreate"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000691msgstr ""
692
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400693#: e2fsck/problem.c:79
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500694msgid "(NONE)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000695msgstr ""
696
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400697#: e2fsck/problem.c:80
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500698msgid "FIXED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000699msgstr ""
700
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400701#: e2fsck/problem.c:81
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500702msgid "CLEARED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000703msgstr ""
704
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400705#: e2fsck/problem.c:82
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500706msgid "RELOCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000707msgstr ""
708
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400709#: e2fsck/problem.c:83
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500710msgid "ALLOCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000711msgstr ""
712
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400713#: e2fsck/problem.c:84
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500714msgid "EXPANDED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000715msgstr ""
716
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400717#: e2fsck/problem.c:85
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500718msgid "RECONNECTED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000719msgstr ""
720
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400721#: e2fsck/problem.c:86
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500722msgid "CREATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000723msgstr ""
724
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400725#: e2fsck/problem.c:87
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500726msgid "SALVAGED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000727msgstr ""
728
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400729#: e2fsck/problem.c:88
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500730msgid "TRUNCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000731msgstr ""
732
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400733#: e2fsck/problem.c:89
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500734msgid "INODE CLEARED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000735msgstr ""
736
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400737#: e2fsck/problem.c:90
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500738msgid "ABORTED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000739msgstr ""
740
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400741#: e2fsck/problem.c:91
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500742msgid "SPLIT"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000743msgstr ""
744
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400745#: e2fsck/problem.c:92
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500746msgid "CONTINUING"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000747msgstr ""
748
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400749#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400750msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000751msgstr ""
752
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400753#: e2fsck/problem.c:94
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500754msgid "FILE DELETED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000755msgstr ""
756
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400757#: e2fsck/problem.c:95
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500758msgid "SUPPRESSED"
759msgstr ""
760
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400761#: e2fsck/problem.c:96
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500762msgid "UNLINKED"
763msgstr ""
764
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400765#: e2fsck/problem.c:97
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500766msgid "HTREE INDEX CLEARED"
767msgstr ""
768
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400769#: e2fsck/problem.c:98
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500770msgid "WILL RECREATE"
771msgstr ""
772
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400773#: e2fsck/problem.c:110
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400774#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000775msgid "@b @B for @g %g is not in @g. (@b %b)\n"
776msgstr ""
777
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400778#: e2fsck/problem.c:114
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400779#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000780msgid "@i @B for @g %g is not in @g. (@b %b)\n"
781msgstr ""
782
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400783#: e2fsck/problem.c:119
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400784#. @-expanded: inode table for group %g is not in group. (block %b)\n
785#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000786msgid ""
787"@i table for @g %g is not in @g. (@b %b)\n"
788"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
789msgstr ""
790
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400791#: e2fsck/problem.c:125
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400792#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400793#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
794#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400795#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
796#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400797#. @-expanded: e2fsck -b 8193 <device>\n
798#. @-expanded: or\n
799#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400800#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000801msgid ""
802"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400803"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
804"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000805"@f (and not swap or ufs or something else), then the @S\n"
806"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400807" e2fsck -b 8193 <@v>\n"
808" or\n"
809" e2fsck -b 32768 <@v>\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000810"\n"
811msgstr ""
812
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400813#: e2fsck/problem.c:136
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400814#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
815#. @-expanded: The physical size of the device is %c blocks\n
816#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000817msgid ""
818"The @f size (according to the @S) is %b @bs\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400819"The physical size of the @v is %c @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000820"Either the @S or the partition table is likely to be corrupt!\n"
821msgstr ""
822
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400823#: e2fsck/problem.c:143
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400824#. @-expanded: superblock block_size = %b, fragsize = %c.\n
825#. @-expanded: This version of e2fsck does not support fragment sizes different\n
826#. @-expanded: from the block size.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000827msgid ""
828"@S @b_size = %b, fragsize = %c.\n"
829"This version of e2fsck does not support fragment sizes different\n"
830"from the @b size.\n"
831msgstr ""
832
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400833#: e2fsck/problem.c:150
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400834#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000835msgid "@S @bs_per_group = %b, should have been %c\n"
836msgstr ""
837
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400838#: e2fsck/problem.c:155
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400839#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000840msgid "@S first_data_@b = %b, should have been %c\n"
841msgstr ""
842
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400843#: e2fsck/problem.c:160
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400844#. @-expanded: filesystem did not have a UUID; generating one.\n
845#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000846msgid ""
847"@f did not have a UUID; generating one.\n"
848"\n"
849msgstr ""
850
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400851#: e2fsck/problem.c:165
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500852#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000853msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400854"Note: if several inode or block bitmap blocks or part\n"
855"of the inode table require relocation, you may wish to try\n"
856"running e2fsck with the '-b %S' option first. The problem\n"
857"may lie only with the primary block group descriptors, and\n"
858"the backup block group descriptors may be OK.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000859"\n"
860msgstr ""
861
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400862#: e2fsck/problem.c:174
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400863#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000864msgid "Corruption found in @S. (%s = %N).\n"
865msgstr ""
866
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400867#: e2fsck/problem.c:179
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000868#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400869#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400870msgid "Error determining size of the physical @v: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000871msgstr ""
872
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400873#: e2fsck/problem.c:184
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400874#. @-expanded: inode count in superblock is %i, should be %j.\n
875msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000876msgstr ""
877
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400878#: e2fsck/problem.c:188
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000879msgid "The Hurd does not support the filetype feature.\n"
880msgstr ""
881
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400882#: e2fsck/problem.c:193
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400883#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500884#. @-expanded: superblock has an invalid journal (inode %i).\n
885msgid "@S has an @n @j (@i %i).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400886msgstr ""
887
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400888#: e2fsck/problem.c:198
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400889#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400890msgid "External @j has multiple @f users (unsupported).\n"
891msgstr ""
892
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400893#: e2fsck/problem.c:203
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400894#. @-expanded: Can't find external journal\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400895msgid "Can't find external @j\n"
896msgstr ""
897
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400898#: e2fsck/problem.c:208
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400899#. @-expanded: External journal has bad superblock\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400900msgid "External @j has bad @S\n"
901msgstr ""
902
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400903#: e2fsck/problem.c:213
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400904#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400905msgid "External @j does not support this @f\n"
906msgstr ""
907
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400908#: e2fsck/problem.c:218
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500909#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400910#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
911#. @-expanded: format.\n
912#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400913msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500914"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400915"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
916"format.\n"
917"It is also possible the @j @S is corrupt.\n"
918msgstr ""
919
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400920#: e2fsck/problem.c:226
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500921#. @-expanded: journal superblock is corrupt.\n
922msgid "@j @S is corrupt.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400923msgstr ""
924
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400925#: e2fsck/problem.c:231
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400926#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
927msgid "@S has_@j flag is clear, but a @j is present.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400928msgstr ""
929
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400930#: e2fsck/problem.c:236
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500931#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
932msgid "@S needs_recovery flag is set, but no @j is present.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400933msgstr ""
934
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400935#: e2fsck/problem.c:241
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500936#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
937msgid "@S needs_recovery flag is clear, but @j has data.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400938msgstr ""
939
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400940#: e2fsck/problem.c:246
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400941#. @-expanded: Clear journal
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500942msgid "Clear @j"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400943msgstr ""
944
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400945#: e2fsck/problem.c:251 e2fsck/problem.c:729
Theodore Ts'o53013932009-05-30 13:50:07 -0400946#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
947msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500948msgstr ""
949
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400950#: e2fsck/problem.c:256
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400951#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400952msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
953msgstr ""
954
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400955#: e2fsck/problem.c:261
Theodore Ts'o90806952010-02-10 15:49:32 -0500956#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
957msgid "@I %B (%b) found in @o @i %i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400958msgstr ""
959
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400960#: e2fsck/problem.c:266
Theodore Ts'o90806952010-02-10 15:49:32 -0500961#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
962msgid "Already cleared %B (%b) found in @o @i %i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400963msgstr ""
964
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400965#: e2fsck/problem.c:271
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400966#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400967#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400968msgid "@I @o @i %i in @S.\n"
969msgstr ""
970
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400971#: e2fsck/problem.c:276
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400972#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400973#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400974msgid "@I @i %i in @o @i list.\n"
975msgstr ""
976
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400977#: e2fsck/problem.c:281
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500978#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
979msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400980msgstr ""
981
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400982#: e2fsck/problem.c:286
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500983#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
984msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400985msgstr ""
986
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400987#: e2fsck/problem.c:291
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400988#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400989msgid "@j version not supported by this e2fsck.\n"
990msgstr ""
991
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400992#: e2fsck/problem.c:296
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400993#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400994#. @-expanded: Moving journal from /%s to hidden inode.\n
995#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400996msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400997"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400998"\n"
999msgstr ""
1000
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001001#: e2fsck/problem.c:301
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001002#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001003#. @-expanded: Error moving journal: %m\n
1004#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001005msgid ""
1006"Error moving @j: %m\n"
1007"\n"
1008msgstr ""
1009
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001010#: e2fsck/problem.c:306
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001011#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1012#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1013#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001014msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001015"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001016"Clearing fields beyond the V1 @j @S...\n"
1017"\n"
1018msgstr ""
1019
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001020#: e2fsck/problem.c:312
Theodore Ts'o53013932009-05-30 13:50:07 -04001021#. @-expanded: Run journal anyway
1022msgid "Run @j anyway"
1023msgstr ""
1024
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001025#: e2fsck/problem.c:317
Theodore Ts'o53013932009-05-30 13:50:07 -04001026#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1027msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1028msgstr ""
1029
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001030#: e2fsck/problem.c:322
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001031#. @-expanded: Backing up journal inode block information.\n
1032#. @-expanded: \n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001033msgid ""
1034"Backing up @j @i @b information.\n"
1035"\n"
1036msgstr ""
1037
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001038#: e2fsck/problem.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001039#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1040#. @-expanded: is %N; should be zero.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001041msgid ""
1042"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1043"is %N; @s zero. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001044msgstr ""
1045
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001046#: e2fsck/problem.c:333
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001047#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1048msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001049msgstr ""
1050
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001051#: e2fsck/problem.c:338
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001052#. @-expanded: Resize inode not valid.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001053msgid "Resize @i not valid. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001054msgstr ""
1055
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001056#: e2fsck/problem.c:343
Theodore Ts'o90806952010-02-10 15:49:32 -05001057#. @-expanded: superblock last mount time (%t,\n
1058#. @-expanded: \tnow = %T) is in the future.\n
1059msgid ""
1060"@S last mount time (%t,\n"
1061"\tnow = %T) is in the future.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001062msgstr ""
1063
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001064#: e2fsck/problem.c:348
Theodore Ts'o90806952010-02-10 15:49:32 -05001065#. @-expanded: superblock last write time (%t,\n
1066#. @-expanded: \tnow = %T) is in the future.\n
1067msgid ""
1068"@S last write time (%t,\n"
1069"\tnow = %T) is in the future.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001070msgstr ""
1071
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001072#: e2fsck/problem.c:352
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001073#, c-format
1074#. @-expanded: superblock hint for external superblock should be %X.
1075msgid "@S hint for external superblock @s %X. "
1076msgstr ""
1077
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001078#: e2fsck/problem.c:357
Theodore Ts'o714da452007-07-07 22:24:13 -04001079#. @-expanded: Adding dirhash hint to filesystem.\n
1080#. @-expanded: \n
1081msgid ""
1082"Adding dirhash hint to @f.\n"
1083"\n"
1084msgstr ""
1085
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001086#: e2fsck/problem.c:362
Theodore Ts'o70d72812012-03-27 15:58:00 -07001087#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1088msgid "@g descriptor %g checksum is %04x, should be %04y. "
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001089msgstr ""
1090
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001091#: e2fsck/problem.c:367
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001092#, c-format
1093#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1094msgid "@g descriptor %g marked uninitialized without feature set.\n"
1095msgstr ""
1096
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001097#: e2fsck/problem.c:372
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001098#. @-expanded: group descriptor %g has invalid unused inodes count %b.
1099msgid "@g descriptor %g has invalid unused inodes count %b. "
1100msgstr ""
1101
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001102#: e2fsck/problem.c:377
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001103#. @-expanded: Last group block bitmap uninitialized.
1104msgid "Last @g @b @B uninitialized. "
1105msgstr ""
1106
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001107#: e2fsck/problem.c:382
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001108#, c-format
1109msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1110msgstr ""
1111
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001112#: e2fsck/problem.c:386
Theodore Ts'o052a7912008-10-12 23:17:54 -04001113msgid "The test_fs flag is set (and ext4 is available). "
1114msgstr ""
1115
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001116#: e2fsck/problem.c:391
Theodore Ts'o90806952010-02-10 15:49:32 -05001117#. @-expanded: superblock last mount time is in the future.\n
1118#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001119#. @-expanded: set)\n
Theodore Ts'o90806952010-02-10 15:49:32 -05001120msgid ""
1121"@S last mount time is in the future.\n"
1122"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001123"set)\n"
Theodore Ts'o90806952010-02-10 15:49:32 -05001124msgstr ""
1125
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001126#: e2fsck/problem.c:397
Theodore Ts'o90806952010-02-10 15:49:32 -05001127#. @-expanded: superblock last write time is in the future.\n
1128#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001129#. @-expanded: set)\n
Theodore Ts'o90806952010-02-10 15:49:32 -05001130msgid ""
1131"@S last write time is in the future.\n"
1132"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001133"set)\n"
Theodore Ts'o90806952010-02-10 15:49:32 -05001134msgstr ""
1135
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001136#: e2fsck/problem.c:403
Theodore Ts'o90806952010-02-10 15:49:32 -05001137#. @-expanded: One or more block group descriptor checksums are invalid.
1138msgid "One or more @b @g descriptor checksums are invalid. "
1139msgstr ""
1140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001141#: e2fsck/problem.c:408
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001142#. @-expanded: Setting free inodes count to %j (was %i)\n
1143msgid "Setting free @is count to %j (was %i)\n"
1144msgstr ""
1145
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001146#: e2fsck/problem.c:413
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001147#. @-expanded: Setting free blocks count to %c (was %b)\n
1148msgid "Setting free @bs count to %c (was %b)\n"
1149msgstr ""
1150
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001151#: e2fsck/problem.c:418
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04001152#. @-expanded: Making quota inode %i (%Q) hidden.\n
1153msgid "Making @q @i %i (%Q) hidden.\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001154msgstr ""
1155
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001156#: e2fsck/problem.c:423
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001157#. @-expanded: superblock has invalid MMP block.
1158msgid "@S has invalid MMP block. "
1159msgstr ""
1160
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001161#: e2fsck/problem.c:428
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001162#. @-expanded: superblock has invalid MMP magic.
1163msgid "@S has invalid MMP magic. "
1164msgstr ""
1165
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001166#: e2fsck/problem.c:433
Theodore Ts'o70d72812012-03-27 15:58:00 -07001167#, c-format
1168msgid "ext2fs_open2: %m\n"
1169msgstr ""
1170
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001171#: e2fsck/problem.c:438
Theodore Ts'o70d72812012-03-27 15:58:00 -07001172#, c-format
1173msgid "ext2fs_check_desc: %m\n"
1174msgstr ""
1175
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001176#: e2fsck/problem.c:446
1177#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1178#. @-expanded: simultaneously.
1179msgid ""
1180"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1181"simultaneously."
1182msgstr ""
1183
1184#: e2fsck/problem.c:452
1185#. @-expanded: superblock MMP block checksum does not match MMP block.
1186msgid "@S MMP block checksum does not match MMP block. "
1187msgstr ""
1188
1189#: e2fsck/problem.c:457
Theodore Ts'o036a8472013-12-28 22:39:41 -05001190#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
1191msgid "@S 64bit filesystems needs extents to access the whole disk. "
1192msgstr ""
1193
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001194#: e2fsck/problem.c:462
Theodore Ts'o6b319482014-08-25 10:30:53 -04001195msgid "First_meta_bg is too big. (%N, max value %g). "
1196msgstr ""
1197
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001198#: e2fsck/problem.c:467
1199#. @-expanded: External journal superblock checksum does not match superblock.
1200msgid "External @j @S checksum does not match @S. "
1201msgstr ""
1202
1203#: e2fsck/problem.c:472
1204#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1205msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1206msgstr ""
1207
1208#: e2fsck/problem.c:479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001209#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001210msgid "Pass 1: Checking @is, @bs, and sizes\n"
1211msgstr ""
1212
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001213#: e2fsck/problem.c:483
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001214#. @-expanded: root inode is not a directory.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001215msgid "@r is not a @d. "
1216msgstr ""
1217
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001218#: e2fsck/problem.c:488
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001219#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001220msgid "@r has dtime set (probably due to old mke2fs). "
1221msgstr ""
1222
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001223#: e2fsck/problem.c:493
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001224#. @-expanded: Reserved inode %i (%Q) has invalid mode.
1225msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001226msgstr ""
1227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001228#: e2fsck/problem.c:498
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001229#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001230#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001231msgid "@D @i %i has zero dtime. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001232msgstr ""
1233
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001234#: e2fsck/problem.c:503
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001235#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001236#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001237msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001238msgstr ""
1239
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001240#: e2fsck/problem.c:508
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001241#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001242#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001243msgid "@i %i is a @z @d. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001244msgstr ""
1245
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001246#: e2fsck/problem.c:513
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001247#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001248msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001249msgstr ""
1250
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001251#: e2fsck/problem.c:518
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001252#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001253msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001254msgstr ""
1255
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001256#: e2fsck/problem.c:523
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001257#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001258msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001259msgstr ""
1260
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001261#: e2fsck/problem.c:528
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001262#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001263msgid "@g %g's @b @B (%b) is bad. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001264msgstr ""
1265
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001266#: e2fsck/problem.c:533
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001267#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001268msgid "@g %g's @i @B (%b) is bad. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001269msgstr ""
1270
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001271#: e2fsck/problem.c:538
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001272#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001273msgid "@i %i, i_size is %Is, @s %N. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001274msgstr ""
1275
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001276#: e2fsck/problem.c:543
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001277#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001278msgid "@i %i, i_@bs is %Ib, @s %N. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001279msgstr ""
1280
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001281#: e2fsck/problem.c:548
Theodore Ts'o90806952010-02-10 15:49:32 -05001282#. @-expanded: illegal %B (%b) in inode %i.
1283msgid "@I %B (%b) in @i %i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001284msgstr ""
1285
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001286#: e2fsck/problem.c:553
Theodore Ts'o90806952010-02-10 15:49:32 -05001287#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1288msgid "%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001289msgstr ""
1290
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001291#: e2fsck/problem.c:558
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001292#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001293#. @-expanded: inode %i has illegal block(s).
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001294msgid "@i %i has illegal @b(s). "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001295msgstr ""
1296
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001297#: e2fsck/problem.c:563
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001298#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001299#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001300msgid "Too many illegal @bs in @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001301msgstr ""
1302
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001303#: e2fsck/problem.c:568
Theodore Ts'o90806952010-02-10 15:49:32 -05001304#. @-expanded: illegal %B (%b) in bad block inode.
1305msgid "@I %B (%b) in bad @b @i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001306msgstr ""
1307
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001308#: e2fsck/problem.c:573
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001309#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001310msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001311msgstr ""
1312
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001313#: e2fsck/problem.c:578
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001314#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001315msgid "Duplicate or bad @b in use!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001316msgstr ""
1317
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001318#: e2fsck/problem.c:583
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001319#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001320msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001321msgstr ""
1322
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001323#: e2fsck/problem.c:588
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001324#. @-expanded: \n
1325#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1326#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1327#. @-expanded: in the filesystem.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001328msgid ""
1329"\n"
Theodore Ts'o55566e22003-12-26 14:03:39 -05001330"The bad @b @i has probably been corrupted. You probably\n"
1331"should stop now and run e2fsck -c to scan for bad blocks\n"
1332"in the @f.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001333msgstr ""
1334
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001335#: e2fsck/problem.c:595
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001336#. @-expanded: \n
1337#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001338msgid ""
1339"\n"
1340"If the @b is really bad, the @f can not be fixed.\n"
1341msgstr ""
1342
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001343#: e2fsck/problem.c:600
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001344#. @-expanded: You can remove this block from the bad block list and hope\n
1345#. @-expanded: that the block is really OK. But there are no guarantees.\n
1346#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001347msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001348"You can remove this @b from the bad @b list and hope\n"
1349"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001350"\n"
1351msgstr ""
1352
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001353#: e2fsck/problem.c:606
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001354#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001355msgid "The primary @S (%b) is on the bad @b list.\n"
1356msgstr ""
1357
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001358#: e2fsck/problem.c:611
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001359#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001360msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1361msgstr ""
1362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001363#: e2fsck/problem.c:617
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001364#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001365msgid "Warning: Group %g's @S (%b) is bad.\n"
1366msgstr ""
1367
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001368#: e2fsck/problem.c:622
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001369#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001370msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1371msgstr ""
1372
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001373#: e2fsck/problem.c:628
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001374#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001375msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1376msgstr ""
1377
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001378#: e2fsck/problem.c:634
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001379#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001380msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001381msgstr ""
1382
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001383#: e2fsck/problem.c:639
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001384#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001385#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001386msgid "@A @b buffer for relocating %s\n"
1387msgstr ""
1388
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001389#: e2fsck/problem.c:644
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001390#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001391msgid "Relocating @g %g's %s from %b to %c...\n"
1392msgstr ""
1393
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001394#: e2fsck/problem.c:649
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001395#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001396#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001397msgid "Relocating @g %g's %s to %c...\n"
1398msgstr ""
1399
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001400#: e2fsck/problem.c:654
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001401#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001402msgid "Warning: could not read @b %b of %s: %m\n"
1403msgstr ""
1404
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001405#: e2fsck/problem.c:659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001406#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001407msgid "Warning: could not write @b %b for %s: %m\n"
1408msgstr ""
1409
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001410#: e2fsck/problem.c:664 e2fsck/problem.c:1725
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001411#. @-expanded: error allocating inode bitmap (%N): %m\n
1412msgid "@A @i @B (%N): %m\n"
1413msgstr ""
1414
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001415#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001416#. @-expanded: error allocating block bitmap (%N): %m\n
1417msgid "@A @b @B (%N): %m\n"
1418msgstr ""
1419
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001420#: e2fsck/problem.c:674
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001421#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001422#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001423msgid "@A icount link information: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001424msgstr ""
1425
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001426#: e2fsck/problem.c:679
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001427#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001428#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001429msgid "@A @d @b array: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001430msgstr ""
1431
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001432#: e2fsck/problem.c:684
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001433#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001434#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001435msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001436msgstr ""
1437
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001438#: e2fsck/problem.c:689
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001439#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001440#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001441msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001442msgstr ""
1443
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001444#: e2fsck/problem.c:694
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001445#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001446msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1447msgstr ""
1448
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001449#: e2fsck/problem.c:699
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001450#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001451msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001452msgstr ""
1453
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001454#: e2fsck/problem.c:705
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001455#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001456#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001457msgid "Error reading @i %i: %m\n"
1458msgstr ""
1459
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001460#: e2fsck/problem.c:713
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001461#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001462#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001463msgid "@i %i has imagic flag set. "
1464msgstr ""
1465
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001466#: e2fsck/problem.c:718
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001467#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001468#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1469#. @-expanded: or append-only flag set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001470msgid ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001471"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1472"or append-only flag set. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001473msgstr ""
1474
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001475#: e2fsck/problem.c:724
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476#, c-format
1477#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1478msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1479msgstr ""
1480
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001481#: e2fsck/problem.c:734
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001482#. @-expanded: journal inode is not in use, but contains data.
1483msgid "@j @i is not in use, but contains data. "
1484msgstr ""
1485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001486#: e2fsck/problem.c:739
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001487#. @-expanded: journal is not regular file.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001488msgid "@j is not regular file. "
1489msgstr ""
1490
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001491#: e2fsck/problem.c:744
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001492#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001493#. @-expanded: inode %i was part of the orphaned inode list.
1494msgid "@i %i was part of the @o @i list. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001495msgstr ""
1496
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001497#: e2fsck/problem.c:750
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001498#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001499msgid "@is that were part of a corrupted orphan linked list found. "
1500msgstr ""
1501
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001502#: e2fsck/problem.c:755
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001503#. @-expanded: error allocating refcount structure (%N): %m\n
1504msgid "@A refcount structure (%N): %m\n"
1505msgstr ""
1506
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001507#: e2fsck/problem.c:760
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001508#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001509msgid "Error reading @a @b %b for @i %i. "
1510msgstr ""
1511
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001512#: e2fsck/problem.c:765
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001513#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001514msgid "@i %i has a bad @a @b %b. "
1515msgstr ""
1516
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001517#: e2fsck/problem.c:770
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001518#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001519msgid "Error reading @a @b %b (%m). "
1520msgstr ""
1521
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001522#: e2fsck/problem.c:775
Theodore Ts'o90806952010-02-10 15:49:32 -05001523#. @-expanded: extended attribute block %b has reference count %r, should be %N.
1524msgid "@a @b %b has reference count %r, @s %N. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001525msgstr ""
1526
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001527#: e2fsck/problem.c:780
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001528#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001529msgid "Error writing @a @b %b (%m). "
1530msgstr ""
1531
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001532#: e2fsck/problem.c:785
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001533#. @-expanded: extended attribute block %b has h_blocks > 1.
1534msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001535msgstr ""
1536
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001537#: e2fsck/problem.c:790
1538#. @-expanded: error allocating extended attribute region allocation structure.
1539msgid "@A @a region allocation structure. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001540msgstr ""
1541
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001542#: e2fsck/problem.c:795
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001543#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001544msgid "@a @b %b is corrupt (allocation collision). "
1545msgstr ""
1546
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001547#: e2fsck/problem.c:800
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001548#. @-expanded: extended attribute block %b is corrupt (invalid name).
1549msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001550msgstr ""
1551
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001552#: e2fsck/problem.c:805
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001553#. @-expanded: extended attribute block %b is corrupt (invalid value).
1554msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001555msgstr ""
1556
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001557#: e2fsck/problem.c:810
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001558#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001559#. @-expanded: inode %i is too big.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001560msgid "@i %i is too big. "
1561msgstr ""
1562
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001563#: e2fsck/problem.c:814
Theodore Ts'o90806952010-02-10 15:49:32 -05001564#. @-expanded: %B (%b) causes directory to be too big.
1565msgid "%B (%b) causes @d to be too big. "
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001566msgstr ""
1567
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001568#: e2fsck/problem.c:819
Theodore Ts'o90806952010-02-10 15:49:32 -05001569msgid "%B (%b) causes file to be too big. "
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001570msgstr ""
1571
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001572#: e2fsck/problem.c:824
Theodore Ts'o90806952010-02-10 15:49:32 -05001573msgid "%B (%b) causes symlink to be too big. "
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001574msgstr ""
1575
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001576#: e2fsck/problem.c:829
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001577#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001578#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001579msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001580msgstr ""
1581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001582#: e2fsck/problem.c:834
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001583#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001584#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001585msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001586msgstr ""
1587
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001588#: e2fsck/problem.c:839
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001589#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001590#. @-expanded: HTREE directory inode %i has an invalid root node.\n
1591msgid "@h %i has an @n root node.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001592msgstr ""
1593
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001594#: e2fsck/problem.c:844
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001595#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001596msgid "@h %i has an unsupported hash version (%N)\n"
1597msgstr ""
1598
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001599#: e2fsck/problem.c:849
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001600#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001601#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001602msgid "@h %i uses an incompatible htree root node flag.\n"
1603msgstr ""
1604
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001605#: e2fsck/problem.c:854
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001606#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001607msgid "@h %i has a tree depth (%N) which is too big\n"
1608msgstr ""
1609
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001610#: e2fsck/problem.c:859
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001611#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1612#. @-expanded: filesystem metadata.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001613msgid ""
1614"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1615"@f metadata. "
1616msgstr ""
1617
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001618#: e2fsck/problem.c:865
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001619#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001620#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001621msgid "Resize @i (re)creation failed: %m."
1622msgstr ""
1623
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001624#: e2fsck/problem.c:870
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001625#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1626msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001627msgstr ""
1628
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001629#: e2fsck/problem.c:875
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001630#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1631msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001632msgstr ""
1633
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001634#: e2fsck/problem.c:880
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001635#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1636msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001637msgstr ""
1638
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001639#: e2fsck/problem.c:885
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001640#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1641msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001642msgstr ""
1643
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001644#: e2fsck/problem.c:890
Theodore Ts'o53013932009-05-30 13:50:07 -04001645#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1646msgid "@a in @i %i has a value size (%N) which is @n\n"
1647msgstr ""
1648
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001649#: e2fsck/problem.c:895
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001650#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1651msgid "@a in @i %i has a hash (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001652msgstr ""
1653
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001654#: e2fsck/problem.c:900
Theodore Ts'o714da452007-07-07 22:24:13 -04001655#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1656msgid "@i %i is a %It but it looks like it is really a directory.\n"
1657msgstr ""
1658
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001659#: e2fsck/problem.c:905
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001660#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04001661#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001662msgid "Error while reading over @x tree in @i %i: %m\n"
1663msgstr ""
1664
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001665#: e2fsck/problem.c:910
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001666#. @-expanded: Failed to iterate extents in inode %i\n
1667#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1668msgid ""
1669"Failed to iterate extents in @i %i\n"
1670"\t(op %s, blk %b, lblk %c): %m\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001671msgstr ""
1672
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001673#: e2fsck/problem.c:916
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001674#. @-expanded: inode %i has an invalid extent\n
1675#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1676msgid ""
1677"@i %i has an @n extent\n"
1678"\t(logical @b %c, @n physical @b %b, len %N)\n"
1679msgstr ""
1680
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001681#: e2fsck/problem.c:921
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001682#. @-expanded: inode %i has an invalid extent\n
1683#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1684msgid ""
1685"@i %i has an @n extent\n"
1686"\t(logical @b %c, physical @b %b, @n len %N)\n"
1687msgstr ""
1688
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001689#: e2fsck/problem.c:926
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001690#, c-format
1691#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1692msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1693msgstr ""
1694
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001695#: e2fsck/problem.c:931
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001696#, c-format
1697#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1698msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1699msgstr ""
1700
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001701#: e2fsck/problem.c:936
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001702#, c-format
1703#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1704msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1705msgstr ""
1706
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001707#: e2fsck/problem.c:941
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001708#, c-format
1709msgid "Fast symlink %i has EXTENT_FL set. "
1710msgstr ""
1711
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001712#: e2fsck/problem.c:946
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001713#. @-expanded: inode %i has out of order extents\n
1714#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1715msgid ""
1716"@i %i has out of order extents\n"
1717"\t(@n logical @b %c, physical @b %b, len %N)\n"
1718msgstr ""
1719
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001720#: e2fsck/problem.c:950
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001721#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1722msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1723msgstr ""
1724
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001725#: e2fsck/problem.c:955
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001726#, c-format
1727#. @-expanded: Error converting subcluster block bitmap: %m\n
1728msgid "Error converting subcluster @b @B: %m\n"
1729msgstr ""
1730
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001731#: e2fsck/problem.c:960
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04001732#. @-expanded: quota inode is not regular file.
1733msgid "@q @i is not regular file. "
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001734msgstr ""
1735
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001736#: e2fsck/problem.c:965
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04001737#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001738msgid "@q @i is not in use, but contains data. "
1739msgstr ""
1740
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001741#: e2fsck/problem.c:970
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04001742#. @-expanded: quota inode is visible to the user.
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001743msgid "@q @i is visible to the user. "
1744msgstr ""
1745
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001746#: e2fsck/problem.c:975
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001747#. @-expanded: The bad block inode looks invalid.
1748msgid "The bad @b @i looks @n. "
1749msgstr ""
1750
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001751#: e2fsck/problem.c:980
Theodore Ts'o70d72812012-03-27 15:58:00 -07001752#. @-expanded: inode %i has zero length extent\n
1753#. @-expanded: \t(invalid logical block %c, physical block %b)\n
1754msgid ""
1755"@i %i has zero length extent\n"
1756"\t(@n logical @b %c, physical @b %b)\n"
1757msgstr ""
1758
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001759#: e2fsck/problem.c:985
1760#, c-format
1761#. @-expanded: inode %i seems to contain garbage.
1762msgid "@i %i seems to contain garbage. "
1763msgstr ""
1764
1765#: e2fsck/problem.c:990
1766#, c-format
1767#. @-expanded: inode %i passes checks, but checksum does not match inode.
1768msgid "@i %i passes checks, but checksum does not match @i. "
1769msgstr ""
1770
1771#: e2fsck/problem.c:995
1772#, c-format
1773#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1774msgid "@i %i @a is corrupt (allocation collision). "
1775msgstr ""
1776
1777#: e2fsck/problem.c:1003
1778#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1779#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1780msgid ""
1781"@i %i extent block passes checks, but checksum does not match extent\n"
1782"\t(logical @b %c, physical @b %b, len %N)\n"
1783msgstr ""
1784
1785#: e2fsck/problem.c:1012
1786#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1787msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1788msgstr ""
1789
1790#: e2fsck/problem.c:1019
Theodore Ts'o8359f622013-01-16 13:50:12 -05001791#. @-expanded: Interior extent node level %N of inode %i:\n
1792#. @-expanded: Logical start %b does not match logical start %c at next level.
1793msgid ""
1794"Interior @x node level %N of @i %i:\n"
1795"Logical start %b does not match logical start %c at next level. "
1796msgstr ""
1797
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001798#: e2fsck/problem.c:1025
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04001799#. @-expanded: inode %i, end of extent exceeds allowed value\n
1800#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1801msgid ""
1802"@i %i, end of extent exceeds allowed value\n"
1803"\t(logical @b %c, physical @b %b, len %N)\n"
1804msgstr ""
1805
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001806#: e2fsck/problem.c:1030
1807#, c-format
1808#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1809msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1810msgstr ""
1811
1812#: e2fsck/problem.c:1035
1813#, c-format
1814#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1815msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1816msgstr ""
1817
1818#: e2fsck/problem.c:1043
1819#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1820msgid ""
1821"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1822msgstr ""
1823
1824#: e2fsck/problem.c:1048
Theodore Ts'o6b319482014-08-25 10:30:53 -04001825#. @-expanded: directory inode %i block %b should be at block %c.
1826msgid "@d @i %i @b %b should be at @b %c. "
1827msgstr ""
1828
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001829#: e2fsck/problem.c:1053
Theodore Ts'o6b319482014-08-25 10:30:53 -04001830#, c-format
1831#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
1832msgid "@d @i %i has @x marked uninitialized at @b %c. "
1833msgstr ""
1834
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001835#: e2fsck/problem.c:1058
Theodore Ts'o6b319482014-08-25 10:30:53 -04001836#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1837#. @-expanded: Will fix in pass 1B.\n
1838msgid ""
1839"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1840"Will fix in pass 1B.\n"
1841msgstr ""
1842
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001843#: e2fsck/problem.c:1063
1844#, c-format
1845#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1846msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1847msgstr ""
1848
1849#: e2fsck/problem.c:1068
1850#, c-format
1851#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1852#. @-expanded: or inline-data flag set.
1853msgid ""
1854"Special (@v/socket/fifo) file (@i %i) has extents\n"
1855"or inline-data flag set. "
1856msgstr ""
1857
1858#: e2fsck/problem.c:1074
1859#, c-format
1860#. @-expanded: inode %i has extent header but inline data flag is set.\n
1861msgid "@i %i has @x header but inline data flag is set.\n"
1862msgstr ""
1863
1864#: e2fsck/problem.c:1079
1865#, c-format
1866#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
1867msgid "@i %i seems to have inline data but @x flag is set.\n"
1868msgstr ""
1869
1870#: e2fsck/problem.c:1084
1871#, c-format
1872#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
1873msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1874msgstr ""
1875
1876#: e2fsck/problem.c:1089
1877#, c-format
1878#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
1879msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1880msgstr ""
1881
1882#: e2fsck/problem.c:1094
1883#. @-expanded: Bad block list says the bad block list inode is bad.
1884msgid "Bad block list says the bad block list @i is bad. "
1885msgstr ""
1886
1887#: e2fsck/problem.c:1099
1888#. @-expanded: error allocating extent region allocation structure.
1889msgid "@A @x region allocation structure. "
1890msgstr ""
1891
1892#: e2fsck/problem.c:1104
1893#. @-expanded: inode %i has a duplicate extent mapping\n
1894#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1895msgid ""
1896"@i %i has a duplicate @x mapping\n"
1897"\t(logical @b %c, @n physical @b %b, len %N)\n"
1898msgstr ""
1899
1900#: e2fsck/problem.c:1109
1901#. @-expanded: error allocating memory for encrypted directory list\n
1902msgid "@A memory for encrypted @d list\n"
1903msgstr ""
1904
1905#: e2fsck/problem.c:1114
1906#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
1907msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
1908msgstr ""
1909
1910#: e2fsck/problem.c:1119
1911#, c-format
1912#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
1913msgid "@i %i on bigalloc @f cannot be @b mapped. "
1914msgstr ""
1915
1916#: e2fsck/problem.c:1124
1917#, c-format
1918#. @-expanded: inode %i has corrupt extent header.
1919msgid "@i %i has corrupt @x header. "
1920msgstr ""
1921
1922#: e2fsck/problem.c:1129
1923#, c-format
1924#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
1925msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
1926msgstr ""
1927
1928#: e2fsck/problem.c:1136
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001929#. @-expanded: \n
1930#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1931#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001932msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001933"\n"
1934"Running additional passes to resolve @bs claimed by more than one @i...\n"
1935"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001936msgstr ""
1937
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001938#: e2fsck/problem.c:1142
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001939#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001940#. @-expanded: multiply-claimed block(s) in inode %i:
1941msgid "@m @b(s) in @i %i:"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001942msgstr ""
1943
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001944#: e2fsck/problem.c:1157
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001945#, c-format
1946msgid "Error while scanning inodes (%i): %m\n"
1947msgstr ""
1948
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001949#: e2fsck/problem.c:1162
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001950#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001951#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1952msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001953msgstr ""
1954
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001955#: e2fsck/problem.c:1167
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001956#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001957#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001958msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1959msgstr ""
1960
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001961#: e2fsck/problem.c:1172 e2fsck/problem.c:1534
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001962#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1963msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001964msgstr ""
1965
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001966#: e2fsck/problem.c:1182
Theodore Ts'o6956f612005-12-31 16:46:15 -05001967#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1968msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001969msgstr ""
1970
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001971#: e2fsck/problem.c:1188
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001972#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1973msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001974msgstr ""
1975
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001976#: e2fsck/problem.c:1193
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001977#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Theodore Ts'o90806952010-02-10 15:49:32 -05001978#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001979msgid ""
1980"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o90806952010-02-10 15:49:32 -05001981" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001982msgstr ""
1983
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001984#: e2fsck/problem.c:1199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001985#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001986msgid "\t%Q (@i #%i, mod time %IM)\n"
1987msgstr ""
1988
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001989#: e2fsck/problem.c:1204
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001990#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001991msgid "\t<@f metadata>\n"
1992msgstr ""
1993
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001994#: e2fsck/problem.c:1209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001995#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1996#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001997msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001998"(There are %N @is containing @m @bs.)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001999"\n"
2000msgstr ""
2001
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002002#: e2fsck/problem.c:1214
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002003#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2004#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002005msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002006"@m @bs already reassigned or cloned.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002007"\n"
2008msgstr ""
2009
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002010#: e2fsck/problem.c:1227
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002011#, c-format
2012msgid "Couldn't clone file: %m\n"
2013msgstr ""
2014
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002015#: e2fsck/problem.c:1233
2016#. @-expanded: Pass 1E: Optimizing extent trees\n
2017msgid "Pass 1E: Optimizing @x trees\n"
2018msgstr ""
2019
2020#: e2fsck/problem.c:1238
2021#, c-format
2022#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2023msgid "Failed to optimize @x tree %p (%i): %m\n"
2024msgstr ""
2025
2026#: e2fsck/problem.c:1243
2027#. @-expanded: Optimizing extent trees:
2028msgid "Optimizing @x trees: "
2029msgstr ""
2030
2031#: e2fsck/problem.c:1258
2032msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2033msgstr ""
2034
2035#: e2fsck/problem.c:1263
2036#. @-expanded: inode %i extent tree (at level %b) could be shorter.
2037msgid "@i %i @x tree (at level %b) could be shorter. "
2038msgstr ""
2039
2040#: e2fsck/problem.c:1268
2041#. @-expanded: inode %i extent tree (at level %b) could be narrower.
2042msgid "@i %i @x tree (at level %b) could be narrower. "
2043msgstr ""
2044
2045#: e2fsck/problem.c:1275
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002046#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002047msgid "Pass 2: Checking @d structure\n"
2048msgstr ""
2049
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002050#: e2fsck/problem.c:1280
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002051#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002052#. @-expanded: invalid inode number for '.' in directory inode %i.\n
2053msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002054msgstr ""
2055
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002056#: e2fsck/problem.c:1285
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002057#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
2058msgid "@E has @n @i #: %Di.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002059msgstr ""
2060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002061#: e2fsck/problem.c:1290
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002062#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002063msgid "@E has @D/unused @i %Di. "
2064msgstr ""
2065
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002066#: e2fsck/problem.c:1295
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002067#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002068msgid "@E @L to '.' "
2069msgstr ""
2070
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002071#: e2fsck/problem.c:1300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002072#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002073msgid "@E points to @i (%Di) located in a bad @b.\n"
2074msgstr ""
2075
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002076#: e2fsck/problem.c:1305
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002077#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002078msgid "@E @L to @d %P (%Di).\n"
2079msgstr ""
2080
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002081#: e2fsck/problem.c:1310
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002082#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002083msgid "@E @L to the @r.\n"
2084msgstr ""
2085
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002086#: e2fsck/problem.c:1315
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002087#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002088msgid "@E has illegal characters in its name.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002089msgstr ""
2090
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002091#: e2fsck/problem.c:1320
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002092#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002093#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002094msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002095msgstr ""
2096
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002097#: e2fsck/problem.c:1325
Theodore Ts'o55566e22003-12-26 14:03:39 -05002098#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002099#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002100msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002101msgstr ""
2102
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002103#: e2fsck/problem.c:1330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002104#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
2105msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002106msgstr ""
2107
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002108#: e2fsck/problem.c:1335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002109#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
2110msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002111msgstr ""
2112
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002113#: e2fsck/problem.c:1340
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002114#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002115msgid "i_faddr @F %IF, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002116msgstr ""
2117
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002118#: e2fsck/problem.c:1345
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002119#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002120msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002121msgstr ""
2122
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002123#: e2fsck/problem.c:1350
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002124#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002125msgid "i_dir_acl @F %Id, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002126msgstr ""
2127
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002128#: e2fsck/problem.c:1355
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002129#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002130msgid "i_frag @F %N, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002131msgstr ""
2132
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002133#: e2fsck/problem.c:1360
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002134#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002135msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002136msgstr ""
2137
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002138#: e2fsck/problem.c:1365
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002139#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
2140msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002141msgstr ""
2142
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002143#: e2fsck/problem.c:1370
Theodore Ts'o90806952010-02-10 15:49:32 -05002144#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
2145msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002146msgstr ""
2147
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002148#: e2fsck/problem.c:1375
Theodore Ts'o90806952010-02-10 15:49:32 -05002149#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
2150msgid "@d @i %i, %B, offset %N: filename too long\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002151msgstr ""
2152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002153#: e2fsck/problem.c:1380
Theodore Ts'o90806952010-02-10 15:49:32 -05002154#. @-expanded: directory inode %i has an unallocated %B.
2155msgid "@d @i %i has an unallocated %B. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002156msgstr ""
2157
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002158#: e2fsck/problem.c:1385
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002159#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002160#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002161msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002162msgstr ""
2163
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002164#: e2fsck/problem.c:1390
Theodore Ts'o55566e22003-12-26 14:03:39 -05002165#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002166#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002167msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002168msgstr ""
2169
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002170#: e2fsck/problem.c:1395
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002171#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002172msgid "@i %i (%Q) is an @I character @v.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002173msgstr ""
2174
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002175#: e2fsck/problem.c:1400
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002176#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002177msgid "@i %i (%Q) is an @I @b @v.\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002178msgstr ""
2179
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002180#: e2fsck/problem.c:1405
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002181#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002182msgid "@E is duplicate '.' @e.\n"
2183msgstr ""
2184
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002185#: e2fsck/problem.c:1410
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002186#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002187msgid "@E is duplicate '..' @e.\n"
2188msgstr ""
2189
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002190#: e2fsck/problem.c:1415 e2fsck/problem.c:1750
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002191#, c-format
2192msgid "Internal error: couldn't find dir_info for %i.\n"
2193msgstr ""
2194
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002195#: e2fsck/problem.c:1420
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002196#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
2197msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002198msgstr ""
2199
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002200#: e2fsck/problem.c:1425
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002201#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002202#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002203msgid "@A icount structure: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002204msgstr ""
2205
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002206#: e2fsck/problem.c:1430
Theodore Ts'o55566e22003-12-26 14:03:39 -05002207#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002208#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002209msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002210msgstr ""
2211
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002212#: e2fsck/problem.c:1435
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002213#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002214msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002215msgstr ""
2216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002217#: e2fsck/problem.c:1440
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002218#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002219msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002220msgstr ""
2221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002222#: e2fsck/problem.c:1445
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002223#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002224#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002225msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002226msgstr ""
2227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002228#: e2fsck/problem.c:1450
Theodore Ts'o55566e22003-12-26 14:03:39 -05002229#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002230#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002231msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002232msgstr ""
2233
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002234#: e2fsck/problem.c:1455
Theodore Ts'oaef07952008-08-27 23:18:29 -04002235#, c-format
2236#. @-expanded: directory entry for '.' in %p (%i) is big.\n
2237msgid "@d @e for '.' in %p (%i) is big.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002238msgstr ""
2239
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002240#: e2fsck/problem.c:1460
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002241#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002242msgid "@i %i (%Q) is an @I FIFO.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002243msgstr ""
2244
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002245#: e2fsck/problem.c:1465
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002246#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002247msgid "@i %i (%Q) is an @I socket.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002248msgstr ""
2249
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002250#: e2fsck/problem.c:1470
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002251#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002252msgid "Setting filetype for @E to %N.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002253msgstr ""
2254
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002255#: e2fsck/problem.c:1475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002256#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2257msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002258msgstr ""
2259
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002260#: e2fsck/problem.c:1480
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002261#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002262msgid "@E has filetype set.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002263msgstr ""
2264
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002265#: e2fsck/problem.c:1485
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002266#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2267msgid "@E has a @z name.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002268msgstr ""
2269
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002270#: e2fsck/problem.c:1490
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002271#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2272msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002273msgstr ""
2274
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002275#: e2fsck/problem.c:1495
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002276#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2277msgid "@a @b @F @n (%If).\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002278msgstr ""
2279
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002280#: e2fsck/problem.c:1500
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002281#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002282msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002283msgstr ""
2284
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002285#: e2fsck/problem.c:1505
Theodore Ts'o90806952010-02-10 15:49:32 -05002286#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2287msgid "@p @h %d: %B not referenced\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002288msgstr ""
2289
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002290#: e2fsck/problem.c:1510
Theodore Ts'o90806952010-02-10 15:49:32 -05002291#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2292msgid "@p @h %d: %B referenced twice\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002293msgstr ""
2294
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002295#: e2fsck/problem.c:1515
Theodore Ts'o90806952010-02-10 15:49:32 -05002296#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2297msgid "@p @h %d: %B has bad min hash\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002298msgstr ""
2299
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002300#: e2fsck/problem.c:1520
Theodore Ts'o90806952010-02-10 15:49:32 -05002301#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2302msgid "@p @h %d: %B has bad max hash\n"
Theodore Ts'o55566e22003-12-26 14:03:39 -05002303msgstr ""
2304
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002305#: e2fsck/problem.c:1525
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002306#. @-expanded: invalid HTREE directory inode %d (%q).
2307msgid "@n @h %d (%q). "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002308msgstr ""
2309
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002310#: e2fsck/problem.c:1529
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002311#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002312msgid "@p @h %d (%q): bad @b number %b.\n"
2313msgstr ""
2314
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002315#: e2fsck/problem.c:1539
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002316#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002317#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2318msgid "@p @h %d: root node is @n\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002319msgstr ""
2320
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002321#: e2fsck/problem.c:1544
Theodore Ts'o90806952010-02-10 15:49:32 -05002322#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2323msgid "@p @h %d: %B has @n limit (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002324msgstr ""
2325
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002326#: e2fsck/problem.c:1549
Theodore Ts'o90806952010-02-10 15:49:32 -05002327#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2328msgid "@p @h %d: %B has @n count (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002329msgstr ""
2330
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002331#: e2fsck/problem.c:1554
Theodore Ts'o90806952010-02-10 15:49:32 -05002332#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2333msgid "@p @h %d: %B has an unordered hash table\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002334msgstr ""
2335
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002336#: e2fsck/problem.c:1559
Theodore Ts'o90806952010-02-10 15:49:32 -05002337#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2338msgid "@p @h %d: %B has @n depth (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002339msgstr ""
2340
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002341#: e2fsck/problem.c:1564
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002342#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002343msgid "Duplicate @E found. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002344msgstr ""
2345
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002346#: e2fsck/problem.c:1569
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002347#, no-c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002348#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2349#. @-expanded: Rename to %s
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002350msgid ""
2351"@E has a non-unique filename.\n"
2352"Rename to %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002353msgstr ""
2354
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002355#: e2fsck/problem.c:1574
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002356#. @-expanded: Duplicate entry '%Dn' found.\n
2357#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2358#. @-expanded: \n
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002359msgid ""
2360"Duplicate @e '%Dn' found.\n"
2361"\tMarking %p (%i) to be rebuilt.\n"
2362"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002363msgstr ""
2364
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002365#: e2fsck/problem.c:1579
Theodore Ts'o714da452007-07-07 22:24:13 -04002366#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2367msgid "i_blocks_hi @F %N, @s zero.\n"
2368msgstr ""
2369
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002370#: e2fsck/problem.c:1584
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -04002371#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2372msgid "Unexpected @b in @h %d (%q).\n"
2373msgstr ""
2374
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002375#: e2fsck/problem.c:1588
Theodore Ts'o052a7912008-10-12 23:17:54 -04002376#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2377msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002378msgstr ""
2379
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002380#: e2fsck/problem.c:1593
Theodore Ts'o052a7912008-10-12 23:17:54 -04002381#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2382msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002383msgstr ""
2384
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002385#: e2fsck/problem.c:1598
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002386#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2387msgid "i_file_acl_hi @F %N, @s zero.\n"
2388msgstr ""
2389
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002390#: e2fsck/problem.c:1603
2391#, c-format
2392#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2393msgid "@p @h %d: root node fails checksum.\n"
2394msgstr ""
2395
2396#: e2fsck/problem.c:1608
2397#, c-format
2398#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2399msgid "@p @h %d: internal node fails checksum.\n"
2400msgstr ""
2401
2402#: e2fsck/problem.c:1613
2403#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2404msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2405msgstr ""
2406
2407#: e2fsck/problem.c:1618
2408#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2409msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2410msgstr ""
2411
2412#: e2fsck/problem.c:1623
2413#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2414msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2415msgstr ""
2416
2417#: e2fsck/problem.c:1628
2418#, c-format
2419#. @-expanded: Fixing size of inline directory inode %i failed.\n
2420msgid "Fixing size of inline @d @i %i failed.\n"
2421msgstr ""
2422
2423#: e2fsck/problem.c:1633
2424#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2425msgid "Encrypted @E is too short.\n"
2426msgstr ""
2427
2428#: e2fsck/problem.c:1640
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002429#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002430msgid "Pass 3: Checking @d connectivity\n"
2431msgstr ""
2432
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002433#: e2fsck/problem.c:1645
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002434#. @-expanded: root inode not allocated.
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002435msgid "@r not allocated. "
2436msgstr ""
2437
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002438#: e2fsck/problem.c:1650
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002439#. @-expanded: No room in lost+found directory.
Theodore Ts'obc759702005-05-09 20:40:55 -04002440msgid "No room in @l @d. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002441msgstr ""
2442
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002443#: e2fsck/problem.c:1655
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002444#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002445#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002446msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002447msgstr ""
2448
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002449#: e2fsck/problem.c:1660
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002450#. @-expanded: /lost+found not found.
Theodore Ts'obc759702005-05-09 20:40:55 -04002451msgid "/@l not found. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002452msgstr ""
2453
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002454#: e2fsck/problem.c:1665
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002455#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002456msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002457msgstr ""
2458
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002459#: e2fsck/problem.c:1670
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002460#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002461msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002462msgstr ""
2463
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002464#: e2fsck/problem.c:1675
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002465#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002466#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002467msgid "Could not expand /@l: %m\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002468msgstr ""
2469
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002470#: e2fsck/problem.c:1680
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002471#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002472msgid "Could not reconnect %i: %m\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002473msgstr ""
2474
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002475#: e2fsck/problem.c:1685
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002476#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002477#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002478msgid "Error while trying to find /@l: %m\n"
Theodore Ts'o55566e22003-12-26 14:03:39 -05002479msgstr ""
2480
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002481#: e2fsck/problem.c:1690
Theodore Ts'o55566e22003-12-26 14:03:39 -05002482#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002483#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002484msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2485msgstr ""
2486
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002487#: e2fsck/problem.c:1695
Theodore Ts'obc759702005-05-09 20:40:55 -04002488#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002489#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002490msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2491msgstr ""
2492
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002493#: e2fsck/problem.c:1700
Theodore Ts'obc759702005-05-09 20:40:55 -04002494#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002495#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002496msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2497msgstr ""
2498
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002499#: e2fsck/problem.c:1705
Theodore Ts'obc759702005-05-09 20:40:55 -04002500#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002501#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002502msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2503msgstr ""
2504
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002505#: e2fsck/problem.c:1710
Theodore Ts'obc759702005-05-09 20:40:55 -04002506#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002507#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002508msgid "Error while adjusting @i count on @i %i\n"
2509msgstr ""
2510
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002511#: e2fsck/problem.c:1715
Theodore Ts'obc759702005-05-09 20:40:55 -04002512#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002513#. @-expanded: Couldn't fix parent of inode %i: %m\n
2514#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002515msgid ""
2516"Couldn't fix parent of @i %i: %m\n"
2517"\n"
2518msgstr ""
2519
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002520#: e2fsck/problem.c:1720
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002521#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002522#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2523#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002524msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002525"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002526"\n"
2527msgstr ""
2528
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002529#: e2fsck/problem.c:1730
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002530#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002531#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002532msgid "Error creating root @d (%s): %m\n"
2533msgstr ""
2534
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002535#: e2fsck/problem.c:1735
Theodore Ts'obc759702005-05-09 20:40:55 -04002536#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002537#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002538msgid "Error creating /@l @d (%s): %m\n"
2539msgstr ""
2540
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002541#: e2fsck/problem.c:1740
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002542#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002543msgid "@r is not a @d; aborting.\n"
2544msgstr ""
2545
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002546#: e2fsck/problem.c:1745
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002547#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002548msgid "Cannot proceed without a @r.\n"
2549msgstr ""
2550
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002551#: e2fsck/problem.c:1755
Theodore Ts'obc759702005-05-09 20:40:55 -04002552#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002553#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002554msgid "/@l is not a @d (ino=%i)\n"
2555msgstr ""
2556
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002557#: e2fsck/problem.c:1760
2558#. @-expanded: /lost+found has inline data\n
2559msgid "/@l has inline data\n"
2560msgstr ""
2561
2562#: e2fsck/problem.c:1765
2563#. @-expanded: Cannot allocate space for /lost+found.\n
2564#. @-expanded: Place lost files in root directory instead
2565msgid ""
2566"Cannot allocate space for /@l.\n"
2567"Place lost files in root directory instead"
2568msgstr ""
2569
2570#: e2fsck/problem.c:1770
2571#. @-expanded: Insufficient space to recover lost files!\n
2572#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2573#. @-expanded: \n
2574msgid ""
2575"Insufficient space to recover lost files!\n"
2576"Move data off the @f and re-run e2fsck.\n"
2577"\n"
2578msgstr ""
2579
2580#: e2fsck/problem.c:1775
2581#. @-expanded: /lost+found is encrypted\n
2582msgid "/@l is encrypted\n"
2583msgstr ""
2584
2585#: e2fsck/problem.c:1782
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002586msgid "Pass 3A: Optimizing directories\n"
2587msgstr ""
2588
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002589#: e2fsck/problem.c:1787
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002590#, c-format
2591msgid "Failed to create dirs_to_hash iterator: %m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002592msgstr ""
2593
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002594#: e2fsck/problem.c:1792
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002595msgid "Failed to optimize directory %q (%d): %m\n"
2596msgstr ""
2597
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002598#: e2fsck/problem.c:1797
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002599msgid "Optimizing directories: "
2600msgstr ""
2601
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002602#: e2fsck/problem.c:1814
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002603msgid "Pass 4: Checking reference counts\n"
2604msgstr ""
2605
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002606#: e2fsck/problem.c:1819
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002607#, c-format
2608#. @-expanded: unattached zero-length inode %i.
2609msgid "@u @z @i %i. "
2610msgstr ""
2611
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002612#: e2fsck/problem.c:1824
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002613#, c-format
2614#. @-expanded: unattached inode %i\n
2615msgid "@u @i %i\n"
2616msgstr ""
2617
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002618#: e2fsck/problem.c:1829
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002619#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002620msgid "@i %i ref count is %Il, @s %N. "
2621msgstr ""
2622
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002623#: e2fsck/problem.c:1833
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002624#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2625#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2626#. @-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 +00002627msgid ""
2628"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2629"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002630"@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 +00002631msgstr ""
2632
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002633#: e2fsck/problem.c:1843
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002634#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002635msgid "Pass 5: Checking @g summary information\n"
2636msgstr ""
2637
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002638#: e2fsck/problem.c:1848
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002639#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002640msgid "Padding at end of @i @B is not set. "
2641msgstr ""
2642
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002643#: e2fsck/problem.c:1853
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002644#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002645msgid "Padding at end of @b @B is not set. "
2646msgstr ""
2647
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002648#: e2fsck/problem.c:1858
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002649#. @-expanded: block bitmap differences:
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002650msgid "@b @B differences: "
2651msgstr ""
2652
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002653#: e2fsck/problem.c:1878
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002654#. @-expanded: inode bitmap differences:
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002655msgid "@i @B differences: "
2656msgstr ""
2657
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002658#: e2fsck/problem.c:1898
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002659#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002660msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2661msgstr ""
2662
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002663#: e2fsck/problem.c:1903
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002664#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002665msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2666msgstr ""
2667
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002668#: e2fsck/problem.c:1908
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002669#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002670msgid "Free @is count wrong (%i, counted=%j).\n"
2671msgstr ""
2672
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002673#: e2fsck/problem.c:1913
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002674#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002675msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2676msgstr ""
2677
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002678#: e2fsck/problem.c:1918
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002679#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002680msgid "Free @bs count wrong (%b, counted=%c).\n"
2681msgstr ""
2682
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002683#: e2fsck/problem.c:1923
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002684#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2685#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002686msgid ""
2687"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2688"endpoints (%i, %j)\n"
2689msgstr ""
2690
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002691#: e2fsck/problem.c:1929
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002692msgid "Internal error: fudging end of bitmap (%N)\n"
2693msgstr ""
2694
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002695#: e2fsck/problem.c:1934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002696#, c-format
2697#. @-expanded: Error copying in replacement inode bitmap: %m\n
2698msgid "Error copying in replacement @i @B: %m\n"
2699msgstr ""
2700
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002701#: e2fsck/problem.c:1939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002702#, c-format
2703#. @-expanded: Error copying in replacement block bitmap: %m\n
2704msgid "Error copying in replacement @b @B: %m\n"
2705msgstr ""
2706
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002707#: e2fsck/problem.c:1964
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002708#, c-format
2709#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2710msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2711msgstr ""
2712
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002713#: e2fsck/problem.c:1969
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002714#, c-format
2715#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2716msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2717msgstr ""
2718
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002719#: e2fsck/problem.c:1974
2720#, c-format
2721#. @-expanded: group %g inode bitmap does not match checksum.\n
2722msgid "@g %g @i @B does not match checksum.\n"
2723msgstr ""
2724
2725#: e2fsck/problem.c:1979
2726#, c-format
2727#. @-expanded: group %g block bitmap does not match checksum.\n
2728msgid "@g %g @b @B does not match checksum.\n"
2729msgstr ""
2730
2731#: e2fsck/problem.c:1986
Theodore Ts'o53013932009-05-30 13:50:07 -04002732#. @-expanded: Recreate journal
2733msgid "Recreate @j"
2734msgstr ""
2735
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002736#: e2fsck/problem.c:1991
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04002737msgid "Update quota info for quota type %N"
2738msgstr ""
2739
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002740#: e2fsck/problem.c:1996
Theodore Ts'o6b319482014-08-25 10:30:53 -04002741#, c-format
2742#. @-expanded: Error setting block group checksum info: %m\n
2743msgid "Error setting @b @g checksum info: %m\n"
2744msgstr ""
2745
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002746#: e2fsck/problem.c:2001
Theodore Ts'o6b319482014-08-25 10:30:53 -04002747#, c-format
2748msgid "Error writing file system info: %m\n"
2749msgstr ""
2750
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002751#: e2fsck/problem.c:2006
Theodore Ts'o6b319482014-08-25 10:30:53 -04002752#, c-format
Theodore Ts'oa4af7ef2014-08-26 09:40:06 -04002753msgid "Error flushing writes to storage device: %m\n"
Theodore Ts'o6b319482014-08-25 10:30:53 -04002754msgstr ""
2755
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002756#: e2fsck/problem.c:2127
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002757#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002758msgid "Unhandled error code (0x%x)!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002759msgstr ""
2760
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002761#: e2fsck/problem.c:2252 e2fsck/problem.c:2256
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002762msgid "IGNORED"
2763msgstr ""
2764
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002765#: e2fsck/quota.c:33 e2fsck/quota.c:46
2766msgid "in move_quota_inode"
2767msgstr ""
2768
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04002769#: e2fsck/scantest.c:79
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002770#, c-format
2771msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2772msgstr ""
2773
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04002774#: e2fsck/scantest.c:98
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002775#, c-format
2776msgid "size of inode=%d\n"
2777msgstr ""
2778
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04002779#: e2fsck/scantest.c:119
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002780msgid "while starting inode scan"
2781msgstr ""
2782
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04002783#: e2fsck/scantest.c:130
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002784msgid "while doing inode scan"
2785msgstr ""
2786
Theodore Ts'o036a8472013-12-28 22:39:41 -05002787#: e2fsck/super.c:190
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002788#, c-format
2789msgid "while calling ext2fs_block_iterate for inode %d"
2790msgstr ""
2791
Theodore Ts'o036a8472013-12-28 22:39:41 -05002792#: e2fsck/super.c:213
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002793#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04002794msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002795msgstr ""
2796
Theodore Ts'o036a8472013-12-28 22:39:41 -05002797#: e2fsck/super.c:274
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002798msgid "Truncating"
2799msgstr ""
2800
Theodore Ts'o036a8472013-12-28 22:39:41 -05002801#: e2fsck/super.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002802msgid "Clearing"
2803msgstr ""
2804
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002805#: e2fsck/unix.c:76
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002806#, c-format
2807msgid ""
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002808"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002809"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002810"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002811"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002812msgstr ""
2813
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002814#: e2fsck/unix.c:82
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002815msgid ""
2816"\n"
2817"Emergency help:\n"
2818" -p Automatic repair (no questions)\n"
2819" -n Make no changes to the filesystem\n"
2820" -y Assume \"yes\" to all questions\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002821" -c Check for bad blocks and add them to the badblock "
2822"list\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002823" -f Force checking even if filesystem is marked clean\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002824msgstr ""
2825
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002826#: e2fsck/unix.c:88
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002827msgid ""
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002828" -v Be verbose\n"
2829" -b superblock Use alternative superblock\n"
2830" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002831" -j external_journal Set location of the external journal\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002832" -l bad_blocks_file Add to badblocks list\n"
2833" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002834" -z undo_file Create an undo file\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002835msgstr ""
2836
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002837#: e2fsck/unix.c:134
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002838#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04002839msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002840msgstr ""
2841
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002842#: e2fsck/unix.c:160
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002843#, c-format
2844msgid ""
2845"\n"
Theodore Ts'o67b37212012-07-29 20:38:48 -04002846"%12u inode used (%2.2f%%, out of %u)\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002847msgid_plural ""
2848"\n"
Theodore Ts'o67b37212012-07-29 20:38:48 -04002849"%12u inodes used (%2.2f%%, out of %u)\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002850msgstr[0] ""
2851msgstr[1] ""
2852
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002853#: e2fsck/unix.c:164
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002854#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002855msgid "%12u non-contiguous file (%0d.%d%%)\n"
2856msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002857msgstr[0] ""
2858msgstr[1] ""
2859
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002860#: e2fsck/unix.c:169
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002861#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002862msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2863msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002864msgstr[0] ""
2865msgstr[1] ""
2866
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002867#: e2fsck/unix.c:174
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002868#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002869msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2870msgstr ""
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002871
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002872#: e2fsck/unix.c:182
Theodore Ts'o67b37212012-07-29 20:38:48 -04002873msgid " Extent depth histogram: "
2874msgstr ""
2875
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002876#: e2fsck/unix.c:191
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002877#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002878msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2879msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002880msgstr[0] ""
2881msgstr[1] ""
2882
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002883#: e2fsck/unix.c:195
Theodore Ts'o67b37212012-07-29 20:38:48 -04002884#, c-format
2885msgid "%12u bad block\n"
2886msgid_plural "%12u bad blocks\n"
2887msgstr[0] ""
2888msgstr[1] ""
2889
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002890#: e2fsck/unix.c:197
Theodore Ts'o67b37212012-07-29 20:38:48 -04002891#, c-format
2892msgid "%12u large file\n"
2893msgid_plural "%12u large files\n"
2894msgstr[0] ""
2895msgstr[1] ""
2896
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002897#: e2fsck/unix.c:199
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002898#, c-format
2899msgid ""
2900"\n"
Theodore Ts'o67b37212012-07-29 20:38:48 -04002901"%12u regular file\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002902msgid_plural ""
2903"\n"
Theodore Ts'o67b37212012-07-29 20:38:48 -04002904"%12u regular files\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002905msgstr[0] ""
2906msgstr[1] ""
2907
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002908#: e2fsck/unix.c:201
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002909#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002910msgid "%12u directory\n"
2911msgid_plural "%12u directories\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002912msgstr[0] ""
2913msgstr[1] ""
2914
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002915#: e2fsck/unix.c:203
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002916#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002917msgid "%12u character device file\n"
2918msgid_plural "%12u character device files\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002919msgstr[0] ""
2920msgstr[1] ""
2921
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002922#: e2fsck/unix.c:206
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002923#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002924msgid "%12u block device file\n"
2925msgid_plural "%12u block device files\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002926msgstr[0] ""
2927msgstr[1] ""
2928
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002929#: e2fsck/unix.c:208
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002930#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002931msgid "%12u fifo\n"
2932msgid_plural "%12u fifos\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002933msgstr[0] ""
2934msgstr[1] ""
2935
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002936#: e2fsck/unix.c:210
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002937#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002938msgid "%12u link\n"
2939msgid_plural "%12u links\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002940msgstr[0] ""
2941msgstr[1] ""
2942
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002943#: e2fsck/unix.c:212
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002944#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002945msgid "%12u symbolic link"
2946msgid_plural "%12u symbolic links"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002947msgstr[0] ""
2948msgstr[1] ""
2949
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002950#: e2fsck/unix.c:214
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002951#, c-format
2952msgid " (%u fast symbolic link)\n"
2953msgid_plural " (%u fast symbolic links)\n"
2954msgstr[0] ""
2955msgstr[1] ""
2956
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002957#: e2fsck/unix.c:218
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002958#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002959msgid "%12u socket\n"
2960msgid_plural "%12u sockets\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002961msgstr[0] ""
2962msgstr[1] ""
2963
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002964#: e2fsck/unix.c:222
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002965#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002966msgid "%12u file\n"
2967msgid_plural "%12u files\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002968msgstr[0] ""
2969msgstr[1] ""
2970
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002971#: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2848 misc/util.c:126
2972#: resize/main.c:352
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002973#, c-format
2974msgid "while determining whether %s is mounted."
2975msgstr ""
2976
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002977#: e2fsck/unix.c:256
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002978#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002979msgid "Warning! %s is mounted.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002980msgstr ""
2981
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002982#: e2fsck/unix.c:259
Theodore Ts'od6a3e412012-06-12 17:21:38 -04002983#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002984msgid "Warning! %s is in use.\n"
Theodore Ts'od6a3e412012-06-12 17:21:38 -04002985msgstr ""
2986
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002987#: e2fsck/unix.c:265
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002988#, c-format
2989msgid "%s is mounted.\n"
2990msgstr ""
2991
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002992#: e2fsck/unix.c:267
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002993#, c-format
2994msgid "%s is in use.\n"
2995msgstr ""
2996
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002997#: e2fsck/unix.c:269
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002998msgid ""
2999"Cannot continue, aborting.\n"
3000"\n"
3001msgstr ""
3002
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003003#: e2fsck/unix.c:271
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003004msgid ""
3005"\n"
3006"\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04003007"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3008"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003009"\n"
3010msgstr ""
3011
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003012#: e2fsck/unix.c:276
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003013msgid "Do you really want to continue"
3014msgstr ""
3015
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003016#: e2fsck/unix.c:278
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003017msgid "check aborted.\n"
3018msgstr ""
3019
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003020#: e2fsck/unix.c:371
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003021msgid " contains a file system with errors"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003022msgstr ""
3023
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003024#: e2fsck/unix.c:373
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003025msgid " was not cleanly unmounted"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003026msgstr ""
3027
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003028#: e2fsck/unix.c:375
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003029msgid " primary superblock features different from backup"
3030msgstr ""
3031
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003032#: e2fsck/unix.c:379
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003033#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003034msgid " has been mounted %u times without being checked"
3035msgstr ""
3036
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003037#: e2fsck/unix.c:386
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003038msgid " has filesystem last checked time in the future"
3039msgstr ""
3040
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003041#: e2fsck/unix.c:392
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003042#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003043msgid " has gone %u days without being checked"
3044msgstr ""
3045
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003046#: e2fsck/unix.c:401
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003047msgid ", check forced.\n"
3048msgstr ""
3049
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003050#: e2fsck/unix.c:434
Theodore Ts'o55566e22003-12-26 14:03:39 -05003051#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04003052msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3053msgstr ""
3054
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003055#: e2fsck/unix.c:454
Theodore Ts'o67b37212012-07-29 20:38:48 -04003056msgid " (check deferred; on battery)"
3057msgstr ""
3058
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003059#: e2fsck/unix.c:457
Theodore Ts'o67b37212012-07-29 20:38:48 -04003060msgid " (check after next mount)"
3061msgstr ""
3062
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003063#: e2fsck/unix.c:459
Theodore Ts'o67b37212012-07-29 20:38:48 -04003064#, c-format
Theodore Ts'o55566e22003-12-26 14:03:39 -05003065msgid " (check in %ld mounts)"
3066msgstr ""
3067
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003068#: e2fsck/unix.c:609
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003069#, c-format
3070msgid "ERROR: Couldn't open /dev/null (%s)\n"
3071msgstr ""
3072
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003073#: e2fsck/unix.c:679
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003074msgid "Invalid EA version.\n"
3075msgstr ""
3076
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003077#: e2fsck/unix.c:692
3078msgid "Invalid readahead buffer size.\n"
3079msgstr ""
3080
3081#: e2fsck/unix.c:725
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003082#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003083msgid "Unknown extended option: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003084msgstr ""
3085
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003086#: e2fsck/unix.c:752
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003087#, c-format
3088msgid ""
3089"Syntax error in e2fsck config file (%s, line #%d)\n"
3090"\t%s\n"
3091msgstr ""
3092
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003093#: e2fsck/unix.c:825
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003094#, c-format
3095msgid "Error validating file descriptor %d: %s\n"
3096msgstr ""
3097
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003098#: e2fsck/unix.c:829
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003099msgid "Invalid completion information file descriptor"
3100msgstr ""
3101
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003102#: e2fsck/unix.c:844
Theodore Ts'o6956f612005-12-31 16:46:15 -05003103msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003104msgstr ""
3105
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003106#: e2fsck/unix.c:865
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003107#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003108msgid "The -t option is not supported on this version of e2fsck.\n"
3109msgstr ""
3110
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003111#: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
3112#: misc/tune2fs.c:1567 misc/tune2fs.c:1863 misc/tune2fs.c:1881
Theodore Ts'o55566e22003-12-26 14:03:39 -05003113#, c-format
3114msgid "Unable to resolve '%s'"
3115msgstr ""
3116
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003117#: e2fsck/unix.c:952
Theodore Ts'od085f612010-12-13 08:57:14 -05003118msgid "The -n and -D options are incompatible."
3119msgstr ""
3120
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003121#: e2fsck/unix.c:957
Theodore Ts'od085f612010-12-13 08:57:14 -05003122msgid "The -n and -c options are incompatible."
3123msgstr ""
3124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003125#: e2fsck/unix.c:962
Theodore Ts'od085f612010-12-13 08:57:14 -05003126msgid "The -n and -l/-L options are incompatible."
3127msgstr ""
3128
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003129#: e2fsck/unix.c:986
3130msgid "The -D and -E fixes_only options are incompatible."
3131msgstr ""
3132
3133#: e2fsck/unix.c:992
3134msgid "The -E bmap2extent and fixes_only options are incompatible."
3135msgstr ""
3136
3137#: e2fsck/unix.c:1046
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003138msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3139msgstr ""
3140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003141#: e2fsck/unix.c:1093
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003142#, c-format
3143msgid ""
3144"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3145"\n"
3146msgstr ""
3147
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003148#: e2fsck/unix.c:1102
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003149#, c-format
3150msgid ""
3151"\n"
3152"Invalid non-numeric argument to -%c (\"%s\")\n"
3153"\n"
3154msgstr ""
3155
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003156#: e2fsck/unix.c:1193
Theodore Ts'o70d72812012-03-27 15:58:00 -07003157#, c-format
3158msgid ""
3159"MMP interval is %u seconds and total wait time is %u seconds. Please "
3160"wait...\n"
3161msgstr ""
3162
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003163#: e2fsck/unix.c:1210 e2fsck/unix.c:1215
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003164msgid "while checking MMP block"
3165msgstr ""
3166
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003167#: e2fsck/unix.c:1217 misc/tune2fs.c:2762
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003168msgid ""
3169"If you are sure the filesystem is not in use on any node, run:\n"
3170"'tune2fs -f -E clear_mmp {device}'\n"
3171msgstr ""
3172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003173#: e2fsck/unix.c:1232
3174msgid "while reading MMP block"
3175msgstr ""
3176
3177#: e2fsck/unix.c:1252 e2fsck/unix.c:1304 misc/e2undo.c:219 misc/e2undo.c:264
3178#: misc/mke2fs.c:2515 misc/mke2fs.c:2566 misc/tune2fs.c:2580
3179#: misc/tune2fs.c:2625 resize/main.c:186 resize/main.c:231
3180#, c-format
3181msgid ""
3182"Overwriting existing filesystem; this can be undone using the command:\n"
3183" e2undo %s %s\n"
3184"\n"
3185msgstr ""
3186
3187#: e2fsck/unix.c:1293 misc/e2undo.c:253 misc/mke2fs.c:2555 misc/tune2fs.c:2614
3188#: resize/main.c:220
3189#, c-format
3190msgid "while trying to delete %s"
3191msgstr ""
3192
3193#: e2fsck/unix.c:1319 misc/mke2fs.c:2581 resize/main.c:241
3194msgid "while trying to setup undo file\n"
3195msgstr ""
3196
3197#: e2fsck/unix.c:1363
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003198msgid "Error: ext2fs library version out of date!\n"
3199msgstr ""
3200
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003201#: e2fsck/unix.c:1370
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003202msgid "while trying to initialize program"
3203msgstr ""
3204
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003205#: e2fsck/unix.c:1393
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003206#, c-format
3207msgid "\tUsing %s, %s\n"
3208msgstr ""
3209
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003210#: e2fsck/unix.c:1405
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003211msgid "need terminal for interactive repairs"
3212msgstr ""
3213
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003214#: e2fsck/unix.c:1466
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003215#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003216msgid "%s: %s trying backup blocks...\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003217msgstr ""
3218
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003219#: e2fsck/unix.c:1468
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003220msgid "Superblock invalid,"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003221msgstr ""
3222
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003223#: e2fsck/unix.c:1469
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003224msgid "Group descriptors look bad..."
3225msgstr ""
3226
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003227#: e2fsck/unix.c:1479
Theodore Ts'o036a8472013-12-28 22:39:41 -05003228#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003229msgid "%s: %s while using the backup blocks"
3230msgstr ""
3231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003232#: e2fsck/unix.c:1483
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003233#, c-format
Theodore Ts'o53013932009-05-30 13:50:07 -04003234msgid "%s: going back to original superblock\n"
3235msgstr ""
3236
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003237#: e2fsck/unix.c:1512
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003238msgid ""
3239"The filesystem revision is apparently too high for this version of e2fsck.\n"
3240"(Or the filesystem superblock is corrupt)\n"
3241"\n"
3242msgstr ""
3243
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003244#: e2fsck/unix.c:1519
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003245msgid "Could this be a zero-length partition?\n"
3246msgstr ""
3247
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003248#: e2fsck/unix.c:1521
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003249#, c-format
3250msgid "You must have %s access to the filesystem or be root\n"
3251msgstr ""
3252
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003253#: e2fsck/unix.c:1527
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003254msgid "Possibly non-existent or swap device?\n"
3255msgstr ""
3256
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003257#: e2fsck/unix.c:1529
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003258msgid "Filesystem mounted or opened exclusively by another program?\n"
3259msgstr ""
3260
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003261#: e2fsck/unix.c:1533
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05003262msgid "Possibly non-existent device?\n"
3263msgstr ""
3264
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003265#: e2fsck/unix.c:1536
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003266msgid ""
3267"Disk write-protected; use the -n option to do a read-only\n"
3268"check of the device.\n"
3269msgstr ""
3270
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003271#: e2fsck/unix.c:1604
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003272msgid "Get a newer version of e2fsck!"
3273msgstr ""
3274
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003275#: e2fsck/unix.c:1648
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003276#, c-format
3277msgid "while checking ext3 journal for %s"
3278msgstr ""
3279
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003280#: e2fsck/unix.c:1661
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003281msgid ""
3282"Warning: skipping journal recovery because doing a read-only filesystem "
3283"check.\n"
3284msgstr ""
3285
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003286#: e2fsck/unix.c:1673
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003287#, c-format
3288msgid "unable to set superblock flags on %s\n"
3289msgstr ""
3290
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003291#: e2fsck/unix.c:1680
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003292#, c-format
3293msgid "while recovering ext3 journal of %s"
3294msgstr ""
3295
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003296#: e2fsck/unix.c:1703
Theodore Ts'o8f741372008-02-28 21:47:05 -05003297#, c-format
3298msgid "%s has unsupported feature(s):"
3299msgstr ""
3300
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003301#: e2fsck/unix.c:1762
Theodore Ts'o70d72812012-03-27 15:58:00 -07003302#, c-format
3303msgid "%s: %s while reading bad blocks inode\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003304msgstr ""
3305
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003306#: e2fsck/unix.c:1765
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003307msgid "This doesn't bode well, but we'll try to go on...\n"
3308msgstr ""
3309
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003310#: e2fsck/unix.c:1805
Theodore Ts'o714da452007-07-07 22:24:13 -04003311#, c-format
3312msgid "Creating journal (%d blocks): "
3313msgstr ""
3314
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003315#: e2fsck/unix.c:1815
Theodore Ts'o714da452007-07-07 22:24:13 -04003316msgid " Done.\n"
3317msgstr ""
3318
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003319#: e2fsck/unix.c:1817
Theodore Ts'o714da452007-07-07 22:24:13 -04003320msgid ""
3321"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003322"*** journal has been regenerated ***\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04003323msgstr ""
3324
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003325#: e2fsck/unix.c:1823
Theodore Ts'o6b319482014-08-25 10:30:53 -04003326msgid "aborted"
3327msgstr ""
3328
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003329#: e2fsck/unix.c:1825
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003330#, c-format
3331msgid "%s: e2fsck canceled.\n"
3332msgstr ""
3333
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003334#: e2fsck/unix.c:1847
3335msgid "Restarting e2fsck from the beginning...\n"
3336msgstr ""
3337
3338#: e2fsck/unix.c:1851
3339msgid "while resetting context"
3340msgstr ""
3341
3342#: e2fsck/unix.c:1895 e2fsck/util.c:71
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003343#, c-format
3344msgid ""
3345"\n"
3346"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3347msgstr ""
3348
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003349#: e2fsck/unix.c:1899
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003350#, c-format
3351msgid "%s: ***** REBOOT LINUX *****\n"
3352msgstr ""
3353
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003354#: e2fsck/unix.c:1907 e2fsck/util.c:77
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003355#, c-format
3356msgid ""
3357"\n"
3358"%s: ********** WARNING: Filesystem still has errors **********\n"
3359"\n"
3360msgstr ""
3361
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003362#: e2fsck/util.c:194 misc/util.c:93
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003363msgid "yY"
3364msgstr ""
3365
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003366#: e2fsck/util.c:195
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003367msgid "nN"
3368msgstr ""
3369
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003370#: e2fsck/util.c:196
3371msgid "aA"
3372msgstr ""
3373
3374#: e2fsck/util.c:197
3375msgid " ('a' enables 'yes' to all) "
3376msgstr ""
3377
3378#: e2fsck/util.c:213
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003379msgid "<y>"
3380msgstr ""
3381
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003382#: e2fsck/util.c:215
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003383msgid "<n>"
3384msgstr ""
3385
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003386#: e2fsck/util.c:217
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003387msgid " (y/n)"
3388msgstr ""
3389
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003390#: e2fsck/util.c:240
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003391msgid "cancelled!\n"
3392msgstr ""
3393
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003394#: e2fsck/util.c:264
3395msgid "yes to all\n"
3396msgstr ""
3397
3398#: e2fsck/util.c:266
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003399msgid "yes\n"
3400msgstr ""
3401
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003402#: e2fsck/util.c:268
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003403msgid "no\n"
3404msgstr ""
3405
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003406#: e2fsck/util.c:278
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003407#, c-format
3408msgid ""
3409"%s? no\n"
3410"\n"
3411msgstr ""
3412
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003413#: e2fsck/util.c:282
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003414#, c-format
3415msgid ""
3416"%s? yes\n"
3417"\n"
3418msgstr ""
3419
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003420#: e2fsck/util.c:286
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003421msgid "yes"
3422msgstr ""
3423
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003424#: e2fsck/util.c:286
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003425msgid "no"
3426msgstr ""
3427
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003428#: e2fsck/util.c:302
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003429#, c-format
3430msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3431msgstr ""
3432
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003433#: e2fsck/util.c:307
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003434msgid "reading inode and block bitmaps"
3435msgstr ""
3436
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003437#: e2fsck/util.c:319
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003438#, c-format
3439msgid "while retrying to read bitmaps for %s"
3440msgstr ""
3441
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003442#: e2fsck/util.c:331
Theodore Ts'oaef07952008-08-27 23:18:29 -04003443msgid "writing block and inode bitmaps"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003444msgstr ""
3445
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003446#: e2fsck/util.c:336
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003447#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003448msgid "while rewriting block and inode bitmaps for %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003449msgstr ""
3450
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003451#: e2fsck/util.c:348
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003452#, c-format
3453msgid ""
3454"\n"
3455"\n"
3456"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3457"\t(i.e., without -a or -p options)\n"
3458msgstr ""
3459
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003460#: e2fsck/util.c:429
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003461#, c-format
Theodore Ts'o53013932009-05-30 13:50:07 -04003462msgid "Memory used: %luk/%luk (%luk/%luk), "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003463msgstr ""
3464
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003465#: e2fsck/util.c:433
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003466#, c-format
Theodore Ts'o53013932009-05-30 13:50:07 -04003467msgid "Memory used: %lu, "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003468msgstr ""
3469
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003470#: e2fsck/util.c:440
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003471#, c-format
3472msgid "time: %5.2f/%5.2f/%5.2f\n"
3473msgstr ""
3474
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003475#: e2fsck/util.c:445
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003476#, c-format
3477msgid "elapsed time: %6.3f\n"
3478msgstr ""
3479
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003480#: e2fsck/util.c:480 e2fsck/util.c:494
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003481#, c-format
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003482msgid "while reading inode %lu in %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003483msgstr ""
3484
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003485#: e2fsck/util.c:508 e2fsck/util.c:521
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003486#, c-format
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003487msgid "while writing inode %lu in %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003488msgstr ""
3489
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003490#: e2fsck/util.c:765
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003491msgid ""
3492"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3493"running.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003494msgstr ""
3495
Theodore Ts'obd386982015-05-17 20:34:58 -04003496#: misc/badblocks.c:72
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003497msgid "done \n"
3498msgstr ""
3499
Theodore Ts'obd386982015-05-17 20:34:58 -04003500#: misc/badblocks.c:97
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003501#, c-format
3502msgid ""
3503"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04003504" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3505"max_bad_blocks]\n"
3506" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3507" device [last_block [first_block]]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003508msgstr ""
3509
Theodore Ts'obd386982015-05-17 20:34:58 -04003510#: misc/badblocks.c:108
Theodore Ts'o714da452007-07-07 22:24:13 -04003511#, c-format
3512msgid ""
3513"%s: The -n and -w options are mutually exclusive.\n"
3514"\n"
3515msgstr ""
3516
Theodore Ts'obd386982015-05-17 20:34:58 -04003517#: misc/badblocks.c:223
Theodore Ts'o052a7912008-10-12 23:17:54 -04003518#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003519msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Theodore Ts'o052a7912008-10-12 23:17:54 -04003520msgstr ""
3521
Theodore Ts'obd386982015-05-17 20:34:58 -04003522#: misc/badblocks.c:328
Theodore Ts'o113e4052003-05-17 21:00:46 -04003523msgid "Testing with random pattern: "
3524msgstr ""
3525
Theodore Ts'obd386982015-05-17 20:34:58 -04003526#: misc/badblocks.c:346
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003527msgid "Testing with pattern 0x"
Theodore Ts'o113e4052003-05-17 21:00:46 -04003528msgstr ""
3529
Theodore Ts'obd386982015-05-17 20:34:58 -04003530#: misc/badblocks.c:378 misc/badblocks.c:451
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003531msgid "during seek"
3532msgstr ""
3533
Theodore Ts'obd386982015-05-17 20:34:58 -04003534#: misc/badblocks.c:389
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003535#, c-format
3536msgid "Weird value (%ld) in do_read\n"
3537msgstr ""
3538
Theodore Ts'obd386982015-05-17 20:34:58 -04003539#: misc/badblocks.c:476
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003540msgid "during ext2fs_sync_device"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003541msgstr ""
3542
Theodore Ts'obd386982015-05-17 20:34:58 -04003543#: misc/badblocks.c:496 misc/badblocks.c:758
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003544msgid "while beginning bad block list iteration"
3545msgstr ""
3546
Theodore Ts'obd386982015-05-17 20:34:58 -04003547#: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003548msgid "while allocating buffers"
3549msgstr ""
3550
Theodore Ts'obd386982015-05-17 20:34:58 -04003551#: misc/badblocks.c:515
Theodore Ts'o113e4052003-05-17 21:00:46 -04003552#, c-format
3553msgid "Checking blocks %lu to %lu\n"
3554msgstr ""
3555
Theodore Ts'obd386982015-05-17 20:34:58 -04003556#: misc/badblocks.c:520
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003557msgid "Checking for bad blocks in read-only mode\n"
3558msgstr ""
3559
Theodore Ts'obd386982015-05-17 20:34:58 -04003560#: misc/badblocks.c:529
Theodore Ts'o113e4052003-05-17 21:00:46 -04003561msgid "Checking for bad blocks (read-only test): "
3562msgstr ""
3563
Theodore Ts'obd386982015-05-17 20:34:58 -04003564#: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3565#: misc/badblocks.c:832
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003566msgid "Too many bad blocks, aborting test\n"
3567msgstr ""
3568
Theodore Ts'obd386982015-05-17 20:34:58 -04003569#: misc/badblocks.c:618
Theodore Ts'o113e4052003-05-17 21:00:46 -04003570msgid "Checking for bad blocks in read-write mode\n"
3571msgstr ""
3572
Theodore Ts'obd386982015-05-17 20:34:58 -04003573#: misc/badblocks.c:620 misc/badblocks.c:782
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003574#, c-format
3575msgid "From block %lu to %lu\n"
3576msgstr ""
3577
Theodore Ts'obd386982015-05-17 20:34:58 -04003578#: misc/badblocks.c:675
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003579msgid "Reading and comparing: "
3580msgstr ""
3581
Theodore Ts'obd386982015-05-17 20:34:58 -04003582#: misc/badblocks.c:781
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003583msgid "Checking for bad blocks in non-destructive read-write mode\n"
3584msgstr ""
3585
Theodore Ts'obd386982015-05-17 20:34:58 -04003586#: misc/badblocks.c:787
Theodore Ts'o113e4052003-05-17 21:00:46 -04003587msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003588msgstr ""
3589
Theodore Ts'obd386982015-05-17 20:34:58 -04003590#: misc/badblocks.c:794
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003591msgid ""
3592"\n"
3593"Interrupt caught, cleaning up\n"
3594msgstr ""
3595
Theodore Ts'obd386982015-05-17 20:34:58 -04003596#: misc/badblocks.c:877
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003597#, c-format
3598msgid "during test data write, block %lu"
3599msgstr ""
3600
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003601#: misc/badblocks.c:998 misc/util.c:131
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003602#, c-format
3603msgid "%s is mounted; "
3604msgstr ""
3605
Theodore Ts'obd386982015-05-17 20:34:58 -04003606#: misc/badblocks.c:1000
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003607msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3608msgstr ""
3609
Theodore Ts'obd386982015-05-17 20:34:58 -04003610#: misc/badblocks.c:1005
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003611msgid "it's not safe to run badblocks!\n"
3612msgstr ""
3613
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003614#: misc/badblocks.c:1010 misc/util.c:142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003615#, c-format
3616msgid "%s is apparently in use by the system; "
3617msgstr ""
3618
Theodore Ts'obd386982015-05-17 20:34:58 -04003619#: misc/badblocks.c:1013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003620msgid "badblocks forced anyway.\n"
3621msgstr ""
3622
Theodore Ts'obd386982015-05-17 20:34:58 -04003623#: misc/badblocks.c:1033
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003624#, c-format
3625msgid "invalid %s - %s"
3626msgstr ""
3627
Theodore Ts'obd386982015-05-17 20:34:58 -04003628#: misc/badblocks.c:1127
3629#, c-format
3630msgid "Too big max bad blocks count %u - maximum is %u"
3631msgstr ""
3632
3633#: misc/badblocks.c:1154
Theodore Ts'o113e4052003-05-17 21:00:46 -04003634#, c-format
3635msgid "can't allocate memory for test_pattern - %s"
3636msgstr ""
3637
Theodore Ts'obd386982015-05-17 20:34:58 -04003638#: misc/badblocks.c:1184
Theodore Ts'o113e4052003-05-17 21:00:46 -04003639msgid "Maximum of one test_pattern may be specified in read-only mode"
3640msgstr ""
3641
Theodore Ts'obd386982015-05-17 20:34:58 -04003642#: misc/badblocks.c:1190
Theodore Ts'o113e4052003-05-17 21:00:46 -04003643msgid "Random test_pattern is not allowed in read-only mode"
3644msgstr ""
3645
Theodore Ts'obd386982015-05-17 20:34:58 -04003646#: misc/badblocks.c:1204
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003647msgid ""
3648"Couldn't determine device size; you must specify\n"
3649"the size manually\n"
3650msgstr ""
3651
Theodore Ts'obd386982015-05-17 20:34:58 -04003652#: misc/badblocks.c:1210
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003653msgid "while trying to determine device size"
3654msgstr ""
3655
Theodore Ts'obd386982015-05-17 20:34:58 -04003656#: misc/badblocks.c:1215
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003657msgid "last block"
3658msgstr ""
3659
Theodore Ts'obd386982015-05-17 20:34:58 -04003660#: misc/badblocks.c:1221
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003661msgid "first block"
3662msgstr ""
3663
Theodore Ts'obd386982015-05-17 20:34:58 -04003664#: misc/badblocks.c:1224
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003665#, c-format
Theodore Ts'o036a8472013-12-28 22:39:41 -05003666msgid "invalid starting block (%llu): must be less than %llu"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003667msgstr ""
3668
Theodore Ts'obd386982015-05-17 20:34:58 -04003669#: misc/badblocks.c:1231
Theodore Ts'o036a8472013-12-28 22:39:41 -05003670#, c-format
3671msgid "invalid end block (%llu): must be 32-bit value"
3672msgstr ""
3673
Theodore Ts'obd386982015-05-17 20:34:58 -04003674#: misc/badblocks.c:1287
Theodore Ts'o197abba2005-06-20 18:00:23 -04003675msgid "while creating in-memory bad blocks list"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003676msgstr ""
3677
Theodore Ts'obd386982015-05-17 20:34:58 -04003678#: misc/badblocks.c:1296
Theodore Ts'o036a8472013-12-28 22:39:41 -05003679msgid "input file - bad format"
3680msgstr ""
3681
Theodore Ts'obd386982015-05-17 20:34:58 -04003682#: misc/badblocks.c:1304 misc/badblocks.c:1313
Theodore Ts'o197abba2005-06-20 18:00:23 -04003683msgid "while adding to in-memory bad block list"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003684msgstr ""
3685
Theodore Ts'obd386982015-05-17 20:34:58 -04003686#: misc/badblocks.c:1338
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003687#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003688msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003689msgstr ""
3690
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003691#: misc/chattr.c:89
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003692#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003693msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003694msgstr ""
3695
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003696#: misc/chattr.c:159
3697#, c-format
3698msgid "bad project - %s\n"
3699msgstr ""
3700
3701#: misc/chattr.c:173
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003702#, c-format
3703msgid "bad version - %s\n"
3704msgstr ""
3705
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003706#: misc/chattr.c:219 misc/lsattr.c:127
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003707#, c-format
3708msgid "while trying to stat %s"
3709msgstr ""
3710
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003711#: misc/chattr.c:226
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003712#, c-format
3713msgid "while reading flags on %s"
3714msgstr ""
3715
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003716#: misc/chattr.c:231 misc/chattr.c:243
Theodore Ts'o53013932009-05-30 13:50:07 -04003717#, c-format
3718msgid "Flags of %s set as "
3719msgstr ""
3720
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003721#: misc/chattr.c:252
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003722#, c-format
3723msgid "while setting flags on %s"
3724msgstr ""
3725
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003726#: misc/chattr.c:260
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003727#, c-format
3728msgid "Version of %s set as %lu\n"
3729msgstr ""
3730
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003731#: misc/chattr.c:264
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003732#, c-format
3733msgid "while setting version on %s"
3734msgstr ""
3735
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003736#: misc/chattr.c:271
3737#, c-format
3738msgid "Project of %s set as %lu\n"
3739msgstr ""
3740
3741#: misc/chattr.c:275
3742#, c-format
3743msgid "while setting project on %s"
3744msgstr ""
3745
3746#: misc/chattr.c:297
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003747msgid "Couldn't allocate path variable in chattr_dir_proc"
3748msgstr ""
3749
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003750#: misc/chattr.c:337
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003751msgid "= is incompatible with - and +\n"
3752msgstr ""
3753
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003754#: misc/chattr.c:345
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003755msgid "Must use '-v', =, - or +\n"
3756msgstr ""
3757
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003758#: misc/create_inode.c:70 misc/create_inode.c:109
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003759#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003760msgid "while reading inode %u"
3761msgstr ""
3762
3763#: misc/create_inode.c:80 misc/create_inode.c:272 misc/create_inode.c:336
3764#: misc/create_inode.c:374
3765msgid "while expanding directory"
3766msgstr ""
3767
3768#: misc/create_inode.c:87
3769#, c-format
3770msgid "while linking \"%s\""
3771msgstr ""
3772
3773#: misc/create_inode.c:95 misc/create_inode.c:122 misc/create_inode.c:306
3774#, c-format
3775msgid "while writing inode %u"
3776msgstr ""
3777
3778#: misc/create_inode.c:139 misc/create_inode.c:163
3779#, c-format
3780msgid "while listing attributes of \"%s\""
3781msgstr ""
3782
3783#: misc/create_inode.c:150
3784#, c-format
3785msgid "while opening inode %u"
3786msgstr ""
3787
3788#: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:889
3789#: misc/e2undo.c:164 misc/e2undo.c:433 misc/e2undo.c:439 misc/e2undo.c:445
3790#: misc/mke2fs.c:353
3791msgid "while allocating memory"
3792msgstr ""
3793
3794#: misc/create_inode.c:176 misc/create_inode.c:192
3795#, c-format
3796msgid "while reading attribute \"%s\" of \"%s\""
3797msgstr ""
3798
3799#: misc/create_inode.c:201
3800#, c-format
3801msgid "while writing attribute \"%s\" to inode %u"
3802msgstr ""
3803
3804#: misc/create_inode.c:211
3805#, c-format
3806msgid "while closing inode %u"
3807msgstr ""
3808
3809#: misc/create_inode.c:259
3810#, c-format
3811msgid "while allocating inode \"%s\""
3812msgstr ""
3813
3814#: misc/create_inode.c:278
3815#, c-format
3816msgid "while creating inode \"%s\""
3817msgstr ""
3818
3819#: misc/create_inode.c:343
3820#, c-format
3821msgid "while creating symlink \"%s\""
3822msgstr ""
3823
3824#: misc/create_inode.c:361 misc/create_inode.c:822
3825#, c-format
3826msgid "while looking up \"%s\""
3827msgstr ""
3828
3829#: misc/create_inode.c:381
3830#, c-format
3831msgid "while creating directory \"%s\""
3832msgstr ""
3833
3834#: misc/create_inode.c:608
3835#, c-format
3836msgid "while opening \"%s\" to copy"
3837msgstr ""
3838
3839#: misc/create_inode.c:700
3840#, c-format
3841msgid "while changing working directory to \"%s\""
3842msgstr ""
3843
3844#: misc/create_inode.c:708
3845#, c-format
3846msgid "while opening directory \"%s\""
3847msgstr ""
3848
3849#: misc/create_inode.c:718
3850#, c-format
3851msgid "while lstat \"%s\""
3852msgstr ""
3853
3854#: misc/create_inode.c:751
3855#, c-format
3856msgid "while creating special file \"%s\""
3857msgstr ""
3858
3859#: misc/create_inode.c:762
3860#, c-format
3861msgid "while trying to read link \"%s\""
3862msgstr ""
3863
3864#: misc/create_inode.c:771
3865#, c-format
3866msgid "while writing symlink\"%s\""
3867msgstr ""
3868
3869#: misc/create_inode.c:781
3870#, c-format
3871msgid "while writing file \"%s\""
3872msgstr ""
3873
3874#: misc/create_inode.c:794
3875#, c-format
3876msgid "while making dir \"%s\""
3877msgstr ""
3878
3879#: misc/create_inode.c:811
3880msgid "while changing directory"
3881msgstr ""
3882
3883#: misc/create_inode.c:817
3884#, c-format
3885msgid "ignoring entry \"%s\""
3886msgstr ""
3887
3888#: misc/create_inode.c:830
3889#, c-format
3890msgid "while setting inode for \"%s\""
3891msgstr ""
3892
3893#: misc/create_inode.c:837
3894#, c-format
3895msgid "while setting xattrs for \"%s\""
3896msgstr ""
3897
3898#: misc/create_inode.c:855
3899msgid "while saving inode data"
3900msgstr ""
3901
3902#: misc/dumpe2fs.c:56
3903#, c-format
3904msgid ""
3905"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003906msgstr ""
3907
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003908#: misc/dumpe2fs.c:159
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003909msgid "blocks"
3910msgstr ""
3911
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003912#: misc/dumpe2fs.c:168
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003913msgid "clusters"
3914msgstr ""
3915
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003916#: misc/dumpe2fs.c:219
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003917#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003918msgid "Group %lu: (Blocks "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003919msgstr ""
3920
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003921#: misc/dumpe2fs.c:226
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003922#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003923msgid " csum 0x%04x"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003924msgstr ""
3925
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003926#: misc/dumpe2fs.c:228
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003927#, c-format
Theodore Ts'o70d72812012-03-27 15:58:00 -07003928msgid " (EXPECTED 0x%04x)"
3929msgstr ""
3930
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003931#: misc/dumpe2fs.c:233
Theodore Ts'o70d72812012-03-27 15:58:00 -07003932#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003933msgid " %s superblock at "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003934msgstr ""
3935
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003936#: misc/dumpe2fs.c:234
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003937msgid "Primary"
3938msgstr ""
3939
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003940#: misc/dumpe2fs.c:234
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003941msgid "Backup"
3942msgstr ""
3943
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003944#: misc/dumpe2fs.c:238
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003945msgid ", Group descriptors at "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003946msgstr ""
3947
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003948#: misc/dumpe2fs.c:242
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003949msgid ""
3950"\n"
3951" Reserved GDT blocks at "
3952msgstr ""
3953
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003954#: misc/dumpe2fs.c:249
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003955msgid " Group descriptor at "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003956msgstr ""
3957
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003958#: misc/dumpe2fs.c:255
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003959msgid " Block bitmap at "
3960msgstr ""
3961
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003962#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
3963#, c-format
3964msgid ", csum 0x%08x"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003965msgstr ""
3966
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003967#: misc/dumpe2fs.c:263
3968msgid ","
3969msgstr ""
3970
3971#: misc/dumpe2fs.c:265
3972msgid ""
3973"\n"
3974" "
3975msgstr ""
3976
3977#: misc/dumpe2fs.c:266
3978msgid " Inode bitmap at "
3979msgstr ""
3980
3981#: misc/dumpe2fs.c:273
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003982msgid ""
3983"\n"
3984" Inode table at "
3985msgstr ""
3986
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003987#: misc/dumpe2fs.c:279
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003988#, c-format
3989msgid ""
3990"\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003991" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003992msgstr ""
3993
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003994#: misc/dumpe2fs.c:286
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003995#, c-format
3996msgid ", %u unused inodes\n"
3997msgstr ""
3998
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003999#: misc/dumpe2fs.c:289
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004000msgid " Free blocks: "
4001msgstr ""
4002
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004003#: misc/dumpe2fs.c:304
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004004msgid " Free inodes: "
4005msgstr ""
4006
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004007#: misc/dumpe2fs.c:340
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004008msgid "while printing bad block list"
4009msgstr ""
4010
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004011#: misc/dumpe2fs.c:346
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004012#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04004013msgid "Bad blocks: %u"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004014msgstr ""
4015
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004016#: misc/dumpe2fs.c:385 misc/tune2fs.c:357
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004017msgid "while reading journal inode"
4018msgstr ""
4019
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004020#: misc/dumpe2fs.c:391
Theodore Ts'o90806952010-02-10 15:49:32 -05004021msgid "while opening journal inode"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004022msgstr ""
4023
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004024#: misc/dumpe2fs.c:397
Theodore Ts'o90806952010-02-10 15:49:32 -05004025msgid "while reading journal super block"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004026msgstr ""
4027
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004028#: misc/dumpe2fs.c:404
Theodore Ts'o036a8472013-12-28 22:39:41 -05004029msgid "Journal superblock magic number invalid!\n"
4030msgstr ""
4031
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004032#: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
Theodore Ts'o90806952010-02-10 15:49:32 -05004033msgid "Journal features: "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004034msgstr ""
4035
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004036#: misc/dumpe2fs.c:420
Theodore Ts'o90806952010-02-10 15:49:32 -05004037msgid "Journal size: "
4038msgstr ""
4039
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004040#: misc/dumpe2fs.c:430
Theodore Ts'o90806952010-02-10 15:49:32 -05004041#, c-format
4042msgid ""
4043"Journal length: %u\n"
4044"Journal sequence: 0x%08x\n"
4045"Journal start: %u\n"
4046msgstr ""
4047
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004048#: misc/dumpe2fs.c:438 misc/dumpe2fs.c:480
4049msgid "Journal checksum type: crc32\n"
4050msgstr ""
4051
4052#: misc/dumpe2fs.c:443 misc/dumpe2fs.c:485
4053#, c-format
4054msgid ""
4055"Journal checksum type: %s\n"
4056"Journal checksum: 0x%08x\n"
4057msgstr ""
4058
4059#: misc/dumpe2fs.c:448
Theodore Ts'od6a3e412012-06-12 17:21:38 -04004060#, c-format
4061msgid "Journal errno: %d\n"
4062msgstr ""
4063
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004064#: misc/dumpe2fs.c:466 misc/tune2fs.c:206
Theodore Ts'o90806952010-02-10 15:49:32 -05004065msgid "while reading journal superblock"
4066msgstr ""
4067
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004068#: misc/dumpe2fs.c:474
Theodore Ts'o90806952010-02-10 15:49:32 -05004069msgid "Couldn't find journal superblock magic numbers"
4070msgstr ""
4071
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004072#: misc/dumpe2fs.c:501
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004073#, c-format
4074msgid ""
4075"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004076"Journal block size: %u\n"
4077"Journal length: %u\n"
4078"Journal first block: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004079"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004080"Journal start: %u\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04004081"Journal number of users: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004082msgstr ""
4083
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004084#: misc/dumpe2fs.c:514
Theodore Ts'o197abba2005-06-20 18:00:23 -04004085#, c-format
4086msgid "Journal users: %s\n"
4087msgstr ""
4088
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004089#: misc/dumpe2fs.c:530 misc/mke2fs.c:803 misc/tune2fs.c:1900
Theodore Ts'o8f741372008-02-28 21:47:05 -05004090msgid "Couldn't allocate memory to parse options!\n"
4091msgstr ""
4092
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004093#: misc/dumpe2fs.c:556
Theodore Ts'o8f741372008-02-28 21:47:05 -05004094#, c-format
4095msgid "Invalid superblock parameter: %s\n"
4096msgstr ""
4097
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004098#: misc/dumpe2fs.c:571
Theodore Ts'o8f741372008-02-28 21:47:05 -05004099#, c-format
4100msgid "Invalid blocksize parameter: %s\n"
4101msgstr ""
4102
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004103#: misc/dumpe2fs.c:582
Theodore Ts'o8f741372008-02-28 21:47:05 -05004104#, c-format
4105msgid ""
4106"\n"
4107"Bad extended option(s) specified: %s\n"
4108"\n"
4109"Extended options are separated by commas, and may take an argument which\n"
4110"\tis set off by an equals ('=') sign.\n"
4111"\n"
4112"Valid extended options are:\n"
4113"\tsuperblock=<superblock number>\n"
4114"\tblocksize=<blocksize>\n"
4115msgstr ""
4116
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004117#: misc/dumpe2fs.c:646 misc/mke2fs.c:1804
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004118#, c-format
4119msgid "\tUsing %s\n"
4120msgstr ""
4121
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004122#: misc/dumpe2fs.c:686
4123msgid ""
4124"\n"
4125"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4126"\n"
4127msgstr ""
4128
4129#: misc/dumpe2fs.c:691 misc/e2image.c:1585 misc/tune2fs.c:2775
4130#: resize/main.c:414
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004131msgid "Couldn't find valid filesystem superblock.\n"
4132msgstr ""
4133
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004134#: misc/dumpe2fs.c:726
4135msgid ""
4136"\n"
4137"*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4138"\n"
4139msgstr ""
4140
4141#: misc/dumpe2fs.c:730
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004142#, c-format
4143msgid ""
4144"\n"
4145"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004146msgstr ""
4147
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004148#: misc/e2image.c:106
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004149#, c-format
Theodore Ts'o036a8472013-12-28 22:39:41 -05004150msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004151msgstr ""
4152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004153#: misc/e2image.c:108
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004154#, c-format
Theodore Ts'o036a8472013-12-28 22:39:41 -05004155msgid " %s -I device image-file\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004156msgstr ""
4157
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004158#: misc/e2image.c:109
Theodore Ts'o036a8472013-12-28 22:39:41 -05004159#, c-format
4160msgid ""
4161" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4162"[ dest_fs ]\n"
4163msgstr ""
4164
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004165#: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
Theodore Ts'o036a8472013-12-28 22:39:41 -05004166msgid "while allocating buffer"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004167msgstr ""
4168
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004169#: misc/e2image.c:179
Theodore Ts'o036a8472013-12-28 22:39:41 -05004170#, c-format
4171msgid "Writing block %llu\n"
4172msgstr ""
4173
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004174#: misc/e2image.c:193
Theodore Ts'o036a8472013-12-28 22:39:41 -05004175#, c-format
4176msgid "error writing block %llu"
4177msgstr ""
4178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004179#: misc/e2image.c:196
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004180msgid "error in generic_write()"
Theodore Ts'o036a8472013-12-28 22:39:41 -05004181msgstr ""
4182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004183#: misc/e2image.c:213
Theodore Ts'o036a8472013-12-28 22:39:41 -05004184msgid "Error: header size is bigger than wrt_size\n"
4185msgstr ""
4186
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004187#: misc/e2image.c:218
Theodore Ts'o036a8472013-12-28 22:39:41 -05004188msgid "Couldn't allocate header buffer\n"
4189msgstr ""
4190
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004191#: misc/e2image.c:246
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004192msgid "while writing superblock"
4193msgstr ""
4194
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004195#: misc/e2image.c:255
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004196msgid "while writing inode table"
4197msgstr ""
4198
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004199#: misc/e2image.c:263
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004200msgid "while writing block bitmap"
4201msgstr ""
4202
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004203#: misc/e2image.c:271
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004204msgid "while writing inode bitmap"
4205msgstr ""
4206
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004207#: misc/e2image.c:505
Theodore Ts'o036a8472013-12-28 22:39:41 -05004208#, c-format
4209msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4210msgstr ""
4211
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004212#: misc/e2image.c:517
Theodore Ts'o036a8472013-12-28 22:39:41 -05004213#, c-format
4214msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4215msgstr ""
4216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004217#: misc/e2image.c:558
Theodore Ts'o036a8472013-12-28 22:39:41 -05004218#, c-format
4219msgid "%llu / %llu blocks (%d%%)"
4220msgstr ""
4221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004222#: misc/e2image.c:589 misc/e2image.c:629
Theodore Ts'o036a8472013-12-28 22:39:41 -05004223msgid "Copying "
4224msgstr ""
4225
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004226#: misc/e2image.c:626
Theodore Ts'o036a8472013-12-28 22:39:41 -05004227msgid ""
4228"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4229msgstr ""
4230
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004231#: misc/e2image.c:652
Theodore Ts'o036a8472013-12-28 22:39:41 -05004232#, c-format
4233msgid " %s remaining at %.2f MB/s"
4234msgstr ""
4235
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004236#: misc/e2image.c:664 misc/e2image.c:1191
Theodore Ts'o036a8472013-12-28 22:39:41 -05004237#, c-format
4238msgid "error reading block %llu"
4239msgstr ""
4240
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004241#: misc/e2image.c:718
Theodore Ts'o036a8472013-12-28 22:39:41 -05004242#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004243msgid "Copied %llu / %llu blocks (%d%%) in %s "
Theodore Ts'o036a8472013-12-28 22:39:41 -05004244msgstr ""
4245
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004246#: misc/e2image.c:722
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004247#, c-format
4248msgid "at %.2f MB/s"
4249msgstr ""
4250
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004251#: misc/e2image.c:758
Theodore Ts'o036a8472013-12-28 22:39:41 -05004252msgid "while allocating l1 table"
4253msgstr ""
4254
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004255#: misc/e2image.c:803
Theodore Ts'o036a8472013-12-28 22:39:41 -05004256msgid "while allocating l2 cache"
4257msgstr ""
4258
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004259#: misc/e2image.c:826
Theodore Ts'o036a8472013-12-28 22:39:41 -05004260msgid ""
4261"Warning: There are still tables in the cache while putting the cache, data "
4262"will be lost so the image may not be valid.\n"
4263msgstr ""
4264
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004265#: misc/e2image.c:1148
Theodore Ts'o036a8472013-12-28 22:39:41 -05004266msgid "while allocating ext2_qcow2_image"
4267msgstr ""
4268
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004269#: misc/e2image.c:1155
Theodore Ts'o036a8472013-12-28 22:39:41 -05004270msgid "while initializing ext2_qcow2_image"
4271msgstr ""
4272
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004273#: misc/e2image.c:1214 misc/e2image.c:1232
Theodore Ts'o036a8472013-12-28 22:39:41 -05004274msgid "Programming error: multiple sequential refcount blocks created!\n"
4275msgstr ""
4276
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004277#: misc/e2image.c:1272
Theodore Ts'o036a8472013-12-28 22:39:41 -05004278msgid "while allocating block bitmap"
4279msgstr ""
4280
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004281#: misc/e2image.c:1281
Theodore Ts'o036a8472013-12-28 22:39:41 -05004282msgid "while allocating scramble block bitmap"
4283msgstr ""
4284
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004285#: misc/e2image.c:1288
Theodore Ts'o036a8472013-12-28 22:39:41 -05004286msgid "Scanning inodes...\n"
4287msgstr ""
4288
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004289#: misc/e2image.c:1300
Theodore Ts'o036a8472013-12-28 22:39:41 -05004290msgid "Can't allocate block buffer"
4291msgstr ""
4292
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004293#: misc/e2image.c:1339 misc/e2image.c:1353
Theodore Ts'o036a8472013-12-28 22:39:41 -05004294#, c-format
4295msgid "while iterating over inode %u"
4296msgstr ""
4297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004298#: misc/e2image.c:1384
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004299msgid "Raw and qcow2 images cannot be installed"
Theodore Ts'o036a8472013-12-28 22:39:41 -05004300msgstr ""
4301
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004302#: misc/e2image.c:1406
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004303msgid "error reading bitmaps"
4304msgstr ""
4305
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004306#: misc/e2image.c:1418
Theodore Ts'o036a8472013-12-28 22:39:41 -05004307msgid "while opening device file"
4308msgstr ""
4309
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004310#: misc/e2image.c:1429
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004311msgid "while restoring the image table"
4312msgstr ""
4313
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004314#: misc/e2image.c:1526
Theodore Ts'o036a8472013-12-28 22:39:41 -05004315msgid "-a option can only be used with raw or QCOW2 images."
4316msgstr ""
4317
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004318#: misc/e2image.c:1532
Theodore Ts'o036a8472013-12-28 22:39:41 -05004319msgid "Offsets are only allowed with raw images."
4320msgstr ""
4321
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004322#: misc/e2image.c:1537
Theodore Ts'o036a8472013-12-28 22:39:41 -05004323msgid "Move mode is only allowed with raw images."
4324msgstr ""
4325
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004326#: misc/e2image.c:1542
Theodore Ts'o036a8472013-12-28 22:39:41 -05004327msgid "Move mode requires all data mode."
4328msgstr ""
4329
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004330#: misc/e2image.c:1552
Theodore Ts'o036a8472013-12-28 22:39:41 -05004331msgid "checking if mounted"
4332msgstr ""
4333
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004334#: misc/e2image.c:1559
Theodore Ts'o036a8472013-12-28 22:39:41 -05004335msgid ""
4336"\n"
4337"Running e2image on a R/W mounted filesystem can result in an\n"
4338"inconsistent image which will not be useful for debugging purposes.\n"
4339"Use -f option if you really want to do that.\n"
4340msgstr ""
4341
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004342#: misc/e2image.c:1613
Theodore Ts'o036a8472013-12-28 22:39:41 -05004343msgid "QCOW2 image can not be written to the stdout!\n"
4344msgstr ""
4345
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004346#: misc/e2image.c:1619
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004347msgid "Can not stat output\n"
4348msgstr ""
4349
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004350#: misc/e2image.c:1629
Theodore Ts'o036a8472013-12-28 22:39:41 -05004351#, c-format
4352msgid "Image (%s) is compressed\n"
4353msgstr ""
4354
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004355#: misc/e2image.c:1632
Theodore Ts'o036a8472013-12-28 22:39:41 -05004356#, c-format
4357msgid "Image (%s) is encrypted\n"
4358msgstr ""
4359
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004360#: misc/e2image.c:1635
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004361#, c-format
4362msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4363msgstr ""
4364
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004365#: misc/e2image.c:1644
Theodore Ts'o036a8472013-12-28 22:39:41 -05004366msgid "The -c option only supported in raw mode\n"
4367msgstr ""
4368
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004369#: misc/e2image.c:1649
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004370msgid "The -c option not supported when writing to stdout\n"
Theodore Ts'o036a8472013-12-28 22:39:41 -05004371msgstr ""
4372
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004373#: misc/e2image.c:1656
Theodore Ts'o036a8472013-12-28 22:39:41 -05004374msgid "while allocating check_buf"
4375msgstr ""
4376
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004377#: misc/e2image.c:1662
Theodore Ts'o036a8472013-12-28 22:39:41 -05004378msgid "The -p option only supported in raw mode\n"
4379msgstr ""
4380
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004381#: misc/e2image.c:1672
Theodore Ts'o036a8472013-12-28 22:39:41 -05004382#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004383msgid "%d blocks already contained the data to be copied\n"
Theodore Ts'o036a8472013-12-28 22:39:41 -05004384msgstr ""
4385
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004386#: misc/e2initrd_helper.c:68
4387#, c-format
4388msgid "Usage: %s -r device\n"
4389msgstr ""
4390
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004391#: misc/e2label.c:58
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004392#, c-format
4393msgid "e2label: cannot open %s\n"
4394msgstr ""
4395
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004396#: misc/e2label.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004397#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004398msgid "e2label: cannot seek to superblock\n"
4399msgstr ""
4400
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004401#: misc/e2label.c:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004402#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004403msgid "e2label: error reading superblock\n"
4404msgstr ""
4405
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004406#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004407#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004408msgid "e2label: not an ext2 filesystem\n"
4409msgstr ""
4410
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004411#: misc/e2label.c:97 misc/tune2fs.c:2948
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004412#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004413msgid "Warning: label too long, truncating.\n"
4414msgstr ""
4415
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004416#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004417#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004418msgid "e2label: cannot seek to superblock again\n"
4419msgstr ""
4420
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004421#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004422#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004423msgid "e2label: error writing superblock\n"
4424msgstr ""
4425
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004426#: misc/e2label.c:117 misc/tune2fs.c:1559
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004427#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004428msgid "Usage: e2label device [newlabel]\n"
4429msgstr ""
4430
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004431#: misc/e2undo.c:108
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004432#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004433msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004434msgstr ""
4435
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004436#: misc/e2undo.c:131
4437msgid "The file system superblock doesn't match the undo file.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004438msgstr ""
4439
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004440#: misc/e2undo.c:134
4441msgid "UUID does not match.\n"
4442msgstr ""
4443
4444#: misc/e2undo.c:136
4445msgid "Last mount time does not match.\n"
4446msgstr ""
4447
4448#: misc/e2undo.c:138
4449msgid "Last write time does not match.\n"
4450msgstr ""
4451
4452#: misc/e2undo.c:140
4453msgid "Lifetime write counter does not match.\n"
4454msgstr ""
4455
4456#: misc/e2undo.c:154
4457msgid "while reading filesystem superblock."
4458msgstr ""
4459
4460#: misc/e2undo.c:170
4461msgid "while fetching superblock"
4462msgstr ""
4463
4464#: misc/e2undo.c:183
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004465#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004466msgid "Undo file superblock checksum doesn't match.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004467msgstr ""
4468
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004469#: misc/e2undo.c:335
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004470#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004471msgid "Will not write to an undo file while replaying it.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004472msgstr ""
4473
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004474#: misc/e2undo.c:344
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004475#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004476msgid "while opening undo file `%s'\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004477msgstr ""
4478
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004479#: misc/e2undo.c:351
4480msgid "while reading undo file"
4481msgstr ""
4482
4483#: misc/e2undo.c:356
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004484#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004485msgid "%s: Not an undo file.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004486msgstr ""
4487
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004488#: misc/e2undo.c:367
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004489#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004490msgid "%s: Header checksum doesn't match.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004491msgstr ""
4492
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004493#: misc/e2undo.c:374
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004494#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004495msgid "%s: Corrupt undo file header.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004496msgstr ""
4497
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004498#: misc/e2undo.c:378
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004499#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004500msgid "%s: Undo block size too large.\n"
4501msgstr ""
4502
4503#: misc/e2undo.c:383
4504#, c-format
4505msgid "%s: Undo block size too small.\n"
4506msgstr ""
4507
4508#: misc/e2undo.c:392
4509#, c-format
4510msgid "%s: Unknown undo file feature set.\n"
4511msgstr ""
4512
4513#: misc/e2undo.c:400
4514#, c-format
4515msgid "Error while determining whether %s is mounted."
4516msgstr ""
4517
4518#: misc/e2undo.c:406
4519msgid "e2undo should only be run on unmounted filesystems"
4520msgstr ""
4521
4522#: misc/e2undo.c:422
4523#, c-format
4524msgid "while opening `%s'"
4525msgstr ""
4526
4527#: misc/e2undo.c:461
4528msgid "while reading keys"
4529msgstr ""
4530
4531#: misc/e2undo.c:473
4532#, c-format
4533msgid "%s: wrong key magic at %llu\n"
4534msgstr ""
4535
4536#: misc/e2undo.c:483
4537#, c-format
4538msgid "%s: key block checksum error at %llu.\n"
4539msgstr ""
4540
4541#: misc/e2undo.c:506
4542#, c-format
4543msgid "%s: block %llu is too long."
4544msgstr ""
4545
4546#: misc/e2undo.c:518 misc/e2undo.c:554
4547#, c-format
4548msgid "while fetching block %llu."
4549msgstr ""
4550
4551#: misc/e2undo.c:530
4552#, c-format
4553msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4554msgstr ""
4555
4556#: misc/e2undo.c:569
4557#, c-format
4558msgid "while writing block %llu."
4559msgstr ""
4560
4561#: misc/e2undo.c:575
4562#, c-format
4563msgid "Undo file corruption; run e2fsck NOW!\n"
4564msgstr ""
4565
4566#: misc/e2undo.c:577
4567#, c-format
4568msgid "IO error during replay; run e2fsck NOW!\n"
4569msgstr ""
4570
4571#: misc/e2undo.c:580
4572#, c-format
4573msgid "Incomplete undo record; run e2fsck.\n"
4574msgstr ""
4575
4576#: misc/findsuper.c:110
4577#, c-format
4578msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4579msgstr ""
4580
4581#: misc/findsuper.c:155
4582#, c-format
4583msgid "skipbytes should be a number, not %s\n"
4584msgstr ""
4585
4586#: misc/findsuper.c:162
4587#, c-format
4588msgid "skipbytes must be a multiple of the sector size\n"
4589msgstr ""
4590
4591#: misc/findsuper.c:169
4592#, c-format
4593msgid "startkb should be a number, not %s\n"
4594msgstr ""
4595
4596#: misc/findsuper.c:175
4597#, c-format
4598msgid "startkb should be positive, not %llu\n"
4599msgstr ""
4600
4601#: misc/findsuper.c:186
4602#, c-format
4603msgid "starting at %llu, with %u byte increments\n"
4604msgstr ""
4605
4606#: misc/findsuper.c:188
4607#, c-format
4608msgid ""
4609"[*] probably superblock written in the ext3 journal superblock,\n"
4610"\tso start/end/grp wrong\n"
4611msgstr ""
4612
4613#: misc/findsuper.c:190
4614#, c-format
4615msgid ""
4616"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4617"mount_time sb_uuid label\n"
4618msgstr ""
4619
4620#: misc/findsuper.c:264
4621#, c-format
4622msgid ""
4623"\n"
4624"%11Lu: finished with errno %d\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004625msgstr ""
4626
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004627#: misc/fsck.c:343
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004628#, c-format
4629msgid "WARNING: couldn't open %s: %s\n"
4630msgstr ""
4631
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004632#: misc/fsck.c:353
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004633#, c-format
4634msgid "WARNING: bad format on line %d of %s\n"
4635msgstr ""
4636
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004637#: misc/fsck.c:370
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004638msgid ""
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04004639"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004640"\tfield. I will kludge around things for you, but you\n"
4641"\tshould fix your /etc/fstab file as soon as you can.\n"
4642"\n"
4643msgstr ""
4644
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004645#: misc/fsck.c:478
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004646#, c-format
4647msgid "fsck: %s: not found\n"
4648msgstr ""
4649
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004650#: misc/fsck.c:594
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004651#, c-format
4652msgid "%s: wait: No more child process?!?\n"
4653msgstr ""
4654
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004655#: misc/fsck.c:616
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004656#, c-format
4657msgid "Warning... %s for device %s exited with signal %d.\n"
4658msgstr ""
4659
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004660#: misc/fsck.c:622
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004661#, c-format
4662msgid "%s %s: status is %x, should never happen.\n"
4663msgstr ""
4664
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004665#: misc/fsck.c:661
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004666#, c-format
4667msgid "Finished with %s (exit status %d)\n"
4668msgstr ""
4669
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004670#: misc/fsck.c:721
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004671#, c-format
4672msgid "%s: Error %d while executing fsck.%s for %s\n"
4673msgstr ""
4674
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004675#: misc/fsck.c:742
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004676msgid ""
4677"Either all or none of the filesystem types passed to -t must be prefixed\n"
4678"with 'no' or '!'.\n"
4679msgstr ""
4680
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004681#: misc/fsck.c:761
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004682msgid "Couldn't allocate memory for filesystem types\n"
4683msgstr ""
4684
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004685#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004686#, c-format
4687msgid ""
4688"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4689"number\n"
4690msgstr ""
4691
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004692#: misc/fsck.c:911
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004693#, c-format
4694msgid "fsck: cannot check %s: fsck.%s not found\n"
4695msgstr ""
4696
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004697#: misc/fsck.c:967
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004698msgid "Checking all file systems.\n"
4699msgstr ""
4700
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004701#: misc/fsck.c:1058
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004702#, c-format
4703msgid "--waiting-- (pass %d)\n"
4704msgstr ""
4705
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004706#: misc/fsck.c:1078
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05004707msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05004708"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004709msgstr ""
4710
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004711#: misc/fsck.c:1120
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004712#, c-format
4713msgid "%s: too many devices\n"
4714msgstr ""
4715
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004716#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004717#, c-format
4718msgid "%s: too many arguments\n"
4719msgstr ""
4720
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004721#: misc/fuse2fs.c:3727
4722msgid "Mounting read-only.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004723msgstr ""
4724
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004725#: misc/fuse2fs.c:3751
4726#, c-format
4727msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4728msgstr ""
4729
4730#: misc/fuse2fs.c:3763 misc/fuse2fs.c:3776
4731#, c-format
4732msgid "%s: %s.\n"
4733msgstr ""
4734
4735#: misc/fuse2fs.c:3764 misc/fuse2fs.c:3778 misc/tune2fs.c:3165
4736#, c-format
4737msgid "Please run e2fsck -fy %s.\n"
4738msgstr ""
4739
4740#: misc/fuse2fs.c:3785
4741msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4742msgstr ""
4743
4744#: misc/fuse2fs.c:3793
4745#, c-format
4746msgid "%s: Writing to the journal is not supported.\n"
4747msgstr ""
4748
4749#: misc/fuse2fs.c:3808
4750msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4751msgstr ""
4752
4753#: misc/fuse2fs.c:3812
4754msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4755msgstr ""
4756
4757#: misc/fuse2fs.c:3817
4758msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4759msgstr ""
4760
4761#: misc/fuse2fs.c:3821
4762msgid "Orphans detected; running e2fsck is recommended.\n"
4763msgstr ""
4764
4765#: misc/fuse2fs.c:3825
4766msgid "Errors detected; running e2fsck is required.\n"
4767msgstr ""
4768
4769#: misc/lsattr.c:75
4770#, c-format
4771msgid "Usage: %s [-RVadlpv] [files...]\n"
4772msgstr ""
4773
4774#: misc/lsattr.c:86
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004775#, c-format
4776msgid "While reading flags on %s"
4777msgstr ""
4778
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004779#: misc/lsattr.c:93
4780#, c-format
4781msgid "While reading project on %s"
4782msgstr ""
4783
4784#: misc/lsattr.c:102
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004785#, c-format
4786msgid "While reading version on %s"
4787msgstr ""
4788
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004789#: misc/mke2fs.c:124
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004790#, c-format
4791msgid ""
Theodore Ts'o6a287f72011-10-05 02:08:10 -04004792"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004793"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004794"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004795"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04004796"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004797"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004798"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
4799"undo_file]\n"
4800"\t[-jnqvDFKSV] device [blocks-count]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004801msgstr ""
4802
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004803#: misc/mke2fs.c:255
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004804#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05004805msgid "Running command: %s\n"
4806msgstr ""
4807
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004808#: misc/mke2fs.c:259
Theodore Ts'o90806952010-02-10 15:49:32 -05004809#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004810msgid "while trying to run '%s'"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004811msgstr ""
4812
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004813#: misc/mke2fs.c:266
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004814msgid "while processing list of bad blocks from program"
4815msgstr ""
4816
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004817#: misc/mke2fs.c:293
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04004818#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004819msgid "Block %d in primary superblock/group descriptor area bad.\n"
4820msgstr ""
4821
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004822#: misc/mke2fs.c:295
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004823#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04004824msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4825msgstr ""
4826
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004827#: misc/mke2fs.c:298
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004828msgid "Aborting....\n"
4829msgstr ""
4830
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004831#: misc/mke2fs.c:318
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004832#, c-format
4833msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004834"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004835"\tbad blocks.\n"
4836"\n"
4837msgstr ""
4838
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004839#: misc/mke2fs.c:337
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004840msgid "while marking bad blocks as used"
4841msgstr ""
4842
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004843#: misc/mke2fs.c:408
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004844msgid "Writing inode tables: "
4845msgstr ""
4846
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004847#: misc/mke2fs.c:430
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004848#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004849msgid ""
4850"\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004851"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004852msgstr ""
4853
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004854#: misc/mke2fs.c:444 misc/mke2fs.c:2628 misc/mke2fs.c:2993
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004855msgid "done \n"
4856msgstr ""
4857
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004858#: misc/mke2fs.c:460
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004859msgid "while creating root dir"
4860msgstr ""
4861
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004862#: misc/mke2fs.c:467
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004863msgid "while reading root inode"
4864msgstr ""
4865
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004866#: misc/mke2fs.c:479
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004867msgid "while setting root inode ownership"
4868msgstr ""
4869
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004870#: misc/mke2fs.c:497
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004871msgid "while creating /lost+found"
4872msgstr ""
4873
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004874#: misc/mke2fs.c:504
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004875msgid "while looking up /lost+found"
4876msgstr ""
4877
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004878#: misc/mke2fs.c:517
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004879msgid "while expanding /lost+found"
4880msgstr ""
4881
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004882#: misc/mke2fs.c:532
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004883msgid "while setting bad block inode"
4884msgstr ""
4885
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004886#: misc/mke2fs.c:559
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004887#, c-format
4888msgid "Out of memory erasing sectors %d-%d\n"
4889msgstr ""
4890
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004891#: misc/mke2fs.c:569
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004892#, c-format
4893msgid "Warning: could not read block 0: %s\n"
4894msgstr ""
4895
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004896#: misc/mke2fs.c:585
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004897#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004898msgid "Warning: could not erase sector %d: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004899msgstr ""
4900
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004901#: misc/mke2fs.c:601
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004902msgid "while initializing journal superblock"
4903msgstr ""
4904
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004905#: misc/mke2fs.c:609
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004906msgid "Zeroing journal device: "
4907msgstr ""
4908
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004909#: misc/mke2fs.c:621
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004910#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004911msgid "while zeroing journal device (block %llu, count %d)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004912msgstr ""
4913
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004914#: misc/mke2fs.c:638
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004915msgid "while writing journal superblock"
4916msgstr ""
4917
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004918#: misc/mke2fs.c:653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004919#, c-format
4920msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
4921msgstr ""
4922
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004923#: misc/mke2fs.c:661
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004924#, c-format
4925msgid ""
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004926"warning: %llu blocks unused.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004927"\n"
4928msgstr ""
4929
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004930#: misc/mke2fs.c:666
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004931#, c-format
4932msgid "Filesystem label=%s\n"
4933msgstr ""
4934
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004935#: misc/mke2fs.c:669
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004936#, c-format
4937msgid "OS type: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004938msgstr ""
4939
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004940#: misc/mke2fs.c:671
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004941#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05004942msgid "Block size=%u (log=%u)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004943msgstr ""
4944
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004945#: misc/mke2fs.c:674
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004946#, c-format
4947msgid "Cluster size=%u (log=%u)\n"
4948msgstr ""
4949
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004950#: misc/mke2fs.c:678
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004951#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05004952msgid "Fragment size=%u (log=%u)\n"
4953msgstr ""
4954
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004955#: misc/mke2fs.c:680
Theodore Ts'o90806952010-02-10 15:49:32 -05004956#, c-format
4957msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4958msgstr ""
4959
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004960#: misc/mke2fs.c:682
Theodore Ts'o90806952010-02-10 15:49:32 -05004961#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004962msgid "%u inodes, %llu blocks\n"
Theodore Ts'o90806952010-02-10 15:49:32 -05004963msgstr ""
4964
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004965#: misc/mke2fs.c:684
Theodore Ts'o90806952010-02-10 15:49:32 -05004966#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004967msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004968msgstr ""
4969
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004970#: misc/mke2fs.c:687
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004971#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05004972msgid "First data block=%u\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004973msgstr ""
4974
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004975#: misc/mke2fs.c:689
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004976#, c-format
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04004977msgid "Root directory owner=%u:%u\n"
Theodore Ts'o90806952010-02-10 15:49:32 -05004978msgstr ""
4979
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004980#: misc/mke2fs.c:691
Theodore Ts'o90806952010-02-10 15:49:32 -05004981#, c-format
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04004982msgid "Maximum filesystem blocks=%lu\n"
Theodore Ts'o90806952010-02-10 15:49:32 -05004983msgstr ""
4984
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004985#: misc/mke2fs.c:695
Theodore Ts'o90806952010-02-10 15:49:32 -05004986#, c-format
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04004987msgid "%u block groups\n"
4988msgstr ""
4989
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004990#: misc/mke2fs.c:697
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04004991#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04004992msgid "%u block group\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004993msgstr ""
4994
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004995#: misc/mke2fs.c:699
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004996#, c-format
4997msgid "%u blocks per group, %u clusters per group\n"
4998msgstr ""
4999
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005000#: misc/mke2fs.c:702
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005001#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04005002msgid "%u blocks per group, %u fragments per group\n"
5003msgstr ""
5004
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005005#: misc/mke2fs.c:704
Theodore Ts'oaef07952008-08-27 23:18:29 -04005006#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005007msgid "%u inodes per group\n"
5008msgstr ""
5009
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005010#: misc/mke2fs.c:713
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005011#, c-format
5012msgid "Filesystem UUID: %s\n"
5013msgstr ""
5014
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005015#: misc/mke2fs.c:714
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005016msgid "Superblock backups stored on blocks: "
5017msgstr ""
5018
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005019#: misc/mke2fs.c:783
Theodore Ts'o3a4ab832011-11-20 22:15:34 -05005020#, c-format
5021msgid "Invalid quotatype parameter: %s\n"
5022msgstr ""
5023
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005024#: misc/mke2fs.c:825
5025#, c-format
5026msgid "%s requires '-O 64bit'\n"
5027msgstr ""
5028
5029#: misc/mke2fs.c:831
5030#, c-format
5031msgid "'%s' must be before 'resize=%u'\n"
5032msgstr ""
5033
5034#: misc/mke2fs.c:844
5035#, c-format
5036msgid "Invalid desc_size: '%s'\n"
5037msgstr ""
5038
5039#: misc/mke2fs.c:857
5040#, c-format
5041msgid "Invalid offset: %s\n"
5042msgstr ""
5043
5044#: misc/mke2fs.c:871 misc/tune2fs.c:1928
5045#, c-format
5046msgid "Invalid mmp_update_interval: %s\n"
5047msgstr ""
5048
5049#: misc/mke2fs.c:885
5050#, c-format
5051msgid "Invalid # of backup superblocks: %s\n"
5052msgstr ""
5053
5054#: misc/mke2fs.c:907
5055#, c-format
5056msgid "Invalid stride parameter: %s\n"
5057msgstr ""
5058
5059#: misc/mke2fs.c:922
5060#, c-format
5061msgid "Invalid stripe-width parameter: %s\n"
5062msgstr ""
5063
5064#: misc/mke2fs.c:945
5065#, c-format
5066msgid "Invalid resize parameter: %s\n"
5067msgstr ""
5068
5069#: misc/mke2fs.c:952
5070msgid "The resize maximum must be greater than the filesystem size.\n"
5071msgstr ""
5072
5073#: misc/mke2fs.c:976
5074msgid "On-line resizing not supported with revision 0 filesystems\n"
5075msgstr ""
5076
5077#: misc/mke2fs.c:1002 misc/mke2fs.c:1011
5078#, c-format
5079msgid "Invalid root_owner: '%s'\n"
5080msgstr ""
5081
5082#: misc/mke2fs.c:1042
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005083#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005084msgid ""
5085"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005086"Bad option(s) specified: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005087"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04005088"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005089"\tis set off by an equals ('=') sign.\n"
5090"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04005091"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005092"\tmmp_update_interval=<interval>\n"
5093"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005094"\tstride=<RAID per-disk data chunk in blocks>\n"
5095"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005096"\toffset=<offset to create the file system>\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05005097"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005098"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005099"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005100"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04005101"\troot_uid=<uid of root directory>\n"
5102"\troot_gid=<gid of root directory>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005103"\ttest_fs\n"
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05005104"\tdiscard\n"
5105"\tnodiscard\n"
Theodore Ts'o3a4ab832011-11-20 22:15:34 -05005106"\tquotatype=<usr OR grp>\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005107"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005108msgstr ""
5109
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005110#: misc/mke2fs.c:1068
Theodore Ts'o8f741372008-02-28 21:47:05 -05005111#, c-format
5112msgid ""
5113"\n"
5114"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5115"\n"
5116msgstr ""
5117
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005118#: misc/mke2fs.c:1110
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005119#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005120msgid ""
5121"Syntax error in mke2fs config file (%s, line #%d)\n"
5122"\t%s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005123msgstr ""
5124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005125#: misc/mke2fs.c:1123 misc/tune2fs.c:1002
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005126#, c-format
5127msgid "Invalid filesystem option set: %s\n"
5128msgstr ""
5129
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005130#: misc/mke2fs.c:1135 misc/tune2fs.c:401
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005131#, c-format
5132msgid "Invalid mount option set: %s\n"
5133msgstr ""
5134
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005135#: misc/mke2fs.c:1271
Theodore Ts'oaef07952008-08-27 23:18:29 -04005136#, c-format
5137msgid ""
5138"\n"
Theodore Ts'od085f612010-12-13 08:57:14 -05005139"Your mke2fs.conf file does not define the %s filesystem type.\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04005140msgstr ""
5141
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005142#: misc/mke2fs.c:1275
Theodore Ts'oaef07952008-08-27 23:18:29 -04005143msgid ""
5144"You probably need to install an updated mke2fs.conf file.\n"
5145"\n"
5146msgstr ""
5147
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005148#: misc/mke2fs.c:1279
Theodore Ts'od085f612010-12-13 08:57:14 -05005149msgid "Aborting...\n"
5150msgstr ""
5151
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005152#: misc/mke2fs.c:1320
Theodore Ts'od085f612010-12-13 08:57:14 -05005153#, c-format
5154msgid ""
5155"\n"
Theodore Ts'o0f7479b2010-12-22 18:31:36 -05005156"Warning: the fs_type %s is not defined in mke2fs.conf\n"
Theodore Ts'od085f612010-12-13 08:57:14 -05005157"\n"
5158msgstr ""
5159
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005160#: misc/mke2fs.c:1500
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005161msgid "Couldn't allocate memory for new PATH.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005162msgstr ""
5163
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005164#: misc/mke2fs.c:1541
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005165#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005166msgid "Couldn't init profile successfully (error: %ld).\n"
5167msgstr ""
5168
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005169#: misc/mke2fs.c:1574
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005170#, c-format
5171msgid "invalid block size - %s"
5172msgstr ""
5173
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005174#: misc/mke2fs.c:1578
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005175#, c-format
5176msgid "Warning: blocksize %d not usable on most systems.\n"
5177msgstr ""
5178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005179#: misc/mke2fs.c:1594
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005180#, c-format
5181msgid "invalid cluster size - %s"
5182msgstr ""
5183
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005184#: misc/mke2fs.c:1607
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005185msgid "'-R' is deprecated, use '-E' instead"
5186msgstr ""
5187
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005188#: misc/mke2fs.c:1621 misc/tune2fs.c:1656
5189#, c-format
5190msgid "bad error behavior - %s"
5191msgstr ""
5192
5193#: misc/mke2fs.c:1633
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005194msgid "Illegal number for blocks per group"
5195msgstr ""
5196
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005197#: misc/mke2fs.c:1638
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005198msgid "blocks per group must be multiple of 8"
5199msgstr ""
5200
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005201#: misc/mke2fs.c:1646
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005202msgid "Illegal number for flex_bg size"
5203msgstr ""
5204
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005205#: misc/mke2fs.c:1652
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005206msgid "flex_bg size must be a power of 2"
5207msgstr ""
5208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005209#: misc/mke2fs.c:1657
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005210#, c-format
5211msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5212msgstr ""
5213
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005214#: misc/mke2fs.c:1667
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005215#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005216msgid "invalid inode ratio %s (min %d/max %d)"
5217msgstr ""
5218
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005219#: misc/mke2fs.c:1677
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04005220#, c-format
5221msgid "invalid inode size - %s"
5222msgstr ""
5223
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005224#: misc/mke2fs.c:1690
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05005225msgid ""
5226"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5227"nodiscard' extended option instead!\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005228msgstr ""
5229
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005230#: misc/mke2fs.c:1701
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05005231msgid "in malloc for bad_blocks_filename"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005232msgstr ""
5233
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005234#: misc/mke2fs.c:1714
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005235#, c-format
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05005236msgid "invalid reserved blocks percent - %s"
5237msgstr ""
5238
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005239#: misc/mke2fs.c:1729
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005240#, c-format
5241msgid "bad num inodes - %s"
5242msgstr ""
5243
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005244#: misc/mke2fs.c:1746
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04005245#, c-format
5246msgid "bad revision level - %s"
5247msgstr ""
5248
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005249#: misc/mke2fs.c:1751
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005250#, c-format
5251msgid "while trying to create revision %d"
5252msgstr ""
5253
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005254#: misc/mke2fs.c:1765
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005255msgid "The -t option may only be used once"
5256msgstr ""
5257
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005258#: misc/mke2fs.c:1773
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005259msgid "The -T option may only be used once"
5260msgstr ""
5261
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005262#: misc/mke2fs.c:1829 misc/mke2fs.c:3077
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005263#, c-format
5264msgid "while trying to open journal device %s\n"
5265msgstr ""
5266
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005267#: misc/mke2fs.c:1835
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005268#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04005269msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005270msgstr ""
5271
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005272#: misc/mke2fs.c:1841
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04005273#, c-format
5274msgid "Using journal device's blocksize: %d\n"
5275msgstr ""
5276
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005277#: misc/mke2fs.c:1852
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005278#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005279msgid "invalid blocks '%s' on device '%s'"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005280msgstr ""
5281
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005282#: misc/mke2fs.c:1874
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005283msgid "filesystem"
5284msgstr ""
5285
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005286#: misc/mke2fs.c:1887 resize/main.c:490
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005287msgid "while trying to determine filesystem size"
5288msgstr ""
5289
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005290#: misc/mke2fs.c:1893
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005291msgid ""
5292"Couldn't determine device size; you must specify\n"
5293"the size of the filesystem\n"
5294msgstr ""
5295
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005296#: misc/mke2fs.c:1900
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005297msgid ""
5298"Device size reported to be zero. Invalid partition specified, or\n"
5299"\tpartition table wasn't reread after running fdisk, due to\n"
5300"\ta modified partition being busy and in use. You may need to reboot\n"
5301"\tto re-read your partition table.\n"
5302msgstr ""
5303
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005304#: misc/mke2fs.c:1917
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005305msgid "Filesystem larger than apparent device size."
5306msgstr ""
5307
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005308#: misc/mke2fs.c:1937
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005309msgid "Failed to parse fs types list\n"
5310msgstr ""
5311
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005312#: misc/mke2fs.c:1984
5313msgid "The HURD does not support the filetype feature.\n"
5314msgstr ""
5315
5316#: misc/mke2fs.c:1989
5317msgid "The HURD does not support the huge_file feature.\n"
5318msgstr ""
5319
5320#: misc/mke2fs.c:1994
5321msgid "The HURD does not support the metadata_csum feature.\n"
5322msgstr ""
5323
5324#: misc/mke2fs.c:2004
Theodore Ts'o036a8472013-12-28 22:39:41 -05005325msgid "while trying to determine hardware sector size"
5326msgstr ""
5327
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005328#: misc/mke2fs.c:2010
Theodore Ts'o036a8472013-12-28 22:39:41 -05005329msgid "while trying to determine physical sector size"
5330msgstr ""
5331
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005332#: misc/mke2fs.c:2042
Theodore Ts'o036a8472013-12-28 22:39:41 -05005333msgid "while setting blocksize; too small for device\n"
5334msgstr ""
5335
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005336#: misc/mke2fs.c:2047
Theodore Ts'o036a8472013-12-28 22:39:41 -05005337#, c-format
5338msgid ""
5339"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5340msgstr ""
5341
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005342#: misc/mke2fs.c:2071
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005343#, c-format
5344msgid ""
5345"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5346"\tin 32 bits using a blocksize of %d.\n"
5347msgstr ""
5348
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005349#: misc/mke2fs.c:2087
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04005350msgid "fs_types for mke2fs.conf resolution: "
5351msgstr ""
5352
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005353#: misc/mke2fs.c:2094
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05005354msgid "Filesystem features not supported with revision 0 filesystems\n"
5355msgstr ""
5356
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005357#: misc/mke2fs.c:2102
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05005358msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5359msgstr ""
5360
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005361#: misc/mke2fs.c:2112
Theodore Ts'o714da452007-07-07 22:24:13 -04005362msgid "Journals not supported with revision 0 filesystems\n"
5363msgstr ""
5364
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005365#: misc/mke2fs.c:2125
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005366#, c-format
5367msgid "invalid reserved blocks percent - %lf"
5368msgstr ""
5369
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005370#: misc/mke2fs.c:2142
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -04005371msgid ""
Theodore Ts'o036a8472013-12-28 22:39:41 -05005372"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5373"rectify.\n"
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -04005374msgstr ""
5375
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005376#: misc/mke2fs.c:2162
Theodore Ts'o8359f622013-01-16 13:50:12 -05005377msgid "The cluster size may not be smaller than the block size.\n"
5378msgstr ""
5379
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005380#: misc/mke2fs.c:2168
Theodore Ts'o8359f622013-01-16 13:50:12 -05005381msgid "specifying a cluster size requires the bigalloc feature"
5382msgstr ""
5383
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005384#: misc/mke2fs.c:2188
Theodore Ts'o90806952010-02-10 15:49:32 -05005385#, c-format
5386msgid "warning: Unable to get device geometry for %s\n"
5387msgstr ""
5388
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005389#: misc/mke2fs.c:2191
Theodore Ts'o90806952010-02-10 15:49:32 -05005390#, c-format
5391msgid "%s alignment is offset by %lu bytes.\n"
5392msgstr ""
5393
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005394#: misc/mke2fs.c:2193
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005395#, c-format
5396msgid ""
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005397"This may result in very poor performance, (re)-partitioning suggested.\n"
5398msgstr ""
5399
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005400#: misc/mke2fs.c:2214
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005401#, c-format
5402msgid "%d-byte blocks too big for system (max %d)"
5403msgstr ""
5404
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005405#: misc/mke2fs.c:2218
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005406#, c-format
5407msgid ""
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005408"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5409msgstr ""
5410
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005411#: misc/mke2fs.c:2226
5412#, c-format
5413msgid ""
5414"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5415"and journal checksum features.\n"
5416msgstr ""
5417
5418#: misc/mke2fs.c:2286
Theodore Ts'o8359f622013-01-16 13:50:12 -05005419msgid "Can't support bigalloc feature without extents feature"
5420msgstr ""
5421
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005422#: misc/mke2fs.c:2293
Theodore Ts'o036a8472013-12-28 22:39:41 -05005423msgid ""
5424"The resize_inode and meta_bg features are not compatible.\n"
5425"They can not be both enabled simultaneously.\n"
5426msgstr ""
5427
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005428#: misc/mke2fs.c:2301
Theodore Ts'o511ba982013-01-21 22:03:18 -05005429msgid ""
5430"\n"
5431"Warning: the bigalloc feature is still under development\n"
5432"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5433"\n"
5434msgstr ""
5435
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005436#: misc/mke2fs.c:2313
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005437msgid "reserved online resize blocks not supported on non-sparse filesystem"
5438msgstr ""
5439
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005440#: misc/mke2fs.c:2322
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005441msgid "blocks per group count out of range"
5442msgstr ""
5443
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005444#: misc/mke2fs.c:2344
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005445msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005446msgstr ""
5447
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005448#: misc/mke2fs.c:2356
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005449#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04005450msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005451msgstr ""
5452
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005453#: misc/mke2fs.c:2371
5454#, c-format
5455msgid "%d byte inodes are too small for inline data; specify larger size"
5456msgstr ""
5457
5458#: misc/mke2fs.c:2384
5459#, c-format
5460msgid "%d byte inodes are too small for project quota; specify larger size"
5461msgstr ""
5462
5463#: misc/mke2fs.c:2399
Theodore Ts'o714da452007-07-07 22:24:13 -04005464#, c-format
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04005465msgid "too many inodes (%llu), raise inode ratio?"
Theodore Ts'o714da452007-07-07 22:24:13 -04005466msgstr ""
5467
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005468#: misc/mke2fs.c:2406
Theodore Ts'o714da452007-07-07 22:24:13 -04005469#, c-format
5470msgid "too many inodes (%llu), specify < 2^32 inodes"
5471msgstr ""
5472
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005473#: misc/mke2fs.c:2420
Theodore Ts'o714da452007-07-07 22:24:13 -04005474#, c-format
5475msgid ""
5476"inode_size (%u) * inodes_count (%u) too big for a\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005477"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04005478"\tor lower inode count (-N).\n"
5479msgstr ""
5480
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005481#: misc/mke2fs.c:2607
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005482msgid "Discarding device blocks: "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005483msgstr ""
5484
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005485#: misc/mke2fs.c:2623
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005486msgid "failed - "
Theodore Ts'o90806952010-02-10 15:49:32 -05005487msgstr ""
5488
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005489#: misc/mke2fs.c:2703
5490#, c-format
5491msgid "bad error behavior in profile - %s"
5492msgstr ""
5493
5494#: misc/mke2fs.c:2777
Theodore Ts'o90806952010-02-10 15:49:32 -05005495msgid "while setting up superblock"
5496msgstr ""
5497
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005498#: misc/mke2fs.c:2793
5499msgid ""
5500"Extents are not enabled. The file extent tree can be checksummed, whereas "
5501"block maps cannot. Not enabling extents reduces the coverage of metadata "
5502"checksumming. Pass -O extents to rectify.\n"
5503msgstr ""
5504
5505#: misc/mke2fs.c:2800
5506msgid ""
5507"64-bit filesystem support is not enabled. The larger fields afforded by "
5508"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5509msgstr ""
5510
5511#: misc/mke2fs.c:2808
5512msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
5513msgstr ""
5514
5515#: misc/mke2fs.c:2824
Theodore Ts'o036a8472013-12-28 22:39:41 -05005516msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05005517msgstr ""
5518
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005519#: misc/mke2fs.c:2918
Theodore Ts'o90806952010-02-10 15:49:32 -05005520#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005521msgid "unknown os - %s"
5522msgstr ""
5523
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005524#: misc/mke2fs.c:2981
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005525msgid "Allocating group tables: "
5526msgstr ""
5527
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005528#: misc/mke2fs.c:2989
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005529msgid "while trying to allocate filesystem tables"
5530msgstr ""
5531
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005532#: misc/mke2fs.c:2998
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005533msgid ""
5534"\n"
5535"\twhile converting subcluster bitmap"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005536msgstr ""
5537
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005538#: misc/mke2fs.c:3004
5539#, c-format
5540msgid "%s may be further corrupted by superblock rewrite\n"
5541msgstr ""
5542
5543#: misc/mke2fs.c:3045
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005544#, c-format
5545msgid "while zeroing block %llu at end of filesystem"
5546msgstr ""
5547
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005548#: misc/mke2fs.c:3058
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05005549msgid "while reserving blocks for online resize"
5550msgstr ""
5551
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005552#: misc/mke2fs.c:3070 misc/tune2fs.c:1410
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005553msgid "journal"
5554msgstr ""
5555
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005556#: misc/mke2fs.c:3082
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005557#, c-format
5558msgid "Adding journal to device %s: "
5559msgstr ""
5560
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005561#: misc/mke2fs.c:3089
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005562#, c-format
5563msgid ""
5564"\n"
5565"\twhile trying to add journal to device %s"
5566msgstr ""
5567
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005568#: misc/mke2fs.c:3094 misc/mke2fs.c:3123 misc/mke2fs.c:3163
5569#: misc/mk_hugefiles.c:509 misc/tune2fs.c:1439 misc/tune2fs.c:1458
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005570msgid "done\n"
5571msgstr ""
5572
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005573#: misc/mke2fs.c:3100
Theodore Ts'o303f4e02009-04-23 22:25:18 -04005574msgid "Skipping journal creation in super-only mode\n"
5575msgstr ""
5576
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005577#: misc/mke2fs.c:3110
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005578#, c-format
5579msgid "Creating journal (%u blocks): "
5580msgstr ""
5581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005582#: misc/mke2fs.c:3119
Theodore Ts'o70d72812012-03-27 15:58:00 -07005583msgid ""
5584"\n"
5585"\twhile trying to create journal"
5586msgstr ""
5587
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005588#: misc/mke2fs.c:3131 misc/tune2fs.c:1067
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005589msgid ""
5590"\n"
5591"Error while enabling multiple mount protection feature."
5592msgstr ""
5593
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005594#: misc/mke2fs.c:3136
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005595#, c-format
5596msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5597msgstr ""
5598
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005599#: misc/mke2fs.c:3154
5600msgid "Copying files into the device: "
5601msgstr ""
5602
5603#: misc/mke2fs.c:3160
5604msgid "while populating file system"
5605msgstr ""
5606
5607#: misc/mke2fs.c:3167
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005608msgid "Writing superblocks and filesystem accounting information: "
5609msgstr ""
5610
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005611#: misc/mke2fs.c:3174
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005612msgid ""
5613"\n"
5614"Warning, had trouble writing out superblocks."
5615msgstr ""
5616
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005617#: misc/mke2fs.c:3176
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005618msgid ""
5619"done\n"
5620"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005621msgstr ""
5622
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005623#: misc/mk_hugefiles.c:423
5624#, c-format
5625msgid ""
5626"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5627msgstr ""
5628
5629#: misc/mk_hugefiles.c:490
5630msgid "Huge files will be zero'ed\n"
5631msgstr ""
5632
5633#: misc/mk_hugefiles.c:491
5634#, c-format
5635msgid "Creating %lu huge file(s) "
5636msgstr ""
5637
5638#: misc/mk_hugefiles.c:493
5639#, c-format
5640msgid "with %llu blocks each"
5641msgstr ""
5642
5643#: misc/mk_hugefiles.c:504
5644#, c-format
5645msgid "while creating huge file %lu"
5646msgstr ""
5647
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005648#: misc/mklost+found.c:50
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005649msgid "Usage: mklost+found\n"
5650msgstr ""
5651
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005652#: misc/partinfo.c:41
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005653#, c-format
5654msgid ""
5655"Usage: %s device...\n"
5656"\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04005657"Prints out the partition information for each given device.\n"
5658"For example: %s /dev/hda\n"
5659"\n"
5660msgstr ""
5661
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005662#: misc/partinfo.c:51
Theodore Ts'oaef07952008-08-27 23:18:29 -04005663#, c-format
5664msgid "Cannot open %s: %s"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005665msgstr ""
5666
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005667#: misc/partinfo.c:57
Theodore Ts'oaef07952008-08-27 23:18:29 -04005668#, c-format
5669msgid "Cannot get geometry of %s: %s"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005670msgstr ""
5671
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005672#: misc/partinfo.c:65
Theodore Ts'oaef07952008-08-27 23:18:29 -04005673#, c-format
5674msgid "Cannot get size of %s: %s"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005675msgstr ""
5676
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005677#: misc/partinfo.c:71
Theodore Ts'oaef07952008-08-27 23:18:29 -04005678#, c-format
5679msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005680msgstr ""
5681
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005682#: misc/tune2fs.c:118
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005683msgid "Please run e2fsck on the filesystem.\n"
5684msgstr ""
5685
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005686#: misc/tune2fs.c:120
5687msgid "Please run e2fsck -D on the filesystem.\n"
5688msgstr ""
5689
5690#: misc/tune2fs.c:129
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005691#, c-format
5692msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04005693"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005694"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005695"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
5696"\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
5697"\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
5698"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005699"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005700"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005701msgstr ""
5702
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005703#: misc/tune2fs.c:213
Theodore Ts'o6b319482014-08-25 10:30:53 -04005704msgid "Journal superblock not found!\n"
5705msgstr ""
5706
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005707#: misc/tune2fs.c:271
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005708msgid "while trying to open external journal"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005709msgstr ""
5710
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005711#: misc/tune2fs.c:277 misc/tune2fs.c:2671
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005712#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005713msgid "%s is not a journal device.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005714msgstr ""
5715
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005716#: misc/tune2fs.c:287 misc/tune2fs.c:2682
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005717msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005718msgstr ""
5719
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005720#: misc/tune2fs.c:311
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005721msgid ""
5722"Cannot locate journal device. It was NOT removed\n"
5723"Use -f option to remove missing journal device.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005724msgstr ""
5725
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005726#: misc/tune2fs.c:320
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005727msgid "Journal removed\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005728msgstr ""
5729
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005730#: misc/tune2fs.c:364
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005731msgid "while reading bitmaps"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005732msgstr ""
5733
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005734#: misc/tune2fs.c:372
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005735msgid "while clearing journal inode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005736msgstr ""
5737
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005738#: misc/tune2fs.c:383
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005739msgid "while writing journal inode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005740msgstr ""
5741
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005742#: misc/tune2fs.c:418 misc/tune2fs.c:440 misc/tune2fs.c:453
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05005743msgid "(and reboot afterwards!)\n"
5744msgstr ""
5745
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005746#: misc/tune2fs.c:471
5747#, c-format
5748msgid "After running e2fsck, please run `resize2fs %s %s"
5749msgstr ""
5750
5751#: misc/tune2fs.c:474
5752#, c-format
5753msgid "Please run `resize2fs %s %s"
5754msgstr ""
5755
5756#: misc/tune2fs.c:478
5757#, c-format
5758msgid " -z \"%s\""
5759msgstr ""
5760
5761#: misc/tune2fs.c:480
5762#, c-format
5763msgid "' to enable 64-bit mode.\n"
5764msgstr ""
5765
5766#: misc/tune2fs.c:482
5767#, c-format
5768msgid "' to disable 64-bit mode.\n"
5769msgstr ""
5770
5771#: misc/tune2fs.c:969
5772msgid ""
5773"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
5774" This requires Linux >= v4.4.\n"
5775msgstr ""
5776
5777#: misc/tune2fs.c:1005
Theodore Ts'o8f741372008-02-28 21:47:05 -05005778#, c-format
5779msgid "Clearing filesystem feature '%s' not supported.\n"
5780msgstr ""
5781
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005782#: misc/tune2fs.c:1011
Theodore Ts'o8f741372008-02-28 21:47:05 -05005783#, c-format
5784msgid "Setting filesystem feature '%s' not supported.\n"
5785msgstr ""
5786
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005787#: misc/tune2fs.c:1020
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005788msgid ""
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04005789"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005790"unmounted or mounted read-only.\n"
5791msgstr ""
5792
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005793#: misc/tune2fs.c:1028
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005794msgid ""
5795"The needs_recovery flag is set. Please run e2fsck before clearing\n"
5796"the has_journal flag.\n"
5797msgstr ""
5798
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005799#: misc/tune2fs.c:1046
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005800msgid ""
5801"Setting filesystem feature 'sparse_super' not supported\n"
5802"for filesystems with the meta_bg feature enabled.\n"
5803msgstr ""
5804
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005805#: misc/tune2fs.c:1059
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005806msgid ""
5807"The multiple mount protection feature can't\n"
5808"be set if the filesystem is mounted or\n"
5809"read-only.\n"
5810msgstr ""
5811
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005812#: misc/tune2fs.c:1077
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005813#, c-format
5814msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5815msgstr ""
5816
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005817#: misc/tune2fs.c:1086
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005818msgid ""
5819"The multiple mount protection feature cannot\n"
5820"be disabled if the filesystem is readonly.\n"
5821msgstr ""
5822
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005823#: misc/tune2fs.c:1094
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005824msgid "Error while reading bitmaps\n"
5825msgstr ""
5826
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005827#: misc/tune2fs.c:1103
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005828#, c-format
5829msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5830msgstr ""
5831
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005832#: misc/tune2fs.c:1108
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005833msgid "while reading MMP block."
5834msgstr ""
5835
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005836#: misc/tune2fs.c:1140
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005837msgid ""
5838"Clearing the flex_bg flag would cause the the filesystem to be\n"
5839"inconsistent.\n"
5840msgstr ""
5841
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005842#: misc/tune2fs.c:1151
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04005843msgid ""
5844"The huge_file feature may only be cleared when the filesystem is\n"
5845"unmounted or mounted read-only.\n"
5846msgstr ""
5847
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005848#: misc/tune2fs.c:1162
5849msgid "Enabling checksums could take some time."
5850msgstr ""
5851
5852#: misc/tune2fs.c:1164
5853msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
5854msgstr ""
5855
5856#: misc/tune2fs.c:1170
5857msgid ""
5858"Extents are not enabled. The file extent tree can be checksummed, whereas "
5859"block maps cannot. Not enabling extents reduces the coverage of metadata "
5860"checksumming. Re-run with -O extent to rectify.\n"
5861msgstr ""
5862
5863#: misc/tune2fs.c:1177
5864msgid ""
5865"64-bit filesystem support is not enabled. The larger fields afforded by "
5866"this feature enable full-strength checksumming. Run resize2fs -b to "
5867"rectify.\n"
5868msgstr ""
5869
5870#: misc/tune2fs.c:1203
5871msgid "Disabling checksums could take some time."
5872msgstr ""
5873
5874#: misc/tune2fs.c:1205
5875msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
5876msgstr ""
5877
5878#: misc/tune2fs.c:1268
5879#, c-format
5880msgid "Cannot enable 64-bit mode while mounted!\n"
5881msgstr ""
5882
5883#: misc/tune2fs.c:1278
5884#, c-format
5885msgid "Cannot disable 64-bit mode while mounted!\n"
5886msgstr ""
5887
5888#: misc/tune2fs.c:1308
5889msgid ""
5890"\n"
5891"Warning: enabled project without quota together\n"
5892msgstr ""
5893
5894#: misc/tune2fs.c:1321
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005895msgid ""
5896"\n"
5897"Warning: '^quota' option overrides '-Q'arguments.\n"
5898msgstr ""
5899
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005900#: misc/tune2fs.c:1339
5901msgid ""
5902"Setting feature 'metadata_csum_seed' is only supported\n"
5903"on filesystems with the metadata_csum feature enabled.\n"
5904msgstr ""
5905
5906#: misc/tune2fs.c:1357
5907msgid ""
5908"UUID has changed since enabling metadata_csum. Filesystem must be "
5909"unmounted \n"
5910"to safely rewrite all metadata to match the new UUID.\n"
5911msgstr ""
5912
5913#: misc/tune2fs.c:1403
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005914msgid "The filesystem already has a journal.\n"
5915msgstr ""
5916
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005917#: misc/tune2fs.c:1423
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005918#, c-format
5919msgid ""
5920"\n"
5921"\twhile trying to open journal on %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005922msgstr ""
5923
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005924#: misc/tune2fs.c:1427
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005925#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005926msgid "Creating journal on device %s: "
5927msgstr ""
5928
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005929#: misc/tune2fs.c:1435
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005930#, c-format
5931msgid "while adding filesystem to journal on %s"
5932msgstr ""
5933
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005934#: misc/tune2fs.c:1441
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005935msgid "Creating journal inode: "
5936msgstr ""
5937
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005938#: misc/tune2fs.c:1455
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005939msgid ""
5940"\n"
5941"\twhile trying to create journal file"
5942msgstr ""
5943
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005944#: misc/tune2fs.c:1544
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005945msgid ""
5946"\n"
5947"Bad quota options specified.\n"
5948"\n"
5949"Following valid quota options are available (pass by separating with "
5950"comma):\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005951"\t[^]usr[quota]\n"
5952"\t[^]grp[quota]\n"
5953"\t[^]prj[quota]\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005954"\n"
5955"\n"
5956msgstr ""
5957
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005958#: misc/tune2fs.c:1602
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005959#, c-format
5960msgid "Couldn't parse date/time specifier: %s"
5961msgstr ""
5962
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005963#: misc/tune2fs.c:1627 misc/tune2fs.c:1640
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005964#, c-format
5965msgid "bad mounts count - %s"
5966msgstr ""
5967
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005968#: misc/tune2fs.c:1683
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005969#, c-format
5970msgid "bad gid/group name - %s"
5971msgstr ""
5972
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005973#: misc/tune2fs.c:1716
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005974#, c-format
5975msgid "bad interval - %s"
5976msgstr ""
5977
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005978#: misc/tune2fs.c:1745
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005979#, c-format
5980msgid "bad reserved block ratio - %s"
5981msgstr ""
5982
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005983#: misc/tune2fs.c:1760
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005984msgid "-o may only be specified once"
5985msgstr ""
5986
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005987#: misc/tune2fs.c:1769
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005988msgid "-O may only be specified once"
5989msgstr ""
5990
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005991#: misc/tune2fs.c:1787
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005992#, c-format
5993msgid "bad reserved blocks count - %s"
5994msgstr ""
5995
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005996#: misc/tune2fs.c:1816
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005997#, c-format
5998msgid "bad uid/user name - %s"
5999msgstr ""
6000
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006001#: misc/tune2fs.c:1833
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006002#, c-format
6003msgid "bad inode size - %s"
6004msgstr ""
6005
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006006#: misc/tune2fs.c:1840
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006007#, c-format
6008msgid "Inode size must be a power of two- %s"
6009msgstr ""
6010
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006011#: misc/tune2fs.c:1937
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006012#, c-format
6013msgid "mmp_update_interval too big: %lu\n"
6014msgstr ""
6015
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006016#: misc/tune2fs.c:1942
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006017#, c-format
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04006018msgid "Setting multiple mount protection update interval to %lu second\n"
6019msgid_plural ""
6020"Setting multiple mount protection update interval to %lu seconds\n"
6021msgstr[0] ""
6022msgstr[1] ""
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006023
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006024#: misc/tune2fs.c:1965
Theodore Ts'o8f741372008-02-28 21:47:05 -05006025#, c-format
6026msgid "Invalid RAID stride: %s\n"
6027msgstr ""
6028
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006029#: misc/tune2fs.c:1980
Theodore Ts'o8f741372008-02-28 21:47:05 -05006030#, c-format
6031msgid "Invalid RAID stripe-width: %s\n"
6032msgstr ""
6033
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006034#: misc/tune2fs.c:1995
Theodore Ts'of6d179f2008-08-29 23:36:08 -04006035#, c-format
6036msgid "Invalid hash algorithm: %s\n"
6037msgstr ""
6038
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006039#: misc/tune2fs.c:2001
Theodore Ts'of6d179f2008-08-29 23:36:08 -04006040#, c-format
6041msgid "Setting default hash algorithm to %s (%d)\n"
6042msgstr ""
6043
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006044#: misc/tune2fs.c:2020
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006045msgid ""
6046"\n"
6047"Bad options specified.\n"
6048"\n"
6049"Extended options are separated by commas, and may take an argument which\n"
6050"\tis set off by an equals ('=') sign.\n"
6051"\n"
6052"Valid extended options are:\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006053"\tclear_mmp\n"
6054"\thash_alg=<hash algorithm>\n"
6055"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006056"\tstride=<RAID per-disk chunk size in blocks>\n"
Theodore Ts'of6d179f2008-08-29 23:36:08 -04006057"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006058"\ttest_fs\n"
6059"\t^test_fs\n"
6060msgstr ""
6061
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006062#: misc/tune2fs.c:2489
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006063msgid "Failed to read inode bitmap\n"
6064msgstr ""
6065
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006066#: misc/tune2fs.c:2494
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04006067msgid "Failed to read block bitmap\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006068msgstr ""
6069
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006070#: misc/tune2fs.c:2511 resize/resize2fs.c:1264
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006071msgid "blocks to be moved"
6072msgstr ""
6073
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006074#: misc/tune2fs.c:2514
Theodore Ts'o90806952010-02-10 15:49:32 -05006075msgid "Failed to allocate block bitmap when increasing inode size\n"
6076msgstr ""
6077
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006078#: misc/tune2fs.c:2520
Theodore Ts'o90806952010-02-10 15:49:32 -05006079msgid "Not enough space to increase inode size \n"
6080msgstr ""
6081
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006082#: misc/tune2fs.c:2525
Theodore Ts'o90806952010-02-10 15:49:32 -05006083msgid "Failed to relocate blocks during inode resize \n"
6084msgstr ""
6085
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006086#: misc/tune2fs.c:2557
Theodore Ts'o90806952010-02-10 15:49:32 -05006087msgid ""
6088"Error in resizing the inode size.\n"
6089"Run e2undo to undo the file system changes. \n"
6090msgstr ""
6091
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006092#: misc/tune2fs.c:2769
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006093#, c-format
6094msgid ""
6095"MMP block magic is bad. Try to fix it by running:\n"
6096"'e2fsck -f %s'\n"
6097msgstr ""
6098
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006099#: misc/tune2fs.c:2781
6100msgid "Cannot modify a journal device.\n"
6101msgstr ""
6102
6103#: misc/tune2fs.c:2794
Theodore Ts'oaef07952008-08-27 23:18:29 -04006104#, c-format
Theodore Ts'o303f4e02009-04-23 22:25:18 -04006105msgid "The inode size is already %lu\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04006106msgstr ""
6107
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006108#: misc/tune2fs.c:2801
Theodore Ts'o036a8472013-12-28 22:39:41 -05006109msgid "Shrinking inode size is not supported\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04006110msgstr ""
6111
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006112#: misc/tune2fs.c:2806
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04006113#, c-format
6114msgid "Invalid inode size %lu (max %d)\n"
6115msgstr ""
6116
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006117#: misc/tune2fs.c:2812
6118msgid "Resizing inodes could take some time."
6119msgstr ""
6120
6121#: misc/tune2fs.c:2859
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006122#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006123msgid "Setting maximal mount count to %d\n"
6124msgstr ""
6125
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006126#: misc/tune2fs.c:2865
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006127#, c-format
6128msgid "Setting current mount count to %d\n"
6129msgstr ""
6130
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006131#: misc/tune2fs.c:2870
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006132#, c-format
6133msgid "Setting error behavior to %d\n"
6134msgstr ""
6135
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006136#: misc/tune2fs.c:2875
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006137#, c-format
6138msgid "Setting reserved blocks gid to %lu\n"
6139msgstr ""
6140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006141#: misc/tune2fs.c:2880
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006142#, c-format
6143msgid "interval between checks is too big (%lu)"
6144msgstr ""
6145
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006146#: misc/tune2fs.c:2887
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006147#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04006148msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006149msgstr ""
6150
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006151#: misc/tune2fs.c:2894
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006152#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006153msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006154msgstr ""
6155
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006156#: misc/tune2fs.c:2900
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006157#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006158msgid "reserved blocks count is too big (%llu)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006159msgstr ""
6160
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006161#: misc/tune2fs.c:2907
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006162#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006163msgid "Setting reserved blocks count to %llu\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006164msgstr ""
6165
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006166#: misc/tune2fs.c:2912
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006167msgid ""
6168"\n"
6169"The filesystem already has sparse superblocks.\n"
6170msgstr ""
6171
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006172#: misc/tune2fs.c:2915
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006173msgid ""
6174"\n"
6175"Setting the sparse superblock flag not supported\n"
6176"for filesystems with the meta_bg feature enabled.\n"
6177msgstr ""
6178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006179#: misc/tune2fs.c:2925
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006180#, c-format
6181msgid ""
6182"\n"
6183"Sparse superblock flag set. %s"
6184msgstr ""
6185
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006186#: misc/tune2fs.c:2930
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006187msgid ""
6188"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006189"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006190msgstr ""
6191
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006192#: misc/tune2fs.c:2938
Theodore Ts'o0c897a92002-11-09 12:01:18 -05006193#, c-format
6194msgid "Setting time filesystem last checked to %s\n"
6195msgstr ""
6196
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006197#: misc/tune2fs.c:2944
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006198#, c-format
6199msgid "Setting reserved blocks uid to %lu\n"
6200msgstr ""
6201
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006202#: misc/tune2fs.c:2976
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006203msgid "Error in using clear_mmp. It must be used with -f\n"
6204msgstr ""
6205
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006206#: misc/tune2fs.c:2994
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006207msgid ""
6208"The quota feature may only be changed when the filesystem is unmounted.\n"
6209msgstr ""
6210
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006211#: misc/tune2fs.c:3018
Theodore Ts'o036a8472013-12-28 22:39:41 -05006212msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6213msgstr ""
6214
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006215#: misc/tune2fs.c:3021
6216msgid ""
6217"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6218"and re-run this command.\n"
6219msgstr ""
6220
6221#: misc/tune2fs.c:3030
6222msgid "Setting UUID on a checksummed filesystem could take some time."
6223msgstr ""
6224
6225#: misc/tune2fs.c:3055
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006226msgid "Invalid UUID format\n"
6227msgstr ""
6228
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006229#: misc/tune2fs.c:3071
Theodore Ts'o6b319482014-08-25 10:30:53 -04006230msgid "Need to update journal superblock.\n"
6231msgstr ""
6232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006233#: misc/tune2fs.c:3096
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006234msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6235msgstr ""
6236
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006237#: misc/tune2fs.c:3103
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006238msgid ""
6239"Changing the inode size not supported for filesystems with the flex_bg\n"
6240"feature enabled.\n"
6241msgstr ""
6242
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006243#: misc/tune2fs.c:3121
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006244#, c-format
6245msgid "Setting inode size %lu\n"
6246msgstr ""
6247
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006248#: misc/tune2fs.c:3125
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006249msgid "Failed to change inode size\n"
6250msgstr ""
6251
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006252#: misc/tune2fs.c:3139
Theodore Ts'o8f741372008-02-28 21:47:05 -05006253#, c-format
6254msgid "Setting stride size to %d\n"
6255msgstr ""
6256
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006257#: misc/tune2fs.c:3144
Theodore Ts'o8f741372008-02-28 21:47:05 -05006258#, c-format
6259msgid "Setting stripe width to %d\n"
6260msgstr ""
6261
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006262#: misc/tune2fs.c:3151
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006263#, c-format
6264msgid "Setting extended default mount options to '%s'\n"
6265msgstr ""
6266
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006267#: misc/tune2fs.c:3161
6268#, c-format
6269msgid "Recovering journal.\n"
6270msgstr ""
6271
6272#: misc/util.c:100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006273msgid "<proceeding>\n"
6274msgstr ""
6275
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006276#: misc/util.c:104
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006277#, c-format
6278msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
6279msgstr ""
6280
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006281#: misc/util.c:108
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006282msgid "Proceed anyway? (y,n) "
6283msgstr ""
6284
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006285#: misc/util.c:133
6286msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006287msgstr ""
6288
6289#: misc/util.c:138
6290#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006291msgid "will not make a %s here!\n"
6292msgstr ""
6293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006294#: misc/util.c:145
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006295msgid "mke2fs forced anyway.\n"
6296msgstr ""
6297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006298#: misc/util.c:161
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006299msgid "Couldn't allocate memory to parse journal options!\n"
6300msgstr ""
6301
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006302#: misc/util.c:186
Theodore Ts'ofaec3b12010-05-17 20:03:18 -04006303#, c-format
6304msgid ""
6305"\n"
6306"Could not find journal device matching %s\n"
6307msgstr ""
6308
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006309#: misc/util.c:213
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006310msgid ""
6311"\n"
6312"Bad journal options specified.\n"
6313"\n"
6314"Journal options are separated by commas, and may take an argument which\n"
6315"\tis set off by an equals ('=') sign.\n"
6316"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04006317"Valid journal options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006318"\tsize=<journal size in megabytes>\n"
6319"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006320"\tlocation=<journal location>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006321"\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04006322"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006323"\n"
6324msgstr ""
6325
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006326#: misc/util.c:244
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006327msgid ""
6328"\n"
6329"Filesystem too small for a journal\n"
6330msgstr ""
6331
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006332#: misc/util.c:251
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006333#, c-format
6334msgid ""
6335"\n"
6336"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04006337"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006338msgstr ""
6339
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006340#: misc/util.c:259
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006341msgid ""
6342"\n"
6343"Journal size too big for filesystem.\n"
6344msgstr ""
6345
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006346#: misc/util.c:273
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006347#, c-format
6348msgid ""
6349"This filesystem will be automatically checked every %d mounts or\n"
6350"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6351msgstr ""
6352
Theodore Ts'o6b319482014-08-25 10:30:53 -04006353#: misc/uuidd.c:49
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006354#, c-format
6355msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6356msgstr ""
6357
Theodore Ts'o6b319482014-08-25 10:30:53 -04006358#: misc/uuidd.c:51
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006359#, c-format
6360msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6361msgstr ""
6362
Theodore Ts'o6b319482014-08-25 10:30:53 -04006363#: misc/uuidd.c:53
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006364#, c-format
6365msgid " %s -k\n"
6366msgstr ""
6367
Theodore Ts'o6b319482014-08-25 10:30:53 -04006368#: misc/uuidd.c:155
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006369msgid "bad arguments"
6370msgstr ""
6371
Theodore Ts'o6b319482014-08-25 10:30:53 -04006372#: misc/uuidd.c:173
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006373msgid "connect"
6374msgstr ""
6375
Theodore Ts'o6b319482014-08-25 10:30:53 -04006376#: misc/uuidd.c:192
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006377msgid "write"
6378msgstr ""
6379
Theodore Ts'o6b319482014-08-25 10:30:53 -04006380#: misc/uuidd.c:200
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006381msgid "read count"
6382msgstr ""
6383
Theodore Ts'o6b319482014-08-25 10:30:53 -04006384#: misc/uuidd.c:206
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006385msgid "bad response length"
6386msgstr ""
6387
Theodore Ts'o6b319482014-08-25 10:30:53 -04006388#: misc/uuidd.c:271
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006389#, c-format
6390msgid "uuidd daemon already running at pid %s\n"
6391msgstr ""
6392
Theodore Ts'o6b319482014-08-25 10:30:53 -04006393#: misc/uuidd.c:279
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006394#, c-format
6395msgid "Couldn't create unix stream socket: %s"
6396msgstr ""
6397
Theodore Ts'o6b319482014-08-25 10:30:53 -04006398#: misc/uuidd.c:308
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006399#, c-format
6400msgid "Couldn't bind unix socket %s: %s\n"
6401msgstr ""
6402
Theodore Ts'o6b319482014-08-25 10:30:53 -04006403#: misc/uuidd.c:316
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006404#, c-format
6405msgid "Couldn't listen on unix socket %s: %s\n"
6406msgstr ""
6407
Theodore Ts'o6b319482014-08-25 10:30:53 -04006408#: misc/uuidd.c:354
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006409#, c-format
6410msgid "Error reading from client, len = %d\n"
6411msgstr ""
6412
Theodore Ts'o6b319482014-08-25 10:30:53 -04006413#: misc/uuidd.c:362
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006414#, c-format
6415msgid "operation %d, incoming num = %d\n"
6416msgstr ""
6417
Theodore Ts'o6b319482014-08-25 10:30:53 -04006418#: misc/uuidd.c:381
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006419#, c-format
6420msgid "Generated time UUID: %s\n"
6421msgstr ""
6422
Theodore Ts'o6b319482014-08-25 10:30:53 -04006423#: misc/uuidd.c:391
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006424#, c-format
6425msgid "Generated random UUID: %s\n"
6426msgstr ""
6427
Theodore Ts'o6b319482014-08-25 10:30:53 -04006428#: misc/uuidd.c:400
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006429#, c-format
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04006430msgid "Generated time UUID %s and subsequent UUID\n"
6431msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6432msgstr[0] ""
6433msgstr[1] ""
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006434
Theodore Ts'o6b319482014-08-25 10:30:53 -04006435#: misc/uuidd.c:421
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006436#, c-format
6437msgid "Generated %d UUID's:\n"
6438msgstr ""
6439
Theodore Ts'o6b319482014-08-25 10:30:53 -04006440#: misc/uuidd.c:433
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006441#, c-format
6442msgid "Invalid operation %d\n"
6443msgstr ""
6444
Theodore Ts'o6b319482014-08-25 10:30:53 -04006445#: misc/uuidd.c:477 misc/uuidd.c:499
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006446#, c-format
6447msgid "Bad number: %s\n"
6448msgstr ""
6449
Theodore Ts'o6b319482014-08-25 10:30:53 -04006450#: misc/uuidd.c:534 misc/uuidd.c:563
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006451#, c-format
6452msgid "Error calling uuidd daemon (%s): %s\n"
6453msgstr ""
6454
Theodore Ts'o6b319482014-08-25 10:30:53 -04006455#: misc/uuidd.c:544
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006456#, c-format
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04006457msgid "%s and subsequent UUID\n"
6458msgid_plural "%s and subsequent %d UUIDs\n"
6459msgstr[0] ""
6460msgstr[1] ""
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006461
Theodore Ts'o6b319482014-08-25 10:30:53 -04006462#: misc/uuidd.c:548
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006463msgid "List of UUID's:\n"
6464msgstr ""
6465
Theodore Ts'o6b319482014-08-25 10:30:53 -04006466#: misc/uuidd.c:569
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006467#, c-format
6468msgid "Unexpected reply length from server %d\n"
6469msgstr ""
6470
Theodore Ts'o6b319482014-08-25 10:30:53 -04006471#: misc/uuidd.c:586
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006472#, c-format
6473msgid "Couldn't kill uuidd running at pid %d: %s\n"
6474msgstr ""
6475
Theodore Ts'o6b319482014-08-25 10:30:53 -04006476#: misc/uuidd.c:592
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006477#, c-format
6478msgid "Killed uuidd running at pid %d\n"
6479msgstr ""
6480
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006481#: misc/uuidgen.c:32
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006482#, c-format
6483msgid "Usage: %s [-r] [-t]\n"
6484msgstr ""
6485
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006486#: resize/extent.c:202
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006487msgid "# Extent dump:\n"
6488msgstr ""
6489
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006490#: resize/extent.c:203
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006491#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006492msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006493msgstr ""
6494
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006495#: resize/main.c:49
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006496#, c-format
6497msgid ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006498"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6499"[-z undo_file]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006500"\n"
6501msgstr ""
6502
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006503#: resize/main.c:72
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006504msgid "Extending the inode table"
6505msgstr ""
6506
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006507#: resize/main.c:75
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006508msgid "Relocating blocks"
6509msgstr ""
6510
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006511#: resize/main.c:78
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006512msgid "Scanning inode table"
6513msgstr ""
6514
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006515#: resize/main.c:81
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006516msgid "Updating inode references"
6517msgstr ""
6518
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006519#: resize/main.c:84
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006520msgid "Moving inode table"
6521msgstr ""
6522
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006523#: resize/main.c:87
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006524msgid "Unknown pass?!?"
6525msgstr ""
6526
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006527#: resize/main.c:90
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006528#, c-format
6529msgid "Begin pass %d (max = %lu)\n"
6530msgstr ""
6531
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006532#: resize/main.c:162
Theodore Ts'o511ba982013-01-21 22:03:18 -05006533msgid ""
6534"\n"
Theodore Ts'o036a8472013-12-28 22:39:41 -05006535"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6536"your own risk! Use the force option if you want to go ahead anyway.\n"
Theodore Ts'o511ba982013-01-21 22:03:18 -05006537"\n"
6538msgstr ""
6539
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006540#: resize/main.c:364
Theodore Ts'o6956f612005-12-31 16:46:15 -05006541#, c-format
6542msgid "while opening %s"
6543msgstr ""
6544
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006545#: resize/main.c:372
Theodore Ts'o6956f612005-12-31 16:46:15 -05006546#, c-format
6547msgid "while getting stat information for %s"
6548msgstr ""
6549
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006550#: resize/main.c:444
Theodore Ts'ofaec3b12010-05-17 20:03:18 -04006551#, c-format
6552msgid ""
6553"Please run 'e2fsck -f %s' first.\n"
6554"\n"
6555msgstr ""
6556
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006557#: resize/main.c:463
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006558#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006559msgid "Estimated minimum size of the filesystem: %llu\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006560msgstr ""
6561
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006562#: resize/main.c:500
Theodore Ts'o052a7912008-10-12 23:17:54 -04006563#, c-format
6564msgid "Invalid new size: %s\n"
6565msgstr ""
6566
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006567#: resize/main.c:519
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006568msgid "New size too large to be expressed in 32 bits\n"
Theodore Ts'o53013932009-05-30 13:50:07 -04006569msgstr ""
6570
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006571#: resize/main.c:527
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006572#, c-format
6573msgid "New size smaller than minimum (%llu)\n"
6574msgstr ""
6575
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006576#: resize/main.c:533
Theodore Ts'o714da452007-07-07 22:24:13 -04006577msgid "Invalid stride length"
6578msgstr ""
6579
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006580#: resize/main.c:557
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006581#, c-format
6582msgid ""
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006583"The containing partition (or device) is only %llu (%dk) blocks.\n"
6584"You requested a new size of %llu blocks.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006585"\n"
6586msgstr ""
6587
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006588#: resize/main.c:564
6589#, c-format
6590msgid "Cannot set and unset 64bit feature.\n"
6591msgstr ""
6592
6593#: resize/main.c:568
6594#, c-format
6595msgid ""
6596"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6597"blocks.\n"
6598msgstr ""
6599
6600#: resize/main.c:574
6601#, c-format
6602msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6603msgstr ""
6604
6605#: resize/main.c:580
6606#, c-format
6607msgid ""
6608"Please enable the extents feature with tune2fs before enabling the 64bit "
6609"feature.\n"
6610msgstr ""
6611
6612#: resize/main.c:586
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006613#, c-format
6614msgid ""
Theodore Ts'o6b319482014-08-25 10:30:53 -04006615"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05006616"\n"
6617msgstr ""
6618
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006619#: resize/main.c:593
6620#, c-format
6621msgid "The filesystem is already 64-bit.\n"
6622msgstr ""
6623
6624#: resize/main.c:598
6625#, c-format
6626msgid "The filesystem is already 32-bit.\n"
6627msgstr ""
6628
6629#: resize/main.c:607
6630#, c-format
6631msgid "Converting the filesystem to 64-bit.\n"
6632msgstr ""
6633
6634#: resize/main.c:609
6635#, c-format
6636msgid "Converting the filesystem to 32-bit.\n"
6637msgstr ""
6638
6639#: resize/main.c:611
Theodore Ts'o989a01f2009-07-11 18:29:56 -04006640#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006641msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Theodore Ts'o989a01f2009-07-11 18:29:56 -04006642msgstr ""
6643
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006644#: resize/main.c:620
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006645#, c-format
6646msgid "while trying to resize %s"
6647msgstr ""
6648
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006649#: resize/main.c:623
Theodore Ts'o989a01f2009-07-11 18:29:56 -04006650#, c-format
6651msgid ""
6652"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6653"after the aborted resize operation.\n"
6654msgstr ""
6655
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006656#: resize/main.c:629
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006657#, c-format
6658msgid ""
Theodore Ts'o6b319482014-08-25 10:30:53 -04006659"The filesystem on %s is now %llu (%dk) blocks long.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006660"\n"
6661msgstr ""
6662
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006663#: resize/main.c:644
Theodore Ts'o303f4e02009-04-23 22:25:18 -04006664#, c-format
6665msgid "while trying to truncate %s"
6666msgstr ""
6667
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006668#: resize/online.c:81
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006669msgid "kernel does not support online resize with sparse_super2"
6670msgstr ""
6671
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006672#: resize/online.c:86
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006673#, c-format
6674msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6675msgstr ""
6676
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006677#: resize/online.c:90
Theodore Ts'od085f612010-12-13 08:57:14 -05006678msgid "On-line shrinking not supported"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006679msgstr ""
6680
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006681#: resize/online.c:114
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006682msgid "Filesystem does not support online resizing"
6683msgstr ""
6684
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006685#: resize/online.c:122
Theodore Ts'o11e52922012-09-21 12:53:14 -04006686msgid "Not enough reserved gdt blocks for resizing"
6687msgstr ""
6688
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006689#: resize/online.c:129
Theodore Ts'o11e52922012-09-21 12:53:14 -04006690msgid "Kernel does not support resizing a file system this large"
6691msgstr ""
6692
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006693#: resize/online.c:137
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006694#, c-format
6695msgid "while trying to open mountpoint %s"
6696msgstr ""
6697
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006698#: resize/online.c:142
Theodore Ts'o8359f622013-01-16 13:50:12 -05006699#, c-format
6700msgid "Old resize interface requested.\n"
6701msgstr ""
6702
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006703#: resize/online.c:161 resize/online.c:178
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006704msgid "Permission denied to resize filesystem"
6705msgstr ""
6706
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006707#: resize/online.c:164 resize/online.c:184
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006708msgid "While checking for on-line resizing support"
6709msgstr ""
6710
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006711#: resize/online.c:181
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006712msgid "Kernel does not support online resizing"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006713msgstr ""
6714
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006715#: resize/online.c:220
Theodore Ts'of39a46a2011-09-30 22:12:02 -04006716#, c-format
6717msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
6718msgstr ""
6719
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006720#: resize/online.c:230
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006721msgid "While trying to extend the last group"
6722msgstr ""
6723
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006724#: resize/online.c:284
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006725#, c-format
6726msgid "While trying to add group #%d"
6727msgstr ""
6728
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006729#: resize/online.c:295
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006730#, c-format
6731msgid ""
Theodore Ts'oaef07952008-08-27 23:18:29 -04006732"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
Theodore Ts'o60c30e12008-06-18 06:50:34 -04006733"this system.\n"
6734msgstr ""
6735
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006736#: resize/resize2fs.c:747
Theodore Ts'o714da452007-07-07 22:24:13 -04006737#, c-format
6738msgid "inodes (%llu) must be less than %u"
6739msgstr ""
6740
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006741#: resize/resize2fs.c:1026
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006742msgid "reserved blocks"
6743msgstr ""
6744
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006745#: resize/resize2fs.c:1269
Theodore Ts'obc759702005-05-09 20:40:55 -04006746msgid "meta-data blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00006747msgstr ""
6748
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006749#: resize/resize2fs.c:1373 resize/resize2fs.c:2305
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006750msgid "new meta blocks"
6751msgstr ""
6752
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006753#: resize/resize2fs.c:2525
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006754msgid "Should never happen! No sb in last super_sparse bg?\n"
6755msgstr ""
6756
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006757#: resize/resize2fs.c:2530
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006758msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6759msgstr ""
6760
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006761#: resize/resize2fs.c:2603
Theodore Ts'obc759702005-05-09 20:40:55 -04006762msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05006763msgstr ""
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006764
6765#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006766msgid "EXT2FS Library version 1.43-WIP"
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006767msgstr ""
6768
6769#: lib/ext2fs/ext2_err.c:12
6770msgid "Wrong magic number for ext2_filsys structure"
6771msgstr ""
6772
6773#: lib/ext2fs/ext2_err.c:13
6774msgid "Wrong magic number for badblocks_list structure"
6775msgstr ""
6776
6777#: lib/ext2fs/ext2_err.c:14
6778msgid "Wrong magic number for badblocks_iterate structure"
6779msgstr ""
6780
6781#: lib/ext2fs/ext2_err.c:15
6782msgid "Wrong magic number for inode_scan structure"
6783msgstr ""
6784
6785#: lib/ext2fs/ext2_err.c:16
6786msgid "Wrong magic number for io_channel structure"
6787msgstr ""
6788
6789#: lib/ext2fs/ext2_err.c:17
6790msgid "Wrong magic number for unix io_channel structure"
6791msgstr ""
6792
6793#: lib/ext2fs/ext2_err.c:18
6794msgid "Wrong magic number for io_manager structure"
6795msgstr ""
6796
6797#: lib/ext2fs/ext2_err.c:19
6798msgid "Wrong magic number for block_bitmap structure"
6799msgstr ""
6800
6801#: lib/ext2fs/ext2_err.c:20
6802msgid "Wrong magic number for inode_bitmap structure"
6803msgstr ""
6804
6805#: lib/ext2fs/ext2_err.c:21
6806msgid "Wrong magic number for generic_bitmap structure"
6807msgstr ""
6808
6809#: lib/ext2fs/ext2_err.c:22
6810msgid "Wrong magic number for test io_channel structure"
6811msgstr ""
6812
6813#: lib/ext2fs/ext2_err.c:23
6814msgid "Wrong magic number for directory block list structure"
6815msgstr ""
6816
6817#: lib/ext2fs/ext2_err.c:24
6818msgid "Wrong magic number for icount structure"
6819msgstr ""
6820
6821#: lib/ext2fs/ext2_err.c:25
6822msgid "Wrong magic number for Powerquest io_channel structure"
6823msgstr ""
6824
6825#: lib/ext2fs/ext2_err.c:26
6826msgid "Wrong magic number for ext2 file structure"
6827msgstr ""
6828
6829#: lib/ext2fs/ext2_err.c:27
6830msgid "Wrong magic number for Ext2 Image Header"
6831msgstr ""
6832
6833#: lib/ext2fs/ext2_err.c:28
6834msgid "Wrong magic number for inode io_channel structure"
6835msgstr ""
6836
6837#: lib/ext2fs/ext2_err.c:29
6838msgid "Wrong magic number for ext4 extent handle"
6839msgstr ""
6840
6841#: lib/ext2fs/ext2_err.c:30
6842msgid "Bad magic number in super-block"
6843msgstr ""
6844
6845#: lib/ext2fs/ext2_err.c:31
6846msgid "Filesystem revision too high"
6847msgstr ""
6848
6849#: lib/ext2fs/ext2_err.c:32
6850msgid "Attempt to write to filesystem opened read-only"
6851msgstr ""
6852
6853#: lib/ext2fs/ext2_err.c:33
6854msgid "Can't read group descriptors"
6855msgstr ""
6856
6857#: lib/ext2fs/ext2_err.c:34
6858msgid "Can't write group descriptors"
6859msgstr ""
6860
6861#: lib/ext2fs/ext2_err.c:35
6862msgid "Corrupt group descriptor: bad block for block bitmap"
6863msgstr ""
6864
6865#: lib/ext2fs/ext2_err.c:36
6866msgid "Corrupt group descriptor: bad block for inode bitmap"
6867msgstr ""
6868
6869#: lib/ext2fs/ext2_err.c:37
6870msgid "Corrupt group descriptor: bad block for inode table"
6871msgstr ""
6872
6873#: lib/ext2fs/ext2_err.c:38
6874msgid "Can't write an inode bitmap"
6875msgstr ""
6876
6877#: lib/ext2fs/ext2_err.c:39
6878msgid "Can't read an inode bitmap"
6879msgstr ""
6880
6881#: lib/ext2fs/ext2_err.c:40
Darrick J. Wong580d8a02013-10-07 09:20:28 -04006882msgid "Can't write a block bitmap"
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006883msgstr ""
6884
6885#: lib/ext2fs/ext2_err.c:41
Darrick J. Wongba0230f2013-12-12 12:41:58 -05006886msgid "Can't read a block bitmap"
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006887msgstr ""
6888
6889#: lib/ext2fs/ext2_err.c:42
6890msgid "Can't write an inode table"
6891msgstr ""
6892
6893#: lib/ext2fs/ext2_err.c:43
6894msgid "Can't read an inode table"
6895msgstr ""
6896
6897#: lib/ext2fs/ext2_err.c:44
6898msgid "Can't read next inode"
6899msgstr ""
6900
6901#: lib/ext2fs/ext2_err.c:45
6902msgid "Filesystem has unexpected block size"
6903msgstr ""
6904
6905#: lib/ext2fs/ext2_err.c:46
6906msgid "EXT2 directory corrupted"
6907msgstr ""
6908
6909#: lib/ext2fs/ext2_err.c:47
6910msgid "Attempt to read block from filesystem resulted in short read"
6911msgstr ""
6912
6913#: lib/ext2fs/ext2_err.c:48
Theodore Ts'o3871db62011-10-09 20:49:36 -04006914msgid "Attempt to write block to filesystem resulted in short write"
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006915msgstr ""
6916
6917#: lib/ext2fs/ext2_err.c:49
6918msgid "No free space in the directory"
6919msgstr ""
6920
6921#: lib/ext2fs/ext2_err.c:50
6922msgid "Inode bitmap not loaded"
6923msgstr ""
6924
6925#: lib/ext2fs/ext2_err.c:51
6926msgid "Block bitmap not loaded"
6927msgstr ""
6928
6929#: lib/ext2fs/ext2_err.c:52
6930msgid "Illegal inode number"
6931msgstr ""
6932
6933#: lib/ext2fs/ext2_err.c:53
6934msgid "Illegal block number"
6935msgstr ""
6936
6937#: lib/ext2fs/ext2_err.c:54
6938msgid "Internal error in ext2fs_expand_dir"
6939msgstr ""
6940
6941#: lib/ext2fs/ext2_err.c:55
6942msgid "Not enough space to build proposed filesystem"
6943msgstr ""
6944
6945#: lib/ext2fs/ext2_err.c:56
6946msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6947msgstr ""
6948
6949#: lib/ext2fs/ext2_err.c:57
6950msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
6951msgstr ""
6952
6953#: lib/ext2fs/ext2_err.c:58
6954msgid "Illegal block number passed to ext2fs_test_block_bitmap"
6955msgstr ""
6956
6957#: lib/ext2fs/ext2_err.c:59
6958msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
6959msgstr ""
6960
6961#: lib/ext2fs/ext2_err.c:60
6962msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
6963msgstr ""
6964
6965#: lib/ext2fs/ext2_err.c:61
6966msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
6967msgstr ""
6968
6969#: lib/ext2fs/ext2_err.c:62
6970msgid "Attempt to fudge end of block bitmap past the real end"
6971msgstr ""
6972
6973#: lib/ext2fs/ext2_err.c:63
6974msgid "Attempt to fudge end of inode bitmap past the real end"
6975msgstr ""
6976
6977#: lib/ext2fs/ext2_err.c:64
6978msgid "Illegal indirect block found"
6979msgstr ""
6980
6981#: lib/ext2fs/ext2_err.c:65
6982msgid "Illegal doubly indirect block found"
6983msgstr ""
6984
6985#: lib/ext2fs/ext2_err.c:66
6986msgid "Illegal triply indirect block found"
6987msgstr ""
6988
6989#: lib/ext2fs/ext2_err.c:67
6990msgid "Block bitmaps are not the same"
6991msgstr ""
6992
6993#: lib/ext2fs/ext2_err.c:68
6994msgid "Inode bitmaps are not the same"
6995msgstr ""
6996
6997#: lib/ext2fs/ext2_err.c:69
6998msgid "Illegal or malformed device name"
6999msgstr ""
7000
7001#: lib/ext2fs/ext2_err.c:70
7002msgid "A block group is missing an inode table"
7003msgstr ""
7004
7005#: lib/ext2fs/ext2_err.c:71
7006msgid "The ext2 superblock is corrupt"
7007msgstr ""
7008
7009#: lib/ext2fs/ext2_err.c:72
7010msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7011msgstr ""
7012
7013#: lib/ext2fs/ext2_err.c:73
7014msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7015msgstr ""
7016
7017#: lib/ext2fs/ext2_err.c:74
7018msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7019msgstr ""
7020
7021#: lib/ext2fs/ext2_err.c:75
7022msgid "Too many symbolic links encountered."
7023msgstr ""
7024
7025#: lib/ext2fs/ext2_err.c:76
7026msgid "The callback function will not handle this case"
7027msgstr ""
7028
7029#: lib/ext2fs/ext2_err.c:77
7030msgid "The inode is from a bad block in the inode table"
7031msgstr ""
7032
7033#: lib/ext2fs/ext2_err.c:78
7034msgid "Filesystem has unsupported feature(s)"
7035msgstr ""
7036
7037#: lib/ext2fs/ext2_err.c:79
7038msgid "Filesystem has unsupported read-only feature(s)"
7039msgstr ""
7040
7041#: lib/ext2fs/ext2_err.c:80
7042msgid "IO Channel failed to seek on read or write"
7043msgstr ""
7044
7045#: lib/ext2fs/ext2_err.c:81
7046msgid "Memory allocation failed"
7047msgstr ""
7048
7049#: lib/ext2fs/ext2_err.c:82
7050msgid "Invalid argument passed to ext2 library"
7051msgstr ""
7052
7053#: lib/ext2fs/ext2_err.c:83
7054msgid "Could not allocate block in ext2 filesystem"
7055msgstr ""
7056
7057#: lib/ext2fs/ext2_err.c:84
7058msgid "Could not allocate inode in ext2 filesystem"
7059msgstr ""
7060
7061#: lib/ext2fs/ext2_err.c:85
7062msgid "Ext2 inode is not a directory"
7063msgstr ""
7064
7065#: lib/ext2fs/ext2_err.c:86
7066msgid "Too many references in table"
7067msgstr ""
7068
7069#: lib/ext2fs/ext2_err.c:87
7070msgid "File not found by ext2_lookup"
7071msgstr ""
7072
7073#: lib/ext2fs/ext2_err.c:88
7074msgid "File open read-only"
7075msgstr ""
7076
7077#: lib/ext2fs/ext2_err.c:89
7078msgid "Ext2 directory block not found"
7079msgstr ""
7080
7081#: lib/ext2fs/ext2_err.c:90
7082msgid "Ext2 directory already exists"
7083msgstr ""
7084
7085#: lib/ext2fs/ext2_err.c:91
7086msgid "Unimplemented ext2 library function"
7087msgstr ""
7088
7089#: lib/ext2fs/ext2_err.c:92
7090msgid "User cancel requested"
7091msgstr ""
7092
7093#: lib/ext2fs/ext2_err.c:93
7094msgid "Ext2 file too big"
7095msgstr ""
7096
7097#: lib/ext2fs/ext2_err.c:94
7098msgid "Supplied journal device not a block device"
7099msgstr ""
7100
7101#: lib/ext2fs/ext2_err.c:95
7102msgid "Journal superblock not found"
7103msgstr ""
7104
7105#: lib/ext2fs/ext2_err.c:96
7106msgid "Journal must be at least 1024 blocks"
7107msgstr ""
7108
7109#: lib/ext2fs/ext2_err.c:97
7110msgid "Unsupported journal version"
7111msgstr ""
7112
7113#: lib/ext2fs/ext2_err.c:98
7114msgid "Error loading external journal"
7115msgstr ""
7116
7117#: lib/ext2fs/ext2_err.c:99
7118msgid "Journal not found"
7119msgstr ""
7120
7121#: lib/ext2fs/ext2_err.c:100
7122msgid "Directory hash unsupported"
7123msgstr ""
7124
7125#: lib/ext2fs/ext2_err.c:101
7126msgid "Illegal extended attribute block number"
7127msgstr ""
7128
7129#: lib/ext2fs/ext2_err.c:102
7130msgid "Cannot create filesystem with requested number of inodes"
7131msgstr ""
7132
7133#: lib/ext2fs/ext2_err.c:103
7134msgid "E2image snapshot not in use"
7135msgstr ""
7136
7137#: lib/ext2fs/ext2_err.c:104
7138msgid "Too many reserved group descriptor blocks"
7139msgstr ""
7140
7141#: lib/ext2fs/ext2_err.c:105
7142msgid "Resize inode is corrupt"
7143msgstr ""
7144
7145#: lib/ext2fs/ext2_err.c:106
Theodore Ts'o3871db62011-10-09 20:49:36 -04007146msgid "Tried to set block bmap with missing indirect block"
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007147msgstr ""
7148
7149#: lib/ext2fs/ext2_err.c:107
7150msgid "TDB: Success"
7151msgstr ""
7152
7153#: lib/ext2fs/ext2_err.c:108
7154msgid "TDB: Corrupt database"
7155msgstr ""
7156
7157#: lib/ext2fs/ext2_err.c:109
7158msgid "TDB: IO Error"
7159msgstr ""
7160
7161#: lib/ext2fs/ext2_err.c:110
7162msgid "TDB: Locking error"
7163msgstr ""
7164
7165#: lib/ext2fs/ext2_err.c:111
7166msgid "TDB: Out of memory"
7167msgstr ""
7168
7169#: lib/ext2fs/ext2_err.c:112
7170msgid "TDB: Record exists"
7171msgstr ""
7172
7173#: lib/ext2fs/ext2_err.c:113
7174msgid "TDB: Lock exists on other keys"
7175msgstr ""
7176
7177#: lib/ext2fs/ext2_err.c:114
7178msgid "TDB: Invalid parameter"
7179msgstr ""
7180
7181#: lib/ext2fs/ext2_err.c:115
7182msgid "TDB: Record does not exist"
7183msgstr ""
7184
7185#: lib/ext2fs/ext2_err.c:116
7186msgid "TDB: Write not permitted"
7187msgstr ""
7188
7189#: lib/ext2fs/ext2_err.c:117
7190msgid "Ext2fs directory block list is empty"
7191msgstr ""
7192
7193#: lib/ext2fs/ext2_err.c:118
7194msgid "Attempt to modify a block mapping via a read-only block iterator"
7195msgstr ""
7196
7197#: lib/ext2fs/ext2_err.c:119
7198msgid "Wrong magic number for ext4 extent saved path"
7199msgstr ""
7200
7201#: lib/ext2fs/ext2_err.c:120
7202msgid "Wrong magic number for 64-bit generic bitmap"
7203msgstr ""
7204
7205#: lib/ext2fs/ext2_err.c:121
7206msgid "Wrong magic number for 64-bit block bitmap"
7207msgstr ""
7208
7209#: lib/ext2fs/ext2_err.c:122
7210msgid "Wrong magic number for 64-bit inode bitmap"
7211msgstr ""
7212
7213#: lib/ext2fs/ext2_err.c:123
7214msgid "Wrong magic number --- RESERVED_13"
7215msgstr ""
7216
7217#: lib/ext2fs/ext2_err.c:124
7218msgid "Wrong magic number --- RESERVED_14"
7219msgstr ""
7220
7221#: lib/ext2fs/ext2_err.c:125
7222msgid "Wrong magic number --- RESERVED_15"
7223msgstr ""
7224
7225#: lib/ext2fs/ext2_err.c:126
7226msgid "Wrong magic number --- RESERVED_16"
7227msgstr ""
7228
7229#: lib/ext2fs/ext2_err.c:127
7230msgid "Wrong magic number --- RESERVED_17"
7231msgstr ""
7232
7233#: lib/ext2fs/ext2_err.c:128
7234msgid "Wrong magic number --- RESERVED_18"
7235msgstr ""
7236
7237#: lib/ext2fs/ext2_err.c:129
7238msgid "Wrong magic number --- RESERVED_19"
7239msgstr ""
7240
7241#: lib/ext2fs/ext2_err.c:130
7242msgid "Corrupt extent header"
7243msgstr ""
7244
7245#: lib/ext2fs/ext2_err.c:131
7246msgid "Corrupt extent index"
7247msgstr ""
7248
7249#: lib/ext2fs/ext2_err.c:132
7250msgid "Corrupt extent"
7251msgstr ""
7252
7253#: lib/ext2fs/ext2_err.c:133
7254msgid "No free space in extent map"
7255msgstr ""
7256
7257#: lib/ext2fs/ext2_err.c:134
7258msgid "Inode does not use extents"
7259msgstr ""
7260
7261#: lib/ext2fs/ext2_err.c:135
7262msgid "No 'next' extent"
7263msgstr ""
7264
7265#: lib/ext2fs/ext2_err.c:136
7266msgid "No 'previous' extent"
7267msgstr ""
7268
7269#: lib/ext2fs/ext2_err.c:137
7270msgid "No 'up' extent"
7271msgstr ""
7272
7273#: lib/ext2fs/ext2_err.c:138
7274msgid "No 'down' extent"
7275msgstr ""
7276
7277#: lib/ext2fs/ext2_err.c:139
7278msgid "No current node"
7279msgstr ""
7280
7281#: lib/ext2fs/ext2_err.c:140
7282msgid "Ext2fs operation not supported"
7283msgstr ""
7284
7285#: lib/ext2fs/ext2_err.c:141
7286msgid "No room to insert extent in node"
7287msgstr ""
7288
7289#: lib/ext2fs/ext2_err.c:142
7290msgid "Splitting would result in empty node"
7291msgstr ""
7292
7293#: lib/ext2fs/ext2_err.c:143
7294msgid "Extent not found"
7295msgstr ""
7296
7297#: lib/ext2fs/ext2_err.c:144
7298msgid "Operation not supported for inodes containing extents"
7299msgstr ""
7300
7301#: lib/ext2fs/ext2_err.c:145
7302msgid "Extent length is invalid"
7303msgstr ""
7304
7305#: lib/ext2fs/ext2_err.c:146
7306msgid "I/O Channel does not support 64-bit block numbers"
7307msgstr ""
7308
7309#: lib/ext2fs/ext2_err.c:147
7310msgid "Can't check if filesystem is mounted due to missing mtab file"
7311msgstr ""
7312
7313#: lib/ext2fs/ext2_err.c:148
7314msgid "Filesystem too large to use legacy bitmaps"
7315msgstr ""
7316
7317#: lib/ext2fs/ext2_err.c:149
7318msgid "MMP: invalid magic number"
7319msgstr ""
7320
7321#: lib/ext2fs/ext2_err.c:150
7322msgid "MMP: device currently active"
7323msgstr ""
7324
7325#: lib/ext2fs/ext2_err.c:151
7326msgid "MMP: fsck being run"
7327msgstr ""
7328
7329#: lib/ext2fs/ext2_err.c:152
7330msgid "MMP: block number beyond filesystem range"
7331msgstr ""
7332
7333#: lib/ext2fs/ext2_err.c:153
7334msgid "MMP: undergoing an unknown operation"
7335msgstr ""
7336
7337#: lib/ext2fs/ext2_err.c:154
7338msgid "MMP: filesystem still in use"
7339msgstr ""
7340
7341#: lib/ext2fs/ext2_err.c:155
7342msgid "MMP: open with O_DIRECT failed"
7343msgstr ""
7344
Theodore Ts'o8359f622013-01-16 13:50:12 -05007345#: lib/ext2fs/ext2_err.c:156
Theodore Ts'o511ba982013-01-21 22:03:18 -05007346msgid "Block group descriptor size incorrect"
7347msgstr ""
7348
7349#: lib/ext2fs/ext2_err.c:157
7350msgid "Inode checksum does not match inode"
7351msgstr ""
7352
7353#: lib/ext2fs/ext2_err.c:158
7354msgid "Inode bitmap checksum does not match bitmap"
7355msgstr ""
7356
7357#: lib/ext2fs/ext2_err.c:159
7358msgid "Extent block checksum does not match extent block"
7359msgstr ""
7360
7361#: lib/ext2fs/ext2_err.c:160
7362msgid "Directory block does not have space for checksum"
7363msgstr ""
7364
7365#: lib/ext2fs/ext2_err.c:161
7366msgid "Directory block checksum does not match directory block"
7367msgstr ""
7368
7369#: lib/ext2fs/ext2_err.c:162
7370msgid "Extended attribute block checksum does not match block"
7371msgstr ""
7372
7373#: lib/ext2fs/ext2_err.c:163
7374msgid "Superblock checksum does not match superblock"
7375msgstr ""
7376
7377#: lib/ext2fs/ext2_err.c:164
7378msgid "Unknown checksum algorithm"
7379msgstr ""
7380
7381#: lib/ext2fs/ext2_err.c:165
7382msgid "MMP block checksum does not match MMP block"
7383msgstr ""
7384
7385#: lib/ext2fs/ext2_err.c:166
Theodore Ts'o8359f622013-01-16 13:50:12 -05007386msgid "Ext2 file already exists"
7387msgstr ""
7388
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007389#: lib/ext2fs/ext2_err.c:167
7390msgid "Block bitmap checksum does not match bitmap"
7391msgstr ""
7392
7393#: lib/ext2fs/ext2_err.c:168
7394msgid "Cannot iterate data blocks of an inode containing inline data"
7395msgstr ""
7396
7397#: lib/ext2fs/ext2_err.c:169
7398msgid "Extended attribute has an invalid name length"
7399msgstr ""
7400
7401#: lib/ext2fs/ext2_err.c:170
7402msgid "Extended attribute has an invalid value length"
7403msgstr ""
7404
7405#: lib/ext2fs/ext2_err.c:171
7406msgid "Extended attribute has an incorrect hash"
7407msgstr ""
7408
7409#: lib/ext2fs/ext2_err.c:172
7410msgid "Extended attribute block has a bad header"
7411msgstr ""
7412
7413#: lib/ext2fs/ext2_err.c:173
7414msgid "Extended attribute key not found"
7415msgstr ""
7416
7417#: lib/ext2fs/ext2_err.c:174
7418msgid "Insufficient space to store extended attribute data"
7419msgstr ""
7420
7421#: lib/ext2fs/ext2_err.c:175
7422msgid "Filesystem is missing ext_attr or inline_data feature"
7423msgstr ""
7424
7425#: lib/ext2fs/ext2_err.c:176
7426msgid "Inode doesn't have inline data"
7427msgstr ""
7428
7429#: lib/ext2fs/ext2_err.c:177
7430msgid "No block for an inode with inline data"
7431msgstr ""
7432
7433#: lib/ext2fs/ext2_err.c:178
7434msgid "No free space in inline data"
7435msgstr ""
7436
7437#: lib/ext2fs/ext2_err.c:179
7438msgid "Wrong magic number for extended attribute structure"
7439msgstr ""
7440
7441#: lib/ext2fs/ext2_err.c:180
7442msgid "Inode seems to contain garbage"
7443msgstr ""
7444
7445#: lib/ext2fs/ext2_err.c:181
7446msgid "Extended attribute has an invalid value offset"
7447msgstr ""
7448
7449#: lib/ext2fs/ext2_err.c:182
7450msgid "Journal flags inconsistent"
7451msgstr ""
7452
7453#: lib/ext2fs/ext2_err.c:183
7454msgid "Undo file corrupt"
7455msgstr ""
7456
7457#: lib/ext2fs/ext2_err.c:184
7458msgid "Wrong undo file for this filesystem"
7459msgstr ""
7460
7461#: lib/support/prof_err.c:11
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007462msgid "Profile version 0.0"
7463msgstr ""
7464
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007465#: lib/support/prof_err.c:12
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007466msgid "Bad magic value in profile_node"
7467msgstr ""
7468
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007469#: lib/support/prof_err.c:13
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007470msgid "Profile section not found"
7471msgstr ""
7472
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007473#: lib/support/prof_err.c:14
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007474msgid "Profile relation not found"
7475msgstr ""
7476
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007477#: lib/support/prof_err.c:15
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007478msgid "Attempt to add a relation to node which is not a section"
7479msgstr ""
7480
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007481#: lib/support/prof_err.c:16
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007482msgid "A profile section header has a non-zero value"
7483msgstr ""
7484
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007485#: lib/support/prof_err.c:17
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007486msgid "Bad linked list in profile structures"
7487msgstr ""
7488
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007489#: lib/support/prof_err.c:18
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04007490msgid "Bad group level in profile structures"
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007491msgstr ""
7492
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007493#: lib/support/prof_err.c:19
Theodore Ts'o3871db62011-10-09 20:49:36 -04007494msgid "Bad parent pointer in profile structures"
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007495msgstr ""
7496
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007497#: lib/support/prof_err.c:20
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007498msgid "Bad magic value in profile iterator"
7499msgstr ""
7500
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007501#: lib/support/prof_err.c:21
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007502msgid "Can't set value on section node"
7503msgstr ""
7504
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007505#: lib/support/prof_err.c:22
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007506msgid "Invalid argument passed to profile library"
7507msgstr ""
7508
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007509#: lib/support/prof_err.c:23
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007510msgid "Attempt to modify read-only profile"
7511msgstr ""
7512
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007513#: lib/support/prof_err.c:24
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007514msgid "Profile section header not at top level"
7515msgstr ""
7516
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007517#: lib/support/prof_err.c:25
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007518msgid "Syntax error in profile section header"
7519msgstr ""
7520
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007521#: lib/support/prof_err.c:26
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007522msgid "Syntax error in profile relation"
7523msgstr ""
7524
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007525#: lib/support/prof_err.c:27
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007526msgid "Extra closing brace in profile"
7527msgstr ""
7528
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007529#: lib/support/prof_err.c:28
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007530msgid "Missing open brace in profile"
7531msgstr ""
7532
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007533#: lib/support/prof_err.c:29
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007534msgid "Bad magic value in profile_t"
7535msgstr ""
7536
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007537#: lib/support/prof_err.c:30
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007538msgid "Bad magic value in profile_section_t"
7539msgstr ""
7540
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007541#: lib/support/prof_err.c:31
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007542msgid "Iteration through all top level section not supported"
7543msgstr ""
7544
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007545#: lib/support/prof_err.c:32
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007546msgid "Invalid profile_section object"
7547msgstr ""
7548
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007549#: lib/support/prof_err.c:33
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007550msgid "No more sections"
7551msgstr ""
7552
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007553#: lib/support/prof_err.c:34
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007554msgid "Bad nameset passed to query routine"
7555msgstr ""
7556
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007557#: lib/support/prof_err.c:35
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007558msgid "No profile file open"
7559msgstr ""
7560
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007561#: lib/support/prof_err.c:36
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007562msgid "Bad magic value in profile_file_t"
7563msgstr ""
7564
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007565#: lib/support/prof_err.c:37
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007566msgid "Couldn't open profile file"
7567msgstr ""
7568
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007569#: lib/support/prof_err.c:38
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007570msgid "Section already exists"
7571msgstr ""
7572
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007573#: lib/support/prof_err.c:39
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007574msgid "Invalid boolean value"
7575msgstr ""
7576
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007577#: lib/support/prof_err.c:40
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007578msgid "Invalid integer value"
7579msgstr ""
7580
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007581#: lib/support/prof_err.c:41
Theodore Ts'o6a287f72011-10-05 02:08:10 -04007582msgid "Bad magic value in profile_file_data_t"
7583msgstr ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007584
7585#: lib/support/plausible.c:103
7586#, c-format
7587msgid "\tlast mounted on %s on %s"
7588msgstr ""
7589
7590#: lib/support/plausible.c:106
7591#, c-format
7592msgid "\tlast mounted on %s"
7593msgstr ""
7594
7595#: lib/support/plausible.c:109
7596#, c-format
7597msgid "\tcreated on %s"
7598msgstr ""
7599
7600#: lib/support/plausible.c:112
7601#, c-format
7602msgid "\tlast modified on %s"
7603msgstr ""
7604
7605#: lib/support/plausible.c:146
7606#, c-format
7607msgid "Found a %s partition table in %s\n"
7608msgstr ""
7609
7610#: lib/support/plausible.c:176
7611#, c-format
7612msgid "The file %s does not exist and no size was specified.\n"
7613msgstr ""
7614
7615#: lib/support/plausible.c:184
7616#, c-format
7617msgid "Creating regular file %s\n"
7618msgstr ""
7619
7620#: lib/support/plausible.c:187
7621#, c-format
7622msgid "Could not open %s: %s\n"
7623msgstr ""
7624
7625#: lib/support/plausible.c:190
7626msgid ""
7627"\n"
7628"The device apparently does not exist; did you specify it correctly?\n"
7629msgstr ""
7630
7631#: lib/support/plausible.c:212
7632#, c-format
7633msgid "%s is not a block special device.\n"
7634msgstr ""
7635
7636#: lib/support/plausible.c:234
7637#, c-format
7638msgid "%s contains a %s file system labelled '%s'\n"
7639msgstr ""
7640
7641#: lib/support/plausible.c:237
7642#, c-format
7643msgid "%s contains a %s file system\n"
7644msgstr ""
7645
7646#: lib/support/plausible.c:259
7647#, c-format
7648msgid "%s contains `%s' data\n"
7649msgstr ""