blob: 4731802a5e58cec77338bfbec65f98558c86abad [file] [log] [blame]
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001# SOME DESCRIPTIVE TITLE.
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002# Copyright (C) YEAR Theodore Tso
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003# This file is distributed under the same license as the PACKAGE package.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006#. The strings in e2fsck's problem.c can be very hard to translate,
7#. since the strings are expanded in two different ways. First of all,
8#. there is an @-expansion, where strings like "@i" are expanded to
9#. "inode", and so on. In order to make it easier for translators, the
10#. e2fsprogs po template file has been enhanced with comments that show
11#. the @-expansion, for the strings in the problem.c file.
12#.
13#. Translators are free to use the @-expansion facility if they so
14#. choose, by providing translations for strings in e2fsck/message.c.
15#. These translation can completely replace an expansion; for example,
16#. if "bblock" (which indicated that "@b" would be expanded to "block")
17#. is translated as "ddatenverlust", then "@d" will be expanded to
18#. "datenverlust". Alternatively, translators can simply not use the
19#. @-expansion facility at all.
20#.
21#. The second expansion which is done for e2fsck's problem.c messages is
22#. a dynamic %-expansion, which expands %i as an inode number, and so
23#. on. A table of these expansions can be found below. Note that
24#. %-expressions that begin with "%D" and "%I" are two-character
25#. expansions; so for example, "%Iu" expands to the inode's user id
26#. ownership field (inode->i_uid).
27#.
28#. %b <blk> block number
29#. %B <blkcount> integer
30#. %c <blk2> block number
31#. %Di <dirent> -> ino inode number
32#. %Dn <dirent> -> name string
33#. %Dr <dirent> -> rec_len
34#. %Dl <dirent> -> name_len
35#. %Dt <dirent> -> filetype
36#. %d <dir> inode number
37#. %g <group> integer
38#. %i <ino> inode number
39#. %Is <inode> -> i_size
40#. %IS <inode> -> i_extra_isize
41#. %Ib <inode> -> i_blocks
42#. %Il <inode> -> i_links_count
43#. %Im <inode> -> i_mode
44#. %IM <inode> -> i_mtime
45#. %IF <inode> -> i_faddr
46#. %If <inode> -> i_file_acl
47#. %Id <inode> -> i_dir_acl
48#. %Iu <inode> -> i_uid
49#. %Ig <inode> -> i_gid
50#. %j <ino2> inode number
51#. %m <com_err error message>
52#. %N <num>
53#. %p ext2fs_get_pathname of directory <ino>
54#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
55#. the containing directory. (If dirent is NULL
56#. then return the pathname of directory <ino2>)
57#. %q ext2fs_get_pathname of directory <dir>
58#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
59#. the containing directory.
60#. %s <str> miscellaneous string
61#. %S backup superblock
62#. %X <num> hexadecimal format
63#.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +000064#, fuzzy
65msgid ""
66msgstr ""
67"Project-Id-Version: PACKAGE VERSION\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050068"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -050069"POT-Creation-Date: 2006-03-29 15:30-0500\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'o1cbf8282006-03-29 20:39:40 -050077#: e2fsck/badblocks.c:22 misc/mke2fs.c:154
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'o1cbf8282006-03-29 20:39:40 -050091#: e2fsck/unix.c:950 e2fsck/unix.c:986 misc/badblocks.c:1005
Theodore Ts'o7ae19832005-06-19 09:45:36 -040092#: misc/badblocks.c:1013 misc/badblocks.c:1027 misc/badblocks.c:1039
Theodore Ts'o1cbf8282006-03-29 20:39:40 -050093#: misc/dumpe2fs.c:369 misc/e2image.c:567 misc/e2image.c:660
94#: misc/e2image.c:676 misc/mke2fs.c:170 misc/tune2fs.c:776 resize/main.c:243
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'o1cbf8282006-03-29 20:39:40 -0500104#: e2fsck/badblocks.c:93 misc/mke2fs.c:177
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000105msgid "while reading in list of bad blocks from file"
106msgstr ""
107
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500108#: e2fsck/badblocks.c:103
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000109msgid "while updating bad block inode"
110msgstr ""
111
Theodore Ts'o55566e22003-12-26 14:03:39 -0500112#: e2fsck/badblocks.c:129
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000113#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400114msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000115msgstr ""
116
117#: e2fsck/ehandler.c:53
118#, c-format
119msgid "Error reading block %lu (%s) while %s. "
120msgstr ""
121
122#: e2fsck/ehandler.c:56
123#, c-format
124msgid "Error reading block %lu (%s). "
125msgstr ""
126
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500127#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000128msgid "Ignore error"
129msgstr ""
130
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500131#: e2fsck/ehandler.c:60
132msgid "Force rewrite"
133msgstr ""
134
135#: e2fsck/ehandler.c:100
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000136#, c-format
137msgid "Error writing block %lu (%s) while %s. "
138msgstr ""
139
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500140#: e2fsck/ehandler.c:103
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000141#, c-format
142msgid "Error writing block %lu (%s). "
143msgstr ""
144
145#: e2fsck/emptydir.c:56
146msgid "empty dirblocks"
147msgstr ""
148
149#: e2fsck/emptydir.c:61
150msgid "empty dir map"
151msgstr ""
152
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000153#: e2fsck/emptydir.c:97
154#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500155msgid "Empty directory block %u (#%d) in inode %d\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'o1cbf8282006-03-29 20:39:40 -0500188#: e2fsck/iscan.c:83 e2fsck/unix.c:767
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000189#, c-format
190msgid "while opening %s for flushing"
191msgstr ""
192
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500193#: e2fsck/iscan.c:88 e2fsck/unix.c:773 resize/main.c:221
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000194#, c-format
195msgid "while trying to flush %s"
196msgstr ""
197
Theodore Ts'o6956f612005-12-31 16:46:15 -0500198#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:477
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000199msgid "while opening inode scan"
200msgstr ""
201
Theodore Ts'o6956f612005-12-31 16:46:15 -0500202#: e2fsck/iscan.c:129 misc/e2image.c:495
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000203msgid "while getting next inode"
204msgstr ""
205
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400206#: e2fsck/iscan.c:138
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000207#, c-format
208msgid "%d inodes scanned.\n"
209msgstr ""
210
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500211#: e2fsck/journal.c:463
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400212msgid "reading journal superblock\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000213msgstr ""
214
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500215#: e2fsck/journal.c:520
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400216#, c-format
217msgid "%s: no valid journal superblock found\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000218msgstr ""
219
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500220#: e2fsck/journal.c:529
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400221#, c-format
222msgid "%s: journal too short\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000223msgstr ""
224
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500225#: e2fsck/journal.c:802
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400226#, c-format
227msgid "%s: recovering journal\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000228msgstr ""
229
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500230#: e2fsck/journal.c:804
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400231#, c-format
232msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000233msgstr ""
234
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500235#: e2fsck/journal.c:825
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400236#, c-format
237msgid "while trying to re-open %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000238msgstr ""
239
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400240#: e2fsck/message.c:108
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400241msgid "aextended attribute"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000242msgstr ""
243
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400244#: e2fsck/message.c:109
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400245msgid "Aerror allocating"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000246msgstr ""
247
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400248#: e2fsck/message.c:110
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400249msgid "bblock"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000250msgstr ""
251
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400252#: e2fsck/message.c:111
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400253msgid "Bbitmap"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000254msgstr ""
255
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400256#: e2fsck/message.c:112
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400257msgid "ccompress"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000258msgstr ""
259
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400260#: e2fsck/message.c:113
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400261msgid "Cconflicts with some other fs @b"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000262msgstr ""
263
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400264#: e2fsck/message.c:114
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400265msgid "iinode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000266msgstr ""
267
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400268#: e2fsck/message.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400269msgid "Iillegal"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000270msgstr ""
271
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400272#: e2fsck/message.c:116
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400273msgid "jjournal"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000274msgstr ""
275
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400276#: e2fsck/message.c:117
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400277msgid "Ddeleted"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000278msgstr ""
279
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400280#: e2fsck/message.c:118
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400281msgid "ddirectory"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000282msgstr ""
283
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400284#: e2fsck/message.c:119
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400285msgid "eentry"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000286msgstr ""
287
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400288#: e2fsck/message.c:120
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400289msgid "E@e '%Dn' in %p (%i)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000290msgstr ""
291
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400292#: e2fsck/message.c:121
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400293msgid "ffilesystem"
294msgstr ""
295
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400296#: e2fsck/message.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400297msgid "Ffor @i %i (%Q) is"
298msgstr ""
299
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400300#: e2fsck/message.c:123
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400301msgid "ggroup"
302msgstr ""
303
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400304#: e2fsck/message.c:124
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500305msgid "hHTREE @d @i"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400306msgstr ""
307
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400308#: e2fsck/message.c:125
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500309msgid "llost+found"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400310msgstr ""
311
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400312#: e2fsck/message.c:126
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500313msgid "Lis a link"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400314msgstr ""
315
Theodore Ts'obc759702005-05-09 20:40:55 -0400316#: e2fsck/message.c:127
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400317msgid "mmultiply-claimed"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000318msgstr ""
319
Theodore Ts'obc759702005-05-09 20:40:55 -0400320#: e2fsck/message.c:128
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400321msgid "ninvalid"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500322msgstr ""
323
Theodore Ts'obc759702005-05-09 20:40:55 -0400324#: e2fsck/message.c:129
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400325msgid "oorphaned"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500326msgstr ""
327
Theodore Ts'obc759702005-05-09 20:40:55 -0400328#: e2fsck/message.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400329msgid "pproblem in"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500330msgstr ""
331
Theodore Ts'obc759702005-05-09 20:40:55 -0400332#: e2fsck/message.c:131
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400333msgid "rroot @i"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500334msgstr ""
335
Theodore Ts'obc759702005-05-09 20:40:55 -0400336#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400337msgid "sshould be"
338msgstr ""
339
340#: e2fsck/message.c:133
341msgid "Ssuper@b"
342msgstr ""
343
344#: e2fsck/message.c:134
345msgid "uunattached"
346msgstr ""
347
348#: e2fsck/message.c:135
349msgid "vdevice"
350msgstr ""
351
352#: e2fsck/message.c:136
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400353msgid "zzero-length"
354msgstr ""
355
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400356#: e2fsck/message.c:147
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000357msgid "<The NULL inode>"
358msgstr ""
359
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400360#: e2fsck/message.c:148
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000361msgid "<The bad blocks inode>"
362msgstr ""
363
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400364#: e2fsck/message.c:150
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000365msgid "<The ACL index inode>"
366msgstr ""
367
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400368#: e2fsck/message.c:151
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000369msgid "<The ACL data inode>"
370msgstr ""
371
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400372#: e2fsck/message.c:152
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000373msgid "<The boot loader inode>"
374msgstr ""
375
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400376#: e2fsck/message.c:153
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000377msgid "<The undelete directory inode>"
378msgstr ""
379
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400380#: e2fsck/message.c:154
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400381msgid "<The group descriptor inode>"
382msgstr ""
383
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400384#: e2fsck/message.c:155
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400385msgid "<The journal inode>"
386msgstr ""
387
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400388#: e2fsck/message.c:156
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400389msgid "<Reserved inode 9>"
390msgstr ""
391
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400392#: e2fsck/message.c:157
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400393msgid "<Reserved inode 10>"
394msgstr ""
395
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500396#: e2fsck/pass1b.c:209
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000397msgid "multiply claimed inode map"
398msgstr ""
399
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500400#: e2fsck/pass1b.c:558 e2fsck/pass1b.c:695
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000401#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500402msgid "internal error; can't find dup_blk for %u\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000403msgstr ""
404
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500405#: e2fsck/pass1b.c:738
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000406msgid "returned from clone_file_block"
407msgstr ""
408
Theodore Ts'obc759702005-05-09 20:40:55 -0400409#: e2fsck/pass1.c:430
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000410msgid "in-use inode map"
411msgstr ""
412
Theodore Ts'obc759702005-05-09 20:40:55 -0400413#: e2fsck/pass1.c:439
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000414msgid "directory inode map"
415msgstr ""
416
Theodore Ts'obc759702005-05-09 20:40:55 -0400417#: e2fsck/pass1.c:447
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000418msgid "regular file inode map"
419msgstr ""
420
Theodore Ts'obc759702005-05-09 20:40:55 -0400421#: e2fsck/pass1.c:454
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000422msgid "in-use block map"
423msgstr ""
424
Theodore Ts'obc759702005-05-09 20:40:55 -0400425#: e2fsck/pass1.c:505
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000426msgid "doing inode scan"
427msgstr ""
428
Theodore Ts'obc759702005-05-09 20:40:55 -0400429#: e2fsck/pass1.c:917
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000430msgid "Pass 1"
431msgstr ""
432
Theodore Ts'obc759702005-05-09 20:40:55 -0400433#: e2fsck/pass1.c:976
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000434#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400435msgid "reading indirect blocks of inode %u"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000436msgstr ""
437
Theodore Ts'obc759702005-05-09 20:40:55 -0400438#: e2fsck/pass1.c:1018
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000439msgid "bad inode map"
440msgstr ""
441
Theodore Ts'obc759702005-05-09 20:40:55 -0400442#: e2fsck/pass1.c:1040
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000443msgid "inode in bad block map"
444msgstr ""
445
Theodore Ts'obc759702005-05-09 20:40:55 -0400446#: e2fsck/pass1.c:1060
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000447msgid "imagic inode map"
448msgstr ""
449
Theodore Ts'obc759702005-05-09 20:40:55 -0400450#: e2fsck/pass1.c:1087
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000451msgid "multiply claimed block map"
452msgstr ""
453
Theodore Ts'obc759702005-05-09 20:40:55 -0400454#: e2fsck/pass1.c:1186
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400455msgid "ext attr block map"
456msgstr ""
457
Theodore Ts'obc759702005-05-09 20:40:55 -0400458#: e2fsck/pass1.c:1959
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000459msgid "block bitmap"
460msgstr ""
461
Theodore Ts'obc759702005-05-09 20:40:55 -0400462#: e2fsck/pass1.c:1963
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000463msgid "inode bitmap"
464msgstr ""
465
Theodore Ts'obc759702005-05-09 20:40:55 -0400466#: e2fsck/pass1.c:1967
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000467msgid "inode table"
468msgstr ""
469
Theodore Ts'obc759702005-05-09 20:40:55 -0400470#: e2fsck/pass2.c:287
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500471msgid "Pass 2"
472msgstr ""
473
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400474#: e2fsck/pass3.c:79
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000475msgid "inode done bitmap"
476msgstr ""
477
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400478#: e2fsck/pass3.c:90
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000479msgid "Peak memory"
480msgstr ""
481
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400482#: e2fsck/pass3.c:143
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000483msgid "Pass 3"
484msgstr ""
485
Theodore Ts'o55566e22003-12-26 14:03:39 -0500486#: e2fsck/pass3.c:334
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000487msgid "inode loop detection bitmap"
488msgstr ""
489
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500490#: e2fsck/pass4.c:174
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000491msgid "Pass 4"
492msgstr ""
493
494#: e2fsck/pass5.c:70
495msgid "Pass 5"
496msgstr ""
497
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500498#: e2fsck/problem.c:50
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000499msgid "(no prompt)"
500msgstr ""
501
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500502#: e2fsck/problem.c:51
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000503msgid "Fix"
504msgstr ""
505
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500506#: e2fsck/problem.c:52
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000507msgid "Clear"
508msgstr ""
509
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500510#: e2fsck/problem.c:53
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000511msgid "Relocate"
512msgstr ""
513
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500514#: e2fsck/problem.c:54
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000515msgid "Allocate"
516msgstr ""
517
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500518#: e2fsck/problem.c:55
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000519msgid "Expand"
520msgstr ""
521
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500522#: e2fsck/problem.c:56
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000523msgid "Connect to /lost+found"
524msgstr ""
525
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500526#: e2fsck/problem.c:57
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000527msgid "Create"
528msgstr ""
529
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500530#: e2fsck/problem.c:58
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000531msgid "Salvage"
532msgstr ""
533
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500534#: e2fsck/problem.c:59
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000535msgid "Truncate"
536msgstr ""
537
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500538#: e2fsck/problem.c:60
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000539msgid "Clear inode"
540msgstr ""
541
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500542#: e2fsck/problem.c:61
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000543msgid "Abort"
544msgstr ""
545
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500546#: e2fsck/problem.c:62
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000547msgid "Split"
548msgstr ""
549
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500550#: e2fsck/problem.c:63
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000551msgid "Continue"
552msgstr ""
553
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500554#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400555msgid "Clone multiply-claimed blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000556msgstr ""
557
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500558#: e2fsck/problem.c:65
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000559msgid "Delete file"
560msgstr ""
561
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500562#: e2fsck/problem.c:66
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000563msgid "Suppress messages"
564msgstr ""
565
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500566#: e2fsck/problem.c:67
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000567msgid "Unlink"
568msgstr ""
569
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500570#: e2fsck/problem.c:68
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500571msgid "Clear HTree index"
572msgstr ""
573
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500574#: e2fsck/problem.c:69
575msgid "Recreate"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000576msgstr ""
577
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500578#: e2fsck/problem.c:78
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500579msgid "(NONE)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000580msgstr ""
581
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500582#: e2fsck/problem.c:79
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500583msgid "FIXED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000584msgstr ""
585
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500586#: e2fsck/problem.c:80
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500587msgid "CLEARED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000588msgstr ""
589
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500590#: e2fsck/problem.c:81
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500591msgid "RELOCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000592msgstr ""
593
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500594#: e2fsck/problem.c:82
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500595msgid "ALLOCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000596msgstr ""
597
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500598#: e2fsck/problem.c:83
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500599msgid "EXPANDED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000600msgstr ""
601
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500602#: e2fsck/problem.c:84
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500603msgid "RECONNECTED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000604msgstr ""
605
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500606#: e2fsck/problem.c:85
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500607msgid "CREATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000608msgstr ""
609
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500610#: e2fsck/problem.c:86
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500611msgid "SALVAGED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000612msgstr ""
613
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500614#: e2fsck/problem.c:87
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500615msgid "TRUNCATED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000616msgstr ""
617
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500618#: e2fsck/problem.c:88
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500619msgid "INODE CLEARED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000620msgstr ""
621
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500622#: e2fsck/problem.c:89
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500623msgid "ABORTED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000624msgstr ""
625
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500626#: e2fsck/problem.c:90
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500627msgid "SPLIT"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000628msgstr ""
629
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500630#: e2fsck/problem.c:91
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500631msgid "CONTINUING"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000632msgstr ""
633
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500634#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400635msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000636msgstr ""
637
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500638#: e2fsck/problem.c:93
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500639msgid "FILE DELETED"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000640msgstr ""
641
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500642#: e2fsck/problem.c:94
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500643msgid "SUPPRESSED"
644msgstr ""
645
646#: e2fsck/problem.c:95
647msgid "UNLINKED"
648msgstr ""
649
650#: e2fsck/problem.c:96
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500651msgid "HTREE INDEX CLEARED"
652msgstr ""
653
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500654#: e2fsck/problem.c:97
655msgid "WILL RECREATE"
656msgstr ""
657
658#: e2fsck/problem.c:106
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400659#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000660msgid "@b @B for @g %g is not in @g. (@b %b)\n"
661msgstr ""
662
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500663#: e2fsck/problem.c:110
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400664#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000665msgid "@i @B for @g %g is not in @g. (@b %b)\n"
666msgstr ""
667
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500668#: e2fsck/problem.c:115
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400669#. @-expanded: inode table for group %g is not in group. (block %b)\n
670#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000671msgid ""
672"@i table for @g %g is not in @g. (@b %b)\n"
673"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
674msgstr ""
675
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500676#: e2fsck/problem.c:121
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500677#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400678#. @-expanded: \n
679#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
680#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
681#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
682#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
683#. @-expanded: e2fsck -b %S <device>\n
684#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000685msgid ""
686"\n"
687"The @S could not be read or does not describe a correct ext2\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400688"@f. If the @v is valid and it really contains an ext2\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000689"@f (and not swap or ufs or something else), then the @S\n"
690"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400691" e2fsck -b %S <@v>\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000692"\n"
693msgstr ""
694
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500695#: e2fsck/problem.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400696#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
697#. @-expanded: The physical size of the device is %c blocks\n
698#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000699msgid ""
700"The @f size (according to the @S) is %b @bs\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400701"The physical size of the @v is %c @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000702"Either the @S or the partition table is likely to be corrupt!\n"
703msgstr ""
704
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500705#: e2fsck/problem.c:137
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400706#. @-expanded: superblock block_size = %b, fragsize = %c.\n
707#. @-expanded: This version of e2fsck does not support fragment sizes different\n
708#. @-expanded: from the block size.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000709msgid ""
710"@S @b_size = %b, fragsize = %c.\n"
711"This version of e2fsck does not support fragment sizes different\n"
712"from the @b size.\n"
713msgstr ""
714
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500715#: e2fsck/problem.c:144
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400716#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000717msgid "@S @bs_per_group = %b, should have been %c\n"
718msgstr ""
719
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500720#: e2fsck/problem.c:149
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400721#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000722msgid "@S first_data_@b = %b, should have been %c\n"
723msgstr ""
724
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500725#: e2fsck/problem.c:154
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400726#. @-expanded: filesystem did not have a UUID; generating one.\n
727#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000728msgid ""
729"@f did not have a UUID; generating one.\n"
730"\n"
731msgstr ""
732
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500733#: e2fsck/problem.c:159
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500734#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000735msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400736"Note: if several inode or block bitmap blocks or part\n"
737"of the inode table require relocation, you may wish to try\n"
738"running e2fsck with the '-b %S' option first. The problem\n"
739"may lie only with the primary block group descriptors, and\n"
740"the backup block group descriptors may be OK.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000741"\n"
742msgstr ""
743
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400744#: e2fsck/problem.c:168
745#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000746msgid "Corruption found in @S. (%s = %N).\n"
747msgstr ""
748
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400749#: e2fsck/problem.c:173
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000750#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400751#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400752msgid "Error determining size of the physical @v: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000753msgstr ""
754
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400755#: e2fsck/problem.c:178
756#. @-expanded: inode count in superblock is %i, should be %j.\n
757msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000758msgstr ""
759
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400760#: e2fsck/problem.c:182
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000761msgid "The Hurd does not support the filetype feature.\n"
762msgstr ""
763
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400764#: e2fsck/problem.c:187
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400765#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400766#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
767msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400768msgstr ""
769
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400770#: e2fsck/problem.c:192
771#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400772msgid "External @j has multiple @f users (unsupported).\n"
773msgstr ""
774
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400775#: e2fsck/problem.c:197
776#. @-expanded: Can't find external journal\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400777msgid "Can't find external @j\n"
778msgstr ""
779
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400780#: e2fsck/problem.c:202
781#. @-expanded: External journal has bad superblock\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400782msgid "External @j has bad @S\n"
783msgstr ""
784
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400785#: e2fsck/problem.c:207
786#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400787msgid "External @j does not support this @f\n"
788msgstr ""
789
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400790#: e2fsck/problem.c:212
791#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
792#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
793#. @-expanded: format.\n
794#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400795msgid ""
796"Ext3 @j @S is unknown type %N (unsupported).\n"
797"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
798"format.\n"
799"It is also possible the @j @S is corrupt.\n"
800msgstr ""
801
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400802#: e2fsck/problem.c:220
803#. @-expanded: Ext3 journal superblock is corrupt.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400804msgid "Ext3 @j @S is corrupt.\n"
805msgstr ""
806
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400807#: e2fsck/problem.c:225
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400808#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400809#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500810msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400811msgstr ""
812
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400813#: e2fsck/problem.c:230
814#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400815msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
816msgstr ""
817
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400818#: e2fsck/problem.c:235
819#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
820msgid "ext3 recovery flag is clear, but @j has data.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400821msgstr ""
822
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400823#: e2fsck/problem.c:240
824#. @-expanded: Clear journal
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500825msgid "Clear @j"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400826msgstr ""
827
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400828#: e2fsck/problem.c:245
829#. @-expanded: Run journal anyway
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500830msgid "Run @j anyway"
831msgstr ""
832
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400833#: e2fsck/problem.c:250
834#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500835msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
836msgstr ""
837
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400838#: e2fsck/problem.c:255
839#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400840msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
841msgstr ""
842
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400843#: e2fsck/problem.c:260
844#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400845msgid "@I @b #%B (%b) found in @o @i %i.\n"
846msgstr ""
847
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400848#: e2fsck/problem.c:265
849#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400850msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
851msgstr ""
852
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400853#: e2fsck/problem.c:270
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400854#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400855#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400856msgid "@I @o @i %i in @S.\n"
857msgstr ""
858
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400859#: e2fsck/problem.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400860#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400861#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400862msgid "@I @i %i in @o @i list.\n"
863msgstr ""
864
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500865#: e2fsck/problem.c:280 e2fsck/problem.c:608
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400866#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
867msgid "@f has feature flag(s) set, but is a revision 0 @f. "
868msgstr ""
869
870#: e2fsck/problem.c:285
871#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400872msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
873msgstr ""
874
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400875#: e2fsck/problem.c:290
876#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400877msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
878msgstr ""
879
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400880#: e2fsck/problem.c:295
881#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400882msgid "@j version not supported by this e2fsck.\n"
883msgstr ""
884
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400885#: e2fsck/problem.c:300
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400886#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400887#. @-expanded: Moving journal from /%s to hidden inode.\n
888#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400889msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400890"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400891"\n"
892msgstr ""
893
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400894#: e2fsck/problem.c:305
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400895#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400896#. @-expanded: Error moving journal: %m\n
897#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400898msgid ""
899"Error moving @j: %m\n"
900"\n"
901msgstr ""
902
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400903#: e2fsck/problem.c:310
904#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
905#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
906#. @-expanded: \n
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400907msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400908"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400909"Clearing fields beyond the V1 @j @S...\n"
910"\n"
911msgstr ""
912
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400913#: e2fsck/problem.c:316
914#. @-expanded: Backing up journal inode block information.\n
915#. @-expanded: \n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400916msgid ""
917"Backing up @j @i @b information.\n"
918"\n"
919msgstr ""
920
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400921#: e2fsck/problem.c:321
922#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
923#. @-expanded: is %N; should be zero.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500924msgid ""
925"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
926"is %N; @s zero. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000927msgstr ""
928
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400929#: e2fsck/problem.c:327
930#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
931msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000932msgstr ""
933
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400934#: e2fsck/problem.c:332
935#. @-expanded: Resize inode not valid.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500936msgid "Resize @i not valid. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000937msgstr ""
938
Theodore Ts'o6956f612005-12-31 16:46:15 -0500939#: e2fsck/problem.c:337
940#. @-expanded: superblock last mount time is in the future.
941msgid "@S last mount time is in the future. "
942msgstr ""
943
944#: e2fsck/problem.c:342
945#. @-expanded: superblock last write time is in the future.
946msgid "@S last write time is in the future. "
947msgstr ""
948
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500949#: e2fsck/problem.c:346
950#, c-format
951#. @-expanded: superblock hint for external superblock should be %X.
952msgid "@S hint for external superblock @s %X. "
953msgstr ""
954
955#: e2fsck/problem.c:353
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400956#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500957msgid "Pass 1: Checking @is, @bs, and sizes\n"
958msgstr ""
959
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500960#: e2fsck/problem.c:357
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400961#. @-expanded: root inode is not a directory.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500962msgid "@r is not a @d. "
963msgstr ""
964
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500965#: e2fsck/problem.c:362
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400966#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500967msgid "@r has dtime set (probably due to old mke2fs). "
968msgstr ""
969
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500970#: e2fsck/problem.c:367
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400971#. @-expanded: Reserved inode %i (%Q) has invalid mode.
972msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o1df33aa2005-01-11 14:05:18 -0500973msgstr ""
974
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500975#: e2fsck/problem.c:372
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000976#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400977#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400978msgid "@D @i %i has zero dtime. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000979msgstr ""
980
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500981#: e2fsck/problem.c:377
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000982#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400983#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400984msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000985msgstr ""
986
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500987#: e2fsck/problem.c:382
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400988#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400989#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400990msgid "@i %i is a @z @d. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000991msgstr ""
992
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500993#: e2fsck/problem.c:387
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400994#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400995msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +0000996msgstr ""
997
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500998#: e2fsck/problem.c:392
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400999#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001000msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001001msgstr ""
1002
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001003#: e2fsck/problem.c:397
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001004#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001005msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001006msgstr ""
1007
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001008#: e2fsck/problem.c:402
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001009#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001010msgid "@g %g's @b @B (%b) is bad. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001011msgstr ""
1012
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001013#: e2fsck/problem.c:407
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001014#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001015msgid "@g %g's @i @B (%b) is bad. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001016msgstr ""
1017
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001018#: e2fsck/problem.c:412
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001019#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001020msgid "@i %i, i_size is %Is, @s %N. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001021msgstr ""
1022
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001023#: e2fsck/problem.c:417
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001024#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001025msgid "@i %i, i_@bs is %Ib, @s %N. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001026msgstr ""
1027
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001028#: e2fsck/problem.c:422
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001029#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001030msgid "@I @b #%B (%b) in @i %i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001031msgstr ""
1032
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001033#: e2fsck/problem.c:427
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001034#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001035msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001036msgstr ""
1037
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001038#: e2fsck/problem.c:432
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001039#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001040#. @-expanded: inode %i has illegal block(s).
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001041msgid "@i %i has illegal @b(s). "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001042msgstr ""
1043
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001044#: e2fsck/problem.c:437
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001045#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001046#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001047msgid "Too many illegal @bs in @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001048msgstr ""
1049
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001050#: e2fsck/problem.c:442
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001051#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001052msgid "@I @b #%B (%b) in bad @b @i. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001053msgstr ""
1054
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001055#: e2fsck/problem.c:447
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001056#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001057msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001058msgstr ""
1059
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001060#: e2fsck/problem.c:452
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001061#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001062msgid "Duplicate or bad @b in use!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001063msgstr ""
1064
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001065#: e2fsck/problem.c:457
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001066#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001067msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001068msgstr ""
1069
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001070#: e2fsck/problem.c:462
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001071#. @-expanded: \n
1072#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1073#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1074#. @-expanded: in the filesystem.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001075msgid ""
1076"\n"
Theodore Ts'o55566e22003-12-26 14:03:39 -05001077"The bad @b @i has probably been corrupted. You probably\n"
1078"should stop now and run e2fsck -c to scan for bad blocks\n"
1079"in the @f.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001080msgstr ""
1081
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001082#: e2fsck/problem.c:469
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001083#. @-expanded: \n
1084#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001085msgid ""
1086"\n"
1087"If the @b is really bad, the @f can not be fixed.\n"
1088msgstr ""
1089
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001090#: e2fsck/problem.c:474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001091#. @-expanded: You can remove this block from the bad block list and hope\n
1092#. @-expanded: that the block is really OK. But there are no guarantees.\n
1093#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001094msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001095"You can remove this @b from the bad @b list and hope\n"
1096"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001097"\n"
1098msgstr ""
1099
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001100#: e2fsck/problem.c:480
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001101#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001102msgid "The primary @S (%b) is on the bad @b list.\n"
1103msgstr ""
1104
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001105#: e2fsck/problem.c:485
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001106#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001107msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1108msgstr ""
1109
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001110#: e2fsck/problem.c:491
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001111#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001112msgid "Warning: Group %g's @S (%b) is bad.\n"
1113msgstr ""
1114
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001115#: e2fsck/problem.c:496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001116#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001117msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1118msgstr ""
1119
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001120#: e2fsck/problem.c:502
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001121#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001122msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1123msgstr ""
1124
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001125#: e2fsck/problem.c:508
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001126#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001127msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001128msgstr ""
1129
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001130#: e2fsck/problem.c:513
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001131#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001132#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001133msgid "@A @b buffer for relocating %s\n"
1134msgstr ""
1135
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001136#: e2fsck/problem.c:518
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001137#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001138msgid "Relocating @g %g's %s from %b to %c...\n"
1139msgstr ""
1140
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001141#: e2fsck/problem.c:523
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001142#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001143#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001144msgid "Relocating @g %g's %s to %c...\n"
1145msgstr ""
1146
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001147#: e2fsck/problem.c:528
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001148#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001149msgid "Warning: could not read @b %b of %s: %m\n"
1150msgstr ""
1151
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001152#: e2fsck/problem.c:533
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001153#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001154msgid "Warning: could not write @b %b for %s: %m\n"
1155msgstr ""
1156
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001157#: e2fsck/problem.c:538 e2fsck/problem.c:1265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001158#. @-expanded: error allocating inode bitmap (%N): %m\n
1159msgid "@A @i @B (%N): %m\n"
1160msgstr ""
1161
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001162#: e2fsck/problem.c:543
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001163#. @-expanded: error allocating block bitmap (%N): %m\n
1164msgid "@A @b @B (%N): %m\n"
1165msgstr ""
1166
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001167#: e2fsck/problem.c:548
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001168#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001169#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001170msgid "@A icount link information: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001171msgstr ""
1172
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001173#: e2fsck/problem.c:553
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001174#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001175#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001176msgid "@A @d @b array: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001177msgstr ""
1178
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001179#: e2fsck/problem.c:558
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001180#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001181#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001182msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001183msgstr ""
1184
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001185#: e2fsck/problem.c:563
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001186#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001187#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001188msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001189msgstr ""
1190
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001191#: e2fsck/problem.c:568
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001192#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001193msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1194msgstr ""
1195
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001196#: e2fsck/problem.c:573
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001197#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001198msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001199msgstr ""
1200
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001201#: e2fsck/problem.c:579
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001202#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001203#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001204msgid "Error reading @i %i: %m\n"
1205msgstr ""
1206
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001207#: e2fsck/problem.c:587
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001208#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001209#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001210msgid "@i %i has imagic flag set. "
1211msgstr ""
1212
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001213#: e2fsck/problem.c:592
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001214#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001215#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1216#. @-expanded: or append-only flag set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001217msgid ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001218"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1219"or append-only flag set. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001220msgstr ""
1221
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001222#: e2fsck/problem.c:598
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001223#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001224#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001225msgid "@i %i has @cion flag set on @f without @cion support. "
1226msgstr ""
1227
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001228#: e2fsck/problem.c:603
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001229#, c-format
1230#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1231msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1232msgstr ""
1233
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001234#: e2fsck/problem.c:613
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001235#. @-expanded: journal inode is not in use, but contains data.
1236msgid "@j @i is not in use, but contains data. "
1237msgstr ""
1238
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001239#: e2fsck/problem.c:618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001240#. @-expanded: journal is not regular file.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001241msgid "@j is not regular file. "
1242msgstr ""
1243
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001244#: e2fsck/problem.c:623
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001245#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001246#. @-expanded: inode %i was part of the orphaned inode list.
1247msgid "@i %i was part of the @o @i list. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001248msgstr ""
1249
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001250#: e2fsck/problem.c:629
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001251#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001252msgid "@is that were part of a corrupted orphan linked list found. "
1253msgstr ""
1254
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001255#: e2fsck/problem.c:634
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001256#. @-expanded: error allocating refcount structure (%N): %m\n
1257msgid "@A refcount structure (%N): %m\n"
1258msgstr ""
1259
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001260#: e2fsck/problem.c:639
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001261#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001262msgid "Error reading @a @b %b for @i %i. "
1263msgstr ""
1264
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001265#: e2fsck/problem.c:644
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001266#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001267msgid "@i %i has a bad @a @b %b. "
1268msgstr ""
1269
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001270#: e2fsck/problem.c:649
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001271#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001272msgid "Error reading @a @b %b (%m). "
1273msgstr ""
1274
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001275#: e2fsck/problem.c:654
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001276#. @-expanded: extended attribute block %b has reference count %B, should be %N.
1277msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001278msgstr ""
1279
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001280#: e2fsck/problem.c:659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001281#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001282msgid "Error writing @a @b %b (%m). "
1283msgstr ""
1284
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001285#: e2fsck/problem.c:664
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001286#. @-expanded: extended attribute block %b has h_blocks > 1.
1287msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001288msgstr ""
1289
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001290#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001291#. @-expanded: error allocating extended attribute block %b.
1292msgid "@A @a @b %b. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001293msgstr ""
1294
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001295#: e2fsck/problem.c:674
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001296#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001297msgid "@a @b %b is corrupt (allocation collision). "
1298msgstr ""
1299
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001300#: e2fsck/problem.c:679
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001301#. @-expanded: extended attribute block %b is corrupt (invalid name).
1302msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001303msgstr ""
1304
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001305#: e2fsck/problem.c:684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001306#. @-expanded: extended attribute block %b is corrupt (invalid value).
1307msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001308msgstr ""
1309
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001310#: e2fsck/problem.c:689
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001311#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001312#. @-expanded: inode %i is too big.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001313msgid "@i %i is too big. "
1314msgstr ""
1315
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001316#: e2fsck/problem.c:693
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001317#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001318msgid "@b #%B (%b) causes @d to be too big. "
1319msgstr ""
1320
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001321#: e2fsck/problem.c:698
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001322#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001323msgid "@b #%B (%b) causes file to be too big. "
1324msgstr ""
1325
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001326#: e2fsck/problem.c:703
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001327#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001328msgid "@b #%B (%b) causes symlink to be too big. "
1329msgstr ""
1330
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001331#: e2fsck/problem.c:708
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001332#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001333#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001334msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001335msgstr ""
1336
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001337#: e2fsck/problem.c:713
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001338#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001339#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001340msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001341msgstr ""
1342
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001343#: e2fsck/problem.c:718
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001344#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001345#. @-expanded: HTREE directory inode %i has an invalid root node.\n
1346msgid "@h %i has an @n root node.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001347msgstr ""
1348
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001349#: e2fsck/problem.c:723
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001350#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001351msgid "@h %i has an unsupported hash version (%N)\n"
1352msgstr ""
1353
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001354#: e2fsck/problem.c:728
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001355#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001356#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001357msgid "@h %i uses an incompatible htree root node flag.\n"
1358msgstr ""
1359
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001360#: e2fsck/problem.c:733
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001361#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001362msgid "@h %i has a tree depth (%N) which is too big\n"
1363msgstr ""
1364
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001365#: e2fsck/problem.c:738
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001366#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1367#. @-expanded: filesystem metadata.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001368msgid ""
1369"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1370"@f metadata. "
1371msgstr ""
1372
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001373#: e2fsck/problem.c:744
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001374#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001375#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05001376msgid "Resize @i (re)creation failed: %m."
1377msgstr ""
1378
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001379#: e2fsck/problem.c:749
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001380#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1381msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001382msgstr ""
1383
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001384#: e2fsck/problem.c:754
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001385#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1386msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001387msgstr ""
1388
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001389#: e2fsck/problem.c:759
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001390#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1391msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001392msgstr ""
1393
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001394#: e2fsck/problem.c:764
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001395#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1396msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001397msgstr ""
1398
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001399#: e2fsck/problem.c:769
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001400#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1401msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001402msgstr ""
1403
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001404#: e2fsck/problem.c:774
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001405#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
1406msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001407msgstr ""
1408
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001409#: e2fsck/problem.c:781
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001410#. @-expanded: \n
1411#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1412#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001413msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001414"\n"
1415"Running additional passes to resolve @bs claimed by more than one @i...\n"
1416"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001417msgstr ""
1418
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001419#: e2fsck/problem.c:787
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001420#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001421#. @-expanded: multiply-claimed block(s) in inode %i:
1422msgid "@m @b(s) in @i %i:"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001423msgstr ""
1424
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001425#: e2fsck/problem.c:802
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001426#, c-format
1427msgid "Error while scanning inodes (%i): %m\n"
1428msgstr ""
1429
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001430#: e2fsck/problem.c:807
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001431#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001432#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1433msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001434msgstr ""
1435
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001436#: e2fsck/problem.c:812
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001437#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001438#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001439msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1440msgstr ""
1441
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001442#: e2fsck/problem.c:817 e2fsck/problem.c:1133
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001443#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1444msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001445msgstr ""
1446
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001447#: e2fsck/problem.c:823
Theodore Ts'o6956f612005-12-31 16:46:15 -05001448#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1449msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001450msgstr ""
1451
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001452#: e2fsck/problem.c:829
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001453#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1454msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001455msgstr ""
1456
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001457#: e2fsck/problem.c:834
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001458#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1459#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001460msgid ""
1461"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001462" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001463msgstr ""
1464
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001465#: e2fsck/problem.c:840
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001466#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001467msgid "\t%Q (@i #%i, mod time %IM)\n"
1468msgstr ""
1469
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001470#: e2fsck/problem.c:845
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001471#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001472msgid "\t<@f metadata>\n"
1473msgstr ""
1474
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001475#: e2fsck/problem.c:850
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1477#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001478msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001479"(There are %N @is containing @m @bs.)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001480"\n"
1481msgstr ""
1482
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001483#: e2fsck/problem.c:855
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001484#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1485#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001486msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001487"@m @bs already reassigned or cloned.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001488"\n"
1489msgstr ""
1490
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001491#: e2fsck/problem.c:868
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001492#, c-format
1493msgid "Couldn't clone file: %m\n"
1494msgstr ""
1495
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001496#: e2fsck/problem.c:874
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001497#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001498msgid "Pass 2: Checking @d structure\n"
1499msgstr ""
1500
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001501#: e2fsck/problem.c:879
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001502#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001503#. @-expanded: invalid inode number for '.' in directory inode %i.\n
1504msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001505msgstr ""
1506
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001507#: e2fsck/problem.c:884
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001508#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1509msgid "@E has @n @i #: %Di.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001510msgstr ""
1511
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001512#: e2fsck/problem.c:889
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001513#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001514msgid "@E has @D/unused @i %Di. "
1515msgstr ""
1516
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001517#: e2fsck/problem.c:894
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001518#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001519msgid "@E @L to '.' "
1520msgstr ""
1521
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001522#: e2fsck/problem.c:899
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001523#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001524msgid "@E points to @i (%Di) located in a bad @b.\n"
1525msgstr ""
1526
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001527#: e2fsck/problem.c:904
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001528#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001529msgid "@E @L to @d %P (%Di).\n"
1530msgstr ""
1531
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001532#: e2fsck/problem.c:909
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001533#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001534msgid "@E @L to the @r.\n"
1535msgstr ""
1536
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001537#: e2fsck/problem.c:914
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001538#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001539msgid "@E has illegal characters in its name.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001540msgstr ""
1541
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001542#: e2fsck/problem.c:919
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001543#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001544#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001545msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001546msgstr ""
1547
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001548#: e2fsck/problem.c:924
Theodore Ts'o55566e22003-12-26 14:03:39 -05001549#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001550#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001551msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001552msgstr ""
1553
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001554#: e2fsck/problem.c:929
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001555#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1556msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001557msgstr ""
1558
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001559#: e2fsck/problem.c:934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001560#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1561msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001562msgstr ""
1563
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001564#: e2fsck/problem.c:939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001565#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001566msgid "i_faddr @F %IF, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001567msgstr ""
1568
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001569#: e2fsck/problem.c:944
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001570#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001571msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001572msgstr ""
1573
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001574#: e2fsck/problem.c:949
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001575#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001576msgid "i_dir_acl @F %Id, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001577msgstr ""
1578
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001579#: e2fsck/problem.c:954
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001580#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001581msgid "i_frag @F %N, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001582msgstr ""
1583
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001584#: e2fsck/problem.c:959
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001585#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001586msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001587msgstr ""
1588
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001589#: e2fsck/problem.c:964
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001590#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1591msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001592msgstr ""
1593
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001594#: e2fsck/problem.c:969
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001595#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001596msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001597msgstr ""
1598
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001599#: e2fsck/problem.c:974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001600#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001601msgid "@d @i %i, @b %B, offset %N: filename too long\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001602msgstr ""
1603
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001604#: e2fsck/problem.c:979
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001605#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001606msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001607msgstr ""
1608
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001609#: e2fsck/problem.c:984
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001610#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001611#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001612msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001613msgstr ""
1614
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001615#: e2fsck/problem.c:989
Theodore Ts'o55566e22003-12-26 14:03:39 -05001616#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001617#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001618msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001619msgstr ""
1620
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001621#: e2fsck/problem.c:994
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001622#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001623msgid "@i %i (%Q) is an @I character @v.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001624msgstr ""
1625
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001626#: e2fsck/problem.c:999
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001627#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001628msgid "@i %i (%Q) is an @I @b @v.\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001629msgstr ""
1630
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001631#: e2fsck/problem.c:1004
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001632#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001633msgid "@E is duplicate '.' @e.\n"
1634msgstr ""
1635
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001636#: e2fsck/problem.c:1009
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001637#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001638msgid "@E is duplicate '..' @e.\n"
1639msgstr ""
1640
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001641#: e2fsck/problem.c:1014 e2fsck/problem.c:1290
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001642#, c-format
1643msgid "Internal error: couldn't find dir_info for %i.\n"
1644msgstr ""
1645
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001646#: e2fsck/problem.c:1019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001647#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1648msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001649msgstr ""
1650
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001651#: e2fsck/problem.c:1024
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001652#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001653#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001654msgid "@A icount structure: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001655msgstr ""
1656
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001657#: e2fsck/problem.c:1029
Theodore Ts'o55566e22003-12-26 14:03:39 -05001658#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001659#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001660msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001661msgstr ""
1662
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001663#: e2fsck/problem.c:1034
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001664#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001665msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001666msgstr ""
1667
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001668#: e2fsck/problem.c:1039
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001669#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001670msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001671msgstr ""
1672
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001673#: e2fsck/problem.c:1044
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001674#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001675#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001676msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001677msgstr ""
1678
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001679#: e2fsck/problem.c:1049
Theodore Ts'o55566e22003-12-26 14:03:39 -05001680#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001681#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001682msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001683msgstr ""
1684
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001685#: e2fsck/problem.c:1054
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001686#. @-expanded: directory entry for '.' is big.
Theodore Ts'o55566e22003-12-26 14:03:39 -05001687msgid "@d @e for '.' is big. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001688msgstr ""
1689
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001690#: e2fsck/problem.c:1059
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001691#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001692msgid "@i %i (%Q) is an @I FIFO.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001693msgstr ""
1694
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001695#: e2fsck/problem.c:1064
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001696#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001697msgid "@i %i (%Q) is an @I socket.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001698msgstr ""
1699
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001700#: e2fsck/problem.c:1069
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001701#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001702msgid "Setting filetype for @E to %N.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001703msgstr ""
1704
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001705#: e2fsck/problem.c:1074
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001706#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
1707msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001708msgstr ""
1709
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001710#: e2fsck/problem.c:1079
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001711#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001712msgid "@E has filetype set.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001713msgstr ""
1714
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001715#: e2fsck/problem.c:1084
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001716#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
1717msgid "@E has a @z name.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001718msgstr ""
1719
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001720#: e2fsck/problem.c:1089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001721#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
1722msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001723msgstr ""
1724
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001725#: e2fsck/problem.c:1094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001726#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
1727msgid "@a @b @F @n (%If).\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001728msgstr ""
1729
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001730#: e2fsck/problem.c:1099
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001731#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001732msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001733msgstr ""
1734
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001735#: e2fsck/problem.c:1104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001736#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001737msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001738msgstr ""
1739
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001740#: e2fsck/problem.c:1109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001741#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001742msgid "@p @h %d: node (%B) referenced twice\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001743msgstr ""
1744
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001745#: e2fsck/problem.c:1114
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001746#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001747msgid "@p @h %d: node (%B) has bad min hash\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001748msgstr ""
1749
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001750#: e2fsck/problem.c:1119
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001751#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o55566e22003-12-26 14:03:39 -05001752msgid "@p @h %d: node (%B) has bad max hash\n"
1753msgstr ""
1754
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001755#: e2fsck/problem.c:1124
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001756#. @-expanded: invalid HTREE directory inode %d (%q).
1757msgid "@n @h %d (%q). "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001758msgstr ""
1759
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001760#: e2fsck/problem.c:1128
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001761#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001762msgid "@p @h %d (%q): bad @b number %b.\n"
1763msgstr ""
1764
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001765#: e2fsck/problem.c:1138
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001766#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001767#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
1768msgid "@p @h %d: root node is @n\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001769msgstr ""
1770
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001771#: e2fsck/problem.c:1143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001772#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
1773msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001774msgstr ""
1775
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001776#: e2fsck/problem.c:1148
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001777#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
1778msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001779msgstr ""
1780
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001781#: e2fsck/problem.c:1153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001782#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001783msgid "@p @h %d: node (%B) has an unordered hash table\n"
1784msgstr ""
1785
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001786#: e2fsck/problem.c:1158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001787#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
1788msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001789msgstr ""
1790
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001791#: e2fsck/problem.c:1163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001792#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001793msgid "Duplicate @E found. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001794msgstr ""
1795
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001796#: e2fsck/problem.c:1168
Theodore Ts'oddc32a02003-05-03 18:45:55 -04001797#, no-c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001798#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1799#. @-expanded: Rename to %s
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001800msgid ""
1801"@E has a non-unique filename.\n"
1802"Rename to %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001803msgstr ""
1804
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001805#: e2fsck/problem.c:1173
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001806#. @-expanded: Duplicate entry '%Dn' found.\n
1807#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1808#. @-expanded: \n
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001809msgid ""
1810"Duplicate @e '%Dn' found.\n"
1811"\tMarking %p (%i) to be rebuilt.\n"
1812"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001813msgstr ""
1814
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001815#: e2fsck/problem.c:1180
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001816#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001817msgid "Pass 3: Checking @d connectivity\n"
1818msgstr ""
1819
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001820#: e2fsck/problem.c:1185
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001821#. @-expanded: root inode not allocated.
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001822msgid "@r not allocated. "
1823msgstr ""
1824
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001825#: e2fsck/problem.c:1190
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001826#. @-expanded: No room in lost+found directory.
Theodore Ts'obc759702005-05-09 20:40:55 -04001827msgid "No room in @l @d. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001828msgstr ""
1829
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001830#: e2fsck/problem.c:1195
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001831#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001832#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001833msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001834msgstr ""
1835
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001836#: e2fsck/problem.c:1200
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001837#. @-expanded: /lost+found not found.
Theodore Ts'obc759702005-05-09 20:40:55 -04001838msgid "/@l not found. "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001839msgstr ""
1840
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001841#: e2fsck/problem.c:1205
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001842#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001843msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001844msgstr ""
1845
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001846#: e2fsck/problem.c:1210
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001847#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001848msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001849msgstr ""
1850
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001851#: e2fsck/problem.c:1215
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001852#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001853#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001854msgid "Could not expand /@l: %m\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001855msgstr ""
1856
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001857#: e2fsck/problem.c:1220
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001858#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04001859msgid "Could not reconnect %i: %m\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001860msgstr ""
1861
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001862#: e2fsck/problem.c:1225
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001863#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001864#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001865msgid "Error while trying to find /@l: %m\n"
Theodore Ts'o55566e22003-12-26 14:03:39 -05001866msgstr ""
1867
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001868#: e2fsck/problem.c:1230
Theodore Ts'o55566e22003-12-26 14:03:39 -05001869#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001870#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001871msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
1872msgstr ""
1873
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001874#: e2fsck/problem.c:1235
Theodore Ts'obc759702005-05-09 20:40:55 -04001875#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001876#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001877msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
1878msgstr ""
1879
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001880#: e2fsck/problem.c:1240
Theodore Ts'obc759702005-05-09 20:40:55 -04001881#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001882#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001883msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
1884msgstr ""
1885
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001886#: e2fsck/problem.c:1245
Theodore Ts'obc759702005-05-09 20:40:55 -04001887#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001888#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001889msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
1890msgstr ""
1891
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001892#: e2fsck/problem.c:1250
Theodore Ts'obc759702005-05-09 20:40:55 -04001893#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001894#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001895msgid "Error while adjusting @i count on @i %i\n"
1896msgstr ""
1897
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001898#: e2fsck/problem.c:1255
Theodore Ts'obc759702005-05-09 20:40:55 -04001899#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001900#. @-expanded: Couldn't fix parent of inode %i: %m\n
1901#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001902msgid ""
1903"Couldn't fix parent of @i %i: %m\n"
1904"\n"
1905msgstr ""
1906
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001907#: e2fsck/problem.c:1260
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001908#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001909#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
1910#. @-expanded: \n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001911msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001912"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001913"\n"
1914msgstr ""
1915
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001916#: e2fsck/problem.c:1270
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001917#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001918#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001919msgid "Error creating root @d (%s): %m\n"
1920msgstr ""
1921
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001922#: e2fsck/problem.c:1275
Theodore Ts'obc759702005-05-09 20:40:55 -04001923#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001924#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001925msgid "Error creating /@l @d (%s): %m\n"
1926msgstr ""
1927
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001928#: e2fsck/problem.c:1280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001929#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001930msgid "@r is not a @d; aborting.\n"
1931msgstr ""
1932
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001933#: e2fsck/problem.c:1285
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001934#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'obc759702005-05-09 20:40:55 -04001935msgid "Cannot proceed without a @r.\n"
1936msgstr ""
1937
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001938#: e2fsck/problem.c:1295
Theodore Ts'obc759702005-05-09 20:40:55 -04001939#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001940#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001941msgid "/@l is not a @d (ino=%i)\n"
1942msgstr ""
1943
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001944#: e2fsck/problem.c:1302
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001945msgid "Pass 3A: Optimizing directories\n"
1946msgstr ""
1947
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001948#: e2fsck/problem.c:1307
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001949#, c-format
1950msgid "Failed to create dirs_to_hash iterator: %m"
1951msgstr ""
1952
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001953#: e2fsck/problem.c:1312
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001954msgid "Failed to optimize directory %q (%d): %m"
1955msgstr ""
1956
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001957#: e2fsck/problem.c:1317
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001958msgid "Optimizing directories: "
1959msgstr ""
1960
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001961#: e2fsck/problem.c:1334
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001962msgid "Pass 4: Checking reference counts\n"
1963msgstr ""
1964
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001965#: e2fsck/problem.c:1339
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001966#, c-format
1967#. @-expanded: unattached zero-length inode %i.
1968msgid "@u @z @i %i. "
1969msgstr ""
1970
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001971#: e2fsck/problem.c:1344
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001972#, c-format
1973#. @-expanded: unattached inode %i\n
1974msgid "@u @i %i\n"
1975msgstr ""
1976
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001977#: e2fsck/problem.c:1349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001978#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001979msgid "@i %i ref count is %Il, @s %N. "
1980msgstr ""
1981
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001982#: e2fsck/problem.c:1353
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001983#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
1984#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
1985#. @-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 +00001986msgid ""
1987"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
1988"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001989"@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 +00001990msgstr ""
1991
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001992#: e2fsck/problem.c:1363
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001993#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001994msgid "Pass 5: Checking @g summary information\n"
1995msgstr ""
1996
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001997#: e2fsck/problem.c:1368
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001998#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00001999msgid "Padding at end of @i @B is not set. "
2000msgstr ""
2001
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002002#: e2fsck/problem.c:1373
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002003#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002004msgid "Padding at end of @b @B is not set. "
2005msgstr ""
2006
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002007#: e2fsck/problem.c:1378
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002008#. @-expanded: block bitmap differences:
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002009msgid "@b @B differences: "
2010msgstr ""
2011
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002012#: e2fsck/problem.c:1398
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002013#. @-expanded: inode bitmap differences:
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002014msgid "@i @B differences: "
2015msgstr ""
2016
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002017#: e2fsck/problem.c:1418
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002018#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002019msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2020msgstr ""
2021
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002022#: e2fsck/problem.c:1423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002023#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002024msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2025msgstr ""
2026
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002027#: e2fsck/problem.c:1428
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002028#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002029msgid "Free @is count wrong (%i, counted=%j).\n"
2030msgstr ""
2031
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002032#: e2fsck/problem.c:1433
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002033#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002034msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2035msgstr ""
2036
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002037#: e2fsck/problem.c:1438
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002038#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002039msgid "Free @bs count wrong (%b, counted=%c).\n"
2040msgstr ""
2041
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002042#: e2fsck/problem.c:1443
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002043#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2044#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002045msgid ""
2046"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2047"endpoints (%i, %j)\n"
2048msgstr ""
2049
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002050#: e2fsck/problem.c:1449
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002051msgid "Internal error: fudging end of bitmap (%N)\n"
2052msgstr ""
2053
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002054#: e2fsck/problem.c:1454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002055#, c-format
2056#. @-expanded: Error copying in replacement inode bitmap: %m\n
2057msgid "Error copying in replacement @i @B: %m\n"
2058msgstr ""
2059
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002060#: e2fsck/problem.c:1459
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002061#, c-format
2062#. @-expanded: Error copying in replacement block bitmap: %m\n
2063msgid "Error copying in replacement @b @B: %m\n"
2064msgstr ""
2065
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002066#: e2fsck/problem.c:1597
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002067#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002068msgid "Unhandled error code (0x%x)!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002069msgstr ""
2070
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002071#: e2fsck/problem.c:1691
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002072msgid "IGNORED"
2073msgstr ""
2074
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002075#: e2fsck/scantest.c:81
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002076#, c-format
2077msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2078msgstr ""
2079
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002080#: e2fsck/scantest.c:100
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002081#, c-format
2082msgid "size of inode=%d\n"
2083msgstr ""
2084
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002085#: e2fsck/scantest.c:121
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002086msgid "while starting inode scan"
2087msgstr ""
2088
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002089#: e2fsck/scantest.c:132
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002090msgid "while doing inode scan"
2091msgstr ""
2092
Theodore Ts'o55566e22003-12-26 14:03:39 -05002093#: e2fsck/super.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002094#, c-format
2095msgid "while calling ext2fs_block_iterate for inode %d"
2096msgstr ""
2097
Theodore Ts'o55566e22003-12-26 14:03:39 -05002098#: e2fsck/super.c:223
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002099#, c-format
2100msgid "while calling ext2fs_adjust_ea_refocunt for inode %d"
2101msgstr ""
2102
Theodore Ts'o55566e22003-12-26 14:03:39 -05002103#: e2fsck/super.c:281
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002104msgid "Truncating"
2105msgstr ""
2106
Theodore Ts'o55566e22003-12-26 14:03:39 -05002107#: e2fsck/super.c:282
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002108msgid "Clearing"
2109msgstr ""
2110
2111#: e2fsck/swapfs.c:98
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002112msgid "while calling ext2fs_block_iterate"
2113msgstr ""
2114
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002115#: e2fsck/swapfs.c:104
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002116msgid "while calling iterator function"
2117msgstr ""
2118
Theodore Ts'o55566e22003-12-26 14:03:39 -05002119#: e2fsck/swapfs.c:126
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002120msgid "while allocating inode buffer"
2121msgstr ""
2122
Theodore Ts'o55566e22003-12-26 14:03:39 -05002123#: e2fsck/swapfs.c:138
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002124#, c-format
2125msgid "while reading inode table (group %d)"
2126msgstr ""
2127
Theodore Ts'o55566e22003-12-26 14:03:39 -05002128#: e2fsck/swapfs.c:176
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002129#, c-format
2130msgid "while writing inode table (group %d)"
2131msgstr ""
2132
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002133#: e2fsck/swapfs.c:223
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002134#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002135msgid "Pass 0: Doing byte-swap of filesystem\n"
2136msgstr ""
2137
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002138#: e2fsck/swapfs.c:230
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002139#, c-format
2140msgid ""
2141"%s: the filesystem must be freshly checked using fsck\n"
2142"and not mounted before trying to byte-swap it.\n"
2143msgstr ""
2144
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002145#: e2fsck/swapfs.c:265
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002146msgid "Byte swap"
2147msgstr ""
2148
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002149#: e2fsck/unix.c:74
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002150#, c-format
2151msgid ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002152"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002153"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002154"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002155"\t\t[-E extended-options] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002156msgstr ""
2157
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002158#: e2fsck/unix.c:80
2159#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002160msgid ""
2161"\n"
2162"Emergency help:\n"
2163" -p Automatic repair (no questions)\n"
2164" -n Make no changes to the filesystem\n"
2165" -y Assume \"yes\" to all questions\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002166" -c Check for bad blocks and add them to the badblock "
2167"list\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002168" -f Force checking even if filesystem is marked clean\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002169msgstr ""
2170
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002171#: e2fsck/unix.c:86
2172#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002173msgid ""
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002174" -v Be verbose\n"
2175" -b superblock Use alternative superblock\n"
2176" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002177" -j external_journal Set location of the external journal\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002178" -l bad_blocks_file Add to badblocks list\n"
2179" -L bad_blocks_file Set badblocks list\n"
2180msgstr ""
2181
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002182#: e2fsck/unix.c:121
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002183#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002184msgid "%s: %d/%d files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002185msgstr ""
2186
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002187#: e2fsck/unix.c:133
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002188#, c-format
2189msgid " # of inodes with ind/dind/tind blocks: %d/%d/%d\n"
2190msgstr ""
2191
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002192#: e2fsck/unix.c:177 misc/badblocks.c:779 misc/tune2fs.c:792 misc/util.c:151
2193#: resize/main.c:184
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002194#, c-format
2195msgid "while determining whether %s is mounted."
2196msgstr ""
2197
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002198#: e2fsck/unix.c:195
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002199#, c-format
2200msgid "Warning! %s is mounted.\n"
2201msgstr ""
2202
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002203#: e2fsck/unix.c:199
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002204#, c-format
2205msgid "%s is mounted. "
2206msgstr ""
2207
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002208#: e2fsck/unix.c:201
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002209msgid ""
2210"Cannot continue, aborting.\n"
2211"\n"
2212msgstr ""
2213
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002214#: e2fsck/unix.c:202
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002215#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002216msgid ""
2217"\n"
2218"\n"
2219"WARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2220"SEVERE filesystem damage.\n"
2221"\n"
2222msgstr ""
2223
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002224#: e2fsck/unix.c:205
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002225msgid "Do you really want to continue"
2226msgstr ""
2227
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002228#: e2fsck/unix.c:207
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002229#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002230msgid "check aborted.\n"
2231msgstr ""
2232
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002233#: e2fsck/unix.c:277
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002234msgid " contains a file system with errors"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002235msgstr ""
2236
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002237#: e2fsck/unix.c:279
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002238msgid " was not cleanly unmounted"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002239msgstr ""
2240
Theodore Ts'o6956f612005-12-31 16:46:15 -05002241#: e2fsck/unix.c:283
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002242#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002243msgid " has been mounted %u times without being checked"
2244msgstr ""
2245
2246#: e2fsck/unix.c:291
2247#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002248msgid " has gone %u days without being checked"
2249msgstr ""
2250
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002251#: e2fsck/unix.c:300
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002252msgid ", check forced.\n"
2253msgstr ""
2254
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002255#: e2fsck/unix.c:303
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002256#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002257msgid "%s: clean, %d/%d files, %u/%u blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002258msgstr ""
2259
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002260#: e2fsck/unix.c:320
2261msgid " (check deferred; on battery)"
2262msgstr ""
2263
2264#: e2fsck/unix.c:323
Theodore Ts'o55566e22003-12-26 14:03:39 -05002265msgid " (check after next mount)"
2266msgstr ""
2267
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002268#: e2fsck/unix.c:325
Theodore Ts'o55566e22003-12-26 14:03:39 -05002269#, c-format
2270msgid " (check in %ld mounts)"
2271msgstr ""
2272
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002273#: e2fsck/unix.c:471
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002274#, c-format
2275msgid "ERROR: Couldn't open /dev/null (%s)\n"
2276msgstr ""
2277
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002278#: e2fsck/unix.c:542
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002279#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002280msgid "Invalid EA version.\n"
2281msgstr ""
2282
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002283#: e2fsck/unix.c:548
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002284#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002285msgid "Unknown extended option: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002286msgstr ""
2287
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002288#: e2fsck/unix.c:566
2289#, c-format
2290msgid ""
2291"Syntax error in e2fsck config file (%s, line #%d)\n"
2292"\t%s\n"
2293msgstr ""
2294
2295#: e2fsck/unix.c:623
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002296#, c-format
2297msgid "Error validating file descriptor %d: %s\n"
2298msgstr ""
2299
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002300#: e2fsck/unix.c:627
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002301msgid "Invalid completion information file descriptor"
2302msgstr ""
2303
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002304#: e2fsck/unix.c:642
Theodore Ts'o6956f612005-12-31 16:46:15 -05002305msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002306msgstr ""
2307
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002308#: e2fsck/unix.c:663
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002309#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002310msgid "The -t option is not supported on this version of e2fsck.\n"
2311msgstr ""
2312
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002313#: e2fsck/unix.c:728
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002314#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002315msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
2316msgstr ""
2317
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002318#: e2fsck/unix.c:751 misc/tune2fs.c:459 misc/tune2fs.c:717 misc/tune2fs.c:734
Theodore Ts'o55566e22003-12-26 14:03:39 -05002319#, c-format
2320msgid "Unable to resolve '%s'"
2321msgstr ""
2322
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002323#: e2fsck/unix.c:782
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002324#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002325msgid "Incompatible options not allowed when byte-swapping.\n"
2326msgstr ""
2327
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002328#: e2fsck/unix.c:789
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002329#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002330msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2331msgstr ""
2332
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002333#: e2fsck/unix.c:867
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002334#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002335msgid "Error: ext2fs library version out of date!\n"
2336msgstr ""
2337
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002338#: e2fsck/unix.c:875
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002339msgid "while trying to initialize program"
2340msgstr ""
2341
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002342#: e2fsck/unix.c:889
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002343#, c-format
2344msgid "\tUsing %s, %s\n"
2345msgstr ""
2346
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002347#: e2fsck/unix.c:901
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002348msgid "need terminal for interactive repairs"
2349msgstr ""
2350
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002351#: e2fsck/unix.c:940
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002352#, c-format
2353msgid "%s trying backup blocks...\n"
2354msgstr ""
2355
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002356#: e2fsck/unix.c:941
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002357msgid "Couldn't find ext2 superblock,"
2358msgstr ""
2359
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002360#: e2fsck/unix.c:942
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002361msgid "Group descriptors look bad..."
2362msgstr ""
2363
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002364#: e2fsck/unix.c:953
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002365#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002366msgid ""
2367"The filesystem revision is apparently too high for this version of e2fsck.\n"
2368"(Or the filesystem superblock is corrupt)\n"
2369"\n"
2370msgstr ""
2371
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002372#: e2fsck/unix.c:959
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002373#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002374msgid "Could this be a zero-length partition?\n"
2375msgstr ""
2376
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002377#: e2fsck/unix.c:961
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002378#, c-format
2379msgid "You must have %s access to the filesystem or be root\n"
2380msgstr ""
2381
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002382#: e2fsck/unix.c:966
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002383#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002384msgid "Possibly non-existent or swap device?\n"
2385msgstr ""
2386
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002387#: e2fsck/unix.c:968
2388#, c-format
2389msgid "Filesystem mounted or opened exclusively by another program?\n"
2390msgstr ""
2391
2392#: e2fsck/unix.c:972
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002393#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002394msgid ""
2395"Disk write-protected; use the -n option to do a read-only\n"
2396"check of the device.\n"
2397msgstr ""
2398
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002399#: e2fsck/unix.c:989
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002400msgid "Get a newer version of e2fsck!"
2401msgstr ""
2402
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002403#: e2fsck/unix.c:1010
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002404#, c-format
2405msgid "while checking ext3 journal for %s"
2406msgstr ""
2407
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002408#: e2fsck/unix.c:1021
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002409#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002410msgid ""
2411"Warning: skipping journal recovery because doing a read-only filesystem "
2412"check.\n"
2413msgstr ""
2414
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002415#: e2fsck/unix.c:1034
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002416#, c-format
2417msgid "unable to set superblock flags on %s\n"
2418msgstr ""
2419
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002420#: e2fsck/unix.c:1040
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002421#, c-format
2422msgid "while recovering ext3 journal of %s"
2423msgstr ""
2424
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002425#: e2fsck/unix.c:1069
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002426msgid "Warning: compression support is experimental.\n"
2427msgstr ""
2428
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002429#: e2fsck/unix.c:1074
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002430#, c-format
2431msgid ""
2432"E2fsck not compiled with HTREE support,\n"
2433"\tbut filesystem %s has HTREE directories.\n"
2434msgstr ""
2435
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002436#: e2fsck/unix.c:1118
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002437#, c-format
2438msgid "%s: Filesystem byte order already normalized.\n"
2439msgstr ""
2440
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002441#: e2fsck/unix.c:1138
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002442msgid "while reading bad blocks inode"
2443msgstr ""
2444
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002445#: e2fsck/unix.c:1140
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002446#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002447msgid "This doesn't bode well, but we'll try to go on...\n"
2448msgstr ""
2449
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002450#: e2fsck/unix.c:1147
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002451#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002452msgid "Restarting e2fsck from the beginning...\n"
2453msgstr ""
2454
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002455#: e2fsck/unix.c:1151
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002456msgid "while resetting context"
2457msgstr ""
2458
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002459#: e2fsck/unix.c:1158
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002460#, c-format
2461msgid "%s: e2fsck canceled.\n"
2462msgstr ""
2463
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002464#: e2fsck/unix.c:1163
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002465msgid "aborted"
2466msgstr ""
2467
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002468#: e2fsck/unix.c:1171
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002469#, c-format
2470msgid ""
2471"\n"
2472"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2473msgstr ""
2474
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002475#: e2fsck/unix.c:1174
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002476#, c-format
2477msgid "%s: ***** REBOOT LINUX *****\n"
2478msgstr ""
2479
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002480#: e2fsck/unix.c:1182
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002481#, c-format
2482msgid ""
2483"\n"
2484"%s: ********** WARNING: Filesystem still has errors **********\n"
2485"\n"
2486msgstr ""
2487
Theodore Ts'o55566e22003-12-26 14:03:39 -05002488#: e2fsck/util.c:131 misc/util.c:68
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002489msgid "yY"
2490msgstr ""
2491
Theodore Ts'o55566e22003-12-26 14:03:39 -05002492#: e2fsck/util.c:132
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002493msgid "nN"
2494msgstr ""
2495
Theodore Ts'o55566e22003-12-26 14:03:39 -05002496#: e2fsck/util.c:146
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002497msgid "<y>"
2498msgstr ""
2499
Theodore Ts'o55566e22003-12-26 14:03:39 -05002500#: e2fsck/util.c:148
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002501msgid "<n>"
2502msgstr ""
2503
Theodore Ts'o55566e22003-12-26 14:03:39 -05002504#: e2fsck/util.c:150
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002505msgid " (y/n)"
2506msgstr ""
2507
Theodore Ts'o55566e22003-12-26 14:03:39 -05002508#: e2fsck/util.c:165
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002509msgid "cancelled!\n"
2510msgstr ""
2511
Theodore Ts'o55566e22003-12-26 14:03:39 -05002512#: e2fsck/util.c:180
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002513msgid "yes\n"
2514msgstr ""
2515
Theodore Ts'o55566e22003-12-26 14:03:39 -05002516#: e2fsck/util.c:182
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002517msgid "no\n"
2518msgstr ""
2519
Theodore Ts'o55566e22003-12-26 14:03:39 -05002520#: e2fsck/util.c:192
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002521#, c-format
2522msgid ""
2523"%s? no\n"
2524"\n"
2525msgstr ""
2526
Theodore Ts'o55566e22003-12-26 14:03:39 -05002527#: e2fsck/util.c:196
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002528#, c-format
2529msgid ""
2530"%s? yes\n"
2531"\n"
2532msgstr ""
2533
Theodore Ts'o55566e22003-12-26 14:03:39 -05002534#: e2fsck/util.c:200
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002535msgid "yes"
2536msgstr ""
2537
Theodore Ts'o55566e22003-12-26 14:03:39 -05002538#: e2fsck/util.c:200
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002539msgid "no"
2540msgstr ""
2541
Theodore Ts'o55566e22003-12-26 14:03:39 -05002542#: e2fsck/util.c:213
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002543#, c-format
2544msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2545msgstr ""
2546
Theodore Ts'o55566e22003-12-26 14:03:39 -05002547#: e2fsck/util.c:218
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002548msgid "reading inode and block bitmaps"
2549msgstr ""
2550
Theodore Ts'o55566e22003-12-26 14:03:39 -05002551#: e2fsck/util.c:223
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002552#, c-format
2553msgid "while retrying to read bitmaps for %s"
2554msgstr ""
2555
Theodore Ts'o55566e22003-12-26 14:03:39 -05002556#: e2fsck/util.c:235
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002557msgid "writing block bitmaps"
2558msgstr ""
2559
Theodore Ts'o55566e22003-12-26 14:03:39 -05002560#: e2fsck/util.c:240
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002561#, c-format
2562msgid "while retrying to write block bitmaps for %s"
2563msgstr ""
2564
Theodore Ts'o55566e22003-12-26 14:03:39 -05002565#: e2fsck/util.c:247
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002566msgid "writing inode bitmaps"
2567msgstr ""
2568
Theodore Ts'o55566e22003-12-26 14:03:39 -05002569#: e2fsck/util.c:252
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002570#, c-format
2571msgid "while retrying to write inode bitmaps for %s"
2572msgstr ""
2573
Theodore Ts'o55566e22003-12-26 14:03:39 -05002574#: e2fsck/util.c:265
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002575#, c-format
2576msgid ""
2577"\n"
2578"\n"
2579"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2580"\t(i.e., without -a or -p options)\n"
2581msgstr ""
2582
Theodore Ts'o55566e22003-12-26 14:03:39 -05002583#: e2fsck/util.c:330
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002584#, c-format
2585msgid "Memory used: %dk/%dk (%dk/%dk), "
2586msgstr ""
2587
Theodore Ts'o55566e22003-12-26 14:03:39 -05002588#: e2fsck/util.c:334
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002589#, c-format
2590msgid "Memory used: %d, "
2591msgstr ""
2592
Theodore Ts'o55566e22003-12-26 14:03:39 -05002593#: e2fsck/util.c:340
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002594#, c-format
2595msgid "time: %5.2f/%5.2f/%5.2f\n"
2596msgstr ""
2597
Theodore Ts'o55566e22003-12-26 14:03:39 -05002598#: e2fsck/util.c:345
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002599#, c-format
2600msgid "elapsed time: %6.3f\n"
2601msgstr ""
2602
Theodore Ts'o55566e22003-12-26 14:03:39 -05002603#: e2fsck/util.c:359
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002604#, c-format
2605msgid "while reading inode %ld in %s"
2606msgstr ""
2607
Theodore Ts'obc759702005-05-09 20:40:55 -04002608#: e2fsck/util.c:373 e2fsck/util.c:386
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002609#, c-format
2610msgid "while writing inode %ld in %s"
2611msgstr ""
2612
Theodore Ts'of592bed2003-07-26 00:51:54 -04002613#: misc/badblocks.c:60
Theodore Ts'o6956f612005-12-31 16:46:15 -05002614msgid "done \n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002615msgstr ""
2616
Theodore Ts'of592bed2003-07-26 00:51:54 -04002617#: misc/badblocks.c:78
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002618#, c-format
2619msgid ""
2620"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o113e4052003-05-17 21:00:46 -04002621" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2622"[...]]]\n"
2623" device [last_block [start_block]]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002624msgstr ""
2625
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002626#: misc/badblocks.c:225
Theodore Ts'o113e4052003-05-17 21:00:46 -04002627msgid "Testing with random pattern: "
2628msgstr ""
2629
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002630#: misc/badblocks.c:243
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002631msgid "Testing with pattern 0x"
Theodore Ts'o113e4052003-05-17 21:00:46 -04002632msgstr ""
2633
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002634#: misc/badblocks.c:268 misc/badblocks.c:297
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002635msgid "during seek"
2636msgstr ""
2637
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002638#: misc/badblocks.c:275
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002639#, c-format
2640msgid "Weird value (%ld) in do_read\n"
2641msgstr ""
2642
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002643#: misc/badblocks.c:317
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002644msgid "during ext2fs_sync_device"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002645msgstr ""
2646
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002647#: misc/badblocks.c:333 misc/badblocks.c:571
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002648msgid "while beginning bad block list iteration"
2649msgstr ""
2650
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002651#: misc/badblocks.c:347 misc/badblocks.c:437 misc/badblocks.c:581
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002652msgid "while allocating buffers"
2653msgstr ""
2654
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002655#: misc/badblocks.c:351
Theodore Ts'o113e4052003-05-17 21:00:46 -04002656#, c-format
2657msgid "Checking blocks %lu to %lu\n"
2658msgstr ""
2659
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002660#: misc/badblocks.c:355
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002661msgid "Checking for bad blocks in read-only mode\n"
2662msgstr ""
2663
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002664#: misc/badblocks.c:364
Theodore Ts'o113e4052003-05-17 21:00:46 -04002665msgid "Checking for bad blocks (read-only test): "
2666msgstr ""
2667
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002668#: misc/badblocks.c:444
Theodore Ts'o113e4052003-05-17 21:00:46 -04002669msgid "Checking for bad blocks in read-write mode\n"
2670msgstr ""
2671
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002672#: misc/badblocks.c:446 misc/badblocks.c:594
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002673#, c-format
2674msgid "From block %lu to %lu\n"
2675msgstr ""
2676
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002677#: misc/badblocks.c:497
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002678msgid "Reading and comparing: "
2679msgstr ""
2680
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002681#: misc/badblocks.c:593
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002682msgid "Checking for bad blocks in non-destructive read-write mode\n"
2683msgstr ""
2684
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002685#: misc/badblocks.c:597
Theodore Ts'o113e4052003-05-17 21:00:46 -04002686msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002687msgstr ""
2688
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002689#: misc/badblocks.c:604
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002690msgid ""
2691"\n"
2692"Interrupt caught, cleaning up\n"
2693msgstr ""
2694
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002695#: misc/badblocks.c:674
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002696#, c-format
2697msgid "during test data write, block %lu"
2698msgstr ""
2699
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002700#: misc/badblocks.c:784 misc/util.c:156
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002701#, c-format
2702msgid "%s is mounted; "
2703msgstr ""
2704
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002705#: misc/badblocks.c:786
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002706msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
2707msgstr ""
2708
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002709#: misc/badblocks.c:791
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002710msgid "it's not safe to run badblocks!\n"
2711msgstr ""
2712
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002713#: misc/badblocks.c:796 misc/util.c:167
2714#, c-format
2715msgid "%s is apparently in use by the system; "
2716msgstr ""
2717
2718#: misc/badblocks.c:799
2719msgid "badblocks forced anyway.\n"
2720msgstr ""
2721
2722#: misc/badblocks.c:861
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002723#, c-format
2724msgid "bad block size - %s"
2725msgstr ""
2726
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002727#: misc/badblocks.c:918
Theodore Ts'o113e4052003-05-17 21:00:46 -04002728#, c-format
2729msgid "can't allocate memory for test_pattern - %s"
2730msgstr ""
2731
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002732#: misc/badblocks.c:932
Theodore Ts'o113e4052003-05-17 21:00:46 -04002733#, c-format
2734msgid "invalid test_pattern: %s\n"
2735msgstr ""
2736
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002737#: misc/badblocks.c:948
Theodore Ts'o113e4052003-05-17 21:00:46 -04002738msgid "Maximum of one test_pattern may be specified in read-only mode"
2739msgstr ""
2740
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002741#: misc/badblocks.c:954
Theodore Ts'o113e4052003-05-17 21:00:46 -04002742msgid "Random test_pattern is not allowed in read-only mode"
2743msgstr ""
2744
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002745#: misc/badblocks.c:968
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002746msgid ""
2747"Couldn't determine device size; you must specify\n"
2748"the size manually\n"
2749msgstr ""
2750
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002751#: misc/badblocks.c:974
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002752msgid "while trying to determine device size"
2753msgstr ""
2754
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002755#: misc/badblocks.c:980 misc/mke2fs.c:1155
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002756#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002757msgid "invalid blocks count - %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002758msgstr ""
2759
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002760#: misc/badblocks.c:989
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002761#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002762msgid "invalid starting block - %s"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002763msgstr ""
2764
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002765#: misc/badblocks.c:995
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002766#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002767msgid "invalid blocks range: %lu-%lu"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002768msgstr ""
2769
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002770#: misc/badblocks.c:1050
Theodore Ts'o197abba2005-06-20 18:00:23 -04002771msgid "while creating in-memory bad blocks list"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002772msgstr ""
2773
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002774#: misc/badblocks.c:1065
Theodore Ts'o197abba2005-06-20 18:00:23 -04002775msgid "while adding to in-memory bad block list"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002776msgstr ""
2777
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002778#: misc/badblocks.c:1089
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002779#, c-format
2780msgid "Pass completed, %u bad blocks found.\n"
2781msgstr ""
2782
Theodore Ts'o55566e22003-12-26 14:03:39 -05002783#: misc/chattr.c:87
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002784#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002785msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002786msgstr ""
2787
Theodore Ts'o55566e22003-12-26 14:03:39 -05002788#: misc/chattr.c:148
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002789#, c-format
2790msgid "bad version - %s\n"
2791msgstr ""
2792
Theodore Ts'o55566e22003-12-26 14:03:39 -05002793#: misc/chattr.c:192 misc/lsattr.c:113
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002794#, c-format
2795msgid "while trying to stat %s"
2796msgstr ""
2797
Theodore Ts'o55566e22003-12-26 14:03:39 -05002798#: misc/chattr.c:209 misc/chattr.c:225
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002799#, c-format
2800msgid "Flags of %s set as "
2801msgstr ""
2802
Theodore Ts'o55566e22003-12-26 14:03:39 -05002803#: misc/chattr.c:218
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002804#, c-format
2805msgid "while reading flags on %s"
2806msgstr ""
2807
Theodore Ts'o55566e22003-12-26 14:03:39 -05002808#: misc/chattr.c:233
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002809#, c-format
2810msgid "while setting flags on %s"
2811msgstr ""
2812
Theodore Ts'o55566e22003-12-26 14:03:39 -05002813#: misc/chattr.c:238
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002814#, c-format
2815msgid "Version of %s set as %lu\n"
2816msgstr ""
2817
Theodore Ts'o55566e22003-12-26 14:03:39 -05002818#: misc/chattr.c:241
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002819#, c-format
2820msgid "while setting version on %s"
2821msgstr ""
2822
Theodore Ts'o55566e22003-12-26 14:03:39 -05002823#: misc/chattr.c:255
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002824msgid "Couldn't allocate path variable in chattr_dir_proc"
2825msgstr ""
2826
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002827#: misc/chattr.c:291
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002828msgid "= is incompatible with - and +\n"
2829msgstr ""
2830
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002831#: misc/chattr.c:299
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002832msgid "Must use '-v', =, - or +\n"
2833msgstr ""
2834
Theodore Ts'o6956f612005-12-31 16:46:15 -05002835#: misc/dumpe2fs.c:53
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002836#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002837msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002838msgstr ""
2839
Theodore Ts'o6956f612005-12-31 16:46:15 -05002840#: misc/dumpe2fs.c:131
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002841#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002842msgid "Group %lu: (Blocks "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002843msgstr ""
2844
Theodore Ts'o6956f612005-12-31 16:46:15 -05002845#: misc/dumpe2fs.c:136
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002846#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002847msgid " %s superblock at "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002848msgstr ""
2849
Theodore Ts'o6956f612005-12-31 16:46:15 -05002850#: misc/dumpe2fs.c:137
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002851msgid "Primary"
2852msgstr ""
2853
Theodore Ts'o6956f612005-12-31 16:46:15 -05002854#: misc/dumpe2fs.c:137
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002855msgid "Backup"
2856msgstr ""
2857
Theodore Ts'o6956f612005-12-31 16:46:15 -05002858#: misc/dumpe2fs.c:141
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002859#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002860msgid ", Group descriptors at "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002861msgstr ""
2862
Theodore Ts'o6956f612005-12-31 16:46:15 -05002863#: misc/dumpe2fs.c:145
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002864#, c-format
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002865msgid ""
2866"\n"
2867" Reserved GDT blocks at "
2868msgstr ""
2869
Theodore Ts'o6956f612005-12-31 16:46:15 -05002870#: misc/dumpe2fs.c:152
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05002871#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002872msgid " Group descriptor at "
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002873msgstr ""
2874
Theodore Ts'o6956f612005-12-31 16:46:15 -05002875#: misc/dumpe2fs.c:158
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002876msgid " Block bitmap at "
2877msgstr ""
2878
Theodore Ts'o6956f612005-12-31 16:46:15 -05002879#: misc/dumpe2fs.c:163
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002880msgid ", Inode bitmap at "
2881msgstr ""
2882
Theodore Ts'o6956f612005-12-31 16:46:15 -05002883#: misc/dumpe2fs.c:168
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002884msgid ""
2885"\n"
2886" Inode table at "
2887msgstr ""
2888
Theodore Ts'o6956f612005-12-31 16:46:15 -05002889#: misc/dumpe2fs.c:175
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002890#, c-format
2891msgid ""
2892"\n"
2893" %d free blocks, %d free inodes, %d directories\n"
2894msgstr ""
2895
Theodore Ts'o6956f612005-12-31 16:46:15 -05002896#: misc/dumpe2fs.c:181
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002897msgid " Free blocks: "
2898msgstr ""
2899
Theodore Ts'o6956f612005-12-31 16:46:15 -05002900#: misc/dumpe2fs.c:189
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002901msgid " Free inodes: "
2902msgstr ""
2903
Theodore Ts'o6956f612005-12-31 16:46:15 -05002904#: misc/dumpe2fs.c:215
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002905msgid "while printing bad block list"
2906msgstr ""
2907
Theodore Ts'o6956f612005-12-31 16:46:15 -05002908#: misc/dumpe2fs.c:221
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002909#, c-format
2910msgid "Bad blocks: %d"
2911msgstr ""
2912
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002913#: misc/dumpe2fs.c:243 misc/tune2fs.c:232
2914msgid "while reading journal inode"
2915msgstr ""
2916
2917#: misc/dumpe2fs.c:246
2918msgid "Journal size: "
2919msgstr ""
2920
2921#: misc/dumpe2fs.c:265 misc/tune2fs.c:154
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002922msgid "while reading journal superblock"
2923msgstr ""
2924
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002925#: misc/dumpe2fs.c:273
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002926msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002927msgstr ""
2928
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002929#: misc/dumpe2fs.c:277
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002930#, c-format
2931msgid ""
2932"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002933"Journal block size: %u\n"
2934"Journal length: %u\n"
2935"Journal first block: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002936"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002937"Journal start: %u\n"
2938"Journal number of users: %lu\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002939msgstr ""
2940
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002941#: misc/dumpe2fs.c:290
Theodore Ts'o197abba2005-06-20 18:00:23 -04002942#, c-format
2943msgid "Journal users: %s\n"
2944msgstr ""
2945
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002946#: misc/dumpe2fs.c:345 misc/mke2fs.c:1099
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002947#, c-format
2948msgid "\tUsing %s\n"
2949msgstr ""
2950
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002951#: misc/dumpe2fs.c:371 misc/e2image.c:662 misc/tune2fs.c:779 resize/main.c:245
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002952#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002953msgid "Couldn't find valid filesystem superblock.\n"
2954msgstr ""
2955
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002956#: misc/dumpe2fs.c:382
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002957#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002958msgid "Note: This is a byte-swapped filesystem\n"
2959msgstr ""
2960
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002961#: misc/dumpe2fs.c:401
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002962#, c-format
2963msgid ""
2964"\n"
2965"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00002966msgstr ""
2967
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002968#: misc/e2image.c:50
2969#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002970msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002971msgstr ""
2972
Theodore Ts'obc759702005-05-09 20:40:55 -04002973#: misc/e2image.c:62
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002974msgid "Couldn't allocate header buffer\n"
2975msgstr ""
2976
Theodore Ts'obc759702005-05-09 20:40:55 -04002977#: misc/e2image.c:81
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002978#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002979msgid "short write (only %d bytes) for writing image header"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002980msgstr ""
2981
Theodore Ts'obc759702005-05-09 20:40:55 -04002982#: misc/e2image.c:100
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002983msgid "while writing superblock"
2984msgstr ""
2985
Theodore Ts'obc759702005-05-09 20:40:55 -04002986#: misc/e2image.c:108
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002987msgid "while writing inode table"
2988msgstr ""
2989
Theodore Ts'obc759702005-05-09 20:40:55 -04002990#: misc/e2image.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002991msgid "while writing block bitmap"
2992msgstr ""
2993
Theodore Ts'obc759702005-05-09 20:40:55 -04002994#: misc/e2image.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002995msgid "while writing inode bitmap"
2996msgstr ""
2997
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002998#: misc/e2label.c:57
2999#, c-format
3000msgid "e2label: cannot open %s\n"
3001msgstr ""
3002
3003#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003004#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003005msgid "e2label: cannot seek to superblock\n"
3006msgstr ""
3007
3008#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003009#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003010msgid "e2label: error reading superblock\n"
3011msgstr ""
3012
3013#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003014#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003015msgid "e2label: not an ext2 filesystem\n"
3016msgstr ""
3017
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003018#: misc/e2label.c:96 misc/tune2fs.c:885
3019#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003020msgid "Warning: label too long, truncating.\n"
3021msgstr ""
3022
3023#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003024#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003025msgid "e2label: cannot seek to superblock again\n"
3026msgstr ""
3027
3028#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003029#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003030msgid "e2label: error writing superblock\n"
3031msgstr ""
3032
Theodore Ts'o6956f612005-12-31 16:46:15 -05003033#: misc/e2label.c:116 misc/tune2fs.c:451
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003034#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003035msgid "Usage: e2label device [newlabel]\n"
3036msgstr ""
3037
Theodore Ts'obc759702005-05-09 20:40:55 -04003038#: misc/fsck.c:346
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003039#, c-format
3040msgid "WARNING: couldn't open %s: %s\n"
3041msgstr ""
3042
Theodore Ts'obc759702005-05-09 20:40:55 -04003043#: misc/fsck.c:356
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003044#, c-format
3045msgid "WARNING: bad format on line %d of %s\n"
3046msgstr ""
3047
Theodore Ts'obc759702005-05-09 20:40:55 -04003048#: misc/fsck.c:371
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003049msgid ""
3050"WARNING: Your /etc/fstab does not contain the fsck passno\n"
3051"\tfield. I will kludge around things for you, but you\n"
3052"\tshould fix your /etc/fstab file as soon as you can.\n"
3053"\n"
3054msgstr ""
3055
Theodore Ts'obc759702005-05-09 20:40:55 -04003056#: misc/fsck.c:472
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003057#, c-format
3058msgid "fsck: %s: not found\n"
3059msgstr ""
3060
Theodore Ts'obc759702005-05-09 20:40:55 -04003061#: misc/fsck.c:585
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003062#, c-format
3063msgid "%s: wait: No more child process?!?\n"
3064msgstr ""
3065
Theodore Ts'obc759702005-05-09 20:40:55 -04003066#: misc/fsck.c:607
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003067#, c-format
3068msgid "Warning... %s for device %s exited with signal %d.\n"
3069msgstr ""
3070
Theodore Ts'obc759702005-05-09 20:40:55 -04003071#: misc/fsck.c:613
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003072#, c-format
3073msgid "%s %s: status is %x, should never happen.\n"
3074msgstr ""
3075
Theodore Ts'obc759702005-05-09 20:40:55 -04003076#: misc/fsck.c:649
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003077#, c-format
3078msgid "Finished with %s (exit status %d)\n"
3079msgstr ""
3080
Theodore Ts'obc759702005-05-09 20:40:55 -04003081#: misc/fsck.c:709
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003082#, c-format
3083msgid "%s: Error %d while executing fsck.%s for %s\n"
3084msgstr ""
3085
Theodore Ts'obc759702005-05-09 20:40:55 -04003086#: misc/fsck.c:730
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003087msgid ""
3088"Either all or none of the filesystem types passed to -t must be prefixed\n"
3089"with 'no' or '!'.\n"
3090msgstr ""
3091
Theodore Ts'obc759702005-05-09 20:40:55 -04003092#: misc/fsck.c:749
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003093msgid "Couldn't allocate memory for filesystem types\n"
3094msgstr ""
3095
Theodore Ts'obc759702005-05-09 20:40:55 -04003096#: misc/fsck.c:889
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003097#, c-format
3098msgid "fsck: cannot check %s: fsck.%s not found\n"
3099msgstr ""
3100
Theodore Ts'obc759702005-05-09 20:40:55 -04003101#: misc/fsck.c:945
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003102msgid "Checking all file systems.\n"
3103msgstr ""
3104
Theodore Ts'obc759702005-05-09 20:40:55 -04003105#: misc/fsck.c:1031
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003106#, c-format
3107msgid "--waiting-- (pass %d)\n"
3108msgstr ""
3109
Theodore Ts'obc759702005-05-09 20:40:55 -04003110#: misc/fsck.c:1051
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003111msgid ""
3112"Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003113msgstr ""
3114
Theodore Ts'obc759702005-05-09 20:40:55 -04003115#: misc/fsck.c:1093
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003116#, c-format
3117msgid "%s: too many devices\n"
3118msgstr ""
3119
Theodore Ts'obc759702005-05-09 20:40:55 -04003120#: misc/fsck.c:1126 misc/fsck.c:1212
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003121#, c-format
3122msgid "%s: too many arguments\n"
3123msgstr ""
3124
Theodore Ts'o55566e22003-12-26 14:03:39 -05003125#: misc/lsattr.c:73
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003126#, c-format
3127msgid "Usage: %s [-RVadlv] [files...]\n"
3128msgstr ""
3129
Theodore Ts'o55566e22003-12-26 14:03:39 -05003130#: misc/lsattr.c:83
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003131#, c-format
3132msgid "While reading flags on %s"
3133msgstr ""
3134
Theodore Ts'o55566e22003-12-26 14:03:39 -05003135#: misc/lsattr.c:90
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003136#, c-format
3137msgid "While reading version on %s"
3138msgstr ""
3139
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003140#: misc/mke2fs.c:96
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003141#, c-format
3142msgid ""
3143"Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003144"\t[-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003145"\t[-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]\n"
3146"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003147"\t[-r fs-revision] [-R options] [-qvSV] device [blocks-count]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003148msgstr ""
3149
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003150#: misc/mke2fs.c:195
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003151#, c-format
3152msgid "Running command: %s\n"
3153msgstr ""
3154
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003155#: misc/mke2fs.c:199
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003156#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003157msgid "while trying to run '%s'"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003158msgstr ""
3159
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003160#: misc/mke2fs.c:206
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003161msgid "while processing list of bad blocks from program"
3162msgstr ""
3163
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003164#: misc/mke2fs.c:233
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003165#, c-format
3166msgid "Block %d in primary superblock/group descriptor area bad.\n"
3167msgstr ""
3168
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003169#: misc/mke2fs.c:235
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003170#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003171msgid "Blocks %u through %d must be good in order to build a filesystem.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003172msgstr ""
3173
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003174#: misc/mke2fs.c:238
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003175msgid "Aborting....\n"
3176msgstr ""
3177
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003178#: misc/mke2fs.c:258
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003179#, c-format
3180msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003181"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003182"\tbad blocks.\n"
3183"\n"
3184msgstr ""
3185
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003186#: misc/mke2fs.c:276
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003187msgid "while marking bad blocks as used"
3188msgstr ""
3189
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003190#: misc/mke2fs.c:334
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003191msgid "done \n"
3192msgstr ""
3193
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003194#: misc/mke2fs.c:369
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003195msgid "while allocating zeroizing buffer"
3196msgstr ""
3197
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003198#: misc/mke2fs.c:410
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003199msgid "Writing inode tables: "
3200msgstr ""
3201
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003202#: misc/mke2fs.c:421
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003203#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003204msgid ""
3205"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003206"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003207msgstr ""
3208
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003209#: misc/mke2fs.c:444
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003210msgid "while creating root dir"
3211msgstr ""
3212
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003213#: misc/mke2fs.c:451
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003214msgid "while reading root inode"
3215msgstr ""
3216
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003217#: misc/mke2fs.c:460
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003218msgid "while setting root inode ownership"
3219msgstr ""
3220
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003221#: misc/mke2fs.c:478
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003222msgid "while creating /lost+found"
3223msgstr ""
3224
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003225#: misc/mke2fs.c:485
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003226msgid "while looking up /lost+found"
3227msgstr ""
3228
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003229#: misc/mke2fs.c:495
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003230msgid "while expanding /lost+found"
3231msgstr ""
3232
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003233#: misc/mke2fs.c:511
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003234msgid "while setting bad block inode"
3235msgstr ""
3236
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003237#: misc/mke2fs.c:543
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003238#, c-format
3239msgid "Out of memory erasing sectors %d-%d\n"
3240msgstr ""
3241
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003242#: misc/mke2fs.c:553
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003243#, c-format
3244msgid "Warning: could not read block 0: %s\n"
3245msgstr ""
3246
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003247#: misc/mke2fs.c:569
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003248#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003249msgid "Warning: could not erase sector %d: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003250msgstr ""
3251
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003252#: misc/mke2fs.c:585
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003253msgid "while initializing journal superblock"
3254msgstr ""
3255
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003256#: misc/mke2fs.c:591
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003257msgid "Zeroing journal device: "
3258msgstr ""
3259
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003260#: misc/mke2fs.c:598
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003261#, c-format
3262msgid "while zeroing journal device (block %u, count %d)"
3263msgstr ""
3264
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003265#: misc/mke2fs.c:609
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003266msgid "while writing journal superblock"
3267msgstr ""
3268
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003269#: misc/mke2fs.c:625
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003270#, c-format
3271msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003272"warning: %u blocks unused.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003273"\n"
3274msgstr ""
3275
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003276#: misc/mke2fs.c:630
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003277#, c-format
3278msgid "Filesystem label=%s\n"
3279msgstr ""
3280
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003281#: misc/mke2fs.c:631
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003282msgid "OS type: "
3283msgstr ""
3284
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003285#: misc/mke2fs.c:636
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003286#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003287msgid "Block size=%u (log=%u)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003288msgstr ""
3289
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003290#: misc/mke2fs.c:638
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003291#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003292msgid "Fragment size=%u (log=%u)\n"
3293msgstr ""
3294
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003295#: misc/mke2fs.c:640
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003296#, c-format
3297msgid "%u inodes, %u blocks\n"
3298msgstr ""
3299
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003300#: misc/mke2fs.c:642
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003301#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003302msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3303msgstr ""
3304
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003305#: misc/mke2fs.c:645
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003306#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003307msgid "First data block=%u\n"
3308msgstr ""
3309
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003310#: misc/mke2fs.c:647
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003311#, c-format
3312msgid "Maximum filesystem blocks=%lu\n"
3313msgstr ""
3314
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003315#: misc/mke2fs.c:652
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003316#, c-format
3317msgid "%u block groups\n"
3318msgstr ""
3319
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003320#: misc/mke2fs.c:654
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003321#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003322msgid "%u block group\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003323msgstr ""
3324
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003325#: misc/mke2fs.c:655
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003326#, c-format
3327msgid "%u blocks per group, %u fragments per group\n"
3328msgstr ""
3329
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003330#: misc/mke2fs.c:657
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003331#, c-format
3332msgid "%u inodes per group\n"
3333msgstr ""
3334
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003335#: misc/mke2fs.c:664
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003336#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003337msgid "Superblock backups stored on blocks: "
3338msgstr ""
3339
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003340#: misc/mke2fs.c:720
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003341#, c-format
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003342msgid "Couldn't allocate memory to parse options!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003343msgstr ""
3344
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003345#: misc/mke2fs.c:744
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003346#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003347msgid "Invalid stride parameter: %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003348msgstr ""
3349
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003350#: misc/mke2fs.c:765
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003351#, c-format
3352msgid "Invalid resize parameter: %s\n"
3353msgstr ""
3354
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003355#: misc/mke2fs.c:772
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003356#, c-format
3357msgid "The resize maximum must be greater than the filesystem size.\n"
3358msgstr ""
3359
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003360#: misc/mke2fs.c:803
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003361#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003362msgid ""
3363"\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003364"Bad options specified.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003365"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003366"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003367"\tis set off by an equals ('=') sign.\n"
3368"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003369"Valid extended options are:\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003370"\tstride=<stride length in blocks>\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003371"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003372"\n"
3373msgstr ""
3374
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003375#: misc/mke2fs.c:828
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003376#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003377msgid ""
3378"Syntax error in mke2fs config file (%s, line #%d)\n"
3379"\t%s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003380msgstr ""
3381
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003382#: misc/mke2fs.c:841 misc/tune2fs.c:303
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003383#, c-format
3384msgid "Invalid filesystem option set: %s\n"
3385msgstr ""
3386
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003387#: misc/mke2fs.c:938
3388#, c-format
3389msgid "invalid block size - %s"
3390msgstr ""
3391
3392#: misc/mke2fs.c:942
3393#, c-format
3394msgid "Warning: blocksize %d not usable on most systems.\n"
3395msgstr ""
3396
3397#: misc/mke2fs.c:959
3398#, c-format
3399msgid "invalid fragment size - %s"
3400msgstr ""
3401
3402#: misc/mke2fs.c:965
3403#, c-format
3404msgid "Warning: fragments not supported. Ignoring -f option\n"
3405msgstr ""
3406
3407#: misc/mke2fs.c:972
3408msgid "Illegal number for blocks per group"
3409msgstr ""
3410
3411#: misc/mke2fs.c:977
3412msgid "blocks per group must be multiple of 8"
3413msgstr ""
3414
3415#: misc/mke2fs.c:987
3416#, c-format
3417msgid "invalid inode ratio %s (min %d/max %d)"
3418msgstr ""
3419
3420#: misc/mke2fs.c:1004
3421msgid "in malloc for bad_blocks_filename"
3422msgstr ""
3423
3424#: misc/mke2fs.c:1013
3425#, c-format
3426msgid "invalid reserved blocks percent - %s"
3427msgstr ""
3428
3429#: misc/mke2fs.c:1031
3430#, c-format
3431msgid "bad revision level - %s"
3432msgstr ""
3433
3434#: misc/mke2fs.c:1044
3435#, c-format
3436msgid "invalid inode size - %s"
3437msgstr ""
3438
3439#: misc/mke2fs.c:1065
3440#, c-format
3441msgid "bad num inodes - %s"
3442msgstr ""
3443
3444#: misc/mke2fs.c:1123 misc/mke2fs.c:1588
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003445#, c-format
3446msgid "while trying to open journal device %s\n"
3447msgstr ""
3448
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003449#: misc/mke2fs.c:1129
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003450#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003451msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003452msgstr ""
3453
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003454#: misc/mke2fs.c:1143
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003455#, c-format
3456msgid "%d-byte blocks too big for system (max %d)"
3457msgstr ""
3458
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003459#: misc/mke2fs.c:1147
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003460#, c-format
3461msgid ""
3462"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3463msgstr ""
3464
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003465#: misc/mke2fs.c:1165
3466msgid "filesystem"
3467msgstr ""
3468
3469#: misc/mke2fs.c:1188 resize/main.c:279
3470msgid "while trying to determine filesystem size"
3471msgstr ""
3472
3473#: misc/mke2fs.c:1194
3474msgid ""
3475"Couldn't determine device size; you must specify\n"
3476"the size of the filesystem\n"
3477msgstr ""
3478
3479#: misc/mke2fs.c:1201
3480msgid ""
3481"Device size reported to be zero. Invalid partition specified, or\n"
3482"\tpartition table wasn't reread after running fdisk, due to\n"
3483"\ta modified partition being busy and in use. You may need to reboot\n"
3484"\tto re-read your partition table.\n"
3485msgstr ""
3486
3487#: misc/mke2fs.c:1219
3488msgid "Filesystem larger than apparent device size."
3489msgstr ""
3490
3491#: misc/mke2fs.c:1238
3492#, c-format
3493msgid "Filesystem features not supported with revision 0 filesystems\n"
3494msgstr ""
3495
3496#: misc/mke2fs.c:1297
3497msgid "while trying to determine hardware sector size"
3498msgstr ""
3499
3500#: misc/mke2fs.c:1349
3501msgid "reserved online resize blocks not supported on non-sparse filesystem"
3502msgstr ""
3503
3504#: misc/mke2fs.c:1358
3505msgid "blocks per group count out of range"
3506msgstr ""
3507
3508#: misc/mke2fs.c:1365
3509msgid ""
3510"Filesystem too large. No more than 2**31-1 blocks\n"
3511"\t (8TB using a blocksize of 4k) are currently supported."
3512msgstr ""
3513
3514#: misc/mke2fs.c:1372
Theodore Ts'o197abba2005-06-20 18:00:23 -04003515#, c-format
3516msgid ""
3517"\n"
3518"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3519"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3520"\n"
3521msgstr ""
3522
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003523#: misc/mke2fs.c:1381
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003524#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003525msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003526msgstr ""
3527
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003528#: misc/mke2fs.c:1387
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003529#, c-format
3530msgid "Warning: %d-byte inodes not usable on most systems\n"
3531msgstr ""
3532
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003533#: misc/mke2fs.c:1438
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003534msgid "while setting up superblock"
3535msgstr ""
3536
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003537#: misc/mke2fs.c:1472
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003538#, c-format
3539msgid "unknown os - %s"
3540msgstr ""
3541
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003542#: misc/mke2fs.c:1526
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003543msgid "while trying to allocate filesystem tables"
3544msgstr ""
3545
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003546#: misc/mke2fs.c:1557
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003547#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003548msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003549msgstr ""
3550
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003551#: misc/mke2fs.c:1570
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05003552msgid "while reserving blocks for online resize"
3553msgstr ""
3554
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003555#: misc/mke2fs.c:1581 misc/tune2fs.c:388
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003556msgid "journal"
3557msgstr ""
3558
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003559#: misc/mke2fs.c:1593
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003560#, c-format
3561msgid "Adding journal to device %s: "
3562msgstr ""
3563
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003564#: misc/mke2fs.c:1600
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003565#, c-format
3566msgid ""
3567"\n"
3568"\twhile trying to add journal to device %s"
3569msgstr ""
3570
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003571#: misc/mke2fs.c:1605 misc/mke2fs.c:1631 misc/tune2fs.c:416 misc/tune2fs.c:430
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003572#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003573msgid "done\n"
3574msgstr ""
3575
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003576#: misc/mke2fs.c:1619
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003577#, c-format
3578msgid "Creating journal (%d blocks): "
3579msgstr ""
3580
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003581#: misc/mke2fs.c:1627
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003582msgid ""
3583"\n"
3584"\twhile trying to create journal"
3585msgstr ""
3586
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003587#: misc/mke2fs.c:1636
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003588#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003589msgid "Writing superblocks and filesystem accounting information: "
3590msgstr ""
3591
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003592#: misc/mke2fs.c:1641
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003593#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003594msgid ""
3595"\n"
3596"Warning, had trouble writing out superblocks."
3597msgstr ""
3598
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003599#: misc/mke2fs.c:1644
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003600#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003601msgid ""
3602"done\n"
3603"\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003604msgstr ""
3605
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003606#: misc/mklost+found.c:49
3607#, c-format
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003608msgid "Usage: mklost+found\n"
3609msgstr ""
3610
Theodore Ts'o6956f612005-12-31 16:46:15 -05003611#: misc/tune2fs.c:78
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003612msgid "Please run e2fsck on the filesystem.\n"
3613msgstr ""
3614
Theodore Ts'o6956f612005-12-31 16:46:15 -05003615#: misc/tune2fs.c:85
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003616#, c-format
3617msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04003618"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
3619"\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
3620"\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
3621"\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
3622"\t[-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
3623"\t[-O [^]feature[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003624msgstr ""
3625
Theodore Ts'o6956f612005-12-31 16:46:15 -05003626#: misc/tune2fs.c:142
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003627msgid "while trying to open external journal"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003628msgstr ""
3629
Theodore Ts'o6956f612005-12-31 16:46:15 -05003630#: misc/tune2fs.c:146
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003631#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003632msgid "%s is not a journal device.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003633msgstr ""
3634
Theodore Ts'o6956f612005-12-31 16:46:15 -05003635#: misc/tune2fs.c:161
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003636msgid "Journal superblock not found!\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003637msgstr ""
3638
Theodore Ts'o6956f612005-12-31 16:46:15 -05003639#: misc/tune2fs.c:173
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003640msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003641msgstr ""
3642
Theodore Ts'o6956f612005-12-31 16:46:15 -05003643#: misc/tune2fs.c:194
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003644msgid "Journal NOT removed\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003645msgstr ""
3646
Theodore Ts'o6956f612005-12-31 16:46:15 -05003647#: misc/tune2fs.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003648msgid "Journal removed\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003649msgstr ""
3650
Theodore Ts'o6956f612005-12-31 16:46:15 -05003651#: misc/tune2fs.c:239
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003652msgid "while reading bitmaps"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003653msgstr ""
3654
Theodore Ts'o6956f612005-12-31 16:46:15 -05003655#: misc/tune2fs.c:246
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003656msgid "while clearing journal inode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003657msgstr ""
3658
Theodore Ts'o6956f612005-12-31 16:46:15 -05003659#: misc/tune2fs.c:257
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003660msgid "while writing journal inode"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003661msgstr ""
3662
Theodore Ts'o6956f612005-12-31 16:46:15 -05003663#: misc/tune2fs.c:272
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003664#, c-format
3665msgid "Invalid mount option set: %s\n"
3666msgstr ""
3667
Theodore Ts'o6956f612005-12-31 16:46:15 -05003668#: misc/tune2fs.c:318
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003669msgid ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003670"The has_journal flag may only be cleared when the filesystem is\n"
3671"unmounted or mounted read-only.\n"
3672msgstr ""
3673
Theodore Ts'o6956f612005-12-31 16:46:15 -05003674#: misc/tune2fs.c:326
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003675msgid ""
3676"The needs_recovery flag is set. Please run e2fsck before clearing\n"
3677"the has_journal flag.\n"
3678msgstr ""
3679
Theodore Ts'o6956f612005-12-31 16:46:15 -05003680#: misc/tune2fs.c:383
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003681msgid "The filesystem already has a journal.\n"
3682msgstr ""
3683
Theodore Ts'o6956f612005-12-31 16:46:15 -05003684#: misc/tune2fs.c:400
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003685#, c-format
3686msgid ""
3687"\n"
3688"\twhile trying to open journal on %s\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003689msgstr ""
3690
Theodore Ts'o6956f612005-12-31 16:46:15 -05003691#: misc/tune2fs.c:404
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003692#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003693msgid "Creating journal on device %s: "
3694msgstr ""
3695
Theodore Ts'o6956f612005-12-31 16:46:15 -05003696#: misc/tune2fs.c:412
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003697#, c-format
3698msgid "while adding filesystem to journal on %s"
3699msgstr ""
3700
Theodore Ts'o6956f612005-12-31 16:46:15 -05003701#: misc/tune2fs.c:418
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003702msgid "Creating journal inode: "
3703msgstr ""
3704
Theodore Ts'o6956f612005-12-31 16:46:15 -05003705#: misc/tune2fs.c:427
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003706msgid ""
3707"\n"
3708"\twhile trying to create journal file"
3709msgstr ""
3710
Theodore Ts'o6956f612005-12-31 16:46:15 -05003711#: misc/tune2fs.c:493
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003712#, c-format
3713msgid "Couldn't parse date/time specifier: %s"
3714msgstr ""
3715
Theodore Ts'o6956f612005-12-31 16:46:15 -05003716#: misc/tune2fs.c:515 misc/tune2fs.c:528
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003717#, c-format
3718msgid "bad mounts count - %s"
3719msgstr ""
3720
Theodore Ts'o6956f612005-12-31 16:46:15 -05003721#: misc/tune2fs.c:544
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003722#, c-format
3723msgid "bad error behavior - %s"
3724msgstr ""
3725
Theodore Ts'o6956f612005-12-31 16:46:15 -05003726#: misc/tune2fs.c:567
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003727#, c-format
3728msgid "bad gid/group name - %s"
3729msgstr ""
3730
Theodore Ts'o6956f612005-12-31 16:46:15 -05003731#: misc/tune2fs.c:600
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003732#, c-format
3733msgid "bad interval - %s"
3734msgstr ""
3735
Theodore Ts'o6956f612005-12-31 16:46:15 -05003736#: misc/tune2fs.c:628
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003737#, c-format
3738msgid "bad reserved block ratio - %s"
3739msgstr ""
3740
Theodore Ts'o6956f612005-12-31 16:46:15 -05003741#: misc/tune2fs.c:643
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003742msgid "-o may only be specified once"
3743msgstr ""
3744
Theodore Ts'o6956f612005-12-31 16:46:15 -05003745#: misc/tune2fs.c:653
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003746msgid "-O may only be specified once"
3747msgstr ""
3748
Theodore Ts'o6956f612005-12-31 16:46:15 -05003749#: misc/tune2fs.c:663
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003750#, c-format
3751msgid "bad reserved blocks count - %s"
3752msgstr ""
3753
Theodore Ts'o6956f612005-12-31 16:46:15 -05003754#: misc/tune2fs.c:692
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003755#, c-format
3756msgid "bad uid/user name - %s"
3757msgstr ""
3758
Theodore Ts'o6956f612005-12-31 16:46:15 -05003759#: misc/tune2fs.c:802
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003760#, c-format
3761msgid "Setting maximal mount count to %d\n"
3762msgstr ""
3763
Theodore Ts'o6956f612005-12-31 16:46:15 -05003764#: misc/tune2fs.c:808
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003765#, c-format
3766msgid "Setting current mount count to %d\n"
3767msgstr ""
3768
Theodore Ts'o6956f612005-12-31 16:46:15 -05003769#: misc/tune2fs.c:813
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003770#, c-format
3771msgid "Setting error behavior to %d\n"
3772msgstr ""
3773
Theodore Ts'o6956f612005-12-31 16:46:15 -05003774#: misc/tune2fs.c:818
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003775#, c-format
3776msgid "Setting reserved blocks gid to %lu\n"
3777msgstr ""
3778
Theodore Ts'o6956f612005-12-31 16:46:15 -05003779#: misc/tune2fs.c:823
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003780#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003781msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003782msgstr ""
3783
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003784#: misc/tune2fs.c:828
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003785#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05003786msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003787msgstr ""
3788
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003789#: misc/tune2fs.c:834
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003790#, c-format
Theodore Ts'o55566e22003-12-26 14:03:39 -05003791msgid "reserved blocks count is too big (%lu)"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003792msgstr ""
3793
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003794#: misc/tune2fs.c:840
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003795#, c-format
3796msgid "Setting reserved blocks count to %lu\n"
3797msgstr ""
3798
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003799#: misc/tune2fs.c:846
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003800msgid ""
3801"\n"
3802"The filesystem already has sparse superblocks.\n"
3803msgstr ""
3804
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003805#: misc/tune2fs.c:853
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003806#, c-format
3807msgid ""
3808"\n"
3809"Sparse superblock flag set. %s"
3810msgstr ""
3811
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003812#: misc/tune2fs.c:860
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003813msgid ""
3814"\n"
3815"The filesystem already has sparse superblocks disabled.\n"
3816msgstr ""
3817
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003818#: misc/tune2fs.c:868
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003819#, c-format
3820msgid ""
3821"\n"
3822"Sparse superblock flag cleared. %s"
3823msgstr ""
3824
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003825#: misc/tune2fs.c:875
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003826#, c-format
3827msgid "Setting time filesystem last checked to %s\n"
3828msgstr ""
3829
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003830#: misc/tune2fs.c:881
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003831#, c-format
3832msgid "Setting reserved blocks uid to %lu\n"
3833msgstr ""
3834
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003835#: misc/tune2fs.c:914
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003836msgid "Invalid UUID format\n"
3837msgstr ""
3838
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003839#: misc/util.c:72
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003840msgid "Proceed anyway? (y,n) "
3841msgstr ""
3842
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003843#: misc/util.c:93
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003844#, c-format
3845msgid "Could not stat %s --- %s\n"
3846msgstr ""
3847
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003848#: misc/util.c:96
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003849msgid ""
3850"\n"
3851"The device apparently does not exist; did you specify it correctly?\n"
3852msgstr ""
3853
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003854#: misc/util.c:107
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003855#, c-format
3856msgid "%s is not a block special device.\n"
3857msgstr ""
3858
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003859#: misc/util.c:136
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003860#, c-format
3861msgid "%s is entire device, not just one partition!\n"
3862msgstr ""
3863
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003864#: misc/util.c:158
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003865msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
3866msgstr ""
3867
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003868#: misc/util.c:163
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003869#, c-format
3870msgid "will not make a %s here!\n"
3871msgstr ""
3872
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003873#: misc/util.c:170
3874msgid "mke2fs forced anyway.\n"
3875msgstr ""
3876
3877#: misc/util.c:186
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003878msgid "Couldn't allocate memory to parse journal options!\n"
3879msgstr ""
3880
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003881#: misc/util.c:228
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003882msgid ""
3883"\n"
3884"Bad journal options specified.\n"
3885"\n"
3886"Journal options are separated by commas, and may take an argument which\n"
3887"\tis set off by an equals ('=') sign.\n"
3888"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003889"Valid journal options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003890"\tsize=<journal size in megabytes>\n"
3891"\tdevice=<journal device>\n"
3892"\n"
3893"The journal size must be between 1024 and 102400 filesystem blocks.\n"
3894"\n"
3895msgstr ""
3896
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003897#: misc/util.c:255
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003898msgid ""
3899"\n"
3900"Filesystem too small for a journal\n"
3901msgstr ""
3902
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003903#: misc/util.c:262
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003904#, c-format
3905msgid ""
3906"\n"
3907"The requested journal size is %d blocks; it must be\n"
3908"between 1024 and 102400 blocks. Aborting.\n"
3909msgstr ""
3910
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003911#: misc/util.c:270
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003912msgid ""
3913"\n"
3914"Journal size too big for filesystem.\n"
3915msgstr ""
3916
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003917#: misc/util.c:294
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003918#, c-format
3919msgid ""
3920"This filesystem will be automatically checked every %d mounts or\n"
3921"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
3922msgstr ""
3923
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003924#: misc/uuidgen.c:30
3925#, c-format
3926msgid "Usage: %s [-r] [-t]\n"
3927msgstr ""
3928
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04003929#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003930msgid "# Extent dump:\n"
3931msgstr ""
3932
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04003933#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003934#, c-format
3935msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
3936msgstr ""
3937
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04003938#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003939#, c-format
3940msgid "#\t\t %u -> %u (%d)\n"
3941msgstr ""
3942
Theodore Ts'o6956f612005-12-31 16:46:15 -05003943#: resize/main.c:39
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003944#, c-format
3945msgid ""
Theodore Ts'obc759702005-05-09 20:40:55 -04003946"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003947"\n"
3948msgstr ""
3949
Theodore Ts'o6956f612005-12-31 16:46:15 -05003950#: resize/main.c:61
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003951msgid "Extending the inode table"
3952msgstr ""
3953
Theodore Ts'o6956f612005-12-31 16:46:15 -05003954#: resize/main.c:64
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003955msgid "Relocating blocks"
3956msgstr ""
3957
Theodore Ts'o6956f612005-12-31 16:46:15 -05003958#: resize/main.c:67
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003959msgid "Scanning inode table"
3960msgstr ""
3961
Theodore Ts'o6956f612005-12-31 16:46:15 -05003962#: resize/main.c:70
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003963msgid "Updating inode references"
3964msgstr ""
3965
Theodore Ts'o6956f612005-12-31 16:46:15 -05003966#: resize/main.c:73
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003967msgid "Moving inode table"
3968msgstr ""
3969
Theodore Ts'o6956f612005-12-31 16:46:15 -05003970#: resize/main.c:76
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003971msgid "Unknown pass?!?"
3972msgstr ""
3973
Theodore Ts'o6956f612005-12-31 16:46:15 -05003974#: resize/main.c:79
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003975#, c-format
3976msgid "Begin pass %d (max = %lu)\n"
3977msgstr ""
3978
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003979#: resize/main.c:200
Theodore Ts'o6956f612005-12-31 16:46:15 -05003980#, c-format
3981msgid "while opening %s"
3982msgstr ""
3983
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003984#: resize/main.c:212
Theodore Ts'o6956f612005-12-31 16:46:15 -05003985#, c-format
3986msgid "while getting stat information for %s"
3987msgstr ""
3988
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003989#: resize/main.c:286
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003990#, c-format
3991msgid "bad filesystem size - %s"
3992msgstr ""
3993
Theodore Ts'o6956f612005-12-31 16:46:15 -05003994#: resize/main.c:313
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003995#, c-format
3996msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003997"The containing partition (or device) is only %u (%dk) blocks.\n"
3998"You requested a new size of %u blocks.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00003999"\n"
4000msgstr ""
4001
Theodore Ts'o6956f612005-12-31 16:46:15 -05004002#: resize/main.c:320
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004003#, c-format
4004msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004005"The filesystem is already %u blocks long. Nothing to do!\n"
4006"\n"
4007msgstr ""
4008
4009#: resize/main.c:331
4010#, c-format
4011msgid ""
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004012"Please run 'e2fsck -f %s' first.\n"
4013"\n"
4014msgstr ""
4015
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004016#: resize/main.c:342
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004017#, c-format
4018msgid "while trying to resize %s"
4019msgstr ""
4020
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004021#: resize/main.c:347
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004022#, c-format
4023msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004024"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004025"\n"
4026msgstr ""
4027
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004028#: resize/resize2fs.c:638
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004029msgid "reserved blocks"
4030msgstr ""
4031
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004032#: resize/resize2fs.c:643
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004033msgid "blocks to be moved"
4034msgstr ""
4035
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004036#: resize/resize2fs.c:648
Theodore Ts'obc759702005-05-09 20:40:55 -04004037msgid "meta-data blocks"
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004038msgstr ""
4039
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004040#: resize/resize2fs.c:1528
Theodore Ts'o6967a1f2000-07-13 23:17:17 +00004041#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004042msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'o1df33aa2005-01-11 14:05:18 -05004043msgstr ""