blob: db17d933c19945708a7373b249c7987a4422eeb1 [file] [log] [blame]
Theodore Ts'o53013932009-05-30 13:50:07 -04001# E2fsprogs translation template file
2# Copyright (C) 2009 Theodore Ts'o
3# This file is distributed under the same license as the e2fsprogs package.
4# Theodore Ts'o <tytso@mit.edu>, 2009.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00005#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006#. The strings in e2fsck's problem.c can be very hard to translate,
7#. since the strings are expanded in two different ways. First of all,
8#. there is an @-expansion, where strings like "@i" are expanded to
9#. "inode", and so on. In order to make it easier for translators, the
10#. e2fsprogs po template file has been enhanced with comments that show
11#. the @-expansion, for the strings in the problem.c file.
12#.
13#. Translators are free to use the @-expansion facility if they so
14#. choose, by providing translations for strings in e2fsck/message.c.
15#. These translation can completely replace an expansion; for example,
16#. if "bblock" (which indicated that "@b" would be expanded to "block")
17#. is translated as "ddatenverlust", then "@d" will be expanded to
18#. "datenverlust". Alternatively, translators can simply not use the
19#. @-expansion facility at all.
20#.
21#. The second expansion which is done for e2fsck's problem.c messages is
22#. a dynamic %-expansion, which expands %i as an inode number, and so
23#. on. A table of these expansions can be found below. Note that
24#. %-expressions that begin with "%D" and "%I" are two-character
25#. expansions; so for example, "%Iu" expands to the inode's user id
26#. ownership field (inode->i_uid).
27#.
28#. %b <blk> block number
29#. %B <blkcount> integer
30#. %c <blk2> block number
31#. %Di <dirent> -> ino inode number
32#. %Dn <dirent> -> name string
33#. %Dr <dirent> -> rec_len
34#. %Dl <dirent> -> name_len
35#. %Dt <dirent> -> filetype
36#. %d <dir> inode number
37#. %g <group> integer
38#. %i <ino> inode number
39#. %Is <inode> -> i_size
40#. %IS <inode> -> i_extra_isize
41#. %Ib <inode> -> i_blocks
42#. %Il <inode> -> i_links_count
43#. %Im <inode> -> i_mode
44#. %IM <inode> -> i_mtime
45#. %IF <inode> -> i_faddr
46#. %If <inode> -> i_file_acl
47#. %Id <inode> -> i_dir_acl
48#. %Iu <inode> -> i_uid
49#. %Ig <inode> -> i_gid
50#. %j <ino2> inode number
51#. %m <com_err error message>
52#. %N <num>
53#. %p ext2fs_get_pathname of directory <ino>
54#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
55#. the containing directory. (If dirent is NULL
56#. then return the pathname of directory <ino2>)
57#. %q ext2fs_get_pathname of directory <dir>
58#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
59#. the containing directory.
60#. %s <str> miscellaneous string
61#. %S backup superblock
62#. %X <num> hexadecimal format
63#.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000064#, fuzzy
65msgid ""
66msgstr ""
Theodore Ts'ofa9e8412009-06-29 01:30:30 -040067"Project-Id-Version: e2fsprogs 1.41.7\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050068"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'ofa9e8412009-06-29 01:30:30 -040069"POT-Creation-Date: 2009-06-29 01:27-0400\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000070"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
71"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
72"Language-Team: LANGUAGE <LL@li.org>\n"
73"MIME-Version: 1.0\n"
74"Content-Type: text/plain; charset=CHARSET\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040075"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000076
Theodore Ts'o945ffb92009-01-26 20:43:10 -050077#: e2fsck/badblocks.c:22 misc/mke2fs.c:165
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000078#, c-format
79msgid "Bad block %u out of range; ignored.\n"
80msgstr ""
81
82#: e2fsck/badblocks.c:45
83msgid "while sanity checking the bad blocks inode"
84msgstr ""
85
86#: e2fsck/badblocks.c:57
87msgid "while reading the bad blocks inode"
88msgstr ""
89
Theodore Ts'oa04eba32003-05-03 16:35:17 -040090#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'ofa9e8412009-06-29 01:30:30 -040091#: e2fsck/unix.c:1057 e2fsck/unix.c:1140 misc/badblocks.c:1155
92#: misc/badblocks.c:1163 misc/badblocks.c:1177 misc/badblocks.c:1189
93#: misc/dumpe2fs.c:510 misc/e2image.c:583 misc/e2image.c:679
94#: misc/e2image.c:695 misc/mke2fs.c:181 misc/tune2fs.c:1532 resize/main.c:312
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000095#, c-format
96msgid "while trying to open %s"
97msgstr ""
98
Theodore Ts'o0c897a92002-11-09 12:01:18 -050099#: e2fsck/badblocks.c:82
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000100#, c-format
101msgid "while trying popen '%s'"
102msgstr ""
103
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500104#: e2fsck/badblocks.c:93 misc/mke2fs.c:188
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000105msgid "while reading in list of bad blocks from file"
106msgstr ""
107
Theodore Ts'o8f741372008-02-28 21:47:05 -0500108#: e2fsck/badblocks.c:104
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000109msgid "while updating bad block inode"
110msgstr ""
111
Theodore Ts'o8f741372008-02-28 21:47:05 -0500112#: e2fsck/badblocks.c:130
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000113#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400114msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000115msgstr ""
116
Theodore Ts'o052a7912008-10-12 23:17:54 -0400117#: e2fsck/ehandler.c:54
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000118#, c-format
119msgid "Error reading block %lu (%s) while %s. "
120msgstr ""
121
Theodore Ts'o052a7912008-10-12 23:17:54 -0400122#: e2fsck/ehandler.c:57
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000123#, c-format
124msgid "Error reading block %lu (%s). "
125msgstr ""
126
Theodore Ts'o052a7912008-10-12 23:17:54 -0400127#: e2fsck/ehandler.c:60 e2fsck/ehandler.c:109
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000128msgid "Ignore error"
129msgstr ""
130
Theodore Ts'o052a7912008-10-12 23:17:54 -0400131#: e2fsck/ehandler.c:61
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500132msgid "Force rewrite"
133msgstr ""
134
Theodore Ts'o052a7912008-10-12 23:17:54 -0400135#: e2fsck/ehandler.c:103
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000136#, c-format
137msgid "Error writing block %lu (%s) while %s. "
138msgstr ""
139
Theodore Ts'o052a7912008-10-12 23:17:54 -0400140#: e2fsck/ehandler.c:106
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000141#, c-format
142msgid "Error writing block %lu (%s). "
143msgstr ""
144
145#: e2fsck/emptydir.c:56
146msgid "empty dirblocks"
147msgstr ""
148
149#: e2fsck/emptydir.c:61
150msgid "empty dir map"
151msgstr ""
152
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000153#: e2fsck/emptydir.c:97
154#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -0400155msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000156msgstr ""
157
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400158#: e2fsck/extend.c:21
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000159#, c-format
160msgid "%s: %s filename nblocks blocksize\n"
161msgstr ""
162
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400163#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500164#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000165msgid "Illegal number of blocks!\n"
166msgstr ""
167
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400168#: e2fsck/extend.c:49
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000169#, c-format
170msgid "Couldn't allocate block buffer (size=%d)\n"
171msgstr ""
172
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400173#: e2fsck/flushb.c:34
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000174#, c-format
175msgid "Usage: %s disk\n"
176msgstr ""
177
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400178#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500179#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000180msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
181msgstr ""
182
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400183#: e2fsck/iscan.c:46
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000184#, c-format
185msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
186msgstr ""
187
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400188#: e2fsck/iscan.c:83 e2fsck/unix.c:817
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000189#, c-format
190msgid "while opening %s for flushing"
191msgstr ""
192
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400193#: e2fsck/iscan.c:88 e2fsck/unix.c:823 resize/main.c:288
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000194#, c-format
195msgid "while trying to flush %s"
196msgstr ""
197
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400198#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:489
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000199msgid "while opening inode scan"
200msgstr ""
201
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400202#: e2fsck/iscan.c:129 misc/e2image.c:507
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000203msgid "while getting next inode"
204msgstr ""
205
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400206#: e2fsck/iscan.c:138
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000207#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -0400208msgid "%u inodes scanned.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000209msgstr ""
210
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500211#: e2fsck/journal.c:507
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400212msgid "reading journal superblock\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000213msgstr ""
214
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500215#: e2fsck/journal.c:564
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400216#, c-format
217msgid "%s: no valid journal superblock found\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000218msgstr ""
219
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500220#: e2fsck/journal.c:573
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400221#, c-format
222msgid "%s: journal too short\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000223msgstr ""
224
Theodore Ts'o53013932009-05-30 13:50:07 -0400225#: e2fsck/journal.c:860
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400226#, c-format
227msgid "%s: recovering journal\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000228msgstr ""
229
Theodore Ts'o53013932009-05-30 13:50:07 -0400230#: e2fsck/journal.c:862
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400231#, c-format
232msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000233msgstr ""
234
Theodore Ts'o53013932009-05-30 13:50:07 -0400235#: e2fsck/journal.c:887
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400236#, c-format
237msgid "while trying to re-open %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000238msgstr ""
239
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400240#: e2fsck/message.c:110
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400241msgid "aextended attribute"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000242msgstr ""
243
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400244#: e2fsck/message.c:111
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400245msgid "Aerror allocating"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000246msgstr ""
247
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400248#: e2fsck/message.c:112
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400249msgid "bblock"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000250msgstr ""
251
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400252#: e2fsck/message.c:113
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400253msgid "Bbitmap"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000254msgstr ""
255
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400256#: e2fsck/message.c:114
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400257msgid "ccompress"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000258msgstr ""
259
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400260#: e2fsck/message.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400261msgid "Cconflicts with some other fs @b"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000262msgstr ""
263
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400264#: e2fsck/message.c:116
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400265msgid "iinode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000266msgstr ""
267
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400268#: e2fsck/message.c:117
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400269msgid "Iillegal"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000270msgstr ""
271
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400272#: e2fsck/message.c:118
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400273msgid "jjournal"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000274msgstr ""
275
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400276#: e2fsck/message.c:119
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400277msgid "Ddeleted"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000278msgstr ""
279
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400280#: e2fsck/message.c:120
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400281msgid "ddirectory"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000282msgstr ""
283
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400284#: e2fsck/message.c:121
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400285msgid "eentry"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000286msgstr ""
287
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400288#: e2fsck/message.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400289msgid "E@e '%Dn' in %p (%i)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000290msgstr ""
291
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400292#: e2fsck/message.c:123
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400293msgid "ffilesystem"
294msgstr ""
295
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400296#: e2fsck/message.c:124
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400297msgid "Ffor @i %i (%Q) is"
298msgstr ""
299
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400300#: e2fsck/message.c:125
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400301msgid "ggroup"
302msgstr ""
303
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400304#: e2fsck/message.c:126
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500305msgid "hHTREE @d @i"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400306msgstr ""
307
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400308#: e2fsck/message.c:127
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500309msgid "llost+found"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400310msgstr ""
311
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400312#: e2fsck/message.c:128
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500313msgid "Lis a link"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400314msgstr ""
315
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400316#: e2fsck/message.c:129
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400317msgid "mmultiply-claimed"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000318msgstr ""
319
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400320#: e2fsck/message.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400321msgid "ninvalid"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500322msgstr ""
323
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400324#: e2fsck/message.c:131
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400325msgid "oorphaned"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500326msgstr ""
327
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400328#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400329msgid "pproblem in"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500330msgstr ""
331
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400332#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400333msgid "rroot @i"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500334msgstr ""
335
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400336#: e2fsck/message.c:134
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400337msgid "sshould be"
338msgstr ""
339
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400340#: e2fsck/message.c:135
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400341msgid "Ssuper@b"
342msgstr ""
343
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400344#: e2fsck/message.c:136
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400345msgid "uunattached"
346msgstr ""
347
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400348#: e2fsck/message.c:137
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400349msgid "vdevice"
350msgstr ""
351
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400352#: e2fsck/message.c:138
353msgid "xextent"
354msgstr ""
355
356#: e2fsck/message.c:139
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400357msgid "zzero-length"
358msgstr ""
359
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400360#: e2fsck/message.c:150
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000361msgid "<The NULL inode>"
362msgstr ""
363
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400364#: e2fsck/message.c:151
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000365msgid "<The bad blocks inode>"
366msgstr ""
367
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400368#: e2fsck/message.c:153
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000369msgid "<The ACL index inode>"
370msgstr ""
371
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400372#: e2fsck/message.c:154
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000373msgid "<The ACL data inode>"
374msgstr ""
375
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400376#: e2fsck/message.c:155
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000377msgid "<The boot loader inode>"
378msgstr ""
379
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400380#: e2fsck/message.c:156
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000381msgid "<The undelete directory inode>"
382msgstr ""
383
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400384#: e2fsck/message.c:157
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400385msgid "<The group descriptor inode>"
386msgstr ""
387
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400388#: e2fsck/message.c:158
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400389msgid "<The journal inode>"
390msgstr ""
391
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400392#: e2fsck/message.c:159
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400393msgid "<Reserved inode 9>"
394msgstr ""
395
Theodore Ts'o60c30e12008-06-18 06:50:34 -0400396#: e2fsck/message.c:160
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400397msgid "<Reserved inode 10>"
398msgstr ""
399
Theodore Ts'o052a7912008-10-12 23:17:54 -0400400#: e2fsck/message.c:323
Theodore Ts'o714da452007-07-07 22:24:13 -0400401#, c-format
402msgid "regular file"
403msgstr ""
404
Theodore Ts'o052a7912008-10-12 23:17:54 -0400405#: e2fsck/message.c:325
Theodore Ts'o714da452007-07-07 22:24:13 -0400406#, c-format
407msgid "directory"
408msgstr ""
409
Theodore Ts'o052a7912008-10-12 23:17:54 -0400410#: e2fsck/message.c:327
Theodore Ts'o714da452007-07-07 22:24:13 -0400411#, c-format
412msgid "character device"
413msgstr ""
414
Theodore Ts'o052a7912008-10-12 23:17:54 -0400415#: e2fsck/message.c:329
Theodore Ts'o714da452007-07-07 22:24:13 -0400416#, c-format
417msgid "block device"
418msgstr ""
419
Theodore Ts'o052a7912008-10-12 23:17:54 -0400420#: e2fsck/message.c:331
Theodore Ts'o714da452007-07-07 22:24:13 -0400421#, c-format
422msgid "named pipe"
423msgstr ""
424
Theodore Ts'o052a7912008-10-12 23:17:54 -0400425#: e2fsck/message.c:333
Theodore Ts'o714da452007-07-07 22:24:13 -0400426#, c-format
427msgid "symbolic link"
428msgstr ""
429
Theodore Ts'o052a7912008-10-12 23:17:54 -0400430#: e2fsck/message.c:335
Theodore Ts'o714da452007-07-07 22:24:13 -0400431#, c-format
432msgid "socket"
433msgstr ""
434
Theodore Ts'o052a7912008-10-12 23:17:54 -0400435#: e2fsck/message.c:337
Theodore Ts'o714da452007-07-07 22:24:13 -0400436#, c-format
437msgid "unknown file type with mode 0%o"
438msgstr ""
439
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400440#: e2fsck/pass1b.c:220
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000441msgid "multiply claimed inode map"
442msgstr ""
443
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400444#: e2fsck/pass1b.c:581 e2fsck/pass1b.c:714
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000445#, c-format
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -0400446msgid "internal error: can't find dup_blk for %u\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000447msgstr ""
448
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400449#: e2fsck/pass1b.c:757
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000450msgid "returned from clone_file_block"
451msgstr ""
452
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400453#: e2fsck/pass1b.c:776
Theodore Ts'o714da452007-07-07 22:24:13 -0400454#, c-format
455msgid "internal error: couldn't lookup EA block record for %u"
456msgstr ""
457
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400458#: e2fsck/pass1b.c:788
Theodore Ts'o714da452007-07-07 22:24:13 -0400459#, c-format
460msgid "internal error: couldn't lookup EA inode record for %u"
461msgstr ""
462
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400463#: e2fsck/pass1.c:430 e2fsck/pass2.c:784
Theodore Ts'o714da452007-07-07 22:24:13 -0400464msgid "reading directory block"
465msgstr ""
466
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400467#: e2fsck/pass1.c:552
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000468msgid "in-use inode map"
469msgstr ""
470
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400471#: e2fsck/pass1.c:561
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000472msgid "directory inode map"
473msgstr ""
474
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400475#: e2fsck/pass1.c:569
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000476msgid "regular file inode map"
477msgstr ""
478
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400479#: e2fsck/pass1.c:576
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000480msgid "in-use block map"
481msgstr ""
482
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400483#: e2fsck/pass1.c:630
Theodore Ts'o714da452007-07-07 22:24:13 -0400484msgid "opening inode scan"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000485msgstr ""
486
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400487#: e2fsck/pass1.c:654
Theodore Ts'o714da452007-07-07 22:24:13 -0400488msgid "getting next inode from scan"
489msgstr ""
490
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400491#: e2fsck/pass1.c:1123
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000492msgid "Pass 1"
493msgstr ""
494
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400495#: e2fsck/pass1.c:1180
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000496#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400497msgid "reading indirect blocks of inode %u"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000498msgstr ""
499
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400500#: e2fsck/pass1.c:1224
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000501msgid "bad inode map"
502msgstr ""
503
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400504#: e2fsck/pass1.c:1246
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000505msgid "inode in bad block map"
506msgstr ""
507
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400508#: e2fsck/pass1.c:1266
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000509msgid "imagic inode map"
510msgstr ""
511
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400512#: e2fsck/pass1.c:1293
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000513msgid "multiply claimed block map"
514msgstr ""
515
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400516#: e2fsck/pass1.c:1392
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400517msgid "ext attr block map"
518msgstr ""
519
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400520#: e2fsck/pass1.c:2134
Theodore Ts'oaef07952008-08-27 23:18:29 -0400521#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500522msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -0400523msgstr ""
524
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400525#: e2fsck/pass1.c:2449
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000526msgid "block bitmap"
527msgstr ""
528
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400529#: e2fsck/pass1.c:2453
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000530msgid "inode bitmap"
531msgstr ""
532
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400533#: e2fsck/pass1.c:2457
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000534msgid "inode table"
535msgstr ""
536
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400537#: e2fsck/pass2.c:285
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500538msgid "Pass 2"
539msgstr ""
540
Theodore Ts'ofa9e8412009-06-29 01:30:30 -0400541#: e2fsck/pass2.c:807
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -0400542msgid "Can not continue."
543msgstr ""
544
Theodore Ts'o53013932009-05-30 13:50:07 -0400545#: e2fsck/pass3.c:76
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000546msgid "inode done bitmap"
547msgstr ""
548
Theodore Ts'o53013932009-05-30 13:50:07 -0400549#: e2fsck/pass3.c:84
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000550msgid "Peak memory"
551msgstr ""
552
Theodore Ts'o53013932009-05-30 13:50:07 -0400553#: e2fsck/pass3.c:134
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000554msgid "Pass 3"
555msgstr ""
556
Theodore Ts'o53013932009-05-30 13:50:07 -0400557#: e2fsck/pass3.c:320
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000558msgid "inode loop detection bitmap"
559msgstr ""
560
Theodore Ts'o53013932009-05-30 13:50:07 -0400561#: e2fsck/pass4.c:191
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000562msgid "Pass 4"
563msgstr ""
564
Theodore Ts'o53013932009-05-30 13:50:07 -0400565#: e2fsck/pass5.c:64
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000566msgid "Pass 5"
567msgstr ""
568
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500569#: e2fsck/problem.c:50
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000570msgid "(no prompt)"
571msgstr ""
572
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500573#: e2fsck/problem.c:51
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000574msgid "Fix"
575msgstr ""
576
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500577#: e2fsck/problem.c:52
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000578msgid "Clear"
579msgstr ""
580
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500581#: e2fsck/problem.c:53
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000582msgid "Relocate"
583msgstr ""
584
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500585#: e2fsck/problem.c:54
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000586msgid "Allocate"
587msgstr ""
588
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500589#: e2fsck/problem.c:55
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000590msgid "Expand"
591msgstr ""
592
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500593#: e2fsck/problem.c:56
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000594msgid "Connect to /lost+found"
595msgstr ""
596
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500597#: e2fsck/problem.c:57
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000598msgid "Create"
599msgstr ""
600
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500601#: e2fsck/problem.c:58
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000602msgid "Salvage"
603msgstr ""
604
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500605#: e2fsck/problem.c:59
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000606msgid "Truncate"
607msgstr ""
608
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500609#: e2fsck/problem.c:60
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000610msgid "Clear inode"
611msgstr ""
612
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500613#: e2fsck/problem.c:61
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000614msgid "Abort"
615msgstr ""
616
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500617#: e2fsck/problem.c:62
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000618msgid "Split"
619msgstr ""
620
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500621#: e2fsck/problem.c:63
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000622msgid "Continue"
623msgstr ""
624
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500625#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400626msgid "Clone multiply-claimed blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000627msgstr ""
628
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500629#: e2fsck/problem.c:65
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000630msgid "Delete file"
631msgstr ""
632
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500633#: e2fsck/problem.c:66
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000634msgid "Suppress messages"
635msgstr ""
636
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500637#: e2fsck/problem.c:67
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000638msgid "Unlink"
639msgstr ""
640
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500641#: e2fsck/problem.c:68
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500642msgid "Clear HTree index"
643msgstr ""
644
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500645#: e2fsck/problem.c:69
646msgid "Recreate"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000647msgstr ""
648
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500649#: e2fsck/problem.c:78
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500650msgid "(NONE)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000651msgstr ""
652
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500653#: e2fsck/problem.c:79
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500654msgid "FIXED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000655msgstr ""
656
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500657#: e2fsck/problem.c:80
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500658msgid "CLEARED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000659msgstr ""
660
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500661#: e2fsck/problem.c:81
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500662msgid "RELOCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000663msgstr ""
664
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500665#: e2fsck/problem.c:82
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500666msgid "ALLOCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000667msgstr ""
668
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500669#: e2fsck/problem.c:83
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500670msgid "EXPANDED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000671msgstr ""
672
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500673#: e2fsck/problem.c:84
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500674msgid "RECONNECTED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000675msgstr ""
676
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500677#: e2fsck/problem.c:85
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500678msgid "CREATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000679msgstr ""
680
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500681#: e2fsck/problem.c:86
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500682msgid "SALVAGED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000683msgstr ""
684
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500685#: e2fsck/problem.c:87
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500686msgid "TRUNCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000687msgstr ""
688
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500689#: e2fsck/problem.c:88
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500690msgid "INODE CLEARED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000691msgstr ""
692
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500693#: e2fsck/problem.c:89
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500694msgid "ABORTED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000695msgstr ""
696
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500697#: e2fsck/problem.c:90
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500698msgid "SPLIT"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000699msgstr ""
700
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500701#: e2fsck/problem.c:91
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500702msgid "CONTINUING"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000703msgstr ""
704
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500705#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400706msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000707msgstr ""
708
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500709#: e2fsck/problem.c:93
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500710msgid "FILE DELETED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000711msgstr ""
712
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500713#: e2fsck/problem.c:94
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500714msgid "SUPPRESSED"
715msgstr ""
716
717#: e2fsck/problem.c:95
718msgid "UNLINKED"
719msgstr ""
720
721#: e2fsck/problem.c:96
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500722msgid "HTREE INDEX CLEARED"
723msgstr ""
724
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500725#: e2fsck/problem.c:97
726msgid "WILL RECREATE"
727msgstr ""
728
729#: e2fsck/problem.c:106
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400730#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000731msgid "@b @B for @g %g is not in @g. (@b %b)\n"
732msgstr ""
733
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500734#: e2fsck/problem.c:110
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400735#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000736msgid "@i @B for @g %g is not in @g. (@b %b)\n"
737msgstr ""
738
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500739#: e2fsck/problem.c:115
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400740#. @-expanded: inode table for group %g is not in group. (block %b)\n
741#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000742msgid ""
743"@i table for @g %g is not in @g. (@b %b)\n"
744"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
745msgstr ""
746
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500747#: e2fsck/problem.c:121
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500748#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400749#. @-expanded: \n
750#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
751#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
752#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
753#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
754#. @-expanded: e2fsck -b %S <device>\n
755#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000756msgid ""
757"\n"
758"The @S could not be read or does not describe a correct ext2\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400759"@f. If the @v is valid and it really contains an ext2\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000760"@f (and not swap or ufs or something else), then the @S\n"
761"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400762" e2fsck -b %S <@v>\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000763"\n"
764msgstr ""
765
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500766#: e2fsck/problem.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400767#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
768#. @-expanded: The physical size of the device is %c blocks\n
769#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000770msgid ""
771"The @f size (according to the @S) is %b @bs\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400772"The physical size of the @v is %c @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000773"Either the @S or the partition table is likely to be corrupt!\n"
774msgstr ""
775
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500776#: e2fsck/problem.c:137
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400777#. @-expanded: superblock block_size = %b, fragsize = %c.\n
778#. @-expanded: This version of e2fsck does not support fragment sizes different\n
779#. @-expanded: from the block size.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000780msgid ""
781"@S @b_size = %b, fragsize = %c.\n"
782"This version of e2fsck does not support fragment sizes different\n"
783"from the @b size.\n"
784msgstr ""
785
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500786#: e2fsck/problem.c:144
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400787#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000788msgid "@S @bs_per_group = %b, should have been %c\n"
789msgstr ""
790
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500791#: e2fsck/problem.c:149
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400792#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000793msgid "@S first_data_@b = %b, should have been %c\n"
794msgstr ""
795
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500796#: e2fsck/problem.c:154
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400797#. @-expanded: filesystem did not have a UUID; generating one.\n
798#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000799msgid ""
800"@f did not have a UUID; generating one.\n"
801"\n"
802msgstr ""
803
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500804#: e2fsck/problem.c:159
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500805#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000806msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400807"Note: if several inode or block bitmap blocks or part\n"
808"of the inode table require relocation, you may wish to try\n"
809"running e2fsck with the '-b %S' option first. The problem\n"
810"may lie only with the primary block group descriptors, and\n"
811"the backup block group descriptors may be OK.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000812"\n"
813msgstr ""
814
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400815#: e2fsck/problem.c:168
816#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000817msgid "Corruption found in @S. (%s = %N).\n"
818msgstr ""
819
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400820#: e2fsck/problem.c:173
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000821#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400822#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400823msgid "Error determining size of the physical @v: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000824msgstr ""
825
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400826#: e2fsck/problem.c:178
827#. @-expanded: inode count in superblock is %i, should be %j.\n
828msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000829msgstr ""
830
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400831#: e2fsck/problem.c:182
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000832msgid "The Hurd does not support the filetype feature.\n"
833msgstr ""
834
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400835#: e2fsck/problem.c:187
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400836#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500837#. @-expanded: superblock has an invalid journal (inode %i).\n
838msgid "@S has an @n @j (@i %i).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400839msgstr ""
840
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400841#: e2fsck/problem.c:192
842#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400843msgid "External @j has multiple @f users (unsupported).\n"
844msgstr ""
845
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400846#: e2fsck/problem.c:197
847#. @-expanded: Can't find external journal\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400848msgid "Can't find external @j\n"
849msgstr ""
850
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400851#: e2fsck/problem.c:202
852#. @-expanded: External journal has bad superblock\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400853msgid "External @j has bad @S\n"
854msgstr ""
855
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400856#: e2fsck/problem.c:207
857#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400858msgid "External @j does not support this @f\n"
859msgstr ""
860
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400861#: e2fsck/problem.c:212
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500862#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400863#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
864#. @-expanded: format.\n
865#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400866msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500867"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400868"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
869"format.\n"
870"It is also possible the @j @S is corrupt.\n"
871msgstr ""
872
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400873#: e2fsck/problem.c:220
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500874#. @-expanded: journal superblock is corrupt.\n
875msgid "@j @S is corrupt.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400876msgstr ""
877
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400878#: e2fsck/problem.c:225
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400879#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500880#. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
881msgid "@S has_@j flag is clear, but a @j %s is present.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400882msgstr ""
883
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400884#: e2fsck/problem.c:230
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500885#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
886msgid "@S needs_recovery flag is set, but no @j is present.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400887msgstr ""
888
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400889#: e2fsck/problem.c:235
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500890#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
891msgid "@S needs_recovery flag is clear, but @j has data.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400892msgstr ""
893
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400894#: e2fsck/problem.c:240
895#. @-expanded: Clear journal
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500896msgid "Clear @j"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400897msgstr ""
898
Theodore Ts'o53013932009-05-30 13:50:07 -0400899#: e2fsck/problem.c:245 e2fsck/problem.c:647
900#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
901msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500902msgstr ""
903
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400904#: e2fsck/problem.c:250
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400905#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400906msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
907msgstr ""
908
Theodore Ts'o53013932009-05-30 13:50:07 -0400909#: e2fsck/problem.c:255
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400910#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400911msgid "@I @b #%B (%b) found in @o @i %i.\n"
912msgstr ""
913
Theodore Ts'o53013932009-05-30 13:50:07 -0400914#: e2fsck/problem.c:260
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400915#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400916msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
917msgstr ""
918
Theodore Ts'o53013932009-05-30 13:50:07 -0400919#: e2fsck/problem.c:265
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400920#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400921#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400922msgid "@I @o @i %i in @S.\n"
923msgstr ""
924
Theodore Ts'o53013932009-05-30 13:50:07 -0400925#: e2fsck/problem.c:270
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400926#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400927#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400928msgid "@I @i %i in @o @i list.\n"
929msgstr ""
930
Theodore Ts'o53013932009-05-30 13:50:07 -0400931#: e2fsck/problem.c:275
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500932#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
933msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400934msgstr ""
935
Theodore Ts'o53013932009-05-30 13:50:07 -0400936#: e2fsck/problem.c:280
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500937#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
938msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400939msgstr ""
940
Theodore Ts'o53013932009-05-30 13:50:07 -0400941#: e2fsck/problem.c:285
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400942#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400943msgid "@j version not supported by this e2fsck.\n"
944msgstr ""
945
Theodore Ts'o53013932009-05-30 13:50:07 -0400946#: e2fsck/problem.c:290
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400947#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400948#. @-expanded: Moving journal from /%s to hidden inode.\n
949#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400950msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400951"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400952"\n"
953msgstr ""
954
Theodore Ts'o53013932009-05-30 13:50:07 -0400955#: e2fsck/problem.c:295
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400956#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400957#. @-expanded: Error moving journal: %m\n
958#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400959msgid ""
960"Error moving @j: %m\n"
961"\n"
962msgstr ""
963
Theodore Ts'o53013932009-05-30 13:50:07 -0400964#: e2fsck/problem.c:300
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400965#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
966#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
967#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400968msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400969"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400970"Clearing fields beyond the V1 @j @S...\n"
971"\n"
972msgstr ""
973
Theodore Ts'o53013932009-05-30 13:50:07 -0400974#: e2fsck/problem.c:306
975#. @-expanded: Run journal anyway
976msgid "Run @j anyway"
977msgstr ""
978
979#: e2fsck/problem.c:311
980#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
981msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
982msgstr ""
983
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400984#: e2fsck/problem.c:316
985#. @-expanded: Backing up journal inode block information.\n
986#. @-expanded: \n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400987msgid ""
988"Backing up @j @i @b information.\n"
989"\n"
990msgstr ""
991
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400992#: e2fsck/problem.c:321
993#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
994#. @-expanded: is %N; should be zero.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500995msgid ""
996"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
997"is %N; @s zero. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000998msgstr ""
999
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001000#: e2fsck/problem.c:327
1001#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1002msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001003msgstr ""
1004
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001005#: e2fsck/problem.c:332
1006#. @-expanded: Resize inode not valid.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001007msgid "Resize @i not valid. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001008msgstr ""
1009
Theodore Ts'o6956f612005-12-31 16:46:15 -05001010#: e2fsck/problem.c:337
1011#. @-expanded: superblock last mount time is in the future.
1012msgid "@S last mount time is in the future. "
1013msgstr ""
1014
1015#: e2fsck/problem.c:342
1016#. @-expanded: superblock last write time is in the future.
1017msgid "@S last write time is in the future. "
1018msgstr ""
1019
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001020#: e2fsck/problem.c:346
1021#, c-format
1022#. @-expanded: superblock hint for external superblock should be %X.
1023msgid "@S hint for external superblock @s %X. "
1024msgstr ""
1025
Theodore Ts'o714da452007-07-07 22:24:13 -04001026#: e2fsck/problem.c:351
1027#. @-expanded: Adding dirhash hint to filesystem.\n
1028#. @-expanded: \n
1029msgid ""
1030"Adding dirhash hint to @f.\n"
1031"\n"
1032msgstr ""
1033
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001034#: e2fsck/problem.c:356
1035#, c-format
1036#. @-expanded: group descriptor %g checksum is invalid.
1037msgid "@g descriptor %g checksum is invalid. "
1038msgstr ""
1039
1040#: e2fsck/problem.c:361
1041#, c-format
1042#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1043msgid "@g descriptor %g marked uninitialized without feature set.\n"
1044msgstr ""
1045
1046#: e2fsck/problem.c:366
1047#, c-format
1048#. @-expanded: group %g block bitmap uninitialized but inode bitmap in use.\n
1049msgid "@g %g @b @B uninitialized but @i @B in use.\n"
1050msgstr ""
1051
1052#: e2fsck/problem.c:371
1053#. @-expanded: group descriptor %g has invalid unused inodes count %b.
1054msgid "@g descriptor %g has invalid unused inodes count %b. "
1055msgstr ""
1056
1057#: e2fsck/problem.c:376
1058#. @-expanded: Last group block bitmap uninitialized.
1059msgid "Last @g @b @B uninitialized. "
1060msgstr ""
1061
1062#: e2fsck/problem.c:381
1063#, c-format
1064msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1065msgstr ""
1066
Theodore Ts'o052a7912008-10-12 23:17:54 -04001067#: e2fsck/problem.c:385
1068msgid "The test_fs flag is set (and ext4 is available). "
1069msgstr ""
1070
1071#: e2fsck/problem.c:392
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001072#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001073msgid "Pass 1: Checking @is, @bs, and sizes\n"
1074msgstr ""
1075
Theodore Ts'o052a7912008-10-12 23:17:54 -04001076#: e2fsck/problem.c:396
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001077#. @-expanded: root inode is not a directory.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001078msgid "@r is not a @d. "
1079msgstr ""
1080
Theodore Ts'o052a7912008-10-12 23:17:54 -04001081#: e2fsck/problem.c:401
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001082#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001083msgid "@r has dtime set (probably due to old mke2fs). "
1084msgstr ""
1085
Theodore Ts'o052a7912008-10-12 23:17:54 -04001086#: e2fsck/problem.c:406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001087#. @-expanded: Reserved inode %i (%Q) has invalid mode.
1088msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001089msgstr ""
1090
Theodore Ts'o052a7912008-10-12 23:17:54 -04001091#: e2fsck/problem.c:411
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001092#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001093#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001094msgid "@D @i %i has zero dtime. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001095msgstr ""
1096
Theodore Ts'o052a7912008-10-12 23:17:54 -04001097#: e2fsck/problem.c:416
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001098#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001099#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001100msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001101msgstr ""
1102
Theodore Ts'o052a7912008-10-12 23:17:54 -04001103#: e2fsck/problem.c:421
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001104#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001105#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001106msgid "@i %i is a @z @d. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001107msgstr ""
1108
Theodore Ts'o052a7912008-10-12 23:17:54 -04001109#: e2fsck/problem.c:426
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001110#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001111msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001112msgstr ""
1113
Theodore Ts'o052a7912008-10-12 23:17:54 -04001114#: e2fsck/problem.c:431
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001115#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001116msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001117msgstr ""
1118
Theodore Ts'o052a7912008-10-12 23:17:54 -04001119#: e2fsck/problem.c:436
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001120#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001121msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001122msgstr ""
1123
Theodore Ts'o052a7912008-10-12 23:17:54 -04001124#: e2fsck/problem.c:441
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001125#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001126msgid "@g %g's @b @B (%b) is bad. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001127msgstr ""
1128
Theodore Ts'o052a7912008-10-12 23:17:54 -04001129#: e2fsck/problem.c:446
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001130#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001131msgid "@g %g's @i @B (%b) is bad. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001132msgstr ""
1133
Theodore Ts'o052a7912008-10-12 23:17:54 -04001134#: e2fsck/problem.c:451
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001135#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001136msgid "@i %i, i_size is %Is, @s %N. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001137msgstr ""
1138
Theodore Ts'o052a7912008-10-12 23:17:54 -04001139#: e2fsck/problem.c:456
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001140#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001141msgid "@i %i, i_@bs is %Ib, @s %N. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001142msgstr ""
1143
Theodore Ts'o052a7912008-10-12 23:17:54 -04001144#: e2fsck/problem.c:461
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001145#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001146msgid "@I @b #%B (%b) in @i %i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001147msgstr ""
1148
Theodore Ts'o052a7912008-10-12 23:17:54 -04001149#: e2fsck/problem.c:466
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001150#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001151msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001152msgstr ""
1153
Theodore Ts'o052a7912008-10-12 23:17:54 -04001154#: e2fsck/problem.c:471
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001155#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001156#. @-expanded: inode %i has illegal block(s).
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001157msgid "@i %i has illegal @b(s). "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001158msgstr ""
1159
Theodore Ts'o052a7912008-10-12 23:17:54 -04001160#: e2fsck/problem.c:476
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001161#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001162#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001163msgid "Too many illegal @bs in @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001164msgstr ""
1165
Theodore Ts'o052a7912008-10-12 23:17:54 -04001166#: e2fsck/problem.c:481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001167#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001168msgid "@I @b #%B (%b) in bad @b @i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001169msgstr ""
1170
Theodore Ts'o052a7912008-10-12 23:17:54 -04001171#: e2fsck/problem.c:486
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001172#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001173msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001174msgstr ""
1175
Theodore Ts'o052a7912008-10-12 23:17:54 -04001176#: e2fsck/problem.c:491
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001177#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001178msgid "Duplicate or bad @b in use!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001179msgstr ""
1180
Theodore Ts'o052a7912008-10-12 23:17:54 -04001181#: e2fsck/problem.c:496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001182#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001183msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001184msgstr ""
1185
Theodore Ts'o052a7912008-10-12 23:17:54 -04001186#: e2fsck/problem.c:501
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001187#. @-expanded: \n
1188#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1189#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1190#. @-expanded: in the filesystem.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001191msgid ""
1192"\n"
Theodore Ts'o55566e22003-12-26 14:03:39 -05001193"The bad @b @i has probably been corrupted. You probably\n"
1194"should stop now and run e2fsck -c to scan for bad blocks\n"
1195"in the @f.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001196msgstr ""
1197
Theodore Ts'o052a7912008-10-12 23:17:54 -04001198#: e2fsck/problem.c:508
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001199#. @-expanded: \n
1200#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001201msgid ""
1202"\n"
1203"If the @b is really bad, the @f can not be fixed.\n"
1204msgstr ""
1205
Theodore Ts'o052a7912008-10-12 23:17:54 -04001206#: e2fsck/problem.c:513
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001207#. @-expanded: You can remove this block from the bad block list and hope\n
1208#. @-expanded: that the block is really OK. But there are no guarantees.\n
1209#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001210msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001211"You can remove this @b from the bad @b list and hope\n"
1212"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001213"\n"
1214msgstr ""
1215
Theodore Ts'o052a7912008-10-12 23:17:54 -04001216#: e2fsck/problem.c:519
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001217#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001218msgid "The primary @S (%b) is on the bad @b list.\n"
1219msgstr ""
1220
Theodore Ts'o052a7912008-10-12 23:17:54 -04001221#: e2fsck/problem.c:524
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001222#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001223msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1224msgstr ""
1225
Theodore Ts'o052a7912008-10-12 23:17:54 -04001226#: e2fsck/problem.c:530
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001227#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001228msgid "Warning: Group %g's @S (%b) is bad.\n"
1229msgstr ""
1230
Theodore Ts'o052a7912008-10-12 23:17:54 -04001231#: e2fsck/problem.c:535
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001232#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001233msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1234msgstr ""
1235
Theodore Ts'o052a7912008-10-12 23:17:54 -04001236#: e2fsck/problem.c:541
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001237#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001238msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1239msgstr ""
1240
Theodore Ts'o052a7912008-10-12 23:17:54 -04001241#: e2fsck/problem.c:547
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001242#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001243msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001244msgstr ""
1245
Theodore Ts'o052a7912008-10-12 23:17:54 -04001246#: e2fsck/problem.c:552
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001247#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001248#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001249msgid "@A @b buffer for relocating %s\n"
1250msgstr ""
1251
Theodore Ts'o052a7912008-10-12 23:17:54 -04001252#: e2fsck/problem.c:557
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001253#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001254msgid "Relocating @g %g's %s from %b to %c...\n"
1255msgstr ""
1256
Theodore Ts'o052a7912008-10-12 23:17:54 -04001257#: e2fsck/problem.c:562
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001258#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001259#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001260msgid "Relocating @g %g's %s to %c...\n"
1261msgstr ""
1262
Theodore Ts'o052a7912008-10-12 23:17:54 -04001263#: e2fsck/problem.c:567
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001264#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001265msgid "Warning: could not read @b %b of %s: %m\n"
1266msgstr ""
1267
Theodore Ts'o052a7912008-10-12 23:17:54 -04001268#: e2fsck/problem.c:572
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001269#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001270msgid "Warning: could not write @b %b for %s: %m\n"
1271msgstr ""
1272
Theodore Ts'o303f4e02009-04-23 22:25:18 -04001273#: e2fsck/problem.c:577 e2fsck/problem.c:1383
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001274#. @-expanded: error allocating inode bitmap (%N): %m\n
1275msgid "@A @i @B (%N): %m\n"
1276msgstr ""
1277
Theodore Ts'o052a7912008-10-12 23:17:54 -04001278#: e2fsck/problem.c:582
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001279#. @-expanded: error allocating block bitmap (%N): %m\n
1280msgid "@A @b @B (%N): %m\n"
1281msgstr ""
1282
Theodore Ts'o052a7912008-10-12 23:17:54 -04001283#: e2fsck/problem.c:587
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001284#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001285#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001286msgid "@A icount link information: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001287msgstr ""
1288
Theodore Ts'o052a7912008-10-12 23:17:54 -04001289#: e2fsck/problem.c:592
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001290#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001291#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001292msgid "@A @d @b array: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001293msgstr ""
1294
Theodore Ts'o052a7912008-10-12 23:17:54 -04001295#: e2fsck/problem.c:597
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001296#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001297#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001298msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001299msgstr ""
1300
Theodore Ts'o052a7912008-10-12 23:17:54 -04001301#: e2fsck/problem.c:602
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001302#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001303#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001304msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001305msgstr ""
1306
Theodore Ts'o052a7912008-10-12 23:17:54 -04001307#: e2fsck/problem.c:607
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001308#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001309msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1310msgstr ""
1311
Theodore Ts'o052a7912008-10-12 23:17:54 -04001312#: e2fsck/problem.c:612
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001313#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001314msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001315msgstr ""
1316
Theodore Ts'o052a7912008-10-12 23:17:54 -04001317#: e2fsck/problem.c:618
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001318#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001319#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001320msgid "Error reading @i %i: %m\n"
1321msgstr ""
1322
Theodore Ts'o052a7912008-10-12 23:17:54 -04001323#: e2fsck/problem.c:626
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001324#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001325#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001326msgid "@i %i has imagic flag set. "
1327msgstr ""
1328
Theodore Ts'o052a7912008-10-12 23:17:54 -04001329#: e2fsck/problem.c:631
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001330#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001331#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1332#. @-expanded: or append-only flag set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001333msgid ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001334"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1335"or append-only flag set. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001336msgstr ""
1337
Theodore Ts'o052a7912008-10-12 23:17:54 -04001338#: e2fsck/problem.c:637
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001339#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001340#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001341msgid "@i %i has @cion flag set on @f without @cion support. "
1342msgstr ""
1343
Theodore Ts'o052a7912008-10-12 23:17:54 -04001344#: e2fsck/problem.c:642
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001345#, c-format
1346#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1347msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1348msgstr ""
1349
Theodore Ts'o052a7912008-10-12 23:17:54 -04001350#: e2fsck/problem.c:652
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001351#. @-expanded: journal inode is not in use, but contains data.
1352msgid "@j @i is not in use, but contains data. "
1353msgstr ""
1354
Theodore Ts'o052a7912008-10-12 23:17:54 -04001355#: e2fsck/problem.c:657
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001356#. @-expanded: journal is not regular file.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001357msgid "@j is not regular file. "
1358msgstr ""
1359
Theodore Ts'o052a7912008-10-12 23:17:54 -04001360#: e2fsck/problem.c:662
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001361#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001362#. @-expanded: inode %i was part of the orphaned inode list.
1363msgid "@i %i was part of the @o @i list. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001364msgstr ""
1365
Theodore Ts'o052a7912008-10-12 23:17:54 -04001366#: e2fsck/problem.c:668
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001367#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001368msgid "@is that were part of a corrupted orphan linked list found. "
1369msgstr ""
1370
Theodore Ts'o052a7912008-10-12 23:17:54 -04001371#: e2fsck/problem.c:673
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001372#. @-expanded: error allocating refcount structure (%N): %m\n
1373msgid "@A refcount structure (%N): %m\n"
1374msgstr ""
1375
Theodore Ts'o052a7912008-10-12 23:17:54 -04001376#: e2fsck/problem.c:678
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001377#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001378msgid "Error reading @a @b %b for @i %i. "
1379msgstr ""
1380
Theodore Ts'o052a7912008-10-12 23:17:54 -04001381#: e2fsck/problem.c:683
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001382#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001383msgid "@i %i has a bad @a @b %b. "
1384msgstr ""
1385
Theodore Ts'o052a7912008-10-12 23:17:54 -04001386#: e2fsck/problem.c:688
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001387#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001388msgid "Error reading @a @b %b (%m). "
1389msgstr ""
1390
Theodore Ts'o052a7912008-10-12 23:17:54 -04001391#: e2fsck/problem.c:693
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001392#. @-expanded: extended attribute block %b has reference count %B, should be %N.
1393msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001394msgstr ""
1395
Theodore Ts'o052a7912008-10-12 23:17:54 -04001396#: e2fsck/problem.c:698
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001397#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001398msgid "Error writing @a @b %b (%m). "
1399msgstr ""
1400
Theodore Ts'o052a7912008-10-12 23:17:54 -04001401#: e2fsck/problem.c:703
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001402#. @-expanded: extended attribute block %b has h_blocks > 1.
1403msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001404msgstr ""
1405
Theodore Ts'o052a7912008-10-12 23:17:54 -04001406#: e2fsck/problem.c:708
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001407#. @-expanded: error allocating extended attribute block %b.
1408msgid "@A @a @b %b. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001409msgstr ""
1410
Theodore Ts'o052a7912008-10-12 23:17:54 -04001411#: e2fsck/problem.c:713
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001412#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001413msgid "@a @b %b is corrupt (allocation collision). "
1414msgstr ""
1415
Theodore Ts'o052a7912008-10-12 23:17:54 -04001416#: e2fsck/problem.c:718
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001417#. @-expanded: extended attribute block %b is corrupt (invalid name).
1418msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001419msgstr ""
1420
Theodore Ts'o052a7912008-10-12 23:17:54 -04001421#: e2fsck/problem.c:723
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001422#. @-expanded: extended attribute block %b is corrupt (invalid value).
1423msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001424msgstr ""
1425
Theodore Ts'o052a7912008-10-12 23:17:54 -04001426#: e2fsck/problem.c:728
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001427#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001428#. @-expanded: inode %i is too big.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001429msgid "@i %i is too big. "
1430msgstr ""
1431
Theodore Ts'o052a7912008-10-12 23:17:54 -04001432#: e2fsck/problem.c:732
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001433#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001434msgid "@b #%B (%b) causes @d to be too big. "
1435msgstr ""
1436
Theodore Ts'o052a7912008-10-12 23:17:54 -04001437#: e2fsck/problem.c:737
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001438#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001439msgid "@b #%B (%b) causes file to be too big. "
1440msgstr ""
1441
Theodore Ts'o052a7912008-10-12 23:17:54 -04001442#: e2fsck/problem.c:742
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001443#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001444msgid "@b #%B (%b) causes symlink to be too big. "
1445msgstr ""
1446
Theodore Ts'o052a7912008-10-12 23:17:54 -04001447#: e2fsck/problem.c:747
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001448#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001449#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001450msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001451msgstr ""
1452
Theodore Ts'o052a7912008-10-12 23:17:54 -04001453#: e2fsck/problem.c:752
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001454#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001455#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001456msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001457msgstr ""
1458
Theodore Ts'o052a7912008-10-12 23:17:54 -04001459#: e2fsck/problem.c:757
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001460#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001461#. @-expanded: HTREE directory inode %i has an invalid root node.\n
1462msgid "@h %i has an @n root node.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001463msgstr ""
1464
Theodore Ts'o052a7912008-10-12 23:17:54 -04001465#: e2fsck/problem.c:762
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001466#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001467msgid "@h %i has an unsupported hash version (%N)\n"
1468msgstr ""
1469
Theodore Ts'o052a7912008-10-12 23:17:54 -04001470#: e2fsck/problem.c:767
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001471#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001472#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001473msgid "@h %i uses an incompatible htree root node flag.\n"
1474msgstr ""
1475
Theodore Ts'o052a7912008-10-12 23:17:54 -04001476#: e2fsck/problem.c:772
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001477#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001478msgid "@h %i has a tree depth (%N) which is too big\n"
1479msgstr ""
1480
Theodore Ts'o052a7912008-10-12 23:17:54 -04001481#: e2fsck/problem.c:777
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001482#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1483#. @-expanded: filesystem metadata.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001484msgid ""
1485"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1486"@f metadata. "
1487msgstr ""
1488
Theodore Ts'o052a7912008-10-12 23:17:54 -04001489#: e2fsck/problem.c:783
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001490#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001491#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001492msgid "Resize @i (re)creation failed: %m."
1493msgstr ""
1494
Theodore Ts'o052a7912008-10-12 23:17:54 -04001495#: e2fsck/problem.c:788
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001496#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1497msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001498msgstr ""
1499
Theodore Ts'o052a7912008-10-12 23:17:54 -04001500#: e2fsck/problem.c:793
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001501#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1502msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001503msgstr ""
1504
Theodore Ts'o052a7912008-10-12 23:17:54 -04001505#: e2fsck/problem.c:798
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001506#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1507msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001508msgstr ""
1509
Theodore Ts'o53013932009-05-30 13:50:07 -04001510#: e2fsck/problem.c:803
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001511#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1512msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001513msgstr ""
1514
Theodore Ts'o53013932009-05-30 13:50:07 -04001515#: e2fsck/problem.c:808
1516#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1517msgid "@a in @i %i has a value size (%N) which is @n\n"
1518msgstr ""
1519
Theodore Ts'o052a7912008-10-12 23:17:54 -04001520#: e2fsck/problem.c:813
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001521#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1522msgid "@a in @i %i has a hash (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001523msgstr ""
1524
Theodore Ts'o052a7912008-10-12 23:17:54 -04001525#: e2fsck/problem.c:818
Theodore Ts'o714da452007-07-07 22:24:13 -04001526#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1527msgid "@i %i is a %It but it looks like it is really a directory.\n"
1528msgstr ""
1529
Theodore Ts'o052a7912008-10-12 23:17:54 -04001530#: e2fsck/problem.c:823
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001531#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04001532#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001533msgid "Error while reading over @x tree in @i %i: %m\n"
1534msgstr ""
1535
Theodore Ts'o052a7912008-10-12 23:17:54 -04001536#: e2fsck/problem.c:828
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001537#. @-expanded: Failed to iterate extents in inode %i\n
1538#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1539msgid ""
1540"Failed to iterate extents in @i %i\n"
1541"\t(op %s, blk %b, lblk %c): %m\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001542msgstr ""
1543
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001544#: e2fsck/problem.c:834
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001545#. @-expanded: inode %i has an invalid extent\n
1546#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1547msgid ""
1548"@i %i has an @n extent\n"
1549"\t(logical @b %c, @n physical @b %b, len %N)\n"
1550msgstr ""
1551
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001552#: e2fsck/problem.c:839
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001553#. @-expanded: inode %i has an invalid extent\n
1554#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1555msgid ""
1556"@i %i has an @n extent\n"
1557"\t(logical @b %c, physical @b %b, @n len %N)\n"
1558msgstr ""
1559
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001560#: e2fsck/problem.c:844
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001561#, c-format
1562#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1563msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1564msgstr ""
1565
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001566#: e2fsck/problem.c:849
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001567#, c-format
1568#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1569msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1570msgstr ""
1571
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001572#: e2fsck/problem.c:854
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001573#, c-format
1574#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1575msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1576msgstr ""
1577
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001578#: e2fsck/problem.c:859
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001579#, c-format
1580msgid "Fast symlink %i has EXTENT_FL set. "
1581msgstr ""
1582
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001583#: e2fsck/problem.c:864
Theodore Ts'o60c30e12008-06-18 06:50:34 -04001584#. @-expanded: inode %i has out of order extents\n
1585#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1586msgid ""
1587"@i %i has out of order extents\n"
1588"\t(@n logical @b %c, physical @b %b, len %N)\n"
1589msgstr ""
1590
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001591#: e2fsck/problem.c:868
1592#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1593msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1594msgstr ""
1595
1596#: e2fsck/problem.c:875
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001597#. @-expanded: \n
1598#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1599#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001600msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001601"\n"
1602"Running additional passes to resolve @bs claimed by more than one @i...\n"
1603"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001604msgstr ""
1605
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001606#: e2fsck/problem.c:881
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001607#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001608#. @-expanded: multiply-claimed block(s) in inode %i:
1609msgid "@m @b(s) in @i %i:"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001610msgstr ""
1611
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001612#: e2fsck/problem.c:896
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001613#, c-format
1614msgid "Error while scanning inodes (%i): %m\n"
1615msgstr ""
1616
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001617#: e2fsck/problem.c:901
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001618#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001619#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1620msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001621msgstr ""
1622
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001623#: e2fsck/problem.c:906
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001624#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001625#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001626msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1627msgstr ""
1628
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001629#: e2fsck/problem.c:911 e2fsck/problem.c:1227
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001630#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1631msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001632msgstr ""
1633
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001634#: e2fsck/problem.c:917
Theodore Ts'o6956f612005-12-31 16:46:15 -05001635#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1636msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001637msgstr ""
1638
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001639#: e2fsck/problem.c:923
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001640#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1641msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001642msgstr ""
1643
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001644#: e2fsck/problem.c:928
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001645#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1646#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001647msgid ""
1648"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001649" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001650msgstr ""
1651
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001652#: e2fsck/problem.c:934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001653#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001654msgid "\t%Q (@i #%i, mod time %IM)\n"
1655msgstr ""
1656
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001657#: e2fsck/problem.c:939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001658#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001659msgid "\t<@f metadata>\n"
1660msgstr ""
1661
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001662#: e2fsck/problem.c:944
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001663#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1664#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001665msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001666"(There are %N @is containing @m @bs.)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001667"\n"
1668msgstr ""
1669
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001670#: e2fsck/problem.c:949
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001671#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1672#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001673msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001674"@m @bs already reassigned or cloned.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001675"\n"
1676msgstr ""
1677
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001678#: e2fsck/problem.c:962
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001679#, c-format
1680msgid "Couldn't clone file: %m\n"
1681msgstr ""
1682
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001683#: e2fsck/problem.c:968
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001684#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001685msgid "Pass 2: Checking @d structure\n"
1686msgstr ""
1687
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001688#: e2fsck/problem.c:973
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001689#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001690#. @-expanded: invalid inode number for '.' in directory inode %i.\n
1691msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001692msgstr ""
1693
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001694#: e2fsck/problem.c:978
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001695#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1696msgid "@E has @n @i #: %Di.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001697msgstr ""
1698
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001699#: e2fsck/problem.c:983
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001700#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001701msgid "@E has @D/unused @i %Di. "
1702msgstr ""
1703
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001704#: e2fsck/problem.c:988
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001705#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001706msgid "@E @L to '.' "
1707msgstr ""
1708
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001709#: e2fsck/problem.c:993
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001710#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001711msgid "@E points to @i (%Di) located in a bad @b.\n"
1712msgstr ""
1713
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001714#: e2fsck/problem.c:998
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001715#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001716msgid "@E @L to @d %P (%Di).\n"
1717msgstr ""
1718
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001719#: e2fsck/problem.c:1003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001720#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001721msgid "@E @L to the @r.\n"
1722msgstr ""
1723
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001724#: e2fsck/problem.c:1008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001725#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001726msgid "@E has illegal characters in its name.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001727msgstr ""
1728
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001729#: e2fsck/problem.c:1013
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001730#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001731#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001732msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001733msgstr ""
1734
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001735#: e2fsck/problem.c:1018
Theodore Ts'o55566e22003-12-26 14:03:39 -05001736#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001737#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001738msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001739msgstr ""
1740
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001741#: e2fsck/problem.c:1023
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001742#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1743msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001744msgstr ""
1745
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001746#: e2fsck/problem.c:1028
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001747#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1748msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001749msgstr ""
1750
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001751#: e2fsck/problem.c:1033
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001752#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001753msgid "i_faddr @F %IF, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001754msgstr ""
1755
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001756#: e2fsck/problem.c:1038
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001757#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001758msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001759msgstr ""
1760
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001761#: e2fsck/problem.c:1043
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001762#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001763msgid "i_dir_acl @F %Id, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001764msgstr ""
1765
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001766#: e2fsck/problem.c:1048
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001767#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001768msgid "i_frag @F %N, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001769msgstr ""
1770
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001771#: e2fsck/problem.c:1053
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001772#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001773msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001774msgstr ""
1775
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001776#: e2fsck/problem.c:1058
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001777#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1778msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001779msgstr ""
1780
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001781#: e2fsck/problem.c:1063
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001782#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001783msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001784msgstr ""
1785
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001786#: e2fsck/problem.c:1068
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001787#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001788msgid "@d @i %i, @b %B, offset %N: filename too long\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001789msgstr ""
1790
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001791#: e2fsck/problem.c:1073
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001792#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001793msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001794msgstr ""
1795
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001796#: e2fsck/problem.c:1078
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001797#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001798#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001799msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001800msgstr ""
1801
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001802#: e2fsck/problem.c:1083
Theodore Ts'o55566e22003-12-26 14:03:39 -05001803#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001804#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001805msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001806msgstr ""
1807
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001808#: e2fsck/problem.c:1088
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001809#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001810msgid "@i %i (%Q) is an @I character @v.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001811msgstr ""
1812
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001813#: e2fsck/problem.c:1093
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001814#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001815msgid "@i %i (%Q) is an @I @b @v.\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001816msgstr ""
1817
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001818#: e2fsck/problem.c:1098
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001819#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001820msgid "@E is duplicate '.' @e.\n"
1821msgstr ""
1822
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001823#: e2fsck/problem.c:1103
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001824#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001825msgid "@E is duplicate '..' @e.\n"
1826msgstr ""
1827
Theodore Ts'o303f4e02009-04-23 22:25:18 -04001828#: e2fsck/problem.c:1108 e2fsck/problem.c:1408
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001829#, c-format
1830msgid "Internal error: couldn't find dir_info for %i.\n"
1831msgstr ""
1832
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001833#: e2fsck/problem.c:1113
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001834#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1835msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001836msgstr ""
1837
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001838#: e2fsck/problem.c:1118
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001839#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001840#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001841msgid "@A icount structure: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001842msgstr ""
1843
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001844#: e2fsck/problem.c:1123
Theodore Ts'o55566e22003-12-26 14:03:39 -05001845#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001846#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001847msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001848msgstr ""
1849
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001850#: e2fsck/problem.c:1128
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001851#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001852msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001853msgstr ""
1854
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001855#: e2fsck/problem.c:1133
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001856#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001857msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001858msgstr ""
1859
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001860#: e2fsck/problem.c:1138
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001861#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001862#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001863msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001864msgstr ""
1865
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001866#: e2fsck/problem.c:1143
Theodore Ts'o55566e22003-12-26 14:03:39 -05001867#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001868#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001869msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001870msgstr ""
1871
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001872#: e2fsck/problem.c:1148
Theodore Ts'oaef07952008-08-27 23:18:29 -04001873#, c-format
1874#. @-expanded: directory entry for '.' in %p (%i) is big.\n
1875msgid "@d @e for '.' in %p (%i) is big.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001876msgstr ""
1877
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001878#: e2fsck/problem.c:1153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001879#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001880msgid "@i %i (%Q) is an @I FIFO.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001881msgstr ""
1882
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001883#: e2fsck/problem.c:1158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001884#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001885msgid "@i %i (%Q) is an @I socket.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001886msgstr ""
1887
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001888#: e2fsck/problem.c:1163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001889#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001890msgid "Setting filetype for @E to %N.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001891msgstr ""
1892
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001893#: e2fsck/problem.c:1168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001894#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
1895msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001896msgstr ""
1897
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001898#: e2fsck/problem.c:1173
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001899#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001900msgid "@E has filetype set.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001901msgstr ""
1902
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001903#: e2fsck/problem.c:1178
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001904#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
1905msgid "@E has a @z name.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001906msgstr ""
1907
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001908#: e2fsck/problem.c:1183
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001909#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
1910msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001911msgstr ""
1912
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001913#: e2fsck/problem.c:1188
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001914#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
1915msgid "@a @b @F @n (%If).\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001916msgstr ""
1917
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001918#: e2fsck/problem.c:1193
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001919#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001920msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001921msgstr ""
1922
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001923#: e2fsck/problem.c:1198
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001924#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001925msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001926msgstr ""
1927
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001928#: e2fsck/problem.c:1203
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001929#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001930msgid "@p @h %d: node (%B) referenced twice\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001931msgstr ""
1932
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001933#: e2fsck/problem.c:1208
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001934#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001935msgid "@p @h %d: node (%B) has bad min hash\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001936msgstr ""
1937
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001938#: e2fsck/problem.c:1213
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001939#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001940msgid "@p @h %d: node (%B) has bad max hash\n"
1941msgstr ""
1942
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001943#: e2fsck/problem.c:1218
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001944#. @-expanded: invalid HTREE directory inode %d (%q).
1945msgid "@n @h %d (%q). "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001946msgstr ""
1947
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001948#: e2fsck/problem.c:1222
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001949#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001950msgid "@p @h %d (%q): bad @b number %b.\n"
1951msgstr ""
1952
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001953#: e2fsck/problem.c:1232
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001954#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001955#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
1956msgid "@p @h %d: root node is @n\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001957msgstr ""
1958
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001959#: e2fsck/problem.c:1237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001960#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
1961msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001962msgstr ""
1963
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001964#: e2fsck/problem.c:1242
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001965#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
1966msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001967msgstr ""
1968
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001969#: e2fsck/problem.c:1247
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001970#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001971msgid "@p @h %d: node (%B) has an unordered hash table\n"
1972msgstr ""
1973
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001974#: e2fsck/problem.c:1252
Theodore Ts'oaef07952008-08-27 23:18:29 -04001975#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth (%N)\n
1976msgid "@p @h %d: node (%B) has @n depth (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001977msgstr ""
1978
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001979#: e2fsck/problem.c:1257
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001980#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001981msgid "Duplicate @E found. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001982msgstr ""
1983
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001984#: e2fsck/problem.c:1262
Theodore Ts'oddc32a02003-05-03 18:45:55 -04001985#, no-c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001986#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1987#. @-expanded: Rename to %s
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001988msgid ""
1989"@E has a non-unique filename.\n"
1990"Rename to %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001991msgstr ""
1992
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001993#: e2fsck/problem.c:1267
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001994#. @-expanded: Duplicate entry '%Dn' found.\n
1995#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1996#. @-expanded: \n
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001997msgid ""
1998"Duplicate @e '%Dn' found.\n"
1999"\tMarking %p (%i) to be rebuilt.\n"
2000"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002001msgstr ""
2002
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002003#: e2fsck/problem.c:1272
Theodore Ts'o714da452007-07-07 22:24:13 -04002004#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2005msgid "i_blocks_hi @F %N, @s zero.\n"
2006msgstr ""
2007
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002008#: e2fsck/problem.c:1277
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -04002009#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2010msgid "Unexpected @b in @h %d (%q).\n"
2011msgstr ""
2012
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002013#: e2fsck/problem.c:1281
Theodore Ts'o052a7912008-10-12 23:17:54 -04002014#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2015msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002016msgstr ""
2017
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002018#: e2fsck/problem.c:1286
Theodore Ts'o052a7912008-10-12 23:17:54 -04002019#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2020msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002021msgstr ""
2022
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002023#: e2fsck/problem.c:1291
2024#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2025msgid "i_file_acl_hi @F %N, @s zero.\n"
2026msgstr ""
2027
2028#: e2fsck/problem.c:1298
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002029#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002030msgid "Pass 3: Checking @d connectivity\n"
2031msgstr ""
2032
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002033#: e2fsck/problem.c:1303
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002034#. @-expanded: root inode not allocated.
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002035msgid "@r not allocated. "
2036msgstr ""
2037
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002038#: e2fsck/problem.c:1308
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002039#. @-expanded: No room in lost+found directory.
Theodore Ts'obc759702005-05-09 20:40:55 -04002040msgid "No room in @l @d. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002041msgstr ""
2042
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002043#: e2fsck/problem.c:1313
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002044#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002045#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002046msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002047msgstr ""
2048
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002049#: e2fsck/problem.c:1318
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002050#. @-expanded: /lost+found not found.
Theodore Ts'obc759702005-05-09 20:40:55 -04002051msgid "/@l not found. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002052msgstr ""
2053
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002054#: e2fsck/problem.c:1323
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002055#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002056msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002057msgstr ""
2058
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002059#: e2fsck/problem.c:1328
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002060#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002061msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002062msgstr ""
2063
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002064#: e2fsck/problem.c:1333
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002065#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002066#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002067msgid "Could not expand /@l: %m\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002068msgstr ""
2069
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002070#: e2fsck/problem.c:1338
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002071#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002072msgid "Could not reconnect %i: %m\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002073msgstr ""
2074
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002075#: e2fsck/problem.c:1343
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04002076#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002077#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002078msgid "Error while trying to find /@l: %m\n"
Theodore Ts'o55566e22003-12-26 14:03:39 -05002079msgstr ""
2080
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002081#: e2fsck/problem.c:1348
Theodore Ts'o55566e22003-12-26 14:03:39 -05002082#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002083#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002084msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2085msgstr ""
2086
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002087#: e2fsck/problem.c:1353
Theodore Ts'obc759702005-05-09 20:40:55 -04002088#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002089#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002090msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2091msgstr ""
2092
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002093#: e2fsck/problem.c:1358
Theodore Ts'obc759702005-05-09 20:40:55 -04002094#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002095#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002096msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2097msgstr ""
2098
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002099#: e2fsck/problem.c:1363
Theodore Ts'obc759702005-05-09 20:40:55 -04002100#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002101#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002102msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2103msgstr ""
2104
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002105#: e2fsck/problem.c:1368
Theodore Ts'obc759702005-05-09 20:40:55 -04002106#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002107#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002108msgid "Error while adjusting @i count on @i %i\n"
2109msgstr ""
2110
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002111#: e2fsck/problem.c:1373
Theodore Ts'obc759702005-05-09 20:40:55 -04002112#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002113#. @-expanded: Couldn't fix parent of inode %i: %m\n
2114#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002115msgid ""
2116"Couldn't fix parent of @i %i: %m\n"
2117"\n"
2118msgstr ""
2119
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002120#: e2fsck/problem.c:1378
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002121#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002122#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2123#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002124msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002125"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002126"\n"
2127msgstr ""
2128
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002129#: e2fsck/problem.c:1388
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002130#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002131#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002132msgid "Error creating root @d (%s): %m\n"
2133msgstr ""
2134
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002135#: e2fsck/problem.c:1393
Theodore Ts'obc759702005-05-09 20:40:55 -04002136#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002137#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002138msgid "Error creating /@l @d (%s): %m\n"
2139msgstr ""
2140
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002141#: e2fsck/problem.c:1398
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002142#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002143msgid "@r is not a @d; aborting.\n"
2144msgstr ""
2145
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002146#: e2fsck/problem.c:1403
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002147#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04002148msgid "Cannot proceed without a @r.\n"
2149msgstr ""
2150
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002151#: e2fsck/problem.c:1413
Theodore Ts'obc759702005-05-09 20:40:55 -04002152#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002153#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002154msgid "/@l is not a @d (ino=%i)\n"
2155msgstr ""
2156
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002157#: e2fsck/problem.c:1420
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002158msgid "Pass 3A: Optimizing directories\n"
2159msgstr ""
2160
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002161#: e2fsck/problem.c:1425
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002162#, c-format
2163msgid "Failed to create dirs_to_hash iterator: %m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002164msgstr ""
2165
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002166#: e2fsck/problem.c:1430
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002167msgid "Failed to optimize directory %q (%d): %m\n"
2168msgstr ""
2169
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002170#: e2fsck/problem.c:1435
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002171msgid "Optimizing directories: "
2172msgstr ""
2173
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002174#: e2fsck/problem.c:1452
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002175msgid "Pass 4: Checking reference counts\n"
2176msgstr ""
2177
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002178#: e2fsck/problem.c:1457
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002179#, c-format
2180#. @-expanded: unattached zero-length inode %i.
2181msgid "@u @z @i %i. "
2182msgstr ""
2183
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002184#: e2fsck/problem.c:1462
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002185#, c-format
2186#. @-expanded: unattached inode %i\n
2187msgid "@u @i %i\n"
2188msgstr ""
2189
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002190#: e2fsck/problem.c:1467
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002191#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002192msgid "@i %i ref count is %Il, @s %N. "
2193msgstr ""
2194
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002195#: e2fsck/problem.c:1471
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002196#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2197#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2198#. @-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 +00002199msgid ""
2200"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2201"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002202"@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 +00002203msgstr ""
2204
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002205#: e2fsck/problem.c:1481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002206#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002207msgid "Pass 5: Checking @g summary information\n"
2208msgstr ""
2209
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002210#: e2fsck/problem.c:1486
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002211#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002212msgid "Padding at end of @i @B is not set. "
2213msgstr ""
2214
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002215#: e2fsck/problem.c:1491
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002216#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002217msgid "Padding at end of @b @B is not set. "
2218msgstr ""
2219
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002220#: e2fsck/problem.c:1496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002221#. @-expanded: block bitmap differences:
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002222msgid "@b @B differences: "
2223msgstr ""
2224
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002225#: e2fsck/problem.c:1516
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002226#. @-expanded: inode bitmap differences:
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002227msgid "@i @B differences: "
2228msgstr ""
2229
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002230#: e2fsck/problem.c:1536
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002231#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002232msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2233msgstr ""
2234
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002235#: e2fsck/problem.c:1541
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002236#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002237msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2238msgstr ""
2239
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002240#: e2fsck/problem.c:1546
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002241#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002242msgid "Free @is count wrong (%i, counted=%j).\n"
2243msgstr ""
2244
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002245#: e2fsck/problem.c:1551
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002246#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002247msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2248msgstr ""
2249
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002250#: e2fsck/problem.c:1556
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002251#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002252msgid "Free @bs count wrong (%b, counted=%c).\n"
2253msgstr ""
2254
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002255#: e2fsck/problem.c:1561
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002256#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2257#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002258msgid ""
2259"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2260"endpoints (%i, %j)\n"
2261msgstr ""
2262
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002263#: e2fsck/problem.c:1567
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002264msgid "Internal error: fudging end of bitmap (%N)\n"
2265msgstr ""
2266
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002267#: e2fsck/problem.c:1572
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002268#, c-format
2269#. @-expanded: Error copying in replacement inode bitmap: %m\n
2270msgid "Error copying in replacement @i @B: %m\n"
2271msgstr ""
2272
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002273#: e2fsck/problem.c:1577
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002274#, c-format
2275#. @-expanded: Error copying in replacement block bitmap: %m\n
2276msgid "Error copying in replacement @b @B: %m\n"
2277msgstr ""
2278
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002279#: e2fsck/problem.c:1602
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002280#, c-format
2281#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2282msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2283msgstr ""
2284
Theodore Ts'o53013932009-05-30 13:50:07 -04002285#: e2fsck/problem.c:1607
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002286#, c-format
2287#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2288msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2289msgstr ""
2290
Theodore Ts'o53013932009-05-30 13:50:07 -04002291#: e2fsck/problem.c:1614
2292#. @-expanded: Recreate journal
2293msgid "Recreate @j"
2294msgstr ""
2295
2296#: e2fsck/problem.c:1732
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002297#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002298msgid "Unhandled error code (0x%x)!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002299msgstr ""
2300
Theodore Ts'o53013932009-05-30 13:50:07 -04002301#: e2fsck/problem.c:1827
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002302msgid "IGNORED"
2303msgstr ""
2304
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002305#: e2fsck/scantest.c:81
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002306#, c-format
2307msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2308msgstr ""
2309
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002310#: e2fsck/scantest.c:100
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002311#, c-format
2312msgid "size of inode=%d\n"
2313msgstr ""
2314
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002315#: e2fsck/scantest.c:121
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002316msgid "while starting inode scan"
2317msgstr ""
2318
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002319#: e2fsck/scantest.c:132
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002320msgid "while doing inode scan"
2321msgstr ""
2322
Theodore Ts'o714da452007-07-07 22:24:13 -04002323#: e2fsck/super.c:187
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002324#, c-format
2325msgid "while calling ext2fs_block_iterate for inode %d"
2326msgstr ""
2327
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002328#: e2fsck/super.c:209
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002329#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04002330msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002331msgstr ""
2332
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002333#: e2fsck/super.c:267
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002334msgid "Truncating"
2335msgstr ""
2336
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002337#: e2fsck/super.c:268
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002338msgid "Clearing"
2339msgstr ""
2340
Theodore Ts'oaef07952008-08-27 23:18:29 -04002341#: e2fsck/unix.c:76
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002342#, c-format
2343msgid ""
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002344"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002345"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002346"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002347"\t\t[-E extended-options] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002348msgstr ""
2349
Theodore Ts'oaef07952008-08-27 23:18:29 -04002350#: e2fsck/unix.c:82
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002351#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002352msgid ""
2353"\n"
2354"Emergency help:\n"
2355" -p Automatic repair (no questions)\n"
2356" -n Make no changes to the filesystem\n"
2357" -y Assume \"yes\" to all questions\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002358" -c Check for bad blocks and add them to the badblock "
2359"list\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002360" -f Force checking even if filesystem is marked clean\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002361msgstr ""
2362
Theodore Ts'oaef07952008-08-27 23:18:29 -04002363#: e2fsck/unix.c:88
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002364#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002365msgid ""
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002366" -v Be verbose\n"
2367" -b superblock Use alternative superblock\n"
2368" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002369" -j external_journal Set location of the external journal\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002370" -l bad_blocks_file Add to badblocks list\n"
2371" -L bad_blocks_file Set badblocks list\n"
2372msgstr ""
2373
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002374#: e2fsck/unix.c:132
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002375#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04002376msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002377msgstr ""
2378
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002379#: e2fsck/unix.c:150
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002380#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04002381msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002382msgstr ""
2383
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002384#: e2fsck/unix.c:157
Theodore Ts'oaef07952008-08-27 23:18:29 -04002385#, c-format
2386msgid " Extent depth histogram: "
2387msgstr ""
2388
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002389#: e2fsck/unix.c:207 misc/badblocks.c:928 misc/tune2fs.c:1584 misc/util.c:151
Theodore Ts'o53013932009-05-30 13:50:07 -04002390#: resize/main.c:249
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002391#, c-format
2392msgid "while determining whether %s is mounted."
2393msgstr ""
2394
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002395#: e2fsck/unix.c:225
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002396#, c-format
2397msgid "Warning! %s is mounted.\n"
2398msgstr ""
2399
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002400#: e2fsck/unix.c:229
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002401#, c-format
2402msgid "%s is mounted. "
2403msgstr ""
2404
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002405#: e2fsck/unix.c:231
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002406msgid ""
2407"Cannot continue, aborting.\n"
2408"\n"
2409msgstr ""
2410
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002411#: e2fsck/unix.c:232
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002412#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002413msgid ""
2414"\n"
2415"\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04002416"\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2417"SEVERE filesystem damage.\a\a\a\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002418"\n"
2419msgstr ""
2420
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002421#: e2fsck/unix.c:235
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002422msgid "Do you really want to continue"
2423msgstr ""
2424
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002425#: e2fsck/unix.c:237
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002426#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002427msgid "check aborted.\n"
2428msgstr ""
2429
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002430#: e2fsck/unix.c:310
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002431msgid " contains a file system with errors"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002432msgstr ""
2433
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002434#: e2fsck/unix.c:312
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002435msgid " was not cleanly unmounted"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002436msgstr ""
2437
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002438#: e2fsck/unix.c:314
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002439msgid " primary superblock features different from backup"
2440msgstr ""
2441
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002442#: e2fsck/unix.c:318
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002443#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002444msgid " has been mounted %u times without being checked"
2445msgstr ""
2446
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002447#: e2fsck/unix.c:324
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002448msgid " has filesystem last checked time in the future"
2449msgstr ""
2450
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002451#: e2fsck/unix.c:330
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002452#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002453msgid " has gone %u days without being checked"
2454msgstr ""
2455
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002456#: e2fsck/unix.c:339
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002457msgid ", check forced.\n"
2458msgstr ""
2459
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002460#: e2fsck/unix.c:342
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002461#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04002462msgid "%s: clean, %u/%u files, %u/%u blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002463msgstr ""
2464
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002465#: e2fsck/unix.c:359
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002466msgid " (check deferred; on battery)"
2467msgstr ""
2468
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002469#: e2fsck/unix.c:362
Theodore Ts'o55566e22003-12-26 14:03:39 -05002470msgid " (check after next mount)"
2471msgstr ""
2472
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002473#: e2fsck/unix.c:364
Theodore Ts'o55566e22003-12-26 14:03:39 -05002474#, c-format
2475msgid " (check in %ld mounts)"
2476msgstr ""
2477
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002478#: e2fsck/unix.c:511
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002479#, c-format
2480msgid "ERROR: Couldn't open /dev/null (%s)\n"
2481msgstr ""
2482
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002483#: e2fsck/unix.c:581
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002484#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002485msgid "Invalid EA version.\n"
2486msgstr ""
2487
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002488#: e2fsck/unix.c:590
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002489#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002490msgid "Unknown extended option: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002491msgstr ""
2492
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002493#: e2fsck/unix.c:612
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002494#, c-format
2495msgid ""
2496"Syntax error in e2fsck config file (%s, line #%d)\n"
2497"\t%s\n"
2498msgstr ""
2499
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002500#: e2fsck/unix.c:680
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002501#, c-format
2502msgid "Error validating file descriptor %d: %s\n"
2503msgstr ""
2504
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002505#: e2fsck/unix.c:684
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002506msgid "Invalid completion information file descriptor"
2507msgstr ""
2508
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002509#: e2fsck/unix.c:699
Theodore Ts'o6956f612005-12-31 16:46:15 -05002510msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002511msgstr ""
2512
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002513#: e2fsck/unix.c:720
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002514#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002515msgid "The -t option is not supported on this version of e2fsck.\n"
2516msgstr ""
2517
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002518#: e2fsck/unix.c:801 misc/tune2fs.c:550 misc/tune2fs.c:835 misc/tune2fs.c:853
Theodore Ts'o55566e22003-12-26 14:03:39 -05002519#, c-format
2520msgid "Unable to resolve '%s'"
2521msgstr ""
2522
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002523#: e2fsck/unix.c:830
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002524#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002525msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2526msgstr ""
2527
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002528#: e2fsck/unix.c:878
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002529#, c-format
2530msgid ""
2531"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2532"\n"
2533msgstr ""
2534
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002535#: e2fsck/unix.c:887
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002536#, c-format
2537msgid ""
2538"\n"
2539"Invalid non-numeric argument to -%c (\"%s\")\n"
2540"\n"
2541msgstr ""
2542
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002543#: e2fsck/unix.c:961
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002544#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002545msgid "Error: ext2fs library version out of date!\n"
2546msgstr ""
2547
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002548#: e2fsck/unix.c:969
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002549msgid "while trying to initialize program"
2550msgstr ""
2551
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002552#: e2fsck/unix.c:980
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002553#, c-format
2554msgid "\tUsing %s, %s\n"
2555msgstr ""
2556
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002557#: e2fsck/unix.c:992
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002558msgid "need terminal for interactive repairs"
2559msgstr ""
2560
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002561#: e2fsck/unix.c:1021
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002562#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002563msgid "%s: %s trying backup blocks...\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002564msgstr ""
2565
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002566#: e2fsck/unix.c:1023
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002567msgid "Superblock invalid,"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002568msgstr ""
2569
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002570#: e2fsck/unix.c:1024
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002571msgid "Group descriptors look bad..."
2572msgstr ""
2573
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002574#: e2fsck/unix.c:1034
Theodore Ts'o53013932009-05-30 13:50:07 -04002575#, c-format
2576msgid "%s: going back to original superblock\n"
2577msgstr ""
2578
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002579#: e2fsck/unix.c:1060
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002580#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002581msgid ""
2582"The filesystem revision is apparently too high for this version of e2fsck.\n"
2583"(Or the filesystem superblock is corrupt)\n"
2584"\n"
2585msgstr ""
2586
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002587#: e2fsck/unix.c:1066
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002588#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002589msgid "Could this be a zero-length partition?\n"
2590msgstr ""
2591
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002592#: e2fsck/unix.c:1068
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002593#, c-format
2594msgid "You must have %s access to the filesystem or be root\n"
2595msgstr ""
2596
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002597#: e2fsck/unix.c:1073
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002598#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002599msgid "Possibly non-existent or swap device?\n"
2600msgstr ""
2601
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002602#: e2fsck/unix.c:1075
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002603#, c-format
2604msgid "Filesystem mounted or opened exclusively by another program?\n"
2605msgstr ""
2606
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002607#: e2fsck/unix.c:1079
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002608#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002609msgid ""
2610"Disk write-protected; use the -n option to do a read-only\n"
2611"check of the device.\n"
2612msgstr ""
2613
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002614#: e2fsck/unix.c:1143
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002615msgid "Get a newer version of e2fsck!"
2616msgstr ""
2617
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002618#: e2fsck/unix.c:1173
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002619#, c-format
2620msgid "while checking ext3 journal for %s"
2621msgstr ""
2622
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002623#: e2fsck/unix.c:1184
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002624#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002625msgid ""
2626"Warning: skipping journal recovery because doing a read-only filesystem "
2627"check.\n"
2628msgstr ""
2629
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002630#: e2fsck/unix.c:1197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002631#, c-format
2632msgid "unable to set superblock flags on %s\n"
2633msgstr ""
2634
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002635#: e2fsck/unix.c:1203
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002636#, c-format
2637msgid "while recovering ext3 journal of %s"
2638msgstr ""
2639
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002640#: e2fsck/unix.c:1228
Theodore Ts'o8f741372008-02-28 21:47:05 -05002641#, c-format
2642msgid "%s has unsupported feature(s):"
2643msgstr ""
2644
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002645#: e2fsck/unix.c:1244
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002646msgid "Warning: compression support is experimental.\n"
2647msgstr ""
2648
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002649#: e2fsck/unix.c:1249
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002650#, c-format
2651msgid ""
2652"E2fsck not compiled with HTREE support,\n"
2653"\tbut filesystem %s has HTREE directories.\n"
2654msgstr ""
2655
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002656#: e2fsck/unix.c:1302
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002657msgid "while reading bad blocks inode"
2658msgstr ""
2659
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002660#: e2fsck/unix.c:1304
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002661#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002662msgid "This doesn't bode well, but we'll try to go on...\n"
2663msgstr ""
2664
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002665#: e2fsck/unix.c:1330
Theodore Ts'o714da452007-07-07 22:24:13 -04002666msgid "Couldn't determine journal size"
2667msgstr ""
2668
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002669#: e2fsck/unix.c:1333
Theodore Ts'o714da452007-07-07 22:24:13 -04002670#, c-format
2671msgid "Creating journal (%d blocks): "
2672msgstr ""
2673
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002674#: e2fsck/unix.c:1340 misc/mke2fs.c:2113
Theodore Ts'o714da452007-07-07 22:24:13 -04002675msgid ""
2676"\n"
2677"\twhile trying to create journal"
2678msgstr ""
2679
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002680#: e2fsck/unix.c:1343
Theodore Ts'o714da452007-07-07 22:24:13 -04002681#, c-format
2682msgid " Done.\n"
2683msgstr ""
2684
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002685#: e2fsck/unix.c:1344
Theodore Ts'o714da452007-07-07 22:24:13 -04002686#, c-format
2687msgid ""
2688"\n"
2689"*** journal has been re-created - filesystem is now ext3 again ***\n"
2690msgstr ""
2691
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002692#: e2fsck/unix.c:1351
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002693#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002694msgid "Restarting e2fsck from the beginning...\n"
2695msgstr ""
2696
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002697#: e2fsck/unix.c:1355
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002698msgid "while resetting context"
2699msgstr ""
2700
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002701#: e2fsck/unix.c:1362
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002702#, c-format
2703msgid "%s: e2fsck canceled.\n"
2704msgstr ""
2705
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002706#: e2fsck/unix.c:1367
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002707msgid "aborted"
2708msgstr ""
2709
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002710#: e2fsck/unix.c:1379
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002711#, c-format
2712msgid ""
2713"\n"
2714"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2715msgstr ""
2716
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002717#: e2fsck/unix.c:1382
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002718#, c-format
2719msgid "%s: ***** REBOOT LINUX *****\n"
2720msgstr ""
2721
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002722#: e2fsck/unix.c:1390
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002723#, c-format
2724msgid ""
2725"\n"
2726"%s: ********** WARNING: Filesystem still has errors **********\n"
2727"\n"
2728msgstr ""
2729
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002730#: e2fsck/unix.c:1426
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002731msgid "while setting block group checksum info"
2732msgstr ""
2733
Theodore Ts'o052a7912008-10-12 23:17:54 -04002734#: e2fsck/util.c:138 misc/util.c:68
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002735msgid "yY"
2736msgstr ""
2737
Theodore Ts'o052a7912008-10-12 23:17:54 -04002738#: e2fsck/util.c:139
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002739msgid "nN"
2740msgstr ""
2741
Theodore Ts'o052a7912008-10-12 23:17:54 -04002742#: e2fsck/util.c:153
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002743msgid "<y>"
2744msgstr ""
2745
Theodore Ts'o052a7912008-10-12 23:17:54 -04002746#: e2fsck/util.c:155
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002747msgid "<n>"
2748msgstr ""
2749
Theodore Ts'o052a7912008-10-12 23:17:54 -04002750#: e2fsck/util.c:157
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002751msgid " (y/n)"
2752msgstr ""
2753
Theodore Ts'o052a7912008-10-12 23:17:54 -04002754#: e2fsck/util.c:172
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002755msgid "cancelled!\n"
2756msgstr ""
2757
Theodore Ts'o052a7912008-10-12 23:17:54 -04002758#: e2fsck/util.c:187
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002759msgid "yes\n"
2760msgstr ""
2761
Theodore Ts'o052a7912008-10-12 23:17:54 -04002762#: e2fsck/util.c:189
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002763msgid "no\n"
2764msgstr ""
2765
Theodore Ts'o052a7912008-10-12 23:17:54 -04002766#: e2fsck/util.c:199
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002767#, c-format
2768msgid ""
2769"%s? no\n"
2770"\n"
2771msgstr ""
2772
Theodore Ts'o052a7912008-10-12 23:17:54 -04002773#: e2fsck/util.c:203
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002774#, c-format
2775msgid ""
2776"%s? yes\n"
2777"\n"
2778msgstr ""
2779
Theodore Ts'o052a7912008-10-12 23:17:54 -04002780#: e2fsck/util.c:207
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002781msgid "yes"
2782msgstr ""
2783
Theodore Ts'o052a7912008-10-12 23:17:54 -04002784#: e2fsck/util.c:207
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002785msgid "no"
2786msgstr ""
2787
Theodore Ts'o052a7912008-10-12 23:17:54 -04002788#: e2fsck/util.c:221
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002789#, c-format
2790msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2791msgstr ""
2792
Theodore Ts'o052a7912008-10-12 23:17:54 -04002793#: e2fsck/util.c:226
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002794msgid "reading inode and block bitmaps"
2795msgstr ""
2796
Theodore Ts'o052a7912008-10-12 23:17:54 -04002797#: e2fsck/util.c:231
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002798#, c-format
2799msgid "while retrying to read bitmaps for %s"
2800msgstr ""
2801
Theodore Ts'o052a7912008-10-12 23:17:54 -04002802#: e2fsck/util.c:243
Theodore Ts'oaef07952008-08-27 23:18:29 -04002803msgid "writing block and inode bitmaps"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002804msgstr ""
2805
Theodore Ts'o052a7912008-10-12 23:17:54 -04002806#: e2fsck/util.c:248
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002807#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04002808msgid "while rewriting block and inode bitmaps for %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002809msgstr ""
2810
Theodore Ts'o052a7912008-10-12 23:17:54 -04002811#: e2fsck/util.c:260
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002812#, c-format
2813msgid ""
2814"\n"
2815"\n"
2816"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2817"\t(i.e., without -a or -p options)\n"
2818msgstr ""
2819
Theodore Ts'o53013932009-05-30 13:50:07 -04002820#: e2fsck/util.c:341
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002821#, c-format
Theodore Ts'o53013932009-05-30 13:50:07 -04002822msgid "Memory used: %luk/%luk (%luk/%luk), "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002823msgstr ""
2824
Theodore Ts'o53013932009-05-30 13:50:07 -04002825#: e2fsck/util.c:345
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002826#, c-format
Theodore Ts'o53013932009-05-30 13:50:07 -04002827msgid "Memory used: %lu, "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002828msgstr ""
2829
Theodore Ts'o53013932009-05-30 13:50:07 -04002830#: e2fsck/util.c:352
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002831#, c-format
2832msgid "time: %5.2f/%5.2f/%5.2f\n"
2833msgstr ""
2834
Theodore Ts'o53013932009-05-30 13:50:07 -04002835#: e2fsck/util.c:357
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002836#, c-format
2837msgid "elapsed time: %6.3f\n"
2838msgstr ""
2839
Theodore Ts'o53013932009-05-30 13:50:07 -04002840#: e2fsck/util.c:391 e2fsck/util.c:405
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002841#, c-format
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002842msgid "while reading inode %lu in %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002843msgstr ""
2844
Theodore Ts'o53013932009-05-30 13:50:07 -04002845#: e2fsck/util.c:419 e2fsck/util.c:432
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002846#, c-format
Theodore Ts'o303f4e02009-04-23 22:25:18 -04002847msgid "while writing inode %lu in %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002848msgstr ""
2849
Theodore Ts'o53013932009-05-30 13:50:07 -04002850#: e2fsck/util.c:581
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002851msgid "while allocating zeroizing buffer"
2852msgstr ""
2853
Theodore Ts'o052a7912008-10-12 23:17:54 -04002854#: misc/badblocks.c:66
Theodore Ts'o714da452007-07-07 22:24:13 -04002855msgid "done \n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002856msgstr ""
2857
Theodore Ts'o052a7912008-10-12 23:17:54 -04002858#: misc/badblocks.c:89
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002859#, c-format
2860msgid ""
2861"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04002862" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
2863"max_bad_blocks]\n"
2864" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
2865" device [last_block [first_block]]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002866msgstr ""
2867
Theodore Ts'o052a7912008-10-12 23:17:54 -04002868#: misc/badblocks.c:100
Theodore Ts'o714da452007-07-07 22:24:13 -04002869#, c-format
2870msgid ""
2871"%s: The -n and -w options are mutually exclusive.\n"
2872"\n"
2873msgstr ""
2874
Theodore Ts'o052a7912008-10-12 23:17:54 -04002875#: misc/badblocks.c:202
2876#, c-format
2877msgid "%6.2f%% done, %s elapsed"
2878msgstr ""
2879
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002880#: misc/badblocks.c:293
Theodore Ts'o113e4052003-05-17 21:00:46 -04002881msgid "Testing with random pattern: "
2882msgstr ""
2883
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002884#: misc/badblocks.c:311
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002885msgid "Testing with pattern 0x"
Theodore Ts'o113e4052003-05-17 21:00:46 -04002886msgstr ""
2887
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002888#: misc/badblocks.c:339 misc/badblocks.c:408
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002889msgid "during seek"
2890msgstr ""
2891
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002892#: misc/badblocks.c:350
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002893#, c-format
2894msgid "Weird value (%ld) in do_read\n"
2895msgstr ""
2896
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002897#: misc/badblocks.c:428
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002898msgid "during ext2fs_sync_device"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002899msgstr ""
2900
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002901#: misc/badblocks.c:447 misc/badblocks.c:711
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002902msgid "while beginning bad block list iteration"
2903msgstr ""
2904
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002905#: misc/badblocks.c:461 misc/badblocks.c:563 misc/badblocks.c:721
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002906msgid "while allocating buffers"
2907msgstr ""
2908
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002909#: misc/badblocks.c:465
Theodore Ts'o113e4052003-05-17 21:00:46 -04002910#, c-format
2911msgid "Checking blocks %lu to %lu\n"
2912msgstr ""
2913
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002914#: misc/badblocks.c:470
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002915msgid "Checking for bad blocks in read-only mode\n"
2916msgstr ""
2917
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002918#: misc/badblocks.c:479
Theodore Ts'o113e4052003-05-17 21:00:46 -04002919msgid "Checking for bad blocks (read-only test): "
2920msgstr ""
2921
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002922#: misc/badblocks.c:487 misc/badblocks.c:595 misc/badblocks.c:640
2923#: misc/badblocks.c:784
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002924msgid "Too many bad blocks, aborting test\n"
2925msgstr ""
2926
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002927#: misc/badblocks.c:570
Theodore Ts'o113e4052003-05-17 21:00:46 -04002928msgid "Checking for bad blocks in read-write mode\n"
2929msgstr ""
2930
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002931#: misc/badblocks.c:572 misc/badblocks.c:734
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002932#, c-format
2933msgid "From block %lu to %lu\n"
2934msgstr ""
2935
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002936#: misc/badblocks.c:630
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002937msgid "Reading and comparing: "
2938msgstr ""
2939
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002940#: misc/badblocks.c:733
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002941msgid "Checking for bad blocks in non-destructive read-write mode\n"
2942msgstr ""
2943
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002944#: misc/badblocks.c:739
Theodore Ts'o113e4052003-05-17 21:00:46 -04002945msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002946msgstr ""
2947
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002948#: misc/badblocks.c:746
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002949msgid ""
2950"\n"
2951"Interrupt caught, cleaning up\n"
2952msgstr ""
2953
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002954#: misc/badblocks.c:822
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002955#, c-format
2956msgid "during test data write, block %lu"
2957msgstr ""
2958
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002959#: misc/badblocks.c:933 misc/util.c:156
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002960#, c-format
2961msgid "%s is mounted; "
2962msgstr ""
2963
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002964#: misc/badblocks.c:935
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002965msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
2966msgstr ""
2967
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002968#: misc/badblocks.c:940
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002969msgid "it's not safe to run badblocks!\n"
2970msgstr ""
2971
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002972#: misc/badblocks.c:945 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002973#, c-format
2974msgid "%s is apparently in use by the system; "
2975msgstr ""
2976
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002977#: misc/badblocks.c:948
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002978msgid "badblocks forced anyway.\n"
2979msgstr ""
2980
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002981#: misc/badblocks.c:968
Theodore Ts'o60c30e12008-06-18 06:50:34 -04002982#, c-format
2983msgid "invalid %s - %s"
2984msgstr ""
2985
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002986#: misc/badblocks.c:1077
Theodore Ts'o113e4052003-05-17 21:00:46 -04002987#, c-format
2988msgid "can't allocate memory for test_pattern - %s"
2989msgstr ""
2990
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002991#: misc/badblocks.c:1104
Theodore Ts'o113e4052003-05-17 21:00:46 -04002992msgid "Maximum of one test_pattern may be specified in read-only mode"
2993msgstr ""
2994
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002995#: misc/badblocks.c:1110
Theodore Ts'o113e4052003-05-17 21:00:46 -04002996msgid "Random test_pattern is not allowed in read-only mode"
2997msgstr ""
2998
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04002999#: misc/badblocks.c:1124
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003000msgid ""
3001"Couldn't determine device size; you must specify\n"
3002"the size manually\n"
3003msgstr ""
3004
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003005#: misc/badblocks.c:1130
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003006msgid "while trying to determine device size"
3007msgstr ""
3008
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003009#: misc/badblocks.c:1135
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003010msgid "last block"
3011msgstr ""
3012
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003013#: misc/badblocks.c:1141
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003014msgid "first block"
3015msgstr ""
3016
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003017#: misc/badblocks.c:1144
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003018#, c-format
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003019msgid "invalid starting block (%lu): must be less than %lu"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003020msgstr ""
3021
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003022#: misc/badblocks.c:1200
Theodore Ts'o197abba2005-06-20 18:00:23 -04003023msgid "while creating in-memory bad blocks list"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003024msgstr ""
3025
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003026#: misc/badblocks.c:1215
Theodore Ts'o197abba2005-06-20 18:00:23 -04003027msgid "while adding to in-memory bad block list"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003028msgstr ""
3029
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003030#: misc/badblocks.c:1239
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003031#, c-format
3032msgid "Pass completed, %u bad blocks found.\n"
3033msgstr ""
3034
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003035#: misc/chattr.c:85
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003036#, c-format
Theodore Ts'o53013932009-05-30 13:50:07 -04003037msgid "Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003038msgstr ""
3039
Theodore Ts'o53013932009-05-30 13:50:07 -04003040#: misc/chattr.c:153
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003041#, c-format
3042msgid "bad version - %s\n"
3043msgstr ""
3044
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003045#: misc/chattr.c:200 misc/lsattr.c:115
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003046#, c-format
3047msgid "while trying to stat %s"
3048msgstr ""
3049
Theodore Ts'o53013932009-05-30 13:50:07 -04003050#: misc/chattr.c:207
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003051#, c-format
3052msgid "while reading flags on %s"
3053msgstr ""
3054
Theodore Ts'o53013932009-05-30 13:50:07 -04003055#: misc/chattr.c:216 misc/chattr.c:235
3056#, c-format
3057msgid "Clearing extent flag not supported on %s"
3058msgstr ""
3059
3060#: misc/chattr.c:221 misc/chattr.c:240
3061#, c-format
3062msgid "Flags of %s set as "
3063msgstr ""
3064
3065#: misc/chattr.c:249
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003066#, c-format
3067msgid "while setting flags on %s"
3068msgstr ""
3069
Theodore Ts'o53013932009-05-30 13:50:07 -04003070#: misc/chattr.c:257
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003071#, c-format
3072msgid "Version of %s set as %lu\n"
3073msgstr ""
3074
Theodore Ts'o53013932009-05-30 13:50:07 -04003075#: misc/chattr.c:261
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003076#, c-format
3077msgid "while setting version on %s"
3078msgstr ""
3079
Theodore Ts'o53013932009-05-30 13:50:07 -04003080#: misc/chattr.c:281
Theodore Ts'o714da452007-07-07 22:24:13 -04003081#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003082msgid "Couldn't allocate path variable in chattr_dir_proc"
3083msgstr ""
3084
Theodore Ts'o53013932009-05-30 13:50:07 -04003085#: misc/chattr.c:320
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003086msgid "= is incompatible with - and +\n"
3087msgstr ""
3088
Theodore Ts'o53013932009-05-30 13:50:07 -04003089#: misc/chattr.c:328
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003090msgid "Must use '-v', =, - or +\n"
3091msgstr ""
3092
Theodore Ts'o6956f612005-12-31 16:46:15 -05003093#: misc/dumpe2fs.c:53
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003094#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003095msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003096msgstr ""
3097
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003098#: misc/dumpe2fs.c:168
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003099#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003100msgid "Group %lu: (Blocks "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003101msgstr ""
3102
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003103#: misc/dumpe2fs.c:173
3104#, c-format
3105msgid " Checksum 0x%04x, unused inodes %d\n"
3106msgstr ""
3107
3108#: misc/dumpe2fs.c:178
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003109#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003110msgid " %s superblock at "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003111msgstr ""
3112
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003113#: misc/dumpe2fs.c:179
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003114msgid "Primary"
3115msgstr ""
3116
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003117#: misc/dumpe2fs.c:179
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003118msgid "Backup"
3119msgstr ""
3120
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003121#: misc/dumpe2fs.c:183
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003122#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003123msgid ", Group descriptors at "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003124msgstr ""
3125
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003126#: misc/dumpe2fs.c:187
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003127#, c-format
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003128msgid ""
3129"\n"
3130" Reserved GDT blocks at "
3131msgstr ""
3132
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003133#: misc/dumpe2fs.c:194
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003134#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003135msgid " Group descriptor at "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003136msgstr ""
3137
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003138#: misc/dumpe2fs.c:200
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003139msgid " Block bitmap at "
3140msgstr ""
3141
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003142#: misc/dumpe2fs.c:205
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003143msgid ", Inode bitmap at "
3144msgstr ""
3145
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003146#: misc/dumpe2fs.c:210
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003147msgid ""
3148"\n"
3149" Inode table at "
3150msgstr ""
3151
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003152#: misc/dumpe2fs.c:217
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003153#, c-format
3154msgid ""
3155"\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003156" %u free blocks, %u free inodes, %u directories%s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003157msgstr ""
3158
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003159#: misc/dumpe2fs.c:224
3160#, c-format
3161msgid ", %u unused inodes\n"
3162msgstr ""
3163
3164#: misc/dumpe2fs.c:227
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003165msgid " Free blocks: "
3166msgstr ""
3167
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003168#: misc/dumpe2fs.c:237
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003169msgid " Free inodes: "
3170msgstr ""
3171
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003172#: misc/dumpe2fs.c:268
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003173msgid "while printing bad block list"
3174msgstr ""
3175
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003176#: misc/dumpe2fs.c:274
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003177#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04003178msgid "Bad blocks: %u"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003179msgstr ""
3180
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003181#: misc/dumpe2fs.c:297 misc/tune2fs.c:281
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003182msgid "while reading journal inode"
3183msgstr ""
3184
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003185#: misc/dumpe2fs.c:300
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003186msgid "Journal size: "
3187msgstr ""
3188
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003189#: misc/dumpe2fs.c:324 misc/tune2fs.c:202
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003190msgid "while reading journal superblock"
3191msgstr ""
3192
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003193#: misc/dumpe2fs.c:332
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003194msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003195msgstr ""
3196
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003197#: misc/dumpe2fs.c:336
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003198#, c-format
3199msgid ""
3200"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003201"Journal block size: %u\n"
3202"Journal length: %u\n"
3203"Journal first block: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003204"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003205"Journal start: %u\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04003206"Journal number of users: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003207msgstr ""
3208
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003209#: misc/dumpe2fs.c:349
Theodore Ts'o197abba2005-06-20 18:00:23 -04003210#, c-format
3211msgid "Journal users: %s\n"
3212msgstr ""
3213
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003214#: misc/dumpe2fs.c:365 misc/mke2fs.c:693 misc/tune2fs.c:872
Theodore Ts'o8f741372008-02-28 21:47:05 -05003215#, c-format
3216msgid "Couldn't allocate memory to parse options!\n"
3217msgstr ""
3218
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003219#: misc/dumpe2fs.c:391
Theodore Ts'o8f741372008-02-28 21:47:05 -05003220#, c-format
3221msgid "Invalid superblock parameter: %s\n"
3222msgstr ""
3223
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003224#: misc/dumpe2fs.c:406
Theodore Ts'o8f741372008-02-28 21:47:05 -05003225#, c-format
3226msgid "Invalid blocksize parameter: %s\n"
3227msgstr ""
3228
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003229#: misc/dumpe2fs.c:417
Theodore Ts'o8f741372008-02-28 21:47:05 -05003230#, c-format
3231msgid ""
3232"\n"
3233"Bad extended option(s) specified: %s\n"
3234"\n"
3235"Extended options are separated by commas, and may take an argument which\n"
3236"\tis set off by an equals ('=') sign.\n"
3237"\n"
3238"Valid extended options are:\n"
3239"\tsuperblock=<superblock number>\n"
3240"\tblocksize=<blocksize>\n"
3241msgstr ""
3242
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003243#: misc/dumpe2fs.c:476 misc/mke2fs.c:1355
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003244#, c-format
3245msgid "\tUsing %s\n"
3246msgstr ""
3247
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003248#: misc/dumpe2fs.c:512 misc/e2image.c:681 misc/tune2fs.c:1535
3249#: resize/main.c:314
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003250#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003251msgid "Couldn't find valid filesystem superblock.\n"
3252msgstr ""
3253
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003254#: misc/dumpe2fs.c:537
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003255#, c-format
3256msgid ""
3257"\n"
3258"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003259msgstr ""
3260
Theodore Ts'o052a7912008-10-12 23:17:54 -04003261#: misc/e2image.c:52
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003262#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003263msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003264msgstr ""
3265
Theodore Ts'o052a7912008-10-12 23:17:54 -04003266#: misc/e2image.c:64
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003267msgid "Couldn't allocate header buffer\n"
3268msgstr ""
3269
Theodore Ts'o052a7912008-10-12 23:17:54 -04003270#: misc/e2image.c:83
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003271#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003272msgid "short write (only %d bytes) for writing image header"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003273msgstr ""
3274
Theodore Ts'o052a7912008-10-12 23:17:54 -04003275#: misc/e2image.c:102
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003276msgid "while writing superblock"
3277msgstr ""
3278
Theodore Ts'o052a7912008-10-12 23:17:54 -04003279#: misc/e2image.c:110
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003280msgid "while writing inode table"
3281msgstr ""
3282
Theodore Ts'o052a7912008-10-12 23:17:54 -04003283#: misc/e2image.c:117
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003284msgid "while writing block bitmap"
3285msgstr ""
3286
Theodore Ts'o052a7912008-10-12 23:17:54 -04003287#: misc/e2image.c:124
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003288msgid "while writing inode bitmap"
3289msgstr ""
3290
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003291#: misc/e2label.c:57
3292#, c-format
3293msgid "e2label: cannot open %s\n"
3294msgstr ""
3295
3296#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003297#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003298msgid "e2label: cannot seek to superblock\n"
3299msgstr ""
3300
3301#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003302#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003303msgid "e2label: error reading superblock\n"
3304msgstr ""
3305
3306#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003307#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003308msgid "e2label: not an ext2 filesystem\n"
3309msgstr ""
3310
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003311#: misc/e2label.c:96 misc/tune2fs.c:1670
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003312#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003313msgid "Warning: label too long, truncating.\n"
3314msgstr ""
3315
3316#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003317#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003318msgid "e2label: cannot seek to superblock again\n"
3319msgstr ""
3320
3321#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003322#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003323msgid "e2label: error writing superblock\n"
3324msgstr ""
3325
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003326#: misc/e2label.c:116 misc/tune2fs.c:542
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003327#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003328msgid "Usage: e2label device [newlabel]\n"
3329msgstr ""
3330
Theodore Ts'oaef07952008-08-27 23:18:29 -04003331#: misc/e2undo.c:35
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003332#, c-format
3333msgid "Usage: %s <transaction file> <filesystem>\n"
3334msgstr ""
3335
Theodore Ts'oaef07952008-08-27 23:18:29 -04003336#: misc/e2undo.c:52
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003337msgid "Failed to read the file system data \n"
3338msgstr ""
3339
Theodore Ts'oaef07952008-08-27 23:18:29 -04003340#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:204
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003341#, c-format
3342msgid "Failed tdb_fetch %s\n"
3343msgstr ""
3344
Theodore Ts'oaef07952008-08-27 23:18:29 -04003345#: misc/e2undo.c:70
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003346#, c-format
3347msgid "The file system Mount time didn't match %u\n"
3348msgstr ""
3349
Theodore Ts'oaef07952008-08-27 23:18:29 -04003350#: misc/e2undo.c:89
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003351msgid "The file system UUID didn't match \n"
3352msgstr ""
3353
Theodore Ts'oaef07952008-08-27 23:18:29 -04003354#: misc/e2undo.c:161
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003355#, c-format
3356msgid "Failed tdb_open %s\n"
3357msgstr ""
3358
Theodore Ts'oaef07952008-08-27 23:18:29 -04003359#: misc/e2undo.c:167
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003360#, c-format
3361msgid "Error while determining whether %s is mounted.\n"
3362msgstr ""
3363
Theodore Ts'oaef07952008-08-27 23:18:29 -04003364#: misc/e2undo.c:173
3365msgid "e2undo should only be run on unmounted file system\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003366msgstr ""
3367
Theodore Ts'oaef07952008-08-27 23:18:29 -04003368#: misc/e2undo.c:182
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003369#, c-format
3370msgid "Failed to open %s\n"
3371msgstr ""
3372
Theodore Ts'oaef07952008-08-27 23:18:29 -04003373#: misc/e2undo.c:208
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003374#, c-format
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003375msgid "Replayed transaction of size %zd at location %ld\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003376msgstr ""
3377
Theodore Ts'oaef07952008-08-27 23:18:29 -04003378#: misc/e2undo.c:214
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003379#, c-format
3380msgid "Failed write %s\n"
3381msgstr ""
3382
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003383#: misc/fsck.c:343
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003384#, c-format
3385msgid "WARNING: couldn't open %s: %s\n"
3386msgstr ""
3387
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003388#: misc/fsck.c:353
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003389#, c-format
3390msgid "WARNING: bad format on line %d of %s\n"
3391msgstr ""
3392
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003393#: misc/fsck.c:368
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003394msgid ""
Theodore Ts'o714da452007-07-07 22:24:13 -04003395"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003396"\tfield. I will kludge around things for you, but you\n"
3397"\tshould fix your /etc/fstab file as soon as you can.\n"
3398"\n"
3399msgstr ""
3400
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003401#: misc/fsck.c:477
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003402#, c-format
3403msgid "fsck: %s: not found\n"
3404msgstr ""
3405
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003406#: misc/fsck.c:593
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003407#, c-format
3408msgid "%s: wait: No more child process?!?\n"
3409msgstr ""
3410
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003411#: misc/fsck.c:615
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003412#, c-format
3413msgid "Warning... %s for device %s exited with signal %d.\n"
3414msgstr ""
3415
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003416#: misc/fsck.c:621
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003417#, c-format
3418msgid "%s %s: status is %x, should never happen.\n"
3419msgstr ""
3420
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003421#: misc/fsck.c:660
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003422#, c-format
3423msgid "Finished with %s (exit status %d)\n"
3424msgstr ""
3425
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003426#: misc/fsck.c:720
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003427#, c-format
3428msgid "%s: Error %d while executing fsck.%s for %s\n"
3429msgstr ""
3430
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003431#: misc/fsck.c:741
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003432msgid ""
3433"Either all or none of the filesystem types passed to -t must be prefixed\n"
3434"with 'no' or '!'.\n"
3435msgstr ""
3436
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003437#: misc/fsck.c:760
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003438msgid "Couldn't allocate memory for filesystem types\n"
3439msgstr ""
3440
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003441#: misc/fsck.c:883
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003442#, c-format
3443msgid ""
3444"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3445"number\n"
3446msgstr ""
3447
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003448#: misc/fsck.c:910
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003449#, c-format
3450msgid "fsck: cannot check %s: fsck.%s not found\n"
3451msgstr ""
3452
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003453#: misc/fsck.c:966
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003454msgid "Checking all file systems.\n"
3455msgstr ""
3456
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003457#: misc/fsck.c:1057
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003458#, c-format
3459msgid "--waiting-- (pass %d)\n"
3460msgstr ""
3461
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003462#: misc/fsck.c:1077
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003463msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003464"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003465msgstr ""
3466
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003467#: misc/fsck.c:1119
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003468#, c-format
3469msgid "%s: too many devices\n"
3470msgstr ""
3471
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003472#: misc/fsck.c:1152 misc/fsck.c:1238
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003473#, c-format
3474msgid "%s: too many arguments\n"
3475msgstr ""
3476
Theodore Ts'o55566e22003-12-26 14:03:39 -05003477#: misc/lsattr.c:73
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003478#, c-format
3479msgid "Usage: %s [-RVadlv] [files...]\n"
3480msgstr ""
3481
Theodore Ts'o55566e22003-12-26 14:03:39 -05003482#: misc/lsattr.c:83
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003483#, c-format
3484msgid "While reading flags on %s"
3485msgstr ""
3486
Theodore Ts'o55566e22003-12-26 14:03:39 -05003487#: misc/lsattr.c:90
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003488#, c-format
3489msgid "While reading version on %s"
3490msgstr ""
3491
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003492#: misc/mke2fs.c:104
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003493#, c-format
3494msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003495"Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3496"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003497"\t[-G meta group size] [-N number-of-inodes]\n"
3498"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04003499"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003500"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003501"\t[-T fs-type] [-U UUID] [-jnqvFSV] device [blocks-count]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003502msgstr ""
3503
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003504#: misc/mke2fs.c:206
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003505#, c-format
3506msgid "Running command: %s\n"
3507msgstr ""
3508
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003509#: misc/mke2fs.c:210
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003510#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003511msgid "while trying to run '%s'"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003512msgstr ""
3513
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003514#: misc/mke2fs.c:217
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003515msgid "while processing list of bad blocks from program"
3516msgstr ""
3517
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003518#: misc/mke2fs.c:244
Theodore Ts'o714da452007-07-07 22:24:13 -04003519#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003520msgid "Block %d in primary superblock/group descriptor area bad.\n"
3521msgstr ""
3522
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003523#: misc/mke2fs.c:246
Theodore Ts'oaef07952008-08-27 23:18:29 -04003524#, c-format
Theodore Ts'o714da452007-07-07 22:24:13 -04003525msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3526msgstr ""
3527
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003528#: misc/mke2fs.c:249
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003529msgid "Aborting....\n"
3530msgstr ""
3531
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003532#: misc/mke2fs.c:269
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003533#, c-format
3534msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003535"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003536"\tbad blocks.\n"
3537"\n"
3538msgstr ""
3539
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003540#: misc/mke2fs.c:288
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003541msgid "while marking bad blocks as used"
3542msgstr ""
3543
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003544#: misc/mke2fs.c:346
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003545msgid "done \n"
3546msgstr ""
3547
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003548#: misc/mke2fs.c:360
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003549msgid "Writing inode tables: "
3550msgstr ""
3551
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003552#: misc/mke2fs.c:383
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003553#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003554msgid ""
3555"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003556"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003557msgstr ""
3558
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003559#: misc/mke2fs.c:407
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003560msgid "while creating root dir"
3561msgstr ""
3562
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003563#: misc/mke2fs.c:414
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003564msgid "while reading root inode"
3565msgstr ""
3566
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003567#: misc/mke2fs.c:428
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003568msgid "while setting root inode ownership"
3569msgstr ""
3570
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003571#: misc/mke2fs.c:446
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003572msgid "while creating /lost+found"
3573msgstr ""
3574
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003575#: misc/mke2fs.c:453
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003576msgid "while looking up /lost+found"
3577msgstr ""
3578
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003579#: misc/mke2fs.c:466
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003580msgid "while expanding /lost+found"
3581msgstr ""
3582
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003583#: misc/mke2fs.c:481
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003584msgid "while setting bad block inode"
3585msgstr ""
3586
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003587#: misc/mke2fs.c:508
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003588#, c-format
3589msgid "Out of memory erasing sectors %d-%d\n"
3590msgstr ""
3591
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003592#: misc/mke2fs.c:518
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003593#, c-format
3594msgid "Warning: could not read block 0: %s\n"
3595msgstr ""
3596
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003597#: misc/mke2fs.c:534
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003598#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003599msgid "Warning: could not erase sector %d: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003600msgstr ""
3601
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003602#: misc/mke2fs.c:550
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003603msgid "while initializing journal superblock"
3604msgstr ""
3605
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003606#: misc/mke2fs.c:556
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003607msgid "Zeroing journal device: "
3608msgstr ""
3609
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003610#: misc/mke2fs.c:569
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003611#, c-format
3612msgid "while zeroing journal device (block %u, count %d)"
3613msgstr ""
3614
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003615#: misc/mke2fs.c:585
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003616msgid "while writing journal superblock"
3617msgstr ""
3618
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003619#: misc/mke2fs.c:601
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003620#, c-format
3621msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003622"warning: %u blocks unused.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003623"\n"
3624msgstr ""
3625
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003626#: misc/mke2fs.c:606
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003627#, c-format
3628msgid "Filesystem label=%s\n"
3629msgstr ""
3630
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003631#: misc/mke2fs.c:607
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003632msgid "OS type: "
3633msgstr ""
3634
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003635#: misc/mke2fs.c:612
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003636#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003637msgid "Block size=%u (log=%u)\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003638msgstr ""
3639
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003640#: misc/mke2fs.c:614
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003641#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003642msgid "Fragment size=%u (log=%u)\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003643msgstr ""
3644
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003645#: misc/mke2fs.c:616
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003646#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003647msgid "%u inodes, %u blocks\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003648msgstr ""
3649
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003650#: misc/mke2fs.c:618
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003651#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003652msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003653msgstr ""
3654
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003655#: misc/mke2fs.c:621
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003656#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003657msgid "First data block=%u\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003658msgstr ""
3659
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003660#: misc/mke2fs.c:623
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003661#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003662msgid "Maximum filesystem blocks=%lu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003663msgstr ""
3664
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003665#: misc/mke2fs.c:627
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003666#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003667msgid "%u block groups\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003668msgstr ""
3669
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003670#: misc/mke2fs.c:629
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003671#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003672msgid "%u block group\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003673msgstr ""
3674
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003675#: misc/mke2fs.c:630
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003676#, c-format
Theodore Ts'oaef07952008-08-27 23:18:29 -04003677msgid "%u blocks per group, %u fragments per group\n"
3678msgstr ""
3679
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003680#: misc/mke2fs.c:632
Theodore Ts'oaef07952008-08-27 23:18:29 -04003681#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003682msgid "%u inodes per group\n"
3683msgstr ""
3684
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003685#: misc/mke2fs.c:639
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003686#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003687msgid "Superblock backups stored on blocks: "
3688msgstr ""
3689
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003690#: misc/mke2fs.c:718
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003691#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003692msgid "Invalid stride parameter: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003693msgstr ""
3694
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003695#: misc/mke2fs.c:733
Theodore Ts'o8f741372008-02-28 21:47:05 -05003696#, c-format
3697msgid "Invalid stripe-width parameter: %s\n"
3698msgstr ""
3699
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003700#: misc/mke2fs.c:755
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003701#, c-format
3702msgid "Invalid resize parameter: %s\n"
3703msgstr ""
3704
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003705#: misc/mke2fs.c:762
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003706#, c-format
3707msgid "The resize maximum must be greater than the filesystem size.\n"
3708msgstr ""
3709
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003710#: misc/mke2fs.c:786
Theodore Ts'o714da452007-07-07 22:24:13 -04003711#, c-format
3712msgid "On-line resizing not supported with revision 0 filesystems\n"
3713msgstr ""
3714
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003715#: misc/mke2fs.c:808
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003716#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003717msgid ""
3718"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003719"Bad option(s) specified: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003720"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003721"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003722"\tis set off by an equals ('=') sign.\n"
3723"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003724"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003725"\tstride=<RAID per-disk data chunk in blocks>\n"
3726"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003727"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003728"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003729"\ttest_fs\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003730"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003731msgstr ""
3732
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003733#: misc/mke2fs.c:824
Theodore Ts'o8f741372008-02-28 21:47:05 -05003734#, c-format
3735msgid ""
3736"\n"
3737"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
3738"\n"
3739msgstr ""
3740
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003741#: misc/mke2fs.c:856
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003742#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003743msgid ""
3744"Syntax error in mke2fs config file (%s, line #%d)\n"
3745"\t%s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003746msgstr ""
3747
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003748#: misc/mke2fs.c:869 misc/tune2fs.c:355
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003749#, c-format
3750msgid "Invalid filesystem option set: %s\n"
3751msgstr ""
3752
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003753#: misc/mke2fs.c:979
Theodore Ts'oaef07952008-08-27 23:18:29 -04003754#, c-format
3755msgid ""
3756"\n"
3757"Warning! Your mke2fs.conf file does not define the %s filesystem type.\n"
3758msgstr ""
3759
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003760#: misc/mke2fs.c:982
Theodore Ts'oaef07952008-08-27 23:18:29 -04003761#, c-format
3762msgid ""
3763"You probably need to install an updated mke2fs.conf file.\n"
3764"\n"
3765msgstr ""
3766
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003767#: misc/mke2fs.c:1176
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003768#, c-format
3769msgid "invalid block size - %s"
3770msgstr ""
3771
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003772#: misc/mke2fs.c:1180
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003773#, c-format
3774msgid "Warning: blocksize %d not usable on most systems.\n"
3775msgstr ""
3776
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003777#: misc/mke2fs.c:1196
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003778#, c-format
3779msgid "invalid fragment size - %s"
3780msgstr ""
3781
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003782#: misc/mke2fs.c:1202
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003783#, c-format
3784msgid "Warning: fragments not supported. Ignoring -f option\n"
3785msgstr ""
3786
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003787#: misc/mke2fs.c:1209
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003788msgid "Illegal number for blocks per group"
3789msgstr ""
3790
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003791#: misc/mke2fs.c:1214
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003792msgid "blocks per group must be multiple of 8"
3793msgstr ""
3794
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003795#: misc/mke2fs.c:1222
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003796msgid "Illegal number for flex_bg size"
3797msgstr ""
3798
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003799#: misc/mke2fs.c:1228
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003800msgid "flex_bg size must be a power of 2"
3801msgstr ""
3802
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003803#: misc/mke2fs.c:1238
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003804#, c-format
3805msgid "invalid inode ratio %s (min %d/max %d)"
3806msgstr ""
3807
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003808#: misc/mke2fs.c:1255
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003809msgid "in malloc for bad_blocks_filename"
3810msgstr ""
3811
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003812#: misc/mke2fs.c:1265
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003813#, c-format
3814msgid "invalid reserved blocks percent - %s"
3815msgstr ""
3816
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003817#: misc/mke2fs.c:1283
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003818#, c-format
3819msgid "bad revision level - %s"
3820msgstr ""
3821
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003822#: misc/mke2fs.c:1295
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003823#, c-format
3824msgid "invalid inode size - %s"
3825msgstr ""
3826
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003827#: misc/mke2fs.c:1315
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003828#, c-format
3829msgid "bad num inodes - %s"
3830msgstr ""
3831
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003832#: misc/mke2fs.c:1380 misc/mke2fs.c:2068
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003833#, c-format
3834msgid "while trying to open journal device %s\n"
3835msgstr ""
3836
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003837#: misc/mke2fs.c:1386
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003838#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003839msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003840msgstr ""
3841
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003842#: misc/mke2fs.c:1392
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003843#, c-format
3844msgid "Using journal device's blocksize: %d\n"
3845msgstr ""
3846
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003847#: misc/mke2fs.c:1401
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003848#, c-format
3849msgid "%d-byte blocks too big for system (max %d)"
3850msgstr ""
3851
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003852#: misc/mke2fs.c:1405
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003853#, c-format
3854msgid ""
3855"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3856msgstr ""
3857
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003858#: misc/mke2fs.c:1413
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003859#, c-format
3860msgid "invalid blocks count - %s"
3861msgstr ""
3862
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003863#: misc/mke2fs.c:1423
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003864msgid "filesystem"
3865msgstr ""
3866
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003867#: misc/mke2fs.c:1459
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003868#, c-format
3869msgid ""
3870"%s: Size of device %s too big to be expressed in 32 bits\n"
3871"\tusing a blocksize of %d.\n"
3872msgstr ""
3873
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04003874#: misc/mke2fs.c:1468 resize/main.c:376
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003875msgid "while trying to determine filesystem size"
3876msgstr ""
3877
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003878#: misc/mke2fs.c:1475
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003879msgid ""
3880"Couldn't determine device size; you must specify\n"
3881"the size of the filesystem\n"
3882msgstr ""
3883
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003884#: misc/mke2fs.c:1482
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003885msgid ""
3886"Device size reported to be zero. Invalid partition specified, or\n"
3887"\tpartition table wasn't reread after running fdisk, due to\n"
3888"\ta modified partition being busy and in use. You may need to reboot\n"
3889"\tto re-read your partition table.\n"
3890msgstr ""
3891
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003892#: misc/mke2fs.c:1500
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003893msgid "Filesystem larger than apparent device size."
3894msgstr ""
3895
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003896#: misc/mke2fs.c:1506
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003897#, c-format
3898msgid "Failed to parse fs types list\n"
3899msgstr ""
3900
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003901#: misc/mke2fs.c:1540
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04003902msgid "fs_types for mke2fs.conf resolution: "
3903msgstr ""
3904
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003905#: misc/mke2fs.c:1547
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003906#, c-format
3907msgid "Filesystem features not supported with revision 0 filesystems\n"
3908msgstr ""
3909
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003910#: misc/mke2fs.c:1554
Theodore Ts'o714da452007-07-07 22:24:13 -04003911#, c-format
3912msgid "Sparse superblocks not supported with revision 0 filesystems\n"
3913msgstr ""
3914
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003915#: misc/mke2fs.c:1566
Theodore Ts'o714da452007-07-07 22:24:13 -04003916#, c-format
3917msgid "Journals not supported with revision 0 filesystems\n"
3918msgstr ""
3919
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003920#: misc/mke2fs.c:1584
Theodore Ts'o0c7be6c2008-06-17 22:17:09 -04003921#, c-format
3922msgid ""
3923"The resize_inode and meta_bg features are not compatible.\n"
3924"They can not be both enabled simultaneously.\n"
3925msgstr ""
3926
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003927#: misc/mke2fs.c:1601
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003928msgid "while trying to determine hardware sector size"
3929msgstr ""
3930
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003931#: misc/mke2fs.c:1658
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003932msgid "reserved online resize blocks not supported on non-sparse filesystem"
3933msgstr ""
3934
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003935#: misc/mke2fs.c:1667
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003936msgid "blocks per group count out of range"
3937msgstr ""
3938
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003939#: misc/mke2fs.c:1682
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003940msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003941msgstr ""
3942
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003943#: misc/mke2fs.c:1694
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003944#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003945msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003946msgstr ""
3947
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003948#: misc/mke2fs.c:1708
Theodore Ts'o714da452007-07-07 22:24:13 -04003949#, c-format
3950msgid "too many inodes (%llu), raise inode ratio?"
3951msgstr ""
3952
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003953#: misc/mke2fs.c:1713
Theodore Ts'o714da452007-07-07 22:24:13 -04003954#, c-format
3955msgid "too many inodes (%llu), specify < 2^32 inodes"
3956msgstr ""
3957
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003958#: misc/mke2fs.c:1728
Theodore Ts'o714da452007-07-07 22:24:13 -04003959#, c-format
3960msgid ""
3961"inode_size (%u) * inodes_count (%u) too big for a\n"
3962"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
3963"\tor lower inode count (-N).\n"
3964msgstr ""
3965
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003966#: misc/mke2fs.c:1821 misc/tune2fs.c:1453
3967msgid "Couldn't allocate memory for tdb filename\n"
3968msgstr ""
3969
3970#: misc/mke2fs.c:1834 misc/tune2fs.c:1475
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003971#, c-format
3972msgid "while trying to delete %s"
3973msgstr ""
3974
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003975#: misc/mke2fs.c:1844
Theodore Ts'o60c30e12008-06-18 06:50:34 -04003976#, c-format
3977msgid ""
3978"Overwriting existing filesystem; this can be undone using the command:\n"
3979" e2undo %s %s\n"
3980"\n"
3981msgstr ""
3982
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003983#: misc/mke2fs.c:1893
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003984msgid "while setting up superblock"
3985msgstr ""
3986
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003987#: misc/mke2fs.c:1952
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003988#, c-format
3989msgid "unknown os - %s"
3990msgstr ""
3991
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003992#: misc/mke2fs.c:2006
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003993msgid "while trying to allocate filesystem tables"
3994msgstr ""
3995
Theodore Ts'o303f4e02009-04-23 22:25:18 -04003996#: misc/mke2fs.c:2037
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003997#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003998msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003999msgstr ""
4000
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004001#: misc/mke2fs.c:2050
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05004002msgid "while reserving blocks for online resize"
4003msgstr ""
4004
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004005#: misc/mke2fs.c:2061 misc/tune2fs.c:479
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004006msgid "journal"
4007msgstr ""
4008
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004009#: misc/mke2fs.c:2073
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004010#, c-format
4011msgid "Adding journal to device %s: "
4012msgstr ""
4013
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004014#: misc/mke2fs.c:2080
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004015#, c-format
4016msgid ""
4017"\n"
4018"\twhile trying to add journal to device %s"
4019msgstr ""
4020
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004021#: misc/mke2fs.c:2085 misc/mke2fs.c:2117 misc/tune2fs.c:508 misc/tune2fs.c:522
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004022#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004023msgid "done\n"
4024msgstr ""
4025
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004026#: misc/mke2fs.c:2094
4027#, c-format
4028msgid "Skipping journal creation in super-only mode\n"
4029msgstr ""
4030
4031#: misc/mke2fs.c:2105
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004032#, c-format
4033msgid "Creating journal (%u blocks): "
4034msgstr ""
4035
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004036#: misc/mke2fs.c:2122
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004037#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004038msgid "Writing superblocks and filesystem accounting information: "
4039msgstr ""
4040
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004041#: misc/mke2fs.c:2127
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004042#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004043msgid ""
4044"\n"
4045"Warning, had trouble writing out superblocks."
4046msgstr ""
4047
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004048#: misc/mke2fs.c:2130
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004049#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004050msgid ""
4051"done\n"
4052"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004053msgstr ""
4054
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004055#: misc/mklost+found.c:49
4056#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004057msgid "Usage: mklost+found\n"
4058msgstr ""
4059
Theodore Ts'oaef07952008-08-27 23:18:29 -04004060#: misc/partinfo.c:39
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004061#, c-format
4062msgid ""
4063"Usage: %s device...\n"
4064"\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04004065"Prints out the partition information for each given device.\n"
4066"For example: %s /dev/hda\n"
4067"\n"
4068msgstr ""
4069
4070#: misc/partinfo.c:49
4071#, c-format
4072msgid "Cannot open %s: %s"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004073msgstr ""
4074
4075#: misc/partinfo.c:55
Theodore Ts'oaef07952008-08-27 23:18:29 -04004076#, c-format
4077msgid "Cannot get geometry of %s: %s"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004078msgstr ""
4079
Theodore Ts'oaef07952008-08-27 23:18:29 -04004080#: misc/partinfo.c:63
4081#, c-format
4082msgid "Cannot get size of %s: %s"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004083msgstr ""
4084
Theodore Ts'oaef07952008-08-27 23:18:29 -04004085#: misc/partinfo.c:69
4086#, c-format
4087msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004088msgstr ""
4089
Theodore Ts'o052a7912008-10-12 23:17:54 -04004090#: misc/tune2fs.c:96
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004091msgid "Please run e2fsck on the filesystem.\n"
4092msgstr ""
4093
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004094#: misc/tune2fs.c:105
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004095#, c-format
4096msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004097"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004098"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4099"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4100"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004101"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004102"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4103"\t[ -I new_inode_size ] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004104msgstr ""
4105
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004106#: misc/tune2fs.c:190
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004107msgid "while trying to open external journal"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004108msgstr ""
4109
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004110#: misc/tune2fs.c:194
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004111#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004112msgid "%s is not a journal device.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004113msgstr ""
4114
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004115#: misc/tune2fs.c:209
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004116msgid "Journal superblock not found!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004117msgstr ""
4118
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004119#: misc/tune2fs.c:221
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004120msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004121msgstr ""
4122
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004123#: misc/tune2fs.c:242
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004124msgid "Journal NOT removed\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004125msgstr ""
4126
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004127#: misc/tune2fs.c:248
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004128msgid "Journal removed\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004129msgstr ""
4130
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004131#: misc/tune2fs.c:288
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004132msgid "while reading bitmaps"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004133msgstr ""
4134
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004135#: misc/tune2fs.c:296
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004136msgid "while clearing journal inode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004137msgstr ""
4138
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004139#: misc/tune2fs.c:307
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004140msgid "while writing journal inode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004141msgstr ""
4142
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004143#: misc/tune2fs.c:322
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004144#, c-format
4145msgid "Invalid mount option set: %s\n"
4146msgstr ""
4147
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004148#: misc/tune2fs.c:358
Theodore Ts'o8f741372008-02-28 21:47:05 -05004149#, c-format
4150msgid "Clearing filesystem feature '%s' not supported.\n"
4151msgstr ""
4152
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004153#: misc/tune2fs.c:364
Theodore Ts'o8f741372008-02-28 21:47:05 -05004154#, c-format
4155msgid "Setting filesystem feature '%s' not supported.\n"
4156msgstr ""
4157
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004158#: misc/tune2fs.c:373
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004159msgid ""
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04004160"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004161"unmounted or mounted read-only.\n"
4162msgstr ""
4163
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004164#: misc/tune2fs.c:381
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004165msgid ""
4166"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4167"the has_journal flag.\n"
4168msgstr ""
4169
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004170#: misc/tune2fs.c:414
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004171msgid ""
4172"Clearing the flex_bg flag would cause the the filesystem to be\n"
4173"inconsistent.\n"
4174msgstr ""
4175
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004176#: misc/tune2fs.c:425
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04004177msgid ""
4178"The huge_file feature may only be cleared when the filesystem is\n"
4179"unmounted or mounted read-only.\n"
4180msgstr ""
4181
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004182#: misc/tune2fs.c:453
Theodore Ts'o8729d9e2008-07-10 17:16:57 -04004183#, c-format
4184msgid "(and reboot afterwards!)\n"
4185msgstr ""
4186
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004187#: misc/tune2fs.c:474
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004188msgid "The filesystem already has a journal.\n"
4189msgstr ""
4190
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004191#: misc/tune2fs.c:492
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004192#, c-format
4193msgid ""
4194"\n"
4195"\twhile trying to open journal on %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004196msgstr ""
4197
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004198#: misc/tune2fs.c:496
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004199#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004200msgid "Creating journal on device %s: "
4201msgstr ""
4202
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004203#: misc/tune2fs.c:504
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004204#, c-format
4205msgid "while adding filesystem to journal on %s"
4206msgstr ""
4207
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004208#: misc/tune2fs.c:510
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004209msgid "Creating journal inode: "
4210msgstr ""
4211
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004212#: misc/tune2fs.c:519
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004213msgid ""
4214"\n"
4215"\twhile trying to create journal file"
4216msgstr ""
4217
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004218#: misc/tune2fs.c:585
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004219#, c-format
4220msgid "Couldn't parse date/time specifier: %s"
4221msgstr ""
4222
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004223#: misc/tune2fs.c:609 misc/tune2fs.c:622
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004224#, c-format
4225msgid "bad mounts count - %s"
4226msgstr ""
4227
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004228#: misc/tune2fs.c:638
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004229#, c-format
4230msgid "bad error behavior - %s"
4231msgstr ""
4232
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004233#: misc/tune2fs.c:665
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004234#, c-format
4235msgid "bad gid/group name - %s"
4236msgstr ""
4237
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004238#: misc/tune2fs.c:698
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004239#, c-format
4240msgid "bad interval - %s"
4241msgstr ""
4242
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004243#: misc/tune2fs.c:727
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004244#, c-format
4245msgid "bad reserved block ratio - %s"
4246msgstr ""
4247
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004248#: misc/tune2fs.c:742
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004249msgid "-o may only be specified once"
4250msgstr ""
4251
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004252#: misc/tune2fs.c:752
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004253msgid "-O may only be specified once"
4254msgstr ""
4255
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004256#: misc/tune2fs.c:762
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004257#, c-format
4258msgid "bad reserved blocks count - %s"
4259msgstr ""
4260
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004261#: misc/tune2fs.c:791
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004262#, c-format
4263msgid "bad uid/user name - %s"
4264msgstr ""
4265
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004266#: misc/tune2fs.c:808
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004267#, c-format
4268msgid "bad inode size - %s"
4269msgstr ""
4270
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004271#: misc/tune2fs.c:815
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004272#, c-format
4273msgid "Inode size must be a power of two- %s"
4274msgstr ""
4275
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004276#: misc/tune2fs.c:904
Theodore Ts'o8f741372008-02-28 21:47:05 -05004277#, c-format
4278msgid "Invalid RAID stride: %s\n"
4279msgstr ""
4280
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004281#: misc/tune2fs.c:919
Theodore Ts'o8f741372008-02-28 21:47:05 -05004282#, c-format
4283msgid "Invalid RAID stripe-width: %s\n"
4284msgstr ""
4285
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004286#: misc/tune2fs.c:934
Theodore Ts'of6d179f2008-08-29 23:36:08 -04004287#, c-format
4288msgid "Invalid hash algorithm: %s\n"
4289msgstr ""
4290
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004291#: misc/tune2fs.c:940
Theodore Ts'of6d179f2008-08-29 23:36:08 -04004292#, c-format
4293msgid "Setting default hash algorithm to %s (%d)\n"
4294msgstr ""
4295
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004296#: misc/tune2fs.c:948
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004297#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004298msgid ""
4299"\n"
4300"Bad options specified.\n"
4301"\n"
4302"Extended options are separated by commas, and may take an argument which\n"
4303"\tis set off by an equals ('=') sign.\n"
4304"\n"
4305"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004306"\tstride=<RAID per-disk chunk size in blocks>\n"
Theodore Ts'of6d179f2008-08-29 23:36:08 -04004307"\tstripe_width=<RAID stride*data disks in blocks>\n"
4308"\thash_alg=<hash algorithm>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004309"\ttest_fs\n"
4310"\t^test_fs\n"
4311msgstr ""
4312
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004313#: misc/tune2fs.c:1388 misc/tune2fs.c:1393 resize/resize2fs.c:785
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004314msgid "blocks to be moved"
4315msgstr ""
4316
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004317#: misc/tune2fs.c:1485
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004318#, c-format
4319msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004320"To undo the tune2fs operation please run the command\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04004321" e2undo %s %s\n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004322"\n"
4323msgstr ""
4324
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004325#: misc/tune2fs.c:1546
Theodore Ts'oaef07952008-08-27 23:18:29 -04004326#, c-format
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004327msgid "The inode size is already %lu\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04004328msgstr ""
4329
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004330#: misc/tune2fs.c:1551
Theodore Ts'oaef07952008-08-27 23:18:29 -04004331#, c-format
4332msgid "Shrinking the inode size is not supported\n"
4333msgstr ""
4334
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004335#: misc/tune2fs.c:1594
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004336#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004337msgid "Setting maximal mount count to %d\n"
4338msgstr ""
4339
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004340#: misc/tune2fs.c:1600
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004341#, c-format
4342msgid "Setting current mount count to %d\n"
4343msgstr ""
4344
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004345#: misc/tune2fs.c:1605
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004346#, c-format
4347msgid "Setting error behavior to %d\n"
4348msgstr ""
4349
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004350#: misc/tune2fs.c:1610
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004351#, c-format
4352msgid "Setting reserved blocks gid to %lu\n"
4353msgstr ""
4354
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004355#: misc/tune2fs.c:1615
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004356#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004357msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004358msgstr ""
4359
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004360#: misc/tune2fs.c:1622
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004361#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004362msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004363msgstr ""
4364
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004365#: misc/tune2fs.c:1629
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004366#, c-format
Theodore Ts'o55566e22003-12-26 14:03:39 -05004367msgid "reserved blocks count is too big (%lu)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004368msgstr ""
4369
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004370#: misc/tune2fs.c:1635
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004371#, c-format
4372msgid "Setting reserved blocks count to %lu\n"
4373msgstr ""
4374
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004375#: misc/tune2fs.c:1641
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004376msgid ""
4377"\n"
4378"The filesystem already has sparse superblocks.\n"
4379msgstr ""
4380
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004381#: misc/tune2fs.c:1648
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004382#, c-format
4383msgid ""
4384"\n"
4385"Sparse superblock flag set. %s"
4386msgstr ""
4387
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004388#: misc/tune2fs.c:1653
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004389msgid ""
4390"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004391"Clearing the sparse superflag not supported.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004392msgstr ""
4393
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004394#: misc/tune2fs.c:1660
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004395#, c-format
4396msgid "Setting time filesystem last checked to %s\n"
4397msgstr ""
4398
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004399#: misc/tune2fs.c:1666
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004400#, c-format
4401msgid "Setting reserved blocks uid to %lu\n"
4402msgstr ""
4403
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004404#: misc/tune2fs.c:1717
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004405msgid "Invalid UUID format\n"
4406msgstr ""
4407
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004408#: misc/tune2fs.c:1729
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004409msgid "The inode size may only be changed when the filesystem is unmounted.\n"
4410msgstr ""
4411
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004412#: misc/tune2fs.c:1736
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004413msgid ""
4414"Changing the inode size not supported for filesystems with the flex_bg\n"
4415"feature enabled.\n"
4416msgstr ""
4417
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004418#: misc/tune2fs.c:1748
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004419msgid ""
4420"Error in resizing the inode size.\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04004421"Run e2undo to undo the file system changes. \n"
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004422msgstr ""
4423
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004424#: misc/tune2fs.c:1752
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004425#, c-format
4426msgid "Setting inode size %lu\n"
4427msgstr ""
4428
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004429#: misc/tune2fs.c:1762
Theodore Ts'o8f741372008-02-28 21:47:05 -05004430#, c-format
4431msgid "Setting stride size to %d\n"
4432msgstr ""
4433
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004434#: misc/tune2fs.c:1767
Theodore Ts'o8f741372008-02-28 21:47:05 -05004435#, c-format
4436msgid "Setting stripe width to %d\n"
4437msgstr ""
4438
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004439#: misc/util.c:72
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004440msgid "Proceed anyway? (y,n) "
4441msgstr ""
4442
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004443#: misc/util.c:93
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004444#, c-format
4445msgid "Could not stat %s --- %s\n"
4446msgstr ""
4447
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004448#: misc/util.c:96
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004449msgid ""
4450"\n"
4451"The device apparently does not exist; did you specify it correctly?\n"
4452msgstr ""
4453
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004454#: misc/util.c:107
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004455#, c-format
4456msgid "%s is not a block special device.\n"
4457msgstr ""
4458
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004459#: misc/util.c:136
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004460#, c-format
4461msgid "%s is entire device, not just one partition!\n"
4462msgstr ""
4463
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004464#: misc/util.c:158
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004465msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
4466msgstr ""
4467
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004468#: misc/util.c:163
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004469#, c-format
4470msgid "will not make a %s here!\n"
4471msgstr ""
4472
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004473#: misc/util.c:170
4474msgid "mke2fs forced anyway.\n"
4475msgstr ""
4476
4477#: misc/util.c:186
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004478msgid "Couldn't allocate memory to parse journal options!\n"
4479msgstr ""
4480
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004481#: misc/util.c:228
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004482msgid ""
4483"\n"
4484"Bad journal options specified.\n"
4485"\n"
4486"Journal options are separated by commas, and may take an argument which\n"
4487"\tis set off by an equals ('=') sign.\n"
4488"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004489"Valid journal options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004490"\tsize=<journal size in megabytes>\n"
4491"\tdevice=<journal device>\n"
4492"\n"
Theodore Ts'oaef07952008-08-27 23:18:29 -04004493"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004494"\n"
4495msgstr ""
4496
Theodore Ts'o714da452007-07-07 22:24:13 -04004497#: misc/util.c:258
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004498msgid ""
4499"\n"
4500"Filesystem too small for a journal\n"
4501msgstr ""
4502
Theodore Ts'o714da452007-07-07 22:24:13 -04004503#: misc/util.c:265
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004504#, c-format
4505msgid ""
4506"\n"
4507"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o714da452007-07-07 22:24:13 -04004508"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004509msgstr ""
4510
Theodore Ts'o714da452007-07-07 22:24:13 -04004511#: misc/util.c:273
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004512msgid ""
4513"\n"
4514"Journal size too big for filesystem.\n"
4515msgstr ""
4516
Theodore Ts'o714da452007-07-07 22:24:13 -04004517#: misc/util.c:283
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004518#, c-format
4519msgid ""
4520"This filesystem will be automatically checked every %d mounts or\n"
4521"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4522msgstr ""
4523
Theodore Ts'o714da452007-07-07 22:24:13 -04004524#: misc/uuidgen.c:31
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004525#, c-format
4526msgid "Usage: %s [-r] [-t]\n"
4527msgstr ""
4528
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004529#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004530msgid "# Extent dump:\n"
4531msgstr ""
4532
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004533#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004534#, c-format
4535msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4536msgstr ""
4537
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004538#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004539#, c-format
4540msgid "#\t\t %u -> %u (%d)\n"
4541msgstr ""
4542
Theodore Ts'o052a7912008-10-12 23:17:54 -04004543#: resize/main.c:42
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004544#, c-format
4545msgid ""
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004546"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004547"\n"
4548msgstr ""
4549
Theodore Ts'o052a7912008-10-12 23:17:54 -04004550#: resize/main.c:64
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004551msgid "Extending the inode table"
4552msgstr ""
4553
Theodore Ts'o052a7912008-10-12 23:17:54 -04004554#: resize/main.c:67
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004555msgid "Relocating blocks"
4556msgstr ""
4557
Theodore Ts'o052a7912008-10-12 23:17:54 -04004558#: resize/main.c:70
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004559msgid "Scanning inode table"
4560msgstr ""
4561
Theodore Ts'o052a7912008-10-12 23:17:54 -04004562#: resize/main.c:73
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004563msgid "Updating inode references"
4564msgstr ""
4565
Theodore Ts'o052a7912008-10-12 23:17:54 -04004566#: resize/main.c:76
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004567msgid "Moving inode table"
4568msgstr ""
4569
Theodore Ts'o052a7912008-10-12 23:17:54 -04004570#: resize/main.c:79
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004571msgid "Unknown pass?!?"
4572msgstr ""
4573
Theodore Ts'o052a7912008-10-12 23:17:54 -04004574#: resize/main.c:82
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004575#, c-format
4576msgid "Begin pass %d (max = %lu)\n"
4577msgstr ""
4578
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004579#: resize/main.c:267
Theodore Ts'o6956f612005-12-31 16:46:15 -05004580#, c-format
4581msgid "while opening %s"
4582msgstr ""
4583
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004584#: resize/main.c:279
Theodore Ts'o6956f612005-12-31 16:46:15 -05004585#, c-format
4586msgid "while getting stat information for %s"
4587msgstr ""
4588
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004589#: resize/main.c:340
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004590#, c-format
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004591msgid ""
4592"%s: The combination of flex_bg and\n"
4593"\t!resize_inode features is not supported by resize2fs.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004594msgstr ""
4595
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004596#: resize/main.c:350
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004597#, c-format
4598msgid "Estimated minimum size of the filesystem: %u\n"
4599msgstr ""
4600
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004601#: resize/main.c:386
Theodore Ts'o052a7912008-10-12 23:17:54 -04004602#, c-format
4603msgid "Invalid new size: %s\n"
4604msgstr ""
4605
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004606#: resize/main.c:398
Theodore Ts'o53013932009-05-30 13:50:07 -04004607#, c-format
4608msgid "New size smaller than minimum (%u)\n"
4609msgstr ""
4610
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004611#: resize/main.c:404
Theodore Ts'o714da452007-07-07 22:24:13 -04004612msgid "Invalid stride length"
4613msgstr ""
4614
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004615#: resize/main.c:428
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004616#, c-format
4617msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004618"The containing partition (or device) is only %u (%dk) blocks.\n"
4619"You requested a new size of %u blocks.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004620"\n"
4621msgstr ""
4622
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004623#: resize/main.c:435
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004624#, c-format
4625msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004626"The filesystem is already %u blocks long. Nothing to do!\n"
4627"\n"
4628msgstr ""
4629
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004630#: resize/main.c:446
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004631#, c-format
4632msgid ""
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004633"Please run 'e2fsck -f %s' first.\n"
4634"\n"
4635msgstr ""
4636
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004637#: resize/main.c:457
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004638#, c-format
4639msgid "while trying to resize %s"
4640msgstr ""
4641
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004642#: resize/main.c:462
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004643#, c-format
4644msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004645"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004646"\n"
4647msgstr ""
4648
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004649#: resize/main.c:477
Theodore Ts'o303f4e02009-04-23 22:25:18 -04004650#, c-format
4651msgid "while trying to truncate %s"
4652msgstr ""
4653
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004654#: resize/online.c:37
4655#, c-format
4656msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
4657msgstr ""
4658
4659#: resize/online.c:41
4660#, c-format
4661msgid "On-line shrinking from %u to %u not supported.\n"
4662msgstr ""
4663
4664#: resize/online.c:61
4665msgid "Filesystem does not support online resizing"
4666msgstr ""
4667
4668#: resize/online.c:68
4669#, c-format
4670msgid "while trying to open mountpoint %s"
4671msgstr ""
4672
4673#: resize/online.c:76
4674msgid "Permission denied to resize filesystem"
4675msgstr ""
4676
4677#: resize/online.c:79
4678msgid "Kernel does not support online resizing"
4679msgstr ""
4680
4681#: resize/online.c:82
4682msgid "While checking for on-line resizing support"
4683msgstr ""
4684
Theodore Ts'of6d179f2008-08-29 23:36:08 -04004685#: resize/online.c:111
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004686#, c-format
4687msgid "Performing an on-line resize of %s to %u (%dk) blocks.\n"
4688msgstr ""
4689
Theodore Ts'of6d179f2008-08-29 23:36:08 -04004690#: resize/online.c:121
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004691msgid "While trying to extend the last group"
4692msgstr ""
4693
Theodore Ts'of6d179f2008-08-29 23:36:08 -04004694#: resize/online.c:180
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004695#, c-format
4696msgid "While trying to add group #%d"
4697msgstr ""
4698
Theodore Ts'of6d179f2008-08-29 23:36:08 -04004699#: resize/online.c:191
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004700#, c-format
4701msgid ""
Theodore Ts'oaef07952008-08-27 23:18:29 -04004702"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
Theodore Ts'o60c30e12008-06-18 06:50:34 -04004703"this system.\n"
4704msgstr ""
4705
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004706#: resize/resize2fs.c:345
Theodore Ts'o714da452007-07-07 22:24:13 -04004707#, c-format
4708msgid "inodes (%llu) must be less than %u"
4709msgstr ""
4710
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004711#: resize/resize2fs.c:577
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004712msgid "reserved blocks"
4713msgstr ""
4714
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004715#: resize/resize2fs.c:790
Theodore Ts'obc759702005-05-09 20:40:55 -04004716msgid "meta-data blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004717msgstr ""
4718
Theodore Ts'ofa9e8412009-06-29 01:30:30 -04004719#: resize/resize2fs.c:1747
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004720#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004721msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05004722msgstr ""