blob: 91fead26d8d15947cf3009192fa408552e6ecc99 [file] [log] [blame]
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001# Deutsche Übersetzungen für e2fsprogs
2# Copyright (C) 1996 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004#
Philipp Thomas3e914b52011-01-24 15:03:41 -05005# Olaf Klemke <olke@users.sourceforge.net>,2002.
6# Marc Langer <marc@marclanger.de>,2003.
7# Philipp Thomas <pth@suse.de>, 2007, 2008, 2009, 2010, 2011.
Theodore Ts'o7ae19832005-06-19 09:45:36 -04008#. The strings in e2fsck's problem.c can be very hard to translate,
9#. since the strings are expanded in two different ways. First of all,
10#. there is an @-expansion, where strings like "@i" are expanded to
11#. "inode", and so on. In order to make it easier for translators, the
12#. e2fsprogs po template file has been enhanced with comments that show
13#. the @-expansion, for the strings in the problem.c file.
14#.
15#. Translators are free to use the @-expansion facility if they so
16#. choose, by providing translations for strings in e2fsck/message.c.
17#. These translation can completely replace an expansion; for example,
18#. if "bblock" (which indicated that "@b" would be expanded to "block")
19#. is translated as "ddatenverlust", then "@d" will be expanded to
20#. "datenverlust". Alternatively, translators can simply not use the
21#. @-expansion facility at all.
22#.
23#. The second expansion which is done for e2fsck's problem.c messages is
24#. a dynamic %-expansion, which expands %i as an inode number, and so
25#. on. A table of these expansions can be found below. Note that
26#. %-expressions that begin with "%D" and "%I" are two-character
27#. expansions; so for example, "%Iu" expands to the inode's user id
28#. ownership field (inode->i_uid).
29#.
30#. %b <blk> block number
31#. %B <blkcount> integer
32#. %c <blk2> block number
33#. %Di <dirent> -> ino inode number
34#. %Dn <dirent> -> name string
35#. %Dr <dirent> -> rec_len
36#. %Dl <dirent> -> name_len
37#. %Dt <dirent> -> filetype
38#. %d <dir> inode number
39#. %g <group> integer
40#. %i <ino> inode number
41#. %Is <inode> -> i_size
42#. %IS <inode> -> i_extra_isize
43#. %Ib <inode> -> i_blocks
44#. %Il <inode> -> i_links_count
45#. %Im <inode> -> i_mode
46#. %IM <inode> -> i_mtime
47#. %IF <inode> -> i_faddr
48#. %If <inode> -> i_file_acl
49#. %Id <inode> -> i_dir_acl
50#. %Iu <inode> -> i_uid
51#. %Ig <inode> -> i_gid
52#. %j <ino2> inode number
53#. %m <com_err error message>
54#. %N <num>
55#. %p ext2fs_get_pathname of directory <ino>
56#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
57#. the containing directory. (If dirent is NULL
58#. then return the pathname of directory <ino2>)
59#. %q ext2fs_get_pathname of directory <dir>
60#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
61#. the containing directory.
62#. %s <str> miscellaneous string
63#. %S backup superblock
64#. %X <num> hexadecimal format
65#.
Theodore Ts'oa2328c92002-10-30 23:26:03 -050066msgid ""
67msgstr ""
Philipp Thomas3e914b52011-01-24 15:03:41 -050068"Project-Id-Version: e2fsprogs-1.41.14\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050069"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -050070"POT-Creation-Date: 2010-12-13 08:35-0500\n"
71"PO-Revision-Date: 2011-01-24 14:19+0100\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040072"Last-Translator: Philipp Thomas <pth@suse.de>\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -050073"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050074"MIME-Version: 1.0\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040075"Content-Type: text/plain; charset=UTF-8\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050076"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050077"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -050078"Language: deX-Generator: Lokalize 1.2\n"
79"X-Generator: Lokalize 1.2\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050080
Philipp Thomas77c871a2010-04-19 16:59:02 -040081#: e2fsck/badblocks.c:22 misc/mke2fs.c:169
Theodore Ts'oa2328c92002-10-30 23:26:03 -050082#, c-format
83msgid "Bad block %u out of range; ignored.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040084msgstr "Bad block %u außerhalb des gültigen Bereichs; ignoriert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050085
86#: e2fsck/badblocks.c:45
87msgid "while sanity checking the bad blocks inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -040088msgstr "während der logischen Prüfung des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050089
90#: e2fsck/badblocks.c:57
91msgid "while reading the bad blocks inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -040092msgstr "während des Lesens des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050093
Theodore Ts'oa04eba32003-05-03 16:35:17 -040094#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Philipp Thomas3e914b52011-01-24 15:03:41 -050095#: e2fsck/unix.c:1103 e2fsck/unix.c:1188 misc/badblocks.c:1158
96#: misc/badblocks.c:1166 misc/badblocks.c:1180 misc/badblocks.c:1192
97#: misc/dumpe2fs.c:566 misc/e2image.c:583 misc/e2image.c:679
98#: misc/e2image.c:695 misc/mke2fs.c:185 misc/tune2fs.c:1623 resize/main.c:310
Theodore Ts'oa2328c92002-10-30 23:26:03 -050099#, c-format
100msgid "while trying to open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400101msgstr "beim Versuch, %s zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500102
103#: e2fsck/badblocks.c:82
104#, c-format
105msgid "while trying popen '%s'"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400106msgstr "beim Versuch, »%s« mittels »popen« zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500107
Philipp Thomas77c871a2010-04-19 16:59:02 -0400108#: e2fsck/badblocks.c:93 misc/mke2fs.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500109msgid "while reading in list of bad blocks from file"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400110msgstr "beim Lesen der »Bad Block«-Liste aus der Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500111
Theodore Ts'o8f741372008-02-28 21:47:05 -0500112#: e2fsck/badblocks.c:104
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500113msgid "while updating bad block inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400114msgstr "beim Updaten des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500115
Theodore Ts'o8f741372008-02-28 21:47:05 -0500116#: e2fsck/badblocks.c:130
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500117#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400118msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -0500119msgstr "Warnung: Nicht zulässiger Block %u im »Bad Blocks«-Inode gefunden! Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500120
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500121#: e2fsck/ehandler.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500122#, c-format
123msgid "Error reading block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400124msgstr "Lesefehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500125
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500126#: e2fsck/ehandler.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500127#, c-format
128msgid "Error reading block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400129msgstr "Lesefehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500130
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500131#: e2fsck/ehandler.c:60 e2fsck/ehandler.c:109
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500132msgid "Ignore error"
133msgstr "Ignoriere Fehler"
134
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500135#: e2fsck/ehandler.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500136msgid "Force rewrite"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400137msgstr "Rückschreiben erzwingen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500138
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500139#: e2fsck/ehandler.c:103
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500140#, c-format
141msgid "Error writing block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400142msgstr "Schreibfehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500143
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500144#: e2fsck/ehandler.c:106
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500145#, c-format
146msgid "Error writing block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400147msgstr "Schreibfehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500148
149#: e2fsck/emptydir.c:56
150msgid "empty dirblocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400151msgstr "leere Verzeichnisblöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500152
153#: e2fsck/emptydir.c:61
154msgid "empty dir map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500155msgstr "leere Verzeichnisliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500156
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500157#: e2fsck/emptydir.c:97
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500158#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400159msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500160msgstr "leerer Verzeichnisblock %u (#%d) im Inode %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500161
162#: e2fsck/extend.c:21
163#, c-format
164msgid "%s: %s filename nblocks blocksize\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400165msgstr "%s: %s Dateiname nblocks Blockgröße\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500166
167#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500168#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500169msgid "Illegal number of blocks!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400170msgstr "Blockanzahl nicht zulässig!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500171
172#: e2fsck/extend.c:49
173#, c-format
174msgid "Couldn't allocate block buffer (size=%d)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400175msgstr "Konnte keinen Blockpuffer (Größe=%d) reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500176
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400177#: e2fsck/flushb.c:34
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500178#, c-format
179msgid "Usage: %s disk\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400180msgstr "Aufruf: %s Laufwerk\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500181
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400182#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500183#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500184msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400185msgstr "BLKFLSBUF ioctl nicht unterstützt! Kann Puffer nicht leeren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500186
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400187#: e2fsck/iscan.c:46
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500188#, c-format
189msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400190msgstr "Aufruf: %s [-F] [-I inode_buffer_blocks] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500191
Philipp Thomas3e914b52011-01-24 15:03:41 -0500192#: e2fsck/iscan.c:83 e2fsck/unix.c:856
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500193#, c-format
194msgid "while opening %s for flushing"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400195msgstr "beim Öffnen von %s für die Puffer-Leerung."
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500196
Philipp Thomas3e914b52011-01-24 15:03:41 -0500197#: e2fsck/iscan.c:88 e2fsck/unix.c:862 resize/main.c:286
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500198#, c-format
199msgid "while trying to flush %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400200msgstr "während des Rückschreibeversuches auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500201
Philipp Thomas77c871a2010-04-19 16:59:02 -0400202#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:489
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500203msgid "while opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500204msgstr "beim Start des Inode-Scans"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500205
Philipp Thomas77c871a2010-04-19 16:59:02 -0400206#: e2fsck/iscan.c:129 misc/e2image.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500207msgid "while getting next inode"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400208msgstr "beim Laden des nächsten Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500209
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400210#: e2fsck/iscan.c:138
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500211#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400212msgid "%u inodes scanned.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400213msgstr "%u Inodes untersucht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500214
Philipp Thomas3e914b52011-01-24 15:03:41 -0500215#: e2fsck/journal.c:508
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500216msgid "reading journal superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500217msgstr "Lese Journal-Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500218
Philipp Thomas3e914b52011-01-24 15:03:41 -0500219#: e2fsck/journal.c:565
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500220#, c-format
221msgid "%s: no valid journal superblock found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400222msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500223
Philipp Thomas3e914b52011-01-24 15:03:41 -0500224#: e2fsck/journal.c:574
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500225#, c-format
226msgid "%s: journal too short\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400227msgstr "%s: Das Journal ist zu kurz\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500228
Philipp Thomas3e914b52011-01-24 15:03:41 -0500229#: e2fsck/journal.c:861
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500230#, c-format
231msgid "%s: recovering journal\n"
232msgstr "%s: stelle das Journal wieder her\n"
233
Philipp Thomas3e914b52011-01-24 15:03:41 -0500234#: e2fsck/journal.c:863
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500235#, c-format
236msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500237msgstr "%s: Das Journal ist nur lesbar - Keine Wiederherstellung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500238
Philipp Thomas3e914b52011-01-24 15:03:41 -0500239#: e2fsck/journal.c:888
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500240#, c-format
241msgid "while trying to re-open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400242msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500243
Philipp Thomas77c871a2010-04-19 16:59:02 -0400244#: e2fsck/message.c:111
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500245msgid "aextended attribute"
246msgstr "aerweiterte Eigenschaft"
247
Philipp Thomas77c871a2010-04-19 16:59:02 -0400248#: e2fsck/message.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500249msgid "Aerror allocating"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500250msgstr "AFehler beim Zuweisen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500251
Philipp Thomas77c871a2010-04-19 16:59:02 -0400252#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500253msgid "bblock"
254msgstr "bBlock"
255
Philipp Thomas77c871a2010-04-19 16:59:02 -0400256#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500257msgid "Bbitmap"
258msgstr "BBitmap"
259
Philipp Thomas77c871a2010-04-19 16:59:02 -0400260#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500261msgid "ccompress"
262msgstr "ckomprimieren"
263
Philipp Thomas77c871a2010-04-19 16:59:02 -0400264#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500265msgid "Cconflicts with some other fs @b"
266msgstr "CKonflikte mit anderen Dateisystemen @b"
267
Philipp Thomas77c871a2010-04-19 16:59:02 -0400268#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500269msgid "iinode"
270msgstr "iInode"
271
Philipp Thomas77c871a2010-04-19 16:59:02 -0400272#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500273msgid "Iillegal"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400274msgstr "Iillegal(er)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500275
Philipp Thomas77c871a2010-04-19 16:59:02 -0400276#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500277msgid "jjournal"
278msgstr "jJournal"
279
Philipp Thomas77c871a2010-04-19 16:59:02 -0400280#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500281msgid "Ddeleted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400282msgstr "Dgelöscht"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500283
Philipp Thomas77c871a2010-04-19 16:59:02 -0400284#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500285msgid "ddirectory"
286msgstr "dVerzeichnis"
287
Philipp Thomas77c871a2010-04-19 16:59:02 -0400288#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500289msgid "eentry"
290msgstr "eEintrag"
291
Philipp Thomas77c871a2010-04-19 16:59:02 -0400292#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500293msgid "E@e '%Dn' in %p (%i)"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400294msgstr "E@e »%Dn« in %p (%i)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500295
Philipp Thomas77c871a2010-04-19 16:59:02 -0400296#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500297msgid "ffilesystem"
298msgstr "fDateisystem"
299
Philipp Thomas77c871a2010-04-19 16:59:02 -0400300#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500301msgid "Ffor @i %i (%Q) is"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400302msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500303
Philipp Thomas77c871a2010-04-19 16:59:02 -0400304#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500305msgid "ggroup"
306msgstr "gGruppe"
307
Philipp Thomas77c871a2010-04-19 16:59:02 -0400308#: e2fsck/message.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500309msgid "hHTREE @d @i"
310msgstr "hHTREE @d @i"
311
Philipp Thomas77c871a2010-04-19 16:59:02 -0400312#: e2fsck/message.c:128
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500313msgid "llost+found"
314msgstr "llost+found"
315
Philipp Thomas77c871a2010-04-19 16:59:02 -0400316#: e2fsck/message.c:129
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500317msgid "Lis a link"
318msgstr "List ein Link"
319
Philipp Thomas77c871a2010-04-19 16:59:02 -0400320#: e2fsck/message.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400321msgid "mmultiply-claimed"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400322msgstr "mmehrfach beansprucht"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400323
Philipp Thomas77c871a2010-04-19 16:59:02 -0400324#: e2fsck/message.c:131
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400325msgid "ninvalid"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400326msgstr "nungültig"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400327
Philipp Thomas77c871a2010-04-19 16:59:02 -0400328#: e2fsck/message.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500329msgid "oorphaned"
330msgstr "overwaist"
331
Philipp Thomas77c871a2010-04-19 16:59:02 -0400332#: e2fsck/message.c:133
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500333msgid "pproblem in"
334msgstr "pProblem in"
335
Philipp Thomas77c871a2010-04-19 16:59:02 -0400336#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500337msgid "rroot @i"
338msgstr "rRoot @i"
339
Philipp Thomas77c871a2010-04-19 16:59:02 -0400340#: e2fsck/message.c:135
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500341msgid "sshould be"
342msgstr "ssollte sein"
343
Philipp Thomas77c871a2010-04-19 16:59:02 -0400344#: e2fsck/message.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500345msgid "Ssuper@b"
346msgstr "SSuper@b"
347
Philipp Thomas77c871a2010-04-19 16:59:02 -0400348#: e2fsck/message.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500349msgid "uunattached"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500350msgstr "unicht verbunden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500351
Philipp Thomas77c871a2010-04-19 16:59:02 -0400352#: e2fsck/message.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500353msgid "vdevice"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400354msgstr "vGerät"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500355
Philipp Thomas77c871a2010-04-19 16:59:02 -0400356#: e2fsck/message.c:139
Philipp Thomas720e6362008-06-21 14:06:00 -0400357msgid "xextent"
Philipp Thomas68801282008-07-17 11:47:00 -0400358msgstr "xErweiterung"
Philipp Thomas720e6362008-06-21 14:06:00 -0400359
Philipp Thomas77c871a2010-04-19 16:59:02 -0400360#: e2fsck/message.c:140
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500361msgid "zzero-length"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400362msgstr "zNull-Länge"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500363
Philipp Thomas77c871a2010-04-19 16:59:02 -0400364#: e2fsck/message.c:151
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500365msgid "<The NULL inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500366msgstr "<Der NULL Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500367
Philipp Thomas77c871a2010-04-19 16:59:02 -0400368#: e2fsck/message.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500369msgid "<The bad blocks inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400370msgstr "<Der »Bad Blocks«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500371
Philipp Thomas77c871a2010-04-19 16:59:02 -0400372#: e2fsck/message.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500373msgid "<The ACL index inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400374msgstr "<Der »ACL Index«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500375
Philipp Thomas77c871a2010-04-19 16:59:02 -0400376#: e2fsck/message.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500377msgid "<The ACL data inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400378msgstr "<Der »ACL Data«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500379
Philipp Thomas77c871a2010-04-19 16:59:02 -0400380#: e2fsck/message.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500381msgid "<The boot loader inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400382msgstr "<Der »Boot Loader«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500383
Philipp Thomas77c871a2010-04-19 16:59:02 -0400384#: e2fsck/message.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500385msgid "<The undelete directory inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400386msgstr "<Der »undelete directory«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500387
Philipp Thomas77c871a2010-04-19 16:59:02 -0400388#: e2fsck/message.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500389msgid "<The group descriptor inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400390msgstr "<Des »group descriptor«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500391
Philipp Thomas77c871a2010-04-19 16:59:02 -0400392#: e2fsck/message.c:159
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500393msgid "<The journal inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500394msgstr "<Der Journal-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500395
Philipp Thomas77c871a2010-04-19 16:59:02 -0400396#: e2fsck/message.c:160
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500397msgid "<Reserved inode 9>"
398msgstr "<Der reservierte Inode 9>"
399
Philipp Thomas77c871a2010-04-19 16:59:02 -0400400#: e2fsck/message.c:161
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500401msgid "<Reserved inode 10>"
402msgstr "<Der reservierte Inode 10>"
403
Philipp Thomas77c871a2010-04-19 16:59:02 -0400404#: e2fsck/message.c:330
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500405#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400406msgid "regular file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400407msgstr "'reguläre Datei"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400408
Philipp Thomas77c871a2010-04-19 16:59:02 -0400409#: e2fsck/message.c:332
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500410#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400411msgid "directory"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500412msgstr "Verzeichnis"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400413
Philipp Thomas77c871a2010-04-19 16:59:02 -0400414#: e2fsck/message.c:334
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500415#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400416msgid "character device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400417msgstr "zeichenorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400418
Philipp Thomas77c871a2010-04-19 16:59:02 -0400419#: e2fsck/message.c:336
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500420#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400421msgid "block device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400422msgstr "Blockgerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400423
Philipp Thomas77c871a2010-04-19 16:59:02 -0400424#: e2fsck/message.c:338
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400425#, c-format
426msgid "named pipe"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400427msgstr "named pipe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400428
Philipp Thomas77c871a2010-04-19 16:59:02 -0400429#: e2fsck/message.c:340
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500430#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400431msgid "symbolic link"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400432msgstr "symbolische Verknüpfung"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400433
Philipp Thomas77c871a2010-04-19 16:59:02 -0400434#: e2fsck/message.c:342
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500435#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400436msgid "socket"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500437msgstr " Socket"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400438
Philipp Thomas77c871a2010-04-19 16:59:02 -0400439#: e2fsck/message.c:344
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400440#, c-format
441msgid "unknown file type with mode 0%o"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400442msgstr "unbekannter Dateityp mit Modus 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400443
Philipp Thomas77c871a2010-04-19 16:59:02 -0400444#: e2fsck/message.c:422
445msgid "indirect block"
446msgstr "indirekte Blöcke"
447
448#: e2fsck/message.c:424
449msgid "double indirect block"
450msgstr "doppelt indirekte Blöcke"
451
452#: e2fsck/message.c:426
453msgid "triple indirect block"
454msgstr "dreifach indirekte Blöcke"
455
456#: e2fsck/message.c:428
457msgid "translator block"
458msgstr "Übersetzerblock"
459
460#: e2fsck/message.c:430
461msgid "block #"
462msgstr "Block Nr."
463
464#: e2fsck/pass1b.c:220
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500465msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500466msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500467
Philipp Thomas77c871a2010-04-19 16:59:02 -0400468#: e2fsck/pass1b.c:581 e2fsck/pass1b.c:714
Philipp Thomas68801282008-07-17 11:47:00 -0400469#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -0400470msgid "internal error: can't find dup_blk for %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400471msgstr "interner Fehler; dup_blk für %u nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500472
Philipp Thomas77c871a2010-04-19 16:59:02 -0400473#: e2fsck/pass1b.c:757
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500474msgid "returned from clone_file_block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400475msgstr "zurückgegeben von clone_file_block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500476
Philipp Thomas77c871a2010-04-19 16:59:02 -0400477#: e2fsck/pass1b.c:776
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400478#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400479msgid "internal error: couldn't lookup EA block record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400480msgstr "interner Fehler: EA Blockliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400481
Philipp Thomas77c871a2010-04-19 16:59:02 -0400482#: e2fsck/pass1b.c:788
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400483#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400484msgid "internal error: couldn't lookup EA inode record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400485msgstr "Interner Fehler: EA Inodeliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400486
Philipp Thomas77c871a2010-04-19 16:59:02 -0400487#: e2fsck/pass1.c:475 e2fsck/pass2.c:776
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400488msgid "reading directory block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400489msgstr "lese Verzeichnisblock"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400490
Philipp Thomas77c871a2010-04-19 16:59:02 -0400491#: e2fsck/pass1.c:597
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500492msgid "in-use inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400493msgstr "»in-use inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500494
Philipp Thomas77c871a2010-04-19 16:59:02 -0400495#: e2fsck/pass1.c:606
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500496msgid "directory inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400497msgstr "»directory inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500498
Philipp Thomas77c871a2010-04-19 16:59:02 -0400499#: e2fsck/pass1.c:614
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500500msgid "regular file inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400501msgstr "»regular file inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500502
Philipp Thomas77c871a2010-04-19 16:59:02 -0400503#: e2fsck/pass1.c:621
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500504msgid "in-use block map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400505msgstr "»in-use block«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500506
Philipp Thomas77c871a2010-04-19 16:59:02 -0400507#: e2fsck/pass1.c:675
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400508msgid "opening inode scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400509msgstr "Starte Inode-Scan"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500510
Philipp Thomas77c871a2010-04-19 16:59:02 -0400511#: e2fsck/pass1.c:699
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400512msgid "getting next inode from scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400513msgstr "beim Lesen des nächsten Inodes"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400514
Theodore Ts'o057a1592010-06-07 12:24:21 -0400515#: e2fsck/pass1.c:1173
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500516msgid "Pass 1"
517msgstr "Durchgang 1"
518
Theodore Ts'o057a1592010-06-07 12:24:21 -0400519#: e2fsck/pass1.c:1230
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500520#, c-format
521msgid "reading indirect blocks of inode %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400522msgstr "lese indirekte Blöcke von Inode %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500523
Theodore Ts'o057a1592010-06-07 12:24:21 -0400524#: e2fsck/pass1.c:1274
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500525msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500526msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500527
Theodore Ts'o057a1592010-06-07 12:24:21 -0400528#: e2fsck/pass1.c:1296
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500529msgid "inode in bad block map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400530msgstr "Inode in »Bad Blocks«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500531
Theodore Ts'o057a1592010-06-07 12:24:21 -0400532#: e2fsck/pass1.c:1316
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500533msgid "imagic inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400534msgstr "i»magic inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500535
Theodore Ts'o057a1592010-06-07 12:24:21 -0400536#: e2fsck/pass1.c:1343
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500537msgid "multiply claimed block map"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400538msgstr "Den Eintrag in der Liste belegter Blöcke verdoppeln"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500539
Theodore Ts'o057a1592010-06-07 12:24:21 -0400540#: e2fsck/pass1.c:1443
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500541msgid "ext attr block map"
542msgstr "ext attr block map"
543
Theodore Ts'o057a1592010-06-07 12:24:21 -0400544#: e2fsck/pass1.c:2181
Philipp Thomas77c871a2010-04-19 16:59:02 -0400545#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500546msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400547msgstr "%6lu(%c): erwartete %6lu erhielt phys %6lu (Blockanzahl %lld)\n"
Philipp Thomas40771272008-09-07 22:55:25 -0400548
Theodore Ts'o057a1592010-06-07 12:24:21 -0400549#: e2fsck/pass1.c:2533
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500550msgid "block bitmap"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400551msgstr "Block Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500552
Theodore Ts'o057a1592010-06-07 12:24:21 -0400553#: e2fsck/pass1.c:2537
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500554msgid "inode bitmap"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400555msgstr "Inode Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500556
Theodore Ts'o057a1592010-06-07 12:24:21 -0400557#: e2fsck/pass1.c:2541
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500558msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500559msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500560
Philipp Thomas77c871a2010-04-19 16:59:02 -0400561#: e2fsck/pass2.c:277
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500562msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400563msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500564
Philipp Thomas77c871a2010-04-19 16:59:02 -0400565#: e2fsck/pass2.c:799
Philipp Thomas720e6362008-06-21 14:06:00 -0400566msgid "Can not continue."
Philipp Thomas68801282008-07-17 11:47:00 -0400567msgstr "Fortsetzung nicht möglich."
Philipp Thomas720e6362008-06-21 14:06:00 -0400568
Philipp Thomas77c871a2010-04-19 16:59:02 -0400569#: e2fsck/pass3.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500570msgid "inode done bitmap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400571msgstr "»inode done«-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500572
Philipp Thomas77c871a2010-04-19 16:59:02 -0400573#: e2fsck/pass3.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500574msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500575msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500576
Philipp Thomas77c871a2010-04-19 16:59:02 -0400577#: e2fsck/pass3.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500578msgid "Pass 3"
579msgstr "Durchgang 3"
580
Philipp Thomas77c871a2010-04-19 16:59:02 -0400581#: e2fsck/pass3.c:320
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500582msgid "inode loop detection bitmap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400583msgstr "»inode loop detection«-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500584
Philipp Thomas3e914b52011-01-24 15:03:41 -0500585#: e2fsck/pass4.c:193
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500586msgid "Pass 4"
587msgstr "Durchgang 4"
588
Philipp Thomas77c871a2010-04-19 16:59:02 -0400589#: e2fsck/pass5.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500590msgid "Pass 5"
591msgstr "Durchgang 5"
592
Theodore Ts'obc759702005-05-09 20:40:55 -0400593#: e2fsck/problem.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500594msgid "(no prompt)"
595msgstr "(nicht interaktiv)"
596
Theodore Ts'obc759702005-05-09 20:40:55 -0400597#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500598msgid "Fix"
599msgstr "Repariere"
600
Theodore Ts'obc759702005-05-09 20:40:55 -0400601#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500602msgid "Clear"
603msgstr "Bereinige"
604
Theodore Ts'obc759702005-05-09 20:40:55 -0400605#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500606msgid "Relocate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400607msgstr "Zurücksetzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500608
Theodore Ts'obc759702005-05-09 20:40:55 -0400609#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500610msgid "Allocate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500611msgstr "Gebe frei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500612
Theodore Ts'obc759702005-05-09 20:40:55 -0400613#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500614msgid "Expand"
615msgstr "Erweitere"
616
Theodore Ts'obc759702005-05-09 20:40:55 -0400617#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500618msgid "Connect to /lost+found"
619msgstr "Verbinde nach /lost+found"
620
Theodore Ts'obc759702005-05-09 20:40:55 -0400621#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500622msgid "Create"
623msgstr "Erstelle"
624
Theodore Ts'obc759702005-05-09 20:40:55 -0400625#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500626msgid "Salvage"
627msgstr "Rette"
628
Theodore Ts'obc759702005-05-09 20:40:55 -0400629#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500630msgid "Truncate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400631msgstr "Verkürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500632
Theodore Ts'obc759702005-05-09 20:40:55 -0400633#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500634msgid "Clear inode"
635msgstr "Bereinige Inode"
636
Theodore Ts'obc759702005-05-09 20:40:55 -0400637#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500638msgid "Abort"
639msgstr "Abbrechen"
640
Theodore Ts'obc759702005-05-09 20:40:55 -0400641#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500642msgid "Split"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500643msgstr "Aufsplitten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500644
Theodore Ts'obc759702005-05-09 20:40:55 -0400645#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500646msgid "Continue"
647msgstr "Fortsetzen"
648
Theodore Ts'obc759702005-05-09 20:40:55 -0400649#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400650msgid "Clone multiply-claimed blocks"
651msgstr "multiply claimed block map"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500652
Theodore Ts'obc759702005-05-09 20:40:55 -0400653#: e2fsck/problem.c:65
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500654msgid "Delete file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400655msgstr "Lösche Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500656
Theodore Ts'obc759702005-05-09 20:40:55 -0400657#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500658msgid "Suppress messages"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400659msgstr "Ausgaben unterdrücken"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500660
Theodore Ts'obc759702005-05-09 20:40:55 -0400661#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500662msgid "Unlink"
663msgstr "Unlink"
664
Theodore Ts'obc759702005-05-09 20:40:55 -0400665#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500666msgid "Clear HTree index"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500667msgstr "Bereinige HTree-Index"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500668
Theodore Ts'obc759702005-05-09 20:40:55 -0400669#: e2fsck/problem.c:69
Theodore Ts'obc759702005-05-09 20:40:55 -0400670msgid "Recreate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400671msgstr "Zurücksetzen"
Theodore Ts'obc759702005-05-09 20:40:55 -0400672
673#: e2fsck/problem.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500674msgid "(NONE)"
675msgstr "(NICHTS)"
676
Theodore Ts'obc759702005-05-09 20:40:55 -0400677#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500678msgid "FIXED"
679msgstr "REPARIERT"
680
Theodore Ts'obc759702005-05-09 20:40:55 -0400681#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500682msgid "CLEARED"
683msgstr "BEREINIGT"
684
Theodore Ts'obc759702005-05-09 20:40:55 -0400685#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500686msgid "RELOCATED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400687msgstr "ZURÜCKGESETZT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500688
Theodore Ts'obc759702005-05-09 20:40:55 -0400689#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500690msgid "ALLOCATED"
691msgstr "FREIGEGEBEN"
692
Theodore Ts'obc759702005-05-09 20:40:55 -0400693#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500694msgid "EXPANDED"
695msgstr "ERWEITERT"
696
Theodore Ts'obc759702005-05-09 20:40:55 -0400697#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500698msgid "RECONNECTED"
699msgstr "WIEDER VERBUNDEN"
700
Theodore Ts'obc759702005-05-09 20:40:55 -0400701#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500702msgid "CREATED"
703msgstr "ANGELEGT"
704
Theodore Ts'obc759702005-05-09 20:40:55 -0400705#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500706msgid "SALVAGED"
707msgstr "GERETTET"
708
Theodore Ts'obc759702005-05-09 20:40:55 -0400709#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500710msgid "TRUNCATED"
711msgstr "BEENDET"
712
Theodore Ts'obc759702005-05-09 20:40:55 -0400713#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500714msgid "INODE CLEARED"
715msgstr "INODE BEREINIGT"
716
Theodore Ts'obc759702005-05-09 20:40:55 -0400717#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500718msgid "ABORTED"
719msgstr "ABGEBROCHEN"
720
Theodore Ts'obc759702005-05-09 20:40:55 -0400721#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500722msgid "SPLIT"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500723msgstr "ABGESPALTET"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500724
Theodore Ts'obc759702005-05-09 20:40:55 -0400725#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500726msgid "CONTINUING"
727msgstr "SETZE FORT"
728
Theodore Ts'obc759702005-05-09 20:40:55 -0400729#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400730msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400731msgstr "DOPPELTE/DEFEKTE BLÖCKE DUPLIZIERT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500732
Theodore Ts'obc759702005-05-09 20:40:55 -0400733#: e2fsck/problem.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500734msgid "FILE DELETED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400735msgstr "DATEI GELÖSCHT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500736
Theodore Ts'obc759702005-05-09 20:40:55 -0400737#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500738msgid "SUPPRESSED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400739msgstr "UNTERDRÜCKT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500740
Theodore Ts'obc759702005-05-09 20:40:55 -0400741#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500742msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500743msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500744
Theodore Ts'obc759702005-05-09 20:40:55 -0400745#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500746msgid "HTREE INDEX CLEARED"
747msgstr "HTREE INDEX BEREINIGT"
748
Theodore Ts'obc759702005-05-09 20:40:55 -0400749#: e2fsck/problem.c:97
Theodore Ts'obc759702005-05-09 20:40:55 -0400750msgid "WILL RECREATE"
751msgstr "ANGELEGT"
752
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400753#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400754#: e2fsck/problem.c:106
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500755msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400756msgstr "@b @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500757
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400758#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400759#: e2fsck/problem.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500760msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400761msgstr "@i @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500762
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400763#. @-expanded: inode table for group %g is not in group. (block %b)\n
764#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400765#: e2fsck/problem.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500766msgid ""
767"@i table for @g %g is not in @g. (@b %b)\n"
768"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
769msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400770"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
771"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500772
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400773#. @-expanded: \n
774#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
775#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
776#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
777#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
778#. @-expanded: e2fsck -b %S <device>\n
779#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400780#: e2fsck/problem.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500781#, c-format
782msgid ""
783"\n"
784"The @S could not be read or does not describe a correct ext2\n"
785"@f. If the @v is valid and it really contains an ext2\n"
786"@f (and not swap or ufs or something else), then the @S\n"
787"is corrupt, and you might try running e2fsck with an alternate @S:\n"
788" e2fsck -b %S <@v>\n"
789"\n"
790msgstr ""
791"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400792"@S ist unlesbar bzw. beschreibt kein gültiges ext2\n"
793"@f. Wenn @v gültig ist und ein ext2\n"
794"@f (kein swap oder ufs usw.) enthält, dann ist der @S\n"
795"beschädigt, und sie könnten e2fsck mit einem anderen @S:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500796" e2fsck -b %S <@v>\n"
797"\n"
798
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400799#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
800#. @-expanded: The physical size of the device is %c blocks\n
801#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400802#: e2fsck/problem.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500803msgid ""
804"The @f size (according to the @S) is %b @bs\n"
805"The physical size of the @v is %c @bs\n"
806"Either the @S or the partition table is likely to be corrupt!\n"
807msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400808"Die @f Größe ( laut @S) ist %b @bs\n"
809"Die physikalische Größe von @v ist %c @bs\n"
810"Entweder der @S oder die Partionstabelle ist beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500811
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400812#. @-expanded: superblock block_size = %b, fragsize = %c.\n
813#. @-expanded: This version of e2fsck does not support fragment sizes different\n
814#. @-expanded: from the block size.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400815#: e2fsck/problem.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500816msgid ""
817"@S @b_size = %b, fragsize = %c.\n"
818"This version of e2fsck does not support fragment sizes different\n"
819"from the @b size.\n"
820msgstr ""
821"@S @b_size = %b, fragsize = %c.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -0500822"Diese Version von e2fsck unterstützt keine von @b-Größen verschiedene Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500823
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400824#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400825#: e2fsck/problem.c:144
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500826msgid "@S @bs_per_group = %b, should have been %c\n"
827msgstr "@S @bs_per_group = %b, sollte %c sein.\n"
828
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400829#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400830#: e2fsck/problem.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500831msgid "@S first_data_@b = %b, should have been %c\n"
832msgstr "@S first_data_@b = %b, sollte %c haben.\n"
833
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400834#. @-expanded: filesystem did not have a UUID; generating one.\n
835#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400836#: e2fsck/problem.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500837msgid ""
838"@f did not have a UUID; generating one.\n"
839"\n"
840msgstr ""
841"@f hat keinen UUID ; generiere einen.\n"
842"\n"
843
Theodore Ts'obc759702005-05-09 20:40:55 -0400844#: e2fsck/problem.c:159
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400845#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500846msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400847"Note: if several inode or block bitmap blocks or part\n"
848"of the inode table require relocation, you may wish to try\n"
849"running e2fsck with the '-b %S' option first. The problem\n"
850"may lie only with the primary block group descriptors, and\n"
851"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500852"\n"
853msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400854"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
855"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
856"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400857"mit der Option »-b %S« zu starten. Das Problem könnte\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400858"im primären Blockgruppenbezeichner liegen, und seine\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500859"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500860"\n"
861
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400862#. @-expanded: Corruption found in superblock. (%s = %N).\n
863#: e2fsck/problem.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500864msgid "Corruption found in @S. (%s = %N).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400865msgstr "Beschädigung gefunden in @S. (%s = %N).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500866
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400867#. @-expanded: Error determining size of the physical device: %m\n
868#: e2fsck/problem.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500869#, c-format
870msgid "Error determining size of the physical @v: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400871msgstr "Fehler bei der Feststellung der Größe des physikalischen @v: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500872
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400873#. @-expanded: inode count in superblock is %i, should be %j.\n
874#: e2fsck/problem.c:178
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400875msgid "@i count in @S is %i, @s %j.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400876msgstr "@i-Anzahl in @S ist %i, sollte %j sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500877
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400878#: e2fsck/problem.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500879msgid "The Hurd does not support the filetype feature.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400880msgstr "Hurd unterstützt das Dateityp-Feature nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500881
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500882#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400883#: e2fsck/problem.c:187
Philipp Thomas77c871a2010-04-19 16:59:02 -0400884#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500885msgid "@S has an @n @j (@i %i).\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400886msgstr "@S hat ein defektes @j (@i %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500887
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400888#. @-expanded: External journal has multiple filesystem users (unsupported).\n
889#: e2fsck/problem.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500890msgid "External @j has multiple @f users (unsupported).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400891msgstr "Externes @j hat mehrere @f Nutzer (nicht unterstützt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500892
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400893#. @-expanded: Can't find external journal\n
894#: e2fsck/problem.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500895msgid "Can't find external @j\n"
896msgstr "Kann kein externes @j finden.\n"
897
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400898#. @-expanded: External journal has bad superblock\n
899#: e2fsck/problem.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500900msgid "External @j has bad @S\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400901msgstr "Externes @j hat ungültigen @S\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500902
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400903#. @-expanded: External journal does not support this filesystem\n
904#: e2fsck/problem.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500905msgid "External @j does not support this @f\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400906msgstr "Externes @j unterstützt nicht @f\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500907
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500908#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400909#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
910#. @-expanded: format.\n
911#. @-expanded: It is also possible the journal superblock is corrupt.\n
912#: e2fsck/problem.c:212
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500913msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500914"@f @j @S is unknown type %N (unsupported).\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -0500915"It is likely that your copy of e2fsck is old and/or doesn't support this @j format.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500916"It is also possible the @j @S is corrupt.\n"
917msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400918"Ext3 @j @S ist eine unbekannter Type %N (nicht unterstützt).\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -0500919"Es ist möglich, dass ihr e2fsck älter ist und/oder dieses @j Format nicht unterstützt.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400920"Es ist ebenso möglich, dass @j @S defekt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500921
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500922#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400923#: e2fsck/problem.c:220
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500924msgid "@j @S is corrupt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500925msgstr "Ext3 @j @S ist defekt.\n"
926
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500927#. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400928#: e2fsck/problem.c:225
Philipp Thomas77c871a2010-04-19 16:59:02 -0400929#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500930msgid "@S has_@j flag is clear, but a @j %s is present.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400931msgstr "ext3 Recovery-Flag sauber, aber ein @j %s ist vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500932
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500933#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400934#: e2fsck/problem.c:230
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500935msgid "@S needs_recovery flag is set, but no @j is present.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -0500936msgstr "@S hat das ext3 »needs_recovery«-Flag gesetzt, aber ein @j ist nicht vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500937
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500938#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400939#: e2fsck/problem.c:235
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500940msgid "@S needs_recovery flag is clear, but @j has data.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400941msgstr "ext3 Recovery-Flag sauber, aber das @j enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500942
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400943#. @-expanded: Clear journal
944#: e2fsck/problem.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500945msgid "Clear @j"
946msgstr "Bereinige @j"
947
Philipp Thomas77c871a2010-04-19 16:59:02 -0400948#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
949#: e2fsck/problem.c:245 e2fsck/problem.c:664
950msgid "@f has feature flag(s) set, but is a revision 0 @f. "
951msgstr "@f hat Eigenschfts-Kennzeichen gesetzt, ist aber ein Revision 0 @f. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500952
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400953#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400954#: e2fsck/problem.c:250
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500955msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
956msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
957
Philipp Thomas77c871a2010-04-19 16:59:02 -0400958#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
959#: e2fsck/problem.c:255
960msgid "@I %B (%b) found in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500961msgstr "@I @b #%B (%b) gefunden in @o @i %i.\n"
962
Philipp Thomas77c871a2010-04-19 16:59:02 -0400963#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
964#: e2fsck/problem.c:260
965msgid "Already cleared %B (%b) found in @o @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500966msgstr "bereits bereinigt @b #%B (%b) gefunden in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500967
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400968#. @-expanded: illegal orphaned inode %i in superblock.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400969#: e2fsck/problem.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500970#, c-format
971msgid "@I @o @i %i in @S.\n"
972msgstr "@I @o @i %i in @S.\n"
973
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400974#. @-expanded: illegal inode %i in orphaned inode list.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400975#: e2fsck/problem.c:270
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500976#, c-format
977msgid "@I @i %i in @o @i list.\n"
978msgstr "@I @i %i in @o @i Liste.\n"
979
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500980#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400981#: e2fsck/problem.c:275
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500982msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500983msgstr "Ext3 @j @S hat ein unbekanntes Nur-Lesen-Flag gesetzt.\n"
984
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500985#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400986#: e2fsck/problem.c:280
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500987msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500988msgstr "Ext3 @j @S hat ein unbekanntes Inkompatibel-Flag gesetzt.\n"
989
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400990#. @-expanded: journal version not supported by this e2fsck.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400991#: e2fsck/problem.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500992msgid "@j version not supported by this e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400993msgstr "@j Version wird von diesem e2fsck nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500994
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400995#. @-expanded: Moving journal from /%s to hidden inode.\n
996#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400997#: e2fsck/problem.c:290
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500998#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500999msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001000"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001001"\n"
1002msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001003"Verschiebe @j von /%s zum versteckten Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001004"\n"
1005
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001006#. @-expanded: Error moving journal: %m\n
1007#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001008#: e2fsck/problem.c:295
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001009#, c-format
1010msgid ""
1011"Error moving @j: %m\n"
1012"\n"
1013msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001014"Fehler beim Verschieben von @j: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001015"\n"
1016
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001017#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1018#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1019#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001020#: e2fsck/problem.c:300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001021msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001022"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001023"Clearing fields beyond the V1 @j @S...\n"
1024"\n"
1025msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001026"Fand unvollständige V2 @j @S Felder (vom V1 Journal).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001027"Bereinige die Felder hinter V1 @j @S...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001028"\n"
1029
Philipp Thomas77c871a2010-04-19 16:59:02 -04001030#. @-expanded: Run journal anyway
1031#: e2fsck/problem.c:306
1032msgid "Run @j anyway"
1033msgstr "Starte @j trotzdem"
1034
1035#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1036#: e2fsck/problem.c:311
1037msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05001038msgstr "Recovery-Kennzeichen in Backup @S nicht gesetzt, @j wird trotzdem gestartet.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001039
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001040#. @-expanded: Backing up journal inode block information.\n
1041#. @-expanded: \n
1042#: e2fsck/problem.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001043msgid ""
1044"Backing up @j @i @b information.\n"
1045"\n"
1046msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001047"Sichere @j @i @b Information.\n"
1048"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001049
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001050#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1051#. @-expanded: is %N; should be zero.
1052#: e2fsck/problem.c:321
Theodore Ts'obc759702005-05-09 20:40:55 -04001053msgid ""
1054"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1055"is %N; @s zero. "
1056msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001057"Für @f ist resize_@i nicht eingeschaltet, aber s_reserved_gdt_@bs\n"
1058"ist %N; @s Null. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001059
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001060#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1061#: e2fsck/problem.c:327
1062msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Philipp Thomas3e914b52011-01-24 15:03:41 -05001063msgstr "Resize_@i nicht aktiviert, aber die zu modifgizierende Inod ist nicht-Null."
Theodore Ts'obc759702005-05-09 20:40:55 -04001064
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001065#. @-expanded: Resize inode not valid.
1066#: e2fsck/problem.c:332
Theodore Ts'obc759702005-05-09 20:40:55 -04001067msgid "Resize @i not valid. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001068msgstr "@r ist kein @d. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001069
Philipp Thomas77c871a2010-04-19 16:59:02 -04001070#. @-expanded: superblock last mount time (%t,\n
1071#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001072#: e2fsck/problem.c:337
Philipp Thomas77c871a2010-04-19 16:59:02 -04001073msgid ""
1074"@S last mount time (%t,\n"
1075"\tnow = %T) is in the future.\n"
1076msgstr ""
1077"Der Zeitpunkt des letzten Einhängens von @S (%t,\n"
1078"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001079
Philipp Thomas77c871a2010-04-19 16:59:02 -04001080#. @-expanded: superblock last write time (%t,\n
1081#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001082#: e2fsck/problem.c:342
Philipp Thomas77c871a2010-04-19 16:59:02 -04001083msgid ""
1084"@S last write time (%t,\n"
1085"\tnow = %T) is in the future.\n"
1086msgstr ""
1087"Der Zeitpunkt des letzten Schreibens von @S (%t,\n"
1088"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001089
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001090#. @-expanded: superblock hint for external superblock should be %X.
1091#: e2fsck/problem.c:346
1092#, c-format
1093msgid "@S hint for external superblock @s %X. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001094msgstr "@S Hinweis für externen Superblock @s %X"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001095
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001096#. @-expanded: Adding dirhash hint to filesystem.\n
1097#. @-expanded: \n
1098#: e2fsck/problem.c:351
1099msgid ""
1100"Adding dirhash hint to @f.\n"
1101"\n"
1102msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001103"Füge Verzeinishash-Hilfe zu @f hinzu.\n"
1104"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001105
Philipp Thomas720e6362008-06-21 14:06:00 -04001106#. @-expanded: group descriptor %g checksum is invalid.
1107#: e2fsck/problem.c:356
1108#, c-format
1109msgid "@g descriptor %g checksum is invalid. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001110msgstr "Prüfsumme von @g -Deskriptor %g ist ungültig. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001111
1112#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1113#: e2fsck/problem.c:361
1114#, c-format
1115msgid "@g descriptor %g marked uninitialized without feature set.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05001116msgstr "@g -Deskriptor %g ist als nicht initialisiert gekennzeichnet ohne eine gesetzte Eigenschaft.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001117
1118#. @-expanded: group %g block bitmap uninitialized but inode bitmap in use.\n
1119#: e2fsck/problem.c:366
1120#, c-format
1121msgid "@g %g @b @B uninitialized but @i @B in use.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05001122msgstr "Die @b @B von @g %g ist nicht initialisiert aber @i @B wird verwendet.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001123
1124#. @-expanded: group descriptor %g has invalid unused inodes count %b.
1125#: e2fsck/problem.c:371
1126msgid "@g descriptor %g has invalid unused inodes count %b. "
Philipp Thomas3e914b52011-01-24 15:03:41 -05001127msgstr "@g Deskriptor %g hat eine ungültige Anzahl ungenutzter Inodes von %b. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001128
1129#. @-expanded: Last group block bitmap uninitialized.
1130#: e2fsck/problem.c:376
1131msgid "Last @g @b @B uninitialized. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001132msgstr "Die letzte @g @b @B ist nicht initialisiert. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001133
1134#: e2fsck/problem.c:381
1135#, c-format
1136msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05001137msgstr "Journaltransaktion %i war beschädigt, die Wiederholung wurde abgegrochen.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001138
1139#: e2fsck/problem.c:385
1140msgid "The test_fs flag is set (and ext4 is available). "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001141msgstr "Die Kennung test_fs wurde gesetzt (und ext4 ist verfügbar). "
1142
1143#. @-expanded: superblock last mount time is in the future.\n
1144#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1145#. @-expanded: set)
1146#: e2fsck/problem.c:390
1147msgid ""
1148"@S last mount time is in the future.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05001149"\t(by less than a day, probably due to the hardware clock being incorrectly set) "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001150msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04001151"Der Zeitpunkt des letzten Einhängens von @S liegt in der Zukunft.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05001152"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-Uhr) "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001153
1154#. @-expanded: superblock last write time is in the future.\n
1155#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1156#. @-expanded: set).
1157#: e2fsck/problem.c:396
1158msgid ""
1159"@S last write time is in the future.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05001160"\t(by less than a day, probably due to the hardware clock being incorrectly set). "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001161msgstr ""
1162"Der Zeitpunkt des letzten Schreibens von @S liegt in der Zukunft.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05001163"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-Uhr) "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001164
1165#. @-expanded: One or more block group descriptor checksums are invalid.
1166#: e2fsck/problem.c:402
1167msgid "One or more @b @g descriptor checksums are invalid. "
1168msgstr "Die Prüfsumme eines oder mehrerer @g -Deskriptoren ist ungültig. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001170#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001171#: e2fsck/problem.c:409
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001172msgid "Pass 1: Checking @is, @bs, and sizes\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001173msgstr "Durchgang 1: Prüfe @is, @bs, und Größen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001174
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001175#. @-expanded: root inode is not a directory.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001176#: e2fsck/problem.c:413
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001177msgid "@r is not a @d. "
1178msgstr "@r ist kein @d. "
1179
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001180#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001181#: e2fsck/problem.c:418
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001182msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001183msgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001185#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001186#: e2fsck/problem.c:423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001187msgid "Reserved @i %i (%Q) has @n mode. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001188msgstr "Reservierte @i %i %Q hat einen falschen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001189
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001190#. @-expanded: deleted inode %i has zero dtime.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001191#: e2fsck/problem.c:428
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001192#, c-format
1193msgid "@D @i %i has zero dtime. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001194msgstr "@D @i %i hat \"zero dtime\". "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001195
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001196#. @-expanded: inode %i is in use, but has dtime set.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001197#: e2fsck/problem.c:433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001198#, c-format
1199msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001200msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001201
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001202#. @-expanded: inode %i is a zero-length directory.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001203#: e2fsck/problem.c:438
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001204#, c-format
1205msgid "@i %i is a @z @d. "
1206msgstr "@i %i ist ein @z @d. "
1207
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001208#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001209#: e2fsck/problem.c:443
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001210msgid "@g %g's @b @B at %b @C.\n"
1211msgstr "@g %g's @b @B auf %b @C.\n"
1212
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001213#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001214#: e2fsck/problem.c:448
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001215msgid "@g %g's @i @B at %b @C.\n"
1216msgstr "@g %g's @i @B auf %b @C.\n"
1217
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001218#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001219#: e2fsck/problem.c:453
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001220msgid "@g %g's @i table at %b @C.\n"
1221msgstr "@g %g's @i Tabelle auf %b @C.\n"
1222
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001223#. @-expanded: group %g's block bitmap (%b) is bad.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001224#: e2fsck/problem.c:458
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001225msgid "@g %g's @b @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001226msgstr "@g %g's @b @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001227
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001228#. @-expanded: group %g's inode bitmap (%b) is bad.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001229#: e2fsck/problem.c:463
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001230msgid "@g %g's @i @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001231msgstr "@g %g's @i @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001232
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001233#. @-expanded: inode %i, i_size is %Is, should be %N.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001234#: e2fsck/problem.c:468
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001235msgid "@i %i, i_size is %Is, @s %N. "
1236msgstr "@i %i, i_size ist %Is, @s %N. "
1237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001238#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001239#: e2fsck/problem.c:473
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001240msgid "@i %i, i_@bs is %Ib, @s %N. "
1241msgstr "@i %i, i_@bs ist %Ib, @s %N. "
1242
Philipp Thomas77c871a2010-04-19 16:59:02 -04001243#. @-expanded: illegal %B (%b) in inode %i.
1244#: e2fsck/problem.c:478
1245msgid "@I %B (%b) in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001246msgstr "@I @b #%B (%b) in @i %i. "
1247
Philipp Thomas77c871a2010-04-19 16:59:02 -04001248#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1249#: e2fsck/problem.c:483
1250msgid "%B (%b) overlaps @f metadata in @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001251msgstr "@b #%B (%b) überlappt @f metadata in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001252
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001253#. @-expanded: inode %i has illegal block(s).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001254#: e2fsck/problem.c:488
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001255#, c-format
1256msgid "@i %i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001257msgstr "@i %i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001258
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001259#. @-expanded: Too many illegal blocks in inode %i.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001260#: e2fsck/problem.c:493
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001261#, c-format
1262msgid "Too many illegal @bs in @i %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001263msgstr "Zu viele unzulässige @bs in @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001264
Philipp Thomas77c871a2010-04-19 16:59:02 -04001265#. @-expanded: illegal %B (%b) in bad block inode.
1266#: e2fsck/problem.c:498
1267msgid "@I %B (%b) in bad @b @i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001268msgstr "@I @b #%B (%b) in bad @b @i. "
1269
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001270#. @-expanded: Bad block inode has illegal block(s).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001271#: e2fsck/problem.c:503
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001272msgid "Bad @b @i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001273msgstr "Bad @b @i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001274
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001275#. @-expanded: Duplicate or bad block in use!\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001276#: e2fsck/problem.c:508
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001277msgid "Duplicate or bad @b in use!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001278msgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001279
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001280#. @-expanded: Bad block %b used as bad block inode indirect block.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001281#: e2fsck/problem.c:513
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001282msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001283msgstr "Bad @b %b benutzt als bad @b @i indirekt @b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001284
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001285#. @-expanded: \n
1286#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1287#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1288#. @-expanded: in the filesystem.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001289#: e2fsck/problem.c:518
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001290msgid ""
1291"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001292"The bad @b @i has probably been corrupted. You probably\n"
1293"should stop now and run e2fsck -c to scan for bad blocks\n"
1294"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001295msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001296"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001297"Defekter @b @i ist wahrscheinlich beschädigt worden. Sie sollten\n"
1298"nun eher innehalten und »e2fsck -c« ausführen, um nach defekten\n"
1299"Blöcken in @f zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001301#. @-expanded: \n
1302#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001303#: e2fsck/problem.c:525
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001304msgid ""
1305"\n"
1306"If the @b is really bad, the @f can not be fixed.\n"
1307msgstr ""
1308"\n"
1309"Wenn der @b wirklich defekt ist, kann der @f nicht repariert werden.\n"
1310
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001311#. @-expanded: You can remove this block from the bad block list and hope\n
1312#. @-expanded: that the block is really OK. But there are no guarantees.\n
1313#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001314#: e2fsck/problem.c:530
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001315msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001316"You can remove this @b from the bad @b list and hope\n"
1317"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001318"\n"
1319msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001320"Sie können @b von der @b - Liste löschen \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001321"und hoffen das @b wirklich in Ordnung ist, es \n"
1322"gibt aber KEINE GARANTIEN.\n"
1323"\n"
1324
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001325#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001326#: e2fsck/problem.c:536
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001327msgid "The primary @S (%b) is on the bad @b list.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001328msgstr "Der primäre @S (%b) ist auf der bad @b Liste.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001329
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001330#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001331#: e2fsck/problem.c:541
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001332msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001333msgstr "Block %b im primären Deskriptor @g ist auf der bad @b Liste\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001334
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001335#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001336#: e2fsck/problem.c:547
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001337msgid "Warning: Group %g's @S (%b) is bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001338msgstr "Warnung: Gruppe %g's @S (%b) ist ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001339
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001340#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001341#: e2fsck/problem.c:552
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001342msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001343msgstr "Warnung: Gruppe %g's Kopie vom Deskriptor @g hat einen bad @b (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001344
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001345#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001346#: e2fsck/problem.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001347msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1348msgstr "Programmfehler? @b #%b verlangt ohne Grund in process_bad_@b.\n"
1349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001350#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001351#: e2fsck/problem.c:564
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001352msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1353msgstr "@A %N grenzt an @b(s) in @b @g %g for %s: %m\n"
1354
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001355#. @-expanded: error allocating block buffer for relocating %s\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001356#: e2fsck/problem.c:569
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001357#, c-format
1358msgid "@A @b buffer for relocating %s\n"
1359msgstr "@A @b Puffer zum Verschieben %s\n"
1360
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001361#. @-expanded: Relocating group %g's %s from %b to %c...\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001362#: e2fsck/problem.c:574
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001363msgid "Relocating @g %g's %s from %b to %c...\n"
1364msgstr "Verschiebe @g %g's %s von %b nach %c...\n"
1365
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001366#. @-expanded: Relocating group %g's %s to %c...\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001367#: e2fsck/problem.c:579
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001368#, c-format
1369msgid "Relocating @g %g's %s to %c...\n"
1370msgstr "Verschiebe @g %g's %s nach %c...\n"
1371
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001372#. @-expanded: Warning: could not read block %b of %s: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001373#: e2fsck/problem.c:584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001374msgid "Warning: could not read @b %b of %s: %m\n"
1375msgstr "Warnung: kann @b %b von %s: %m nicht lesen\n"
1376
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001377#. @-expanded: Warning: could not write block %b for %s: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001378#: e2fsck/problem.c:589
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001379msgid "Warning: could not write @b %b for %s: %m\n"
1380msgstr "Warnung: kann @b %b von %s: %m nicht schreiben\n"
1381
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001382#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001383#: e2fsck/problem.c:594 e2fsck/problem.c:1405
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001384msgid "@A @i @B (%N): %m\n"
1385msgstr "@A @i @B (%N): %m\n"
1386
1387#. @-expanded: error allocating block bitmap (%N): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001388#: e2fsck/problem.c:599
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001389msgid "@A @b @B (%N): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001390msgstr "@A @i @B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001391
1392#. @-expanded: error allocating icount link information: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001393#: e2fsck/problem.c:604
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001394#, c-format
1395msgid "@A icount link information: %m\n"
1396msgstr "@A icount link information: %m\n"
1397
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001398#. @-expanded: error allocating directory block array: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001399#: e2fsck/problem.c:609
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001400#, c-format
1401msgid "@A @d @b array: %m\n"
1402msgstr "@A @d @b array: %m\n"
1403
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001404#. @-expanded: Error while scanning inodes (%i): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001405#: e2fsck/problem.c:614
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001406#, c-format
1407msgid "Error while scanning @is (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001408msgstr "Fehler während der Suche @is (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001409
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001410#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001411#: e2fsck/problem.c:619
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001412#, c-format
1413msgid "Error while iterating over @bs in @i %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001414msgstr "Fehler beim Iterieren über @bs in @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001415
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001416#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001417#: e2fsck/problem.c:624
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001418msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05001419msgstr "Fehler beim Speichern von @i count Informationen (@i=%i, count=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001420
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001421#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001422#: e2fsck/problem.c:629
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001423msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001424msgstr "Fehler beim Speichern @d @b Informationen (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001425
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001426#. @-expanded: Error reading inode %i: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001427#: e2fsck/problem.c:635
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001428#, c-format
1429msgid "Error reading @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001430msgstr "Fehler beim Lesen von @i %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001431
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001432#. @-expanded: inode %i has imagic flag set.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001433#: e2fsck/problem.c:643
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001434#, c-format
1435msgid "@i %i has imagic flag set. "
1436msgstr "@i %i hat Imagic-Flag gesetzt. "
1437
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001438#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1439#. @-expanded: or append-only flag set.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001440#: e2fsck/problem.c:648
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001441#, c-format
1442msgid ""
1443"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1444"or append-only flag set. "
1445msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001446"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001447"oder append-only Flag gesetzt. "
1448
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001449#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001450#: e2fsck/problem.c:654
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001451#, c-format
1452msgid "@i %i has @cion flag set on @f without @cion support. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001453msgstr "@i %i hat @cion Flag gesetzt auf @f ohne @cion Unterstützung. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001455#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001456#: e2fsck/problem.c:659
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001457#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001458msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1459msgstr ""
1460"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
1461"oder append-only Flag gesetzt. "
1462
1463#. @-expanded: journal inode is not in use, but contains data.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001464#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001465msgid "@j @i is not in use, but contains data. "
1466msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
1467
1468#. @-expanded: journal is not regular file.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001469#: e2fsck/problem.c:674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001470msgid "@j is not regular file. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001471msgstr "@j ist keine reguläre Datei. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001472
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001473#. @-expanded: inode %i was part of the orphaned inode list.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001474#: e2fsck/problem.c:679
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001475#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476msgid "@i %i was part of the @o @i list. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001477msgstr "@i %i war Teil der orphaned @i Liste. "
1478
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001479#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001480#: e2fsck/problem.c:685
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001481msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001482msgstr "@is, die Teile einer defekten Liste mit verwaisten Links waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001483
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001484#. @-expanded: error allocating refcount structure (%N): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001485#: e2fsck/problem.c:690
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001486msgid "@A refcount structure (%N): %m\n"
1487msgstr "@A icount structure: %m\n"
1488
1489#. @-expanded: Error reading extended attribute block %b for inode %i.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001490#: e2fsck/problem.c:695
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001491msgid "Error reading @a @b %b for @i %i. "
1492msgstr "Fehler beim Lesen @a @b %b for @i %i. "
1493
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001494#. @-expanded: inode %i has a bad extended attribute block %b.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001495#: e2fsck/problem.c:700
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001496msgid "@i %i has a bad @a @b %b. "
1497msgstr "@i %i hat defekten @a @b %b. "
1498
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001499#. @-expanded: Error reading extended attribute block %b (%m).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001500#: e2fsck/problem.c:705
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001501msgid "Error reading @a @b %b (%m). "
1502msgstr "Fehler beim Lesen @a @b %b (%m). "
1503
Philipp Thomas77c871a2010-04-19 16:59:02 -04001504#. @-expanded: extended attribute block %b has reference count %r, should be %N.
1505#: e2fsck/problem.c:710
1506msgid "@a @b %b has reference count %r, @s %N. "
1507msgstr "@a @b %b hat den Referenzzähler %r, richtig wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001508
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001509#. @-expanded: Error writing extended attribute block %b (%m).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001510#: e2fsck/problem.c:715
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001511msgid "Error writing @a @b %b (%m). "
1512msgstr "Fehler beim Schreiben @a @b %b (%m). "
1513
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001514#. @-expanded: extended attribute block %b has h_blocks > 1.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001515#: e2fsck/problem.c:720
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001516msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001517msgstr "@a @b %b hat h_blocks > 1. "
1518
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001519#. @-expanded: error allocating extended attribute block %b.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001520#: e2fsck/problem.c:725
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001521msgid "@A @a @b %b. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001522msgstr "@A @a @b %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001523
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001524#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001525#: e2fsck/problem.c:730
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001526msgid "@a @b %b is corrupt (allocation collision). "
1527msgstr "@a @b %b ist defekt (allocation collision). "
1528
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001529#. @-expanded: extended attribute block %b is corrupt (invalid name).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001530#: e2fsck/problem.c:735
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001531msgid "@a @b %b is corrupt (@n name). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001532msgstr "@a @b %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001533
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001534#. @-expanded: extended attribute block %b is corrupt (invalid value).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001535#: e2fsck/problem.c:740
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001536msgid "@a @b %b is corrupt (@n value). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001537msgstr "@a @b %b ist defekt (ungültiger Wert). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001538
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001539#. @-expanded: inode %i is too big.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001540#: e2fsck/problem.c:745
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001541#, c-format
1542msgid "@i %i is too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001543msgstr "@i %i ist zu groß. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001544
Philipp Thomas77c871a2010-04-19 16:59:02 -04001545#. @-expanded: %B (%b) causes directory to be too big.
1546#: e2fsck/problem.c:749
1547msgid "%B (%b) causes @d to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001548msgstr "@b #%B (%b) macht @d zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001549
Philipp Thomas77c871a2010-04-19 16:59:02 -04001550#: e2fsck/problem.c:754
1551msgid "%B (%b) causes file to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001552msgstr "@b #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001553
Philipp Thomas77c871a2010-04-19 16:59:02 -04001554#: e2fsck/problem.c:759
1555msgid "%B (%b) causes symlink to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001556msgstr "@b #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001557
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001558#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001559#: e2fsck/problem.c:764
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001560#, c-format
1561msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001562msgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001563
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001564#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001565#: e2fsck/problem.c:769
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001566#, c-format
1567msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1568msgstr "@i %i hat INDEX_FL flag gesetzt, ist aber kein @d.\n"
1569
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001570#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001571#: e2fsck/problem.c:774
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001572#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001573msgid "@h %i has an @n root node.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001574msgstr "@h %i hat einen unvollständigen root node.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001575
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001576#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001577#: e2fsck/problem.c:779
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001578msgid "@h %i has an unsupported hash version (%N)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001579msgstr "@h %i hat eine nicht unterstützte hash-Version (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001580
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001581#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001582#: e2fsck/problem.c:784
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001583#, c-format
1584msgid "@h %i uses an incompatible htree root node flag.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001585msgstr "@h %i benutzt einen nicht unterstützten htree root node flag.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001586
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001587#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001588#: e2fsck/problem.c:789
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001589msgid "@h %i has a tree depth (%N) which is too big\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001590msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001591
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001592#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1593#. @-expanded: filesystem metadata.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001594#: e2fsck/problem.c:794
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001595msgid ""
1596"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1597"@f metadata. "
1598msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001599"Defekter @b @i hat einen indirekten @b (%b), der mit\n"
1600"den @f Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001601
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001602#. @-expanded: Resize inode (re)creation failed: %m.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001603#: e2fsck/problem.c:800
Theodore Ts'obc759702005-05-09 20:40:55 -04001604#, c-format
1605msgid "Resize @i (re)creation failed: %m."
Philipp Thomas9564ee52008-08-22 03:22:50 -04001606msgstr "Erzeugung von Vergrösserungs-@i scheiterte: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001607
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001608#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001609#: e2fsck/problem.c:805
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001610msgid "@i %i has a extra size (%IS) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001611msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001612
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001613#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001614#: e2fsck/problem.c:810
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001615msgid "@a in @i %i has a namelen (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001616msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001617
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001618#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001619#: e2fsck/problem.c:815
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001620msgid "@a in @i %i has a value offset (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001621msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001622
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001623#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001624#: e2fsck/problem.c:820
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001625msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001626msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001627
Philipp Thomas77c871a2010-04-19 16:59:02 -04001628#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1629#: e2fsck/problem.c:825
1630msgid "@a in @i %i has a value size (%N) which is @n\n"
1631msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1632
Philipp Thomas720e6362008-06-21 14:06:00 -04001633#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001634#: e2fsck/problem.c:830
Philipp Thomas720e6362008-06-21 14:06:00 -04001635msgid "@a in @i %i has a hash (%N) which is @n\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001636msgstr "@a in %i hat einen @n Hashwert von (%N)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001637
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001638#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001639#: e2fsck/problem.c:835
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001640msgid "@i %i is a %It but it looks like it is really a directory.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05001641msgstr "@i ist ein %It aber es sieht so aus, als ob es tatsächlich ein Verzeichnis ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001642
Philipp Thomas40771272008-09-07 22:55:25 -04001643#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001644#: e2fsck/problem.c:840
Philipp Thomas68801282008-07-17 11:47:00 -04001645#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001646msgid "Error while reading over @x tree in @i %i: %m\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001647msgstr "Fehler beim Iterieren über Baum @x in @i %i: %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001648
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001649#. @-expanded: Failed to iterate extents in inode %i\n
1650#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001651#: e2fsck/problem.c:845
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001652msgid ""
1653"Failed to iterate extents in @i %i\n"
1654"\t(op %s, blk %b, lblk %c): %m\n"
1655msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04001656"Das Iterieren der Extents in @i %i scheiterte\n"
1657"\t(op %s, blk %b, lblk %c): %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001658
1659#. @-expanded: inode %i has an invalid extent\n
1660#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001661#: e2fsck/problem.c:851
Philipp Thomas720e6362008-06-21 14:06:00 -04001662msgid ""
1663"@i %i has an @n extent\n"
1664"\t(logical @b %c, @n physical @b %b, len %N)\n"
1665msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04001666"@i %i hat eine @n Erweiterung\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001667"\t(logischer @b %c, @n physischer @b %b, Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001668
1669#. @-expanded: inode %i has an invalid extent\n
1670#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001671#: e2fsck/problem.c:856
Philipp Thomas720e6362008-06-21 14:06:00 -04001672msgid ""
1673"@i %i has an @n extent\n"
1674"\t(logical @b %c, physical @b %b, @n len %N)\n"
1675msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04001676"@i %i hat eine @n Erweiterung\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001677"\t(logischer @b %c, physischer @b %b, @n Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001678
1679#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001680#: e2fsck/problem.c:861
Philipp Thomas720e6362008-06-21 14:06:00 -04001681#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001682msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05001683msgstr "@i %i hat EXTENTS_FL Kennung auf einem @f ohne Unterstützung für Erweiterungen.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001684
1685#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001686#: e2fsck/problem.c:866
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001687#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001688msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05001689msgstr "@i %i besitzt das Erweiterungsformat, aber dem @S fehlt die Eigenschaft EXTENTS\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001690
1691#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001692#: e2fsck/problem.c:871
Philipp Thomas720e6362008-06-21 14:06:00 -04001693#, c-format
1694msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001695msgstr "@i %i fehlt EXTENT_FL, aber hat das Format einer Erweiterungs-@i\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001696
Philipp Thomas77c871a2010-04-19 16:59:02 -04001697#: e2fsck/problem.c:876
Philipp Thomas720e6362008-06-21 14:06:00 -04001698#, c-format
1699msgid "Fast symlink %i has EXTENT_FL set. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001700msgstr "Schneller Symlink %i hat EXTENT_FL gesetzt. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001701
1702#. @-expanded: inode %i has out of order extents\n
1703#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001704#: e2fsck/problem.c:881
Philipp Thomas720e6362008-06-21 14:06:00 -04001705msgid ""
1706"@i %i has out of order extents\n"
1707"\t(@n logical @b %c, physical @b %b, len %N)\n"
1708msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04001709"@i %i hat unregelmässige Erweitertungen\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001710"\t(@n logischer @b %c, physischer @b %b, Länge %N)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001711
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001712#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001713#: e2fsck/problem.c:885
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001714msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001715msgstr "@i %i hat einen ungültigen Extent-Knoten (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001716
Theodore Ts'o057a1592010-06-07 12:24:21 -04001717#. @-expanded: inode %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n
1718#: e2fsck/problem.c:889
1719msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05001720msgstr " in @i %i sollte EOFBLOCKS_FL nicht gesetzt sein (Größe %Is, lblk %r)\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04001721
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001722#. @-expanded: \n
1723#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1724#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001725#: e2fsck/problem.c:897
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001726msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001727"\n"
1728"Running additional passes to resolve @bs claimed by more than one @i...\n"
1729"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001730msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001731"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001732"Doppelter @bs gefunden... starte Scan nach doppelten @b.\n"
1733"Durchgang 1B: Suche nach doppelten/defekten @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001734
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001735#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o057a1592010-06-07 12:24:21 -04001736#: e2fsck/problem.c:903
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001737#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001738msgid "@m @b(s) in @i %i:"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001739msgstr "@m @b(s) in @i %i:"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001740
Theodore Ts'o057a1592010-06-07 12:24:21 -04001741#: e2fsck/problem.c:918
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001742#, c-format
1743msgid "Error while scanning inodes (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001744msgstr "Fehlen beim Prüfen von Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001745
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001746#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001747#: e2fsck/problem.c:923
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001748#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001749msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001750msgstr "@A @i @B (inode_dup_map): %m\n"
1751
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001752#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001753#: e2fsck/problem.c:928
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001754#, c-format
1755msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001756msgstr "Fehler beim Durchlaufen der @bs in @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001757
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001758#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001759#: e2fsck/problem.c:933 e2fsck/problem.c:1249
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001760msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001761msgstr "Fehler bei der Anpassung des refcount für @a @b %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001762
Theodore Ts'o6956f612005-12-31 16:46:15 -05001763#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001764#: e2fsck/problem.c:939
Theodore Ts'o6956f612005-12-31 16:46:15 -05001765msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001766msgstr "Durchgang 1C: Prüfe Verzeichnisse nach @is mit doppelten @bs.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001767
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001768#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001769#: e2fsck/problem.c:945
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001770msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001771msgstr "Durchgang 1D: Gleiche doppelte @bs ab\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001772
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001773#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001774#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001775#: e2fsck/problem.c:950
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001776msgid ""
1777"File %Q (@i #%i, mod time %IM) \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001778" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001779msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04001780"Datei %Q (@i #%i, Modifikationszeitpunkt %IM) \n"
1781" hat %B doppelte @b(s), gemeinsam genutzt mit %N Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001782
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001783#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001784#: e2fsck/problem.c:956
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001785msgid "\t%Q (@i #%i, mod time %IM)\n"
1786msgstr "\t%Q (@i #%i, mod time %IM)\n"
1787
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001788#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001789#: e2fsck/problem.c:961
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001790msgid "\t<@f metadata>\n"
1791msgstr "\t<@f metadata>\n"
1792
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001793#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1794#. @-expanded: \n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001795#: e2fsck/problem.c:966
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001796msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001797"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001798"\n"
1799msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001800"(es gibt %N @is, die doppelte/defekte @bs enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001801"\n"
1802
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001803#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1804#. @-expanded: \n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001805#: e2fsck/problem.c:971
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001806msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001807"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001808"\n"
1809msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001810"Duplizierte @bs bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001811"\n"
1812
Theodore Ts'o057a1592010-06-07 12:24:21 -04001813#: e2fsck/problem.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001814#, c-format
1815msgid "Couldn't clone file: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001816msgstr "Kann die Datei %m nicht klonen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001817
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001818#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001819#: e2fsck/problem.c:990
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001820msgid "Pass 2: Checking @d structure\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001821msgstr "Durchgang 2: Prüfe @d Struktur\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001822
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001823#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001824#: e2fsck/problem.c:995
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001825#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001826msgid "@n @i number for '.' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001827msgstr "Falsche @i Nummer für ».« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001828
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001829#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001830#: e2fsck/problem.c:1000
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001831msgid "@E has @n @i #: %Di.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001832msgstr "@E hat falsche @i #: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001833
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001834#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o057a1592010-06-07 12:24:21 -04001835#: e2fsck/problem.c:1005
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001836msgid "@E has @D/unused @i %Di. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001837msgstr "@E hat @D/unbenutzt @i %Di. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001838
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001839#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o057a1592010-06-07 12:24:21 -04001840#: e2fsck/problem.c:1010
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001841msgid "@E @L to '.' "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001842msgstr "@E @L nach ».« "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001843
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001844#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001845#: e2fsck/problem.c:1015
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001846msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001847msgstr "@E zeigt auf @i (%Di) in einem defekten @b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001848
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001849#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001850#: e2fsck/problem.c:1020
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001851msgid "@E @L to @d %P (%Di).\n"
1852msgstr "@E @L nach @d %P (%Di).\n"
1853
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001854#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001855#: e2fsck/problem.c:1025
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001856msgid "@E @L to the @r.\n"
1857msgstr "@E @L zur @r.\n"
1858
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001859#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001860#: e2fsck/problem.c:1030
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001861msgid "@E has illegal characters in its name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001862msgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001863
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001864#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001865#: e2fsck/problem.c:1035
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001866#, c-format
1867msgid "Missing '.' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001868msgstr "Fehlende ».« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001869
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001870#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001871#: e2fsck/problem.c:1040
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001872#, c-format
1873msgid "Missing '..' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001874msgstr "Fehlende »..« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001875
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001876#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001877#: e2fsck/problem.c:1045
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001878msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001879msgstr "Erster @e »%Dn« (inode=%Di) in @d @i %i (%p) @s ».«\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001880
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001881#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001882#: e2fsck/problem.c:1050
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001883msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001884msgstr "Zweiter @e »%Dn« (inode=%Di) in @d @i %i @s »..«\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001885
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001886#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001887#: e2fsck/problem.c:1055
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001888msgid "i_faddr @F %IF, @s zero.\n"
1889msgstr "i_faddr @F %IF, @s null.\n"
1890
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001891#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001892#: e2fsck/problem.c:1060
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001893msgid "i_file_acl @F %If, @s zero.\n"
1894msgstr "i_file_acl @F %If, @s null.\n"
1895
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001896#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001897#: e2fsck/problem.c:1065
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001898msgid "i_dir_acl @F %Id, @s zero.\n"
1899msgstr "i_dir_acl @F %Id, @s null.\n"
1900
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001901#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001902#: e2fsck/problem.c:1070
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001903msgid "i_frag @F %N, @s zero.\n"
1904msgstr "i_frag @F %N, @s null.\n"
1905
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001906#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001907#: e2fsck/problem.c:1075
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001908msgid "i_fsize @F %N, @s zero.\n"
1909msgstr "i_fsize @F %N, @s null.\n"
1910
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001911#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001912#: e2fsck/problem.c:1080
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001913msgid "@i %i (%Q) has @n mode (%Im).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001914msgstr "@i %i (%Q) hat einen falschen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001915
Philipp Thomas77c871a2010-04-19 16:59:02 -04001916#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001917#: e2fsck/problem.c:1085
Philipp Thomas77c871a2010-04-19 16:59:02 -04001918msgid "@d @i %i, %B, offset %N: @d corrupted\n"
1919msgstr "@d @i %i, @b %B, Offset %N: @d defekt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001920
Philipp Thomas77c871a2010-04-19 16:59:02 -04001921#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001922#: e2fsck/problem.c:1090
Philipp Thomas77c871a2010-04-19 16:59:02 -04001923msgid "@d @i %i, %B, offset %N: filename too long\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001924msgstr "@d @i %i, @b %B, offset %N: Dateiname zu lang\n"
1925
Philipp Thomas77c871a2010-04-19 16:59:02 -04001926#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o057a1592010-06-07 12:24:21 -04001927#: e2fsck/problem.c:1095
Philipp Thomas77c871a2010-04-19 16:59:02 -04001928msgid "@d @i %i has an unallocated %B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001929msgstr "@d @i %i hat einen nicht zugewiesenen @b #%B. "
1930
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001931#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001932#: e2fsck/problem.c:1100
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001933#, c-format
1934msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001935msgstr "».« @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001936
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001937#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001938#: e2fsck/problem.c:1105
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001939#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001940msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001941msgstr "»..« @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001942
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001943#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001944#: e2fsck/problem.c:1110
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001945msgid "@i %i (%Q) is an @I character @v.\n"
1946msgstr "@i %i (%Q) ist ein @I Zeichen @v.\n"
1947
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001948#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001949#: e2fsck/problem.c:1115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001950msgid "@i %i (%Q) is an @I @b @v.\n"
1951msgstr "@i %i (%Q) ist ein @I @b @v.\n"
1952
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001953#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001954#: e2fsck/problem.c:1120
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001955msgid "@E is duplicate '.' @e.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001956msgstr "@E ist ein doppelter ».« @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001957
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001958#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001959#: e2fsck/problem.c:1125
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001960msgid "@E is duplicate '..' @e.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001961msgstr "@E ist ein doppelter »..« @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001962
Theodore Ts'o057a1592010-06-07 12:24:21 -04001963#: e2fsck/problem.c:1130 e2fsck/problem.c:1430
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001964#, c-format
1965msgid "Internal error: couldn't find dir_info for %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001966msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001967
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001968#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001969#: e2fsck/problem.c:1135
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001970msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001971msgstr "@E hat rec_len von %Dr, sollte %N sein.\n"
1972
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001973#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001974#: e2fsck/problem.c:1140
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001975#, c-format
1976msgid "@A icount structure: %m\n"
1977msgstr "@A icount structure: %m\n"
1978
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001979#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001980#: e2fsck/problem.c:1145
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001981#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04001982msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001983msgstr "Fehler beim Durchlaufen der @d @bs: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001984
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001985#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001986#: e2fsck/problem.c:1150
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001987msgid "Error reading @d @b %b (@i %i): %m\n"
1988msgstr "Lesefehler @d @b %b (@i %i): %m\n"
1989
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001990#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001991#: e2fsck/problem.c:1155
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001992msgid "Error writing @d @b %b (@i %i): %m\n"
1993msgstr "Schreibfehler @d @b %b (@i %i): %m\n"
1994
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001995#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001996#: e2fsck/problem.c:1160
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001997#, c-format
1998msgid "@A new @d @b for @i %i (%s): %m\n"
1999msgstr "@A neu @d @b for @i %i (%s): %m\n"
2000
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002001#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002002#: e2fsck/problem.c:1165
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002003#, c-format
2004msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002005msgstr "Fehler bei der Freigabe von @i %i: %m\n"
2006
Philipp Thomas40771272008-09-07 22:55:25 -04002007#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002008#: e2fsck/problem.c:1170
Philipp Thomas40771272008-09-07 22:55:25 -04002009#, c-format
2010msgid "@d @e for '.' in %p (%i) is big.\n"
2011msgstr "Verzeichniseintrag für ».« in %p (%i) ist gross.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002012
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002013#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002014#: e2fsck/problem.c:1175
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002015msgid "@i %i (%Q) is an @I FIFO.\n"
2016msgstr "@i %i (%Q) ist ein @I FIFO.\n"
2017
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002018#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002019#: e2fsck/problem.c:1180
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002020msgid "@i %i (%Q) is an @I socket.\n"
2021msgstr "@i %i (%Q) ist ein @I Socket.\n"
2022
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002023#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002024#: e2fsck/problem.c:1185
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002025msgid "Setting filetype for @E to %N.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002026msgstr "Setze Dateitype für @E auf %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002027
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002028#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002029#: e2fsck/problem.c:1190
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002030msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002031msgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
2032
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002033#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002034#: e2fsck/problem.c:1195
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002035msgid "@E has filetype set.\n"
2036msgstr "@E hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002037
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002038#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002039#: e2fsck/problem.c:1200
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002040msgid "@E has a @z name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002041msgstr "@E hat einen Namen der Länge Null..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002042
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002043#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002044#: e2fsck/problem.c:1205
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002045msgid "Symlink %Q (@i #%i) is @n.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002046msgstr "Symlink %Q (@i #%i) is invalid.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002047
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002048#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002049#: e2fsck/problem.c:1210
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002050msgid "@a @b @F @n (%If).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002051msgstr "@a @b @F ist falsch (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002052
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002053#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002054#: e2fsck/problem.c:1215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002055msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05002056msgstr "@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 -05002057
Philipp Thomas77c871a2010-04-19 16:59:02 -04002058#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002059#: e2fsck/problem.c:1220
Philipp Thomas77c871a2010-04-19 16:59:02 -04002060msgid "@p @h %d: %B not referenced\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002061msgstr "@p @h %d: Node (%B) nicht referenziert\n"
2062
Philipp Thomas77c871a2010-04-19 16:59:02 -04002063#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002064#: e2fsck/problem.c:1225
Philipp Thomas77c871a2010-04-19 16:59:02 -04002065msgid "@p @h %d: %B referenced twice\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002066msgstr "@p @h %d: Node (%B) doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002067
Philipp Thomas77c871a2010-04-19 16:59:02 -04002068#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002069#: e2fsck/problem.c:1230
Philipp Thomas77c871a2010-04-19 16:59:02 -04002070msgid "@p @h %d: %B has bad min hash\n"
2071msgstr "@p @h %d: %B hat ungültigen Minimumhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002072
Philipp Thomas77c871a2010-04-19 16:59:02 -04002073#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002074#: e2fsck/problem.c:1235
Philipp Thomas77c871a2010-04-19 16:59:02 -04002075msgid "@p @h %d: %B has bad max hash\n"
2076msgstr "@p @h %d: %B hat ungültigen Maximalhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002077
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002078#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o057a1592010-06-07 12:24:21 -04002079#: e2fsck/problem.c:1240
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002080msgid "@n @h %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002081msgstr "Invalid @h %d (%q). "
2082
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002083#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002084#: e2fsck/problem.c:1244
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002085msgid "@p @h %d (%q): bad @b number %b.\n"
2086msgstr "@p @h %d (%q): bad @b number %b.\n"
2087
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002088#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002089#: e2fsck/problem.c:1254
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002090#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002091msgid "@p @h %d: root node is @n\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002092msgstr "@p @h %d: root node is invalid\n"
2093
Philipp Thomas77c871a2010-04-19 16:59:02 -04002094#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002095#: e2fsck/problem.c:1259
Philipp Thomas77c871a2010-04-19 16:59:02 -04002096msgid "@p @h %d: %B has @n limit (%N)\n"
2097msgstr "@p @h %d: %B hat eine ungültige Begrenzung (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002098
Philipp Thomas77c871a2010-04-19 16:59:02 -04002099#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002100#: e2fsck/problem.c:1264
Philipp Thomas77c871a2010-04-19 16:59:02 -04002101msgid "@p @h %d: %B has @n count (%N)\n"
2102msgstr "@p @h %d: %B hat einen ungültigen Zähler (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002103
Philipp Thomas77c871a2010-04-19 16:59:02 -04002104#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002105#: e2fsck/problem.c:1269
Philipp Thomas77c871a2010-04-19 16:59:02 -04002106msgid "@p @h %d: %B has an unordered hash table\n"
2107msgstr "@p @h %d: %B hat eine unsortierte Hashtabelle\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002108
Philipp Thomas77c871a2010-04-19 16:59:02 -04002109#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002110#: e2fsck/problem.c:1274
Philipp Thomas77c871a2010-04-19 16:59:02 -04002111msgid "@p @h %d: %B has @n depth (%N)\n"
2112msgstr "@p @h %d: %B has eine ungültige Tiefe (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002113
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002114#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002115#: e2fsck/problem.c:1279
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002116msgid "Duplicate @E found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002117msgstr "Doppelte @E gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002118
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002119#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2120#. @-expanded: Rename to %s
Theodore Ts'o057a1592010-06-07 12:24:21 -04002121#: e2fsck/problem.c:1284
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002122#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002123msgid ""
2124"@E has a non-unique filename.\n"
2125"Rename to %s"
2126msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04002127"@E hat keinen eindeutigen Dateinnamen.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002128"Benenne in %s um"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002129
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002130#. @-expanded: Duplicate entry '%Dn' found.\n
2131#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2132#. @-expanded: \n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002133#: e2fsck/problem.c:1289
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002134msgid ""
2135"Duplicate @e '%Dn' found.\n"
2136"\tMarking %p (%i) to be rebuilt.\n"
2137"\n"
2138msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002139"Doppelte @e '%Dn' gefunden.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002140"\tMarkiere %p (%i) für die Neuerstellung.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002141"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002142
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002143#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002144#: e2fsck/problem.c:1294
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002145msgid "i_blocks_hi @F %N, @s zero.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002146msgstr "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002147
Philipp Thomas720e6362008-06-21 14:06:00 -04002148#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002149#: e2fsck/problem.c:1299
Philipp Thomas720e6362008-06-21 14:06:00 -04002150msgid "Unexpected @b in @h %d (%q).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002151msgstr "Unerwarteter @b in @h %d (%q).\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002152
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002153#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002154#: e2fsck/problem.c:1303
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002155msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002156msgstr "@i %i wurde in @g %g gefunden, für die _INODE_UNINIT gesetzt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002157
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002158#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002159#: e2fsck/problem.c:1308
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002160msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002161msgstr "@i %i wurde im Bereich ungenutzter Inodes von @g %g gefunden.\n"
2162
2163#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002164#: e2fsck/problem.c:1313
Philipp Thomas77c871a2010-04-19 16:59:02 -04002165msgid "i_file_acl_hi @F %N, @s zero.\n"
2166msgstr "i_file_acl_hi @F %N, sollte Null sein.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002168#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002169#: e2fsck/problem.c:1320
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002170msgid "Pass 3: Checking @d connectivity\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002171msgstr "Durchgang 3: Prüfe @d Verknüpfungen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002172
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002173#. @-expanded: root inode not allocated.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002174#: e2fsck/problem.c:1325
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002175msgid "@r not allocated. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002176msgstr "@r nicht zugeordnet. "
2177
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002178#. @-expanded: No room in lost+found directory.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002179#: e2fsck/problem.c:1330
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002180msgid "No room in @l @d. "
2181msgstr "Kein Platz in @l @d. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002182
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002183#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002184#: e2fsck/problem.c:1335
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002185#, c-format
2186msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002187msgstr "Nicht verbundene @d @i %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002188
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002189#. @-expanded: /lost+found not found.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002190#: e2fsck/problem.c:1340
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002191msgid "/@l not found. "
2192msgstr "/@l nicht gefunden. "
2193
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002194#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002195#: e2fsck/problem.c:1345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002196msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002197msgstr "»..« in %Q (%i) ist %P (%j), @s %q (%d).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002198
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002199#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002200#: e2fsck/problem.c:1350
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002201msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002202msgstr "Falscher oder fehlender /@l. Wiederverbinden nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002203
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002204#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002205#: e2fsck/problem.c:1355
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002206#, c-format
2207msgid "Could not expand /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002208msgstr "Erweitern nicht möglich /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002209
Theodore Ts'o057a1592010-06-07 12:24:21 -04002210#: e2fsck/problem.c:1360
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002211#, c-format
2212msgid "Could not reconnect %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002213msgstr "Wiederverbinden nicht möglich %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002214
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002215#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002216#: e2fsck/problem.c:1365
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002217#, c-format
2218msgid "Error while trying to find /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002219msgstr "Fehler während der Suche nach /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002220
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002221#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002222#: e2fsck/problem.c:1370
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002223#, c-format
2224msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002225msgstr "ext2fs_new_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002226
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002227#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002228#: e2fsck/problem.c:1375
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002229#, c-format
2230msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002231msgstr "ext2fs_new_@i: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002232
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002233#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002234#: e2fsck/problem.c:1380
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002235#, c-format
2236msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002237msgstr "ext2fs_new_dir_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002238
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002239#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002240#: e2fsck/problem.c:1385
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002241#, c-format
2242msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002243msgstr "ext2fs_write_dir_@b: %m während des Schreibens von @d @b für /@l\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002244
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002245#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002246#: e2fsck/problem.c:1390
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002247#, c-format
2248msgid "Error while adjusting @i count on @i %i\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002249msgstr "Fehler während der Einstellung von @i count auf @i %i\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002250
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002251#. @-expanded: Couldn't fix parent of inode %i: %m\n
2252#. @-expanded: \n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002253#: e2fsck/problem.c:1395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002254#, c-format
2255msgid ""
2256"Couldn't fix parent of @i %i: %m\n"
2257"\n"
2258msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04002259"Konnte Parent von @i %i: %m nicht reparieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002260"\n"
2261
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002262#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2263#. @-expanded: \n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002264#: e2fsck/problem.c:1400
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002265#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002266msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002267"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002268"\n"
2269msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002270"Parent von @i %i konnte nicht repariert werden: \n"
2271"parent @d nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002272
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002273#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002274#: e2fsck/problem.c:1410
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002275#, c-format
2276msgid "Error creating root @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002277msgstr "Fehler beim Erzeugen des root @d (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002278
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002279#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002280#: e2fsck/problem.c:1415
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002281#, c-format
2282msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002283msgstr "Fehler beim Erzeugen des /@l @d (%s): %m\n"
2284
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002285#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002286#: e2fsck/problem.c:1420
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002287msgid "@r is not a @d; aborting.\n"
2288msgstr "@r ist kein @d; breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002289
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002290#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002291#: e2fsck/problem.c:1425
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002292msgid "Cannot proceed without a @r.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002293msgstr "Kann ohne @r nicht fortsetzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002294
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002295#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002296#: e2fsck/problem.c:1435
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002297#, c-format
2298msgid "/@l is not a @d (ino=%i)\n"
2299msgstr "/@l ist kein @d (ino=%i)\n"
2300
Theodore Ts'o057a1592010-06-07 12:24:21 -04002301#: e2fsck/problem.c:1442
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002302msgid "Pass 3A: Optimizing directories\n"
2303msgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2304
Theodore Ts'o057a1592010-06-07 12:24:21 -04002305#: e2fsck/problem.c:1447
Philipp Thomas77c871a2010-04-19 16:59:02 -04002306#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002307msgid "Failed to create dirs_to_hash iterator: %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002308msgstr "dirs_to_hash Iterator konnte nicht erzeugt werden: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002309
Theodore Ts'o057a1592010-06-07 12:24:21 -04002310#: e2fsck/problem.c:1452
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002311msgid "Failed to optimize directory %q (%d): %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002312msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002313
Theodore Ts'o057a1592010-06-07 12:24:21 -04002314#: e2fsck/problem.c:1457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002315msgid "Optimizing directories: "
2316msgstr "Optimiere Verzeichnisse: "
2317
Theodore Ts'o057a1592010-06-07 12:24:21 -04002318#: e2fsck/problem.c:1474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002319msgid "Pass 4: Checking reference counts\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002320msgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002321
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002322#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002323#: e2fsck/problem.c:1479
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002324#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002325msgid "@u @z @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002326msgstr "@I @o @i %i in @S. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002327
2328#. @-expanded: unattached inode %i\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002329#: e2fsck/problem.c:1484
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002330#, c-format
2331msgid "@u @i %i\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002332msgstr "@u @i %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002333
2334#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002335#: e2fsck/problem.c:1489
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002336msgid "@i %i ref count is %Il, @s %N. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002337msgstr "@i %i Referenzzähler ist %Il, @s %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002338
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002339#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2340#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2341#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002342#: e2fsck/problem.c:1493
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002343msgid ""
2344"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2345"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002346"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002347msgstr ""
2348"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002349"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (AKTIVES) DATEISYSTEM.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05002350"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten identisch sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002351
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002352#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002353#: e2fsck/problem.c:1503
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002354msgid "Pass 5: Checking @g summary information\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002355msgstr "Durchgang 5: Überprüfe @g Zusammenfassung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002356
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002357#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002358#: e2fsck/problem.c:1508
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002359msgid "Padding at end of @i @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002360msgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002361
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002362#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002363#: e2fsck/problem.c:1513
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002364msgid "Padding at end of @b @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002365msgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002366
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002367#. @-expanded: block bitmap differences:
Theodore Ts'o057a1592010-06-07 12:24:21 -04002368#: e2fsck/problem.c:1518
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002369msgid "@b @B differences: "
2370msgstr "@b @B differieren: "
2371
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002372#. @-expanded: inode bitmap differences:
Theodore Ts'o057a1592010-06-07 12:24:21 -04002373#: e2fsck/problem.c:1538
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002374msgid "@i @B differences: "
2375msgstr "@i @B differieren: "
2376
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002377#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002378#: e2fsck/problem.c:1558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002379msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002380msgstr "Die Anzahl freier @is ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002381
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002382#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002383#: e2fsck/problem.c:1563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002384msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002385msgstr "Die Anzahl Verzeichnisse ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002386
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002387#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002388#: e2fsck/problem.c:1568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002389msgid "Free @is count wrong (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002390msgstr "Die Anzahl freier @is ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002391
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002392#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002393#: e2fsck/problem.c:1573
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002394msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002395msgstr "Die Anzahl freier Blöcke in @g #%g ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002396
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002397#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002398#: e2fsck/problem.c:1578
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002399msgid "Free @bs count wrong (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002400msgstr "Die Anzahl freier Blöcke ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002401
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002402#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2403#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002404#: e2fsck/problem.c:1583
Philipp Thomas3e914b52011-01-24 15:03:41 -05002405msgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
2406msgstr "PROGRAMMIERFEHLER: @f (#%N) @B Endpunkte (%b, %c) passen nicht zu den berechneten @B Endpunkten (%i, %j)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002407
Theodore Ts'o057a1592010-06-07 12:24:21 -04002408#: e2fsck/problem.c:1589
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002409msgid "Internal error: fudging end of bitmap (%N)\n"
2410msgstr "Interner Fehler: fudging end of bitmap (%N)\n"
2411
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002412#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002413#: e2fsck/problem.c:1594
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002414#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002415msgid "Error copying in replacement @i @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002416msgstr "Fehler beim hineinkopieren von @i @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002417
2418#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002419#: e2fsck/problem.c:1599
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002420#, c-format
2421msgid "Error copying in replacement @b @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002422msgstr "Fehler beim hineinkopieren von @b @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002423
Philipp Thomas720e6362008-06-21 14:06:00 -04002424#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002425#: e2fsck/problem.c:1624
Philipp Thomas720e6362008-06-21 14:06:00 -04002426#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04002427msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05002428msgstr "Blöcke von @g %g sind in Beutzung obwohl @g als BLOCK_UNINIT markiert ist\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002429
2430#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2431#: e2fsck/problem.c:1629
2432#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04002433msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05002434msgstr "@g %g @i(s) sind in Benutzung obwohl @g als INODE_UNINIT markiert ist\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002435
Philipp Thomas77c871a2010-04-19 16:59:02 -04002436#. @-expanded: Recreate journal
Theodore Ts'o057a1592010-06-07 12:24:21 -04002437#: e2fsck/problem.c:1636
Philipp Thomas77c871a2010-04-19 16:59:02 -04002438msgid "Recreate @j"
2439msgstr "@j zurücksetzen"
2440
Theodore Ts'o057a1592010-06-07 12:24:21 -04002441#: e2fsck/problem.c:1755
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002442#, c-format
2443msgid "Unhandled error code (0x%x)!\n"
2444msgstr "Unbenutzter Fehlercode (0x%x)!\n"
2445
Philipp Thomas3e914b52011-01-24 15:03:41 -05002446#: e2fsck/problem.c:1855
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002447msgid "IGNORED"
2448msgstr "IGNORIERT"
2449
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002450#: e2fsck/scantest.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002451#, c-format
2452msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2453msgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2454
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002455#: e2fsck/scantest.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002456#, c-format
2457msgid "size of inode=%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002458msgstr "Größe des Inode=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002459
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002460#: e2fsck/scantest.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002461msgid "while starting inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002462msgstr "beim Starten der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002463
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002464#: e2fsck/scantest.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002465msgid "while doing inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002466msgstr "während der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002467
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002468#: e2fsck/super.c:187
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002469#, c-format
2470msgid "while calling ext2fs_block_iterate for inode %d"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002471msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002472
Philipp Thomas720e6362008-06-21 14:06:00 -04002473#: e2fsck/super.c:209
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002474#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002475msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002476msgstr "während des Aufrufs von ext2fs_adjust_ea_refcount für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002477
Philipp Thomas720e6362008-06-21 14:06:00 -04002478#: e2fsck/super.c:267
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002479msgid "Truncating"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002480msgstr "Kürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002481
Philipp Thomas720e6362008-06-21 14:06:00 -04002482#: e2fsck/super.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002483msgid "Clearing"
2484msgstr "Bereinige"
2485
Philipp Thomas40771272008-09-07 22:55:25 -04002486#: e2fsck/unix.c:76
Philipp Thomas68801282008-07-17 11:47:00 -04002487#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002488msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04002489"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002490"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002491"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002492"\t\t[-E extended-options] device\n"
2493msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04002494"Aufruf: %s [-panyrcdfvtDFV] [-b Superblock] [-B Blockgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002495"\t\t[-I Inode_Puffer_Blöcke] [-P Prozess_Inodegröße]\n"
2496"\t\t[-l|-L Bad_Blocks_Datei] [-C Dateideskriptor] [-j externes_Journal]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002497"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002498
Philipp Thomas40771272008-09-07 22:55:25 -04002499#: e2fsck/unix.c:82
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002500#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002501msgid ""
2502"\n"
2503"Emergency help:\n"
2504" -p Automatic repair (no questions)\n"
2505" -n Make no changes to the filesystem\n"
2506" -y Assume \"yes\" to all questions\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05002507" -c Check for bad blocks and add them to the badblock list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002508" -f Force checking even if filesystem is marked clean\n"
2509msgstr ""
2510"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002511"Notfallhile:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002512" -p automatische Reparatur (keine Fragen)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002513" -n keine Veränderungen am Dateisystem vornehmen\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002514" -y \" Ja \" auf alle Fragen annehmen\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002515" -c suche nach defekten Blöcken\n"
2516" -f erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002517
Philipp Thomas40771272008-09-07 22:55:25 -04002518#: e2fsck/unix.c:88
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002519#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002520msgid ""
2521" -v Be verbose\n"
2522" -b superblock Use alternative superblock\n"
2523" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002524" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002525" -l bad_blocks_file Add to badblocks list\n"
2526" -L bad_blocks_file Set badblocks list\n"
2527msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002528" -v sei gesprächig\n"
2529" -b Superbloc Nutze Superblockkopie\n"
2530" -B Blockgröße erzwinge Blockgröße beim Suchen vom Superblock\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002531" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002532" -l bad_blocks_file zur Liste der defekten Blöcke hinzufügen\n"
2533" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002534
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002535#: e2fsck/unix.c:132
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002536#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002537msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002538msgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %u/%u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002539
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002540#: e2fsck/unix.c:150
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002541#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002542msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002543msgstr " # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002544
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002545#: e2fsck/unix.c:157
Philipp Thomas40771272008-09-07 22:55:25 -04002546#, c-format
2547msgid " Extent depth histogram: "
2548msgstr " Erweiterungstiefe Histogramm: "
2549
Philipp Thomas3e914b52011-01-24 15:03:41 -05002550#: e2fsck/unix.c:207 misc/badblocks.c:931 misc/tune2fs.c:1675 misc/util.c:151
Philipp Thomas77c871a2010-04-19 16:59:02 -04002551#: resize/main.c:249
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002552#, c-format
2553msgid "while determining whether %s is mounted."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002554msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002555
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002556#: e2fsck/unix.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002557#, c-format
2558msgid "Warning! %s is mounted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002559msgstr "Warnung! %s ist eingehängt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002560
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002561#: e2fsck/unix.c:229
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002562#, c-format
2563msgid "%s is mounted. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002564msgstr "%s ist eingehängt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002565
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002566#: e2fsck/unix.c:231
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002567msgid ""
2568"Cannot continue, aborting.\n"
2569"\n"
2570msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002571"Fortsetzung nicht möglich, breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002572"\n"
2573
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002574#: e2fsck/unix.c:232
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002575#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002576msgid ""
2577"\n"
2578"\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05002579"\a\a\a\aWARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002580"cause ***SEVERE*** filesystem damage.\a\a\a\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002581"\n"
2582msgstr ""
2583"\n"
2584"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002585"\a\a\a\aWARNUNG!!! Die Benutzung von e2fsck auf einem eingehängten\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002586"Dateisystem führt zu SCHWERWIEGENDEN SCHÄDEN im Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002587"\n"
2588
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002589#: e2fsck/unix.c:235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002590msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002591msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002592
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002593#: e2fsck/unix.c:237
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002594#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002595msgid "check aborted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002596msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002597
Philipp Thomas3e914b52011-01-24 15:03:41 -05002598#: e2fsck/unix.c:318
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002599msgid " contains a file system with errors"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002600msgstr " enthält ein fehlerhaftes Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002601
Philipp Thomas3e914b52011-01-24 15:03:41 -05002602#: e2fsck/unix.c:320
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002603msgid " was not cleanly unmounted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002604msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002605
Philipp Thomas3e914b52011-01-24 15:03:41 -05002606#: e2fsck/unix.c:322
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002607msgid " primary superblock features different from backup"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002608msgstr "Eigenschaften des primären Superblocks unterscheiden sich vom Backup"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002609
Philipp Thomas3e914b52011-01-24 15:03:41 -05002610#: e2fsck/unix.c:326
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002611#, c-format
2612msgid " has been mounted %u times without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002613msgstr " wurde %u mal ohne Überprüfung eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002614
Philipp Thomas3e914b52011-01-24 15:03:41 -05002615#: e2fsck/unix.c:333
Theodore Ts'o057a1592010-06-07 12:24:21 -04002616msgid " has filesystem last checked time in the future"
Philipp Thomas3e914b52011-01-24 15:03:41 -05002617msgstr " hat einen in der Zukunft liegenden Zeitpunkt der letzten Püfung des Dateisystems"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002618
Philipp Thomas3e914b52011-01-24 15:03:41 -05002619#: e2fsck/unix.c:339
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002620#, c-format
2621msgid " has gone %u days without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002622msgstr " wurde %u Tage ohne Überprüfung genutzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002623
Philipp Thomas3e914b52011-01-24 15:03:41 -05002624#: e2fsck/unix.c:348
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002625msgid ", check forced.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002626msgstr ", Prüfung erzwungen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002627
Philipp Thomas3e914b52011-01-24 15:03:41 -05002628#: e2fsck/unix.c:351
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002629#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002630msgid "%s: clean, %u/%u files, %u/%u blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002631msgstr "%s: sauber, %u/%u Dateien, %u/%u Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002632
Philipp Thomas3e914b52011-01-24 15:03:41 -05002633#: e2fsck/unix.c:368
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002634msgid " (check deferred; on battery)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002635msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002636
Philipp Thomas3e914b52011-01-24 15:03:41 -05002637#: e2fsck/unix.c:371
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002638msgid " (check after next mount)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002639msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002640
Philipp Thomas3e914b52011-01-24 15:03:41 -05002641#: e2fsck/unix.c:373
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002642#, c-format
2643msgid " (check in %ld mounts)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002644msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002645
Philipp Thomas3e914b52011-01-24 15:03:41 -05002646#: e2fsck/unix.c:521
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002647#, c-format
2648msgid "ERROR: Couldn't open /dev/null (%s)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002649msgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002650
Philipp Thomas3e914b52011-01-24 15:03:41 -05002651#: e2fsck/unix.c:591
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002652#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002653msgid "Invalid EA version.\n"
2654msgstr "Invalid EA version.\n"
2655
Philipp Thomas3e914b52011-01-24 15:03:41 -05002656#: e2fsck/unix.c:606
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002657#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002658msgid "Unknown extended option: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002659msgstr "Unbekannte erweiterte Option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002660
Philipp Thomas3e914b52011-01-24 15:03:41 -05002661#: e2fsck/unix.c:629
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002662#, c-format
2663msgid ""
2664"Syntax error in e2fsck config file (%s, line #%d)\n"
2665"\t%s\n"
2666msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002667"Syntaxfehler in der Konfigurationsdatei von e2fsck (%s, Zeile %d)\n"
2668"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002669
Philipp Thomas3e914b52011-01-24 15:03:41 -05002670#: e2fsck/unix.c:697
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002671#, c-format
2672msgid "Error validating file descriptor %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002673msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002674
Philipp Thomas3e914b52011-01-24 15:03:41 -05002675#: e2fsck/unix.c:701
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002676msgid "Invalid completion information file descriptor"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002677msgstr "Ungültiger »completion information«-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002678
Philipp Thomas3e914b52011-01-24 15:03:41 -05002679#: e2fsck/unix.c:716
Theodore Ts'o6956f612005-12-31 16:46:15 -05002680msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002681msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002682
Philipp Thomas3e914b52011-01-24 15:03:41 -05002683#: e2fsck/unix.c:737
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002684#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002685msgid "The -t option is not supported on this version of e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002686msgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002687
Philipp Thomas3e914b52011-01-24 15:03:41 -05002688#: e2fsck/unix.c:768 e2fsck/unix.c:840 misc/tune2fs.c:588 misc/tune2fs.c:873
2689#: misc/tune2fs.c:891
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002690#, c-format
2691msgid "Unable to resolve '%s'"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002692msgstr "Nicht möglich »%s« aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002693
Philipp Thomas3e914b52011-01-24 15:03:41 -05002694#: e2fsck/unix.c:819
2695msgid "The -n and -D options are incompatible."
2696msgstr "Die Optionen -n und -D schliessen sich gegenseitig aus."
2697
2698#: e2fsck/unix.c:824
2699msgid "The -n and -c options are incompatible."
2700msgstr "Die Optionen -n und -c schliessen sich gegenseitig aus."
2701
2702#: e2fsck/unix.c:829
2703msgid "The -n and -l/-L options are incompatible."
2704msgstr "Die Optionen -n und -l/-L schliessen sich gegenseitig aus."
2705
2706#: e2fsck/unix.c:869
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002707#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002708msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05002709msgstr "Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002710
Philipp Thomas3e914b52011-01-24 15:03:41 -05002711#: e2fsck/unix.c:917
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002712#, c-format
2713msgid ""
2714"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2715"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002716msgstr "2FSCK_JBD_DEBUG \"%s\" ist keine Ganzzahl\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002717
Philipp Thomas3e914b52011-01-24 15:03:41 -05002718#: e2fsck/unix.c:926
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002719#, c-format
2720msgid ""
2721"\n"
2722"Invalid non-numeric argument to -%c (\"%s\")\n"
2723"\n"
2724msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002725"\n"
2726"Ungültiges nicht-numerisches Argument für -%c (\"%s\")\n"
2727"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002728
Philipp Thomas3e914b52011-01-24 15:03:41 -05002729#: e2fsck/unix.c:1000
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002730#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002731msgid "Error: ext2fs library version out of date!\n"
2732msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2733
Philipp Thomas3e914b52011-01-24 15:03:41 -05002734#: e2fsck/unix.c:1008
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002735msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002736msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002737
Philipp Thomas3e914b52011-01-24 15:03:41 -05002738#: e2fsck/unix.c:1019
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002739#, c-format
2740msgid "\tUsing %s, %s\n"
2741msgstr "\tBenutze %s, %s\n"
2742
Philipp Thomas3e914b52011-01-24 15:03:41 -05002743#: e2fsck/unix.c:1031
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002744msgid "need terminal for interactive repairs"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002745msgstr "Benötige ein Terminal für interaktive Reparaturen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002746
Philipp Thomas3e914b52011-01-24 15:03:41 -05002747#: e2fsck/unix.c:1064
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002748#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002749msgid "%s: %s trying backup blocks...\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002750msgstr "%s: %s versuche es mit Backup-Blöcken...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002751
Philipp Thomas3e914b52011-01-24 15:03:41 -05002752#: e2fsck/unix.c:1066
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002753msgid "Superblock invalid,"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002754msgstr "Superblock ungültig"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002755
Philipp Thomas3e914b52011-01-24 15:03:41 -05002756#: e2fsck/unix.c:1067
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002757msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002758msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002759
Philipp Thomas3e914b52011-01-24 15:03:41 -05002760#: e2fsck/unix.c:1079
Philipp Thomas77c871a2010-04-19 16:59:02 -04002761#, c-format
2762msgid "%s: going back to original superblock\n"
2763msgstr "%s: es wird zum originalen Superblock zurück gekehrt\n"
2764
Philipp Thomas3e914b52011-01-24 15:03:41 -05002765#: e2fsck/unix.c:1106
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002766#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002767msgid ""
2768"The filesystem revision is apparently too high for this version of e2fsck.\n"
2769"(Or the filesystem superblock is corrupt)\n"
2770"\n"
2771msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002772"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002773"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002774"\n"
2775
Philipp Thomas3e914b52011-01-24 15:03:41 -05002776#: e2fsck/unix.c:1112
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002777#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002778msgid "Could this be a zero-length partition?\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002779msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002780
Philipp Thomas3e914b52011-01-24 15:03:41 -05002781#: e2fsck/unix.c:1114
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002782#, c-format
2783msgid "You must have %s access to the filesystem or be root\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002784msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002785
Philipp Thomas3e914b52011-01-24 15:03:41 -05002786#: e2fsck/unix.c:1119
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002787#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002788msgid "Possibly non-existent or swap device?\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05002789msgstr "Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002790
Philipp Thomas3e914b52011-01-24 15:03:41 -05002791#: e2fsck/unix.c:1121
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002792#, c-format
2793msgid "Filesystem mounted or opened exclusively by another program?\n"
2794msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002795"Ist das Dateisystem eingehängt or exklusiv von einem anderen Programm\n"
2796"\n"
2797"geöffnet worden?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002798
Philipp Thomas3e914b52011-01-24 15:03:41 -05002799#: e2fsck/unix.c:1124
2800#, c-format
2801msgid "Possibly non-existent device?\n"
2802msgstr "Ist das Gerät möglicherweise nicht vorhanden?\n"
2803
2804#: e2fsck/unix.c:1127
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002805#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002806msgid ""
2807"Disk write-protected; use the -n option to do a read-only\n"
2808"check of the device.\n"
2809msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002810"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
2811"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002812
Philipp Thomas3e914b52011-01-24 15:03:41 -05002813#: e2fsck/unix.c:1191
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002814msgid "Get a newer version of e2fsck!"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002815msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002816
Philipp Thomas3e914b52011-01-24 15:03:41 -05002817#: e2fsck/unix.c:1221
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002818#, c-format
2819msgid "while checking ext3 journal for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002820msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002821
Philipp Thomas3e914b52011-01-24 15:03:41 -05002822#: e2fsck/unix.c:1232
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002823#, c-format
Philipp Thomas3e914b52011-01-24 15:03:41 -05002824msgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
2825msgstr "Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002826
Philipp Thomas3e914b52011-01-24 15:03:41 -05002827#: e2fsck/unix.c:1245
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002828#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002829msgid "unable to set superblock flags on %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002830msgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002831
Philipp Thomas3e914b52011-01-24 15:03:41 -05002832#: e2fsck/unix.c:1251
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002833#, c-format
2834msgid "while recovering ext3 journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002835msgstr "bei der Wiederherstellung des ext3-Journals von %s"
2836
Philipp Thomas3e914b52011-01-24 15:03:41 -05002837#: e2fsck/unix.c:1276
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002838#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05002839msgid "%s has unsupported feature(s):"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002840msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002841
Philipp Thomas3e914b52011-01-24 15:03:41 -05002842#: e2fsck/unix.c:1292
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002843msgid "Warning: compression support is experimental.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002844msgstr "Warnung: Die Kompressionsunterstützung ist experimentell.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002845
Philipp Thomas3e914b52011-01-24 15:03:41 -05002846#: e2fsck/unix.c:1297
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002847#, c-format
2848msgid ""
2849"E2fsck not compiled with HTREE support,\n"
2850"\tbut filesystem %s has HTREE directories.\n"
2851msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002852"Die Unterstützung für HTREE wurde in e2fsck nicht aktiviert,\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002853"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
2854
Philipp Thomas3e914b52011-01-24 15:03:41 -05002855#: e2fsck/unix.c:1350
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002856msgid "while reading bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002857msgstr "beim Lesen des Bad-Block-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002858
Philipp Thomas3e914b52011-01-24 15:03:41 -05002859#: e2fsck/unix.c:1352
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002860#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002861msgid "This doesn't bode well, but we'll try to go on...\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002862msgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002863
Philipp Thomas3e914b52011-01-24 15:03:41 -05002864#: e2fsck/unix.c:1378
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002865msgid "Couldn't determine journal size"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002866msgstr "Konnte die Größe des Dateisystems nicht ermitteln"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002867
Philipp Thomas3e914b52011-01-24 15:03:41 -05002868#: e2fsck/unix.c:1381
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002869#, c-format
2870msgid "Creating journal (%d blocks): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002871msgstr "Erstelle Journal (%d Blöcke): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002872
Philipp Thomas3e914b52011-01-24 15:03:41 -05002873#: e2fsck/unix.c:1388 misc/mke2fs.c:2344
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002874msgid ""
2875"\n"
2876"\twhile trying to create journal"
2877msgstr ""
2878"\n"
2879"\tbeim Erstellen des Journals"
2880
Philipp Thomas3e914b52011-01-24 15:03:41 -05002881#: e2fsck/unix.c:1391
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002882#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002883msgid " Done.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002884msgstr " Erledigt.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002885
Philipp Thomas3e914b52011-01-24 15:03:41 -05002886#: e2fsck/unix.c:1392
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002887#, c-format
2888msgid ""
2889"\n"
2890"*** journal has been re-created - filesystem is now ext3 again ***\n"
2891msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002892"\n"
2893"*** Journal wurde wiederhergestellt - Dateisystem ist nun wieder ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002894
Philipp Thomas3e914b52011-01-24 15:03:41 -05002895#: e2fsck/unix.c:1399
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002896#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002897msgid "Restarting e2fsck from the beginning...\n"
2898msgstr "Beginne e2fsck neu ...\n"
2899
Philipp Thomas3e914b52011-01-24 15:03:41 -05002900#: e2fsck/unix.c:1403
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002901msgid "while resetting context"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002902msgstr "beim Rücksetzen des Kontexts"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002903
Philipp Thomas3e914b52011-01-24 15:03:41 -05002904#: e2fsck/unix.c:1410
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002905#, c-format
2906msgid "%s: e2fsck canceled.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002907msgstr "%s: e2fsck abgebrochhen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002908
Philipp Thomas3e914b52011-01-24 15:03:41 -05002909#: e2fsck/unix.c:1415
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002910msgid "aborted"
2911msgstr "abgebrochen"
2912
Philipp Thomas3e914b52011-01-24 15:03:41 -05002913#: e2fsck/unix.c:1427
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002914#, c-format
2915msgid ""
2916"\n"
2917"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2918msgstr ""
2919"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002920"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002921
Philipp Thomas3e914b52011-01-24 15:03:41 -05002922#: e2fsck/unix.c:1430
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002923#, c-format
2924msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002925msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002926
Philipp Thomas3e914b52011-01-24 15:03:41 -05002927#: e2fsck/unix.c:1438
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002928#, c-format
2929msgid ""
2930"\n"
2931"%s: ********** WARNING: Filesystem still has errors **********\n"
2932"\n"
2933msgstr ""
2934"\n"
2935"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
2936"\n"
2937
Philipp Thomas3e914b52011-01-24 15:03:41 -05002938#: e2fsck/unix.c:1478
Philipp Thomas720e6362008-06-21 14:06:00 -04002939msgid "while setting block group checksum info"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002940msgstr "beim Setzen der Blockgruppen-Prüfsummeninfo"
Philipp Thomas720e6362008-06-21 14:06:00 -04002941
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002942#: e2fsck/util.c:138 misc/util.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002943msgid "yY"
Makoto Dei748cc432008-04-21 16:49:48 +09002944msgstr "jJ"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002945
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002946#: e2fsck/util.c:139
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002947msgid "nN"
2948msgstr "nN"
2949
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002950#: e2fsck/util.c:153
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002951msgid "<y>"
2952msgstr "<j>"
2953
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002954#: e2fsck/util.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002955msgid "<n>"
2956msgstr "<n>"
2957
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002958#: e2fsck/util.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002959msgid " (y/n)"
2960msgstr " (j/n)"
2961
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002962#: e2fsck/util.c:172
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002963msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002964msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002965
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002966#: e2fsck/util.c:187
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002967msgid "yes\n"
2968msgstr "ja\n"
2969
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002970#: e2fsck/util.c:189
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002971msgid "no\n"
2972msgstr "nein\n"
2973
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002974#: e2fsck/util.c:199
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002975#, c-format
2976msgid ""
2977"%s? no\n"
2978"\n"
2979msgstr ""
2980"%s? nein\n"
2981"\n"
2982
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002983#: e2fsck/util.c:203
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002984#, c-format
2985msgid ""
2986"%s? yes\n"
2987"\n"
2988msgstr ""
2989"%s? ja\n"
2990"\n"
2991
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002992#: e2fsck/util.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002993msgid "yes"
2994msgstr "ja"
2995
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002996#: e2fsck/util.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002997msgid "no"
2998msgstr "nein"
2999
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003000#: e2fsck/util.c:221
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003001#, c-format
3002msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003003msgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003004
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003005#: e2fsck/util.c:226
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003006msgid "reading inode and block bitmaps"
3007msgstr "lese Inode und Block bitmaps"
3008
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003009#: e2fsck/util.c:231
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003010#, c-format
3011msgid "while retrying to read bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003012msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003013
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003014#: e2fsck/util.c:243
Philipp Thomas40771272008-09-07 22:55:25 -04003015msgid "writing block and inode bitmaps"
3016msgstr "Schreibe Block- und Inode-Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003017
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003018#: e2fsck/util.c:248
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003019#, c-format
Philipp Thomas40771272008-09-07 22:55:25 -04003020msgid "while rewriting block and inode bitmaps for %s"
Philipp Thomas3e914b52011-01-24 15:03:41 -05003021msgstr "während des wiederholten Versuches, Block- und Inode-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003022
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003023#: e2fsck/util.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003024#, c-format
3025msgid ""
3026"\n"
3027"\n"
3028"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3029"\t(i.e., without -a or -p options)\n"
3030msgstr ""
3031"\n"
3032"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003033"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003034"\t(d.h. ohne -a oder -p Option)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003035
Philipp Thomas77c871a2010-04-19 16:59:02 -04003036#: e2fsck/util.c:341
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003037#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003038msgid "Memory used: %luk/%luk (%luk/%luk), "
3039msgstr "Benutzter Speicher: %luk/%luk (%luk/%luk), "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003040
Philipp Thomas77c871a2010-04-19 16:59:02 -04003041#: e2fsck/util.c:345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003042#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003043msgid "Memory used: %lu, "
3044msgstr "Benutzter Speicher: %lu, "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003045
Philipp Thomas77c871a2010-04-19 16:59:02 -04003046#: e2fsck/util.c:352
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003047#, c-format
3048msgid "time: %5.2f/%5.2f/%5.2f\n"
3049msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
3050
Philipp Thomas77c871a2010-04-19 16:59:02 -04003051#: e2fsck/util.c:357
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003052#, c-format
3053msgid "elapsed time: %6.3f\n"
3054msgstr "abgelaufende Zeit: %6.3f\n"
3055
Philipp Thomas77c871a2010-04-19 16:59:02 -04003056#: e2fsck/util.c:391 e2fsck/util.c:405
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003057#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003058msgid "while reading inode %lu in %s"
3059msgstr "beim Lesen von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003060
Philipp Thomas77c871a2010-04-19 16:59:02 -04003061#: e2fsck/util.c:419 e2fsck/util.c:432
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003062#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003063msgid "while writing inode %lu in %s"
3064msgstr "beim Schreiben von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003065
Philipp Thomas77c871a2010-04-19 16:59:02 -04003066#: e2fsck/util.c:581
Philipp Thomas720e6362008-06-21 14:06:00 -04003067msgid "while allocating zeroizing buffer"
3068msgstr "beim reservieren eines Puffers zum Nullen"
3069
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003070#: misc/badblocks.c:66
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003071msgid "done \n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003072msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003073
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003074#: misc/badblocks.c:89
Philipp Thomas68801282008-07-17 11:47:00 -04003075#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003076msgid ""
3077"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05003078" [-c blocks_at_once] [-d delay_factor_between_reads] [-e max_bad_blocks]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003079" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3080" device [last_block [first_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003081msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003082"Aufruf: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05003083" [-c Blöcke_auf_einmal] [-d Verzögerungsfaktor_zwischen_Lesedurchgängen]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003084" [-e maximale_Bad_Blocks] [-p Anzahl_Durchgänge]\n"
3085" [-t Testmuster [-t Testmuster [...]]]\n"
3086" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003087
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003088#: misc/badblocks.c:100
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003089#, c-format
3090msgid ""
3091"%s: The -n and -w options are mutually exclusive.\n"
3092"\n"
3093msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003094"%s: Die Optionen -n und -w schliessen sich gegenseitig aus.\n"
3095"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003096
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003097#: misc/badblocks.c:202
3098#, c-format
3099msgid "%6.2f%% done, %s elapsed"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003100msgstr "%6.2f%% erledigt, %s verstrichen"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003101
Philipp Thomas3e914b52011-01-24 15:03:41 -05003102#: misc/badblocks.c:296
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003103msgid "Testing with random pattern: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003104msgstr "Teste mit zufälligen Mustern: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003105
Philipp Thomas3e914b52011-01-24 15:03:41 -05003106#: misc/badblocks.c:314
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003107msgid "Testing with pattern 0x"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003108msgstr "Teste mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003109
Philipp Thomas3e914b52011-01-24 15:03:41 -05003110#: misc/badblocks.c:342 misc/badblocks.c:411
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003111msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003112msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003113
Philipp Thomas3e914b52011-01-24 15:03:41 -05003114#: misc/badblocks.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003115#, c-format
3116msgid "Weird value (%ld) in do_read\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003117msgstr "Merkwürdiger Wert (%ld) in do_read\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003118
Philipp Thomas3e914b52011-01-24 15:03:41 -05003119#: misc/badblocks.c:431
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003120msgid "during ext2fs_sync_device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003121msgstr "während ext2fs_sync_device"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003122
Philipp Thomas3e914b52011-01-24 15:03:41 -05003123#: misc/badblocks.c:450 misc/badblocks.c:714
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003124msgid "while beginning bad block list iteration"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003125msgstr "beim Beginn des »Bad Block«-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003126
Philipp Thomas3e914b52011-01-24 15:03:41 -05003127#: misc/badblocks.c:464 misc/badblocks.c:566 misc/badblocks.c:724
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003128msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003129msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003130
Philipp Thomas3e914b52011-01-24 15:03:41 -05003131#: misc/badblocks.c:468
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003132#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003133msgid "Checking blocks %lu to %lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003134msgstr "Prüfe von Block %lu bis %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003135
Philipp Thomas3e914b52011-01-24 15:03:41 -05003136#: misc/badblocks.c:473
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003137msgid "Checking for bad blocks in read-only mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003138msgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003139
Philipp Thomas3e914b52011-01-24 15:03:41 -05003140#: misc/badblocks.c:482
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003141msgid "Checking for bad blocks (read-only test): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003142msgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003143
Philipp Thomas3e914b52011-01-24 15:03:41 -05003144#: misc/badblocks.c:490 misc/badblocks.c:598 misc/badblocks.c:643
3145#: misc/badblocks.c:787
Philipp Thomas720e6362008-06-21 14:06:00 -04003146msgid "Too many bad blocks, aborting test\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003147msgstr "Zu viele defekte Blöcke - Test wird abgebrochen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003148
Philipp Thomas3e914b52011-01-24 15:03:41 -05003149#: misc/badblocks.c:573
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003150msgid "Checking for bad blocks in read-write mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003151msgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003152
Philipp Thomas3e914b52011-01-24 15:03:41 -05003153#: misc/badblocks.c:575 misc/badblocks.c:737
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003154#, c-format
3155msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003156msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003157
Philipp Thomas3e914b52011-01-24 15:03:41 -05003158#: misc/badblocks.c:633
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003159msgid "Reading and comparing: "
3160msgstr "Lesen und Vergleichen:"
3161
Philipp Thomas3e914b52011-01-24 15:03:41 -05003162#: misc/badblocks.c:736
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003163msgid "Checking for bad blocks in non-destructive read-write mode\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05003164msgstr "Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003165
Philipp Thomas3e914b52011-01-24 15:03:41 -05003166#: misc/badblocks.c:742
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003167msgid "Checking for bad blocks (non-destructive read-write test)\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05003168msgstr "Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003169
Philipp Thomas3e914b52011-01-24 15:03:41 -05003170#: misc/badblocks.c:749
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003171msgid ""
3172"\n"
3173"Interrupt caught, cleaning up\n"
3174msgstr ""
3175"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003176"Unterbrochen, räume auf\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003177
Philipp Thomas3e914b52011-01-24 15:03:41 -05003178#: misc/badblocks.c:825
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003179#, c-format
3180msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003181msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003182
Philipp Thomas3e914b52011-01-24 15:03:41 -05003183#: misc/badblocks.c:936 misc/util.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003184#, c-format
3185msgid "%s is mounted; "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003186msgstr "%s ist eingehängt; "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003187
Philipp Thomas3e914b52011-01-24 15:03:41 -05003188#: misc/badblocks.c:938
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003189msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05003190msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003191
Philipp Thomas3e914b52011-01-24 15:03:41 -05003192#: misc/badblocks.c:943
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003193msgid "it's not safe to run badblocks!\n"
3194msgstr "es ist zu unsicher, Badblocks zu starten!\n"
3195
Philipp Thomas3e914b52011-01-24 15:03:41 -05003196#: misc/badblocks.c:948 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003197#, c-format
3198msgid "%s is apparently in use by the system; "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003199msgstr "%s wird offensichtlich vom System genutzt; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003200
Philipp Thomas3e914b52011-01-24 15:03:41 -05003201#: misc/badblocks.c:951
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003202msgid "badblocks forced anyway.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05003203msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003204
Philipp Thomas3e914b52011-01-24 15:03:41 -05003205#: misc/badblocks.c:971
Philipp Thomas68801282008-07-17 11:47:00 -04003206#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003207msgid "invalid %s - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003208msgstr "ungültige %s - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04003209
Philipp Thomas3e914b52011-01-24 15:03:41 -05003210#: misc/badblocks.c:1080
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003211#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003212msgid "can't allocate memory for test_pattern - %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003213msgstr "Kann keinen Speicher für Testmuster reservieren - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003214
Philipp Thomas3e914b52011-01-24 15:03:41 -05003215#: misc/badblocks.c:1107
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003216msgid "Maximum of one test_pattern may be specified in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003217msgstr "Es darf im Nur-Lesen-Modus nur ein Testmuster angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003218
Philipp Thomas3e914b52011-01-24 15:03:41 -05003219#: misc/badblocks.c:1113
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003220msgid "Random test_pattern is not allowed in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003221msgstr "Zufälliges Testmuster ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003222
Philipp Thomas3e914b52011-01-24 15:03:41 -05003223#: misc/badblocks.c:1127
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003224msgid ""
3225"Couldn't determine device size; you must specify\n"
3226"the size manually\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05003227msgstr "Größe des Gerätes ist nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003228
Philipp Thomas3e914b52011-01-24 15:03:41 -05003229#: misc/badblocks.c:1133
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003230msgid "while trying to determine device size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003231msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003232
Philipp Thomas3e914b52011-01-24 15:03:41 -05003233#: misc/badblocks.c:1138
Philipp Thomas68801282008-07-17 11:47:00 -04003234msgid "last block"
3235msgstr "letzter Block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003236
Philipp Thomas3e914b52011-01-24 15:03:41 -05003237#: misc/badblocks.c:1144
Philipp Thomas68801282008-07-17 11:47:00 -04003238msgid "first block"
3239msgstr "erster Block"
3240
Philipp Thomas3e914b52011-01-24 15:03:41 -05003241#: misc/badblocks.c:1147
Philipp Thomas68801282008-07-17 11:47:00 -04003242#, c-format
3243msgid "invalid starting block (%lu): must be less than %lu"
3244msgstr "Ungültiger Startblock (%lu): er muss kleiner als %lu sein"
3245
Philipp Thomas3e914b52011-01-24 15:03:41 -05003246#: misc/badblocks.c:1203
Theodore Ts'o197abba2005-06-20 18:00:23 -04003247msgid "while creating in-memory bad blocks list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003248msgstr "erstelle Bad-Block-Liste im Speicher"
3249
Philipp Thomas3e914b52011-01-24 15:03:41 -05003250#: misc/badblocks.c:1218
Theodore Ts'o197abba2005-06-20 18:00:23 -04003251msgid "while adding to in-memory bad block list"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003252msgstr "füge zur Bad-Block-Liste im Speicher hinzu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003253
Philipp Thomas3e914b52011-01-24 15:03:41 -05003254#: misc/badblocks.c:1242
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003255#, c-format
3256msgid "Pass completed, %u bad blocks found.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003257msgstr "Durchgang beendet, %u defekte Blöcke gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003258
Philipp Thomas720e6362008-06-21 14:06:00 -04003259#: misc/chattr.c:85
Philipp Thomas68801282008-07-17 11:47:00 -04003260#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003261msgid "Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n"
3262msgstr "Aufruf: %s [-RVf] [-+=AacDdeijsSu] [-v Version] Dateien...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003263
Philipp Thomas77c871a2010-04-19 16:59:02 -04003264#: misc/chattr.c:153
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003265#, c-format
3266msgid "bad version - %s\n"
3267msgstr "falsche Version - %s\n"
3268
Philipp Thomas77c871a2010-04-19 16:59:02 -04003269#: misc/chattr.c:200 misc/lsattr.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003270#, c-format
3271msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003272msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003273
Philipp Thomas77c871a2010-04-19 16:59:02 -04003274#: misc/chattr.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003275#, c-format
3276msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003277msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003278
Philipp Thomas77c871a2010-04-19 16:59:02 -04003279#: misc/chattr.c:216 misc/chattr.c:235
3280#, c-format
3281msgid "Clearing extent flag not supported on %s"
3282msgstr ""
3283"Das Zurücksetzen des Kennzeichens für »Erweiterung« wird auf %s\n"
3284"\tnicht unterstützt"
3285
3286#: misc/chattr.c:221 misc/chattr.c:240
3287#, c-format
3288msgid "Flags of %s set as "
3289msgstr "Flags von %s wie folgt gesetzt: "
3290
3291#: misc/chattr.c:249
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003292#, c-format
3293msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003294msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003295
Philipp Thomas77c871a2010-04-19 16:59:02 -04003296#: misc/chattr.c:257
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003297#, c-format
3298msgid "Version of %s set as %lu\n"
3299msgstr "Version von %s gesetzt auf %lu\n"
3300
Philipp Thomas77c871a2010-04-19 16:59:02 -04003301#: misc/chattr.c:261
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003302#, c-format
3303msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003304msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003305
Philipp Thomas77c871a2010-04-19 16:59:02 -04003306#: misc/chattr.c:281
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003307#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003308msgid "Couldn't allocate path variable in chattr_dir_proc"
3309msgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
3310
Philipp Thomas77c871a2010-04-19 16:59:02 -04003311#: misc/chattr.c:320
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003312msgid "= is incompatible with - and +\n"
3313msgstr "= ist inkompatibel mit - und +\n"
3314
Philipp Thomas77c871a2010-04-19 16:59:02 -04003315#: misc/chattr.c:328
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003316msgid "Must use '-v', =, - or +\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003317msgstr "Benutze »-v«, =, - oder +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003318
Theodore Ts'o6956f612005-12-31 16:46:15 -05003319#: misc/dumpe2fs.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003320#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003321msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05003322msgstr "Aufruf: %s [-bfhixV] [-o superblock=<Nummer>] [-o blocksize=<Nummer>] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003323
Philipp Thomas3e914b52011-01-24 15:03:41 -05003324#: misc/dumpe2fs.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003325#, c-format
3326msgid "Group %lu: (Blocks "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003327msgstr "Gruppe %lu: (Blöcke "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003328
Philipp Thomas3e914b52011-01-24 15:03:41 -05003329#: misc/dumpe2fs.c:187
Philipp Thomas720e6362008-06-21 14:06:00 -04003330#, c-format
3331msgid " Checksum 0x%04x, unused inodes %d\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003332msgstr " Prüfsumme 0x%04x, %d ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003333
Philipp Thomas3e914b52011-01-24 15:03:41 -05003334#: misc/dumpe2fs.c:192
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003335#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003336msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003337msgstr " %s Superblock in "
3338
Philipp Thomas3e914b52011-01-24 15:03:41 -05003339#: misc/dumpe2fs.c:193
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003340msgid "Primary"
3341msgstr "Primary"
3342
Philipp Thomas3e914b52011-01-24 15:03:41 -05003343#: misc/dumpe2fs.c:193
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003344msgid "Backup"
3345msgstr "Backup"
3346
Philipp Thomas3e914b52011-01-24 15:03:41 -05003347#: misc/dumpe2fs.c:197
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003348#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003349msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003350msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003351
Philipp Thomas3e914b52011-01-24 15:03:41 -05003352#: misc/dumpe2fs.c:201
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003353#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003354msgid ""
3355"\n"
3356" Reserved GDT blocks at "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003357msgstr ""
3358"\n"
3359" reservierte GDT Blöcke bei "
Theodore Ts'obc759702005-05-09 20:40:55 -04003360
Philipp Thomas3e914b52011-01-24 15:03:41 -05003361#: misc/dumpe2fs.c:208
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003362#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003363msgid " Group descriptor at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003364msgstr ", Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003365
Philipp Thomas3e914b52011-01-24 15:03:41 -05003366#: misc/dumpe2fs.c:214
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003367msgid " Block bitmap at "
3368msgstr " Block bitmap in "
3369
Philipp Thomas3e914b52011-01-24 15:03:41 -05003370#: misc/dumpe2fs.c:219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003371msgid ", Inode bitmap at "
3372msgstr ", Inode Bitmap in "
3373
Philipp Thomas3e914b52011-01-24 15:03:41 -05003374#: misc/dumpe2fs.c:224
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003375msgid ""
3376"\n"
3377" Inode table at "
3378msgstr ""
3379"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003380" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003381
Philipp Thomas3e914b52011-01-24 15:03:41 -05003382#: misc/dumpe2fs.c:231
Philipp Thomas68801282008-07-17 11:47:00 -04003383#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003384msgid ""
3385"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003386" %u free blocks, %u free inodes, %u directories%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003387msgstr ""
3388"\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003389" %u freie Blöcke, %u freie Inodes, %u Verzeichnisse%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003390
Philipp Thomas3e914b52011-01-24 15:03:41 -05003391#: misc/dumpe2fs.c:238
Philipp Thomas720e6362008-06-21 14:06:00 -04003392#, c-format
3393msgid ", %u unused inodes\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003394msgstr ", %u ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003395
Philipp Thomas3e914b52011-01-24 15:03:41 -05003396#: misc/dumpe2fs.c:241
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003397msgid " Free blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003398msgstr " Freie Blöcke: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003399
Philipp Thomas3e914b52011-01-24 15:03:41 -05003400#: misc/dumpe2fs.c:251
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003401msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003402msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003403
Philipp Thomas3e914b52011-01-24 15:03:41 -05003404#: misc/dumpe2fs.c:282
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003405msgid "while printing bad block list"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003406msgstr "beim Ausgeben der »Bad Block«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003407
Philipp Thomas3e914b52011-01-24 15:03:41 -05003408#: misc/dumpe2fs.c:288
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003409#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003410msgid "Bad blocks: %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003411msgstr "Bad Blocks: %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003412
Philipp Thomas3e914b52011-01-24 15:03:41 -05003413#: misc/dumpe2fs.c:315 misc/tune2fs.c:281
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003414msgid "while reading journal inode"
3415msgstr "beim Lesen des Journal-Inodes"
3416
Philipp Thomas3e914b52011-01-24 15:03:41 -05003417#: misc/dumpe2fs.c:321
Philipp Thomas77c871a2010-04-19 16:59:02 -04003418msgid "while opening journal inode"
3419msgstr "beim Lesen des Journal-Inodes"
3420
Philipp Thomas3e914b52011-01-24 15:03:41 -05003421#: misc/dumpe2fs.c:327
Philipp Thomas77c871a2010-04-19 16:59:02 -04003422msgid "while reading journal super block"
3423msgstr "beim Lesen des Journal-Superblocks"
3424
Philipp Thomas3e914b52011-01-24 15:03:41 -05003425#: misc/dumpe2fs.c:337
Philipp Thomas77c871a2010-04-19 16:59:02 -04003426#, c-format
3427msgid "Journal features: "
3428msgstr "Jounaleigenschaften: "
3429
Philipp Thomas3e914b52011-01-24 15:03:41 -05003430#: misc/dumpe2fs.c:350
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003431msgid "Journal size: "
Philipp Thomas9564ee52008-08-22 03:22:50 -04003432msgstr "Journalgrösse: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003433
Philipp Thomas3e914b52011-01-24 15:03:41 -05003434#: misc/dumpe2fs.c:361
Philipp Thomas77c871a2010-04-19 16:59:02 -04003435#, c-format
3436msgid ""
3437"Journal length: %u\n"
3438"Journal sequence: 0x%08x\n"
3439"Journal start: %u\n"
3440msgstr ""
3441"Journal-Länge: %u\n"
3442"Journal-Sequenz: 0x%08x\n"
3443"Journal-Start: %u\n"
3444
Philipp Thomas3e914b52011-01-24 15:03:41 -05003445#: misc/dumpe2fs.c:380 misc/tune2fs.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003446msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003447msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003448
Philipp Thomas3e914b52011-01-24 15:03:41 -05003449#: misc/dumpe2fs.c:388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003450msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003451msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003452
Philipp Thomas3e914b52011-01-24 15:03:41 -05003453#: misc/dumpe2fs.c:392
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003454#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003455msgid ""
3456"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003457"Journal block size: %u\n"
3458"Journal length: %u\n"
3459"Journal first block: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003460"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003461"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003462"Journal number of users: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003463msgstr ""
3464"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003465"Journal Blockgröße: %u\n"
3466"Journal Länge: %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003467"Journal Startblock: %u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003468"Journal Sequenz: 0x%08x\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003469"Journal Start: %u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003470"Journal Anzahl Nutzer: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003471
Philipp Thomas3e914b52011-01-24 15:03:41 -05003472#: misc/dumpe2fs.c:405
Theodore Ts'o197abba2005-06-20 18:00:23 -04003473#, c-format
3474msgid "Journal users: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003475msgstr "Jounalnutzer: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003476
Philipp Thomas3e914b52011-01-24 15:03:41 -05003477#: misc/dumpe2fs.c:421 misc/mke2fs.c:700 misc/tune2fs.c:910
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003478#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003479msgid "Couldn't allocate memory to parse options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003480msgstr "Speicher zum Parsen der Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003481
Philipp Thomas3e914b52011-01-24 15:03:41 -05003482#: misc/dumpe2fs.c:447
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003483#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003484msgid "Invalid superblock parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003485msgstr "Ungültiger Superblock-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003486
Philipp Thomas3e914b52011-01-24 15:03:41 -05003487#: misc/dumpe2fs.c:462
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003488#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003489msgid "Invalid blocksize parameter: %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003490msgstr "Ungültiger Blockgrössen-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003491
Philipp Thomas3e914b52011-01-24 15:03:41 -05003492#: misc/dumpe2fs.c:473
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003493#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003494msgid ""
3495"\n"
3496"Bad extended option(s) specified: %s\n"
3497"\n"
3498"Extended options are separated by commas, and may take an argument which\n"
3499"\tis set off by an equals ('=') sign.\n"
3500"\n"
3501"Valid extended options are:\n"
3502"\tsuperblock=<superblock number>\n"
3503"\tblocksize=<blocksize>\n"
3504msgstr ""
3505"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003506"Falsche erweiterte Optionen angegeben: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003507"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003508"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
3509"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003510"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003511"Gültige erweiterte Optionen sind:\n"
3512"\tsuperblock=<Nummer des Spuperblocks>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003513"\tblocksize=<Blockgrösse>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003514"\n"
3515
Philipp Thomas3e914b52011-01-24 15:03:41 -05003516#: misc/dumpe2fs.c:532 misc/mke2fs.c:1462
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003517#, c-format
3518msgid "\tUsing %s\n"
3519msgstr "\tBenutze %s\n"
3520
Philipp Thomas3e914b52011-01-24 15:03:41 -05003521#: misc/dumpe2fs.c:568 misc/e2image.c:681 misc/tune2fs.c:1626
Philipp Thomas77c871a2010-04-19 16:59:02 -04003522#: resize/main.c:312
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003523#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003524msgid "Couldn't find valid filesystem superblock.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003525msgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003526
Philipp Thomas3e914b52011-01-24 15:03:41 -05003527#: misc/dumpe2fs.c:593
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003528#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003529msgid ""
3530"\n"
3531"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003532msgstr ""
3533"\n"
3534"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003535
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003536#: misc/e2image.c:52
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003537#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003538msgid "Usage: %s [-rsI] device image_file\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003539msgstr "Aufruf: %s [-r] Gerätedatei\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003540
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003541#: misc/e2image.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003542msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003543msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003544
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003545#: misc/e2image.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003546#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003547msgid "short write (only %d bytes) for writing image header"
3548msgstr "short write (only %d bytes) for writing image header"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003549
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003550#: misc/e2image.c:102
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003551msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003552msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003553
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003554#: misc/e2image.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003555msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003556msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003557
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003558#: misc/e2image.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003559msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003560msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003561
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003562#: misc/e2image.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003563msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003564msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003565
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003566#: misc/e2label.c:57
3567#, c-format
3568msgid "e2label: cannot open %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003569msgstr "e2label: Kann %s nicht öffnen.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003570
3571#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003572#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003573msgid "e2label: cannot seek to superblock\n"
3574msgstr "e2label: cannot seek to superblock\n"
3575
3576#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003577#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003578msgid "e2label: error reading superblock\n"
3579msgstr "e2label: Lesefehler im Superblock\n"
3580
3581#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003582#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003583msgid "e2label: not an ext2 filesystem\n"
3584msgstr "e2label: Kein ext2 Dateisystem\n"
3585
Philipp Thomas3e914b52011-01-24 15:03:41 -05003586#: misc/e2label.c:96 misc/tune2fs.c:1761
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003587#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003588msgid "Warning: label too long, truncating.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003589msgstr "Warnung: Name zu lang, kürze ihn.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003590
3591#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003592#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003593msgid "e2label: cannot seek to superblock again\n"
3594msgstr "e2label: cannot seek to superblock again\n"
3595
3596#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003597#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003598msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003599msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003600
Philipp Thomas3e914b52011-01-24 15:03:41 -05003601#: misc/e2label.c:116 misc/tune2fs.c:580
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003602#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003603msgid "Usage: e2label device [newlabel]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003604msgstr "Aufruf: e2label Gerät [neuer_Name]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003605
Philipp Thomas40771272008-09-07 22:55:25 -04003606#: misc/e2undo.c:35
Philipp Thomas720e6362008-06-21 14:06:00 -04003607#, c-format
3608msgid "Usage: %s <transaction file> <filesystem>\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003609msgstr "Aufruf: %s <Transaktionsdatei> <Dateisystem>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003610
Philipp Thomas40771272008-09-07 22:55:25 -04003611#: misc/e2undo.c:52
Philipp Thomas720e6362008-06-21 14:06:00 -04003612msgid "Failed to read the file system data \n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003613msgstr "Die Dateisystemdaten konnten nicht gelesenb werden \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003614
Philipp Thomas77c871a2010-04-19 16:59:02 -04003615#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:205
Philipp Thomas720e6362008-06-21 14:06:00 -04003616#, c-format
3617msgid "Failed tdb_fetch %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003618msgstr "tdb_fetch von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003619
Philipp Thomas40771272008-09-07 22:55:25 -04003620#: misc/e2undo.c:70
Philipp Thomas720e6362008-06-21 14:06:00 -04003621#, c-format
3622msgid "The file system Mount time didn't match %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003623msgstr "Die Zeit des letzten Einhängens des Dateisystems war nicht %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003624
Philipp Thomas40771272008-09-07 22:55:25 -04003625#: misc/e2undo.c:89
Philipp Thomas720e6362008-06-21 14:06:00 -04003626msgid "The file system UUID didn't match \n"
Philipp Thomas68801282008-07-17 11:47:00 -04003627msgstr "Die UUID des Dateisystems stimmte nicht überein \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003628
Philipp Thomas77c871a2010-04-19 16:59:02 -04003629#: misc/e2undo.c:162
Philipp Thomas68801282008-07-17 11:47:00 -04003630#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003631msgid "Failed tdb_open %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003632msgstr "tdb_open von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003633
Philipp Thomas77c871a2010-04-19 16:59:02 -04003634#: misc/e2undo.c:168
Philipp Thomas68801282008-07-17 11:47:00 -04003635#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003636msgid "Error while determining whether %s is mounted.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003637msgstr "Fehler beim Überprüfen, ob %s eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003638
Philipp Thomas77c871a2010-04-19 16:59:02 -04003639#: misc/e2undo.c:174
Philipp Thomas40771272008-09-07 22:55:25 -04003640msgid "e2undo should only be run on unmounted file system\n"
3641msgstr "e2undo sollte nur auf nicht-eingehängten Dateisystemen laufen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003642
Philipp Thomas77c871a2010-04-19 16:59:02 -04003643#: misc/e2undo.c:183
Philipp Thomas68801282008-07-17 11:47:00 -04003644#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003645msgid "Failed to open %s\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003646msgstr "%s konnte nicht geöffnet werden\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003647
Philipp Thomas77c871a2010-04-19 16:59:02 -04003648#: misc/e2undo.c:209
Philipp Thomas720e6362008-06-21 14:06:00 -04003649#, c-format
Philipp Thomas68801282008-07-17 11:47:00 -04003650msgid "Replayed transaction of size %zd at location %ld\n"
3651msgstr "Zurückgespielte Transaktion der Größe %zd an Position %ld\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003652
Philipp Thomas77c871a2010-04-19 16:59:02 -04003653#: misc/e2undo.c:215
Philipp Thomas720e6362008-06-21 14:06:00 -04003654#, c-format
3655msgid "Failed write %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003656msgstr "Gescheitertes Schreiben von %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003657
Philipp Thomas77c871a2010-04-19 16:59:02 -04003658#: misc/fsck.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003659#, c-format
3660msgid "WARNING: couldn't open %s: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003661msgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003662
Philipp Thomas77c871a2010-04-19 16:59:02 -04003663#: misc/fsck.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003664#, c-format
3665msgid "WARNING: bad format on line %d of %s\n"
3666msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
3667
Philipp Thomas77c871a2010-04-19 16:59:02 -04003668#: misc/fsck.c:368
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003669msgid ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003670"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003671"\tfield. I will kludge around things for you, but you\n"
3672"\tshould fix your /etc/fstab file as soon as you can.\n"
3673"\n"
3674msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003675"\a\a\aWARNUNG: Ihre /etc/fstab enthält kein »fsck passno«\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003676"\tFeld. Ich werde dieses ignorieren, aber Sie\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003677"\tsollten ihre /etc/fstab so schnell wie möglich korrigieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003678"\n"
3679
Philipp Thomas77c871a2010-04-19 16:59:02 -04003680#: misc/fsck.c:477
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003681#, c-format
3682msgid "fsck: %s: not found\n"
3683msgstr "fsck: %s: nicht gefunden\n"
3684
Philipp Thomas77c871a2010-04-19 16:59:02 -04003685#: misc/fsck.c:593
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003686#, c-format
3687msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003688msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003689
Philipp Thomas77c871a2010-04-19 16:59:02 -04003690#: misc/fsck.c:615
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003691#, c-format
3692msgid "Warning... %s for device %s exited with signal %d.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003693msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003694
Philipp Thomas77c871a2010-04-19 16:59:02 -04003695#: misc/fsck.c:621
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003696#, c-format
3697msgid "%s %s: status is %x, should never happen.\n"
3698msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
3699
Philipp Thomas77c871a2010-04-19 16:59:02 -04003700#: misc/fsck.c:660
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003701#, c-format
3702msgid "Finished with %s (exit status %d)\n"
3703msgstr "Beendet mit %s (exit status %d)\n"
3704
Philipp Thomas77c871a2010-04-19 16:59:02 -04003705#: misc/fsck.c:720
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003706#, c-format
3707msgid "%s: Error %d while executing fsck.%s for %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003708msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003709
Philipp Thomas77c871a2010-04-19 16:59:02 -04003710#: misc/fsck.c:741
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003711msgid ""
3712"Either all or none of the filesystem types passed to -t must be prefixed\n"
3713"with 'no' or '!'.\n"
3714msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003715"Bei -t müssen entweder allen oder keinem Dateisystem ein »no« bzw. »!«\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003716"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003717
Philipp Thomas77c871a2010-04-19 16:59:02 -04003718#: misc/fsck.c:760
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003719msgid "Couldn't allocate memory for filesystem types\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003720msgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003721
Philipp Thomas77c871a2010-04-19 16:59:02 -04003722#: misc/fsck.c:883
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003723#, c-format
Philipp Thomas3e914b52011-01-24 15:03:41 -05003724msgid "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003725msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003726"%s: überspringe die ungültige Zeile in /etc/fstab: bind mount mit\n"
3727" Durchgangsnummer für fsck, die nicht Null ist\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003728
Philipp Thomas77c871a2010-04-19 16:59:02 -04003729#: misc/fsck.c:910
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003730#, c-format
3731msgid "fsck: cannot check %s: fsck.%s not found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003732msgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003733
Philipp Thomas77c871a2010-04-19 16:59:02 -04003734#: misc/fsck.c:966
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003735msgid "Checking all file systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003736msgstr "Überprüfe alle Dateisysteme.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003737
Philipp Thomas77c871a2010-04-19 16:59:02 -04003738#: misc/fsck.c:1057
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003739#, c-format
3740msgid "--waiting-- (pass %d)\n"
3741msgstr "--warten-- (Durchgang %d)\n"
3742
Philipp Thomas77c871a2010-04-19 16:59:02 -04003743#: misc/fsck.c:1077
Philipp Thomas3e914b52011-01-24 15:03:41 -05003744msgid "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3745msgstr "Aufruf: fsck [-AMNPRTV] [ -C [ fd ] ] [-t Datesystemtyp] [FS-Optionen] [Dateisystem...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003746
Philipp Thomas77c871a2010-04-19 16:59:02 -04003747#: misc/fsck.c:1119
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003748#, c-format
3749msgid "%s: too many devices\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003750msgstr "%s: zu viele Geräte\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003751
Philipp Thomas77c871a2010-04-19 16:59:02 -04003752#: misc/fsck.c:1152 misc/fsck.c:1238
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003753#, c-format
3754msgid "%s: too many arguments\n"
3755msgstr "%s: zu viele Argumente\n"
3756
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003757#: misc/lsattr.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003758#, c-format
3759msgid "Usage: %s [-RVadlv] [files...]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003760msgstr "Aufruf: %s [-RVadlv] [Dateien...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003761
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003762#: misc/lsattr.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003763#, c-format
3764msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003765msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003766
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003767#: misc/lsattr.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003768#, c-format
3769msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003770msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003771
Philipp Thomas77c871a2010-04-19 16:59:02 -04003772#: misc/mke2fs.c:108
3773#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003774msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003775"Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3776"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003777"\t[-G meta group size] [-N number-of-inodes]\n"
3778"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003779"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003780"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003781"\t[-T fs-type] [-U UUID] [-jnqvFKSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003782msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04003783"Aufruf: %s [-c|-l Dateiname] [-b Blockgröße] [-f Fragmentgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003784"\t[-i Bytes-pro-Inode] [-I Inodegrösse] [-J Journal-Optionen]\n"
3785"\t[-G Größe_der_Metagruppe] [-N Anzahl_der_Inodes]\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003786"\t[-m Reservierte-Blöcke-Prozent] [-o Erzeuger-OS]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003787"\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003788"\t[-M letztes-eingehängtes-Verzeichnis] [-O Eigenschaft[,...]]\n"
3789"\t[-r fs-Revision] [-E erweiterte-Option[,...]]\n"
3790"\t[-T Dateisystemtyp] [-jnqvFKSV] Gerät [Block-Anzahl]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003791
Philipp Thomas77c871a2010-04-19 16:59:02 -04003792#: misc/mke2fs.c:210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003793#, c-format
3794msgid "Running command: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003795msgstr "Führe aus: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003796
Philipp Thomas77c871a2010-04-19 16:59:02 -04003797#: misc/mke2fs.c:214
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003798#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003799msgid "while trying to run '%s'"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003800msgstr "während des Versuchs, »%s« auszuführen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003801
Philipp Thomas77c871a2010-04-19 16:59:02 -04003802#: misc/mke2fs.c:221
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003803msgid "while processing list of bad blocks from program"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003804msgstr "beim Auswerten der »Bad Block«-Liste vom Programm"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003805
Philipp Thomas77c871a2010-04-19 16:59:02 -04003806#: misc/mke2fs.c:248
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003807#, c-format
3808msgid "Block %d in primary superblock/group descriptor area bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003809msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003810
Philipp Thomas77c871a2010-04-19 16:59:02 -04003811#: misc/mke2fs.c:250
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003812#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003813msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003814msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003815"Die Blöcke %u bis einschließlich %u müssen in Ordung sein, um ein\n"
3816"\tDateisystem zu erstellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003817
Philipp Thomas77c871a2010-04-19 16:59:02 -04003818#: misc/mke2fs.c:253
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003819msgid "Aborting....\n"
3820msgstr "Breche ab...\n"
3821
Philipp Thomas77c871a2010-04-19 16:59:02 -04003822#: misc/mke2fs.c:273
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003823#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003824msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003825"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003826"\tbad blocks.\n"
3827"\n"
3828msgstr ""
Philipp Thomas3e914b52011-01-24 15:03:41 -05003829"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %u enthält\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003830"\tdefekte Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003831"\n"
3832
Philipp Thomas77c871a2010-04-19 16:59:02 -04003833#: misc/mke2fs.c:292
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003834msgid "while marking bad blocks as used"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003835msgstr "beim Markieren von defekten Blöcken als »belegt«"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003836
Philipp Thomas77c871a2010-04-19 16:59:02 -04003837#: misc/mke2fs.c:350
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003838msgid "done \n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003839msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003840
Philipp Thomas77c871a2010-04-19 16:59:02 -04003841#: misc/mke2fs.c:364
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003842msgid "Writing inode tables: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003843msgstr "Schreibe Inode-Tabellen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003844
Philipp Thomas3e914b52011-01-24 15:03:41 -05003845#: misc/mke2fs.c:388
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003846#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003847msgid ""
3848"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003849"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003850msgstr ""
3851"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003852"Konnte %d Blöcke nicht in Inoden-Tabelle schreiben, beginnend bei %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003853
Philipp Thomas3e914b52011-01-24 15:03:41 -05003854#: misc/mke2fs.c:412
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003855msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003856msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003857
Philipp Thomas3e914b52011-01-24 15:03:41 -05003858#: misc/mke2fs.c:419
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003859msgid "while reading root inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003860msgstr "beim Lesen des Root-Inode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003861
Philipp Thomas3e914b52011-01-24 15:03:41 -05003862#: misc/mke2fs.c:433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003863msgid "while setting root inode ownership"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003864msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003865
Philipp Thomas3e914b52011-01-24 15:03:41 -05003866#: misc/mke2fs.c:451
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003867msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003868msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003869
Philipp Thomas3e914b52011-01-24 15:03:41 -05003870#: misc/mke2fs.c:458
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003871msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003872msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003873
Philipp Thomas3e914b52011-01-24 15:03:41 -05003874#: misc/mke2fs.c:471
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003875msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003876msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003877
Philipp Thomas3e914b52011-01-24 15:03:41 -05003878#: misc/mke2fs.c:486
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003879msgid "while setting bad block inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003880msgstr "beim Setzen des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003881
Philipp Thomas3e914b52011-01-24 15:03:41 -05003882#: misc/mke2fs.c:513
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003883#, c-format
3884msgid "Out of memory erasing sectors %d-%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003885msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003886
Philipp Thomas3e914b52011-01-24 15:03:41 -05003887#: misc/mke2fs.c:523
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003888#, c-format
3889msgid "Warning: could not read block 0: %s\n"
3890msgstr "Warnung: konnte Block %s nicht lesen\n"
3891
Philipp Thomas3e914b52011-01-24 15:03:41 -05003892#: misc/mke2fs.c:539
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003893#, c-format
3894msgid "Warning: could not erase sector %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003895msgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003896
Philipp Thomas3e914b52011-01-24 15:03:41 -05003897#: misc/mke2fs.c:555
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003898msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003899msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003900
Philipp Thomas3e914b52011-01-24 15:03:41 -05003901#: misc/mke2fs.c:561
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003902msgid "Zeroing journal device: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003903msgstr "Überschreibe Journal-Device mit Nullen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003904
Philipp Thomas3e914b52011-01-24 15:03:41 -05003905#: misc/mke2fs.c:574
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003906#, c-format
3907msgid "while zeroing journal device (block %u, count %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003908msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %u, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003909
Philipp Thomas3e914b52011-01-24 15:03:41 -05003910#: misc/mke2fs.c:590
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003911msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003912msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003913
Philipp Thomas3e914b52011-01-24 15:03:41 -05003914#: misc/mke2fs.c:606
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003915#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003916msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003917"warning: %u blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003918"\n"
3919msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003920"Warnung: %u Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003921"\n"
3922
Philipp Thomas3e914b52011-01-24 15:03:41 -05003923#: misc/mke2fs.c:611
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003924#, c-format
3925msgid "Filesystem label=%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003926msgstr "Dateisystem-Label=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003927
Philipp Thomas3e914b52011-01-24 15:03:41 -05003928#: misc/mke2fs.c:612
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003929msgid "OS type: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003930msgstr "OS-Typ: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003931
Philipp Thomas3e914b52011-01-24 15:03:41 -05003932#: misc/mke2fs.c:617
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003933#, c-format
3934msgid "Block size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003935msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003936
Philipp Thomas3e914b52011-01-24 15:03:41 -05003937#: misc/mke2fs.c:619
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003938#, c-format
3939msgid "Fragment size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003940msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003941
Philipp Thomas3e914b52011-01-24 15:03:41 -05003942#: misc/mke2fs.c:621
Philipp Thomas77c871a2010-04-19 16:59:02 -04003943#, c-format
3944msgid "Stride=%u blocks, Stripe width=%u blocks\n"
3945msgstr "Stride=%u Blöcke, Stripebreite=%u Blöcke\n"
3946
Philipp Thomas3e914b52011-01-24 15:03:41 -05003947#: misc/mke2fs.c:623
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003948#, c-format
3949msgid "%u inodes, %u blocks\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003950msgstr "%u Inodes, %u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003951
Philipp Thomas3e914b52011-01-24 15:03:41 -05003952#: misc/mke2fs.c:625
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003953#, c-format
3954msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003955msgstr "%u Blöcke (%2.2f%%) reserviert für den Superuser\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003956
Philipp Thomas3e914b52011-01-24 15:03:41 -05003957#: misc/mke2fs.c:628
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003958#, c-format
3959msgid "First data block=%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003960msgstr "Erster Datenblock=%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003961
Philipp Thomas3e914b52011-01-24 15:03:41 -05003962#: misc/mke2fs.c:630
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003963#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003964msgid "Maximum filesystem blocks=%lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003965msgstr "Maximale Dateisystem-Blöcke=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003966
Philipp Thomas3e914b52011-01-24 15:03:41 -05003967#: misc/mke2fs.c:634
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003968#, c-format
3969msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003970msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003971
Philipp Thomas3e914b52011-01-24 15:03:41 -05003972#: misc/mke2fs.c:636
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003973#, c-format
3974msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003975msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003976
Philipp Thomas3e914b52011-01-24 15:03:41 -05003977#: misc/mke2fs.c:637
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003978#, c-format
3979msgid "%u blocks per group, %u fragments per group\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003980msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003981
Philipp Thomas3e914b52011-01-24 15:03:41 -05003982#: misc/mke2fs.c:639
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003983#, c-format
3984msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003985msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003986
Philipp Thomas3e914b52011-01-24 15:03:41 -05003987#: misc/mke2fs.c:646
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003988#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003989msgid "Superblock backups stored on blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003990msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003991
Philipp Thomas3e914b52011-01-24 15:03:41 -05003992#: misc/mke2fs.c:725
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003993#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003994msgid "Invalid stride parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003995msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003996
Philipp Thomas3e914b52011-01-24 15:03:41 -05003997#: misc/mke2fs.c:740
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003998#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003999msgid "Invalid stripe-width parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004000msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004001
Philipp Thomas3e914b52011-01-24 15:03:41 -05004002#: misc/mke2fs.c:762
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004003#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004004msgid "Invalid resize parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004005msgstr "Ungültiger \"resize\"-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004006
Philipp Thomas3e914b52011-01-24 15:03:41 -05004007#: misc/mke2fs.c:769
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004008#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004009msgid "The resize maximum must be greater than the filesystem size.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004010msgstr "Das Maximum der Vergrösserung muss oberhalb als der Dateisystem-Grösse liegen.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004011
Philipp Thomas3e914b52011-01-24 15:03:41 -05004012#: misc/mke2fs.c:793
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004013#, c-format
4014msgid "On-line resizing not supported with revision 0 filesystems\n"
4015msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004016"Online-Grössenänderungen werden bei Revison 0 Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004017"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004018
Philipp Thomas3e914b52011-01-24 15:03:41 -05004019#: misc/mke2fs.c:819
Philipp Thomas68801282008-07-17 11:47:00 -04004020#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004021msgid ""
4022"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004023"Bad option(s) specified: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004024"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004025"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004026"\tis set off by an equals ('=') sign.\n"
4027"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004028"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004029"\tstride=<RAID per-disk data chunk in blocks>\n"
4030"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004031"\tresize=<resize maximum size in blocks>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004032"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004033"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004034"\tdiscard\n"
4035"\tnodiscard\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004036"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004037msgstr ""
4038"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004039"Ungültige Option(en) angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004040"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004041"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
4042"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004043"\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004044"\terhalten welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
4045"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004046"gültige erweiterte Optionen sind:\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004047"\tstride=<RAID Segmentgrösse in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004048"\tstripe-width=<RAID Stride * Datenplatten in Blöcken>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004049"\tresize=<Obergrenze für Grössenänderung in Blöcken>\n"
4050"\tlazy_itable_init=<0 für Ab-, 1 für Einschalten>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004051"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004052"\tdiscard\n"
4053"\tnodiscard\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004054"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004055
Philipp Thomas3e914b52011-01-24 15:03:41 -05004056#: misc/mke2fs.c:837
Theodore Ts'o8f741372008-02-28 21:47:05 -05004057#, c-format
4058msgid ""
4059"\n"
4060"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4061"\n"
4062msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004063"\n"
4064"Warnung: RAID Stripe-Breite %u ist kein ganzzahliges Vielfaches von\n"
4065"\tStride %u.\n"
4066"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004067
Philipp Thomas3e914b52011-01-24 15:03:41 -05004068#: misc/mke2fs.c:869
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004069#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004070msgid ""
4071"Syntax error in mke2fs config file (%s, line #%d)\n"
4072"\t%s\n"
4073msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004074"Syntax Fehler in der Konfigurationsdatei von mkefs (%s, Zeile %d)\n"
4075"\t%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004076
Philipp Thomas3e914b52011-01-24 15:03:41 -05004077#: misc/mke2fs.c:882 misc/tune2fs.c:369
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004078#, c-format
4079msgid "Invalid filesystem option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004080msgstr "Unvollständige Dateisystem-Option gesetzt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004081
Philipp Thomas3e914b52011-01-24 15:03:41 -05004082#: misc/mke2fs.c:1019
Philipp Thomas40771272008-09-07 22:55:25 -04004083#, c-format
4084msgid ""
4085"\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004086"Your mke2fs.conf file does not define the %s filesystem type.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004087msgstr ""
4088"\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004089"Ihre mke2fs.conf Datei enhält keine Definitiion des %s Dateisystems.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004090
Philipp Thomas3e914b52011-01-24 15:03:41 -05004091#: misc/mke2fs.c:1023
Philipp Thomas40771272008-09-07 22:55:25 -04004092#, c-format
4093msgid ""
4094"You probably need to install an updated mke2fs.conf file.\n"
4095"\n"
4096msgstr ""
Philipp Thomas3e914b52011-01-24 15:03:41 -05004097"Sie müssen wahrscheinlich eine aktualisierte mke2fs.conf Datei installieren.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004098"\n"
4099
Philipp Thomas3e914b52011-01-24 15:03:41 -05004100#: misc/mke2fs.c:1027
4101#, c-format
4102msgid "Aborting...\n"
4103msgstr "Breche ab...\n"
4104
4105#: misc/mke2fs.c:1064
4106#, c-format
4107msgid ""
4108"\n"
4109"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4110"\n"
4111msgstr ""
4112"\n"
4113"Warnung: Der fs_type %s ist in mke2fs.conf nicht definiert\n"
4114"\n"
4115
4116#: misc/mke2fs.c:1276
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004117#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004118msgid "invalid block size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004119msgstr "bad block Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004120
Philipp Thomas3e914b52011-01-24 15:03:41 -05004121#: misc/mke2fs.c:1280
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004122#, c-format
4123msgid "Warning: blocksize %d not usable on most systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004124msgstr "Warnung: Blockgröße %d ist auf den meisten Systemen unbrauchbar.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004125
Philipp Thomas3e914b52011-01-24 15:03:41 -05004126#: misc/mke2fs.c:1296
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004127#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004128msgid "invalid fragment size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004129msgstr "falsche Fragmentgröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004130
Philipp Thomas3e914b52011-01-24 15:03:41 -05004131#: misc/mke2fs.c:1302
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004132#, c-format
4133msgid "Warning: fragments not supported. Ignoring -f option\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004134msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004135
Philipp Thomas3e914b52011-01-24 15:03:41 -05004136#: misc/mke2fs.c:1309
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004137msgid "Illegal number for blocks per group"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004138msgstr "unzulässige Angabe für Blöcke pro Gruppe"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004139
Philipp Thomas3e914b52011-01-24 15:03:41 -05004140#: misc/mke2fs.c:1314
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004141msgid "blocks per group must be multiple of 8"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004142msgstr "Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004143
Philipp Thomas3e914b52011-01-24 15:03:41 -05004144#: misc/mke2fs.c:1322
Philipp Thomas720e6362008-06-21 14:06:00 -04004145msgid "Illegal number for flex_bg size"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004146msgstr "Illegale Zahl für flex_bg Größe"
Philipp Thomas720e6362008-06-21 14:06:00 -04004147
Philipp Thomas3e914b52011-01-24 15:03:41 -05004148#: misc/mke2fs.c:1328
Philipp Thomas720e6362008-06-21 14:06:00 -04004149msgid "flex_bg size must be a power of 2"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004150msgstr "flex_bg Größe muss eine Zweierpotenz sein"
Philipp Thomas720e6362008-06-21 14:06:00 -04004151
Philipp Thomas3e914b52011-01-24 15:03:41 -05004152#: misc/mke2fs.c:1338
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004153#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004154msgid "invalid inode ratio %s (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004155msgstr "Unzulässiges Inode-Verhältnis %s (Min %d/Max %d"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004156
Philipp Thomas3e914b52011-01-24 15:03:41 -05004157#: misc/mke2fs.c:1348
4158#, c-format
4159msgid "Warning: -K option is deprecated and should not be used anymore. Use '-E nodiscard' extended option instead!\n"
4160msgstr "Warnung: die Option -K ist veraltet und sollte nicht mehr verwendet werden. Verwenden Sie bitte stattdessen die erweiterte Option „-E nodiscard“\n"
4161
4162#: misc/mke2fs.c:1362
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004163msgid "in malloc for bad_blocks_filename"
4164msgstr "in malloc for bad_blocks_filename"
4165
Philipp Thomas3e914b52011-01-24 15:03:41 -05004166#: misc/mke2fs.c:1372
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004167#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004168msgid "invalid reserved blocks percent - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004169msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004170
Philipp Thomas3e914b52011-01-24 15:03:41 -05004171#: misc/mke2fs.c:1390
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004172#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004173msgid "bad revision level - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004174msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004175
Philipp Thomas3e914b52011-01-24 15:03:41 -05004176#: misc/mke2fs.c:1402
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004177#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004178msgid "invalid inode size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004179msgstr "Unzulässige Inode-Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004180
Philipp Thomas3e914b52011-01-24 15:03:41 -05004181#: misc/mke2fs.c:1422
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004182#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004183msgid "bad num inodes - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004184msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004185
Philipp Thomas3e914b52011-01-24 15:03:41 -05004186#: misc/mke2fs.c:1487 misc/mke2fs.c:2299
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004187#, c-format
4188msgid "while trying to open journal device %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004189msgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004190
Philipp Thomas3e914b52011-01-24 15:03:41 -05004191#: misc/mke2fs.c:1493
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004192#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004193msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004194msgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004195
Philipp Thomas3e914b52011-01-24 15:03:41 -05004196#: misc/mke2fs.c:1499
Philipp Thomas68801282008-07-17 11:47:00 -04004197#, c-format
4198msgid "Using journal device's blocksize: %d\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004199msgstr "Verwende die Blockgrösse des Geräts: %d\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004200
Philipp Thomas3e914b52011-01-24 15:03:41 -05004201#: misc/mke2fs.c:1508
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004202#, c-format
4203msgid "%d-byte blocks too big for system (max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004204msgstr "%d-Byte Blöcke zu groß für das System (max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004205
Philipp Thomas3e914b52011-01-24 15:03:41 -05004206#: misc/mke2fs.c:1512
Philipp Thomas720e6362008-06-21 14:06:00 -04004207#, c-format
Philipp Thomas3e914b52011-01-24 15:03:41 -05004208msgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4209msgstr "Warnung: %d-byte Blöcke sind zu groß für das System (max %d), fahre dennoch fort\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004210
Philipp Thomas3e914b52011-01-24 15:03:41 -05004211#: misc/mke2fs.c:1521
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004212#, c-format
Philipp Thomas3e914b52011-01-24 15:03:41 -05004213msgid "invalid blocks count '%s' on device '%s'"
4214msgstr "ungültige Anzahl Blöcke „%s“ auf Gerät „%s“"
Philipp Thomas720e6362008-06-21 14:06:00 -04004215
Philipp Thomas3e914b52011-01-24 15:03:41 -05004216#: misc/mke2fs.c:1531
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004217msgid "filesystem"
4218msgstr "Dateisystem"
4219
Philipp Thomas3e914b52011-01-24 15:03:41 -05004220#: misc/mke2fs.c:1567
Philipp Thomas68801282008-07-17 11:47:00 -04004221#, c-format
4222msgid ""
4223"%s: Size of device %s too big to be expressed in 32 bits\n"
4224"\tusing a blocksize of %d.\n"
4225msgstr ""
4226"%s: Größe von Gerät %s lässt sich in 32 Bits nicht darstellen\n"
4227"\teine Blockgröße von %d wird verwendet.\n"
4228
Philipp Thomas3e914b52011-01-24 15:03:41 -05004229#: misc/mke2fs.c:1576 resize/main.c:381
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004230msgid "while trying to determine filesystem size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004231msgstr "beim Bestimmen der Dateisystemgröße"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004232
Philipp Thomas3e914b52011-01-24 15:03:41 -05004233#: misc/mke2fs.c:1583
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004234msgid ""
4235"Couldn't determine device size; you must specify\n"
4236"the size of the filesystem\n"
4237msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004238"Konnte die Gerätegröße nicht ermitteln. Geben\n"
4239"Sie die Größe des Dateisystems an\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004240
Philipp Thomas3e914b52011-01-24 15:03:41 -05004241#: misc/mke2fs.c:1590
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004242msgid ""
4243"Device size reported to be zero. Invalid partition specified, or\n"
4244"\tpartition table wasn't reread after running fdisk, due to\n"
4245"\ta modified partition being busy and in use. You may need to reboot\n"
4246"\tto re-read your partition table.\n"
4247msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004248"Zurückgegebene Gerätegröße ist gleich null. Unvollständige Partition\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004249"\tangegeben oder die Partitionstabelle wurde nach einem fdisk-Lauf\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004250"\tnicht wieder eingelesen, weil eine veränderte Partition in Gebrauch\n"
4251"\tund gesperrt ist. Sie könnten gezwungen sein, neu zu booten, um die\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004252"\tPartitionstabelle neu einzulesen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004253
Philipp Thomas3e914b52011-01-24 15:03:41 -05004254#: misc/mke2fs.c:1608
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004255msgid "Filesystem larger than apparent device size."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004256msgstr "Dateisystem ist größer als augenscheinlich das Gerät selbst."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004257
Philipp Thomas3e914b52011-01-24 15:03:41 -05004258#: misc/mke2fs.c:1614
Philipp Thomas720e6362008-06-21 14:06:00 -04004259#, c-format
4260msgid "Failed to parse fs types list\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004261msgstr "Analyse der Liste von Dateisystemen war nicht möglich\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004262
Philipp Thomas3e914b52011-01-24 15:03:41 -05004263#: misc/mke2fs.c:1648
Philipp Thomas68801282008-07-17 11:47:00 -04004264msgid "fs_types for mke2fs.conf resolution: "
Philipp Thomas9564ee52008-08-22 03:22:50 -04004265msgstr "fs_types für mke2fs.conf Lösung: "
Philipp Thomas68801282008-07-17 11:47:00 -04004266
Philipp Thomas3e914b52011-01-24 15:03:41 -05004267#: misc/mke2fs.c:1655
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004268#, c-format
4269msgid "Filesystem features not supported with revision 0 filesystems\n"
4270msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004271"Dateisystem-Eigenschaften werden für Dateisysteme der Revision 0 nicht\n"
4272"\tunterstützt\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004273
Philipp Thomas3e914b52011-01-24 15:03:41 -05004274#: misc/mke2fs.c:1662
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004275#, c-format
4276msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4277msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004278"Verteilte Superblöcke werden für Dateisysteme der Revision 0 nicht\n"
4279"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004280
Philipp Thomas3e914b52011-01-24 15:03:41 -05004281#: misc/mke2fs.c:1674
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004282#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004283msgid "Journals not supported with revision 0 filesystems\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004284msgstr "Journale werden für Dateisysteme der Revision 0 nicht unterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004285
Philipp Thomas3e914b52011-01-24 15:03:41 -05004286#: misc/mke2fs.c:1692
Philipp Thomas720e6362008-06-21 14:06:00 -04004287#, c-format
4288msgid ""
4289"The resize_inode and meta_bg features are not compatible.\n"
4290"They can not be both enabled simultaneously.\n"
4291msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004292"Die Eigenschaften resize_inode und meta_bg sind nicht kompatibel.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004293"Sie können nicht gleichzeitig aktiviert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004294
Philipp Thomas3e914b52011-01-24 15:03:41 -05004295#: misc/mke2fs.c:1709
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004296msgid "while trying to determine hardware sector size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004297msgstr "beim Ermitteln der Hardware-Sektorgröße"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004298
Philipp Thomas3e914b52011-01-24 15:03:41 -05004299#: misc/mke2fs.c:1715
Theodore Ts'o057a1592010-06-07 12:24:21 -04004300msgid "while trying to determine physical sector size"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004301msgstr "beim Ermitteln der physischen Sektorgröße"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004302
Philipp Thomas3e914b52011-01-24 15:03:41 -05004303#: misc/mke2fs.c:1746
Theodore Ts'o057a1592010-06-07 12:24:21 -04004304msgid "while setting blocksize; too small for device\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004305msgstr "beim Setzen der Blockgröße; zu klein für das Gerät\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004306
Philipp Thomas3e914b52011-01-24 15:03:41 -05004307#: misc/mke2fs.c:1751
4308#, c-format
4309msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4310msgstr "Warnung: die vorgegebene Blockgröße %d ist kleiner als die physische Sektorgröße %d\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004311
Philipp Thomas3e914b52011-01-24 15:03:41 -05004312#: misc/mke2fs.c:1771
Philipp Thomas77c871a2010-04-19 16:59:02 -04004313#, c-format
4314msgid "warning: Unable to get device geometry for %s\n"
4315msgstr "Warnung: Die Geometrie für Gerät %s konnte nicht erfragt werden\n"
4316
Philipp Thomas3e914b52011-01-24 15:03:41 -05004317#: misc/mke2fs.c:1774
Philipp Thomas77c871a2010-04-19 16:59:02 -04004318#, c-format
4319msgid "%s alignment is offset by %lu bytes.\n"
4320msgstr "Die Ausrichtung von %s ist um %lu Bytes verschoben.\n"
4321
Philipp Thomas3e914b52011-01-24 15:03:41 -05004322#: misc/mke2fs.c:1776
Philipp Thomas77c871a2010-04-19 16:59:02 -04004323#, c-format
Philipp Thomas3e914b52011-01-24 15:03:41 -05004324msgid "This may result in very poor performance, (re)-partitioning suggested.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004325msgstr ""
4326"Das könnte zu sehr schlechter Leistung führen. Eine (Neu-)Partionierung\n"
4327" wird empfohlen.\n"
4328
Philipp Thomas3e914b52011-01-24 15:03:41 -05004329#: misc/mke2fs.c:1810
Theodore Ts'obc759702005-05-09 20:40:55 -04004330msgid "reserved online resize blocks not supported on non-sparse filesystem"
4331msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004332"Für Online-Grössenänderungen reservierte Blöcke werden auf Dateisystemen\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004333"\tohne Unterstützung für Lückenkompression nicht unterstützt"
Theodore Ts'obc759702005-05-09 20:40:55 -04004334
Philipp Thomas3e914b52011-01-24 15:03:41 -05004335#: misc/mke2fs.c:1819
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004336msgid "blocks per group count out of range"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004337msgstr "Anzahl der Blöcke pro Gruppe ausserhaalb des gültigen Bereichs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004338
Philipp Thomas3e914b52011-01-24 15:03:41 -05004339#: misc/mke2fs.c:1834
Philipp Thomas720e6362008-06-21 14:06:00 -04004340msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004341msgstr "Eigenschaft flex_bg wurde nicht aktiviert, daher darf flex_bg Grösse nicht angegeben werden"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004342
Philipp Thomas3e914b52011-01-24 15:03:41 -05004343#: misc/mke2fs.c:1846
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004344#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004345msgid "invalid inode size %d (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004346msgstr "ungültige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004347
Philipp Thomas3e914b52011-01-24 15:03:41 -05004348#: misc/mke2fs.c:1860
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004349#, c-format
4350msgid "too many inodes (%llu), raise inode ratio?"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004351msgstr "zu viele Inodes (%llu), Inode-Verhältnis erhöhen?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004352
Philipp Thomas3e914b52011-01-24 15:03:41 -05004353#: misc/mke2fs.c:1865
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004354#, c-format
4355msgid "too many inodes (%llu), specify < 2^32 inodes"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004356msgstr "zu viele Inodes (%llu), sie müssen weniger als 2^32 Inodes angeben"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004357
Philipp Thomas3e914b52011-01-24 15:03:41 -05004358#: misc/mke2fs.c:1880
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004359#, c-format
4360msgid ""
4361"inode_size (%u) * inodes_count (%u) too big for a\n"
4362"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
4363"\tor lower inode count (-N).\n"
4364msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004365"inode_size (%u) * inodes_count (%u) is zu gross für ein\n"
4366"\tDateisystem mit %lu Blöcken, geben Sie bitte entweder ein höheres\n"
4367"\tinode_ratio (-i) oder eine niedrigere Anzahl an Inodes (-N) an.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004368
Philipp Thomas3e914b52011-01-24 15:03:41 -05004369#: misc/mke2fs.c:1973 misc/tune2fs.c:1544
Philipp Thomas77c871a2010-04-19 16:59:02 -04004370msgid "Couldn't allocate memory for tdb filename\n"
4371msgstr "Kann keinen Speicher für den tdb-Dateinamen reservieren\n"
4372
Philipp Thomas3e914b52011-01-24 15:03:41 -05004373#: misc/mke2fs.c:1986 misc/tune2fs.c:1566
Philipp Thomas68801282008-07-17 11:47:00 -04004374#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004375msgid "while trying to delete %s"
Philipp Thomas68801282008-07-17 11:47:00 -04004376msgstr "beim Versuch, %s zu löschen"
Philipp Thomas720e6362008-06-21 14:06:00 -04004377
Philipp Thomas3e914b52011-01-24 15:03:41 -05004378#: misc/mke2fs.c:1996
Philipp Thomas720e6362008-06-21 14:06:00 -04004379#, c-format
4380msgid ""
4381"Overwriting existing filesystem; this can be undone using the command:\n"
4382" e2undo %s %s\n"
4383"\n"
4384msgstr ""
Philipp Thomas3e914b52011-01-24 15:03:41 -05004385"Überschreibe das bestehende Dateisystem; dies kann rückgängig gemacht werden\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004386"durch den Befehl:\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004387" e2undo %s %s\n"
4388"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004389
Philipp Thomas3e914b52011-01-24 15:03:41 -05004390#: misc/mke2fs.c:2036
Philipp Thomas77c871a2010-04-19 16:59:02 -04004391#, c-format
4392msgid "Calling BLKDISCARD from %llu to %llu "
4393msgstr "Der Aufruf von BLKDISCARD für den Bereich von %llu bis %llu war "
4394
Philipp Thomas3e914b52011-01-24 15:03:41 -05004395#: misc/mke2fs.c:2040
Philipp Thomas77c871a2010-04-19 16:59:02 -04004396#, c-format
4397msgid "failed.\n"
4398msgstr "nicht erfolgreich.\n"
4399
Philipp Thomas3e914b52011-01-24 15:03:41 -05004400#: misc/mke2fs.c:2042
Philipp Thomas77c871a2010-04-19 16:59:02 -04004401#, c-format
4402msgid "succeeded.\n"
4403msgstr "erfolgreich.\n"
4404
Philipp Thomas3e914b52011-01-24 15:03:41 -05004405#: misc/mke2fs.c:2109
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004406msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004407msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004408
Philipp Thomas3e914b52011-01-24 15:03:41 -05004409#: misc/mke2fs.c:2119
4410#, c-format
4411msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
4412msgstr "Verwerfen war erfolgreich und wird Nullen zurückliefern - das Löschen der Inode-Tabelle wird übersprungen \n"
4413
4414#: misc/mke2fs.c:2183
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004415#, c-format
4416msgid "unknown os - %s"
4417msgstr "unbekanntes OS - %s"
4418
Philipp Thomas3e914b52011-01-24 15:03:41 -05004419#: misc/mke2fs.c:2237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004420msgid "while trying to allocate filesystem tables"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004421msgstr "beim Zuordnen von Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004422
Philipp Thomas3e914b52011-01-24 15:03:41 -05004423#: misc/mke2fs.c:2268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004424#, c-format
4425msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004426msgstr "beim Nullen von Block %u am Ende des Dateisystems"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004427
Philipp Thomas3e914b52011-01-24 15:03:41 -05004428#: misc/mke2fs.c:2281
Theodore Ts'obc759702005-05-09 20:40:55 -04004429msgid "while reserving blocks for online resize"
4430msgstr "beim Lesen des Bad-Block-Inodes"
4431
Philipp Thomas3e914b52011-01-24 15:03:41 -05004432#: misc/mke2fs.c:2292 misc/tune2fs.c:517
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004433msgid "journal"
4434msgstr "Journal"
4435
Philipp Thomas3e914b52011-01-24 15:03:41 -05004436#: misc/mke2fs.c:2304
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004437#, c-format
4438msgid "Adding journal to device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004439msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004440
Philipp Thomas3e914b52011-01-24 15:03:41 -05004441#: misc/mke2fs.c:2311
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004442#, c-format
4443msgid ""
4444"\n"
4445"\twhile trying to add journal to device %s"
4446msgstr ""
4447"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004448"\tbeim Erstellen des Journals auf Gerät %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004449
Philipp Thomas3e914b52011-01-24 15:03:41 -05004450#: misc/mke2fs.c:2316 misc/mke2fs.c:2348 misc/tune2fs.c:546 misc/tune2fs.c:560
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004451#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004452msgid "done\n"
4453msgstr "erledigt\n"
4454
Philipp Thomas3e914b52011-01-24 15:03:41 -05004455#: misc/mke2fs.c:2325
Philipp Thomas77c871a2010-04-19 16:59:02 -04004456#, c-format
4457msgid "Skipping journal creation in super-only mode\n"
4458msgstr "Die Erzeugung eines Journals wird im Nur-Super Modus übersprungen\n"
4459
Philipp Thomas3e914b52011-01-24 15:03:41 -05004460#: misc/mke2fs.c:2336
Philipp Thomas68801282008-07-17 11:47:00 -04004461#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004462msgid "Creating journal (%u blocks): "
Philipp Thomas68801282008-07-17 11:47:00 -04004463msgstr "Erstelle Journal (%u Blöcke): "
Philipp Thomas720e6362008-06-21 14:06:00 -04004464
Philipp Thomas3e914b52011-01-24 15:03:41 -05004465#: misc/mke2fs.c:2353
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004466#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004467msgid "Writing superblocks and filesystem accounting information: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004468msgstr "Schreibe Superblöcke und Dateisystem-Accountinginformationen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004469
Philipp Thomas3e914b52011-01-24 15:03:41 -05004470#: misc/mke2fs.c:2358
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004471#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004472msgid ""
4473"\n"
4474"Warning, had trouble writing out superblocks."
4475msgstr ""
4476"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004477"Warnung: Probleme beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004478
Philipp Thomas3e914b52011-01-24 15:03:41 -05004479#: misc/mke2fs.c:2361
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004480#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004481msgid ""
4482"done\n"
4483"\n"
4484msgstr ""
4485"erledigt\n"
4486"\n"
4487
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004488#: misc/mklost+found.c:49
4489#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004490msgid "Usage: mklost+found\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004491msgstr "Aufruf: mklost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004492
Philipp Thomas40771272008-09-07 22:55:25 -04004493#: misc/partinfo.c:39
Philipp Thomasa700f512008-08-29 08:49:57 -04004494#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004495msgid ""
4496"Usage: %s device...\n"
4497"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004498"Prints out the partition information for each given device.\n"
4499"For example: %s /dev/hda\n"
4500"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004501msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004502"Aufruf: %s Gerät...\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004503"\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004504"Gibt Informationen über die Partitionen jedes angegebenen Gerätes aus.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004505"Zum Beispiel: %s /dev/hda\n"
4506"\n"
4507
4508#: misc/partinfo.c:49
4509#, c-format
4510msgid "Cannot open %s: %s"
4511msgstr "Kann %s nicht öffnen: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004512
4513#: misc/partinfo.c:55
Philipp Thomas40771272008-09-07 22:55:25 -04004514#, c-format
4515msgid "Cannot get geometry of %s: %s"
4516msgstr "Geometrie von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004517
Philipp Thomas40771272008-09-07 22:55:25 -04004518#: misc/partinfo.c:63
4519#, c-format
4520msgid "Cannot get size of %s: %s"
4521msgstr "Grösse von %s kann nicht gelesen werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004522
Philipp Thomas40771272008-09-07 22:55:25 -04004523#: misc/partinfo.c:69
4524#, c-format
4525msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
4526msgstr "%s: h=%3d s=%3d c=%4d Start=%8d Grösse=%8lu Ende=%8d\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004527
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004528#: misc/tune2fs.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004529msgid "Please run e2fsck on the filesystem.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004530msgstr "Lassen Sie bitte e2fsck über das Dateisystem laufen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004531
Philipp Thomas77c871a2010-04-19 16:59:02 -04004532#: misc/tune2fs.c:105
Philipp Thomas68801282008-07-17 11:47:00 -04004533#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004534msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004535"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004536"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4537"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4538"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004539"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004540"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4541"\t[ -I new_inode_size ] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004542msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004543"Aufruf: %s [-c max-Anzahl-Mounts] [-e Fehler-Verhalten] [-g Gruppe]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004544"\t[-i Intervall[d|m|w]] [-j] [-J Journal-Optionen] [-l]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004545"\t[-m reservierte_Blöcke_Prozent] [-o [^]Einhäng_Optionen[,...]]\n"
4546"\t[-r Anzahl_reservierte_Blöcke] [-u Benutzer] [-C Anzahl_Einhängen]\n"
4547"\t[-L Volume_Label] [-M letztes_eingehängtes_Verzeichnis]\n"
4548"\t[-O [^]Eigenschaft[,...]] [-E erweiterte-Option[,...]]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004549"\t[-T letzter_Prüfzeitpunkt] [-U UUID] [-I neue_Inodegrösse] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004550
Philipp Thomas77c871a2010-04-19 16:59:02 -04004551#: misc/tune2fs.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004552msgid "while trying to open external journal"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004553msgstr "beim Öffnen des externen Journals"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004554
Philipp Thomas77c871a2010-04-19 16:59:02 -04004555#: misc/tune2fs.c:194
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004556#, c-format
4557msgid "%s is not a journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004558msgstr "%s ist kein Journal-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004559
Philipp Thomas77c871a2010-04-19 16:59:02 -04004560#: misc/tune2fs.c:209
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004561msgid "Journal superblock not found!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004562msgstr "Journal-Superblock nicht gefunden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004563
Philipp Thomas77c871a2010-04-19 16:59:02 -04004564#: misc/tune2fs.c:221
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004565msgid "Filesystem's UUID not found on journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004566msgstr "UUID des Dateisystems auf Journal-Gerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004567
Philipp Thomas77c871a2010-04-19 16:59:02 -04004568#: misc/tune2fs.c:242
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004569msgid "Journal NOT removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004570msgstr "Journal NICHT gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004571
Philipp Thomas77c871a2010-04-19 16:59:02 -04004572#: misc/tune2fs.c:248
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004573msgid "Journal removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004574msgstr "Journal gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004575
Philipp Thomas77c871a2010-04-19 16:59:02 -04004576#: misc/tune2fs.c:288
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004577msgid "while reading bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004578msgstr "beim Lesen von Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004579
Philipp Thomas77c871a2010-04-19 16:59:02 -04004580#: misc/tune2fs.c:296
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004581msgid "while clearing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004582msgstr "beim Bereinigen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004583
Philipp Thomas77c871a2010-04-19 16:59:02 -04004584#: misc/tune2fs.c:307
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004585msgid "while writing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004586msgstr "beim Schreiben des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004587
Philipp Thomas77c871a2010-04-19 16:59:02 -04004588#: misc/tune2fs.c:322
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004589#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004590msgid "Invalid mount option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004591msgstr "Ungültige Einhänge-Option gesetzt: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004592
Philipp Thomas3e914b52011-01-24 15:03:41 -05004593#: misc/tune2fs.c:338
4594#, c-format
4595msgid "(and reboot afterwards!)\n"
4596msgstr "(und hinterher das System neu starten!)\n"
4597
4598#: misc/tune2fs.c:372
Theodore Ts'o8f741372008-02-28 21:47:05 -05004599#, c-format
4600msgid "Clearing filesystem feature '%s' not supported.\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004601msgstr "Das Zurücksetzen von Dateisystem-Eigenschaft »%s« wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004602
Philipp Thomas3e914b52011-01-24 15:03:41 -05004603#: misc/tune2fs.c:378
Philipp Thomas67671422008-05-14 18:42:45 -04004604#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004605msgid "Setting filesystem feature '%s' not supported.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004606msgstr "Das Setzen der Dateisystem-Eigenschaft »%s« wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004607
Philipp Thomas3e914b52011-01-24 15:03:41 -05004608#: misc/tune2fs.c:387
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004609msgid ""
Philipp Thomas68801282008-07-17 11:47:00 -04004610"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004611"unmounted or mounted read-only.\n"
4612msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004613"Die has_jounal Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
4614"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004615
Philipp Thomas3e914b52011-01-24 15:03:41 -05004616#: misc/tune2fs.c:395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004617msgid ""
4618"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4619"the has_journal flag.\n"
4620msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004621"Das needs_recovery Flag ist gesetzt. Bitte starten sie e2fsck vor\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004622"der Zurücksetzung des has_journal Flags.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004623
Philipp Thomas3e914b52011-01-24 15:03:41 -05004624#: misc/tune2fs.c:428
Philipp Thomas720e6362008-06-21 14:06:00 -04004625msgid ""
4626"Clearing the flex_bg flag would cause the the filesystem to be\n"
4627"inconsistent.\n"
4628msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004629"Das Zurücksetzen der Kennung flex_bg würde das Dateisystem inkonsistent\n"
4630"machen.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004631
Philipp Thomas3e914b52011-01-24 15:03:41 -05004632#: misc/tune2fs.c:439
Philipp Thomas68801282008-07-17 11:47:00 -04004633msgid ""
4634"The huge_file feature may only be cleared when the filesystem is\n"
4635"unmounted or mounted read-only.\n"
4636msgstr ""
4637"Die huge_file Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
4638"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
4639
Philipp Thomas3e914b52011-01-24 15:03:41 -05004640#: misc/tune2fs.c:512
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004641msgid "The filesystem already has a journal.\n"
4642msgstr "Das Dateisystem hat schon ein Journal.\n"
4643
Philipp Thomas3e914b52011-01-24 15:03:41 -05004644#: misc/tune2fs.c:530
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004645#, c-format
4646msgid ""
4647"\n"
4648"\twhile trying to open journal on %s\n"
4649msgstr ""
4650"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004651"\tbeim Öffnen des Journals auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004652
Philipp Thomas3e914b52011-01-24 15:03:41 -05004653#: misc/tune2fs.c:534
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004654#, c-format
4655msgid "Creating journal on device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004656msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004657
Philipp Thomas3e914b52011-01-24 15:03:41 -05004658#: misc/tune2fs.c:542
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004659#, c-format
4660msgid "while adding filesystem to journal on %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004661msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004662
Philipp Thomas3e914b52011-01-24 15:03:41 -05004663#: misc/tune2fs.c:548
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004664msgid "Creating journal inode: "
Philipp Thomasa700f512008-08-29 08:49:57 -04004665msgstr "Erstelle Journal-Inode: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004666
Philipp Thomas3e914b52011-01-24 15:03:41 -05004667#: misc/tune2fs.c:557
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004668msgid ""
4669"\n"
4670"\twhile trying to create journal file"
4671msgstr ""
4672"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004673"\tbeim Erstellen der Journaldatei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004674
Philipp Thomas3e914b52011-01-24 15:03:41 -05004675#: misc/tune2fs.c:623
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004676#, c-format
4677msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004678msgstr "Konnte Datum/Zeit nicht parsen: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004679
Philipp Thomas3e914b52011-01-24 15:03:41 -05004680#: misc/tune2fs.c:647 misc/tune2fs.c:660
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004681#, c-format
4682msgid "bad mounts count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004683msgstr "Ungültiger Mounts-Zähler - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004684
Philipp Thomas3e914b52011-01-24 15:03:41 -05004685#: misc/tune2fs.c:676
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004686#, c-format
4687msgid "bad error behavior - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004688msgstr "ungültiges Fehler-Verhalten - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004689
Philipp Thomas3e914b52011-01-24 15:03:41 -05004690#: misc/tune2fs.c:703
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004691#, c-format
4692msgid "bad gid/group name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004693msgstr "ungültige(r) GID oder Gruppenname - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004694
Philipp Thomas3e914b52011-01-24 15:03:41 -05004695#: misc/tune2fs.c:736
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004696#, c-format
4697msgid "bad interval - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004698msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004699
Philipp Thomas3e914b52011-01-24 15:03:41 -05004700#: misc/tune2fs.c:765
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004701#, c-format
4702msgid "bad reserved block ratio - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004703msgstr "ungültiges Reservierte-Blöcke-Verhältnis - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004704
Philipp Thomas3e914b52011-01-24 15:03:41 -05004705#: misc/tune2fs.c:780
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004706msgid "-o may only be specified once"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004707msgstr "-o darf nur eimal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004708
Philipp Thomas3e914b52011-01-24 15:03:41 -05004709#: misc/tune2fs.c:790
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004710msgid "-O may only be specified once"
4711msgstr "-O darf nur eimal angegeben werden"
4712
Philipp Thomas3e914b52011-01-24 15:03:41 -05004713#: misc/tune2fs.c:800
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004714#, c-format
4715msgid "bad reserved blocks count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004716msgstr "ungültige Anzahl von reservierten Blöcken - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004717
Philipp Thomas3e914b52011-01-24 15:03:41 -05004718#: misc/tune2fs.c:829
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004719#, c-format
4720msgid "bad uid/user name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004721msgstr "ungültige(r) UID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004722
Philipp Thomas3e914b52011-01-24 15:03:41 -05004723#: misc/tune2fs.c:846
Philipp Thomas68801282008-07-17 11:47:00 -04004724#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004725msgid "bad inode size - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004726msgstr "Unzulässige Inodegröße - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004727
Philipp Thomas3e914b52011-01-24 15:03:41 -05004728#: misc/tune2fs.c:853
Philipp Thomas720e6362008-06-21 14:06:00 -04004729#, c-format
4730msgid "Inode size must be a power of two- %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004731msgstr "Inodegrösse muss eine Zweierpotenz sein- %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004732
Philipp Thomas3e914b52011-01-24 15:03:41 -05004733#: misc/tune2fs.c:942
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004734#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004735msgid "Invalid RAID stride: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004736msgstr "Ungültiger RAID Stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004737
Philipp Thomas3e914b52011-01-24 15:03:41 -05004738#: misc/tune2fs.c:957
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004739#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004740msgid "Invalid RAID stripe-width: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004741msgstr "Ungültige RAID Stripe-Breite: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004742
Philipp Thomas3e914b52011-01-24 15:03:41 -05004743#: misc/tune2fs.c:972
Philipp Thomas40771272008-09-07 22:55:25 -04004744#, c-format
4745msgid "Invalid hash algorithm: %s\n"
4746msgstr "Ungültiger Hashalgorithmus: %s\n"
4747
Philipp Thomas3e914b52011-01-24 15:03:41 -05004748#: misc/tune2fs.c:978
Philipp Thomas40771272008-09-07 22:55:25 -04004749#, c-format
4750msgid "Setting default hash algorithm to %s (%d)\n"
4751msgstr "Der standard Hashalgorithmus wird auf %s (%d) gesetzt\n"
4752
Philipp Thomas3e914b52011-01-24 15:03:41 -05004753#: misc/tune2fs.c:998
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004754#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004755msgid ""
4756"\n"
4757"Bad options specified.\n"
4758"\n"
4759"Extended options are separated by commas, and may take an argument which\n"
4760"\tis set off by an equals ('=') sign.\n"
4761"\n"
4762"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004763"\tstride=<RAID per-disk chunk size in blocks>\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004764"\tstripe_width=<RAID stride*data disks in blocks>\n"
4765"\thash_alg=<hash algorithm>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004766"\ttest_fs\n"
4767"\t^test_fs\n"
4768msgstr ""
4769"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004770"Ungültige Optionen wurden angegeben.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004771"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004772"Erweiterte Optionen werden mit Kommatas getrennt angegeben und erwarten\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004773"\teventuell ein Argument, welches mit Gleichheitszeichen (»=«)\n"
4774"\tzugewiesenwird.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004775"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004776"Gültige erweiterte Optionen sind:\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004777"\tstride=<RAID Segmentgrösse pro PLatte in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004778"\tstripe-width=<RAID Stride*Datenplatten in Blöcken>\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004779"\thash_alg=<Hashalgorithmus>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004780"\ttest_fs\n"
4781"\t^test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004782
Philipp Thomas3e914b52011-01-24 15:03:41 -05004783#: misc/tune2fs.c:1471 resize/resize2fs.c:790
Philipp Thomas720e6362008-06-21 14:06:00 -04004784msgid "blocks to be moved"
4785msgstr "zu verschiebende Blöcke"
4786
Philipp Thomas3e914b52011-01-24 15:03:41 -05004787#: misc/tune2fs.c:1474
Philipp Thomas77c871a2010-04-19 16:59:02 -04004788msgid "Failed to allocate block bitmap when increasing inode size\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004789msgstr "Beim Vergrössern der Inodes konnte keine Block-Bitmap angelegt werden\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004790
Philipp Thomas3e914b52011-01-24 15:03:41 -05004791#: misc/tune2fs.c:1480
Philipp Thomas77c871a2010-04-19 16:59:02 -04004792msgid "Not enough space to increase inode size \n"
4793msgstr "Der Platz reicht nicht aus um die Inodegrösse zu erhöhen \n"
4794
Philipp Thomas3e914b52011-01-24 15:03:41 -05004795#: misc/tune2fs.c:1485
Philipp Thomas77c871a2010-04-19 16:59:02 -04004796msgid "Failed to relocate blocks during inode resize \n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004797msgstr "Beim Vergrössern der Inodes konnten die Blöcke nicht verschoben werden \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004798
Philipp Thomas3e914b52011-01-24 15:03:41 -05004799#: misc/tune2fs.c:1517
Philipp Thomas77c871a2010-04-19 16:59:02 -04004800msgid ""
4801"Error in resizing the inode size.\n"
4802"Run e2undo to undo the file system changes. \n"
4803msgstr ""
4804"Fehler beim Verändern der Inodegrösse.\n"
4805"Starten Sie e2undo um die Änderungen am Dateisystem rückgängig zu machen. \n"
4806
Philipp Thomas3e914b52011-01-24 15:03:41 -05004807#: misc/tune2fs.c:1576
Philipp Thomas77c871a2010-04-19 16:59:02 -04004808#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004809msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004810"To undo the tune2fs operation please run the command\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004811" e2undo %s %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004812"\n"
4813msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004814"Um die Aktionen von tune2fs rückgängig zu machen, starten Sie bitte den\n"
4815"Befehl\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004816" e2undo %s %s\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004817"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004818
Philipp Thomas3e914b52011-01-24 15:03:41 -05004819#: misc/tune2fs.c:1637
Philipp Thomas40771272008-09-07 22:55:25 -04004820#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04004821msgid "The inode size is already %lu\n"
4822msgstr "Die Inodegrösse ist bereits %lu\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004823
Philipp Thomas3e914b52011-01-24 15:03:41 -05004824#: misc/tune2fs.c:1642
Philipp Thomas40771272008-09-07 22:55:25 -04004825#, c-format
4826msgid "Shrinking the inode size is not supported\n"
4827msgstr "Das Schrumpfen der Inodegrösse wird nicht unterstützt\n"
4828
Philipp Thomas3e914b52011-01-24 15:03:41 -05004829#: misc/tune2fs.c:1685
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004830#, c-format
4831msgid "Setting maximal mount count to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004832msgstr "Setze die maximale Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004833
Philipp Thomas3e914b52011-01-24 15:03:41 -05004834#: misc/tune2fs.c:1691
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004835#, c-format
4836msgid "Setting current mount count to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004837msgstr "Setze die derzeitige Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004838
Philipp Thomas3e914b52011-01-24 15:03:41 -05004839#: misc/tune2fs.c:1696
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004840#, c-format
4841msgid "Setting error behavior to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004842msgstr "Setze das Fehler-Verhalten auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004843
Philipp Thomas3e914b52011-01-24 15:03:41 -05004844#: misc/tune2fs.c:1701
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004845#, c-format
4846msgid "Setting reserved blocks gid to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004847msgstr "Setze die GID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004848
Philipp Thomas3e914b52011-01-24 15:03:41 -05004849#: misc/tune2fs.c:1706
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004850#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004851msgid "Setting interval between checks to %lu seconds\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004852msgstr "Setze das Intervall zwischen Checks auf %lu Sekunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004853
Philipp Thomas3e914b52011-01-24 15:03:41 -05004854#: misc/tune2fs.c:1713
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004855#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004856msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004857msgstr "Setze den Prozentsatz reservierter Böcke auf %g%% (%u Blöcke)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004858
Philipp Thomas3e914b52011-01-24 15:03:41 -05004859#: misc/tune2fs.c:1720
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004860#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004861msgid "reserved blocks count is too big (%lu)"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004862msgstr "Anzahl der reservierten Blöcke ist zu gross (%lu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004863
Philipp Thomas3e914b52011-01-24 15:03:41 -05004864#: misc/tune2fs.c:1726
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004865#, c-format
4866msgid "Setting reserved blocks count to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004867msgstr "Setze die Anzahl der reservierten Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004868
Philipp Thomas3e914b52011-01-24 15:03:41 -05004869#: misc/tune2fs.c:1732
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004870msgid ""
4871"\n"
4872"The filesystem already has sparse superblocks.\n"
4873msgstr ""
4874"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004875"Das Dateisystem hat bereits verteilte Superblöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004876
Philipp Thomas3e914b52011-01-24 15:03:41 -05004877#: misc/tune2fs.c:1739
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004878#, c-format
4879msgid ""
4880"\n"
4881"Sparse superblock flag set. %s"
4882msgstr ""
4883"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004884"Kennzeichen für verteilten Superblock gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004885
Philipp Thomas3e914b52011-01-24 15:03:41 -05004886#: misc/tune2fs.c:1744
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004887msgid ""
4888"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004889"Clearing the sparse superflag not supported.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004890msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004891"\n"
4892"Das Zurücksetzen des Kennzeichens für »verteilter Superblock« wird nicht\n"
4893"\tunterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004894
Philipp Thomas3e914b52011-01-24 15:03:41 -05004895#: misc/tune2fs.c:1751
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004896#, c-format
4897msgid "Setting time filesystem last checked to %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004898msgstr "Setze die Zeit des letzten Dateisystemchecks auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004899
Philipp Thomas3e914b52011-01-24 15:03:41 -05004900#: misc/tune2fs.c:1757
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004901#, c-format
4902msgid "Setting reserved blocks uid to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004903msgstr "Setze die UID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004904
Philipp Thomas3e914b52011-01-24 15:03:41 -05004905#: misc/tune2fs.c:1808
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004906msgid "Invalid UUID format\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004907msgstr "Ungültiges UUID Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004908
Philipp Thomas3e914b52011-01-24 15:03:41 -05004909#: misc/tune2fs.c:1820
Philipp Thomas720e6362008-06-21 14:06:00 -04004910msgid "The inode size may only be changed when the filesystem is unmounted.\n"
4911msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004912"Die Grösse der Inodes kann nur geändert werden, wenn das Dateisystem\n"
4913"nicht eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004914
Philipp Thomas3e914b52011-01-24 15:03:41 -05004915#: misc/tune2fs.c:1827
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004916msgid ""
4917"Changing the inode size not supported for filesystems with the flex_bg\n"
4918"feature enabled.\n"
4919msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04004920"Das Ändern der Inodegrösse wird auf Dateisystemen mit aktivierter flex_bg\n"
4921"Eigenschaft nicht unterstützt.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004922
Philipp Thomas3e914b52011-01-24 15:03:41 -05004923#: misc/tune2fs.c:1839
Philipp Thomas68801282008-07-17 11:47:00 -04004924#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004925msgid "Setting inode size %lu\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004926msgstr "Setze Inode-Größe auf %lu\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004927
Philipp Thomas3e914b52011-01-24 15:03:41 -05004928#: misc/tune2fs.c:1849
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004929#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004930msgid "Setting stride size to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004931msgstr "Setze Stride-Größe auf %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004932
Philipp Thomas3e914b52011-01-24 15:03:41 -05004933#: misc/tune2fs.c:1854
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004934#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004935msgid "Setting stripe width to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004936msgstr "Setze die Stripe-Breite auf %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004937
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004938#: misc/util.c:72
4939msgid "Proceed anyway? (y,n) "
Theodore Ts'o3e5ffd82008-05-12 09:51:17 -04004940msgstr "Trotzdem fortsetzen? (j,n) "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004941
4942#: misc/util.c:93
4943#, c-format
4944msgid "Could not stat %s --- %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004945msgstr "Status für %s konnte nicht ermittelt werden --- %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004946
4947#: misc/util.c:96
4948msgid ""
4949"\n"
4950"The device apparently does not exist; did you specify it correctly?\n"
4951msgstr ""
4952"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004953"Das Gerät existiert offensichtlich nicht; haben Sie es richtig angegeben?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004954
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004955#: misc/util.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004956#, c-format
4957msgid "%s is not a block special device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004958msgstr "%s ist kein spezielles Block-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004959
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004960#: misc/util.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004961#, c-format
4962msgid "%s is entire device, not just one partition!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004963msgstr "%s ist das ganze Gerät, nicht nur eine Partition!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004964
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004965#: misc/util.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004966msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004967msgstr "mke2fs trotzdem erzwungen. Hoffentlich ist /etc/mtab ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004968
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004969#: misc/util.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004970#, c-format
4971msgid "will not make a %s here!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004972msgstr "werde dort kein %s erstellen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004973
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004974#: misc/util.c:170
4975msgid "mke2fs forced anyway.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004976msgstr "mke2fs wird sowieso erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004977
4978#: misc/util.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004979msgid "Couldn't allocate memory to parse journal options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004980msgstr "Konnte keinen Speicher zur Analyse der Journal-Optionen anfordern!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004981
Theodore Ts'o057a1592010-06-07 12:24:21 -04004982#: misc/util.c:211
Philipp Thomas3e914b52011-01-24 15:03:41 -05004983#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04004984msgid ""
4985"\n"
4986"Could not find journal device matching %s\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004987msgstr ""
4988"\n"
4989"Das Journalgerät %s ist nicht auffindbar\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004990
4991#: misc/util.c:232
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004992msgid ""
4993"\n"
4994"Bad journal options specified.\n"
4995"\n"
4996"Journal options are separated by commas, and may take an argument which\n"
4997"\tis set off by an equals ('=') sign.\n"
4998"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004999"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005000"\tsize=<journal size in megabytes>\n"
5001"\tdevice=<journal device>\n"
5002"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005003"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005004"\n"
5005msgstr ""
5006"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005007"Ungültige Journal-Optionen wurden angegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005008"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005009"Journal-Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
5010"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005011"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005012"Gültige Journal-Optionen sind:\n"
5013"\tsize=<Journalgröße in Megabytes>\n"
5014"\tdevice=<Journal-Gerät>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005015"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005016"Die Grösse des Journals muss zwischen 1024 und 10240000 Dateisystem-Blöcken\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005017"\tliegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005018"\n"
5019
Theodore Ts'o057a1592010-06-07 12:24:21 -04005020#: misc/util.c:262
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005021msgid ""
5022"\n"
5023"Filesystem too small for a journal\n"
5024msgstr ""
5025"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005026"Das Dateisystem ist zu klein für ein Journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005027
Theodore Ts'o057a1592010-06-07 12:24:21 -04005028#: misc/util.c:269
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005029#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005030msgid ""
5031"\n"
5032"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005033"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005034msgstr ""
5035"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005036"Die angegebene Journalgröße beträgt %d Blöcke. Sie muss aber zwischen\n"
5037"1024 und 102400 Dateisystem-Blöcken liegen. Abbruch! \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005038
Theodore Ts'o057a1592010-06-07 12:24:21 -04005039#: misc/util.c:277
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005040msgid ""
5041"\n"
5042"Journal size too big for filesystem.\n"
5043msgstr ""
5044"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005045"Das Journal ist zu groß für dieses Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005046
Theodore Ts'o057a1592010-06-07 12:24:21 -04005047#: misc/util.c:287
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005048#, c-format
5049msgid ""
5050"This filesystem will be automatically checked every %d mounts or\n"
5051"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5052msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005053"Das Dateisystem wird automatisch nach jeweils %d Einhäng-Vorgängen bzw.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005054"alle %g Tage überprüft, je nachdem, was zuerst eintritt. Dies kann durch\n"
5055"tune2fs -c oder -i geändert werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005056
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005057#: misc/uuidgen.c:31
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005058#, c-format
5059msgid "Usage: %s [-r] [-t]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005060msgstr "Aufruf: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005061
Philipp Thomas3e914b52011-01-24 15:03:41 -05005062#: resize/extent.c:201
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005063msgid "# Extent dump:\n"
5064msgstr "# Extent dump:\n"
5065
Philipp Thomas3e914b52011-01-24 15:03:41 -05005066#: resize/extent.c:202
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005067#, c-format
5068msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
5069msgstr "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
5070
Philipp Thomas3e914b52011-01-24 15:03:41 -05005071#: resize/extent.c:205
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005072#, c-format
5073msgid "#\t\t %u -> %u (%d)\n"
5074msgstr "#\t\t %u -> %u (%d)\n"
5075
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005076#: resize/main.c:42
Philipp Thomas68801282008-07-17 11:47:00 -04005077#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005078msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04005079"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005080"\n"
5081msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04005082"Aufruf: %s [-d Debug_Optionen] [-f] [-F] [-M] [-P] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005083"\n"
5084
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005085#: resize/main.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005086msgid "Extending the inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005087msgstr "Vergrößere die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005088
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005089#: resize/main.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005090msgid "Relocating blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005091msgstr "Verteile die Blöcke neu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005092
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005093#: resize/main.c:70
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005094msgid "Scanning inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005095msgstr "Prüfe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005096
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005097#: resize/main.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005098msgid "Updating inode references"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005099msgstr "Aktualisiere die Inode-Referenzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005100
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005101#: resize/main.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005102msgid "Moving inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005103msgstr "Verschiebe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005104
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005105#: resize/main.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005106msgid "Unknown pass?!?"
5107msgstr "Unbekannter Durchgang?!?"
5108
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005109#: resize/main.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005110#, c-format
5111msgid "Begin pass %d (max = %lu)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005112msgstr "Start von Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005113
Philipp Thomas77c871a2010-04-19 16:59:02 -04005114#: resize/main.c:265
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005115#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05005116msgid "while opening %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005117msgstr "beim Öffnen von %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005118
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005119# c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04005120#: resize/main.c:277
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005121#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05005122msgid "while getting stat information for %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005123msgstr "beim Ermitteln der Statusinformation für %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005124
Philipp Thomas77c871a2010-04-19 16:59:02 -04005125#: resize/main.c:338
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005126#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005127msgid ""
5128"%s: The combination of flex_bg and\n"
5129"\t!resize_inode features is not supported by resize2fs.\n"
5130msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04005131"%s: Die Kombination der Eigenschaften flex_bg und\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005132"t!resize_inode wird von resize2fs nicht unterestützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005133
Philipp Thomas3e914b52011-01-24 15:03:41 -05005134#: resize/main.c:351 resize/main.c:451
Theodore Ts'o057a1592010-06-07 12:24:21 -04005135#, c-format
5136msgid ""
5137"Please run 'e2fsck -f %s' first.\n"
5138"\n"
5139msgstr ""
5140"Bitte zuerst »e2fsck -f %s« laufen lassen.\n"
5141"\n"
5142
Philipp Thomas3e914b52011-01-24 15:03:41 -05005143#: resize/main.c:355
Philipp Thomas720e6362008-06-21 14:06:00 -04005144#, c-format
5145msgid "Estimated minimum size of the filesystem: %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005146msgstr "Geschätzte minimale Grösse des Dateisystems: %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005147
Philipp Thomas3e914b52011-01-24 15:03:41 -05005148#: resize/main.c:391
Philipp Thomas77c871a2010-04-19 16:59:02 -04005149#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005150msgid "Invalid new size: %s\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005151msgstr "Unzulässige neue Größe: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005152
Philipp Thomas3e914b52011-01-24 15:03:41 -05005153#: resize/main.c:403
Philipp Thomas77c871a2010-04-19 16:59:02 -04005154#, c-format
5155msgid "New size smaller than minimum (%u)\n"
5156msgstr "Die neue Größe ist kleiner als das Minimum (%u)\n"
5157
Philipp Thomas3e914b52011-01-24 15:03:41 -05005158#: resize/main.c:409
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005159msgid "Invalid stride length"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005160msgstr "Ungültige Stride-Länge"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005161
Philipp Thomas3e914b52011-01-24 15:03:41 -05005162#: resize/main.c:433
5163#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005164msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005165"The containing partition (or device) is only %u (%dk) blocks.\n"
5166"You requested a new size of %u blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005167"\n"
5168msgstr ""
Philipp Thomas3e914b52011-01-24 15:03:41 -05005169"Die Partition (oder das Gerät) ist nur %llu (%dk) Blöcke groß.\n"
5170"Sie hatten aber %u Blöcke vorgegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005171"\n"
5172
Philipp Thomas3e914b52011-01-24 15:03:41 -05005173#: resize/main.c:440
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005174#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005175msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005176"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005177"\n"
5178msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005179"Das Dateisystem ist schon %u Blöcke groß. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005180"\n"
5181
Philipp Thomas3e914b52011-01-24 15:03:41 -05005182#: resize/main.c:455
Philipp Thomas77c871a2010-04-19 16:59:02 -04005183#, c-format
5184msgid "Resizing the filesystem on %s to %u (%dk) blocks.\n"
5185msgstr ""
5186"Die Grösse des Dateisystems auf %s wird auf %u (%dk) Blöcke geändert.\n"
5187"\n"
5188
Philipp Thomas3e914b52011-01-24 15:03:41 -05005189#: resize/main.c:464
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005190#, c-format
5191msgid "while trying to resize %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005192msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005193
Philipp Thomas3e914b52011-01-24 15:03:41 -05005194#: resize/main.c:467
Philipp Thomas77c871a2010-04-19 16:59:02 -04005195#, c-format
5196msgid ""
5197"Please run 'e2fsck -fy %s' to fix the filesystem\n"
5198"after the aborted resize operation.\n"
5199msgstr ""
5200"Bitte führen Sie »e2fsck -fy %s« aus, um das Dateisystem\n"
5201"nach der abgebrochenen Grössenänderung zu reparieren.\n"
5202
Philipp Thomas3e914b52011-01-24 15:03:41 -05005203#: resize/main.c:473
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005204#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005205msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005206"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005207"\n"
5208msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005209"Das Dateisystem auf %s ist nun %u Blöcke groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005210"\n"
5211
Philipp Thomas3e914b52011-01-24 15:03:41 -05005212#: resize/main.c:488
Philipp Thomas77c871a2010-04-19 16:59:02 -04005213#, c-format
5214msgid "while trying to truncate %s"
5215msgstr "beim Versuch, %s zu kürzen"
5216
Philipp Thomas720e6362008-06-21 14:06:00 -04005217#: resize/online.c:37
5218#, c-format
5219msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005220msgstr "Das Dateisystem auf %s ist auf %s eingehängt; Online-Grössenveränderung nötig\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005221
5222#: resize/online.c:41
Philipp Thomas3e914b52011-01-24 15:03:41 -05005223msgid "On-line shrinking not supported"
5224msgstr "Die Online-Verkleinerung wird nicht unterstützt"
Philipp Thomas720e6362008-06-21 14:06:00 -04005225
Philipp Thomas3e914b52011-01-24 15:03:41 -05005226#: resize/online.c:60
Philipp Thomas720e6362008-06-21 14:06:00 -04005227msgid "Filesystem does not support online resizing"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005228msgstr "Das Dateisystem unterstützt keine Online-Grössenveränderung"
Philipp Thomas720e6362008-06-21 14:06:00 -04005229
Philipp Thomas3e914b52011-01-24 15:03:41 -05005230#: resize/online.c:67
Philipp Thomas68801282008-07-17 11:47:00 -04005231#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005232msgid "while trying to open mountpoint %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005233msgstr "beim Versuch, Einhängpunkt %s zu öffnen"
Philipp Thomas720e6362008-06-21 14:06:00 -04005234
Philipp Thomas3e914b52011-01-24 15:03:41 -05005235#: resize/online.c:75
Philipp Thomas720e6362008-06-21 14:06:00 -04005236msgid "Permission denied to resize filesystem"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005237msgstr "Zugriff verweigert für die Grössenänderung des Dateisystems"
Philipp Thomas720e6362008-06-21 14:06:00 -04005238
Philipp Thomas3e914b52011-01-24 15:03:41 -05005239#: resize/online.c:78
Philipp Thomas720e6362008-06-21 14:06:00 -04005240msgid "Kernel does not support online resizing"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005241msgstr "Der Kernel unterstützt die Online-Vergrösserung nicht"
Philipp Thomas720e6362008-06-21 14:06:00 -04005242
Philipp Thomas3e914b52011-01-24 15:03:41 -05005243#: resize/online.c:81
Philipp Thomas720e6362008-06-21 14:06:00 -04005244msgid "While checking for on-line resizing support"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005245msgstr "Beim Überprüfen, ob Online-Vergrösserung unterstützt wird"
Philipp Thomas720e6362008-06-21 14:06:00 -04005246
Philipp Thomas3e914b52011-01-24 15:03:41 -05005247#: resize/online.c:110
Philipp Thomas720e6362008-06-21 14:06:00 -04005248#, c-format
5249msgid "Performing an on-line resize of %s to %u (%dk) blocks.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005250msgstr "Führe eine Online-Grössenänderung von %s auf %u (%dk) Blöcke durch.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005251
Philipp Thomas3e914b52011-01-24 15:03:41 -05005252#: resize/online.c:120
Philipp Thomas720e6362008-06-21 14:06:00 -04005253msgid "While trying to extend the last group"
Philipp Thomas68801282008-07-17 11:47:00 -04005254msgstr "Beim Versuch, die letzte Gruppe zu erweitern"
Philipp Thomas720e6362008-06-21 14:06:00 -04005255
Philipp Thomas3e914b52011-01-24 15:03:41 -05005256#: resize/online.c:179
Philipp Thomas68801282008-07-17 11:47:00 -04005257#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005258msgid "While trying to add group #%d"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005259msgstr "Beim Versuch, Gruppe %d hinzu zu fügen"
Philipp Thomas720e6362008-06-21 14:06:00 -04005260
Philipp Thomas3e914b52011-01-24 15:03:41 -05005261#: resize/online.c:190
Philipp Thomasa700f512008-08-29 08:49:57 -04005262#, c-format
Philipp Thomas3e914b52011-01-24 15:03:41 -05005263msgid "Filesystem at %s is mounted on %s, and on-line resizing is not supported on this system.\n"
5264msgstr "Dateisystem auf %s ist auf %s eingehängt und Online-Grössenänderung wird auf diesem System nicht unterstützt.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005265
Philipp Thomas77c871a2010-04-19 16:59:02 -04005266#: resize/resize2fs.c:350
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005267#, c-format
5268msgid "inodes (%llu) must be less than %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005269msgstr "Die Anzahl der Indoes (%llu) muss unter %u liegen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005270
Philipp Thomas77c871a2010-04-19 16:59:02 -04005271#: resize/resize2fs.c:582
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005272msgid "reserved blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005273msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005274
Philipp Thomas77c871a2010-04-19 16:59:02 -04005275#: resize/resize2fs.c:795
Theodore Ts'obc759702005-05-09 20:40:55 -04005276msgid "meta-data blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005277msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005278
Philipp Thomas77c871a2010-04-19 16:59:02 -04005279#: resize/resize2fs.c:1752
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005280#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005281msgid "Should never happen: resize inode corrupt!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005282msgstr "Das sollte niemals passieren: Die zu verändernde Inode ist defekt!\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005283
5284#~ msgid "New size too large to be expressed in 32 bits\n"
5285#~ msgstr "Die neue Größe kann nicht mehr mit 32 Bits dargestellt werden\n"