blob: f46a01534b488d2f141b7cbbf89416721988934f [file] [log] [blame]
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001# Übertragung ins Deutsche.
2# Olaf Klemke (C) 2002 Free Software Foundation, Inc.
3# Olaf Klemke <olke@users.sourceforge.net>,2002
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004# Marc Langer <marc@marclanger.de>,2003
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005#
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'oa2328c92002-10-30 23:26:03 -050064msgid ""
65msgstr ""
66"Project-Id-Version: e2fsprogs-1.28\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050067"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -050068"POT-Creation-Date: 2005-12-31 16:34-0500\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050069"PO-Revision-Date: 2003-08-24 23:00MEST\n"
70"Last-Translator: Marc Langer <marc@marclanger.de>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050071"Language-Team: deutsch <gnome-de@gnome.org>\n"
72"MIME-Version: 1.0\n"
73"Content-Type: text/plain; charset=ISO-8859-15\n"
74"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050075"Plural-Forms: nplurals=2; plural=(n != 1);\n"
76
Theodore Ts'obc759702005-05-09 20:40:55 -040077#: e2fsck/badblocks.c:22 misc/mke2fs.c:224
Theodore Ts'oa2328c92002-10-30 23:26:03 -050078#, c-format
79msgid "Bad block %u out of range; ignored.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050080msgstr "Bad block %u außerhalb des gültigen Bereichs; ignoriert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050081
82#: e2fsck/badblocks.c:45
83msgid "while sanity checking the bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050084msgstr "während der logischen Prüfung des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050085
86#: e2fsck/badblocks.c:57
87msgid "while reading the bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050088msgstr "während des Lesens des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050089
Theodore Ts'oa04eba32003-05-03 16:35:17 -040090#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o6956f612005-12-31 16:46:15 -050091#: e2fsck/unix.c:927 e2fsck/unix.c:960 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'o6956f612005-12-31 16:46:15 -050093#: misc/dumpe2fs.c:348 misc/e2image.c:567 misc/e2image.c:660
94#: misc/e2image.c:676 misc/mke2fs.c:240 misc/tune2fs.c:776 resize/main.c:236
Theodore Ts'oa2328c92002-10-30 23:26:03 -050095#, c-format
96msgid "while trying to open %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050097msgstr "beim Versuch, %s zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050098
99#: e2fsck/badblocks.c:82
100#, c-format
101msgid "while trying popen '%s'"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500102msgstr "beim Versuch, '%s' mittels 'popen' zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500103
Theodore Ts'obc759702005-05-09 20:40:55 -0400104#: e2fsck/badblocks.c:93 misc/mke2fs.c:247
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500105msgid "while reading in list of bad blocks from file"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500106msgstr "beim Lesen der 'Bad Block'-Liste aus der Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500107
108#: e2fsck/badblocks.c:103
109msgid "while updating bad block inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500110msgstr "beim Updaten des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500111
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500112#: e2fsck/badblocks.c:129
Theodore Ts'obc759702005-05-09 20:40:55 -0400113#, fuzzy, c-format
114msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500115msgstr ""
116"Warnung! Nicht zulässigen Block %u im 'Bad Blocks'-Inode gefunden! "
117"Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500118
119#: e2fsck/ehandler.c:53
120#, c-format
121msgid "Error reading block %lu (%s) while %s. "
122msgstr "Lesefehler - Block %lu (%s) während %s "
123
124#: e2fsck/ehandler.c:56
125#, c-format
126msgid "Error reading block %lu (%s). "
127msgstr "Lesefehler - Block %lu (%s) "
128
129#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
130msgid "Ignore error"
131msgstr "Ignoriere Fehler"
132
133#: e2fsck/ehandler.c:60
134msgid "Force rewrite"
135msgstr "Rückschreiben erzwingen"
136
137#: e2fsck/ehandler.c:100
138#, c-format
139msgid "Error writing block %lu (%s) while %s. "
140msgstr "Schreibfehler - Block %lu (%s) während %s "
141
142#: e2fsck/ehandler.c:103
143#, c-format
144msgid "Error writing block %lu (%s). "
145msgstr "Schreibfehler - Block %lu (%s) "
146
147#: e2fsck/emptydir.c:56
148msgid "empty dirblocks"
149msgstr "leere Verzeichnisblöcke"
150
151#: e2fsck/emptydir.c:61
152msgid "empty dir map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500153msgstr "leere Verzeichnisliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500155#: e2fsck/emptydir.c:97
156#, c-format
157msgid "Empty directory block %d (#%d) in inode %d\n"
158msgstr "leerer Verzeichnisblock %d (#%d) im Inode %d\n"
159
160#: e2fsck/extend.c:21
161#, c-format
162msgid "%s: %s filename nblocks blocksize\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500163msgstr "%s: %s Dateiname nblocks Blockgröße\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500164
165#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500166#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500167msgid "Illegal number of blocks!\n"
168msgstr "Blockanzahl nicht zulässig!\n"
169
170#: e2fsck/extend.c:49
171#, c-format
172msgid "Couldn't allocate block buffer (size=%d)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500173msgstr "Konnte keinen Blockpuffer (Größe=%d) reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500174
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400175#: e2fsck/flushb.c:34
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500176#, c-format
177msgid "Usage: %s disk\n"
178msgstr "Verwendung: %s Laufwerk\n"
179
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400180#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500181#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500182msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500183msgstr "BLKFLSBUF ioctl nicht unterstützt! Kann Puffer nicht leeren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500184
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400185#: e2fsck/iscan.c:46
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500186#, c-format
187msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
188msgstr "Verwendung: %s [-F] [-I inode_buffer_blocks] Gerät\n"
189
Theodore Ts'o6956f612005-12-31 16:46:15 -0500190#: e2fsck/iscan.c:83 e2fsck/unix.c:746
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500191#, c-format
192msgid "while opening %s for flushing"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500193msgstr "beim Öffnen von %s für die Puffer-Leerung."
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500194
Theodore Ts'o6956f612005-12-31 16:46:15 -0500195#: e2fsck/iscan.c:88 e2fsck/unix.c:752 resize/main.c:216
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500196#, c-format
197msgid "while trying to flush %s"
198msgstr "während des Rückschreibeversuches auf %s."
199
Theodore Ts'o6956f612005-12-31 16:46:15 -0500200#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:477
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500201msgid "while opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500202msgstr "beim Start des Inode-Scans"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500203
Theodore Ts'o6956f612005-12-31 16:46:15 -0500204#: e2fsck/iscan.c:129 misc/e2image.c:495
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500205msgid "while getting next inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500206msgstr "beim Laden des nächsten Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500207
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400208#: e2fsck/iscan.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500209#, c-format
210msgid "%d inodes scanned.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500211msgstr "%d Inodes gescannt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500212
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500213#: e2fsck/journal.c:463
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500214msgid "reading journal superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500215msgstr "Lese Journal-Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500216
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500217#: e2fsck/journal.c:520
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500218#, c-format
219msgid "%s: no valid journal superblock found\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500220msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500221
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500222#: e2fsck/journal.c:529
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500223#, c-format
224msgid "%s: journal too short\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500225msgstr "%s: Das Journal ist zu kurz.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500226
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500227#: e2fsck/journal.c:802
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500228#, c-format
229msgid "%s: recovering journal\n"
230msgstr "%s: stelle das Journal wieder her\n"
231
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500232#: e2fsck/journal.c:804
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500233#, c-format
234msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500235msgstr "%s: Das Journal ist nur lesbar - Keine Wiederherstellung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500236
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500237#: e2fsck/journal.c:825
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500238#, c-format
239msgid "while trying to re-open %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500240msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500241
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400242#: e2fsck/message.c:108
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500243msgid "aextended attribute"
244msgstr "aerweiterte Eigenschaft"
245
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400246#: e2fsck/message.c:109
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500247msgid "Aerror allocating"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500248msgstr "AFehler beim Zuweisen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500249
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400250#: e2fsck/message.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500251msgid "bblock"
252msgstr "bBlock"
253
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400254#: e2fsck/message.c:111
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500255msgid "Bbitmap"
256msgstr "BBitmap"
257
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400258#: e2fsck/message.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500259msgid "ccompress"
260msgstr "ckomprimieren"
261
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400262#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500263msgid "Cconflicts with some other fs @b"
264msgstr "CKonflikte mit anderen Dateisystemen @b"
265
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400266#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500267msgid "iinode"
268msgstr "iInode"
269
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400270#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500271msgid "Iillegal"
272msgstr "Inicht zulässig"
273
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400274#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500275msgid "jjournal"
276msgstr "jJournal"
277
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400278#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500279msgid "Ddeleted"
280msgstr "Dgelöscht"
281
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400282#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500283msgid "ddirectory"
284msgstr "dVerzeichnis"
285
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400286#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500287msgid "eentry"
288msgstr "eEintrag"
289
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400290#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500291msgid "E@e '%Dn' in %p (%i)"
292msgstr "E@e '%Dn' in %p (%i)"
293
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400294#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500295msgid "ffilesystem"
296msgstr "fDateisystem"
297
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400298#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500299msgid "Ffor @i %i (%Q) is"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500300msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500301
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400302#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500303msgid "ggroup"
304msgstr "gGruppe"
305
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400306#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500307msgid "hHTREE @d @i"
308msgstr "hHTREE @d @i"
309
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400310#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500311msgid "llost+found"
312msgstr "llost+found"
313
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400314#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500315msgid "Lis a link"
316msgstr "List ein Link"
317
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400318#: e2fsck/message.c:127
319#, fuzzy
320msgid "mmultiply-claimed"
321msgstr "mehrfach beanspruchte Inode-Liste"
322
323#: e2fsck/message.c:128
324msgid "ninvalid"
325msgstr ""
326
327#: e2fsck/message.c:129
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500328msgid "oorphaned"
329msgstr "overwaist"
330
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400331#: e2fsck/message.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500332msgid "pproblem in"
333msgstr "pProblem in"
334
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400335#: e2fsck/message.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500336msgid "rroot @i"
337msgstr "rRoot @i"
338
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400339#: e2fsck/message.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500340msgid "sshould be"
341msgstr "ssollte sein"
342
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400343#: e2fsck/message.c:133
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500344msgid "Ssuper@b"
345msgstr "SSuper@b"
346
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400347#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500348msgid "uunattached"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500349msgstr "unicht verbunden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500350
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400351#: e2fsck/message.c:135
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500352msgid "vdevice"
353msgstr "vGerät"
354
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400355#: e2fsck/message.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500356msgid "zzero-length"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500357msgstr "zNull-Länge"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500358
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400359#: e2fsck/message.c:147
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500360msgid "<The NULL inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500361msgstr "<Der NULL Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500362
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400363#: e2fsck/message.c:148
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500364msgid "<The bad blocks inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500365msgstr "<Der 'Bad Blocks'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500366
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400367#: e2fsck/message.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500368msgid "<The ACL index inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500369msgstr "<Der 'ACL Index'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500370
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400371#: e2fsck/message.c:151
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500372msgid "<The ACL data inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500373msgstr "<Der 'ACL Data'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500374
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400375#: e2fsck/message.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500376msgid "<The boot loader inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500377msgstr "<Der 'Boot Loader'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500378
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400379#: e2fsck/message.c:153
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500380msgid "<The undelete directory inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500381msgstr "<Der 'undelete directory'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500382
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400383#: e2fsck/message.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500384msgid "<The group descriptor inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500385msgstr "<Des 'group descriptor'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500386
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400387#: e2fsck/message.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500388msgid "<The journal inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500389msgstr "<Der Journal-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500390
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400391#: e2fsck/message.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500392msgid "<Reserved inode 9>"
393msgstr "<Der reservierte Inode 9>"
394
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400395#: e2fsck/message.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500396msgid "<Reserved inode 10>"
397msgstr "<Der reservierte Inode 10>"
398
Theodore Ts'obc759702005-05-09 20:40:55 -0400399#: e2fsck/pass1b.c:209
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500400msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500401msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500402
Theodore Ts'obc759702005-05-09 20:40:55 -0400403#: e2fsck/pass1b.c:558 e2fsck/pass1b.c:695
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500404#, c-format
405msgid "internal error; can't find dup_blk for %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500406msgstr "interner Fehler; dup_blk für %d nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500407
Theodore Ts'obc759702005-05-09 20:40:55 -0400408#: e2fsck/pass1b.c:738
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500409msgid "returned from clone_file_block"
410msgstr "zurückgegeben von clone_file_block"
411
Theodore Ts'obc759702005-05-09 20:40:55 -0400412#: e2fsck/pass1.c:430
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500413msgid "in-use inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500414msgstr "'in-use inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500415
Theodore Ts'obc759702005-05-09 20:40:55 -0400416#: e2fsck/pass1.c:439
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500417msgid "directory inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500418msgstr "'directory inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500419
Theodore Ts'obc759702005-05-09 20:40:55 -0400420#: e2fsck/pass1.c:447
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500421msgid "regular file inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500422msgstr "'regular file inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500423
Theodore Ts'obc759702005-05-09 20:40:55 -0400424#: e2fsck/pass1.c:454
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500425msgid "in-use block map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500426msgstr "'in-use block'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500427
Theodore Ts'obc759702005-05-09 20:40:55 -0400428#: e2fsck/pass1.c:505
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500429msgid "doing inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500430msgstr "Inode-Scan"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500431
Theodore Ts'obc759702005-05-09 20:40:55 -0400432#: e2fsck/pass1.c:917
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500433msgid "Pass 1"
434msgstr "Durchgang 1"
435
Theodore Ts'obc759702005-05-09 20:40:55 -0400436#: e2fsck/pass1.c:976
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500437#, c-format
438msgid "reading indirect blocks of inode %u"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500439msgstr "lese indirekte Blöcke von Inode %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500440
Theodore Ts'obc759702005-05-09 20:40:55 -0400441#: e2fsck/pass1.c:1018
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500442msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500443msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500444
Theodore Ts'obc759702005-05-09 20:40:55 -0400445#: e2fsck/pass1.c:1040
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500446msgid "inode in bad block map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500447msgstr "Inode in 'Bad Blocks'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500448
Theodore Ts'obc759702005-05-09 20:40:55 -0400449#: e2fsck/pass1.c:1060
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500450msgid "imagic inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500451msgstr "i'magic inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500452
Theodore Ts'obc759702005-05-09 20:40:55 -0400453#: e2fsck/pass1.c:1087
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500454msgid "multiply claimed block map"
455msgstr "multiply claimed block map"
456
Theodore Ts'obc759702005-05-09 20:40:55 -0400457#: e2fsck/pass1.c:1186
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500458msgid "ext attr block map"
459msgstr "ext attr block map"
460
Theodore Ts'obc759702005-05-09 20:40:55 -0400461#: e2fsck/pass1.c:1959
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500462msgid "block bitmap"
463msgstr "block bitmap"
464
Theodore Ts'obc759702005-05-09 20:40:55 -0400465#: e2fsck/pass1.c:1963
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500466msgid "inode bitmap"
467msgstr "inode bitmap"
468
Theodore Ts'obc759702005-05-09 20:40:55 -0400469#: e2fsck/pass1.c:1967
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500470msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500471msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500472
Theodore Ts'obc759702005-05-09 20:40:55 -0400473#: e2fsck/pass2.c:287
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500474msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400475msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500476
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400477#: e2fsck/pass3.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500478msgid "inode done bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500479msgstr "'inode done'-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500480
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400481#: e2fsck/pass3.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500482msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500483msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500484
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400485#: e2fsck/pass3.c:143
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500486msgid "Pass 3"
487msgstr "Durchgang 3"
488
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500489#: e2fsck/pass3.c:334
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500490msgid "inode loop detection bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500491msgstr "'inode loop detection'-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500492
493#: e2fsck/pass4.c:174
494msgid "Pass 4"
495msgstr "Durchgang 4"
496
497#: e2fsck/pass5.c:70
498msgid "Pass 5"
499msgstr "Durchgang 5"
500
Theodore Ts'obc759702005-05-09 20:40:55 -0400501#: e2fsck/problem.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500502msgid "(no prompt)"
503msgstr "(nicht interaktiv)"
504
Theodore Ts'obc759702005-05-09 20:40:55 -0400505#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500506msgid "Fix"
507msgstr "Repariere"
508
Theodore Ts'obc759702005-05-09 20:40:55 -0400509#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500510msgid "Clear"
511msgstr "Bereinige"
512
Theodore Ts'obc759702005-05-09 20:40:55 -0400513#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500514msgid "Relocate"
515msgstr "Zurücksetzen"
516
Theodore Ts'obc759702005-05-09 20:40:55 -0400517#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500518msgid "Allocate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500519msgstr "Gebe frei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500520
Theodore Ts'obc759702005-05-09 20:40:55 -0400521#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500522msgid "Expand"
523msgstr "Erweitere"
524
Theodore Ts'obc759702005-05-09 20:40:55 -0400525#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500526msgid "Connect to /lost+found"
527msgstr "Verbinde nach /lost+found"
528
Theodore Ts'obc759702005-05-09 20:40:55 -0400529#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500530msgid "Create"
531msgstr "Erstelle"
532
Theodore Ts'obc759702005-05-09 20:40:55 -0400533#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500534msgid "Salvage"
535msgstr "Rette"
536
Theodore Ts'obc759702005-05-09 20:40:55 -0400537#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500538msgid "Truncate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500539msgstr "Verkürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500540
Theodore Ts'obc759702005-05-09 20:40:55 -0400541#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500542msgid "Clear inode"
543msgstr "Bereinige Inode"
544
Theodore Ts'obc759702005-05-09 20:40:55 -0400545#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500546msgid "Abort"
547msgstr "Abbrechen"
548
Theodore Ts'obc759702005-05-09 20:40:55 -0400549#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500550msgid "Split"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500551msgstr "Aufsplitten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500552
Theodore Ts'obc759702005-05-09 20:40:55 -0400553#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500554msgid "Continue"
555msgstr "Fortsetzen"
556
Theodore Ts'obc759702005-05-09 20:40:55 -0400557#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400558#, fuzzy
559msgid "Clone multiply-claimed blocks"
560msgstr "multiply claimed block map"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500561
Theodore Ts'obc759702005-05-09 20:40:55 -0400562#: e2fsck/problem.c:65
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500563msgid "Delete file"
564msgstr "Lösche Datei"
565
Theodore Ts'obc759702005-05-09 20:40:55 -0400566#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500567msgid "Suppress messages"
568msgstr "Ausgaben unterdrücken"
569
Theodore Ts'obc759702005-05-09 20:40:55 -0400570#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500571msgid "Unlink"
572msgstr "Unlink"
573
Theodore Ts'obc759702005-05-09 20:40:55 -0400574#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500575msgid "Clear HTree index"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500576msgstr "Bereinige HTree-Index"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500577
Theodore Ts'obc759702005-05-09 20:40:55 -0400578#: e2fsck/problem.c:69
579#, fuzzy
580msgid "Recreate"
581msgstr "Zurücksetzen"
582
583#: e2fsck/problem.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500584msgid "(NONE)"
585msgstr "(NICHTS)"
586
Theodore Ts'obc759702005-05-09 20:40:55 -0400587#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500588msgid "FIXED"
589msgstr "REPARIERT"
590
Theodore Ts'obc759702005-05-09 20:40:55 -0400591#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500592msgid "CLEARED"
593msgstr "BEREINIGT"
594
Theodore Ts'obc759702005-05-09 20:40:55 -0400595#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500596msgid "RELOCATED"
597msgstr "ZURÜCKGESETZT"
598
Theodore Ts'obc759702005-05-09 20:40:55 -0400599#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500600msgid "ALLOCATED"
601msgstr "FREIGEGEBEN"
602
Theodore Ts'obc759702005-05-09 20:40:55 -0400603#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500604msgid "EXPANDED"
605msgstr "ERWEITERT"
606
Theodore Ts'obc759702005-05-09 20:40:55 -0400607#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500608msgid "RECONNECTED"
609msgstr "WIEDER VERBUNDEN"
610
Theodore Ts'obc759702005-05-09 20:40:55 -0400611#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500612msgid "CREATED"
613msgstr "ANGELEGT"
614
Theodore Ts'obc759702005-05-09 20:40:55 -0400615#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500616msgid "SALVAGED"
617msgstr "GERETTET"
618
Theodore Ts'obc759702005-05-09 20:40:55 -0400619#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500620msgid "TRUNCATED"
621msgstr "BEENDET"
622
Theodore Ts'obc759702005-05-09 20:40:55 -0400623#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500624msgid "INODE CLEARED"
625msgstr "INODE BEREINIGT"
626
Theodore Ts'obc759702005-05-09 20:40:55 -0400627#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500628msgid "ABORTED"
629msgstr "ABGEBROCHEN"
630
Theodore Ts'obc759702005-05-09 20:40:55 -0400631#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500632msgid "SPLIT"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500633msgstr "ABGESPALTET"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500634
Theodore Ts'obc759702005-05-09 20:40:55 -0400635#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500636msgid "CONTINUING"
637msgstr "SETZE FORT"
638
Theodore Ts'obc759702005-05-09 20:40:55 -0400639#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400640#, fuzzy
641msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500642msgstr "DOPPELTE/DEFEKTE BLÖCKE DUPLIZIERT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500643
Theodore Ts'obc759702005-05-09 20:40:55 -0400644#: e2fsck/problem.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500645msgid "FILE DELETED"
646msgstr "DATEI GELÖSCHT"
647
Theodore Ts'obc759702005-05-09 20:40:55 -0400648#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500649msgid "SUPPRESSED"
650msgstr "UNTERDRÜCKT"
651
Theodore Ts'obc759702005-05-09 20:40:55 -0400652#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500653msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500654msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500655
Theodore Ts'obc759702005-05-09 20:40:55 -0400656#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500657msgid "HTREE INDEX CLEARED"
658msgstr "HTREE INDEX BEREINIGT"
659
Theodore Ts'obc759702005-05-09 20:40:55 -0400660#: e2fsck/problem.c:97
661#, fuzzy
662msgid "WILL RECREATE"
663msgstr "ANGELEGT"
664
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400665#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400666#: e2fsck/problem.c:106
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500667msgid "@b @B for @g %g is not in @g. (@b %b)\n"
668msgstr "@b @B für @g %g ist nicht in @g. (@b %b)\n"
669
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400670#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400671#: e2fsck/problem.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500672msgid "@i @B for @g %g is not in @g. (@b %b)\n"
673msgstr "@i @B für @g %g ist nicht in @g. (@b %b)\n"
674
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400675#. @-expanded: inode table for group %g is not in group. (block %b)\n
676#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400677#: e2fsck/problem.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500678msgid ""
679"@i table for @g %g is not in @g. (@b %b)\n"
680"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
681msgstr ""
682"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500683"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500684
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400685#. @-expanded: \n
686#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
687#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
688#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
689#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
690#. @-expanded: e2fsck -b %S <device>\n
691#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400692#: e2fsck/problem.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500693#, c-format
694msgid ""
695"\n"
696"The @S could not be read or does not describe a correct ext2\n"
697"@f. If the @v is valid and it really contains an ext2\n"
698"@f (and not swap or ufs or something else), then the @S\n"
699"is corrupt, and you might try running e2fsck with an alternate @S:\n"
700" e2fsck -b %S <@v>\n"
701"\n"
702msgstr ""
703"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500704"@S ist unlesbar bzw. beschreibt kein gültiges ext2\n"
705"@f. Wenn @v gültig ist und ein ext2\n"
706"@f (kein swap oder ufs usw.) enthält, dann ist der @S\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500707"beschädigt, und sie könnten e2fsck mit einem anderen @S:\n"
708" e2fsck -b %S <@v>\n"
709"\n"
710
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400711#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
712#. @-expanded: The physical size of the device is %c blocks\n
713#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400714#: e2fsck/problem.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500715msgid ""
716"The @f size (according to the @S) is %b @bs\n"
717"The physical size of the @v is %c @bs\n"
718"Either the @S or the partition table is likely to be corrupt!\n"
719msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500720"Die @f Größe ( laut @S) ist %b @bs\n"
721"Die physikalische Größe von @v ist %c @bs\n"
722"Entweder der @S oder die Partionstabelle ist beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500723
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400724#. @-expanded: superblock block_size = %b, fragsize = %c.\n
725#. @-expanded: This version of e2fsck does not support fragment sizes different\n
726#. @-expanded: from the block size.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400727#: e2fsck/problem.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500728msgid ""
729"@S @b_size = %b, fragsize = %c.\n"
730"This version of e2fsck does not support fragment sizes different\n"
731"from the @b size.\n"
732msgstr ""
733"@S @b_size = %b, fragsize = %c.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500734"Diese Version von e2fsck unterstützt keine von @b-Größen verschiedene "
735"Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500736
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400737#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400738#: e2fsck/problem.c:144
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500739msgid "@S @bs_per_group = %b, should have been %c\n"
740msgstr "@S @bs_per_group = %b, sollte %c sein.\n"
741
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400742#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400743#: e2fsck/problem.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500744msgid "@S first_data_@b = %b, should have been %c\n"
745msgstr "@S first_data_@b = %b, sollte %c haben.\n"
746
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400747#. @-expanded: filesystem did not have a UUID; generating one.\n
748#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400749#: e2fsck/problem.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500750msgid ""
751"@f did not have a UUID; generating one.\n"
752"\n"
753msgstr ""
754"@f hat keinen UUID ; generiere einen.\n"
755"\n"
756
Theodore Ts'obc759702005-05-09 20:40:55 -0400757#: e2fsck/problem.c:159
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400758#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500759msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400760"Note: if several inode or block bitmap blocks or part\n"
761"of the inode table require relocation, you may wish to try\n"
762"running e2fsck with the '-b %S' option first. The problem\n"
763"may lie only with the primary block group descriptors, and\n"
764"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500765"\n"
766msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500767"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
768"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
769"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
770"mit der Option '-b %S' zu starten. Das Problem könnte\n"
771"im primären Blockgruppenbezeichner liegen, und seine\n"
772"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500773"\n"
774
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400775#. @-expanded: Corruption found in superblock. (%s = %N).\n
776#: e2fsck/problem.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500777msgid "Corruption found in @S. (%s = %N).\n"
778msgstr "Beschädigung gefunden in @S. (%s = %N).\n"
779
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400780#. @-expanded: Error determining size of the physical device: %m\n
781#: e2fsck/problem.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500782#, c-format
783msgid "Error determining size of the physical @v: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500784msgstr "Fehler bei der Feststellung der Größe des physikalischen @v: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500785
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400786#. @-expanded: inode count in superblock is %i, should be %j.\n
787#: e2fsck/problem.c:178
788#, fuzzy
789msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500790msgstr "@i Anzahl in @S ist %i, sollte %j sein.\n"
791
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400792#: e2fsck/problem.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500793msgid "The Hurd does not support the filetype feature.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500794msgstr "Der Hurd unterstützt das Dateityp-Feature nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500795
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400796#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
797#: e2fsck/problem.c:187
798#, fuzzy, c-format
799msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500800msgstr "@S hat einen defekten ext3 @j (@i %i).\n"
801
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400802#. @-expanded: External journal has multiple filesystem users (unsupported).\n
803#: e2fsck/problem.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500804msgid "External @j has multiple @f users (unsupported).\n"
805msgstr "Externer @j hat mehrere @f Nutzer (nicht unterstützt).\n"
806
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400807#. @-expanded: Can't find external journal\n
808#: e2fsck/problem.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500809msgid "Can't find external @j\n"
810msgstr "Kann kein externes @j finden.\n"
811
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400812#. @-expanded: External journal has bad superblock\n
813#: e2fsck/problem.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500814msgid "External @j has bad @S\n"
815msgstr "Externes @j hat ungültigen @S\n"
816
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400817#. @-expanded: External journal does not support this filesystem\n
818#: e2fsck/problem.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500819msgid "External @j does not support this @f\n"
820msgstr "Externes @j unterstützt nicht @f\n"
821
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400822#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
823#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
824#. @-expanded: format.\n
825#. @-expanded: It is also possible the journal superblock is corrupt.\n
826#: e2fsck/problem.c:212
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500827msgid ""
828"Ext3 @j @S is unknown type %N (unsupported).\n"
829"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
830"format.\n"
831"It is also possible the @j @S is corrupt.\n"
832msgstr ""
833"Ext3 @j @S ist eine unbekannter Type %N (nicht unterstützt).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500834"Es ist möglich, dass ihr e2fsck älter ist und/oder dieses @j Format nicht "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500835"unterstützt.\n"
836"Es ist ebenso möglich, dass @j @S defekt ist.\n"
837
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400838#. @-expanded: Ext3 journal superblock is corrupt.\n
839#: e2fsck/problem.c:220
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500840msgid "Ext3 @j @S is corrupt.\n"
841msgstr "Ext3 @j @S ist defekt.\n"
842
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400843#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
844#: e2fsck/problem.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500845#, c-format
846msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
847msgstr "@S hat kein has_@j Flag, aber ein ext3 @j %s.\n"
848
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400849#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
850#: e2fsck/problem.c:230
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500851msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500852msgstr "@S hat das ext3 'needs_recovery'-Flag gesetzt, aber kein @j.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500853
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400854#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
855#: e2fsck/problem.c:235
856#, fuzzy
857msgid "ext3 recovery flag is clear, but @j has data.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500858msgstr "ext3 Recovery-Flag sauber, aber das @j enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500859
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400860#. @-expanded: Clear journal
861#: e2fsck/problem.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500862msgid "Clear @j"
863msgstr "Bereinige @j"
864
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400865#. @-expanded: Run journal anyway
866#: e2fsck/problem.c:245
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500867msgid "Run @j anyway"
868msgstr "Starte @j trotzdem"
869
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400870#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
871#: e2fsck/problem.c:250
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500872msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500873msgstr ""
874"Recovery-Flag in Backup @S nicht gesetzt, @j wird trotzdem gestartet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500875
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400876#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
877#: e2fsck/problem.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500878msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
879msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
880
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400881#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
882#: e2fsck/problem.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500883msgid "@I @b #%B (%b) found in @o @i %i.\n"
884msgstr "@I @b #%B (%b) gefunden in @o @i %i.\n"
885
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400886#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
887#: e2fsck/problem.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500888msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500889msgstr "bereits bereinigt @b #%B (%b) gefunden in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500890
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400891#. @-expanded: illegal orphaned inode %i in superblock.\n
892#: e2fsck/problem.c:270
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500893#, c-format
894msgid "@I @o @i %i in @S.\n"
895msgstr "@I @o @i %i in @S.\n"
896
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400897#. @-expanded: illegal inode %i in orphaned inode list.\n
898#: e2fsck/problem.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500899#, c-format
900msgid "@I @i %i in @o @i list.\n"
901msgstr "@I @i %i in @o @i Liste.\n"
902
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400903#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o6956f612005-12-31 16:46:15 -0500904#: e2fsck/problem.c:280 e2fsck/problem.c:604
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400905msgid "@f has feature flag(s) set, but is a revision 0 @f. "
906msgstr ""
907
908#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
909#: e2fsck/problem.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500910msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
911msgstr "Ext3 @j @S hat ein unbekanntes Nur-Lesen-Flag gesetzt.\n"
912
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400913#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
914#: e2fsck/problem.c:290
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500915msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
916msgstr "Ext3 @j @S hat ein unbekanntes Inkompatibel-Flag gesetzt.\n"
917
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400918#. @-expanded: journal version not supported by this e2fsck.\n
919#: e2fsck/problem.c:295
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500920msgid "@j version not supported by this e2fsck.\n"
921msgstr "@j Version wird von diesem e2fsck nicht unterstützt.\n"
922
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400923#. @-expanded: Moving journal from /%s to hidden inode.\n
924#. @-expanded: \n
925#: e2fsck/problem.c:300
926#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500927msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400928"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500929"\n"
930msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500931"Verschiebe @j von /%s zum versteckten Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500932"\n"
933
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400934#. @-expanded: Error moving journal: %m\n
935#. @-expanded: \n
936#: e2fsck/problem.c:305
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500937#, c-format
938msgid ""
939"Error moving @j: %m\n"
940"\n"
941msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500942"Fehler beim Verschieben von @j: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500943"\n"
944
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400945#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
946#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
947#. @-expanded: \n
948#: e2fsck/problem.c:310
949#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500950msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400951"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500952"Clearing fields beyond the V1 @j @S...\n"
953"\n"
954msgstr ""
955"Fand unvollständige V2 @j @S Felder (vom V1 Journal).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500956"Bereinige die Felder hinter V1 @j @S...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500957"\n"
958
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400959#. @-expanded: Backing up journal inode block information.\n
960#. @-expanded: \n
961#: e2fsck/problem.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500962msgid ""
963"Backing up @j @i @b information.\n"
964"\n"
965msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -0400966"Sichere @j @i @b Information.\n"
967"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500968
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400969#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
970#. @-expanded: is %N; should be zero.
971#: e2fsck/problem.c:321
Theodore Ts'obc759702005-05-09 20:40:55 -0400972msgid ""
973"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
974"is %N; @s zero. "
975msgstr ""
976
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400977#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
978#: e2fsck/problem.c:327
979msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'obc759702005-05-09 20:40:55 -0400980msgstr ""
981
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400982#. @-expanded: Resize inode not valid.
983#: e2fsck/problem.c:332
Theodore Ts'obc759702005-05-09 20:40:55 -0400984#, fuzzy
985msgid "Resize @i not valid. "
986msgstr "@r ist kein @d. "
987
Theodore Ts'o6956f612005-12-31 16:46:15 -0500988#. @-expanded: superblock last mount time is in the future.
989#: e2fsck/problem.c:337
990msgid "@S last mount time is in the future. "
991msgstr ""
992
993#. @-expanded: superblock last write time is in the future.
994#: e2fsck/problem.c:342
995msgid "@S last write time is in the future. "
996msgstr ""
997
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400998#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o6956f612005-12-31 16:46:15 -0500999#: e2fsck/problem.c:349
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001000msgid "Pass 1: Checking @is, @bs, and sizes\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001001msgstr "Durchgang 1: Prüfe @is, @bs, und Größen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001002
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001003#. @-expanded: root inode is not a directory.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001004#: e2fsck/problem.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001005msgid "@r is not a @d. "
1006msgstr "@r ist kein @d. "
1007
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001008#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001009#: e2fsck/problem.c:358
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001010msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001011msgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001012
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001013#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001014#: e2fsck/problem.c:363
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001015#, fuzzy
1016msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001017msgstr "Reservierte @i %i %Q hat einen falschen Modus. "
1018
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001019#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001020#: e2fsck/problem.c:368
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001021#, c-format
1022msgid "@D @i %i has zero dtime. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001023msgstr "@D @i %i hat \"zero dtime\". "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001024
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001025#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001026#: e2fsck/problem.c:373
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001027#, c-format
1028msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001029msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001030
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001031#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001032#: e2fsck/problem.c:378
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001033#, c-format
1034msgid "@i %i is a @z @d. "
1035msgstr "@i %i ist ein @z @d. "
1036
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001037#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001038#: e2fsck/problem.c:383
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001039msgid "@g %g's @b @B at %b @C.\n"
1040msgstr "@g %g's @b @B auf %b @C.\n"
1041
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001042#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001043#: e2fsck/problem.c:388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001044msgid "@g %g's @i @B at %b @C.\n"
1045msgstr "@g %g's @i @B auf %b @C.\n"
1046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001047#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001048#: e2fsck/problem.c:393
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001049msgid "@g %g's @i table at %b @C.\n"
1050msgstr "@g %g's @i Tabelle auf %b @C.\n"
1051
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001052#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001053#: e2fsck/problem.c:398
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001054msgid "@g %g's @b @B (%b) is bad. "
1055msgstr "@g %g's @b @B (%b) ist ungültig. "
1056
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001057#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001058#: e2fsck/problem.c:403
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001059msgid "@g %g's @i @B (%b) is bad. "
1060msgstr "@g %g's @i @B (%b) ist ungültig. "
1061
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001062#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001063#: e2fsck/problem.c:408
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001064msgid "@i %i, i_size is %Is, @s %N. "
1065msgstr "@i %i, i_size ist %Is, @s %N. "
1066
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001067#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001068#: e2fsck/problem.c:413
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001069msgid "@i %i, i_@bs is %Ib, @s %N. "
1070msgstr "@i %i, i_@bs ist %Ib, @s %N. "
1071
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001072#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001073#: e2fsck/problem.c:418
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001074msgid "@I @b #%B (%b) in @i %i. "
1075msgstr "@I @b #%B (%b) in @i %i. "
1076
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001077#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001078#: e2fsck/problem.c:423
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001079msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1080msgstr "@b #%B (%b) überlappt @f metadata in @i %i. "
1081
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001082#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001083#: e2fsck/problem.c:428
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001084#, c-format
1085msgid "@i %i has illegal @b(s). "
1086msgstr "@i %i hat unzulässigen @b(s). "
1087
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001088#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001089#: e2fsck/problem.c:433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001090#, c-format
1091msgid "Too many illegal @bs in @i %i.\n"
1092msgstr "Zu viele unzulässige @bs in @i %i.\n"
1093
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001094#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001095#: e2fsck/problem.c:438
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001096msgid "@I @b #%B (%b) in bad @b @i. "
1097msgstr "@I @b #%B (%b) in bad @b @i. "
1098
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001099#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001100#: e2fsck/problem.c:443
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001101msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001102msgstr "Bad @b @i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001103
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001104#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001105#: e2fsck/problem.c:448
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001106msgid "Duplicate or bad @b in use!\n"
1107msgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
1108
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001109#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001110#: e2fsck/problem.c:453
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001111msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001112msgstr "Bad @b %b benutzt als bad @b @i indirekt @b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001113
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001114#. @-expanded: \n
1115#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1116#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1117#. @-expanded: in the filesystem.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001118#: e2fsck/problem.c:458
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001119msgid ""
1120"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001121"The bad @b @i has probably been corrupted. You probably\n"
1122"should stop now and run e2fsck -c to scan for bad blocks\n"
1123"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001124msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001125"\n"
1126"Defekter @b @i ist wahrscheinlich beschädigt worden. Sie sollten\n"
1127"nun eher innehalten und »e2fsck -c« ausführen, um nach defekten\n"
1128"Blöcken in @f zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001129
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001130#. @-expanded: \n
1131#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001132#: e2fsck/problem.c:465
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001133msgid ""
1134"\n"
1135"If the @b is really bad, the @f can not be fixed.\n"
1136msgstr ""
1137"\n"
1138"Wenn der @b wirklich defekt ist, kann der @f nicht repariert werden.\n"
1139
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001140#. @-expanded: You can remove this block from the bad block list and hope\n
1141#. @-expanded: that the block is really OK. But there are no guarantees.\n
1142#. @-expanded: \n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001143#: e2fsck/problem.c:470
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001144#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001145msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001146"You can remove this @b from the bad @b list and hope\n"
1147"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001148"\n"
1149msgstr ""
1150"Sie können @b von der @b - Liste löschen \n"
1151"und hoffen das @b wirklich in Ordnung ist, es \n"
1152"gibt aber KEINE GARANTIEN.\n"
1153"\n"
1154
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001155#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001156#: e2fsck/problem.c:476
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001157msgid "The primary @S (%b) is on the bad @b list.\n"
1158msgstr "Der primäre @S (%b) ist auf der bad @b Liste.\n"
1159
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001160#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001161#: e2fsck/problem.c:481
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001162msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001163msgstr "Block %b im primären Deskriptor @g ist auf der bad @b Liste\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001164
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001165#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001166#: e2fsck/problem.c:487
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001167msgid "Warning: Group %g's @S (%b) is bad.\n"
1168msgstr "Warnung: Gruppe %g's @S (%b) ist ungültig.\n"
1169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001170#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001171#: e2fsck/problem.c:492
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001172msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001173msgstr "Warnung: Gruppe %g's Kopie vom Deskriptor @g hat einen bad @b (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001174
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001175#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001176#: e2fsck/problem.c:498
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001177msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1178msgstr "Programmfehler? @b #%b verlangt ohne Grund in process_bad_@b.\n"
1179
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001180#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001181#: e2fsck/problem.c:504
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001182msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1183msgstr "@A %N grenzt an @b(s) in @b @g %g for %s: %m\n"
1184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001185#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001186#: e2fsck/problem.c:509
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001187#, c-format
1188msgid "@A @b buffer for relocating %s\n"
1189msgstr "@A @b Puffer zum Verschieben %s\n"
1190
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001191#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001192#: e2fsck/problem.c:514
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001193msgid "Relocating @g %g's %s from %b to %c...\n"
1194msgstr "Verschiebe @g %g's %s von %b nach %c...\n"
1195
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001196#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001197#: e2fsck/problem.c:519
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001198#, c-format
1199msgid "Relocating @g %g's %s to %c...\n"
1200msgstr "Verschiebe @g %g's %s nach %c...\n"
1201
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001202#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001203#: e2fsck/problem.c:524
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001204msgid "Warning: could not read @b %b of %s: %m\n"
1205msgstr "Warnung: kann @b %b von %s: %m nicht lesen\n"
1206
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001207#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001208#: e2fsck/problem.c:529
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001209msgid "Warning: could not write @b %b for %s: %m\n"
1210msgstr "Warnung: kann @b %b von %s: %m nicht schreiben\n"
1211
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001212#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001213#: e2fsck/problem.c:534 e2fsck/problem.c:1261
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001214msgid "@A @i @B (%N): %m\n"
1215msgstr "@A @i @B (%N): %m\n"
1216
1217#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001218#: e2fsck/problem.c:539
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001219#, fuzzy
1220msgid "@A @b @B (%N): %m\n"
1221msgstr "@A @i @B (%N): %m\n"
1222
1223#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001224#: e2fsck/problem.c:544
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001225#, c-format
1226msgid "@A icount link information: %m\n"
1227msgstr "@A icount link information: %m\n"
1228
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001229#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001230#: e2fsck/problem.c:549
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001231#, c-format
1232msgid "@A @d @b array: %m\n"
1233msgstr "@A @d @b array: %m\n"
1234
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001235#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001236#: e2fsck/problem.c:554
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001237#, c-format
1238msgid "Error while scanning @is (%i): %m\n"
1239msgstr "Fehler während der Suche @is (%i): %m\n"
1240
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001241#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001242#: e2fsck/problem.c:559
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001243#, c-format
1244msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001245msgstr "Fehler beim Iterieren über @bs in @i %i: %m\n"
1246
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001247#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001248#: e2fsck/problem.c:564
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001249msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001250msgstr ""
1251"Fehler beim Speichern von @i count Informationen (@i=%i, count=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001252
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001253#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001254#: e2fsck/problem.c:569
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001255msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001256msgstr "Fehler beim Speichern @d @b Informationen (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001257
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001258#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001259#: e2fsck/problem.c:575
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001260#, c-format
1261msgid "Error reading @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001262msgstr "Fehler beim Lesen von @i %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001263
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001264#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001265#: e2fsck/problem.c:583
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001266#, c-format
1267msgid "@i %i has imagic flag set. "
1268msgstr "@i %i hat Imagic-Flag gesetzt. "
1269
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001270#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1271#. @-expanded: or append-only flag set.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001272#: e2fsck/problem.c:588
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001273#, c-format
1274msgid ""
1275"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1276"or append-only flag set. "
1277msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001278"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001279"oder append-only Flag gesetzt. "
1280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001281#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001282#: e2fsck/problem.c:594
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001283#, c-format
1284msgid "@i %i has @cion flag set on @f without @cion support. "
1285msgstr "@i %i hat @cion Flag gesetzt auf @f ohne @cion Unterstützung. "
1286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001287#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001288#: e2fsck/problem.c:599
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001289#, fuzzy, c-format
1290msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1291msgstr ""
1292"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
1293"oder append-only Flag gesetzt. "
1294
1295#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001296#: e2fsck/problem.c:609
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001297#, fuzzy
1298msgid "@j @i is not in use, but contains data. "
1299msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
1300
1301#. @-expanded: journal is not regular file.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001302#: e2fsck/problem.c:614
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001303msgid "@j is not regular file. "
1304msgstr "@j ist keine reguläre Datei. "
1305
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001306#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001307#: e2fsck/problem.c:619
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001308#, fuzzy, c-format
1309msgid "@i %i was part of the @o @i list. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001310msgstr "@i %i war Teil der orphaned @i Liste. "
1311
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001312#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001313#: e2fsck/problem.c:625
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001314msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001315msgstr "@is, die Teile einer defekten Liste mit verwaisten Links waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001316
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001317#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001318#: e2fsck/problem.c:630
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001319#, fuzzy
1320msgid "@A refcount structure (%N): %m\n"
1321msgstr "@A icount structure: %m\n"
1322
1323#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001324#: e2fsck/problem.c:635
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001325msgid "Error reading @a @b %b for @i %i. "
1326msgstr "Fehler beim Lesen @a @b %b for @i %i. "
1327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001328#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001329#: e2fsck/problem.c:640
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001330msgid "@i %i has a bad @a @b %b. "
1331msgstr "@i %i hat defekten @a @b %b. "
1332
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001333#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001334#: e2fsck/problem.c:645
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001335msgid "Error reading @a @b %b (%m). "
1336msgstr "Fehler beim Lesen @a @b %b (%m). "
1337
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001338#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001339#: e2fsck/problem.c:650
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001340#, fuzzy
1341msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001342msgstr "@a @b %b hat den Referenzzähler %B, richtig wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001343
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001344#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001345#: e2fsck/problem.c:655
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001346msgid "Error writing @a @b %b (%m). "
1347msgstr "Fehler beim Schreiben @a @b %b (%m). "
1348
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001349#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001350#: e2fsck/problem.c:660
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001351#, fuzzy
1352msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001353msgstr "@a @b %b hat h_blocks > 1. "
1354
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001355#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001356#: e2fsck/problem.c:665
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001357#, fuzzy
1358msgid "@A @a @b %b. "
1359msgstr "@I @o @i %i in @S.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001360
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001361#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001362#: e2fsck/problem.c:670
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001363msgid "@a @b %b is corrupt (allocation collision). "
1364msgstr "@a @b %b ist defekt (allocation collision). "
1365
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001366#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001367#: e2fsck/problem.c:675
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001368#, fuzzy
1369msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001370msgstr "@a @b %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001371
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001372#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001373#: e2fsck/problem.c:680
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001374#, fuzzy
1375msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001376msgstr "@a @b %b ist defekt (ungültiger Wert). "
1377
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001378#. @-expanded: inode %i is too big.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001379#: e2fsck/problem.c:685
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001380#, c-format
1381msgid "@i %i is too big. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001382msgstr "@i %i ist zu groß. "
1383
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001384#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001385#: e2fsck/problem.c:689
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001386msgid "@b #%B (%b) causes @d to be too big. "
1387msgstr "@b #%B (%b) macht @d zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001388
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001389#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001390#: e2fsck/problem.c:694
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001391msgid "@b #%B (%b) causes file to be too big. "
1392msgstr "@b #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001393
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001394#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001395#: e2fsck/problem.c:699
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001396msgid "@b #%B (%b) causes symlink to be too big. "
1397msgstr "@b #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001398
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001399#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001400#: e2fsck/problem.c:704
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001401#, c-format
1402msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1403msgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
1404
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001405#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001406#: e2fsck/problem.c:709
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001407#, c-format
1408msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1409msgstr "@i %i hat INDEX_FL flag gesetzt, ist aber kein @d.\n"
1410
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001411#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001412#: e2fsck/problem.c:714
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001413#, fuzzy, c-format
1414msgid "@h %i has an @n root node.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001415msgstr "@h %i hat einen unvollständigen root node.\n"
1416
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001417#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001418#: e2fsck/problem.c:719
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001419msgid "@h %i has an unsupported hash version (%N)\n"
1420msgstr "@h %i hat eine nicht unterstützte hash-Version (%N)\n"
1421
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001422#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001423#: e2fsck/problem.c:724
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001424#, c-format
1425msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001426msgstr "@h %i benutzt einen nicht unterstützten htree root node flag.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001427
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001428#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001429#: e2fsck/problem.c:729
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001430msgid "@h %i has a tree depth (%N) which is too big\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001431msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001432
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001433#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1434#. @-expanded: filesystem metadata.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001435#: e2fsck/problem.c:734
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001436msgid ""
1437"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1438"@f metadata. "
1439msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001440"Defekter @b @i hat einen indirekten @b (%b), der mit\n"
1441"den @f Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001442
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001443#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001444#: e2fsck/problem.c:740
Theodore Ts'obc759702005-05-09 20:40:55 -04001445#, c-format
1446msgid "Resize @i (re)creation failed: %m."
1447msgstr ""
1448
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001449#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001450#: e2fsck/problem.c:745
Theodore Ts'obc759702005-05-09 20:40:55 -04001451#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001452msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001453msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001455#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001456#: e2fsck/problem.c:750
Theodore Ts'obc759702005-05-09 20:40:55 -04001457#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001458msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001459msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1460
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001461#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001462#: e2fsck/problem.c:755
Theodore Ts'obc759702005-05-09 20:40:55 -04001463#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001464msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001465msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1466
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001467#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001468#: e2fsck/problem.c:760
Theodore Ts'obc759702005-05-09 20:40:55 -04001469#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001470msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001471msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1472
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001473#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001474#: e2fsck/problem.c:765
Theodore Ts'obc759702005-05-09 20:40:55 -04001475#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001477msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1478
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001479#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001480#: e2fsck/problem.c:770
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001481#, fuzzy
1482msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
1483msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1484
1485#. @-expanded: \n
1486#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1487#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001488#: e2fsck/problem.c:777
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001489#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001490msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001491"\n"
1492"Running additional passes to resolve @bs claimed by more than one @i...\n"
1493"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001494msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001495"Doppelter @bs gefunden... starte Scan nach doppelten @b.\n"
1496"Durchgang 1B: Suche nach doppelten/defekten @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001497
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001498#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o6956f612005-12-31 16:46:15 -05001499#: e2fsck/problem.c:783
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001500#, fuzzy, c-format
1501msgid "@m @b(s) in @i %i:"
1502msgstr "@I @b #%B (%b) in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001503
Theodore Ts'o6956f612005-12-31 16:46:15 -05001504#: e2fsck/problem.c:798
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001505#, c-format
1506msgid "Error while scanning inodes (%i): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001507msgstr "Fehlen beim Prüfen von Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001508
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001509#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001510#: e2fsck/problem.c:803
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001511#, fuzzy, c-format
1512msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001513msgstr "@A @i @B (inode_dup_map): %m\n"
1514
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001515#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001516#: e2fsck/problem.c:808
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001517#, c-format
1518msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001519msgstr "Fehler beim Durchlaufen der @bs in @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001520
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001521#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001522#: e2fsck/problem.c:813 e2fsck/problem.c:1129
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001523#, fuzzy
1524msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001525msgstr "Fehler bei der Anpassung des refcount für @a @b %b (@i %i): %m\n"
1526
Theodore Ts'o6956f612005-12-31 16:46:15 -05001527#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1528#: e2fsck/problem.c:819
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001529#, fuzzy
Theodore Ts'o6956f612005-12-31 16:46:15 -05001530msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001531msgstr "Durchgang 1C: Prüfe Verzeichnisse nach @is mit doppelten @bs.\n"
1532
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001533#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001534#: e2fsck/problem.c:825
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001535#, fuzzy
1536msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001537msgstr "Durchgang 1D: Gleiche doppelte @bs ab\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001538
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001539#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1540#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001541#: e2fsck/problem.c:830
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001542#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001543msgid ""
1544"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001545" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001546msgstr ""
1547"Datei %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001548" hat %B doppelte @b(s), geteilt mit %N Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001549
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001550#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001551#: e2fsck/problem.c:836
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001552msgid "\t%Q (@i #%i, mod time %IM)\n"
1553msgstr "\t%Q (@i #%i, mod time %IM)\n"
1554
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001555#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001556#: e2fsck/problem.c:841
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001557msgid "\t<@f metadata>\n"
1558msgstr "\t<@f metadata>\n"
1559
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001560#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1561#. @-expanded: \n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001562#: e2fsck/problem.c:846
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001563#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001564msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001565"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001566"\n"
1567msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001568"(es gibt %N @is, die doppelte/defekte @bs enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001569"\n"
1570
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001571#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1572#. @-expanded: \n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001573#: e2fsck/problem.c:851
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001574#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001575msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001576"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001577"\n"
1578msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001579"Duplizierte @bs bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001580"\n"
1581
Theodore Ts'o6956f612005-12-31 16:46:15 -05001582#: e2fsck/problem.c:864
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001583#, c-format
1584msgid "Couldn't clone file: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001585msgstr "Kann die Datei %m nicht klonen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001586
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001587#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001588#: e2fsck/problem.c:870
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001589msgid "Pass 2: Checking @d structure\n"
1590msgstr "Durchgang 2: Prüfe @d Struktur\n"
1591
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001592#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001593#: e2fsck/problem.c:875
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001594#, fuzzy, c-format
1595msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001596msgstr "Falsche @i Nummer für '.' in @d @i %i.\n"
1597
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001598#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001599#: e2fsck/problem.c:880
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001600#, fuzzy
1601msgid "@E has @n @i #: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001602msgstr "@E hat falsche @i #: %Di.\n"
1603
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001604#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001605#: e2fsck/problem.c:885
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001606msgid "@E has @D/unused @i %Di. "
1607msgstr "@E hat @D/unbenutzt @i %Di. "
1608
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001609#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o6956f612005-12-31 16:46:15 -05001610#: e2fsck/problem.c:890
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001611msgid "@E @L to '.' "
1612msgstr "@E @L nach '.' "
1613
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001614#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001615#: e2fsck/problem.c:895
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001616msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001617msgstr "@E zeigt auf @i (%Di) in einem defekten @b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001619#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001620#: e2fsck/problem.c:900
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001621msgid "@E @L to @d %P (%Di).\n"
1622msgstr "@E @L nach @d %P (%Di).\n"
1623
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001624#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001625#: e2fsck/problem.c:905
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001626msgid "@E @L to the @r.\n"
1627msgstr "@E @L zur @r.\n"
1628
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001629#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001630#: e2fsck/problem.c:910
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001631msgid "@E has illegal characters in its name.\n"
1632msgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
1633
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001634#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001635#: e2fsck/problem.c:915
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001636#, c-format
1637msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001638msgstr "Fehlende '.' in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001639
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001640#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001641#: e2fsck/problem.c:920
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001642#, c-format
1643msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001644msgstr "Fehlende '..' in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001645
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001646#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001647#: e2fsck/problem.c:925
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001648#, fuzzy
1649msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001650msgstr "Erster @e '%Dn' (inode=%Di) in @d @i %i (%p) @s '.'\n"
1651
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001652#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001653#: e2fsck/problem.c:930
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001654#, fuzzy
1655msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001656msgstr "Zweiter @e '%Dn' (inode=%Di) in @d @i %i @s '..'\n"
1657
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001658#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001659#: e2fsck/problem.c:935
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001660msgid "i_faddr @F %IF, @s zero.\n"
1661msgstr "i_faddr @F %IF, @s null.\n"
1662
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001663#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001664#: e2fsck/problem.c:940
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001665msgid "i_file_acl @F %If, @s zero.\n"
1666msgstr "i_file_acl @F %If, @s null.\n"
1667
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001668#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001669#: e2fsck/problem.c:945
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001670msgid "i_dir_acl @F %Id, @s zero.\n"
1671msgstr "i_dir_acl @F %Id, @s null.\n"
1672
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001673#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001674#: e2fsck/problem.c:950
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001675msgid "i_frag @F %N, @s zero.\n"
1676msgstr "i_frag @F %N, @s null.\n"
1677
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001678#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001679#: e2fsck/problem.c:955
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001680msgid "i_fsize @F %N, @s zero.\n"
1681msgstr "i_fsize @F %N, @s null.\n"
1682
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001683#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001684#: e2fsck/problem.c:960
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001685#, fuzzy
1686msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001687msgstr "@i %i (%Q) hat einen falschen Modus (%Im).\n"
1688
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001689#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001690#: e2fsck/problem.c:965
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001691msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1692msgstr "@d @i %i, @b %B, offset %N: @d defekt\n"
1693
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001694#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001695#: e2fsck/problem.c:970
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001696msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1697msgstr "@d @i %i, @b %B, offset %N: Dateiname zu lang\n"
1698
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001699#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001700#: e2fsck/problem.c:975
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001701msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001702msgstr "@d @i %i hat einen nicht zugewiesenen @b #%B. "
1703
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001704#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001705#: e2fsck/problem.c:980
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001706#, c-format
1707msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1708msgstr "'.' @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001709
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001710#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001711#: e2fsck/problem.c:985
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001712#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001713msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1714msgstr "'..' @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001715
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001716#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001717#: e2fsck/problem.c:990
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001718msgid "@i %i (%Q) is an @I character @v.\n"
1719msgstr "@i %i (%Q) ist ein @I Zeichen @v.\n"
1720
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001721#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001722#: e2fsck/problem.c:995
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001723msgid "@i %i (%Q) is an @I @b @v.\n"
1724msgstr "@i %i (%Q) ist ein @I @b @v.\n"
1725
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001726#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001727#: e2fsck/problem.c:1000
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001728msgid "@E is duplicate '.' @e.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001729msgstr "@E ist ein doppelter '.' @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001730
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001731#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001732#: e2fsck/problem.c:1005
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001733msgid "@E is duplicate '..' @e.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001734msgstr "@E ist ein doppelter '..' @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001735
Theodore Ts'o6956f612005-12-31 16:46:15 -05001736#: e2fsck/problem.c:1010 e2fsck/problem.c:1286
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001737#, c-format
1738msgid "Internal error: couldn't find dir_info for %i.\n"
1739msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
1740
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001741#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001742#: e2fsck/problem.c:1015
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001743#, fuzzy
1744msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001745msgstr "@E hat rec_len von %Dr, sollte %N sein.\n"
1746
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001747#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001748#: e2fsck/problem.c:1020
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001749#, c-format
1750msgid "@A icount structure: %m\n"
1751msgstr "@A icount structure: %m\n"
1752
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001753#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001754#: e2fsck/problem.c:1025
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001755#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04001756msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001757msgstr "Fehler beim Durchlaufen der @d @bs: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001758
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001759#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001760#: e2fsck/problem.c:1030
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001761msgid "Error reading @d @b %b (@i %i): %m\n"
1762msgstr "Lesefehler @d @b %b (@i %i): %m\n"
1763
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001764#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001765#: e2fsck/problem.c:1035
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001766msgid "Error writing @d @b %b (@i %i): %m\n"
1767msgstr "Schreibfehler @d @b %b (@i %i): %m\n"
1768
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001769#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001770#: e2fsck/problem.c:1040
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001771#, c-format
1772msgid "@A new @d @b for @i %i (%s): %m\n"
1773msgstr "@A neu @d @b for @i %i (%s): %m\n"
1774
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001775#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001776#: e2fsck/problem.c:1045
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001777#, c-format
1778msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001779msgstr "Fehler bei der Freigabe von @i %i: %m\n"
1780
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001781#. @-expanded: directory entry for '.' is big.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001782#: e2fsck/problem.c:1050
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001783msgid "@d @e for '.' is big. "
1784msgstr "@d @e für '.' ist groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001785
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001786#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001787#: e2fsck/problem.c:1055
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001788msgid "@i %i (%Q) is an @I FIFO.\n"
1789msgstr "@i %i (%Q) ist ein @I FIFO.\n"
1790
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001791#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001792#: e2fsck/problem.c:1060
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001793msgid "@i %i (%Q) is an @I socket.\n"
1794msgstr "@i %i (%Q) ist ein @I Socket.\n"
1795
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001796#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001797#: e2fsck/problem.c:1065
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001798msgid "Setting filetype for @E to %N.\n"
1799msgstr "Setze Dateitype für @E auf %N.\n"
1800
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001801#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001802#: e2fsck/problem.c:1070
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001803#, fuzzy
1804msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001805msgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
1806
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001807#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001808#: e2fsck/problem.c:1075
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001809msgid "@E has filetype set.\n"
1810msgstr "@E hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001811
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001812#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001813#: e2fsck/problem.c:1080
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001814#, fuzzy
1815msgid "@E has a @z name.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001816msgstr "@E hat einen Namen der Länge Null..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001817
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001818#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001819#: e2fsck/problem.c:1085
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001820#, fuzzy
1821msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001822msgstr "Symlink %Q (@i #%i) is invalid.\n"
1823
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001824#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001825#: e2fsck/problem.c:1090
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001826#, fuzzy
1827msgid "@a @b @F @n (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001828msgstr "@a @b @F ist falsch (%If).\n"
1829
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001830#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001831#: e2fsck/problem.c:1095
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001832msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
1833msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001834"@f enthält große Dateien, aber das LARGE_FILE Flag in @S ist nicht gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001835
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001836#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001837#: e2fsck/problem.c:1100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001838msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001839msgstr "@p @h %d: Node (%B) nicht referenziert\n"
1840
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001841#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001842#: e2fsck/problem.c:1105
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001843msgid "@p @h %d: node (%B) referenced twice\n"
1844msgstr "@p @h %d: Node (%B) doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001845
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001846#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001847#: e2fsck/problem.c:1110
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001848msgid "@p @h %d: node (%B) has bad min hash\n"
1849msgstr "@p @h %d: node (%B) has bad min hash\n"
1850
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001851#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001852#: e2fsck/problem.c:1115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001853msgid "@p @h %d: node (%B) has bad max hash\n"
1854msgstr "@p @h %d: node (%B) has bad max hash\n"
1855
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001856#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001857#: e2fsck/problem.c:1120
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001858#, fuzzy
1859msgid "@n @h %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001860msgstr "Invalid @h %d (%q). "
1861
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001862#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001863#: e2fsck/problem.c:1124
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001864msgid "@p @h %d (%q): bad @b number %b.\n"
1865msgstr "@p @h %d (%q): bad @b number %b.\n"
1866
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001867#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001868#: e2fsck/problem.c:1134
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001869#, fuzzy, c-format
1870msgid "@p @h %d: root node is @n\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001871msgstr "@p @h %d: root node is invalid\n"
1872
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001873#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001874#: e2fsck/problem.c:1139
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001875#, fuzzy
1876msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001877msgstr "@p @h %d: node (%B) has bad limit (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001878
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001879#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001880#: e2fsck/problem.c:1144
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001881#, fuzzy
1882msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001883msgstr "@p @h %d: node (%B) has bad count (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001884
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001885#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001886#: e2fsck/problem.c:1149
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001887msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001888msgstr "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001889
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001890#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001891#: e2fsck/problem.c:1154
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001892#, fuzzy
1893msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001894msgstr "@p @h %d: node (%B) has bad depth\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001895
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001896#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001897#: e2fsck/problem.c:1159
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001898msgid "Duplicate @E found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001899msgstr "Doppelte @E gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001900
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001901#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1902#. @-expanded: Rename to %s
Theodore Ts'o6956f612005-12-31 16:46:15 -05001903#: e2fsck/problem.c:1164
Theodore Ts'oddc32a02003-05-03 18:45:55 -04001904#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001905msgid ""
1906"@E has a non-unique filename.\n"
1907"Rename to %s"
1908msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001909"@E hat keinen eindeutigen Dateinnamen.\n"
1910"Benenne in %s um"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001911
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001912#. @-expanded: Duplicate entry '%Dn' found.\n
1913#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1914#. @-expanded: \n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001915#: e2fsck/problem.c:1169
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001916msgid ""
1917"Duplicate @e '%Dn' found.\n"
1918"\tMarking %p (%i) to be rebuilt.\n"
1919"\n"
1920msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001921"Doppelte @e '%Dn' gefunden.\n"
1922"\tMarkiere %p (%i) für die Neuerstellung.\n"
1923"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001924
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001925#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001926#: e2fsck/problem.c:1176
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001927msgid "Pass 3: Checking @d connectivity\n"
1928msgstr "Durchgang 3: Prüfe @d Verknüpfungen\n"
1929
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001930#. @-expanded: root inode not allocated.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001931#: e2fsck/problem.c:1181
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001932msgid "@r not allocated. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001933msgstr "@r nicht zugeordnet. "
1934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001935#. @-expanded: No room in lost+found directory.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001936#: e2fsck/problem.c:1186
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001937msgid "No room in @l @d. "
1938msgstr "Kein Platz in @l @d. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001940#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001941#: e2fsck/problem.c:1191
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001942#, c-format
1943msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001944msgstr "Nicht verbundene @d @i %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001945
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001946#. @-expanded: /lost+found not found.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001947#: e2fsck/problem.c:1196
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001948msgid "/@l not found. "
1949msgstr "/@l nicht gefunden. "
1950
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001951#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001952#: e2fsck/problem.c:1201
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001953msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
1954msgstr "'..' in %Q (%i) ist %P (%j), @s %q (%d).\n"
1955
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001956#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001957#: e2fsck/problem.c:1206
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001958msgid "Bad or non-existent /@l. Cannot reconnect.\n"
1959msgstr "Falscher oder fehlender /@l. Wiederverbinden nicht möglich.\n"
1960
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001961#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001962#: e2fsck/problem.c:1211
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001963#, c-format
1964msgid "Could not expand /@l: %m\n"
1965msgstr "Erweitern nicht möglich /@l: %m\n"
1966
Theodore Ts'o6956f612005-12-31 16:46:15 -05001967#: e2fsck/problem.c:1216
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001968#, c-format
1969msgid "Could not reconnect %i: %m\n"
1970msgstr "Wiederverbinden nicht möglich %i: %m\n"
1971
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001972#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001973#: e2fsck/problem.c:1221
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001974#, c-format
1975msgid "Error while trying to find /@l: %m\n"
1976msgstr "Fehler während der Suche nach /@l: %m\n"
1977
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001978#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001979#: e2fsck/problem.c:1226
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001980#, c-format
1981msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
1982msgstr "ext2fs_new_@b: %m während des Versuches /@l @d zu erzeugen.\n"
1983
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001984#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001985#: e2fsck/problem.c:1231
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001986#, c-format
1987msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
1988msgstr "ext2fs_new_@i: %m während des Versuches /@l @d zu erzeugen.\n"
1989
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001990#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001991#: e2fsck/problem.c:1236
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001992#, c-format
1993msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
1994msgstr "ext2fs_new_dir_@b: %m während des Versuches /@l @d zu erzeugen.\n"
1995
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001996#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001997#: e2fsck/problem.c:1241
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001998#, c-format
1999msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2000msgstr "ext2fs_write_dir_@b: %m während des Schreibens von @d @b für /@l\n"
2001
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002002#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002003#: e2fsck/problem.c:1246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002004#, c-format
2005msgid "Error while adjusting @i count on @i %i\n"
2006msgstr "Fehler während der Einstellung von @i count auf @i %i\n"
2007
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002008#. @-expanded: Couldn't fix parent of inode %i: %m\n
2009#. @-expanded: \n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002010#: e2fsck/problem.c:1251
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002011#, c-format
2012msgid ""
2013"Couldn't fix parent of @i %i: %m\n"
2014"\n"
2015msgstr ""
2016"Konnte Parent von @i %i: %m nicht reparieren\n"
2017"\n"
2018
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002019#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2020#. @-expanded: \n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002021#: e2fsck/problem.c:1256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002022#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002023msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002024"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002025"\n"
2026msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002027"Parent von @i %i konnte nicht repariert werden: \n"
2028"parent @d nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002030#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002031#: e2fsck/problem.c:1266
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002032#, c-format
2033msgid "Error creating root @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002034msgstr "Fehler beim Erzeugen des root @d (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002035
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002036#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002037#: e2fsck/problem.c:1271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002038#, c-format
2039msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002040msgstr "Fehler beim Erzeugen des /@l @d (%s): %m\n"
2041
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002042#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002043#: e2fsck/problem.c:1276
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002044msgid "@r is not a @d; aborting.\n"
2045msgstr "@r ist kein @d; breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002047#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002048#: e2fsck/problem.c:1281
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002049msgid "Cannot proceed without a @r.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002050msgstr "Kann ohne @r nicht fortsetzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002051
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002052#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002053#: e2fsck/problem.c:1291
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002054#, c-format
2055msgid "/@l is not a @d (ino=%i)\n"
2056msgstr "/@l ist kein @d (ino=%i)\n"
2057
Theodore Ts'o6956f612005-12-31 16:46:15 -05002058#: e2fsck/problem.c:1298
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002059msgid "Pass 3A: Optimizing directories\n"
2060msgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2061
Theodore Ts'o6956f612005-12-31 16:46:15 -05002062#: e2fsck/problem.c:1303
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002063#, c-format
2064msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002065msgstr "dirs_to_hash iterator konnte nicht erzeugt werden: %m"
2066
Theodore Ts'o6956f612005-12-31 16:46:15 -05002067#: e2fsck/problem.c:1308
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002068msgid "Failed to optimize directory %q (%d): %m"
2069msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002070
Theodore Ts'o6956f612005-12-31 16:46:15 -05002071#: e2fsck/problem.c:1313
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002072msgid "Optimizing directories: "
2073msgstr "Optimiere Verzeichnisse: "
2074
Theodore Ts'o6956f612005-12-31 16:46:15 -05002075#: e2fsck/problem.c:1330
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002076msgid "Pass 4: Checking reference counts\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002077msgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002078
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002079#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o6956f612005-12-31 16:46:15 -05002080#: e2fsck/problem.c:1335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002081#, fuzzy, c-format
2082msgid "@u @z @i %i. "
2083msgstr "@I @o @i %i in @S.\n"
2084
2085#. @-expanded: unattached inode %i\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002086#: e2fsck/problem.c:1340
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002087#, c-format
2088msgid "@u @i %i\n"
2089msgstr ""
2090
2091#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o6956f612005-12-31 16:46:15 -05002092#: e2fsck/problem.c:1345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002093msgid "@i %i ref count is %Il, @s %N. "
2094msgstr "@i %i Prüfsumme ist %Il, @s %N. "
2095
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002096#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2097#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2098#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002099#: e2fsck/problem.c:1349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002100#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002101msgid ""
2102"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2103"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002104"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002105msgstr ""
2106"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
2107"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (LIVE) DATEISYSTEM.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002108"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten gleich "
2109"sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002110
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002111#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002112#: e2fsck/problem.c:1359
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002113msgid "Pass 5: Checking @g summary information\n"
2114msgstr "Durchgang 5: Überprüfe @g Zusammenfassung\n"
2115
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002116#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o6956f612005-12-31 16:46:15 -05002117#: e2fsck/problem.c:1364
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002118msgid "Padding at end of @i @B is not set. "
2119msgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
2120
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002121#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o6956f612005-12-31 16:46:15 -05002122#: e2fsck/problem.c:1369
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002123msgid "Padding at end of @b @B is not set. "
2124msgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
2125
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002126#. @-expanded: block bitmap differences:
Theodore Ts'o6956f612005-12-31 16:46:15 -05002127#: e2fsck/problem.c:1374
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002128msgid "@b @B differences: "
2129msgstr "@b @B differieren: "
2130
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002131#. @-expanded: inode bitmap differences:
Theodore Ts'o6956f612005-12-31 16:46:15 -05002132#: e2fsck/problem.c:1394
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002133msgid "@i @B differences: "
2134msgstr "@i @B differieren: "
2135
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002136#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002137#: e2fsck/problem.c:1414
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002138msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2139msgstr "Freie @is Anzahl ist falsch für @g #%g (%i, counted=%j).\n"
2140
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002141#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002142#: e2fsck/problem.c:1419
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002143msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2144msgstr "Verzeichnisanzahl ist falsch für @g #%g (%i, counted=%j).\n"
2145
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002146#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002147#: e2fsck/problem.c:1424
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002148msgid "Free @is count wrong (%i, counted=%j).\n"
2149msgstr "Freie @is Anzahl ist falsch (%i, counted=%j).\n"
2150
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002151#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002152#: e2fsck/problem.c:1429
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002153msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2154msgstr "Freie @bs Anzahl ist falsch @g #%g (%b, counted=%c).\n"
2155
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002156#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002157#: e2fsck/problem.c:1434
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002158msgid "Free @bs count wrong (%b, counted=%c).\n"
2159msgstr "Freie @bs Anzahl ist falsch (%b, counted=%c).\n"
2160
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002161#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2162#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002163#: e2fsck/problem.c:1439
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002164msgid ""
2165"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2166"endpoints (%i, %j)\n"
2167msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002168"PROGRAMMIERFEHLER: @f (#%N) @B Endpunkte (%b, %c) passen nicht zu den "
2169"berechneten @B Endpunkten (%i, %j)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002170
Theodore Ts'o6956f612005-12-31 16:46:15 -05002171#: e2fsck/problem.c:1445
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002172msgid "Internal error: fudging end of bitmap (%N)\n"
2173msgstr "Interner Fehler: fudging end of bitmap (%N)\n"
2174
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002175#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002176#: e2fsck/problem.c:1450
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002177#, fuzzy, c-format
2178msgid "Error copying in replacement @i @B: %m\n"
2179msgstr "Fehler beim Lesen von @i %i: %m\n"
2180
2181#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002182#: e2fsck/problem.c:1455
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002183#, c-format
2184msgid "Error copying in replacement @b @B: %m\n"
2185msgstr ""
2186
Theodore Ts'o6956f612005-12-31 16:46:15 -05002187#: e2fsck/problem.c:1593
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002188#, c-format
2189msgid "Unhandled error code (0x%x)!\n"
2190msgstr "Unbenutzter Fehlercode (0x%x)!\n"
2191
Theodore Ts'o6956f612005-12-31 16:46:15 -05002192#: e2fsck/problem.c:1687
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002193msgid "IGNORED"
2194msgstr "IGNORIERT"
2195
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002196#: e2fsck/scantest.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002197#, c-format
2198msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2199msgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002201#: e2fsck/scantest.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002202#, c-format
2203msgid "size of inode=%d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002204msgstr "Größe des Inode=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002205
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002206#: e2fsck/scantest.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002207msgid "while starting inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002208msgstr "beim Starten der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002209
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002210#: e2fsck/scantest.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002211msgid "while doing inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002212msgstr "während der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002213
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002214#: e2fsck/super.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002215#, c-format
2216msgid "while calling ext2fs_block_iterate for inode %d"
2217msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
2218
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002219#: e2fsck/super.c:223
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002220#, c-format
2221msgid "while calling ext2fs_adjust_ea_refocunt for inode %d"
2222msgstr "while calling ext2fs_adjust_ea_refocunt for inode %d"
2223
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002224#: e2fsck/super.c:281
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002225msgid "Truncating"
2226msgstr "Kürze"
2227
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002228#: e2fsck/super.c:282
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002229msgid "Clearing"
2230msgstr "Bereinige"
2231
2232#: e2fsck/swapfs.c:98
2233msgid "while calling ext2fs_block_iterate"
2234msgstr "während des Aufrufs von ext2fs_block_iterate"
2235
2236#: e2fsck/swapfs.c:104
2237msgid "while calling iterator function"
2238msgstr "während des Aufrufs der Iterator-Funktion"
2239
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002240#: e2fsck/swapfs.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002241msgid "while allocating inode buffer"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002242msgstr "beim Zuweisen des Inode-Puffers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002243
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002244#: e2fsck/swapfs.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002245#, c-format
2246msgid "while reading inode table (group %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002247msgstr "beim Lesen der Inode-Tabelle (Gruppe %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002248
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002249#: e2fsck/swapfs.c:176
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002250#, c-format
2251msgid "while writing inode table (group %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002252msgstr "beim Schreiben der Inode-Tabelle (Gruppe %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002253
Theodore Ts'obc759702005-05-09 20:40:55 -04002254#: e2fsck/swapfs.c:223
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002255#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002256msgid "Pass 0: Doing byte-swap of filesystem\n"
2257msgstr "Durchgang 0: Byte-Swap des Dateisystems\n"
2258
Theodore Ts'obc759702005-05-09 20:40:55 -04002259#: e2fsck/swapfs.c:230
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002260#, c-format
2261msgid ""
2262"%s: the filesystem must be freshly checked using fsck\n"
2263"and not mounted before trying to byte-swap it.\n"
2264msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002265"%s: Das Dateisystem muss mit fsck neu überprüft werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002266"und darf vor dem Byte-Swap nicht mehr eingehängt werden.\n"
2267
Theodore Ts'obc759702005-05-09 20:40:55 -04002268#: e2fsck/swapfs.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002269msgid "Byte swap"
2270msgstr "Byte Swap"
2271
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002272#: e2fsck/unix.c:74
Theodore Ts'o197abba2005-06-20 18:00:23 -04002273#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002274msgid ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002275"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002276"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002277"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002278"\t\t[-E extended-options] device\n"
2279msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002280"Verwendung: %s [-panyrcdfvstFSV] [-b Superblock] [-B Blockgröße]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002281"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2282"\t\t[-l|-L bad_blocks_file] [-C fd] [-j ext-journal]\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002283"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002284
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002285#: e2fsck/unix.c:80
2286#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002287msgid ""
2288"\n"
2289"Emergency help:\n"
2290" -p Automatic repair (no questions)\n"
2291" -n Make no changes to the filesystem\n"
2292" -y Assume \"yes\" to all questions\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002293" -c Check for bad blocks and add them to the badblock "
2294"list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002295" -f Force checking even if filesystem is marked clean\n"
2296msgstr ""
2297"\n"
2298"Notfallhile:\n"
2299" -p automatische Reparatur (keine Fragen)\n"
2300" -n keine Veränderungen am Dateisystem vornehmen\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002301" -y \" Ja \" auf alle Fragen annehmen\n"
2302" -c suche nach defekten Blöcken\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002303" -f erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
2304
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002305#: e2fsck/unix.c:86
Theodore Ts'o197abba2005-06-20 18:00:23 -04002306#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002307msgid ""
2308" -v Be verbose\n"
2309" -b superblock Use alternative superblock\n"
2310" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002311" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002312" -l bad_blocks_file Add to badblocks list\n"
2313" -L bad_blocks_file Set badblocks list\n"
2314msgstr ""
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002315" -v sei gesprächig\n"
2316" -b Superbloc Nutze Superblockkopie\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002317" -B Blockgröße erzwinge Blockgröße beim Suchen vom Superblock\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002318" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
2319" -l bad_blocks_file zur Liste der defekten Blöcke hinzufügen\n"
2320" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002321
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002322#: e2fsck/unix.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002323#, c-format
2324msgid "%s: %d/%d files (%0d.%d%% non-contiguous), %d/%d blocks\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002325msgstr "%s: %d/%d Dateien (%0d.%d%% nicht zusammenhängend), %d/%d Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002326
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002327#: e2fsck/unix.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002328#, c-format
2329msgid " # of inodes with ind/dind/tind blocks: %d/%d/%d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002330msgstr " # von Inodes mit ind/dind/tind Blöcken: %d/%d/%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002331
Theodore Ts'o6956f612005-12-31 16:46:15 -05002332#: e2fsck/unix.c:176 misc/badblocks.c:779 misc/tune2fs.c:792 misc/util.c:151
2333#: resize/main.c:105
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002334#, c-format
2335msgid "while determining whether %s is mounted."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002336msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002337
Theodore Ts'o6956f612005-12-31 16:46:15 -05002338#: e2fsck/unix.c:194
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002339#, c-format
2340msgid "Warning! %s is mounted.\n"
2341msgstr "Warnung! %s ist eingehängt.\n"
2342
Theodore Ts'o6956f612005-12-31 16:46:15 -05002343#: e2fsck/unix.c:198
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002344#, c-format
2345msgid "%s is mounted. "
2346msgstr "%s ist eingehängt. "
2347
Theodore Ts'o6956f612005-12-31 16:46:15 -05002348#: e2fsck/unix.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002349msgid ""
2350"Cannot continue, aborting.\n"
2351"\n"
2352msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002353"Fortsetzung nicht möglich, breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002354"\n"
2355
Theodore Ts'o6956f612005-12-31 16:46:15 -05002356#: e2fsck/unix.c:201
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002357#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002358msgid ""
2359"\n"
2360"\n"
2361"WARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2362"SEVERE filesystem damage.\n"
2363"\n"
2364msgstr ""
2365"\n"
2366"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002367"WARNUNG!!! Die Benutzung von e2fsck auf einem eingehängten\n"
2368"Dateisystem kann das Dateisystem STARK BESCHÄDIGEN.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002369"\n"
2370
Theodore Ts'o6956f612005-12-31 16:46:15 -05002371#: e2fsck/unix.c:204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002372msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002373msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002374
Theodore Ts'o6956f612005-12-31 16:46:15 -05002375#: e2fsck/unix.c:206
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002376#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002377msgid "check aborted.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002378msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002379
Theodore Ts'o6956f612005-12-31 16:46:15 -05002380#: e2fsck/unix.c:269
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002381msgid " contains a file system with errors"
2382msgstr " enthält ein fehlerhaftes Dateisystem"
2383
Theodore Ts'o6956f612005-12-31 16:46:15 -05002384#: e2fsck/unix.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002385msgid " was not cleanly unmounted"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002386msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002387
Theodore Ts'o6956f612005-12-31 16:46:15 -05002388#: e2fsck/unix.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002389#, c-format
2390msgid " has been mounted %u times without being checked"
2391msgstr " wurde %u mal ohne Überprüfung eingehängt"
2392
Theodore Ts'o6956f612005-12-31 16:46:15 -05002393#: e2fsck/unix.c:283
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002394#, c-format
2395msgid " has gone %u days without being checked"
2396msgstr " wurde %u Tage ohne Überprüfung genutzt"
2397
Theodore Ts'o6956f612005-12-31 16:46:15 -05002398#: e2fsck/unix.c:292
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002399msgid ", check forced.\n"
2400msgstr ", Prüfung erzwungen.\n"
2401
Theodore Ts'o6956f612005-12-31 16:46:15 -05002402#: e2fsck/unix.c:295
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002403#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002404msgid "%s: clean, %d/%d files, %d/%d blocks"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002405msgstr "%s: i.O., %d/%d Dateien, %d/%d Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002406
Theodore Ts'o6956f612005-12-31 16:46:15 -05002407#: e2fsck/unix.c:311
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002408msgid " (check after next mount)"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002409msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002410
Theodore Ts'o6956f612005-12-31 16:46:15 -05002411#: e2fsck/unix.c:313
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002412#, c-format
2413msgid " (check in %ld mounts)"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002414msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002415
Theodore Ts'o6956f612005-12-31 16:46:15 -05002416#: e2fsck/unix.c:459
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002417#, c-format
2418msgid "ERROR: Couldn't open /dev/null (%s)\n"
2419msgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
2420
Theodore Ts'o6956f612005-12-31 16:46:15 -05002421#: e2fsck/unix.c:530
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002422#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002423msgid "Invalid EA version.\n"
2424msgstr "Invalid EA version.\n"
2425
Theodore Ts'o6956f612005-12-31 16:46:15 -05002426#: e2fsck/unix.c:536
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002427#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002428msgid "Unknown extended option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002429msgstr ""
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002430
Theodore Ts'o6956f612005-12-31 16:46:15 -05002431#: e2fsck/unix.c:603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002432#, c-format
2433msgid "Error validating file descriptor %d: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002434msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002435
Theodore Ts'o6956f612005-12-31 16:46:15 -05002436#: e2fsck/unix.c:607
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002437msgid "Invalid completion information file descriptor"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002438msgstr "Ungültiger 'completion information'-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002439
Theodore Ts'o6956f612005-12-31 16:46:15 -05002440#: e2fsck/unix.c:622
2441#, fuzzy
2442msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002443msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002444
Theodore Ts'o6956f612005-12-31 16:46:15 -05002445#: e2fsck/unix.c:643
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002446#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002447msgid "The -t option is not supported on this version of e2fsck.\n"
2448msgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
2449
Theodore Ts'o6956f612005-12-31 16:46:15 -05002450#: e2fsck/unix.c:708
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002451#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002452msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002453msgstr ""
2454"Das Byte-Swapping wurde in diese Version von e2fsck nicht einkompiliert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002455
Theodore Ts'o6956f612005-12-31 16:46:15 -05002456#: e2fsck/unix.c:731 misc/tune2fs.c:459 misc/tune2fs.c:717 misc/tune2fs.c:734
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002457#, c-format
2458msgid "Unable to resolve '%s'"
Theodore Ts'o2eb9e702004-05-04 19:07:18 -04002459msgstr "Nicht möglich »%s« aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002460
Theodore Ts'o6956f612005-12-31 16:46:15 -05002461#: e2fsck/unix.c:761
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002462#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002463msgid "Incompatible options not allowed when byte-swapping.\n"
2464msgstr "Inkompatible Optionen sind beim Byte-Swapping nicht erlaubt.\n"
2465
Theodore Ts'o6956f612005-12-31 16:46:15 -05002466#: e2fsck/unix.c:768
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002467#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002468msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002469msgstr ""
2470"Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002471
Theodore Ts'o6956f612005-12-31 16:46:15 -05002472#: e2fsck/unix.c:846
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002473#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002474msgid "Error: ext2fs library version out of date!\n"
2475msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2476
Theodore Ts'o6956f612005-12-31 16:46:15 -05002477#: e2fsck/unix.c:854
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002478msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002479msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002480
Theodore Ts'o6956f612005-12-31 16:46:15 -05002481#: e2fsck/unix.c:868
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002482#, c-format
2483msgid "\tUsing %s, %s\n"
2484msgstr "\tBenutze %s, %s\n"
2485
Theodore Ts'o6956f612005-12-31 16:46:15 -05002486#: e2fsck/unix.c:880
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002487msgid "need terminal for interactive repairs"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002488msgstr "Benötige ein Terminal für interaktive Reparaturen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002489
Theodore Ts'o6956f612005-12-31 16:46:15 -05002490#: e2fsck/unix.c:917
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002491#, c-format
2492msgid "%s trying backup blocks...\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002493msgstr "%s versuche Backup-Blöcke...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002494
Theodore Ts'o6956f612005-12-31 16:46:15 -05002495#: e2fsck/unix.c:918
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002496msgid "Couldn't find ext2 superblock,"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002497msgstr "Konnte den ext2-Superblock nicht finden,"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002498
Theodore Ts'o6956f612005-12-31 16:46:15 -05002499#: e2fsck/unix.c:919
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002500msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002501msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002502
Theodore Ts'o6956f612005-12-31 16:46:15 -05002503#: e2fsck/unix.c:930
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002504#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002505msgid ""
2506"The filesystem revision is apparently too high for this version of e2fsck.\n"
2507"(Or the filesystem superblock is corrupt)\n"
2508"\n"
2509msgstr ""
2510"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002511"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002512"\n"
2513
Theodore Ts'o6956f612005-12-31 16:46:15 -05002514#: e2fsck/unix.c:936
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002515#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002516msgid "Could this be a zero-length partition?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002517msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002518
Theodore Ts'o6956f612005-12-31 16:46:15 -05002519#: e2fsck/unix.c:938
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002520#, c-format
2521msgid "You must have %s access to the filesystem or be root\n"
2522msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
2523
Theodore Ts'o6956f612005-12-31 16:46:15 -05002524#: e2fsck/unix.c:943
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002525#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002526msgid "Possibly non-existent or swap device?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002527msgstr ""
2528"Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002529
Theodore Ts'o6956f612005-12-31 16:46:15 -05002530#: e2fsck/unix.c:946
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002531#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002532msgid ""
2533"Disk write-protected; use the -n option to do a read-only\n"
2534"check of the device.\n"
2535msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002536"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
2537"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002538
Theodore Ts'o6956f612005-12-31 16:46:15 -05002539#: e2fsck/unix.c:963
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002540msgid "Get a newer version of e2fsck!"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002541msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002542
Theodore Ts'o6956f612005-12-31 16:46:15 -05002543#: e2fsck/unix.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002544#, c-format
2545msgid "while checking ext3 journal for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002546msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002547
Theodore Ts'o6956f612005-12-31 16:46:15 -05002548#: e2fsck/unix.c:995
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002549#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002550msgid ""
2551"Warning: skipping journal recovery because doing a read-only filesystem "
2552"check.\n"
2553msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002554"Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-"
2555"Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002556
Theodore Ts'o6956f612005-12-31 16:46:15 -05002557#: e2fsck/unix.c:1008
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002558#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002559msgid "unable to set superblock flags on %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002560msgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002561
Theodore Ts'o6956f612005-12-31 16:46:15 -05002562#: e2fsck/unix.c:1014
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002563#, c-format
2564msgid "while recovering ext3 journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002565msgstr "bei der Wiederherstellung des ext3-Journals von %s"
2566
Theodore Ts'o6956f612005-12-31 16:46:15 -05002567#: e2fsck/unix.c:1043
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002568msgid "Warning: compression support is experimental.\n"
2569msgstr "Warnung: Die Kompressionsunterstützung ist experimentell.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002570
Theodore Ts'o6956f612005-12-31 16:46:15 -05002571#: e2fsck/unix.c:1048
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002572#, c-format
2573msgid ""
2574"E2fsck not compiled with HTREE support,\n"
2575"\tbut filesystem %s has HTREE directories.\n"
2576msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002577"Die Unterstützung für HTREE wurde in e2fsck nicht aktiviert,\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002578"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
2579
Theodore Ts'o6956f612005-12-31 16:46:15 -05002580#: e2fsck/unix.c:1092
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002581#, c-format
2582msgid "%s: Filesystem byte order already normalized.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002583msgstr "%s: die Byte-Reihenfolge des Dateisystems wurde schon normalisiert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002584
Theodore Ts'o6956f612005-12-31 16:46:15 -05002585#: e2fsck/unix.c:1112
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002586msgid "while reading bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002587msgstr "beim Lesen des Bad-Block-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002588
Theodore Ts'o6956f612005-12-31 16:46:15 -05002589#: e2fsck/unix.c:1114
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002590#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002591msgid "This doesn't bode well, but we'll try to go on...\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002592msgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002593
Theodore Ts'o6956f612005-12-31 16:46:15 -05002594#: e2fsck/unix.c:1121
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002595#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002596msgid "Restarting e2fsck from the beginning...\n"
2597msgstr "Beginne e2fsck neu ...\n"
2598
Theodore Ts'o6956f612005-12-31 16:46:15 -05002599#: e2fsck/unix.c:1125
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002600msgid "while resetting context"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002601msgstr "beim Rücksetzen des Kontexts"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002602
Theodore Ts'o6956f612005-12-31 16:46:15 -05002603#: e2fsck/unix.c:1132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002604#, c-format
2605msgid "%s: e2fsck canceled.\n"
2606msgstr "%s: e2fsck abgebrochhen.\n"
2607
Theodore Ts'o6956f612005-12-31 16:46:15 -05002608#: e2fsck/unix.c:1137
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002609msgid "aborted"
2610msgstr "abgebrochen"
2611
Theodore Ts'o6956f612005-12-31 16:46:15 -05002612#: e2fsck/unix.c:1145
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002613#, c-format
2614msgid ""
2615"\n"
2616"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2617msgstr ""
2618"\n"
2619"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
2620
Theodore Ts'o6956f612005-12-31 16:46:15 -05002621#: e2fsck/unix.c:1148
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002622#, c-format
2623msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002624msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002625
Theodore Ts'o6956f612005-12-31 16:46:15 -05002626#: e2fsck/unix.c:1156
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002627#, c-format
2628msgid ""
2629"\n"
2630"%s: ********** WARNING: Filesystem still has errors **********\n"
2631"\n"
2632msgstr ""
2633"\n"
2634"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
2635"\n"
2636
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002637#: e2fsck/util.c:131 misc/util.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002638msgid "yY"
2639msgstr "yJ"
2640
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002641#: e2fsck/util.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002642msgid "nN"
2643msgstr "nN"
2644
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002645#: e2fsck/util.c:146
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002646msgid "<y>"
2647msgstr "<j>"
2648
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002649#: e2fsck/util.c:148
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002650msgid "<n>"
2651msgstr "<n>"
2652
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002653#: e2fsck/util.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002654msgid " (y/n)"
2655msgstr " (j/n)"
2656
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002657#: e2fsck/util.c:165
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002658msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002659msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002660
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002661#: e2fsck/util.c:180
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002662msgid "yes\n"
2663msgstr "ja\n"
2664
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002665#: e2fsck/util.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002666msgid "no\n"
2667msgstr "nein\n"
2668
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002669#: e2fsck/util.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002670#, c-format
2671msgid ""
2672"%s? no\n"
2673"\n"
2674msgstr ""
2675"%s? nein\n"
2676"\n"
2677
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002678#: e2fsck/util.c:196
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002679#, c-format
2680msgid ""
2681"%s? yes\n"
2682"\n"
2683msgstr ""
2684"%s? ja\n"
2685"\n"
2686
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002687#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002688msgid "yes"
2689msgstr "ja"
2690
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002691#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002692msgid "no"
2693msgstr "nein"
2694
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002695#: e2fsck/util.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002696#, c-format
2697msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2698msgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
2699
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002700#: e2fsck/util.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002701msgid "reading inode and block bitmaps"
2702msgstr "lese Inode und Block bitmaps"
2703
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002704#: e2fsck/util.c:223
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002705#, c-format
2706msgid "while retrying to read bitmaps for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002707msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002708
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002709#: e2fsck/util.c:235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002710msgid "writing block bitmaps"
2711msgstr "Schreibe Block-Bitmaps"
2712
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002713#: e2fsck/util.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002714#, c-format
2715msgid "while retrying to write block bitmaps for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002716msgstr "während des wiederholten Versuches, Block-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002717
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002718#: e2fsck/util.c:247
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002719msgid "writing inode bitmaps"
2720msgstr "Schreibe Inoden-Bitmaps"
2721
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002722#: e2fsck/util.c:252
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002723#, c-format
2724msgid "while retrying to write inode bitmaps for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002725msgstr "während des wiederholten Versuches, Inode-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002726
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002727#: e2fsck/util.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002728#, c-format
2729msgid ""
2730"\n"
2731"\n"
2732"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2733"\t(i.e., without -a or -p options)\n"
2734msgstr ""
2735"\n"
2736"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002737"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
2738"\t(d.h. ohne -a oder -p Option)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002739
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002740#: e2fsck/util.c:330
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002741#, c-format
2742msgid "Memory used: %dk/%dk (%dk/%dk), "
2743msgstr "benutzter Speicher: %dk/%dk (%dk/%dk), "
2744
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002745#: e2fsck/util.c:334
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002746#, c-format
2747msgid "Memory used: %d, "
2748msgstr "benutzter Speicher: %d, "
2749
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002750#: e2fsck/util.c:340
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002751#, c-format
2752msgid "time: %5.2f/%5.2f/%5.2f\n"
2753msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
2754
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002755#: e2fsck/util.c:345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002756#, c-format
2757msgid "elapsed time: %6.3f\n"
2758msgstr "abgelaufende Zeit: %6.3f\n"
2759
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002760#: e2fsck/util.c:359
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002761#, c-format
2762msgid "while reading inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002763msgstr "beim Lesen von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002764
Theodore Ts'obc759702005-05-09 20:40:55 -04002765#: e2fsck/util.c:373 e2fsck/util.c:386
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002766#, c-format
2767msgid "while writing inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002768msgstr "beim Schreiben von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002769
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002770#: misc/badblocks.c:60
Theodore Ts'o6956f612005-12-31 16:46:15 -05002771#, fuzzy
2772msgid "done \n"
2773msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002774
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002775#: misc/badblocks.c:78
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002776#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002777msgid ""
2778"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002779" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2780"[...]]]\n"
2781" device [last_block [start_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002782msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002783"Verwendung: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002784" [-c Blöcke_auf_einmal] [-p Durchgänge ] [-t Testpattern [-t Testpattern "
2785"[...]]]\n"
2786" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002787
Theodore Ts'obc759702005-05-09 20:40:55 -04002788#: misc/badblocks.c:225
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002789msgid "Testing with random pattern: "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002790msgstr "Teste mit zufälligen Mustern: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002791
Theodore Ts'obc759702005-05-09 20:40:55 -04002792#: misc/badblocks.c:243
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002793msgid "Testing with pattern 0x"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002794msgstr "Teste mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002795
Theodore Ts'obc759702005-05-09 20:40:55 -04002796#: misc/badblocks.c:268 misc/badblocks.c:297
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002797msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002798msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002799
Theodore Ts'obc759702005-05-09 20:40:55 -04002800#: misc/badblocks.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002801#, c-format
2802msgid "Weird value (%ld) in do_read\n"
2803msgstr "Merkwürdiger Wert (%ld) in do_read\n"
2804
Theodore Ts'obc759702005-05-09 20:40:55 -04002805#: misc/badblocks.c:317
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002806msgid "during ext2fs_sync_device"
2807msgstr "während ext2fs_sync_device"
2808
Theodore Ts'obc759702005-05-09 20:40:55 -04002809#: misc/badblocks.c:333 misc/badblocks.c:571
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002810msgid "while beginning bad block list iteration"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002811msgstr "beim Beginn des 'Bad Block'-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002812
Theodore Ts'obc759702005-05-09 20:40:55 -04002813#: misc/badblocks.c:347 misc/badblocks.c:437 misc/badblocks.c:581
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002814msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002815msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002816
Theodore Ts'obc759702005-05-09 20:40:55 -04002817#: misc/badblocks.c:351
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002818#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002819msgid "Checking blocks %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002820msgstr "Prüfe von Block %lu bis %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002821
Theodore Ts'obc759702005-05-09 20:40:55 -04002822#: misc/badblocks.c:355
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002823msgid "Checking for bad blocks in read-only mode\n"
2824msgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
2825
Theodore Ts'obc759702005-05-09 20:40:55 -04002826#: misc/badblocks.c:364
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002827msgid "Checking for bad blocks (read-only test): "
2828msgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
2829
Theodore Ts'obc759702005-05-09 20:40:55 -04002830#: misc/badblocks.c:444
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002831msgid "Checking for bad blocks in read-write mode\n"
2832msgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
2833
Theodore Ts'obc759702005-05-09 20:40:55 -04002834#: misc/badblocks.c:446 misc/badblocks.c:594
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002835#, c-format
2836msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002837msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002838
Theodore Ts'obc759702005-05-09 20:40:55 -04002839#: misc/badblocks.c:497
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002840msgid "Reading and comparing: "
2841msgstr "Lesen und Vergleichen:"
2842
Theodore Ts'obc759702005-05-09 20:40:55 -04002843#: misc/badblocks.c:593
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002844msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002845msgstr ""
2846"Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002847
Theodore Ts'obc759702005-05-09 20:40:55 -04002848#: misc/badblocks.c:597
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002849msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002850msgstr ""
2851"Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002852
Theodore Ts'obc759702005-05-09 20:40:55 -04002853#: misc/badblocks.c:604
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002854msgid ""
2855"\n"
2856"Interrupt caught, cleaning up\n"
2857msgstr ""
2858"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002859"Unterbrochen, räume auf\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002860
Theodore Ts'obc759702005-05-09 20:40:55 -04002861#: misc/badblocks.c:674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002862#, c-format
2863msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002864msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002865
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002866#: misc/badblocks.c:784 misc/util.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002867#, c-format
2868msgid "%s is mounted; "
2869msgstr "%s ist eingehängt; "
2870
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002871#: misc/badblocks.c:786
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002872msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002873msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002874"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002875
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002876#: misc/badblocks.c:791
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002877msgid "it's not safe to run badblocks!\n"
2878msgstr "es ist zu unsicher, Badblocks zu starten!\n"
2879
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002880#: misc/badblocks.c:796 misc/util.c:167
2881#, c-format
2882msgid "%s is apparently in use by the system; "
2883msgstr ""
2884
2885#: misc/badblocks.c:799
2886#, fuzzy
2887msgid "badblocks forced anyway.\n"
2888msgstr ""
2889"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
2890
2891#: misc/badblocks.c:861
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002892#, c-format
2893msgid "bad block size - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002894msgstr "bad block Größe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002895
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002896#: misc/badblocks.c:918
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002897#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002898msgid "can't allocate memory for test_pattern - %s"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002899msgstr "Kann keinen Speicher für Testpattern reservieren - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002900
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002901#: misc/badblocks.c:932
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002902#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002903msgid "invalid test_pattern: %s\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002904msgstr "Ungültiges Testpattern: %s\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002905
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002906#: misc/badblocks.c:948
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002907msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002908msgstr "Es darf im Nur-Lesen-Modus nur ein Testpattern angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002909
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002910#: misc/badblocks.c:954
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002911msgid "Random test_pattern is not allowed in read-only mode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002912msgstr "Zufälliges Testpattern ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002913
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002914#: misc/badblocks.c:968
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002915msgid ""
2916"Couldn't determine device size; you must specify\n"
2917"the size manually\n"
2918msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002919"Größe des Gerätes nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002920
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002921#: misc/badblocks.c:974
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002922msgid "while trying to determine device size"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002923msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002924
Theodore Ts'o6956f612005-12-31 16:46:15 -05002925#: misc/badblocks.c:980 misc/mke2fs.c:1233
Theodore Ts'obc759702005-05-09 20:40:55 -04002926#, fuzzy, c-format
2927msgid "invalid blocks count - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002928msgstr "Bad Blocks Anzahl - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002929
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002930#: misc/badblocks.c:989
Theodore Ts'obc759702005-05-09 20:40:55 -04002931#, fuzzy, c-format
2932msgid "invalid starting block - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002933msgstr "Defekter Startblock - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002935#: misc/badblocks.c:995
Theodore Ts'obc759702005-05-09 20:40:55 -04002936#, fuzzy, c-format
2937msgid "invalid blocks range: %lu-%lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002938msgstr "Bad Blocks Bereich: %lu-%lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002940#: misc/badblocks.c:1050
Theodore Ts'o197abba2005-06-20 18:00:23 -04002941#, fuzzy
2942msgid "while creating in-memory bad blocks list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002943msgstr "erstelle Bad-Block-Liste im Speicher"
2944
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002945#: misc/badblocks.c:1065
Theodore Ts'o197abba2005-06-20 18:00:23 -04002946#, fuzzy
2947msgid "while adding to in-memory bad block list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002948msgstr "füge zur Bad-Block-Liste im Speicher hinzu"
2949
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002950#: misc/badblocks.c:1089
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002951#, c-format
2952msgid "Pass completed, %u bad blocks found.\n"
2953msgstr "Durchgang beendet, %u defekte Blöcke gefunden.\n"
2954
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002955#: misc/chattr.c:87
Theodore Ts'obc759702005-05-09 20:40:55 -04002956#, fuzzy, c-format
2957msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002958msgstr "Verwendung: %s [-RV] [-+=AacDdijsSu] [-v Version] Dateien...\n"
2959
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002960#: misc/chattr.c:148
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002961#, c-format
2962msgid "bad version - %s\n"
2963msgstr "falsche Version - %s\n"
2964
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002965#: misc/chattr.c:192 misc/lsattr.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002966#, c-format
2967msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002968msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002969
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002970#: misc/chattr.c:209 misc/chattr.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002971#, c-format
2972msgid "Flags of %s set as "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002973msgstr "Flags von %s wie folgt gesetzt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002974
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002975#: misc/chattr.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002976#, c-format
2977msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002978msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002979
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002980#: misc/chattr.c:233
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002981#, c-format
2982msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002983msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002984
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002985#: misc/chattr.c:238
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002986#, c-format
2987msgid "Version of %s set as %lu\n"
2988msgstr "Version von %s gesetzt auf %lu\n"
2989
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002990#: misc/chattr.c:241
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002991#, c-format
2992msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002993msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002994
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002995#: misc/chattr.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002996msgid "Couldn't allocate path variable in chattr_dir_proc"
2997msgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
2998
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002999#: misc/chattr.c:291
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003000msgid "= is incompatible with - and +\n"
3001msgstr "= ist inkompatibel mit - und +\n"
3002
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003003#: misc/chattr.c:299
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003004msgid "Must use '-v', =, - or +\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003005msgstr "Benutze '-v', =, - oder +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003006
Theodore Ts'o6956f612005-12-31 16:46:15 -05003007#: misc/dumpe2fs.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003008#, c-format
3009msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003010msgstr "Verwendung: %s [-bfhixV] [-ob Superblock] [-oB Blockgröße] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003011
Theodore Ts'o6956f612005-12-31 16:46:15 -05003012#: misc/dumpe2fs.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003013#, c-format
3014msgid "Group %lu: (Blocks "
3015msgstr "Gruppe %lu: (Blöcke "
3016
Theodore Ts'o6956f612005-12-31 16:46:15 -05003017#: misc/dumpe2fs.c:136
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003018#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003019msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003020msgstr " %s Superblock in "
3021
Theodore Ts'o6956f612005-12-31 16:46:15 -05003022#: misc/dumpe2fs.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003023msgid "Primary"
3024msgstr "Primary"
3025
Theodore Ts'o6956f612005-12-31 16:46:15 -05003026#: misc/dumpe2fs.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003027msgid "Backup"
3028msgstr "Backup"
3029
Theodore Ts'o6956f612005-12-31 16:46:15 -05003030#: misc/dumpe2fs.c:141
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003031#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003032msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003033msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003034
Theodore Ts'o6956f612005-12-31 16:46:15 -05003035#: misc/dumpe2fs.c:145
Theodore Ts'obc759702005-05-09 20:40:55 -04003036#, fuzzy, c-format
3037msgid ""
3038"\n"
3039" Reserved GDT blocks at "
3040msgstr "reservierte Blöcke"
3041
Theodore Ts'o6956f612005-12-31 16:46:15 -05003042#: misc/dumpe2fs.c:152
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003043#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003044msgid " Group descriptor at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003045msgstr ", Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003046
Theodore Ts'o6956f612005-12-31 16:46:15 -05003047#: misc/dumpe2fs.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003048msgid " Block bitmap at "
3049msgstr " Block bitmap in "
3050
Theodore Ts'o6956f612005-12-31 16:46:15 -05003051#: misc/dumpe2fs.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003052msgid ", Inode bitmap at "
3053msgstr ", Inode Bitmap in "
3054
Theodore Ts'o6956f612005-12-31 16:46:15 -05003055#: misc/dumpe2fs.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003056msgid ""
3057"\n"
3058" Inode table at "
3059msgstr ""
3060"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003061" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003062
Theodore Ts'o6956f612005-12-31 16:46:15 -05003063#: misc/dumpe2fs.c:175
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003064#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003065msgid ""
3066"\n"
3067" %d free blocks, %d free inodes, %d directories\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003068msgstr ""
3069"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003070" %d freie Blöcke, %d freie Inodes, %d Verzeichnisse\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003071
Theodore Ts'o6956f612005-12-31 16:46:15 -05003072#: misc/dumpe2fs.c:181
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003073msgid " Free blocks: "
3074msgstr " Freie Blöcke: "
3075
Theodore Ts'o6956f612005-12-31 16:46:15 -05003076#: misc/dumpe2fs.c:189
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003077msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003078msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003079
Theodore Ts'o6956f612005-12-31 16:46:15 -05003080#: misc/dumpe2fs.c:215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003081msgid "while printing bad block list"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003082msgstr "beim Ausgeben der 'Bad Block'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003083
Theodore Ts'o6956f612005-12-31 16:46:15 -05003084#: misc/dumpe2fs.c:221
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003085#, c-format
3086msgid "Bad blocks: %d"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003087msgstr "Bad Blocks: %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003088
Theodore Ts'o6956f612005-12-31 16:46:15 -05003089#: misc/dumpe2fs.c:244 misc/tune2fs.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003090msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003091msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003092
Theodore Ts'o6956f612005-12-31 16:46:15 -05003093#: misc/dumpe2fs.c:252
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003094msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003095msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003096
Theodore Ts'o6956f612005-12-31 16:46:15 -05003097#: misc/dumpe2fs.c:256
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003098#, c-format
3099msgid ""
3100"\n"
3101"Journal block size: %d\n"
3102"Journal length: %d\n"
3103"Journal first block: %d\n"
3104"Journal sequence: 0x%08x\n"
3105"Journal start: %d\n"
3106"Journal number of users: %d\n"
3107msgstr ""
3108"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003109"Journal Blockgröße: %d\n"
3110"Journal Länge: %d\n"
3111"Journal Startblock: %d\n"
3112"Journal Sequenz: 0x%08x\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003113"Journal Start: %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003114"Journal Nutzeranzahl: %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003115
Theodore Ts'o6956f612005-12-31 16:46:15 -05003116#: misc/dumpe2fs.c:269
Theodore Ts'o197abba2005-06-20 18:00:23 -04003117#, c-format
3118msgid "Journal users: %s\n"
3119msgstr ""
3120
Theodore Ts'o6956f612005-12-31 16:46:15 -05003121#: misc/dumpe2fs.c:324 misc/mke2fs.c:1171
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003122#, c-format
3123msgid "\tUsing %s\n"
3124msgstr "\tBenutze %s\n"
3125
Theodore Ts'o6956f612005-12-31 16:46:15 -05003126#: misc/dumpe2fs.c:350 misc/e2image.c:662 misc/tune2fs.c:779 resize/main.c:238
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003127#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003128msgid "Couldn't find valid filesystem superblock.\n"
3129msgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
3130
Theodore Ts'o6956f612005-12-31 16:46:15 -05003131#: misc/dumpe2fs.c:361
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003132#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003133msgid "Note: This is a byte-swapped filesystem\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003134msgstr "Anmerkung: Dieses ist ein Byte-Swapped Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003135
Theodore Ts'o6956f612005-12-31 16:46:15 -05003136#: misc/dumpe2fs.c:377
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003137#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003138msgid ""
3139"\n"
3140"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003141msgstr ""
3142"\n"
3143"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003144
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003145#: misc/e2image.c:50
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003146#, fuzzy, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003147msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003148msgstr "Verwendung: %s [-r] Gerätedatei\n"
3149
Theodore Ts'obc759702005-05-09 20:40:55 -04003150#: misc/e2image.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003151msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003152msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003153
Theodore Ts'obc759702005-05-09 20:40:55 -04003154#: misc/e2image.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003155#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003156msgid "short write (only %d bytes) for writing image header"
3157msgstr "short write (only %d bytes) for writing image header"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003158
Theodore Ts'obc759702005-05-09 20:40:55 -04003159#: misc/e2image.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003160msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003161msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003162
Theodore Ts'obc759702005-05-09 20:40:55 -04003163#: misc/e2image.c:108
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003164msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003165msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003166
Theodore Ts'obc759702005-05-09 20:40:55 -04003167#: misc/e2image.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003168msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003169msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003170
Theodore Ts'obc759702005-05-09 20:40:55 -04003171#: misc/e2image.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003172msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003173msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003174
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003175#: misc/e2label.c:57
3176#, c-format
3177msgid "e2label: cannot open %s\n"
3178msgstr "e2label: Kann %s nicht öffnen.\n"
3179
3180#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003181#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003182msgid "e2label: cannot seek to superblock\n"
3183msgstr "e2label: cannot seek to superblock\n"
3184
3185#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003186#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003187msgid "e2label: error reading superblock\n"
3188msgstr "e2label: Lesefehler im Superblock\n"
3189
3190#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003191#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003192msgid "e2label: not an ext2 filesystem\n"
3193msgstr "e2label: Kein ext2 Dateisystem\n"
3194
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003195#: misc/e2label.c:96 misc/tune2fs.c:885
3196#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003197msgid "Warning: label too long, truncating.\n"
3198msgstr "Warnung: Name zu lang, kürze ihn.\n"
3199
3200#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003201#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003202msgid "e2label: cannot seek to superblock again\n"
3203msgstr "e2label: cannot seek to superblock again\n"
3204
3205#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003206#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003207msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003208msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003209
Theodore Ts'o6956f612005-12-31 16:46:15 -05003210#: misc/e2label.c:116 misc/tune2fs.c:451
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003211#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003212msgid "Usage: e2label device [newlabel]\n"
3213msgstr "Verwendung: e2label Gerät [neuer_Name]\n"
3214
Theodore Ts'obc759702005-05-09 20:40:55 -04003215#: misc/fsck.c:346
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003216#, c-format
3217msgid "WARNING: couldn't open %s: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003218msgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003219
Theodore Ts'obc759702005-05-09 20:40:55 -04003220#: misc/fsck.c:356
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003221#, c-format
3222msgid "WARNING: bad format on line %d of %s\n"
3223msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
3224
Theodore Ts'obc759702005-05-09 20:40:55 -04003225#: misc/fsck.c:371
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003226msgid ""
3227"WARNING: Your /etc/fstab does not contain the fsck passno\n"
3228"\tfield. I will kludge around things for you, but you\n"
3229"\tshould fix your /etc/fstab file as soon as you can.\n"
3230"\n"
3231msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003232"WARNUNG: Ihre /etc/fstab enthält kein 'fsck passno'\n"
3233"\tFeld. Ich werde dieses ignorieren, aber Sie\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003234"\tsollten ihre /etc/fstab so schnell wie möglich korrigieren.\n"
3235"\n"
3236
Theodore Ts'obc759702005-05-09 20:40:55 -04003237#: misc/fsck.c:472
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003238#, c-format
3239msgid "fsck: %s: not found\n"
3240msgstr "fsck: %s: nicht gefunden\n"
3241
Theodore Ts'obc759702005-05-09 20:40:55 -04003242#: misc/fsck.c:585
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003243#, c-format
3244msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003245msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003246
Theodore Ts'obc759702005-05-09 20:40:55 -04003247#: misc/fsck.c:607
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003248#, c-format
3249msgid "Warning... %s for device %s exited with signal %d.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003250msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003251
Theodore Ts'obc759702005-05-09 20:40:55 -04003252#: misc/fsck.c:613
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003253#, c-format
3254msgid "%s %s: status is %x, should never happen.\n"
3255msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
3256
Theodore Ts'obc759702005-05-09 20:40:55 -04003257#: misc/fsck.c:649
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003258#, c-format
3259msgid "Finished with %s (exit status %d)\n"
3260msgstr "Beendet mit %s (exit status %d)\n"
3261
Theodore Ts'obc759702005-05-09 20:40:55 -04003262#: misc/fsck.c:709
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003263#, c-format
3264msgid "%s: Error %d while executing fsck.%s for %s\n"
3265msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
3266
Theodore Ts'obc759702005-05-09 20:40:55 -04003267#: misc/fsck.c:730
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003268msgid ""
3269"Either all or none of the filesystem types passed to -t must be prefixed\n"
3270"with 'no' or '!'.\n"
3271msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003272"Bei -t müssen entweder allen oder keinem Dateisystem ein 'no' bzw. '!'\n"
3273"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003274
Theodore Ts'obc759702005-05-09 20:40:55 -04003275#: misc/fsck.c:749
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003276msgid "Couldn't allocate memory for filesystem types\n"
3277msgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
3278
Theodore Ts'obc759702005-05-09 20:40:55 -04003279#: misc/fsck.c:889
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003280#, c-format
3281msgid "fsck: cannot check %s: fsck.%s not found\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003282msgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003283
Theodore Ts'obc759702005-05-09 20:40:55 -04003284#: misc/fsck.c:945
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003285msgid "Checking all file systems.\n"
3286msgstr "Überprüfe alle Dateisysteme.\n"
3287
Theodore Ts'obc759702005-05-09 20:40:55 -04003288#: misc/fsck.c:1031
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003289#, c-format
3290msgid "--waiting-- (pass %d)\n"
3291msgstr "--warten-- (Durchgang %d)\n"
3292
Theodore Ts'obc759702005-05-09 20:40:55 -04003293#: misc/fsck.c:1051
3294#, fuzzy
3295msgid ""
3296"Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003297msgstr ""
3298"Verwendung: fsck [-ACNPRTV] [-t Datesystemtyp] [fs-Optionen] "
3299"[Dateisystem...]\n"
3300
Theodore Ts'obc759702005-05-09 20:40:55 -04003301#: misc/fsck.c:1093
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003302#, c-format
3303msgid "%s: too many devices\n"
3304msgstr "%s: zu viele Geräte\n"
3305
Theodore Ts'obc759702005-05-09 20:40:55 -04003306#: misc/fsck.c:1126 misc/fsck.c:1212
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003307#, c-format
3308msgid "%s: too many arguments\n"
3309msgstr "%s: zu viele Argumente\n"
3310
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003311#: misc/lsattr.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003312#, c-format
3313msgid "Usage: %s [-RVadlv] [files...]\n"
3314msgstr "Verwendung: %s [-RVadlv] [Dateien...]\n"
3315
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003316#: misc/lsattr.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003317#, c-format
3318msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003319msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003320
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003321#: misc/lsattr.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003322#, c-format
3323msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003324msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003325
Theodore Ts'obc759702005-05-09 20:40:55 -04003326#: misc/mke2fs.c:93
3327#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003328msgid ""
3329"Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
3330"\t[-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes]\n"
3331"\t[-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]\n"
3332"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003333"\t[-r fs-revision] [-R options] [-qvSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003334msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003335"Verwendung: %s [-c|-t|-l Dateiname] [-b Blockgröße] [-f Fragmentgröße]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003336"\t[-i Bytes-pro-Inode] [-j] [-J Journal-Optionen] [-N Anzahl_der_Inoden]\n"
3337"\t[-m Reservierte-Blöcke-Prozent] [-o creator-os] [-g Blöcke-pro-Gruppe]\n"
3338"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
3339"\t[-r fs-revision] [-R raid_opts] [-qvSV] Gerät [Blockanzahl]\n"
3340
Theodore Ts'obc759702005-05-09 20:40:55 -04003341#: misc/mke2fs.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003342#, c-format
3343msgid "Running command: %s\n"
3344msgstr "Führe aus: %s\n"
3345
Theodore Ts'obc759702005-05-09 20:40:55 -04003346#: misc/mke2fs.c:269
3347#, fuzzy, c-format
3348msgid "while trying to run '%s'"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003349msgstr "während des Ausführungsversuchs von '%s'"
3350
Theodore Ts'obc759702005-05-09 20:40:55 -04003351#: misc/mke2fs.c:276
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003352msgid "while processing list of bad blocks from program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003353msgstr "beim Auswerten der 'Bad Block'-Liste vom Programm"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003354
Theodore Ts'obc759702005-05-09 20:40:55 -04003355#: misc/mke2fs.c:303
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003356#, c-format
3357msgid "Block %d in primary superblock/group descriptor area bad.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003358msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003359
Theodore Ts'obc759702005-05-09 20:40:55 -04003360#: misc/mke2fs.c:305
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003361#, c-format
3362msgid "Blocks %d through %d must be good in order to build a filesystem.\n"
3363msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003364"Die Blöcke %d bis einschließlich %d müssen i.O. sein um ein Dateisystem zu "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003365"erstellen.\n"
3366
Theodore Ts'obc759702005-05-09 20:40:55 -04003367#: misc/mke2fs.c:308
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003368msgid "Aborting....\n"
3369msgstr "Breche ab...\n"
3370
Theodore Ts'obc759702005-05-09 20:40:55 -04003371#: misc/mke2fs.c:328
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003372#, c-format
3373msgid ""
3374"Warning: the backup superblock/group descriptors at block %d contain\n"
3375"\tbad blocks.\n"
3376"\n"
3377msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003378"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %d "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003379"enthält\n"
3380"\tdefekte Blöcke.\n"
3381"\n"
3382
Theodore Ts'obc759702005-05-09 20:40:55 -04003383#: misc/mke2fs.c:346
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003384msgid "while marking bad blocks as used"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003385msgstr "beim Markieren von defekten Blöcken als 'belegt'"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003386
Theodore Ts'obc759702005-05-09 20:40:55 -04003387#: misc/mke2fs.c:404
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003388msgid "done \n"
3389msgstr "erledigt \n"
3390
Theodore Ts'obc759702005-05-09 20:40:55 -04003391#: misc/mke2fs.c:439
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003392msgid "while allocating zeroizing buffer"
3393msgstr "while allocating zeroizing buffer"
3394
Theodore Ts'obc759702005-05-09 20:40:55 -04003395#: misc/mke2fs.c:480
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003396msgid "Writing inode tables: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003397msgstr "Schreibe Inode-Tabellen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003398
Theodore Ts'obc759702005-05-09 20:40:55 -04003399#: misc/mke2fs.c:491
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003400#, c-format
3401msgid ""
3402"\n"
3403"Could not write %d blocks in inode table starting at %d: %s\n"
3404msgstr ""
3405"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003406"Konnte %d Blöcke nicht in Inoden-Tabelle schreiben, beginnend bei %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003407
Theodore Ts'obc759702005-05-09 20:40:55 -04003408#: misc/mke2fs.c:514
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003409msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003410msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003411
Theodore Ts'obc759702005-05-09 20:40:55 -04003412#: misc/mke2fs.c:521
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003413msgid "while reading root inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003414msgstr "beim Lesen des Root-Inode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003415
Theodore Ts'obc759702005-05-09 20:40:55 -04003416#: misc/mke2fs.c:530
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003417msgid "while setting root inode ownership"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003418msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003419
Theodore Ts'obc759702005-05-09 20:40:55 -04003420#: misc/mke2fs.c:548
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003421msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003422msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003423
Theodore Ts'obc759702005-05-09 20:40:55 -04003424#: misc/mke2fs.c:555
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003425msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003426msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003427
Theodore Ts'obc759702005-05-09 20:40:55 -04003428#: misc/mke2fs.c:565
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003429msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003430msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003431
Theodore Ts'obc759702005-05-09 20:40:55 -04003432#: misc/mke2fs.c:581
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003433msgid "while setting bad block inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003434msgstr "beim Setzen des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003435
Theodore Ts'obc759702005-05-09 20:40:55 -04003436#: misc/mke2fs.c:613
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003437#, c-format
3438msgid "Out of memory erasing sectors %d-%d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003439msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003440
Theodore Ts'obc759702005-05-09 20:40:55 -04003441#: misc/mke2fs.c:623
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003442#, c-format
3443msgid "Warning: could not read block 0: %s\n"
3444msgstr "Warnung: konnte Block %s nicht lesen\n"
3445
Theodore Ts'obc759702005-05-09 20:40:55 -04003446#: misc/mke2fs.c:639
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003447#, c-format
3448msgid "Warning: could not erase sector %d: %s\n"
3449msgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
3450
Theodore Ts'obc759702005-05-09 20:40:55 -04003451#: misc/mke2fs.c:655
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003452msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003453msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003454
Theodore Ts'obc759702005-05-09 20:40:55 -04003455#: misc/mke2fs.c:661
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003456msgid "Zeroing journal device: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003457msgstr "Überschreibe Journal-Device mit Nullen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003458
Theodore Ts'obc759702005-05-09 20:40:55 -04003459#: misc/mke2fs.c:668
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003460#, c-format
3461msgid "while zeroing journal device (block %u, count %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003462msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %u, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003463
Theodore Ts'obc759702005-05-09 20:40:55 -04003464#: misc/mke2fs.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003465msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003466msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003467
Theodore Ts'obc759702005-05-09 20:40:55 -04003468#: misc/mke2fs.c:695
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003469#, c-format
3470msgid ""
3471"warning: %d blocks unused.\n"
3472"\n"
3473msgstr ""
3474"Warnung: %d Blöcke unbenutzt.\n"
3475"\n"
3476
Theodore Ts'obc759702005-05-09 20:40:55 -04003477#: misc/mke2fs.c:700
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003478#, c-format
3479msgid "Filesystem label=%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003480msgstr "Dateisystem-Label=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003481
Theodore Ts'obc759702005-05-09 20:40:55 -04003482#: misc/mke2fs.c:701
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003483msgid "OS type: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003484msgstr "OS-Typ: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003485
Theodore Ts'obc759702005-05-09 20:40:55 -04003486#: misc/mke2fs.c:706
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003487#, c-format
3488msgid "Block size=%u (log=%u)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003489msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003490
Theodore Ts'obc759702005-05-09 20:40:55 -04003491#: misc/mke2fs.c:708
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003492#, c-format
3493msgid "Fragment size=%u (log=%u)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003494msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003495
Theodore Ts'obc759702005-05-09 20:40:55 -04003496#: misc/mke2fs.c:710
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003497#, c-format
3498msgid "%u inodes, %u blocks\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003499msgstr "%u Inodes, %u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003500
Theodore Ts'obc759702005-05-09 20:40:55 -04003501#: misc/mke2fs.c:712
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003502#, c-format
3503msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3504msgstr "%u Blöcke (%2.2f%%) reserviert für den Superuser\n"
3505
Theodore Ts'obc759702005-05-09 20:40:55 -04003506#: misc/mke2fs.c:715
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003507#, c-format
3508msgid "First data block=%u\n"
3509msgstr "erster Datenblock=%u\n"
3510
Theodore Ts'obc759702005-05-09 20:40:55 -04003511#: misc/mke2fs.c:717
3512#, fuzzy, c-format
3513msgid "Maximum filesystem blocks=%lu\n"
3514msgstr "Dateisystem-Label=%s\n"
3515
3516#: misc/mke2fs.c:722
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003517#, c-format
3518msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003519msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003520
Theodore Ts'obc759702005-05-09 20:40:55 -04003521#: misc/mke2fs.c:724
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003522#, c-format
3523msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003524msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003525
Theodore Ts'obc759702005-05-09 20:40:55 -04003526#: misc/mke2fs.c:725
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003527#, c-format
3528msgid "%u blocks per group, %u fragments per group\n"
3529msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
3530
Theodore Ts'obc759702005-05-09 20:40:55 -04003531#: misc/mke2fs.c:727
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003532#, c-format
3533msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003534msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003535
Theodore Ts'obc759702005-05-09 20:40:55 -04003536#: misc/mke2fs.c:734
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003537#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003538msgid "Superblock backups stored on blocks: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003539msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003540
Theodore Ts'obc759702005-05-09 20:40:55 -04003541#: misc/mke2fs.c:790
3542#, fuzzy, c-format
3543msgid "Couldn't allocate memory to parse options!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003544msgstr ""
3545"Speicher zum Parsen der RAID-Optionen konnte nicht reserviert werden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003546
Theodore Ts'obc759702005-05-09 20:40:55 -04003547#: misc/mke2fs.c:814
3548#, fuzzy, c-format
3549msgid "Invalid stride parameter: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003550msgstr "Ungültiger \"stride\"-Parameter.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003551
Theodore Ts'obc759702005-05-09 20:40:55 -04003552#: misc/mke2fs.c:835
3553#, fuzzy, c-format
3554msgid "Invalid resize parameter: %s\n"
3555msgstr "Ungültiger \"stride\"-Parameter.\n"
3556
3557#: misc/mke2fs.c:842
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003558#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003559msgid "The resize maximum must be greater than the filesystem size.\n"
3560msgstr ""
3561
3562#: misc/mke2fs.c:873
3563#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003564msgid ""
3565"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003566"Bad options specified.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003567"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003568"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003569"\tis set off by an equals ('=') sign.\n"
3570"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003571"Valid extended options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003572"\tstride=<stride length in blocks>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003573"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003574"\n"
3575msgstr ""
3576"\n"
3577"falsche Raid-Optionen angegeben.\n"
3578"\n"
3579"Raid-Optionen werden mit Kommatas getrennt angegeben, sie können ein "
3580"Argument\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003581"\terhalten welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003582"\n"
3583"gültige Raid-Optionen sind:\n"
3584"\tstride=<stride length in blocks>\n"
3585"\n"
3586
Theodore Ts'obc759702005-05-09 20:40:55 -04003587#: misc/mke2fs.c:987
3588#, fuzzy, c-format
3589msgid "invalid block size - %s"
3590msgstr "bad block Größe - %s"
3591
3592#: misc/mke2fs.c:991
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003593#, c-format
3594msgid "Warning: blocksize %d not usable on most systems.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003595msgstr "Warnung: Blockgröße %d ist auf den meisten Systemen unbrauchbar.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003596
Theodore Ts'obc759702005-05-09 20:40:55 -04003597#: misc/mke2fs.c:1008
Theodore Ts'o197abba2005-06-20 18:00:23 -04003598#, fuzzy, c-format
3599msgid "invalid fragment size - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003600msgstr "falsche Fragmentgröße - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003601
Theodore Ts'obc759702005-05-09 20:40:55 -04003602#: misc/mke2fs.c:1014
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003603#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003604msgid "Warning: fragments not supported. Ignoring -f option\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003605msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003606
Theodore Ts'obc759702005-05-09 20:40:55 -04003607#: misc/mke2fs.c:1021
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003608msgid "Illegal number for blocks per group"
3609msgstr "unzulässige Angabe für Blöcke pro Gruppe"
3610
Theodore Ts'obc759702005-05-09 20:40:55 -04003611#: misc/mke2fs.c:1026
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003612msgid "blocks per group must be multiple of 8"
3613msgstr "Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
3614
Theodore Ts'obc759702005-05-09 20:40:55 -04003615#: misc/mke2fs.c:1036
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003616#, fuzzy, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003617msgid "invalid inode ratio %s (min %d/max %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003618msgstr "Unzulässiges Inode-Verhältnis %s (Min %d/Max %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003619
Theodore Ts'obc759702005-05-09 20:40:55 -04003620#: misc/mke2fs.c:1055
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003621msgid "in malloc for bad_blocks_filename"
3622msgstr "in malloc for bad_blocks_filename"
3623
Theodore Ts'obc759702005-05-09 20:40:55 -04003624#: misc/mke2fs.c:1064
Theodore Ts'o197abba2005-06-20 18:00:23 -04003625#, fuzzy, c-format
3626msgid "invalid reserved blocks percent - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003627msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003628
Theodore Ts'o6956f612005-12-31 16:46:15 -05003629#: misc/mke2fs.c:1082
3630#, fuzzy, c-format
3631msgid "bad revision level - %s"
3632msgstr "ungültiges Intervall - %s"
3633
3634#: misc/mke2fs.c:1104
Theodore Ts'o197abba2005-06-20 18:00:23 -04003635#, fuzzy, c-format
3636msgid "invalid inode size - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003637msgstr "Unzulässige Inode-Größe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003638
Theodore Ts'o6956f612005-12-31 16:46:15 -05003639#: misc/mke2fs.c:1125
3640#, fuzzy, c-format
3641msgid "bad num inodes - %s"
3642msgstr "ungültiges Intervall - %s"
3643
3644#: misc/mke2fs.c:1140 misc/tune2fs.c:303
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003645#, c-format
3646msgid "Invalid filesystem option set: %s\n"
3647msgstr "Unvollständige Dateisystem-Option gesetzt: %s\n"
3648
Theodore Ts'o6956f612005-12-31 16:46:15 -05003649#: misc/mke2fs.c:1195 misc/mke2fs.c:1585
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003650#, c-format
3651msgid "while trying to open journal device %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003652msgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003653
Theodore Ts'o6956f612005-12-31 16:46:15 -05003654#: misc/mke2fs.c:1201
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003655#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003656msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003657msgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003658
Theodore Ts'o6956f612005-12-31 16:46:15 -05003659#: misc/mke2fs.c:1215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003660#, c-format
3661msgid "%d-byte blocks too big for system (max %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003662msgstr "%d-Byte Blöcke zu groß für das System (max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003663
Theodore Ts'o6956f612005-12-31 16:46:15 -05003664#: misc/mke2fs.c:1219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003665#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003666msgid ""
3667"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003668msgstr ""
3669"Warnung: %d-byte Blöcke zu groß für das System (max %d), fahre dennoch fort\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003670
Theodore Ts'o6956f612005-12-31 16:46:15 -05003671#: misc/mke2fs.c:1225
Theodore Ts'o197abba2005-06-20 18:00:23 -04003672#, c-format
3673msgid ""
3674"\n"
3675"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3676"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3677"\n"
3678msgstr ""
3679
Theodore Ts'o6956f612005-12-31 16:46:15 -05003680#: misc/mke2fs.c:1256
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003681msgid "filesystem"
3682msgstr "Dateisystem"
3683
Theodore Ts'o6956f612005-12-31 16:46:15 -05003684#: misc/mke2fs.c:1279 resize/main.c:272
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003685msgid "while trying to determine filesystem size"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003686msgstr "beim Bestimmen der Dateisystemgröße"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003687
Theodore Ts'o6956f612005-12-31 16:46:15 -05003688#: misc/mke2fs.c:1285
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003689msgid ""
3690"Couldn't determine device size; you must specify\n"
3691"the size of the filesystem\n"
3692msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003693"Konnte die Gerätegröße nicht ermitteln. Geben\n"
3694"Sie die Größe des Dateisystems an\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003695
Theodore Ts'o6956f612005-12-31 16:46:15 -05003696#: misc/mke2fs.c:1292
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003697msgid ""
3698"Device size reported to be zero. Invalid partition specified, or\n"
3699"\tpartition table wasn't reread after running fdisk, due to\n"
3700"\ta modified partition being busy and in use. You may need to reboot\n"
3701"\tto re-read your partition table.\n"
3702msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003703"Zurückgegebene Gerätegröße ist gleich null. Unvollständige Partition\n"
3704"\tangegeben oder die Partitionstabelle wurde nach einem fdisk-Lauf\n"
3705"\tnicht wieder eingelesen, weil eine veränderte Partition in Gebrauch\n"
3706"\tund gesperrt ist. Sie könnten gezwungen sein, neu zu booten, um die\n"
3707"\tPartitionstabelle neu einzulesen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003708
Theodore Ts'o6956f612005-12-31 16:46:15 -05003709#: misc/mke2fs.c:1310
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003710msgid "Filesystem larger than apparent device size."
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003711msgstr "Dateisystem ist größer als augenscheinlich das Gerät selbst."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003712
Theodore Ts'o6956f612005-12-31 16:46:15 -05003713#: misc/mke2fs.c:1332
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003714msgid "while trying to determine hardware sector size"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003715msgstr "beim Ermitteln der Hardware-Sektorgröße"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003716
Theodore Ts'o6956f612005-12-31 16:46:15 -05003717#: misc/mke2fs.c:1352
Theodore Ts'obc759702005-05-09 20:40:55 -04003718msgid "reserved online resize blocks not supported on non-sparse filesystem"
3719msgstr ""
3720
Theodore Ts'o6956f612005-12-31 16:46:15 -05003721#: misc/mke2fs.c:1361
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003722msgid "blocks per group count out of range"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003723msgstr "Anzahl der Blöcke pro Gruppe nicht im gültigen Bereich"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003724
Theodore Ts'o6956f612005-12-31 16:46:15 -05003725#: misc/mke2fs.c:1368
3726msgid ""
3727"Filesystem too large. No more than 2**31-1 blocks\n"
3728"\t (8TB using a blocksize of 4k) are currently supported."
3729msgstr ""
3730
3731#: misc/mke2fs.c:1378
Theodore Ts'o197abba2005-06-20 18:00:23 -04003732#, fuzzy, c-format
3733msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003734msgstr "ungültige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003735
Theodore Ts'o6956f612005-12-31 16:46:15 -05003736#: misc/mke2fs.c:1384
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003737#, c-format
3738msgid "Warning: %d-byte inodes not usable on most systems\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003739msgstr ""
3740"Warnung: %d-Byte Inodes sind auf den meisten Systemen nicht benutzbar\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003741
Theodore Ts'o6956f612005-12-31 16:46:15 -05003742#: misc/mke2fs.c:1435
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003743msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003744msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003745
Theodore Ts'o6956f612005-12-31 16:46:15 -05003746#: misc/mke2fs.c:1469
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003747#, c-format
3748msgid "unknown os - %s"
3749msgstr "unbekanntes OS - %s"
3750
Theodore Ts'o6956f612005-12-31 16:46:15 -05003751#: misc/mke2fs.c:1523
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003752msgid "while trying to allocate filesystem tables"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003753msgstr "beim Zuordnen von Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003754
Theodore Ts'o6956f612005-12-31 16:46:15 -05003755#: misc/mke2fs.c:1554
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003756#, c-format
3757msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003758msgstr "beim Nullen von Block %u am Ende des Dateisystems"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003759
Theodore Ts'o6956f612005-12-31 16:46:15 -05003760#: misc/mke2fs.c:1567
Theodore Ts'obc759702005-05-09 20:40:55 -04003761#, fuzzy
3762msgid "while reserving blocks for online resize"
3763msgstr "beim Lesen des Bad-Block-Inodes"
3764
Theodore Ts'o6956f612005-12-31 16:46:15 -05003765#: misc/mke2fs.c:1578 misc/tune2fs.c:388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003766msgid "journal"
3767msgstr "Journal"
3768
Theodore Ts'o6956f612005-12-31 16:46:15 -05003769#: misc/mke2fs.c:1590
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003770#, c-format
3771msgid "Adding journal to device %s: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003772msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003773
Theodore Ts'o6956f612005-12-31 16:46:15 -05003774#: misc/mke2fs.c:1597
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003775#, c-format
3776msgid ""
3777"\n"
3778"\twhile trying to add journal to device %s"
3779msgstr ""
3780"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003781"\tbeim Erstellen des Journals auf Gerät %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003782
Theodore Ts'o6956f612005-12-31 16:46:15 -05003783#: misc/mke2fs.c:1602 misc/mke2fs.c:1626 misc/tune2fs.c:416 misc/tune2fs.c:430
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003784#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003785msgid "done\n"
3786msgstr "erledigt\n"
3787
Theodore Ts'o6956f612005-12-31 16:46:15 -05003788#: misc/mke2fs.c:1614
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003789#, c-format
3790msgid "Creating journal (%d blocks): "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003791msgstr "Erstelle Journal (%d Blöcke): "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003792
Theodore Ts'o6956f612005-12-31 16:46:15 -05003793#: misc/mke2fs.c:1622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003794msgid ""
3795"\n"
3796"\twhile trying to create journal"
3797msgstr ""
3798"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003799"\tbeim Erstellen des Journals"
3800
Theodore Ts'o6956f612005-12-31 16:46:15 -05003801#: misc/mke2fs.c:1631
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003802#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003803msgid "Writing superblocks and filesystem accounting information: "
3804msgstr "Schreibe Superblöcke und Dateisystem-Accountinginformationen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003805
Theodore Ts'o6956f612005-12-31 16:46:15 -05003806#: misc/mke2fs.c:1636
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003807#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003808msgid ""
3809"\n"
3810"Warning, had trouble writing out superblocks."
3811msgstr ""
3812"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003813"Warnung: Probleme beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003814
Theodore Ts'o6956f612005-12-31 16:46:15 -05003815#: misc/mke2fs.c:1639
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003816#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003817msgid ""
3818"done\n"
3819"\n"
3820msgstr ""
3821"erledigt\n"
3822"\n"
3823
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003824#: misc/mklost+found.c:49
3825#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003826msgid "Usage: mklost+found\n"
3827msgstr "Verwendung: mklost+found\n"
3828
Theodore Ts'o6956f612005-12-31 16:46:15 -05003829#: misc/tune2fs.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003830msgid "Please run e2fsck on the filesystem.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003831msgstr "Bitte e2fsck über das Dateisystem laufen lassen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003832
Theodore Ts'o6956f612005-12-31 16:46:15 -05003833#: misc/tune2fs.c:85
Theodore Ts'o197abba2005-06-20 18:00:23 -04003834#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003835msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04003836"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
3837"\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
3838"\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
3839"\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
3840"\t[-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
3841"\t[-O [^]feature[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003842msgstr ""
3843"Verwendung: %s [-c max-mounts-count] [-e errors-behavior] [-g group]\n"
3844"\t[-i interval[d|m|w]] [-j] [-J journal-options]\n"
3845"\t[-l] [-s sparse-flag] [-m reserved-blocks-percent]\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003846"\t[-o [^]mount-options[,...]] [-r reserved-blocks-count]\n"
3847"\t[-u user] [-C mount-count] [-L volume-label] [-M last-mounted-dir]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003848"\t[-O [^]feature[,...]] [-T last-check-time] [-U UUID] Gerät\n"
3849
Theodore Ts'o6956f612005-12-31 16:46:15 -05003850#: misc/tune2fs.c:142
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003851msgid "while trying to open external journal"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003852msgstr "beim Öffnen des externen Journals"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003853
Theodore Ts'o6956f612005-12-31 16:46:15 -05003854#: misc/tune2fs.c:146
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003855#, c-format
3856msgid "%s is not a journal device.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003857msgstr "%s ist kein Journal-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003858
Theodore Ts'o6956f612005-12-31 16:46:15 -05003859#: misc/tune2fs.c:161
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003860msgid "Journal superblock not found!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003861msgstr "Journal-Superblock nicht gefunden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003862
Theodore Ts'o6956f612005-12-31 16:46:15 -05003863#: misc/tune2fs.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003864msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003865msgstr "UUID des Dateisystems auf Journal-Gerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003866
Theodore Ts'o6956f612005-12-31 16:46:15 -05003867#: misc/tune2fs.c:194
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003868msgid "Journal NOT removed\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003869msgstr "Journal NICHT gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003870
Theodore Ts'o6956f612005-12-31 16:46:15 -05003871#: misc/tune2fs.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003872msgid "Journal removed\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003873msgstr "Journal gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003874
Theodore Ts'o6956f612005-12-31 16:46:15 -05003875#: misc/tune2fs.c:232
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003876msgid "while reading journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003877msgstr "beim Lesen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003878
Theodore Ts'o6956f612005-12-31 16:46:15 -05003879#: misc/tune2fs.c:239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003880msgid "while reading bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003881msgstr "beim Lesen von Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003882
Theodore Ts'o6956f612005-12-31 16:46:15 -05003883#: misc/tune2fs.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003884msgid "while clearing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003885msgstr "beim Bereinigen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003886
Theodore Ts'o6956f612005-12-31 16:46:15 -05003887#: misc/tune2fs.c:257
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003888msgid "while writing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003889msgstr "beim Schreiben des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003890
Theodore Ts'o6956f612005-12-31 16:46:15 -05003891#: misc/tune2fs.c:272
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003892#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003893msgid "Invalid mount option set: %s\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003894msgstr "Ungültige Einhänge-Option gesetzt: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003895
Theodore Ts'o6956f612005-12-31 16:46:15 -05003896#: misc/tune2fs.c:318
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003897msgid ""
3898"The has_journal flag may only be cleared when the filesystem is\n"
3899"unmounted or mounted read-only.\n"
3900msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003901"Das has_jounal Flag kann nur gelöscht werden, wenn das Dateisystem\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003902"nicht eingehängt oder im Nur-Lesen-Modus ist.\n"
3903
Theodore Ts'o6956f612005-12-31 16:46:15 -05003904#: misc/tune2fs.c:326
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003905msgid ""
3906"The needs_recovery flag is set. Please run e2fsck before clearing\n"
3907"the has_journal flag.\n"
3908msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003909"Das needs_recovery Flag ist gesetzt. Bitte starten sie e2fsck vor\n"
3910"der Löschung des has_journal Flags.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003911
Theodore Ts'o6956f612005-12-31 16:46:15 -05003912#: misc/tune2fs.c:383
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003913msgid "The filesystem already has a journal.\n"
3914msgstr "Das Dateisystem hat schon ein Journal.\n"
3915
Theodore Ts'o6956f612005-12-31 16:46:15 -05003916#: misc/tune2fs.c:400
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003917#, c-format
3918msgid ""
3919"\n"
3920"\twhile trying to open journal on %s\n"
3921msgstr ""
3922"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003923"\tbeim Öffnen des Journals auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003924
Theodore Ts'o6956f612005-12-31 16:46:15 -05003925#: misc/tune2fs.c:404
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003926#, c-format
3927msgid "Creating journal on device %s: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003928msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003929
Theodore Ts'o6956f612005-12-31 16:46:15 -05003930#: misc/tune2fs.c:412
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003931#, c-format
3932msgid "while adding filesystem to journal on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003933msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003934
Theodore Ts'o6956f612005-12-31 16:46:15 -05003935#: misc/tune2fs.c:418
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003936msgid "Creating journal inode: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003937msgstr "Erstelle Journal-Inode: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003938
Theodore Ts'o6956f612005-12-31 16:46:15 -05003939#: misc/tune2fs.c:427
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003940msgid ""
3941"\n"
3942"\twhile trying to create journal file"
3943msgstr ""
3944"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003945"\tbeim Erstellen der Journaldatei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003946
Theodore Ts'o6956f612005-12-31 16:46:15 -05003947#: misc/tune2fs.c:493
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003948#, c-format
3949msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003950msgstr "Konnte Datum/Zeit nicht parsen: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003951
Theodore Ts'o6956f612005-12-31 16:46:15 -05003952#: misc/tune2fs.c:515 misc/tune2fs.c:528
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003953#, c-format
3954msgid "bad mounts count - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003955msgstr "Ungültiger Mounts-Zähler - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003956
Theodore Ts'o6956f612005-12-31 16:46:15 -05003957#: misc/tune2fs.c:544
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003958#, c-format
3959msgid "bad error behavior - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003960msgstr "ungültiges Fehler-Verhalten - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003961
Theodore Ts'o6956f612005-12-31 16:46:15 -05003962#: misc/tune2fs.c:567
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003963#, c-format
3964msgid "bad gid/group name - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003965msgstr "ungültige(r) GID oder Gruppenname - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003966
Theodore Ts'o6956f612005-12-31 16:46:15 -05003967#: misc/tune2fs.c:600
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003968#, c-format
3969msgid "bad interval - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003970msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003971
Theodore Ts'o6956f612005-12-31 16:46:15 -05003972#: misc/tune2fs.c:628
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003973#, c-format
3974msgid "bad reserved block ratio - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003975msgstr "ungültiges Reservierte-Blöcke-Verhältnis - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003976
Theodore Ts'o6956f612005-12-31 16:46:15 -05003977#: misc/tune2fs.c:643
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003978msgid "-o may only be specified once"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003979msgstr "-o darf nur eimal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003980
Theodore Ts'o6956f612005-12-31 16:46:15 -05003981#: misc/tune2fs.c:653
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003982msgid "-O may only be specified once"
3983msgstr "-O darf nur eimal angegeben werden"
3984
Theodore Ts'o6956f612005-12-31 16:46:15 -05003985#: misc/tune2fs.c:663
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003986#, c-format
3987msgid "bad reserved blocks count - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003988msgstr "ungültige Anzahl von reservierten Blöcken - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003989
Theodore Ts'o6956f612005-12-31 16:46:15 -05003990#: misc/tune2fs.c:692
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003991#, c-format
3992msgid "bad uid/user name - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003993msgstr "ungültige(r) UID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003994
Theodore Ts'o6956f612005-12-31 16:46:15 -05003995#: misc/tune2fs.c:802
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003996#, c-format
3997msgid "Setting maximal mount count to %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003998msgstr "Setze maximale Mount-Anzahl zu auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003999
Theodore Ts'o6956f612005-12-31 16:46:15 -05004000#: misc/tune2fs.c:808
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004001#, c-format
4002msgid "Setting current mount count to %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004003msgstr "Setze derzeitige Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004004
Theodore Ts'o6956f612005-12-31 16:46:15 -05004005#: misc/tune2fs.c:813
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004006#, c-format
4007msgid "Setting error behavior to %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004008msgstr "Setze Fehler-Verhalten auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004009
Theodore Ts'o6956f612005-12-31 16:46:15 -05004010#: misc/tune2fs.c:818
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004011#, c-format
4012msgid "Setting reserved blocks gid to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004013msgstr "Setze GID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004014
Theodore Ts'o6956f612005-12-31 16:46:15 -05004015#: misc/tune2fs.c:823
Theodore Ts'obc759702005-05-09 20:40:55 -04004016#, fuzzy, c-format
4017msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004018msgstr "Setze Intervall zwischen Checks auf %lu Sekunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004019
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004020#: misc/tune2fs.c:828
Theodore Ts'o6956f612005-12-31 16:46:15 -05004021#, fuzzy, c-format
4022msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004023msgstr "Setze Verhältnis der reservierten Blöcke auf %lu (%u blocks)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004024
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004025#: misc/tune2fs.c:834
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004026#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004027msgid "reserved blocks count is too big (%lu)"
4028msgstr "Anzahl der reservierten Blöcke zu groß (%lu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004029
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004030#: misc/tune2fs.c:840
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004031#, c-format
4032msgid "Setting reserved blocks count to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004033msgstr "Setze Anzahl der reservierten Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004034
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004035#: misc/tune2fs.c:846
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004036msgid ""
4037"\n"
4038"The filesystem already has sparse superblocks.\n"
4039msgstr ""
4040"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004041"Das Dateisystem hat bereits einen \"sparse superblock\".\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004042
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004043#: misc/tune2fs.c:853
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004044#, c-format
4045msgid ""
4046"\n"
4047"Sparse superblock flag set. %s"
4048msgstr ""
4049"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004050"Sparse superblock Flag gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004051
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004052#: misc/tune2fs.c:860
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004053msgid ""
4054"\n"
4055"The filesystem already has sparse superblocks disabled.\n"
4056msgstr ""
4057"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004058"Sparse Superblocks sind auf dem Dateisystem bereits deaktiviert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004059
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004060#: misc/tune2fs.c:868
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004061#, c-format
4062msgid ""
4063"\n"
4064"Sparse superblock flag cleared. %s"
4065msgstr ""
4066"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004067"Sparse superblock Flag gelöscht. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004068
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004069#: misc/tune2fs.c:875
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004070#, c-format
4071msgid "Setting time filesystem last checked to %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004072msgstr "Setze Zeit des letzten Dateisystemchecks auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004073
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004074#: misc/tune2fs.c:881
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004075#, c-format
4076msgid "Setting reserved blocks uid to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004077msgstr "Setze UID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004078
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004079#: misc/tune2fs.c:914
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004080msgid "Invalid UUID format\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004081msgstr "Ungültiges UUID Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004082
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004083#: misc/util.c:72
4084msgid "Proceed anyway? (y,n) "
4085msgstr "Trotzdem fortsetzen? (y,n) "
4086
4087#: misc/util.c:93
4088#, c-format
4089msgid "Could not stat %s --- %s\n"
4090msgstr "Could not stat %s --- %s\n"
4091
4092#: misc/util.c:96
4093msgid ""
4094"\n"
4095"The device apparently does not exist; did you specify it correctly?\n"
4096msgstr ""
4097"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004098"Das Gerät scheint nicht zu existieren, haben Sie es richtig angegeben?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004099
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004100#: misc/util.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004101#, c-format
4102msgid "%s is not a block special device.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004103msgstr "%s ist kein spezielles Block-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004105#: misc/util.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004106#, c-format
4107msgid "%s is entire device, not just one partition!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004108msgstr "%s ist ein vollständiges Gerät, nicht nur eine Partition!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004110#: misc/util.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004111msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004112msgstr "mke2fs trotzdem erzwungen. Hoffentlich stimmt /etc/mtab nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004113
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004114#: misc/util.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004115#, c-format
4116msgid "will not make a %s here!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004117msgstr "werde dort kein %s erstellen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004118
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004119#: misc/util.c:170
4120msgid "mke2fs forced anyway.\n"
4121msgstr ""
4122
4123#: misc/util.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004124msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004125msgstr "Konnte keinen Speicher zuweisen, um Journal-Optionen zu parsen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004127#: misc/util.c:228
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004128msgid ""
4129"\n"
4130"Bad journal options specified.\n"
4131"\n"
4132"Journal options are separated by commas, and may take an argument which\n"
4133"\tis set off by an equals ('=') sign.\n"
4134"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004135"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004136"\tsize=<journal size in megabytes>\n"
4137"\tdevice=<journal device>\n"
4138"\n"
4139"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4140"\n"
4141msgstr ""
4142"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004143"Ungültioge Journal-Optionen angegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004144"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004145"Journal-Optionen werden mit Kommata getrennt angegeben, sie können ein "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004146"Argument\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004147"\terhalten welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004148"\n"
4149"Gültige Journal-Optionen sind:\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004150"\tsize=<Journalgröße in Megabytes>\n"
4151"\tdevice=<Journal-Gerät>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004152"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004153"Die Journalgröße muss zwischen 1024 und 102400 Dateisystem-Blöcken liegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004154"\n"
4155
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004156#: misc/util.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004157msgid ""
4158"\n"
4159"Filesystem too small for a journal\n"
4160msgstr ""
4161"\n"
4162"Dateisystem zu klein für ein Journal\n"
4163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004164#: misc/util.c:262
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004165#, c-format
4166msgid ""
4167"\n"
4168"The requested journal size is %d blocks; it must be\n"
4169"between 1024 and 102400 blocks. Aborting.\n"
4170msgstr ""
4171"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004172"Die angegebene Journalgröße ist %d Blöcke. Sie muss aber zwischen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004173"1024 und 102400 Dateisystem-Blöcken liegen. Breche ab! \n"
4174
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004175#: misc/util.c:270
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004176msgid ""
4177"\n"
4178"Journal size too big for filesystem.\n"
4179msgstr ""
4180"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004181"Das Journal ist zu groß für dieses Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004182
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004183#: misc/util.c:294
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004184#, c-format
4185msgid ""
4186"This filesystem will be automatically checked every %d mounts or\n"
4187"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4188msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004189"Das Dateisystem wird automatisch alle %d Mounts bzw. alle %g Tage "
4190"überprüft,\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004191"je nachdem, was zuerst eintritt. Veränderbar mit tune2fs -c oder -t .\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004192
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004193#: misc/uuidgen.c:30
4194#, c-format
4195msgid "Usage: %s [-r] [-t]\n"
4196msgstr "Verwendung: %s [-r] [-t]\n"
4197
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004198#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004199msgid "# Extent dump:\n"
4200msgstr "# Extent dump:\n"
4201
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004202#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004203#, c-format
4204msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4205msgstr "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4206
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004207#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004208#, c-format
4209msgid "#\t\t %u -> %u (%d)\n"
4210msgstr "#\t\t %u -> %u (%d)\n"
4211
Theodore Ts'o6956f612005-12-31 16:46:15 -05004212#: resize/main.c:39
Theodore Ts'obc759702005-05-09 20:40:55 -04004213#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004214msgid ""
Theodore Ts'obc759702005-05-09 20:40:55 -04004215"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004216"\n"
4217msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004218"Verwendung: %s [-d debug_flags] [-f] [-F] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004219"\n"
4220
Theodore Ts'o6956f612005-12-31 16:46:15 -05004221#: resize/main.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004222msgid "Extending the inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004223msgstr "Vergrößere Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004224
Theodore Ts'o6956f612005-12-31 16:46:15 -05004225#: resize/main.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004226msgid "Relocating blocks"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004227msgstr "Verteile Blöcke neu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004228
Theodore Ts'o6956f612005-12-31 16:46:15 -05004229#: resize/main.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004230msgid "Scanning inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004231msgstr "Scanne Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004232
Theodore Ts'o6956f612005-12-31 16:46:15 -05004233#: resize/main.c:70
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004234msgid "Updating inode references"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004235msgstr "Aktualisiere Inode-Referenzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004236
Theodore Ts'o6956f612005-12-31 16:46:15 -05004237#: resize/main.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004238msgid "Moving inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004239msgstr "Verschiebe Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004240
Theodore Ts'o6956f612005-12-31 16:46:15 -05004241#: resize/main.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004242msgid "Unknown pass?!?"
4243msgstr "Unbekannter Durchgang?!?"
4244
Theodore Ts'o6956f612005-12-31 16:46:15 -05004245#: resize/main.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004246#, c-format
4247msgid "Begin pass %d (max = %lu)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004248msgstr "Beginne Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004249
Theodore Ts'o6956f612005-12-31 16:46:15 -05004250#: resize/main.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004251#, c-format
4252msgid ""
4253"%s is mounted; can't resize a mounted filesystem!\n"
4254"\n"
4255msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004256"%s ist eingehängt, kann die Größe deshalb nicht verändern!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004257"\n"
4258
Theodore Ts'o6956f612005-12-31 16:46:15 -05004259#: resize/main.c:195
4260#, fuzzy, c-format
4261msgid "while opening %s"
4262msgstr "beim Start des Inode-Scans"
4263
4264#: resize/main.c:207
4265#, fuzzy, c-format
4266msgid "while getting stat information for %s"
4267msgstr "beim Setzen der Version in %s"
4268
4269#: resize/main.c:279
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004270#, c-format
4271msgid "bad filesystem size - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004272msgstr "ungültige Dateisystemgröße - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004273
Theodore Ts'o6956f612005-12-31 16:46:15 -05004274#: resize/main.c:306
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004275#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004276msgid ""
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004277"The containing partition (or device) is only %d (%dk) blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004278"You requested a new size of %d blocks.\n"
4279"\n"
4280msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004281"Die Partition (oder das Gerät) enthält nur %d (%dk) Blöcke.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004282"Die geforderte neue Größe ist %d Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004283"\n"
4284
Theodore Ts'o6956f612005-12-31 16:46:15 -05004285#: resize/main.c:313
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004286#, c-format
4287msgid ""
4288"The filesystem is already %d blocks long. Nothing to do!\n"
4289"\n"
4290msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004291"Das Dateisystem ist schon %d Blöcke groß. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004292"\n"
4293
Theodore Ts'o6956f612005-12-31 16:46:15 -05004294#: resize/main.c:320
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004295#, c-format
4296msgid ""
4297"Please run 'e2fsck -f %s' first.\n"
4298"\n"
4299msgstr ""
4300"Bitte zuerst 'e2fsck -f %s ' laufen lassen.\n"
4301"\n"
4302
Theodore Ts'o6956f612005-12-31 16:46:15 -05004303#: resize/main.c:330
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004304#, c-format
4305msgid "while trying to resize %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004306msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004307
Theodore Ts'o6956f612005-12-31 16:46:15 -05004308#: resize/main.c:335
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004309#, c-format
4310msgid ""
4311"The filesystem on %s is now %d blocks long.\n"
4312"\n"
4313msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004314"Das Dateisystem auf %s ist nun %d Blöcke groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004315"\n"
4316
Theodore Ts'o6956f612005-12-31 16:46:15 -05004317#: resize/resize2fs.c:582
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004318msgid "reserved blocks"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004319msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004320
Theodore Ts'o6956f612005-12-31 16:46:15 -05004321#: resize/resize2fs.c:587
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004322msgid "blocks to be moved"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004323msgstr "zu verschiebene Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004324
Theodore Ts'o6956f612005-12-31 16:46:15 -05004325#: resize/resize2fs.c:592
Theodore Ts'obc759702005-05-09 20:40:55 -04004326msgid "meta-data blocks"
4327msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004328
Theodore Ts'o6956f612005-12-31 16:46:15 -05004329#: resize/resize2fs.c:1472
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004330#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004331msgid "Should never happen: resize inode corrupt!\n"
4332msgstr ""
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004333
Theodore Ts'o6956f612005-12-31 16:46:15 -05004334#~ msgid "done \n"
4335#~ msgstr "erledigt \n"
4336
Theodore Ts'o197abba2005-06-20 18:00:23 -04004337#~ msgid ""
4338#~ "Extended options are separated by commas, and may take an argument which\n"
4339#~ "is set off by an equals ('=') sign. Valid raid options are:\n"
4340#~ "\tea_ver=<ea_version (1 or 2)\n"
4341#~ "\n"
4342#~ msgstr ""
4343#~ "Eweiterte Optionen werden komma-getrennt angegeben, sie können ein\n"
4344#~ "Argument erhalten, welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
4345#~ "Gültige Optionen sind:\n"
4346#~ "\tea_ver=<ea_version (1 or 2)\n"
4347#~ "\n"
4348
4349#~ msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4350#~ msgstr "Verwendung: findsuper Gerät [skipbytes [startkb]]\n"
4351
4352#~ msgid "skipbytes should be a number, not %s\n"
4353#~ msgstr "skipbytes sollte eine Zahl sein, nicht %s\n"
4354
4355#~ msgid "skipbytes must be a multiple of the sector size\n"
4356#~ msgstr "skipbytes müssen ein vielfaches der Sektorgröße sein\n"
4357
4358#~ msgid "startkb should be a number, not %s\n"
4359#~ msgstr "startkb sollte eine Zahl sein, nicht %s\n"
4360
4361#~ msgid "startkb should be positive, not %Ld\n"
4362#~ msgstr "startkb sollte positiv sein, nicht %Ld\n"
4363
4364#~ msgid "starting at %Ld, with %d byte increments\n"
4365#~ msgstr "starting at %Ld, with %d byte increments\n"
4366
4367#~ msgid " thisoff block fs_blk_sz blksz grp last_mount\n"
4368#~ msgstr " thisoff block fs_blk_sz blksz grp last_mount\n"
4369
4370#~ msgid ""
4371#~ "\n"
4372#~ "%14Ld: finished with errno %d\n"
4373#~ msgstr ""
4374#~ "\n"
4375#~ "%14Ld: beendet mit errno %d\n"
4376
4377#~ msgid "%s failed for %s: %s\n"
4378#~ msgstr "%s fehlgeschlagen für %s: %s\n"
4379
4380#~ msgid ""
4381#~ "Usage: %s <dev1> <dev2> <dev3>\n"
4382#~ "\n"
4383#~ "This program prints out the partition information for a set of devices\n"
4384#~ "A common way to use this program is:\n"
4385#~ "\n"
4386#~ "\t%s /dev/hda?\n"
4387#~ "\n"
4388#~ msgstr ""
4389#~ "Verwendung: %s <dev1> <dev2> <dev3>\n"
4390#~ "\n"
4391#~ "Dieses Programm gibt die Partitionsinformationen einer Gruppe von Geräten "
4392#~ "aus.\n"
4393#~ "Das Programm wird üblicherweise so benutzt:\n"
4394#~ "\n"
4395#~ "\t%s /dev/hda?\n"
4396#~ "\n"
4397
4398#~ msgid "HDIO_GETGEO ioctl"
4399#~ msgstr "HDIO_GETGEO ioctl"
4400
4401#~ msgid "BLKGETSIZE ioctl"
4402#~ msgstr "BLKGETSIZE ioctl"
4403
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004404#~ msgid "Clone duplicate/bad blocks"
4405#~ msgstr "Dupliziere doppelte und defekte Blöcke"
4406
4407#~ msgid "Duplicate/bad @b(s) in @i %i:"
4408#~ msgstr "Doppelte/defekte @b(s) in @i %i:"
4409
4410#~ msgid "Error allocating @a @b %b. "
4411#~ msgstr "Fehler allocating @a @b %b. "
4412
Theodore Ts'obc759702005-05-09 20:40:55 -04004413#~ msgid "resize2fs %s (%s)\n"
4414#~ msgstr "resize2fs %s (%s)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004415
Theodore Ts'obc759702005-05-09 20:40:55 -04004416#~ msgid "Number of free blocks: %d/%d, Needed: %d\n"
4417#~ msgstr "Anzahl der freien Blöcke ist: %d / %d ; benötigt: %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004418
Theodore Ts'obc759702005-05-09 20:40:55 -04004419#~ msgid "Going into desperation mode for block allocations\n"
4420#~ msgstr "Gehe in Verzweifelungs-Modus für die Blockzuordnung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004421
Theodore Ts'obc759702005-05-09 20:40:55 -04004422#~ msgid "Moving %d blocks %u->%u\n"
4423#~ msgstr "Verschiebe %d Blöcke %u->%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004424
Theodore Ts'obc759702005-05-09 20:40:55 -04004425#~ msgid "ino=%u, blockcnt=%lld, %u->%u\n"
4426#~ msgstr "ino=%u, blockcnt=%lld, %u->%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004427
Theodore Ts'obc759702005-05-09 20:40:55 -04004428#~ msgid "Inode moved %u->%u\n"
4429#~ msgstr "Inode verschoben %u->%u\n"
4430
4431#~ msgid "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
4432#~ msgstr "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
4433
4434#~ msgid "Itable move group %d block %u->%u (diff %d)\n"
4435#~ msgstr "Itable move group %d block %u->%u (diff %d)\n"
4436
4437#~ msgid "%d blocks of zeros...\n"
4438#~ msgstr "%d Blöcke mit Nullen...\n"
4439
4440#~ msgid "Inode table move finished.\n"
4441#~ msgstr "Verschieben der Inode-Tabelle fertiggestellt.\n"
4442
4443#~ msgid "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
4444#~ msgstr "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
4445
4446#~ msgid "(unknown os)"
4447#~ msgstr "(unbekanntes OS)"
Theodore Ts'of592bed2003-07-26 00:51:54 -04004448
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004449#~ msgid ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004450#~ "\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004451#~ "%8d inode used (%d%%)\n"
4452#~ msgid_plural ""
4453#~ "\n"
4454#~ "%8d inodes used (%d%%)\n"
4455#~ msgstr[0] ""
4456#~ "\n"
4457#~ "%8d Inode benutzt (%d%%)\n"
4458#~ msgstr[1] ""
4459#~ "\n"
4460#~ "%8d Inodes benutzt (%d%%)\n"
4461
4462#~ msgid "%8d non-contiguous inode (%0d.%d%%)\n"
4463#~ msgid_plural "%8d non-contiguous inodes (%0d.%d%%)\n"
4464#~ msgstr[0] "%8d nicht zusammenhängender Inode (%0d.%d%%)\n"
4465#~ msgstr[1] "%8d nicht zusammenhängende Inodes (%0d.%d%%)\n"
4466
4467#~ msgid "%8d block used (%d%%)\n"
4468#~ msgid_plural "%8d blocks used (%d%%)\n"
4469#~ msgstr[0] "%8d Block benutzt (%d%%)\n"
4470#~ msgstr[1] "%8d Blöcke benutzt (%d%%)\n"
4471
4472#~ msgid "%8d bad block\n"
4473#~ msgid_plural "%8d bad blocks\n"
4474#~ msgstr[0] "%8d defekter Block\n"
4475#~ msgstr[1] "%8d defekte Blöcke\n"
4476
4477#~ msgid "%8d large file\n"
4478#~ msgid_plural "%8d large files\n"
4479#~ msgstr[0] "%8d große Datei\n"
4480#~ msgstr[1] "%8d große Dateien\n"
4481
4482#~ msgid ""
4483#~ "\n"
4484#~ "%8d regular file\n"
4485#~ msgid_plural ""
4486#~ "\n"
4487#~ "%8d regular files\n"
4488#~ msgstr[0] ""
4489#~ "\n"
4490#~ "%8d gewöhnliche Datei\n"
4491#~ msgstr[1] ""
4492#~ "\n"
4493#~ "%8d gewöhnliche Dateien\n"
4494
4495#~ msgid "%8d directory\n"
4496#~ msgid_plural "%8d directories\n"
4497#~ msgstr[0] "%8d Verzeichnis\n"
4498#~ msgstr[1] "%8d Verzeichnisse\n"
4499
4500#~ msgid "%8d character device file\n"
4501#~ msgid_plural "%8d character device files\n"
4502#~ msgstr[0] "%8d »character device«-Datei\n"
4503#~ msgstr[1] "%8d »character device«-Dateien\n"
4504
4505#~ msgid "%8d block device file\n"
4506#~ msgid_plural "%8d block device files\n"
4507#~ msgstr[0] "%8d »block device«-Datei\n"
4508#~ msgstr[1] "%8d »block device«-Dateien\n"
4509
4510#~ msgid "%8d fifo\n"
4511#~ msgid_plural "%8d fifos\n"
4512#~ msgstr[0] "%8d FIFO\n"
4513#~ msgstr[1] "%8d FIFOs\n"
4514
4515#~ msgid "%8d link\n"
4516#~ msgid_plural "%8d links\n"
4517#~ msgstr[0] "%8d Link\n"
4518#~ msgstr[1] "%8d Links\n"
4519
4520#~ msgid "%8d symbolic link"
4521#~ msgid_plural "%8d symbolic links"
4522#~ msgstr[0] "%8d symbolischer Link"
4523#~ msgstr[1] "%8d symbolische Links"
4524
4525#~ msgid " (%d fast symbolic link)\n"
4526#~ msgid_plural " (%d fast symbolic links)\n"
4527#~ msgstr[0] " (%d schneller symbolischer Link)\n"
4528#~ msgstr[1] " (%d schnelle symbolische Links)\n"
4529
4530#~ msgid "%8d socket\n"
4531#~ msgid_plural "%8d sockets\n"
4532#~ msgstr[0] "%8d Socket\n"
4533#~ msgstr[1] "%8d Sockets\n"
4534
4535#~ msgid "%8d file\n"
4536#~ msgid_plural "%8d files\n"
4537#~ msgstr[0] "%8d Datei\n"
4538#~ msgstr[1] "%8d Dateien\n"
4539
4540#~ msgid ""
4541#~ "\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004542#~ "This inconsistency can not be fixed with e2fsck; to fix it, use\n"
4543#~ "dumpe2fs -b to dump out the bad @b list and e2fsck -L filename\n"
4544#~ "to read it back in again.\n"
4545#~ msgstr ""
4546#~ "\n"
4547#~ "Diese Defekte können nicht mit e2fsck behoben werden. Benutzen\n"
4548#~ "Sie stattdessen 'dumpe2fs -b' zum Auslesen der defekten @b Liste und\n"
4549#~ "'e2fsck -L DATEINAME' zum Wiedereinlesen.\n"
4550
4551#~ msgid "during seek on block %d"
4552#~ msgstr "beim Suchen in Block %d"
4553
4554#~ msgid ""
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004555#~ "%8d blocks used (%d%%)\n"
4556#~ "%8d bad blocks\n"
4557#~ msgstr ""
4558#~ "%8d Blöcke benutzt (%d%%)\n"
4559#~ "%8d defekte Blöcke\n"
4560
4561#~ msgid ""
4562#~ "\n"
4563#~ "%8d regular files\n"
4564#~ "%8d directories\n"
4565#~ "%8d character device files\n"
4566#~ "%8d block device files\n"
4567#~ "%8d fifos\n"
4568#~ "%8d links\n"
4569#~ "%8d symbolic links (%d fast symbolic links)\n"
4570#~ "%8d sockets\n"
4571#~ "--------\n"
4572#~ "%8d files\n"
4573#~ msgstr ""
4574#~ "\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004575#~ "%8d reguläre Dateien\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004576#~ "%8d Verzeichnisse\n"
4577#~ "%8d character device Dateien\n"
4578#~ "%8d block device Dateien\n"
4579#~ "%8d fifos\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004580#~ "%8d Links\n"
4581#~ "%8d symbolische Links (%d schnelle symbolische Links)\n"
4582#~ "%8d Sockets\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004583#~ "--------\n"
4584#~ "%8d Dateien\n"
4585
4586#~ msgid "Initializing random test data\n"
4587#~ msgstr "Initialisiere Zufalls-Test-Daten\n"
4588
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004589#~ msgid "%8d large file%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004590#~ msgstr "%8d große Dateien %s\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004591
4592#~ msgid "ext2fs_check_if_mount"
4593#~ msgstr "ext2fs_check_if_mount"
4594
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004595#~ msgid "Couldn't allocate memory to parse extended options!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004596#~ msgstr ""
4597#~ "Konnte keinen Speicher zum Parsen der erweiterten Optionen zuweisen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004598
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004599#~ msgid "Could not determine filesystem type for %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004600#~ msgstr "Konnte den Dateisystemtyp für %s nicht feststellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004601
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004602#~ msgid "WARNING: %s: bad UUID\n"
4603#~ msgstr "WARNUNG: %s: falscher UUID\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004604
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004605#~ msgid "while trying to read the bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004606#~ msgstr "beim Lesen der Bitmaps"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004607
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004608#~ msgid "bmap journal inode %ld, block %d\n"
4609#~ msgstr "bmap Journal Inode %ld, Block %d\n"
4610
4611#~ msgid "Debug error in e2fsck adjust_inode_count, should never happen.\n"
4612#~ msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004613#~ "Debug Fehler in e2fsck adjust_inode_count, sollte niemals auftreten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004614
4615#~ msgid "*** WARNING *** leaving data in the @j may be DANGEROUS.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004616#~ msgstr "*** WARNUNG *** Hinterlasse Daten im @j - konnte GEFÄHRLICH sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004617
4618#~ msgid "Group %lu: (Blocks 0x%04x -- 0x%04x)\n"
4619#~ msgstr "Gruppe %lu: (Blöcke 0x%04x -- 0x%04x)\n"
4620
4621#~ msgid " %s Superblock at 0x%04x, Group Descriptors at 0x%04x-0x%04x\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004622#~ msgstr " %s Superblock in 0x%04x, Gruppendescriptoren in 0x%04x-0x%04x\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004623
4624#~ msgid " %s Superblock at %u, Group Descriptors at %u-%u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004625#~ msgstr " %s Superblock in %u, Gruppendescriptoren in %u-%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004626
4627#~ msgid ""
4628#~ " Block bitmap at 0x%04x (+%d), Inode bitmap at 0x%04x (+%d)\n"
4629#~ " Inode table at 0x%04x-0x%04x (+%d)\n"
4630#~ msgstr ""
4631#~ " Block bitmap at 0x%04x (+%d), Inode bitmap at 0x%04x (+%d)\n"
4632#~ " Inode table at 0x%04x-0x%04x (+%d)\n"
4633
4634#~ msgid ""
4635#~ " Block bitmap at %u (+%d), Inode bitmap at %u (+%d)\n"
4636#~ " Inode table at %u-%u (+%d)\n"
4637#~ msgstr ""
4638#~ " Block bitmap at %u (+%d), Inode bitmap at %u (+%d)\n"
4639#~ " Inode table at %u-%u (+%d)\n"
4640
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004641#~ msgid "Do you really want to skip less than a sector??\n"
4642#~ msgstr "Wollen sie wirklich weniger als einen Sektor überspringen??\n"
4643
4644#~ msgid "Have to start at 0 or greater,not %ld\n"
4645#~ msgstr "Muss mit grösser/gleich Null beginnen, nicht %ld\n"
4646
4647#~ msgid "read failed"
4648#~ msgstr "read failed"
4649
4650#~ msgid "Failed on %d at %ld\n"
4651#~ msgstr "Gescheitert in %d auf %ld\n"
4652
4653#~ msgid ""
4654#~ "\n"
4655#~ "No devices specified to be checked!\n"
4656#~ msgstr ""
4657#~ "\n"
4658#~ "Keine Geräte zur Überprüfung angegeben!\n"