blob: 8165bd1ae64af824573b80ffe22d70aa36761344 [file] [log] [blame]
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001# German translation of e2fsprogs
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002# 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.
Philipp Thomasa4670b92016-08-31 23:14:17 -04007# Philipp Thomas <pth@suse.de>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04009#. The strings in e2fsck's problem.c can be very hard to translate,
10#. since the strings are expanded in two different ways. First of all,
11#. there is an @-expansion, where strings like "@i" are expanded to
12#. "inode", and so on. In order to make it easier for translators, the
13#. e2fsprogs po template file has been enhanced with comments that show
14#. the @-expansion, for the strings in the problem.c file.
15#.
16#. Translators are free to use the @-expansion facility if they so
17#. choose, by providing translations for strings in e2fsck/message.c.
18#. These translation can completely replace an expansion; for example,
19#. if "bblock" (which indicated that "@b" would be expanded to "block")
20#. is translated as "ddatenverlust", then "@d" will be expanded to
21#. "datenverlust". Alternatively, translators can simply not use the
22#. @-expansion facility at all.
23#.
24#. The second expansion which is done for e2fsck's problem.c messages is
25#. a dynamic %-expansion, which expands %i as an inode number, and so
26#. on. A table of these expansions can be found below. Note that
27#. %-expressions that begin with "%D" and "%I" are two-character
28#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040029#. ownership field (inode->i_uid). Also the "%B" expansion is special:
30#. it can expand to either the string "indirect block" (possibly preceded
31#. by the word "double" or "triple"), or the string "block #" immediately
32#. followed by an integer indicating a block sequence number.
Theodore Ts'o7ae19832005-06-19 09:45:36 -040033#.
34#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040035#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'o7ae19832005-06-19 09:45:36 -040036#. %c <blk2> block number
37#. %Di <dirent> -> ino inode number
38#. %Dn <dirent> -> name string
39#. %Dr <dirent> -> rec_len
40#. %Dl <dirent> -> name_len
41#. %Dt <dirent> -> filetype
42#. %d <dir> inode number
43#. %g <group> integer
44#. %i <ino> inode number
45#. %Is <inode> -> i_size
46#. %IS <inode> -> i_extra_isize
47#. %Ib <inode> -> i_blocks
48#. %Il <inode> -> i_links_count
49#. %Im <inode> -> i_mode
50#. %IM <inode> -> i_mtime
51#. %IF <inode> -> i_faddr
52#. %If <inode> -> i_file_acl
53#. %Id <inode> -> i_dir_acl
54#. %Iu <inode> -> i_uid
55#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040056#. %It <str> file type
Theodore Ts'o7ae19832005-06-19 09:45:36 -040057#. %j <ino2> inode number
58#. %m <com_err error message>
59#. %N <num>
60#. %p ext2fs_get_pathname of directory <ino>
61#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
62#. the containing directory. (If dirent is NULL
63#. then return the pathname of directory <ino2>)
64#. %q ext2fs_get_pathname of directory <dir>
65#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
66#. the containing directory.
67#. %s <str> miscellaneous string
68#. %S backup superblock
69#. %X <num> hexadecimal format
70#.
Theodore Ts'oa2328c92002-10-30 23:26:03 -050071msgid ""
72msgstr ""
Philipp Thomasfc5d7892017-01-31 17:34:55 -050073"Project-Id-Version: e2fsprogs-1.43.1\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050074"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -050075"POT-Creation-Date: 2017-01-31 17:10-0500\n"
Philipp Thomasfc5d7892017-01-31 17:34:55 -050076"PO-Revision-Date: 2017-01-30 14:14+0100\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040077"Last-Translator: Philipp Thomas <pth@suse.de>\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -050078"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -040079"Language: de\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050080"MIME-Version: 1.0\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040081"Content-Type: text/plain; charset=UTF-8\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050082"Content-Transfer-Encoding: 8bit\n"
Philipp Thomasfc5d7892017-01-31 17:34:55 -050083"X-Bugs: Report translation errors to the Language-Team address.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050084"Plural-Forms: nplurals=2; plural=(n != 1);\n"
85
Theodore Ts'o4e528702016-09-04 21:31:21 -040086#: e2fsck/badblocks.c:23 misc/mke2fs.c:214
Theodore Ts'oa2328c92002-10-30 23:26:03 -050087#, c-format
88msgid "Bad block %u out of range; ignored.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -050089msgstr "„Bad block“ %u außerhalb des gültigen Bereichs; ignoriert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050090
Philipp Thomas294dd5a2011-10-16 21:53:39 -040091#: e2fsck/badblocks.c:46
Theodore Ts'oa2328c92002-10-30 23:26:03 -050092msgid "while sanity checking the bad blocks inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -040093msgstr "während der logischen Prüfung des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050094
Philipp Thomas294dd5a2011-10-16 21:53:39 -040095#: e2fsck/badblocks.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -050096msgid "while reading the bad blocks inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -040097msgstr "während des Lesens des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050098
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -050099#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1507
100#: e2fsck/unix.c:1600 misc/badblocks.c:1242 misc/badblocks.c:1250
Theodore Ts'o4e528702016-09-04 21:31:21 -0400101#: misc/badblocks.c:1264 misc/badblocks.c:1276 misc/dumpe2fs.c:689
102#: misc/e2image.c:1400 misc/e2image.c:1584 misc/e2image.c:1605
103#: misc/mke2fs.c:230 misc/tune2fs.c:2693 misc/tune2fs.c:2787 resize/main.c:413
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500104#, c-format
105msgid "while trying to open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400106msgstr "beim Versuch, %s zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500107
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400108#: e2fsck/badblocks.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500109#, c-format
110msgid "while trying popen '%s'"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400111msgstr "beim Versuch, „%s“ mittels „popen“ zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500112
Theodore Ts'o4e528702016-09-04 21:31:21 -0400113#: e2fsck/badblocks.c:94 misc/mke2fs.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500114msgid "while reading in list of bad blocks from file"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400115msgstr "beim Lesen der „Bad Block“-Liste aus der Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500116
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400117#: e2fsck/badblocks.c:105
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500118msgid "while updating bad block inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400119msgstr "beim Updaten des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500120
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400121#: e2fsck/badblocks.c:133
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500122#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400123msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500124msgstr ""
125"Warnung: Nicht zulässiger Block %u im „Bad Blocks“-Inode gefunden! "
126"Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500127
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400128#: e2fsck/ehandler.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500129#, c-format
130msgid "Error reading block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400131msgstr "Lesefehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500132
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400133#: e2fsck/ehandler.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500134#, c-format
135msgid "Error reading block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400136msgstr "Lesefehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500137
Theodore Ts'o4e528702016-09-04 21:31:21 -0400138#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500139msgid "Ignore error"
Philipp Thomasab02a742014-07-09 23:13:30 -0400140msgstr "Fehler ignorieren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500141
Theodore Ts'o4e528702016-09-04 21:31:21 -0400142#: e2fsck/ehandler.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500143msgid "Force rewrite"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400144msgstr "Rückschreiben erzwingen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500145
Theodore Ts'o4e528702016-09-04 21:31:21 -0400146#: e2fsck/ehandler.c:109
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500147#, c-format
148msgid "Error writing block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400149msgstr "Schreibfehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500150
Theodore Ts'o4e528702016-09-04 21:31:21 -0400151#: e2fsck/ehandler.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500152#, c-format
153msgid "Error writing block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400154msgstr "Schreibfehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500155
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400156#: e2fsck/emptydir.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500157msgid "empty dirblocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400158msgstr "leere Verzeichnisblöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500159
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400160#: e2fsck/emptydir.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500161msgid "empty dir map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500162msgstr "leere Verzeichnisliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500163
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400164#: e2fsck/emptydir.c:98
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500165#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400166msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500167msgstr "leerer Verzeichnisblock %u (#%d) im Inode %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500168
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400169#: e2fsck/extend.c:22
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500170#, c-format
171msgid "%s: %s filename nblocks blocksize\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400172msgstr "%s: %s Dateiname nblocks Blockgröße\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500173
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400174#: e2fsck/extend.c:44
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500175#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500176msgid "Illegal number of blocks!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400177msgstr "Blockanzahl nicht zulässig!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500178
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400179#: e2fsck/extend.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500180#, c-format
181msgid "Couldn't allocate block buffer (size=%d)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500182msgstr "Es konnte kein Blockpuffer (Größe=%d) reserviert werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500183
Theodore Ts'o4e528702016-09-04 21:31:21 -0400184#: e2fsck/extents.c:42
Theodore Ts'o4e528702016-09-04 21:31:21 -0400185msgid "extent rebuild inode map"
Philipp Thomasfc5d7892017-01-31 17:34:55 -0500186msgstr "„extent rebuild inode“-Liste"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400187
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400188#: e2fsck/flushb.c:35
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500189#, c-format
190msgid "Usage: %s disk\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400191msgstr "Aufruf: %s Laufwerk\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500192
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400193#: e2fsck/flushb.c:64
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500194#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500195msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400196msgstr "BLKFLSBUF ioctl nicht unterstützt! Puffer kann nicht geleert werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500197
Eric Sandeen032eafe2012-07-28 17:48:36 -0400198#: e2fsck/iscan.c:44
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500199#, c-format
200msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400201msgstr "Aufruf: %s [-F] [-I inode_buffer_blocks] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500202
Theodore Ts'o4e528702016-09-04 21:31:21 -0400203#: e2fsck/iscan.c:81 e2fsck/unix.c:1033
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500204#, c-format
205msgid "while opening %s for flushing"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500206msgstr "beim Öffnen von %s für die Puffer-Leerung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500207
Theodore Ts'o4e528702016-09-04 21:31:21 -0400208#: e2fsck/iscan.c:86 e2fsck/unix.c:1039 resize/main.c:382
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500209#, c-format
210msgid "while trying to flush %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400211msgstr "während des Rückschreibeversuches auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500212
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400213#: e2fsck/iscan.c:110
Philipp Thomasb93349a2014-05-31 13:32:39 -0400214#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400215msgid "while trying to open '%s'"
216msgstr "beim Versuch, %s zu öffnen"
217
Theodore Ts'o4e528702016-09-04 21:31:21 -0400218#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1293
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500219msgid "while opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500220msgstr "beim Start des Inode-Scans"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500221
Theodore Ts'o4e528702016-09-04 21:31:21 -0400222#: e2fsck/iscan.c:127 misc/e2image.c:1312
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500223msgid "while getting next inode"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400224msgstr "beim Laden des nächsten Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500225
Eric Sandeen032eafe2012-07-28 17:48:36 -0400226#: e2fsck/iscan.c:136
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500227#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400228msgid "%u inodes scanned.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400229msgstr "%u Inodes untersucht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500230
Theodore Ts'o4e528702016-09-04 21:31:21 -0400231#: e2fsck/journal.c:593
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500232msgid "reading journal superblock\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400233msgstr "Journal-Superblock wird gelesen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500234
Theodore Ts'o4e528702016-09-04 21:31:21 -0400235#: e2fsck/journal.c:666
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500236#, c-format
237msgid "%s: no valid journal superblock found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400238msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500239
Theodore Ts'o4e528702016-09-04 21:31:21 -0400240#: e2fsck/journal.c:675
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500241#, c-format
242msgid "%s: journal too short\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400243msgstr "%s: Das Journal ist zu kurz\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500244
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500245#: e2fsck/journal.c:968 misc/fuse2fs.c:3791
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500246#, c-format
247msgid "%s: recovering journal\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400248msgstr "%s: Journal wird wiederhergestellt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500249
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500250#: e2fsck/journal.c:970
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500251#, c-format
252msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500253msgstr "%s: Das Journal ist nur lesbar - Keine Wiederherstellung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500254
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500255#: e2fsck/journal.c:997
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500256#, c-format
257msgid "while trying to re-open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400258msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500259
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400260#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500261msgid "aextended attribute"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500262msgstr "aerweiterte Attribute"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500263
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400264#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500265msgid "Aerror allocating"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500266msgstr "AFehler beim Reservieren von Platz für"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500267
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400268#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500269msgid "bblock"
270msgstr "bBlock"
271
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400272#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500273msgid "Bbitmap"
274msgstr "BBitmap"
275
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400276#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500277msgid "ccompress"
278msgstr "ckomprimieren"
279
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400280#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500281msgid "Cconflicts with some other fs @b"
Philipp Thomasab02a742014-07-09 23:13:30 -0400282msgstr "CKonflikte mit einem anderen Dateisystemblock"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500283
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400284#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500285msgid "ddirectory"
286msgstr "dVerzeichnis"
287
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400288#: e2fsck/message.c:120
289msgid "Ddeleted"
290msgstr "Dgelöscht"
291
292#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500293msgid "eentry"
294msgstr "eEintrag"
295
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400296#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500297msgid "E@e '%Dn' in %p (%i)"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400298msgstr "E@e „%Dn“ in %p (%i)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500299
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400300#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500301msgid "ffilesystem"
302msgstr "fDateisystem"
303
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400304#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500305msgid "Ffor @i %i (%Q) is"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400306msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500307
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400308#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500309msgid "ggroup"
310msgstr "gGruppe"
311
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400312#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500313msgid "hHTREE @d @i"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500314msgstr "hHTREE @dinode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500315
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400316#: e2fsck/message.c:127
317msgid "iinode"
318msgstr "iInode"
319
320#: e2fsck/message.c:128
321msgid "Iillegal"
322msgstr "Iillegal(er)"
323
324#: e2fsck/message.c:129
325msgid "jjournal"
326msgstr "jJournal"
327
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400328#: e2fsck/message.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500329msgid "llost+found"
330msgstr "llost+found"
331
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400332#: e2fsck/message.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500333msgid "Lis a link"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500334msgstr "List eine Verknüpfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500335
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400336#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400337msgid "mmultiply-claimed"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400338msgstr "mmehrfach beansprucht"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400339
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400340#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400341msgid "ninvalid"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400342msgstr "nungültig"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400343
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400344#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500345msgid "oorphaned"
346msgstr "overwaist"
347
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400348#: e2fsck/message.c:135
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500349msgid "pproblem in"
350msgstr "pProblem in"
351
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400352#: e2fsck/message.c:136
353msgid "qquota"
354msgstr "qQuota"
355
356#: e2fsck/message.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500357msgid "rroot @i"
358msgstr "rRoot @i"
359
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400360#: e2fsck/message.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500361msgid "sshould be"
362msgstr "ssollte sein"
363
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400364#: e2fsck/message.c:139
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500365msgid "Ssuper@b"
366msgstr "SSuper@b"
367
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400368#: e2fsck/message.c:140
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500369msgid "uunattached"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500370msgstr "unicht verbunden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500371
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400372#: e2fsck/message.c:141
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500373msgid "vdevice"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400374msgstr "vGerät"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500375
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400376#: e2fsck/message.c:142
Philipp Thomas720e6362008-06-21 14:06:00 -0400377msgid "xextent"
Philipp Thomas68801282008-07-17 11:47:00 -0400378msgstr "xErweiterung"
Philipp Thomas720e6362008-06-21 14:06:00 -0400379
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400380#: e2fsck/message.c:143
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500381msgid "zzero-length"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500382msgstr "zmit Länge Null"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500383
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400384#: e2fsck/message.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500385msgid "<The NULL inode>"
Philipp Thomasab02a742014-07-09 23:13:30 -0400386msgstr "<Der NULL-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500387
Philipp Thomas77c871a2010-04-19 16:59:02 -0400388#: e2fsck/message.c:155
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400389msgid "<The bad blocks inode>"
390msgstr "<Der „Bad Blocks“-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500391
Philipp Thomas77c871a2010-04-19 16:59:02 -0400392#: e2fsck/message.c:157
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400393msgid "<The user quota inode>"
394msgstr "<Die Benutzerquota-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500395
Philipp Thomas77c871a2010-04-19 16:59:02 -0400396#: e2fsck/message.c:158
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400397msgid "<The group quota inode>"
398msgstr "<Die Gruppenquota-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500399
Philipp Thomas77c871a2010-04-19 16:59:02 -0400400#: e2fsck/message.c:159
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400401msgid "<The boot loader inode>"
Philipp Thomasab02a742014-07-09 23:13:30 -0400402msgstr "<Der „boot loader“-Inode>"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400403
404#: e2fsck/message.c:160
405msgid "<The undelete directory inode>"
406msgstr "<Der „undelete directory“-Inode>"
407
408#: e2fsck/message.c:161
409msgid "<The group descriptor inode>"
410msgstr "<Des „group descriptor“-Inode>"
411
412#: e2fsck/message.c:162
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500413msgid "<The journal inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500414msgstr "<Der Journal-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500415
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400416#: e2fsck/message.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500417msgid "<Reserved inode 9>"
418msgstr "<Der reservierte Inode 9>"
419
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400420#: e2fsck/message.c:164
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500421msgid "<Reserved inode 10>"
422msgstr "<Der reservierte Inode 10>"
423
Theodore Ts'o4e528702016-09-04 21:31:21 -0400424#: e2fsck/message.c:333
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400425msgid "regular file"
Philipp Thomasab02a742014-07-09 23:13:30 -0400426msgstr "reguläre Datei"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400427
Theodore Ts'o4e528702016-09-04 21:31:21 -0400428#: e2fsck/message.c:335
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400429msgid "directory"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500430msgstr "Verzeichnis"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400431
Theodore Ts'o4e528702016-09-04 21:31:21 -0400432#: e2fsck/message.c:337
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400433msgid "character device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400434msgstr "zeichenorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400435
Theodore Ts'o4e528702016-09-04 21:31:21 -0400436#: e2fsck/message.c:339
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400437msgid "block device"
Philipp Thomasab02a742014-07-09 23:13:30 -0400438msgstr "blockorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400439
Theodore Ts'o4e528702016-09-04 21:31:21 -0400440#: e2fsck/message.c:341
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400441msgid "named pipe"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400442msgstr "named pipe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400443
Theodore Ts'o4e528702016-09-04 21:31:21 -0400444#: e2fsck/message.c:343
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400445msgid "symbolic link"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400446msgstr "symbolische Verknüpfung"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400447
Theodore Ts'o4e528702016-09-04 21:31:21 -0400448#: e2fsck/message.c:345 misc/uuidd.c:162
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400449msgid "socket"
Philipp Thomasab02a742014-07-09 23:13:30 -0400450msgstr "Socket"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400451
Theodore Ts'o4e528702016-09-04 21:31:21 -0400452#: e2fsck/message.c:347
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400453#, c-format
454msgid "unknown file type with mode 0%o"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400455msgstr "unbekannter Dateityp mit Modus 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400456
Theodore Ts'o4e528702016-09-04 21:31:21 -0400457#: e2fsck/message.c:422
Philipp Thomas77c871a2010-04-19 16:59:02 -0400458msgid "indirect block"
459msgstr "indirekte Blöcke"
460
Theodore Ts'o4e528702016-09-04 21:31:21 -0400461#: e2fsck/message.c:424
Philipp Thomas77c871a2010-04-19 16:59:02 -0400462msgid "double indirect block"
463msgstr "doppelt indirekte Blöcke"
464
Theodore Ts'o4e528702016-09-04 21:31:21 -0400465#: e2fsck/message.c:426
Philipp Thomas77c871a2010-04-19 16:59:02 -0400466msgid "triple indirect block"
467msgstr "dreifach indirekte Blöcke"
468
Theodore Ts'o4e528702016-09-04 21:31:21 -0400469#: e2fsck/message.c:428
Philipp Thomas77c871a2010-04-19 16:59:02 -0400470msgid "translator block"
471msgstr "Übersetzerblock"
472
Theodore Ts'o4e528702016-09-04 21:31:21 -0400473#: e2fsck/message.c:430
Philipp Thomas77c871a2010-04-19 16:59:02 -0400474msgid "block #"
475msgstr "Block Nr."
476
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400477#: e2fsck/pass1b.c:222
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500478msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500479msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500480
Theodore Ts'o4e528702016-09-04 21:31:21 -0400481#: e2fsck/pass1b.c:645 e2fsck/pass1b.c:793
Philipp Thomas68801282008-07-17 11:47:00 -0400482#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400483msgid "internal error: can't find dup_blk for %llu\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500484msgstr "interner Fehler: dup_blk für %llu wurde nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500485
Theodore Ts'o4e528702016-09-04 21:31:21 -0400486#: e2fsck/pass1b.c:903
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500487msgid "returned from clone_file_block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400488msgstr "zurückgegeben von clone_file_block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500489
Theodore Ts'o4e528702016-09-04 21:31:21 -0400490#: e2fsck/pass1b.c:927
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400491#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400492msgid "internal error: couldn't lookup EA block record for %llu"
Philipp Thomasab02a742014-07-09 23:13:30 -0400493msgstr "interner Fehler: EA-Blockliste für %llu wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400494
Theodore Ts'o4e528702016-09-04 21:31:21 -0400495#: e2fsck/pass1b.c:939
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400496#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400497msgid "internal error: couldn't lookup EA inode record for %u"
Philipp Thomasab02a742014-07-09 23:13:30 -0400498msgstr "Interner Fehler: EA-Inodeliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400499
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500500#: e2fsck/pass1.c:666 e2fsck/pass2.c:972
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400501msgid "reading directory block"
Philipp Thomasab02a742014-07-09 23:13:30 -0400502msgstr "Verzeichnisblock wird gelesen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400503
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500504#: e2fsck/pass1.c:1112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500505msgid "in-use inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400506msgstr "„in-use inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500507
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500508#: e2fsck/pass1.c:1123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500509msgid "directory inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400510msgstr "„directory inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500511
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500512#: e2fsck/pass1.c:1133
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500513msgid "regular file inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400514msgstr "„regular file inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500515
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500516#: e2fsck/pass1.c:1142 misc/e2image.c:1268
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500517msgid "in-use block map"
Philipp Thomasfc5d7892017-01-31 17:34:55 -0500518msgstr "Liste der Blöcke, die verwehndet werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500519
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500520#: e2fsck/pass1.c:1151
Theodore Ts'o4e528702016-09-04 21:31:21 -0400521msgid "metadata block map"
Philipp Thomasfc5d7892017-01-31 17:34:55 -0500522msgstr "Liste der Metadaten-Blöcke"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400523
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500524#: e2fsck/pass1.c:1213
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400525msgid "opening inode scan"
Philipp Thomasab02a742014-07-09 23:13:30 -0400526msgstr "Inode-Scan wird gestartet"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500527
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500528#: e2fsck/pass1.c:1251
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400529msgid "getting next inode from scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400530msgstr "beim Lesen des nächsten Inodes"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400531
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500532#: e2fsck/pass1.c:1936
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500533msgid "Pass 1"
534msgstr "Durchgang 1"
535
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500536#: e2fsck/pass1.c:1997
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500537#, c-format
538msgid "reading indirect blocks of inode %u"
Philipp Thomasab02a742014-07-09 23:13:30 -0400539msgstr "indirekte Blöcke von Inode %u werden gelesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500540
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500541#: e2fsck/pass1.c:2047
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500542msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500543msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500544
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500545#: e2fsck/pass1.c:2087
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500546msgid "inode in bad block map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400547msgstr "Inode in „Bad Blocks“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500548
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500549#: e2fsck/pass1.c:2107
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500550msgid "imagic inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400551msgstr "i„magic inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500552
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500553#: e2fsck/pass1.c:2134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500554msgid "multiply claimed block map"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500555msgstr "mehrfach referenzierte Blockliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500556
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500557#: e2fsck/pass1.c:2248
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500558msgid "ext attr block map"
559msgstr "ext attr block map"
560
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500561#: e2fsck/pass1.c:3415
Philipp Thomas77c871a2010-04-19 16:59:02 -0400562#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500563msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400564msgstr "%6lu(%c): erwartete %6lu erhielt phys %6lu (Blockanzahl %lld)\n"
Philipp Thomas40771272008-09-07 22:55:25 -0400565
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500566#: e2fsck/pass1.c:3830
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500567msgid "block bitmap"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500568msgstr "Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500569
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500570#: e2fsck/pass1.c:3836
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500571msgid "inode bitmap"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500572msgstr "Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500573
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500574#: e2fsck/pass1.c:3842
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500575msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500576msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500577
Theodore Ts'o4e528702016-09-04 21:31:21 -0400578#: e2fsck/pass2.c:287
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500579msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400580msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500581
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500582#: e2fsck/pass2.c:1044 e2fsck/pass2.c:1209
Philipp Thomas720e6362008-06-21 14:06:00 -0400583msgid "Can not continue."
Philipp Thomasab02a742014-07-09 23:13:30 -0400584msgstr "Das Programm kann nicht fortfahren."
Philipp Thomas720e6362008-06-21 14:06:00 -0400585
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400586#: e2fsck/pass3.c:77
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500587msgid "inode done bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400588msgstr "„inode done“-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500589
Philipp Thomasedc733d2012-04-22 15:38:42 -0400590#: e2fsck/pass3.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500591msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500592msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500593
Theodore Ts'o4e528702016-09-04 21:31:21 -0400594#: e2fsck/pass3.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500595msgid "Pass 3"
596msgstr "Durchgang 3"
597
Theodore Ts'o4e528702016-09-04 21:31:21 -0400598#: e2fsck/pass3.c:344
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500599msgid "inode loop detection bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400600msgstr "„inode loop detection“-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500601
Theodore Ts'o4e528702016-09-04 21:31:21 -0400602#: e2fsck/pass4.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500603msgid "Pass 4"
604msgstr "Durchgang 4"
605
Theodore Ts'o4e528702016-09-04 21:31:21 -0400606#: e2fsck/pass5.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500607msgid "Pass 5"
608msgstr "Durchgang 5"
609
Theodore Ts'o4e528702016-09-04 21:31:21 -0400610#: e2fsck/pass5.c:104
611msgid "check_inode_bitmap_checksum: Memory allocation error"
612msgstr ""
613
614#: e2fsck/pass5.c:158
615msgid "check_block_bitmap_checksum: Memory allocation error"
616msgstr ""
617
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400618#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500619msgid "(no prompt)"
620msgstr "(nicht interaktiv)"
621
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400622#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500623msgid "Fix"
Philipp Thomasab02a742014-07-09 23:13:30 -0400624msgstr "Reparieren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500625
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400626#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500627msgid "Clear"
Philipp Thomasab02a742014-07-09 23:13:30 -0400628msgstr "Bereinigen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500629
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400630#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500631msgid "Relocate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400632msgstr "Zurücksetzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500633
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400634#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500635msgid "Allocate"
Philipp Thomasab02a742014-07-09 23:13:30 -0400636msgstr "Freigeben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500637
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400638#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500639msgid "Expand"
Philipp Thomasab02a742014-07-09 23:13:30 -0400640msgstr "Erweitern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500641
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400642#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500643msgid "Connect to /lost+found"
Philipp Thomasab02a742014-07-09 23:13:30 -0400644msgstr "Nach /lost+found verbinden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500645
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400646#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500647msgid "Create"
Philipp Thomasab02a742014-07-09 23:13:30 -0400648msgstr "Erstellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500649
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400650#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500651msgid "Salvage"
Philipp Thomasab02a742014-07-09 23:13:30 -0400652msgstr "Retten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500653
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400654#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500655msgid "Truncate"
Philipp Thomasab02a742014-07-09 23:13:30 -0400656msgstr "Verkürzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500657
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400658#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500659msgid "Clear inode"
Philipp Thomasab02a742014-07-09 23:13:30 -0400660msgstr "Inode bereinigen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500661
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400662#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500663msgid "Abort"
664msgstr "Abbrechen"
665
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400666#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500667msgid "Split"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500668msgstr "Aufteilen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500669
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400670#: e2fsck/problem.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500671msgid "Continue"
672msgstr "Fortsetzen"
673
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400674#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400675msgid "Clone multiply-claimed blocks"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400676msgstr "Mehrfach referenzierte Blöcke werden geklont"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500677
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400678#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500679msgid "Delete file"
Philipp Thomasab02a742014-07-09 23:13:30 -0400680msgstr "Datei löschen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500681
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400682#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500683msgid "Suppress messages"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400684msgstr "Ausgaben unterdrücken"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500685
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400686#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500687msgid "Unlink"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500688msgstr "Trennen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500689
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400690#: e2fsck/problem.c:69
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500691msgid "Clear HTree index"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400692msgstr "Der HTree-Index wird bereinigt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500693
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400694#: e2fsck/problem.c:70
Theodore Ts'obc759702005-05-09 20:40:55 -0400695msgid "Recreate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400696msgstr "Zurücksetzen"
Theodore Ts'obc759702005-05-09 20:40:55 -0400697
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400698#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500699msgid "(NONE)"
700msgstr "(NICHTS)"
701
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400702#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500703msgid "FIXED"
704msgstr "REPARIERT"
705
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400706#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500707msgid "CLEARED"
708msgstr "BEREINIGT"
709
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400710#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500711msgid "RELOCATED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400712msgstr "ZURÜCKGESETZT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500713
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400714#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500715msgid "ALLOCATED"
716msgstr "FREIGEGEBEN"
717
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400718#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500719msgid "EXPANDED"
720msgstr "ERWEITERT"
721
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400722#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500723msgid "RECONNECTED"
724msgstr "WIEDER VERBUNDEN"
725
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400726#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500727msgid "CREATED"
728msgstr "ANGELEGT"
729
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400730#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500731msgid "SALVAGED"
732msgstr "GERETTET"
733
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400734#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500735msgid "TRUNCATED"
Philipp Thomasab02a742014-07-09 23:13:30 -0400736msgstr "ABGESCHNITTEN"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500737
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400738#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500739msgid "INODE CLEARED"
740msgstr "INODE BEREINIGT"
741
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400742#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500743msgid "ABORTED"
744msgstr "ABGEBROCHEN"
745
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400746#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500747msgid "SPLIT"
Philipp Thomasab02a742014-07-09 23:13:30 -0400748msgstr "ABGESPALTEN"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500749
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400750#: e2fsck/problem.c:92
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500751msgid "CONTINUING"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400752msgstr "ES WIRD FORTGEFAHREN"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500753
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400754#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400755msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400756msgstr "MEHRFACH REFERENZIERTE BLÖCKE WURDEN GEKLONT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500757
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400758#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500759msgid "FILE DELETED"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400760msgstr "DATEI WURDE GELÖSCHT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500761
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400762#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500763msgid "SUPPRESSED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400764msgstr "UNTERDRÜCKT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500765
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400766#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500767msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500768msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500769
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400770#: e2fsck/problem.c:97
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500771msgid "HTREE INDEX CLEARED"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500772msgstr "HTREE-INDEX BEREINIGT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500773
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400774#: e2fsck/problem.c:98
Theodore Ts'obc759702005-05-09 20:40:55 -0400775msgid "WILL RECREATE"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500776msgstr "WIRD WIEDER AUFGEBAUT"
Theodore Ts'obc759702005-05-09 20:40:55 -0400777
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400778#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400779#: e2fsck/problem.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500780msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400781msgstr "Block-Bitmap für Gruppe %g ist nicht in der Gruppe. (Block %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500782
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400783#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400784#: e2fsck/problem.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500785msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400786msgstr "Inode-Bitmap für Gruppe %g ist nicht in der Gruppe. (Block %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500787
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400788#. @-expanded: inode table for group %g is not in group. (block %b)\n
789#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400790#: e2fsck/problem.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500791msgid ""
792"@i table for @g %g is not in @g. (@b %b)\n"
793"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
794msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400795"Inode-Tabelle für Gruppe %g ist nicht in der Gruppe. (Block %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400796"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500797
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400798#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400799#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
800#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400801#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
802#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400803#. @-expanded: e2fsck -b 8193 <device>\n
804#. @-expanded: or\n
805#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400806#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400807#: e2fsck/problem.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500808msgid ""
809"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400810"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
811"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500812"@f (and not swap or ufs or something else), then the @S\n"
813"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400814" e2fsck -b 8193 <@v>\n"
815" or\n"
816" e2fsck -b 32768 <@v>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500817"\n"
818msgstr ""
819"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400820"Der Superblock ist unlesbar bzw. beschreibt kein gültiges ext2/ext3/ext4-\n"
821"Dateisystem. Wenn das Gerät gültig ist und ein ext2/ext3/ext4-\n"
822"Dateisystem (kein swap oder ufs usw.) enthält, dann ist der Superblock\n"
823"beschädigt, und Sie könnten versuchen, e2fsck mit einem anderen Superblock\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -0400824"zu starten:\n"
825" e2fsck -b 8193 <@v>\n"
826" oder\n"
827" e2fsck -b 32768 <@v>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500828"\n"
829
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400830#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
831#. @-expanded: The physical size of the device is %c blocks\n
832#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400833#: e2fsck/problem.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500834msgid ""
835"The @f size (according to the @S) is %b @bs\n"
836"The physical size of the @v is %c @bs\n"
837"Either the @S or the partition table is likely to be corrupt!\n"
838msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400839"Die Größe des Dateisystems (laut Superblock) ist %b Blöcke.\n"
840"Die physikalische Größe des Gerätes ist %c Blöcke.\n"
841"Entweder ist der Superblock oder die Partionstabelle beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500842
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400843#. @-expanded: superblock block_size = %b, fragsize = %c.\n
844#. @-expanded: This version of e2fsck does not support fragment sizes different\n
845#. @-expanded: from the block size.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400846#: e2fsck/problem.c:143
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500847msgid ""
848"@S @b_size = %b, fragsize = %c.\n"
849"This version of e2fsck does not support fragment sizes different\n"
850"from the @b size.\n"
851msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500852"@S-@b_size = %b, fragsize = %c.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500853"Diese Version von e2fsck unterstützt keine von Blockgrößen verschiedene "
854"Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500855
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400856#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400857#: e2fsck/problem.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500858msgid "@S @bs_per_group = %b, should have been %c\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500859msgstr "@bs_per_group im @S = %b, sollte %c sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500860
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400861#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400862#: e2fsck/problem.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500863msgid "@S first_data_@b = %b, should have been %c\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500864msgstr "first_data_@b im @S = %b, sollte %c sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500865
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400866#. @-expanded: filesystem did not have a UUID; generating one.\n
867#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400868#: e2fsck/problem.c:160
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500869msgid ""
870"@f did not have a UUID; generating one.\n"
871"\n"
872msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400873"Das Dateisystem hat keine UUID; es wird eine generiert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500874"\n"
875
Theodore Ts'o4e528702016-09-04 21:31:21 -0400876#: e2fsck/problem.c:165
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400877#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500878msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400879"Note: if several inode or block bitmap blocks or part\n"
880"of the inode table require relocation, you may wish to try\n"
881"running e2fsck with the '-b %S' option first. The problem\n"
882"may lie only with the primary block group descriptors, and\n"
883"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500884"\n"
885msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400886"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
887"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
888"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400889"mit der Option „-b %S“ zu starten. Das Problem könnte\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500890"im primären Blockgruppenbezeichner liegen und seine\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500891"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500892"\n"
893
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400894#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400895#: e2fsck/problem.c:174
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500896msgid "Corruption found in @S. (%s = %N).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400897msgstr "Beschädigung gefunden im Superblock. (%s = %N).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500898
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400899#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400900#: e2fsck/problem.c:179
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500901#, c-format
902msgid "Error determining size of the physical @v: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400903msgstr "Fehler bei der Feststellung der Größe des physischen Gerät: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500904
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400905#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400906#: e2fsck/problem.c:184
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400907msgid "@i count in @S is %i, @s %j.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400908msgstr "@i-Anzahl in @S ist %i, sollte %j sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500909
Theodore Ts'o4e528702016-09-04 21:31:21 -0400910#: e2fsck/problem.c:188
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500911msgid "The Hurd does not support the filetype feature.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500912msgstr "Hurd unterstützt keine Dateitypen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500913
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500914#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400915#: e2fsck/problem.c:193
Philipp Thomas77c871a2010-04-19 16:59:02 -0400916#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500917msgid "@S has an @n @j (@i %i).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400918msgstr "Der Superblock hat ein defektes Journal (Inode %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500919
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400920#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400921#: e2fsck/problem.c:198
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500922msgid "External @j has multiple @f users (unsupported).\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500923msgstr ""
924"Externes Journal hat mehrere Dateisystem-Benutzer (nicht unterstützt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500925
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400926#. @-expanded: Can't find external journal\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400927#: e2fsck/problem.c:203
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500928msgid "Can't find external @j\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400929msgstr "Externes Journal kann nicht gefunden werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500930
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400931#. @-expanded: External journal has bad superblock\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400932#: e2fsck/problem.c:208
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500933msgid "External @j has bad @S\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400934msgstr "Externes Journal hat einen ungültigen Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500935
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400936#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400937#: e2fsck/problem.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500938msgid "External @j does not support this @f\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400939msgstr "Externes Journal unterstützt dieses Dateisystem nicht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500940
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500941#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400942#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
943#. @-expanded: format.\n
944#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400945#: e2fsck/problem.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500946msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500947"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500948"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
949"format.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500950"It is also possible the @j @S is corrupt.\n"
951msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500952"Der Superblock des Dateisystem-Journals hat den unbekannten Typ %N (nicht "
953"unterstützt).\n"
954"Es ist möglich, dass Ihr e2fsck älter ist und/oder dieses Journal-Format "
955"nicht unterstützt.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400956"Es ist ebenso möglich, dass der Joornal-Superblock defekt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500957
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500958#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400959#: e2fsck/problem.c:226
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500960msgid "@j @S is corrupt.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400961msgstr "Der Journal-Superblock ist defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500962
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400963#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400964#: e2fsck/problem.c:231
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400965msgid "@S has_@j flag is clear, but a @j is present.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500966msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400967"Der Bitschalter has_journal im Superblock ist nicht gesetzt, aber ein\n"
968"Journal %s ist vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500969
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500970#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400971#: e2fsck/problem.c:236
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500972msgid "@S needs_recovery flag is set, but no @j is present.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500973msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500974"Im Superblock ist der Bitschalter „needs_recovery“ gesetzt, aber ein "
975"Journal\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400976"ist nicht vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500977
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500978#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400979#: e2fsck/problem.c:241
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500980msgid "@S needs_recovery flag is clear, but @j has data.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500981msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400982"Der Bitschalter „needs_recovery“ im Superblock ist nicht gesetzt, aber das\n"
983"Journal enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500984
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400985#. @-expanded: Clear journal
Theodore Ts'o4e528702016-09-04 21:31:21 -0400986#: e2fsck/problem.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500987msgid "Clear @j"
Philipp Thomasab02a742014-07-09 23:13:30 -0400988msgstr "Journal bereinigen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500989
Philipp Thomas77c871a2010-04-19 16:59:02 -0400990#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500991#: e2fsck/problem.c:251 e2fsck/problem.c:744
Philipp Thomas77c871a2010-04-19 16:59:02 -0400992msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Philipp Thomasab02a742014-07-09 23:13:30 -0400993msgstr ""
994"Das Dateisystem hat Eigenschafts-Bitschalter gesetzt, ist aber ein\n"
995"Revision-0-Dateisystem. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500996
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400997#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400998#: e2fsck/problem.c:256
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500999msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001000msgstr "%s verwaister Inode (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001001
Philipp Thomas77c871a2010-04-19 16:59:02 -04001002#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001003#: e2fsck/problem.c:261
Philipp Thomas77c871a2010-04-19 16:59:02 -04001004msgid "@I %B (%b) found in @o @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001005msgstr "Unzulässiges %B (%b) in verwaisten Inode %i gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001006
Philipp Thomas77c871a2010-04-19 16:59:02 -04001007#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001008#: e2fsck/problem.c:266
Philipp Thomas77c871a2010-04-19 16:59:02 -04001009msgid "Already cleared %B (%b) found in @o @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001010msgstr "Bereits bereinigter %B (%b) im verwaisten Inode %i gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001011
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001012#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001013#: e2fsck/problem.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001014#, c-format
1015msgid "@I @o @i %i in @S.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001016msgstr "Unzulässiger verwaister Inode %i im Superblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001017
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001018#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001019#: e2fsck/problem.c:276
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001020#, c-format
1021msgid "@I @i %i in @o @i list.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001022msgstr "Unzulässiger Inode %i in der Liste der verwaisten Inodes.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001023
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001024#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001025#: e2fsck/problem.c:281
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001026msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001027msgstr ""
1028"Der Journal-Superblock hat einen unbekannten Nur-Lesen-Bitschalter gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001029
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001030#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001031#: e2fsck/problem.c:286
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001032msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001033msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001034"Im Journal-Superblock ist ein unbekannter Bitschalter für eine\n"
1035"inkompatible Eigenschaft gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001036
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001037#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001038#: e2fsck/problem.c:291
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001039msgid "@j version not supported by this e2fsck.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001040msgstr "Diese Journal-Version wird von diesem e2fsck nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001041
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001042#. @-expanded: Moving journal from /%s to hidden inode.\n
1043#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001044#: e2fsck/problem.c:296
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001045#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001046msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001047"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001048"\n"
1049msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001050"Journal wird von /%s zum versteckten Inode verschoben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001051"\n"
1052
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001053#. @-expanded: Error moving journal: %m\n
1054#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001055#: e2fsck/problem.c:301
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001056#, c-format
1057msgid ""
1058"Error moving @j: %m\n"
1059"\n"
1060msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001061"Fehler beim Verschieben des Journals: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001062"\n"
1063
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001064#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1065#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1066#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001067#: e2fsck/problem.c:306
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001068msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001069"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001070"Clearing fields beyond the V1 @j @S...\n"
1071"\n"
1072msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001073"Unvollständige V2-Journal-Superblock-Felder (vom V1-Journal) gefunden.\n"
1074"Die Felder nach dem V1-Journal-Superblock werden bereinigt...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001075"\n"
1076
Philipp Thomas77c871a2010-04-19 16:59:02 -04001077#. @-expanded: Run journal anyway
Theodore Ts'o4e528702016-09-04 21:31:21 -04001078#: e2fsck/problem.c:312
Philipp Thomas77c871a2010-04-19 16:59:02 -04001079msgid "Run @j anyway"
Philipp Thomasab02a742014-07-09 23:13:30 -04001080msgstr "Journal trotzdem starten"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001081
1082#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001083#: e2fsck/problem.c:317
Philipp Thomas77c871a2010-04-19 16:59:02 -04001084msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001085msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001086"Der Bitschalter für Wiederherstellung ist im Sicherungs-Superblock nicht\n"
1087"gesetzt, das Journal wird daher trotzdem gestartet.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001088
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001089#. @-expanded: Backing up journal inode block information.\n
1090#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001091#: e2fsck/problem.c:322
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001092msgid ""
1093"Backing up @j @i @b information.\n"
1094"\n"
1095msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001096"Die Informationen des Journal-Inodeblocks werden gesichert.\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001097"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001098
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001099#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1100#. @-expanded: is %N; should be zero.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001101#: e2fsck/problem.c:327
Theodore Ts'obc759702005-05-09 20:40:55 -04001102msgid ""
1103"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1104"is %N; @s zero. "
1105msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001106"Für @f ist resize_@i nicht eingeschaltet, aber s_reserved_gdt_@bs\n"
1107"ist %N; @s Null. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001108
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001109#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001110#: e2fsck/problem.c:333
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001111msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001112msgstr ""
1113"Resize_@i ist nicht aktiviert, aber der zu modifizierende Inode ist nicht-"
1114"Null."
Theodore Ts'obc759702005-05-09 20:40:55 -04001115
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001116#. @-expanded: Resize inode not valid.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001117#: e2fsck/problem.c:338
Theodore Ts'obc759702005-05-09 20:40:55 -04001118msgid "Resize @i not valid. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001119msgstr "Resize-Inode ist ungültig. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001120
Philipp Thomas77c871a2010-04-19 16:59:02 -04001121#. @-expanded: superblock last mount time (%t,\n
1122#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001123#: e2fsck/problem.c:343
Philipp Thomas77c871a2010-04-19 16:59:02 -04001124msgid ""
1125"@S last mount time (%t,\n"
1126"\tnow = %T) is in the future.\n"
1127msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001128"Der Zeitpunkt des letzten Einhängens des Superblocks (%t,\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001129"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001130
Philipp Thomas77c871a2010-04-19 16:59:02 -04001131#. @-expanded: superblock last write time (%t,\n
1132#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001133#: e2fsck/problem.c:348
Philipp Thomas77c871a2010-04-19 16:59:02 -04001134msgid ""
1135"@S last write time (%t,\n"
1136"\tnow = %T) is in the future.\n"
1137msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001138"Der Zeitpunkt des letzten Schreibens des Superblocks (%t,\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001139"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001140
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001141#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001142#: e2fsck/problem.c:352
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001143#, c-format
1144msgid "@S hint for external superblock @s %X. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001145msgstr "Superblock-Hinweis für externen Superblock sollte %X sein. "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001146
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001147#. @-expanded: Adding dirhash hint to filesystem.\n
1148#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001149#: e2fsck/problem.c:357
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001150msgid ""
1151"Adding dirhash hint to @f.\n"
1152"\n"
1153msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001154"Verzeichnishash-Hinweis wird zum Dateisystem hinzugefügt.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001155"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001156
Philipp Thomasedc733d2012-04-22 15:38:42 -04001157#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001158#: e2fsck/problem.c:362
Philipp Thomasedc733d2012-04-22 15:38:42 -04001159msgid "@g descriptor %g checksum is %04x, should be %04y. "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001160msgstr ""
1161"Die Prüfsumme des Gruppendeskriptors %g ist %04x, sie sollte %04y sein. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001162
1163#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001164#: e2fsck/problem.c:367
Philipp Thomas720e6362008-06-21 14:06:00 -04001165#, c-format
1166msgid "@g descriptor %g marked uninitialized without feature set.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001167msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001168"Gruppendeskriptor %g ist ohne eine gesetzte Eigenschaft.\n"
1169"als nicht initialisiert gekennzeichnet.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001170
Philipp Thomas720e6362008-06-21 14:06:00 -04001171#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001172#: e2fsck/problem.c:372
Philipp Thomas720e6362008-06-21 14:06:00 -04001173msgid "@g descriptor %g has invalid unused inodes count %b. "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001174msgstr ""
1175"Gruppendeskriptor %g hat eine ungültige Anzahl ungenutzter Inodes von %b. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001176
1177#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001178#: e2fsck/problem.c:377
Philipp Thomas720e6362008-06-21 14:06:00 -04001179msgid "Last @g @b @B uninitialized. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001180msgstr "Die letzte Gruppen-Blockbitmap ist nicht initialisiert. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001181
Theodore Ts'o4e528702016-09-04 21:31:21 -04001182#: e2fsck/problem.c:382
Philipp Thomas720e6362008-06-21 14:06:00 -04001183#, c-format
1184msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001185msgstr ""
1186"Journaltransaktion %i war beschädigt, die Wiederholung wurde abgebrochen.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001187
Theodore Ts'o4e528702016-09-04 21:31:21 -04001188#: e2fsck/problem.c:386
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001189msgid "The test_fs flag is set (and ext4 is available). "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001190msgstr "Die Kennung test_fs wurde gesetzt (und ext4 ist verfügbar). "
1191
1192#. @-expanded: superblock last mount time is in the future.\n
1193#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'o4e528702016-09-04 21:31:21 -04001194#. @-expanded: set)\n
1195#: e2fsck/problem.c:391
Philipp Thomas77c871a2010-04-19 16:59:02 -04001196msgid ""
1197"@S last mount time is in the future.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001198"\t(by less than a day, probably due to the hardware clock being incorrectly "
1199"set)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001200msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001201"Der Zeitpunkt des letzten Einhängens des Superblocks liegt in der Zukunft.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001202"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-"
1203"Uhr)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001204
1205#. @-expanded: superblock last write time is in the future.\n
1206#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'o4e528702016-09-04 21:31:21 -04001207#. @-expanded: set)\n
1208#: e2fsck/problem.c:397
Philipp Thomas77c871a2010-04-19 16:59:02 -04001209msgid ""
1210"@S last write time is in the future.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001211"\t(by less than a day, probably due to the hardware clock being incorrectly "
1212"set)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001213msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001214"Der Zeitpunkt des letzten Schreibens des Superblocks liegt in der Zukunft.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001215"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-"
1216"Uhr)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001217
1218#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001219#: e2fsck/problem.c:403
Philipp Thomas77c871a2010-04-19 16:59:02 -04001220msgid "One or more @b @g descriptor checksums are invalid. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001221msgstr "Die Prüfsumme eines oder mehrerer Gruppendeskriptoren ist ungültig. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001222
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001223#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001224#: e2fsck/problem.c:408
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001225msgid "Setting free @is count to %j (was %i)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001226msgstr "Die Anzahl der freien Inodes wird auf %j gesetzt (war %i)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001227
1228#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001229#: e2fsck/problem.c:413
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001230msgid "Setting free @bs count to %c (was %b)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001231msgstr "Die Anzahl der freien Blöcke wird auf %c gesetzt (war %b)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001232
Eric Sandeen032eafe2012-07-28 17:48:36 -04001233#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001234#: e2fsck/problem.c:418
Eric Sandeen032eafe2012-07-28 17:48:36 -04001235msgid "Making @q @i %i (%Q) hidden.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001236msgstr "Quota-Inode %i (%Q) wird versteckt.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001237
1238#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001239#: e2fsck/problem.c:423
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001240msgid "@S has invalid MMP block. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001241msgstr "Der Superblock hat einen ungültigen MMP-Block. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001242
1243#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001244#: e2fsck/problem.c:428
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001245msgid "@S has invalid MMP magic. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001246msgstr "Der Superblock besitzt eine falsche MMP-Kennung. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001247
Theodore Ts'o4e528702016-09-04 21:31:21 -04001248#: e2fsck/problem.c:433
Philipp Thomasedc733d2012-04-22 15:38:42 -04001249#, c-format
1250msgid "ext2fs_open2: %m\n"
1251msgstr "ext2fs_open2: %m\n"
1252
Theodore Ts'o4e528702016-09-04 21:31:21 -04001253#: e2fsck/problem.c:438
Philipp Thomasedc733d2012-04-22 15:38:42 -04001254#, c-format
1255msgid "ext2fs_check_desc: %m\n"
1256msgstr "ext2fs_check_desc: %m\n"
1257
Theodore Ts'o4e528702016-09-04 21:31:21 -04001258#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1259#. @-expanded: simultaneously.
1260#: e2fsck/problem.c:446
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001261msgid ""
1262"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1263"simultaneously."
Theodore Ts'o4e528702016-09-04 21:31:21 -04001264msgstr ""
1265
1266#. @-expanded: superblock MMP block checksum does not match MMP block.
1267#: e2fsck/problem.c:452
Theodore Ts'o4e528702016-09-04 21:31:21 -04001268msgid "@S MMP block checksum does not match MMP block. "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001269msgstr "Die Prüfsumme des MMP-Blocks passt nicht zum MMP-Block"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001270
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001271#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001272#: e2fsck/problem.c:457
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001273msgid "@S 64bit filesystems needs extents to access the whole disk. "
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001274msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001275"Superblock-64Bit-Dateisysteme brauchen Erweiterungen, um auf die gesamte\n"
1276"Platte zugreifen zu können. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001277
Theodore Ts'o4e528702016-09-04 21:31:21 -04001278#: e2fsck/problem.c:462
Philipp Thomas37be3822015-05-17 20:21:39 -04001279msgid "First_meta_bg is too big. (%N, max value %g). "
1280msgstr "First_meta_bg ist zu groß. (%N, max. Wert %g). "
1281
Theodore Ts'o4e528702016-09-04 21:31:21 -04001282#. @-expanded: External journal superblock checksum does not match superblock.
1283#: e2fsck/problem.c:467
Theodore Ts'o4e528702016-09-04 21:31:21 -04001284msgid "External @j @S checksum does not match @S. "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001285msgstr ""
1286"Die Prüfsumme des Superblocks fes externen Journals passt nicht zum "
1287"Superblock"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001288
1289#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1290#: e2fsck/problem.c:472
1291msgid "@S metadata_csum_seed is not necessary without metadata_csum."
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001292msgstr "ohne metadata_csum ist metadata_csum_seed im Superblock nicht nötig."
Theodore Ts'o4e528702016-09-04 21:31:21 -04001293
1294#: e2fsck/problem.c:477
1295#, c-format
1296msgid "Error initializing quota context in support library: %m\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001297msgstr ""
1298"Fehler beim Initialisieren des Quota-Kontextes in der "
1299"Unterstützungsbibliothek: %m\n"
1300
1301#. @-expanded: Bad required extra isize in superblock (%N).
1302#: e2fsck/problem.c:482
1303msgid "Bad required extra isize in @S (%N). "
1304msgstr ""
1305
1306#. @-expanded: Bad desired extra isize in superblock (%N).
1307#: e2fsck/problem.c:487
1308msgid "Bad desired extra isize in @S (%N). "
1309msgstr ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04001310
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001311#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001312#: e2fsck/problem.c:494
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001313msgid "Pass 1: Checking @is, @bs, and sizes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001314msgstr "Durchgang 1: Inodes, Blöcke und Größen werden geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001315
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001316#. @-expanded: root inode is not a directory.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001317#: e2fsck/problem.c:498
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001318msgid "@r is not a @d. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001319msgstr "Root-Inode ist kein Verzeichnis. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001320
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001321#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001322#: e2fsck/problem.c:503
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001323msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001324msgstr ""
1325"Für Root-Inode ist dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001326
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001327#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001328#: e2fsck/problem.c:508
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001329msgid "Reserved @i %i (%Q) has @n mode. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001330msgstr "Reservierter Inode %i (%Q) hat einen ungültigen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001331
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001332#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001333#: e2fsck/problem.c:513
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001334#, c-format
1335msgid "@D @i %i has zero dtime. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001336msgstr "dtime für gelöschten Inode %i ist Null. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001337
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001338#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001339#: e2fsck/problem.c:518
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001340#, c-format
1341msgid "@i %i is in use, but has dtime set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001342msgstr "Inode %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001343
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001344#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001345#: e2fsck/problem.c:523
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001346#, c-format
1347msgid "@i %i is a @z @d. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001348msgstr "Inode %i ist ein Verzeichnis mit Länge Null. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001350#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001351#: e2fsck/problem.c:528
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001352msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001353msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001354"Die Blockbitmap der Gruppe %g auf %b überschneidet sich mit\n"
1355"einem anderen Dateisystemblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001356
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001357#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001358#: e2fsck/problem.c:533
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001359msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001360msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001361"Die Inode-Bitmap der Gruppe %g bei %b überschneidet sich mit\n"
1362"einem anderen Dateisystemblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001363
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001364#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001365#: e2fsck/problem.c:538
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001366msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001367msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001368"Die Inode-Tabelle der Gruppe %g bei %b überschneidet sich mit\n"
1369"einem anderen Dateisystemblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001370
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001371#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001372#: e2fsck/problem.c:543
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001373msgid "@g %g's @b @B (%b) is bad. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001374msgstr "die @b-@B (%b) von @g %g ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001375
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001376#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001377#: e2fsck/problem.c:548
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001378msgid "@g %g's @i @B (%b) is bad. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001379msgstr "Die Inode-Bitmap (%b) der Gruppe %g ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001380
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001381#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001382#: e2fsck/problem.c:553
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001383msgid "@i %i, i_size is %Is, @s %N. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001384msgstr "Inode %i, i_size ist %Is, sollte %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001385
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001386#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001387#: e2fsck/problem.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001388msgid "@i %i, i_@bs is %Ib, @s %N. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001389msgstr "Inode %i, i_@bs ist %Ib, sollte %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001390
Philipp Thomas77c871a2010-04-19 16:59:02 -04001391#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001392#: e2fsck/problem.c:563
Philipp Thomas77c871a2010-04-19 16:59:02 -04001393msgid "@I %B (%b) in @i %i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001394msgstr "Unzulässiger %B (%b) in Inode %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001395
Philipp Thomas77c871a2010-04-19 16:59:02 -04001396#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001397#: e2fsck/problem.c:568
Philipp Thomas77c871a2010-04-19 16:59:02 -04001398msgid "%B (%b) overlaps @f metadata in @i %i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001399msgstr "%B (%b) überlappt Dateisystem-Metadaten in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001400
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001401#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001402#: e2fsck/problem.c:573
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001403#, c-format
1404msgid "@i %i has illegal @b(s). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001405msgstr "Inode %i hat unzulässige(n) Block/Blöcke. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001407#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001408#: e2fsck/problem.c:578
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001409#, c-format
1410msgid "Too many illegal @bs in @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001411msgstr "Zu viele unzulässige Blöcke in @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001412
Philipp Thomas77c871a2010-04-19 16:59:02 -04001413#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001414#: e2fsck/problem.c:583
Philipp Thomas77c871a2010-04-19 16:59:02 -04001415msgid "@I %B (%b) in bad @b @i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001416msgstr "Ungültiger %B (%b) in „bad block“-Inode. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001417
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001418#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001419#: e2fsck/problem.c:588
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001420msgid "Bad @b @i has illegal @b(s). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001421msgstr "„Bad Block“-Inode hat unzulässige(n) Block/Blöcke. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001422
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001423#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001424#: e2fsck/problem.c:593
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001425msgid "Duplicate or bad @b in use!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001426msgstr "Doppelter oder unzulässiger Block in Gebrauch!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001427
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001428#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001429#: e2fsck/problem.c:598
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001430msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001431msgstr ""
1432"Ungültiger Block %b wird benutzt als indirekter Block des „Bad Block“-"
1433"Inodes. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001434
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001435#. @-expanded: \n
1436#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1437#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1438#. @-expanded: in the filesystem.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001439#: e2fsck/problem.c:603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001440msgid ""
1441"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001442"The bad @b @i has probably been corrupted. You probably\n"
1443"should stop now and run e2fsck -c to scan for bad blocks\n"
1444"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001445msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001446"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001447"Der „Bad Block“-Inode ist wahrscheinlich beschädigt worden. Sie sollten\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001448"nun innehalten und „e2fsck -c“ ausführen, um nach defekten Blöcken in\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001449"dem Dateisystem zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001450
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001451#. @-expanded: \n
1452#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001453#: e2fsck/problem.c:610
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001454msgid ""
1455"\n"
1456"If the @b is really bad, the @f can not be fixed.\n"
1457msgstr ""
1458"\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001459"Wenn der Block wirklich defekt ist, kann das Dateisystem nicht repariert "
1460"werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001461
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001462#. @-expanded: You can remove this block from the bad block list and hope\n
1463#. @-expanded: that the block is really OK. But there are no guarantees.\n
1464#. @-expanded: \n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001465#: e2fsck/problem.c:615
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001466msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001467"You can remove this @b from the bad @b list and hope\n"
1468"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001469"\n"
1470msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001471"Sie können diesen Block aus der Liste der defekten Blöcke löschen\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001472"und hoffen, das dieser wirklich in Ordnung ist, es gibt aber\n"
1473"KEINE GARANTIEN.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001474"\n"
1475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001477#: e2fsck/problem.c:621
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001478msgid "The primary @S (%b) is on the bad @b list.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001479msgstr "Der primäre Superblock (%b) ist in der Liste der defekten Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001480
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001481#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001482#: e2fsck/problem.c:626
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001483msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001484msgstr ""
1485"Block %b im primären Gruppendeskriptor ist in der Liste der defekten Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001486
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001487#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001488#: e2fsck/problem.c:632
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001489msgid "Warning: Group %g's @S (%b) is bad.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001490msgstr "Warnung: der Superblock der Gruppe %g (%b) ist defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001491
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001492#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001493#: e2fsck/problem.c:637
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001494msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001495msgstr ""
1496"Warnung: die Kopie des Gruppendeskriptors von Gruppe %g hat einen defekten "
1497"Block (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001498
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001499#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001500#: e2fsck/problem.c:643
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001501msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001502msgstr ""
1503"Programmierfehler? Block #%b wird ohne Grund in process_bad_@b verlangt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001504
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001505#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001506#: e2fsck/problem.c:649
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001507msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001508msgstr ""
1509"Fehler beim Zuweisen von %N zusammenhängenende(m/n) Block/Blöcken in der @b-"
1510"@g %g für %s: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001511
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001512#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001513#: e2fsck/problem.c:654
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001514#, c-format
1515msgid "@A @b buffer for relocating %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001516msgstr "Fehler beim Zuweisen eines Blockpuffers zum Verschieben von %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001517
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001518#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001519#: e2fsck/problem.c:659
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001520msgid "Relocating @g %g's %s from %b to %c...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001521msgstr "Gruppe %g's %s wird von %b nach %c verschoben ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001522
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001523#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001524#: e2fsck/problem.c:664
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001525#, c-format
1526msgid "Relocating @g %g's %s to %c...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001527msgstr "Gruppe %g's %s wird nach %c verschoben ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001528
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001529#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001530#: e2fsck/problem.c:669
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001531msgid "Warning: could not read @b %b of %s: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001532msgstr "Warnung: Block %b von %s konnte nicht gelesen werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001533
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001534#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001535#: e2fsck/problem.c:674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001536msgid "Warning: could not write @b %b for %s: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001537msgstr "Warnung: Block %b von %s konnte nicht geschrieben werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001538
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001539#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001540#: e2fsck/problem.c:679 e2fsck/problem.c:1740
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001541msgid "@A @i @B (%N): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001542msgstr "Fehler beim Zuweisen der Inode-Bitmap (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001543
1544#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001545#: e2fsck/problem.c:684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001546msgid "@A @b @B (%N): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001547msgstr "Fehler beim Zuweisen der Block-Bitmap (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001548
1549#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001550#: e2fsck/problem.c:689
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001551#, c-format
1552msgid "@A icount link information: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001553msgstr "Fehler beim Zuweisen der „icount link information“: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001554
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001555#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001556#: e2fsck/problem.c:694
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001557#, c-format
1558msgid "@A @d @b array: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001559msgstr "Fehler beim Zuweisen des Verzeichnis-Block-Feldes: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001560
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001561#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001562#: e2fsck/problem.c:699
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001563#, c-format
1564msgid "Error while scanning @is (%i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001565msgstr "Fehler während des Durchsuchens der Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001566
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001567#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001568#: e2fsck/problem.c:704
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001569#, c-format
1570msgid "Error while iterating over @bs in @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001571msgstr "Fehler beim Iterieren über die Blöcke in Inode %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001572
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001573#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001574#: e2fsck/problem.c:709
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001575msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001576msgstr ""
1577"Fehler beim Speichern der Informationen zur Inode-Anzahl (Inode=%i, Anzahl="
1578"%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001579
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001580#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001581#: e2fsck/problem.c:714
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001582msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001583msgstr ""
1584"Fehler beim Speichern der Verzeichnis-Block-Informationen (Inode=%i, Block="
1585"%b, Anzahl=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001586
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001587#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001588#: e2fsck/problem.c:720
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001589#, c-format
1590msgid "Error reading @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001591msgstr "Fehler beim Lesen des Inodes %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001592
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001593#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001594#: e2fsck/problem.c:728
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001595#, c-format
1596msgid "@i %i has imagic flag set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001597msgstr "Inode %i hat den Imagic-Bitschalter gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001598
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001599#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1600#. @-expanded: or append-only flag set.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001601#: e2fsck/problem.c:733
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001602#, c-format
1603msgid ""
1604"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1605"or append-only flag set. "
1606msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001607"Spezielle Geräte-/Socket-/Fifo-/Symlink-Datei (Inode %i) hat den Bitschalter "
1608"für\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001609"unveränderbar oder Nur-Anhängen gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001610
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001611#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001612#: e2fsck/problem.c:739
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001613#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001614msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001615msgstr "Spezieller Geräte-/Socket-/Fifo-Inode %i hat die Größe Null. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001616
1617#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001618#: e2fsck/problem.c:749
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001619msgid "@j @i is not in use, but contains data. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001620msgstr "Inode %i wird nicht verwendet, aber enthält Daten. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001621
1622#. @-expanded: journal is not regular file.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001623#: e2fsck/problem.c:754
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001624msgid "@j is not regular file. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001625msgstr "Journal ist keine reguläre Datei. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001626
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001627#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001628#: e2fsck/problem.c:759
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001629#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001630msgid "@i %i was part of the @o @i list. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001631msgstr "Inode %i war Teil der Liste verwaister Inodes. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001632
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001633#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001634#: e2fsck/problem.c:765
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001635msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001636msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001637"Inodes wurden gefunden, die Teil einer defekten verketteten Liste von\n"
1638"verwaisten Inodes waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001639
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001640#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001641#: e2fsck/problem.c:770
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001642msgid "@A refcount structure (%N): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001643msgstr "Fehler beim Zuweisen der refcount-Struktur (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001644
1645#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001646#: e2fsck/problem.c:775
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001647msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001648msgstr ""
1649"Fehler beim Lesen des Blocks für erweiterte Attribute %b für Inode %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001650
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001651#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001652#: e2fsck/problem.c:780
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001653msgid "@i %i has a bad @a @b %b. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001654msgstr "Inode %i hat einen defekten Erweiterte-Attribute-Block %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001655
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001656#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001657#: e2fsck/problem.c:785
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001658msgid "Error reading @a @b %b (%m). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001659msgstr "Fehler beim Lesen des Blocks für erweiterte Attribute (%m). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001660
Philipp Thomas77c871a2010-04-19 16:59:02 -04001661#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001662#: e2fsck/problem.c:790
Philipp Thomas77c871a2010-04-19 16:59:02 -04001663msgid "@a @b %b has reference count %r, @s %N. "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001664msgstr ""
1665"Der Referenzzähler des Blocks für erweiterte Attribute %b ist %r, richtig "
1666"wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001667
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001668#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001669#: e2fsck/problem.c:795
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001670msgid "Error writing @a @b %b (%m). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001671msgstr "Fehler beim Schreiben des Blocks für erweiterte Attribute %b (%m). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001672
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001673#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001674#: e2fsck/problem.c:800
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001675msgid "@a @b %b has h_@bs > 1. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001676msgstr "Der Block für erweiterte Attribute %b hat h_blocks > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001677
Theodore Ts'o4e528702016-09-04 21:31:21 -04001678#. @-expanded: error allocating extended attribute region allocation structure.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001679#: e2fsck/problem.c:805
Theodore Ts'o4e528702016-09-04 21:31:21 -04001680msgid "@A @a region allocation structure. "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001681msgstr ""
1682"Fehler beim Anfordern von Speicher für die Struktur zur Verwaltung der "
1683"Speicherreservierungen für die erweiterten Attribute. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001685#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001686#: e2fsck/problem.c:810
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001687msgid "@a @b %b is corrupt (allocation collision). "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001688msgstr ""
1689"Der Block für erweiterte Attribute %b ist defekt (Kollision der "
1690"Platzanforderungen). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001691
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001692#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001693#: e2fsck/problem.c:815
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001694msgid "@a @b %b is corrupt (@n name). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001695msgstr "Der Block für erweiterte Attribute %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001696
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001697#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001698#: e2fsck/problem.c:820
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001699msgid "@a @b %b is corrupt (@n value). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001700msgstr "Der Block für erweiterte Attribute %b ist defekt (ungültiger Wert). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001701
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001702#. @-expanded: inode %i is too big.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001703#: e2fsck/problem.c:825
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001704#, c-format
1705msgid "@i %i is too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001706msgstr "Inode %i ist zu groß. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001707
Philipp Thomas77c871a2010-04-19 16:59:02 -04001708#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001709#: e2fsck/problem.c:829
Philipp Thomas77c871a2010-04-19 16:59:02 -04001710msgid "%B (%b) causes @d to be too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001711msgstr "%B (%b) macht das Verzeichnis zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001712
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001713#: e2fsck/problem.c:834
Philipp Thomas77c871a2010-04-19 16:59:02 -04001714msgid "%B (%b) causes file to be too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001715msgstr "Block #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001716
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001717#: e2fsck/problem.c:839
Philipp Thomas77c871a2010-04-19 16:59:02 -04001718msgid "%B (%b) causes symlink to be too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001719msgstr "Block #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001720
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001721#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001722#: e2fsck/problem.c:844
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001723#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001724msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1725msgstr ""
1726"Inode %i hat INDEX_FL Flag auf einem Dateisystem ohne HTREE-Unterstützung "
1727"gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001728
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001729#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001730#: e2fsck/problem.c:849
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001731#, c-format
1732msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1733msgstr ""
1734"Inode %i hat den INDEX_FL-Bitschalter gesetzt, ist aber kein Verzeichnis.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001735
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001736#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001737#: e2fsck/problem.c:854
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001738#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001739msgid "@h %i has an @n root node.\n"
1740msgstr ""
1741"HTREE-Verzeichnis-Inode %i hat einen unvollständigen Wurzelknoten („root "
1742"node“).\n"
1743
1744#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1745#: e2fsck/problem.c:859
1746msgid "@h %i has an unsupported hash version (%N)\n"
1747msgstr ""
1748"HTREE-Verzeichnis-Inode %i hat eine nicht unterstützte Hash-Version (%N)\n"
1749
1750#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1751#: e2fsck/problem.c:864
1752#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001753msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001754msgstr ""
1755"@h %i benutzt einen nicht unterstützten Bitschalter für einen Htree-"
1756"Wurzelknoten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001757
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001758#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001759#: e2fsck/problem.c:869
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001760msgid "@h %i has a tree depth (%N) which is too big\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001761msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001762
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001763#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1764#. @-expanded: filesystem metadata.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001765#: e2fsck/problem.c:874
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001766msgid ""
1767"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1768"@f metadata. "
1769msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001770"Der Inode für defekte Blöcke hat einen indirekten Block (%b), der mit\n"
1771"den Dateisystem-Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001772
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001773#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001774#: e2fsck/problem.c:880
Theodore Ts'obc759702005-05-09 20:40:55 -04001775#, c-format
1776msgid "Resize @i (re)creation failed: %m."
Philipp Thomasab02a742014-07-09 23:13:30 -04001777msgstr "Erzeugung des Vergrößerungs-Inodes scheiterte: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001778
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001779#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001780#: e2fsck/problem.c:885
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001781msgid "@i %i has a extra size (%IS) which is @n\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001782msgstr "Inode %i hat eine ungültige Extragröße (%IS)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001783
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001784#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001785#: e2fsck/problem.c:890
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001786msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001787msgstr ""
1788"Ein erweitertes Attribut in Inode %i hat eine ungültige „namelen“ von %N.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001789
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001790#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001791#: e2fsck/problem.c:895
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001792msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001793msgstr ""
1794"Ein erweitertes Attribut in Inode %i hat einen ungültigen Werteversatz von "
1795"%N.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001796
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001797#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001798#: e2fsck/problem.c:900
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001799msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001800msgstr ""
1801"Ein erweitertes Attribut in Inode %i hat einen ungültigen Werteblock von %N "
1802"(muss 0 sein).\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001803
Philipp Thomas77c871a2010-04-19 16:59:02 -04001804#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001805#: e2fsck/problem.c:905
Philipp Thomas77c871a2010-04-19 16:59:02 -04001806msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001807msgstr ""
1808"Ein erweitertes Attribut in Inode %i hat eine ungültige Wertegröße von %N.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001809
Philipp Thomas720e6362008-06-21 14:06:00 -04001810#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001811#: e2fsck/problem.c:910
Philipp Thomas720e6362008-06-21 14:06:00 -04001812msgid "@a in @i %i has a hash (%N) which is @n\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001813msgstr "Ein erweitertes Attribut in Inode %i hat den ungültigen Hash %N.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001814
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001815#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001816#: e2fsck/problem.c:915
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001817msgid "@i %i is a %It but it looks like it is really a directory.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001818msgstr ""
1819"Inode %i ist ein %It, aber es sieht so aus, als ob es tatsächlich ein "
1820"Verzeichnis ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001821
Philipp Thomas40771272008-09-07 22:55:25 -04001822#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001823#: e2fsck/problem.c:920
Philipp Thomas68801282008-07-17 11:47:00 -04001824#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001825msgid "Error while reading over @x tree in @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001826msgstr "Fehler beim Iterieren über den Extent-Baum @x in Inode %i: %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001827
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001828#. @-expanded: Failed to iterate extents in inode %i\n
1829#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001830#: e2fsck/problem.c:925
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001831msgid ""
1832"Failed to iterate extents in @i %i\n"
1833"\t(op %s, blk %b, lblk %c): %m\n"
1834msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001835"Das Iterieren der Erweiterungen (Extents) in Inode %i scheiterte\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001836"\t(op %s, blk %b, lblk %c): %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001837
1838#. @-expanded: inode %i has an invalid extent\n
1839#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001840#: e2fsck/problem.c:931
Philipp Thomas720e6362008-06-21 14:06:00 -04001841msgid ""
1842"@i %i has an @n extent\n"
1843"\t(logical @b %c, @n physical @b %b, len %N)\n"
1844msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001845"Inode %i hat eine @ne Erweiterung\n"
1846"\t(logischer Block %c, @n physischer Block %b, Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001847
1848#. @-expanded: inode %i has an invalid extent\n
1849#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001850#: e2fsck/problem.c:936
Philipp Thomas720e6362008-06-21 14:06:00 -04001851msgid ""
1852"@i %i has an @n extent\n"
1853"\t(logical @b %c, physical @b %b, @n len %N)\n"
1854msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001855"Inode %i hat eine ungültige Erweiterung\n"
1856"\t(logischer Block %c, physischer Block %b, unzulässige Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001857
1858#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001859#: e2fsck/problem.c:941
Philipp Thomas720e6362008-06-21 14:06:00 -04001860#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001861msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001862msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001863"Inode %i hat den EXTENTS_FL-Bitschalter gesetzt, obwohl das Dateisystem\n"
1864"Erweiterungen nicht unterstützt.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001865
1866#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001867#: e2fsck/problem.c:946
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001868#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001869msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001870msgstr ""
1871"Inode %i besitzt das Erweiterungsformat, aber dem Superblock fehlt die "
1872"Eigenschaft EXTENTS\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001873
1874#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001875#: e2fsck/problem.c:951
Philipp Thomas720e6362008-06-21 14:06:00 -04001876#, c-format
1877msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001878msgstr ""
1879"Dem Inode %i fehlt EXTENT_FL, er hat aber das Format einer Erweiterung\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001880
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001881#: e2fsck/problem.c:956
Philipp Thomas720e6362008-06-21 14:06:00 -04001882#, c-format
1883msgid "Fast symlink %i has EXTENT_FL set. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001884msgstr "In schnellem Symlink %i ist EXTENT_FL gesetzt. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001885
1886#. @-expanded: inode %i has out of order extents\n
1887#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001888#: e2fsck/problem.c:961
Philipp Thomas720e6362008-06-21 14:06:00 -04001889msgid ""
1890"@i %i has out of order extents\n"
1891"\t(@n logical @b %c, physical @b %b, len %N)\n"
1892msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001893"Inode %i hat unregelmäßige Erweiterungen\n"
1894"\t(ungültiger logischer Block %c, physischer Block %b, Länge %N)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001895
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001896#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001897#: e2fsck/problem.c:965
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001898msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001899msgstr "Inode %i hat einen ungültigen Erweiterungs-Knoten (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001900
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001901#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001902#: e2fsck/problem.c:970
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001903#, c-format
1904msgid "Error converting subcluster @b @B: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001905msgstr "Fehler beim Umwandeln der Subcluster-Blockbitmap: %m\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001906
1907#. @-expanded: quota inode is not regular file.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001908#: e2fsck/problem.c:975
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001909msgid "@q @i is not regular file. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001910msgstr "Der Quota-Inode ist keine reguläre Datei. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001911
1912#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001913#: e2fsck/problem.c:980
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001914msgid "@q @i is not in use, but contains data. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001915msgstr "Quota-Inode wird nicht benutzt, enthält aber Daten. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001916
1917#. @-expanded: quota inode is visible to the user.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001918#: e2fsck/problem.c:985
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001919msgid "@q @i is visible to the user. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001920msgstr "Der Quota-Inode ist sichtbar für den Benutzer. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001921
1922#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001923#: e2fsck/problem.c:990
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001924msgid "The bad @b @i looks @n. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001925msgstr "Der Inode für defekte Blöcke sieht ungültig aus. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001926
Philipp Thomasedc733d2012-04-22 15:38:42 -04001927#. @-expanded: inode %i has zero length extent\n
1928#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001929#: e2fsck/problem.c:995
Philipp Thomasedc733d2012-04-22 15:38:42 -04001930msgid ""
1931"@i %i has zero length extent\n"
1932"\t(@n logical @b %c, physical @b %b)\n"
1933msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001934"Inode %i hat eine Erweitertung der Länge Null\n"
1935"\t(ungültiger logischer Block %c, physischer Block %b)\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04001936
Theodore Ts'o4e528702016-09-04 21:31:21 -04001937#. @-expanded: inode %i seems to contain garbage.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001938#: e2fsck/problem.c:1000
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001939#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04001940msgid "@i %i seems to contain garbage. "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001941msgstr "Inode %i scheint Müll zu enthalten. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001942
1943#. @-expanded: inode %i passes checks, but checksum does not match inode.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001944#: e2fsck/problem.c:1005
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001945#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04001946msgid "@i %i passes checks, but checksum does not match @i. "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001947msgstr ""
1948"Die Inode %i passiert die Prüfungen, aber die Prüfsumme passt nicht zur "
1949"Inode."
Theodore Ts'o4e528702016-09-04 21:31:21 -04001950
1951#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001952#: e2fsck/problem.c:1010
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001953#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04001954msgid "@i %i @a is corrupt (allocation collision). "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001955msgstr ""
1956"Das erweiterte Attribut für Inode %i ist defekt (Kollision der "
1957"Speicerplatzanforderungen). "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001958
1959#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1960#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001961#: e2fsck/problem.c:1018
Theodore Ts'o4e528702016-09-04 21:31:21 -04001962msgid ""
1963"@i %i extent block passes checks, but checksum does not match extent\n"
1964"\t(logical @b %c, physical @b %b, len %N)\n"
1965msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001966"Der Erweiterungsblock von INode %i passiert die Prüfungen, allerdings passt "
1967"die Prüfsumme nicht zur Erweiterung\n"
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001968"\t(logischer Block %c, physischer Block %b, Länge %N)\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001969
1970#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001971#: e2fsck/problem.c:1027
Theodore Ts'o4e528702016-09-04 21:31:21 -04001972msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001973msgstr ""
1974"Der Block für erweiterte Attribute von Inode %i passiert die Prüfungen, "
1975"allerdings passt die Prüfsumme nicht zum Block. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001976
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001977#. @-expanded: Interior extent node level %N of inode %i:\n
1978#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001979#: e2fsck/problem.c:1034
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001980msgid ""
1981"Interior @x node level %N of @i %i:\n"
1982"Logical start %b does not match logical start %c at next level. "
1983msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001984"Ebene %N des internen Erweiterungsknotens von Inode %i:\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001985"Der logische Start %b passt nicht zum logischen Start %c auf der nächsten "
1986"Ebene."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001987
1988#. @-expanded: inode %i, end of extent exceeds allowed value\n
1989#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001990#: e2fsck/problem.c:1040
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001991msgid ""
1992"@i %i, end of extent exceeds allowed value\n"
1993"\t(logical @b %c, physical @b %b, len %N)\n"
1994msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001995"Inode %i, das Ende der Erweiterung ist außerhalb des gültigen Bereichs\n"
1996"\t(logischer Block %c, physischer Block %b, Länge %N)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001997
Theodore Ts'o4e528702016-09-04 21:31:21 -04001998#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001999#: e2fsck/problem.c:1045
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002000#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002001msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002002msgstr ""
2003"Inode %i besitzt das Erweiterungsformat, aber dem Superblock fehlt die "
2004"Eigenschaft EXTENTS\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002005
2006#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002007#: e2fsck/problem.c:1050
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002008#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002009msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002010msgstr ""
2011"Inode %i hat den Bitschalter INDEX_DATA_FL gesetzt obwohl das Dateisystem "
2012"Inline-Daten nicht unterstützt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002013
2014#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002015#: e2fsck/problem.c:1058
2016msgid ""
2017"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
2018msgstr ""
2019"Block %2$b von Inode %1$i steht in Konflikt mit kritischen Metadaten, "
2020"Blockprüfungen werden übersprungen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002021
Philipp Thomas37be3822015-05-17 20:21:39 -04002022#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002023#: e2fsck/problem.c:1063
Philipp Thomas37be3822015-05-17 20:21:39 -04002024msgid "@d @i %i @b %b should be at @b %c. "
2025msgstr "Verzeichnisinode %i Block %b sollte in Block %c sein. "
2026
2027#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002028#: e2fsck/problem.c:1068
Philipp Thomas37be3822015-05-17 20:21:39 -04002029#, c-format
2030msgid "@d @i %i has @x marked uninitialized at @b %c. "
2031msgstr ""
2032"Verzeichnis-Inode %i hat eine Erweiterung, die als nicht initialisiert\n"
2033"gekennzeichnet ist in Block %c. "
2034
2035#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
2036#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002037#: e2fsck/problem.c:1073
Philipp Thomas37be3822015-05-17 20:21:39 -04002038msgid ""
2039"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
2040"Will fix in pass 1B.\n"
2041msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002042"Die Inode %i, logischer Block %b (physischer Block %c) verletzt die Regeln "
2043"zur\b Anforderung von Cluster-Speicher.\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04002044"Dies wird in Durchgang 1B repariert.\n"
2045
Theodore Ts'o4e528702016-09-04 21:31:21 -04002046#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002047#: e2fsck/problem.c:1078
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002048#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002049msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002050msgstr ""
2051"Inode %i hat den INDEX_DATA_FL-Bitschalter gesetzt, aber es wurde kein "
2052"erweitertes Attribut gefunden. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002053
2054#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
2055#. @-expanded: or inline-data flag set.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002056#: e2fsck/problem.c:1083
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002057#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002058msgid ""
2059"Special (@v/socket/fifo) file (@i %i) has extents\n"
2060"or inline-data flag set. "
2061msgstr ""
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002062"Spezielle Geräte-/Socket-/Fifo-Datei (Inode %i) hat den Erweiterungs-\n"
2063"oder Inlinedaten-Bitschalter gesetzt. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002064
2065#. @-expanded: inode %i has extent header but inline data flag is set.\n
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002066#: e2fsck/problem.c:1089
Theodore Ts'o4e528702016-09-04 21:31:21 -04002067#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002068msgid "@i %i has @x header but inline data flag is set.\n"
2069msgstr ""
2070"Inode %i hat den Vorspann einer Erweeiterung aber der Inlinedaten-"
2071"Bitschalter ist gesetzt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002072
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002073#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002074#: e2fsck/problem.c:1094
Theodore Ts'o4e528702016-09-04 21:31:21 -04002075#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002076msgid "@i %i seems to have inline data but @x flag is set.\n"
2077msgstr ""
2078"Inode %i scheint Inlinedaten zu besitzen, aber der Erweiterungs-Bitschalter "
2079"ist gesetzt.\n"
2080
2081#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
2082#: e2fsck/problem.c:1099
2083#, c-format
2084msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
2085msgstr ""
2086"Inode %i scheint eine Blockliste zu haben, aber die Bitschalter für "
2087"Inlinedaten und Erweiterungen sind gesetzt.\n"
2088
2089#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
2090#: e2fsck/problem.c:1104
2091#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002092msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002093msgstr ""
2094"Die Bitschalter von Inode %i für Inlinedaten und Erweiterungen sind gesetzt "
2095"aber i_block enthält Müll.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002096
2097#. @-expanded: Bad block list says the bad block list inode is bad.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002098#: e2fsck/problem.c:1109
Theodore Ts'o4e528702016-09-04 21:31:21 -04002099msgid "Bad block list says the bad block list @i is bad. "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002100msgstr "Die Liste defekter Blöcke sagt, daß die Inode der Liste defekt ist. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002101
2102#. @-expanded: error allocating extent region allocation structure.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002103#: e2fsck/problem.c:1114
Theodore Ts'o4e528702016-09-04 21:31:21 -04002104msgid "@A @x region allocation structure. "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002105msgstr ""
2106"Fehler beim Anfordern von Speicher für die Struktur für "
2107"Speicheranforderungen für die Erweiterungsregion. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002108
2109#. @-expanded: inode %i has a duplicate extent mapping\n
2110#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002111#: e2fsck/problem.c:1119
Theodore Ts'o4e528702016-09-04 21:31:21 -04002112msgid ""
2113"@i %i has a duplicate @x mapping\n"
2114"\t(logical @b %c, @n physical @b %b, len %N)\n"
2115msgstr ""
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002116"Inode %i hat eine doppelte Erweiterungsliste\n"
2117"\t(logischer Block %c, ungültiger physischer Block %b, Länge %N)\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002118
2119#. @-expanded: error allocating memory for encrypted directory list\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002120#: e2fsck/problem.c:1124
Theodore Ts'o4e528702016-09-04 21:31:21 -04002121msgid "@A memory for encrypted @d list\n"
2122msgstr ""
2123
2124#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002125#: e2fsck/problem.c:1129
Theodore Ts'o4e528702016-09-04 21:31:21 -04002126msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
2127msgstr ""
2128
2129#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002130#: e2fsck/problem.c:1134
Theodore Ts'o4e528702016-09-04 21:31:21 -04002131#, c-format
2132msgid "@i %i on bigalloc @f cannot be @b mapped. "
2133msgstr ""
2134
2135#. @-expanded: inode %i has corrupt extent header.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002136#: e2fsck/problem.c:1139
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002137#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002138msgid "@i %i has corrupt @x header. "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002139msgstr "Inode %i hat einen defekten Erweiterungs-Vorspann. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002140
2141#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002142#: e2fsck/problem.c:1144
Theodore Ts'o4e528702016-09-04 21:31:21 -04002143#, c-format
2144msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002145msgstr ""
2146"Zeitstempel in Inode %i bevor 2310-04-04 sind wahrscheinlich von vor 1970.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002147
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002148#. @-expanded: \n
2149#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2150#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002151#: e2fsck/problem.c:1151
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002152msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002153"\n"
2154"Running additional passes to resolve @bs claimed by more than one @i...\n"
2155"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002156msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002157"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002158"Zusätzliche Läufe werden durchgeführt, um die von mehr als einem Inode\n"
2159"beanspruchten Blöcke zu klären ...\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002160"Durchgang 1B: Suche nach mehrfach beanspruchten Blöcken\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002161
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002162#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002163#: e2fsck/problem.c:1157
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002164#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002165msgid "@m @b(s) in @i %i:"
Philipp Thomasab02a742014-07-09 23:13:30 -04002166msgstr "Mehrfach beanspruchte(r) Block/Blöcke in Inode %i:"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002167
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002168#: e2fsck/problem.c:1172
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002169#, c-format
2170msgid "Error while scanning inodes (%i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002171msgstr "Fehler beim Prüfen der Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002172
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002173#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002174#: e2fsck/problem.c:1177
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002175#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002176msgid "@A @i @B (@i_dup_map): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002177msgstr "Fehler beim Zuweisen der Inode-Bitmap (inode_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002178
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002179#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002180#: e2fsck/problem.c:1182
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002181#, c-format
2182msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002183msgstr "Fehler beim Iterieren über die Blöcke in Inode %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002185#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002186#: e2fsck/problem.c:1187 e2fsck/problem.c:1549
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002187msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002188msgstr ""
2189"Fehler bei der Anpassung des Referenzzählers des Blocks für erweiterte "
2190"Attribute %b (Inode %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002191
Theodore Ts'o6956f612005-12-31 16:46:15 -05002192#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002193#: e2fsck/problem.c:1197
Theodore Ts'o6956f612005-12-31 16:46:15 -05002194msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002195msgstr ""
2196"Durchgang 1C: Verzeichnisse werden nach Inodes mit mehrfach belegten Blöcken "
2197"durchsucht.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002198
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002199#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002200#: e2fsck/problem.c:1203
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002201msgid "Pass 1D: Reconciling @m @bs\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002202msgstr "Durchgang 1D: Mehrfach belegte Blöcke werden abgeglichen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002203
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002204#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002205#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002206#: e2fsck/problem.c:1208
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002207msgid ""
2208"File %Q (@i #%i, mod time %IM) \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002209" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002210msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002211"Datei %Q (Inode #%i, Änderungszeit %IM) \n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002212" hat %r mehrfach belegte(n) Block/Blöcke, gemeinsam genutzt mit %N "
2213"Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002214
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002215#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002216#: e2fsck/problem.c:1214
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002217msgid "\t%Q (@i #%i, mod time %IM)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002218msgstr "\t%Q (Inode #%i, Änderungszeit %IM)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002219
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002220#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002221#: e2fsck/problem.c:1219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002222msgid "\t<@f metadata>\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002223msgstr "\t<@f-Metadaten>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002225#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2226#. @-expanded: \n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002227#: e2fsck/problem.c:1224
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002228msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002229"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002230"\n"
2231msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002232"(Es gibt %N Inodes, die mehrfach belegte Blöcke enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002233"\n"
2234
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002235#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2236#. @-expanded: \n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002237#: e2fsck/problem.c:1229
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002238msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002239"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002240"\n"
2241msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002242"Mehrfach belegte Blöcke wurden bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002243"\n"
2244
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002245#: e2fsck/problem.c:1242
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002246#, c-format
2247msgid "Couldn't clone file: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002248msgstr "Datei kann nicht geklont werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002249
Theodore Ts'o4e528702016-09-04 21:31:21 -04002250#. @-expanded: Pass 1E: Optimizing extent trees\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002251#: e2fsck/problem.c:1248
Theodore Ts'o4e528702016-09-04 21:31:21 -04002252msgid "Pass 1E: Optimizing @x trees\n"
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002253msgstr "Durchgang 1E: Erweiterungsbäume werden optimiert\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002254
2255#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002256#: e2fsck/problem.c:1253
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002257#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002258msgid "Failed to optimize @x tree %p (%i): %m\n"
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002259msgstr "Erweiterungsbaum %p (%i) konnte nicht optimiert werden: %m\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002260
2261#. @-expanded: Optimizing extent trees:
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002262#: e2fsck/problem.c:1258
Theodore Ts'o4e528702016-09-04 21:31:21 -04002263msgid "Optimizing @x trees: "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002264msgstr "Erweiterungsbäume werden optimiert: "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002265
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002266#: e2fsck/problem.c:1273
Theodore Ts'o4e528702016-09-04 21:31:21 -04002267msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002268msgstr ""
2269"Interner Fehler: die max. Tiefe des Erweiterungsbaums ist zu groß (%b; "
2270"erwartet wurde %c).\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002271
2272#. @-expanded: inode %i extent tree (at level %b) could be shorter.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002273#: e2fsck/problem.c:1278
Theodore Ts'o4e528702016-09-04 21:31:21 -04002274msgid "@i %i @x tree (at level %b) could be shorter. "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002275msgstr ""
2276"Der Erweiterungsbaum von Inode %1$i (auf Ebene %2$b) könnte kürzer sein. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002277
2278#. @-expanded: inode %i extent tree (at level %b) could be narrower.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002279#: e2fsck/problem.c:1283
Theodore Ts'o4e528702016-09-04 21:31:21 -04002280msgid "@i %i @x tree (at level %b) could be narrower. "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002281msgstr ""
2282"Der Erweiterungsbaum von Inode %1$i (auf Ebene %2$b) könnte schmaler sein. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002283
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002284#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002285#: e2fsck/problem.c:1290
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002286msgid "Pass 2: Checking @d structure\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002287msgstr "Durchgang 2: Verzeichnisstruktur wird geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002288
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002289#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002290#: e2fsck/problem.c:1295
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002291#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002292msgid "@n @i number for '.' in @d @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002293msgstr "Falsche Inode-Nummer für „.“ in Verzeichnis-Inode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002294
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002295#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002296#: e2fsck/problem.c:1300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002297msgid "@E has @n @i #: %Di.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002298msgstr "Eintrag hat falsche Inode-Nummer: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002299
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002300#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002301#: e2fsck/problem.c:1305
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002302msgid "@E has @D/unused @i %Di. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002303msgstr "Eintrag „%Dn“ in %p (%i) hat gelöschten/unbenutzten Inode %Di. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002304
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002305#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002306#: e2fsck/problem.c:1310
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002307msgid "@E @L to '.' "
Philipp Thomasab02a742014-07-09 23:13:30 -04002308msgstr "Eintrag „%Dn“ in %p (%i) ist ein Link auf „.“ "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002309
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002310#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002311#: e2fsck/problem.c:1315
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002312msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002313msgstr ""
2314"Eintrag „%Dn“ in %p (%i) zeigt auf einen Inode (%Di) in einem defekten "
2315"Block.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002316
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002317#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002318#: e2fsck/problem.c:1320
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002319msgid "@E @L to @d %P (%Di).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002320msgstr "Eintrag „%Dn“ in %p (%i) ist ein Link auf das Verzeichnis %P (%Di).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002321
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002322#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002323#: e2fsck/problem.c:1325
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002324msgid "@E @L to the @r.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002325msgstr "Eintrag „%Dn“ in %p (%i) ist ein Link auf den Root-Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002326
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002327#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002328#: e2fsck/problem.c:1330
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002329msgid "@E has illegal characters in its name.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002330msgstr "Eintrag „%Dn“ in %p (%i) hat ein unzulässiges Zeichen im Namen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002331
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002332#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002333#: e2fsck/problem.c:1335
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002334#, c-format
2335msgid "Missing '.' in @d @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002336msgstr "Fehlende „.“ im Verzeichnis-Inode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002337
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002338#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002339#: e2fsck/problem.c:1340
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002340#, c-format
2341msgid "Missing '..' in @d @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002342msgstr "Fehlender Eintrag „..“ im Verzeichnis-Inode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002343
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002344#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002345#: e2fsck/problem.c:1345
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002346msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002347msgstr ""
2348"Der erste Eintrag „%Dn“ (Inode=%Di) im Verzeichnis-Inode %i (%p) sollte „.“ "
2349"sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002350
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002351#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002352#: e2fsck/problem.c:1350
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002353msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002354msgstr ""
2355"Der zweite Eintrag „%Dn“ (Inode=%Di) im Verzeichnis-Inode %i sollte „..“ "
2356"sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002357
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002358#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002359#: e2fsck/problem.c:1355
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002360msgid "i_faddr @F %IF, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002361msgstr "i_faddr für Inode %i (%Q) ist %IF, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002362
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002363#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002364#: e2fsck/problem.c:1360
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002365msgid "i_file_acl @F %If, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002366msgstr "i_file_acl für Inode %i (%Q) ist %If, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002367
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002368#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002369#: e2fsck/problem.c:1365
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002370msgid "i_dir_acl @F %Id, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002371msgstr "i_dir_acl für Inode %i (%Q) ist %Id, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002373#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002374#: e2fsck/problem.c:1370
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002375msgid "i_frag @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002376msgstr "i_frag für Inode %i (%Q) ist %N, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002377
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002378#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002379#: e2fsck/problem.c:1375
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002380msgid "i_fsize @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002381msgstr "i_fsize für Inode %i (%Q) ist %N, @s null.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002382
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002383#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002384#: e2fsck/problem.c:1380
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002385msgid "@i %i (%Q) has @n mode (%Im).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002386msgstr "Inode %i (%Q) hat einen ungültigen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002387
Philipp Thomas77c871a2010-04-19 16:59:02 -04002388#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002389#: e2fsck/problem.c:1385
Philipp Thomas77c871a2010-04-19 16:59:02 -04002390msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002391msgstr "Verzeichnis-Inode %i, %B, Offset %N: Verzeichnis defekt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002392
Philipp Thomas77c871a2010-04-19 16:59:02 -04002393#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002394#: e2fsck/problem.c:1390
Philipp Thomas77c871a2010-04-19 16:59:02 -04002395msgid "@d @i %i, %B, offset %N: filename too long\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002396msgstr "Verzeichnis-Inode %i, %B, Offset %N: Dateiname zu lang\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002397
Philipp Thomas77c871a2010-04-19 16:59:02 -04002398#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002399#: e2fsck/problem.c:1395
Philipp Thomas77c871a2010-04-19 16:59:02 -04002400msgid "@d @i %i has an unallocated %B. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002401msgstr "Verzeichnis-Inode %i hat einen nicht zugewiesenen %B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002402
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002403#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002404#: e2fsck/problem.c:1400
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002405#, c-format
2406msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002407msgstr ""
2408"Verzeichniseintrag „.“ im Verzeichnis-Inode %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002409
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002410#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002411#: e2fsck/problem.c:1405
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002412#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002413msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002414msgstr ""
2415"Verzeichniseintrag „..“ im Verzeichnis-Inode %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002416
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002417#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002418#: e2fsck/problem.c:1410
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002419msgid "@i %i (%Q) is an @I character @v.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002420msgstr "Inode %i (%Q) ist ein ungültiges zeichenorientiertes Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002421
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002422#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002423#: e2fsck/problem.c:1415
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002424msgid "@i %i (%Q) is an @I @b @v.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002425msgstr "Inode %i (%Q) ist ein ungültiges blockorientiertes Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002426
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002427#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002428#: e2fsck/problem.c:1420
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002429msgid "@E is duplicate '.' @e.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002430msgstr "Eintrag „%Dn“ in %p (%i) ist ein doppelter Eintrag für „.“.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002431
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002432#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002433#: e2fsck/problem.c:1425
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002434msgid "@E is duplicate '..' @e.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002435msgstr "Eintrag „%Dn“ in %p (%i) ist ein doppelter Eintrag für „..“.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002436
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002437#: e2fsck/problem.c:1430 e2fsck/problem.c:1765
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002438#, c-format
2439msgid "Internal error: couldn't find dir_info for %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002440msgstr "Interner Fehler: dir_info für %i kann nicht gefunden werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002441
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002442#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002443#: e2fsck/problem.c:1435
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002444msgid "@E has rec_len of %Dr, @s %N.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002445msgstr "Eintrag „%Dn“ in %p (%i) hat eine rec_len von %Dr, sollte %N sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002446
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002447#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002448#: e2fsck/problem.c:1440
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002449#, c-format
2450msgid "@A icount structure: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002451msgstr "Fehler beim Zuweisen der icount-Struktur: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002452
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002453#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002454#: e2fsck/problem.c:1445
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002455#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04002456msgid "Error iterating over @d @bs: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002457msgstr "Fehler beim Durchlaufen der Verzeichnisblöcke: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002458
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002459#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002460#: e2fsck/problem.c:1450
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002461msgid "Error reading @d @b %b (@i %i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002462msgstr "Fehler beim Lesen des Verzeichnisblocks %b (Inode %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002463
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002464#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002465#: e2fsck/problem.c:1455
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002466msgid "Error writing @d @b %b (@i %i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002467msgstr "Fehler beim Schreiben des Verzeichnisblocks %b (Inode %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002468
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002469#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002470#: e2fsck/problem.c:1460
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002471#, c-format
2472msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002473msgstr ""
2474"Fehler beim Zuweisen eines neuen Verzeichnisblocks für Inode %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002476#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002477#: e2fsck/problem.c:1465
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002478#, c-format
2479msgid "Error deallocating @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002480msgstr "Fehler bei der Freigabe von Inode %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002481
Philipp Thomas40771272008-09-07 22:55:25 -04002482#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002483#: e2fsck/problem.c:1470
Philipp Thomas40771272008-09-07 22:55:25 -04002484#, c-format
2485msgid "@d @e for '.' in %p (%i) is big.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002486msgstr "Verzeichniseintrag für „.“ in %p (%i) ist groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002487
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002488#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002489#: e2fsck/problem.c:1475
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002490msgid "@i %i (%Q) is an @I FIFO.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002491msgstr "Inode %i (%Q) ist eine ungültige FIFO.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002492
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002493#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002494#: e2fsck/problem.c:1480
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002495msgid "@i %i (%Q) is an @I socket.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002496msgstr "Inode %i (%Q) ist ein ungültiger Socket.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002497
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002498#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002499#: e2fsck/problem.c:1485
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002500msgid "Setting filetype for @E to %N.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002501msgstr "Dateitypü für Eintrag „%Dn“ in %p (%i) wird auf %N gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002502
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002503#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002504#: e2fsck/problem.c:1490
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002505msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002506msgstr ""
2507"Eintrag „%Dn“ in %p (%i) hat einen falschen Dateityp (war %Dt, sollte %N "
2508"sein).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002509
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002510#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002511#: e2fsck/problem.c:1495
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002512msgid "@E has filetype set.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002513msgstr "Eintrag „%Dn“ in %p (%i) hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002514
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002515#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002516#: e2fsck/problem.c:1500
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002517msgid "@E has a @z name.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002518msgstr "Eintrag „%Dn“ in %p (%i) hat einen Namen der Länge Null.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002519
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002520#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002521#: e2fsck/problem.c:1505
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002522msgid "Symlink %Q (@i #%i) is @n.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002523msgstr "Symlink %Q (Inode #%i) is invalid.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002524
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002525#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002526#: e2fsck/problem.c:1510
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002527msgid "@a @b @F @n (%If).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002528msgstr "Erweiterte-Attribute-Block für Inode %i (%Q) ist ungültig (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002529
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002530#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002531#: e2fsck/problem.c:1515
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002532msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002533msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002534"Dateisystem enthält große Dateien, aber im Superblock ist\n"
2535"der Bitschalter LARGE_FILE nicht gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002536
Philipp Thomas77c871a2010-04-19 16:59:02 -04002537#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002538#: e2fsck/problem.c:1520
Philipp Thomas77c871a2010-04-19 16:59:02 -04002539msgid "@p @h %d: %B not referenced\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002540msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B ist nicht referenziert\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002541
Philipp Thomas77c871a2010-04-19 16:59:02 -04002542#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002543#: e2fsck/problem.c:1525
Philipp Thomas77c871a2010-04-19 16:59:02 -04002544msgid "@p @h %d: %B referenced twice\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002545msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002546
Philipp Thomas77c871a2010-04-19 16:59:02 -04002547#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002548#: e2fsck/problem.c:1530
Philipp Thomas77c871a2010-04-19 16:59:02 -04002549msgid "@p @h %d: %B has bad min hash\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002550msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B hat ungültigen Minimumhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002551
Philipp Thomas77c871a2010-04-19 16:59:02 -04002552#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002553#: e2fsck/problem.c:1535
Philipp Thomas77c871a2010-04-19 16:59:02 -04002554msgid "@p @h %d: %B has bad max hash\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002555msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B hat ungültigen Maximalhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002556
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002557#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002558#: e2fsck/problem.c:1540
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002559msgid "@n @h %d (%q). "
Philipp Thomasab02a742014-07-09 23:13:30 -04002560msgstr "Ungültiger HTREE-Verzeichnis-Inode %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002561
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002562#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002563#: e2fsck/problem.c:1544
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002564msgid "@p @h %d (%q): bad @b number %b.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002565msgstr "Problem im HTREE-Verzeichnis-Inode %d (%q): falsche Blocknummer %b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002566
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002567#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002568#: e2fsck/problem.c:1554
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002569#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002570msgid "@p @h %d: root node is @n\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002571msgstr "Problem im HTREE-Verzeichnis-Inode %d: Wurzelknoten ist ungültig\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002572
Philipp Thomas77c871a2010-04-19 16:59:02 -04002573#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002574#: e2fsck/problem.c:1559
Philipp Thomas77c871a2010-04-19 16:59:02 -04002575msgid "@p @h %d: %B has @n limit (%N)\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002576msgstr ""
2577"Problem im HTREE-Verzeichnis-Inode %d: %B hat eine ungültige Begrenzung "
2578"(%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002579
Philipp Thomas77c871a2010-04-19 16:59:02 -04002580#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002581#: e2fsck/problem.c:1564
Philipp Thomas77c871a2010-04-19 16:59:02 -04002582msgid "@p @h %d: %B has @n count (%N)\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002583msgstr ""
2584"Problem im HTREE-Verzeichnis-Inode %d: %B hat einen ungültigen Zählerstand "
2585"(%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002586
Philipp Thomas77c871a2010-04-19 16:59:02 -04002587#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002588#: e2fsck/problem.c:1569
Philipp Thomas77c871a2010-04-19 16:59:02 -04002589msgid "@p @h %d: %B has an unordered hash table\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002590msgstr ""
2591"Problem im HTREE-Verzeichnis-Inode %d: %B hat eine unsortierte Hashtabelle\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002592
Philipp Thomas77c871a2010-04-19 16:59:02 -04002593#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002594#: e2fsck/problem.c:1574
Philipp Thomas77c871a2010-04-19 16:59:02 -04002595msgid "@p @h %d: %B has @n depth (%N)\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002596msgstr ""
2597"Problem im HTREE-Verzeichnis-Inode %d: %B hat eine ungültige Tiefe (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002598
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002599#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002600#: e2fsck/problem.c:1579
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002601msgid "Duplicate @E found. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002602msgstr "Doppelter Eintrag „%Dn“ in %p (%i) gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002603
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002604#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2605#. @-expanded: Rename to %s
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002606#: e2fsck/problem.c:1584
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002607#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002608msgid ""
2609"@E has a non-unique filename.\n"
2610"Rename to %s"
2611msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002612"Eintrag „%Dn“ in %p (%i) hat keinen eindeutigen Dateinamen.\n"
2613"Wird in %s umbenannt"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002614
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002615#. @-expanded: Duplicate entry '%Dn' found.\n
2616#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2617#. @-expanded: \n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002618#: e2fsck/problem.c:1589
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002619msgid ""
2620"Duplicate @e '%Dn' found.\n"
2621"\tMarking %p (%i) to be rebuilt.\n"
2622"\n"
2623msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002624"Doppelter Eintrag „%Dn“ gefunden.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002625"\t%p (%i) wird für die Neuerstellung markiert.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002626"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002627
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002628#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002629#: e2fsck/problem.c:1594
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002630msgid "i_blocks_hi @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002631msgstr "i_blocks_hi für Inode %i (%Q) %N, sollte Null sein.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002632
Philipp Thomas720e6362008-06-21 14:06:00 -04002633#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002634#: e2fsck/problem.c:1599
Philipp Thomas720e6362008-06-21 14:06:00 -04002635msgid "Unexpected @b in @h %d (%q).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002636msgstr "Unerwarteter Block im HTREE-Verzeichnis-Inode %d (%q).\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002637
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002638#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002639#: e2fsck/problem.c:1603
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002640msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002641msgstr ""
2642"Eintrag „%Dn“ in %p (%i) verweist auf Inode %Di in Gruppe %g, für die "
2643"_INODE_UNINIT gesetzt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002644
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002645#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002646#: e2fsck/problem.c:1608
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002647msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002648msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002649"Eintrag „%Dn“ in %p (%i) verweist auf Inode %Di, der im Bereich ungenutzter "
2650"Inodes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002651"von Gruppe %g zu finden ist.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002652
2653#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002654#: e2fsck/problem.c:1613
Philipp Thomas77c871a2010-04-19 16:59:02 -04002655msgid "i_file_acl_hi @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002656msgstr "i_file_acl_hi für Inode %i (%Q) ist %N, sollte Null sein.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002657
Theodore Ts'o4e528702016-09-04 21:31:21 -04002658#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002659#: e2fsck/problem.c:1618
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002660#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002661msgid "@p @h %d: root node fails checksum.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002662msgstr ""
2663"Problem in HTREE-Verzeichnis-Inode %d: der Wurzelknoten ist ungültig.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002664
2665#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002666#: e2fsck/problem.c:1623
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002667#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002668msgid "@p @h %d: internal node fails checksum.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002669msgstr ""
2670"Problem im HTREE-Verzeichnis-Inode %d: der interne Knoten ist ungültig\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002671
2672#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002673#: e2fsck/problem.c:1628
Theodore Ts'o4e528702016-09-04 21:31:21 -04002674msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002675msgstr ""
2676"Verzeichnis-Inode %i, %B, Offset %N: das Verzeichnis hat keine Prüfsumme.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002677
2678#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002679#: e2fsck/problem.c:1633
Theodore Ts'o4e528702016-09-04 21:31:21 -04002680msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002681msgstr ""
2682"Verzeichnis-Inode %i, %B: das Verzeichnis besteht die Prüfungen aber die "
2683"Püfsumme ist falsch.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002684
2685#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002686#: e2fsck/problem.c:1638
Theodore Ts'o4e528702016-09-04 21:31:21 -04002687msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2688msgstr ""
2689
2690#. @-expanded: Fixing size of inline directory inode %i failed.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002691#: e2fsck/problem.c:1643
Theodore Ts'o4e528702016-09-04 21:31:21 -04002692#, c-format
2693msgid "Fixing size of inline @d @i %i failed.\n"
2694msgstr ""
2695
2696#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002697#: e2fsck/problem.c:1648
Theodore Ts'o4e528702016-09-04 21:31:21 -04002698msgid "Encrypted @E is too short.\n"
2699msgstr ""
2700
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002701#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002702#: e2fsck/problem.c:1655
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002703msgid "Pass 3: Checking @d connectivity\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002704msgstr "Durchgang 3: Verzeichnisverknüpfungen werden geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002705
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002706#. @-expanded: root inode not allocated.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002707#: e2fsck/problem.c:1660
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002708msgid "@r not allocated. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002709msgstr "Root-Inode nicht zugeordnet. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002710
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002711#. @-expanded: No room in lost+found directory.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002712#: e2fsck/problem.c:1665
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002713msgid "No room in @l @d. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002714msgstr "Kein Platz im Verzeichnis „lost+found“. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002715
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002716#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002717#: e2fsck/problem.c:1670
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002718#, c-format
2719msgid "Unconnected @d @i %i (%p)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002720msgstr "Nicht verbundener Verzeichnis-Inode %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002721
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002722#. @-expanded: /lost+found not found.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002723#: e2fsck/problem.c:1675
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002724msgid "/@l not found. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002725msgstr "/lost+found nicht gefunden. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002726
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002727#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002728#: e2fsck/problem.c:1680
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002729msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002730msgstr "„..“ in %Q (%i) ist %P (%j), sollte %q (%d) sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002731
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002732#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002733#: e2fsck/problem.c:1685
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002734msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002735msgstr ""
2736"Verzeichnis /lost+found ist falsch oder fehlt. Wiederverbinden nicht "
2737"möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002738
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002739#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002740#: e2fsck/problem.c:1690
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002741#, c-format
2742msgid "Could not expand /@l: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002743msgstr "Erweitern von /lost+found nicht möglich: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002744
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002745#: e2fsck/problem.c:1695
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002746#, c-format
2747msgid "Could not reconnect %i: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002748msgstr "Wiederverbinden von %i nicht möglich: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002749
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002750#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002751#: e2fsck/problem.c:1700
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002752#, c-format
2753msgid "Error while trying to find /@l: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002754msgstr "Fehler während der Suche nach /lost+found: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002755
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002756#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002757#: e2fsck/problem.c:1705
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002758#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002759msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2760msgstr ""
2761"ext2fs_new_@b: %m während des Versuches, das Verzeichnis /lost+found zu "
2762"erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002763
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002764#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002765#: e2fsck/problem.c:1710
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002766#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002767msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2768msgstr ""
2769"ext2fs_new_@i: %m während des Versuches, das Verzeichnis /lost+found zu "
2770"erzeugen.\n"
2771
2772#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2773#: e2fsck/problem.c:1715
2774#, c-format
2775msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2776msgstr ""
2777"ext2fs_new_dir_@b: %m während des Versuches, das Verzeichnis /lost+found zu "
2778"erzeugen.\n"
2779
2780#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2781#: e2fsck/problem.c:1720
2782#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002783msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002784msgstr ""
2785"ext2fs_write_dir_@b: %m während des Schreibens des Verzeichnisblocks für /"
2786"lost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002787
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002788#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002789#: e2fsck/problem.c:1725
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002790#, c-format
2791msgid "Error while adjusting @i count on @i %i\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002792msgstr "Fehler während des Anpassens der Inode-Anzahl auf Inode %i\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002793
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002794#. @-expanded: Couldn't fix parent of inode %i: %m\n
2795#. @-expanded: \n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002796#: e2fsck/problem.c:1730
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002797#, c-format
2798msgid ""
2799"Couldn't fix parent of @i %i: %m\n"
2800"\n"
2801msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002802"Eigentümer von Inode %i konnte nicht repariert werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002803"\n"
2804
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002805#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2806#. @-expanded: \n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002807#: e2fsck/problem.c:1735
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002808#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002809msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002810"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002811"\n"
2812msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002813"Eigentümer von Inode %i konnte nicht repariert werden: \n"
2814"Verzeichniseintrag des Eigentümers wurde nicht gefunden.\n"
2815"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002816
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002817#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002818#: e2fsck/problem.c:1745
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002819#, c-format
2820msgid "Error creating root @d (%s): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002821msgstr "Fehler beim Erzeugen des Wurzelverzeichnisses (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002822
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002823#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002824#: e2fsck/problem.c:1750
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002825#, c-format
2826msgid "Error creating /@l @d (%s): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002827msgstr "Fehler beim Erzeugen des Verzeichnisses /lost+found (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002828
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002829#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002830#: e2fsck/problem.c:1755
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002831msgid "@r is not a @d; aborting.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002832msgstr "Der Wurzel-Inode ist kein Verzeichnis; Abbruch.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002833
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002834#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002835#: e2fsck/problem.c:1760
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002836msgid "Cannot proceed without a @r.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002837msgstr "Ohne Wurzel-Inode ist weiteres Arbeiten nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002838
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002839#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002840#: e2fsck/problem.c:1770
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002841#, c-format
2842msgid "/@l is not a @d (ino=%i)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002843msgstr "/lost+found ist kein Verzeichnis (ino=%i)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002844
Theodore Ts'o4e528702016-09-04 21:31:21 -04002845#. @-expanded: /lost+found has inline data\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002846#: e2fsck/problem.c:1775
Theodore Ts'o4e528702016-09-04 21:31:21 -04002847msgid "/@l has inline data\n"
2848msgstr ""
2849
2850#. @-expanded: Cannot allocate space for /lost+found.\n
2851#. @-expanded: Place lost files in root directory instead
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002852#: e2fsck/problem.c:1780
Theodore Ts'o4e528702016-09-04 21:31:21 -04002853msgid ""
2854"Cannot allocate space for /@l.\n"
2855"Place lost files in root directory instead"
2856msgstr ""
2857
2858#. @-expanded: Insufficient space to recover lost files!\n
2859#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2860#. @-expanded: \n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002861#: e2fsck/problem.c:1785
Theodore Ts'o4e528702016-09-04 21:31:21 -04002862msgid ""
2863"Insufficient space to recover lost files!\n"
2864"Move data off the @f and re-run e2fsck.\n"
2865"\n"
2866msgstr ""
2867
2868#. @-expanded: /lost+found is encrypted\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002869#: e2fsck/problem.c:1790
Theodore Ts'o4e528702016-09-04 21:31:21 -04002870#, fuzzy
2871msgid "/@l is encrypted\n"
2872msgstr "Das Abbild (%s) ist verschlüsselt\n"
2873
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002874#: e2fsck/problem.c:1797
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002875msgid "Pass 3A: Optimizing directories\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002876msgstr "Durchgang 3A: Verzeichnisse werden optimiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002877
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002878#: e2fsck/problem.c:1802
Philipp Thomas77c871a2010-04-19 16:59:02 -04002879#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002880msgid "Failed to create dirs_to_hash iterator: %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002881msgstr "dirs_to_hash Iterator konnte nicht erzeugt werden: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002882
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002883#: e2fsck/problem.c:1807
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002884msgid "Failed to optimize directory %q (%d): %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002885msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002886
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002887#: e2fsck/problem.c:1812
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002888msgid "Optimizing directories: "
Philipp Thomasab02a742014-07-09 23:13:30 -04002889msgstr "Verzeichnisse werden optimiert: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002890
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002891#: e2fsck/problem.c:1829
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002892msgid "Pass 4: Checking reference counts\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002893msgstr "Durchgang 4: Referenzzähler werden überprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002894
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002895#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002896#: e2fsck/problem.c:1834
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002897#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002898msgid "@u @z @i %i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002899msgstr "Nicht verbundener Inode der Länge Null %i. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002900
2901#. @-expanded: unattached inode %i\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002902#: e2fsck/problem.c:1839
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002903#, c-format
2904msgid "@u @i %i\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002905msgstr "Nicht verbundener Inode %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002906
2907#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002908#: e2fsck/problem.c:1844
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002909msgid "@i %i ref count is %Il, @s %N. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002910msgstr "Der Referenzzähler von Inode %i ist %Il, sollte aber %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002911
Philipp Thomasab02a742014-07-09 23:13:30 -04002912# So etwas sollte in einer ernstzunehmenden Software nicht erscheinen,
2913# selbst wenn es (derber) Humor ist.
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002914#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2915#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2916#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002917#: e2fsck/problem.c:1848
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002918msgid ""
2919"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2920"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002921"@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 -05002922msgstr ""
2923"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002924"\tODER JEMAND PRÜFT EIN EINGEHÄNGTES (AKTIVES) DATEISYSTEM.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002925"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten identisch "
2926"sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002927
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002928#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002929#: e2fsck/problem.c:1858
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002930msgid "Pass 5: Checking @g summary information\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002931msgstr "Durchgang 5: Zusammengefasste Gruppeninformation wird geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002932
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002933#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002934#: e2fsck/problem.c:1863
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002935msgid "Padding at end of @i @B is not set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002936msgstr "Auffüllbyte am Ende der Inode-Bitmap ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002937
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002938#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002939#: e2fsck/problem.c:1868
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002940msgid "Padding at end of @b @B is not set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002941msgstr "Auffüllbyte am Ende der Inode-Bitmap ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002942
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002943#. @-expanded: block bitmap differences:
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002944#: e2fsck/problem.c:1873
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002945msgid "@b @B differences: "
Philipp Thomasab02a742014-07-09 23:13:30 -04002946msgstr "Unterschiede in der Block-Bitmap: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002947
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002948#. @-expanded: inode bitmap differences:
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002949#: e2fsck/problem.c:1893
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002950msgid "@i @B differences: "
Philipp Thomasab02a742014-07-09 23:13:30 -04002951msgstr "Unterschiede in der Inode-Bitmap: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002952
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002953#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002954#: e2fsck/problem.c:1913
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002955msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002956msgstr "Die Anzahl freier Inodes für Gruppe #%g ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002957
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002958#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002959#: e2fsck/problem.c:1918
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002960msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002961msgstr ""
2962"Die Anzahl der Verzeichnisse für Gruppe #%g ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002963
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002964#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002965#: e2fsck/problem.c:1923
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002966msgid "Free @is count wrong (%i, counted=%j).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002967msgstr "Die Anzahl freier Inodes ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002968
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002969#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002970#: e2fsck/problem.c:1928
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002971msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002972msgstr "Die Anzahl freier Blöcke in Gruppe #%g ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002973
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002974#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002975#: e2fsck/problem.c:1933
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002976msgid "Free @bs count wrong (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002977msgstr "Die Anzahl freier Blöcke ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002978
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002979#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2980#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002981#: e2fsck/problem.c:1938
2982msgid ""
2983"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2984"endpoints (%i, %j)\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002985msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002986"PROGRAMMIERFEHLER: Dateisystem (#%N) Bitmap-Endpunkte (%b, %c) stimmenen "
2987"nicht\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002988"mit den berechneten Bitmap-Endpunkten (%i, %j) überein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002989
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002990#: e2fsck/problem.c:1944
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002991msgid "Internal error: fudging end of bitmap (%N)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002992msgstr "Interner Fehler: das Ende der Bitmap (%N) wird erraten\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002993
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002994#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002995#: e2fsck/problem.c:1949
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002996#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002997msgid "Error copying in replacement @i @B: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002998msgstr "Fehler beim Hineinkopieren der Inode-Bitmap: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002999
3000#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003001#: e2fsck/problem.c:1954
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003002#, c-format
3003msgid "Error copying in replacement @b @B: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05003004msgstr "Fehler beim Hineinkopieren der Ersatz-Blockbitmap: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003005
Philipp Thomas720e6362008-06-21 14:06:00 -04003006#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003007#: e2fsck/problem.c:1979
Philipp Thomas720e6362008-06-21 14:06:00 -04003008#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04003009msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003010msgstr ""
3011"Blöcke von Gruppe %g sind in Benutzung, obwohl die Gruppe als BLOCK_UNINIT "
3012"markiert ist\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003013
3014#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003015#: e2fsck/problem.c:1984
Theodore Ts'o057a1592010-06-07 12:24:21 -04003016#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003017msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003018msgstr ""
3019"Die Inodes der Gruppe %g sind in Benutzung, obwohl die Gruppe als "
3020"INODE_UNINIT markiert ist\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003021
3022#. @-expanded: group %g inode bitmap does not match checksum.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003023#: e2fsck/problem.c:1989
Theodore Ts'o4e528702016-09-04 21:31:21 -04003024#, c-format
3025msgid "@g %g @i @B does not match checksum.\n"
3026msgstr ""
3027
3028#. @-expanded: group %g block bitmap does not match checksum.\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003029#: e2fsck/problem.c:1994
Theodore Ts'o4e528702016-09-04 21:31:21 -04003030#, c-format
3031msgid "@g %g @b @B does not match checksum.\n"
3032msgstr ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003033
Philipp Thomas77c871a2010-04-19 16:59:02 -04003034#. @-expanded: Recreate journal
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003035#: e2fsck/problem.c:2001
Philipp Thomas77c871a2010-04-19 16:59:02 -04003036msgid "Recreate @j"
Philipp Thomasab02a742014-07-09 23:13:30 -04003037msgstr "Journal wird wiederhergestellt"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003038
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003039#: e2fsck/problem.c:2006
Eric Sandeen032eafe2012-07-28 17:48:36 -04003040msgid "Update quota info for quota type %N"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05003041msgstr "Quota-Info für Typ %N wird aktualisiert"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003042
Philipp Thomas37be3822015-05-17 20:21:39 -04003043#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003044#: e2fsck/problem.c:2011
Philipp Thomas37be3822015-05-17 20:21:39 -04003045#, c-format
3046msgid "Error setting @b @g checksum info: %m\n"
3047msgstr "beim Setzen der Blockgruppen-Prüfsummeninfo: %m\n"
3048
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003049#: e2fsck/problem.c:2016
Philipp Thomas37be3822015-05-17 20:21:39 -04003050#, c-format
3051msgid "Error writing file system info: %m\n"
3052msgstr "Fehler beim Lesen de Der Dateisysteminfo: %m\n"
3053
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003054#: e2fsck/problem.c:2021
Philipp Thomas37be3822015-05-17 20:21:39 -04003055#, c-format
3056msgid "Error flushing writes to storage device: %m\n"
3057msgstr "Fehler beim Schreiben der gepufferten Daten: %m\n"
3058
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003059#: e2fsck/problem.c:2026
Theodore Ts'o4e528702016-09-04 21:31:21 -04003060#, fuzzy
3061msgid "Error writing quota info for quota type %N: %m\n"
3062msgstr "Quota-Info für Typ %N wird aktualisiert"
3063
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003064#: e2fsck/problem.c:2147
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003065#, c-format
3066msgid "Unhandled error code (0x%x)!\n"
3067msgstr "Unbenutzter Fehlercode (0x%x)!\n"
3068
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003069#: e2fsck/problem.c:2272 e2fsck/problem.c:2276
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003070msgid "IGNORED"
3071msgstr "IGNORIERT"
3072
Theodore Ts'o4e528702016-09-04 21:31:21 -04003073#: e2fsck/quota.c:33 e2fsck/quota.c:46
3074msgid "in move_quota_inode"
3075msgstr ""
3076
Eric Sandeen032eafe2012-07-28 17:48:36 -04003077#: e2fsck/scantest.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003078#, c-format
3079msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003080msgstr "Benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003081
Eric Sandeen032eafe2012-07-28 17:48:36 -04003082#: e2fsck/scantest.c:98
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003083#, c-format
3084msgid "size of inode=%d\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003085msgstr "Größe des Inodes=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003086
Eric Sandeen032eafe2012-07-28 17:48:36 -04003087#: e2fsck/scantest.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003088msgid "while starting inode scan"
Philipp Thomasab02a742014-07-09 23:13:30 -04003089msgstr "beim Starten der Inode-Prüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003090
Eric Sandeen032eafe2012-07-28 17:48:36 -04003091#: e2fsck/scantest.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003092msgid "while doing inode scan"
Philipp Thomasab02a742014-07-09 23:13:30 -04003093msgstr "während der Inode-Prüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003094
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003095#: e2fsck/super.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003096#, c-format
3097msgid "while calling ext2fs_block_iterate for inode %d"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003098msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003099
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003100#: e2fsck/super.c:213
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003101#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003102msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
3103msgstr "während des Aufrufs von ext2fs_adjust_ea_refcount2 für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003104
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003105#: e2fsck/super.c:274
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003106msgid "Truncating"
Philipp Thomasab02a742014-07-09 23:13:30 -04003107msgstr "Wird gekürzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003108
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003109#: e2fsck/super.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003110msgid "Clearing"
Philipp Thomasab02a742014-07-09 23:13:30 -04003111msgstr "Wird bereinigt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003112
Theodore Ts'o4e528702016-09-04 21:31:21 -04003113#: e2fsck/unix.c:77
3114#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003115msgid ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04003116"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003117"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003118"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003119msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04003120"Aufruf: %s [-panyrcdfvtDFV] [-b Superblock] [-B Blockgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003121"\t\t[-I Inode_Puffer_Blöcke] [-P Prozess_Inodegröße]\n"
3122"\t\t[-l|-L Bad_Blocks_Datei] [-C Dateideskriptor] [-j externes_Journal]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003123"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003124
Theodore Ts'o4e528702016-09-04 21:31:21 -04003125#: e2fsck/unix.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003126msgid ""
3127"\n"
3128"Emergency help:\n"
3129" -p Automatic repair (no questions)\n"
3130" -n Make no changes to the filesystem\n"
3131" -y Assume \"yes\" to all questions\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003132" -c Check for bad blocks and add them to the badblock "
3133"list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003134" -f Force checking even if filesystem is marked clean\n"
3135msgstr ""
3136"\n"
Philipp Thomas18eaec22011-10-02 22:50:38 -04003137"Notfallhilfe:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003138" -p automatische Reparatur (keine Fragen)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003139" -n keine Veränderungen am Dateisystem vornehmen\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003140" -y Alle Fragen mit „Ja” benatworten\n"
3141" -c Nach defekten Blöcken suchen und diese zur\n"
3142" Liste der defekten Blöcke hinzufügen\n"
3143" -f Die Überprüfung erzwingen, auch wenn alles i.O. erscheint\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003144
Theodore Ts'o4e528702016-09-04 21:31:21 -04003145#: e2fsck/unix.c:88
3146#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003147msgid ""
3148" -v Be verbose\n"
3149" -b superblock Use alternative superblock\n"
3150" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003151" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003152" -l bad_blocks_file Add to badblocks list\n"
3153" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003154" -z undo_file Create an undo file\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003155msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003156" -v Ausführliche Ausgaben\n"
3157" -b Superblock Superblockkopie verwenden\n"
3158" -B Blockgröße Blockgröße beim Suchen des Superblocks erzwingen\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003159" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003160" -l bad_blocks_file Zur Liste der defekten Blöcke hinzufügen\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003161" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003162
Theodore Ts'o4e528702016-09-04 21:31:21 -04003163#: e2fsck/unix.c:134
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003164#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003165msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
3166msgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %llu/%llu Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003167
Theodore Ts'o4e528702016-09-04 21:31:21 -04003168#: e2fsck/unix.c:160
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003169#, c-format
3170msgid ""
3171"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003172"%12u inode used (%2.2f%%, out of %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003173msgid_plural ""
3174"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003175"%12u inodes used (%2.2f%%, out of %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003176msgstr[0] ""
3177"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003178"%12u Inode ist in Benutzung (%2.2f%% von %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003179msgstr[1] ""
3180"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003181"%12u Inodes sind in Benutzung (%2.2f%% von %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003182
Theodore Ts'o4e528702016-09-04 21:31:21 -04003183#: e2fsck/unix.c:164
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003184#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003185msgid "%12u non-contiguous file (%0d.%d%%)\n"
3186msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
3187msgstr[0] "%12u nicht zusammenhängende Datei (%0d.%d%%)\n"
3188msgstr[1] "%12u nicht zusammenhängende Dateien (%0d.%d%%)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003189
Theodore Ts'o4e528702016-09-04 21:31:21 -04003190#: e2fsck/unix.c:169
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003191#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003192msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3193msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
3194msgstr[0] "%12u nicht zusammenhängendes Verzeichnis (%0d.%d%%)\n"
3195msgstr[1] "%12u nicht zusammenhängende Verzeichnisse (%0d.%d%%)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003196
Theodore Ts'o4e528702016-09-04 21:31:21 -04003197#: e2fsck/unix.c:174
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003198#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003199msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003200msgstr " # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003201
Theodore Ts'o4e528702016-09-04 21:31:21 -04003202#: e2fsck/unix.c:182
Philipp Thomasd0275172013-01-15 23:30:35 -05003203msgid " Extent depth histogram: "
Philipp Thomasab02a742014-07-09 23:13:30 -04003204msgstr " Histogramm der Tiefe von Erweiterungen: "
Philipp Thomasd0275172013-01-15 23:30:35 -05003205
Theodore Ts'o4e528702016-09-04 21:31:21 -04003206#: e2fsck/unix.c:191
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003207#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003208msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3209msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
3210msgstr[0] "%12llu Block wird benutzt (%2.2f%% von %llu)\n"
3211msgstr[1] "%12llu Blöcke werden benutzt (%2.2f%% von %llu)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003212
Theodore Ts'o4e528702016-09-04 21:31:21 -04003213#: e2fsck/unix.c:195
Philipp Thomasd0275172013-01-15 23:30:35 -05003214#, c-format
3215msgid "%12u bad block\n"
3216msgid_plural "%12u bad blocks\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003217msgstr[0] "%12u defekter Block\n"
3218msgstr[1] "%12u defekte Blöcke\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003219
Theodore Ts'o4e528702016-09-04 21:31:21 -04003220#: e2fsck/unix.c:197
Philipp Thomasd0275172013-01-15 23:30:35 -05003221#, c-format
3222msgid "%12u large file\n"
3223msgid_plural "%12u large files\n"
3224msgstr[0] "%12u große Datei\n"
3225msgstr[1] "%12u große Dateien\n"
3226
Theodore Ts'o4e528702016-09-04 21:31:21 -04003227#: e2fsck/unix.c:199
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003228#, c-format
3229msgid ""
3230"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003231"%12u regular file\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003232msgid_plural ""
3233"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003234"%12u regular files\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003235msgstr[0] ""
3236"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003237"%12u reguläre Datei\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003238msgstr[1] ""
3239"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003240"%12u reguläre Dateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003241
Theodore Ts'o4e528702016-09-04 21:31:21 -04003242#: e2fsck/unix.c:201
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003243#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003244msgid "%12u directory\n"
3245msgid_plural "%12u directories\n"
3246msgstr[0] "%12u Verzeichnis\n"
3247msgstr[1] "%12u Verzeichnisse\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003248
Theodore Ts'o4e528702016-09-04 21:31:21 -04003249#: e2fsck/unix.c:203
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003250#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003251msgid "%12u character device file\n"
3252msgid_plural "%12u character device files\n"
3253msgstr[0] "%12u zeichenorientierte Gerätedatei\n"
3254msgstr[1] "%12u zeichenorientierte Gerätedateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003255
Theodore Ts'o4e528702016-09-04 21:31:21 -04003256#: e2fsck/unix.c:206
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003257#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003258msgid "%12u block device file\n"
3259msgid_plural "%12u block device files\n"
3260msgstr[0] "%12u Blockgerätedatei\n"
3261msgstr[1] "%12u Blockgerätedateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003262
Theodore Ts'o4e528702016-09-04 21:31:21 -04003263#: e2fsck/unix.c:208
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003264#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003265msgid "%12u fifo\n"
3266msgid_plural "%12u fifos\n"
3267msgstr[0] "%12u Fifo\n"
3268msgstr[1] "%12u Fifos\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003269
Theodore Ts'o4e528702016-09-04 21:31:21 -04003270#: e2fsck/unix.c:210
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003271#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003272msgid "%12u link\n"
3273msgid_plural "%12u links\n"
3274msgstr[0] "%12u Verknüpfung\n"
3275msgstr[1] "%12u Verknüpfungen\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003276
Theodore Ts'o4e528702016-09-04 21:31:21 -04003277#: e2fsck/unix.c:212
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003278#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003279msgid "%12u symbolic link"
3280msgid_plural "%12u symbolic links"
3281msgstr[0] "%12u symbolische Verknüpfung"
3282msgstr[1] "%12u symbolische Verknüpfungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003283
Theodore Ts'o4e528702016-09-04 21:31:21 -04003284#: e2fsck/unix.c:214
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003285#, c-format
3286msgid " (%u fast symbolic link)\n"
3287msgid_plural " (%u fast symbolic links)\n"
3288msgstr[0] " (%u schnelle symbolische Verknüpfung)\n"
3289msgstr[1] " (%u schnelle symbolische Verknüpfungen)\n"
3290
Theodore Ts'o4e528702016-09-04 21:31:21 -04003291#: e2fsck/unix.c:218
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003292#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003293msgid "%12u socket\n"
3294msgid_plural "%12u sockets\n"
3295msgstr[0] "%12u Socket\n"
3296msgstr[1] "%12u Sockets\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003297
Theodore Ts'o4e528702016-09-04 21:31:21 -04003298#: e2fsck/unix.c:222
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003299#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003300msgid "%12u file\n"
3301msgid_plural "%12u files\n"
3302msgstr[0] "%12u Datei\n"
3303msgstr[1] "%12u Dateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003304
Theodore Ts'o4e528702016-09-04 21:31:21 -04003305#: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2878 misc/util.c:126
3306#: resize/main.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003307#, c-format
3308msgid "while determining whether %s is mounted."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003309msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003310
Theodore Ts'o4e528702016-09-04 21:31:21 -04003311#: e2fsck/unix.c:256
Philipp Thomasab02a742014-07-09 23:13:30 -04003312#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003313msgid "Warning! %s is mounted.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003314msgstr "Warnung! %s ist eingehängt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003315
Theodore Ts'o4e528702016-09-04 21:31:21 -04003316#: e2fsck/unix.c:259
Philipp Thomasab02a742014-07-09 23:13:30 -04003317#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003318msgid "Warning! %s is in use.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003319msgstr "Warnung! %s wird verwendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003320
Theodore Ts'o4e528702016-09-04 21:31:21 -04003321#: e2fsck/unix.c:265
Philipp Thomasab02a742014-07-09 23:13:30 -04003322#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003323msgid "%s is mounted.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003324msgstr "%s ist eingehängt.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003325
Theodore Ts'o4e528702016-09-04 21:31:21 -04003326#: e2fsck/unix.c:267
Philipp Thomasab02a742014-07-09 23:13:30 -04003327#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003328msgid "%s is in use.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003329msgstr "%s wird verwendet.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003330
Theodore Ts'o4e528702016-09-04 21:31:21 -04003331#: e2fsck/unix.c:269
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003332msgid ""
3333"Cannot continue, aborting.\n"
3334"\n"
3335msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003336"Fortsetzung nicht möglich, wird abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003337"\n"
3338
Theodore Ts'o4e528702016-09-04 21:31:21 -04003339#: e2fsck/unix.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003340msgid ""
3341"\n"
3342"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003343"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3344"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003345"\n"
3346msgstr ""
3347"\n"
3348"\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003349"WARNUNG!!! Das Dateisystem ist eingehängt. Wenn Sie fortfahren, "
3350"***WERDEN***\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003351"Sie ***SCHWERWIEGENDE*** Schäden am Dateisystem verursachen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003352"\n"
3353
Theodore Ts'o4e528702016-09-04 21:31:21 -04003354#: e2fsck/unix.c:276
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003355msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003356msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003357
Theodore Ts'o4e528702016-09-04 21:31:21 -04003358#: e2fsck/unix.c:278
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003359msgid "check aborted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003360msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003361
Theodore Ts'o4e528702016-09-04 21:31:21 -04003362#: e2fsck/unix.c:371
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003363msgid " contains a file system with errors"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003364msgstr " enthält ein fehlerhaftes Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003365
Theodore Ts'o4e528702016-09-04 21:31:21 -04003366#: e2fsck/unix.c:373
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003367msgid " was not cleanly unmounted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003368msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003369
Theodore Ts'o4e528702016-09-04 21:31:21 -04003370#: e2fsck/unix.c:375
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003371msgid " primary superblock features different from backup"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003372msgstr ""
3373"Eigenschaften des primären Superblocks unterscheiden sich von der "
3374"Datensicherung"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003375
Theodore Ts'o4e528702016-09-04 21:31:21 -04003376#: e2fsck/unix.c:379
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003377#, c-format
3378msgid " has been mounted %u times without being checked"
Philipp Thomasab02a742014-07-09 23:13:30 -04003379msgstr " wurde %u-mal ohne Überprüfung eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003380
Theodore Ts'o4e528702016-09-04 21:31:21 -04003381#: e2fsck/unix.c:386
Theodore Ts'o057a1592010-06-07 12:24:21 -04003382msgid " has filesystem last checked time in the future"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003383msgstr ""
3384" hat einen in der Zukunft liegenden Zeitpunkt der letzten Püfung des "
3385"Dateisystems"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003386
Theodore Ts'o4e528702016-09-04 21:31:21 -04003387#: e2fsck/unix.c:392
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003388#, c-format
3389msgid " has gone %u days without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003390msgstr " wurde %u Tage ohne Überprüfung genutzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003391
Theodore Ts'o4e528702016-09-04 21:31:21 -04003392#: e2fsck/unix.c:401
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003393msgid ", check forced.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003394msgstr ", Prüfung erzwungen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003395
Theodore Ts'o4e528702016-09-04 21:31:21 -04003396#: e2fsck/unix.c:434
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003397#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003398msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3399msgstr "%s: sauber, %u/%u Dateien, %llu/%llu Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003400
Theodore Ts'o4e528702016-09-04 21:31:21 -04003401#: e2fsck/unix.c:454
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003402msgid " (check deferred; on battery)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003403msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003404
Theodore Ts'o4e528702016-09-04 21:31:21 -04003405#: e2fsck/unix.c:457
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003406msgid " (check after next mount)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003407msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003408
Theodore Ts'o4e528702016-09-04 21:31:21 -04003409#: e2fsck/unix.c:459
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003410#, c-format
3411msgid " (check in %ld mounts)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003412msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003413
Theodore Ts'o4e528702016-09-04 21:31:21 -04003414#: e2fsck/unix.c:609
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003415#, c-format
3416msgid "ERROR: Couldn't open /dev/null (%s)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003417msgstr "Fehler: /dev/null (%s) kann nicht geöffnet werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003418
Theodore Ts'o4e528702016-09-04 21:31:21 -04003419#: e2fsck/unix.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003420msgid "Invalid EA version.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003421msgstr "Ungültige EA-Version.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003422
Theodore Ts'o4e528702016-09-04 21:31:21 -04003423#: e2fsck/unix.c:692
3424#, fuzzy
3425msgid "Invalid readahead buffer size.\n"
3426msgstr "Ungültiger „resize“-Parameter: %s\n"
3427
3428#: e2fsck/unix.c:725
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003429#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003430msgid "Unknown extended option: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003431msgstr "Unbekannte erweiterte Option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003432
Theodore Ts'o4e528702016-09-04 21:31:21 -04003433#: e2fsck/unix.c:752
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003434#, c-format
3435msgid ""
3436"Syntax error in e2fsck config file (%s, line #%d)\n"
3437"\t%s\n"
3438msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003439"Syntaxfehler in der Konfigurationsdatei von e2fsck (%s, Zeile %d)\n"
3440"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003441
Theodore Ts'o4e528702016-09-04 21:31:21 -04003442#: e2fsck/unix.c:825
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003443#, c-format
3444msgid "Error validating file descriptor %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003445msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003446
Theodore Ts'o4e528702016-09-04 21:31:21 -04003447#: e2fsck/unix.c:829
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003448msgid "Invalid completion information file descriptor"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003449msgstr "Ungültiger „completion information“-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003450
Theodore Ts'o4e528702016-09-04 21:31:21 -04003451#: e2fsck/unix.c:844
Theodore Ts'o6956f612005-12-31 16:46:15 -05003452msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003453msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003454
Theodore Ts'o4e528702016-09-04 21:31:21 -04003455#: e2fsck/unix.c:865
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003456#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003457msgid "The -t option is not supported on this version of e2fsck.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003458msgstr "Die Option -t wird von dieser e2fsck-Version nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003459
Theodore Ts'o4e528702016-09-04 21:31:21 -04003460#: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
3461#: misc/tune2fs.c:1598 misc/tune2fs.c:1893 misc/tune2fs.c:1911
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003462#, c-format
3463msgid "Unable to resolve '%s'"
Philipp Thomasab02a742014-07-09 23:13:30 -04003464msgstr "Nicht möglich, „%s“ aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003465
Theodore Ts'o4e528702016-09-04 21:31:21 -04003466#: e2fsck/unix.c:952
Philipp Thomas3e914b52011-01-24 15:03:41 -05003467msgid "The -n and -D options are incompatible."
Philipp Thomasab02a742014-07-09 23:13:30 -04003468msgstr "Die Optionen -n und -D schließen sich gegenseitig aus."
Philipp Thomas3e914b52011-01-24 15:03:41 -05003469
Theodore Ts'o4e528702016-09-04 21:31:21 -04003470#: e2fsck/unix.c:957
Philipp Thomas3e914b52011-01-24 15:03:41 -05003471msgid "The -n and -c options are incompatible."
Philipp Thomasab02a742014-07-09 23:13:30 -04003472msgstr "Die Optionen -n und -c schließen sich gegenseitig aus."
Philipp Thomas3e914b52011-01-24 15:03:41 -05003473
Theodore Ts'o4e528702016-09-04 21:31:21 -04003474#: e2fsck/unix.c:962
Philipp Thomas3e914b52011-01-24 15:03:41 -05003475msgid "The -n and -l/-L options are incompatible."
Philipp Thomasab02a742014-07-09 23:13:30 -04003476msgstr "Die Optionen -n und -l/-L schließen sich gegenseitig aus."
Philipp Thomas3e914b52011-01-24 15:03:41 -05003477
Theodore Ts'o4e528702016-09-04 21:31:21 -04003478#: e2fsck/unix.c:986
3479#, fuzzy
3480msgid "The -D and -E fixes_only options are incompatible."
3481msgstr "Die Optionen -n und -D schließen sich gegenseitig aus."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003482
Theodore Ts'o4e528702016-09-04 21:31:21 -04003483#: e2fsck/unix.c:992
3484#, fuzzy
3485msgid "The -E bmap2extent and fixes_only options are incompatible."
3486msgstr "Die Optionen -n und -D schließen sich gegenseitig aus."
3487
3488#: e2fsck/unix.c:1046
3489msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003490msgstr ""
3491"Die Optionen -c und -l/-L dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003492
3493#: e2fsck/unix.c:1093
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003494#, c-format
3495msgid ""
3496"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3497"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003498msgstr "2FSCK_JBD_DEBUG „%s“ ist keine Ganzzahl\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003499
Theodore Ts'o4e528702016-09-04 21:31:21 -04003500#: e2fsck/unix.c:1102
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003501#, c-format
3502msgid ""
3503"\n"
3504"Invalid non-numeric argument to -%c (\"%s\")\n"
3505"\n"
3506msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003507"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003508"Ungültiges nicht-numerisches Argument für -%c („%s“)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003509"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003510
Theodore Ts'o4e528702016-09-04 21:31:21 -04003511#: e2fsck/unix.c:1193
Philipp Thomasedc733d2012-04-22 15:38:42 -04003512#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003513msgid ""
3514"MMP interval is %u seconds and total wait time is %u seconds. Please "
3515"wait...\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04003516msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003517"MMP-Intervall ist %u Sekunden und die gesamte Wartezeit ist %u Sekunden.\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04003518"Bitte warten...\n"
3519
Theodore Ts'o4e528702016-09-04 21:31:21 -04003520#: e2fsck/unix.c:1210 e2fsck/unix.c:1215
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003521msgid "while checking MMP block"
3522msgstr "beim Prüfen des MMP-Blocks"
3523
Theodore Ts'o4e528702016-09-04 21:31:21 -04003524#: e2fsck/unix.c:1217 misc/tune2fs.c:2792
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003525msgid ""
3526"If you are sure the filesystem is not in use on any node, run:\n"
3527"'tune2fs -f -E clear_mmp {device}'\n"
3528msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003529"Wenn Sie sicher sind, dass das Dateisystem auf keinem Knoten benutzt wird,\n"
3530"führen Sie bitte Folgendes aus:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003531"„tune2fs -f -E clear_mmp {device}“\n"
3532
Theodore Ts'o4e528702016-09-04 21:31:21 -04003533#: e2fsck/unix.c:1232
3534#, fuzzy
3535msgid "while reading MMP block"
3536msgstr "beim Lesen des MMP-Blocks."
3537
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003538#: e2fsck/unix.c:1252 e2fsck/unix.c:1304 misc/e2undo.c:230 misc/e2undo.c:275
3539#: misc/mke2fs.c:2560 misc/mke2fs.c:2611 misc/tune2fs.c:2610
Theodore Ts'o4e528702016-09-04 21:31:21 -04003540#: misc/tune2fs.c:2655 resize/main.c:187 resize/main.c:232
3541#, c-format
3542msgid ""
3543"Overwriting existing filesystem; this can be undone using the command:\n"
3544" e2undo %s %s\n"
3545"\n"
3546msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003547"Das bestehende Dateisystem wird überschrieben, dies kann mittels des "
3548"Befehls\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003549"„e2undo %s %s“ rückgängig gemacht werden.\n"
3550
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003551#: e2fsck/unix.c:1293 misc/e2undo.c:264 misc/mke2fs.c:2600 misc/tune2fs.c:2644
Theodore Ts'o4e528702016-09-04 21:31:21 -04003552#: resize/main.c:221
3553#, c-format
3554msgid "while trying to delete %s"
3555msgstr "beim Versuch, %s zu löschen"
3556
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003557#: e2fsck/unix.c:1319 misc/mke2fs.c:2626 resize/main.c:242
Theodore Ts'o4e528702016-09-04 21:31:21 -04003558msgid "while trying to setup undo file\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003559msgstr ""
3560"beim Versuch, die Datei mit den Daten zur Rückgängigmachung anzulegen\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003561
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003562#: e2fsck/unix.c:1362
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003563msgid "Error: ext2fs library version out of date!\n"
3564msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
3565
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003566#: e2fsck/unix.c:1369
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003567msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003568msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003569
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003570#: e2fsck/unix.c:1392
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003571#, c-format
3572msgid "\tUsing %s, %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003573msgstr "\t%s wird verwendet, %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003574
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003575#: e2fsck/unix.c:1404
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003576msgid "need terminal for interactive repairs"
Philipp Thomasab02a742014-07-09 23:13:30 -04003577msgstr "Ein Terminal wird für interaktive Reparaturen benötigt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003578
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003579#: e2fsck/unix.c:1465
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003580#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003581msgid "%s: %s trying backup blocks...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003582msgstr "%s: %s Datensicherungs-Blöcke werden versucht ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003583
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003584#: e2fsck/unix.c:1467
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003585msgid "Superblock invalid,"
Philipp Thomasab02a742014-07-09 23:13:30 -04003586msgstr "Superblock ungültig,"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003587
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003588#: e2fsck/unix.c:1468
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003589msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003590msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003591
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003592#: e2fsck/unix.c:1478
Philipp Thomasedc733d2012-04-22 15:38:42 -04003593#, c-format
3594msgid "%s: %s while using the backup blocks"
Philipp Thomasab02a742014-07-09 23:13:30 -04003595msgstr "%s: %s beim Benutzen der Datensicherungs-Blöcke"
Philipp Thomasedc733d2012-04-22 15:38:42 -04003596
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003597#: e2fsck/unix.c:1482
Philipp Thomas77c871a2010-04-19 16:59:02 -04003598#, c-format
3599msgid "%s: going back to original superblock\n"
3600msgstr "%s: es wird zum originalen Superblock zurück gekehrt\n"
3601
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003602#: e2fsck/unix.c:1511
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003603msgid ""
3604"The filesystem revision is apparently too high for this version of e2fsck.\n"
3605"(Or the filesystem superblock is corrupt)\n"
3606"\n"
3607msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003608"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003609"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003610"\n"
3611
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003612#: e2fsck/unix.c:1518
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003613msgid "Could this be a zero-length partition?\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003614msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003615
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003616#: e2fsck/unix.c:1520
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003617#, c-format
3618msgid "You must have %s access to the filesystem or be root\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003619msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003620
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003621#: e2fsck/unix.c:1526
Eric Sandeen032eafe2012-07-28 17:48:36 -04003622msgid "Possibly non-existent or swap device?\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003623msgstr ""
3624"Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003625
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003626#: e2fsck/unix.c:1528
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003627msgid "Filesystem mounted or opened exclusively by another program?\n"
3628msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003629"Ist das Dateisystem eingehängt oder exklusiv von einem anderen Programm\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003630"geöffnet worden?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003631
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003632#: e2fsck/unix.c:1532
Philipp Thomas3e914b52011-01-24 15:03:41 -05003633msgid "Possibly non-existent device?\n"
3634msgstr "Ist das Gerät möglicherweise nicht vorhanden?\n"
3635
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003636#: e2fsck/unix.c:1535
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003637msgid ""
3638"Disk write-protected; use the -n option to do a read-only\n"
3639"check of the device.\n"
3640msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003641"Laufwerk ist schreibgeschützt, nutzen Sie die Option -n,\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003642"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003643
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003644#: e2fsck/unix.c:1603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003645msgid "Get a newer version of e2fsck!"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003646msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003647
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003648#: e2fsck/unix.c:1647
Theodore Ts'o4e528702016-09-04 21:31:21 -04003649#, fuzzy, c-format
3650msgid "while checking journal for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003651msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003652
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003653#: e2fsck/unix.c:1650
Theodore Ts'o4e528702016-09-04 21:31:21 -04003654#, fuzzy
3655msgid "Cannot proceed with file system check"
3656msgstr "Ohne Wurzel-Inode ist weiteres Arbeiten nicht möglich.\n"
3657
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003658#: e2fsck/unix.c:1661
3659msgid ""
3660"Warning: skipping journal recovery because doing a read-only filesystem "
3661"check.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003662msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003663"Warnung: Journal-Wiederherstellung wird übersprungen, da sich das "
3664"Dateisystem\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003665"im Nur-Lesen-Modus befindet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003666
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003667#: e2fsck/unix.c:1673
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003668#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003669msgid "unable to set superblock flags on %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003670msgstr "Superblock-Flags konnten auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003671
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003672#: e2fsck/unix.c:1679
Theodore Ts'o4e528702016-09-04 21:31:21 -04003673#, fuzzy, c-format
3674msgid "Journal checksum error found in %s\n"
3675msgstr "Der Journal-Superblock wurde nicht gefunden!\n"
3676
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003677#: e2fsck/unix.c:1683
Theodore Ts'o4e528702016-09-04 21:31:21 -04003678#, fuzzy, c-format
3679msgid "Journal corrupted in %s\n"
3680msgstr "Das Journal wurde entfernt\n"
3681
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003682#: e2fsck/unix.c:1687
Theodore Ts'o4e528702016-09-04 21:31:21 -04003683#, fuzzy, c-format
3684msgid "while recovering journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003685msgstr "bei der Wiederherstellung des ext3-Journals von %s"
3686
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003687#: e2fsck/unix.c:1709
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003688#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003689msgid "%s has unsupported feature(s):"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003690msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003691
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003692#: e2fsck/unix.c:1768
Philipp Thomasedc733d2012-04-22 15:38:42 -04003693#, c-format
3694msgid "%s: %s while reading bad blocks inode\n"
3695msgstr "%s: %s beim Lesen des Bad-Block-Inodes\n"
3696
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003697#: e2fsck/unix.c:1771
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003698msgid "This doesn't bode well, but we'll try to go on...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003699msgstr "Das verheißt nichts Gutes, aber es wird trotzdem versucht ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003700
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003701#: e2fsck/unix.c:1811
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003702#, c-format
3703msgid "Creating journal (%d blocks): "
Philipp Thomasab02a742014-07-09 23:13:30 -04003704msgstr "Journal wird erstellt (%d Blöcke): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003705
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003706#: e2fsck/unix.c:1821
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003707msgid " Done.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003708msgstr " Erledigt.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003709
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003710#: e2fsck/unix.c:1823
Theodore Ts'o4e528702016-09-04 21:31:21 -04003711#, fuzzy
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003712msgid ""
3713"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003714"*** journal has been regenerated ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003715msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003716"\n"
3717"*** Journal wurde wiederhergestellt - Dateisystem ist nun wieder ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003718
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003719#: e2fsck/unix.c:1829
Philipp Thomas37be3822015-05-17 20:21:39 -04003720msgid "aborted"
3721msgstr "abgebrochen"
3722
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003723#: e2fsck/unix.c:1831
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003724#, c-format
3725msgid "%s: e2fsck canceled.\n"
Philipp Thomascfbdca12011-10-05 02:04:08 -04003726msgstr "%s: e2fsck abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003727
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003728#: e2fsck/unix.c:1858
Theodore Ts'o4e528702016-09-04 21:31:21 -04003729msgid "Restarting e2fsck from the beginning...\n"
3730msgstr "e2fsck wird neu gestartet ...\n"
3731
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003732#: e2fsck/unix.c:1862
Theodore Ts'o4e528702016-09-04 21:31:21 -04003733msgid "while resetting context"
3734msgstr "beim Rücksetzen des Kontexts"
3735
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003736#: e2fsck/unix.c:1906 e2fsck/util.c:71
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003737#, c-format
3738msgid ""
3739"\n"
3740"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3741msgstr ""
3742"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003743"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003744
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003745#: e2fsck/unix.c:1910
Theodore Ts'o4e528702016-09-04 21:31:21 -04003746#, fuzzy, c-format
3747msgid "%s: ***** REBOOT SYSTEM *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003748msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003749
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003750#: e2fsck/unix.c:1918 e2fsck/util.c:77
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003751#, c-format
3752msgid ""
3753"\n"
3754"%s: ********** WARNING: Filesystem still has errors **********\n"
3755"\n"
3756msgstr ""
3757"\n"
3758"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
3759"\n"
3760
Theodore Ts'o4e528702016-09-04 21:31:21 -04003761#: e2fsck/util.c:194 misc/util.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003762msgid "yY"
Makoto Dei748cc432008-04-21 16:49:48 +09003763msgstr "jJ"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003764
Theodore Ts'o4e528702016-09-04 21:31:21 -04003765#: e2fsck/util.c:195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003766msgid "nN"
3767msgstr "nN"
3768
Theodore Ts'o4e528702016-09-04 21:31:21 -04003769#: e2fsck/util.c:196
3770msgid "aA"
3771msgstr ""
3772
3773#: e2fsck/util.c:197
3774msgid " ('a' enables 'yes' to all) "
3775msgstr ""
3776
3777#: e2fsck/util.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003778msgid "<y>"
3779msgstr "<j>"
3780
Theodore Ts'o4e528702016-09-04 21:31:21 -04003781#: e2fsck/util.c:215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003782msgid "<n>"
3783msgstr "<n>"
3784
Theodore Ts'o4e528702016-09-04 21:31:21 -04003785#: e2fsck/util.c:217
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003786msgid " (y/n)"
3787msgstr " (j/n)"
3788
Theodore Ts'o4e528702016-09-04 21:31:21 -04003789#: e2fsck/util.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003790msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003791msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003792
Theodore Ts'o4e528702016-09-04 21:31:21 -04003793#: e2fsck/util.c:264
3794msgid "yes to all\n"
3795msgstr ""
3796
3797#: e2fsck/util.c:266
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003798msgid "yes\n"
3799msgstr "ja\n"
3800
Theodore Ts'o4e528702016-09-04 21:31:21 -04003801#: e2fsck/util.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003802msgid "no\n"
3803msgstr "nein\n"
3804
Theodore Ts'o4e528702016-09-04 21:31:21 -04003805#: e2fsck/util.c:278
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003806#, c-format
3807msgid ""
3808"%s? no\n"
3809"\n"
3810msgstr ""
3811"%s? nein\n"
3812"\n"
3813
Theodore Ts'o4e528702016-09-04 21:31:21 -04003814#: e2fsck/util.c:282
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003815#, c-format
3816msgid ""
3817"%s? yes\n"
3818"\n"
3819msgstr ""
3820"%s? ja\n"
3821"\n"
3822
Theodore Ts'o4e528702016-09-04 21:31:21 -04003823#: e2fsck/util.c:286
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003824msgid "yes"
3825msgstr "ja"
3826
Theodore Ts'o4e528702016-09-04 21:31:21 -04003827#: e2fsck/util.c:286
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003828msgid "no"
3829msgstr "nein"
3830
Theodore Ts'o4e528702016-09-04 21:31:21 -04003831#: e2fsck/util.c:302
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003832#, c-format
3833msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04003834msgstr "e2fsck_read_bitmaps: ungültiger Bitmpa-Block(-Blöcke) für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003835
Theodore Ts'o4e528702016-09-04 21:31:21 -04003836#: e2fsck/util.c:307
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003837msgid "reading inode and block bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04003838msgstr "Inode und Block-Bitmaps werden gelesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003839
Theodore Ts'o4e528702016-09-04 21:31:21 -04003840#: e2fsck/util.c:319
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003841#, c-format
3842msgid "while retrying to read bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003843msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003844
Theodore Ts'o4e528702016-09-04 21:31:21 -04003845#: e2fsck/util.c:331
Philipp Thomas40771272008-09-07 22:55:25 -04003846msgid "writing block and inode bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04003847msgstr "Block- und Inode-Bitmaps werden geschrieben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003848
Theodore Ts'o4e528702016-09-04 21:31:21 -04003849#: e2fsck/util.c:336
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003850#, c-format
Philipp Thomas40771272008-09-07 22:55:25 -04003851msgid "while rewriting block and inode bitmaps for %s"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003852msgstr ""
3853"während des wiederholten Versuches, Block- und Inode-Bitmaps für %s zu "
3854"schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003855
Theodore Ts'o4e528702016-09-04 21:31:21 -04003856#: e2fsck/util.c:348
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003857#, c-format
3858msgid ""
3859"\n"
3860"\n"
3861"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3862"\t(i.e., without -a or -p options)\n"
3863msgstr ""
3864"\n"
3865"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003866"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003867"\t(d.h. ohne die Optionen -a oder -p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003868
Theodore Ts'o4e528702016-09-04 21:31:21 -04003869#: e2fsck/util.c:429
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003870#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003871msgid "Memory used: %luk/%luk (%luk/%luk), "
3872msgstr "Benutzter Speicher: %luk/%luk (%luk/%luk), "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003873
Theodore Ts'o4e528702016-09-04 21:31:21 -04003874#: e2fsck/util.c:433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003875#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003876msgid "Memory used: %lu, "
3877msgstr "Benutzter Speicher: %lu, "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003878
Theodore Ts'o4e528702016-09-04 21:31:21 -04003879#: e2fsck/util.c:440
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003880#, c-format
3881msgid "time: %5.2f/%5.2f/%5.2f\n"
3882msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
3883
Theodore Ts'o4e528702016-09-04 21:31:21 -04003884#: e2fsck/util.c:445
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003885#, c-format
3886msgid "elapsed time: %6.3f\n"
3887msgstr "abgelaufende Zeit: %6.3f\n"
3888
Theodore Ts'o4e528702016-09-04 21:31:21 -04003889#: e2fsck/util.c:480 e2fsck/util.c:494
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003890#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003891msgid "while reading inode %lu in %s"
3892msgstr "beim Lesen von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003893
Theodore Ts'o4e528702016-09-04 21:31:21 -04003894#: e2fsck/util.c:508 e2fsck/util.c:521
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003895#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003896msgid "while writing inode %lu in %s"
3897msgstr "beim Schreiben von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003898
Theodore Ts'o4e528702016-09-04 21:31:21 -04003899#: e2fsck/util.c:765
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003900msgid ""
3901"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3902"running.\n"
3903msgstr ""
3904"UNERWARTETE INKONSISTENZ: das Dateisystem wird verändert, während fsck "
3905"läuft.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003906
Theodore Ts'o4e528702016-09-04 21:31:21 -04003907#: misc/badblocks.c:72
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003908msgid "done \n"
3909msgstr "erledigt \n"
3910
Theodore Ts'o4e528702016-09-04 21:31:21 -04003911#: misc/badblocks.c:97
Philipp Thomas68801282008-07-17 11:47:00 -04003912#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003913msgid ""
3914"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003915" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3916"max_bad_blocks]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003917" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3918" device [last_block [first_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003919msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003920"Aufruf: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003921" [-c Blöcke_auf_einmal] [-d "
3922"Verzögerungsfaktor_zwischen_Lesedurchgängen]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003923" [-e maximale_defekte_Blöcke] [-p Anzahl_Durchgänge]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003924" [-t Testmuster [-t Testmuster [...]]]\n"
3925" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003926
Theodore Ts'o4e528702016-09-04 21:31:21 -04003927#: misc/badblocks.c:108
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003928#, c-format
3929msgid ""
3930"%s: The -n and -w options are mutually exclusive.\n"
3931"\n"
3932msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003933"%s: Die Optionen -n und -w schließen sich gegenseitig aus.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003934"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003935
Theodore Ts'o4e528702016-09-04 21:31:21 -04003936#: misc/badblocks.c:223
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003937#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003938msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3939msgstr "%6.2f%% erledigt, %s verstrichen. (%d/%d/%d Fehler)"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003940
Theodore Ts'o4e528702016-09-04 21:31:21 -04003941#: misc/badblocks.c:328
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003942msgid "Testing with random pattern: "
Philipp Thomas37be3822015-05-17 20:21:39 -04003943msgstr "Es wird mit zufälligen Mustern getestet: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003944
Theodore Ts'o4e528702016-09-04 21:31:21 -04003945#: misc/badblocks.c:346
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003946msgid "Testing with pattern 0x"
Philipp Thomas37be3822015-05-17 20:21:39 -04003947msgstr "Es wird getestet Mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003948
Theodore Ts'o4e528702016-09-04 21:31:21 -04003949#: misc/badblocks.c:378 misc/badblocks.c:451
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003950msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003951msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003952
Theodore Ts'o4e528702016-09-04 21:31:21 -04003953#: misc/badblocks.c:389
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003954#, c-format
3955msgid "Weird value (%ld) in do_read\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003956msgstr "Merkwürdiger Wert (%ld) in do_read\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003957
Theodore Ts'o4e528702016-09-04 21:31:21 -04003958#: misc/badblocks.c:476
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003959msgid "during ext2fs_sync_device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003960msgstr "während ext2fs_sync_device"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003961
Theodore Ts'o4e528702016-09-04 21:31:21 -04003962#: misc/badblocks.c:496 misc/badblocks.c:758
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003963msgid "while beginning bad block list iteration"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003964msgstr "beim Beginn des „Bad Block“-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003965
Theodore Ts'o4e528702016-09-04 21:31:21 -04003966#: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003967msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003968msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003969
Theodore Ts'o4e528702016-09-04 21:31:21 -04003970#: misc/badblocks.c:515
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003971#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003972msgid "Checking blocks %lu to %lu\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04003973msgstr "Es wird von Block %lu bis %lu geprüft\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003974
Theodore Ts'o4e528702016-09-04 21:31:21 -04003975#: misc/badblocks.c:520
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003976msgid "Checking for bad blocks in read-only mode\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04003977msgstr "Es wird nach defekten Blöcken im Nur-Lesen-Modus gesucht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003978
Theodore Ts'o4e528702016-09-04 21:31:21 -04003979#: misc/badblocks.c:529
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003980msgid "Checking for bad blocks (read-only test): "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05003981msgstr "Es wird nach defekten Blöcken gesucht (Nur-Lesen-Modus):"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003982
Theodore Ts'o4e528702016-09-04 21:31:21 -04003983#: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3984#: misc/badblocks.c:832
Philipp Thomas720e6362008-06-21 14:06:00 -04003985msgid "Too many bad blocks, aborting test\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003986msgstr "Zu viele defekte Blöcke, Test wird abgebrochen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003987
Theodore Ts'o4e528702016-09-04 21:31:21 -04003988#: misc/badblocks.c:618
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003989msgid "Checking for bad blocks in read-write mode\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04003990msgstr "Es wird nach defekten Blöcken gesucht (Lesen+Schreiben-Modus)\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003991
Theodore Ts'o4e528702016-09-04 21:31:21 -04003992#: misc/badblocks.c:620 misc/badblocks.c:782
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003993#, c-format
3994msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003995msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003996
Theodore Ts'o4e528702016-09-04 21:31:21 -04003997#: misc/badblocks.c:675
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003998msgid "Reading and comparing: "
3999msgstr "Lesen und Vergleichen:"
4000
Theodore Ts'o4e528702016-09-04 21:31:21 -04004001#: misc/badblocks.c:781
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004002msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004003msgstr ""
4004"Es wird nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus "
4005"gesucht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004006
Theodore Ts'o4e528702016-09-04 21:31:21 -04004007#: misc/badblocks.c:787
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004008msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004009msgstr ""
4010"Es wird nach defekten Blöcken gesucht (zerstörungsfreier Lesen+Schreiben-"
4011"Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004012
Theodore Ts'o4e528702016-09-04 21:31:21 -04004013#: misc/badblocks.c:794
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004014msgid ""
4015"\n"
4016"Interrupt caught, cleaning up\n"
4017msgstr ""
4018"\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04004019"Unterbrechung empfangen, es wird aufgeräumt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004020
Theodore Ts'o4e528702016-09-04 21:31:21 -04004021#: misc/badblocks.c:877
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004022#, c-format
4023msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004024msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004025
Theodore Ts'o4e528702016-09-04 21:31:21 -04004026#: misc/badblocks.c:998 misc/util.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004027#, c-format
4028msgid "%s is mounted; "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004029msgstr "%s ist eingehängt; "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004030
Philipp Thomasa4670b92016-08-31 23:14:17 -04004031#: misc/badblocks.c:1000
Theodore Ts'o4e528702016-09-04 21:31:21 -04004032msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004033msgstr ""
4034"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004035
4036#: misc/badblocks.c:1005
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004037msgid "it's not safe to run badblocks!\n"
4038msgstr "es ist zu unsicher, Badblocks zu starten!\n"
4039
Theodore Ts'o4e528702016-09-04 21:31:21 -04004040#: misc/badblocks.c:1010 misc/util.c:142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004041#, c-format
4042msgid "%s is apparently in use by the system; "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004043msgstr "%s wird offensichtlich vom System genutzt; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004044
Theodore Ts'o4e528702016-09-04 21:31:21 -04004045#: misc/badblocks.c:1013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004046msgid "badblocks forced anyway.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004047msgstr ""
4048"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004049
Theodore Ts'o4e528702016-09-04 21:31:21 -04004050#: misc/badblocks.c:1033
Philipp Thomas68801282008-07-17 11:47:00 -04004051#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004052msgid "invalid %s - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004053msgstr "ungültige %s - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004054
Theodore Ts'o4e528702016-09-04 21:31:21 -04004055#: misc/badblocks.c:1127
4056#, c-format
4057msgid "Too big max bad blocks count %u - maximum is %u"
4058msgstr ""
4059
4060#: misc/badblocks.c:1154
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004061#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004062msgid "can't allocate memory for test_pattern - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04004063msgstr "Speicher für Testmuster kann nicht reserviert werden - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004064
Theodore Ts'o4e528702016-09-04 21:31:21 -04004065#: misc/badblocks.c:1184
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004066msgid "Maximum of one test_pattern may be specified in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004067msgstr "Es darf im Nur-Lesen-Modus nur ein Testmuster angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004068
Theodore Ts'o4e528702016-09-04 21:31:21 -04004069#: misc/badblocks.c:1190
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004070msgid "Random test_pattern is not allowed in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004071msgstr "Zufälliges Testmuster ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004072
Theodore Ts'o4e528702016-09-04 21:31:21 -04004073#: misc/badblocks.c:1204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004074msgid ""
4075"Couldn't determine device size; you must specify\n"
4076"the size manually\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004077msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04004078"Größe des Gerätes ist nicht feststellbar.\n"
4079"Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004080
Theodore Ts'o4e528702016-09-04 21:31:21 -04004081#: misc/badblocks.c:1210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004082msgid "while trying to determine device size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004083msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004084
Theodore Ts'o4e528702016-09-04 21:31:21 -04004085#: misc/badblocks.c:1215
Philipp Thomas68801282008-07-17 11:47:00 -04004086msgid "last block"
4087msgstr "letzter Block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004088
Theodore Ts'o4e528702016-09-04 21:31:21 -04004089#: misc/badblocks.c:1221
Philipp Thomas68801282008-07-17 11:47:00 -04004090msgid "first block"
4091msgstr "erster Block"
4092
Theodore Ts'o4e528702016-09-04 21:31:21 -04004093#: misc/badblocks.c:1224
Philipp Thomasb93349a2014-05-31 13:32:39 -04004094#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004095msgid "invalid starting block (%llu): must be less than %llu"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004096msgstr "Ungültiger Startblock (%llu): er muss kleiner als %llu sein"
Philipp Thomas68801282008-07-17 11:47:00 -04004097
Theodore Ts'o4e528702016-09-04 21:31:21 -04004098#: misc/badblocks.c:1231
Philipp Thomasb93349a2014-05-31 13:32:39 -04004099#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004100msgid "invalid end block (%llu): must be 32-bit value"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004101msgstr "Ungültiger Endblock (%llu): er muss ein 32-Bit Wert sein"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004102
Theodore Ts'o4e528702016-09-04 21:31:21 -04004103#: misc/badblocks.c:1287
Theodore Ts'o197abba2005-06-20 18:00:23 -04004104msgid "while creating in-memory bad blocks list"
Philipp Thomasab02a742014-07-09 23:13:30 -04004105msgstr "beim Erstellen der Bad-Block-Liste im Speicher"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004106
Theodore Ts'o4e528702016-09-04 21:31:21 -04004107#: misc/badblocks.c:1296
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004108msgid "input file - bad format"
Philipp Thomasab02a742014-07-09 23:13:30 -04004109msgstr "die Eingabedatei hat ein ungültiges Format"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004110
Theodore Ts'o4e528702016-09-04 21:31:21 -04004111#: misc/badblocks.c:1304 misc/badblocks.c:1313
Theodore Ts'o197abba2005-06-20 18:00:23 -04004112msgid "while adding to in-memory bad block list"
Philipp Thomasab02a742014-07-09 23:13:30 -04004113msgstr "beim Hinzufügen zur Bad-Block-Liste im Speicher"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004114
Theodore Ts'o4e528702016-09-04 21:31:21 -04004115#: misc/badblocks.c:1338
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004116#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004117msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
4118msgstr "Durchgang beendet, %u defekte Blöcke gefunden. (%d/%d/%d Fehler)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004119
Theodore Ts'o4e528702016-09-04 21:31:21 -04004120#: misc/chattr.c:89
4121#, fuzzy, c-format
4122msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004123msgstr "Aufruf: %s [-RVf] [-+=AaCcDdeijsStTu] [-v Version] Dateien...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004124
Theodore Ts'o4e528702016-09-04 21:31:21 -04004125#: misc/chattr.c:159
4126#, fuzzy, c-format
4127msgid "bad project - %s\n"
4128msgstr "falsche Version - %s\n"
4129
4130#: misc/chattr.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004131#, c-format
4132msgid "bad version - %s\n"
4133msgstr "falsche Version - %s\n"
4134
Theodore Ts'o4e528702016-09-04 21:31:21 -04004135#: misc/chattr.c:219 misc/lsattr.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004136#, c-format
4137msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004138msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004139
Theodore Ts'o4e528702016-09-04 21:31:21 -04004140#: misc/chattr.c:226
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004141#, c-format
4142msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004143msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004144
Theodore Ts'o4e528702016-09-04 21:31:21 -04004145#: misc/chattr.c:231 misc/chattr.c:243
Philipp Thomas77c871a2010-04-19 16:59:02 -04004146#, c-format
4147msgid "Flags of %s set as "
4148msgstr "Flags von %s wie folgt gesetzt: "
4149
Theodore Ts'o4e528702016-09-04 21:31:21 -04004150#: misc/chattr.c:252
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004151#, c-format
4152msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004153msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004154
Theodore Ts'o4e528702016-09-04 21:31:21 -04004155#: misc/chattr.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004156#, c-format
4157msgid "Version of %s set as %lu\n"
4158msgstr "Version von %s gesetzt auf %lu\n"
4159
Theodore Ts'o4e528702016-09-04 21:31:21 -04004160#: misc/chattr.c:264
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004161#, c-format
4162msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004163msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004164
Theodore Ts'o4e528702016-09-04 21:31:21 -04004165#: misc/chattr.c:271
4166#, fuzzy, c-format
4167msgid "Project of %s set as %lu\n"
4168msgstr "Version von %s gesetzt auf %lu\n"
4169
4170#: misc/chattr.c:275
4171#, fuzzy, c-format
4172msgid "while setting project on %s"
4173msgstr "beim Setzen der Version in %s"
4174
4175#: misc/chattr.c:297
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004176msgid "Couldn't allocate path variable in chattr_dir_proc"
Philipp Thomasab02a742014-07-09 23:13:30 -04004177msgstr "Pfad-Variable in chattr_dir_proc konnte nicht reserviert werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004178
Theodore Ts'o4e528702016-09-04 21:31:21 -04004179#: misc/chattr.c:337
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004180msgid "= is incompatible with - and +\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004181msgstr "= ist inkompatibel zu - und +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004182
Theodore Ts'o4e528702016-09-04 21:31:21 -04004183#: misc/chattr.c:345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004184msgid "Must use '-v', =, - or +\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004185msgstr "„-v“, =, - oder + verwenden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004186
Theodore Ts'o4e528702016-09-04 21:31:21 -04004187#: misc/create_inode.c:70 misc/create_inode.c:109
4188#, fuzzy, c-format
4189msgid "while reading inode %u"
4190msgstr "beim Lesen von Inode %lu in %s"
4191
4192#: misc/create_inode.c:80 misc/create_inode.c:272 misc/create_inode.c:336
4193#: misc/create_inode.c:374
4194#, fuzzy
4195msgid "while expanding directory"
4196msgstr "beim Expandieren von /lost+found"
4197
4198#: misc/create_inode.c:87
4199#, fuzzy, c-format
4200msgid "while linking \"%s\""
4201msgstr "beim Öffnen von %s"
4202
4203#: misc/create_inode.c:95 misc/create_inode.c:122 misc/create_inode.c:306
4204#, fuzzy, c-format
4205msgid "while writing inode %u"
4206msgstr "beim Schreiben von Inode %lu in %s"
4207
4208#: misc/create_inode.c:139 misc/create_inode.c:163
4209#, fuzzy, c-format
4210msgid "while listing attributes of \"%s\""
4211msgstr "beim Versuch, %s abzuschneiden"
4212
4213#: misc/create_inode.c:150
4214#, fuzzy, c-format
4215msgid "while opening inode %u"
4216msgstr "beim Start des Inode-Scans"
4217
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004218#: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:905
4219#: misc/e2undo.c:176 misc/e2undo.c:473 misc/e2undo.c:479 misc/e2undo.c:485
Theodore Ts'o4e528702016-09-04 21:31:21 -04004220#: misc/mke2fs.c:353
4221#, fuzzy
4222msgid "while allocating memory"
4223msgstr "beim Zuweisen von Puffern"
4224
4225#: misc/create_inode.c:176 misc/create_inode.c:192
4226#, fuzzy, c-format
4227msgid "while reading attribute \"%s\" of \"%s\""
4228msgstr "beim Lesens der Flags in %s"
4229
4230#: misc/create_inode.c:201
4231#, fuzzy, c-format
4232msgid "while writing attribute \"%s\" to inode %u"
4233msgstr "beim Schreiben von Inode %lu in %s"
4234
4235#: misc/create_inode.c:211
4236#, fuzzy, c-format
4237msgid "while closing inode %u"
4238msgstr "während der Inode-Prüfung"
4239
4240#: misc/create_inode.c:259
4241#, fuzzy, c-format
4242msgid "while allocating inode \"%s\""
4243msgstr "beim Zuweisen von Puffern"
4244
4245#: misc/create_inode.c:278
4246#, fuzzy, c-format
4247msgid "while creating inode \"%s\""
4248msgstr "beim Lesen von Inode %lu in %s"
4249
4250#: misc/create_inode.c:343
4251#, fuzzy, c-format
4252msgid "while creating symlink \"%s\""
4253msgstr "beim Lesens der Flags in %s"
4254
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004255#: misc/create_inode.c:361 misc/create_inode.c:838
Theodore Ts'o4e528702016-09-04 21:31:21 -04004256#, fuzzy, c-format
4257msgid "while looking up \"%s\""
4258msgstr "beim Suchen von /lost+found"
4259
4260#: misc/create_inode.c:381
4261#, fuzzy, c-format
4262msgid "while creating directory \"%s\""
4263msgstr "beim Erstellen des Wurzelverzeichnisses"
4264
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004265#: misc/create_inode.c:609
Theodore Ts'o4e528702016-09-04 21:31:21 -04004266#, fuzzy, c-format
4267msgid "while opening \"%s\" to copy"
4268msgstr "beim Öffnen von %s"
4269
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004270#: misc/create_inode.c:701
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004271#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004272msgid "while changing working directory to \"%s\""
4273msgstr ""
4274
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004275#: misc/create_inode.c:709
Theodore Ts'o4e528702016-09-04 21:31:21 -04004276#, fuzzy, c-format
4277msgid "while opening directory \"%s\""
4278msgstr "beim Öffnen von %s"
4279
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004280#: misc/create_inode.c:719
Theodore Ts'o4e528702016-09-04 21:31:21 -04004281#, fuzzy, c-format
4282msgid "while lstat \"%s\""
4283msgstr "beim Auslesen des Status von %s"
4284
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004285#: misc/create_inode.c:752
Theodore Ts'o4e528702016-09-04 21:31:21 -04004286#, fuzzy, c-format
4287msgid "while creating special file \"%s\""
4288msgstr "beim Lesen von Inode %lu in %s"
4289
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004290#: misc/create_inode.c:761
Theodore Ts'o4e528702016-09-04 21:31:21 -04004291#, fuzzy
4292msgid "malloc failed"
4293msgstr "Die Reservierung von Speicher schlug fehl"
4294
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004295#: misc/create_inode.c:769
Theodore Ts'o4e528702016-09-04 21:31:21 -04004296#, fuzzy, c-format
4297msgid "while trying to read link \"%s\""
4298msgstr "beim Versuch, die Größe von %s zu ändern"
4299
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004300#: misc/create_inode.c:776
Theodore Ts'o4e528702016-09-04 21:31:21 -04004301msgid "symlink increased in size between lstat() and readlink()"
4302msgstr ""
4303
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004304#: misc/create_inode.c:787
Theodore Ts'o4e528702016-09-04 21:31:21 -04004305#, fuzzy, c-format
4306msgid "while writing symlink\"%s\""
4307msgstr "beim Schreiben von Inode %lu in %s"
4308
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004309#: misc/create_inode.c:797
Theodore Ts'o4e528702016-09-04 21:31:21 -04004310#, fuzzy, c-format
4311msgid "while writing file \"%s\""
4312msgstr "beim Schreiben von Inode %lu in %s"
4313
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004314#: misc/create_inode.c:810
Theodore Ts'o4e528702016-09-04 21:31:21 -04004315#, fuzzy, c-format
4316msgid "while making dir \"%s\""
4317msgstr "beim Öffnen von %s"
4318
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004319#: misc/create_inode.c:827
Theodore Ts'o4e528702016-09-04 21:31:21 -04004320#, fuzzy
4321msgid "while changing directory"
4322msgstr "Verzeichnisblock wird gelesen"
4323
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004324#: misc/create_inode.c:833
Theodore Ts'o4e528702016-09-04 21:31:21 -04004325#, c-format
4326msgid "ignoring entry \"%s\""
4327msgstr ""
4328
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004329#: misc/create_inode.c:846
Theodore Ts'o4e528702016-09-04 21:31:21 -04004330#, fuzzy, c-format
4331msgid "while setting inode for \"%s\""
4332msgstr "beim Setzen der Version in %s"
4333
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004334#: misc/create_inode.c:853
Theodore Ts'o4e528702016-09-04 21:31:21 -04004335#, fuzzy, c-format
4336msgid "while setting xattrs for \"%s\""
4337msgstr "beim Setzen der Flags in %s"
4338
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004339#: misc/create_inode.c:871
Theodore Ts'o4e528702016-09-04 21:31:21 -04004340#, fuzzy
4341msgid "while saving inode data"
4342msgstr "beim Starten der Inode-Prüfung"
4343
4344#: misc/dumpe2fs.c:56
4345#, fuzzy, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004346msgid ""
4347"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
4348msgstr ""
4349"Aufruf: %s [-bfhixV] [-o superblock=<Nummer>] [-o blocksize=<Nummer>] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004350
Eric Sandeen032eafe2012-07-28 17:48:36 -04004351#: misc/dumpe2fs.c:159
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004352msgid "blocks"
4353msgstr "Blöcke"
4354
Theodore Ts'o4e528702016-09-04 21:31:21 -04004355#: misc/dumpe2fs.c:168
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004356msgid "clusters"
4357msgstr "Cluster"
4358
Theodore Ts'o4e528702016-09-04 21:31:21 -04004359#: misc/dumpe2fs.c:219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004360#, c-format
4361msgid "Group %lu: (Blocks "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004362msgstr "Gruppe %lu: (Blöcke "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004363
Theodore Ts'o4e528702016-09-04 21:31:21 -04004364#: misc/dumpe2fs.c:226
4365#, fuzzy, c-format
4366msgid " csum 0x%04x"
Philipp Thomasab02a742014-07-09 23:13:30 -04004367msgstr " Prüfsumme 0x%04x"
Philipp Thomas720e6362008-06-21 14:06:00 -04004368
Theodore Ts'o4e528702016-09-04 21:31:21 -04004369#: misc/dumpe2fs.c:228
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004370#, c-format
Philipp Thomasedc733d2012-04-22 15:38:42 -04004371msgid " (EXPECTED 0x%04x)"
4372msgstr " (0x%04x ERWARTET)"
4373
Theodore Ts'o4e528702016-09-04 21:31:21 -04004374#: misc/dumpe2fs.c:233
Philipp Thomasedc733d2012-04-22 15:38:42 -04004375#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004376msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004377msgstr " %s Superblock in "
4378
Theodore Ts'o4e528702016-09-04 21:31:21 -04004379#: misc/dumpe2fs.c:234
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004380msgid "Primary"
Philipp Thomasab02a742014-07-09 23:13:30 -04004381msgstr "Primär"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004382
Theodore Ts'o4e528702016-09-04 21:31:21 -04004383#: misc/dumpe2fs.c:234
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004384msgid "Backup"
Philipp Thomasab02a742014-07-09 23:13:30 -04004385msgstr "Datensicherung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004386
Theodore Ts'o4e528702016-09-04 21:31:21 -04004387#: misc/dumpe2fs.c:238
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004388msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004389msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004390
Theodore Ts'o4e528702016-09-04 21:31:21 -04004391#: misc/dumpe2fs.c:242
Theodore Ts'obc759702005-05-09 20:40:55 -04004392msgid ""
4393"\n"
4394" Reserved GDT blocks at "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004395msgstr ""
4396"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004397" reservierte GDT-Blöcke bei "
Theodore Ts'obc759702005-05-09 20:40:55 -04004398
Theodore Ts'o4e528702016-09-04 21:31:21 -04004399#: misc/dumpe2fs.c:249
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004400msgid " Group descriptor at "
Philipp Thomasab02a742014-07-09 23:13:30 -04004401msgstr " Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004402
Theodore Ts'o4e528702016-09-04 21:31:21 -04004403#: misc/dumpe2fs.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004404msgid " Block bitmap at "
Philipp Thomasab02a742014-07-09 23:13:30 -04004405msgstr " Block-Bitmap in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004406
Theodore Ts'o4e528702016-09-04 21:31:21 -04004407#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4408#, fuzzy, c-format
4409msgid ", csum 0x%08x"
4410msgstr " Prüfsumme 0x%04x"
4411
4412#: misc/dumpe2fs.c:263
4413msgid ","
4414msgstr ""
4415
4416#: misc/dumpe2fs.c:265
4417msgid ""
4418"\n"
4419" "
4420msgstr ""
4421
4422#: misc/dumpe2fs.c:266
4423#, fuzzy
4424msgid " Inode bitmap at "
Philipp Thomasab02a742014-07-09 23:13:30 -04004425msgstr ", Inode-Bitmap in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004426
Theodore Ts'o4e528702016-09-04 21:31:21 -04004427#: misc/dumpe2fs.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004428msgid ""
4429"\n"
4430" Inode table at "
4431msgstr ""
4432"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004433" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004434
Theodore Ts'o4e528702016-09-04 21:31:21 -04004435#: misc/dumpe2fs.c:279
Philipp Thomas68801282008-07-17 11:47:00 -04004436#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004437msgid ""
4438"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004439" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004440msgstr ""
4441"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004442" %u freie %s, %u freie Inodes, %u Verzeichnisse%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004443
Theodore Ts'o4e528702016-09-04 21:31:21 -04004444#: misc/dumpe2fs.c:286
Philipp Thomas720e6362008-06-21 14:06:00 -04004445#, c-format
4446msgid ", %u unused inodes\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004447msgstr ", %u ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004448
Theodore Ts'o4e528702016-09-04 21:31:21 -04004449#: misc/dumpe2fs.c:289
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004450msgid " Free blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004451msgstr " Freie Blöcke: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004452
Theodore Ts'o4e528702016-09-04 21:31:21 -04004453#: misc/dumpe2fs.c:304
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004454msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004455msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004456
Theodore Ts'o4e528702016-09-04 21:31:21 -04004457#: misc/dumpe2fs.c:340
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004458msgid "while printing bad block list"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004459msgstr "beim Ausgeben der „Bad Block“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004460
Theodore Ts'o4e528702016-09-04 21:31:21 -04004461#: misc/dumpe2fs.c:346
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004462#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004463msgid "Bad blocks: %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004464msgstr "Bad Blocks: %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004465
Theodore Ts'o4e528702016-09-04 21:31:21 -04004466#: misc/dumpe2fs.c:385 misc/tune2fs.c:362
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004467msgid "while reading journal inode"
4468msgstr "beim Lesen des Journal-Inodes"
4469
Theodore Ts'o4e528702016-09-04 21:31:21 -04004470#: misc/dumpe2fs.c:391
Philipp Thomas77c871a2010-04-19 16:59:02 -04004471msgid "while opening journal inode"
4472msgstr "beim Lesen des Journal-Inodes"
4473
Theodore Ts'o4e528702016-09-04 21:31:21 -04004474#: misc/dumpe2fs.c:397
Philipp Thomas77c871a2010-04-19 16:59:02 -04004475msgid "while reading journal super block"
4476msgstr "beim Lesen des Journal-Superblocks"
4477
Theodore Ts'o4e528702016-09-04 21:31:21 -04004478#: misc/dumpe2fs.c:404
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004479msgid "Journal superblock magic number invalid!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004480msgstr "Die magische Zahl im Journal-Superblock ist ungültig!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004481
Theodore Ts'o4e528702016-09-04 21:31:21 -04004482#: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
Philipp Thomas77c871a2010-04-19 16:59:02 -04004483msgid "Journal features: "
4484msgstr "Jounaleigenschaften: "
4485
Theodore Ts'o4e528702016-09-04 21:31:21 -04004486#: misc/dumpe2fs.c:420
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004487msgid "Journal size: "
Philipp Thomasab02a742014-07-09 23:13:30 -04004488msgstr "Journalgröße: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004489
Theodore Ts'o4e528702016-09-04 21:31:21 -04004490#: misc/dumpe2fs.c:430
Philipp Thomas77c871a2010-04-19 16:59:02 -04004491#, c-format
4492msgid ""
4493"Journal length: %u\n"
4494"Journal sequence: 0x%08x\n"
4495"Journal start: %u\n"
4496msgstr ""
4497"Journal-Länge: %u\n"
4498"Journal-Sequenz: 0x%08x\n"
4499"Journal-Start: %u\n"
4500
Theodore Ts'o4e528702016-09-04 21:31:21 -04004501#: misc/dumpe2fs.c:438 misc/dumpe2fs.c:480
4502msgid "Journal checksum type: crc32\n"
4503msgstr ""
4504
4505#: misc/dumpe2fs.c:443 misc/dumpe2fs.c:485
4506#, c-format
4507msgid ""
4508"Journal checksum type: %s\n"
4509"Journal checksum: 0x%08x\n"
4510msgstr ""
4511
4512#: misc/dumpe2fs.c:448
Philipp Thomasd0275172013-01-15 23:30:35 -05004513#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004514msgid "Journal errno: %d\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004515msgstr "Jounal-Fehlernummer: %d\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004516
Theodore Ts'o4e528702016-09-04 21:31:21 -04004517#: misc/dumpe2fs.c:466 misc/tune2fs.c:211
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004518msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004519msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004520
Theodore Ts'o4e528702016-09-04 21:31:21 -04004521#: misc/dumpe2fs.c:474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004522msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004523msgstr ""
4524"Die magische Nummer des Journal-Superblocks konnte nicht gefunden werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004525
Theodore Ts'o4e528702016-09-04 21:31:21 -04004526#: misc/dumpe2fs.c:501
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004527#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004528msgid ""
4529"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004530"Journal block size: %u\n"
4531"Journal length: %u\n"
4532"Journal first block: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004533"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004534"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004535"Journal number of users: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004536msgstr ""
4537"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004538"Journal-Blockgröße: %u\n"
4539"Journal-Länge: %u\n"
4540"Journal-Startblock: %u\n"
4541"Journal-Sequenz: 0x%08x\n"
4542"Journal-Start: %u\n"
4543"Journal-Benutzeranzahl: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004544
Theodore Ts'o4e528702016-09-04 21:31:21 -04004545#: misc/dumpe2fs.c:514
Theodore Ts'o197abba2005-06-20 18:00:23 -04004546#, c-format
4547msgid "Journal users: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004548msgstr "Jounalbenutzer: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004549
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004550#: misc/dumpe2fs.c:530 misc/mke2fs.c:786 misc/tune2fs.c:1930
Theodore Ts'o8f741372008-02-28 21:47:05 -05004551msgid "Couldn't allocate memory to parse options!\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004552msgstr ""
4553"Speicher zum Verarbeiten der Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004554
Theodore Ts'o4e528702016-09-04 21:31:21 -04004555#: misc/dumpe2fs.c:556
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004556#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004557msgid "Invalid superblock parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004558msgstr "Ungültiger Superblock-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004559
Theodore Ts'o4e528702016-09-04 21:31:21 -04004560#: misc/dumpe2fs.c:571
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004561#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004562msgid "Invalid blocksize parameter: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004563msgstr "Ungültiger Blockgrößen-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004564
Theodore Ts'o4e528702016-09-04 21:31:21 -04004565#: misc/dumpe2fs.c:582
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004566#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004567msgid ""
4568"\n"
4569"Bad extended option(s) specified: %s\n"
4570"\n"
4571"Extended options are separated by commas, and may take an argument which\n"
4572"\tis set off by an equals ('=') sign.\n"
4573"\n"
4574"Valid extended options are:\n"
4575"\tsuperblock=<superblock number>\n"
4576"\tblocksize=<blocksize>\n"
4577msgstr ""
4578"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004579"Falsche erweiterte Optionen angegeben: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004580"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004581"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004582"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004583"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004584"Gültige erweiterte Optionen sind:\n"
4585"\tsuperblock=<Nummer des Spuperblocks>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004586"\tblocksize=<Blockgröße>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004587"\n"
4588
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004589#: misc/dumpe2fs.c:646 misc/mke2fs.c:1816
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004590#, c-format
4591msgid "\tUsing %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004592msgstr "\t%s wird benutzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004593
Theodore Ts'o4e528702016-09-04 21:31:21 -04004594#: misc/dumpe2fs.c:686
4595msgid ""
4596"\n"
4597"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4598"\n"
4599msgstr ""
4600
4601#: misc/dumpe2fs.c:691 misc/e2image.c:1586 misc/tune2fs.c:2805
4602#: resize/main.c:415
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004603msgid "Couldn't find valid filesystem superblock.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004604msgstr "Es kann kein gültiger Dateisystem-Superblock gefunden werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004605
Theodore Ts'o4e528702016-09-04 21:31:21 -04004606#: misc/dumpe2fs.c:726
4607msgid ""
4608"\n"
4609"*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4610"\n"
4611msgstr ""
4612
4613#: misc/dumpe2fs.c:730
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004614#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004615msgid ""
4616"\n"
4617"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004618msgstr ""
4619"\n"
4620"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004621
Theodore Ts'o4e528702016-09-04 21:31:21 -04004622#: misc/e2image.c:106
Philipp Thomasb93349a2014-05-31 13:32:39 -04004623#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004624msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004625msgstr "Aufruf: %s [-r|Q ] [ -fr ] Gerätedatei Abbild-Datei\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004626
Theodore Ts'o4e528702016-09-04 21:31:21 -04004627#: misc/e2image.c:108
Philipp Thomasb93349a2014-05-31 13:32:39 -04004628#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004629msgid " %s -I device image-file\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004630msgstr " %s [-I] Gerätedatei Abbild-Datei\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004631
Theodore Ts'o4e528702016-09-04 21:31:21 -04004632#: misc/e2image.c:109
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004633#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004634msgid ""
4635" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4636"[ dest_fs ]\n"
4637msgstr ""
4638" %s -ra [ -cfnp ] [ -o Quelloffset ] [ -O Zieloffset ] Quell_Fs "
4639"[ Ziel_fs ]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004640
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004641#: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004642msgid "while allocating buffer"
4643msgstr "beim Zuweisen von Puffern"
4644
Theodore Ts'o4e528702016-09-04 21:31:21 -04004645#: misc/e2image.c:179
Philipp Thomasb93349a2014-05-31 13:32:39 -04004646#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004647msgid "Writing block %llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004648msgstr "Block %llu wird geschrieben\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004649
Theodore Ts'o4e528702016-09-04 21:31:21 -04004650#: misc/e2image.c:193
Philipp Thomasb93349a2014-05-31 13:32:39 -04004651#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004652msgid "error writing block %llu"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004653msgstr "Schreibfehler - Block %llu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004654
Theodore Ts'o4e528702016-09-04 21:31:21 -04004655#: misc/e2image.c:196
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004656msgid "error in generic_write()"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004657msgstr "Fehler in generic_write()"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004658
Theodore Ts'o4e528702016-09-04 21:31:21 -04004659#: misc/e2image.c:213
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004660msgid "Error: header size is bigger than wrt_size\n"
4661msgstr "Fehler: Größe des Headers übersteigt wrt_size\n"
4662
Theodore Ts'o4e528702016-09-04 21:31:21 -04004663#: misc/e2image.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004664msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004665msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004666
Theodore Ts'o4e528702016-09-04 21:31:21 -04004667#: misc/e2image.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004668msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004669msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004670
Theodore Ts'o4e528702016-09-04 21:31:21 -04004671#: misc/e2image.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004672msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004673msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004674
Theodore Ts'o4e528702016-09-04 21:31:21 -04004675#: misc/e2image.c:263
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004676msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004677msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004678
Theodore Ts'o4e528702016-09-04 21:31:21 -04004679#: misc/e2image.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004680msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004681msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004682
Theodore Ts'o4e528702016-09-04 21:31:21 -04004683#: misc/e2image.c:505
Philipp Thomasb93349a2014-05-31 13:32:39 -04004684#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004685msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004686msgstr "Defekter Verzeichnisblock %llu: ungültige rec_len (%d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004687
Theodore Ts'o4e528702016-09-04 21:31:21 -04004688#: misc/e2image.c:517
Philipp Thomasb93349a2014-05-31 13:32:39 -04004689#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004690msgid "Corrupt directory block %llu: bad name_len (%d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004691msgstr "Defekter Verzeichnisblock %llu: ungültige name_len (%d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004692
Theodore Ts'o4e528702016-09-04 21:31:21 -04004693#: misc/e2image.c:558
Philipp Thomasb93349a2014-05-31 13:32:39 -04004694#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004695msgid "%llu / %llu blocks (%d%%)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004696msgstr "%llu / %llu Blöcke (%d%%)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004697
Theodore Ts'o4e528702016-09-04 21:31:21 -04004698#: misc/e2image.c:589 misc/e2image.c:629
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004699msgid "Copying "
Philipp Thomasb93349a2014-05-31 13:32:39 -04004700msgstr "Kopieren "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004701
Theodore Ts'o4e528702016-09-04 21:31:21 -04004702#: misc/e2image.c:626
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004703msgid ""
4704"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004705msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04004706"Jetzt anzuhalten würde das Dateisystem zerstören. Wenn Sie sicher sind,\n"
4707"unterbrechen Sie noch einmal.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004708
Theodore Ts'o4e528702016-09-04 21:31:21 -04004709#: misc/e2image.c:652
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004710#, c-format
4711msgid " %s remaining at %.2f MB/s"
Philipp Thomasab02a742014-07-09 23:13:30 -04004712msgstr " %s bleibt bei %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004713
Theodore Ts'o4e528702016-09-04 21:31:21 -04004714#: misc/e2image.c:664 misc/e2image.c:1191
Philipp Thomasb93349a2014-05-31 13:32:39 -04004715#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004716msgid "error reading block %llu"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004717msgstr "Fehler beim Lesen von Block %llu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004718
Theodore Ts'o4e528702016-09-04 21:31:21 -04004719#: misc/e2image.c:718
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004720#, c-format
4721msgid "Copied %llu / %llu blocks (%d%%) in %s "
Philipp Thomasb93349a2014-05-31 13:32:39 -04004722msgstr "%llu / %llu Blöcke (%d%%) wurden in %s kopiert "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004723
Theodore Ts'o4e528702016-09-04 21:31:21 -04004724#: misc/e2image.c:722
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004725#, c-format
4726msgid "at %.2f MB/s"
Philipp Thomasab02a742014-07-09 23:13:30 -04004727msgstr "bei %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004728
Theodore Ts'o4e528702016-09-04 21:31:21 -04004729#: misc/e2image.c:758
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004730msgid "while allocating l1 table"
Philipp Thomasab02a742014-07-09 23:13:30 -04004731msgstr "beim Anfordern von Speicher für die l1-Tabelle"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004732
Theodore Ts'o4e528702016-09-04 21:31:21 -04004733#: misc/e2image.c:803
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004734msgid "while allocating l2 cache"
Philipp Thomasab02a742014-07-09 23:13:30 -04004735msgstr "beim Anfordern von Speicher für den l2-Zwischenspeicher"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004736
Theodore Ts'o4e528702016-09-04 21:31:21 -04004737#: misc/e2image.c:826
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004738msgid ""
4739"Warning: There are still tables in the cache while putting the cache, data "
4740"will be lost so the image may not be valid.\n"
4741msgstr ""
4742"Warnung: Beim Schreiben des Zwischenspeichers befinden sich immer noch "
4743"Tabellen in ihm. Damit gehen Daten verloren und das Abbild ist eventuell "
4744"ungültig.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004745
Theodore Ts'o4e528702016-09-04 21:31:21 -04004746#: misc/e2image.c:1148
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004747msgid "while allocating ext2_qcow2_image"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004748msgstr "beim Reservieren von Speicher für ext2_qcow2_image"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004749
Theodore Ts'o4e528702016-09-04 21:31:21 -04004750#: misc/e2image.c:1155
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004751msgid "while initializing ext2_qcow2_image"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004752msgstr "beim Initialisieren des ext2_qcow2_image"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004753
Theodore Ts'o4e528702016-09-04 21:31:21 -04004754#: misc/e2image.c:1214 misc/e2image.c:1232
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004755msgid "Programming error: multiple sequential refcount blocks created!\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004756msgstr ""
4757"Programmierfehler: mehrere sequenzielle Refcount-Blöcke wurden erzeugt!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004758
Theodore Ts'o4e528702016-09-04 21:31:21 -04004759#: misc/e2image.c:1272
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004760msgid "while allocating block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004761msgstr "beim Reservieren von Speicher für die Block-Bitmap"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004762
Theodore Ts'o4e528702016-09-04 21:31:21 -04004763#: misc/e2image.c:1281
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004764msgid "while allocating scramble block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004765msgstr "beim Reservieren von Speicher für die verwürfelte Block-Bitmap"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004766
Theodore Ts'o4e528702016-09-04 21:31:21 -04004767#: misc/e2image.c:1288
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004768msgid "Scanning inodes...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004769msgstr "Inodes werden eingelesen …\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004770
Theodore Ts'o4e528702016-09-04 21:31:21 -04004771#: misc/e2image.c:1300
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004772msgid "Can't allocate block buffer"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004773msgstr "Es konnte kein Blockpuffer reserviert werden"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004774
Theodore Ts'o4e528702016-09-04 21:31:21 -04004775#: misc/e2image.c:1339 misc/e2image.c:1353
Philipp Thomasb93349a2014-05-31 13:32:39 -04004776#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004777msgid "while iterating over inode %u"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004778msgstr "beim Iterieren über Inode %u"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004779
Theodore Ts'o4e528702016-09-04 21:31:21 -04004780#: misc/e2image.c:1385
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004781msgid "Raw and qcow2 images cannot be installed"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004782msgstr "Rohe und Qcow2-Abbilder können nicht installiert werden"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004783
Theodore Ts'o4e528702016-09-04 21:31:21 -04004784#: misc/e2image.c:1407
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004785msgid "error reading bitmaps"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004786msgstr "Fehler beim Lesen der Bitmaps"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004787
Theodore Ts'o4e528702016-09-04 21:31:21 -04004788#: misc/e2image.c:1419
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004789msgid "while opening device file"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004790msgstr "beim Öffnen der Gerätedatei"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004791
Theodore Ts'o4e528702016-09-04 21:31:21 -04004792#: misc/e2image.c:1430
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004793msgid "while restoring the image table"
4794msgstr "beim Schreiben der Inode-Tabelle"
4795
Theodore Ts'o4e528702016-09-04 21:31:21 -04004796#: misc/e2image.c:1527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004797msgid "-a option can only be used with raw or QCOW2 images."
Philipp Thomasab02a742014-07-09 23:13:30 -04004798msgstr "Die Option „-a“ kann nur bei Roh- oder QCOW2-Abbildern benutzt werden."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004799
Theodore Ts'o4e528702016-09-04 21:31:21 -04004800#: misc/e2image.c:1533
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004801msgid "Offsets are only allowed with raw images."
Philipp Thomasb93349a2014-05-31 13:32:39 -04004802msgstr "Offsets sind nur bei Roh-Abbildern erlaubt."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004803
Theodore Ts'o4e528702016-09-04 21:31:21 -04004804#: misc/e2image.c:1538
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004805msgid "Move mode is only allowed with raw images."
Philipp Thomasab02a742014-07-09 23:13:30 -04004806msgstr "Verschieben ist nur bei Roh- Abbildern erlaubt."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004807
Theodore Ts'o4e528702016-09-04 21:31:21 -04004808#: misc/e2image.c:1543
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004809msgid "Move mode requires all data mode."
Philipp Thomasab02a742014-07-09 23:13:30 -04004810msgstr "Der Verschiebemodus erfordert den „Alle Daten“-Modus."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004811
Theodore Ts'o4e528702016-09-04 21:31:21 -04004812#: misc/e2image.c:1553
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004813msgid "checking if mounted"
Philipp Thomasab02a742014-07-09 23:13:30 -04004814msgstr "Prüfung, ob eingehängt"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004815
Theodore Ts'o4e528702016-09-04 21:31:21 -04004816#: misc/e2image.c:1560
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004817msgid ""
4818"\n"
4819"Running e2image on a R/W mounted filesystem can result in an\n"
4820"inconsistent image which will not be useful for debugging purposes.\n"
4821"Use -f option if you really want to do that.\n"
4822msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004823"\n"
4824"Das Starten von E2image auf einem schreib- und lesbar eingehängten\n"
4825"Dateisystem kann zu einem unvollständigen Abbild führen, welches\n"
4826"unbrauchbar für die Fehlersuche wäre. Verwenden Sie die Option -f, wenn\n"
4827"Sie das wirklich machen wollen.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004828
Philipp Thomasa4670b92016-08-31 23:14:17 -04004829#: misc/e2image.c:1614
Theodore Ts'o4e528702016-09-04 21:31:21 -04004830msgid "QCOW2 image can not be written to the stdout!\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004831msgstr ""
4832"Das QCOW2-Abbild kann nicht auf die Standardausgabe geschrieben werden!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004833
4834#: misc/e2image.c:1620
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004835msgid "Can not stat output\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004836msgstr "Der Status der Ausgabe lässt sich nicht feststellen\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004837
Theodore Ts'o4e528702016-09-04 21:31:21 -04004838#: misc/e2image.c:1630
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004839#, c-format
4840msgid "Image (%s) is compressed\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004841msgstr "Das Abbild (%s) ist komprimiert\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004842
Theodore Ts'o4e528702016-09-04 21:31:21 -04004843#: misc/e2image.c:1633
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004844#, c-format
4845msgid "Image (%s) is encrypted\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004846msgstr "Das Abbild (%s) ist verschlüsselt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004847
Theodore Ts'o4e528702016-09-04 21:31:21 -04004848#: misc/e2image.c:1636
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004849#, c-format
4850msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004851msgstr ""
4852"beim Versuch, das Qcow2-Abbild (%s) in ein Roh-Abbild (%s) zu konvertieren"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004853
Theodore Ts'o4e528702016-09-04 21:31:21 -04004854#: misc/e2image.c:1645
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004855msgid "The -c option only supported in raw mode\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004856msgstr "Die Option „-c“ wird nur im Roh-Modus unterstützt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004857
Theodore Ts'o4e528702016-09-04 21:31:21 -04004858#: misc/e2image.c:1650
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004859msgid "The -c option not supported when writing to stdout\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004860msgstr ""
4861"Die Option „-c“ wird beim Schreiben auf die Standardausgabe nicht "
4862"unterstützt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004863
Theodore Ts'o4e528702016-09-04 21:31:21 -04004864#: misc/e2image.c:1657
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004865msgid "while allocating check_buf"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004866msgstr "beim Anfordern des Prüfpuffers"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004867
Theodore Ts'o4e528702016-09-04 21:31:21 -04004868#: misc/e2image.c:1663
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004869msgid "The -p option only supported in raw mode\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004870msgstr "Die Option „-p“ wird nur im Roh-Modus unterstützt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004871
Theodore Ts'o4e528702016-09-04 21:31:21 -04004872#: misc/e2image.c:1673
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004873#, c-format
4874msgid "%d blocks already contained the data to be copied\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004875msgstr "%d Blöcke enthielten bereits die zu kopierenden Daten.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004876
Theodore Ts'o4e528702016-09-04 21:31:21 -04004877#: misc/e2initrd_helper.c:68
4878#, fuzzy, c-format
4879msgid "Usage: %s -r device\n"
4880msgstr "Aufruf: %s Laufwerk\n"
4881
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004882#: misc/e2label.c:58
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004883#, c-format
4884msgid "e2label: cannot open %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004885msgstr "e2label: %s kann nicht geöffnet werden.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004886
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004887#: misc/e2label.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004888#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004889msgid "e2label: cannot seek to superblock\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004890msgstr "e2label: Springen zum Superblock nicht möglich\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004891
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004892#: misc/e2label.c:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004893#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004894msgid "e2label: error reading superblock\n"
4895msgstr "e2label: Lesefehler im Superblock\n"
4896
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004897#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004898#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004899msgid "e2label: not an ext2 filesystem\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004900msgstr "e2label: Kein ext2-Dateisystem\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004901
Theodore Ts'o4e528702016-09-04 21:31:21 -04004902#: misc/e2label.c:97 misc/tune2fs.c:2978
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004903#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004904msgid "Warning: label too long, truncating.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004905msgstr "Warnung: Name zu lang, wird gekürzt.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004906
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004907#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004908#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004909msgid "e2label: cannot seek to superblock again\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004910msgstr "e2label: Erneutes Springen zum Superblock nicht möglich\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004911
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004912#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004913#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004914msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004915msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004916
Theodore Ts'o4e528702016-09-04 21:31:21 -04004917#: misc/e2label.c:117 misc/tune2fs.c:1590
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004918#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004919msgid "Usage: e2label device [newlabel]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004920msgstr "Aufruf: e2label Gerät [neuer_Name]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004921
Theodore Ts'o4e528702016-09-04 21:31:21 -04004922#: misc/e2undo.c:118
4923#, fuzzy, c-format
4924msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004925msgstr "Aufruf: %s <Transaktionsdatei> <Dateisystem>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004926
Theodore Ts'o4e528702016-09-04 21:31:21 -04004927#: misc/e2undo.c:143
4928#, fuzzy
4929msgid "The file system superblock doesn't match the undo file.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004930msgstr "Die Zeit des letzten Einhängens des Dateisystems war nicht %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004931
Theodore Ts'o4e528702016-09-04 21:31:21 -04004932#: misc/e2undo.c:146
4933msgid "UUID does not match.\n"
4934msgstr ""
Philipp Thomas720e6362008-06-21 14:06:00 -04004935
Theodore Ts'o4e528702016-09-04 21:31:21 -04004936#: misc/e2undo.c:148
4937#, fuzzy
4938msgid "Last mount time does not match.\n"
4939msgstr "Die Zeit des letzten Einhängens des Dateisystems war nicht %u\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004940
Theodore Ts'o4e528702016-09-04 21:31:21 -04004941#: misc/e2undo.c:150
4942msgid "Last write time does not match.\n"
4943msgstr ""
4944
4945#: misc/e2undo.c:152
4946msgid "Lifetime write counter does not match.\n"
4947msgstr ""
4948
4949#: misc/e2undo.c:166
4950#, fuzzy
4951msgid "while reading filesystem superblock."
4952msgstr "beim Lesen des Journal-Superblocks"
4953
4954#: misc/e2undo.c:182
4955#, fuzzy
4956msgid "while fetching superblock"
4957msgstr "beim Schreiben des Superblocks"
4958
4959#: misc/e2undo.c:195
4960#, fuzzy, c-format
4961msgid "Undo file superblock checksum doesn't match.\n"
4962msgstr "Die Prüfsumme des Superblocks passt nicht dazu"
4963
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004964#: misc/e2undo.c:334
Theodore Ts'o4e528702016-09-04 21:31:21 -04004965#, fuzzy, c-format
4966msgid "illegal offset - %s"
4967msgstr "Unzulässiger Offset: %s\n"
4968
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004969#: misc/e2undo.c:358
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004970#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004971msgid "Will not write to an undo file while replaying it.\n"
4972msgstr ""
4973
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004974#: misc/e2undo.c:367
Theodore Ts'o4e528702016-09-04 21:31:21 -04004975#, fuzzy, c-format
4976msgid "while opening undo file `%s'\n"
4977msgstr "beim Öffnen der Gerätedatei"
4978
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004979#: misc/e2undo.c:374
Theodore Ts'o4e528702016-09-04 21:31:21 -04004980#, fuzzy
4981msgid "while reading undo file"
4982msgstr "beim Lesen des Root-Inodes"
4983
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004984#: misc/e2undo.c:379
Theodore Ts'o4e528702016-09-04 21:31:21 -04004985#, fuzzy, c-format
4986msgid "%s: Not an undo file.\n"
4987msgstr "%s: zu viele Geräte\n"
4988
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004989#: misc/e2undo.c:390
Theodore Ts'o4e528702016-09-04 21:31:21 -04004990#, fuzzy, c-format
4991msgid "%s: Header checksum doesn't match.\n"
4992msgstr "Die Prüfsumme des Inodes passt nicht dazu"
4993
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004994#: misc/e2undo.c:397
Theodore Ts'o4e528702016-09-04 21:31:21 -04004995#, fuzzy, c-format
4996msgid "%s: Corrupt undo file header.\n"
4997msgstr "Defekter Kopf einer Erweiterung"
4998
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004999#: misc/e2undo.c:401
Theodore Ts'o4e528702016-09-04 21:31:21 -04005000#, c-format
5001msgid "%s: Undo block size too large.\n"
5002msgstr ""
5003
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005004#: misc/e2undo.c:406
Theodore Ts'o4e528702016-09-04 21:31:21 -04005005#, c-format
5006msgid "%s: Undo block size too small.\n"
5007msgstr ""
5008
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005009#: misc/e2undo.c:419
Theodore Ts'o4e528702016-09-04 21:31:21 -04005010#, fuzzy, c-format
5011msgid "%s: Unknown undo file feature set.\n"
5012msgstr ""
5013"Im Journal-Superblock ist ein unbekannter Bitschalter für eine\n"
5014"inkompatible Eigenschaft gesetzt.\n"
5015
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005016#: misc/e2undo.c:427
Theodore Ts'o4e528702016-09-04 21:31:21 -04005017#, fuzzy, c-format
5018msgid "Error while determining whether %s is mounted."
Philipp Thomas9564ee52008-08-22 03:22:50 -04005019msgstr "Fehler beim Überprüfen, ob %s eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005020
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005021#: misc/e2undo.c:433
Theodore Ts'o4e528702016-09-04 21:31:21 -04005022#, fuzzy
5023msgid "e2undo should only be run on unmounted filesystems"
Philipp Thomas40771272008-09-07 22:55:25 -04005024msgstr "e2undo sollte nur auf nicht-eingehängten Dateisystemen laufen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005025
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005026#: misc/e2undo.c:449
Theodore Ts'o4e528702016-09-04 21:31:21 -04005027#, fuzzy, c-format
5028msgid "while opening `%s'"
5029msgstr "beim Öffnen von %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005030
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005031#: misc/e2undo.c:460
Theodore Ts'o4e528702016-09-04 21:31:21 -04005032msgid "specified offset is too large"
5033msgstr ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005034
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005035#: misc/e2undo.c:501
Theodore Ts'o4e528702016-09-04 21:31:21 -04005036#, fuzzy
5037msgid "while reading keys"
5038msgstr "beim Lesen der Bitmaps"
5039
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005040#: misc/e2undo.c:513
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005041#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005042msgid "%s: wrong key magic at %llu\n"
5043msgstr ""
5044
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005045#: misc/e2undo.c:523
Theodore Ts'o4e528702016-09-04 21:31:21 -04005046#, c-format
5047msgid "%s: key block checksum error at %llu.\n"
5048msgstr ""
5049
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005050#: misc/e2undo.c:546
Theodore Ts'o4e528702016-09-04 21:31:21 -04005051#, fuzzy, c-format
5052msgid "%s: block %llu is too long."
5053msgstr "Von Block %lu bis %lu\n"
5054
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005055#: misc/e2undo.c:558 misc/e2undo.c:594
Theodore Ts'o4e528702016-09-04 21:31:21 -04005056#, fuzzy, c-format
5057msgid "while fetching block %llu."
5058msgstr "Block %llu wird geschrieben\n"
5059
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005060#: misc/e2undo.c:570
Theodore Ts'o4e528702016-09-04 21:31:21 -04005061#, c-format
5062msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
5063msgstr ""
5064
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005065#: misc/e2undo.c:609
Theodore Ts'o4e528702016-09-04 21:31:21 -04005066#, fuzzy, c-format
5067msgid "while writing block %llu."
5068msgstr "Schreibfehler - Block %llu"
5069
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005070#: misc/e2undo.c:615
Theodore Ts'o4e528702016-09-04 21:31:21 -04005071#, c-format
5072msgid "Undo file corruption; run e2fsck NOW!\n"
5073msgstr ""
5074
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005075#: misc/e2undo.c:617
Theodore Ts'o4e528702016-09-04 21:31:21 -04005076#, c-format
5077msgid "IO error during replay; run e2fsck NOW!\n"
5078msgstr ""
5079
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005080#: misc/e2undo.c:620
Theodore Ts'o4e528702016-09-04 21:31:21 -04005081#, c-format
5082msgid "Incomplete undo record; run e2fsck.\n"
5083msgstr ""
5084
5085#: misc/findsuper.c:110
5086#, c-format
5087msgid "Usage: findsuper device [skipbytes [startkb]]\n"
5088msgstr ""
5089
5090#: misc/findsuper.c:155
5091#, c-format
5092msgid "skipbytes should be a number, not %s\n"
5093msgstr ""
5094
5095#: misc/findsuper.c:162
5096#, c-format
5097msgid "skipbytes must be a multiple of the sector size\n"
5098msgstr ""
5099
5100#: misc/findsuper.c:169
5101#, c-format
5102msgid "startkb should be a number, not %s\n"
5103msgstr ""
5104
5105#: misc/findsuper.c:175
5106#, c-format
5107msgid "startkb should be positive, not %llu\n"
5108msgstr ""
5109
5110#: misc/findsuper.c:186
5111#, c-format
5112msgid "starting at %llu, with %u byte increments\n"
5113msgstr ""
5114
5115#: misc/findsuper.c:188
5116#, c-format
5117msgid ""
5118"[*] probably superblock written in the ext3 journal superblock,\n"
5119"\tso start/end/grp wrong\n"
5120msgstr ""
5121
5122#: misc/findsuper.c:190
5123#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005124msgid ""
5125"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
5126"mount_time sb_uuid label\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005127msgstr ""
5128
5129#: misc/findsuper.c:264
5130#, c-format
5131msgid ""
5132"\n"
5133"%11Lu: finished with errno %d\n"
5134msgstr ""
Philipp Thomas720e6362008-06-21 14:06:00 -04005135
Eric Sandeen032eafe2012-07-28 17:48:36 -04005136#: misc/fsck.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005137#, c-format
5138msgid "WARNING: couldn't open %s: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005139msgstr "WARNUNG: %s konnte nicht geöffnet werden: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005140
Eric Sandeen032eafe2012-07-28 17:48:36 -04005141#: misc/fsck.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005142#, c-format
5143msgid "WARNING: bad format on line %d of %s\n"
5144msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
5145
Eric Sandeen032eafe2012-07-28 17:48:36 -04005146#: misc/fsck.c:370
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005147msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005148"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005149"\tfield. I will kludge around things for you, but you\n"
5150"\tshould fix your /etc/fstab file as soon as you can.\n"
5151"\n"
5152msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005153"WARNUNG: Ihre /etc/fstab enthält keine Angabe darüber, wann\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005154"\tdas Dateisystem geprüft werden soll. Dies wird\n"
5155"\tignoriert, aber Sie sollten Ihre /etc/fstab so schnell\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005156"\twie möglich korrigieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005157"\n"
5158
Eric Sandeen032eafe2012-07-28 17:48:36 -04005159#: misc/fsck.c:478
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005160#, c-format
5161msgid "fsck: %s: not found\n"
5162msgstr "fsck: %s: nicht gefunden\n"
5163
Eric Sandeen032eafe2012-07-28 17:48:36 -04005164#: misc/fsck.c:594
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005165#, c-format
5166msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005167msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005168
Eric Sandeen032eafe2012-07-28 17:48:36 -04005169#: misc/fsck.c:616
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005170#, c-format
5171msgid "Warning... %s for device %s exited with signal %d.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005172msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005173
Eric Sandeen032eafe2012-07-28 17:48:36 -04005174#: misc/fsck.c:622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005175#, c-format
5176msgid "%s %s: status is %x, should never happen.\n"
5177msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
5178
Eric Sandeen032eafe2012-07-28 17:48:36 -04005179#: misc/fsck.c:661
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005180#, c-format
5181msgid "Finished with %s (exit status %d)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005182msgstr "Beendet mit %s (Exit-Status %d)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005183
Eric Sandeen032eafe2012-07-28 17:48:36 -04005184#: misc/fsck.c:721
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005185#, c-format
5186msgid "%s: Error %d while executing fsck.%s for %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005187msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005188
Eric Sandeen032eafe2012-07-28 17:48:36 -04005189#: misc/fsck.c:742
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005190msgid ""
5191"Either all or none of the filesystem types passed to -t must be prefixed\n"
5192"with 'no' or '!'.\n"
5193msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005194"Bei -t müssen entweder allen oder keinem Dateisystem ein „no“ bzw. „!“\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005195"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005196
Eric Sandeen032eafe2012-07-28 17:48:36 -04005197#: misc/fsck.c:761
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005198msgid "Couldn't allocate memory for filesystem types\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005199msgstr "Speicher für Dateisystemtypen kann nicht reserviert werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005200
Eric Sandeen032eafe2012-07-28 17:48:36 -04005201#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005202#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005203msgid ""
5204"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
5205"number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005206msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005207"%s: Ungültige Zeile in /etc/fstab wird übersprungen: bind mount mit\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005208" Durchgangsnummer für fsck, die nicht Null ist\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005209
Eric Sandeen032eafe2012-07-28 17:48:36 -04005210#: misc/fsck.c:911
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005211#, c-format
5212msgid "fsck: cannot check %s: fsck.%s not found\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005213msgstr "fsck: %s kann nicht überprüft werden: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005214
Eric Sandeen032eafe2012-07-28 17:48:36 -04005215#: misc/fsck.c:967
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005216msgid "Checking all file systems.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005217msgstr "Alle Dateisysteme werden überprüft.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005218
Eric Sandeen032eafe2012-07-28 17:48:36 -04005219#: misc/fsck.c:1058
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005220#, c-format
5221msgid "--waiting-- (pass %d)\n"
5222msgstr "--warten-- (Durchgang %d)\n"
5223
Eric Sandeen032eafe2012-07-28 17:48:36 -04005224#: misc/fsck.c:1078
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005225msgid ""
5226"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
5227msgstr ""
5228"Aufruf: fsck [-AMNPRTV] [ -C [ fd ] ] [-t Datesystemtyp] [FS-Optionen] "
5229"[Dateisystem...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005230
Eric Sandeen032eafe2012-07-28 17:48:36 -04005231#: misc/fsck.c:1120
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005232#, c-format
5233msgid "%s: too many devices\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005234msgstr "%s: zu viele Geräte\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005235
Eric Sandeen032eafe2012-07-28 17:48:36 -04005236#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005237#, c-format
5238msgid "%s: too many arguments\n"
5239msgstr "%s: zu viele Argumente\n"
5240
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005241#: misc/fuse2fs.c:3745
Theodore Ts'o4e528702016-09-04 21:31:21 -04005242#, fuzzy
5243msgid "Mounting read-only.\n"
5244msgstr "Die Datei wurde nur-lesbar geöffnet"
5245
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005246#: misc/fuse2fs.c:3769
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005247#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005248msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
5249msgstr ""
5250
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005251#: misc/fuse2fs.c:3781 misc/fuse2fs.c:3794
Theodore Ts'o4e528702016-09-04 21:31:21 -04005252#, c-format
5253msgid "%s: %s.\n"
5254msgstr ""
5255
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005256#: misc/fuse2fs.c:3782 misc/fuse2fs.c:3796 misc/tune2fs.c:3207
Theodore Ts'o4e528702016-09-04 21:31:21 -04005257#, fuzzy, c-format
5258msgid "Please run e2fsck -fy %s.\n"
5259msgstr ""
5260"Bitte lassen Sie zuerst „e2fsck -f %s“ laufen.\n"
5261"\n"
5262
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005263#: misc/fuse2fs.c:3803
Theodore Ts'o4e528702016-09-04 21:31:21 -04005264msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
5265msgstr ""
5266
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005267#: misc/fuse2fs.c:3811
Theodore Ts'o4e528702016-09-04 21:31:21 -04005268#, fuzzy, c-format
5269msgid "%s: Writing to the journal is not supported.\n"
5270msgstr "Das Verringern der Inode-Größe wird nicht unterstützt\n"
5271
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005272#: misc/fuse2fs.c:3826
Theodore Ts'o4e528702016-09-04 21:31:21 -04005273msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
5274msgstr ""
5275
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005276#: misc/fuse2fs.c:3830
Theodore Ts'o4e528702016-09-04 21:31:21 -04005277msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
5278msgstr ""
5279
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005280#: misc/fuse2fs.c:3835
Theodore Ts'o4e528702016-09-04 21:31:21 -04005281msgid "Warning: Check time reached; running e2fsck is recommended.\n"
5282msgstr ""
5283
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005284#: misc/fuse2fs.c:3839
Theodore Ts'o4e528702016-09-04 21:31:21 -04005285msgid "Orphans detected; running e2fsck is recommended.\n"
5286msgstr ""
5287
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005288#: misc/fuse2fs.c:3843
Theodore Ts'o4e528702016-09-04 21:31:21 -04005289msgid "Errors detected; running e2fsck is required.\n"
5290msgstr ""
5291
5292#: misc/lsattr.c:75
5293#, fuzzy, c-format
5294msgid "Usage: %s [-RVadlpv] [files...]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005295msgstr "Aufruf: %s [-RVadlv] [Dateien...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005296
Theodore Ts'o4e528702016-09-04 21:31:21 -04005297#: misc/lsattr.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005298#, c-format
5299msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005300msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005301
Theodore Ts'o4e528702016-09-04 21:31:21 -04005302#: misc/lsattr.c:93
5303#, fuzzy, c-format
5304msgid "While reading project on %s"
5305msgstr "Beim Lesen der Version von %s"
5306
5307#: misc/lsattr.c:102
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005308#, c-format
5309msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005310msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005311
Theodore Ts'o4e528702016-09-04 21:31:21 -04005312#: misc/mke2fs.c:124
5313#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005314msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005315"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005316"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005317"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005318"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005319"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005320"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005321"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5322"undo_file]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005323"\t[-jnqvDFSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005324msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005325"Aufruf: %s [-c|-l Dateiname] [-b Blockgröße] [-C Clustergröße]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005326"\t[-i Bytes-pro-Inode] [-I Inode-Größe] [-J Journal-Optionen]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005327"\t[-G Größe_der_Metagruppe] [-N Anzahl_der_Inodes]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005328"\t[-m Reservierte-Blöcke-Prozentsatz] [-o Erzeuger-OS]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005329"\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005330"\t[-M letztes-eingehängtes-Verzeichnis] [-O Eigenschaft[,...]]\n"
5331"\t[-r fs-Revision] [-E erweiterte-Option[,...]]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005332"\t[-t Dateisystemtyp] [-T Verwendungs-Typ ] [-U UUID] [-jnqvDFKSV]\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04005333"\tGerät [Block-Anzahl]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005334
Theodore Ts'o4e528702016-09-04 21:31:21 -04005335#: misc/mke2fs.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005336#, c-format
5337msgid "Running command: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005338msgstr "Befehl wird ausgeführt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005339
Theodore Ts'o4e528702016-09-04 21:31:21 -04005340#: misc/mke2fs.c:259
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005341#, c-format
5342msgid "while trying to run '%s'"
5343msgstr "während des Versuchs, „%s“ auszuführen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005344
Theodore Ts'o4e528702016-09-04 21:31:21 -04005345#: misc/mke2fs.c:266
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005346msgid "while processing list of bad blocks from program"
5347msgstr "beim Auswerten der „Bad Block“-Liste vom Programm"
5348
Theodore Ts'o4e528702016-09-04 21:31:21 -04005349#: misc/mke2fs.c:293
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005350#, c-format
5351msgid "Block %d in primary superblock/group descriptor area bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005352msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005353
Theodore Ts'o4e528702016-09-04 21:31:21 -04005354#: misc/mke2fs.c:295
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005355#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005356msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005357msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005358"Die Blöcke %u bis einschließlich %u müssen in Ordnung sein, um ein\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005359"\tDateisystem zu erstellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005360
Theodore Ts'o4e528702016-09-04 21:31:21 -04005361#: misc/mke2fs.c:298
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005362msgid "Aborting....\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005363msgstr "Abbruch...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005364
Theodore Ts'o4e528702016-09-04 21:31:21 -04005365#: misc/mke2fs.c:318
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005366#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005367msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005368"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005369"\tbad blocks.\n"
5370"\n"
5371msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005372"Warnung: Die Sicherung des Superblocks bzw. Gruppendeskriptors in Block %u\n"
5373"\tenthält defekte Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005374"\n"
5375
Theodore Ts'o4e528702016-09-04 21:31:21 -04005376#: misc/mke2fs.c:337
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005377msgid "while marking bad blocks as used"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005378msgstr "beim Markieren von defekten Blöcken als „belegt“"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005379
Theodore Ts'o4e528702016-09-04 21:31:21 -04005380#: misc/mke2fs.c:408
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005381msgid "Writing inode tables: "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005382msgstr "Inode-Tabellen werden geschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005383
Theodore Ts'o4e528702016-09-04 21:31:21 -04005384#: misc/mke2fs.c:430
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005385#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005386msgid ""
5387"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005388"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005389msgstr ""
5390"\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005391"%d Blöcke konnten nicht in die Inoden-Tabellen beginnend bei %llu "
5392"geschrieben werden: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005393
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005394#: misc/mke2fs.c:444 misc/mke2fs.c:2673 misc/mke2fs.c:3049
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005395msgid "done \n"
5396msgstr "erledigt \n"
5397
Theodore Ts'o4e528702016-09-04 21:31:21 -04005398#: misc/mke2fs.c:459
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005399msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005400msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005401
Theodore Ts'o4e528702016-09-04 21:31:21 -04005402#: misc/mke2fs.c:466
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005403msgid "while reading root inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04005404msgstr "beim Lesen des Root-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005405
Theodore Ts'o4e528702016-09-04 21:31:21 -04005406#: misc/mke2fs.c:478
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005407msgid "while setting root inode ownership"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005408msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005409
Theodore Ts'o4e528702016-09-04 21:31:21 -04005410#: misc/mke2fs.c:496
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005411msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005412msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005413
Theodore Ts'o4e528702016-09-04 21:31:21 -04005414#: misc/mke2fs.c:503
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005415msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005416msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005417
Theodore Ts'o4e528702016-09-04 21:31:21 -04005418#: misc/mke2fs.c:516
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005419msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005420msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005421
Theodore Ts'o4e528702016-09-04 21:31:21 -04005422#: misc/mke2fs.c:531
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005423msgid "while setting bad block inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005424msgstr "beim Setzen des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005425
Theodore Ts'o4e528702016-09-04 21:31:21 -04005426#: misc/mke2fs.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005427#, c-format
5428msgid "Out of memory erasing sectors %d-%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005429msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005430
Theodore Ts'o4e528702016-09-04 21:31:21 -04005431#: misc/mke2fs.c:568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005432#, c-format
5433msgid "Warning: could not read block 0: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005434msgstr "Warnung: Block %s konnte nicht gelesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005435
Theodore Ts'o4e528702016-09-04 21:31:21 -04005436#: misc/mke2fs.c:584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005437#, c-format
5438msgid "Warning: could not erase sector %d: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005439msgstr "Warnung: Sektor %d konnte nicht gelöscht werden: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005440
Theodore Ts'o4e528702016-09-04 21:31:21 -04005441#: misc/mke2fs.c:600
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005442msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005443msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005444
Theodore Ts'o4e528702016-09-04 21:31:21 -04005445#: misc/mke2fs.c:608
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005446msgid "Zeroing journal device: "
Philipp Thomasab02a742014-07-09 23:13:30 -04005447msgstr "Journal-Gerät wird mit Nullen überschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005448
Theodore Ts'o4e528702016-09-04 21:31:21 -04005449#: misc/mke2fs.c:620
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005450#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005451msgid "while zeroing journal device (block %llu, count %d)"
Philipp Thomasab02a742014-07-09 23:13:30 -04005452msgstr "beim Überschreiben des Journal-Gerätes mit Nullen (Block %llu, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005453
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005454#: misc/mke2fs.c:638
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005455msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005456msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005457
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005458#: misc/mke2fs.c:653
Philipp Thomasb93349a2014-05-31 13:32:39 -04005459#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005460msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005461msgstr "Ein Dateisystems mit %llu (%dk) Blöcken und %u Inodes wird erzeugt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005462
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005463#: misc/mke2fs.c:661
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005464#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005465msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005466"warning: %llu blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005467"\n"
5468msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005469"Warnung: %llu Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005470"\n"
5471
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005472#: misc/mke2fs.c:666
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005473#, c-format
5474msgid "Filesystem label=%s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005475msgstr "Dateisystembezeichnung=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005476
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005477#: misc/mke2fs.c:669
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005478#, c-format
5479msgid "OS type: %s\n"
5480msgstr "OS-Typ: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005481
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005482#: misc/mke2fs.c:671
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005483#, c-format
5484msgid "Block size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005485msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005486
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005487#: misc/mke2fs.c:674
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005488#, c-format
5489msgid "Cluster size=%u (log=%u)\n"
5490msgstr "Clustergröße=%u (log=%u)\n"
5491
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005492#: misc/mke2fs.c:678
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005493#, c-format
5494msgid "Fragment size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005495msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005496
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005497#: misc/mke2fs.c:680
Philipp Thomas77c871a2010-04-19 16:59:02 -04005498#, c-format
5499msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5500msgstr "Stride=%u Blöcke, Stripebreite=%u Blöcke\n"
5501
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005502#: misc/mke2fs.c:682
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005503#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005504msgid "%u inodes, %llu blocks\n"
5505msgstr "%u Inodes, %llu Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005506
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005507#: misc/mke2fs.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005508#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005509msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5510msgstr "%llu Blöcke (%2.2f%%) reserviert für den Superuser\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005511
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005512#: misc/mke2fs.c:687
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005513#, c-format
5514msgid "First data block=%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005515msgstr "Erster Datenblock=%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005516
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005517#: misc/mke2fs.c:689
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005518#, c-format
5519msgid "Root directory owner=%u:%u\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005520msgstr "Eigentümer des Wurzelverzeichnisses=%u:%u\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005521
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005522#: misc/mke2fs.c:691
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005523#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005524msgid "Maximum filesystem blocks=%lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005525msgstr "Maximale Dateisystem-Blöcke=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005526
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005527#: misc/mke2fs.c:695
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005528#, c-format
5529msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005530msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005531
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005532#: misc/mke2fs.c:697
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005533#, c-format
5534msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005535msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005536
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005537#: misc/mke2fs.c:699
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005538#, c-format
5539msgid "%u blocks per group, %u clusters per group\n"
5540msgstr "%u Blöcke pro Gruppe, %u Cluster pro Gruppe\n"
5541
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005542#: misc/mke2fs.c:702
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005543#, c-format
5544msgid "%u blocks per group, %u fragments per group\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005545msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005546
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005547#: misc/mke2fs.c:704
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005548#, c-format
5549msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005550msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005551
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005552#: misc/mke2fs.c:713
Philipp Thomasb93349a2014-05-31 13:32:39 -04005553#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005554msgid "Filesystem UUID: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005555msgstr "UUID des Dateisystems: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005556
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005557#: misc/mke2fs.c:714
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005558msgid "Superblock backups stored on blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005559msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005560
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005561#: misc/mke2fs.c:808
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005562#, c-format
5563msgid "%s requires '-O 64bit'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005564msgstr "%s erfordert „-O 64Bit“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005565
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005566#: misc/mke2fs.c:814
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005567#, c-format
5568msgid "'%s' must be before 'resize=%u'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005569msgstr "„%s“ muss vor „resize=%u“ kommen\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005570
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005571#: misc/mke2fs.c:827
Philipp Thomasb93349a2014-05-31 13:32:39 -04005572#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005573msgid "Invalid desc_size: '%s'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005574msgstr "Unzulässige desc_size: „%s“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005575
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005576#: misc/mke2fs.c:840
Philipp Thomasb93349a2014-05-31 13:32:39 -04005577#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005578msgid "Invalid offset: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005579msgstr "Unzulässiger Offset: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005580
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005581#: misc/mke2fs.c:854 misc/tune2fs.c:1958
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005582#, c-format
5583msgid "Invalid mmp_update_interval: %s\n"
5584msgstr "Ungültiges mmp_update_interval: %s\n"
5585
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005586#: misc/mke2fs.c:868
Philipp Thomasab02a742014-07-09 23:13:30 -04005587#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005588msgid "Invalid # of backup superblocks: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005589msgstr "Ungültige Anzahl von Ersatz-Superblöcken: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005590
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005591#: misc/mke2fs.c:890
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005592#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005593msgid "Invalid stride parameter: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005594msgstr "Ungültiger „stride“-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005595
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005596#: misc/mke2fs.c:905
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005597#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005598msgid "Invalid stripe-width parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005599msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005600
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005601#: misc/mke2fs.c:928
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005602#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005603msgid "Invalid resize parameter: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005604msgstr "Ungültiger „resize“-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005605
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005606#: misc/mke2fs.c:935
Theodore Ts'obc759702005-05-09 20:40:55 -04005607msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005608msgstr ""
5609"Das Maximum der Vergrößerung muss oberhalb als der Dateisystem-Größe "
5610"liegen.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005611
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005612#: misc/mke2fs.c:959
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005613msgid "On-line resizing not supported with revision 0 filesystems\n"
5614msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005615"Online-Größenänderungen werden bei Revison-0-Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005616"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005617
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005618#: misc/mke2fs.c:985 misc/mke2fs.c:994
Philipp Thomasb93349a2014-05-31 13:32:39 -04005619#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005620msgid "Invalid root_owner: '%s'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005621msgstr "Ungültiger Eigentümer der Wurzel: „%s“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005622
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005623#: misc/mke2fs.c:1035
Theodore Ts'o4e528702016-09-04 21:31:21 -04005624#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005625msgid ""
5626"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005627"Bad option(s) specified: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005628"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04005629"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005630"\tis set off by an equals ('=') sign.\n"
5631"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04005632"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005633"\tmmp_update_interval=<interval>\n"
5634"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005635"\tstride=<RAID per-disk data chunk in blocks>\n"
5636"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005637"\toffset=<offset to create the file system>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005638"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005639"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005640"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005641"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005642"\troot_owner=<uid of root dir>:<gid of root dir>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005643"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005644"\tdiscard\n"
5645"\tnodiscard\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005646"\tquotatype=<quota type(s) to be enabled>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005647"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005648msgstr ""
5649"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005650"Ungültige Option(en) angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005651"\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04005652"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005653"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005654"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005655"Gültige erweiterte Optionen sind:\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005656"\tmmp_update_interval=<Intervall>\n"
5657"\tnum_backup_sb=<0|1|2>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005658"\tstride=<RAID-Segmentgröße in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005659"\tstripe-width=<RAID Stride * Datenplatten in Blöcken>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005660"\toffset=<Offset für das Dateisystem>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005661"\tresize=<Obergrenze für Größenänderung in Blöcken>\n"
5662"\tpacked_meta_blocks=<0 deaktiviert, 1 aktiviert>\n"
5663"\tlazy_itable_init=<0 für deaktiviert, 1 für aktiviert>\n"
5664"\tlazy_journal_init=<0 für deaktiviert, 1 für aktiviert>\n"
5665"\troot_uid=<UID des Wurzelverzeichnisses>\n"
5666"\troot_gid=<GID des Wurzelverzeichnisses>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005667"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005668"\tdiscard\n"
5669"\tnodiscard\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04005670"\tquotatype=<usr ODER grp>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005671"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005672
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005673#: misc/mke2fs.c:1060
Theodore Ts'o8f741372008-02-28 21:47:05 -05005674#, c-format
5675msgid ""
5676"\n"
5677"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5678"\n"
5679msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005680"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005681"Warnung: Die Stripebreite %u des RAIDs ist kein Vielfaches des Strides %u.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005682"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005683
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005684#: misc/mke2fs.c:1102
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005685#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005686msgid ""
5687"Syntax error in mke2fs config file (%s, line #%d)\n"
5688"\t%s\n"
5689msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005690"Syntaxfehler in der Konfigurationsdatei von mke2fs (%s, Zeile #%d)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005691"\t%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005692
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005693#: misc/mke2fs.c:1115 misc/tune2fs.c:1007
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005694#, c-format
5695msgid "Invalid filesystem option set: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005696msgstr "Ungültige Dateisystem-Option angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005697
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005698#: misc/mke2fs.c:1127 misc/tune2fs.c:406
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005699#, c-format
5700msgid "Invalid mount option set: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005701msgstr "Ungültige Option für das Einhängen angegeben: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005702
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005703#: misc/mke2fs.c:1263
Philipp Thomas40771272008-09-07 22:55:25 -04005704#, c-format
5705msgid ""
5706"\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005707"Your mke2fs.conf file does not define the %s filesystem type.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005708msgstr ""
5709"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005710"Ihre Datei mke2fs.conf definiert den Typ des Dateisystems %s nicht.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005711
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005712#: misc/mke2fs.c:1267
Philipp Thomas40771272008-09-07 22:55:25 -04005713msgid ""
5714"You probably need to install an updated mke2fs.conf file.\n"
5715"\n"
5716msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005717"Sie müssen wahrscheinlich eine aktualisierte Version der Datei "
5718"installieren.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005719"\n"
5720
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005721#: misc/mke2fs.c:1271
Philipp Thomas3e914b52011-01-24 15:03:41 -05005722msgid "Aborting...\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005723msgstr "Abbruch…\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005724
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005725#: misc/mke2fs.c:1312
Philipp Thomas3e914b52011-01-24 15:03:41 -05005726#, c-format
5727msgid ""
5728"\n"
5729"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5730"\n"
5731msgstr ""
5732"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005733"Warnung: der Dateisystemtyp %s ist in mke2fs.conf nicht definiert\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005734"\n"
5735
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005736#: misc/mke2fs.c:1494
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005737msgid "Couldn't allocate memory for new PATH.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005738msgstr "Es konnte kein Speicher für den neuen PFAD reserviert werden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005739
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005740#: misc/mke2fs.c:1535
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005741#, c-format
5742msgid "Couldn't init profile successfully (error: %ld).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005743msgstr "Das Profil konnte nicht erfolgreich initialisiert werden: %ld).\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005744
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005745#: misc/mke2fs.c:1568
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005746#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005747msgid "invalid block size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04005748msgstr "ungültige Blockgröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005749
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005750#: misc/mke2fs.c:1572
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005751#, c-format
5752msgid "Warning: blocksize %d not usable on most systems.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005753msgstr ""
5754"Warnung: Eine Blockgröße von %d ist auf den meisten System unbrauchbar.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005755
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005756#: misc/mke2fs.c:1588
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005757#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005758msgid "invalid cluster size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04005759msgstr "ungültige Clustergröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005760
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005761#: misc/mke2fs.c:1601
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005762msgid "'-R' is deprecated, use '-E' instead"
Philipp Thomasab02a742014-07-09 23:13:30 -04005763msgstr "„-R“ ist veraltet, bitte verwenden Sie stattdessen „-E“"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005764
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005765#: misc/mke2fs.c:1615 misc/tune2fs.c:1687
Theodore Ts'o4e528702016-09-04 21:31:21 -04005766#, c-format
5767msgid "bad error behavior - %s"
5768msgstr "ungültiges Verhalten im Fehlerfall - %s"
5769
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005770#: misc/mke2fs.c:1627
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005771msgid "Illegal number for blocks per group"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005772msgstr "Die Zahl der Blöcke pro Gruppe ist unzulässig"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005773
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005774#: misc/mke2fs.c:1632
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005775msgid "blocks per group must be multiple of 8"
Philipp Thomasab02a742014-07-09 23:13:30 -04005776msgstr "Die Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005777
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005778#: misc/mke2fs.c:1640
Philipp Thomas720e6362008-06-21 14:06:00 -04005779msgid "Illegal number for flex_bg size"
Philipp Thomasab02a742014-07-09 23:13:30 -04005780msgstr "Der Wert für die Größe von flex_bg ist unzulässig"
Philipp Thomas720e6362008-06-21 14:06:00 -04005781
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005782#: misc/mke2fs.c:1646
Philipp Thomas720e6362008-06-21 14:06:00 -04005783msgid "flex_bg size must be a power of 2"
Philipp Thomasab02a742014-07-09 23:13:30 -04005784msgstr "Die Größe von flex_bg muss eine Potenz von 2 sein"
Philipp Thomas720e6362008-06-21 14:06:00 -04005785
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005786#: misc/mke2fs.c:1651
Philipp Thomasab02a742014-07-09 23:13:30 -04005787#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005788msgid "flex_bg size (%lu) must be less than or equal to 2^31"
Philipp Thomasab02a742014-07-09 23:13:30 -04005789msgstr "Die Größe von flex_bg (%lu) muss gleich oder weniger als 2^31 sein"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005790
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005791#: misc/mke2fs.c:1661
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005792#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005793msgid "invalid inode ratio %s (min %d/max %d)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005794msgstr "Unzulässige Inode-Rate %s (min %d/max %d)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005795
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005796#: misc/mke2fs.c:1671
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005797#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005798msgid "invalid inode size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04005799msgstr "ungültige Inode-Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005800
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005801#: misc/mke2fs.c:1684
5802msgid ""
5803"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5804"nodiscard' extended option instead!\n"
5805msgstr ""
5806"Warnung: Die Option -K wird bald nicht mehr unterstüzt. Verwenden Sie "
5807"stattdessen die Erweiterungsoption „-E nodiscard“!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005808
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005809#: misc/mke2fs.c:1695
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005810msgid "in malloc for bad_blocks_filename"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005811msgstr "in malloc für bad_blocks_filename"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005812
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005813#: misc/mke2fs.c:1704
Theodore Ts'o4e528702016-09-04 21:31:21 -04005814#, fuzzy, c-format
5815msgid ""
5816"Warning: label too long; will be truncated to '%s'\n"
5817"\n"
5818msgstr "Warnung: Name zu lang, wird gekürzt.\n"
5819
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005820#: misc/mke2fs.c:1713
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005821#, c-format
5822msgid "invalid reserved blocks percent - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005823msgstr "Ungültiger Wert für die prozentuale Anzahl reservierter Blöcke - %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005824
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005825#: misc/mke2fs.c:1728
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005826#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005827msgid "bad num inodes - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005828msgstr "ungültige Anzahl von Inodes - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005829
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005830#: misc/mke2fs.c:1741
Theodore Ts'o4e528702016-09-04 21:31:21 -04005831#, fuzzy
5832msgid "while allocating fs_feature string"
5833msgstr "beim Zuweisen von Puffern"
5834
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005835#: misc/mke2fs.c:1758
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005836#, c-format
5837msgid "bad revision level - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005838msgstr "ungültige Version - %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005839
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005840#: misc/mke2fs.c:1763
Philipp Thomasab02a742014-07-09 23:13:30 -04005841#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005842msgid "while trying to create revision %d"
Philipp Thomasab02a742014-07-09 23:13:30 -04005843msgstr "beim Versuch, Revision %d zu erzeugen"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005844
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005845#: misc/mke2fs.c:1777
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005846msgid "The -t option may only be used once"
Philipp Thomasab02a742014-07-09 23:13:30 -04005847msgstr "Die Option „-t“ darf nur einmal angegeben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005848
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005849#: misc/mke2fs.c:1785
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005850msgid "The -T option may only be used once"
Philipp Thomasab02a742014-07-09 23:13:30 -04005851msgstr "Die Option „-T“ darf nur einmal angegeben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005852
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005853#: misc/mke2fs.c:1841 misc/mke2fs.c:3133
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005854#, c-format
5855msgid "while trying to open journal device %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005856msgstr "beim Versuch, das Journalgerät %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005857
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005858#: misc/mke2fs.c:1847
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005859#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04005860msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005861msgstr ""
5862"Die Blockgröße des Journalgeräts (%d) ist kleiner als die minimale "
5863"Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005864
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005865#: misc/mke2fs.c:1853
Philipp Thomas68801282008-07-17 11:47:00 -04005866#, c-format
5867msgid "Using journal device's blocksize: %d\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005868msgstr "Die Blockgröße des Journalgerätes wird verwendet: %d\n"
Philipp Thomas68801282008-07-17 11:47:00 -04005869
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005870#: misc/mke2fs.c:1864
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005871#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005872msgid "invalid blocks '%s' on device '%s'"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005873msgstr "ungültiger Block „%s“ auf Gerät „%s“"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005874
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005875#: misc/mke2fs.c:1888
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005876msgid "filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04005877msgstr "Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005878
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005879#: misc/mke2fs.c:1901 resize/main.c:491
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005880msgid "while trying to determine filesystem size"
Philipp Thomasab02a742014-07-09 23:13:30 -04005881msgstr "beim Versuch, die Größe des Dateisystems zu bestimmen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005882
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005883#: misc/mke2fs.c:1907
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005884msgid ""
5885"Couldn't determine device size; you must specify\n"
5886"the size of the filesystem\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005887msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005888"Die Größe des Gerätes ist nicht feststellbar. Sie müssen die Größe\n"
5889"des Dateisystems manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005890
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005891#: misc/mke2fs.c:1914
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005892msgid ""
5893"Device size reported to be zero. Invalid partition specified, or\n"
5894"\tpartition table wasn't reread after running fdisk, due to\n"
5895"\ta modified partition being busy and in use. You may need to reboot\n"
5896"\tto re-read your partition table.\n"
5897msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005898"Als Größe des Geräts wird Null zurück geliefert. Entweder wurde eine\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005899"\tungültige Partition angegeben oder die Partitionstabelle wurde nach\n"
5900"\teinem Lauf von fdisk nicht neu eingelesen, weil die modifizierte\n"
5901"\tPartition vewendet wurde. Sie müssen unter Umständen den Rechner neu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005902"\tstarten, damit die Partitionstabelle neu eingelesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005903
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005904#: misc/mke2fs.c:1931
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005905msgid "Filesystem larger than apparent device size."
Philipp Thomasab02a742014-07-09 23:13:30 -04005906msgstr "Das Dateisystem ist größer als als die Partition."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005907
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005908#: misc/mke2fs.c:1951
Philipp Thomas720e6362008-06-21 14:06:00 -04005909msgid "Failed to parse fs types list\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005910msgstr "Die Liste der Dateisystemtypen konnte nicht verarbeitet werden\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005911
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005912#: misc/mke2fs.c:1999
Theodore Ts'o4e528702016-09-04 21:31:21 -04005913#, fuzzy
5914msgid "The HURD does not support the filetype feature.\n"
5915msgstr "Hurd unterstützt keine Dateitypen.\n"
5916
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005917#: misc/mke2fs.c:2004
Theodore Ts'o4e528702016-09-04 21:31:21 -04005918#, fuzzy
5919msgid "The HURD does not support the huge_file feature.\n"
5920msgstr "Hurd unterstützt keine Dateitypen.\n"
5921
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005922#: misc/mke2fs.c:2009
Theodore Ts'o4e528702016-09-04 21:31:21 -04005923#, fuzzy
5924msgid "The HURD does not support the metadata_csum feature.\n"
5925msgstr "Hurd unterstützt keine Dateitypen.\n"
5926
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005927#: misc/mke2fs.c:2019
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005928msgid "while trying to determine hardware sector size"
Philipp Thomasab02a742014-07-09 23:13:30 -04005929msgstr "beim Versuch, die Hardware-Sektorgröße festzustellen"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005930
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005931#: misc/mke2fs.c:2025
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005932msgid "while trying to determine physical sector size"
Philipp Thomasab02a742014-07-09 23:13:30 -04005933msgstr "beim Versuch, die physische Sektorgröße festzustellen"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005934
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005935#: misc/mke2fs.c:2057
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005936msgid "while setting blocksize; too small for device\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005937msgstr "beim Setzen der Blockgröße: zu klein für das Gerät\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005938
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005939#: misc/mke2fs.c:2062
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005940#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005941msgid ""
5942"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5943msgstr ""
5944"Warnung: die angegebene Blockgröße %d ist kleiner als die physische "
5945"Sektorgröße %d\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005946
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005947#: misc/mke2fs.c:2086
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005948#, c-format
5949msgid ""
5950"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5951"\tin 32 bits using a blocksize of %d.\n"
5952msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005953"%1$s: Die Größe des Gerätes %3$s (0x%2$llx Blöcke) kann bei einer "
5954"Blockgröße\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005955"\tvon %4$d kann mit 32 Bits nicht dargestellt werden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005956
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005957#: misc/mke2fs.c:2098
5958#, fuzzy, c-format
5959msgid ""
5960"%s: Size of device (0x%llx blocks) %s too big to create\n"
5961"\ta filesystem using a blocksize of %d.\n"
5962msgstr ""
5963"%1$s: Die Größe des Gerätes %3$s (0x%2$llx Blöcke) kann bei einer "
5964"Blockgröße\n"
5965"\tvon %4$d kann mit 32 Bits nicht dargestellt werden.\n"
5966
5967#: misc/mke2fs.c:2120
Philipp Thomas68801282008-07-17 11:47:00 -04005968msgid "fs_types for mke2fs.conf resolution: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04005969msgstr "Dateisystemtypen für das Aufschlüsseln von mke2fs.conf: "
Philipp Thomas68801282008-07-17 11:47:00 -04005970
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005971#: misc/mke2fs.c:2127
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005972msgid "Filesystem features not supported with revision 0 filesystems\n"
5973msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005974"Eigenschaften von Dateisystemen werden bei Revison-0-Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005975"\tunterstützt\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005976
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005977#: misc/mke2fs.c:2135
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005978msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5979msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005980"Sparse-Superblöcke werden bei Revison-0-Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005981"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005982
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005983#: misc/mke2fs.c:2145
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005984msgid "Journals not supported with revision 0 filesystems\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005985msgstr ""
5986"Journale werden bei Revison-0-Dateisystemen nicht\n"
5987"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005988
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005989#: misc/mke2fs.c:2158
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005990#, c-format
5991msgid "invalid reserved blocks percent - %lf"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005992msgstr "Ungültiger Werte für Prozent reservierter Blöcke - %lf"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005993
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005994#: misc/mke2fs.c:2175
5995msgid ""
5996"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5997"rectify.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005998msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005999"Erweiterungen MÜSSEN für 64-Bit-Dateisysteme aktiviert werden.\n"
6000"\tGeben Sie „-O extents“ an, um dies zu tun.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006001
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006002#: misc/mke2fs.c:2195
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006003msgid "The cluster size may not be smaller than the block size.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006004msgstr "Die Clustergröße darf nicht kleiner als die Blockgröße sein.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006005
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006006#: misc/mke2fs.c:2201
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006007msgid "specifying a cluster size requires the bigalloc feature"
Philipp Thomasab02a742014-07-09 23:13:30 -04006008msgstr "Die Angabe einer Clustergröße erfordert die Eigenschaft „bigalloc“."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006009
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006010#: misc/mke2fs.c:2221
Philipp Thomas720e6362008-06-21 14:06:00 -04006011#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006012msgid "warning: Unable to get device geometry for %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006013msgstr "Warnung: Die Geometrie des Gerätes „%s“ kann nicht bestimmt werden\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006014
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006015#: misc/mke2fs.c:2224
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006016#, c-format
6017msgid "%s alignment is offset by %lu bytes.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006018msgstr "Die Ausrichtung von %s ist um %lu Bytes versetzt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006019
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006020#: misc/mke2fs.c:2226
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006021#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006022msgid ""
6023"This may result in very poor performance, (re)-partitioning suggested.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006024msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006025"Dies könnte in sehr schlechter Leistung resultieren. Eine "
6026"Neupartitionierung\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006027"ist angeraten.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006028
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006029#: misc/mke2fs.c:2247
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006030#, c-format
6031msgid "%d-byte blocks too big for system (max %d)"
Philipp Thomasab02a742014-07-09 23:13:30 -04006032msgstr "Blöcke mit %d Bytes sind zu groß für das Gerät (max %d)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006033
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006034#: misc/mke2fs.c:2251
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006035#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006036msgid ""
6037"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006038msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006039"Warnung: Blöcke mit %d Bytes sind zu groß für das Gerät (max %d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006040"\t Weiterverarbeitung wurde erzwungen\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006041
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006042#: misc/mke2fs.c:2259
Theodore Ts'o4e528702016-09-04 21:31:21 -04006043#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006044msgid ""
6045"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
6046"and journal checksum features.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006047msgstr ""
6048
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006049#: misc/mke2fs.c:2314
Theodore Ts'o4e528702016-09-04 21:31:21 -04006050#, c-format
6051msgid ""
6052"\n"
6053"Warning: offset specified without an explicit file system size.\n"
6054"Creating a file system with %llu blocks but this might\n"
6055"not be what you want.\n"
6056"\n"
6057msgstr ""
6058
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006059#: misc/mke2fs.c:2331
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006060msgid "Can't support bigalloc feature without extents feature"
Philipp Thomasab02a742014-07-09 23:13:30 -04006061msgstr "„Bigalloc“ ist nur mit „Extents“ möglich"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006062
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006063#: misc/mke2fs.c:2338
Philipp Thomas720e6362008-06-21 14:06:00 -04006064msgid ""
6065"The resize_inode and meta_bg features are not compatible.\n"
6066"They can not be both enabled simultaneously.\n"
6067msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006068"resize_inode und meta_bg sind nicht kompatibel und können\n"
6069"daher nicht gleichzeitig aktiviert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006070
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006071#: misc/mke2fs.c:2346
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006072msgid ""
6073"\n"
6074"Warning: the bigalloc feature is still under development\n"
6075"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
6076"\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006077msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006078"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006079"Warnung: „bigalloc“ befindet sich noch in Entwicklung.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006080"Lesen Sie https://ext4.wiki.kernel.org/index.php/Bigalloc für weitere\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006081"Informationen.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006082"\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006083
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006084#: misc/mke2fs.c:2358
Theodore Ts'obc759702005-05-09 20:40:55 -04006085msgid "reserved online resize blocks not supported on non-sparse filesystem"
6086msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006087"Reservierte Blöcke für die Online-Größenänderung werden auf Nicht-Sparse-\n"
6088"Dateisystemen nicht unterstützt."
Theodore Ts'obc759702005-05-09 20:40:55 -04006089
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006090#: misc/mke2fs.c:2367
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006091msgid "blocks per group count out of range"
Philipp Thomasab02a742014-07-09 23:13:30 -04006092msgstr "Die Anzahl der Blöcke pro Gruppe ist außerhalb des gültigen Bereichs."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006093
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006094#: misc/mke2fs.c:2389
Philipp Thomas720e6362008-06-21 14:06:00 -04006095msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006096msgstr ""
6097"Flex_bg ist nicht aktiviert, daher darf dafür auch keine Größe angegeben "
6098"werden."
Theodore Ts'o6956f612005-12-31 16:46:15 -05006099
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006100#: misc/mke2fs.c:2401
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006101#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04006102msgid "invalid inode size %d (min %d/max %d)"
Philipp Thomasab02a742014-07-09 23:13:30 -04006103msgstr "unzulässige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006104
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006105#: misc/mke2fs.c:2416
Theodore Ts'o4e528702016-09-04 21:31:21 -04006106#, c-format
6107msgid "%d byte inodes are too small for inline data; specify larger size"
6108msgstr ""
6109
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006110#: misc/mke2fs.c:2429
Theodore Ts'o4e528702016-09-04 21:31:21 -04006111#, c-format
6112msgid "%d byte inodes are too small for project quota; specify larger size"
6113msgstr ""
6114
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006115#: misc/mke2fs.c:2444
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006116#, c-format
6117msgid "too many inodes (%llu), raise inode ratio?"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006118msgstr "zu wenige Inodes (%llu), Anzahl erhöhen?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006119
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006120#: misc/mke2fs.c:2451
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006121#, c-format
6122msgid "too many inodes (%llu), specify < 2^32 inodes"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006123msgstr "zu viele Inodes (%llu), geben Sie weniger als 2^32 Inodes an"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006124
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006125#: misc/mke2fs.c:2465
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006126#, c-format
6127msgid ""
6128"inode_size (%u) * inodes_count (%u) too big for a\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006129"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006130"\tor lower inode count (-N).\n"
6131msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006132"inode_size (%u) * inodes_count (%u) ist zu groß für ein\n"
6133"\tDateisystem mit %llu Blöcken, geben Sie ein höheres inode_ratio (-i)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006134"\tan oder eine niedrigere Anzahl Inodes (-N) an.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006135
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006136#: misc/mke2fs.c:2652
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006137msgid "Discarding device blocks: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006138msgstr "Geräteblöcke werden verworfen: "
Philipp Thomas77c871a2010-04-19 16:59:02 -04006139
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006140#: misc/mke2fs.c:2668
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006141msgid "failed - "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006142msgstr "gescheitert - "
Philipp Thomas77c871a2010-04-19 16:59:02 -04006143
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006144#: misc/mke2fs.c:2727
Theodore Ts'o4e528702016-09-04 21:31:21 -04006145#, fuzzy
6146msgid "while initializing quota context"
6147msgstr "beim Initialisieren des ext2_qcow2_image"
6148
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006149#: misc/mke2fs.c:2734
Theodore Ts'o4e528702016-09-04 21:31:21 -04006150#, fuzzy
6151msgid "while writing quota inodes"
6152msgstr "beim Schreiben der Journal-Inodes"
6153
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006154#: misc/mke2fs.c:2759
Theodore Ts'o4e528702016-09-04 21:31:21 -04006155#, fuzzy, c-format
6156msgid "bad error behavior in profile - %s"
6157msgstr "ungültiges Verhalten im Fehlerfall - %s"
6158
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006159#: misc/mke2fs.c:2833
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006160msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05006161msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006162
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006163#: misc/mke2fs.c:2849
6164msgid ""
6165"Extents are not enabled. The file extent tree can be checksummed, whereas "
6166"block maps cannot. Not enabling extents reduces the coverage of metadata "
6167"checksumming. Pass -O extents to rectify.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006168msgstr ""
6169
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006170#: misc/mke2fs.c:2856
6171msgid ""
6172"64-bit filesystem support is not enabled. The larger fields afforded by "
6173"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006174msgstr ""
6175
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006176#: misc/mke2fs.c:2864
Theodore Ts'o4e528702016-09-04 21:31:21 -04006177msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
6178msgstr ""
6179
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006180#: misc/mke2fs.c:2888
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006181msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
6182msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006183"Verwerfen war erfolgreich und wird Nullen zurück liefern - daher wird\n"
6184"das Löschen der Inode-Tabelle übersprungen\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05006185
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006186#: misc/mke2fs.c:2974
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006187#, c-format
6188msgid "unknown os - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006189msgstr "unbekanntes Betriebssystem - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006190
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006191#: misc/mke2fs.c:3037
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006192msgid "Allocating group tables: "
Philipp Thomasab02a742014-07-09 23:13:30 -04006193msgstr "beim Anfordern von Speicher für die Gruppentabellen: "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006194
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006195#: misc/mke2fs.c:3045
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006196msgid "while trying to allocate filesystem tables"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006197msgstr "beim Anfordern von Speicher für die Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006198
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006199#: misc/mke2fs.c:3054
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006200msgid ""
6201"\n"
6202"\twhile converting subcluster bitmap"
6203msgstr ""
6204"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006205"\tbeim Konvertieren der Subclusterbitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006206
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006207#: misc/mke2fs.c:3060
Theodore Ts'o4e528702016-09-04 21:31:21 -04006208#, c-format
6209msgid "%s may be further corrupted by superblock rewrite\n"
6210msgstr ""
6211
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006212#: misc/mke2fs.c:3101
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006213#, c-format
6214msgid "while zeroing block %llu at end of filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04006215msgstr "beim Nullen von Block %llu am Ende des Dateisystems"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006216
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006217#: misc/mke2fs.c:3114
Theodore Ts'obc759702005-05-09 20:40:55 -04006218msgid "while reserving blocks for online resize"
Philipp Thomasab02a742014-07-09 23:13:30 -04006219msgstr "beim Reservieren von Blöcken für die Online-Größenänderung"
Theodore Ts'obc759702005-05-09 20:40:55 -04006220
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006221#: misc/mke2fs.c:3126 misc/tune2fs.c:1415
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006222msgid "journal"
6223msgstr "Journal"
6224
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006225#: misc/mke2fs.c:3138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006226#, c-format
6227msgid "Adding journal to device %s: "
Philipp Thomasab02a742014-07-09 23:13:30 -04006228msgstr "Ein Journal wird auf Gerät %s hinzugefügt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006229
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006230#: misc/mke2fs.c:3145
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006231#, c-format
6232msgid ""
6233"\n"
6234"\twhile trying to add journal to device %s"
6235msgstr ""
6236"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006237"\tbeim Versuch, ein Journal auf Gerät %s hinzuzufügen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006238
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006239#: misc/mke2fs.c:3150 misc/mke2fs.c:3179 misc/mke2fs.c:3219
Theodore Ts'o4e528702016-09-04 21:31:21 -04006240#: misc/mk_hugefiles.c:510 misc/tune2fs.c:1444 misc/tune2fs.c:1463
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006241msgid "done\n"
Philipp Thomasa4670b92016-08-31 23:14:17 -04006242msgstr "erledigt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006243
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006244#: misc/mke2fs.c:3156
Philipp Thomas77c871a2010-04-19 16:59:02 -04006245msgid "Skipping journal creation in super-only mode\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006246msgstr "Die Erzeugung eines Journals wird im Nur-Super-Modus übersprungen\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006247
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006248#: misc/mke2fs.c:3166
Philipp Thomas68801282008-07-17 11:47:00 -04006249#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04006250msgid "Creating journal (%u blocks): "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006251msgstr "Das Journal (%u Blöcke) wird angelegt: "
Philipp Thomas720e6362008-06-21 14:06:00 -04006252
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006253#: misc/mke2fs.c:3175
Philipp Thomasedc733d2012-04-22 15:38:42 -04006254msgid ""
6255"\n"
6256"\twhile trying to create journal"
6257msgstr ""
6258"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006259"\tbeim Anlegen des Journals"
Philipp Thomasedc733d2012-04-22 15:38:42 -04006260
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006261#: misc/mke2fs.c:3187 misc/tune2fs.c:1072
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006262msgid ""
6263"\n"
6264"Error while enabling multiple mount protection feature."
6265msgstr ""
6266"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006267"Fehler beim Aktivieren des Schutzes gegen mehrfaches Einhängen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006268
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006269#: misc/mke2fs.c:3192
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006270#, c-format
6271msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006272msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006273"Der Schutz gegen mehrfaches Einhängen wurde aktiviert mit einem\n"
6274"Aktualisierungsintervall von %d Sekunden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006275
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006276#: misc/mke2fs.c:3210
Theodore Ts'o4e528702016-09-04 21:31:21 -04006277#, fuzzy
6278msgid "Copying files into the device: "
6279msgstr "Fehler beim Schreiben der gepufferten Daten: %m\n"
6280
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006281#: misc/mke2fs.c:3216
Theodore Ts'o4e528702016-09-04 21:31:21 -04006282#, fuzzy
6283msgid "while populating file system"
6284msgstr "beim Anfordern von Speicher für die l1-Tabelle"
6285
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006286#: misc/mke2fs.c:3223
Theodore Ts'o196a8a62003-11-21 12:46:04 -05006287msgid "Writing superblocks and filesystem accounting information: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006288msgstr ""
6289"Die Superblöcke und die Informationen über die Dateisystemnutzung werden\n"
6290"geschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006291
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006292#: misc/mke2fs.c:3230
6293#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006294msgid ""
6295"\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006296"Warning, had trouble writing out superblocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006297msgstr ""
6298"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006299"Es gab Schwierigkeiten beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006300
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006301#: misc/mke2fs.c:3232
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006302msgid ""
6303"done\n"
6304"\n"
6305msgstr ""
6306"erledigt\n"
6307"\n"
6308
Theodore Ts'o4e528702016-09-04 21:31:21 -04006309#: misc/mk_hugefiles.c:424
6310#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006311msgid ""
6312"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006313msgstr ""
6314
6315#: misc/mk_hugefiles.c:491
6316msgid "Huge files will be zero'ed\n"
6317msgstr ""
6318
6319#: misc/mk_hugefiles.c:492
6320#, fuzzy, c-format
6321msgid "Creating %lu huge file(s) "
6322msgstr "Die reguläre Datei %s wird angelegt\n"
6323
6324#: misc/mk_hugefiles.c:494
6325#, fuzzy, c-format
6326msgid "with %llu blocks each"
6327msgstr ""
6328"Warnung: %llu Blöcke unbenutzt.\n"
6329"\n"
6330
6331#: misc/mk_hugefiles.c:505
6332#, fuzzy, c-format
6333msgid "while creating huge file %lu"
6334msgstr "beim Iterieren über Inode %u"
6335
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006336#: misc/mklost+found.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006337msgid "Usage: mklost+found\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006338msgstr "Aufruf: mklost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006339
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006340#: misc/partinfo.c:43
Philipp Thomasa700f512008-08-29 08:49:57 -04006341#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04006342msgid ""
6343"Usage: %s device...\n"
6344"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006345"Prints out the partition information for each given device.\n"
6346"For example: %s /dev/hda\n"
6347"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006348msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006349"Aufruf: %s Gerät…\n"
Philipp Thomas68801282008-07-17 11:47:00 -04006350"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006351"Gibt Informationen über die Partitionierung jedes angegebenen Geräts aus.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006352"Zum Beispiel: %s /dev/hda\n"
6353"\n"
6354
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006355#: misc/partinfo.c:53
Philipp Thomas40771272008-09-07 22:55:25 -04006356#, c-format
6357msgid "Cannot open %s: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006358msgstr "%s kann nicht geöffnet werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006359
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006360#: misc/partinfo.c:59
Philipp Thomas40771272008-09-07 22:55:25 -04006361#, c-format
6362msgid "Cannot get geometry of %s: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006363msgstr "Die Geometrie von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006364
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006365#: misc/partinfo.c:67
Philipp Thomas40771272008-09-07 22:55:25 -04006366#, c-format
6367msgid "Cannot get size of %s: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006368msgstr "Die Größe von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006369
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006370#: misc/partinfo.c:73
Philipp Thomas40771272008-09-07 22:55:25 -04006371#, c-format
6372msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006373msgstr "%s: h=%3d s=%3d c=%4d Start=%8d Größe=%8lu Ende=%8d\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006374
Theodore Ts'o4e528702016-09-04 21:31:21 -04006375#: misc/tune2fs.c:119
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006376#, fuzzy
6377msgid "Please run e2fsck -f on the filesystem.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006378msgstr "Bitte lassen Sie e2fsck dieses Dateisystem überprüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006379
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006380#: misc/tune2fs.c:121
Theodore Ts'o4e528702016-09-04 21:31:21 -04006381#, fuzzy
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006382msgid "Please run e2fsck -fD on the filesystem.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006383msgstr "Bitte lassen Sie e2fsck dieses Dateisystem überprüfen.\n"
6384
6385#: misc/tune2fs.c:134
6386#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006387msgid ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04006388"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006389"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006390"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
6391"\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
6392"\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
6393"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006394"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006395"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006396msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006397"Aufruf: %s [-c max_Anzahl_Einhängungen] [-e Fehlerverhalten] [-g Gruppe]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006398"\t[-i Intervall[d|m|w]] [-j] [-J Journal_Optionen] [-l]\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006399"\t[-m reservierte_Blöcke_Prozent] [-o [^]Einhängeoptionen[,...]] [-p "
6400"mmp_Aktualisierungsintervall]\n"
6401"\t[-r Anzahl_reservierter_Blöcke] [-u Benutzer] [-C Anzahl_Einhängungen] [-L "
6402"Volume_Kennung]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006403"\t[-M letztes_eingehängtes_Verzeichnis] [-O [^]Eigenschaft[,...]]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006404"\t[-Q Quota-Optionen]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006405"\t[-E erweiterte_Optionen[,...]] [-T Zeitpunkt_letzter_Prüfung] [-U UUID]\n"
6406"\t[ -I neue_Inodegröße ] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006407
Theodore Ts'o4e528702016-09-04 21:31:21 -04006408#: misc/tune2fs.c:218
Philipp Thomas37be3822015-05-17 20:21:39 -04006409msgid "Journal superblock not found!\n"
6410msgstr "Der Journal-Superblock wurde nicht gefunden!\n"
6411
Theodore Ts'o4e528702016-09-04 21:31:21 -04006412#: misc/tune2fs.c:276
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006413msgid "while trying to open external journal"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006414msgstr "beim Versuch, das externe Journal zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006415
Theodore Ts'o4e528702016-09-04 21:31:21 -04006416#: misc/tune2fs.c:282 misc/tune2fs.c:2701
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006417#, c-format
6418msgid "%s is not a journal device.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006419msgstr "%s ist kein Journalgerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006420
Theodore Ts'o4e528702016-09-04 21:31:21 -04006421#: misc/tune2fs.c:292 misc/tune2fs.c:2712
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006422msgid "Filesystem's UUID not found on journal device.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006423msgstr "Die UUID des Dateisystems wurde auf dem Journalgerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006424
Theodore Ts'o4e528702016-09-04 21:31:21 -04006425#: misc/tune2fs.c:316
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006426msgid ""
6427"Cannot locate journal device. It was NOT removed\n"
6428"Use -f option to remove missing journal device.\n"
6429msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006430"Das Journalgerät wurde nicht gefunden. Es wurde NICHT entfernt\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006431"Bitte benutzen Sie die Option „-f“, um das fehlende Gerät zu entfernen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006432
Theodore Ts'o4e528702016-09-04 21:31:21 -04006433#: misc/tune2fs.c:325
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006434msgid "Journal removed\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006435msgstr "Das Journal wurde entfernt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006436
Theodore Ts'o4e528702016-09-04 21:31:21 -04006437#: misc/tune2fs.c:369
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006438msgid "while reading bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04006439msgstr "beim Lesen der Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006440
Theodore Ts'o4e528702016-09-04 21:31:21 -04006441#: misc/tune2fs.c:377
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006442msgid "while clearing journal inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04006443msgstr "beim Zurücksetzen der Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006444
Theodore Ts'o4e528702016-09-04 21:31:21 -04006445#: misc/tune2fs.c:388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006446msgid "while writing journal inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04006447msgstr "beim Schreiben der Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006448
Theodore Ts'o4e528702016-09-04 21:31:21 -04006449#: misc/tune2fs.c:423 misc/tune2fs.c:445 misc/tune2fs.c:458
Philipp Thomas3e914b52011-01-24 15:03:41 -05006450msgid "(and reboot afterwards!)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006451msgstr "(und starten Sie danach das System neu)\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05006452
Theodore Ts'o4e528702016-09-04 21:31:21 -04006453#: misc/tune2fs.c:476
6454#, c-format
6455msgid "After running e2fsck, please run `resize2fs %s %s"
6456msgstr ""
6457
6458#: misc/tune2fs.c:479
6459#, fuzzy, c-format
6460msgid "Please run `resize2fs %s %s"
6461msgstr ""
6462"Bitte lassen Sie zuerst „e2fsck -f %s“ laufen.\n"
6463"\n"
6464
6465#: misc/tune2fs.c:483
6466#, c-format
6467msgid " -z \"%s\""
6468msgstr ""
6469
6470#: misc/tune2fs.c:485
6471#, c-format
6472msgid "' to enable 64-bit mode.\n"
6473msgstr ""
6474
6475#: misc/tune2fs.c:487
6476#, c-format
6477msgid "' to disable 64-bit mode.\n"
6478msgstr ""
6479
6480#: misc/tune2fs.c:974
6481msgid ""
6482"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6483" This requires Linux >= v4.4.\n"
6484msgstr ""
6485
6486#: misc/tune2fs.c:1010
Theodore Ts'o8f741372008-02-28 21:47:05 -05006487#, c-format
6488msgid "Clearing filesystem feature '%s' not supported.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006489msgstr "Das Deaktivieren von „%s“ wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006490
Theodore Ts'o4e528702016-09-04 21:31:21 -04006491#: misc/tune2fs.c:1016
Philipp Thomas67671422008-05-14 18:42:45 -04006492#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006493msgid "Setting filesystem feature '%s' not supported.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006494msgstr "Das Aktivieren von „%s“ wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006495
Theodore Ts'o4e528702016-09-04 21:31:21 -04006496#: misc/tune2fs.c:1025
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006497msgid ""
Philipp Thomas68801282008-07-17 11:47:00 -04006498"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006499"unmounted or mounted read-only.\n"
6500msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006501"Has_journal kann nur zurückgesetzt werden, wenn das Dateisystem nicht\n"
6502"oder nur-lesbar eingehängt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006503
Theodore Ts'o4e528702016-09-04 21:31:21 -04006504#: misc/tune2fs.c:1033
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006505msgid ""
6506"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6507"the has_journal flag.\n"
6508msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006509"needs_recovery ist gesetzt. Bitte führen Sie e2fsck aus, bevor Sie\n"
6510"has_journal zurück setzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006511
Theodore Ts'o4e528702016-09-04 21:31:21 -04006512#: misc/tune2fs.c:1051
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006513msgid ""
6514"Setting filesystem feature 'sparse_super' not supported\n"
6515"for filesystems with the meta_bg feature enabled.\n"
6516msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006517"Das Setzen von „sparse_super“ wird auf Dateisystemen mit aktiviertem\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006518"„meta_bg“ nicht unterstützt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006519
Theodore Ts'o4e528702016-09-04 21:31:21 -04006520#: misc/tune2fs.c:1064
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006521msgid ""
6522"The multiple mount protection feature can't\n"
6523"be set if the filesystem is mounted or\n"
6524"read-only.\n"
6525msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006526"Der Schutz vor mehrfachem Einhängen kann nur aktiviert werden, wenn das\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006527"Dateisystem nicht oder nur-lesbar eingehängt ist.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006528
Theodore Ts'o4e528702016-09-04 21:31:21 -04006529#: misc/tune2fs.c:1082
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006530#, c-format
6531msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6532msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006533"Der Schutz vor mehrfachem Einhängen wurde mit einem "
6534"Aktualisierungsintervall\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006535"von %d Sekunden aktiviert.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006536
Theodore Ts'o4e528702016-09-04 21:31:21 -04006537#: misc/tune2fs.c:1091
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006538msgid ""
6539"The multiple mount protection feature cannot\n"
6540"be disabled if the filesystem is readonly.\n"
6541msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006542"Der Schutz vor mehrfachem Einhängen kann nicht\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006543"deaktiviert werden, wenn das Dateisystem nur-lesbar\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006544"eingehängt ist.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006545
Theodore Ts'o4e528702016-09-04 21:31:21 -04006546#: misc/tune2fs.c:1099
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006547msgid "Error while reading bitmaps\n"
6548msgstr "Fehler beim Lesen der Bitmaps\n"
6549
Theodore Ts'o4e528702016-09-04 21:31:21 -04006550#: misc/tune2fs.c:1108
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006551#, c-format
6552msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006553msgstr ""
6554"Die magische Zahl im MMP-Block passt nicht. Erwartet: %x, gefunden: %x\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006555
Theodore Ts'o4e528702016-09-04 21:31:21 -04006556#: misc/tune2fs.c:1113
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006557msgid "while reading MMP block."
Philipp Thomasb93349a2014-05-31 13:32:39 -04006558msgstr "beim Lesen des MMP-Blocks."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006559
Theodore Ts'o4e528702016-09-04 21:31:21 -04006560#: misc/tune2fs.c:1145
Philipp Thomas720e6362008-06-21 14:06:00 -04006561msgid ""
6562"Clearing the flex_bg flag would cause the the filesystem to be\n"
6563"inconsistent.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006564msgstr ""
6565"Das Deaktivieren von flex_bg würde das Dateisystem inkonsistent machen.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006566
Theodore Ts'o4e528702016-09-04 21:31:21 -04006567#: misc/tune2fs.c:1156
Philipp Thomas68801282008-07-17 11:47:00 -04006568msgid ""
6569"The huge_file feature may only be cleared when the filesystem is\n"
6570"unmounted or mounted read-only.\n"
6571msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006572"huge_file kann nur aktiviert werden, wenn das Dateisystem nicht\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006573"oder nur-lesbar eingehängt ist.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04006574
Theodore Ts'o4e528702016-09-04 21:31:21 -04006575#: misc/tune2fs.c:1167
6576msgid "Enabling checksums could take some time."
6577msgstr ""
6578
6579#: misc/tune2fs.c:1169
6580msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6581msgstr ""
6582
6583#: misc/tune2fs.c:1175
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006584msgid ""
6585"Extents are not enabled. The file extent tree can be checksummed, whereas "
6586"block maps cannot. Not enabling extents reduces the coverage of metadata "
6587"checksumming. Re-run with -O extent to rectify.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006588msgstr ""
6589
6590#: misc/tune2fs.c:1182
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006591msgid ""
6592"64-bit filesystem support is not enabled. The larger fields afforded by "
6593"this feature enable full-strength checksumming. Run resize2fs -b to "
6594"rectify.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006595msgstr ""
6596
6597#: misc/tune2fs.c:1208
6598msgid "Disabling checksums could take some time."
6599msgstr ""
6600
6601#: misc/tune2fs.c:1210
6602msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6603msgstr ""
6604
6605#: misc/tune2fs.c:1273
6606#, c-format
6607msgid "Cannot enable 64-bit mode while mounted!\n"
6608msgstr ""
6609
6610#: misc/tune2fs.c:1283
6611#, c-format
6612msgid "Cannot disable 64-bit mode while mounted!\n"
6613msgstr ""
6614
6615#: misc/tune2fs.c:1313
6616msgid ""
6617"\n"
6618"Warning: enabled project without quota together\n"
6619msgstr ""
6620
6621#: misc/tune2fs.c:1326
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006622msgid ""
6623"\n"
6624"Warning: '^quota' option overrides '-Q'arguments.\n"
6625msgstr ""
6626"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006627"Warnung: die Option „^quota“ hat Vorrang vor „-Q“-Argumenten.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006628
Theodore Ts'o4e528702016-09-04 21:31:21 -04006629#: misc/tune2fs.c:1344
6630#, fuzzy
6631msgid ""
6632"Setting feature 'metadata_csum_seed' is only supported\n"
6633"on filesystems with the metadata_csum feature enabled.\n"
6634msgstr ""
6635"Das Setzen von „sparse_super“ wird auf Dateisystemen mit aktiviertem\n"
6636"„meta_bg“ nicht unterstützt.\n"
6637
6638#: misc/tune2fs.c:1362
6639msgid ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006640"UUID has changed since enabling metadata_csum. Filesystem must be "
6641"unmounted \n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006642"to safely rewrite all metadata to match the new UUID.\n"
6643msgstr ""
6644
6645#: misc/tune2fs.c:1408
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006646msgid "The filesystem already has a journal.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006647msgstr "Das Dateisystem hat bereits ein Journal.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006648
Theodore Ts'o4e528702016-09-04 21:31:21 -04006649#: misc/tune2fs.c:1428
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006650#, c-format
6651msgid ""
6652"\n"
6653"\twhile trying to open journal on %s\n"
6654msgstr ""
6655"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006656"\tbeim Versuch, das Journal auf %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006657
Theodore Ts'o4e528702016-09-04 21:31:21 -04006658#: misc/tune2fs.c:1432
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006659#, c-format
6660msgid "Creating journal on device %s: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006661msgstr "Journal wird erzeugt auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006662
Theodore Ts'o4e528702016-09-04 21:31:21 -04006663#: misc/tune2fs.c:1440
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006664#, c-format
6665msgid "while adding filesystem to journal on %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04006666msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006667
Theodore Ts'o4e528702016-09-04 21:31:21 -04006668#: misc/tune2fs.c:1446
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006669msgid "Creating journal inode: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006670msgstr "Journal-Inodes werden erzeugt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006671
Theodore Ts'o4e528702016-09-04 21:31:21 -04006672#: misc/tune2fs.c:1460
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006673msgid ""
6674"\n"
6675"\twhile trying to create journal file"
6676msgstr ""
6677"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006678"\tbeim Versuch, die Journaldatei zu erzeugen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006679
Theodore Ts'o4e528702016-09-04 21:31:21 -04006680#: misc/tune2fs.c:1498
6681#, fuzzy
6682msgid "while initializing quota context in support library"
6683msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006684
Theodore Ts'o4e528702016-09-04 21:31:21 -04006685#: misc/tune2fs.c:1518
6686#, fuzzy, c-format
6687msgid "while updating quota limits (%d)"
6688msgstr "beim Updaten des „Bad Block“-Inodes"
6689
6690#: misc/tune2fs.c:1526
6691#, fuzzy, c-format
6692msgid "while writing quota file (%d)"
6693msgstr "beim Schreiben der Inode-Tabelle"
6694
6695#: misc/tune2fs.c:1534
6696#, fuzzy, c-format
6697msgid "while removing quota file (%d)"
6698msgstr "beim Lesen des Root-Inodes"
6699
6700#: misc/tune2fs.c:1575
6701#, fuzzy
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006702msgid ""
6703"\n"
6704"Bad quota options specified.\n"
6705"\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006706"Following valid quota options are available (pass by separating with "
6707"comma):\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006708"\t[^]usr[quota]\n"
6709"\t[^]grp[quota]\n"
6710"\t[^]prj[quota]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006711"\n"
6712"\n"
6713msgstr ""
6714"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006715"Es wurden ungültige Quotaoptionen angegeben.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006716"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006717"Die folgenden gültigen Quotaoptionen sind verfügbar (durch Kommata getrennt\n"
6718"angeben):\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006719"\t[^]usrquota\n"
6720"\t[^]grpquota\n"
6721"\n"
6722"\n"
6723
Theodore Ts'o4e528702016-09-04 21:31:21 -04006724#: misc/tune2fs.c:1633
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006725#, c-format
6726msgid "Couldn't parse date/time specifier: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006727msgstr "Die Angabe von Zeit/Datum war unverständlich: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006728
Theodore Ts'o4e528702016-09-04 21:31:21 -04006729#: misc/tune2fs.c:1658 misc/tune2fs.c:1671
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006730#, c-format
6731msgid "bad mounts count - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006732msgstr "ungültge Anzahl Einhängungen - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006733
Theodore Ts'o4e528702016-09-04 21:31:21 -04006734#: misc/tune2fs.c:1714
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006735#, c-format
6736msgid "bad gid/group name - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006737msgstr "ungültige Gruppen-ID/Gruppe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006738
Theodore Ts'o4e528702016-09-04 21:31:21 -04006739#: misc/tune2fs.c:1747
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006740#, c-format
6741msgid "bad interval - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04006742msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006743
Theodore Ts'o4e528702016-09-04 21:31:21 -04006744#: misc/tune2fs.c:1776
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006745#, c-format
6746msgid "bad reserved block ratio - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006747msgstr "ungültiges Verhältnis reservierter Blöcke - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006748
Theodore Ts'o4e528702016-09-04 21:31:21 -04006749#: misc/tune2fs.c:1791
Theodore Ts'o0c897a92002-11-09 12:01:18 -05006750msgid "-o may only be specified once"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006751msgstr "-o darf nur einmal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05006752
Theodore Ts'o4e528702016-09-04 21:31:21 -04006753#: misc/tune2fs.c:1800
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006754msgid "-O may only be specified once"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006755msgstr "-O darf nur einmal angegeben werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006756
Theodore Ts'o4e528702016-09-04 21:31:21 -04006757#: misc/tune2fs.c:1817
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006758#, c-format
6759msgid "bad reserved blocks count - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006760msgstr "ungültige Anzahl reservierter Blöcke - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006761
Theodore Ts'o4e528702016-09-04 21:31:21 -04006762#: misc/tune2fs.c:1846
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006763#, c-format
6764msgid "bad uid/user name - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006765msgstr "falsche Benutzer-ID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006766
Theodore Ts'o4e528702016-09-04 21:31:21 -04006767#: misc/tune2fs.c:1863
Philipp Thomas68801282008-07-17 11:47:00 -04006768#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04006769msgid "bad inode size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006770msgstr "ungültige Inode-Größe - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006771
Theodore Ts'o4e528702016-09-04 21:31:21 -04006772#: misc/tune2fs.c:1870
Philipp Thomas720e6362008-06-21 14:06:00 -04006773#, c-format
6774msgid "Inode size must be a power of two- %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006775msgstr "Die Inode-Größe muss eine Zweierpotenz sein - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006776
Theodore Ts'o4e528702016-09-04 21:31:21 -04006777#: misc/tune2fs.c:1967
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006778#, c-format
6779msgid "mmp_update_interval too big: %lu\n"
6780msgstr "mmp_update_interval ist zu groß: %lu\n"
6781
Theodore Ts'o4e528702016-09-04 21:31:21 -04006782#: misc/tune2fs.c:1972
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006783#, c-format
6784msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006785msgid_plural ""
6786"Setting multiple mount protection update interval to %lu seconds\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006787msgstr[0] ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006788"Das Aktualisierungsintervall des Schutzes vor mehrfachem Einhängen\n"
6789"wird auf %lu Sekunde gesetzt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006790msgstr[1] ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006791"Das Aktualisierungsintervall des Schutzes vor mehrfachem Einhängen\n"
6792"wird auf %lu Sekunden gesetzt\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006793
Theodore Ts'o4e528702016-09-04 21:31:21 -04006794#: misc/tune2fs.c:1995
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006795#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006796msgid "Invalid RAID stride: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006797msgstr "Ungültiger RAID-Stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006798
Theodore Ts'o4e528702016-09-04 21:31:21 -04006799#: misc/tune2fs.c:2010
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006800#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006801msgid "Invalid RAID stripe-width: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006802msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006803
Theodore Ts'o4e528702016-09-04 21:31:21 -04006804#: misc/tune2fs.c:2025
Philipp Thomas40771272008-09-07 22:55:25 -04006805#, c-format
6806msgid "Invalid hash algorithm: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006807msgstr "Ungültiger Hash-Algorithmus: %s\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006808
Theodore Ts'o4e528702016-09-04 21:31:21 -04006809#: misc/tune2fs.c:2031
Philipp Thomas40771272008-09-07 22:55:25 -04006810#, c-format
6811msgid "Setting default hash algorithm to %s (%d)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006812msgstr "Der Standard-Hash-Algorithmus wird auf %s (%d) gesetzt\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006813
Theodore Ts'o4e528702016-09-04 21:31:21 -04006814#: misc/tune2fs.c:2050
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006815msgid ""
6816"\n"
6817"Bad options specified.\n"
6818"\n"
6819"Extended options are separated by commas, and may take an argument which\n"
6820"\tis set off by an equals ('=') sign.\n"
6821"\n"
6822"Valid extended options are:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006823"\tclear_mmp\n"
6824"\thash_alg=<hash algorithm>\n"
6825"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006826"\tstride=<RAID per-disk chunk size in blocks>\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006827"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006828"\ttest_fs\n"
6829"\t^test_fs\n"
6830msgstr ""
6831"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006832"Falsche erweiterte Optionen angegeben.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006833"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006834"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006835"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006836"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006837"Gültige erweiterte Optionen sind:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006838"\tclear_mmp\n"
6839"\thash_alg=<Hashalgorithmus>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006840"\tmount_opts=<erweiterte Standardeinhängoptionen>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006841"\tstride=<RAID-Blockgröße pro PLatte in Blöcken\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006842"\tstripe_width=<RAID Stride*Datenplatten in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006843"\ttest_fs\n"
6844"\t^test_fs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006845"\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006846
Theodore Ts'o4e528702016-09-04 21:31:21 -04006847#: misc/tune2fs.c:2519
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006848msgid "Failed to read inode bitmap\n"
6849msgstr "Die Inode-Bitmap konnte nicht gelesen werden\n"
6850
Theodore Ts'o4e528702016-09-04 21:31:21 -04006851#: misc/tune2fs.c:2524
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006852msgid "Failed to read block bitmap\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006853msgstr "Die Block-Bitmap konnte nicht gelesen werden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006854
Theodore Ts'o4e528702016-09-04 21:31:21 -04006855#: misc/tune2fs.c:2541 resize/resize2fs.c:1276
Philipp Thomas720e6362008-06-21 14:06:00 -04006856msgid "blocks to be moved"
6857msgstr "zu verschiebende Blöcke"
6858
Theodore Ts'o4e528702016-09-04 21:31:21 -04006859#: misc/tune2fs.c:2544
Philipp Thomas77c871a2010-04-19 16:59:02 -04006860msgid "Failed to allocate block bitmap when increasing inode size\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006861msgstr ""
6862"Beim Erhöhen der Inode-Größe konnte keine Blockbitmap reserviert werden\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006863
Theodore Ts'o4e528702016-09-04 21:31:21 -04006864#: misc/tune2fs.c:2550
Philipp Thomas77c871a2010-04-19 16:59:02 -04006865msgid "Not enough space to increase inode size \n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006866msgstr "Der Platz reicht nicht aus für eine Erhöhung der Inode-Größe \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006867
Theodore Ts'o4e528702016-09-04 21:31:21 -04006868#: misc/tune2fs.c:2555
Philipp Thomas77c871a2010-04-19 16:59:02 -04006869msgid "Failed to relocate blocks during inode resize \n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006870msgstr ""
6871"Das Verschieben von Blöcken während der Größenänderung der Inodes "
6872"scheiterte \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006873
Theodore Ts'o4e528702016-09-04 21:31:21 -04006874#: misc/tune2fs.c:2587
Philipp Thomas77c871a2010-04-19 16:59:02 -04006875msgid ""
6876"Error in resizing the inode size.\n"
6877"Run e2undo to undo the file system changes. \n"
6878msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006879"Fehler beim Ändern der Inode-Größe.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006880"Starten Sie e2undo, um die Änderungen am Dateisystem rückgängig zu machen. \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006881
Theodore Ts'o4e528702016-09-04 21:31:21 -04006882#: misc/tune2fs.c:2799
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006883#, c-format
6884msgid ""
6885"MMP block magic is bad. Try to fix it by running:\n"
6886"'e2fsck -f %s'\n"
6887msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006888"Die magische Zahl des MMP-Blocks ist ungültig. Versuchen Sie, dies durch\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006889"„e2fsck -f %s“\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006890"zu beheben.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006891
Theodore Ts'o4e528702016-09-04 21:31:21 -04006892#: misc/tune2fs.c:2811
6893#, fuzzy
6894msgid "Cannot modify a journal device.\n"
6895msgstr "%s ist kein Journalgerät.\n"
6896
6897#: misc/tune2fs.c:2824
Philipp Thomas40771272008-09-07 22:55:25 -04006898#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04006899msgid "The inode size is already %lu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006900msgstr "Die Inode-Größe ist bereits %lu\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006901
Theodore Ts'o4e528702016-09-04 21:31:21 -04006902#: misc/tune2fs.c:2831
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006903msgid "Shrinking inode size is not supported\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006904msgstr "Das Verringern der Inode-Größe wird nicht unterstützt\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006905
Theodore Ts'o4e528702016-09-04 21:31:21 -04006906#: misc/tune2fs.c:2836
Philipp Thomasb93349a2014-05-31 13:32:39 -04006907#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006908msgid "Invalid inode size %lu (max %d)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006909msgstr "Unzulässige Inode-Größe: %lu (max %d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006910
Theodore Ts'o4e528702016-09-04 21:31:21 -04006911#: misc/tune2fs.c:2842
6912msgid "Resizing inodes could take some time."
6913msgstr ""
6914
6915#: misc/tune2fs.c:2889
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006916#, c-format
6917msgid "Setting maximal mount count to %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006918msgstr "Die maximale Anzahl von Einhängungen wird auf %d gesezt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006919
Theodore Ts'o4e528702016-09-04 21:31:21 -04006920#: misc/tune2fs.c:2895
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006921#, c-format
6922msgid "Setting current mount count to %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006923msgstr "Die Anzahl der Einhängungen wird auf %d gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006924
Theodore Ts'o4e528702016-09-04 21:31:21 -04006925#: misc/tune2fs.c:2900
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006926#, c-format
6927msgid "Setting error behavior to %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006928msgstr "Das Fehlerverhalten wird auf %d gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006929
Theodore Ts'o4e528702016-09-04 21:31:21 -04006930#: misc/tune2fs.c:2905
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006931#, c-format
6932msgid "Setting reserved blocks gid to %lu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006933msgstr "Die Gruppen-ID reservierter Blöcke wird auf %lu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006934
Theodore Ts'o4e528702016-09-04 21:31:21 -04006935#: misc/tune2fs.c:2910
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006936#, c-format
6937msgid "interval between checks is too big (%lu)"
Philipp Thomasab02a742014-07-09 23:13:30 -04006938msgstr "Der Abstand zwischen zwei Prüfläufen ist zu groß (%lu)"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006939
Theodore Ts'o4e528702016-09-04 21:31:21 -04006940#: misc/tune2fs.c:2917
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006941#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04006942msgid "Setting interval between checks to %lu seconds\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006943msgstr "Der Abstand zwischen den Prüfläufen wird auf %lu Sekunden gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006944
Theodore Ts'o4e528702016-09-04 21:31:21 -04006945#: misc/tune2fs.c:2924
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006946#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006947msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006948msgstr ""
6949"Der prozentuelle Anteil reservierter Blöcke wird auf %g%% (%llu Blöcke) "
6950"gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006951
Theodore Ts'o4e528702016-09-04 21:31:21 -04006952#: misc/tune2fs.c:2930
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006953#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006954msgid "reserved blocks count is too big (%llu)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006955msgstr "Die Anzahl reservierter Blöcke ist zu groß (%llu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006956
Theodore Ts'o4e528702016-09-04 21:31:21 -04006957#: misc/tune2fs.c:2937
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006958#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006959msgid "Setting reserved blocks count to %llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006960msgstr "Die Anzahl reservierter Blöcke wird auf %llu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006961
Theodore Ts'o4e528702016-09-04 21:31:21 -04006962#: misc/tune2fs.c:2942
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006963msgid ""
6964"\n"
6965"The filesystem already has sparse superblocks.\n"
6966msgstr ""
6967"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006968"Das Dateisystem hat bereits Sparse-Superblöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006969
Theodore Ts'o4e528702016-09-04 21:31:21 -04006970#: misc/tune2fs.c:2945
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006971msgid ""
6972"\n"
6973"Setting the sparse superblock flag not supported\n"
6974"for filesystems with the meta_bg feature enabled.\n"
6975msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006976"\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006977"Das Aktivieren von Sparse-Superblöcken wird auf Dateisystemen mit "
6978"aktivierter\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006979"Eigenschaft meta_bg nicht unterstützt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006980
Theodore Ts'o4e528702016-09-04 21:31:21 -04006981#: misc/tune2fs.c:2955
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006982#, c-format
6983msgid ""
6984"\n"
6985"Sparse superblock flag set. %s"
6986msgstr ""
6987"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006988"Kennung „Sparse-Superblöcke“ ist gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006989
Theodore Ts'o4e528702016-09-04 21:31:21 -04006990#: misc/tune2fs.c:2960
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006991msgid ""
6992"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006993"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006994msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006995"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006996"Das Zurücksetzen der Kennung „Sparse-Superblöcke“ wird nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006997
Theodore Ts'o4e528702016-09-04 21:31:21 -04006998#: misc/tune2fs.c:2968
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006999#, c-format
7000msgid "Setting time filesystem last checked to %s\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007001msgstr ""
7002"Der Zeitpunkt der letzten Prüfung des Dateisystems wird auf %s gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007003
Theodore Ts'o4e528702016-09-04 21:31:21 -04007004#: misc/tune2fs.c:2974
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007005#, c-format
7006msgid "Setting reserved blocks uid to %lu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007007msgstr "Die Benutzer-ID reservierter Blöcke wird auf %lu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007008
Theodore Ts'o4e528702016-09-04 21:31:21 -04007009#: misc/tune2fs.c:3006
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007010msgid "Error in using clear_mmp. It must be used with -f\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007011msgstr ""
7012"Fehler bei der Verwendung von clear_mmp. Es muss zusammen mit -f benutzt "
7013"werden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007014
Theodore Ts'o4e528702016-09-04 21:31:21 -04007015#: misc/tune2fs.c:3024
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007016msgid ""
7017"The quota feature may only be changed when the filesystem is unmounted.\n"
7018msgstr ""
7019"Quotas können nur bei nicht eingehängten Dateisystemen geändert werden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007020
Theodore Ts'o4e528702016-09-04 21:31:21 -04007021#: misc/tune2fs.c:3048
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007022msgid "The UUID may only be changed when the filesystem is unmounted.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007023msgstr ""
7024"Die UUID kann nur bei nicht eingehängtem Dateisystem geändert werden.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007025
Theodore Ts'o4e528702016-09-04 21:31:21 -04007026#: misc/tune2fs.c:3051
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007027msgid ""
7028"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
7029"and re-run this command.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007030msgstr ""
7031
7032#: misc/tune2fs.c:3060
7033msgid "Setting UUID on a checksummed filesystem could take some time."
7034msgstr ""
7035
7036#: misc/tune2fs.c:3085
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007037msgid "Invalid UUID format\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007038msgstr "Ungültiges UUID-Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007039
Theodore Ts'o4e528702016-09-04 21:31:21 -04007040#: misc/tune2fs.c:3101
Philipp Thomas37be3822015-05-17 20:21:39 -04007041msgid "Need to update journal superblock.\n"
7042msgstr "Der Journal-Superblock muss aktualisiert werden.\n"
7043
Theodore Ts'o4e528702016-09-04 21:31:21 -04007044#: misc/tune2fs.c:3126
Philipp Thomas720e6362008-06-21 14:06:00 -04007045msgid "The inode size may only be changed when the filesystem is unmounted.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007046msgstr ""
7047"Die Inode-Größe kann nur bei ausgehängtem Dateisystem geändert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007048
Theodore Ts'o4e528702016-09-04 21:31:21 -04007049#: misc/tune2fs.c:3133
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007050msgid ""
7051"Changing the inode size not supported for filesystems with the flex_bg\n"
7052"feature enabled.\n"
7053msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04007054"Das Ändern der Inode-Größe auf Dateisystemen mit aktiviertem flex_bg\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007055"wird nicht unterstützt.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007056
Theodore Ts'o4e528702016-09-04 21:31:21 -04007057#: misc/tune2fs.c:3151
Philipp Thomas68801282008-07-17 11:47:00 -04007058#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04007059msgid "Setting inode size %lu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007060msgstr "Die Inode-Größe wird auf %lu gesetzt\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007061
Theodore Ts'o4e528702016-09-04 21:31:21 -04007062#: misc/tune2fs.c:3155
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007063msgid "Failed to change inode size\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007064msgstr "Die Inode-Größe konnte nicht geändert werden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007065
Theodore Ts'o4e528702016-09-04 21:31:21 -04007066#: misc/tune2fs.c:3169
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007067#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05007068msgid "Setting stride size to %d\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007069msgstr "Die Stride-Größe wird auf %d gesetzt\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05007070
Theodore Ts'o4e528702016-09-04 21:31:21 -04007071#: misc/tune2fs.c:3174
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007072#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05007073msgid "Setting stripe width to %d\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007074msgstr "Die Stripebreite wird auf %d gesetzt\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05007075
Theodore Ts'o4e528702016-09-04 21:31:21 -04007076#: misc/tune2fs.c:3181
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007077#, c-format
7078msgid "Setting extended default mount options to '%s'\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007079msgstr "Die erweiterten Standard-Einhängeoptionen werden auf „%s“ gesetzt\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007080
Theodore Ts'o4e528702016-09-04 21:31:21 -04007081#: misc/tune2fs.c:3192
7082#, c-format
7083msgid ""
7084"Warning: The journal is dirty. You may wish to replay the journal like:\n"
7085"\n"
7086"\te2fsck -E journal_only %s\n"
7087"\n"
7088"then rerun this command. Otherwise, any changes made may be overwritten\n"
7089"by journal recovery.\n"
7090msgstr ""
7091
7092#: misc/tune2fs.c:3203
7093#, fuzzy, c-format
7094msgid "Recovering journal.\n"
7095msgstr "%s: Journal wird wiederhergestellt\n"
7096
7097#: misc/util.c:100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007098msgid "<proceeding>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007099msgstr "<Verarbeitung läuft\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007100
Theodore Ts'o4e528702016-09-04 21:31:21 -04007101#: misc/util.c:104
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007102#, fuzzy, c-format
7103msgid "Proceed anyway (or wait %d seconds) ? (y,N) "
Philipp Thomasb93349a2014-05-31 13:32:39 -04007104msgstr "Trotzdem fortfahren (oder %d Sekunden warten) ? (j,n) "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007105
Theodore Ts'o4e528702016-09-04 21:31:21 -04007106#: misc/util.c:108
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007107#, fuzzy
7108msgid "Proceed anyway? (y,N) "
Philipp Thomasb93349a2014-05-31 13:32:39 -04007109msgstr "Trotzdem fortfahren? (j,n) "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007110
Theodore Ts'o4e528702016-09-04 21:31:21 -04007111#: misc/util.c:133
7112msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007113msgstr ""
7114"mke2fs wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007115
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007116#: misc/util.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007117#, c-format
7118msgid "will not make a %s here!\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007119msgstr "%s wird hier nicht angelegt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007120
Theodore Ts'o4e528702016-09-04 21:31:21 -04007121#: misc/util.c:145
Theodore Ts'o7ae19832005-06-19 09:45:36 -04007122msgid "mke2fs forced anyway.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007123msgstr "mke2fs wird trotzdem erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04007124
Theodore Ts'o4e528702016-09-04 21:31:21 -04007125#: misc/util.c:161
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007126msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007127msgstr ""
7128"Es konnte kein Speicher zum Einlesen der Journaloptionen reserviert werden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007129
Theodore Ts'o4e528702016-09-04 21:31:21 -04007130#: misc/util.c:186
Philipp Thomas3e914b52011-01-24 15:03:41 -05007131#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04007132msgid ""
7133"\n"
7134"Could not find journal device matching %s\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05007135msgstr ""
7136"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007137"Ein zu %s passendes Journalgerät konnte nicht gefunden werden\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04007138
Theodore Ts'o4e528702016-09-04 21:31:21 -04007139#: misc/util.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007140msgid ""
7141"\n"
7142"Bad journal options specified.\n"
7143"\n"
7144"Journal options are separated by commas, and may take an argument which\n"
7145"\tis set off by an equals ('=') sign.\n"
7146"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04007147"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007148"\tsize=<journal size in megabytes>\n"
7149"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007150"\tlocation=<journal location>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007151"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04007152"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007153"\n"
7154msgstr ""
7155"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007156"Falsche Journaloptionen angegeben:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007157"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007158"Journaloptionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007159"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007160"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007161"Gültige Journaloptionen sind:\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007162"\tsize=<Journalgröße in Megabytes>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007163"\tdevice=<Journalgerät>\n"
7164"\tlocation=<Position des Journals>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007165"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007166"Die Größe des Journals muss zwischen 1024 und 10240000 Dateisystemblöcken\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007167"\tliegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007168"\n"
7169
Theodore Ts'o4e528702016-09-04 21:31:21 -04007170#: misc/util.c:244
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007171msgid ""
7172"\n"
7173"Filesystem too small for a journal\n"
7174msgstr ""
7175"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007176"Das Dateisystem ist für ein Journal zu klein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007177
Theodore Ts'o4e528702016-09-04 21:31:21 -04007178#: misc/util.c:251
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007179#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007180msgid ""
7181"\n"
7182"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007183"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007184msgstr ""
7185"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007186"Die gewünschte Journalgröße ist %d Blöcke; sie muss\n"
7187"zwischen 1024 und 10240000 Blöcken liegen. Abbruch.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007188
Theodore Ts'o4e528702016-09-04 21:31:21 -04007189#: misc/util.c:259
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007190msgid ""
7191"\n"
7192"Journal size too big for filesystem.\n"
7193msgstr ""
7194"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007195"Das Journal ist für dieses Dateisystem zu groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007196
Theodore Ts'o4e528702016-09-04 21:31:21 -04007197#: misc/util.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007198#, c-format
7199msgid ""
7200"This filesystem will be automatically checked every %d mounts or\n"
7201"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
7202msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007203"Dieses Dateisystem wird automatisch alle %d Einhängungen oder\n"
7204"%g Tage überprüft, was immer zuerst kommt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007205
Philipp Thomas37be3822015-05-17 20:21:39 -04007206#: misc/uuidd.c:49
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007207#, c-format
7208msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007209msgstr "Aufruf: %s [-d] [-p Prozess-ID-Datei] [-s Socketpfad] [-T Timeout]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007210
Philipp Thomas37be3822015-05-17 20:21:39 -04007211#: misc/uuidd.c:51
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007212#, c-format
7213msgid " %s [-r|t] [-n num] [-s socketpath]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007214msgstr " %s [-r|t] [-n Anzahl] [-s Socketpfad]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007215
Philipp Thomas37be3822015-05-17 20:21:39 -04007216#: misc/uuidd.c:53
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007217#, c-format
7218msgid " %s -k\n"
7219msgstr " %s -k\n"
7220
Philipp Thomas37be3822015-05-17 20:21:39 -04007221#: misc/uuidd.c:155
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007222msgid "bad arguments"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007223msgstr "ungültige Argumente"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007224
Philipp Thomas37be3822015-05-17 20:21:39 -04007225#: misc/uuidd.c:173
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007226msgid "connect"
7227msgstr "verbinden"
7228
Philipp Thomas37be3822015-05-17 20:21:39 -04007229#: misc/uuidd.c:192
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007230msgid "write"
7231msgstr "schreiben"
7232
Philipp Thomas37be3822015-05-17 20:21:39 -04007233#: misc/uuidd.c:200
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007234msgid "read count"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007235msgstr "Lesezähler"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007236
Philipp Thomas37be3822015-05-17 20:21:39 -04007237#: misc/uuidd.c:206
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007238msgid "bad response length"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007239msgstr "ungültige Länge der Antwort"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007240
Philipp Thomas37be3822015-05-17 20:21:39 -04007241#: misc/uuidd.c:271
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007242#, c-format
7243msgid "uuidd daemon already running at pid %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007244msgstr "der uuidd-Dämon läft bereits mit Prozess-ID %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007245
Philipp Thomas37be3822015-05-17 20:21:39 -04007246#: misc/uuidd.c:279
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007247#, c-format
7248msgid "Couldn't create unix stream socket: %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04007249msgstr "Es konnte kein Unix-Stream-Socket erzeugt werden: %s"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007250
Philipp Thomas37be3822015-05-17 20:21:39 -04007251#: misc/uuidd.c:308
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007252#, c-format
7253msgid "Couldn't bind unix socket %s: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007254msgstr "Es konnte nicht mit Unix-Socket %s verbunden werden: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007255
Philipp Thomas37be3822015-05-17 20:21:39 -04007256#: misc/uuidd.c:316
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007257#, c-format
7258msgid "Couldn't listen on unix socket %s: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007259msgstr "Lauschen auf Unix-Socket %s war nicht möglich: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007260
Philipp Thomas37be3822015-05-17 20:21:39 -04007261#: misc/uuidd.c:354
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007262#, c-format
7263msgid "Error reading from client, len = %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007264msgstr "Fehler beim Lesen vom Client, Länge = %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007265
Philipp Thomas37be3822015-05-17 20:21:39 -04007266#: misc/uuidd.c:362
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007267#, c-format
7268msgid "operation %d, incoming num = %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007269msgstr "Operation %d, eingehende Nummer = %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007270
Philipp Thomas37be3822015-05-17 20:21:39 -04007271#: misc/uuidd.c:381
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007272#, c-format
7273msgid "Generated time UUID: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007274msgstr "Zeit-UUID erzeugt: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007275
Philipp Thomas37be3822015-05-17 20:21:39 -04007276#: misc/uuidd.c:391
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007277#, c-format
7278msgid "Generated random UUID: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007279msgstr "Zufällige UUID erzeugt: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007280
Philipp Thomas37be3822015-05-17 20:21:39 -04007281#: misc/uuidd.c:400
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007282#, c-format
7283msgid "Generated time UUID %s and subsequent UUID\n"
7284msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007285msgstr[0] "Zeit-UUID %s und die folgende UUID erzeugt\n"
7286msgstr[1] "Zeit-UUID %s und die folgenden %d UUIDs erzeugt\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007287
Philipp Thomas37be3822015-05-17 20:21:39 -04007288#: misc/uuidd.c:421
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007289#, c-format
7290msgid "Generated %d UUID's:\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007291msgstr "%d UUIDs erzeugt:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007292
Philipp Thomas37be3822015-05-17 20:21:39 -04007293#: misc/uuidd.c:433
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007294#, c-format
7295msgid "Invalid operation %d\n"
7296msgstr "Ungültige Operation %d\n"
7297
Philipp Thomas37be3822015-05-17 20:21:39 -04007298#: misc/uuidd.c:477 misc/uuidd.c:499
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007299#, c-format
7300msgid "Bad number: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007301msgstr "Ungültige Nummer: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007302
Philipp Thomas37be3822015-05-17 20:21:39 -04007303#: misc/uuidd.c:534 misc/uuidd.c:563
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007304#, c-format
7305msgid "Error calling uuidd daemon (%s): %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007306msgstr "Fehler beim Aufruf des Uuid-Dämons (%s): %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007307
Philipp Thomas37be3822015-05-17 20:21:39 -04007308#: misc/uuidd.c:544
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007309#, c-format
7310msgid "%s and subsequent UUID\n"
7311msgid_plural "%s and subsequent %d UUIDs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007312msgstr[0] "%s und die folgende UUID\n"
7313msgstr[1] "%s und die folgenden %d UUIDs\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007314
Philipp Thomas37be3822015-05-17 20:21:39 -04007315#: misc/uuidd.c:548
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007316msgid "List of UUID's:\n"
7317msgstr "Liste der UUIDs:\n"
7318
Philipp Thomas37be3822015-05-17 20:21:39 -04007319#: misc/uuidd.c:569
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007320#, c-format
7321msgid "Unexpected reply length from server %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007322msgstr "Unerwartete Antwortlänge von Server %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007323
Philipp Thomas37be3822015-05-17 20:21:39 -04007324#: misc/uuidd.c:586
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007325#, c-format
7326msgid "Couldn't kill uuidd running at pid %d: %s\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007327msgstr ""
7328"Der mit Prozess-ID %d laufende uuidd konnte nicht abgeschossen werden: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007329
Philipp Thomas37be3822015-05-17 20:21:39 -04007330#: misc/uuidd.c:592
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007331#, c-format
7332msgid "Killed uuidd running at pid %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007333msgstr "Der mit PID %d laufende uuidd wurde abgeschossen\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007334
7335#: misc/uuidgen.c:32
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007336#, c-format
7337msgid "Usage: %s [-r] [-t]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007338msgstr "Aufruf: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007339
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007340#: resize/extent.c:202
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007341msgid "# Extent dump:\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007342msgstr "# Dump der Erweiterung:\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007343
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007344#: resize/extent.c:203
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007345#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007346msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007347msgstr "#\tAnz=%llu, Größe=%llu, Cursor=%llu, Sortiert=%llu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007348
Theodore Ts'o4e528702016-09-04 21:31:21 -04007349#: resize/main.c:49
7350#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007351msgid ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007352"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
7353"[-z undo_file]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007354"\n"
7355msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04007356"Aufruf: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007357"\n"
7358
Theodore Ts'o4e528702016-09-04 21:31:21 -04007359#: resize/main.c:72
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007360msgid "Extending the inode table"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007361msgstr "Die Inode-Tabelle wird erweitert"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007362
Theodore Ts'o4e528702016-09-04 21:31:21 -04007363#: resize/main.c:75
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007364msgid "Relocating blocks"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007365msgstr "Blöcke werden verschoben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007366
Theodore Ts'o4e528702016-09-04 21:31:21 -04007367#: resize/main.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007368msgid "Scanning inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007369msgstr "Die Inode-Tabelle wird gelesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007370
Theodore Ts'o4e528702016-09-04 21:31:21 -04007371#: resize/main.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007372msgid "Updating inode references"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007373msgstr "Die Inode-Referenzen werden aktualisiert"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007374
Theodore Ts'o4e528702016-09-04 21:31:21 -04007375#: resize/main.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007376msgid "Moving inode table"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007377msgstr "Die Inode-Tabelle wird verschoben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007378
Theodore Ts'o4e528702016-09-04 21:31:21 -04007379#: resize/main.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007380msgid "Unknown pass?!?"
7381msgstr "Unbekannter Durchgang?!?"
7382
Theodore Ts'o4e528702016-09-04 21:31:21 -04007383#: resize/main.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007384#, c-format
7385msgid "Begin pass %d (max = %lu)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007386msgstr "Start von Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007387
Theodore Ts'o4e528702016-09-04 21:31:21 -04007388#: resize/main.c:162
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007389msgid ""
7390"\n"
7391"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
7392"your own risk! Use the force option if you want to go ahead anyway.\n"
7393"\n"
7394msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007395"\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007396"Die Größenveränderung von Bigalloc-Dateisystemen wurde noch nicht "
7397"vollständig\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007398"geprüft. Deswegen handeln Sie auf eigene Gefahr!. Verwenden Sie die Option\n"
7399"„force“, wenn Sie trotzdem fortfahren wollen.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007400
Theodore Ts'o4e528702016-09-04 21:31:21 -04007401#: resize/main.c:365
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007402#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05007403msgid "while opening %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007404msgstr "beim Öffnen von %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05007405
Theodore Ts'o4e528702016-09-04 21:31:21 -04007406#: resize/main.c:373
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007407#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05007408msgid "while getting stat information for %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007409msgstr "beim Abfragen der Statusinformation für %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05007410
Theodore Ts'o4e528702016-09-04 21:31:21 -04007411#: resize/main.c:445
Theodore Ts'o057a1592010-06-07 12:24:21 -04007412#, c-format
7413msgid ""
7414"Please run 'e2fsck -f %s' first.\n"
7415"\n"
7416msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007417"Bitte lassen Sie zuerst „e2fsck -f %s“ laufen.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04007418"\n"
7419
Theodore Ts'o4e528702016-09-04 21:31:21 -04007420#: resize/main.c:464
Philipp Thomas720e6362008-06-21 14:06:00 -04007421#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007422msgid "Estimated minimum size of the filesystem: %llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007423msgstr "Geschätzte minimale Größe des Dateisystems: %llu\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007424
Theodore Ts'o4e528702016-09-04 21:31:21 -04007425#: resize/main.c:501
Philipp Thomas77c871a2010-04-19 16:59:02 -04007426#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007427msgid "Invalid new size: %s\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007428msgstr "Unzulässige neue Größe: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007429
Theodore Ts'o4e528702016-09-04 21:31:21 -04007430#: resize/main.c:520
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007431msgid "New size too large to be expressed in 32 bits\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007432msgstr "Die neue Größe lässt sich nicht mehr mit 32 Bits ausdrücken\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007433
Theodore Ts'o4e528702016-09-04 21:31:21 -04007434#: resize/main.c:528
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007435#, c-format
7436msgid "New size smaller than minimum (%llu)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007437msgstr "Die neue Größe ist kleiner als das Minimum (%llu)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007438
Theodore Ts'o4e528702016-09-04 21:31:21 -04007439#: resize/main.c:534
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007440msgid "Invalid stride length"
Philipp Thomasab02a742014-07-09 23:13:30 -04007441msgstr "Ungültige „Stride“-Länge"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007442
Theodore Ts'o4e528702016-09-04 21:31:21 -04007443#: resize/main.c:558
Philipp Thomasa4edef12011-01-26 18:54:24 -05007444#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007445msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007446"The containing partition (or device) is only %llu (%dk) blocks.\n"
7447"You requested a new size of %llu blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007448"\n"
7449msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04007450"Die sie enthaltende Partition (oder Gerät) ist nur %llu (%dk) Blöcke groß.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007451"Sie wollen %llu Blöcke haben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007452
Theodore Ts'o4e528702016-09-04 21:31:21 -04007453#: resize/main.c:565
7454#, c-format
7455msgid "Cannot set and unset 64bit feature.\n"
7456msgstr ""
7457
7458#: resize/main.c:569
7459#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007460msgid ""
7461"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
7462"blocks.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007463msgstr ""
7464
7465#: resize/main.c:575
7466#, fuzzy, c-format
7467msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007468msgstr ""
7469"Quotas können nur bei nicht eingehängten Dateisystemen geändert werden.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007470
7471#: resize/main.c:581
7472#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007473msgid ""
7474"Please enable the extents feature with tune2fs before enabling the 64bit "
7475"feature.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007476msgstr ""
7477
7478#: resize/main.c:587
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007479#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007480msgid ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007481"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007482"\n"
7483msgstr ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007484"Das Dateisystem ist bereits %llu (%dk) Blöcke lang. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007485"\n"
7486
Theodore Ts'o4e528702016-09-04 21:31:21 -04007487#: resize/main.c:594
7488#, fuzzy, c-format
7489msgid "The filesystem is already 64-bit.\n"
7490msgstr "Das Dateisystem hat bereits ein Journal.\n"
7491
7492#: resize/main.c:599
7493#, fuzzy, c-format
7494msgid "The filesystem is already 32-bit.\n"
7495msgstr "Das Dateisystem hat bereits ein Journal.\n"
7496
7497#: resize/main.c:608
7498#, fuzzy, c-format
7499msgid "Converting the filesystem to 64-bit.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007500msgstr ""
7501"Der Zeitpunkt der letzten Prüfung des Dateisystems wird auf %s gesetzt\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007502
7503#: resize/main.c:610
7504#, fuzzy, c-format
7505msgid "Converting the filesystem to 32-bit.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007506msgstr ""
7507"Der Zeitpunkt der letzten Prüfung des Dateisystems wird auf %s gesetzt\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007508
7509#: resize/main.c:612
Philipp Thomas77c871a2010-04-19 16:59:02 -04007510#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007511msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007512msgstr ""
7513"Die Größe des Dateisystems auf %s wird auf %llu (%dk) Blöcke geändert.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007514
Theodore Ts'o4e528702016-09-04 21:31:21 -04007515#: resize/main.c:621
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007516#, c-format
7517msgid "while trying to resize %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007518msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007519
Theodore Ts'o4e528702016-09-04 21:31:21 -04007520#: resize/main.c:624
Philipp Thomas77c871a2010-04-19 16:59:02 -04007521#, c-format
7522msgid ""
7523"Please run 'e2fsck -fy %s' to fix the filesystem\n"
7524"after the aborted resize operation.\n"
7525msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007526"Bitte lassen Sie „e2fsck -fy %s“ laufen, um das\n"
7527"Dateisystem nach der abgebrochenen Größenänderung\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007528"zu reparieren.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007529
Theodore Ts'o4e528702016-09-04 21:31:21 -04007530#: resize/main.c:630
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007531#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007532msgid ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007533"The filesystem on %s is now %llu (%dk) blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007534"\n"
7535msgstr ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007536"Das Dateisystem auf %s is nun %llu (%dk) Blöcke lang.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007537"\n"
7538
Theodore Ts'o4e528702016-09-04 21:31:21 -04007539#: resize/main.c:645
Philipp Thomas77c871a2010-04-19 16:59:02 -04007540#, c-format
7541msgid "while trying to truncate %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007542msgstr "beim Versuch, %s abzuschneiden"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007543
Theodore Ts'o4e528702016-09-04 21:31:21 -04007544#: resize/online.c:81
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007545msgid "kernel does not support online resize with sparse_super2"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007546msgstr ""
7547"Der Kernel unterstützt die Online-Größenänderung mit sparse_super2 nicht"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007548
Theodore Ts'o4e528702016-09-04 21:31:21 -04007549#: resize/online.c:86
Philipp Thomas720e6362008-06-21 14:06:00 -04007550#, c-format
7551msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007552msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007553"Dateisystem bei %s ist auf %s eingehängt; Online-Größenänderung ist\n"
7554"erforderlich\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007555
Theodore Ts'o4e528702016-09-04 21:31:21 -04007556#: resize/online.c:90
Philipp Thomas3e914b52011-01-24 15:03:41 -05007557msgid "On-line shrinking not supported"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007558msgstr "Online-Schrumpfen wird nicht unterstützt"
Philipp Thomas720e6362008-06-21 14:06:00 -04007559
Theodore Ts'o4e528702016-09-04 21:31:21 -04007560#: resize/online.c:114
Philipp Thomas720e6362008-06-21 14:06:00 -04007561msgid "Filesystem does not support online resizing"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007562msgstr "Das Dateisystem unterstützt die Online-Größenänderung nicht"
Philipp Thomas720e6362008-06-21 14:06:00 -04007563
Theodore Ts'o4e528702016-09-04 21:31:21 -04007564#: resize/online.c:122
Philipp Thomasd0275172013-01-15 23:30:35 -05007565msgid "Not enough reserved gdt blocks for resizing"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007566msgstr "Nicht genug reservierte GDT-Blöcke für die Größenänderung"
Philipp Thomasd0275172013-01-15 23:30:35 -05007567
Theodore Ts'o4e528702016-09-04 21:31:21 -04007568#: resize/online.c:129
Philipp Thomasd0275172013-01-15 23:30:35 -05007569msgid "Kernel does not support resizing a file system this large"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007570msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04007571"Der Kernel unterstützt die Online-Größenänderungen eines so großen\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007572"Dateisystems nicht"
Philipp Thomasd0275172013-01-15 23:30:35 -05007573
Theodore Ts'o4e528702016-09-04 21:31:21 -04007574#: resize/online.c:137
Philipp Thomas68801282008-07-17 11:47:00 -04007575#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04007576msgid "while trying to open mountpoint %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04007577msgstr "beim Versuch, den Einhängepunkt %s zu öffnen"
Philipp Thomas720e6362008-06-21 14:06:00 -04007578
Theodore Ts'o4e528702016-09-04 21:31:21 -04007579#: resize/online.c:142
Philipp Thomasb93349a2014-05-31 13:32:39 -04007580#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007581msgid "Old resize interface requested.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007582msgstr "Die alte Schnittstelle für Größenänderung wurde angefordert.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007583
Theodore Ts'o4e528702016-09-04 21:31:21 -04007584#: resize/online.c:161 resize/online.c:178
Philipp Thomas720e6362008-06-21 14:06:00 -04007585msgid "Permission denied to resize filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04007586msgstr "Die Erlaubnis zum Ändern der Dateisystemgröße wurde verweigert."
Philipp Thomas720e6362008-06-21 14:06:00 -04007587
Theodore Ts'o4e528702016-09-04 21:31:21 -04007588#: resize/online.c:164 resize/online.c:184
Philipp Thomas720e6362008-06-21 14:06:00 -04007589msgid "While checking for on-line resizing support"
Philipp Thomasab02a742014-07-09 23:13:30 -04007590msgstr "Beim Überprüfen der Unterstützung für Online-Größenänderung"
Philipp Thomas720e6362008-06-21 14:06:00 -04007591
Theodore Ts'o4e528702016-09-04 21:31:21 -04007592#: resize/online.c:181
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007593msgid "Kernel does not support online resizing"
Philipp Thomasab02a742014-07-09 23:13:30 -04007594msgstr "Der Kernel bietet keine Unterstützung für eine Online-Größenänderung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007595
Theodore Ts'o4e528702016-09-04 21:31:21 -04007596#: resize/online.c:220
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007597#, c-format
7598msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007599msgstr "Die Größe von %s wird gerade online auf %llu (%dk) Blöcke geändert.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007600
Theodore Ts'o4e528702016-09-04 21:31:21 -04007601#: resize/online.c:230
Philipp Thomas720e6362008-06-21 14:06:00 -04007602msgid "While trying to extend the last group"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007603msgstr "beim Versuch, die letzte Gruppe zu erweitern"
Philipp Thomas720e6362008-06-21 14:06:00 -04007604
Theodore Ts'o4e528702016-09-04 21:31:21 -04007605#: resize/online.c:284
Philipp Thomas68801282008-07-17 11:47:00 -04007606#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04007607msgid "While trying to add group #%d"
Philipp Thomasab02a742014-07-09 23:13:30 -04007608msgstr "beim Versuch, die Gruppe #%d hinzuzufügen"
Philipp Thomas720e6362008-06-21 14:06:00 -04007609
Theodore Ts'o4e528702016-09-04 21:31:21 -04007610#: resize/online.c:295
Philipp Thomasa700f512008-08-29 08:49:57 -04007611#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007612msgid ""
7613"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7614"this system.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007615msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007616"Das Dateisystem bei %s ist auf %s eingehängt und die Änderung der Größe im\n"
7617"laufenden System wird auf diesem System nicht unterstützt.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007618
Theodore Ts'o4e528702016-09-04 21:31:21 -04007619#: resize/resize2fs.c:759
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007620#, c-format
7621msgid "inodes (%llu) must be less than %u"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007622msgstr "Die Inodes (%llu) müssen unter %u liegen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007623
Theodore Ts'o4e528702016-09-04 21:31:21 -04007624#: resize/resize2fs.c:1037
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007625msgid "reserved blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007626msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007627
Theodore Ts'o4e528702016-09-04 21:31:21 -04007628#: resize/resize2fs.c:1281
Theodore Ts'obc759702005-05-09 20:40:55 -04007629msgid "meta-data blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007630msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007631
Theodore Ts'o4e528702016-09-04 21:31:21 -04007632#: resize/resize2fs.c:1385 resize/resize2fs.c:2317
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007633msgid "new meta blocks"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007634msgstr "neue Metadaten-Blöcke"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007635
Theodore Ts'o4e528702016-09-04 21:31:21 -04007636#: resize/resize2fs.c:2540
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007637msgid "Should never happen! No sb in last super_sparse bg?\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007638msgstr "Dies sollte nie geschehen! Kein sb im letzten super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007639
Theodore Ts'o4e528702016-09-04 21:31:21 -04007640#: resize/resize2fs.c:2545
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007641msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007642msgstr "Dies sollte nie geschehen! Unerwartete old_desc in super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007643
Theodore Ts'o4e528702016-09-04 21:31:21 -04007644#: resize/resize2fs.c:2618
Theodore Ts'obc759702005-05-09 20:40:55 -04007645msgid "Should never happen: resize inode corrupt!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007646msgstr "Dies sollte nie geschehen: Der Größenänderungs-Inode ist defekt!\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05007647
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007648#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o4e528702016-09-04 21:31:21 -04007649#, fuzzy
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007650msgid "EXT2FS Library version 1.43.4-WIP"
Philipp Thomas37be3822015-05-17 20:21:39 -04007651msgstr "EXT2FS-Bibliothek, Version 1.42.12"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007652
7653#: lib/ext2fs/ext2_err.c:12
7654msgid "Wrong magic number for ext2_filsys structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007655msgstr "Falsche magische Zahl für eine ext2_filesys-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007656
7657#: lib/ext2fs/ext2_err.c:13
7658msgid "Wrong magic number for badblocks_list structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007659msgstr "Falsche magische Zahl für eine badblocks_list-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007660
7661#: lib/ext2fs/ext2_err.c:14
7662msgid "Wrong magic number for badblocks_iterate structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007663msgstr "Falsche magische Zahl für eine badblocks_iterate-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007664
7665#: lib/ext2fs/ext2_err.c:15
7666msgid "Wrong magic number for inode_scan structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007667msgstr "Falsche magische Zahl für eine inode_scan-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007668
7669#: lib/ext2fs/ext2_err.c:16
7670msgid "Wrong magic number for io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007671msgstr "Falsche magische Zahl für eine io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007672
7673#: lib/ext2fs/ext2_err.c:17
7674msgid "Wrong magic number for unix io_channel structure"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007675msgstr "Falsche magische Zahl für eine Unix io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007676
7677#: lib/ext2fs/ext2_err.c:18
7678msgid "Wrong magic number for io_manager structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007679msgstr "Falsche magische Zahl für eine io_manager-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007680
7681#: lib/ext2fs/ext2_err.c:19
7682msgid "Wrong magic number for block_bitmap structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007683msgstr "Falsche magische Zahl für eine block_bitmap-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007684
7685#: lib/ext2fs/ext2_err.c:20
7686msgid "Wrong magic number for inode_bitmap structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007687msgstr "Falsche magische Zahl für eine inode_bitmap-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007688
7689#: lib/ext2fs/ext2_err.c:21
7690msgid "Wrong magic number for generic_bitmap structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007691msgstr "Falsche magische Zahl für eine generic_bitmap-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007692
7693#: lib/ext2fs/ext2_err.c:22
7694msgid "Wrong magic number for test io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007695msgstr "Falsche magische Zahl für eine test-io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007696
7697#: lib/ext2fs/ext2_err.c:23
7698msgid "Wrong magic number for directory block list structure"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007699msgstr ""
7700"Falsche magische Zahl für eine Struktur für die Liste der Verzeichnisblöcke"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007701
7702#: lib/ext2fs/ext2_err.c:24
7703msgid "Wrong magic number for icount structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007704msgstr "Falsche magische Zahl für eine icount-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007705
7706#: lib/ext2fs/ext2_err.c:25
7707msgid "Wrong magic number for Powerquest io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007708msgstr "Falsche magische Zahl für eine io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007709
7710#: lib/ext2fs/ext2_err.c:26
7711msgid "Wrong magic number for ext2 file structure"
Philipp Thomasab02a742014-07-09 23:13:30 -04007712msgstr "Falsche magische Zahl für eine Ext2-Datei-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007713
7714#: lib/ext2fs/ext2_err.c:27
7715msgid "Wrong magic number for Ext2 Image Header"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007716msgstr "Falsche magische Zahl für einen Ext2-Abbild-Kopf"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007717
7718#: lib/ext2fs/ext2_err.c:28
7719msgid "Wrong magic number for inode io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007720msgstr "Falsche magische Zahl für eine Struktur des Inode-io_channels"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007721
7722#: lib/ext2fs/ext2_err.c:29
7723msgid "Wrong magic number for ext4 extent handle"
Philipp Thomasab02a742014-07-09 23:13:30 -04007724msgstr "Falsche magische Zahl für eine Ext4-Erweiterungshandle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007725
7726#: lib/ext2fs/ext2_err.c:30
7727msgid "Bad magic number in super-block"
7728msgstr "Ungültige magische Zahl im Superblock"
7729
7730#: lib/ext2fs/ext2_err.c:31
7731msgid "Filesystem revision too high"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007732msgstr "Die Dateisystemversion ist zu hoch"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007733
7734#: lib/ext2fs/ext2_err.c:32
7735msgid "Attempt to write to filesystem opened read-only"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007736msgstr ""
7737"Dies ist ein Versuch, auf ein nur-lesbar geöffnetes Dateisystem zu schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007738
7739#: lib/ext2fs/ext2_err.c:33
7740msgid "Can't read group descriptors"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007741msgstr "Die Gruppendeskriptoren konnten nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007742
7743#: lib/ext2fs/ext2_err.c:34
7744msgid "Can't write group descriptors"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007745msgstr "Die Gruppendeskriptoren konnten nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007746
7747#: lib/ext2fs/ext2_err.c:35
7748msgid "Corrupt group descriptor: bad block for block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007749msgstr "Defekter Gruppendeskriptor: defekter Block für die Block-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007750
7751#: lib/ext2fs/ext2_err.c:36
7752msgid "Corrupt group descriptor: bad block for inode bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007753msgstr "Defekter Gruppendeskriptor: defekter Block für die Inode-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007754
7755#: lib/ext2fs/ext2_err.c:37
7756msgid "Corrupt group descriptor: bad block for inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007757msgstr "Defekter Gruppendeskriptor: defekter Block für die Inode-Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007758
7759#: lib/ext2fs/ext2_err.c:38
7760msgid "Can't write an inode bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04007761msgstr "Eine Inode-Bitmap konnte nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007762
7763#: lib/ext2fs/ext2_err.c:39
7764msgid "Can't read an inode bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007765msgstr "Eine Inode-Bitmap konnte nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007766
7767#: lib/ext2fs/ext2_err.c:40
Darrick J. Wong580d8a02013-10-07 09:20:28 -04007768msgid "Can't write a block bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04007769msgstr "Eine Block-Bitmap konnte nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007770
7771#: lib/ext2fs/ext2_err.c:41
Darrick J. Wongba0230f2013-12-12 12:41:58 -05007772msgid "Can't read a block bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04007773msgstr "Eine Block-Bitmap konnte nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007774
7775#: lib/ext2fs/ext2_err.c:42
7776msgid "Can't write an inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007777msgstr "Eine Inode-Tabelle konnte nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007778
7779#: lib/ext2fs/ext2_err.c:43
7780msgid "Can't read an inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007781msgstr "Eine Inode-Tabelle konnte nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007782
7783#: lib/ext2fs/ext2_err.c:44
7784msgid "Can't read next inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04007785msgstr "Der nächste Inode kann nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007786
7787#: lib/ext2fs/ext2_err.c:45
7788msgid "Filesystem has unexpected block size"
7789msgstr "Das Dateisystem hat eine unerwartete Blockgröße"
7790
7791#: lib/ext2fs/ext2_err.c:46
7792msgid "EXT2 directory corrupted"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007793msgstr "Das Ext2-Verzeichnis ist defekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007794
7795#: lib/ext2fs/ext2_err.c:47
7796msgid "Attempt to read block from filesystem resulted in short read"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007797msgstr ""
7798"Der Versuch, einen Block vom Dateisystem zu lesen, endete in kurzem Lesen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007799
7800#: lib/ext2fs/ext2_err.c:48
7801msgid "Attempt to write block to filesystem resulted in short write"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007802msgstr ""
7803"Der Versuch, einen Block auf das Dateisystem zu schreiben, endete in kurzem "
7804"Schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007805
7806#: lib/ext2fs/ext2_err.c:49
7807msgid "No free space in the directory"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007808msgstr "Kein freier Platz im Verzeichnis"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007809
7810#: lib/ext2fs/ext2_err.c:50
7811msgid "Inode bitmap not loaded"
Philipp Thomasab02a742014-07-09 23:13:30 -04007812msgstr "die Inode-Bitmap wurde nicht geladen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007813
7814#: lib/ext2fs/ext2_err.c:51
7815msgid "Block bitmap not loaded"
Philipp Thomasab02a742014-07-09 23:13:30 -04007816msgstr "die Block-Bitmap wurde nicht geladen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007817
7818#: lib/ext2fs/ext2_err.c:52
7819msgid "Illegal inode number"
Philipp Thomasab02a742014-07-09 23:13:30 -04007820msgstr "Ungültige Inode-Nummer"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007821
7822#: lib/ext2fs/ext2_err.c:53
7823msgid "Illegal block number"
Philipp Thomasab02a742014-07-09 23:13:30 -04007824msgstr "Ungültige Blockzahl"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007825
7826#: lib/ext2fs/ext2_err.c:54
7827msgid "Internal error in ext2fs_expand_dir"
7828msgstr "Interner Fehler in ext2fs_expand_dir"
7829
7830#: lib/ext2fs/ext2_err.c:55
7831msgid "Not enough space to build proposed filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04007832msgstr "Nicht genug Platz, um das vorgeschlagene Dateisystem zu bauen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007833
7834#: lib/ext2fs/ext2_err.c:56
7835msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007836msgstr ""
7837"Es wurde eine ungültige Blocknummer an ext2fs_mark_block_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007838
7839#: lib/ext2fs/ext2_err.c:57
7840msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007841msgstr ""
7842"Es wurde eine ungültige Blocknummer an ext2fs_unmark_block_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007843
7844#: lib/ext2fs/ext2_err.c:58
7845msgid "Illegal block number passed to ext2fs_test_block_bitmap"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007846msgstr ""
7847"Es wurde eine ungültige Blocknummer an ext2fs_test_block_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007848
7849#: lib/ext2fs/ext2_err.c:59
7850msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007851msgstr ""
7852"Es wurde eine ungültige Inode-Nummer an ext2fs_mark_inode_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007853
7854#: lib/ext2fs/ext2_err.c:60
7855msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007856msgstr ""
7857"Es wurde eine ungültige Inode-Nummer an ext2fs_unmark_inode_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007858
7859#: lib/ext2fs/ext2_err.c:61
7860msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007861msgstr ""
7862"Es wurde eine ungültige Inode-Nummer an ext2fs_test_inode_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007863
7864#: lib/ext2fs/ext2_err.c:62
7865msgid "Attempt to fudge end of block bitmap past the real end"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007866msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007867"Es wird versucht, das Ende der Block-Bitmap jenseits des wirklichen Endes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007868"zu platzieren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007869
7870#: lib/ext2fs/ext2_err.c:63
7871msgid "Attempt to fudge end of inode bitmap past the real end"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007872msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007873"Es wird versucht, das Ende der Inode-Bitmap jenseits des wirklichen Endes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007874"zu platzieren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007875
7876#: lib/ext2fs/ext2_err.c:64
7877msgid "Illegal indirect block found"
Philipp Thomasab02a742014-07-09 23:13:30 -04007878msgstr "Es wurde ein ungültiger indirekter Block gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007879
7880#: lib/ext2fs/ext2_err.c:65
7881msgid "Illegal doubly indirect block found"
Philipp Thomasab02a742014-07-09 23:13:30 -04007882msgstr "Es wurde ein ungültiger doppelt indirekter Block gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007883
7884#: lib/ext2fs/ext2_err.c:66
7885msgid "Illegal triply indirect block found"
Philipp Thomasab02a742014-07-09 23:13:30 -04007886msgstr "Es wurde ein ungültiger dreifach indirekter Block gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007887
7888#: lib/ext2fs/ext2_err.c:67
7889msgid "Block bitmaps are not the same"
Philipp Thomasab02a742014-07-09 23:13:30 -04007890msgstr "Die Block-Bitmaps sind nicht identisch"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007891
7892#: lib/ext2fs/ext2_err.c:68
7893msgid "Inode bitmaps are not the same"
Philipp Thomasab02a742014-07-09 23:13:30 -04007894msgstr "Die Inode-Bitmaps sind nicht identisch"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007895
7896#: lib/ext2fs/ext2_err.c:69
7897msgid "Illegal or malformed device name"
Philipp Thomasab02a742014-07-09 23:13:30 -04007898msgstr "Ungültiger oder fehlerhafter Gerätename"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007899
7900#: lib/ext2fs/ext2_err.c:70
7901msgid "A block group is missing an inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007902msgstr "Einer Blockgruppe fehlt eine Inode-Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007903
7904#: lib/ext2fs/ext2_err.c:71
7905msgid "The ext2 superblock is corrupt"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007906msgstr "Der Ext2-Superblock ist defekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007907
7908#: lib/ext2fs/ext2_err.c:72
7909msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007910msgstr ""
7911"Eine unzulässige generische Bitnummer wurde an ext2fs_mark_generic_bitmap "
7912"übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007913
7914#: lib/ext2fs/ext2_err.c:73
7915msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007916msgstr ""
7917"Eine unzulässige generische Bitnummer wurde an ext2fs_unmark_generic_bitmap "
7918"übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007919
7920#: lib/ext2fs/ext2_err.c:74
7921msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007922msgstr ""
7923"Eine unzulässige generische Bitnummer wurde an ext2fs_test_generic_bitmap "
7924"übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007925
7926#: lib/ext2fs/ext2_err.c:75
7927msgid "Too many symbolic links encountered."
Philipp Thomasab02a742014-07-09 23:13:30 -04007928msgstr "Es wurden zu viele symbolische Verknüpfungen gefunden."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007929
7930#: lib/ext2fs/ext2_err.c:76
7931msgid "The callback function will not handle this case"
Philipp Thomasab02a742014-07-09 23:13:30 -04007932msgstr "Die Callback-Funktion kann diesen Fall nicht handhaben."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007933
7934#: lib/ext2fs/ext2_err.c:77
7935msgid "The inode is from a bad block in the inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007936msgstr "Der Inode kommt von einem beschädigten Block in der Inode-Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007937
7938#: lib/ext2fs/ext2_err.c:78
7939msgid "Filesystem has unsupported feature(s)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007940msgstr "Das Dateisystem besitzt nicht unterstützte Eigenschaft(en)"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007941
7942#: lib/ext2fs/ext2_err.c:79
7943msgid "Filesystem has unsupported read-only feature(s)"
Philipp Thomasab02a742014-07-09 23:13:30 -04007944msgstr "Das Dateisystem besitzt nicht unterstützte Nur-Lesen-Eigenschaft(en):"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007945
7946#: lib/ext2fs/ext2_err.c:80
7947msgid "IO Channel failed to seek on read or write"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007948msgstr "Der EA-Kanal hat nicht positioniert beim Lesen oder Schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007949
7950#: lib/ext2fs/ext2_err.c:81
7951msgid "Memory allocation failed"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007952msgstr "Die Reservierung von Speicher schlug fehl"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007953
7954#: lib/ext2fs/ext2_err.c:82
7955msgid "Invalid argument passed to ext2 library"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007956msgstr "Ein ungültiges Argument wurde an die Ext2-Bibliothek übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007957
7958#: lib/ext2fs/ext2_err.c:83
7959msgid "Could not allocate block in ext2 filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04007960msgstr "Im Ext2-Dateisystem konnte kein Block angefordert werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007961
7962#: lib/ext2fs/ext2_err.c:84
7963msgid "Could not allocate inode in ext2 filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04007964msgstr "Im Ext2-Dateisystem konnte kein Inode angefordert werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007965
7966#: lib/ext2fs/ext2_err.c:85
7967msgid "Ext2 inode is not a directory"
Philipp Thomasab02a742014-07-09 23:13:30 -04007968msgstr "Der Ext2-Inode weist nicht auf ein Verzeichnis"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007969
7970#: lib/ext2fs/ext2_err.c:86
7971msgid "Too many references in table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007972msgstr "Zu viele Referenzen in der Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007973
7974#: lib/ext2fs/ext2_err.c:87
7975msgid "File not found by ext2_lookup"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007976msgstr "Die Datei wurde von ext2_lookup nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007977
7978#: lib/ext2fs/ext2_err.c:88
7979msgid "File open read-only"
Philipp Thomasab02a742014-07-09 23:13:30 -04007980msgstr "Die Datei wurde nur-lesbar geöffnet"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007981
7982#: lib/ext2fs/ext2_err.c:89
7983msgid "Ext2 directory block not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007984msgstr "Der Verzeichnisblock des ext2-Dateisystems wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007985
7986#: lib/ext2fs/ext2_err.c:90
7987msgid "Ext2 directory already exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007988msgstr "Das Ext2-Verzeichnis existiert bereits"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007989
7990#: lib/ext2fs/ext2_err.c:91
7991msgid "Unimplemented ext2 library function"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007992msgstr "Nicht implementierte Ext2-Bibliotheksfunktion"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007993
7994#: lib/ext2fs/ext2_err.c:92
7995msgid "User cancel requested"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007996msgstr "Der Benutzer hat abgebrochen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007997
7998#: lib/ext2fs/ext2_err.c:93
7999msgid "Ext2 file too big"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008000msgstr "Die Ext2-Datei ist zu groß"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008001
8002#: lib/ext2fs/ext2_err.c:94
8003msgid "Supplied journal device not a block device"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008004msgstr "Das angegebene Journalgerät ist kein blockorientiertes Gerät"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008005
8006#: lib/ext2fs/ext2_err.c:95
8007msgid "Journal superblock not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008008msgstr "Der Journal-Superblock wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008009
8010#: lib/ext2fs/ext2_err.c:96
8011msgid "Journal must be at least 1024 blocks"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008012msgstr "Das Journal muß mindestens 1024 Blöcke groß sein"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008013
8014#: lib/ext2fs/ext2_err.c:97
8015msgid "Unsupported journal version"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008016msgstr "Nicht unterstützte Journalversion"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008017
8018#: lib/ext2fs/ext2_err.c:98
8019msgid "Error loading external journal"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008020msgstr "Fehler beim Laden des externen Journals"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008021
8022#: lib/ext2fs/ext2_err.c:99
8023msgid "Journal not found"
Philipp Thomasab02a742014-07-09 23:13:30 -04008024msgstr "Das Journal wurde nicht gefunden."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008025
8026#: lib/ext2fs/ext2_err.c:100
8027msgid "Directory hash unsupported"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008028msgstr "Verzeichnishashes werden nicht unterstützt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008029
8030#: lib/ext2fs/ext2_err.c:101
8031msgid "Illegal extended attribute block number"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008032msgstr "Die Nummer des Blocks für erweiterte Attribute ist unzulässig"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008033
8034#: lib/ext2fs/ext2_err.c:102
8035msgid "Cannot create filesystem with requested number of inodes"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008036msgstr ""
8037"Ein Dateisystem mit der gewünschten Anzahl Inodes kann nicht erzeugt werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008038
8039#: lib/ext2fs/ext2_err.c:103
8040msgid "E2image snapshot not in use"
Philipp Thomasab02a742014-07-09 23:13:30 -04008041msgstr "Der E2image-Schnappschuss wird nicht verwendet"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008042
8043#: lib/ext2fs/ext2_err.c:104
8044msgid "Too many reserved group descriptor blocks"
Philipp Thomasab02a742014-07-09 23:13:30 -04008045msgstr "Zu viele reservierte Blöcke für Gruppen-Deskriptoren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008046
8047#: lib/ext2fs/ext2_err.c:105
8048msgid "Resize inode is corrupt"
Philipp Thomasab02a742014-07-09 23:13:30 -04008049msgstr "Der Größenänderungs-Inode ist defekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008050
8051#: lib/ext2fs/ext2_err.c:106
8052msgid "Tried to set block bmap with missing indirect block"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008053msgstr ""
8054"Es wurde versucht, eine Block-Bitmap mit fehlendem indirektem Block zu "
8055"schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008056
8057#: lib/ext2fs/ext2_err.c:107
8058msgid "TDB: Success"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008059msgstr "TDB: Erfolg"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008060
8061#: lib/ext2fs/ext2_err.c:108
8062msgid "TDB: Corrupt database"
Philipp Thomasab02a742014-07-09 23:13:30 -04008063msgstr "TDB: Datenbank ist beschädigt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008064
8065#: lib/ext2fs/ext2_err.c:109
8066msgid "TDB: IO Error"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008067msgstr "TDB: EA-Fehler"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008068
8069#: lib/ext2fs/ext2_err.c:110
8070msgid "TDB: Locking error"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008071msgstr "TDB: Fehler beim Sperren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008072
8073#: lib/ext2fs/ext2_err.c:111
8074msgid "TDB: Out of memory"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008075msgstr "TDB: Hauptspeicher erschöpft"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008076
8077#: lib/ext2fs/ext2_err.c:112
8078msgid "TDB: Record exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008079msgstr "TDB: Datensatz existiert bereits"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008080
8081#: lib/ext2fs/ext2_err.c:113
8082msgid "TDB: Lock exists on other keys"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008083msgstr "TDB: Die Sperre existiert schon auf anderen Schlüsseln"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008084
8085#: lib/ext2fs/ext2_err.c:114
8086msgid "TDB: Invalid parameter"
8087msgstr "TDB: Ungültiger Parameter"
8088
8089#: lib/ext2fs/ext2_err.c:115
8090msgid "TDB: Record does not exist"
Philipp Thomasab02a742014-07-09 23:13:30 -04008091msgstr "TDB: Der Datensatz existiert nicht"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008092
8093#: lib/ext2fs/ext2_err.c:116
8094msgid "TDB: Write not permitted"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008095msgstr "TDB: Schreiben ist nicht zulässig"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008096
8097#: lib/ext2fs/ext2_err.c:117
8098msgid "Ext2fs directory block list is empty"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008099msgstr "Die Liste der Ext2fs-Verzeichnisblöcke ist leer"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008100
8101#: lib/ext2fs/ext2_err.c:118
8102msgid "Attempt to modify a block mapping via a read-only block iterator"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008103msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008104"Es wird versucht, eine Blockzuweisung über einen nur-lesbaren Blockiterator "
8105"zu\n"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008106"ändern"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008107
8108#: lib/ext2fs/ext2_err.c:119
8109msgid "Wrong magic number for ext4 extent saved path"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008110msgstr "Falsche magische Zahl für einen gespeicherten Pfad zu ext4-Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008111
8112#: lib/ext2fs/ext2_err.c:120
8113msgid "Wrong magic number for 64-bit generic bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008114msgstr "Falsche magische Zahl für eine generische 64-Bit-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008115
8116#: lib/ext2fs/ext2_err.c:121
8117msgid "Wrong magic number for 64-bit block bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008118msgstr "Falsche magische Zahl für eine 64-Bit-Block-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008119
8120#: lib/ext2fs/ext2_err.c:122
8121msgid "Wrong magic number for 64-bit inode bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008122msgstr "Falsche magische Zahl für eine 64-Bit-Inode-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008123
8124#: lib/ext2fs/ext2_err.c:123
8125msgid "Wrong magic number --- RESERVED_13"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008126msgstr "Falsche magische Zahl --- RESERVED_13"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008127
8128#: lib/ext2fs/ext2_err.c:124
8129msgid "Wrong magic number --- RESERVED_14"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008130msgstr "Falsche magische Zahl --- RESERVED_14"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008131
8132#: lib/ext2fs/ext2_err.c:125
8133msgid "Wrong magic number --- RESERVED_15"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008134msgstr "Falsche magische Zahl --- RESERVED_15"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008135
8136#: lib/ext2fs/ext2_err.c:126
8137msgid "Wrong magic number --- RESERVED_16"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008138msgstr "Falsche magische Zahl --- RESERVED_16"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008139
8140#: lib/ext2fs/ext2_err.c:127
8141msgid "Wrong magic number --- RESERVED_17"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008142msgstr "Falsche magische Zahl --- RESERVED_17"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008143
8144#: lib/ext2fs/ext2_err.c:128
8145msgid "Wrong magic number --- RESERVED_18"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008146msgstr "Falsche magische Zahl --- RESERVED_18"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008147
8148#: lib/ext2fs/ext2_err.c:129
8149msgid "Wrong magic number --- RESERVED_19"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008150msgstr "Falsche magische Zahl --- RESERVED_19"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008151
8152#: lib/ext2fs/ext2_err.c:130
8153msgid "Corrupt extent header"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008154msgstr "Defekter Kopf einer Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008155
8156#: lib/ext2fs/ext2_err.c:131
8157msgid "Corrupt extent index"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008158msgstr "Beschädigter Erweiterungsindex"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008159
8160#: lib/ext2fs/ext2_err.c:132
8161msgid "Corrupt extent"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008162msgstr "Beschädigte Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008163
8164#: lib/ext2fs/ext2_err.c:133
8165msgid "No free space in extent map"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008166msgstr "Es ist kein freier Platz in der Karte der Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008167
8168#: lib/ext2fs/ext2_err.c:134
8169msgid "Inode does not use extents"
Philipp Thomasab02a742014-07-09 23:13:30 -04008170msgstr "Der Inode verwendet keine Erweiterungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008171
8172#: lib/ext2fs/ext2_err.c:135
8173msgid "No 'next' extent"
8174msgstr "Keine „nächste“ Erweiterung"
8175
8176#: lib/ext2fs/ext2_err.c:136
8177msgid "No 'previous' extent"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008178msgstr "Keine „vorherige“ Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008179
8180#: lib/ext2fs/ext2_err.c:137
8181msgid "No 'up' extent"
Philipp Thomasab02a742014-07-09 23:13:30 -04008182msgstr "Keine „obere“ Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008183
8184#: lib/ext2fs/ext2_err.c:138
8185msgid "No 'down' extent"
Philipp Thomasab02a742014-07-09 23:13:30 -04008186msgstr "Keine „untere“ Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008187
8188#: lib/ext2fs/ext2_err.c:139
8189msgid "No current node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008190msgstr "Kein aktueller Knoten"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008191
8192#: lib/ext2fs/ext2_err.c:140
8193msgid "Ext2fs operation not supported"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008194msgstr "Diese Ext2fs-Operation wird nicht unterstẗzt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008195
8196#: lib/ext2fs/ext2_err.c:141
8197msgid "No room to insert extent in node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008198msgstr "Es gibt keinen Platz, um die Erweiterung in den Knoten einzufügen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008199
8200#: lib/ext2fs/ext2_err.c:142
8201msgid "Splitting would result in empty node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008202msgstr "Die Aufteilung würde zu einem leeren Knoten führen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008203
8204#: lib/ext2fs/ext2_err.c:143
8205msgid "Extent not found"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008206msgstr "Die Erweiterung wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008207
8208#: lib/ext2fs/ext2_err.c:144
8209msgid "Operation not supported for inodes containing extents"
Philipp Thomasab02a742014-07-09 23:13:30 -04008210msgstr "Die Operation wird für Inodes mit Erweiterungen nicht unterstüẗzt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008211
8212#: lib/ext2fs/ext2_err.c:145
8213msgid "Extent length is invalid"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008214msgstr "Die Länge der Erweiterung in ungültig"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008215
8216#: lib/ext2fs/ext2_err.c:146
8217msgid "I/O Channel does not support 64-bit block numbers"
Philipp Thomasab02a742014-07-09 23:13:30 -04008218msgstr "Der EA-Kanal unterstützt keine 64-Bit-Blocknummern"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008219
8220#: lib/ext2fs/ext2_err.c:147
8221msgid "Can't check if filesystem is mounted due to missing mtab file"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008222msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008223"Wegen des Fehlens von /etc/mtab kann nicht geprüft werden, ob das "
8224"Dateisystem\n"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008225"eingehängt ist"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008226
8227#: lib/ext2fs/ext2_err.c:148
8228msgid "Filesystem too large to use legacy bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04008229msgstr "Das Dateisystem ist zu groß, um die veralteten Bitmaps zu verwenden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008230
8231#: lib/ext2fs/ext2_err.c:149
8232msgid "MMP: invalid magic number"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008233msgstr "MMP: fehlende magische Zahl"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008234
8235#: lib/ext2fs/ext2_err.c:150
8236msgid "MMP: device currently active"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008237msgstr "MMP: das Gerät ist derzeit aktiv"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008238
8239#: lib/ext2fs/ext2_err.c:151
8240msgid "MMP: fsck being run"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008241msgstr "MMP: fsck läuft derzeit"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008242
8243#: lib/ext2fs/ext2_err.c:152
8244msgid "MMP: block number beyond filesystem range"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008245msgstr "MMP: die Blocknummer ist jenseits der Dateisystemgrenzen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008246
8247#: lib/ext2fs/ext2_err.c:153
8248msgid "MMP: undergoing an unknown operation"
Philipp Thomasab02a742014-07-09 23:13:30 -04008249msgstr "MMP: eine unbekannte Operation wird durchgeführt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008250
8251#: lib/ext2fs/ext2_err.c:154
8252msgid "MMP: filesystem still in use"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008253msgstr "MMP: das Dateisystem wird immer noch verwendet"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008254
8255#: lib/ext2fs/ext2_err.c:155
8256msgid "MMP: open with O_DIRECT failed"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008257msgstr "MMP: öffnen mit O_DIRECT ist gescheitert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008258
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008259#: lib/ext2fs/ext2_err.c:156
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008260msgid "Block group descriptor size incorrect"
Philipp Thomasab02a742014-07-09 23:13:30 -04008261msgstr "Die Größe des „Blockgruppen-Deskriptors“ ist unzulässig"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008262
8263#: lib/ext2fs/ext2_err.c:157
8264msgid "Inode checksum does not match inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04008265msgstr "Die Prüfsumme des Inodes passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008266
8267#: lib/ext2fs/ext2_err.c:158
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008268msgid "Inode bitmap checksum does not match bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008269msgstr "Die Prüfsumme der Inode-Bitmap passt nicht zur Bitmap"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008270
8271#: lib/ext2fs/ext2_err.c:159
8272msgid "Extent block checksum does not match extent block"
Philipp Thomasab02a742014-07-09 23:13:30 -04008273msgstr "Die Prüfsumme des Erweiterungsblocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008274
8275#: lib/ext2fs/ext2_err.c:160
8276msgid "Directory block does not have space for checksum"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008277msgstr "Der Verzeichnisblock hat keinen Platz für eine Prüfsumme"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008278
8279#: lib/ext2fs/ext2_err.c:161
8280msgid "Directory block checksum does not match directory block"
Philipp Thomasab02a742014-07-09 23:13:30 -04008281msgstr "Die Prüfsumme des Verzeichnisblocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008282
8283#: lib/ext2fs/ext2_err.c:162
8284msgid "Extended attribute block checksum does not match block"
Philipp Thomasab02a742014-07-09 23:13:30 -04008285msgstr "Die Prüfsumme des Blocks für erweiterte Attribute passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008286
8287#: lib/ext2fs/ext2_err.c:163
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008288msgid "Superblock checksum does not match superblock"
Philipp Thomasab02a742014-07-09 23:13:30 -04008289msgstr "Die Prüfsumme des Superblocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008290
8291#: lib/ext2fs/ext2_err.c:164
8292msgid "Unknown checksum algorithm"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008293msgstr "Unbekannter Prüfsummenalgorithmus"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008294
8295#: lib/ext2fs/ext2_err.c:165
8296msgid "MMP block checksum does not match MMP block"
Philipp Thomasab02a742014-07-09 23:13:30 -04008297msgstr "Die Prüfsumme des MMP-Blocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008298
8299#: lib/ext2fs/ext2_err.c:166
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008300msgid "Ext2 file already exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008301msgstr "Die Ext2-Datei existiert bereits"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008302
Theodore Ts'o4e528702016-09-04 21:31:21 -04008303#: lib/ext2fs/ext2_err.c:167
8304#, fuzzy
8305msgid "Block bitmap checksum does not match bitmap"
8306msgstr "Die Prüfsumme der Inode-Bitmap passt nicht zur Bitmap"
8307
8308#: lib/ext2fs/ext2_err.c:168
8309msgid "Cannot iterate data blocks of an inode containing inline data"
8310msgstr ""
8311
8312#: lib/ext2fs/ext2_err.c:169
8313msgid "Extended attribute has an invalid name length"
8314msgstr ""
8315
8316#: lib/ext2fs/ext2_err.c:170
8317msgid "Extended attribute has an invalid value length"
8318msgstr ""
8319
8320#: lib/ext2fs/ext2_err.c:171
8321#, fuzzy
8322msgid "Extended attribute has an incorrect hash"
8323msgstr "Die Prüfsumme des Blocks für erweiterte Attribute passt nicht dazu"
8324
8325#: lib/ext2fs/ext2_err.c:172
8326#, fuzzy
8327msgid "Extended attribute block has a bad header"
8328msgstr "Die Nummer des Blocks für erweiterte Attribute ist unzulässig"
8329
8330#: lib/ext2fs/ext2_err.c:173
8331#, fuzzy
8332msgid "Extended attribute key not found"
8333msgstr "aerweiterte Attribute"
8334
8335#: lib/ext2fs/ext2_err.c:174
8336msgid "Insufficient space to store extended attribute data"
8337msgstr ""
8338
8339#: lib/ext2fs/ext2_err.c:175
8340msgid "Filesystem is missing ext_attr or inline_data feature"
8341msgstr ""
8342
8343#: lib/ext2fs/ext2_err.c:176
8344#, fuzzy
8345msgid "Inode doesn't have inline data"
8346msgstr "Der Inode verwendet keine Erweiterungen"
8347
8348#: lib/ext2fs/ext2_err.c:177
8349msgid "No block for an inode with inline data"
8350msgstr ""
8351
8352#: lib/ext2fs/ext2_err.c:178
8353#, fuzzy
8354msgid "No free space in inline data"
8355msgstr "Es ist kein freier Platz in der Karte der Erweiterung"
8356
8357#: lib/ext2fs/ext2_err.c:179
8358#, fuzzy
8359msgid "Wrong magic number for extended attribute structure"
8360msgstr "Falsche magische Zahl für eine Ext2-Datei-Struktur"
8361
8362#: lib/ext2fs/ext2_err.c:180
8363msgid "Inode seems to contain garbage"
8364msgstr ""
8365
8366#: lib/ext2fs/ext2_err.c:181
8367msgid "Extended attribute has an invalid value offset"
8368msgstr ""
8369
8370#: lib/ext2fs/ext2_err.c:182
8371msgid "Journal flags inconsistent"
8372msgstr ""
8373
8374#: lib/ext2fs/ext2_err.c:183
8375#, fuzzy
8376msgid "Undo file corrupt"
8377msgstr "Der Größenänderungs-Inode ist defekt"
8378
8379#: lib/ext2fs/ext2_err.c:184
8380#, fuzzy
8381msgid "Wrong undo file for this filesystem"
8382msgstr "Die Erlaubnis zum Ändern der Dateisystemgröße wurde verweigert."
8383
8384#: lib/ext2fs/ext2_err.c:185
8385#, fuzzy
8386msgid "File system is corrupted"
8387msgstr "Der Größenänderungs-Inode ist defekt"
8388
8389#: lib/ext2fs/ext2_err.c:186
8390msgid "Bad CRC detected in file system"
8391msgstr ""
8392
8393#: lib/ext2fs/ext2_err.c:187
8394#, fuzzy
8395msgid "The journal superblock is corrupt"
8396msgstr "Der Ext2-Superblock ist defekt"
8397
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008398#: lib/ext2fs/ext2_err.c:188
8399#, fuzzy
8400msgid "Inode is corrupted"
8401msgstr "Der Größenänderungs-Inode ist defekt"
8402
Theodore Ts'o4e528702016-09-04 21:31:21 -04008403#: lib/support/prof_err.c:11
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008404msgid "Profile version 0.0"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008405msgstr "Profilversion 0.0"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008406
Theodore Ts'o4e528702016-09-04 21:31:21 -04008407#: lib/support/prof_err.c:12
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008408msgid "Bad magic value in profile_node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008409msgstr "Ungültige magische Zahl im profile_node"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008410
Theodore Ts'o4e528702016-09-04 21:31:21 -04008411#: lib/support/prof_err.c:13
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008412msgid "Profile section not found"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008413msgstr "die Profilsektion wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008414
Theodore Ts'o4e528702016-09-04 21:31:21 -04008415#: lib/support/prof_err.c:14
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008416msgid "Profile relation not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008417msgstr "Zusammenhang des Profils wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008418
Theodore Ts'o4e528702016-09-04 21:31:21 -04008419#: lib/support/prof_err.c:15
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008420msgid "Attempt to add a relation to node which is not a section"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008421msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04008422"Dies ist ein Versuch, einen Bezug zu einem Knoten hinzuzufügen, der keine\n"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008423"Sektion ist"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008424
Theodore Ts'o4e528702016-09-04 21:31:21 -04008425#: lib/support/prof_err.c:16
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008426msgid "A profile section header has a non-zero value"
Philipp Thomasab02a742014-07-09 23:13:30 -04008427msgstr "Der Header der Profilsektion hat einen von Null verschiedenen Wert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008428
Theodore Ts'o4e528702016-09-04 21:31:21 -04008429#: lib/support/prof_err.c:17
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008430msgid "Bad linked list in profile structures"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008431msgstr "Ungültige verkettete Liste in den Profilstrukturen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008432
Theodore Ts'o4e528702016-09-04 21:31:21 -04008433#: lib/support/prof_err.c:18
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008434msgid "Bad group level in profile structures"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008435msgstr "Ungültige Gruppenebene in den Profilstrukturen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008436
Theodore Ts'o4e528702016-09-04 21:31:21 -04008437#: lib/support/prof_err.c:19
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008438msgid "Bad parent pointer in profile structures"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008439msgstr "Ungültiger Zeiger auf die Eltern in den Profilstrukturen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008440
Theodore Ts'o4e528702016-09-04 21:31:21 -04008441#: lib/support/prof_err.c:20
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008442msgid "Bad magic value in profile iterator"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008443msgstr "Ungültige magische Zahl im Profiliterator"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008444
Theodore Ts'o4e528702016-09-04 21:31:21 -04008445#: lib/support/prof_err.c:21
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008446msgid "Can't set value on section node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008447msgstr "In dem Sektionsknoten kann der Wert nicht gesetzt werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008448
Theodore Ts'o4e528702016-09-04 21:31:21 -04008449#: lib/support/prof_err.c:22
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008450msgid "Invalid argument passed to profile library"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008451msgstr "Es wurde ein unzulässiges Argument an die Profilbibliothek übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008452
Theodore Ts'o4e528702016-09-04 21:31:21 -04008453#: lib/support/prof_err.c:23
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008454msgid "Attempt to modify read-only profile"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008455msgstr "Es wird versucht, ein nur lesbares Profil zu ändern"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008456
Theodore Ts'o4e528702016-09-04 21:31:21 -04008457#: lib/support/prof_err.c:24
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008458msgid "Profile section header not at top level"
Philipp Thomasab02a742014-07-09 23:13:30 -04008459msgstr "Der Header der Profilsektion ist nicht auf der obersten Ebene"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008460
Theodore Ts'o4e528702016-09-04 21:31:21 -04008461#: lib/support/prof_err.c:25
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008462msgid "Syntax error in profile section header"
Philipp Thomasab02a742014-07-09 23:13:30 -04008463msgstr "Syntaxfehler im Header der Profilsektion"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008464
Theodore Ts'o4e528702016-09-04 21:31:21 -04008465#: lib/support/prof_err.c:26
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008466msgid "Syntax error in profile relation"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008467msgstr "Syntaxfehler in den Profilbeziehungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008468
Theodore Ts'o4e528702016-09-04 21:31:21 -04008469#: lib/support/prof_err.c:27
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008470msgid "Extra closing brace in profile"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008471msgstr "Überzählige schließende Klammer im Profil"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008472
Theodore Ts'o4e528702016-09-04 21:31:21 -04008473#: lib/support/prof_err.c:28
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008474msgid "Missing open brace in profile"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008475msgstr "Fehlende öffnende Klammer im Profil"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008476
Theodore Ts'o4e528702016-09-04 21:31:21 -04008477#: lib/support/prof_err.c:29
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008478msgid "Bad magic value in profile_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008479msgstr "Ungültige magische Zahl im profile_t"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008480
Theodore Ts'o4e528702016-09-04 21:31:21 -04008481#: lib/support/prof_err.c:30
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008482msgid "Bad magic value in profile_section_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008483msgstr "Unbekannte magische Zahl im section_t des Profils"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008484
Theodore Ts'o4e528702016-09-04 21:31:21 -04008485#: lib/support/prof_err.c:31
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008486msgid "Iteration through all top level section not supported"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008487msgstr "Iteration durch alle Toplevel-Sektionen wird nicht unterstützt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008488
Theodore Ts'o4e528702016-09-04 21:31:21 -04008489#: lib/support/prof_err.c:32
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008490msgid "Invalid profile_section object"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008491msgstr "Ungültiges profile_section-Objekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008492
Theodore Ts'o4e528702016-09-04 21:31:21 -04008493#: lib/support/prof_err.c:33
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008494msgid "No more sections"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008495msgstr "Keine weiteren Sektionen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008496
Theodore Ts'o4e528702016-09-04 21:31:21 -04008497#: lib/support/prof_err.c:34
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008498msgid "Bad nameset passed to query routine"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008499msgstr "Ungültige Namen an die Abfrageroutine übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008500
Theodore Ts'o4e528702016-09-04 21:31:21 -04008501#: lib/support/prof_err.c:35
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008502msgid "No profile file open"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008503msgstr "Es ist keine Profildatei offen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008504
Theodore Ts'o4e528702016-09-04 21:31:21 -04008505#: lib/support/prof_err.c:36
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008506msgid "Bad magic value in profile_file_t"
Philipp Thomasab02a742014-07-09 23:13:30 -04008507msgstr "Ungültige magische Zahl im profile_file_t"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008508
Theodore Ts'o4e528702016-09-04 21:31:21 -04008509#: lib/support/prof_err.c:37
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008510msgid "Couldn't open profile file"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05008511msgstr "Die Profildatei konnte nicht geöffnet werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008512
Theodore Ts'o4e528702016-09-04 21:31:21 -04008513#: lib/support/prof_err.c:38
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008514msgid "Section already exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008515msgstr "Die Sektion existiert bereits"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008516
Theodore Ts'o4e528702016-09-04 21:31:21 -04008517#: lib/support/prof_err.c:39
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008518msgid "Invalid boolean value"
Philipp Thomasab02a742014-07-09 23:13:30 -04008519msgstr "Ungültiger boolescher Wert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008520
Theodore Ts'o4e528702016-09-04 21:31:21 -04008521#: lib/support/prof_err.c:40
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008522msgid "Invalid integer value"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008523msgstr "Ungültiger ganzzahliger Wert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008524
Theodore Ts'o4e528702016-09-04 21:31:21 -04008525#: lib/support/prof_err.c:41
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008526msgid "Bad magic value in profile_file_data_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008527msgstr "Ungültige magische Zahl im profile_file_data_t"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008528
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008529#: lib/support/plausible.c:118
Theodore Ts'o4e528702016-09-04 21:31:21 -04008530#, c-format
8531msgid "\tlast mounted on %s on %s"
8532msgstr "\tzuletzt auf %s auf %s eingehängt"
8533
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008534#: lib/support/plausible.c:121
Theodore Ts'o4e528702016-09-04 21:31:21 -04008535#, c-format
8536msgid "\tlast mounted on %s"
8537msgstr "\tzuletzt auf %s eingehängt"
8538
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008539#: lib/support/plausible.c:124
Theodore Ts'o4e528702016-09-04 21:31:21 -04008540#, c-format
8541msgid "\tcreated on %s"
8542msgstr "\tauf %s erzeugt"
8543
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008544#: lib/support/plausible.c:127
Theodore Ts'o4e528702016-09-04 21:31:21 -04008545#, c-format
8546msgid "\tlast modified on %s"
8547msgstr "\tzuletzt geändert %s"
8548
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008549#: lib/support/plausible.c:161
Theodore Ts'o4e528702016-09-04 21:31:21 -04008550#, c-format
8551msgid "Found a %s partition table in %s\n"
8552msgstr "In %2$s wurde eine %1$s-Partitionstabelle gefunden\n"
8553
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008554#: lib/support/plausible.c:191
Theodore Ts'o4e528702016-09-04 21:31:21 -04008555#, c-format
8556msgid "The file %s does not exist and no size was specified.\n"
8557msgstr "Die Datei %s existiert nicht und es wurde keine Größe angegeben.\n"
8558
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008559#: lib/support/plausible.c:199
Theodore Ts'o4e528702016-09-04 21:31:21 -04008560#, c-format
8561msgid "Creating regular file %s\n"
8562msgstr "Die reguläre Datei %s wird angelegt\n"
8563
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008564#: lib/support/plausible.c:202
Theodore Ts'o4e528702016-09-04 21:31:21 -04008565#, c-format
8566msgid "Could not open %s: %s\n"
8567msgstr "%s kann nicht geöffnet werden: %s\n"
8568
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008569#: lib/support/plausible.c:205
Theodore Ts'o4e528702016-09-04 21:31:21 -04008570msgid ""
8571"\n"
8572"The device apparently does not exist; did you specify it correctly?\n"
8573msgstr ""
8574"\n"
8575"Das Gerät existiert offensichtlich nicht; haben Sie es korrekt angegeben?\n"
8576
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008577#: lib/support/plausible.c:227
Theodore Ts'o4e528702016-09-04 21:31:21 -04008578#, c-format
8579msgid "%s is not a block special device.\n"
8580msgstr "%s ist kein spezielles Blockgerät.\n"
8581
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008582#: lib/support/plausible.c:249
Theodore Ts'o4e528702016-09-04 21:31:21 -04008583#, c-format
8584msgid "%s contains a %s file system labelled '%s'\n"
8585msgstr "%s hat ein %s-Dateisystem mit Namen „%s“\n"
8586
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008587#: lib/support/plausible.c:252
Theodore Ts'o4e528702016-09-04 21:31:21 -04008588#, c-format
8589msgid "%s contains a %s file system\n"
8590msgstr "%s hat ein %s-Dateisystem\n"
8591
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008592#: lib/support/plausible.c:276
Theodore Ts'o4e528702016-09-04 21:31:21 -04008593#, fuzzy, c-format
8594msgid "%s contains `%s' data\n"
8595msgstr "%s hat ein %s-Dateisystem\n"
8596
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008597#~ msgid "Please run e2fsck on the filesystem.\n"
8598#~ msgstr "Bitte lassen Sie e2fsck dieses Dateisystem überprüfen.\n"
8599
Theodore Ts'o4e528702016-09-04 21:31:21 -04008600#~ msgid "@i %i has @cion flag set on @f without @cion support. "
8601#~ msgstr ""
8602#~ "Inode %i hat den Kompressions-Bitschalter auf einem Dateisystem gesetzt,\n"
8603#~ "welches dies nicht unterstützt. "
8604
8605#~ msgid "@A @a @b %b. "
8606#~ msgstr "Fehler beim Zuweisen des Blocks für erweiterte Attribute %b. "
8607
8608#~ msgid "%s: warning: compression support is experimental.\n"
8609#~ msgstr "%s: Warnung: Die Kompressionsunterstützung ist experimentell.\n"
8610
8611#~ msgid ""
8612#~ "%s: e2fsck not compiled with HTREE support,\n"
8613#~ "\tbut filesystem %s has HTREE directories.\n"
8614#~ msgstr ""
8615#~ "%s: e2fsck wurde ohne Unterstützung für HTREE kompiliert,\n"
8616#~ "\taber das Dateisystem %s besitzt HTREE-Verzeichnisse.\n"
8617
8618#~ msgid "while allocating zeroizing buffer"
8619#~ msgstr "beim Reservieren eines Puffers zum Nullen"
8620
8621#~ msgid ", unused inodes %u\n"
8622#~ msgstr ", ungenutzte Inodes %u\n"
8623
8624#~ msgid "Failed to read the file system data \n"
8625#~ msgstr "Die Dateisystemdaten konnten nicht gelesen werden \n"
8626
8627#~ msgid "Failed tdb_fetch %s\n"
8628#~ msgstr "tdb_fetch von %s ist fehlgeschlagen\n"
8629
8630#~ msgid "The file system UUID didn't match \n"
8631#~ msgstr "Die UUID des Dateisystems stimmte nicht überein \n"
8632
8633#~ msgid "Failed tdb_open %s\n"
8634#~ msgstr "tdb_open von %s ist fehlgeschlagen\n"
8635
8636#~ msgid "Failed to open %s\n"
8637#~ msgstr "%s konnte nicht geöffnet werden\n"
8638
8639#~ msgid "Replayed transaction of size %zd at location %llu\n"
8640#~ msgstr "Zurückgespielte Transaktion der Größe %zd an Position %llu\n"
8641
8642#~ msgid "Failed write %s\n"
8643#~ msgstr "Schreiben von %s ist fehlgeschlagen\n"
8644
8645#~ msgid "Invalid quotatype parameter: %s\n"
8646#~ msgstr "Ungültiger Quotatyp-Parameter: %s\n"
8647
8648#~ msgid "Couldn't allocate memory to parse quota options!\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008649#~ msgstr ""
8650#~ "Speicher zum Einlesen der Quota-Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008651
8652#~ msgid "Couldn't allocate memory for tdb filename\n"
8653#~ msgstr "Es kann kein Speicher für den Tdb-Dateinamen reserviert werden\n"
8654
8655#~ msgid ""
8656#~ "To undo the tune2fs operation please run the command\n"
8657#~ " e2undo %s %s\n"
8658#~ "\n"
8659#~ msgstr ""
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008660#~ "Um die durch Tune2fs gemachten Änderungen rückgängig zu machen, starten "
8661#~ "Sie\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008662#~ "bitte\n"
8663#~ " e2undo %s %s\n"
8664#~ "\n"
8665
8666#~ msgid "%s is entire device, not just one partition!\n"
8667#~ msgstr "%s ist das ganze Gerät und nicht nur eine einzelne Partition!\n"
8668
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008669#~ msgid "Clearing extent flag not supported on %s"
8670#~ msgstr ""
8671#~ "Das Zurücksetzen des Kennzeichens für „Erweiterung“ wird auf %s\n"
8672#~ "\tnicht unterstützt"
8673
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008674#~ msgid ""
8675#~ "%s: The combination of flex_bg and\n"
8676#~ "\t!resize_inode features is not supported by resize2fs.\n"
8677#~ msgstr ""
8678#~ "%s: Die Kombination der Eigenschaften flex_bg und\n"
8679#~ "t!resize_inode wird von resize2fs nicht unterestützt.\n"
8680
Philipp Thomasedc733d2012-04-22 15:38:42 -04008681#~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008682#~ msgstr ""
8683#~ " in @i %i sollte EOFBLOCKS_FL nicht gesetzt sein (Größe %Is, lblk %r)\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04008684
8685#~ msgid "Couldn't determine journal size"
8686#~ msgstr "Konnte die Größe des Dateisystems nicht ermitteln"
8687
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008688#~ msgid "#\t\t %llu -> %llu (%llu)\n"
8689#~ msgstr "#\t\t %llu -> %llu (%llu)\n"
8690
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008691#~ msgid "short write (only %d bytes) for writing image header"
8692#~ msgstr "short write (only %d bytes) for writing image header"
8693
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008694#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
8695#~ msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
8696
8697#~ msgid "Calling BLKDISCARD from %llu to %llu "
8698#~ msgstr "Der Aufruf von BLKDISCARD für den Bereich von %llu bis %llu war "
8699
8700#~ msgid "succeeded.\n"
8701#~ msgstr "erfolgreich.\n"