blob: 26c37aea358bc39de9d97a6cd29f938efad4e697 [file] [log] [blame]
Theodore Ts'o3871db62011-10-09 20:49:36 -04001# E2fsprogs translation template file
2# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
Theodore Ts'o8359f622013-01-16 13:50:12 -05003# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004# 2013, 2014 by Theodore Ts'o
Theodore Ts'o3871db62011-10-09 20:49:36 -04005# This file is distributed under the same license as the e2fsprogs package.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006# Theodore Ts'o <tytso@mit.edu>, 2014.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00007#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04008#. The strings in e2fsck's problem.c can be very hard to translate,
9#. since the strings are expanded in two different ways. First of all,
10#. there is an @-expansion, where strings like "@i" are expanded to
11#. "inode", and so on. In order to make it easier for translators, the
12#. e2fsprogs po template file has been enhanced with comments that show
13#. the @-expansion, for the strings in the problem.c file.
14#.
15#. Translators are free to use the @-expansion facility if they so
16#. choose, by providing translations for strings in e2fsck/message.c.
17#. These translation can completely replace an expansion; for example,
18#. if "bblock" (which indicated that "@b" would be expanded to "block")
19#. is translated as "ddatenverlust", then "@d" will be expanded to
20#. "datenverlust". Alternatively, translators can simply not use the
21#. @-expansion facility at all.
22#.
23#. The second expansion which is done for e2fsck's problem.c messages is
24#. a dynamic %-expansion, which expands %i as an inode number, and so
25#. on. A table of these expansions can be found below. Note that
26#. %-expressions that begin with "%D" and "%I" are two-character
27#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040028#. ownership field (inode->i_uid). Also the "%B" expansion is special:
29#. it can expand to either the string "indirect block" (possibly preceded
30#. by the word "double" or "triple"), or the string "block #" immediately
31#. followed by an integer indicating a block sequence number.
Theodore Ts'o7ae19832005-06-19 09:45:36 -040032#.
33#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040034#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'o7ae19832005-06-19 09:45:36 -040035#. %c <blk2> block number
36#. %Di <dirent> -> ino inode number
37#. %Dn <dirent> -> name string
38#. %Dr <dirent> -> rec_len
39#. %Dl <dirent> -> name_len
40#. %Dt <dirent> -> filetype
41#. %d <dir> inode number
42#. %g <group> integer
43#. %i <ino> inode number
44#. %Is <inode> -> i_size
45#. %IS <inode> -> i_extra_isize
46#. %Ib <inode> -> i_blocks
47#. %Il <inode> -> i_links_count
48#. %Im <inode> -> i_mode
49#. %IM <inode> -> i_mtime
50#. %IF <inode> -> i_faddr
51#. %If <inode> -> i_file_acl
52#. %Id <inode> -> i_dir_acl
53#. %Iu <inode> -> i_uid
54#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040055#. %It <str> file type
Theodore Ts'o7ae19832005-06-19 09:45:36 -040056#. %j <ino2> inode number
57#. %m <com_err error message>
58#. %N <num>
59#. %p ext2fs_get_pathname of directory <ino>
60#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
61#. the containing directory. (If dirent is NULL
62#. then return the pathname of directory <ino2>)
63#. %q ext2fs_get_pathname of directory <dir>
64#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
65#. the containing directory.
66#. %s <str> miscellaneous string
67#. %S backup superblock
68#. %X <num> hexadecimal format
69#.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000070#, fuzzy
71msgid ""
72msgstr ""
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040073"Project-Id-Version: e2fsprogs 1.42.11\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050074"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040075"POT-Creation-Date: 2014-07-05 23:41-0400\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000076"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
78"Language-Team: LANGUAGE <LL@li.org>\n"
Theodore Ts'o67b37212012-07-29 20:38:48 -040079"Language: \n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000080"MIME-Version: 1.0\n"
81"Content-Type: text/plain; charset=CHARSET\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040082"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -040083"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000084
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040085#: e2fsck/badblocks.c:23 misc/mke2fs.c:211
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000086#, c-format
87msgid "Bad block %u out of range; ignored.\n"
88msgstr ""
89
Theodore Ts'of39a46a2011-09-30 22:12:02 -040090#: e2fsck/badblocks.c:46
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000091msgid "while sanity checking the bad blocks inode"
92msgstr ""
93
Theodore Ts'of39a46a2011-09-30 22:12:02 -040094#: e2fsck/badblocks.c:58
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000095msgid "while reading the bad blocks inode"
96msgstr ""
97
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040098#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1345
99#: e2fsck/unix.c:1434 misc/badblocks.c:1227 misc/badblocks.c:1235
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400100#: misc/badblocks.c:1249 misc/badblocks.c:1261 misc/dumpe2fs.c:602
101#: misc/e2image.c:1396 misc/e2image.c:1580 misc/e2image.c:1599
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400102#: misc/mke2fs.c:227 misc/tune2fs.c:1945 resize/main.c:316
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000103#, c-format
104msgid "while trying to open %s"
105msgstr ""
106
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400107#: e2fsck/badblocks.c:83
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000108#, c-format
109msgid "while trying popen '%s'"
110msgstr ""
111
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400112#: e2fsck/badblocks.c:94 misc/mke2fs.c:234
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000113msgid "while reading in list of bad blocks from file"
114msgstr ""
115
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400116#: e2fsck/badblocks.c:105
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000117msgid "while updating bad block inode"
118msgstr ""
119
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400120#: e2fsck/badblocks.c:133
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000121#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400122msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000123msgstr ""
124
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400125#: e2fsck/ehandler.c:55
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000126#, c-format
127msgid "Error reading block %lu (%s) while %s. "
128msgstr ""
129
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400130#: e2fsck/ehandler.c:58
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000131#, c-format
132msgid "Error reading block %lu (%s). "
133msgstr ""
134
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400135#: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000136msgid "Ignore error"
137msgstr ""
138
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400139#: e2fsck/ehandler.c:62
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500140msgid "Force rewrite"
141msgstr ""
142
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400143#: e2fsck/ehandler.c:104
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000144#, c-format
145msgid "Error writing block %lu (%s) while %s. "
146msgstr ""
147
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400148#: e2fsck/ehandler.c:107
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000149#, c-format
150msgid "Error writing block %lu (%s). "
151msgstr ""
152
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400153#: e2fsck/emptydir.c:57
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000154msgid "empty dirblocks"
155msgstr ""
156
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400157#: e2fsck/emptydir.c:62
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000158msgid "empty dir map"
159msgstr ""
160
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400161#: e2fsck/emptydir.c:98
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000162#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -0400163msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000164msgstr ""
165
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400166#: e2fsck/extend.c:22
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000167#, c-format
168msgid "%s: %s filename nblocks blocksize\n"
169msgstr ""
170
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400171#: e2fsck/extend.c:44
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500172#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000173msgid "Illegal number of blocks!\n"
174msgstr ""
175
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400176#: e2fsck/extend.c:50
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000177#, c-format
178msgid "Couldn't allocate block buffer (size=%d)\n"
179msgstr ""
180
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400181#: e2fsck/flushb.c:35
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000182#, c-format
183msgid "Usage: %s disk\n"
184msgstr ""
185
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400186#: e2fsck/flushb.c:64
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500187#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000188msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
189msgstr ""
190
Theodore Ts'o8cf716a2012-05-14 16:08:47 -0400191#: e2fsck/iscan.c:44
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000192#, c-format
193msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
194msgstr ""
195
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400196#: e2fsck/iscan.c:81 e2fsck/unix.c:972
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000197#, c-format
198msgid "while opening %s for flushing"
199msgstr ""
200
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400201#: e2fsck/iscan.c:86 e2fsck/unix.c:978 resize/main.c:289
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000202#, c-format
203msgid "while trying to flush %s"
204msgstr ""
205
Theodore Ts'o036a8472013-12-28 22:39:41 -0500206#: e2fsck/iscan.c:110
207#, c-format
208msgid "while trying to open '%s'"
209msgstr ""
210
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400211#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1290
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000212msgid "while opening inode scan"
213msgstr ""
214
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400215#: e2fsck/iscan.c:127 misc/e2image.c:1309
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000216msgid "while getting next inode"
217msgstr ""
218
Theodore Ts'o8cf716a2012-05-14 16:08:47 -0400219#: e2fsck/iscan.c:136
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000220#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -0400221msgid "%u inodes scanned.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000222msgstr ""
223
Theodore Ts'o036a8472013-12-28 22:39:41 -0500224#: e2fsck/journal.c:525
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400225msgid "reading journal superblock\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000226msgstr ""
227
Theodore Ts'o036a8472013-12-28 22:39:41 -0500228#: e2fsck/journal.c:582
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400229#, c-format
230msgid "%s: no valid journal superblock found\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000231msgstr ""
232
Theodore Ts'o036a8472013-12-28 22:39:41 -0500233#: e2fsck/journal.c:591
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400234#, c-format
235msgid "%s: journal too short\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000236msgstr ""
237
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400238#: e2fsck/journal.c:882
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400239#, c-format
240msgid "%s: recovering journal\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000241msgstr ""
242
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400243#: e2fsck/journal.c:884
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400244#, c-format
245msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000246msgstr ""
247
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400248#: e2fsck/journal.c:911
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400249#, c-format
250msgid "while trying to re-open %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000251msgstr ""
252
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400253#: e2fsck/message.c:113
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400254msgid "aextended attribute"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000255msgstr ""
256
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400257#: e2fsck/message.c:114
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400258msgid "Aerror allocating"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000259msgstr ""
260
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400261#: e2fsck/message.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400262msgid "bblock"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000263msgstr ""
264
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400265#: e2fsck/message.c:116
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400266msgid "Bbitmap"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000267msgstr ""
268
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400269#: e2fsck/message.c:117
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400270msgid "ccompress"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000271msgstr ""
272
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400273#: e2fsck/message.c:118
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400274msgid "Cconflicts with some other fs @b"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000275msgstr ""
276
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400277#: e2fsck/message.c:119
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400278msgid "ddirectory"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000279msgstr ""
280
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400281#: e2fsck/message.c:120
282msgid "Ddeleted"
283msgstr ""
284
285#: e2fsck/message.c:121
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400286msgid "eentry"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000287msgstr ""
288
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400289#: e2fsck/message.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400290msgid "E@e '%Dn' in %p (%i)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000291msgstr ""
292
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400293#: e2fsck/message.c:123
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400294msgid "ffilesystem"
295msgstr ""
296
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400297#: e2fsck/message.c:124
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400298msgid "Ffor @i %i (%Q) is"
299msgstr ""
300
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400301#: e2fsck/message.c:125
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400302msgid "ggroup"
303msgstr ""
304
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400305#: e2fsck/message.c:126
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500306msgid "hHTREE @d @i"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400307msgstr ""
308
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400309#: e2fsck/message.c:127
310msgid "iinode"
311msgstr ""
312
313#: e2fsck/message.c:128
314msgid "Iillegal"
315msgstr ""
316
317#: e2fsck/message.c:129
318msgid "jjournal"
319msgstr ""
320
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400321#: e2fsck/message.c:130
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500322msgid "llost+found"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400323msgstr ""
324
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400325#: e2fsck/message.c:131
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500326msgid "Lis a link"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400327msgstr ""
328
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400329#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400330msgid "mmultiply-claimed"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000331msgstr ""
332
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400333#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400334msgid "ninvalid"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500335msgstr ""
336
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400337#: e2fsck/message.c:134
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400338msgid "oorphaned"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500339msgstr ""
340
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400341#: e2fsck/message.c:135
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400342msgid "pproblem in"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500343msgstr ""
344
Theodore Ts'o90806952010-02-10 15:49:32 -0500345#: e2fsck/message.c:136
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400346msgid "qquota"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400347msgstr ""
348
Theodore Ts'o90806952010-02-10 15:49:32 -0500349#: e2fsck/message.c:137
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400350msgid "rroot @i"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400351msgstr ""
352
Theodore Ts'o90806952010-02-10 15:49:32 -0500353#: e2fsck/message.c:138
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400354msgid "sshould be"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400355msgstr ""
356
Theodore Ts'o90806952010-02-10 15:49:32 -0500357#: e2fsck/message.c:139
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400358msgid "Ssuper@b"
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400359msgstr ""
360
Theodore Ts'o90806952010-02-10 15:49:32 -0500361#: e2fsck/message.c:140
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400362msgid "uunattached"
363msgstr ""
364
365#: e2fsck/message.c:141
366msgid "vdevice"
367msgstr ""
368
369#: e2fsck/message.c:142
370msgid "xextent"
371msgstr ""
372
373#: e2fsck/message.c:143
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400374msgid "zzero-length"
375msgstr ""
376
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400377#: e2fsck/message.c:154
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000378msgid "<The NULL inode>"
379msgstr ""
380
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400381#: e2fsck/message.c:155
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000382msgid "<The bad blocks inode>"
383msgstr ""
384
Theodore Ts'o90806952010-02-10 15:49:32 -0500385#: e2fsck/message.c:157
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400386msgid "<The user quota inode>"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000387msgstr ""
388
Theodore Ts'o90806952010-02-10 15:49:32 -0500389#: e2fsck/message.c:158
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400390msgid "<The group quota inode>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400391msgstr ""
392
Theodore Ts'o90806952010-02-10 15:49:32 -0500393#: e2fsck/message.c:159
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400394msgid "<The boot loader inode>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400395msgstr ""
396
Theodore Ts'o90806952010-02-10 15:49:32 -0500397#: e2fsck/message.c:160
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400398msgid "<The undelete directory inode>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400399msgstr ""
400
Theodore Ts'o90806952010-02-10 15:49:32 -0500401#: e2fsck/message.c:161
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400402msgid "<The group descriptor inode>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400403msgstr ""
404
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400405#: e2fsck/message.c:162
406msgid "<The journal inode>"
407msgstr ""
408
409#: e2fsck/message.c:163
410msgid "<Reserved inode 9>"
411msgstr ""
412
413#: e2fsck/message.c:164
414msgid "<Reserved inode 10>"
Theodore Ts'o714da452007-07-07 22:24:13 -0400415msgstr ""
416
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400417#: e2fsck/message.c:334
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400418msgid "regular file"
Theodore Ts'o714da452007-07-07 22:24:13 -0400419msgstr ""
420
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400421#: e2fsck/message.c:336
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400422msgid "directory"
Theodore Ts'o714da452007-07-07 22:24:13 -0400423msgstr ""
424
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400425#: e2fsck/message.c:338
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400426msgid "character device"
Theodore Ts'o714da452007-07-07 22:24:13 -0400427msgstr ""
428
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400429#: e2fsck/message.c:340
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400430msgid "block device"
Theodore Ts'o714da452007-07-07 22:24:13 -0400431msgstr ""
432
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400433#: e2fsck/message.c:342
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400434msgid "named pipe"
Theodore Ts'o714da452007-07-07 22:24:13 -0400435msgstr ""
436
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400437#: e2fsck/message.c:344
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400438msgid "symbolic link"
Theodore Ts'o714da452007-07-07 22:24:13 -0400439msgstr ""
440
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400441#: e2fsck/message.c:346 misc/uuidd.c:161
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400442msgid "socket"
443msgstr ""
444
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400445#: e2fsck/message.c:348
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400446#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -0400447msgid "unknown file type with mode 0%o"
448msgstr ""
449
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400450#: e2fsck/message.c:423
Theodore Ts'o90806952010-02-10 15:49:32 -0500451msgid "indirect block"
452msgstr ""
453
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400454#: e2fsck/message.c:425
Theodore Ts'o90806952010-02-10 15:49:32 -0500455msgid "double indirect block"
456msgstr ""
457
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400458#: e2fsck/message.c:427
Theodore Ts'o90806952010-02-10 15:49:32 -0500459msgid "triple indirect block"
460msgstr ""
461
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400462#: e2fsck/message.c:429
Theodore Ts'o90806952010-02-10 15:49:32 -0500463msgid "translator block"
464msgstr ""
465
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400466#: e2fsck/message.c:431
Theodore Ts'o90806952010-02-10 15:49:32 -0500467msgid "block #"
468msgstr ""
469
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400470#: e2fsck/pass1b.c:222
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000471msgid "multiply claimed inode map"
472msgstr ""
473
Theodore Ts'o6e2393f2013-06-16 18:36:34 -0400474#: e2fsck/pass1b.c:610 e2fsck/pass1b.c:730
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000475#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400476msgid "internal error: can't find dup_blk for %llu\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000477msgstr ""
478
Theodore Ts'o6e2393f2013-06-16 18:36:34 -0400479#: e2fsck/pass1b.c:821
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000480msgid "returned from clone_file_block"
481msgstr ""
482
Theodore Ts'o6e2393f2013-06-16 18:36:34 -0400483#: e2fsck/pass1b.c:843
Theodore Ts'o714da452007-07-07 22:24:13 -0400484#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400485msgid "internal error: couldn't lookup EA block record for %llu"
Theodore Ts'o714da452007-07-07 22:24:13 -0400486msgstr ""
487
Theodore Ts'o6e2393f2013-06-16 18:36:34 -0400488#: e2fsck/pass1b.c:855
Theodore Ts'o714da452007-07-07 22:24:13 -0400489#, c-format
490msgid "internal error: couldn't lookup EA inode record for %u"
491msgstr ""
492
Theodore Ts'o8359f622013-01-16 13:50:12 -0500493#: e2fsck/pass1.c:475 e2fsck/pass2.c:782
Theodore Ts'o714da452007-07-07 22:24:13 -0400494msgid "reading directory block"
495msgstr ""
496
Theodore Ts'o8359f622013-01-16 13:50:12 -0500497#: e2fsck/pass1.c:598
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000498msgid "in-use inode map"
499msgstr ""
500
Theodore Ts'o8359f622013-01-16 13:50:12 -0500501#: e2fsck/pass1.c:609
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000502msgid "directory inode map"
503msgstr ""
504
Theodore Ts'o8359f622013-01-16 13:50:12 -0500505#: e2fsck/pass1.c:619
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000506msgid "regular file inode map"
507msgstr ""
508
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400509#: e2fsck/pass1.c:628 misc/e2image.c:1265
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000510msgid "in-use block map"
511msgstr ""
512
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400513#: e2fsck/pass1.c:693
Theodore Ts'o714da452007-07-07 22:24:13 -0400514msgid "opening inode scan"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000515msgstr ""
516
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400517#: e2fsck/pass1.c:727
Theodore Ts'o714da452007-07-07 22:24:13 -0400518msgid "getting next inode from scan"
519msgstr ""
520
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400521#: e2fsck/pass1.c:1243
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000522msgid "Pass 1"
523msgstr ""
524
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400525#: e2fsck/pass1.c:1300
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000526#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400527msgid "reading indirect blocks of inode %u"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000528msgstr ""
529
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400530#: e2fsck/pass1.c:1350
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000531msgid "bad inode map"
532msgstr ""
533
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400534#: e2fsck/pass1.c:1373
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000535msgid "inode in bad block map"
536msgstr ""
537
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400538#: e2fsck/pass1.c:1393
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000539msgid "imagic inode map"
540msgstr ""
541
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400542#: e2fsck/pass1.c:1420
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000543msgid "multiply claimed block map"
544msgstr ""
545
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400546#: e2fsck/pass1.c:1531
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400547msgid "ext attr block map"
548msgstr ""
549
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400550#: e2fsck/pass1.c:2315
Theodore Ts'oaef07952008-08-27 23:18:29 -0400551#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500552msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -0400553msgstr ""
554
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400555#: e2fsck/pass1.c:2678
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000556msgid "block bitmap"
557msgstr ""
558
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400559#: e2fsck/pass1.c:2684
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000560msgid "inode bitmap"
561msgstr ""
562
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400563#: e2fsck/pass1.c:2690
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000564msgid "inode table"
565msgstr ""
566
Theodore Ts'o70218a02012-02-17 15:22:46 -0500567#: e2fsck/pass2.c:283
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500568msgid "Pass 2"
569msgstr ""
570
Theodore Ts'o70218a02012-02-17 15:22:46 -0500571#: e2fsck/pass2.c:805
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -0400572msgid "Can not continue."
573msgstr ""
574
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400575#: e2fsck/pass3.c:77
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000576msgid "inode done bitmap"
577msgstr ""
578
Theodore Ts'o70218a02012-02-17 15:22:46 -0500579#: e2fsck/pass3.c:86
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000580msgid "Peak memory"
581msgstr ""
582
Theodore Ts'o036a8472013-12-28 22:39:41 -0500583#: e2fsck/pass3.c:137
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000584msgid "Pass 3"
585msgstr ""
586
Theodore Ts'o036a8472013-12-28 22:39:41 -0500587#: e2fsck/pass3.c:323
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000588msgid "inode loop detection bitmap"
589msgstr ""
590
Theodore Ts'o8359f622013-01-16 13:50:12 -0500591#: e2fsck/pass4.c:196
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000592msgid "Pass 4"
593msgstr ""
594
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400595#: e2fsck/pass5.c:74
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000596msgid "Pass 5"
597msgstr ""
598
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400599#: e2fsck/problem.c:51
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000600msgid "(no prompt)"
601msgstr ""
602
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400603#: e2fsck/problem.c:52
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000604msgid "Fix"
605msgstr ""
606
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400607#: e2fsck/problem.c:53
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000608msgid "Clear"
609msgstr ""
610
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400611#: e2fsck/problem.c:54
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000612msgid "Relocate"
613msgstr ""
614
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400615#: e2fsck/problem.c:55
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000616msgid "Allocate"
617msgstr ""
618
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400619#: e2fsck/problem.c:56
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000620msgid "Expand"
621msgstr ""
622
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400623#: e2fsck/problem.c:57
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000624msgid "Connect to /lost+found"
625msgstr ""
626
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400627#: e2fsck/problem.c:58
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000628msgid "Create"
629msgstr ""
630
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400631#: e2fsck/problem.c:59
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000632msgid "Salvage"
633msgstr ""
634
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400635#: e2fsck/problem.c:60
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000636msgid "Truncate"
637msgstr ""
638
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400639#: e2fsck/problem.c:61
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000640msgid "Clear inode"
641msgstr ""
642
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400643#: e2fsck/problem.c:62
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000644msgid "Abort"
645msgstr ""
646
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400647#: e2fsck/problem.c:63
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000648msgid "Split"
649msgstr ""
650
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400651#: e2fsck/problem.c:64
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000652msgid "Continue"
653msgstr ""
654
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400655#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400656msgid "Clone multiply-claimed blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000657msgstr ""
658
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400659#: e2fsck/problem.c:66
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000660msgid "Delete file"
661msgstr ""
662
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400663#: e2fsck/problem.c:67
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000664msgid "Suppress messages"
665msgstr ""
666
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400667#: e2fsck/problem.c:68
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000668msgid "Unlink"
669msgstr ""
670
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400671#: e2fsck/problem.c:69
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500672msgid "Clear HTree index"
673msgstr ""
674
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400675#: e2fsck/problem.c:70
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500676msgid "Recreate"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000677msgstr ""
678
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400679#: e2fsck/problem.c:79
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500680msgid "(NONE)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000681msgstr ""
682
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400683#: e2fsck/problem.c:80
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500684msgid "FIXED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000685msgstr ""
686
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400687#: e2fsck/problem.c:81
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500688msgid "CLEARED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000689msgstr ""
690
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400691#: e2fsck/problem.c:82
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500692msgid "RELOCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000693msgstr ""
694
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400695#: e2fsck/problem.c:83
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500696msgid "ALLOCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000697msgstr ""
698
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400699#: e2fsck/problem.c:84
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500700msgid "EXPANDED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000701msgstr ""
702
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400703#: e2fsck/problem.c:85
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500704msgid "RECONNECTED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000705msgstr ""
706
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400707#: e2fsck/problem.c:86
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500708msgid "CREATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000709msgstr ""
710
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400711#: e2fsck/problem.c:87
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500712msgid "SALVAGED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000713msgstr ""
714
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400715#: e2fsck/problem.c:88
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500716msgid "TRUNCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000717msgstr ""
718
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400719#: e2fsck/problem.c:89
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500720msgid "INODE CLEARED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000721msgstr ""
722
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400723#: e2fsck/problem.c:90
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500724msgid "ABORTED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000725msgstr ""
726
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400727#: e2fsck/problem.c:91
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500728msgid "SPLIT"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000729msgstr ""
730
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400731#: e2fsck/problem.c:92
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500732msgid "CONTINUING"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000733msgstr ""
734
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400735#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400736msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000737msgstr ""
738
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400739#: e2fsck/problem.c:94
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500740msgid "FILE DELETED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000741msgstr ""
742
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400743#: e2fsck/problem.c:95
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500744msgid "SUPPRESSED"
745msgstr ""
746
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400747#: e2fsck/problem.c:96
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500748msgid "UNLINKED"
749msgstr ""
750
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400751#: e2fsck/problem.c:97
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500752msgid "HTREE INDEX CLEARED"
753msgstr ""
754
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400755#: e2fsck/problem.c:98
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500756msgid "WILL RECREATE"
757msgstr ""
758
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400759#: e2fsck/problem.c:107
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400760#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000761msgid "@b @B for @g %g is not in @g. (@b %b)\n"
762msgstr ""
763
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400764#: e2fsck/problem.c:111
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400765#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000766msgid "@i @B for @g %g is not in @g. (@b %b)\n"
767msgstr ""
768
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400769#: e2fsck/problem.c:116
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400770#. @-expanded: inode table for group %g is not in group. (block %b)\n
771#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000772msgid ""
773"@i table for @g %g is not in @g. (@b %b)\n"
774"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
775msgstr ""
776
Theodore Ts'of39a46a2011-09-30 22:12:02 -0400777#: e2fsck/problem.c:122
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400778#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400779#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
780#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400781#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
782#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400783#. @-expanded: e2fsck -b 8193 <device>\n
784#. @-expanded: or\n
785#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400786#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000787msgid ""
788"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400789"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
790"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000791"@f (and not swap or ufs or something else), then the @S\n"
792"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400793" e2fsck -b 8193 <@v>\n"
794" or\n"
795" e2fsck -b 32768 <@v>\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000796"\n"
797msgstr ""
798
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400799#: e2fsck/problem.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400800#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
801#. @-expanded: The physical size of the device is %c blocks\n
802#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000803msgid ""
804"The @f size (according to the @S) is %b @bs\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400805"The physical size of the @v is %c @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000806"Either the @S or the partition table is likely to be corrupt!\n"
807msgstr ""
808
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400809#: e2fsck/problem.c:140
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400810#. @-expanded: superblock block_size = %b, fragsize = %c.\n
811#. @-expanded: This version of e2fsck does not support fragment sizes different\n
812#. @-expanded: from the block size.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000813msgid ""
814"@S @b_size = %b, fragsize = %c.\n"
815"This version of e2fsck does not support fragment sizes different\n"
816"from the @b size.\n"
817msgstr ""
818
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400819#: e2fsck/problem.c:147
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400820#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000821msgid "@S @bs_per_group = %b, should have been %c\n"
822msgstr ""
823
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400824#: e2fsck/problem.c:152
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400825#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000826msgid "@S first_data_@b = %b, should have been %c\n"
827msgstr ""
828
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400829#: e2fsck/problem.c:157
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400830#. @-expanded: filesystem did not have a UUID; generating one.\n
831#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000832msgid ""
833"@f did not have a UUID; generating one.\n"
834"\n"
835msgstr ""
836
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400837#: e2fsck/problem.c:162
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500838#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000839msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400840"Note: if several inode or block bitmap blocks or part\n"
841"of the inode table require relocation, you may wish to try\n"
842"running e2fsck with the '-b %S' option first. The problem\n"
843"may lie only with the primary block group descriptors, and\n"
844"the backup block group descriptors may be OK.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000845"\n"
846msgstr ""
847
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400848#: e2fsck/problem.c:171
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400849#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000850msgid "Corruption found in @S. (%s = %N).\n"
851msgstr ""
852
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400853#: e2fsck/problem.c:176
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000854#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400855#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400856msgid "Error determining size of the physical @v: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000857msgstr ""
858
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400859#: e2fsck/problem.c:181
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400860#. @-expanded: inode count in superblock is %i, should be %j.\n
861msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000862msgstr ""
863
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400864#: e2fsck/problem.c:185
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000865msgid "The Hurd does not support the filetype feature.\n"
866msgstr ""
867
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400868#: e2fsck/problem.c:190
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400869#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500870#. @-expanded: superblock has an invalid journal (inode %i).\n
871msgid "@S has an @n @j (@i %i).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400872msgstr ""
873
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400874#: e2fsck/problem.c:195
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400875#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400876msgid "External @j has multiple @f users (unsupported).\n"
877msgstr ""
878
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400879#: e2fsck/problem.c:200
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400880#. @-expanded: Can't find external journal\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400881msgid "Can't find external @j\n"
882msgstr ""
883
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400884#: e2fsck/problem.c:205
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400885#. @-expanded: External journal has bad superblock\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400886msgid "External @j has bad @S\n"
887msgstr ""
888
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400889#: e2fsck/problem.c:210
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400890#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400891msgid "External @j does not support this @f\n"
892msgstr ""
893
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400894#: e2fsck/problem.c:215
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500895#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400896#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
897#. @-expanded: format.\n
898#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400899msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500900"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400901"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
902"format.\n"
903"It is also possible the @j @S is corrupt.\n"
904msgstr ""
905
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400906#: e2fsck/problem.c:223
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500907#. @-expanded: journal superblock is corrupt.\n
908msgid "@j @S is corrupt.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400909msgstr ""
910
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400911#: e2fsck/problem.c:228
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400912#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
913msgid "@S has_@j flag is clear, but a @j is present.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400914msgstr ""
915
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400916#: e2fsck/problem.c:233
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500917#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
918msgid "@S needs_recovery flag is set, but no @j is present.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400919msgstr ""
920
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400921#: e2fsck/problem.c:238
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500922#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
923msgid "@S needs_recovery flag is clear, but @j has data.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400924msgstr ""
925
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400926#: e2fsck/problem.c:243
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400927#. @-expanded: Clear journal
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500928msgid "Clear @j"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400929msgstr ""
930
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400931#: e2fsck/problem.c:248 e2fsck/problem.c:702
Theodore Ts'o53013932009-05-30 13:50:07 -0400932#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
933msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500934msgstr ""
935
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400936#: e2fsck/problem.c:253
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400937#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400938msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
939msgstr ""
940
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400941#: e2fsck/problem.c:258
Theodore Ts'o90806952010-02-10 15:49:32 -0500942#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
943msgid "@I %B (%b) found in @o @i %i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400944msgstr ""
945
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400946#: e2fsck/problem.c:263
Theodore Ts'o90806952010-02-10 15:49:32 -0500947#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
948msgid "Already cleared %B (%b) found in @o @i %i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400949msgstr ""
950
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400951#: e2fsck/problem.c:268
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400952#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400953#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400954msgid "@I @o @i %i in @S.\n"
955msgstr ""
956
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400957#: e2fsck/problem.c:273
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400958#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400959#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400960msgid "@I @i %i in @o @i list.\n"
961msgstr ""
962
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400963#: e2fsck/problem.c:278
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500964#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
965msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400966msgstr ""
967
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400968#: e2fsck/problem.c:283
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500969#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
970msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400971msgstr ""
972
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400973#: e2fsck/problem.c:288
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400974#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400975msgid "@j version not supported by this e2fsck.\n"
976msgstr ""
977
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400978#: e2fsck/problem.c:293
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400979#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400980#. @-expanded: Moving journal from /%s to hidden inode.\n
981#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400982msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400983"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400984"\n"
985msgstr ""
986
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400987#: e2fsck/problem.c:298
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400988#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400989#. @-expanded: Error moving journal: %m\n
990#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400991msgid ""
992"Error moving @j: %m\n"
993"\n"
994msgstr ""
995
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400996#: e2fsck/problem.c:303
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400997#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
998#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
999#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001000msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001001"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001002"Clearing fields beyond the V1 @j @S...\n"
1003"\n"
1004msgstr ""
1005
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001006#: e2fsck/problem.c:309
Theodore Ts'o53013932009-05-30 13:50:07 -04001007#. @-expanded: Run journal anyway
1008msgid "Run @j anyway"
1009msgstr ""
1010
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001011#: e2fsck/problem.c:314
Theodore Ts'o53013932009-05-30 13:50:07 -04001012#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1013msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1014msgstr ""
1015
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001016#: e2fsck/problem.c:319
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001017#. @-expanded: Backing up journal inode block information.\n
1018#. @-expanded: \n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001019msgid ""
1020"Backing up @j @i @b information.\n"
1021"\n"
1022msgstr ""
1023
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001024#: e2fsck/problem.c:324
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001025#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1026#. @-expanded: is %N; should be zero.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001027msgid ""
1028"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1029"is %N; @s zero. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001030msgstr ""
1031
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001032#: e2fsck/problem.c:330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001033#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1034msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001035msgstr ""
1036
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001037#: e2fsck/problem.c:335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001038#. @-expanded: Resize inode not valid.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001039msgid "Resize @i not valid. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001040msgstr ""
1041
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001042#: e2fsck/problem.c:340
Theodore Ts'o90806952010-02-10 15:49:32 -05001043#. @-expanded: superblock last mount time (%t,\n
1044#. @-expanded: \tnow = %T) is in the future.\n
1045msgid ""
1046"@S last mount time (%t,\n"
1047"\tnow = %T) is in the future.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001048msgstr ""
1049
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001050#: e2fsck/problem.c:345
Theodore Ts'o90806952010-02-10 15:49:32 -05001051#. @-expanded: superblock last write time (%t,\n
1052#. @-expanded: \tnow = %T) is in the future.\n
1053msgid ""
1054"@S last write time (%t,\n"
1055"\tnow = %T) is in the future.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001056msgstr ""
1057
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001058#: e2fsck/problem.c:349
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001059#, c-format
1060#. @-expanded: superblock hint for external superblock should be %X.
1061msgid "@S hint for external superblock @s %X. "
1062msgstr ""
1063
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001064#: e2fsck/problem.c:354
Theodore Ts'o714da452007-07-07 22:24:13 -04001065#. @-expanded: Adding dirhash hint to filesystem.\n
1066#. @-expanded: \n
1067msgid ""
1068"Adding dirhash hint to @f.\n"
1069"\n"
1070msgstr ""
1071
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001072#: e2fsck/problem.c:359
Theodore Ts'o70d72812012-03-27 15:58:00 -07001073#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1074msgid "@g descriptor %g checksum is %04x, should be %04y. "
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001075msgstr ""
1076
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001077#: e2fsck/problem.c:364
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001078#, c-format
1079#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1080msgid "@g descriptor %g marked uninitialized without feature set.\n"
1081msgstr ""
1082
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001083#: e2fsck/problem.c:369
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001084#. @-expanded: group descriptor %g has invalid unused inodes count %b.
1085msgid "@g descriptor %g has invalid unused inodes count %b. "
1086msgstr ""
1087
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001088#: e2fsck/problem.c:374
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001089#. @-expanded: Last group block bitmap uninitialized.
1090msgid "Last @g @b @B uninitialized. "
1091msgstr ""
1092
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001093#: e2fsck/problem.c:379
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001094#, c-format
1095msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1096msgstr ""
1097
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001098#: e2fsck/problem.c:383
Theodore Ts'o052a7912008-10-12 23:17:54 -04001099msgid "The test_fs flag is set (and ext4 is available). "
1100msgstr ""
1101
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001102#: e2fsck/problem.c:388
Theodore Ts'o90806952010-02-10 15:49:32 -05001103#. @-expanded: superblock last mount time is in the future.\n
1104#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1105#. @-expanded: set)
1106msgid ""
1107"@S last mount time is in the future.\n"
1108"\t(by less than a day, probably due to the hardware clock being incorrectly "
1109"set) "
1110msgstr ""
1111
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001112#: e2fsck/problem.c:394
Theodore Ts'o90806952010-02-10 15:49:32 -05001113#. @-expanded: superblock last write time is in the future.\n
1114#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1115#. @-expanded: set).
1116msgid ""
1117"@S last write time is in the future.\n"
1118"\t(by less than a day, probably due to the hardware clock being incorrectly "
1119"set). "
1120msgstr ""
1121
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001122#: e2fsck/problem.c:400
Theodore Ts'o90806952010-02-10 15:49:32 -05001123#. @-expanded: One or more block group descriptor checksums are invalid.
1124msgid "One or more @b @g descriptor checksums are invalid. "
1125msgstr ""
1126
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001127#: e2fsck/problem.c:405
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001128#. @-expanded: Setting free inodes count to %j (was %i)\n
1129msgid "Setting free @is count to %j (was %i)\n"
1130msgstr ""
1131
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001132#: e2fsck/problem.c:410
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001133#. @-expanded: Setting free blocks count to %c (was %b)\n
1134msgid "Setting free @bs count to %c (was %b)\n"
1135msgstr ""
1136
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001137#: e2fsck/problem.c:415
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04001138#. @-expanded: Making quota inode %i (%Q) hidden.\n
1139msgid "Making @q @i %i (%Q) hidden.\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001140msgstr ""
1141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001142#: e2fsck/problem.c:420
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001143#. @-expanded: superblock has invalid MMP block.
1144msgid "@S has invalid MMP block. "
1145msgstr ""
1146
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001147#: e2fsck/problem.c:425
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001148#. @-expanded: superblock has invalid MMP magic.
1149msgid "@S has invalid MMP magic. "
1150msgstr ""
1151
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001152#: e2fsck/problem.c:430
Theodore Ts'o70d72812012-03-27 15:58:00 -07001153#, c-format
1154msgid "ext2fs_open2: %m\n"
1155msgstr ""
1156
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001157#: e2fsck/problem.c:435
Theodore Ts'o70d72812012-03-27 15:58:00 -07001158#, c-format
1159msgid "ext2fs_check_desc: %m\n"
1160msgstr ""
1161
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001162#: e2fsck/problem.c:440
Theodore Ts'o036a8472013-12-28 22:39:41 -05001163#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
1164msgid "@S 64bit filesystems needs extents to access the whole disk. "
1165msgstr ""
1166
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001167#: e2fsck/problem.c:447
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001168#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001169msgid "Pass 1: Checking @is, @bs, and sizes\n"
1170msgstr ""
1171
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001172#: e2fsck/problem.c:451
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001173#. @-expanded: root inode is not a directory.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001174msgid "@r is not a @d. "
1175msgstr ""
1176
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001177#: e2fsck/problem.c:456
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001178#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001179msgid "@r has dtime set (probably due to old mke2fs). "
1180msgstr ""
1181
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001182#: e2fsck/problem.c:461
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001183#. @-expanded: Reserved inode %i (%Q) has invalid mode.
1184msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001185msgstr ""
1186
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001187#: e2fsck/problem.c:466
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001188#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001189#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001190msgid "@D @i %i has zero dtime. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001191msgstr ""
1192
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001193#: e2fsck/problem.c:471
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001194#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001195#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001196msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001197msgstr ""
1198
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001199#: e2fsck/problem.c:476
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001200#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001201#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001202msgid "@i %i is a @z @d. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001203msgstr ""
1204
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001205#: e2fsck/problem.c:481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001206#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001207msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001208msgstr ""
1209
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001210#: e2fsck/problem.c:486
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001211#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001212msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001213msgstr ""
1214
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001215#: e2fsck/problem.c:491
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001216#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001217msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001218msgstr ""
1219
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001220#: e2fsck/problem.c:496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001221#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001222msgid "@g %g's @b @B (%b) is bad. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001223msgstr ""
1224
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001225#: e2fsck/problem.c:501
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001226#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001227msgid "@g %g's @i @B (%b) is bad. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001228msgstr ""
1229
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001230#: e2fsck/problem.c:506
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001231#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001232msgid "@i %i, i_size is %Is, @s %N. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001233msgstr ""
1234
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001235#: e2fsck/problem.c:511
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001236#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001237msgid "@i %i, i_@bs is %Ib, @s %N. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001238msgstr ""
1239
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001240#: e2fsck/problem.c:516
Theodore Ts'o90806952010-02-10 15:49:32 -05001241#. @-expanded: illegal %B (%b) in inode %i.
1242msgid "@I %B (%b) in @i %i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001243msgstr ""
1244
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001245#: e2fsck/problem.c:521
Theodore Ts'o90806952010-02-10 15:49:32 -05001246#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1247msgid "%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001248msgstr ""
1249
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001250#: e2fsck/problem.c:526
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001251#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001252#. @-expanded: inode %i has illegal block(s).
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001253msgid "@i %i has illegal @b(s). "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001254msgstr ""
1255
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001256#: e2fsck/problem.c:531
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001257#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001258#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001259msgid "Too many illegal @bs in @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001260msgstr ""
1261
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001262#: e2fsck/problem.c:536
Theodore Ts'o90806952010-02-10 15:49:32 -05001263#. @-expanded: illegal %B (%b) in bad block inode.
1264msgid "@I %B (%b) in bad @b @i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001265msgstr ""
1266
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001267#: e2fsck/problem.c:541
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001268#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001269msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001270msgstr ""
1271
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001272#: e2fsck/problem.c:546
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001273#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001274msgid "Duplicate or bad @b in use!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001275msgstr ""
1276
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001277#: e2fsck/problem.c:551
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001278#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001279msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001280msgstr ""
1281
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001282#: e2fsck/problem.c:556
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001283#. @-expanded: \n
1284#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1285#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1286#. @-expanded: in the filesystem.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001287msgid ""
1288"\n"
Theodore Ts'o55566e22003-12-26 14:03:39 -05001289"The bad @b @i has probably been corrupted. You probably\n"
1290"should stop now and run e2fsck -c to scan for bad blocks\n"
1291"in the @f.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001292msgstr ""
1293
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001294#: e2fsck/problem.c:563
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001295#. @-expanded: \n
1296#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001297msgid ""
1298"\n"
1299"If the @b is really bad, the @f can not be fixed.\n"
1300msgstr ""
1301
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001302#: e2fsck/problem.c:568
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001303#. @-expanded: You can remove this block from the bad block list and hope\n
1304#. @-expanded: that the block is really OK. But there are no guarantees.\n
1305#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001306msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001307"You can remove this @b from the bad @b list and hope\n"
1308"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001309"\n"
1310msgstr ""
1311
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001312#: e2fsck/problem.c:574
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001313#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001314msgid "The primary @S (%b) is on the bad @b list.\n"
1315msgstr ""
1316
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001317#: e2fsck/problem.c:579
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001318#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001319msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1320msgstr ""
1321
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001322#: e2fsck/problem.c:585
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001323#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001324msgid "Warning: Group %g's @S (%b) is bad.\n"
1325msgstr ""
1326
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001327#: e2fsck/problem.c:590
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001328#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001329msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1330msgstr ""
1331
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001332#: e2fsck/problem.c:596
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001333#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001334msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1335msgstr ""
1336
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001337#: e2fsck/problem.c:602
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001338#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001339msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001340msgstr ""
1341
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001342#: e2fsck/problem.c:607
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001343#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001344#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001345msgid "@A @b buffer for relocating %s\n"
1346msgstr ""
1347
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001348#: e2fsck/problem.c:612
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001349#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001350msgid "Relocating @g %g's %s from %b to %c...\n"
1351msgstr ""
1352
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001353#: e2fsck/problem.c:617
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001354#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001355#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001356msgid "Relocating @g %g's %s to %c...\n"
1357msgstr ""
1358
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001359#: e2fsck/problem.c:622
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001360#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001361msgid "Warning: could not read @b %b of %s: %m\n"
1362msgstr ""
1363
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001364#: e2fsck/problem.c:627
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001365#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001366msgid "Warning: could not write @b %b for %s: %m\n"
1367msgstr ""
1368
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001369#: e2fsck/problem.c:632 e2fsck/problem.c:1481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001370#. @-expanded: error allocating inode bitmap (%N): %m\n
1371msgid "@A @i @B (%N): %m\n"
1372msgstr ""
1373
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001374#: e2fsck/problem.c:637
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001375#. @-expanded: error allocating block bitmap (%N): %m\n
1376msgid "@A @b @B (%N): %m\n"
1377msgstr ""
1378
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001379#: e2fsck/problem.c:642
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001380#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001381#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001382msgid "@A icount link information: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001383msgstr ""
1384
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001385#: e2fsck/problem.c:647
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001386#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001387#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001388msgid "@A @d @b array: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001389msgstr ""
1390
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001391#: e2fsck/problem.c:652
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001392#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001393#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001394msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001395msgstr ""
1396
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001397#: e2fsck/problem.c:657
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001398#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001399#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001400msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001401msgstr ""
1402
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001403#: e2fsck/problem.c:662
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001404#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001405msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1406msgstr ""
1407
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001408#: e2fsck/problem.c:667
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001409#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001410msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001411msgstr ""
1412
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001413#: e2fsck/problem.c:673
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001414#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001415#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001416msgid "Error reading @i %i: %m\n"
1417msgstr ""
1418
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001419#: e2fsck/problem.c:681
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001420#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001421#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001422msgid "@i %i has imagic flag set. "
1423msgstr ""
1424
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001425#: e2fsck/problem.c:686
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001426#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001427#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1428#. @-expanded: or append-only flag set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001429msgid ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001430"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1431"or append-only flag set. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001432msgstr ""
1433
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001434#: e2fsck/problem.c:692
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001435#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001436#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001437msgid "@i %i has @cion flag set on @f without @cion support. "
1438msgstr ""
1439
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001440#: e2fsck/problem.c:697
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001441#, c-format
1442#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1443msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1444msgstr ""
1445
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001446#: e2fsck/problem.c:707
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001447#. @-expanded: journal inode is not in use, but contains data.
1448msgid "@j @i is not in use, but contains data. "
1449msgstr ""
1450
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001451#: e2fsck/problem.c:712
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001452#. @-expanded: journal is not regular file.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001453msgid "@j is not regular file. "
1454msgstr ""
1455
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001456#: e2fsck/problem.c:717
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001457#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001458#. @-expanded: inode %i was part of the orphaned inode list.
1459msgid "@i %i was part of the @o @i list. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001460msgstr ""
1461
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001462#: e2fsck/problem.c:723
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001463#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001464msgid "@is that were part of a corrupted orphan linked list found. "
1465msgstr ""
1466
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001467#: e2fsck/problem.c:728
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001468#. @-expanded: error allocating refcount structure (%N): %m\n
1469msgid "@A refcount structure (%N): %m\n"
1470msgstr ""
1471
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001472#: e2fsck/problem.c:733
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001473#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001474msgid "Error reading @a @b %b for @i %i. "
1475msgstr ""
1476
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001477#: e2fsck/problem.c:738
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001478#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001479msgid "@i %i has a bad @a @b %b. "
1480msgstr ""
1481
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001482#: e2fsck/problem.c:743
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001483#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001484msgid "Error reading @a @b %b (%m). "
1485msgstr ""
1486
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001487#: e2fsck/problem.c:748
Theodore Ts'o90806952010-02-10 15:49:32 -05001488#. @-expanded: extended attribute block %b has reference count %r, should be %N.
1489msgid "@a @b %b has reference count %r, @s %N. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001490msgstr ""
1491
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001492#: e2fsck/problem.c:753
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001493#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001494msgid "Error writing @a @b %b (%m). "
1495msgstr ""
1496
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001497#: e2fsck/problem.c:758
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001498#. @-expanded: extended attribute block %b has h_blocks > 1.
1499msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001500msgstr ""
1501
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001502#: e2fsck/problem.c:763
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001503#. @-expanded: error allocating extended attribute block %b.
1504msgid "@A @a @b %b. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001505msgstr ""
1506
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001507#: e2fsck/problem.c:768
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001508#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001509msgid "@a @b %b is corrupt (allocation collision). "
1510msgstr ""
1511
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001512#: e2fsck/problem.c:773
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001513#. @-expanded: extended attribute block %b is corrupt (invalid name).
1514msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001515msgstr ""
1516
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001517#: e2fsck/problem.c:778
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001518#. @-expanded: extended attribute block %b is corrupt (invalid value).
1519msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001520msgstr ""
1521
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001522#: e2fsck/problem.c:783
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001523#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001524#. @-expanded: inode %i is too big.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001525msgid "@i %i is too big. "
1526msgstr ""
1527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001528#: e2fsck/problem.c:787
Theodore Ts'o90806952010-02-10 15:49:32 -05001529#. @-expanded: %B (%b) causes directory to be too big.
1530msgid "%B (%b) causes @d to be too big. "
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001531msgstr ""
1532
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001533#: e2fsck/problem.c:792
Theodore Ts'o90806952010-02-10 15:49:32 -05001534msgid "%B (%b) causes file to be too big. "
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001535msgstr ""
1536
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001537#: e2fsck/problem.c:797
Theodore Ts'o90806952010-02-10 15:49:32 -05001538msgid "%B (%b) causes symlink to be too big. "
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001539msgstr ""
1540
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001541#: e2fsck/problem.c:802
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001542#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001543#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001544msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001545msgstr ""
1546
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001547#: e2fsck/problem.c:807
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001548#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001549#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001550msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001551msgstr ""
1552
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001553#: e2fsck/problem.c:812
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001554#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001555#. @-expanded: HTREE directory inode %i has an invalid root node.\n
1556msgid "@h %i has an @n root node.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001557msgstr ""
1558
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001559#: e2fsck/problem.c:817
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001560#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001561msgid "@h %i has an unsupported hash version (%N)\n"
1562msgstr ""
1563
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001564#: e2fsck/problem.c:822
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001565#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001567msgid "@h %i uses an incompatible htree root node flag.\n"
1568msgstr ""
1569
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001570#: e2fsck/problem.c:827
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001571#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001572msgid "@h %i has a tree depth (%N) which is too big\n"
1573msgstr ""
1574
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001575#: e2fsck/problem.c:832
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001576#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1577#. @-expanded: filesystem metadata.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001578msgid ""
1579"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1580"@f metadata. "
1581msgstr ""
1582
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001583#: e2fsck/problem.c:838
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001584#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001585#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001586msgid "Resize @i (re)creation failed: %m."
1587msgstr ""
1588
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001589#: e2fsck/problem.c:843
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001590#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1591msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001592msgstr ""
1593
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001594#: e2fsck/problem.c:848
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001595#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1596msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001597msgstr ""
1598
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001599#: e2fsck/problem.c:853
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001600#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1601msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001602msgstr ""
1603
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001604#: e2fsck/problem.c:858
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001605#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1606msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001607msgstr ""
1608
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001609#: e2fsck/problem.c:863
Theodore Ts'o53013932009-05-30 13:50:07 -04001610#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1611msgid "@a in @i %i has a value size (%N) which is @n\n"
1612msgstr ""
1613
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001614#: e2fsck/problem.c:868
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001615#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1616msgid "@a in @i %i has a hash (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001617msgstr ""
1618
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001619#: e2fsck/problem.c:873
Theodore Ts'o714da452007-07-07 22:24:13 -04001620#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1621msgid "@i %i is a %It but it looks like it is really a directory.\n"
1622msgstr ""
1623
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001624#: e2fsck/problem.c:878
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001625#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04001626#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001627msgid "Error while reading over @x tree in @i %i: %m\n"
1628msgstr ""
1629
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001630#: e2fsck/problem.c:883
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001631#. @-expanded: Failed to iterate extents in inode %i\n
1632#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1633msgid ""
1634"Failed to iterate extents in @i %i\n"
1635"\t(op %s, blk %b, lblk %c): %m\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001636msgstr ""
1637
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001638#: e2fsck/problem.c:889
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001639#. @-expanded: inode %i has an invalid extent\n
1640#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1641msgid ""
1642"@i %i has an @n extent\n"
1643"\t(logical @b %c, @n physical @b %b, len %N)\n"
1644msgstr ""
1645
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001646#: e2fsck/problem.c:894
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001647#. @-expanded: inode %i has an invalid extent\n
1648#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1649msgid ""
1650"@i %i has an @n extent\n"
1651"\t(logical @b %c, physical @b %b, @n len %N)\n"
1652msgstr ""
1653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001654#: e2fsck/problem.c:899
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001655#, c-format
1656#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1657msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1658msgstr ""
1659
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001660#: e2fsck/problem.c:904
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001661#, c-format
1662#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1663msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1664msgstr ""
1665
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001666#: e2fsck/problem.c:909
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001667#, c-format
1668#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1669msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1670msgstr ""
1671
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001672#: e2fsck/problem.c:914
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001673#, c-format
1674msgid "Fast symlink %i has EXTENT_FL set. "
1675msgstr ""
1676
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001677#: e2fsck/problem.c:919
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001678#. @-expanded: inode %i has out of order extents\n
1679#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1680msgid ""
1681"@i %i has out of order extents\n"
1682"\t(@n logical @b %c, physical @b %b, len %N)\n"
1683msgstr ""
1684
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001685#: e2fsck/problem.c:923
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001686#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1687msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1688msgstr ""
1689
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001690#: e2fsck/problem.c:928
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001691#, c-format
1692#. @-expanded: Error converting subcluster block bitmap: %m\n
1693msgid "Error converting subcluster @b @B: %m\n"
1694msgstr ""
1695
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001696#: e2fsck/problem.c:933
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04001697#. @-expanded: quota inode is not regular file.
1698msgid "@q @i is not regular file. "
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001699msgstr ""
1700
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001701#: e2fsck/problem.c:938
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04001702#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001703msgid "@q @i is not in use, but contains data. "
1704msgstr ""
1705
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001706#: e2fsck/problem.c:943
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04001707#. @-expanded: quota inode is visible to the user.
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001708msgid "@q @i is visible to the user. "
1709msgstr ""
1710
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001711#: e2fsck/problem.c:948
Theodore Ts'of39a46a2011-09-30 22:12:02 -04001712#. @-expanded: The bad block inode looks invalid.
1713msgid "The bad @b @i looks @n. "
1714msgstr ""
1715
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001716#: e2fsck/problem.c:953
Theodore Ts'o70d72812012-03-27 15:58:00 -07001717#. @-expanded: inode %i has zero length extent\n
1718#. @-expanded: \t(invalid logical block %c, physical block %b)\n
1719msgid ""
1720"@i %i has zero length extent\n"
1721"\t(@n logical @b %c, physical @b %b)\n"
1722msgstr ""
1723
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001724#: e2fsck/problem.c:960
Theodore Ts'o8359f622013-01-16 13:50:12 -05001725#. @-expanded: Interior extent node level %N of inode %i:\n
1726#. @-expanded: Logical start %b does not match logical start %c at next level.
1727msgid ""
1728"Interior @x node level %N of @i %i:\n"
1729"Logical start %b does not match logical start %c at next level. "
1730msgstr ""
1731
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001732#: e2fsck/problem.c:966
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04001733#. @-expanded: inode %i, end of extent exceeds allowed value\n
1734#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1735msgid ""
1736"@i %i, end of extent exceeds allowed value\n"
1737"\t(logical @b %c, physical @b %b, len %N)\n"
1738msgstr ""
1739
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001740#: e2fsck/problem.c:974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001741#. @-expanded: \n
1742#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1743#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001744msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001745"\n"
1746"Running additional passes to resolve @bs claimed by more than one @i...\n"
1747"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001748msgstr ""
1749
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001750#: e2fsck/problem.c:980
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001751#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001752#. @-expanded: multiply-claimed block(s) in inode %i:
1753msgid "@m @b(s) in @i %i:"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001754msgstr ""
1755
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001756#: e2fsck/problem.c:995
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001757#, c-format
1758msgid "Error while scanning inodes (%i): %m\n"
1759msgstr ""
1760
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001761#: e2fsck/problem.c:1000
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001762#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001763#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1764msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001765msgstr ""
1766
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001767#: e2fsck/problem.c:1005
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001768#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001769#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001770msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1771msgstr ""
1772
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001773#: e2fsck/problem.c:1010 e2fsck/problem.c:1325
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001774#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1775msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001776msgstr ""
1777
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001778#: e2fsck/problem.c:1015
Theodore Ts'o6956f612005-12-31 16:46:15 -05001779#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1780msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001781msgstr ""
1782
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001783#: e2fsck/problem.c:1021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001784#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1785msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001786msgstr ""
1787
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001788#: e2fsck/problem.c:1026
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001789#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Theodore Ts'o90806952010-02-10 15:49:32 -05001790#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001791msgid ""
1792"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o90806952010-02-10 15:49:32 -05001793" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001794msgstr ""
1795
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001796#: e2fsck/problem.c:1032
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001797#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001798msgid "\t%Q (@i #%i, mod time %IM)\n"
1799msgstr ""
1800
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001801#: e2fsck/problem.c:1037
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001802#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001803msgid "\t<@f metadata>\n"
1804msgstr ""
1805
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001806#: e2fsck/problem.c:1042
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001807#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1808#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001809msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001810"(There are %N @is containing @m @bs.)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001811"\n"
1812msgstr ""
1813
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001814#: e2fsck/problem.c:1047
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001815#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1816#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001817msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001818"@m @bs already reassigned or cloned.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001819"\n"
1820msgstr ""
1821
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001822#: e2fsck/problem.c:1060
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001823#, c-format
1824msgid "Couldn't clone file: %m\n"
1825msgstr ""
1826
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001827#: e2fsck/problem.c:1066
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001828#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001829msgid "Pass 2: Checking @d structure\n"
1830msgstr ""
1831
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001832#: e2fsck/problem.c:1071
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001833#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001834#. @-expanded: invalid inode number for '.' in directory inode %i.\n
1835msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001836msgstr ""
1837
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001838#: e2fsck/problem.c:1076
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001839#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1840msgid "@E has @n @i #: %Di.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001841msgstr ""
1842
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001843#: e2fsck/problem.c:1081
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001844#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001845msgid "@E has @D/unused @i %Di. "
1846msgstr ""
1847
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001848#: e2fsck/problem.c:1086
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001849#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001850msgid "@E @L to '.' "
1851msgstr ""
1852
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001853#: e2fsck/problem.c:1091
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001854#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001855msgid "@E points to @i (%Di) located in a bad @b.\n"
1856msgstr ""
1857
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001858#: e2fsck/problem.c:1096
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001859#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001860msgid "@E @L to @d %P (%Di).\n"
1861msgstr ""
1862
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001863#: e2fsck/problem.c:1101
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001864#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001865msgid "@E @L to the @r.\n"
1866msgstr ""
1867
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001868#: e2fsck/problem.c:1106
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001869#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001870msgid "@E has illegal characters in its name.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001871msgstr ""
1872
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001873#: e2fsck/problem.c:1111
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001874#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001875#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001876msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001877msgstr ""
1878
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001879#: e2fsck/problem.c:1116
Theodore Ts'o55566e22003-12-26 14:03:39 -05001880#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001881#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001882msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001883msgstr ""
1884
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001885#: e2fsck/problem.c:1121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001886#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1887msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001888msgstr ""
1889
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001890#: e2fsck/problem.c:1126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001891#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1892msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001893msgstr ""
1894
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001895#: e2fsck/problem.c:1131
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001896#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001897msgid "i_faddr @F %IF, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001898msgstr ""
1899
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001900#: e2fsck/problem.c:1136
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001901#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001902msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001903msgstr ""
1904
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001905#: e2fsck/problem.c:1141
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001906#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001907msgid "i_dir_acl @F %Id, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001908msgstr ""
1909
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001910#: e2fsck/problem.c:1146
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001911#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001912msgid "i_frag @F %N, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001913msgstr ""
1914
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001915#: e2fsck/problem.c:1151
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001916#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001917msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001918msgstr ""
1919
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001920#: e2fsck/problem.c:1156
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001921#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1922msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001923msgstr ""
1924
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001925#: e2fsck/problem.c:1161
Theodore Ts'o90806952010-02-10 15:49:32 -05001926#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
1927msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001928msgstr ""
1929
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001930#: e2fsck/problem.c:1166
Theodore Ts'o90806952010-02-10 15:49:32 -05001931#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
1932msgid "@d @i %i, %B, offset %N: filename too long\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001933msgstr ""
1934
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001935#: e2fsck/problem.c:1171
Theodore Ts'o90806952010-02-10 15:49:32 -05001936#. @-expanded: directory inode %i has an unallocated %B.
1937msgid "@d @i %i has an unallocated %B. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001938msgstr ""
1939
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001940#: e2fsck/problem.c:1176
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001941#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001942#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001943msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001944msgstr ""
1945
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001946#: e2fsck/problem.c:1181
Theodore Ts'o55566e22003-12-26 14:03:39 -05001947#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001948#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001949msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001950msgstr ""
1951
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001952#: e2fsck/problem.c:1186
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001953#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001954msgid "@i %i (%Q) is an @I character @v.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001955msgstr ""
1956
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001957#: e2fsck/problem.c:1191
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001958#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001959msgid "@i %i (%Q) is an @I @b @v.\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001960msgstr ""
1961
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001962#: e2fsck/problem.c:1196
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001963#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001964msgid "@E is duplicate '.' @e.\n"
1965msgstr ""
1966
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001967#: e2fsck/problem.c:1201
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001968#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001969msgid "@E is duplicate '..' @e.\n"
1970msgstr ""
1971
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001972#: e2fsck/problem.c:1206 e2fsck/problem.c:1506
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001973#, c-format
1974msgid "Internal error: couldn't find dir_info for %i.\n"
1975msgstr ""
1976
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001977#: e2fsck/problem.c:1211
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001978#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1979msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001980msgstr ""
1981
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001982#: e2fsck/problem.c:1216
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001983#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001984#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001985msgid "@A icount structure: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001986msgstr ""
1987
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001988#: e2fsck/problem.c:1221
Theodore Ts'o55566e22003-12-26 14:03:39 -05001989#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001990#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001991msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001992msgstr ""
1993
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001994#: e2fsck/problem.c:1226
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001995#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001996msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001997msgstr ""
1998
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001999#: e2fsck/problem.c:1231
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002000#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002001msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002002msgstr ""
2003
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002004#: e2fsck/problem.c:1236
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002005#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002006#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002007msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002008msgstr ""
2009
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002010#: e2fsck/problem.c:1241
Theodore Ts'o55566e22003-12-26 14:03:39 -05002011#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002012#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002013msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002014msgstr ""
2015
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002016#: e2fsck/problem.c:1246
Theodore Ts'oaef07952008-08-27 23:18:29 -04002017#, c-format
2018#. @-expanded: directory entry for '.' in %p (%i) is big.\n
2019msgid "@d @e for '.' in %p (%i) is big.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002020msgstr ""
2021
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002022#: e2fsck/problem.c:1251
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002023#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002024msgid "@i %i (%Q) is an @I FIFO.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002025msgstr ""
2026
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002027#: e2fsck/problem.c:1256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002028#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002029msgid "@i %i (%Q) is an @I socket.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002030msgstr ""
2031
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002032#: e2fsck/problem.c:1261
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002033#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002034msgid "Setting filetype for @E to %N.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002035msgstr ""
2036
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002037#: e2fsck/problem.c:1266
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002038#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2039msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002040msgstr ""
2041
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002042#: e2fsck/problem.c:1271
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002043#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002044msgid "@E has filetype set.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002045msgstr ""
2046
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002047#: e2fsck/problem.c:1276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002048#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2049msgid "@E has a @z name.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002050msgstr ""
2051
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002052#: e2fsck/problem.c:1281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002053#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2054msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002055msgstr ""
2056
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002057#: e2fsck/problem.c:1286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002058#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2059msgid "@a @b @F @n (%If).\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002060msgstr ""
2061
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002062#: e2fsck/problem.c:1291
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002063#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05002064msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002065msgstr ""
2066
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002067#: e2fsck/problem.c:1296
Theodore Ts'o90806952010-02-10 15:49:32 -05002068#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2069msgid "@p @h %d: %B not referenced\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002070msgstr ""
2071
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002072#: e2fsck/problem.c:1301
Theodore Ts'o90806952010-02-10 15:49:32 -05002073#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2074msgid "@p @h %d: %B referenced twice\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002075msgstr ""
2076
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002077#: e2fsck/problem.c:1306
Theodore Ts'o90806952010-02-10 15:49:32 -05002078#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2079msgid "@p @h %d: %B has bad min hash\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002080msgstr ""
2081
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002082#: e2fsck/problem.c:1311
Theodore Ts'o90806952010-02-10 15:49:32 -05002083#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2084msgid "@p @h %d: %B has bad max hash\n"
Theodore Ts'o55566e22003-12-26 14:03:39 -05002085msgstr ""
2086
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002087#: e2fsck/problem.c:1316
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002088#. @-expanded: invalid HTREE directory inode %d (%q).
2089msgid "@n @h %d (%q). "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002090msgstr ""
2091
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002092#: e2fsck/problem.c:1320
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002093#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002094msgid "@p @h %d (%q): bad @b number %b.\n"
2095msgstr ""
2096
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002097#: e2fsck/problem.c:1330
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002098#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002099#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2100msgid "@p @h %d: root node is @n\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002101msgstr ""
2102
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002103#: e2fsck/problem.c:1335
Theodore Ts'o90806952010-02-10 15:49:32 -05002104#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2105msgid "@p @h %d: %B has @n limit (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002106msgstr ""
2107
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002108#: e2fsck/problem.c:1340
Theodore Ts'o90806952010-02-10 15:49:32 -05002109#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2110msgid "@p @h %d: %B has @n count (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002111msgstr ""
2112
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002113#: e2fsck/problem.c:1345
Theodore Ts'o90806952010-02-10 15:49:32 -05002114#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2115msgid "@p @h %d: %B has an unordered hash table\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002116msgstr ""
2117
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002118#: e2fsck/problem.c:1350
Theodore Ts'o90806952010-02-10 15:49:32 -05002119#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2120msgid "@p @h %d: %B has @n depth (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002121msgstr ""
2122
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002123#: e2fsck/problem.c:1355
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002124#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002125msgid "Duplicate @E found. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002126msgstr ""
2127
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002128#: e2fsck/problem.c:1360
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002129#, no-c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002130#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2131#. @-expanded: Rename to %s
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002132msgid ""
2133"@E has a non-unique filename.\n"
2134"Rename to %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002135msgstr ""
2136
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002137#: e2fsck/problem.c:1365
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002138#. @-expanded: Duplicate entry '%Dn' found.\n
2139#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2140#. @-expanded: \n
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002141msgid ""
2142"Duplicate @e '%Dn' found.\n"
2143"\tMarking %p (%i) to be rebuilt.\n"
2144"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002145msgstr ""
2146
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002147#: e2fsck/problem.c:1370
Theodore Ts'o714da452007-07-07 22:24:13 -04002148#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2149msgid "i_blocks_hi @F %N, @s zero.\n"
2150msgstr ""
2151
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002152#: e2fsck/problem.c:1375
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -04002153#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2154msgid "Unexpected @b in @h %d (%q).\n"
2155msgstr ""
2156
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002157#: e2fsck/problem.c:1379
Theodore Ts'o052a7912008-10-12 23:17:54 -04002158#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2159msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002160msgstr ""
2161
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002162#: e2fsck/problem.c:1384
Theodore Ts'o052a7912008-10-12 23:17:54 -04002163#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2164msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002165msgstr ""
2166
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002167#: e2fsck/problem.c:1389
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002168#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2169msgid "i_file_acl_hi @F %N, @s zero.\n"
2170msgstr ""
2171
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002172#: e2fsck/problem.c:1396
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002173#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002174msgid "Pass 3: Checking @d connectivity\n"
2175msgstr ""
2176
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002177#: e2fsck/problem.c:1401
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002178#. @-expanded: root inode not allocated.
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002179msgid "@r not allocated. "
2180msgstr ""
2181
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002182#: e2fsck/problem.c:1406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002183#. @-expanded: No room in lost+found directory.
Theodore Ts'obc759702005-05-09 20:40:55 -04002184msgid "No room in @l @d. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002185msgstr ""
2186
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002187#: e2fsck/problem.c:1411
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002188#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002189#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002190msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002191msgstr ""
2192
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002193#: e2fsck/problem.c:1416
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002194#. @-expanded: /lost+found not found.
Theodore Ts'obc759702005-05-09 20:40:55 -04002195msgid "/@l not found. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002196msgstr ""
2197
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002198#: e2fsck/problem.c:1421
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002199#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002200msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002201msgstr ""
2202
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002203#: e2fsck/problem.c:1426
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002204#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002205msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002206msgstr ""
2207
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002208#: e2fsck/problem.c:1431
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002209#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002210#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002211msgid "Could not expand /@l: %m\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002212msgstr ""
2213
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002214#: e2fsck/problem.c:1436
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002215#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002216msgid "Could not reconnect %i: %m\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002217msgstr ""
2218
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002219#: e2fsck/problem.c:1441
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002220#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002221#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002222msgid "Error while trying to find /@l: %m\n"
Theodore Ts'o55566e22003-12-26 14:03:39 -05002223msgstr ""
2224
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002225#: e2fsck/problem.c:1446
Theodore Ts'o55566e22003-12-26 14:03:39 -05002226#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002227#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002228msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2229msgstr ""
2230
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002231#: e2fsck/problem.c:1451
Theodore Ts'obc759702005-05-09 20:40:55 -04002232#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002233#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002234msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2235msgstr ""
2236
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002237#: e2fsck/problem.c:1456
Theodore Ts'obc759702005-05-09 20:40:55 -04002238#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002239#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002240msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2241msgstr ""
2242
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002243#: e2fsck/problem.c:1461
Theodore Ts'obc759702005-05-09 20:40:55 -04002244#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002245#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002246msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2247msgstr ""
2248
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002249#: e2fsck/problem.c:1466
Theodore Ts'obc759702005-05-09 20:40:55 -04002250#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002251#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002252msgid "Error while adjusting @i count on @i %i\n"
2253msgstr ""
2254
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002255#: e2fsck/problem.c:1471
Theodore Ts'obc759702005-05-09 20:40:55 -04002256#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002257#. @-expanded: Couldn't fix parent of inode %i: %m\n
2258#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002259msgid ""
2260"Couldn't fix parent of @i %i: %m\n"
2261"\n"
2262msgstr ""
2263
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002264#: e2fsck/problem.c:1476
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002265#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002266#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2267#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002268msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002269"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002270"\n"
2271msgstr ""
2272
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002273#: e2fsck/problem.c:1486
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002274#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002275#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002276msgid "Error creating root @d (%s): %m\n"
2277msgstr ""
2278
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002279#: e2fsck/problem.c:1491
Theodore Ts'obc759702005-05-09 20:40:55 -04002280#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002281#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002282msgid "Error creating /@l @d (%s): %m\n"
2283msgstr ""
2284
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002285#: e2fsck/problem.c:1496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002286#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002287msgid "@r is not a @d; aborting.\n"
2288msgstr ""
2289
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002290#: e2fsck/problem.c:1501
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002291#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002292msgid "Cannot proceed without a @r.\n"
2293msgstr ""
2294
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002295#: e2fsck/problem.c:1511
Theodore Ts'obc759702005-05-09 20:40:55 -04002296#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002297#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002298msgid "/@l is not a @d (ino=%i)\n"
2299msgstr ""
2300
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002301#: e2fsck/problem.c:1518
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002302msgid "Pass 3A: Optimizing directories\n"
2303msgstr ""
2304
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002305#: e2fsck/problem.c:1523
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002306#, c-format
2307msgid "Failed to create dirs_to_hash iterator: %m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002308msgstr ""
2309
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002310#: e2fsck/problem.c:1528
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002311msgid "Failed to optimize directory %q (%d): %m\n"
2312msgstr ""
2313
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002314#: e2fsck/problem.c:1533
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002315msgid "Optimizing directories: "
2316msgstr ""
2317
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002318#: e2fsck/problem.c:1550
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002319msgid "Pass 4: Checking reference counts\n"
2320msgstr ""
2321
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002322#: e2fsck/problem.c:1555
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002323#, c-format
2324#. @-expanded: unattached zero-length inode %i.
2325msgid "@u @z @i %i. "
2326msgstr ""
2327
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002328#: e2fsck/problem.c:1560
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002329#, c-format
2330#. @-expanded: unattached inode %i\n
2331msgid "@u @i %i\n"
2332msgstr ""
2333
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002334#: e2fsck/problem.c:1565
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002335#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002336msgid "@i %i ref count is %Il, @s %N. "
2337msgstr ""
2338
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002339#: e2fsck/problem.c:1569
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002340#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2341#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2342#. @-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 +00002343msgid ""
2344"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2345"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002346"@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 +00002347msgstr ""
2348
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002349#: e2fsck/problem.c:1579
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002350#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002351msgid "Pass 5: Checking @g summary information\n"
2352msgstr ""
2353
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002354#: e2fsck/problem.c:1584
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002355#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002356msgid "Padding at end of @i @B is not set. "
2357msgstr ""
2358
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002359#: e2fsck/problem.c:1589
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002360#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002361msgid "Padding at end of @b @B is not set. "
2362msgstr ""
2363
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002364#: e2fsck/problem.c:1594
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002365#. @-expanded: block bitmap differences:
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002366msgid "@b @B differences: "
2367msgstr ""
2368
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002369#: e2fsck/problem.c:1614
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002370#. @-expanded: inode bitmap differences:
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002371msgid "@i @B differences: "
2372msgstr ""
2373
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002374#: e2fsck/problem.c:1634
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002375#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002376msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2377msgstr ""
2378
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002379#: e2fsck/problem.c:1639
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002380#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002381msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2382msgstr ""
2383
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002384#: e2fsck/problem.c:1644
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002385#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002386msgid "Free @is count wrong (%i, counted=%j).\n"
2387msgstr ""
2388
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002389#: e2fsck/problem.c:1649
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002390#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002391msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2392msgstr ""
2393
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002394#: e2fsck/problem.c:1654
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002395#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002396msgid "Free @bs count wrong (%b, counted=%c).\n"
2397msgstr ""
2398
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002399#: e2fsck/problem.c:1659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002400#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2401#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002402msgid ""
2403"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2404"endpoints (%i, %j)\n"
2405msgstr ""
2406
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002407#: e2fsck/problem.c:1665
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002408msgid "Internal error: fudging end of bitmap (%N)\n"
2409msgstr ""
2410
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002411#: e2fsck/problem.c:1670
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002412#, c-format
2413#. @-expanded: Error copying in replacement inode bitmap: %m\n
2414msgid "Error copying in replacement @i @B: %m\n"
2415msgstr ""
2416
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002417#: e2fsck/problem.c:1675
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002418#, c-format
2419#. @-expanded: Error copying in replacement block bitmap: %m\n
2420msgid "Error copying in replacement @b @B: %m\n"
2421msgstr ""
2422
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002423#: e2fsck/problem.c:1700
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002424#, c-format
2425#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2426msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2427msgstr ""
2428
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002429#: e2fsck/problem.c:1705
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002430#, c-format
2431#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2432msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2433msgstr ""
2434
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002435#: e2fsck/problem.c:1712
Theodore Ts'o53013932009-05-30 13:50:07 -04002436#. @-expanded: Recreate journal
2437msgid "Recreate @j"
2438msgstr ""
2439
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002440#: e2fsck/problem.c:1717
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04002441msgid "Update quota info for quota type %N"
2442msgstr ""
2443
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002444#: e2fsck/problem.c:1836
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002445#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002446msgid "Unhandled error code (0x%x)!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002447msgstr ""
2448
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002449#: e2fsck/problem.c:1961 e2fsck/problem.c:1965
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002450msgid "IGNORED"
2451msgstr ""
2452
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04002453#: e2fsck/scantest.c:79
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002454#, c-format
2455msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2456msgstr ""
2457
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04002458#: e2fsck/scantest.c:98
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002459#, c-format
2460msgid "size of inode=%d\n"
2461msgstr ""
2462
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04002463#: e2fsck/scantest.c:119
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002464msgid "while starting inode scan"
2465msgstr ""
2466
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04002467#: e2fsck/scantest.c:130
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002468msgid "while doing inode scan"
2469msgstr ""
2470
Theodore Ts'o036a8472013-12-28 22:39:41 -05002471#: e2fsck/super.c:190
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002472#, c-format
2473msgid "while calling ext2fs_block_iterate for inode %d"
2474msgstr ""
2475
Theodore Ts'o036a8472013-12-28 22:39:41 -05002476#: e2fsck/super.c:213
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002477#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04002478msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002479msgstr ""
2480
Theodore Ts'o036a8472013-12-28 22:39:41 -05002481#: e2fsck/super.c:274
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002482msgid "Truncating"
2483msgstr ""
2484
Theodore Ts'o036a8472013-12-28 22:39:41 -05002485#: e2fsck/super.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002486msgid "Clearing"
2487msgstr ""
2488
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04002489#: e2fsck/unix.c:74
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002490#, c-format
2491msgid ""
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002492"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002493"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002494"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002495"\t\t[-E extended-options] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002496msgstr ""
2497
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04002498#: e2fsck/unix.c:80
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002499msgid ""
2500"\n"
2501"Emergency help:\n"
2502" -p Automatic repair (no questions)\n"
2503" -n Make no changes to the filesystem\n"
2504" -y Assume \"yes\" to all questions\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002505" -c Check for bad blocks and add them to the badblock "
2506"list\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002507" -f Force checking even if filesystem is marked clean\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002508msgstr ""
2509
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04002510#: e2fsck/unix.c:86
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002511msgid ""
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002512" -v Be verbose\n"
2513" -b superblock Use alternative superblock\n"
2514" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002515" -j external_journal Set location of the external journal\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002516" -l bad_blocks_file Add to badblocks list\n"
2517" -L bad_blocks_file Set badblocks list\n"
2518msgstr ""
2519
Theodore Ts'o67b37212012-07-29 20:38:48 -04002520#: e2fsck/unix.c:131
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002521#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04002522msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002523msgstr ""
2524
Theodore Ts'o67b37212012-07-29 20:38:48 -04002525#: e2fsck/unix.c:157
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002526#, c-format
2527msgid ""
2528"\n"
Theodore Ts'o67b37212012-07-29 20:38:48 -04002529"%12u inode used (%2.2f%%, out of %u)\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002530msgid_plural ""
2531"\n"
Theodore Ts'o67b37212012-07-29 20:38:48 -04002532"%12u inodes used (%2.2f%%, out of %u)\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002533msgstr[0] ""
2534msgstr[1] ""
2535
Theodore Ts'o67b37212012-07-29 20:38:48 -04002536#: e2fsck/unix.c:161
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002537#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002538msgid "%12u non-contiguous file (%0d.%d%%)\n"
2539msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002540msgstr[0] ""
2541msgstr[1] ""
2542
Theodore Ts'o67b37212012-07-29 20:38:48 -04002543#: e2fsck/unix.c:166
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002544#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002545msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2546msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002547msgstr[0] ""
2548msgstr[1] ""
2549
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04002550#: e2fsck/unix.c:171
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002551#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002552msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2553msgstr ""
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002554
Theodore Ts'o67b37212012-07-29 20:38:48 -04002555#: e2fsck/unix.c:179
2556msgid " Extent depth histogram: "
2557msgstr ""
2558
2559#: e2fsck/unix.c:188
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002560#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002561msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2562msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002563msgstr[0] ""
2564msgstr[1] ""
2565
Theodore Ts'o67b37212012-07-29 20:38:48 -04002566#: e2fsck/unix.c:192
2567#, c-format
2568msgid "%12u bad block\n"
2569msgid_plural "%12u bad blocks\n"
2570msgstr[0] ""
2571msgstr[1] ""
2572
2573#: e2fsck/unix.c:194
2574#, c-format
2575msgid "%12u large file\n"
2576msgid_plural "%12u large files\n"
2577msgstr[0] ""
2578msgstr[1] ""
2579
2580#: e2fsck/unix.c:196
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002581#, c-format
2582msgid ""
2583"\n"
Theodore Ts'o67b37212012-07-29 20:38:48 -04002584"%12u regular file\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002585msgid_plural ""
2586"\n"
Theodore Ts'o67b37212012-07-29 20:38:48 -04002587"%12u regular files\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002588msgstr[0] ""
2589msgstr[1] ""
2590
Theodore Ts'o67b37212012-07-29 20:38:48 -04002591#: e2fsck/unix.c:198
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002592#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002593msgid "%12u directory\n"
2594msgid_plural "%12u directories\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002595msgstr[0] ""
2596msgstr[1] ""
2597
Theodore Ts'o67b37212012-07-29 20:38:48 -04002598#: e2fsck/unix.c:200
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002599#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002600msgid "%12u character device file\n"
2601msgid_plural "%12u character device files\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002602msgstr[0] ""
2603msgstr[1] ""
2604
Theodore Ts'o67b37212012-07-29 20:38:48 -04002605#: e2fsck/unix.c:203
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002606#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002607msgid "%12u block device file\n"
2608msgid_plural "%12u block device files\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002609msgstr[0] ""
2610msgstr[1] ""
2611
Theodore Ts'o67b37212012-07-29 20:38:48 -04002612#: e2fsck/unix.c:205
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002613#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002614msgid "%12u fifo\n"
2615msgid_plural "%12u fifos\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002616msgstr[0] ""
2617msgstr[1] ""
2618
Theodore Ts'o67b37212012-07-29 20:38:48 -04002619#: e2fsck/unix.c:207
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002620#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002621msgid "%12u link\n"
2622msgid_plural "%12u links\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002623msgstr[0] ""
2624msgstr[1] ""
2625
Theodore Ts'o8359f622013-01-16 13:50:12 -05002626#: e2fsck/unix.c:209
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002627#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002628msgid "%12u symbolic link"
2629msgid_plural "%12u symbolic links"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002630msgstr[0] ""
2631msgstr[1] ""
2632
Theodore Ts'o8359f622013-01-16 13:50:12 -05002633#: e2fsck/unix.c:211
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002634#, c-format
2635msgid " (%u fast symbolic link)\n"
2636msgid_plural " (%u fast symbolic links)\n"
2637msgstr[0] ""
2638msgstr[1] ""
2639
Theodore Ts'o8359f622013-01-16 13:50:12 -05002640#: e2fsck/unix.c:215
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002641#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002642msgid "%12u socket\n"
2643msgid_plural "%12u sockets\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002644msgstr[0] ""
2645msgstr[1] ""
2646
Theodore Ts'o8359f622013-01-16 13:50:12 -05002647#: e2fsck/unix.c:219
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002648#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002649msgid "%12u file\n"
2650msgid_plural "%12u files\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002651msgstr[0] ""
2652msgstr[1] ""
2653
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002654#: e2fsck/unix.c:232 misc/badblocks.c:988 misc/tune2fs.c:2023 misc/util.c:311
Theodore Ts'o036a8472013-12-28 22:39:41 -05002655#: resize/main.c:260
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002656#, c-format
2657msgid "while determining whether %s is mounted."
2658msgstr ""
2659
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002660#: e2fsck/unix.c:253
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002661#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002662msgid "Warning! %s is mounted.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002663msgstr ""
2664
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002665#: e2fsck/unix.c:256
Theodore Ts'od6a3e412012-06-12 17:21:38 -04002666#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002667msgid "Warning! %s is in use.\n"
Theodore Ts'od6a3e412012-06-12 17:21:38 -04002668msgstr ""
2669
Theodore Ts'o8359f622013-01-16 13:50:12 -05002670#: e2fsck/unix.c:262
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002671#, c-format
2672msgid "%s is mounted.\n"
2673msgstr ""
2674
2675#: e2fsck/unix.c:264
2676#, c-format
2677msgid "%s is in use.\n"
2678msgstr ""
2679
2680#: e2fsck/unix.c:266
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002681msgid ""
2682"Cannot continue, aborting.\n"
2683"\n"
2684msgstr ""
2685
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002686#: e2fsck/unix.c:268
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002687msgid ""
2688"\n"
2689"\n"
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04002690"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2691"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002692"\n"
2693msgstr ""
2694
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002695#: e2fsck/unix.c:273
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002696msgid "Do you really want to continue"
2697msgstr ""
2698
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002699#: e2fsck/unix.c:275
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002700msgid "check aborted.\n"
2701msgstr ""
2702
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002703#: e2fsck/unix.c:368
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002704msgid " contains a file system with errors"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002705msgstr ""
2706
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002707#: e2fsck/unix.c:370
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002708msgid " was not cleanly unmounted"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002709msgstr ""
2710
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002711#: e2fsck/unix.c:372
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002712msgid " primary superblock features different from backup"
2713msgstr ""
2714
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002715#: e2fsck/unix.c:376
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002716#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002717msgid " has been mounted %u times without being checked"
2718msgstr ""
2719
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002720#: e2fsck/unix.c:383
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002721msgid " has filesystem last checked time in the future"
2722msgstr ""
2723
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002724#: e2fsck/unix.c:389
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002725#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002726msgid " has gone %u days without being checked"
2727msgstr ""
2728
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002729#: e2fsck/unix.c:398
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002730msgid ", check forced.\n"
2731msgstr ""
2732
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002733#: e2fsck/unix.c:431
Theodore Ts'o55566e22003-12-26 14:03:39 -05002734#, c-format
Theodore Ts'o67b37212012-07-29 20:38:48 -04002735msgid "%s: clean, %u/%u files, %llu/%llu blocks"
2736msgstr ""
2737
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002738#: e2fsck/unix.c:451
Theodore Ts'o67b37212012-07-29 20:38:48 -04002739msgid " (check deferred; on battery)"
2740msgstr ""
2741
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002742#: e2fsck/unix.c:454
Theodore Ts'o67b37212012-07-29 20:38:48 -04002743msgid " (check after next mount)"
2744msgstr ""
2745
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002746#: e2fsck/unix.c:456
Theodore Ts'o67b37212012-07-29 20:38:48 -04002747#, c-format
Theodore Ts'o55566e22003-12-26 14:03:39 -05002748msgid " (check in %ld mounts)"
2749msgstr ""
2750
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002751#: e2fsck/unix.c:606
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002752#, c-format
2753msgid "ERROR: Couldn't open /dev/null (%s)\n"
2754msgstr ""
2755
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002756#: e2fsck/unix.c:675
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002757msgid "Invalid EA version.\n"
2758msgstr ""
2759
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002760#: e2fsck/unix.c:702
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002761#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002762msgid "Unknown extended option: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002763msgstr ""
2764
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002765#: e2fsck/unix.c:727
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002766#, c-format
2767msgid ""
2768"Syntax error in e2fsck config file (%s, line #%d)\n"
2769"\t%s\n"
2770msgstr ""
2771
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002772#: e2fsck/unix.c:797
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002773#, c-format
2774msgid "Error validating file descriptor %d: %s\n"
2775msgstr ""
2776
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002777#: e2fsck/unix.c:801
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002778msgid "Invalid completion information file descriptor"
2779msgstr ""
2780
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002781#: e2fsck/unix.c:816
Theodore Ts'o6956f612005-12-31 16:46:15 -05002782msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002783msgstr ""
2784
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002785#: e2fsck/unix.c:837
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002786#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002787msgid "The -t option is not supported on this version of e2fsck.\n"
2788msgstr ""
2789
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002790#: e2fsck/unix.c:868 e2fsck/unix.c:942 misc/tune2fs.c:846 misc/tune2fs.c:1141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002791#: misc/tune2fs.c:1159
Theodore Ts'o55566e22003-12-26 14:03:39 -05002792#, c-format
2793msgid "Unable to resolve '%s'"
2794msgstr ""
2795
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002796#: e2fsck/unix.c:921
Theodore Ts'od085f612010-12-13 08:57:14 -05002797msgid "The -n and -D options are incompatible."
2798msgstr ""
2799
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002800#: e2fsck/unix.c:926
Theodore Ts'od085f612010-12-13 08:57:14 -05002801msgid "The -n and -c options are incompatible."
2802msgstr ""
2803
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002804#: e2fsck/unix.c:931
Theodore Ts'od085f612010-12-13 08:57:14 -05002805msgid "The -n and -l/-L options are incompatible."
2806msgstr ""
2807
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002808#: e2fsck/unix.c:985
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002809msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2810msgstr ""
2811
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002812#: e2fsck/unix.c:1032
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002813#, c-format
2814msgid ""
2815"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2816"\n"
2817msgstr ""
2818
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002819#: e2fsck/unix.c:1041
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002820#, c-format
2821msgid ""
2822"\n"
2823"Invalid non-numeric argument to -%c (\"%s\")\n"
2824"\n"
2825msgstr ""
2826
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002827#: e2fsck/unix.c:1132
Theodore Ts'o70d72812012-03-27 15:58:00 -07002828#, c-format
2829msgid ""
2830"MMP interval is %u seconds and total wait time is %u seconds. Please "
2831"wait...\n"
2832msgstr ""
2833
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002834#: e2fsck/unix.c:1149 e2fsck/unix.c:1154
Theodore Ts'of39a46a2011-09-30 22:12:02 -04002835msgid "while checking MMP block"
2836msgstr ""
2837
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002838#: e2fsck/unix.c:1156 misc/tune2fs.c:1950
Theodore Ts'of39a46a2011-09-30 22:12:02 -04002839msgid ""
2840"If you are sure the filesystem is not in use on any node, run:\n"
2841"'tune2fs -f -E clear_mmp {device}'\n"
2842msgstr ""
2843
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002844#: e2fsck/unix.c:1207
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002845msgid "Error: ext2fs library version out of date!\n"
2846msgstr ""
2847
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002848#: e2fsck/unix.c:1214
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002849msgid "while trying to initialize program"
2850msgstr ""
2851
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002852#: e2fsck/unix.c:1237
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002853#, c-format
2854msgid "\tUsing %s, %s\n"
2855msgstr ""
2856
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002857#: e2fsck/unix.c:1249
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002858msgid "need terminal for interactive repairs"
2859msgstr ""
2860
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002861#: e2fsck/unix.c:1303
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002862#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002863msgid "%s: %s trying backup blocks...\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002864msgstr ""
2865
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002866#: e2fsck/unix.c:1305
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002867msgid "Superblock invalid,"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002868msgstr ""
2869
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002870#: e2fsck/unix.c:1306
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002871msgid "Group descriptors look bad..."
2872msgstr ""
2873
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002874#: e2fsck/unix.c:1316
Theodore Ts'o036a8472013-12-28 22:39:41 -05002875#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002876msgid "%s: %s while using the backup blocks"
2877msgstr ""
2878
2879#: e2fsck/unix.c:1320
2880#, c-format
Theodore Ts'o53013932009-05-30 13:50:07 -04002881msgid "%s: going back to original superblock\n"
2882msgstr ""
2883
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002884#: e2fsck/unix.c:1349
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002885msgid ""
2886"The filesystem revision is apparently too high for this version of e2fsck.\n"
2887"(Or the filesystem superblock is corrupt)\n"
2888"\n"
2889msgstr ""
2890
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002891#: e2fsck/unix.c:1356
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002892msgid "Could this be a zero-length partition?\n"
2893msgstr ""
2894
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002895#: e2fsck/unix.c:1358
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002896#, c-format
2897msgid "You must have %s access to the filesystem or be root\n"
2898msgstr ""
2899
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002900#: e2fsck/unix.c:1364
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002901msgid "Possibly non-existent or swap device?\n"
2902msgstr ""
2903
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002904#: e2fsck/unix.c:1366
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002905msgid "Filesystem mounted or opened exclusively by another program?\n"
2906msgstr ""
2907
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002908#: e2fsck/unix.c:1370
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05002909msgid "Possibly non-existent device?\n"
2910msgstr ""
2911
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002912#: e2fsck/unix.c:1373
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002913msgid ""
2914"Disk write-protected; use the -n option to do a read-only\n"
2915"check of the device.\n"
2916msgstr ""
2917
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002918#: e2fsck/unix.c:1437
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002919msgid "Get a newer version of e2fsck!"
2920msgstr ""
2921
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002922#: e2fsck/unix.c:1480
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002923#, c-format
2924msgid "while checking ext3 journal for %s"
2925msgstr ""
2926
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002927#: e2fsck/unix.c:1492
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002928msgid ""
2929"Warning: skipping journal recovery because doing a read-only filesystem "
2930"check.\n"
2931msgstr ""
2932
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002933#: e2fsck/unix.c:1504
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002934#, c-format
2935msgid "unable to set superblock flags on %s\n"
2936msgstr ""
2937
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002938#: e2fsck/unix.c:1511
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002939#, c-format
2940msgid "while recovering ext3 journal of %s"
2941msgstr ""
2942
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002943#: e2fsck/unix.c:1534
Theodore Ts'o8f741372008-02-28 21:47:05 -05002944#, c-format
2945msgid "%s has unsupported feature(s):"
2946msgstr ""
2947
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002948#: e2fsck/unix.c:1549
Theodore Ts'o70d72812012-03-27 15:58:00 -07002949#, c-format
2950msgid "%s: warning: compression support is experimental.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002951msgstr ""
2952
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002953#: e2fsck/unix.c:1555
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002954#, c-format
2955msgid ""
Theodore Ts'o70d72812012-03-27 15:58:00 -07002956"%s: e2fsck not compiled with HTREE support,\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002957"\tbut filesystem %s has HTREE directories.\n"
2958msgstr ""
2959
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002960#: e2fsck/unix.c:1607
Theodore Ts'o70d72812012-03-27 15:58:00 -07002961#, c-format
2962msgid "%s: %s while reading bad blocks inode\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002963msgstr ""
2964
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002965#: e2fsck/unix.c:1610
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002966msgid "This doesn't bode well, but we'll try to go on...\n"
2967msgstr ""
2968
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002969#: e2fsck/unix.c:1651
Theodore Ts'o714da452007-07-07 22:24:13 -04002970#, c-format
2971msgid "Creating journal (%d blocks): "
2972msgstr ""
2973
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002974#: e2fsck/unix.c:1661
Theodore Ts'o714da452007-07-07 22:24:13 -04002975msgid " Done.\n"
2976msgstr ""
2977
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002978#: e2fsck/unix.c:1663
Theodore Ts'o714da452007-07-07 22:24:13 -04002979msgid ""
2980"\n"
2981"*** journal has been re-created - filesystem is now ext3 again ***\n"
2982msgstr ""
2983
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002984#: e2fsck/unix.c:1687
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002985msgid "Restarting e2fsck from the beginning...\n"
2986msgstr ""
2987
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002988#: e2fsck/unix.c:1691
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002989msgid "while resetting context"
2990msgstr ""
2991
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002992#: e2fsck/unix.c:1698
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002993#, c-format
2994msgid "%s: e2fsck canceled.\n"
2995msgstr ""
2996
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002997#: e2fsck/unix.c:1703
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002998msgid "aborted"
2999msgstr ""
3000
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003001#: e2fsck/unix.c:1715 e2fsck/util.c:67
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003002#, c-format
3003msgid ""
3004"\n"
3005"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3006msgstr ""
3007
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003008#: e2fsck/unix.c:1719
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003009#, c-format
3010msgid "%s: ***** REBOOT LINUX *****\n"
3011msgstr ""
3012
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003013#: e2fsck/unix.c:1727 e2fsck/util.c:73
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003014#, c-format
3015msgid ""
3016"\n"
3017"%s: ********** WARNING: Filesystem still has errors **********\n"
3018"\n"
3019msgstr ""
3020
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003021#: e2fsck/unix.c:1767
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003022msgid "while setting block group checksum info"
3023msgstr ""
3024
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003025#: e2fsck/util.c:190 misc/util.c:86
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003026msgid "yY"
3027msgstr ""
3028
Theodore Ts'o8359f622013-01-16 13:50:12 -05003029#: e2fsck/util.c:191
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003030msgid "nN"
3031msgstr ""
3032
Theodore Ts'o8359f622013-01-16 13:50:12 -05003033#: e2fsck/util.c:205
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003034msgid "<y>"
3035msgstr ""
3036
Theodore Ts'o8359f622013-01-16 13:50:12 -05003037#: e2fsck/util.c:207
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003038msgid "<n>"
3039msgstr ""
3040
Theodore Ts'o8359f622013-01-16 13:50:12 -05003041#: e2fsck/util.c:209
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003042msgid " (y/n)"
3043msgstr ""
3044
Theodore Ts'o8359f622013-01-16 13:50:12 -05003045#: e2fsck/util.c:223
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003046msgid "cancelled!\n"
3047msgstr ""
3048
Theodore Ts'o8359f622013-01-16 13:50:12 -05003049#: e2fsck/util.c:238
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003050msgid "yes\n"
3051msgstr ""
3052
Theodore Ts'o8359f622013-01-16 13:50:12 -05003053#: e2fsck/util.c:240
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003054msgid "no\n"
3055msgstr ""
3056
Theodore Ts'o8359f622013-01-16 13:50:12 -05003057#: e2fsck/util.c:250
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003058#, c-format
3059msgid ""
3060"%s? no\n"
3061"\n"
3062msgstr ""
3063
Theodore Ts'o8359f622013-01-16 13:50:12 -05003064#: e2fsck/util.c:254
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003065#, c-format
3066msgid ""
3067"%s? yes\n"
3068"\n"
3069msgstr ""
3070
Theodore Ts'o8359f622013-01-16 13:50:12 -05003071#: e2fsck/util.c:258
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003072msgid "yes"
3073msgstr ""
3074
Theodore Ts'o8359f622013-01-16 13:50:12 -05003075#: e2fsck/util.c:258
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003076msgid "no"
3077msgstr ""
3078
Theodore Ts'o8359f622013-01-16 13:50:12 -05003079#: e2fsck/util.c:273
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003080#, c-format
3081msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3082msgstr ""
3083
Theodore Ts'o8359f622013-01-16 13:50:12 -05003084#: e2fsck/util.c:278
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003085msgid "reading inode and block bitmaps"
3086msgstr ""
3087
Theodore Ts'o8359f622013-01-16 13:50:12 -05003088#: e2fsck/util.c:286
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003089#, c-format
3090msgid "while retrying to read bitmaps for %s"
3091msgstr ""
3092
Theodore Ts'o8359f622013-01-16 13:50:12 -05003093#: e2fsck/util.c:298
Theodore Ts'oaef07952008-08-27 23:18:29 -04003094msgid "writing block and inode bitmaps"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003095msgstr ""
3096
Theodore Ts'o8359f622013-01-16 13:50:12 -05003097#: e2fsck/util.c:303
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003098#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003099msgid "while rewriting block and inode bitmaps for %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003100msgstr ""
3101
Theodore Ts'o8359f622013-01-16 13:50:12 -05003102#: e2fsck/util.c:315
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003103#, c-format
3104msgid ""
3105"\n"
3106"\n"
3107"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3108"\t(i.e., without -a or -p options)\n"
3109msgstr ""
3110
Theodore Ts'o8359f622013-01-16 13:50:12 -05003111#: e2fsck/util.c:396
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003112#, c-format
Theodore Ts'o53013932009-05-30 13:50:07 -04003113msgid "Memory used: %luk/%luk (%luk/%luk), "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003114msgstr ""
3115
Theodore Ts'o8359f622013-01-16 13:50:12 -05003116#: e2fsck/util.c:400
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003117#, c-format
Theodore Ts'o53013932009-05-30 13:50:07 -04003118msgid "Memory used: %lu, "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003119msgstr ""
3120
Theodore Ts'o8359f622013-01-16 13:50:12 -05003121#: e2fsck/util.c:407
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003122#, c-format
3123msgid "time: %5.2f/%5.2f/%5.2f\n"
3124msgstr ""
3125
Theodore Ts'o8359f622013-01-16 13:50:12 -05003126#: e2fsck/util.c:412
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003127#, c-format
3128msgid "elapsed time: %6.3f\n"
3129msgstr ""
3130
Theodore Ts'o8359f622013-01-16 13:50:12 -05003131#: e2fsck/util.c:447 e2fsck/util.c:461
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003132#, c-format
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003133msgid "while reading inode %lu in %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003134msgstr ""
3135
Theodore Ts'o8359f622013-01-16 13:50:12 -05003136#: e2fsck/util.c:475 e2fsck/util.c:488
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003137#, c-format
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003138msgid "while writing inode %lu in %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003139msgstr ""
3140
Theodore Ts'o8359f622013-01-16 13:50:12 -05003141#: e2fsck/util.c:637
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003142msgid "while allocating zeroizing buffer"
3143msgstr ""
3144
Theodore Ts'o8359f622013-01-16 13:50:12 -05003145#: e2fsck/util.c:785
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003146msgid ""
3147"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3148"running.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003149msgstr ""
3150
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003151#: misc/badblocks.c:69
3152msgid "done \n"
3153msgstr ""
3154
Theodore Ts'o8359f622013-01-16 13:50:12 -05003155#: misc/badblocks.c:92
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003156#, c-format
3157msgid ""
3158"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04003159" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3160"max_bad_blocks]\n"
3161" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3162" device [last_block [first_block]]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003163msgstr ""
3164
Theodore Ts'o8359f622013-01-16 13:50:12 -05003165#: misc/badblocks.c:103
Theodore Ts'o714da452007-07-07 22:24:13 -04003166#, c-format
3167msgid ""
3168"%s: The -n and -w options are mutually exclusive.\n"
3169"\n"
3170msgstr ""
3171
Theodore Ts'o8359f622013-01-16 13:50:12 -05003172#: misc/badblocks.c:218
Theodore Ts'o052a7912008-10-12 23:17:54 -04003173#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003174msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Theodore Ts'o052a7912008-10-12 23:17:54 -04003175msgstr ""
3176
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003177#: misc/badblocks.c:323
Theodore Ts'o113e4052003-05-17 21:00:46 -04003178msgid "Testing with random pattern: "
3179msgstr ""
3180
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003181#: misc/badblocks.c:341
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003182msgid "Testing with pattern 0x"
Theodore Ts'o113e4052003-05-17 21:00:46 -04003183msgstr ""
3184
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003185#: misc/badblocks.c:373 misc/badblocks.c:446
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003186msgid "during seek"
3187msgstr ""
3188
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003189#: misc/badblocks.c:384
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003190#, c-format
3191msgid "Weird value (%ld) in do_read\n"
3192msgstr ""
3193
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003194#: misc/badblocks.c:471
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003195msgid "during ext2fs_sync_device"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003196msgstr ""
3197
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003198#: misc/badblocks.c:491 misc/badblocks.c:753
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003199msgid "while beginning bad block list iteration"
3200msgstr ""
3201
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003202#: misc/badblocks.c:506 misc/badblocks.c:606 misc/badblocks.c:764
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003203msgid "while allocating buffers"
3204msgstr ""
3205
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003206#: misc/badblocks.c:510
Theodore Ts'o113e4052003-05-17 21:00:46 -04003207#, c-format
3208msgid "Checking blocks %lu to %lu\n"
3209msgstr ""
3210
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003211#: misc/badblocks.c:515
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003212msgid "Checking for bad blocks in read-only mode\n"
3213msgstr ""
3214
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003215#: misc/badblocks.c:524
Theodore Ts'o113e4052003-05-17 21:00:46 -04003216msgid "Checking for bad blocks (read-only test): "
3217msgstr ""
3218
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003219#: misc/badblocks.c:531 misc/badblocks.c:638 misc/badblocks.c:680
3220#: misc/badblocks.c:827
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003221msgid "Too many bad blocks, aborting test\n"
3222msgstr ""
3223
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003224#: misc/badblocks.c:613
Theodore Ts'o113e4052003-05-17 21:00:46 -04003225msgid "Checking for bad blocks in read-write mode\n"
3226msgstr ""
3227
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003228#: misc/badblocks.c:615 misc/badblocks.c:777
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003229#, c-format
3230msgid "From block %lu to %lu\n"
3231msgstr ""
3232
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003233#: misc/badblocks.c:670
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003234msgid "Reading and comparing: "
3235msgstr ""
3236
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003237#: misc/badblocks.c:776
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003238msgid "Checking for bad blocks in non-destructive read-write mode\n"
3239msgstr ""
3240
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003241#: misc/badblocks.c:782
Theodore Ts'o113e4052003-05-17 21:00:46 -04003242msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003243msgstr ""
3244
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003245#: misc/badblocks.c:789
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003246msgid ""
3247"\n"
3248"Interrupt caught, cleaning up\n"
3249msgstr ""
3250
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003251#: misc/badblocks.c:872
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003252#, c-format
3253msgid "during test data write, block %lu"
3254msgstr ""
3255
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003256#: misc/badblocks.c:993 misc/util.c:316
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003257#, c-format
3258msgid "%s is mounted; "
3259msgstr ""
3260
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003261#: misc/badblocks.c:995
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003262msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3263msgstr ""
3264
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003265#: misc/badblocks.c:1000
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003266msgid "it's not safe to run badblocks!\n"
3267msgstr ""
3268
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003269#: misc/badblocks.c:1005 misc/util.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003270#, c-format
3271msgid "%s is apparently in use by the system; "
3272msgstr ""
3273
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003274#: misc/badblocks.c:1008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003275msgid "badblocks forced anyway.\n"
3276msgstr ""
3277
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003278#: misc/badblocks.c:1028
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003279#, c-format
3280msgid "invalid %s - %s"
3281msgstr ""
3282
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003283#: misc/badblocks.c:1139
Theodore Ts'o113e4052003-05-17 21:00:46 -04003284#, c-format
3285msgid "can't allocate memory for test_pattern - %s"
3286msgstr ""
3287
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003288#: misc/badblocks.c:1169
Theodore Ts'o113e4052003-05-17 21:00:46 -04003289msgid "Maximum of one test_pattern may be specified in read-only mode"
3290msgstr ""
3291
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003292#: misc/badblocks.c:1175
Theodore Ts'o113e4052003-05-17 21:00:46 -04003293msgid "Random test_pattern is not allowed in read-only mode"
3294msgstr ""
3295
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003296#: misc/badblocks.c:1189
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003297msgid ""
3298"Couldn't determine device size; you must specify\n"
3299"the size manually\n"
3300msgstr ""
3301
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003302#: misc/badblocks.c:1195
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003303msgid "while trying to determine device size"
3304msgstr ""
3305
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003306#: misc/badblocks.c:1200
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003307msgid "last block"
3308msgstr ""
3309
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003310#: misc/badblocks.c:1206
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003311msgid "first block"
3312msgstr ""
3313
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003314#: misc/badblocks.c:1209
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003315#, c-format
Theodore Ts'o036a8472013-12-28 22:39:41 -05003316msgid "invalid starting block (%llu): must be less than %llu"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003317msgstr ""
3318
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003319#: misc/badblocks.c:1216
Theodore Ts'o036a8472013-12-28 22:39:41 -05003320#, c-format
3321msgid "invalid end block (%llu): must be 32-bit value"
3322msgstr ""
3323
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003324#: misc/badblocks.c:1272
Theodore Ts'o197abba2005-06-20 18:00:23 -04003325msgid "while creating in-memory bad blocks list"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003326msgstr ""
3327
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003328#: misc/badblocks.c:1281
Theodore Ts'o036a8472013-12-28 22:39:41 -05003329msgid "input file - bad format"
3330msgstr ""
3331
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003332#: misc/badblocks.c:1289 misc/badblocks.c:1298
Theodore Ts'o197abba2005-06-20 18:00:23 -04003333msgid "while adding to in-memory bad block list"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003334msgstr ""
3335
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003336#: misc/badblocks.c:1323
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003337#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003338msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003339msgstr ""
3340
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003341#: misc/chattr.c:86
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003342#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003343msgid "Usage: %s [-RVf] [-+=aAcCdDeijsStTu] [-v version] files...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003344msgstr ""
3345
Theodore Ts'o67b37212012-07-29 20:38:48 -04003346#: misc/chattr.c:155
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003347#, c-format
3348msgid "bad version - %s\n"
3349msgstr ""
3350
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04003351#: misc/chattr.c:201 misc/lsattr.c:116
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003352#, c-format
3353msgid "while trying to stat %s"
3354msgstr ""
3355
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04003356#: misc/chattr.c:208
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003357#, c-format
3358msgid "while reading flags on %s"
3359msgstr ""
3360
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04003361#: misc/chattr.c:213 misc/chattr.c:225
Theodore Ts'o53013932009-05-30 13:50:07 -04003362#, c-format
3363msgid "Flags of %s set as "
3364msgstr ""
3365
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04003366#: misc/chattr.c:234
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003367#, c-format
3368msgid "while setting flags on %s"
3369msgstr ""
3370
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04003371#: misc/chattr.c:242
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003372#, c-format
3373msgid "Version of %s set as %lu\n"
3374msgstr ""
3375
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04003376#: misc/chattr.c:246
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003377#, c-format
3378msgid "while setting version on %s"
3379msgstr ""
3380
Theodore Ts'o036a8472013-12-28 22:39:41 -05003381#: misc/chattr.c:267
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003382msgid "Couldn't allocate path variable in chattr_dir_proc"
3383msgstr ""
3384
Theodore Ts'o036a8472013-12-28 22:39:41 -05003385#: misc/chattr.c:307
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003386msgid "= is incompatible with - and +\n"
3387msgstr ""
3388
Theodore Ts'o036a8472013-12-28 22:39:41 -05003389#: misc/chattr.c:315
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003390msgid "Must use '-v', =, - or +\n"
3391msgstr ""
3392
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003393#: misc/dumpe2fs.c:55
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003394#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05003395msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003396msgstr ""
3397
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003398#: misc/dumpe2fs.c:159
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003399msgid "blocks"
3400msgstr ""
3401
Theodore Ts'o036a8472013-12-28 22:39:41 -05003402#: misc/dumpe2fs.c:169
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003403msgid "clusters"
3404msgstr ""
3405
Theodore Ts'o036a8472013-12-28 22:39:41 -05003406#: misc/dumpe2fs.c:197
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003407#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003408msgid "Group %lu: (Blocks "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003409msgstr ""
3410
Theodore Ts'o036a8472013-12-28 22:39:41 -05003411#: misc/dumpe2fs.c:205
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003412#, c-format
Theodore Ts'o70d72812012-03-27 15:58:00 -07003413msgid " Checksum 0x%04x"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003414msgstr ""
3415
Theodore Ts'o036a8472013-12-28 22:39:41 -05003416#: misc/dumpe2fs.c:207
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003417#, c-format
Theodore Ts'o70d72812012-03-27 15:58:00 -07003418msgid " (EXPECTED 0x%04x)"
3419msgstr ""
3420
Theodore Ts'o036a8472013-12-28 22:39:41 -05003421#: misc/dumpe2fs.c:208
Theodore Ts'o70d72812012-03-27 15:58:00 -07003422#, c-format
3423msgid ", unused inodes %u\n"
3424msgstr ""
3425
Theodore Ts'o036a8472013-12-28 22:39:41 -05003426#: misc/dumpe2fs.c:213
Theodore Ts'o70d72812012-03-27 15:58:00 -07003427#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003428msgid " %s superblock at "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003429msgstr ""
3430
Theodore Ts'o036a8472013-12-28 22:39:41 -05003431#: misc/dumpe2fs.c:214
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003432msgid "Primary"
3433msgstr ""
3434
Theodore Ts'o036a8472013-12-28 22:39:41 -05003435#: misc/dumpe2fs.c:214
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003436msgid "Backup"
3437msgstr ""
3438
Theodore Ts'o036a8472013-12-28 22:39:41 -05003439#: misc/dumpe2fs.c:218
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003440msgid ", Group descriptors at "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003441msgstr ""
3442
Theodore Ts'o036a8472013-12-28 22:39:41 -05003443#: misc/dumpe2fs.c:222
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003444msgid ""
3445"\n"
3446" Reserved GDT blocks at "
3447msgstr ""
3448
Theodore Ts'o036a8472013-12-28 22:39:41 -05003449#: misc/dumpe2fs.c:229
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003450msgid " Group descriptor at "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003451msgstr ""
3452
Theodore Ts'o036a8472013-12-28 22:39:41 -05003453#: misc/dumpe2fs.c:235
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003454msgid " Block bitmap at "
3455msgstr ""
3456
Theodore Ts'o036a8472013-12-28 22:39:41 -05003457#: misc/dumpe2fs.c:239
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003458msgid ", Inode bitmap at "
3459msgstr ""
3460
Theodore Ts'o036a8472013-12-28 22:39:41 -05003461#: misc/dumpe2fs.c:243
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003462msgid ""
3463"\n"
3464" Inode table at "
3465msgstr ""
3466
Theodore Ts'o036a8472013-12-28 22:39:41 -05003467#: misc/dumpe2fs.c:249
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003468#, c-format
3469msgid ""
3470"\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003471" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003472msgstr ""
3473
Theodore Ts'o036a8472013-12-28 22:39:41 -05003474#: misc/dumpe2fs.c:256
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003475#, c-format
3476msgid ", %u unused inodes\n"
3477msgstr ""
3478
Theodore Ts'o036a8472013-12-28 22:39:41 -05003479#: misc/dumpe2fs.c:259
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003480msgid " Free blocks: "
3481msgstr ""
3482
Theodore Ts'o036a8472013-12-28 22:39:41 -05003483#: misc/dumpe2fs.c:274
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003484msgid " Free inodes: "
3485msgstr ""
3486
Theodore Ts'o036a8472013-12-28 22:39:41 -05003487#: misc/dumpe2fs.c:310
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003488msgid "while printing bad block list"
3489msgstr ""
3490
Theodore Ts'o036a8472013-12-28 22:39:41 -05003491#: misc/dumpe2fs.c:316
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003492#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04003493msgid "Bad blocks: %u"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003494msgstr ""
3495
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003496#: misc/dumpe2fs.c:345 misc/tune2fs.c:314
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003497msgid "while reading journal inode"
3498msgstr ""
3499
Theodore Ts'o036a8472013-12-28 22:39:41 -05003500#: misc/dumpe2fs.c:351
Theodore Ts'o90806952010-02-10 15:49:32 -05003501msgid "while opening journal inode"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003502msgstr ""
3503
Theodore Ts'o036a8472013-12-28 22:39:41 -05003504#: misc/dumpe2fs.c:357
Theodore Ts'o90806952010-02-10 15:49:32 -05003505msgid "while reading journal super block"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003506msgstr ""
3507
Theodore Ts'o036a8472013-12-28 22:39:41 -05003508#: misc/dumpe2fs.c:364
3509msgid "Journal superblock magic number invalid!\n"
3510msgstr ""
3511
3512#: misc/dumpe2fs.c:367
Theodore Ts'o90806952010-02-10 15:49:32 -05003513msgid "Journal features: "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003514msgstr ""
3515
Theodore Ts'o036a8472013-12-28 22:39:41 -05003516#: misc/dumpe2fs.c:380
Theodore Ts'o90806952010-02-10 15:49:32 -05003517msgid "Journal size: "
3518msgstr ""
3519
Theodore Ts'o036a8472013-12-28 22:39:41 -05003520#: misc/dumpe2fs.c:391
Theodore Ts'o90806952010-02-10 15:49:32 -05003521#, c-format
3522msgid ""
3523"Journal length: %u\n"
3524"Journal sequence: 0x%08x\n"
3525"Journal start: %u\n"
3526msgstr ""
3527
Theodore Ts'o036a8472013-12-28 22:39:41 -05003528#: misc/dumpe2fs.c:398
Theodore Ts'od6a3e412012-06-12 17:21:38 -04003529#, c-format
3530msgid "Journal errno: %d\n"
3531msgstr ""
3532
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003533#: misc/dumpe2fs.c:415 misc/tune2fs.c:230
Theodore Ts'o90806952010-02-10 15:49:32 -05003534msgid "while reading journal superblock"
3535msgstr ""
3536
Theodore Ts'o036a8472013-12-28 22:39:41 -05003537#: misc/dumpe2fs.c:423
Theodore Ts'o90806952010-02-10 15:49:32 -05003538msgid "Couldn't find journal superblock magic numbers"
3539msgstr ""
3540
Theodore Ts'o036a8472013-12-28 22:39:41 -05003541#: misc/dumpe2fs.c:427
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003542#, c-format
3543msgid ""
3544"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003545"Journal block size: %u\n"
3546"Journal length: %u\n"
3547"Journal first block: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003548"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003549"Journal start: %u\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04003550"Journal number of users: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003551msgstr ""
3552
Theodore Ts'o036a8472013-12-28 22:39:41 -05003553#: misc/dumpe2fs.c:440
Theodore Ts'o197abba2005-06-20 18:00:23 -04003554#, c-format
3555msgid "Journal users: %s\n"
3556msgstr ""
3557
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003558#: misc/dumpe2fs.c:456 misc/mke2fs.c:743 misc/tune2fs.c:1178
Theodore Ts'o8f741372008-02-28 21:47:05 -05003559msgid "Couldn't allocate memory to parse options!\n"
3560msgstr ""
3561
Theodore Ts'o036a8472013-12-28 22:39:41 -05003562#: misc/dumpe2fs.c:482
Theodore Ts'o8f741372008-02-28 21:47:05 -05003563#, c-format
3564msgid "Invalid superblock parameter: %s\n"
3565msgstr ""
3566
Theodore Ts'o036a8472013-12-28 22:39:41 -05003567#: misc/dumpe2fs.c:497
Theodore Ts'o8f741372008-02-28 21:47:05 -05003568#, c-format
3569msgid "Invalid blocksize parameter: %s\n"
3570msgstr ""
3571
Theodore Ts'o036a8472013-12-28 22:39:41 -05003572#: misc/dumpe2fs.c:508
Theodore Ts'o8f741372008-02-28 21:47:05 -05003573#, c-format
3574msgid ""
3575"\n"
3576"Bad extended option(s) specified: %s\n"
3577"\n"
3578"Extended options are separated by commas, and may take an argument which\n"
3579"\tis set off by an equals ('=') sign.\n"
3580"\n"
3581"Valid extended options are:\n"
3582"\tsuperblock=<superblock number>\n"
3583"\tblocksize=<blocksize>\n"
3584msgstr ""
3585
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003586#: misc/dumpe2fs.c:568 misc/mke2fs.c:1734
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003587#, c-format
3588msgid "\tUsing %s\n"
3589msgstr ""
3590
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003591#: misc/dumpe2fs.c:604 misc/e2image.c:1582 misc/tune2fs.c:1961
Theodore Ts'o036a8472013-12-28 22:39:41 -05003592#: resize/main.c:318
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003593msgid "Couldn't find valid filesystem superblock.\n"
3594msgstr ""
3595
Theodore Ts'o036a8472013-12-28 22:39:41 -05003596#: misc/dumpe2fs.c:632
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003597#, c-format
3598msgid ""
3599"\n"
3600"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003601msgstr ""
3602
Theodore Ts'o036a8472013-12-28 22:39:41 -05003603#: misc/e2image.c:101
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003604#, c-format
Theodore Ts'o036a8472013-12-28 22:39:41 -05003605msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003606msgstr ""
3607
Theodore Ts'o036a8472013-12-28 22:39:41 -05003608#: misc/e2image.c:103
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003609#, c-format
Theodore Ts'o036a8472013-12-28 22:39:41 -05003610msgid " %s -I device image-file\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003611msgstr ""
3612
Theodore Ts'o036a8472013-12-28 22:39:41 -05003613#: misc/e2image.c:104
3614#, c-format
3615msgid ""
3616" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
3617"[ dest_fs ]\n"
3618msgstr ""
3619
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003620#: misc/e2image.c:169 misc/e2image.c:576 misc/e2image.c:582
3621#: misc/e2image.c:1178
Theodore Ts'o036a8472013-12-28 22:39:41 -05003622msgid "while allocating buffer"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003623msgstr ""
3624
Theodore Ts'o8359f622013-01-16 13:50:12 -05003625#: misc/e2image.c:174
Theodore Ts'o036a8472013-12-28 22:39:41 -05003626#, c-format
3627msgid "Writing block %llu\n"
3628msgstr ""
3629
3630#: misc/e2image.c:188
3631#, c-format
3632msgid "error writing block %llu"
3633msgstr ""
3634
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003635#: misc/e2image.c:191
3636msgid "error in generic_write()"
Theodore Ts'o036a8472013-12-28 22:39:41 -05003637msgstr ""
3638
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003639#: misc/e2image.c:208
Theodore Ts'o036a8472013-12-28 22:39:41 -05003640msgid "Error: header size is bigger than wrt_size\n"
3641msgstr ""
3642
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003643#: misc/e2image.c:213
Theodore Ts'o036a8472013-12-28 22:39:41 -05003644msgid "Couldn't allocate header buffer\n"
3645msgstr ""
3646
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003647#: misc/e2image.c:241
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003648msgid "while writing superblock"
3649msgstr ""
3650
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003651#: misc/e2image.c:250
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003652msgid "while writing inode table"
3653msgstr ""
3654
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003655#: misc/e2image.c:258
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003656msgid "while writing block bitmap"
3657msgstr ""
3658
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003659#: misc/e2image.c:266
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003660msgid "while writing inode bitmap"
3661msgstr ""
3662
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003663#: misc/e2image.c:502
Theodore Ts'o036a8472013-12-28 22:39:41 -05003664#, c-format
3665msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
3666msgstr ""
3667
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003668#: misc/e2image.c:514
Theodore Ts'o036a8472013-12-28 22:39:41 -05003669#, c-format
3670msgid "Corrupt directory block %llu: bad name_len (%d)\n"
3671msgstr ""
3672
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003673#: misc/e2image.c:555
Theodore Ts'o036a8472013-12-28 22:39:41 -05003674#, c-format
3675msgid "%llu / %llu blocks (%d%%)"
3676msgstr ""
3677
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003678#: misc/e2image.c:586 misc/e2image.c:626
Theodore Ts'o036a8472013-12-28 22:39:41 -05003679msgid "Copying "
3680msgstr ""
3681
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003682#: misc/e2image.c:623
Theodore Ts'o036a8472013-12-28 22:39:41 -05003683msgid ""
3684"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
3685msgstr ""
3686
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003687#: misc/e2image.c:649
Theodore Ts'o036a8472013-12-28 22:39:41 -05003688#, c-format
3689msgid " %s remaining at %.2f MB/s"
3690msgstr ""
3691
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003692#: misc/e2image.c:661 misc/e2image.c:1188
Theodore Ts'o036a8472013-12-28 22:39:41 -05003693#, c-format
3694msgid "error reading block %llu"
3695msgstr ""
3696
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003697#: misc/e2image.c:715
Theodore Ts'o036a8472013-12-28 22:39:41 -05003698#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003699msgid "Copied %llu / %llu blocks (%d%%) in %s "
Theodore Ts'o036a8472013-12-28 22:39:41 -05003700msgstr ""
3701
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003702#: misc/e2image.c:719
3703#, c-format
3704msgid "at %.2f MB/s"
3705msgstr ""
3706
3707#: misc/e2image.c:755
Theodore Ts'o036a8472013-12-28 22:39:41 -05003708msgid "while allocating l1 table"
3709msgstr ""
3710
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003711#: misc/e2image.c:800
Theodore Ts'o036a8472013-12-28 22:39:41 -05003712msgid "while allocating l2 cache"
3713msgstr ""
3714
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003715#: misc/e2image.c:823
Theodore Ts'o036a8472013-12-28 22:39:41 -05003716msgid ""
3717"Warning: There are still tables in the cache while putting the cache, data "
3718"will be lost so the image may not be valid.\n"
3719msgstr ""
3720
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003721#: misc/e2image.c:1145
Theodore Ts'o036a8472013-12-28 22:39:41 -05003722msgid "while allocating ext2_qcow2_image"
3723msgstr ""
3724
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003725#: misc/e2image.c:1152
Theodore Ts'o036a8472013-12-28 22:39:41 -05003726msgid "while initializing ext2_qcow2_image"
3727msgstr ""
3728
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003729#: misc/e2image.c:1211 misc/e2image.c:1229
Theodore Ts'o036a8472013-12-28 22:39:41 -05003730msgid "Programming error: multiple sequential refcount blocks created!\n"
3731msgstr ""
3732
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003733#: misc/e2image.c:1269
Theodore Ts'o036a8472013-12-28 22:39:41 -05003734msgid "while allocating block bitmap"
3735msgstr ""
3736
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003737#: misc/e2image.c:1278
Theodore Ts'o036a8472013-12-28 22:39:41 -05003738msgid "while allocating scramble block bitmap"
3739msgstr ""
3740
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003741#: misc/e2image.c:1285
Theodore Ts'o036a8472013-12-28 22:39:41 -05003742msgid "Scanning inodes...\n"
3743msgstr ""
3744
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003745#: misc/e2image.c:1297
Theodore Ts'o036a8472013-12-28 22:39:41 -05003746msgid "Can't allocate block buffer"
3747msgstr ""
3748
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003749#: misc/e2image.c:1336 misc/e2image.c:1350
Theodore Ts'o036a8472013-12-28 22:39:41 -05003750#, c-format
3751msgid "while iterating over inode %u"
3752msgstr ""
3753
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003754#: misc/e2image.c:1381
3755msgid "Raw and qcow2 images cannot be installed"
Theodore Ts'o036a8472013-12-28 22:39:41 -05003756msgstr ""
3757
3758#: misc/e2image.c:1403
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003759msgid "error reading bitmaps"
3760msgstr ""
3761
3762#: misc/e2image.c:1415
Theodore Ts'o036a8472013-12-28 22:39:41 -05003763msgid "while opening device file"
3764msgstr ""
3765
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003766#: misc/e2image.c:1426
3767msgid "while restoring the image table"
3768msgstr ""
3769
3770#: misc/e2image.c:1523
Theodore Ts'o036a8472013-12-28 22:39:41 -05003771msgid "-a option can only be used with raw or QCOW2 images."
3772msgstr ""
3773
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003774#: misc/e2image.c:1529
Theodore Ts'o036a8472013-12-28 22:39:41 -05003775msgid "Offsets are only allowed with raw images."
3776msgstr ""
3777
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003778#: misc/e2image.c:1534
Theodore Ts'o036a8472013-12-28 22:39:41 -05003779msgid "Move mode is only allowed with raw images."
3780msgstr ""
3781
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003782#: misc/e2image.c:1539
Theodore Ts'o036a8472013-12-28 22:39:41 -05003783msgid "Move mode requires all data mode."
3784msgstr ""
3785
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003786#: misc/e2image.c:1549
Theodore Ts'o036a8472013-12-28 22:39:41 -05003787msgid "checking if mounted"
3788msgstr ""
3789
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003790#: misc/e2image.c:1556
Theodore Ts'o036a8472013-12-28 22:39:41 -05003791msgid ""
3792"\n"
3793"Running e2image on a R/W mounted filesystem can result in an\n"
3794"inconsistent image which will not be useful for debugging purposes.\n"
3795"Use -f option if you really want to do that.\n"
3796msgstr ""
3797
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003798#: misc/e2image.c:1608
Theodore Ts'o036a8472013-12-28 22:39:41 -05003799msgid "QCOW2 image can not be written to the stdout!\n"
3800msgstr ""
3801
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003802#: misc/e2image.c:1614
3803msgid "Can not stat output\n"
3804msgstr ""
3805
3806#: misc/e2image.c:1624
Theodore Ts'o036a8472013-12-28 22:39:41 -05003807#, c-format
3808msgid "Image (%s) is compressed\n"
3809msgstr ""
3810
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003811#: misc/e2image.c:1627
Theodore Ts'o036a8472013-12-28 22:39:41 -05003812#, c-format
3813msgid "Image (%s) is encrypted\n"
3814msgstr ""
3815
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003816#: misc/e2image.c:1630
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003817#, c-format
3818msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
3819msgstr ""
3820
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003821#: misc/e2image.c:1639
Theodore Ts'o036a8472013-12-28 22:39:41 -05003822msgid "The -c option only supported in raw mode\n"
3823msgstr ""
3824
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003825#: misc/e2image.c:1644
3826msgid "The -c option not supported when writing to stdout\n"
Theodore Ts'o036a8472013-12-28 22:39:41 -05003827msgstr ""
3828
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003829#: misc/e2image.c:1651
Theodore Ts'o036a8472013-12-28 22:39:41 -05003830msgid "while allocating check_buf"
3831msgstr ""
3832
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003833#: misc/e2image.c:1657
Theodore Ts'o036a8472013-12-28 22:39:41 -05003834msgid "The -p option only supported in raw mode\n"
3835msgstr ""
3836
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003837#: misc/e2image.c:1667
Theodore Ts'o036a8472013-12-28 22:39:41 -05003838#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003839msgid "%d blocks already contained the data to be copied\n"
Theodore Ts'o036a8472013-12-28 22:39:41 -05003840msgstr ""
3841
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003842#: misc/e2label.c:58
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003843#, c-format
3844msgid "e2label: cannot open %s\n"
3845msgstr ""
3846
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003847#: misc/e2label.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003848#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003849msgid "e2label: cannot seek to superblock\n"
3850msgstr ""
3851
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003852#: misc/e2label.c:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003853#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003854msgid "e2label: error reading superblock\n"
3855msgstr ""
3856
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003857#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003858#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003859msgid "e2label: not an ext2 filesystem\n"
3860msgstr ""
3861
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003862#: misc/e2label.c:97 misc/tune2fs.c:2126
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003863#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003864msgid "Warning: label too long, truncating.\n"
3865msgstr ""
3866
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003867#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003868#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003869msgid "e2label: cannot seek to superblock again\n"
3870msgstr ""
3871
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003872#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003873#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003874msgid "e2label: error writing superblock\n"
3875msgstr ""
3876
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003877#: misc/e2label.c:117 misc/tune2fs.c:838
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003878#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003879msgid "Usage: e2label device [newlabel]\n"
3880msgstr ""
3881
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003882#: misc/e2undo.c:36
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003883#, c-format
3884msgid "Usage: %s <transaction file> <filesystem>\n"
3885msgstr ""
3886
Theodore Ts'oaef07952008-08-27 23:18:29 -04003887#: misc/e2undo.c:52
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003888msgid "Failed to read the file system data \n"
3889msgstr ""
3890
Theodore Ts'o6a287f72011-10-05 02:08:10 -04003891#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003892#, c-format
3893msgid "Failed tdb_fetch %s\n"
3894msgstr ""
3895
Theodore Ts'oaef07952008-08-27 23:18:29 -04003896#: misc/e2undo.c:70
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003897#, c-format
3898msgid "The file system Mount time didn't match %u\n"
3899msgstr ""
3900
Theodore Ts'oaef07952008-08-27 23:18:29 -04003901#: misc/e2undo.c:89
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003902msgid "The file system UUID didn't match \n"
3903msgstr ""
3904
Theodore Ts'o6a287f72011-10-05 02:08:10 -04003905#: misc/e2undo.c:163
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003906#, c-format
3907msgid "Failed tdb_open %s\n"
3908msgstr ""
3909
Theodore Ts'o6a287f72011-10-05 02:08:10 -04003910#: misc/e2undo.c:169
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003911#, c-format
3912msgid "Error while determining whether %s is mounted.\n"
3913msgstr ""
3914
Theodore Ts'o6a287f72011-10-05 02:08:10 -04003915#: misc/e2undo.c:175
Theodore Ts'oaef07952008-08-27 23:18:29 -04003916msgid "e2undo should only be run on unmounted file system\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003917msgstr ""
3918
Theodore Ts'o6a287f72011-10-05 02:08:10 -04003919#: misc/e2undo.c:184
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003920#, c-format
3921msgid "Failed to open %s\n"
3922msgstr ""
3923
Theodore Ts'o6a287f72011-10-05 02:08:10 -04003924#: misc/e2undo.c:210
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003925#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04003926msgid "Replayed transaction of size %zd at location %llu\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003927msgstr ""
3928
Theodore Ts'o6a287f72011-10-05 02:08:10 -04003929#: misc/e2undo.c:216
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003930#, c-format
3931msgid "Failed write %s\n"
3932msgstr ""
3933
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003934#: misc/fsck.c:343
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003935#, c-format
3936msgid "WARNING: couldn't open %s: %s\n"
3937msgstr ""
3938
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003939#: misc/fsck.c:353
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003940#, c-format
3941msgid "WARNING: bad format on line %d of %s\n"
3942msgstr ""
3943
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003944#: misc/fsck.c:370
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003945msgid ""
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04003946"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003947"\tfield. I will kludge around things for you, but you\n"
3948"\tshould fix your /etc/fstab file as soon as you can.\n"
3949"\n"
3950msgstr ""
3951
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003952#: misc/fsck.c:478
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003953#, c-format
3954msgid "fsck: %s: not found\n"
3955msgstr ""
3956
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003957#: misc/fsck.c:594
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003958#, c-format
3959msgid "%s: wait: No more child process?!?\n"
3960msgstr ""
3961
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003962#: misc/fsck.c:616
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003963#, c-format
3964msgid "Warning... %s for device %s exited with signal %d.\n"
3965msgstr ""
3966
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003967#: misc/fsck.c:622
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003968#, c-format
3969msgid "%s %s: status is %x, should never happen.\n"
3970msgstr ""
3971
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003972#: misc/fsck.c:661
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003973#, c-format
3974msgid "Finished with %s (exit status %d)\n"
3975msgstr ""
3976
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003977#: misc/fsck.c:721
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003978#, c-format
3979msgid "%s: Error %d while executing fsck.%s for %s\n"
3980msgstr ""
3981
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003982#: misc/fsck.c:742
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003983msgid ""
3984"Either all or none of the filesystem types passed to -t must be prefixed\n"
3985"with 'no' or '!'.\n"
3986msgstr ""
3987
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003988#: misc/fsck.c:761
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003989msgid "Couldn't allocate memory for filesystem types\n"
3990msgstr ""
3991
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003992#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003993#, c-format
3994msgid ""
3995"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3996"number\n"
3997msgstr ""
3998
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04003999#: misc/fsck.c:911
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004000#, c-format
4001msgid "fsck: cannot check %s: fsck.%s not found\n"
4002msgstr ""
4003
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004004#: misc/fsck.c:967
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004005msgid "Checking all file systems.\n"
4006msgstr ""
4007
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004008#: misc/fsck.c:1058
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004009#, c-format
4010msgid "--waiting-- (pass %d)\n"
4011msgstr ""
4012
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004013#: misc/fsck.c:1078
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05004014msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05004015"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004016msgstr ""
4017
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004018#: misc/fsck.c:1120
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004019#, c-format
4020msgid "%s: too many devices\n"
4021msgstr ""
4022
Theodore Ts'o8cf716a2012-05-14 16:08:47 -04004023#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004024#, c-format
4025msgid "%s: too many arguments\n"
4026msgstr ""
4027
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004028#: misc/lsattr.c:74
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004029#, c-format
4030msgid "Usage: %s [-RVadlv] [files...]\n"
4031msgstr ""
4032
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004033#: misc/lsattr.c:84
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004034#, c-format
4035msgid "While reading flags on %s"
4036msgstr ""
4037
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004038#: misc/lsattr.c:91
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004039#, c-format
4040msgid "While reading version on %s"
4041msgstr ""
4042
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004043#: misc/mke2fs.c:123
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004044#, c-format
4045msgid ""
Theodore Ts'o6a287f72011-10-05 02:08:10 -04004046"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004047"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o70218a02012-02-17 15:22:46 -05004048"\t[-G flex-group-size] [-N number-of-inodes]\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004049"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04004050"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004051"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o70d72812012-03-27 15:58:00 -07004052"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
4053"count]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004054msgstr ""
4055
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004056#: misc/mke2fs.c:252
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004057#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05004058msgid "Running command: %s\n"
4059msgstr ""
4060
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004061#: misc/mke2fs.c:256
Theodore Ts'o90806952010-02-10 15:49:32 -05004062#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004063msgid "while trying to run '%s'"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004064msgstr ""
4065
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004066#: misc/mke2fs.c:263
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004067msgid "while processing list of bad blocks from program"
4068msgstr ""
4069
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004070#: misc/mke2fs.c:290
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04004071#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004072msgid "Block %d in primary superblock/group descriptor area bad.\n"
4073msgstr ""
4074
4075#: misc/mke2fs.c:292
4076#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04004077msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4078msgstr ""
4079
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004080#: misc/mke2fs.c:295
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004081msgid "Aborting....\n"
4082msgstr ""
4083
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004084#: misc/mke2fs.c:315
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004085#, c-format
4086msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004087"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004088"\tbad blocks.\n"
4089"\n"
4090msgstr ""
4091
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004092#: misc/mke2fs.c:334
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004093msgid "while marking bad blocks as used"
4094msgstr ""
4095
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004096#: misc/mke2fs.c:386
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004097msgid "Writing inode tables: "
4098msgstr ""
4099
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004100#: misc/mke2fs.c:407
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004101#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004102msgid ""
4103"\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004104"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004105msgstr ""
4106
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004107#: misc/mke2fs.c:421 misc/mke2fs.c:2477 misc/mke2fs.c:2762
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004108msgid "done \n"
4109msgstr ""
4110
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004111#: misc/mke2fs.c:432
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004112msgid "while creating root dir"
4113msgstr ""
4114
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004115#: misc/mke2fs.c:439
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004116msgid "while reading root inode"
4117msgstr ""
4118
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004119#: misc/mke2fs.c:451
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004120msgid "while setting root inode ownership"
4121msgstr ""
4122
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004123#: misc/mke2fs.c:469
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004124msgid "while creating /lost+found"
4125msgstr ""
4126
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004127#: misc/mke2fs.c:476
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004128msgid "while looking up /lost+found"
4129msgstr ""
4130
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004131#: misc/mke2fs.c:489
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004132msgid "while expanding /lost+found"
4133msgstr ""
4134
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004135#: misc/mke2fs.c:504
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004136msgid "while setting bad block inode"
4137msgstr ""
4138
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004139#: misc/mke2fs.c:531
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004140#, c-format
4141msgid "Out of memory erasing sectors %d-%d\n"
4142msgstr ""
4143
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004144#: misc/mke2fs.c:541
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004145#, c-format
4146msgid "Warning: could not read block 0: %s\n"
4147msgstr ""
4148
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004149#: misc/mke2fs.c:557
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004150#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004151msgid "Warning: could not erase sector %d: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004152msgstr ""
4153
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004154#: misc/mke2fs.c:573
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004155msgid "while initializing journal superblock"
4156msgstr ""
4157
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004158#: misc/mke2fs.c:581
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004159msgid "Zeroing journal device: "
4160msgstr ""
4161
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004162#: misc/mke2fs.c:593
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004163#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004164msgid "while zeroing journal device (block %llu, count %d)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004165msgstr ""
4166
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004167#: misc/mke2fs.c:611
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004168msgid "while writing journal superblock"
4169msgstr ""
4170
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004171#: misc/mke2fs.c:626
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004172#, c-format
4173msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
4174msgstr ""
4175
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004176#: misc/mke2fs.c:634
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004177#, c-format
4178msgid ""
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004179"warning: %llu blocks unused.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004180"\n"
4181msgstr ""
4182
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004183#: misc/mke2fs.c:639
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004184#, c-format
4185msgid "Filesystem label=%s\n"
4186msgstr ""
4187
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004188#: misc/mke2fs.c:642
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004189#, c-format
4190msgid "OS type: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004191msgstr ""
4192
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004193#: misc/mke2fs.c:644
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004194#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05004195msgid "Block size=%u (log=%u)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004196msgstr ""
4197
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004198#: misc/mke2fs.c:648
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004199#, c-format
4200msgid "Cluster size=%u (log=%u)\n"
4201msgstr ""
4202
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004203#: misc/mke2fs.c:652
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004204#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05004205msgid "Fragment size=%u (log=%u)\n"
4206msgstr ""
4207
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004208#: misc/mke2fs.c:654
Theodore Ts'o90806952010-02-10 15:49:32 -05004209#, c-format
4210msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4211msgstr ""
4212
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004213#: misc/mke2fs.c:656
Theodore Ts'o90806952010-02-10 15:49:32 -05004214#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004215msgid "%u inodes, %llu blocks\n"
Theodore Ts'o90806952010-02-10 15:49:32 -05004216msgstr ""
4217
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004218#: misc/mke2fs.c:658
Theodore Ts'o90806952010-02-10 15:49:32 -05004219#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004220msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004221msgstr ""
4222
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004223#: misc/mke2fs.c:661
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004224#, c-format
Theodore Ts'o90806952010-02-10 15:49:32 -05004225msgid "First data block=%u\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004226msgstr ""
4227
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004228#: misc/mke2fs.c:663
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004229#, c-format
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04004230msgid "Root directory owner=%u:%u\n"
Theodore Ts'o90806952010-02-10 15:49:32 -05004231msgstr ""
4232
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004233#: misc/mke2fs.c:665
Theodore Ts'o90806952010-02-10 15:49:32 -05004234#, c-format
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04004235msgid "Maximum filesystem blocks=%lu\n"
Theodore Ts'o90806952010-02-10 15:49:32 -05004236msgstr ""
4237
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004238#: misc/mke2fs.c:669
Theodore Ts'o90806952010-02-10 15:49:32 -05004239#, c-format
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04004240msgid "%u block groups\n"
4241msgstr ""
4242
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004243#: misc/mke2fs.c:671
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04004244#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04004245msgid "%u block group\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004246msgstr ""
4247
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004248#: misc/mke2fs.c:674
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004249#, c-format
4250msgid "%u blocks per group, %u clusters per group\n"
4251msgstr ""
4252
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004253#: misc/mke2fs.c:677
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004254#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04004255msgid "%u blocks per group, %u fragments per group\n"
4256msgstr ""
4257
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004258#: misc/mke2fs.c:679
Theodore Ts'oaef07952008-08-27 23:18:29 -04004259#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004260msgid "%u inodes per group\n"
4261msgstr ""
4262
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004263#: misc/mke2fs.c:688
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004264#, c-format
4265msgid "Filesystem UUID: %s\n"
4266msgstr ""
4267
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004268#: misc/mke2fs.c:689
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004269msgid "Superblock backups stored on blocks: "
4270msgstr ""
4271
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004272#: misc/mke2fs.c:766
Theodore Ts'o036a8472013-12-28 22:39:41 -05004273#, c-format
4274msgid "%s requires '-O 64bit'\n"
4275msgstr ""
4276
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004277#: misc/mke2fs.c:772
Theodore Ts'o036a8472013-12-28 22:39:41 -05004278#, c-format
4279msgid "'%s' must be before 'resize=%u'\n"
4280msgstr ""
4281
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004282#: misc/mke2fs.c:785
Theodore Ts'o036a8472013-12-28 22:39:41 -05004283#, c-format
4284msgid "Invalid desc_size: '%s'\n"
4285msgstr ""
4286
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004287#: misc/mke2fs.c:798
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004288#, c-format
4289msgid "Invalid offset: %s\n"
4290msgstr ""
4291
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004292#: misc/mke2fs.c:812 misc/tune2fs.c:1206
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004293#, c-format
4294msgid "Invalid mmp_update_interval: %s\n"
4295msgstr ""
4296
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004297#: misc/mke2fs.c:826
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004298#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004299msgid "Invalid # of backup superblocks: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004300msgstr ""
4301
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004302#: misc/mke2fs.c:848
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004303#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004304msgid "Invalid stride parameter: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004305msgstr ""
4306
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004307#: misc/mke2fs.c:863
Theodore Ts'o8f741372008-02-28 21:47:05 -05004308#, c-format
4309msgid "Invalid stripe-width parameter: %s\n"
4310msgstr ""
4311
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004312#: misc/mke2fs.c:886
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05004313#, c-format
4314msgid "Invalid resize parameter: %s\n"
4315msgstr ""
4316
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004317#: misc/mke2fs.c:893
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05004318msgid "The resize maximum must be greater than the filesystem size.\n"
4319msgstr ""
4320
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004321#: misc/mke2fs.c:917
Theodore Ts'o714da452007-07-07 22:24:13 -04004322msgid "On-line resizing not supported with revision 0 filesystems\n"
4323msgstr ""
4324
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004325#: misc/mke2fs.c:944 misc/mke2fs.c:953
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04004326#, c-format
4327msgid "Invalid root_owner: '%s'\n"
4328msgstr ""
4329
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004330#: misc/mke2fs.c:978
Theodore Ts'o3a4ab832011-11-20 22:15:34 -05004331#, c-format
4332msgid "Invalid quotatype parameter: %s\n"
4333msgstr ""
4334
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004335#: misc/mke2fs.c:989
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004336#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004337msgid ""
4338"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004339"Bad option(s) specified: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004340"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004341"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004342"\tis set off by an equals ('=') sign.\n"
4343"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004344"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004345"\tmmp_update_interval=<interval>\n"
4346"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004347"\tstride=<RAID per-disk data chunk in blocks>\n"
4348"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004349"\toffset=<offset to create the file system>\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05004350"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004351"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004352"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004353"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04004354"\troot_uid=<uid of root directory>\n"
4355"\troot_gid=<gid of root directory>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004356"\ttest_fs\n"
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05004357"\tdiscard\n"
4358"\tnodiscard\n"
Theodore Ts'o3a4ab832011-11-20 22:15:34 -05004359"\tquotatype=<usr OR grp>\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004360"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004361msgstr ""
4362
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004363#: misc/mke2fs.c:1015
Theodore Ts'o8f741372008-02-28 21:47:05 -05004364#, c-format
4365msgid ""
4366"\n"
4367"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4368"\n"
4369msgstr ""
4370
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004371#: misc/mke2fs.c:1055
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004372#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004373msgid ""
4374"Syntax error in mke2fs config file (%s, line #%d)\n"
4375"\t%s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004376msgstr ""
4377
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004378#: misc/mke2fs.c:1068 misc/tune2fs.c:416
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004379#, c-format
4380msgid "Invalid filesystem option set: %s\n"
4381msgstr ""
4382
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004383#: misc/mke2fs.c:1080 misc/tune2fs.c:357
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004384#, c-format
4385msgid "Invalid mount option set: %s\n"
4386msgstr ""
4387
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004388#: misc/mke2fs.c:1220
Theodore Ts'oaef07952008-08-27 23:18:29 -04004389#, c-format
4390msgid ""
4391"\n"
Theodore Ts'od085f612010-12-13 08:57:14 -05004392"Your mke2fs.conf file does not define the %s filesystem type.\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04004393msgstr ""
4394
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004395#: misc/mke2fs.c:1224
Theodore Ts'oaef07952008-08-27 23:18:29 -04004396msgid ""
4397"You probably need to install an updated mke2fs.conf file.\n"
4398"\n"
4399msgstr ""
4400
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004401#: misc/mke2fs.c:1228
Theodore Ts'od085f612010-12-13 08:57:14 -05004402msgid "Aborting...\n"
4403msgstr ""
4404
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004405#: misc/mke2fs.c:1269
Theodore Ts'od085f612010-12-13 08:57:14 -05004406#, c-format
4407msgid ""
4408"\n"
Theodore Ts'o0f7479b2010-12-22 18:31:36 -05004409"Warning: the fs_type %s is not defined in mke2fs.conf\n"
Theodore Ts'od085f612010-12-13 08:57:14 -05004410"\n"
4411msgstr ""
4412
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004413#: misc/mke2fs.c:1449
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004414msgid "Couldn't allocate memory for new PATH.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004415msgstr ""
4416
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004417#: misc/mke2fs.c:1490
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004418#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004419msgid "Couldn't init profile successfully (error: %ld).\n"
4420msgstr ""
4421
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004422#: misc/mke2fs.c:1523
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004423#, c-format
4424msgid "invalid block size - %s"
4425msgstr ""
4426
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004427#: misc/mke2fs.c:1527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004428#, c-format
4429msgid "Warning: blocksize %d not usable on most systems.\n"
4430msgstr ""
4431
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004432#: misc/mke2fs.c:1543
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004433#, c-format
4434msgid "invalid cluster size - %s"
4435msgstr ""
4436
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004437#: misc/mke2fs.c:1553
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004438msgid "'-R' is deprecated, use '-E' instead"
4439msgstr ""
4440
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004441#: misc/mke2fs.c:1565
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004442msgid "Illegal number for blocks per group"
4443msgstr ""
4444
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004445#: misc/mke2fs.c:1570
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004446msgid "blocks per group must be multiple of 8"
4447msgstr ""
4448
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004449#: misc/mke2fs.c:1578
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004450msgid "Illegal number for flex_bg size"
4451msgstr ""
4452
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004453#: misc/mke2fs.c:1584
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004454msgid "flex_bg size must be a power of 2"
4455msgstr ""
4456
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004457#: misc/mke2fs.c:1589
4458#, c-format
4459msgid "flex_bg size (%lu) must be less than or equal to 2^31"
4460msgstr ""
4461
4462#: misc/mke2fs.c:1600
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004463#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004464msgid "invalid inode ratio %s (min %d/max %d)"
4465msgstr ""
4466
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004467#: misc/mke2fs.c:1610
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04004468#, c-format
4469msgid "invalid inode size - %s"
4470msgstr ""
4471
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004472#: misc/mke2fs.c:1623
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05004473msgid ""
4474"Warning: -K option is deprecated and should not be used anymore. Use '-E "
4475"nodiscard' extended option instead!\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004476msgstr ""
4477
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004478#: misc/mke2fs.c:1634
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05004479msgid "in malloc for bad_blocks_filename"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004480msgstr ""
4481
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004482#: misc/mke2fs.c:1647
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004483#, c-format
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05004484msgid "invalid reserved blocks percent - %s"
4485msgstr ""
4486
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004487#: misc/mke2fs.c:1662
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004488#, c-format
4489msgid "bad num inodes - %s"
4490msgstr ""
4491
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004492#: misc/mke2fs.c:1679
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04004493#, c-format
4494msgid "bad revision level - %s"
4495msgstr ""
4496
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004497#: misc/mke2fs.c:1684
4498#, c-format
4499msgid "while trying to create revision %d"
4500msgstr ""
4501
4502#: misc/mke2fs.c:1698
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004503msgid "The -t option may only be used once"
4504msgstr ""
4505
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004506#: misc/mke2fs.c:1706
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004507msgid "The -T option may only be used once"
4508msgstr ""
4509
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004510#: misc/mke2fs.c:1759 misc/mke2fs.c:2843
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004511#, c-format
4512msgid "while trying to open journal device %s\n"
4513msgstr ""
4514
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004515#: misc/mke2fs.c:1765
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004516#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004517msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004518msgstr ""
4519
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004520#: misc/mke2fs.c:1771
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04004521#, c-format
4522msgid "Using journal device's blocksize: %d\n"
4523msgstr ""
4524
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004525#: misc/mke2fs.c:1782
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004526#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004527msgid "invalid blocks '%s' on device '%s'"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004528msgstr ""
4529
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004530#: misc/mke2fs.c:1802
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004531msgid "filesystem"
4532msgstr ""
4533
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004534#: misc/mke2fs.c:1815 resize/main.c:372
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004535msgid "while trying to determine filesystem size"
4536msgstr ""
4537
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004538#: misc/mke2fs.c:1821
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004539msgid ""
4540"Couldn't determine device size; you must specify\n"
4541"the size of the filesystem\n"
4542msgstr ""
4543
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004544#: misc/mke2fs.c:1828
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004545msgid ""
4546"Device size reported to be zero. Invalid partition specified, or\n"
4547"\tpartition table wasn't reread after running fdisk, due to\n"
4548"\ta modified partition being busy and in use. You may need to reboot\n"
4549"\tto re-read your partition table.\n"
4550msgstr ""
4551
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004552#: misc/mke2fs.c:1845
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004553msgid "Filesystem larger than apparent device size."
4554msgstr ""
4555
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004556#: misc/mke2fs.c:1865
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004557msgid "Failed to parse fs types list\n"
4558msgstr ""
4559
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004560#: misc/mke2fs.c:1906
Theodore Ts'o036a8472013-12-28 22:39:41 -05004561msgid "while trying to determine hardware sector size"
4562msgstr ""
4563
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004564#: misc/mke2fs.c:1912
Theodore Ts'o036a8472013-12-28 22:39:41 -05004565msgid "while trying to determine physical sector size"
4566msgstr ""
4567
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004568#: misc/mke2fs.c:1944
Theodore Ts'o036a8472013-12-28 22:39:41 -05004569msgid "while setting blocksize; too small for device\n"
4570msgstr ""
4571
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004572#: misc/mke2fs.c:1949
Theodore Ts'o036a8472013-12-28 22:39:41 -05004573#, c-format
4574msgid ""
4575"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4576msgstr ""
4577
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004578#: misc/mke2fs.c:1973
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004579#, c-format
4580msgid ""
4581"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4582"\tin 32 bits using a blocksize of %d.\n"
4583msgstr ""
4584
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004585#: misc/mke2fs.c:1989
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04004586msgid "fs_types for mke2fs.conf resolution: "
4587msgstr ""
4588
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004589#: misc/mke2fs.c:1996
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05004590msgid "Filesystem features not supported with revision 0 filesystems\n"
4591msgstr ""
4592
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004593#: misc/mke2fs.c:2004
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05004594msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4595msgstr ""
4596
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004597#: misc/mke2fs.c:2016
Theodore Ts'o714da452007-07-07 22:24:13 -04004598msgid "Journals not supported with revision 0 filesystems\n"
4599msgstr ""
4600
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004601#: misc/mke2fs.c:2030
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004602#, c-format
4603msgid "invalid reserved blocks percent - %lf"
4604msgstr ""
4605
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004606#: misc/mke2fs.c:2047
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -04004607msgid ""
Theodore Ts'o036a8472013-12-28 22:39:41 -05004608"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
4609"rectify.\n"
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -04004610msgstr ""
4611
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004612#: misc/mke2fs.c:2067
Theodore Ts'o8359f622013-01-16 13:50:12 -05004613msgid "The cluster size may not be smaller than the block size.\n"
4614msgstr ""
4615
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004616#: misc/mke2fs.c:2073
Theodore Ts'o8359f622013-01-16 13:50:12 -05004617msgid "specifying a cluster size requires the bigalloc feature"
4618msgstr ""
4619
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004620#: misc/mke2fs.c:2092
Theodore Ts'o90806952010-02-10 15:49:32 -05004621#, c-format
4622msgid "warning: Unable to get device geometry for %s\n"
4623msgstr ""
4624
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004625#: misc/mke2fs.c:2095
Theodore Ts'o90806952010-02-10 15:49:32 -05004626#, c-format
4627msgid "%s alignment is offset by %lu bytes.\n"
4628msgstr ""
4629
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004630#: misc/mke2fs.c:2097
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004631#, c-format
4632msgid ""
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004633"This may result in very poor performance, (re)-partitioning suggested.\n"
4634msgstr ""
4635
4636#: misc/mke2fs.c:2118
4637#, c-format
4638msgid "%d-byte blocks too big for system (max %d)"
4639msgstr ""
4640
4641#: misc/mke2fs.c:2122
4642#, c-format
4643msgid ""
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004644"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4645msgstr ""
4646
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004647#: misc/mke2fs.c:2178
Theodore Ts'o8359f622013-01-16 13:50:12 -05004648msgid "Can't support bigalloc feature without extents feature"
4649msgstr ""
4650
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004651#: misc/mke2fs.c:2185
Theodore Ts'o036a8472013-12-28 22:39:41 -05004652msgid ""
4653"The resize_inode and meta_bg features are not compatible.\n"
4654"They can not be both enabled simultaneously.\n"
4655msgstr ""
4656
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004657#: misc/mke2fs.c:2194
Theodore Ts'o511ba982013-01-21 22:03:18 -05004658msgid ""
4659"\n"
4660"Warning: the bigalloc feature is still under development\n"
4661"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
4662"\n"
4663msgstr ""
4664
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004665#: misc/mke2fs.c:2205
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004666msgid "reserved online resize blocks not supported on non-sparse filesystem"
4667msgstr ""
4668
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004669#: misc/mke2fs.c:2214
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004670msgid "blocks per group count out of range"
4671msgstr ""
4672
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004673#: misc/mke2fs.c:2238
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004674msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004675msgstr ""
4676
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004677#: misc/mke2fs.c:2250
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004678#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004679msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004680msgstr ""
4681
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004682#: misc/mke2fs.c:2268
Theodore Ts'o714da452007-07-07 22:24:13 -04004683#, c-format
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04004684msgid "too many inodes (%llu), raise inode ratio?"
Theodore Ts'o714da452007-07-07 22:24:13 -04004685msgstr ""
4686
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004687#: misc/mke2fs.c:2275
Theodore Ts'o714da452007-07-07 22:24:13 -04004688#, c-format
4689msgid "too many inodes (%llu), specify < 2^32 inodes"
4690msgstr ""
4691
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004692#: misc/mke2fs.c:2289
Theodore Ts'o714da452007-07-07 22:24:13 -04004693#, c-format
4694msgid ""
4695"inode_size (%u) * inodes_count (%u) too big for a\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004696"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04004697"\tor lower inode count (-N).\n"
4698msgstr ""
4699
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004700#: misc/mke2fs.c:2416
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004701#, c-format
4702msgid ""
4703"Overwriting existing filesystem; this can be undone using the command:\n"
4704" e2undo %s %s\n"
4705"\n"
4706msgstr ""
4707
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004708#: misc/mke2fs.c:2430
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004709msgid "while trying to setup undo file\n"
Theodore Ts'o90806952010-02-10 15:49:32 -05004710msgstr ""
4711
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004712#: misc/mke2fs.c:2456
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004713msgid "Discarding device blocks: "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004714msgstr ""
4715
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004716#: misc/mke2fs.c:2472
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004717msgid "failed - "
Theodore Ts'o90806952010-02-10 15:49:32 -05004718msgstr ""
4719
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004720#: misc/mke2fs.c:2594
Theodore Ts'o90806952010-02-10 15:49:32 -05004721msgid "while setting up superblock"
4722msgstr ""
4723
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004724#: misc/mke2fs.c:2610
Theodore Ts'o036a8472013-12-28 22:39:41 -05004725msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05004726msgstr ""
4727
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004728#: misc/mke2fs.c:2698
Theodore Ts'o90806952010-02-10 15:49:32 -05004729#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004730msgid "unknown os - %s"
4731msgstr ""
4732
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004733#: misc/mke2fs.c:2750
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004734msgid "Allocating group tables: "
4735msgstr ""
4736
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004737#: misc/mke2fs.c:2758
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004738msgid "while trying to allocate filesystem tables"
4739msgstr ""
4740
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004741#: misc/mke2fs.c:2767
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004742msgid ""
4743"\n"
4744"\twhile converting subcluster bitmap"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004745msgstr ""
4746
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004747#: misc/mke2fs.c:2810
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004748#, c-format
4749msgid "while zeroing block %llu at end of filesystem"
4750msgstr ""
4751
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004752#: misc/mke2fs.c:2824
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05004753msgid "while reserving blocks for online resize"
4754msgstr ""
4755
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004756#: misc/mke2fs.c:2836 misc/tune2fs.c:679
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004757msgid "journal"
4758msgstr ""
4759
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004760#: misc/mke2fs.c:2848
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004761#, c-format
4762msgid "Adding journal to device %s: "
4763msgstr ""
4764
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004765#: misc/mke2fs.c:2855
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004766#, c-format
4767msgid ""
4768"\n"
4769"\twhile trying to add journal to device %s"
4770msgstr ""
4771
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004772#: misc/mke2fs.c:2860 misc/mke2fs.c:2891 misc/tune2fs.c:708 misc/tune2fs.c:727
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004773msgid "done\n"
4774msgstr ""
4775
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004776#: misc/mke2fs.c:2867
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004777msgid "Skipping journal creation in super-only mode\n"
4778msgstr ""
4779
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004780#: misc/mke2fs.c:2878
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004781#, c-format
4782msgid "Creating journal (%u blocks): "
4783msgstr ""
4784
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004785#: misc/mke2fs.c:2887
Theodore Ts'o70d72812012-03-27 15:58:00 -07004786msgid ""
4787"\n"
4788"\twhile trying to create journal"
4789msgstr ""
4790
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004791#: misc/mke2fs.c:2899 misc/tune2fs.c:483
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004792msgid ""
4793"\n"
4794"Error while enabling multiple mount protection feature."
4795msgstr ""
4796
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004797#: misc/mke2fs.c:2904
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004798#, c-format
4799msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
4800msgstr ""
4801
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004802#: misc/mke2fs.c:2921
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004803msgid "Writing superblocks and filesystem accounting information: "
4804msgstr ""
4805
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004806#: misc/mke2fs.c:2928
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004807msgid ""
4808"\n"
4809"Warning, had trouble writing out superblocks."
4810msgstr ""
4811
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004812#: misc/mke2fs.c:2930
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004813msgid ""
4814"done\n"
4815"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004816msgstr ""
4817
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004818#: misc/mklost+found.c:50
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004819msgid "Usage: mklost+found\n"
4820msgstr ""
4821
Theodore Ts'o6a287f72011-10-05 02:08:10 -04004822#: misc/partinfo.c:41
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004823#, c-format
4824msgid ""
4825"Usage: %s device...\n"
4826"\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04004827"Prints out the partition information for each given device.\n"
4828"For example: %s /dev/hda\n"
4829"\n"
4830msgstr ""
4831
Theodore Ts'o6a287f72011-10-05 02:08:10 -04004832#: misc/partinfo.c:51
Theodore Ts'oaef07952008-08-27 23:18:29 -04004833#, c-format
4834msgid "Cannot open %s: %s"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004835msgstr ""
4836
Theodore Ts'o6a287f72011-10-05 02:08:10 -04004837#: misc/partinfo.c:57
Theodore Ts'oaef07952008-08-27 23:18:29 -04004838#, c-format
4839msgid "Cannot get geometry of %s: %s"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004840msgstr ""
4841
Theodore Ts'o6a287f72011-10-05 02:08:10 -04004842#: misc/partinfo.c:65
Theodore Ts'oaef07952008-08-27 23:18:29 -04004843#, c-format
4844msgid "Cannot get size of %s: %s"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004845msgstr ""
4846
Theodore Ts'o6a287f72011-10-05 02:08:10 -04004847#: misc/partinfo.c:71
Theodore Ts'oaef07952008-08-27 23:18:29 -04004848#, c-format
4849msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004850msgstr ""
4851
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004852#: misc/tune2fs.c:112
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004853msgid "Please run e2fsck on the filesystem.\n"
4854msgstr ""
4855
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004856#: misc/tune2fs.c:121
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004857#, c-format
4858msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004859"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004860"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004861"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
4862"mmp_update_interval]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004863"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004864"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Theodore Ts'o036a8472013-12-28 22:39:41 -05004865"\t[-Q quota_options]\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004866"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4867"\t[ -I new_inode_size ] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004868msgstr ""
4869
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004870#: misc/tune2fs.c:217
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004871msgid "while trying to open external journal"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004872msgstr ""
4873
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004874#: misc/tune2fs.c:222
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004875#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004876msgid "%s is not a journal device.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004877msgstr ""
4878
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004879#: misc/tune2fs.c:237
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004880msgid "Journal superblock not found!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004881msgstr ""
4882
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004883#: misc/tune2fs.c:248
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004884msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004885msgstr ""
4886
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004887#: misc/tune2fs.c:269
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004888msgid ""
4889"Cannot locate journal device. It was NOT removed\n"
4890"Use -f option to remove missing journal device.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004891msgstr ""
4892
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004893#: misc/tune2fs.c:277
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004894msgid "Journal removed\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004895msgstr ""
4896
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004897#: misc/tune2fs.c:321
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004898msgid "while reading bitmaps"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004899msgstr ""
4900
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004901#: misc/tune2fs.c:329
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004902msgid "while clearing journal inode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004903msgstr ""
4904
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004905#: misc/tune2fs.c:340
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004906msgid "while writing journal inode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004907msgstr ""
4908
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004909#: misc/tune2fs.c:372 misc/tune2fs.c:385
Theodore Ts'od5b8a1e2010-11-22 16:10:23 -05004910msgid "(and reboot afterwards!)\n"
4911msgstr ""
4912
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004913#: misc/tune2fs.c:419
Theodore Ts'o8f741372008-02-28 21:47:05 -05004914#, c-format
4915msgid "Clearing filesystem feature '%s' not supported.\n"
4916msgstr ""
4917
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004918#: misc/tune2fs.c:425
Theodore Ts'o8f741372008-02-28 21:47:05 -05004919#, c-format
4920msgid "Setting filesystem feature '%s' not supported.\n"
4921msgstr ""
4922
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004923#: misc/tune2fs.c:434
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004924msgid ""
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04004925"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004926"unmounted or mounted read-only.\n"
4927msgstr ""
4928
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004929#: misc/tune2fs.c:443
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004930msgid ""
4931"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4932"the has_journal flag.\n"
4933msgstr ""
4934
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004935#: misc/tune2fs.c:462
4936msgid ""
4937"Setting filesystem feature 'sparse_super' not supported\n"
4938"for filesystems with the meta_bg feature enabled.\n"
4939msgstr ""
4940
4941#: misc/tune2fs.c:475
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004942msgid ""
4943"The multiple mount protection feature can't\n"
4944"be set if the filesystem is mounted or\n"
4945"read-only.\n"
4946msgstr ""
4947
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004948#: misc/tune2fs.c:493
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004949#, c-format
4950msgid "Multiple mount protection has been enabled with update interval %ds.\n"
4951msgstr ""
4952
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004953#: misc/tune2fs.c:502
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004954msgid ""
4955"The multiple mount protection feature cannot\n"
4956"be disabled if the filesystem is readonly.\n"
4957msgstr ""
4958
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004959#: misc/tune2fs.c:510
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004960msgid "Error while reading bitmaps\n"
4961msgstr ""
4962
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004963#: misc/tune2fs.c:519
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004964#, c-format
4965msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
4966msgstr ""
4967
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004968#: misc/tune2fs.c:524
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004969msgid "while reading MMP block."
4970msgstr ""
4971
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004972#: misc/tune2fs.c:556
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004973msgid ""
4974"Clearing the flex_bg flag would cause the the filesystem to be\n"
4975"inconsistent.\n"
4976msgstr ""
4977
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004978#: misc/tune2fs.c:567
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04004979msgid ""
4980"The huge_file feature may only be cleared when the filesystem is\n"
4981"unmounted or mounted read-only.\n"
4982msgstr ""
4983
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004984#: misc/tune2fs.c:627
Theodore Ts'of39a46a2011-09-30 22:12:02 -04004985msgid ""
4986"\n"
4987"Warning: '^quota' option overrides '-Q'arguments.\n"
4988msgstr ""
4989
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004990#: misc/tune2fs.c:672
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004991msgid "The filesystem already has a journal.\n"
4992msgstr ""
4993
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004994#: misc/tune2fs.c:692
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004995#, c-format
4996msgid ""
4997"\n"
4998"\twhile trying to open journal on %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004999msgstr ""
5000
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005001#: misc/tune2fs.c:696
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005002#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005003msgid "Creating journal on device %s: "
5004msgstr ""
5005
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005006#: misc/tune2fs.c:704
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005007#, c-format
5008msgid "while adding filesystem to journal on %s"
5009msgstr ""
5010
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005011#: misc/tune2fs.c:710
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005012msgid "Creating journal inode: "
5013msgstr ""
5014
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005015#: misc/tune2fs.c:724
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005016msgid ""
5017"\n"
5018"\twhile trying to create journal file"
5019msgstr ""
5020
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005021#: misc/tune2fs.c:799
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005022msgid "Couldn't allocate memory to parse quota options!\n"
5023msgstr ""
5024
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005025#: misc/tune2fs.c:821
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005026msgid ""
5027"\n"
5028"Bad quota options specified.\n"
5029"\n"
5030"Following valid quota options are available (pass by separating with "
5031"comma):\n"
5032"\t[^]usrquota\n"
5033"\t[^]grpquota\n"
5034"\n"
5035"\n"
5036msgstr ""
5037
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005038#: misc/tune2fs.c:881
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005039#, c-format
5040msgid "Couldn't parse date/time specifier: %s"
5041msgstr ""
5042
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005043#: misc/tune2fs.c:909 misc/tune2fs.c:922
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005044#, c-format
5045msgid "bad mounts count - %s"
5046msgstr ""
5047
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005048#: misc/tune2fs.c:938
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005049#, c-format
5050msgid "bad error behavior - %s"
5051msgstr ""
5052
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005053#: misc/tune2fs.c:965
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005054#, c-format
5055msgid "bad gid/group name - %s"
5056msgstr ""
5057
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005058#: misc/tune2fs.c:998
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005059#, c-format
5060msgid "bad interval - %s"
5061msgstr ""
5062
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005063#: misc/tune2fs.c:1027
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005064#, c-format
5065msgid "bad reserved block ratio - %s"
5066msgstr ""
5067
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005068#: misc/tune2fs.c:1042
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005069msgid "-o may only be specified once"
5070msgstr ""
5071
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005072#: misc/tune2fs.c:1051
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005073msgid "-O may only be specified once"
5074msgstr ""
5075
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005076#: misc/tune2fs.c:1068
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005077#, c-format
5078msgid "bad reserved blocks count - %s"
5079msgstr ""
5080
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005081#: misc/tune2fs.c:1097
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005082#, c-format
5083msgid "bad uid/user name - %s"
5084msgstr ""
5085
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005086#: misc/tune2fs.c:1114
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005087#, c-format
5088msgid "bad inode size - %s"
5089msgstr ""
5090
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005091#: misc/tune2fs.c:1121
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005092#, c-format
5093msgid "Inode size must be a power of two- %s"
5094msgstr ""
5095
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005096#: misc/tune2fs.c:1215
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005097#, c-format
5098msgid "mmp_update_interval too big: %lu\n"
5099msgstr ""
5100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005101#: misc/tune2fs.c:1220
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005102#, c-format
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04005103msgid "Setting multiple mount protection update interval to %lu second\n"
5104msgid_plural ""
5105"Setting multiple mount protection update interval to %lu seconds\n"
5106msgstr[0] ""
5107msgstr[1] ""
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005108
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005109#: misc/tune2fs.c:1243
Theodore Ts'o8f741372008-02-28 21:47:05 -05005110#, c-format
5111msgid "Invalid RAID stride: %s\n"
5112msgstr ""
5113
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005114#: misc/tune2fs.c:1258
Theodore Ts'o8f741372008-02-28 21:47:05 -05005115#, c-format
5116msgid "Invalid RAID stripe-width: %s\n"
5117msgstr ""
5118
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005119#: misc/tune2fs.c:1273
Theodore Ts'of6d179f2008-08-29 23:36:08 -04005120#, c-format
5121msgid "Invalid hash algorithm: %s\n"
5122msgstr ""
5123
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005124#: misc/tune2fs.c:1279
Theodore Ts'of6d179f2008-08-29 23:36:08 -04005125#, c-format
5126msgid "Setting default hash algorithm to %s (%d)\n"
5127msgstr ""
5128
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005129#: misc/tune2fs.c:1298
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005130msgid ""
5131"\n"
5132"Bad options specified.\n"
5133"\n"
5134"Extended options are separated by commas, and may take an argument which\n"
5135"\tis set off by an equals ('=') sign.\n"
5136"\n"
5137"Valid extended options are:\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005138"\tclear_mmp\n"
5139"\thash_alg=<hash algorithm>\n"
5140"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005141"\tstride=<RAID per-disk chunk size in blocks>\n"
Theodore Ts'of6d179f2008-08-29 23:36:08 -04005142"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005143"\ttest_fs\n"
5144"\t^test_fs\n"
5145msgstr ""
5146
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005147#: misc/tune2fs.c:1764
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005148msgid "Failed to read inode bitmap\n"
5149msgstr ""
5150
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005151#: misc/tune2fs.c:1769
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04005152msgid "Failed to read block bitmap\n"
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005153msgstr ""
5154
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005155#: misc/tune2fs.c:1786 resize/resize2fs.c:925
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005156msgid "blocks to be moved"
5157msgstr ""
5158
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005159#: misc/tune2fs.c:1789
Theodore Ts'o90806952010-02-10 15:49:32 -05005160msgid "Failed to allocate block bitmap when increasing inode size\n"
5161msgstr ""
5162
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005163#: misc/tune2fs.c:1795
Theodore Ts'o90806952010-02-10 15:49:32 -05005164msgid "Not enough space to increase inode size \n"
5165msgstr ""
5166
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005167#: misc/tune2fs.c:1800
Theodore Ts'o90806952010-02-10 15:49:32 -05005168msgid "Failed to relocate blocks during inode resize \n"
5169msgstr ""
5170
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005171#: misc/tune2fs.c:1832
Theodore Ts'o90806952010-02-10 15:49:32 -05005172msgid ""
5173"Error in resizing the inode size.\n"
5174"Run e2undo to undo the file system changes. \n"
5175msgstr ""
5176
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005177#: misc/tune2fs.c:1859
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005178msgid "Couldn't allocate memory for tdb filename\n"
5179msgstr ""
5180
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005181#: misc/tune2fs.c:1880
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005182#, c-format
5183msgid "while trying to delete %s"
5184msgstr ""
5185
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005186#: misc/tune2fs.c:1888
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005187#, c-format
5188msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005189"To undo the tune2fs operation please run the command\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04005190" e2undo %s %s\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005191"\n"
5192msgstr ""
5193
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005194#: misc/tune2fs.c:1957
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005195#, c-format
5196msgid ""
5197"MMP block magic is bad. Try to fix it by running:\n"
5198"'e2fsck -f %s'\n"
5199msgstr ""
5200
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005201#: misc/tune2fs.c:1975
Theodore Ts'oaef07952008-08-27 23:18:29 -04005202#, c-format
Theodore Ts'o303f4e02009-04-23 22:25:18 -04005203msgid "The inode size is already %lu\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04005204msgstr ""
5205
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005206#: misc/tune2fs.c:1982
Theodore Ts'o036a8472013-12-28 22:39:41 -05005207msgid "Shrinking inode size is not supported\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04005208msgstr ""
5209
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005210#: misc/tune2fs.c:1987
Theodore Ts'o6e2393f2013-06-16 18:36:34 -04005211#, c-format
5212msgid "Invalid inode size %lu (max %d)\n"
5213msgstr ""
5214
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005215#: misc/tune2fs.c:2034
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005216#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005217msgid "Setting maximal mount count to %d\n"
5218msgstr ""
5219
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005220#: misc/tune2fs.c:2040
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005221#, c-format
5222msgid "Setting current mount count to %d\n"
5223msgstr ""
5224
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005225#: misc/tune2fs.c:2045
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005226#, c-format
5227msgid "Setting error behavior to %d\n"
5228msgstr ""
5229
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005230#: misc/tune2fs.c:2050
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005231#, c-format
5232msgid "Setting reserved blocks gid to %lu\n"
5233msgstr ""
5234
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005235#: misc/tune2fs.c:2055
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005236#, c-format
5237msgid "interval between checks is too big (%lu)"
5238msgstr ""
5239
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005240#: misc/tune2fs.c:2062
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005241#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005242msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005243msgstr ""
5244
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005245#: misc/tune2fs.c:2069
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005246#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005247msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005248msgstr ""
5249
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005250#: misc/tune2fs.c:2075
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005251#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005252msgid "reserved blocks count is too big (%llu)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005253msgstr ""
5254
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005255#: misc/tune2fs.c:2082
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005256#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005257msgid "Setting reserved blocks count to %llu\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005258msgstr ""
5259
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005260#: misc/tune2fs.c:2088
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005261msgid ""
5262"\n"
5263"The filesystem already has sparse superblocks.\n"
5264msgstr ""
5265
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005266#: misc/tune2fs.c:2092
5267msgid ""
5268"\n"
5269"Setting the sparse superblock flag not supported\n"
5270"for filesystems with the meta_bg feature enabled.\n"
5271msgstr ""
5272
5273#: misc/tune2fs.c:2103
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005274#, c-format
5275msgid ""
5276"\n"
5277"Sparse superblock flag set. %s"
5278msgstr ""
5279
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005280#: misc/tune2fs.c:2108
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005281msgid ""
5282"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005283"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005284msgstr ""
5285
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005286#: misc/tune2fs.c:2116
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005287#, c-format
5288msgid "Setting time filesystem last checked to %s\n"
5289msgstr ""
5290
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005291#: misc/tune2fs.c:2122
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005292#, c-format
5293msgid "Setting reserved blocks uid to %lu\n"
5294msgstr ""
5295
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005296#: misc/tune2fs.c:2154
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005297msgid "Error in using clear_mmp. It must be used with -f\n"
5298msgstr ""
5299
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005300#: misc/tune2fs.c:2172
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005301msgid ""
5302"The quota feature may only be changed when the filesystem is unmounted.\n"
5303msgstr ""
5304
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005305#: misc/tune2fs.c:2191
Theodore Ts'o036a8472013-12-28 22:39:41 -05005306msgid "The UUID may only be changed when the filesystem is unmounted.\n"
5307msgstr ""
5308
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005309#: misc/tune2fs.c:2219
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005310msgid "Invalid UUID format\n"
5311msgstr ""
5312
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005313#: misc/tune2fs.c:2232
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005314msgid "The inode size may only be changed when the filesystem is unmounted.\n"
5315msgstr ""
5316
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005317#: misc/tune2fs.c:2240
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005318msgid ""
5319"Changing the inode size not supported for filesystems with the flex_bg\n"
5320"feature enabled.\n"
5321msgstr ""
5322
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005323#: misc/tune2fs.c:2253
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005324#, c-format
5325msgid "Setting inode size %lu\n"
5326msgstr ""
5327
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005328#: misc/tune2fs.c:2256
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005329msgid "Failed to change inode size\n"
5330msgstr ""
5331
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005332#: misc/tune2fs.c:2267
Theodore Ts'o8f741372008-02-28 21:47:05 -05005333#, c-format
5334msgid "Setting stride size to %d\n"
5335msgstr ""
5336
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005337#: misc/tune2fs.c:2272
Theodore Ts'o8f741372008-02-28 21:47:05 -05005338#, c-format
5339msgid "Setting stripe width to %d\n"
5340msgstr ""
5341
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005342#: misc/tune2fs.c:2279
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005343#, c-format
5344msgid "Setting extended default mount options to '%s'\n"
5345msgstr ""
5346
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005347#: misc/util.c:93
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005348msgid "<proceeding>\n"
5349msgstr ""
5350
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005351#: misc/util.c:97
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005352#, c-format
5353msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
5354msgstr ""
5355
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005356#: misc/util.c:101
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005357msgid "Proceed anyway? (y,n) "
5358msgstr ""
5359
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005360#: misc/util.c:132
5361#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005362msgid "\tlast mounted on %s on %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005363msgstr ""
5364
5365#: misc/util.c:135
5366#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005367msgid "\tlast mounted on %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005368msgstr ""
5369
5370#: misc/util.c:138
5371#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005372msgid "\tcreated on %s"
5373msgstr ""
5374
5375#: misc/util.c:141
5376#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005377msgid "\tlast modified on %s"
5378msgstr ""
5379
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005380#: misc/util.c:175
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005381#, c-format
5382msgid "Found a %s partition table in %s\n"
5383msgstr ""
5384
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005385#: misc/util.c:205
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005386#, c-format
5387msgid "Creating regular file %s\n"
5388msgstr ""
5389
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005390#: misc/util.c:208
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005391#, c-format
5392msgid "Could not open %s: %s\n"
5393msgstr ""
5394
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005395#: misc/util.c:211
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005396msgid ""
5397"\n"
5398"The device apparently does not exist; did you specify it correctly?\n"
5399msgstr ""
5400
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005401#: misc/util.c:233
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005402#, c-format
5403msgid "%s is not a block special device.\n"
5404msgstr ""
5405
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005406#: misc/util.c:255
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005407#, c-format
5408msgid "%s contains a %s file system labelled '%s'\n"
5409msgstr ""
5410
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005411#: misc/util.c:258
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005412#, c-format
5413msgid "%s contains a %s file system\n"
5414msgstr ""
5415
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005416#: misc/util.c:295
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005417#, c-format
5418msgid "%s is entire device, not just one partition!\n"
5419msgstr ""
5420
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005421#: misc/util.c:318
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005422msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
5423msgstr ""
5424
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005425#: misc/util.c:323
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005426#, c-format
5427msgid "will not make a %s here!\n"
5428msgstr ""
5429
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005430#: misc/util.c:330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005431msgid "mke2fs forced anyway.\n"
5432msgstr ""
5433
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005434#: misc/util.c:346
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005435msgid "Couldn't allocate memory to parse journal options!\n"
5436msgstr ""
5437
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005438#: misc/util.c:371
Theodore Ts'ofaec3b12010-05-17 20:03:18 -04005439#, c-format
5440msgid ""
5441"\n"
5442"Could not find journal device matching %s\n"
5443msgstr ""
5444
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005445#: misc/util.c:398
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005446msgid ""
5447"\n"
5448"Bad journal options specified.\n"
5449"\n"
5450"Journal options are separated by commas, and may take an argument which\n"
5451"\tis set off by an equals ('=') sign.\n"
5452"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04005453"Valid journal options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005454"\tsize=<journal size in megabytes>\n"
5455"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005456"\tlocation=<journal location>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005457"\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04005458"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005459"\n"
5460msgstr ""
5461
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005462#: misc/util.c:429
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005463msgid ""
5464"\n"
5465"Filesystem too small for a journal\n"
5466msgstr ""
5467
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005468#: misc/util.c:436
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005469#, c-format
5470msgid ""
5471"\n"
5472"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04005473"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005474msgstr ""
5475
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005476#: misc/util.c:444
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005477msgid ""
5478"\n"
5479"Journal size too big for filesystem.\n"
5480msgstr ""
5481
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005482#: misc/util.c:458
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005483#, c-format
5484msgid ""
5485"This filesystem will be automatically checked every %d mounts or\n"
5486"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5487msgstr ""
5488
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005489#: misc/uuidd.c:48
5490#, c-format
5491msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5492msgstr ""
5493
5494#: misc/uuidd.c:50
5495#, c-format
5496msgid " %s [-r|t] [-n num] [-s socketpath]\n"
5497msgstr ""
5498
5499#: misc/uuidd.c:52
5500#, c-format
5501msgid " %s -k\n"
5502msgstr ""
5503
5504#: misc/uuidd.c:154
5505msgid "bad arguments"
5506msgstr ""
5507
5508#: misc/uuidd.c:172
5509msgid "connect"
5510msgstr ""
5511
5512#: misc/uuidd.c:191
5513msgid "write"
5514msgstr ""
5515
5516#: misc/uuidd.c:199
5517msgid "read count"
5518msgstr ""
5519
5520#: misc/uuidd.c:205
5521msgid "bad response length"
5522msgstr ""
5523
5524#: misc/uuidd.c:270
5525#, c-format
5526msgid "uuidd daemon already running at pid %s\n"
5527msgstr ""
5528
5529#: misc/uuidd.c:278
5530#, c-format
5531msgid "Couldn't create unix stream socket: %s"
5532msgstr ""
5533
5534#: misc/uuidd.c:307
5535#, c-format
5536msgid "Couldn't bind unix socket %s: %s\n"
5537msgstr ""
5538
5539#: misc/uuidd.c:315
5540#, c-format
5541msgid "Couldn't listen on unix socket %s: %s\n"
5542msgstr ""
5543
5544#: misc/uuidd.c:353
5545#, c-format
5546msgid "Error reading from client, len = %d\n"
5547msgstr ""
5548
5549#: misc/uuidd.c:361
5550#, c-format
5551msgid "operation %d, incoming num = %d\n"
5552msgstr ""
5553
5554#: misc/uuidd.c:380
5555#, c-format
5556msgid "Generated time UUID: %s\n"
5557msgstr ""
5558
5559#: misc/uuidd.c:390
5560#, c-format
5561msgid "Generated random UUID: %s\n"
5562msgstr ""
5563
5564#: misc/uuidd.c:399
5565#, c-format
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04005566msgid "Generated time UUID %s and subsequent UUID\n"
5567msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
5568msgstr[0] ""
5569msgstr[1] ""
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005570
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04005571#: misc/uuidd.c:420
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005572#, c-format
5573msgid "Generated %d UUID's:\n"
5574msgstr ""
5575
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04005576#: misc/uuidd.c:432
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005577#, c-format
5578msgid "Invalid operation %d\n"
5579msgstr ""
5580
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04005581#: misc/uuidd.c:476 misc/uuidd.c:498
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005582#, c-format
5583msgid "Bad number: %s\n"
5584msgstr ""
5585
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04005586#: misc/uuidd.c:533 misc/uuidd.c:562
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005587#, c-format
5588msgid "Error calling uuidd daemon (%s): %s\n"
5589msgstr ""
5590
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04005591#: misc/uuidd.c:543
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005592#, c-format
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04005593msgid "%s and subsequent UUID\n"
5594msgid_plural "%s and subsequent %d UUIDs\n"
5595msgstr[0] ""
5596msgstr[1] ""
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005597
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04005598#: misc/uuidd.c:547
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005599msgid "List of UUID's:\n"
5600msgstr ""
5601
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04005602#: misc/uuidd.c:568
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005603#, c-format
5604msgid "Unexpected reply length from server %d\n"
5605msgstr ""
5606
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04005607#: misc/uuidd.c:585
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005608#, c-format
5609msgid "Couldn't kill uuidd running at pid %d: %s\n"
5610msgstr ""
5611
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04005612#: misc/uuidd.c:591
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005613#, c-format
5614msgid "Killed uuidd running at pid %d\n"
5615msgstr ""
5616
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005617#: misc/uuidgen.c:32
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005618#, c-format
5619msgid "Usage: %s [-r] [-t]\n"
5620msgstr ""
5621
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005622#: resize/extent.c:202
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005623msgid "# Extent dump:\n"
5624msgstr ""
5625
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005626#: resize/extent.c:203
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005627#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005628msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005629msgstr ""
5630
Theodore Ts'o036a8472013-12-28 22:39:41 -05005631#: resize/main.c:44
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005632#, c-format
5633msgid ""
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005634"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005635"\n"
5636msgstr ""
5637
Theodore Ts'o036a8472013-12-28 22:39:41 -05005638#: resize/main.c:66
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005639msgid "Extending the inode table"
5640msgstr ""
5641
Theodore Ts'o036a8472013-12-28 22:39:41 -05005642#: resize/main.c:69
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005643msgid "Relocating blocks"
5644msgstr ""
5645
Theodore Ts'o036a8472013-12-28 22:39:41 -05005646#: resize/main.c:72
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005647msgid "Scanning inode table"
5648msgstr ""
5649
Theodore Ts'o036a8472013-12-28 22:39:41 -05005650#: resize/main.c:75
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005651msgid "Updating inode references"
5652msgstr ""
5653
Theodore Ts'o036a8472013-12-28 22:39:41 -05005654#: resize/main.c:78
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005655msgid "Moving inode table"
5656msgstr ""
5657
Theodore Ts'o036a8472013-12-28 22:39:41 -05005658#: resize/main.c:81
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005659msgid "Unknown pass?!?"
5660msgstr ""
5661
Theodore Ts'o036a8472013-12-28 22:39:41 -05005662#: resize/main.c:84
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005663#, c-format
5664msgid "Begin pass %d (max = %lu)\n"
5665msgstr ""
5666
Theodore Ts'o036a8472013-12-28 22:39:41 -05005667#: resize/main.c:155
Theodore Ts'o511ba982013-01-21 22:03:18 -05005668msgid ""
5669"\n"
Theodore Ts'o036a8472013-12-28 22:39:41 -05005670"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
5671"your own risk! Use the force option if you want to go ahead anyway.\n"
Theodore Ts'o511ba982013-01-21 22:03:18 -05005672"\n"
5673msgstr ""
5674
Theodore Ts'o036a8472013-12-28 22:39:41 -05005675#: resize/main.c:272
Theodore Ts'o6956f612005-12-31 16:46:15 -05005676#, c-format
5677msgid "while opening %s"
5678msgstr ""
5679
Theodore Ts'o036a8472013-12-28 22:39:41 -05005680#: resize/main.c:280
Theodore Ts'o6956f612005-12-31 16:46:15 -05005681#, c-format
5682msgid "while getting stat information for %s"
5683msgstr ""
5684
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005685#: resize/main.c:327
Theodore Ts'ofaec3b12010-05-17 20:03:18 -04005686#, c-format
5687msgid ""
5688"Please run 'e2fsck -f %s' first.\n"
5689"\n"
5690msgstr ""
5691
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005692#: resize/main.c:346
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005693#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005694msgid "Estimated minimum size of the filesystem: %llu\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005695msgstr ""
5696
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005697#: resize/main.c:382
Theodore Ts'o052a7912008-10-12 23:17:54 -04005698#, c-format
5699msgid "Invalid new size: %s\n"
5700msgstr ""
5701
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005702#: resize/main.c:398
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005703msgid "New size too large to be expressed in 32 bits\n"
Theodore Ts'o53013932009-05-30 13:50:07 -04005704msgstr ""
5705
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005706#: resize/main.c:406
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005707#, c-format
5708msgid "New size smaller than minimum (%llu)\n"
5709msgstr ""
5710
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005711#: resize/main.c:412
Theodore Ts'o714da452007-07-07 22:24:13 -04005712msgid "Invalid stride length"
5713msgstr ""
5714
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005715#: resize/main.c:436
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005716#, c-format
5717msgid ""
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005718"The containing partition (or device) is only %llu (%dk) blocks.\n"
5719"You requested a new size of %llu blocks.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005720"\n"
5721msgstr ""
5722
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005723#: resize/main.c:443
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005724#, c-format
5725msgid ""
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005726"The filesystem is already %llu blocks long. Nothing to do!\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005727"\n"
5728msgstr ""
5729
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005730#: resize/main.c:452
Theodore Ts'o989a01f2009-07-11 18:29:56 -04005731#, c-format
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005732msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Theodore Ts'o989a01f2009-07-11 18:29:56 -04005733msgstr ""
5734
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005735#: resize/main.c:461
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005736#, c-format
5737msgid "while trying to resize %s"
5738msgstr ""
5739
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005740#: resize/main.c:464
Theodore Ts'o989a01f2009-07-11 18:29:56 -04005741#, c-format
5742msgid ""
5743"Please run 'e2fsck -fy %s' to fix the filesystem\n"
5744"after the aborted resize operation.\n"
5745msgstr ""
5746
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005747#: resize/main.c:470
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005748#, c-format
5749msgid ""
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005750"The filesystem on %s is now %llu blocks long.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005751"\n"
5752msgstr ""
5753
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005754#: resize/main.c:485
Theodore Ts'o303f4e02009-04-23 22:25:18 -04005755#, c-format
5756msgid "while trying to truncate %s"
5757msgstr ""
5758
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005759#: resize/online.c:82
5760msgid "kernel does not support online resize with sparse_super2"
5761msgstr ""
5762
5763#: resize/online.c:87
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005764#, c-format
5765msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
5766msgstr ""
5767
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005768#: resize/online.c:91
Theodore Ts'od085f612010-12-13 08:57:14 -05005769msgid "On-line shrinking not supported"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005770msgstr ""
5771
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005772#: resize/online.c:116
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005773msgid "Filesystem does not support online resizing"
5774msgstr ""
5775
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005776#: resize/online.c:125
Theodore Ts'o11e52922012-09-21 12:53:14 -04005777msgid "Not enough reserved gdt blocks for resizing"
5778msgstr ""
5779
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005780#: resize/online.c:132
Theodore Ts'o11e52922012-09-21 12:53:14 -04005781msgid "Kernel does not support resizing a file system this large"
5782msgstr ""
5783
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005784#: resize/online.c:140
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005785#, c-format
5786msgid "while trying to open mountpoint %s"
5787msgstr ""
5788
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005789#: resize/online.c:145
Theodore Ts'o8359f622013-01-16 13:50:12 -05005790#, c-format
5791msgid "Old resize interface requested.\n"
5792msgstr ""
5793
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005794#: resize/online.c:164 resize/online.c:181
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005795msgid "Permission denied to resize filesystem"
5796msgstr ""
5797
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005798#: resize/online.c:167 resize/online.c:187
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005799msgid "While checking for on-line resizing support"
5800msgstr ""
5801
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005802#: resize/online.c:184
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005803msgid "Kernel does not support online resizing"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005804msgstr ""
5805
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005806#: resize/online.c:223
Theodore Ts'of39a46a2011-09-30 22:12:02 -04005807#, c-format
5808msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
5809msgstr ""
5810
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005811#: resize/online.c:233
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005812msgid "While trying to extend the last group"
5813msgstr ""
5814
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005815#: resize/online.c:287
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005816#, c-format
5817msgid "While trying to add group #%d"
5818msgstr ""
5819
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005820#: resize/online.c:298
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005821#, c-format
5822msgid ""
Theodore Ts'oaef07952008-08-27 23:18:29 -04005823"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
Theodore Ts'o60c30e12008-06-18 06:50:34 -04005824"this system.\n"
5825msgstr ""
5826
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005827#: resize/resize2fs.c:402
Theodore Ts'o714da452007-07-07 22:24:13 -04005828#, c-format
5829msgid "inodes (%llu) must be less than %u"
5830msgstr ""
5831
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005832#: resize/resize2fs.c:685
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005833msgid "reserved blocks"
5834msgstr ""
5835
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005836#: resize/resize2fs.c:930
Theodore Ts'obc759702005-05-09 20:40:55 -04005837msgid "meta-data blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005838msgstr ""
5839
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005840#: resize/resize2fs.c:1031 resize/resize2fs.c:1828
5841msgid "new meta blocks"
5842msgstr ""
5843
5844#: resize/resize2fs.c:2046
5845msgid "Should never happen! No sb in last super_sparse bg?\n"
5846msgstr ""
5847
5848#: resize/resize2fs.c:2051
5849msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
5850msgstr ""
5851
5852#: resize/resize2fs.c:2129
Theodore Ts'obc759702005-05-09 20:40:55 -04005853msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05005854msgstr ""
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005855
5856#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005857msgid "EXT2FS Library version 1.42.10"
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005858msgstr ""
5859
5860#: lib/ext2fs/ext2_err.c:12
5861msgid "Wrong magic number for ext2_filsys structure"
5862msgstr ""
5863
5864#: lib/ext2fs/ext2_err.c:13
5865msgid "Wrong magic number for badblocks_list structure"
5866msgstr ""
5867
5868#: lib/ext2fs/ext2_err.c:14
5869msgid "Wrong magic number for badblocks_iterate structure"
5870msgstr ""
5871
5872#: lib/ext2fs/ext2_err.c:15
5873msgid "Wrong magic number for inode_scan structure"
5874msgstr ""
5875
5876#: lib/ext2fs/ext2_err.c:16
5877msgid "Wrong magic number for io_channel structure"
5878msgstr ""
5879
5880#: lib/ext2fs/ext2_err.c:17
5881msgid "Wrong magic number for unix io_channel structure"
5882msgstr ""
5883
5884#: lib/ext2fs/ext2_err.c:18
5885msgid "Wrong magic number for io_manager structure"
5886msgstr ""
5887
5888#: lib/ext2fs/ext2_err.c:19
5889msgid "Wrong magic number for block_bitmap structure"
5890msgstr ""
5891
5892#: lib/ext2fs/ext2_err.c:20
5893msgid "Wrong magic number for inode_bitmap structure"
5894msgstr ""
5895
5896#: lib/ext2fs/ext2_err.c:21
5897msgid "Wrong magic number for generic_bitmap structure"
5898msgstr ""
5899
5900#: lib/ext2fs/ext2_err.c:22
5901msgid "Wrong magic number for test io_channel structure"
5902msgstr ""
5903
5904#: lib/ext2fs/ext2_err.c:23
5905msgid "Wrong magic number for directory block list structure"
5906msgstr ""
5907
5908#: lib/ext2fs/ext2_err.c:24
5909msgid "Wrong magic number for icount structure"
5910msgstr ""
5911
5912#: lib/ext2fs/ext2_err.c:25
5913msgid "Wrong magic number for Powerquest io_channel structure"
5914msgstr ""
5915
5916#: lib/ext2fs/ext2_err.c:26
5917msgid "Wrong magic number for ext2 file structure"
5918msgstr ""
5919
5920#: lib/ext2fs/ext2_err.c:27
5921msgid "Wrong magic number for Ext2 Image Header"
5922msgstr ""
5923
5924#: lib/ext2fs/ext2_err.c:28
5925msgid "Wrong magic number for inode io_channel structure"
5926msgstr ""
5927
5928#: lib/ext2fs/ext2_err.c:29
5929msgid "Wrong magic number for ext4 extent handle"
5930msgstr ""
5931
5932#: lib/ext2fs/ext2_err.c:30
5933msgid "Bad magic number in super-block"
5934msgstr ""
5935
5936#: lib/ext2fs/ext2_err.c:31
5937msgid "Filesystem revision too high"
5938msgstr ""
5939
5940#: lib/ext2fs/ext2_err.c:32
5941msgid "Attempt to write to filesystem opened read-only"
5942msgstr ""
5943
5944#: lib/ext2fs/ext2_err.c:33
5945msgid "Can't read group descriptors"
5946msgstr ""
5947
5948#: lib/ext2fs/ext2_err.c:34
5949msgid "Can't write group descriptors"
5950msgstr ""
5951
5952#: lib/ext2fs/ext2_err.c:35
5953msgid "Corrupt group descriptor: bad block for block bitmap"
5954msgstr ""
5955
5956#: lib/ext2fs/ext2_err.c:36
5957msgid "Corrupt group descriptor: bad block for inode bitmap"
5958msgstr ""
5959
5960#: lib/ext2fs/ext2_err.c:37
5961msgid "Corrupt group descriptor: bad block for inode table"
5962msgstr ""
5963
5964#: lib/ext2fs/ext2_err.c:38
5965msgid "Can't write an inode bitmap"
5966msgstr ""
5967
5968#: lib/ext2fs/ext2_err.c:39
5969msgid "Can't read an inode bitmap"
5970msgstr ""
5971
5972#: lib/ext2fs/ext2_err.c:40
Darrick J. Wong580d8a02013-10-07 09:20:28 -04005973msgid "Can't write a block bitmap"
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005974msgstr ""
5975
5976#: lib/ext2fs/ext2_err.c:41
Darrick J. Wongba0230f2013-12-12 12:41:58 -05005977msgid "Can't read a block bitmap"
Theodore Ts'o6a287f72011-10-05 02:08:10 -04005978msgstr ""
5979
5980#: lib/ext2fs/ext2_err.c:42
5981msgid "Can't write an inode table"
5982msgstr ""
5983
5984#: lib/ext2fs/ext2_err.c:43
5985msgid "Can't read an inode table"
5986msgstr ""
5987
5988#: lib/ext2fs/ext2_err.c:44
5989msgid "Can't read next inode"
5990msgstr ""
5991
5992#: lib/ext2fs/ext2_err.c:45
5993msgid "Filesystem has unexpected block size"
5994msgstr ""
5995
5996#: lib/ext2fs/ext2_err.c:46
5997msgid "EXT2 directory corrupted"
5998msgstr ""
5999
6000#: lib/ext2fs/ext2_err.c:47
6001msgid "Attempt to read block from filesystem resulted in short read"
6002msgstr ""
6003
6004#: lib/ext2fs/ext2_err.c:48
Theodore Ts'o3871db62011-10-09 20:49:36 -04006005msgid "Attempt to write block to filesystem resulted in short write"
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006006msgstr ""
6007
6008#: lib/ext2fs/ext2_err.c:49
6009msgid "No free space in the directory"
6010msgstr ""
6011
6012#: lib/ext2fs/ext2_err.c:50
6013msgid "Inode bitmap not loaded"
6014msgstr ""
6015
6016#: lib/ext2fs/ext2_err.c:51
6017msgid "Block bitmap not loaded"
6018msgstr ""
6019
6020#: lib/ext2fs/ext2_err.c:52
6021msgid "Illegal inode number"
6022msgstr ""
6023
6024#: lib/ext2fs/ext2_err.c:53
6025msgid "Illegal block number"
6026msgstr ""
6027
6028#: lib/ext2fs/ext2_err.c:54
6029msgid "Internal error in ext2fs_expand_dir"
6030msgstr ""
6031
6032#: lib/ext2fs/ext2_err.c:55
6033msgid "Not enough space to build proposed filesystem"
6034msgstr ""
6035
6036#: lib/ext2fs/ext2_err.c:56
6037msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6038msgstr ""
6039
6040#: lib/ext2fs/ext2_err.c:57
6041msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
6042msgstr ""
6043
6044#: lib/ext2fs/ext2_err.c:58
6045msgid "Illegal block number passed to ext2fs_test_block_bitmap"
6046msgstr ""
6047
6048#: lib/ext2fs/ext2_err.c:59
6049msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
6050msgstr ""
6051
6052#: lib/ext2fs/ext2_err.c:60
6053msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
6054msgstr ""
6055
6056#: lib/ext2fs/ext2_err.c:61
6057msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
6058msgstr ""
6059
6060#: lib/ext2fs/ext2_err.c:62
6061msgid "Attempt to fudge end of block bitmap past the real end"
6062msgstr ""
6063
6064#: lib/ext2fs/ext2_err.c:63
6065msgid "Attempt to fudge end of inode bitmap past the real end"
6066msgstr ""
6067
6068#: lib/ext2fs/ext2_err.c:64
6069msgid "Illegal indirect block found"
6070msgstr ""
6071
6072#: lib/ext2fs/ext2_err.c:65
6073msgid "Illegal doubly indirect block found"
6074msgstr ""
6075
6076#: lib/ext2fs/ext2_err.c:66
6077msgid "Illegal triply indirect block found"
6078msgstr ""
6079
6080#: lib/ext2fs/ext2_err.c:67
6081msgid "Block bitmaps are not the same"
6082msgstr ""
6083
6084#: lib/ext2fs/ext2_err.c:68
6085msgid "Inode bitmaps are not the same"
6086msgstr ""
6087
6088#: lib/ext2fs/ext2_err.c:69
6089msgid "Illegal or malformed device name"
6090msgstr ""
6091
6092#: lib/ext2fs/ext2_err.c:70
6093msgid "A block group is missing an inode table"
6094msgstr ""
6095
6096#: lib/ext2fs/ext2_err.c:71
6097msgid "The ext2 superblock is corrupt"
6098msgstr ""
6099
6100#: lib/ext2fs/ext2_err.c:72
6101msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
6102msgstr ""
6103
6104#: lib/ext2fs/ext2_err.c:73
6105msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
6106msgstr ""
6107
6108#: lib/ext2fs/ext2_err.c:74
6109msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
6110msgstr ""
6111
6112#: lib/ext2fs/ext2_err.c:75
6113msgid "Too many symbolic links encountered."
6114msgstr ""
6115
6116#: lib/ext2fs/ext2_err.c:76
6117msgid "The callback function will not handle this case"
6118msgstr ""
6119
6120#: lib/ext2fs/ext2_err.c:77
6121msgid "The inode is from a bad block in the inode table"
6122msgstr ""
6123
6124#: lib/ext2fs/ext2_err.c:78
6125msgid "Filesystem has unsupported feature(s)"
6126msgstr ""
6127
6128#: lib/ext2fs/ext2_err.c:79
6129msgid "Filesystem has unsupported read-only feature(s)"
6130msgstr ""
6131
6132#: lib/ext2fs/ext2_err.c:80
6133msgid "IO Channel failed to seek on read or write"
6134msgstr ""
6135
6136#: lib/ext2fs/ext2_err.c:81
6137msgid "Memory allocation failed"
6138msgstr ""
6139
6140#: lib/ext2fs/ext2_err.c:82
6141msgid "Invalid argument passed to ext2 library"
6142msgstr ""
6143
6144#: lib/ext2fs/ext2_err.c:83
6145msgid "Could not allocate block in ext2 filesystem"
6146msgstr ""
6147
6148#: lib/ext2fs/ext2_err.c:84
6149msgid "Could not allocate inode in ext2 filesystem"
6150msgstr ""
6151
6152#: lib/ext2fs/ext2_err.c:85
6153msgid "Ext2 inode is not a directory"
6154msgstr ""
6155
6156#: lib/ext2fs/ext2_err.c:86
6157msgid "Too many references in table"
6158msgstr ""
6159
6160#: lib/ext2fs/ext2_err.c:87
6161msgid "File not found by ext2_lookup"
6162msgstr ""
6163
6164#: lib/ext2fs/ext2_err.c:88
6165msgid "File open read-only"
6166msgstr ""
6167
6168#: lib/ext2fs/ext2_err.c:89
6169msgid "Ext2 directory block not found"
6170msgstr ""
6171
6172#: lib/ext2fs/ext2_err.c:90
6173msgid "Ext2 directory already exists"
6174msgstr ""
6175
6176#: lib/ext2fs/ext2_err.c:91
6177msgid "Unimplemented ext2 library function"
6178msgstr ""
6179
6180#: lib/ext2fs/ext2_err.c:92
6181msgid "User cancel requested"
6182msgstr ""
6183
6184#: lib/ext2fs/ext2_err.c:93
6185msgid "Ext2 file too big"
6186msgstr ""
6187
6188#: lib/ext2fs/ext2_err.c:94
6189msgid "Supplied journal device not a block device"
6190msgstr ""
6191
6192#: lib/ext2fs/ext2_err.c:95
6193msgid "Journal superblock not found"
6194msgstr ""
6195
6196#: lib/ext2fs/ext2_err.c:96
6197msgid "Journal must be at least 1024 blocks"
6198msgstr ""
6199
6200#: lib/ext2fs/ext2_err.c:97
6201msgid "Unsupported journal version"
6202msgstr ""
6203
6204#: lib/ext2fs/ext2_err.c:98
6205msgid "Error loading external journal"
6206msgstr ""
6207
6208#: lib/ext2fs/ext2_err.c:99
6209msgid "Journal not found"
6210msgstr ""
6211
6212#: lib/ext2fs/ext2_err.c:100
6213msgid "Directory hash unsupported"
6214msgstr ""
6215
6216#: lib/ext2fs/ext2_err.c:101
6217msgid "Illegal extended attribute block number"
6218msgstr ""
6219
6220#: lib/ext2fs/ext2_err.c:102
6221msgid "Cannot create filesystem with requested number of inodes"
6222msgstr ""
6223
6224#: lib/ext2fs/ext2_err.c:103
6225msgid "E2image snapshot not in use"
6226msgstr ""
6227
6228#: lib/ext2fs/ext2_err.c:104
6229msgid "Too many reserved group descriptor blocks"
6230msgstr ""
6231
6232#: lib/ext2fs/ext2_err.c:105
6233msgid "Resize inode is corrupt"
6234msgstr ""
6235
6236#: lib/ext2fs/ext2_err.c:106
Theodore Ts'o3871db62011-10-09 20:49:36 -04006237msgid "Tried to set block bmap with missing indirect block"
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006238msgstr ""
6239
6240#: lib/ext2fs/ext2_err.c:107
6241msgid "TDB: Success"
6242msgstr ""
6243
6244#: lib/ext2fs/ext2_err.c:108
6245msgid "TDB: Corrupt database"
6246msgstr ""
6247
6248#: lib/ext2fs/ext2_err.c:109
6249msgid "TDB: IO Error"
6250msgstr ""
6251
6252#: lib/ext2fs/ext2_err.c:110
6253msgid "TDB: Locking error"
6254msgstr ""
6255
6256#: lib/ext2fs/ext2_err.c:111
6257msgid "TDB: Out of memory"
6258msgstr ""
6259
6260#: lib/ext2fs/ext2_err.c:112
6261msgid "TDB: Record exists"
6262msgstr ""
6263
6264#: lib/ext2fs/ext2_err.c:113
6265msgid "TDB: Lock exists on other keys"
6266msgstr ""
6267
6268#: lib/ext2fs/ext2_err.c:114
6269msgid "TDB: Invalid parameter"
6270msgstr ""
6271
6272#: lib/ext2fs/ext2_err.c:115
6273msgid "TDB: Record does not exist"
6274msgstr ""
6275
6276#: lib/ext2fs/ext2_err.c:116
6277msgid "TDB: Write not permitted"
6278msgstr ""
6279
6280#: lib/ext2fs/ext2_err.c:117
6281msgid "Ext2fs directory block list is empty"
6282msgstr ""
6283
6284#: lib/ext2fs/ext2_err.c:118
6285msgid "Attempt to modify a block mapping via a read-only block iterator"
6286msgstr ""
6287
6288#: lib/ext2fs/ext2_err.c:119
6289msgid "Wrong magic number for ext4 extent saved path"
6290msgstr ""
6291
6292#: lib/ext2fs/ext2_err.c:120
6293msgid "Wrong magic number for 64-bit generic bitmap"
6294msgstr ""
6295
6296#: lib/ext2fs/ext2_err.c:121
6297msgid "Wrong magic number for 64-bit block bitmap"
6298msgstr ""
6299
6300#: lib/ext2fs/ext2_err.c:122
6301msgid "Wrong magic number for 64-bit inode bitmap"
6302msgstr ""
6303
6304#: lib/ext2fs/ext2_err.c:123
6305msgid "Wrong magic number --- RESERVED_13"
6306msgstr ""
6307
6308#: lib/ext2fs/ext2_err.c:124
6309msgid "Wrong magic number --- RESERVED_14"
6310msgstr ""
6311
6312#: lib/ext2fs/ext2_err.c:125
6313msgid "Wrong magic number --- RESERVED_15"
6314msgstr ""
6315
6316#: lib/ext2fs/ext2_err.c:126
6317msgid "Wrong magic number --- RESERVED_16"
6318msgstr ""
6319
6320#: lib/ext2fs/ext2_err.c:127
6321msgid "Wrong magic number --- RESERVED_17"
6322msgstr ""
6323
6324#: lib/ext2fs/ext2_err.c:128
6325msgid "Wrong magic number --- RESERVED_18"
6326msgstr ""
6327
6328#: lib/ext2fs/ext2_err.c:129
6329msgid "Wrong magic number --- RESERVED_19"
6330msgstr ""
6331
6332#: lib/ext2fs/ext2_err.c:130
6333msgid "Corrupt extent header"
6334msgstr ""
6335
6336#: lib/ext2fs/ext2_err.c:131
6337msgid "Corrupt extent index"
6338msgstr ""
6339
6340#: lib/ext2fs/ext2_err.c:132
6341msgid "Corrupt extent"
6342msgstr ""
6343
6344#: lib/ext2fs/ext2_err.c:133
6345msgid "No free space in extent map"
6346msgstr ""
6347
6348#: lib/ext2fs/ext2_err.c:134
6349msgid "Inode does not use extents"
6350msgstr ""
6351
6352#: lib/ext2fs/ext2_err.c:135
6353msgid "No 'next' extent"
6354msgstr ""
6355
6356#: lib/ext2fs/ext2_err.c:136
6357msgid "No 'previous' extent"
6358msgstr ""
6359
6360#: lib/ext2fs/ext2_err.c:137
6361msgid "No 'up' extent"
6362msgstr ""
6363
6364#: lib/ext2fs/ext2_err.c:138
6365msgid "No 'down' extent"
6366msgstr ""
6367
6368#: lib/ext2fs/ext2_err.c:139
6369msgid "No current node"
6370msgstr ""
6371
6372#: lib/ext2fs/ext2_err.c:140
6373msgid "Ext2fs operation not supported"
6374msgstr ""
6375
6376#: lib/ext2fs/ext2_err.c:141
6377msgid "No room to insert extent in node"
6378msgstr ""
6379
6380#: lib/ext2fs/ext2_err.c:142
6381msgid "Splitting would result in empty node"
6382msgstr ""
6383
6384#: lib/ext2fs/ext2_err.c:143
6385msgid "Extent not found"
6386msgstr ""
6387
6388#: lib/ext2fs/ext2_err.c:144
6389msgid "Operation not supported for inodes containing extents"
6390msgstr ""
6391
6392#: lib/ext2fs/ext2_err.c:145
6393msgid "Extent length is invalid"
6394msgstr ""
6395
6396#: lib/ext2fs/ext2_err.c:146
6397msgid "I/O Channel does not support 64-bit block numbers"
6398msgstr ""
6399
6400#: lib/ext2fs/ext2_err.c:147
6401msgid "Can't check if filesystem is mounted due to missing mtab file"
6402msgstr ""
6403
6404#: lib/ext2fs/ext2_err.c:148
6405msgid "Filesystem too large to use legacy bitmaps"
6406msgstr ""
6407
6408#: lib/ext2fs/ext2_err.c:149
6409msgid "MMP: invalid magic number"
6410msgstr ""
6411
6412#: lib/ext2fs/ext2_err.c:150
6413msgid "MMP: device currently active"
6414msgstr ""
6415
6416#: lib/ext2fs/ext2_err.c:151
6417msgid "MMP: fsck being run"
6418msgstr ""
6419
6420#: lib/ext2fs/ext2_err.c:152
6421msgid "MMP: block number beyond filesystem range"
6422msgstr ""
6423
6424#: lib/ext2fs/ext2_err.c:153
6425msgid "MMP: undergoing an unknown operation"
6426msgstr ""
6427
6428#: lib/ext2fs/ext2_err.c:154
6429msgid "MMP: filesystem still in use"
6430msgstr ""
6431
6432#: lib/ext2fs/ext2_err.c:155
6433msgid "MMP: open with O_DIRECT failed"
6434msgstr ""
6435
Theodore Ts'o8359f622013-01-16 13:50:12 -05006436#: lib/ext2fs/ext2_err.c:156
Theodore Ts'o511ba982013-01-21 22:03:18 -05006437msgid "Block group descriptor size incorrect"
6438msgstr ""
6439
6440#: lib/ext2fs/ext2_err.c:157
6441msgid "Inode checksum does not match inode"
6442msgstr ""
6443
6444#: lib/ext2fs/ext2_err.c:158
6445msgid "Inode bitmap checksum does not match bitmap"
6446msgstr ""
6447
6448#: lib/ext2fs/ext2_err.c:159
6449msgid "Extent block checksum does not match extent block"
6450msgstr ""
6451
6452#: lib/ext2fs/ext2_err.c:160
6453msgid "Directory block does not have space for checksum"
6454msgstr ""
6455
6456#: lib/ext2fs/ext2_err.c:161
6457msgid "Directory block checksum does not match directory block"
6458msgstr ""
6459
6460#: lib/ext2fs/ext2_err.c:162
6461msgid "Extended attribute block checksum does not match block"
6462msgstr ""
6463
6464#: lib/ext2fs/ext2_err.c:163
6465msgid "Superblock checksum does not match superblock"
6466msgstr ""
6467
6468#: lib/ext2fs/ext2_err.c:164
6469msgid "Unknown checksum algorithm"
6470msgstr ""
6471
6472#: lib/ext2fs/ext2_err.c:165
6473msgid "MMP block checksum does not match MMP block"
6474msgstr ""
6475
6476#: lib/ext2fs/ext2_err.c:166
Theodore Ts'o8359f622013-01-16 13:50:12 -05006477msgid "Ext2 file already exists"
6478msgstr ""
6479
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006480#: e2fsck/prof_err.c:11
6481msgid "Profile version 0.0"
6482msgstr ""
6483
6484#: e2fsck/prof_err.c:12
6485msgid "Bad magic value in profile_node"
6486msgstr ""
6487
6488#: e2fsck/prof_err.c:13
6489msgid "Profile section not found"
6490msgstr ""
6491
6492#: e2fsck/prof_err.c:14
6493msgid "Profile relation not found"
6494msgstr ""
6495
6496#: e2fsck/prof_err.c:15
6497msgid "Attempt to add a relation to node which is not a section"
6498msgstr ""
6499
6500#: e2fsck/prof_err.c:16
6501msgid "A profile section header has a non-zero value"
6502msgstr ""
6503
6504#: e2fsck/prof_err.c:17
6505msgid "Bad linked list in profile structures"
6506msgstr ""
6507
6508#: e2fsck/prof_err.c:18
Theodore Ts'o3fcd8fe2011-10-09 17:08:47 -04006509msgid "Bad group level in profile structures"
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006510msgstr ""
6511
6512#: e2fsck/prof_err.c:19
Theodore Ts'o3871db62011-10-09 20:49:36 -04006513msgid "Bad parent pointer in profile structures"
Theodore Ts'o6a287f72011-10-05 02:08:10 -04006514msgstr ""
6515
6516#: e2fsck/prof_err.c:20
6517msgid "Bad magic value in profile iterator"
6518msgstr ""
6519
6520#: e2fsck/prof_err.c:21
6521msgid "Can't set value on section node"
6522msgstr ""
6523
6524#: e2fsck/prof_err.c:22
6525msgid "Invalid argument passed to profile library"
6526msgstr ""
6527
6528#: e2fsck/prof_err.c:23
6529msgid "Attempt to modify read-only profile"
6530msgstr ""
6531
6532#: e2fsck/prof_err.c:24
6533msgid "Profile section header not at top level"
6534msgstr ""
6535
6536#: e2fsck/prof_err.c:25
6537msgid "Syntax error in profile section header"
6538msgstr ""
6539
6540#: e2fsck/prof_err.c:26
6541msgid "Syntax error in profile relation"
6542msgstr ""
6543
6544#: e2fsck/prof_err.c:27
6545msgid "Extra closing brace in profile"
6546msgstr ""
6547
6548#: e2fsck/prof_err.c:28
6549msgid "Missing open brace in profile"
6550msgstr ""
6551
6552#: e2fsck/prof_err.c:29
6553msgid "Bad magic value in profile_t"
6554msgstr ""
6555
6556#: e2fsck/prof_err.c:30
6557msgid "Bad magic value in profile_section_t"
6558msgstr ""
6559
6560#: e2fsck/prof_err.c:31
6561msgid "Iteration through all top level section not supported"
6562msgstr ""
6563
6564#: e2fsck/prof_err.c:32
6565msgid "Invalid profile_section object"
6566msgstr ""
6567
6568#: e2fsck/prof_err.c:33
6569msgid "No more sections"
6570msgstr ""
6571
6572#: e2fsck/prof_err.c:34
6573msgid "Bad nameset passed to query routine"
6574msgstr ""
6575
6576#: e2fsck/prof_err.c:35
6577msgid "No profile file open"
6578msgstr ""
6579
6580#: e2fsck/prof_err.c:36
6581msgid "Bad magic value in profile_file_t"
6582msgstr ""
6583
6584#: e2fsck/prof_err.c:37
6585msgid "Couldn't open profile file"
6586msgstr ""
6587
6588#: e2fsck/prof_err.c:38
6589msgid "Section already exists"
6590msgstr ""
6591
6592#: e2fsck/prof_err.c:39
6593msgid "Invalid boolean value"
6594msgstr ""
6595
6596#: e2fsck/prof_err.c:40
6597msgid "Invalid integer value"
6598msgstr ""
6599
6600#: e2fsck/prof_err.c:41
6601msgid "Bad magic value in profile_file_data_t"
6602msgstr ""