blob: 8f45d66b5e9cc08f65256a5cd1a3143bc91b02dc [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 Thomas2583ebc2017-10-16 00:42:40 -040073"Project-Id-Version: e2fsprogs-1.43.5\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050074"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o146649c2018-02-08 23:39:22 -050075"POT-Creation-Date: 2018-02-08 00:11-0500\n"
Philipp Thomasbaf36c92017-12-03 19:41:42 -050076"PO-Revision-Date: 2017-11-06 10:06+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'o89128f82018-01-01 19:36:37 -050099#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1536
100#: e2fsck/unix.c:1629 misc/badblocks.c:1251 misc/badblocks.c:1259
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400101#: misc/badblocks.c:1273 misc/badblocks.c:1285 misc/dumpe2fs.c:593
Theodore Ts'o89128f82018-01-01 19:36:37 -0500102#: misc/e2image.c:1401 misc/e2image.c:1585 misc/e2image.c:1606
103#: misc/mke2fs.c:230 misc/tune2fs.c:2723 misc/tune2fs.c:2817 resize/main.c:414
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'o89128f82018-01-01 19:36:37 -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'o89128f82018-01-01 19:36:37 -0500203#: e2fsck/iscan.c:81 e2fsck/unix.c:1062
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'o89128f82018-01-01 19:36:37 -0500208#: e2fsck/iscan.c:86 e2fsck/unix.c:1068 resize/main.c:383
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'o89128f82018-01-01 19:36:37 -0500218#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1294
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'o89128f82018-01-01 19:36:37 -0500222#: e2fsck/iscan.c:127 misc/e2image.c:1313
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'o9d6f54b2017-08-04 01:30:54 -0400231#: e2fsck/journal.c:594
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'o9d6f54b2017-08-04 01:30:54 -0400235#: e2fsck/journal.c:667
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'o9d6f54b2017-08-04 01:30:54 -0400240#: e2fsck/journal.c:676
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'o9d6f54b2017-08-04 01:30:54 -0400245#: e2fsck/journal.c:969 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'o9d6f54b2017-08-04 01:30:54 -0400250#: e2fsck/journal.c:971
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'o9d6f54b2017-08-04 01:30:54 -0400255#: e2fsck/journal.c:998
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400260#: e2fsck/message.c:116
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400264#: e2fsck/message.c:117
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400268#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500269msgid "bblock"
270msgstr "bBlock"
271
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400272#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500273msgid "Bbitmap"
274msgstr "BBitmap"
275
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400276#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500277msgid "ccompress"
278msgstr "ckomprimieren"
279
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400280#: e2fsck/message.c:121
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400284#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500285msgid "ddirectory"
286msgstr "dVerzeichnis"
287
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400288#: e2fsck/message.c:123
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400289msgid "Ddeleted"
290msgstr "Dgelöscht"
291
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400292#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500293msgid "eentry"
294msgstr "eEintrag"
295
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400296#: e2fsck/message.c:125
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'o9d6f54b2017-08-04 01:30:54 -0400300#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500301msgid "ffilesystem"
302msgstr "fDateisystem"
303
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400304#: e2fsck/message.c:127
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'o9d6f54b2017-08-04 01:30:54 -0400308#: e2fsck/message.c:128
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500309msgid "ggroup"
310msgstr "gGruppe"
311
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400312#: e2fsck/message.c:129
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'o9d6f54b2017-08-04 01:30:54 -0400316#: e2fsck/message.c:130
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400317msgid "iinode"
318msgstr "iInode"
319
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400320#: e2fsck/message.c:131
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400321msgid "Iillegal"
322msgstr "Iillegal(er)"
323
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400324#: e2fsck/message.c:132
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400325msgid "jjournal"
326msgstr "jJournal"
327
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400328#: e2fsck/message.c:133
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500329msgid "llost+found"
330msgstr "llost+found"
331
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400332#: e2fsck/message.c:134
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400336#: e2fsck/message.c:135
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400340#: e2fsck/message.c:136
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400344#: e2fsck/message.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500345msgid "oorphaned"
346msgstr "overwaist"
347
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400348#: e2fsck/message.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500349msgid "pproblem in"
350msgstr "pProblem in"
351
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400352#: e2fsck/message.c:139
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400353msgid "qquota"
354msgstr "qQuota"
355
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400356#: e2fsck/message.c:140
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500357msgid "rroot @i"
358msgstr "rRoot @i"
359
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400360#: e2fsck/message.c:141
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500361msgid "sshould be"
362msgstr "ssollte sein"
363
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400364#: e2fsck/message.c:142
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500365msgid "Ssuper@b"
366msgstr "SSuper@b"
367
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400368#: e2fsck/message.c:143
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400372#: e2fsck/message.c:144
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400376#: e2fsck/message.c:145
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400380#: e2fsck/message.c:146
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400384#: e2fsck/message.c:157
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400388#: e2fsck/message.c:158
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400392#: e2fsck/message.c:160
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400396#: e2fsck/message.c:161
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400400#: e2fsck/message.c:162
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400404#: e2fsck/message.c:163
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400405msgid "<The undelete directory inode>"
406msgstr "<Der „undelete directory“-Inode>"
407
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400408#: e2fsck/message.c:164
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400409msgid "<The group descriptor inode>"
410msgstr "<Des „group descriptor“-Inode>"
411
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400412#: e2fsck/message.c:165
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
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400416#: e2fsck/message.c:166
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500417msgid "<Reserved inode 9>"
418msgstr "<Der reservierte Inode 9>"
419
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400420#: e2fsck/message.c:167
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500421msgid "<Reserved inode 10>"
422msgstr "<Der reservierte Inode 10>"
423
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400424#: e2fsck/message.c:336
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'o9d6f54b2017-08-04 01:30:54 -0400428#: e2fsck/message.c:338
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'o9d6f54b2017-08-04 01:30:54 -0400432#: e2fsck/message.c:340
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'o9d6f54b2017-08-04 01:30:54 -0400436#: e2fsck/message.c:342
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'o9d6f54b2017-08-04 01:30:54 -0400440#: e2fsck/message.c:344
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'o9d6f54b2017-08-04 01:30:54 -0400444#: e2fsck/message.c:346
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'o9d6f54b2017-08-04 01:30:54 -0400448#: e2fsck/message.c:348 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'o9d6f54b2017-08-04 01:30:54 -0400452#: e2fsck/message.c:350
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'o9d6f54b2017-08-04 01:30:54 -0400457#: e2fsck/message.c:425
Philipp Thomas77c871a2010-04-19 16:59:02 -0400458msgid "indirect block"
459msgstr "indirekte Blöcke"
460
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400461#: e2fsck/message.c:427
Philipp Thomas77c871a2010-04-19 16:59:02 -0400462msgid "double indirect block"
463msgstr "doppelt indirekte Blöcke"
464
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400465#: e2fsck/message.c:429
Philipp Thomas77c871a2010-04-19 16:59:02 -0400466msgid "triple indirect block"
467msgstr "dreifach indirekte Blöcke"
468
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400469#: e2fsck/message.c:431
Philipp Thomas77c871a2010-04-19 16:59:02 -0400470msgid "translator block"
471msgstr "Übersetzerblock"
472
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400473#: e2fsck/message.c:433
Philipp Thomas77c871a2010-04-19 16:59:02 -0400474msgid "block #"
475msgstr "Block Nr."
476
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400477#: e2fsck/message.c:509
478msgid "user"
Philipp Thomas2583ebc2017-10-16 00:42:40 -0400479msgstr "Benutzer"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400480
Theodore Ts'o89128f82018-01-01 19:36:37 -0500481#: e2fsck/message.c:512
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400482msgid "group"
Philipp Thomas2583ebc2017-10-16 00:42:40 -0400483msgstr "Gruppe"
Theodore Ts'o21725192017-08-23 19:46:04 -0400484
Theodore Ts'o89128f82018-01-01 19:36:37 -0500485#: e2fsck/message.c:515
486msgid "project"
487msgstr ""
488
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400489#: e2fsck/message.c:518
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400490msgid "unknown quota type"
Philipp Thomas2583ebc2017-10-16 00:42:40 -0400491msgstr "unbekannter Typ Quota"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400492
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400493#: e2fsck/pass1b.c:222
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500494msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500495msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500496
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400497#: e2fsck/pass1b.c:647 e2fsck/pass1b.c:795
Philipp Thomas68801282008-07-17 11:47:00 -0400498#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400499msgid "internal error: can't find dup_blk for %llu\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500500msgstr "interner Fehler: dup_blk für %llu wurde nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500501
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400502#: e2fsck/pass1b.c:905
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500503msgid "returned from clone_file_block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400504msgstr "zurückgegeben von clone_file_block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500505
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400506#: e2fsck/pass1b.c:929
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400507#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400508msgid "internal error: couldn't lookup EA block record for %llu"
Philipp Thomasab02a742014-07-09 23:13:30 -0400509msgstr "interner Fehler: EA-Blockliste für %llu wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400510
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400511#: e2fsck/pass1b.c:941
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400512#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400513msgid "internal error: couldn't lookup EA inode record for %u"
Philipp Thomasab02a742014-07-09 23:13:30 -0400514msgstr "Interner Fehler: EA-Inodeliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400515
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500516#: e2fsck/pass1.c:666 e2fsck/pass2.c:972
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400517msgid "reading directory block"
Philipp Thomasab02a742014-07-09 23:13:30 -0400518msgstr "Verzeichnisblock wird gelesen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400519
Theodore Ts'o89128f82018-01-01 19:36:37 -0500520#: e2fsck/pass1.c:1115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500521msgid "in-use inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400522msgstr "„in-use inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500523
Theodore Ts'o89128f82018-01-01 19:36:37 -0500524#: e2fsck/pass1.c:1126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500525msgid "directory inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400526msgstr "„directory inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500527
Theodore Ts'o89128f82018-01-01 19:36:37 -0500528#: e2fsck/pass1.c:1136
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500529msgid "regular file inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400530msgstr "„regular file inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500531
Theodore Ts'o89128f82018-01-01 19:36:37 -0500532#: e2fsck/pass1.c:1145 misc/e2image.c:1269
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500533msgid "in-use block map"
Philipp Thomasfc5d7892017-01-31 17:34:55 -0500534msgstr "Liste der Blöcke, die verwehndet werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500535
Theodore Ts'o89128f82018-01-01 19:36:37 -0500536#: e2fsck/pass1.c:1154
Theodore Ts'o4e528702016-09-04 21:31:21 -0400537msgid "metadata block map"
Philipp Thomasfc5d7892017-01-31 17:34:55 -0500538msgstr "Liste der Metadaten-Blöcke"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400539
Theodore Ts'o89128f82018-01-01 19:36:37 -0500540#: e2fsck/pass1.c:1216
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400541msgid "opening inode scan"
Philipp Thomasab02a742014-07-09 23:13:30 -0400542msgstr "Inode-Scan wird gestartet"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500543
Theodore Ts'o89128f82018-01-01 19:36:37 -0500544#: e2fsck/pass1.c:1254
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400545msgid "getting next inode from scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400546msgstr "beim Lesen des nächsten Inodes"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400547
Theodore Ts'o89128f82018-01-01 19:36:37 -0500548#: e2fsck/pass1.c:1944
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500549msgid "Pass 1"
550msgstr "Durchgang 1"
551
Theodore Ts'o89128f82018-01-01 19:36:37 -0500552#: e2fsck/pass1.c:2005
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500553#, c-format
554msgid "reading indirect blocks of inode %u"
Philipp Thomasab02a742014-07-09 23:13:30 -0400555msgstr "indirekte Blöcke von Inode %u werden gelesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500556
Theodore Ts'o89128f82018-01-01 19:36:37 -0500557#: e2fsck/pass1.c:2055
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500558msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500559msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500560
Theodore Ts'o89128f82018-01-01 19:36:37 -0500561#: e2fsck/pass1.c:2095
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500562msgid "inode in bad block map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400563msgstr "Inode in „Bad Blocks“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500564
Theodore Ts'o89128f82018-01-01 19:36:37 -0500565#: e2fsck/pass1.c:2115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500566msgid "imagic inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400567msgstr "i„magic inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500568
Theodore Ts'o89128f82018-01-01 19:36:37 -0500569#: e2fsck/pass1.c:2142
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500570msgid "multiply claimed block map"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500571msgstr "mehrfach referenzierte Blockliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500572
Theodore Ts'o89128f82018-01-01 19:36:37 -0500573#: e2fsck/pass1.c:2256
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500574msgid "ext attr block map"
575msgstr "ext attr block map"
576
Theodore Ts'o89128f82018-01-01 19:36:37 -0500577#: e2fsck/pass1.c:3427
Philipp Thomas77c871a2010-04-19 16:59:02 -0400578#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500579msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400580msgstr "%6lu(%c): erwartete %6lu erhielt phys %6lu (Blockanzahl %lld)\n"
Philipp Thomas40771272008-09-07 22:55:25 -0400581
Theodore Ts'o89128f82018-01-01 19:36:37 -0500582#: e2fsck/pass1.c:3844
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500583msgid "block bitmap"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500584msgstr "Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500585
Theodore Ts'o89128f82018-01-01 19:36:37 -0500586#: e2fsck/pass1.c:3850
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500587msgid "inode bitmap"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500588msgstr "Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500589
Theodore Ts'o89128f82018-01-01 19:36:37 -0500590#: e2fsck/pass1.c:3856
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500591msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500592msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500593
Theodore Ts'o4e528702016-09-04 21:31:21 -0400594#: e2fsck/pass2.c:287
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500595msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400596msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500597
Theodore Ts'o89128f82018-01-01 19:36:37 -0500598#: e2fsck/pass2.c:1044 e2fsck/pass2.c:1210
Philipp Thomas720e6362008-06-21 14:06:00 -0400599msgid "Can not continue."
Philipp Thomasab02a742014-07-09 23:13:30 -0400600msgstr "Das Programm kann nicht fortfahren."
Philipp Thomas720e6362008-06-21 14:06:00 -0400601
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400602#: e2fsck/pass3.c:77
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500603msgid "inode done bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400604msgstr "„inode done“-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500605
Philipp Thomasedc733d2012-04-22 15:38:42 -0400606#: e2fsck/pass3.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500607msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500608msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500609
Theodore Ts'o4e528702016-09-04 21:31:21 -0400610#: e2fsck/pass3.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500611msgid "Pass 3"
612msgstr "Durchgang 3"
613
Theodore Ts'o4e528702016-09-04 21:31:21 -0400614#: e2fsck/pass3.c:344
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500615msgid "inode loop detection bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400616msgstr "„inode loop detection“-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500617
Theodore Ts'o4e528702016-09-04 21:31:21 -0400618#: e2fsck/pass4.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500619msgid "Pass 4"
620msgstr "Durchgang 4"
621
Theodore Ts'o4e528702016-09-04 21:31:21 -0400622#: e2fsck/pass5.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500623msgid "Pass 5"
624msgstr "Durchgang 5"
625
Theodore Ts'o4e528702016-09-04 21:31:21 -0400626#: e2fsck/pass5.c:104
627msgid "check_inode_bitmap_checksum: Memory allocation error"
Philipp Thomas2583ebc2017-10-16 00:42:40 -0400628msgstr "check_inode_bitmap_checksum: Fehler beim reservieren von Hauptspeicher"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400629
630#: e2fsck/pass5.c:158
631msgid "check_block_bitmap_checksum: Memory allocation error"
Philipp Thomas2583ebc2017-10-16 00:42:40 -0400632msgstr "check_block_bitmap_checksum: Fehler beim reservieren von Hauptspeicher"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400633
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400634#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500635msgid "(no prompt)"
636msgstr "(nicht interaktiv)"
637
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400638#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500639msgid "Fix"
Philipp Thomasab02a742014-07-09 23:13:30 -0400640msgstr "Reparieren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500641
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400642#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500643msgid "Clear"
Philipp Thomasab02a742014-07-09 23:13:30 -0400644msgstr "Bereinigen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500645
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400646#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500647msgid "Relocate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400648msgstr "Zurücksetzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500649
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400650#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500651msgid "Allocate"
Philipp Thomasab02a742014-07-09 23:13:30 -0400652msgstr "Freigeben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500653
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400654#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500655msgid "Expand"
Philipp Thomasab02a742014-07-09 23:13:30 -0400656msgstr "Erweitern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500657
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400658#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500659msgid "Connect to /lost+found"
Philipp Thomasab02a742014-07-09 23:13:30 -0400660msgstr "Nach /lost+found verbinden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500661
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400662#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500663msgid "Create"
Philipp Thomasab02a742014-07-09 23:13:30 -0400664msgstr "Erstellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500665
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400666#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500667msgid "Salvage"
Philipp Thomasab02a742014-07-09 23:13:30 -0400668msgstr "Retten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500669
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400670#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500671msgid "Truncate"
Philipp Thomasab02a742014-07-09 23:13:30 -0400672msgstr "Verkürzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500673
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400674#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500675msgid "Clear inode"
Philipp Thomasab02a742014-07-09 23:13:30 -0400676msgstr "Inode bereinigen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500677
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400678#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500679msgid "Abort"
680msgstr "Abbrechen"
681
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400682#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500683msgid "Split"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500684msgstr "Aufteilen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500685
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400686#: e2fsck/problem.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500687msgid "Continue"
688msgstr "Fortsetzen"
689
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400690#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400691msgid "Clone multiply-claimed blocks"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400692msgstr "Mehrfach referenzierte Blöcke werden geklont"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500693
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400694#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500695msgid "Delete file"
Philipp Thomasab02a742014-07-09 23:13:30 -0400696msgstr "Datei löschen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500697
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400698#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500699msgid "Suppress messages"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400700msgstr "Ausgaben unterdrücken"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500701
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400702#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500703msgid "Unlink"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500704msgstr "Trennen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500705
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400706#: e2fsck/problem.c:69
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500707msgid "Clear HTree index"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400708msgstr "Der HTree-Index wird bereinigt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500709
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400710#: e2fsck/problem.c:70
Theodore Ts'obc759702005-05-09 20:40:55 -0400711msgid "Recreate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400712msgstr "Zurücksetzen"
Theodore Ts'obc759702005-05-09 20:40:55 -0400713
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400714#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500715msgid "(NONE)"
716msgstr "(NICHTS)"
717
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400718#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500719msgid "FIXED"
720msgstr "REPARIERT"
721
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400722#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500723msgid "CLEARED"
724msgstr "BEREINIGT"
725
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400726#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500727msgid "RELOCATED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400728msgstr "ZURÜCKGESETZT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500729
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400730#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500731msgid "ALLOCATED"
732msgstr "FREIGEGEBEN"
733
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400734#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500735msgid "EXPANDED"
736msgstr "ERWEITERT"
737
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400738#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500739msgid "RECONNECTED"
740msgstr "WIEDER VERBUNDEN"
741
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400742#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500743msgid "CREATED"
744msgstr "ANGELEGT"
745
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400746#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500747msgid "SALVAGED"
748msgstr "GERETTET"
749
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400750#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500751msgid "TRUNCATED"
Philipp Thomasab02a742014-07-09 23:13:30 -0400752msgstr "ABGESCHNITTEN"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500753
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400754#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500755msgid "INODE CLEARED"
756msgstr "INODE BEREINIGT"
757
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400758#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500759msgid "ABORTED"
760msgstr "ABGEBROCHEN"
761
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400762#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500763msgid "SPLIT"
Philipp Thomasab02a742014-07-09 23:13:30 -0400764msgstr "ABGESPALTEN"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500765
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400766#: e2fsck/problem.c:92
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500767msgid "CONTINUING"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400768msgstr "ES WIRD FORTGEFAHREN"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500769
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400770#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400771msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400772msgstr "MEHRFACH REFERENZIERTE BLÖCKE WURDEN GEKLONT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500773
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400774#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500775msgid "FILE DELETED"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400776msgstr "DATEI WURDE GELÖSCHT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500777
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400778#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500779msgid "SUPPRESSED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400780msgstr "UNTERDRÜCKT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500781
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400782#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500783msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500784msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500785
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400786#: e2fsck/problem.c:97
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500787msgid "HTREE INDEX CLEARED"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500788msgstr "HTREE-INDEX BEREINIGT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500789
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400790#: e2fsck/problem.c:98
Theodore Ts'obc759702005-05-09 20:40:55 -0400791msgid "WILL RECREATE"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500792msgstr "WIRD WIEDER AUFGEBAUT"
Theodore Ts'obc759702005-05-09 20:40:55 -0400793
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400794#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400795#: e2fsck/problem.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500796msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400797msgstr "Block-Bitmap für Gruppe %g ist nicht in der Gruppe. (Block %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500798
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400799#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400800#: e2fsck/problem.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500801msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400802msgstr "Inode-Bitmap für Gruppe %g ist nicht in der Gruppe. (Block %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500803
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400804#. @-expanded: inode table for group %g is not in group. (block %b)\n
805#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400806#: e2fsck/problem.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500807msgid ""
808"@i table for @g %g is not in @g. (@b %b)\n"
809"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
810msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400811"Inode-Tabelle für Gruppe %g ist nicht in der Gruppe. (Block %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400812"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500813
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400814#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400815#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
816#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400817#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
818#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400819#. @-expanded: e2fsck -b 8193 <device>\n
820#. @-expanded: or\n
821#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400822#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400823#: e2fsck/problem.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500824msgid ""
825"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400826"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
827"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500828"@f (and not swap or ufs or something else), then the @S\n"
829"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400830" e2fsck -b 8193 <@v>\n"
831" or\n"
832" e2fsck -b 32768 <@v>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500833"\n"
834msgstr ""
835"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400836"Der Superblock ist unlesbar bzw. beschreibt kein gültiges ext2/ext3/ext4-\n"
837"Dateisystem. Wenn das Gerät gültig ist und ein ext2/ext3/ext4-\n"
838"Dateisystem (kein swap oder ufs usw.) enthält, dann ist der Superblock\n"
839"beschädigt, und Sie könnten versuchen, e2fsck mit einem anderen Superblock\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -0400840"zu starten:\n"
841" e2fsck -b 8193 <@v>\n"
842" oder\n"
843" e2fsck -b 32768 <@v>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500844"\n"
845
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400846#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
847#. @-expanded: The physical size of the device is %c blocks\n
848#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400849#: e2fsck/problem.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500850msgid ""
851"The @f size (according to the @S) is %b @bs\n"
852"The physical size of the @v is %c @bs\n"
853"Either the @S or the partition table is likely to be corrupt!\n"
854msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400855"Die Größe des Dateisystems (laut Superblock) ist %b Blöcke.\n"
856"Die physikalische Größe des Gerätes ist %c Blöcke.\n"
857"Entweder ist der Superblock oder die Partionstabelle beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500858
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400859#. @-expanded: superblock block_size = %b, fragsize = %c.\n
860#. @-expanded: This version of e2fsck does not support fragment sizes different\n
861#. @-expanded: from the block size.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400862#: e2fsck/problem.c:143
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500863msgid ""
864"@S @b_size = %b, fragsize = %c.\n"
865"This version of e2fsck does not support fragment sizes different\n"
866"from the @b size.\n"
867msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500868"@S-@b_size = %b, fragsize = %c.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -0500869"Diese Version von e2fsck unterstützt keine von Blockgrößen verschiedene "
870"Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500871
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400872#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400873#: e2fsck/problem.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500874msgid "@S @bs_per_group = %b, should have been %c\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500875msgstr "@bs_per_group im @S = %b, sollte %c sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500876
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400877#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400878#: e2fsck/problem.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500879msgid "@S first_data_@b = %b, should have been %c\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500880msgstr "first_data_@b im @S = %b, sollte %c sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500881
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400882#. @-expanded: filesystem did not have a UUID; generating one.\n
883#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400884#: e2fsck/problem.c:160
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500885msgid ""
886"@f did not have a UUID; generating one.\n"
887"\n"
888msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400889"Das Dateisystem hat keine UUID; es wird eine generiert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500890"\n"
891
Theodore Ts'o4e528702016-09-04 21:31:21 -0400892#: e2fsck/problem.c:165
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400893#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500894msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400895"Note: if several inode or block bitmap blocks or part\n"
896"of the inode table require relocation, you may wish to try\n"
897"running e2fsck with the '-b %S' option first. The problem\n"
898"may lie only with the primary block group descriptors, and\n"
899"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500900"\n"
901msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400902"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
903"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
904"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400905"mit der Option „-b %S“ zu starten. Das Problem könnte\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500906"im primären Blockgruppenbezeichner liegen und seine\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500907"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500908"\n"
909
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400910#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400911#: e2fsck/problem.c:174
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500912msgid "Corruption found in @S. (%s = %N).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400913msgstr "Beschädigung gefunden im Superblock. (%s = %N).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500914
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400915#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400916#: e2fsck/problem.c:179
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500917#, c-format
918msgid "Error determining size of the physical @v: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400919msgstr "Fehler bei der Feststellung der Größe des physischen Gerät: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500920
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400921#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400922#: e2fsck/problem.c:184
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400923msgid "@i count in @S is %i, @s %j.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400924msgstr "@i-Anzahl in @S ist %i, sollte %j sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500925
Theodore Ts'o4e528702016-09-04 21:31:21 -0400926#: e2fsck/problem.c:188
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500927msgid "The Hurd does not support the filetype feature.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500928msgstr "Hurd unterstützt keine Dateitypen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500929
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500930#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400931#: e2fsck/problem.c:193
Philipp Thomas77c871a2010-04-19 16:59:02 -0400932#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500933msgid "@S has an @n @j (@i %i).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400934msgstr "Der Superblock hat ein defektes Journal (Inode %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500935
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400936#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400937#: e2fsck/problem.c:198
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500938msgid "External @j has multiple @f users (unsupported).\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -0500939msgstr ""
940"Externes Journal hat mehrere Dateisystem-Benutzer (nicht unterstützt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500941
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400942#. @-expanded: Can't find external journal\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400943#: e2fsck/problem.c:203
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500944msgid "Can't find external @j\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400945msgstr "Externes Journal kann nicht gefunden werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500946
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400947#. @-expanded: External journal has bad superblock\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400948#: e2fsck/problem.c:208
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500949msgid "External @j has bad @S\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400950msgstr "Externes Journal hat einen ungültigen Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500951
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400952#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400953#: e2fsck/problem.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500954msgid "External @j does not support this @f\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400955msgstr "Externes Journal unterstützt dieses Dateisystem nicht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500956
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500957#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400958#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
959#. @-expanded: format.\n
960#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400961#: e2fsck/problem.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500962msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500963"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -0500964"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
965"format.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500966"It is also possible the @j @S is corrupt.\n"
967msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -0500968"Der Superblock des Dateisystem-Journals hat den unbekannten Typ %N (nicht "
969"unterstützt).\n"
970"Es ist möglich, dass Ihr e2fsck älter ist und/oder dieses Journal-Format "
971"nicht unterstützt.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400972"Es ist ebenso möglich, dass der Joornal-Superblock defekt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500973
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500974#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400975#: e2fsck/problem.c:226
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500976msgid "@j @S is corrupt.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400977msgstr "Der Journal-Superblock ist defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500978
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400979#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400980#: e2fsck/problem.c:231
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400981msgid "@S has_@j flag is clear, but a @j is present.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500982msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400983"Der Bitschalter has_journal im Superblock ist nicht gesetzt, aber ein\n"
984"Journal %s ist vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500985
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500986#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400987#: e2fsck/problem.c:236
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500988msgid "@S needs_recovery flag is set, but no @j is present.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500989msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -0500990"Im Superblock ist der Bitschalter „needs_recovery“ gesetzt, aber ein "
991"Journal\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400992"ist nicht vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500993
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500994#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -0400995#: e2fsck/problem.c:241
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500996msgid "@S needs_recovery flag is clear, but @j has data.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500997msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400998"Der Bitschalter „needs_recovery“ im Superblock ist nicht gesetzt, aber das\n"
999"Journal enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001000
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001001#. @-expanded: Clear journal
Theodore Ts'o4e528702016-09-04 21:31:21 -04001002#: e2fsck/problem.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001003msgid "Clear @j"
Philipp Thomasab02a742014-07-09 23:13:30 -04001004msgstr "Journal bereinigen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001005
Philipp Thomas77c871a2010-04-19 16:59:02 -04001006#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001007#: e2fsck/problem.c:251 e2fsck/problem.c:751
Philipp Thomas77c871a2010-04-19 16:59:02 -04001008msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001009msgstr ""
1010"Das Dateisystem hat Eigenschafts-Bitschalter gesetzt, ist aber ein\n"
1011"Revision-0-Dateisystem. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001012
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001013#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001014#: e2fsck/problem.c:256
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001015msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001016msgstr "%s verwaister Inode (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001017
Philipp Thomas77c871a2010-04-19 16:59:02 -04001018#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001019#: e2fsck/problem.c:261
Philipp Thomas77c871a2010-04-19 16:59:02 -04001020msgid "@I %B (%b) found in @o @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001021msgstr "Unzulässiges %B (%b) in verwaisten Inode %i gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001022
Philipp Thomas77c871a2010-04-19 16:59:02 -04001023#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001024#: e2fsck/problem.c:266
Philipp Thomas77c871a2010-04-19 16:59:02 -04001025msgid "Already cleared %B (%b) found in @o @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001026msgstr "Bereits bereinigter %B (%b) im verwaisten Inode %i gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001027
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001028#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001029#: e2fsck/problem.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001030#, c-format
1031msgid "@I @o @i %i in @S.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001032msgstr "Unzulässiger verwaister Inode %i im Superblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001033
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001034#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001035#: e2fsck/problem.c:276
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001036#, c-format
1037msgid "@I @i %i in @o @i list.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001038msgstr "Unzulässiger Inode %i in der Liste der verwaisten Inodes.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001039
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001040#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001041#: e2fsck/problem.c:281
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001042msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001043msgstr ""
1044"Der Journal-Superblock hat einen unbekannten Nur-Lesen-Bitschalter gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001045
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001046#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001047#: e2fsck/problem.c:286
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001048msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001049msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001050"Im Journal-Superblock ist ein unbekannter Bitschalter für eine\n"
1051"inkompatible Eigenschaft gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001052
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001053#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001054#: e2fsck/problem.c:291
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001055msgid "@j version not supported by this e2fsck.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001056msgstr "Diese Journal-Version wird von diesem e2fsck nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001057
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001058#. @-expanded: Moving journal from /%s to hidden inode.\n
1059#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001060#: e2fsck/problem.c:296
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001061#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001062msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001063"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001064"\n"
1065msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001066"Journal wird von /%s zum versteckten Inode verschoben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001067"\n"
1068
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001069#. @-expanded: Error moving journal: %m\n
1070#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001071#: e2fsck/problem.c:301
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001072#, c-format
1073msgid ""
1074"Error moving @j: %m\n"
1075"\n"
1076msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001077"Fehler beim Verschieben des Journals: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001078"\n"
1079
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001080#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1081#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1082#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001083#: e2fsck/problem.c:306
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001084msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001085"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001086"Clearing fields beyond the V1 @j @S...\n"
1087"\n"
1088msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001089"Unvollständige V2-Journal-Superblock-Felder (vom V1-Journal) gefunden.\n"
1090"Die Felder nach dem V1-Journal-Superblock werden bereinigt...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001091"\n"
1092
Philipp Thomas77c871a2010-04-19 16:59:02 -04001093#. @-expanded: Run journal anyway
Theodore Ts'o4e528702016-09-04 21:31:21 -04001094#: e2fsck/problem.c:312
Philipp Thomas77c871a2010-04-19 16:59:02 -04001095msgid "Run @j anyway"
Philipp Thomasab02a742014-07-09 23:13:30 -04001096msgstr "Journal trotzdem starten"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001097
1098#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001099#: e2fsck/problem.c:317
Philipp Thomas77c871a2010-04-19 16:59:02 -04001100msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001101msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001102"Der Bitschalter für Wiederherstellung ist im Sicherungs-Superblock nicht\n"
1103"gesetzt, das Journal wird daher trotzdem gestartet.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001105#. @-expanded: Backing up journal inode block information.\n
1106#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001107#: e2fsck/problem.c:322
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001108msgid ""
1109"Backing up @j @i @b information.\n"
1110"\n"
1111msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001112"Die Informationen des Journal-Inodeblocks werden gesichert.\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001113"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001114
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001115#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1116#. @-expanded: is %N; should be zero.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001117#: e2fsck/problem.c:328
Theodore Ts'obc759702005-05-09 20:40:55 -04001118msgid ""
1119"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1120"is %N; @s zero. "
1121msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001122"Für @f ist resize_@i nicht eingeschaltet, aber s_reserved_gdt_@bs\n"
1123"ist %N; @s Null. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001124
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001125#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001126#: e2fsck/problem.c:334
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001127msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001128msgstr ""
1129"Resize_@i ist nicht aktiviert, aber der zu modifizierende Inode ist nicht-"
1130"Null."
Theodore Ts'obc759702005-05-09 20:40:55 -04001131
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001132#. @-expanded: Resize inode not valid.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001133#: e2fsck/problem.c:339
Theodore Ts'obc759702005-05-09 20:40:55 -04001134msgid "Resize @i not valid. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001135msgstr "Resize-Inode ist ungültig. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001136
Philipp Thomas77c871a2010-04-19 16:59:02 -04001137#. @-expanded: superblock last mount time (%t,\n
1138#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001139#: e2fsck/problem.c:344
Philipp Thomas77c871a2010-04-19 16:59:02 -04001140msgid ""
1141"@S last mount time (%t,\n"
1142"\tnow = %T) is in the future.\n"
1143msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001144"Der Zeitpunkt des letzten Einhängens des Superblocks (%t,\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001145"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001146
Philipp Thomas77c871a2010-04-19 16:59:02 -04001147#. @-expanded: superblock last write time (%t,\n
1148#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001149#: e2fsck/problem.c:349
Philipp Thomas77c871a2010-04-19 16:59:02 -04001150msgid ""
1151"@S last write time (%t,\n"
1152"\tnow = %T) is in the future.\n"
1153msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001154"Der Zeitpunkt des letzten Schreibens des Superblocks (%t,\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001155"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001156
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001157#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001158#: e2fsck/problem.c:354
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001159#, c-format
1160msgid "@S hint for external superblock @s %X. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001161msgstr "Superblock-Hinweis für externen Superblock sollte %X sein. "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001162
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001163#. @-expanded: Adding dirhash hint to filesystem.\n
1164#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001165#: e2fsck/problem.c:359
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001166msgid ""
1167"Adding dirhash hint to @f.\n"
1168"\n"
1169msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001170"Verzeichnishash-Hinweis wird zum Dateisystem hinzugefügt.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001171"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001172
Philipp Thomasedc733d2012-04-22 15:38:42 -04001173#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001174#: e2fsck/problem.c:364
Philipp Thomasedc733d2012-04-22 15:38:42 -04001175msgid "@g descriptor %g checksum is %04x, should be %04y. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001176msgstr ""
1177"Die Prüfsumme des Gruppendeskriptors %g ist %04x, sie sollte %04y sein. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001178
1179#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001180#: e2fsck/problem.c:369
Philipp Thomas720e6362008-06-21 14:06:00 -04001181#, c-format
1182msgid "@g descriptor %g marked uninitialized without feature set.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001183msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001184"Gruppendeskriptor %g ist ohne eine gesetzte Eigenschaft.\n"
1185"als nicht initialisiert gekennzeichnet.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001186
Philipp Thomas720e6362008-06-21 14:06:00 -04001187#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001188#: e2fsck/problem.c:374
Philipp Thomas720e6362008-06-21 14:06:00 -04001189msgid "@g descriptor %g has invalid unused inodes count %b. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001190msgstr ""
1191"Gruppendeskriptor %g hat eine ungültige Anzahl ungenutzter Inodes von %b. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001192
1193#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001194#: e2fsck/problem.c:379
Philipp Thomas720e6362008-06-21 14:06:00 -04001195msgid "Last @g @b @B uninitialized. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001196msgstr "Die letzte Gruppen-Blockbitmap ist nicht initialisiert. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001197
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001198#: e2fsck/problem.c:384
Philipp Thomas720e6362008-06-21 14:06:00 -04001199#, c-format
1200msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001201msgstr ""
1202"Journaltransaktion %i war beschädigt, die Wiederholung wurde abgebrochen.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001203
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001204#: e2fsck/problem.c:389
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001205msgid "The test_fs flag is set (and ext4 is available). "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001206msgstr "Die Kennung test_fs wurde gesetzt (und ext4 ist verfügbar). "
1207
1208#. @-expanded: superblock last mount time is in the future.\n
1209#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'o4e528702016-09-04 21:31:21 -04001210#. @-expanded: set)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001211#: e2fsck/problem.c:394
Philipp Thomas77c871a2010-04-19 16:59:02 -04001212msgid ""
1213"@S last mount time is in the future.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001214"\t(by less than a day, probably due to the hardware clock being incorrectly "
1215"set)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001216msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001217"Der Zeitpunkt des letzten Einhängens des Superblocks liegt in der Zukunft.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001218"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-"
1219"Uhr)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001220
1221#. @-expanded: superblock last write time is in the future.\n
1222#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'o4e528702016-09-04 21:31:21 -04001223#. @-expanded: set)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001224#: e2fsck/problem.c:400
Philipp Thomas77c871a2010-04-19 16:59:02 -04001225msgid ""
1226"@S last write time is in the future.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001227"\t(by less than a day, probably due to the hardware clock being incorrectly "
1228"set)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001229msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001230"Der Zeitpunkt des letzten Schreibens des Superblocks liegt in der Zukunft.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001231"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-"
1232"Uhr)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001233
1234#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001235#: e2fsck/problem.c:406
Philipp Thomas77c871a2010-04-19 16:59:02 -04001236msgid "One or more @b @g descriptor checksums are invalid. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001237msgstr "Die Prüfsumme eines oder mehrerer Gruppendeskriptoren ist ungültig. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001238
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001239#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001240#: e2fsck/problem.c:411
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001241msgid "Setting free @is count to %j (was %i)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001242msgstr "Die Anzahl der freien Inodes wird auf %j gesetzt (war %i)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001243
1244#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001245#: e2fsck/problem.c:416
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001246msgid "Setting free @bs count to %c (was %b)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001247msgstr "Die Anzahl der freien Blöcke wird auf %c gesetzt (war %b)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001248
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001249#. @-expanded: Hiding %U quota inode %i (%Q).\n
1250#: e2fsck/problem.c:421
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001251msgid "Hiding %U @q @i %i (%Q).\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04001252msgstr "%U-Quota-Inode %i (%Q) wird versteckt.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001253
1254#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001255#: e2fsck/problem.c:426
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001256msgid "@S has invalid MMP block. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001257msgstr "Der Superblock hat einen ungültigen MMP-Block. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001258
1259#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001260#: e2fsck/problem.c:431
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001261msgid "@S has invalid MMP magic. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001262msgstr "Der Superblock besitzt eine falsche MMP-Kennung. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001263
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001264#: e2fsck/problem.c:436
Philipp Thomasedc733d2012-04-22 15:38:42 -04001265#, c-format
1266msgid "ext2fs_open2: %m\n"
1267msgstr "ext2fs_open2: %m\n"
1268
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001269#: e2fsck/problem.c:441
Philipp Thomasedc733d2012-04-22 15:38:42 -04001270#, c-format
1271msgid "ext2fs_check_desc: %m\n"
1272msgstr "ext2fs_check_desc: %m\n"
1273
Theodore Ts'o4e528702016-09-04 21:31:21 -04001274#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1275#. @-expanded: simultaneously.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001276#: e2fsck/problem.c:447
Theodore Ts'o89128f82018-01-01 19:36:37 -05001277msgid ""
1278"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1279"simultaneously."
1280msgstr ""
1281"Superblock metadata_csum überschreibt uninit_bg; bei Eigenschaftenschalter "
1282"können nicht gleichzeitig gesetzt werden."
Theodore Ts'o4e528702016-09-04 21:31:21 -04001283
1284#. @-expanded: superblock MMP block checksum does not match MMP block.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001285#: e2fsck/problem.c:453
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001286msgid "@S MMP @b checksum does not match MMP @b. "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04001287msgstr "Die MMP-Block-Prüfsumme im Superblock passt nicht zum MMP-Block."
Theodore Ts'o4e528702016-09-04 21:31:21 -04001288
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001289#. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
1290#: e2fsck/problem.c:458
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001291msgid "@S 64bit @f needs extents to access the whole disk. "
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001292msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001293"Superblock-64Bit-Dateisysteme brauchen Erweiterungen, um auf die gesamte\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04001294"Platte zugreifen zu können. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001295
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001296#: e2fsck/problem.c:463
Philipp Thomas37be3822015-05-17 20:21:39 -04001297msgid "First_meta_bg is too big. (%N, max value %g). "
1298msgstr "First_meta_bg ist zu groß. (%N, max. Wert %g). "
1299
Theodore Ts'o4e528702016-09-04 21:31:21 -04001300#. @-expanded: External journal superblock checksum does not match superblock.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001301#: e2fsck/problem.c:468
Theodore Ts'o4e528702016-09-04 21:31:21 -04001302msgid "External @j @S checksum does not match @S. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001303msgstr ""
1304"Die Prüfsumme des Superblocks fes externen Journals passt nicht zum "
1305"Superblock"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001306
1307#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001308#: e2fsck/problem.c:473
Theodore Ts'o4e528702016-09-04 21:31:21 -04001309msgid "@S metadata_csum_seed is not necessary without metadata_csum."
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001310msgstr "ohne metadata_csum ist metadata_csum_seed im Superblock nicht nötig."
Theodore Ts'o4e528702016-09-04 21:31:21 -04001311
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001312#: e2fsck/problem.c:478
Theodore Ts'o4e528702016-09-04 21:31:21 -04001313#, c-format
1314msgid "Error initializing quota context in support library: %m\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001315msgstr ""
1316"Fehler beim Initialisieren des Quota-Kontextes in der "
1317"Unterstützungsbibliothek: %m\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001318
1319#. @-expanded: Bad required extra isize in superblock (%N).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001320#: e2fsck/problem.c:483
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001321msgid "Bad required extra isize in @S (%N). "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04001322msgstr "Die erforderliche extra isize im Superblock ist ungültig (%N). "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001323
1324#. @-expanded: Bad desired extra isize in superblock (%N).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001325#: e2fsck/problem.c:488
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001326msgid "Bad desired extra isize in @S (%N). "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04001327msgstr "Ungültige gewünschte zusätzliche Isize im Superblock (%N). "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001328
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001329#. @-expanded: Invalid %U quota inode %i.
1330#: e2fsck/problem.c:493
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001331msgid "Invalid %U @q @i %i. "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04001332msgstr "Ungültiger %U-Quota-Inode %i. "
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001333
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001334#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001335#: e2fsck/problem.c:500
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001336msgid "Pass 1: Checking @is, @bs, and sizes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001337msgstr "Durchgang 1: Inodes, Blöcke und Größen werden geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001338
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001339#. @-expanded: root inode is not a directory.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001340#: e2fsck/problem.c:504
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001341msgid "@r is not a @d. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001342msgstr "Root-Inode ist kein Verzeichnis. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001343
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001344#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001345#: e2fsck/problem.c:509
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001346msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001347msgstr ""
1348"Für Root-Inode ist dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001350#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001351#: e2fsck/problem.c:514
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001352msgid "Reserved @i %i (%Q) has @n mode. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001353msgstr "Reservierter Inode %i (%Q) hat einen ungültigen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001354
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001355#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001356#: e2fsck/problem.c:519
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001357#, c-format
1358msgid "@D @i %i has zero dtime. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001359msgstr "dtime für gelöschten Inode %i ist Null. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001360
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001361#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001362#: e2fsck/problem.c:524
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001363#, c-format
1364msgid "@i %i is in use, but has dtime set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001365msgstr "Inode %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001366
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001367#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001368#: e2fsck/problem.c:529
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001369#, c-format
1370msgid "@i %i is a @z @d. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001371msgstr "Inode %i ist ein Verzeichnis mit Länge Null. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001373#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001374#: e2fsck/problem.c:534
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001375msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001376msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001377"Die Blockbitmap der Gruppe %g auf %b überschneidet sich mit\n"
1378"einem anderen Dateisystemblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001379
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001380#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001381#: e2fsck/problem.c:539
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001382msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001383msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001384"Die Inode-Bitmap der Gruppe %g bei %b überschneidet sich mit\n"
1385"einem anderen Dateisystemblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001386
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001387#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001388#: e2fsck/problem.c:544
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001389msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001390msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001391"Die Inode-Tabelle der Gruppe %g bei %b überschneidet sich mit\n"
1392"einem anderen Dateisystemblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001393
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001394#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001395#: e2fsck/problem.c:549
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001396msgid "@g %g's @b @B (%b) is bad. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001397msgstr "die @b-@B (%b) von @g %g ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001398
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001399#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001400#: e2fsck/problem.c:554
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001401msgid "@g %g's @i @B (%b) is bad. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001402msgstr "Die Inode-Bitmap (%b) der Gruppe %g ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001403
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001404#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001405#: e2fsck/problem.c:559
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001406msgid "@i %i, i_size is %Is, @s %N. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001407msgstr "Inode %i, i_size ist %Is, sollte %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001408
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001409#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001410#: e2fsck/problem.c:564
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001411msgid "@i %i, i_@bs is %Ib, @s %N. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001412msgstr "Inode %i, i_@bs ist %Ib, sollte %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001413
Philipp Thomas77c871a2010-04-19 16:59:02 -04001414#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001415#: e2fsck/problem.c:569
Philipp Thomas77c871a2010-04-19 16:59:02 -04001416msgid "@I %B (%b) in @i %i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001417msgstr "Unzulässiger %B (%b) in Inode %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001418
Philipp Thomas77c871a2010-04-19 16:59:02 -04001419#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001420#: e2fsck/problem.c:574
Philipp Thomas77c871a2010-04-19 16:59:02 -04001421msgid "%B (%b) overlaps @f metadata in @i %i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001422msgstr "%B (%b) überlappt Dateisystem-Metadaten in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001424#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001425#: e2fsck/problem.c:579
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001426#, c-format
1427msgid "@i %i has illegal @b(s). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001428msgstr "Inode %i hat unzulässige(n) Block/Blöcke. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001429
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001430#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001431#: e2fsck/problem.c:584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001432#, c-format
1433msgid "Too many illegal @bs in @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001434msgstr "Zu viele unzulässige Blöcke in @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001435
Philipp Thomas77c871a2010-04-19 16:59:02 -04001436#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001437#: e2fsck/problem.c:589
Philipp Thomas77c871a2010-04-19 16:59:02 -04001438msgid "@I %B (%b) in bad @b @i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001439msgstr "Ungültiger %B (%b) in „bad block“-Inode. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001440
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001441#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001442#: e2fsck/problem.c:594
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001443msgid "Bad @b @i has illegal @b(s). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001444msgstr "„Bad Block“-Inode hat unzulässige(n) Block/Blöcke. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001445
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001446#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001447#: e2fsck/problem.c:599
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001448msgid "Duplicate or bad @b in use!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001449msgstr "Doppelter oder unzulässiger Block in Gebrauch!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001450
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001451#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001452#: e2fsck/problem.c:604
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001453msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001454msgstr ""
1455"Ungültiger Block %b wird benutzt als indirekter Block des „Bad Block“-"
1456"Inodes. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001457
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001458#. @-expanded: \n
1459#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1460#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1461#. @-expanded: in the filesystem.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001462#: e2fsck/problem.c:609
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001463msgid ""
1464"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001465"The bad @b @i has probably been corrupted. You probably\n"
1466"should stop now and run e2fsck -c to scan for bad blocks\n"
1467"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001468msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001469"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001470"Der „Bad Block“-Inode ist wahrscheinlich beschädigt worden. Sie sollten\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001471"nun innehalten und „e2fsck -c“ ausführen, um nach defekten Blöcken in\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001472"dem Dateisystem zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001473
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001474#. @-expanded: \n
1475#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001476#: e2fsck/problem.c:616
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001477msgid ""
1478"\n"
1479"If the @b is really bad, the @f can not be fixed.\n"
1480msgstr ""
1481"\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001482"Wenn der Block wirklich defekt ist, kann das Dateisystem nicht repariert "
1483"werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001484
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001485#. @-expanded: You can remove this block from the bad block list and hope\n
1486#. @-expanded: that the block is really OK. But there are no guarantees.\n
1487#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001488#: e2fsck/problem.c:621
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001489msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001490"You can remove this @b from the bad @b list and hope\n"
1491"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001492"\n"
1493msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001494"Sie können diesen Block aus der Liste der defekten Blöcke löschen\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001495"und hoffen, das dieser wirklich in Ordnung ist, es gibt aber\n"
1496"KEINE GARANTIEN.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001497"\n"
1498
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001499#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001500#: e2fsck/problem.c:627
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001501msgid "The primary @S (%b) is on the bad @b list.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001502msgstr "Der primäre Superblock (%b) ist in der Liste der defekten Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001503
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001504#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001505#: e2fsck/problem.c:632
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001506msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001507msgstr ""
1508"Block %b im primären Gruppendeskriptor ist in der Liste der defekten Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001509
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001510#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001511#: e2fsck/problem.c:638
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001512msgid "Warning: Group %g's @S (%b) is bad.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001513msgstr "Warnung: der Superblock der Gruppe %g (%b) ist defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001514
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001515#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001516#: e2fsck/problem.c:644
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001517msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001518msgstr ""
1519"Warnung: die Kopie des Gruppendeskriptors von Gruppe %g hat einen defekten "
1520"Block (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001521
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001522#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001523#: e2fsck/problem.c:650
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001524msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001525msgstr ""
1526"Programmierfehler? Block #%b wird ohne Grund in process_bad_@b verlangt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001527
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001528#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001529#: e2fsck/problem.c:656
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001530msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001531msgstr ""
1532"Fehler beim Zuweisen von %N zusammenhängenende(m/n) Block/Blöcken in der @b-"
1533"@g %g für %s: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001534
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001535#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001536#: e2fsck/problem.c:661
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001537#, c-format
1538msgid "@A @b buffer for relocating %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001539msgstr "Fehler beim Zuweisen eines Blockpuffers zum Verschieben von %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001540
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001541#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001542#: e2fsck/problem.c:666
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001543msgid "Relocating @g %g's %s from %b to %c...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001544msgstr "Gruppe %g's %s wird von %b nach %c verschoben ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001545
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001546#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001547#: e2fsck/problem.c:671
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001548#, c-format
1549msgid "Relocating @g %g's %s to %c...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001550msgstr "Gruppe %g's %s wird nach %c verschoben ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001551
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001552#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001553#: e2fsck/problem.c:676
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001554msgid "Warning: could not read @b %b of %s: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001555msgstr "Warnung: Block %b von %s konnte nicht gelesen werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001556
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001557#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001558#: e2fsck/problem.c:681
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001559msgid "Warning: could not write @b %b for %s: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001560msgstr "Warnung: Block %b von %s konnte nicht geschrieben werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001561
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001562#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001563#: e2fsck/problem.c:686 e2fsck/problem.c:1746
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001564msgid "@A @i @B (%N): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001565msgstr "Fehler beim Zuweisen der Inode-Bitmap (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566
1567#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001568#: e2fsck/problem.c:691
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001569msgid "@A @b @B (%N): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001570msgstr "Fehler beim Zuweisen der Block-Bitmap (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001571
1572#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001573#: e2fsck/problem.c:696
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001574#, c-format
1575msgid "@A icount link information: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001576msgstr "Fehler beim Zuweisen der „icount link information“: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001577
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001578#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001579#: e2fsck/problem.c:701
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001580#, c-format
1581msgid "@A @d @b array: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001582msgstr "Fehler beim Zuweisen des Verzeichnis-Block-Feldes: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001583
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001584#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001585#: e2fsck/problem.c:706
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001586#, c-format
1587msgid "Error while scanning @is (%i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001588msgstr "Fehler während des Durchsuchens der Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001589
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001590#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001591#: e2fsck/problem.c:711
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001592#, c-format
1593msgid "Error while iterating over @bs in @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001594msgstr "Fehler beim Iterieren über die Blöcke in Inode %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001595
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001596#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001597#: e2fsck/problem.c:716
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001598msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001599msgstr ""
1600"Fehler beim Speichern der Informationen zur Inode-Anzahl (Inode=%i, Anzahl="
1601"%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001602
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001603#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001604#: e2fsck/problem.c:721
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001605msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001606msgstr ""
1607"Fehler beim Speichern der Verzeichnis-Block-Informationen (Inode=%i, Block="
1608"%b, Anzahl=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001609
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001610#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001611#: e2fsck/problem.c:727
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001612#, c-format
1613msgid "Error reading @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001614msgstr "Fehler beim Lesen des Inodes %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001615
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001616#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001617#: e2fsck/problem.c:735
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001618#, c-format
1619msgid "@i %i has imagic flag set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001620msgstr "Inode %i hat den Imagic-Bitschalter gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001621
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001622#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1623#. @-expanded: or append-only flag set.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001624#: e2fsck/problem.c:740
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001625#, c-format
1626msgid ""
1627"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1628"or append-only flag set. "
1629msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05001630"Spezielle Geräte-/Socket-/Fifo-/Symlink-Datei (Inode %i) hat den Bitschalter "
1631"für\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001632"unveränderbar oder Nur-Anhängen gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001633
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001634#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001635#: e2fsck/problem.c:746
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001636#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001637msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001638msgstr "Spezieller Geräte-/Socket-/Fifo-Inode %i hat die Größe Null. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001639
1640#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001641#: e2fsck/problem.c:756
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001642msgid "@j @i is not in use, but contains data. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001643msgstr "Inode %i wird nicht verwendet, aber enthält Daten. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001644
1645#. @-expanded: journal is not regular file.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001646#: e2fsck/problem.c:761
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001647msgid "@j is not regular file. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001648msgstr "Journal ist keine reguläre Datei. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001649
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001650#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001651#: e2fsck/problem.c:766
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001652#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001653msgid "@i %i was part of the @o @i list. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001654msgstr "Inode %i war Teil der Liste verwaister Inodes. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001655
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001656#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001657#: e2fsck/problem.c:772
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001658msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001659msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001660"Inodes wurden gefunden, die Teil einer defekten verketteten Liste von\n"
1661"verwaisten Inodes waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001662
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001663#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001664#: e2fsck/problem.c:777
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001665msgid "@A refcount structure (%N): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001666msgstr "Fehler beim Zuweisen der refcount-Struktur (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001667
1668#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001669#: e2fsck/problem.c:782
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001670msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001671msgstr ""
1672"Fehler beim Lesen des Blocks für erweiterte Attribute %b für Inode %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001673
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001674#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001675#: e2fsck/problem.c:787
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001676msgid "@i %i has a bad @a @b %b. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001677msgstr "Inode %i hat einen defekten Erweiterte-Attribute-Block %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001678
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001679#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001680#: e2fsck/problem.c:792
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001681msgid "Error reading @a @b %b (%m). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001682msgstr "Fehler beim Lesen des Blocks für erweiterte Attribute (%m). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001683
Philipp Thomas77c871a2010-04-19 16:59:02 -04001684#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001685#: e2fsck/problem.c:797
Philipp Thomas77c871a2010-04-19 16:59:02 -04001686msgid "@a @b %b has reference count %r, @s %N. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001687msgstr ""
1688"Der Referenzzähler des Blocks für erweiterte Attribute %b ist %r, richtig "
1689"wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001690
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001691#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001692#: e2fsck/problem.c:802
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001693msgid "Error writing @a @b %b (%m). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001694msgstr "Fehler beim Schreiben des Blocks für erweiterte Attribute %b (%m). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001695
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001696#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001697#: e2fsck/problem.c:807
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001698msgid "@a @b %b has h_@bs > 1. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001699msgstr "Der Block für erweiterte Attribute %b hat h_blocks > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001700
Theodore Ts'o4e528702016-09-04 21:31:21 -04001701#. @-expanded: error allocating extended attribute region allocation structure.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001702#: e2fsck/problem.c:812
Theodore Ts'o4e528702016-09-04 21:31:21 -04001703msgid "@A @a region allocation structure. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001704msgstr ""
1705"Fehler beim Anfordern von Speicher für die Struktur zur Verwaltung der "
1706"Speicherreservierungen für die erweiterten Attribute. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001707
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001708#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001709#: e2fsck/problem.c:817
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001710msgid "@a @b %b is corrupt (allocation collision). "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001711msgstr ""
1712"Der Block für erweiterte Attribute %b ist defekt (Kollision der "
1713"Platzanforderungen). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001714
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001715#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001716#: e2fsck/problem.c:822
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001717msgid "@a @b %b is corrupt (@n name). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001718msgstr "Der Block für erweiterte Attribute %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001719
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001720#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001721#: e2fsck/problem.c:827
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001722msgid "@a @b %b is corrupt (@n value). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001723msgstr "Der Block für erweiterte Attribute %b ist defekt (ungültiger Wert). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001724
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001725#. @-expanded: inode %i is too big.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001726#: e2fsck/problem.c:832
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001727#, c-format
1728msgid "@i %i is too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001729msgstr "Inode %i ist zu groß. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001730
Philipp Thomas77c871a2010-04-19 16:59:02 -04001731#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001732#: e2fsck/problem.c:836
Philipp Thomas77c871a2010-04-19 16:59:02 -04001733msgid "%B (%b) causes @d to be too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001734msgstr "%B (%b) macht das Verzeichnis zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001735
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001736#: e2fsck/problem.c:841
Philipp Thomas77c871a2010-04-19 16:59:02 -04001737msgid "%B (%b) causes file to be too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001738msgstr "Block #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001739
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001740#: e2fsck/problem.c:846
Philipp Thomas77c871a2010-04-19 16:59:02 -04001741msgid "%B (%b) causes symlink to be too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001742msgstr "Block #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001743
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001744#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001745#: e2fsck/problem.c:851
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001746#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001747msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001748msgstr ""
1749"Inode %i hat INDEX_FL Flag auf einem Dateisystem ohne HTREE-Unterstützung "
1750"gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001751
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001752#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001753#: e2fsck/problem.c:856
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001754#, c-format
1755msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001756msgstr ""
1757"Inode %i hat den INDEX_FL-Bitschalter gesetzt, ist aber kein Verzeichnis.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001758
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001759#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001760#: e2fsck/problem.c:861
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001761#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001762msgid "@h %i has an @n root node.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001763msgstr ""
1764"HTREE-Verzeichnis-Inode %i hat einen unvollständigen Wurzelknoten („root "
1765"node“).\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001766
1767#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001768#: e2fsck/problem.c:866
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001769msgid "@h %i has an unsupported hash version (%N)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001770msgstr ""
1771"HTREE-Verzeichnis-Inode %i hat eine nicht unterstützte Hash-Version (%N)\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001772
1773#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001774#: e2fsck/problem.c:871
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001775#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001776msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001777msgstr ""
1778"@h %i benutzt einen nicht unterstützten Bitschalter für einen Htree-"
1779"Wurzelknoten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001780
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001781#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001782#: e2fsck/problem.c:876
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001783msgid "@h %i has a tree depth (%N) which is too big\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001784msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001785
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001786#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1787#. @-expanded: filesystem metadata.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001788#: e2fsck/problem.c:882
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001789msgid ""
1790"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1791"@f metadata. "
1792msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001793"Der Inode für defekte Blöcke hat einen indirekten Block (%b), der mit\n"
1794"den Dateisystem-Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001795
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001796#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001797#: e2fsck/problem.c:888
Theodore Ts'obc759702005-05-09 20:40:55 -04001798#, c-format
1799msgid "Resize @i (re)creation failed: %m."
Philipp Thomasab02a742014-07-09 23:13:30 -04001800msgstr "Erzeugung des Vergrößerungs-Inodes scheiterte: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001801
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001802#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001803#: e2fsck/problem.c:893
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001804msgid "@i %i has a extra size (%IS) which is @n\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001805msgstr "Inode %i hat eine ungültige Extragröße (%IS)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001806
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001807#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001808#: e2fsck/problem.c:898
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001809msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001810msgstr ""
1811"Ein erweitertes Attribut in Inode %i hat eine ungültige „namelen“ von %N.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001812
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001813#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001814#: e2fsck/problem.c:903
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001815msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001816msgstr ""
1817"Ein erweitertes Attribut in Inode %i hat einen ungültigen Werteversatz von "
1818"%N.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001819
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001820#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001821#: e2fsck/problem.c:908
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001822msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001823msgstr ""
1824"Ein erweitertes Attribut in Inode %i hat einen ungültigen Werteblock von %N "
1825"(muss 0 sein).\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001826
Philipp Thomas77c871a2010-04-19 16:59:02 -04001827#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001828#: e2fsck/problem.c:913
Philipp Thomas77c871a2010-04-19 16:59:02 -04001829msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001830msgstr ""
1831"Ein erweitertes Attribut in Inode %i hat eine ungültige Wertegröße von %N.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001832
Philipp Thomas720e6362008-06-21 14:06:00 -04001833#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001834#: e2fsck/problem.c:918
Philipp Thomas720e6362008-06-21 14:06:00 -04001835msgid "@a in @i %i has a hash (%N) which is @n\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001836msgstr "Ein erweitertes Attribut in Inode %i hat den ungültigen Hash %N.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001837
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001838#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001839#: e2fsck/problem.c:923
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001840msgid "@i %i is a %It but it looks like it is really a directory.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001841msgstr ""
1842"Inode %i ist ein %It, aber es sieht so aus, als ob es tatsächlich ein "
1843"Verzeichnis ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001844
Philipp Thomas40771272008-09-07 22:55:25 -04001845#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001846#: e2fsck/problem.c:928
Philipp Thomas68801282008-07-17 11:47:00 -04001847#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001848msgid "Error while reading over @x tree in @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001849msgstr "Fehler beim Iterieren über den Extent-Baum @x in Inode %i: %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001850
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001851#. @-expanded: Failed to iterate extents in inode %i\n
1852#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001853#: e2fsck/problem.c:933
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001854msgid ""
1855"Failed to iterate extents in @i %i\n"
1856"\t(op %s, blk %b, lblk %c): %m\n"
1857msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001858"Das Iterieren der Erweiterungen (Extents) in Inode %i scheiterte\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001859"\t(op %s, blk %b, lblk %c): %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001860
1861#. @-expanded: inode %i has an invalid extent\n
1862#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001863#: e2fsck/problem.c:939
Philipp Thomas720e6362008-06-21 14:06:00 -04001864msgid ""
1865"@i %i has an @n extent\n"
1866"\t(logical @b %c, @n physical @b %b, len %N)\n"
1867msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001868"Inode %i hat eine @ne Erweiterung\n"
1869"\t(logischer Block %c, @n physischer Block %b, Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001870
1871#. @-expanded: inode %i has an invalid extent\n
1872#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001873#: e2fsck/problem.c:944
Philipp Thomas720e6362008-06-21 14:06:00 -04001874msgid ""
1875"@i %i has an @n extent\n"
1876"\t(logical @b %c, physical @b %b, @n len %N)\n"
1877msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001878"Inode %i hat eine ungültige Erweiterung\n"
1879"\t(logischer Block %c, physischer Block %b, unzulässige Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001880
1881#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001882#: e2fsck/problem.c:949
Philipp Thomas720e6362008-06-21 14:06:00 -04001883#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001884msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001885msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001886"Inode %i hat den EXTENTS_FL-Bitschalter gesetzt, obwohl das Dateisystem\n"
1887"Erweiterungen nicht unterstützt.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001888
1889#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001890#: e2fsck/problem.c:954
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001891#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001892msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001893msgstr ""
1894"Inode %i besitzt das Erweiterungsformat, aber dem Superblock fehlt die "
1895"Eigenschaft EXTENTS\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001896
1897#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001898#: e2fsck/problem.c:959
Philipp Thomas720e6362008-06-21 14:06:00 -04001899#, c-format
1900msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001901msgstr ""
1902"Dem Inode %i fehlt EXTENT_FL, er hat aber das Format einer Erweiterung\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001903
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001904#: e2fsck/problem.c:964
Philipp Thomas720e6362008-06-21 14:06:00 -04001905#, c-format
1906msgid "Fast symlink %i has EXTENT_FL set. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001907msgstr "In schnellem Symlink %i ist EXTENT_FL gesetzt. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001908
1909#. @-expanded: inode %i has out of order extents\n
1910#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001911#: e2fsck/problem.c:969
Philipp Thomas720e6362008-06-21 14:06:00 -04001912msgid ""
1913"@i %i has out of order extents\n"
1914"\t(@n logical @b %c, physical @b %b, len %N)\n"
1915msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001916"Inode %i hat unregelmäßige Erweiterungen\n"
1917"\t(ungültiger logischer Block %c, physischer Block %b, Länge %N)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001918
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001919#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001920#: e2fsck/problem.c:973
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001921msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001922msgstr "Inode %i hat einen ungültigen Erweiterungs-Knoten (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001923
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001924#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001925#: e2fsck/problem.c:978
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001926#, c-format
1927msgid "Error converting subcluster @b @B: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001928msgstr "Fehler beim Umwandeln der Subcluster-Blockbitmap: %m\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001929
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001930#. @-expanded: quota inode is not a regular file.
1931#: e2fsck/problem.c:983
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001932msgid "@q @i is not a regular file. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001933msgstr "Der Quota-Inode ist keine reguläre Datei. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001934
1935#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001936#: e2fsck/problem.c:988
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001937msgid "@q @i is not in use, but contains data. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001938msgstr "Quota-Inode wird nicht benutzt, enthält aber Daten. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001939
1940#. @-expanded: quota inode is visible to the user.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001941#: e2fsck/problem.c:993
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001942msgid "@q @i is visible to the user. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001943msgstr "Der Quota-Inode ist sichtbar für den Benutzer. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001944
1945#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001946#: e2fsck/problem.c:998
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001947msgid "The bad @b @i looks @n. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001948msgstr "Der Inode für defekte Blöcke sieht ungültig aus. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001949
Philipp Thomasedc733d2012-04-22 15:38:42 -04001950#. @-expanded: inode %i has zero length extent\n
1951#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001952#: e2fsck/problem.c:1003
Philipp Thomasedc733d2012-04-22 15:38:42 -04001953msgid ""
1954"@i %i has zero length extent\n"
1955"\t(@n logical @b %c, physical @b %b)\n"
1956msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001957"Inode %i hat eine Erweitertung der Länge Null\n"
1958"\t(ungültiger logischer Block %c, physischer Block %b)\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04001959
Theodore Ts'o4e528702016-09-04 21:31:21 -04001960#. @-expanded: inode %i seems to contain garbage.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001961#: e2fsck/problem.c:1008
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001962#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04001963msgid "@i %i seems to contain garbage. "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001964msgstr "Inode %i scheint Müll zu enthalten. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001965
1966#. @-expanded: inode %i passes checks, but checksum does not match inode.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001967#: e2fsck/problem.c:1013
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001968#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04001969msgid "@i %i passes checks, but checksum does not match @i. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001970msgstr ""
1971"Die Inode %i passiert die Prüfungen, aber die Prüfsumme passt nicht zur "
1972"Inode."
Theodore Ts'o4e528702016-09-04 21:31:21 -04001973
1974#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001975#: e2fsck/problem.c:1018
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001976#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04001977msgid "@i %i @a is corrupt (allocation collision). "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001978msgstr ""
1979"Das erweiterte Attribut für Inode %i ist defekt (Kollision der "
1980"Speicerplatzanforderungen). "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001981
1982#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1983#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001984#: e2fsck/problem.c:1026
Theodore Ts'o4e528702016-09-04 21:31:21 -04001985msgid ""
1986"@i %i extent block passes checks, but checksum does not match extent\n"
1987"\t(logical @b %c, physical @b %b, len %N)\n"
1988msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05001989"Der Erweiterungsblock von INode %i passiert die Prüfungen, allerdings passt "
1990"die Prüfsumme nicht zur Erweiterung\n"
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001991"\t(logischer Block %c, physischer Block %b, Länge %N)\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001992
1993#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001994#: e2fsck/problem.c:1035
Theodore Ts'o4e528702016-09-04 21:31:21 -04001995msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001996msgstr ""
1997"Der Block für erweiterte Attribute von Inode %i passiert die Prüfungen, "
1998"allerdings passt die Prüfsumme nicht zum Block. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001999
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002000#. @-expanded: Interior extent node level %N of inode %i:\n
2001#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002002#: e2fsck/problem.c:1040
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002003msgid ""
2004"Interior @x node level %N of @i %i:\n"
2005"Logical start %b does not match logical start %c at next level. "
2006msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002007"Ebene %N des internen Erweiterungsknotens von Inode %i:\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002008"Der logische Start %b passt nicht zum logischen Start %c auf der nächsten "
2009"Ebene."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002010
2011#. @-expanded: inode %i, end of extent exceeds allowed value\n
2012#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002013#: e2fsck/problem.c:1046
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002014msgid ""
2015"@i %i, end of extent exceeds allowed value\n"
2016"\t(logical @b %c, physical @b %b, len %N)\n"
2017msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002018"Inode %i, das Ende der Erweiterung ist außerhalb des gültigen Bereichs\n"
2019"\t(logischer Block %c, physischer Block %b, Länge %N)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002020
Theodore Ts'o4e528702016-09-04 21:31:21 -04002021#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002022#: e2fsck/problem.c:1051
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002023#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002024msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002025msgstr ""
2026"Inode %i besitzt das Erweiterungsformat, aber dem Superblock fehlt die "
2027"Eigenschaft EXTENTS\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002028
2029#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002030#: e2fsck/problem.c:1056
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002031#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002032msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002033msgstr ""
2034"Inode %i hat den Bitschalter INDEX_DATA_FL gesetzt obwohl das Dateisystem "
2035"Inline-Daten nicht unterstützt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002036
2037#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002038#: e2fsck/problem.c:1063
Theodore Ts'o89128f82018-01-01 19:36:37 -05002039msgid ""
2040"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
2041msgstr ""
2042"Block %2$b von Inode %1$i steht in Konflikt mit kritischen Metadaten, "
2043"Blockprüfungen werden übersprungen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002044
Philipp Thomas37be3822015-05-17 20:21:39 -04002045#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002046#: e2fsck/problem.c:1068
Philipp Thomas37be3822015-05-17 20:21:39 -04002047msgid "@d @i %i @b %b should be at @b %c. "
2048msgstr "Verzeichnisinode %i Block %b sollte in Block %c sein. "
2049
2050#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002051#: e2fsck/problem.c:1073
Philipp Thomas37be3822015-05-17 20:21:39 -04002052#, c-format
2053msgid "@d @i %i has @x marked uninitialized at @b %c. "
2054msgstr ""
2055"Verzeichnis-Inode %i hat eine Erweiterung, die als nicht initialisiert\n"
2056"gekennzeichnet ist in Block %c. "
2057
2058#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
2059#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002060#: e2fsck/problem.c:1078
Philipp Thomas37be3822015-05-17 20:21:39 -04002061msgid ""
2062"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
2063"Will fix in pass 1B.\n"
2064msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05002065"Die Inode %i, logischer Block %b (physischer Block %c) verletzt die Regeln "
2066"zur\b Anforderung von Cluster-Speicher.\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04002067"Dies wird in Durchgang 1B repariert.\n"
2068
Theodore Ts'o4e528702016-09-04 21:31:21 -04002069#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002070#: e2fsck/problem.c:1083
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002071#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002072msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05002073msgstr ""
2074"Inode %i hat den INDEX_DATA_FL-Bitschalter gesetzt, aber es wurde kein "
2075"erweitertes Attribut gefunden. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002076
2077#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
2078#. @-expanded: or inline-data flag set.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002079#: e2fsck/problem.c:1089
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002080#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002081msgid ""
2082"Special (@v/socket/fifo) file (@i %i) has extents\n"
2083"or inline-data flag set. "
2084msgstr ""
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002085"Spezielle Geräte-/Socket-/Fifo-Datei (Inode %i) hat den Erweiterungs-\n"
2086"oder Inlinedaten-Bitschalter gesetzt. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002087
2088#. @-expanded: inode %i has extent header but inline data flag is set.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002089#: e2fsck/problem.c:1095
Theodore Ts'o4e528702016-09-04 21:31:21 -04002090#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002091msgid "@i %i has @x header but inline data flag is set.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002092msgstr ""
2093"Inode %i hat den Vorspann einer Erweeiterung aber der Inlinedaten-"
2094"Bitschalter ist gesetzt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002095
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002096#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002097#: e2fsck/problem.c:1100
Theodore Ts'o4e528702016-09-04 21:31:21 -04002098#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002099msgid "@i %i seems to have inline data but @x flag is set.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002100msgstr ""
2101"Inode %i scheint Inlinedaten zu besitzen, aber der Erweiterungs-Bitschalter "
2102"ist gesetzt.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002103
2104#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002105#: e2fsck/problem.c:1105
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002106#, c-format
2107msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002108msgstr ""
2109"Inode %i scheint eine Blockliste zu haben, aber die Bitschalter für "
2110"Inlinedaten und Erweiterungen sind gesetzt.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002111
2112#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002113#: e2fsck/problem.c:1110
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002114#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002115msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002116msgstr ""
2117"Die Bitschalter von Inode %i für Inlinedaten und Erweiterungen sind gesetzt "
2118"aber i_block enthält Müll.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002119
2120#. @-expanded: Bad block list says the bad block list inode is bad.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002121#: e2fsck/problem.c:1115
Theodore Ts'o4e528702016-09-04 21:31:21 -04002122msgid "Bad block list says the bad block list @i is bad. "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002123msgstr "Die Liste defekter Blöcke sagt, daß die Inode der Liste defekt ist. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002124
2125#. @-expanded: error allocating extent region allocation structure.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002126#: e2fsck/problem.c:1120
Theodore Ts'o4e528702016-09-04 21:31:21 -04002127msgid "@A @x region allocation structure. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05002128msgstr ""
2129"Fehler beim Anfordern von Speicher für die Struktur für "
2130"Speicheranforderungen für die Erweiterungsregion. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002131
2132#. @-expanded: inode %i has a duplicate extent mapping\n
2133#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002134#: e2fsck/problem.c:1125
Theodore Ts'o4e528702016-09-04 21:31:21 -04002135msgid ""
2136"@i %i has a duplicate @x mapping\n"
2137"\t(logical @b %c, @n physical @b %b, len %N)\n"
2138msgstr ""
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002139"Inode %i hat eine doppelte Erweiterungsliste\n"
2140"\t(logischer Block %c, ungültiger physischer Block %b, Länge %N)\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002141
2142#. @-expanded: error allocating memory for encrypted directory list\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002143#: e2fsck/problem.c:1130
Theodore Ts'o4e528702016-09-04 21:31:21 -04002144msgid "@A memory for encrypted @d list\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002145msgstr ""
2146"Fehler beim resaervieren von Speicher für die Liste verschlüsselter "
2147"Verzeichnisse\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002148
2149#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002150#: e2fsck/problem.c:1135
Theodore Ts'o4e528702016-09-04 21:31:21 -04002151msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002152msgstr ""
2153"Der Erweiterungsbaum von Inode %i könnte flacher sein (%b; könnte <= %c "
2154"sein)\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002155
2156#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002157#: e2fsck/problem.c:1140
Theodore Ts'o4e528702016-09-04 21:31:21 -04002158#, c-format
2159msgid "@i %i on bigalloc @f cannot be @b mapped. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05002160msgstr ""
2161"Inode %i auf dem Bigalloc-Dateisystem kann nicht auf Blockcache gemappt "
2162"werden. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002163
2164#. @-expanded: inode %i has corrupt extent header.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002165#: e2fsck/problem.c:1145
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002166#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002167msgid "@i %i has corrupt @x header. "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002168msgstr "Inode %i hat einen defekten Erweiterungs-Vorspann. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002169
2170#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002171#: e2fsck/problem.c:1150
Theodore Ts'o4e528702016-09-04 21:31:21 -04002172#, c-format
2173msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002174msgstr ""
2175"Zeitstempel in Inode %i bevor 2310-04-04 sind wahrscheinlich von vor 1970.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002176
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002177#. @-expanded: \n
2178#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2179#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002180#: e2fsck/problem.c:1157
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002181msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002182"\n"
2183"Running additional passes to resolve @bs claimed by more than one @i...\n"
2184"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002185msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002186"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002187"Zusätzliche Läufe werden durchgeführt, um die von mehr als einem Inode\n"
2188"beanspruchten Blöcke zu klären ...\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002189"Durchgang 1B: Suche nach mehrfach beanspruchten Blöcken\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002190
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002191#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002192#: e2fsck/problem.c:1163
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002193#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002194msgid "@m @b(s) in @i %i:"
Philipp Thomasab02a742014-07-09 23:13:30 -04002195msgstr "Mehrfach beanspruchte(r) Block/Blöcke in Inode %i:"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002196
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002197#: e2fsck/problem.c:1178
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002198#, c-format
2199msgid "Error while scanning inodes (%i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002200msgstr "Fehler beim Prüfen der Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002201
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002202#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002203#: e2fsck/problem.c:1183
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002204#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002205msgid "@A @i @B (@i_dup_map): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002206msgstr "Fehler beim Zuweisen der Inode-Bitmap (inode_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002207
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002208#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002209#: e2fsck/problem.c:1188
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002210#, c-format
2211msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002212msgstr "Fehler beim Iterieren über die Blöcke in Inode %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002213
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002214#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002215#: e2fsck/problem.c:1193 e2fsck/problem.c:1555
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002216msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002217msgstr ""
2218"Fehler bei der Anpassung des Referenzzählers des Blocks für erweiterte "
2219"Attribute %b (Inode %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002220
Theodore Ts'o6956f612005-12-31 16:46:15 -05002221#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002222#: e2fsck/problem.c:1203
Theodore Ts'o6956f612005-12-31 16:46:15 -05002223msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002224msgstr ""
2225"Durchgang 1C: Verzeichnisse werden nach Inodes mit mehrfach belegten Blöcken "
2226"durchsucht.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002227
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002228#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002229#: e2fsck/problem.c:1209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002230msgid "Pass 1D: Reconciling @m @bs\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002231msgstr "Durchgang 1D: Mehrfach belegte Blöcke werden abgeglichen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002232
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002233#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002234#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002235#: e2fsck/problem.c:1214
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002236msgid ""
2237"File %Q (@i #%i, mod time %IM) \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002238" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002239msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002240"Datei %Q (Inode #%i, Änderungszeit %IM) \n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002241" hat %r mehrfach belegte(n) Block/Blöcke, gemeinsam genutzt mit %N "
2242"Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002243
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002244#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002245#: e2fsck/problem.c:1220
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002246msgid "\t%Q (@i #%i, mod time %IM)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002247msgstr "\t%Q (Inode #%i, Änderungszeit %IM)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002248
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002249#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002250#: e2fsck/problem.c:1225
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002251msgid "\t<@f metadata>\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002252msgstr "\t<@f-Metadaten>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002253
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002254#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2255#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002256#: e2fsck/problem.c:1230
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002257msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002258"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002259"\n"
2260msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002261"(Es gibt %N Inodes, die mehrfach belegte Blöcke enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002262"\n"
2263
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002264#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2265#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002266#: e2fsck/problem.c:1235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002267msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002268"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002269"\n"
2270msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002271"Mehrfach belegte Blöcke wurden bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002272"\n"
2273
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002274#: e2fsck/problem.c:1248
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002275#, c-format
2276msgid "Couldn't clone file: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002277msgstr "Datei kann nicht geklont werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002278
Theodore Ts'o4e528702016-09-04 21:31:21 -04002279#. @-expanded: Pass 1E: Optimizing extent trees\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002280#: e2fsck/problem.c:1254
Theodore Ts'o4e528702016-09-04 21:31:21 -04002281msgid "Pass 1E: Optimizing @x trees\n"
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002282msgstr "Durchgang 1E: Erweiterungsbäume werden optimiert\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002283
2284#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002285#: e2fsck/problem.c:1259
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002286#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002287msgid "Failed to optimize @x tree %p (%i): %m\n"
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002288msgstr "Erweiterungsbaum %p (%i) konnte nicht optimiert werden: %m\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002289
2290#. @-expanded: Optimizing extent trees:
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002291#: e2fsck/problem.c:1264
Theodore Ts'o4e528702016-09-04 21:31:21 -04002292msgid "Optimizing @x trees: "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002293msgstr "Erweiterungsbäume werden optimiert: "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002294
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002295#: e2fsck/problem.c:1279
Theodore Ts'o4e528702016-09-04 21:31:21 -04002296msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002297msgstr ""
2298"Interner Fehler: die max. Tiefe des Erweiterungsbaums ist zu groß (%b; "
2299"erwartet wurde %c).\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002300
2301#. @-expanded: inode %i extent tree (at level %b) could be shorter.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002302#: e2fsck/problem.c:1284
Theodore Ts'o4e528702016-09-04 21:31:21 -04002303msgid "@i %i @x tree (at level %b) could be shorter. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05002304msgstr ""
2305"Der Erweiterungsbaum von Inode %1$i (auf Ebene %2$b) könnte kürzer sein. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002306
2307#. @-expanded: inode %i extent tree (at level %b) could be narrower.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002308#: e2fsck/problem.c:1289
Theodore Ts'o4e528702016-09-04 21:31:21 -04002309msgid "@i %i @x tree (at level %b) could be narrower. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05002310msgstr ""
2311"Der Erweiterungsbaum von Inode %1$i (auf Ebene %2$b) könnte schmaler sein. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002312
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002313#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002314#: e2fsck/problem.c:1296
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002315msgid "Pass 2: Checking @d structure\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002316msgstr "Durchgang 2: Verzeichnisstruktur wird geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002317
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002318#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002319#: e2fsck/problem.c:1301
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002320#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002321msgid "@n @i number for '.' in @d @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002322msgstr "Falsche Inode-Nummer für „.“ in Verzeichnis-Inode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002323
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002324#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002325#: e2fsck/problem.c:1306
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002326msgid "@E has @n @i #: %Di.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002327msgstr "Eintrag hat falsche Inode-Nummer: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002328
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002329#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002330#: e2fsck/problem.c:1311
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002331msgid "@E has @D/unused @i %Di. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002332msgstr "Eintrag „%Dn“ in %p (%i) hat gelöschten/unbenutzten Inode %Di. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002333
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002334#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002335#: e2fsck/problem.c:1316
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002336msgid "@E @L to '.' "
Philipp Thomasab02a742014-07-09 23:13:30 -04002337msgstr "Eintrag „%Dn“ in %p (%i) ist ein Link auf „.“ "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002338
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002339#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002340#: e2fsck/problem.c:1321
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002341msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002342msgstr ""
2343"Eintrag „%Dn“ in %p (%i) zeigt auf einen Inode (%Di) in einem defekten "
2344"Block.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002345
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002346#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002347#: e2fsck/problem.c:1326
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002348msgid "@E @L to @d %P (%Di).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002349msgstr "Eintrag „%Dn“ in %p (%i) ist ein Link auf das Verzeichnis %P (%Di).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002350
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002351#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002352#: e2fsck/problem.c:1331
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002353msgid "@E @L to the @r.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002354msgstr "Eintrag „%Dn“ in %p (%i) ist ein Link auf den Root-Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002355
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002356#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002357#: e2fsck/problem.c:1336
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002358msgid "@E has illegal characters in its name.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002359msgstr "Eintrag „%Dn“ in %p (%i) hat ein unzulässiges Zeichen im Namen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002360
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002361#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002362#: e2fsck/problem.c:1341
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002363#, c-format
2364msgid "Missing '.' in @d @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002365msgstr "Fehlende „.“ im Verzeichnis-Inode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002366
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002367#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002368#: e2fsck/problem.c:1346
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002369#, c-format
2370msgid "Missing '..' in @d @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002371msgstr "Fehlender Eintrag „..“ im Verzeichnis-Inode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002373#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002374#: e2fsck/problem.c:1351
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002375msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002376msgstr ""
2377"Der erste Eintrag „%Dn“ (Inode=%Di) im Verzeichnis-Inode %i (%p) sollte „.“ "
2378"sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002379
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002380#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002381#: e2fsck/problem.c:1356
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002382msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002383msgstr ""
2384"Der zweite Eintrag „%Dn“ (Inode=%Di) im Verzeichnis-Inode %i sollte „..“ "
2385"sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002386
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002387#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002388#: e2fsck/problem.c:1361
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002389msgid "i_faddr @F %IF, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002390msgstr "i_faddr für Inode %i (%Q) ist %IF, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002391
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002392#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002393#: e2fsck/problem.c:1366
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002394msgid "i_file_acl @F %If, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002395msgstr "i_file_acl für Inode %i (%Q) ist %If, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002396
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002397#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002398#: e2fsck/problem.c:1371
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002399msgid "i_dir_acl @F %Id, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002400msgstr "i_dir_acl für Inode %i (%Q) ist %Id, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002401
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002402#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002403#: e2fsck/problem.c:1376
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002404msgid "i_frag @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002405msgstr "i_frag für Inode %i (%Q) ist %N, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002407#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002408#: e2fsck/problem.c:1381
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002409msgid "i_fsize @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002410msgstr "i_fsize für Inode %i (%Q) ist %N, @s null.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002411
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002412#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002413#: e2fsck/problem.c:1386
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002414msgid "@i %i (%Q) has @n mode (%Im).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002415msgstr "Inode %i (%Q) hat einen ungültigen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002416
Philipp Thomas77c871a2010-04-19 16:59:02 -04002417#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002418#: e2fsck/problem.c:1391
Philipp Thomas77c871a2010-04-19 16:59:02 -04002419msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002420msgstr "Verzeichnis-Inode %i, %B, Offset %N: Verzeichnis defekt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002421
Philipp Thomas77c871a2010-04-19 16:59:02 -04002422#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002423#: e2fsck/problem.c:1396
Philipp Thomas77c871a2010-04-19 16:59:02 -04002424msgid "@d @i %i, %B, offset %N: filename too long\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002425msgstr "Verzeichnis-Inode %i, %B, Offset %N: Dateiname zu lang\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002426
Philipp Thomas77c871a2010-04-19 16:59:02 -04002427#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002428#: e2fsck/problem.c:1401
Philipp Thomas77c871a2010-04-19 16:59:02 -04002429msgid "@d @i %i has an unallocated %B. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002430msgstr "Verzeichnis-Inode %i hat einen nicht zugewiesenen %B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002431
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002432#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002433#: e2fsck/problem.c:1406
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002434#, c-format
2435msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002436msgstr ""
2437"Verzeichniseintrag „.“ im Verzeichnis-Inode %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002438
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002439#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002440#: e2fsck/problem.c:1411
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002441#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002442msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002443msgstr ""
2444"Verzeichniseintrag „..“ im Verzeichnis-Inode %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002445
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002446#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002447#: e2fsck/problem.c:1416
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002448msgid "@i %i (%Q) is an @I character @v.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002449msgstr "Inode %i (%Q) ist ein ungültiges zeichenorientiertes Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002450
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002451#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002452#: e2fsck/problem.c:1421
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002453msgid "@i %i (%Q) is an @I @b @v.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002454msgstr "Inode %i (%Q) ist ein ungültiges blockorientiertes Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002455
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002456#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002457#: e2fsck/problem.c:1426
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002458msgid "@E is duplicate '.' @e.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002459msgstr "Eintrag „%Dn“ in %p (%i) ist ein doppelter Eintrag für „.“.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002460
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002461#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002462#: e2fsck/problem.c:1431
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002463msgid "@E is duplicate '..' @e.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002464msgstr "Eintrag „%Dn“ in %p (%i) ist ein doppelter Eintrag für „..“.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002465
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002466#: e2fsck/problem.c:1436 e2fsck/problem.c:1771
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002467#, c-format
2468msgid "Internal error: couldn't find dir_info for %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002469msgstr "Interner Fehler: dir_info für %i kann nicht gefunden werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002470
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002471#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002472#: e2fsck/problem.c:1441
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002473msgid "@E has rec_len of %Dr, @s %N.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002474msgstr "Eintrag „%Dn“ in %p (%i) hat eine rec_len von %Dr, sollte %N sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002476#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002477#: e2fsck/problem.c:1446
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002478#, c-format
2479msgid "@A icount structure: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002480msgstr "Fehler beim Zuweisen der icount-Struktur: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002482#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002483#: e2fsck/problem.c:1451
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002484#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04002485msgid "Error iterating over @d @bs: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002486msgstr "Fehler beim Durchlaufen der Verzeichnisblöcke: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002487
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002488#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002489#: e2fsck/problem.c:1456
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002490msgid "Error reading @d @b %b (@i %i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002491msgstr "Fehler beim Lesen des Verzeichnisblocks %b (Inode %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002492
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002493#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002494#: e2fsck/problem.c:1461
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002495msgid "Error writing @d @b %b (@i %i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002496msgstr "Fehler beim Schreiben des Verzeichnisblocks %b (Inode %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002497
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002498#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002499#: e2fsck/problem.c:1466
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002500#, c-format
2501msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002502msgstr ""
2503"Fehler beim Zuweisen eines neuen Verzeichnisblocks für Inode %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002504
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002505#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002506#: e2fsck/problem.c:1471
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002507#, c-format
2508msgid "Error deallocating @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002509msgstr "Fehler bei der Freigabe von Inode %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002510
Philipp Thomas40771272008-09-07 22:55:25 -04002511#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002512#: e2fsck/problem.c:1476
Philipp Thomas40771272008-09-07 22:55:25 -04002513#, c-format
2514msgid "@d @e for '.' in %p (%i) is big.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002515msgstr "Verzeichniseintrag für „.“ in %p (%i) ist groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002516
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002517#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002518#: e2fsck/problem.c:1481
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002519msgid "@i %i (%Q) is an @I FIFO.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002520msgstr "Inode %i (%Q) ist eine ungültige FIFO.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002521
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002522#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002523#: e2fsck/problem.c:1486
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002524msgid "@i %i (%Q) is an @I socket.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002525msgstr "Inode %i (%Q) ist ein ungültiger Socket.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002526
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002527#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002528#: e2fsck/problem.c:1491
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002529msgid "Setting filetype for @E to %N.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002530msgstr "Dateitypü für Eintrag „%Dn“ in %p (%i) wird auf %N gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002531
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002532#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002533#: e2fsck/problem.c:1496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002534msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002535msgstr ""
2536"Eintrag „%Dn“ in %p (%i) hat einen falschen Dateityp (war %Dt, sollte %N "
2537"sein).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002538
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002539#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002540#: e2fsck/problem.c:1501
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002541msgid "@E has filetype set.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002542msgstr "Eintrag „%Dn“ in %p (%i) hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002543
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002544#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002545#: e2fsck/problem.c:1506
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002546msgid "@E has a @z name.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002547msgstr "Eintrag „%Dn“ in %p (%i) hat einen Namen der Länge Null.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002548
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002549#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002550#: e2fsck/problem.c:1511
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002551msgid "Symlink %Q (@i #%i) is @n.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002552msgstr "Symlink %Q (Inode #%i) is invalid.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002553
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002554#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002555#: e2fsck/problem.c:1516
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002556msgid "@a @b @F @n (%If).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002557msgstr "Erweiterte-Attribute-Block für Inode %i (%Q) ist ungültig (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002558
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002559#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002560#: e2fsck/problem.c:1521
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002561msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002562msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002563"Dateisystem enthält große Dateien, aber im Superblock ist\n"
2564"der Bitschalter LARGE_FILE nicht gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002565
Philipp Thomas77c871a2010-04-19 16:59:02 -04002566#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002567#: e2fsck/problem.c:1526
Philipp Thomas77c871a2010-04-19 16:59:02 -04002568msgid "@p @h %d: %B not referenced\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002569msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B ist nicht referenziert\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002570
Philipp Thomas77c871a2010-04-19 16:59:02 -04002571#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002572#: e2fsck/problem.c:1531
Philipp Thomas77c871a2010-04-19 16:59:02 -04002573msgid "@p @h %d: %B referenced twice\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002574msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002575
Philipp Thomas77c871a2010-04-19 16:59:02 -04002576#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002577#: e2fsck/problem.c:1536
Philipp Thomas77c871a2010-04-19 16:59:02 -04002578msgid "@p @h %d: %B has bad min hash\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002579msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B hat ungültigen Minimumhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002580
Philipp Thomas77c871a2010-04-19 16:59:02 -04002581#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002582#: e2fsck/problem.c:1541
Philipp Thomas77c871a2010-04-19 16:59:02 -04002583msgid "@p @h %d: %B has bad max hash\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002584msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B hat ungültigen Maximalhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002585
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002586#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002587#: e2fsck/problem.c:1546
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002588msgid "@n @h %d (%q). "
Philipp Thomasab02a742014-07-09 23:13:30 -04002589msgstr "Ungültiger HTREE-Verzeichnis-Inode %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002590
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002591#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002592#: e2fsck/problem.c:1550
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002593msgid "@p @h %d (%q): bad @b number %b.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002594msgstr "Problem im HTREE-Verzeichnis-Inode %d (%q): falsche Blocknummer %b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002595
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002596#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002597#: e2fsck/problem.c:1560
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002598#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002599msgid "@p @h %d: root node is @n\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002600msgstr "Problem im HTREE-Verzeichnis-Inode %d: Wurzelknoten ist ungültig\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002601
Philipp Thomas77c871a2010-04-19 16:59:02 -04002602#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002603#: e2fsck/problem.c:1565
Philipp Thomas77c871a2010-04-19 16:59:02 -04002604msgid "@p @h %d: %B has @n limit (%N)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002605msgstr ""
2606"Problem im HTREE-Verzeichnis-Inode %d: %B hat eine ungültige Begrenzung "
2607"(%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002608
Philipp Thomas77c871a2010-04-19 16:59:02 -04002609#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002610#: e2fsck/problem.c:1570
Philipp Thomas77c871a2010-04-19 16:59:02 -04002611msgid "@p @h %d: %B has @n count (%N)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002612msgstr ""
2613"Problem im HTREE-Verzeichnis-Inode %d: %B hat einen ungültigen Zählerstand "
2614"(%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002615
Philipp Thomas77c871a2010-04-19 16:59:02 -04002616#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002617#: e2fsck/problem.c:1575
Philipp Thomas77c871a2010-04-19 16:59:02 -04002618msgid "@p @h %d: %B has an unordered hash table\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002619msgstr ""
2620"Problem im HTREE-Verzeichnis-Inode %d: %B hat eine unsortierte Hashtabelle\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002621
Philipp Thomas77c871a2010-04-19 16:59:02 -04002622#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002623#: e2fsck/problem.c:1580
Philipp Thomas77c871a2010-04-19 16:59:02 -04002624msgid "@p @h %d: %B has @n depth (%N)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002625msgstr ""
2626"Problem im HTREE-Verzeichnis-Inode %d: %B hat eine ungültige Tiefe (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002627
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002628#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002629#: e2fsck/problem.c:1585
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002630msgid "Duplicate @E found. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002631msgstr "Doppelter Eintrag „%Dn“ in %p (%i) gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002632
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002633#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2634#. @-expanded: Rename to %s
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002635#: e2fsck/problem.c:1590
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002636#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002637msgid ""
2638"@E has a non-unique filename.\n"
2639"Rename to %s"
2640msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002641"Eintrag „%Dn“ in %p (%i) hat keinen eindeutigen Dateinamen.\n"
2642"Wird in %s umbenannt"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002643
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002644#. @-expanded: Duplicate entry '%Dn' found.\n
2645#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2646#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002647#: e2fsck/problem.c:1595
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002648msgid ""
2649"Duplicate @e '%Dn' found.\n"
2650"\tMarking %p (%i) to be rebuilt.\n"
2651"\n"
2652msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002653"Doppelter Eintrag „%Dn“ gefunden.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002654"\t%p (%i) wird für die Neuerstellung markiert.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002655"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002656
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002657#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002658#: e2fsck/problem.c:1600
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002659msgid "i_blocks_hi @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002660msgstr "i_blocks_hi für Inode %i (%Q) %N, sollte Null sein.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002661
Philipp Thomas720e6362008-06-21 14:06:00 -04002662#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002663#: e2fsck/problem.c:1605
Philipp Thomas720e6362008-06-21 14:06:00 -04002664msgid "Unexpected @b in @h %d (%q).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002665msgstr "Unerwarteter Block im HTREE-Verzeichnis-Inode %d (%q).\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002666
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002667#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002668#: e2fsck/problem.c:1609
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002669msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002670msgstr ""
2671"Eintrag „%Dn“ in %p (%i) verweist auf Inode %Di in Gruppe %g, für die "
2672"_INODE_UNINIT gesetzt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002673
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002674#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002675#: e2fsck/problem.c:1614
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002676msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002677msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05002678"Eintrag „%Dn“ in %p (%i) verweist auf Inode %Di, der im Bereich ungenutzter "
2679"Inodes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002680"von Gruppe %g zu finden ist.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002681
2682#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002683#: e2fsck/problem.c:1619
Philipp Thomas77c871a2010-04-19 16:59:02 -04002684msgid "i_file_acl_hi @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002685msgstr "i_file_acl_hi für Inode %i (%Q) ist %N, sollte Null sein.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002686
Theodore Ts'o4e528702016-09-04 21:31:21 -04002687#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002688#: e2fsck/problem.c:1624
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002689#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002690msgid "@p @h %d: root node fails checksum.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002691msgstr ""
2692"Problem in HTREE-Verzeichnis-Inode %d: der Wurzelknoten ist ungültig.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002693
2694#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002695#: e2fsck/problem.c:1629
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002696#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002697msgid "@p @h %d: internal node fails checksum.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002698msgstr ""
2699"Problem im HTREE-Verzeichnis-Inode %d: der interne Knoten ist ungültig\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002700
2701#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002702#: e2fsck/problem.c:1634
Theodore Ts'o4e528702016-09-04 21:31:21 -04002703msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002704msgstr ""
2705"Verzeichnis-Inode %i, %B, Offset %N: das Verzeichnis hat keine Prüfsumme.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002706
2707#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002708#: e2fsck/problem.c:1639
Theodore Ts'o4e528702016-09-04 21:31:21 -04002709msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002710msgstr ""
2711"Verzeichnis-Inode %i, %B: das Verzeichnis besteht die Prüfungen aber die "
2712"Püfsumme ist falsch.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002713
2714#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002715#: e2fsck/problem.c:1644
Theodore Ts'o4e528702016-09-04 21:31:21 -04002716msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002717msgstr ""
2718"Die Größe von Inode %i (%N) eines Inline-Verzeichnisses muss ein Mehrfaches "
2719"von 4 sein.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002720
2721#. @-expanded: Fixing size of inline directory inode %i failed.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002722#: e2fsck/problem.c:1649
Theodore Ts'o4e528702016-09-04 21:31:21 -04002723#, c-format
2724msgid "Fixing size of inline @d @i %i failed.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002725msgstr ""
2726"Das Korrigieren der Größe von Inode %i eines Inline-Verzeichnisses ist fehl "
2727"geschlagen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002728
2729#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002730#: e2fsck/problem.c:1654
Theodore Ts'o4e528702016-09-04 21:31:21 -04002731msgid "Encrypted @E is too short.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04002732msgstr "Der verschlüsselte Eintrag „%Dn” in %p (%i) ist zu kurz.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002733
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002734#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002735#: e2fsck/problem.c:1661
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002736msgid "Pass 3: Checking @d connectivity\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002737msgstr "Durchgang 3: Verzeichnisverknüpfungen werden geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002738
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002739#. @-expanded: root inode not allocated.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002740#: e2fsck/problem.c:1666
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002741msgid "@r not allocated. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002742msgstr "Root-Inode nicht zugeordnet. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002743
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002744#. @-expanded: No room in lost+found directory.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002745#: e2fsck/problem.c:1671
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002746msgid "No room in @l @d. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002747msgstr "Kein Platz im Verzeichnis „lost+found“. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002748
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002749#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002750#: e2fsck/problem.c:1676
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002751#, c-format
2752msgid "Unconnected @d @i %i (%p)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002753msgstr "Nicht verbundener Verzeichnis-Inode %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002754
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002755#. @-expanded: /lost+found not found.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002756#: e2fsck/problem.c:1681
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002757msgid "/@l not found. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002758msgstr "/lost+found nicht gefunden. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002759
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002760#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002761#: e2fsck/problem.c:1686
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002762msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002763msgstr "„..“ in %Q (%i) ist %P (%j), sollte %q (%d) sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002764
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002765#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002766#: e2fsck/problem.c:1691
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002767msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002768msgstr ""
2769"Verzeichnis /lost+found ist falsch oder fehlt. Wiederverbinden nicht "
2770"möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002771
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002772#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002773#: e2fsck/problem.c:1696
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002774#, c-format
2775msgid "Could not expand /@l: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002776msgstr "Erweitern von /lost+found nicht möglich: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002777
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002778#: e2fsck/problem.c:1701
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002779#, c-format
2780msgid "Could not reconnect %i: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002781msgstr "Wiederverbinden von %i nicht möglich: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002782
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002783#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002784#: e2fsck/problem.c:1706
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002785#, c-format
2786msgid "Error while trying to find /@l: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002787msgstr "Fehler während der Suche nach /lost+found: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002788
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002789#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002790#: e2fsck/problem.c:1711
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002791#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002792msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002793msgstr ""
2794"ext2fs_new_@b: %m während des Versuches, das Verzeichnis /lost+found zu "
2795"erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002796
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002797#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002798#: e2fsck/problem.c:1716
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002799#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002800msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002801msgstr ""
2802"ext2fs_new_@i: %m während des Versuches, das Verzeichnis /lost+found zu "
2803"erzeugen.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002804
2805#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002806#: e2fsck/problem.c:1721
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002807#, c-format
2808msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002809msgstr ""
2810"ext2fs_new_dir_@b: %m während des Versuches, das Verzeichnis /lost+found zu "
2811"erzeugen.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002812
2813#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002814#: e2fsck/problem.c:1726
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002815#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002816msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002817msgstr ""
2818"ext2fs_write_dir_@b: %m während des Schreibens des Verzeichnisblocks für /"
2819"lost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002820
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002821#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002822#: e2fsck/problem.c:1731
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002823#, c-format
2824msgid "Error while adjusting @i count on @i %i\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002825msgstr "Fehler während des Anpassens der Inode-Anzahl auf Inode %i\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002826
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002827#. @-expanded: Couldn't fix parent of inode %i: %m\n
2828#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002829#: e2fsck/problem.c:1736
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002830#, c-format
2831msgid ""
2832"Couldn't fix parent of @i %i: %m\n"
2833"\n"
2834msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002835"Eigentümer von Inode %i konnte nicht repariert werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002836"\n"
2837
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002838#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2839#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002840#: e2fsck/problem.c:1741
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002841#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002842msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002843"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002844"\n"
2845msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002846"Eigentümer von Inode %i konnte nicht repariert werden: \n"
2847"Verzeichniseintrag des Eigentümers wurde nicht gefunden.\n"
2848"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002849
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002850#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002851#: e2fsck/problem.c:1751
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002852#, c-format
2853msgid "Error creating root @d (%s): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002854msgstr "Fehler beim Erzeugen des Wurzelverzeichnisses (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002855
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002856#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002857#: e2fsck/problem.c:1756
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002858#, c-format
2859msgid "Error creating /@l @d (%s): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002860msgstr "Fehler beim Erzeugen des Verzeichnisses /lost+found (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002861
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002862#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002863#: e2fsck/problem.c:1761
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002864msgid "@r is not a @d; aborting.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002865msgstr "Der Wurzel-Inode ist kein Verzeichnis; Abbruch.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002866
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002867#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002868#: e2fsck/problem.c:1766
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002869msgid "Cannot proceed without a @r.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002870msgstr "Ohne Wurzel-Inode ist weiteres Arbeiten nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002871
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002872#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002873#: e2fsck/problem.c:1776
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002874#, c-format
2875msgid "/@l is not a @d (ino=%i)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002876msgstr "/lost+found ist kein Verzeichnis (ino=%i)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002877
Theodore Ts'o4e528702016-09-04 21:31:21 -04002878#. @-expanded: /lost+found has inline data\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002879#: e2fsck/problem.c:1781
Theodore Ts'o4e528702016-09-04 21:31:21 -04002880msgid "/@l has inline data\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04002881msgstr "/@l hat Inline-Daten\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002882
2883#. @-expanded: Cannot allocate space for /lost+found.\n
2884#. @-expanded: Place lost files in root directory instead
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002885#: e2fsck/problem.c:1786
Theodore Ts'o4e528702016-09-04 21:31:21 -04002886msgid ""
2887"Cannot allocate space for /@l.\n"
2888"Place lost files in root directory instead"
2889msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04002890"Es kann kein Platz für /@l reserviert werden.\n"
2891"Verlorene Dateien werden daher in das Wurzelverzeichnis geschrieben"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002892
2893#. @-expanded: Insufficient space to recover lost files!\n
2894#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2895#. @-expanded: \n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002896#: e2fsck/problem.c:1791
Theodore Ts'o4e528702016-09-04 21:31:21 -04002897msgid ""
2898"Insufficient space to recover lost files!\n"
2899"Move data off the @f and re-run e2fsck.\n"
2900"\n"
2901msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04002902"Der vorhandene Platz reicht nicht zur Rettung verlorener Dateien!\n"
2903"Verschieben sie Daten von dem Dateisystem auf ein anderes und lassen\n"
2904"Sie dann e2fsck noch einmal laufen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002905
2906#. @-expanded: /lost+found is encrypted\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002907#: e2fsck/problem.c:1796
Theodore Ts'o4e528702016-09-04 21:31:21 -04002908msgid "/@l is encrypted\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04002909msgstr "/lost+found ist verschlüsselt\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002910
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002911#: e2fsck/problem.c:1803
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002912msgid "Pass 3A: Optimizing directories\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002913msgstr "Durchgang 3A: Verzeichnisse werden optimiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002914
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002915#: e2fsck/problem.c:1808
Philipp Thomas77c871a2010-04-19 16:59:02 -04002916#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002917msgid "Failed to create dirs_to_hash iterator: %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002918msgstr "dirs_to_hash Iterator konnte nicht erzeugt werden: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002919
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002920#: e2fsck/problem.c:1813
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002921msgid "Failed to optimize directory %q (%d): %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002922msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002923
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002924#: e2fsck/problem.c:1818
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002925msgid "Optimizing directories: "
Philipp Thomasab02a742014-07-09 23:13:30 -04002926msgstr "Verzeichnisse werden optimiert: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002927
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002928#: e2fsck/problem.c:1835
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002929msgid "Pass 4: Checking reference counts\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002930msgstr "Durchgang 4: Referenzzähler werden überprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002931
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002932#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002933#: e2fsck/problem.c:1840
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002934#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002935msgid "@u @z @i %i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002936msgstr "Nicht verbundener Inode der Länge Null %i. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002937
2938#. @-expanded: unattached inode %i\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002939#: e2fsck/problem.c:1845
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002940#, c-format
2941msgid "@u @i %i\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002942msgstr "Nicht verbundener Inode %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002943
2944#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002945#: e2fsck/problem.c:1850
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002946msgid "@i %i ref count is %Il, @s %N. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002947msgstr "Der Referenzzähler von Inode %i ist %Il, sollte aber %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002948
Philipp Thomasab02a742014-07-09 23:13:30 -04002949# So etwas sollte in einer ernstzunehmenden Software nicht erscheinen,
2950# selbst wenn es (derber) Humor ist.
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002951#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2952#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2953#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002954#: e2fsck/problem.c:1854
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002955msgid ""
2956"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2957"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002958"@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 -05002959msgstr ""
2960"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002961"\tODER JEMAND PRÜFT EIN EINGEHÄNGTES (AKTIVES) DATEISYSTEM.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002962"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten identisch "
2963"sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002964
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002965#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002966#: e2fsck/problem.c:1864
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002967msgid "Pass 5: Checking @g summary information\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002968msgstr "Durchgang 5: Zusammengefasste Gruppeninformation wird geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002969
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002970#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002971#: e2fsck/problem.c:1869
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002972msgid "Padding at end of @i @B is not set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002973msgstr "Auffüllbyte am Ende der Inode-Bitmap ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002975#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002976#: e2fsck/problem.c:1874
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002977msgid "Padding at end of @b @B is not set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002978msgstr "Auffüllbyte am Ende der Inode-Bitmap ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002979
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002980#. @-expanded: block bitmap differences:
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002981#: e2fsck/problem.c:1879
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002982msgid "@b @B differences: "
Philipp Thomasab02a742014-07-09 23:13:30 -04002983msgstr "Unterschiede in der Block-Bitmap: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002984
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002985#. @-expanded: inode bitmap differences:
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002986#: e2fsck/problem.c:1899
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002987msgid "@i @B differences: "
Philipp Thomasab02a742014-07-09 23:13:30 -04002988msgstr "Unterschiede in der Inode-Bitmap: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002989
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002990#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002991#: e2fsck/problem.c:1919
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002992msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002993msgstr "Die Anzahl freier Inodes für Gruppe #%g ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002994
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002995#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04002996#: e2fsck/problem.c:1924
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002997msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002998msgstr ""
2999"Die Anzahl der Verzeichnisse für Gruppe #%g ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003000
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003001#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003002#: e2fsck/problem.c:1929
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003003msgid "Free @is count wrong (%i, counted=%j).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003004msgstr "Die Anzahl freier Inodes ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003005
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003006#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003007#: e2fsck/problem.c:1934
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003008msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003009msgstr "Die Anzahl freier Blöcke in Gruppe #%g ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003010
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003011#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003012#: e2fsck/problem.c:1939
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003013msgid "Free @bs count wrong (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003014msgstr "Die Anzahl freier Blöcke ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003015
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003016#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
3017#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003018#: e2fsck/problem.c:1944
Theodore Ts'o89128f82018-01-01 19:36:37 -05003019msgid ""
3020"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
3021"endpoints (%i, %j)\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003022msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05003023"PROGRAMMIERFEHLER: Dateisystem (#%N) Bitmap-Endpunkte (%b, %c) stimmenen "
3024"nicht\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003025"mit den berechneten Bitmap-Endpunkten (%i, %j) überein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003026
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003027#: e2fsck/problem.c:1950
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003028msgid "Internal error: fudging end of bitmap (%N)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05003029msgstr "Interner Fehler: das Ende der Bitmap (%N) wird erraten\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003030
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003031#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003032#: e2fsck/problem.c:1955
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003033#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003034msgid "Error copying in replacement @i @B: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003035msgstr "Fehler beim Hineinkopieren der Inode-Bitmap: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003036
3037#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003038#: e2fsck/problem.c:1960
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003039#, c-format
3040msgid "Error copying in replacement @b @B: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05003041msgstr "Fehler beim Hineinkopieren der Ersatz-Blockbitmap: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003042
Philipp Thomas720e6362008-06-21 14:06:00 -04003043#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003044#: e2fsck/problem.c:1985
Philipp Thomas720e6362008-06-21 14:06:00 -04003045#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04003046msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003047msgstr ""
3048"Blöcke von Gruppe %g sind in Benutzung, obwohl die Gruppe als BLOCK_UNINIT "
3049"markiert ist\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003050
3051#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003052#: e2fsck/problem.c:1990
Theodore Ts'o057a1592010-06-07 12:24:21 -04003053#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003054msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003055msgstr ""
3056"Die Inodes der Gruppe %g sind in Benutzung, obwohl die Gruppe als "
3057"INODE_UNINIT markiert ist\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003058
3059#. @-expanded: group %g inode bitmap does not match checksum.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003060#: e2fsck/problem.c:1995
Theodore Ts'o4e528702016-09-04 21:31:21 -04003061#, c-format
3062msgid "@g %g @i @B does not match checksum.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003063msgstr "Die Inode-Bitmap der Gruppe %g passt nicht zur Prüfsumme.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003064
3065#. @-expanded: group %g block bitmap does not match checksum.\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003066#: e2fsck/problem.c:2000
Theodore Ts'o4e528702016-09-04 21:31:21 -04003067#, c-format
3068msgid "@g %g @b @B does not match checksum.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003069msgstr "Die Block-Bitmap der Gruppe %g passt nicht zur Prüfsumme.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003070
Philipp Thomas77c871a2010-04-19 16:59:02 -04003071#. @-expanded: Recreate journal
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003072#: e2fsck/problem.c:2007
Philipp Thomas77c871a2010-04-19 16:59:02 -04003073msgid "Recreate @j"
Philipp Thomasab02a742014-07-09 23:13:30 -04003074msgstr "Journal wird wiederhergestellt"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003075
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003076#: e2fsck/problem.c:2012
Eric Sandeen032eafe2012-07-28 17:48:36 -04003077msgid "Update quota info for quota type %N"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05003078msgstr "Quota-Info für Typ %N wird aktualisiert"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003079
Philipp Thomas37be3822015-05-17 20:21:39 -04003080#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003081#: e2fsck/problem.c:2017
Philipp Thomas37be3822015-05-17 20:21:39 -04003082#, c-format
3083msgid "Error setting @b @g checksum info: %m\n"
3084msgstr "beim Setzen der Blockgruppen-Prüfsummeninfo: %m\n"
3085
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003086#: e2fsck/problem.c:2022
Philipp Thomas37be3822015-05-17 20:21:39 -04003087#, c-format
3088msgid "Error writing file system info: %m\n"
3089msgstr "Fehler beim Lesen de Der Dateisysteminfo: %m\n"
3090
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003091#: e2fsck/problem.c:2027
Philipp Thomas37be3822015-05-17 20:21:39 -04003092#, c-format
3093msgid "Error flushing writes to storage device: %m\n"
3094msgstr "Fehler beim Schreiben der gepufferten Daten: %m\n"
3095
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003096#: e2fsck/problem.c:2032
Theodore Ts'o4e528702016-09-04 21:31:21 -04003097msgid "Error writing quota info for quota type %N: %m\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003098msgstr "Beim Schreiben der Quota-Info für Typ %N trat ein Fehler auf: %m\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003099
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003100#: e2fsck/problem.c:2153
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003101#, c-format
3102msgid "Unhandled error code (0x%x)!\n"
3103msgstr "Unbenutzter Fehlercode (0x%x)!\n"
3104
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003105#: e2fsck/problem.c:2279 e2fsck/problem.c:2283
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003106msgid "IGNORED"
3107msgstr "IGNORIERT"
3108
Theodore Ts'o4e528702016-09-04 21:31:21 -04003109#: e2fsck/quota.c:33 e2fsck/quota.c:46
3110msgid "in move_quota_inode"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003111msgstr "in move_quota_inode"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003112
Eric Sandeen032eafe2012-07-28 17:48:36 -04003113#: e2fsck/scantest.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003114#, c-format
3115msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003116msgstr "Benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003117
Eric Sandeen032eafe2012-07-28 17:48:36 -04003118#: e2fsck/scantest.c:98
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003119#, c-format
3120msgid "size of inode=%d\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003121msgstr "Größe des Inodes=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003122
Eric Sandeen032eafe2012-07-28 17:48:36 -04003123#: e2fsck/scantest.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003124msgid "while starting inode scan"
Philipp Thomasab02a742014-07-09 23:13:30 -04003125msgstr "beim Starten der Inode-Prüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003126
Eric Sandeen032eafe2012-07-28 17:48:36 -04003127#: e2fsck/scantest.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003128msgid "while doing inode scan"
Philipp Thomasab02a742014-07-09 23:13:30 -04003129msgstr "während der Inode-Prüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003130
Theodore Ts'o89128f82018-01-01 19:36:37 -05003131#: e2fsck/super.c:207
Theodore Ts'o146649c2018-02-08 23:39:22 -05003132#, fuzzy, c-format
3133msgid "while calling ext2fs_block_iterate for inode %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003134msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003135
Theodore Ts'o89128f82018-01-01 19:36:37 -05003136#: e2fsck/super.c:230
Theodore Ts'o146649c2018-02-08 23:39:22 -05003137#, fuzzy, c-format
3138msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003139msgstr "während des Aufrufs von ext2fs_adjust_ea_refcount2 für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003140
Theodore Ts'o89128f82018-01-01 19:36:37 -05003141#: e2fsck/super.c:291
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003142msgid "Truncating"
Philipp Thomasab02a742014-07-09 23:13:30 -04003143msgstr "Wird gekürzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003144
Theodore Ts'o89128f82018-01-01 19:36:37 -05003145#: e2fsck/super.c:292
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003146msgid "Clearing"
Philipp Thomasab02a742014-07-09 23:13:30 -04003147msgstr "Wird bereinigt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003148
Theodore Ts'o4e528702016-09-04 21:31:21 -04003149#: e2fsck/unix.c:77
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003150#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003151msgid ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04003152"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003153"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003154"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003155msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003156"Aufruf: %s [-panyrcdfktvDFV] [-b Superblock] [-B Blockgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003157"\t\t[-l|-L Bad_Blocks_Datei] [-C Dateideskriptor] [-j externes_Journal]\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003158"\t\t[-E erweiterte_Optionen] [-z Undo_Datei] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003159
Theodore Ts'o4e528702016-09-04 21:31:21 -04003160#: e2fsck/unix.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003161msgid ""
3162"\n"
3163"Emergency help:\n"
3164" -p Automatic repair (no questions)\n"
3165" -n Make no changes to the filesystem\n"
3166" -y Assume \"yes\" to all questions\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003167" -c Check for bad blocks and add them to the badblock "
3168"list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003169" -f Force checking even if filesystem is marked clean\n"
3170msgstr ""
3171"\n"
Philipp Thomas18eaec22011-10-02 22:50:38 -04003172"Notfallhilfe:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003173" -p automatische Reparatur (keine Fragen)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003174" -n keine Veränderungen am Dateisystem vornehmen\n"
Philipp Thomasbaf36c92017-12-03 19:41:42 -05003175" -y Alle Fragen mit „Ja” beantworten\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003176" -c Nach defekten Blöcken suchen und diese zur\n"
3177" Liste der defekten Blöcke hinzufügen\n"
3178" -f Die Überprüfung erzwingen, auch wenn alles i.O. erscheint\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003179
Theodore Ts'o4e528702016-09-04 21:31:21 -04003180#: e2fsck/unix.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003181msgid ""
3182" -v Be verbose\n"
3183" -b superblock Use alternative superblock\n"
3184" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003185" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003186" -l bad_blocks_file Add to badblocks list\n"
3187" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003188" -z undo_file Create an undo file\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003189msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003190" -v Ausführliche Ausgaben\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003191" -b Superblock Alternativen Superblock verwenden\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003192" -B Blockgröße Blockgröße beim Suchen des Superblocks erzwingen\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003193" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003194" -l bad_blocks_file Zur Liste der defekten Blöcke hinzufügen\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003195" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003196" -z undo_file Eine Datei zum rückgängig machen der Änderungen "
3197"erzeugen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003198
Theodore Ts'o89128f82018-01-01 19:36:37 -05003199#: e2fsck/unix.c:136
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003200#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003201msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
3202msgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %llu/%llu Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003203
Theodore Ts'o89128f82018-01-01 19:36:37 -05003204#: e2fsck/unix.c:162
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003205#, c-format
3206msgid ""
3207"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003208"%12u inode used (%2.2f%%, out of %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003209msgid_plural ""
3210"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003211"%12u inodes used (%2.2f%%, out of %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003212msgstr[0] ""
3213"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003214"%12u Inode ist in Benutzung (%2.2f%% von %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003215msgstr[1] ""
3216"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003217"%12u Inodes sind in Benutzung (%2.2f%% von %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003218
Theodore Ts'o89128f82018-01-01 19:36:37 -05003219#: e2fsck/unix.c:166
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003220#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003221msgid "%12u non-contiguous file (%0d.%d%%)\n"
3222msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
3223msgstr[0] "%12u nicht zusammenhängende Datei (%0d.%d%%)\n"
3224msgstr[1] "%12u nicht zusammenhängende Dateien (%0d.%d%%)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003225
Theodore Ts'o89128f82018-01-01 19:36:37 -05003226#: e2fsck/unix.c:171
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003227#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003228msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3229msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
3230msgstr[0] "%12u nicht zusammenhängendes Verzeichnis (%0d.%d%%)\n"
3231msgstr[1] "%12u nicht zusammenhängende Verzeichnisse (%0d.%d%%)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003232
Theodore Ts'o89128f82018-01-01 19:36:37 -05003233#: e2fsck/unix.c:176
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003234#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003235msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003236msgstr " # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003237
Theodore Ts'o89128f82018-01-01 19:36:37 -05003238#: e2fsck/unix.c:184
Philipp Thomasd0275172013-01-15 23:30:35 -05003239msgid " Extent depth histogram: "
Philipp Thomasab02a742014-07-09 23:13:30 -04003240msgstr " Histogramm der Tiefe von Erweiterungen: "
Philipp Thomasd0275172013-01-15 23:30:35 -05003241
Theodore Ts'o89128f82018-01-01 19:36:37 -05003242#: e2fsck/unix.c:193
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003243#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003244msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3245msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
3246msgstr[0] "%12llu Block wird benutzt (%2.2f%% von %llu)\n"
3247msgstr[1] "%12llu Blöcke werden benutzt (%2.2f%% von %llu)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003248
Theodore Ts'o89128f82018-01-01 19:36:37 -05003249#: e2fsck/unix.c:197
Philipp Thomasd0275172013-01-15 23:30:35 -05003250#, c-format
3251msgid "%12u bad block\n"
3252msgid_plural "%12u bad blocks\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003253msgstr[0] "%12u defekter Block\n"
3254msgstr[1] "%12u defekte Blöcke\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003255
Theodore Ts'o89128f82018-01-01 19:36:37 -05003256#: e2fsck/unix.c:199
Philipp Thomasd0275172013-01-15 23:30:35 -05003257#, c-format
3258msgid "%12u large file\n"
3259msgid_plural "%12u large files\n"
3260msgstr[0] "%12u große Datei\n"
3261msgstr[1] "%12u große Dateien\n"
3262
Theodore Ts'o89128f82018-01-01 19:36:37 -05003263#: e2fsck/unix.c:201
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003264#, c-format
3265msgid ""
3266"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003267"%12u regular file\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003268msgid_plural ""
3269"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003270"%12u regular files\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003271msgstr[0] ""
3272"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003273"%12u reguläre Datei\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003274msgstr[1] ""
3275"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003276"%12u reguläre Dateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003277
Theodore Ts'o89128f82018-01-01 19:36:37 -05003278#: e2fsck/unix.c:203
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003279#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003280msgid "%12u directory\n"
3281msgid_plural "%12u directories\n"
3282msgstr[0] "%12u Verzeichnis\n"
3283msgstr[1] "%12u Verzeichnisse\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003284
Theodore Ts'o89128f82018-01-01 19:36:37 -05003285#: e2fsck/unix.c:205
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003286#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003287msgid "%12u character device file\n"
3288msgid_plural "%12u character device files\n"
3289msgstr[0] "%12u zeichenorientierte Gerätedatei\n"
3290msgstr[1] "%12u zeichenorientierte Gerätedateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003291
Theodore Ts'o89128f82018-01-01 19:36:37 -05003292#: e2fsck/unix.c:208
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003293#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003294msgid "%12u block device file\n"
3295msgid_plural "%12u block device files\n"
3296msgstr[0] "%12u Blockgerätedatei\n"
3297msgstr[1] "%12u Blockgerätedateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003298
Theodore Ts'o89128f82018-01-01 19:36:37 -05003299#: e2fsck/unix.c:210
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003300#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003301msgid "%12u fifo\n"
3302msgid_plural "%12u fifos\n"
3303msgstr[0] "%12u Fifo\n"
3304msgstr[1] "%12u Fifos\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003305
Theodore Ts'o89128f82018-01-01 19:36:37 -05003306#: e2fsck/unix.c:212
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003307#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003308msgid "%12u link\n"
3309msgid_plural "%12u links\n"
3310msgstr[0] "%12u Verknüpfung\n"
3311msgstr[1] "%12u Verknüpfungen\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003312
Theodore Ts'o89128f82018-01-01 19:36:37 -05003313#: e2fsck/unix.c:214
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003314#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003315msgid "%12u symbolic link"
3316msgid_plural "%12u symbolic links"
3317msgstr[0] "%12u symbolische Verknüpfung"
3318msgstr[1] "%12u symbolische Verknüpfungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003319
Theodore Ts'o89128f82018-01-01 19:36:37 -05003320#: e2fsck/unix.c:216
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003321#, c-format
3322msgid " (%u fast symbolic link)\n"
3323msgid_plural " (%u fast symbolic links)\n"
3324msgstr[0] " (%u schnelle symbolische Verknüpfung)\n"
3325msgstr[1] " (%u schnelle symbolische Verknüpfungen)\n"
3326
Theodore Ts'o89128f82018-01-01 19:36:37 -05003327#: e2fsck/unix.c:220
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003328#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003329msgid "%12u socket\n"
3330msgid_plural "%12u sockets\n"
3331msgstr[0] "%12u Socket\n"
3332msgstr[1] "%12u Sockets\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003333
Theodore Ts'o89128f82018-01-01 19:36:37 -05003334#: e2fsck/unix.c:224
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003335#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003336msgid "%12u file\n"
3337msgid_plural "%12u files\n"
3338msgstr[0] "%12u Datei\n"
3339msgstr[1] "%12u Dateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003340
Theodore Ts'o89128f82018-01-01 19:36:37 -05003341#: e2fsck/unix.c:237 misc/badblocks.c:1002 misc/tune2fs.c:2908 misc/util.c:126
3342#: resize/main.c:354
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003343#, c-format
3344msgid "while determining whether %s is mounted."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003345msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003346
Theodore Ts'o89128f82018-01-01 19:36:37 -05003347#: e2fsck/unix.c:258
Philipp Thomasab02a742014-07-09 23:13:30 -04003348#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003349msgid "Warning! %s is mounted.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003350msgstr "Warnung! %s ist eingehängt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003351
Theodore Ts'o89128f82018-01-01 19:36:37 -05003352#: e2fsck/unix.c:261
Philipp Thomasab02a742014-07-09 23:13:30 -04003353#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003354msgid "Warning! %s is in use.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003355msgstr "Warnung! %s wird verwendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003356
Theodore Ts'o89128f82018-01-01 19:36:37 -05003357#: e2fsck/unix.c:267
Philipp Thomasab02a742014-07-09 23:13:30 -04003358#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003359msgid "%s is mounted.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003360msgstr "%s ist eingehängt.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003361
Theodore Ts'o89128f82018-01-01 19:36:37 -05003362#: e2fsck/unix.c:269
Philipp Thomasab02a742014-07-09 23:13:30 -04003363#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003364msgid "%s is in use.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003365msgstr "%s wird verwendet.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003366
Theodore Ts'o89128f82018-01-01 19:36:37 -05003367#: e2fsck/unix.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003368msgid ""
3369"Cannot continue, aborting.\n"
3370"\n"
3371msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003372"Fortsetzung nicht möglich, wird abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003373"\n"
3374
Theodore Ts'o89128f82018-01-01 19:36:37 -05003375#: e2fsck/unix.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003376msgid ""
3377"\n"
3378"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003379"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3380"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003381"\n"
3382msgstr ""
3383"\n"
3384"\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003385"WARNUNG!!! Das Dateisystem ist eingehängt. Wenn Sie fortfahren, "
3386"***WERDEN***\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003387"Sie ***SCHWERWIEGENDE*** Schäden am Dateisystem verursachen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003388"\n"
3389
Theodore Ts'o89128f82018-01-01 19:36:37 -05003390#: e2fsck/unix.c:278
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003391msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003392msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003393
Theodore Ts'o89128f82018-01-01 19:36:37 -05003394#: e2fsck/unix.c:280
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003395msgid "check aborted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003396msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003397
Theodore Ts'o89128f82018-01-01 19:36:37 -05003398#: e2fsck/unix.c:373
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003399msgid " contains a file system with errors"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003400msgstr " enthält ein fehlerhaftes Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003401
Theodore Ts'o89128f82018-01-01 19:36:37 -05003402#: e2fsck/unix.c:375
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003403msgid " was not cleanly unmounted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003404msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003405
Theodore Ts'o89128f82018-01-01 19:36:37 -05003406#: e2fsck/unix.c:377
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003407msgid " primary superblock features different from backup"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003408msgstr ""
3409"Eigenschaften des primären Superblocks unterscheiden sich von der "
3410"Datensicherung"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003411
Theodore Ts'o89128f82018-01-01 19:36:37 -05003412#: e2fsck/unix.c:381
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003413#, c-format
3414msgid " has been mounted %u times without being checked"
Philipp Thomasab02a742014-07-09 23:13:30 -04003415msgstr " wurde %u-mal ohne Überprüfung eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003416
Theodore Ts'o89128f82018-01-01 19:36:37 -05003417#: e2fsck/unix.c:388
Theodore Ts'o057a1592010-06-07 12:24:21 -04003418msgid " has filesystem last checked time in the future"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003419msgstr ""
3420" hat einen in der Zukunft liegenden Zeitpunkt der letzten Püfung des "
3421"Dateisystems"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003422
Theodore Ts'o89128f82018-01-01 19:36:37 -05003423#: e2fsck/unix.c:394
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003424#, c-format
3425msgid " has gone %u days without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003426msgstr " wurde %u Tage ohne Überprüfung genutzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003427
Theodore Ts'o89128f82018-01-01 19:36:37 -05003428#: e2fsck/unix.c:403
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003429msgid ", check forced.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003430msgstr ", Prüfung erzwungen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003431
Theodore Ts'o89128f82018-01-01 19:36:37 -05003432#: e2fsck/unix.c:436
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003433#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003434msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3435msgstr "%s: sauber, %u/%u Dateien, %llu/%llu Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003436
Theodore Ts'o89128f82018-01-01 19:36:37 -05003437#: e2fsck/unix.c:456
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003438msgid " (check deferred; on battery)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003439msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003440
Theodore Ts'o89128f82018-01-01 19:36:37 -05003441#: e2fsck/unix.c:459
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003442msgid " (check after next mount)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003443msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003444
Theodore Ts'o89128f82018-01-01 19:36:37 -05003445#: e2fsck/unix.c:461
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003446#, c-format
3447msgid " (check in %ld mounts)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003448msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003449
Theodore Ts'o89128f82018-01-01 19:36:37 -05003450#: e2fsck/unix.c:611
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003451#, c-format
3452msgid "ERROR: Couldn't open /dev/null (%s)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003453msgstr "Fehler: /dev/null (%s) kann nicht geöffnet werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003454
Theodore Ts'o89128f82018-01-01 19:36:37 -05003455#: e2fsck/unix.c:681
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003456msgid "Invalid EA version.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003457msgstr "Ungültige EA-Version.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003458
Theodore Ts'o89128f82018-01-01 19:36:37 -05003459#: e2fsck/unix.c:694
Theodore Ts'o4e528702016-09-04 21:31:21 -04003460msgid "Invalid readahead buffer size.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003461msgstr "Ungültige Größe für den Vorauslesen-Puffer.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003462
Theodore Ts'o89128f82018-01-01 19:36:37 -05003463#: e2fsck/unix.c:739
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003464#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003465msgid "Unknown extended option: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003466msgstr "Unbekannte erweiterte Option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003467
Theodore Ts'o89128f82018-01-01 19:36:37 -05003468#: e2fsck/unix.c:747
3469#, fuzzy
3470msgid ""
3471"\n"
3472"Extended options are separated by commas, and may take an argument which\n"
3473"is set off by an equals ('=') sign. Valid extended options are:\n"
3474"\n"
3475msgstr ""
3476"\n"
3477"Falsche erweiterte Optionen angegeben: %s\n"
3478"\n"
3479"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
3480"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
3481"\n"
3482"Gültige erweiterte Optionen sind:\n"
3483"\tsuperblock=<Nummer des Spuperblocks>\n"
3484"\tblocksize=<Blockgröße>\n"
3485"\n"
3486
3487#: e2fsck/unix.c:751
3488msgid "\tea_ver=<ea_version (1 or 2)>\n"
3489msgstr ""
3490
3491#: e2fsck/unix.c:760
3492#, fuzzy
3493msgid "\treadahead_kb=<buffer size>\n"
3494msgstr "Ungültige Größe für den Vorauslesen-Puffer.\n"
3495
3496#: e2fsck/unix.c:771
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003497#, c-format
3498msgid ""
3499"Syntax error in e2fsck config file (%s, line #%d)\n"
3500"\t%s\n"
3501msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003502"Syntaxfehler in der Konfigurationsdatei von e2fsck (%s, Zeile %d)\n"
3503"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003504
Theodore Ts'o89128f82018-01-01 19:36:37 -05003505#: e2fsck/unix.c:844
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003506#, c-format
3507msgid "Error validating file descriptor %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003508msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003509
Theodore Ts'o89128f82018-01-01 19:36:37 -05003510#: e2fsck/unix.c:848
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003511msgid "Invalid completion information file descriptor"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003512msgstr "Ungültiger „completion information“-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003513
Theodore Ts'o89128f82018-01-01 19:36:37 -05003514#: e2fsck/unix.c:863
Theodore Ts'o6956f612005-12-31 16:46:15 -05003515msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003516msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003517
Theodore Ts'o89128f82018-01-01 19:36:37 -05003518#: e2fsck/unix.c:884
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003519#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003520msgid "The -t option is not supported on this version of e2fsck.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003521msgstr "Die Option -t wird von dieser e2fsck-Version nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003522
Theodore Ts'o89128f82018-01-01 19:36:37 -05003523#: e2fsck/unix.c:915 e2fsck/unix.c:992 misc/e2initrd_helper.c:330
3524#: misc/tune2fs.c:1627 misc/tune2fs.c:1922 misc/tune2fs.c:1940
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003525#, c-format
3526msgid "Unable to resolve '%s'"
Philipp Thomasab02a742014-07-09 23:13:30 -04003527msgstr "Nicht möglich, „%s“ aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003528
Theodore Ts'o89128f82018-01-01 19:36:37 -05003529#: e2fsck/unix.c:971
Philipp Thomas3e914b52011-01-24 15:03:41 -05003530msgid "The -n and -D options are incompatible."
Philipp Thomasab02a742014-07-09 23:13:30 -04003531msgstr "Die Optionen -n und -D schließen sich gegenseitig aus."
Philipp Thomas3e914b52011-01-24 15:03:41 -05003532
Theodore Ts'o89128f82018-01-01 19:36:37 -05003533#: e2fsck/unix.c:976
Philipp Thomas3e914b52011-01-24 15:03:41 -05003534msgid "The -n and -c options are incompatible."
Philipp Thomasab02a742014-07-09 23:13:30 -04003535msgstr "Die Optionen -n und -c schließen sich gegenseitig aus."
Philipp Thomas3e914b52011-01-24 15:03:41 -05003536
Theodore Ts'o89128f82018-01-01 19:36:37 -05003537#: e2fsck/unix.c:981
Philipp Thomas3e914b52011-01-24 15:03:41 -05003538msgid "The -n and -l/-L options are incompatible."
Philipp Thomasab02a742014-07-09 23:13:30 -04003539msgstr "Die Optionen -n und -l/-L schließen sich gegenseitig aus."
Philipp Thomas3e914b52011-01-24 15:03:41 -05003540
Theodore Ts'o89128f82018-01-01 19:36:37 -05003541#: e2fsck/unix.c:1005
Theodore Ts'o4e528702016-09-04 21:31:21 -04003542msgid "The -D and -E fixes_only options are incompatible."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003543msgstr "Die Optionen -D und -E fixes_only sind inkompatibel."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003544
Theodore Ts'o89128f82018-01-01 19:36:37 -05003545#: e2fsck/unix.c:1011
Theodore Ts'o4e528702016-09-04 21:31:21 -04003546msgid "The -E bmap2extent and fixes_only options are incompatible."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003547msgstr "Die Optionen -E bmap2extent and fixes_only sind inkompatibel."
Theodore Ts'o4e528702016-09-04 21:31:21 -04003548
Theodore Ts'o89128f82018-01-01 19:36:37 -05003549#: e2fsck/unix.c:1075
Theodore Ts'o4e528702016-09-04 21:31:21 -04003550msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003551msgstr ""
3552"Die Optionen -c und -l/-L dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003553
Theodore Ts'o89128f82018-01-01 19:36:37 -05003554#: e2fsck/unix.c:1122
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003555#, c-format
3556msgid ""
3557"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3558"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003559msgstr "2FSCK_JBD_DEBUG „%s“ ist keine Ganzzahl\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003560
Theodore Ts'o89128f82018-01-01 19:36:37 -05003561#: e2fsck/unix.c:1131
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003562#, c-format
3563msgid ""
3564"\n"
3565"Invalid non-numeric argument to -%c (\"%s\")\n"
3566"\n"
3567msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003568"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003569"Ungültiges nicht-numerisches Argument für -%c („%s“)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003570"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003571
Theodore Ts'o89128f82018-01-01 19:36:37 -05003572#: e2fsck/unix.c:1222
Philipp Thomasedc733d2012-04-22 15:38:42 -04003573#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05003574msgid ""
3575"MMP interval is %u seconds and total wait time is %u seconds. Please "
3576"wait...\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04003577msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003578"MMP-Intervall ist %u Sekunden und die gesamte Wartezeit ist %u Sekunden.\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04003579"Bitte warten...\n"
3580
Theodore Ts'o89128f82018-01-01 19:36:37 -05003581#: e2fsck/unix.c:1239 e2fsck/unix.c:1244
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003582msgid "while checking MMP block"
3583msgstr "beim Prüfen des MMP-Blocks"
3584
Theodore Ts'o89128f82018-01-01 19:36:37 -05003585#: e2fsck/unix.c:1246 misc/tune2fs.c:2822
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003586msgid ""
3587"If you are sure the filesystem is not in use on any node, run:\n"
3588"'tune2fs -f -E clear_mmp {device}'\n"
3589msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003590"Wenn Sie sicher sind, dass das Dateisystem auf keinem Knoten benutzt wird,\n"
3591"führen Sie bitte Folgendes aus:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003592"„tune2fs -f -E clear_mmp {device}“\n"
3593
Theodore Ts'o89128f82018-01-01 19:36:37 -05003594#: e2fsck/unix.c:1261
Theodore Ts'o4e528702016-09-04 21:31:21 -04003595msgid "while reading MMP block"
3596msgstr "beim Lesen des MMP-Blocks."
3597
Theodore Ts'o89128f82018-01-01 19:36:37 -05003598#: e2fsck/unix.c:1281 e2fsck/unix.c:1333 misc/e2undo.c:230 misc/e2undo.c:275
3599#: misc/mke2fs.c:2567 misc/mke2fs.c:2618 misc/tune2fs.c:2640
3600#: misc/tune2fs.c:2685 resize/main.c:188 resize/main.c:233
Theodore Ts'o4e528702016-09-04 21:31:21 -04003601#, c-format
3602msgid ""
3603"Overwriting existing filesystem; this can be undone using the command:\n"
3604" e2undo %s %s\n"
3605"\n"
3606msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05003607"Das bestehende Dateisystem wird überschrieben, dies kann mittels des "
3608"Befehls\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003609"„e2undo %s %s“ rückgängig gemacht werden.\n"
3610
Theodore Ts'o89128f82018-01-01 19:36:37 -05003611#: e2fsck/unix.c:1322 misc/e2undo.c:264 misc/mke2fs.c:2607 misc/tune2fs.c:2674
3612#: resize/main.c:222
Theodore Ts'o4e528702016-09-04 21:31:21 -04003613#, c-format
3614msgid "while trying to delete %s"
3615msgstr "beim Versuch, %s zu löschen"
3616
Theodore Ts'o89128f82018-01-01 19:36:37 -05003617#: e2fsck/unix.c:1348 misc/mke2fs.c:2633 resize/main.c:243
Theodore Ts'o4e528702016-09-04 21:31:21 -04003618msgid "while trying to setup undo file\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003619msgstr ""
3620"beim Versuch, die Datei mit den Daten zur Rückgängigmachung anzulegen\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003621
Theodore Ts'o89128f82018-01-01 19:36:37 -05003622#: e2fsck/unix.c:1391
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003623msgid "Error: ext2fs library version out of date!\n"
3624msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
3625
Theodore Ts'o89128f82018-01-01 19:36:37 -05003626#: e2fsck/unix.c:1398
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003627msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003628msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003629
Theodore Ts'o89128f82018-01-01 19:36:37 -05003630#: e2fsck/unix.c:1421
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003631#, c-format
3632msgid "\tUsing %s, %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003633msgstr "\t%s wird verwendet, %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003634
Theodore Ts'o89128f82018-01-01 19:36:37 -05003635#: e2fsck/unix.c:1433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003636msgid "need terminal for interactive repairs"
Philipp Thomasab02a742014-07-09 23:13:30 -04003637msgstr "Ein Terminal wird für interaktive Reparaturen benötigt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003638
Theodore Ts'o89128f82018-01-01 19:36:37 -05003639#: e2fsck/unix.c:1494
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003640#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003641msgid "%s: %s trying backup blocks...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003642msgstr "%s: %s Datensicherungs-Blöcke werden versucht ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003643
Theodore Ts'o89128f82018-01-01 19:36:37 -05003644#: e2fsck/unix.c:1496
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003645msgid "Superblock invalid,"
Philipp Thomasab02a742014-07-09 23:13:30 -04003646msgstr "Superblock ungültig,"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003647
Theodore Ts'o89128f82018-01-01 19:36:37 -05003648#: e2fsck/unix.c:1497
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003649msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003650msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003651
Theodore Ts'o89128f82018-01-01 19:36:37 -05003652#: e2fsck/unix.c:1507
Philipp Thomasedc733d2012-04-22 15:38:42 -04003653#, c-format
3654msgid "%s: %s while using the backup blocks"
Philipp Thomasab02a742014-07-09 23:13:30 -04003655msgstr "%s: %s beim Benutzen der Datensicherungs-Blöcke"
Philipp Thomasedc733d2012-04-22 15:38:42 -04003656
Theodore Ts'o89128f82018-01-01 19:36:37 -05003657#: e2fsck/unix.c:1511
Philipp Thomas77c871a2010-04-19 16:59:02 -04003658#, c-format
3659msgid "%s: going back to original superblock\n"
3660msgstr "%s: es wird zum originalen Superblock zurück gekehrt\n"
3661
Theodore Ts'o89128f82018-01-01 19:36:37 -05003662#: e2fsck/unix.c:1540
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003663msgid ""
3664"The filesystem revision is apparently too high for this version of e2fsck.\n"
3665"(Or the filesystem superblock is corrupt)\n"
3666"\n"
3667msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003668"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003669"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003670"\n"
3671
Theodore Ts'o89128f82018-01-01 19:36:37 -05003672#: e2fsck/unix.c:1547
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003673msgid "Could this be a zero-length partition?\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003674msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003675
Theodore Ts'o89128f82018-01-01 19:36:37 -05003676#: e2fsck/unix.c:1549
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003677#, c-format
3678msgid "You must have %s access to the filesystem or be root\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003679msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003680
Theodore Ts'o89128f82018-01-01 19:36:37 -05003681#: e2fsck/unix.c:1555
Eric Sandeen032eafe2012-07-28 17:48:36 -04003682msgid "Possibly non-existent or swap device?\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003683msgstr ""
3684"Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003685
Theodore Ts'o89128f82018-01-01 19:36:37 -05003686#: e2fsck/unix.c:1557
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003687msgid "Filesystem mounted or opened exclusively by another program?\n"
3688msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003689"Ist das Dateisystem eingehängt oder exklusiv von einem anderen Programm\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003690"geöffnet worden?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003691
Theodore Ts'o89128f82018-01-01 19:36:37 -05003692#: e2fsck/unix.c:1561
Philipp Thomas3e914b52011-01-24 15:03:41 -05003693msgid "Possibly non-existent device?\n"
3694msgstr "Ist das Gerät möglicherweise nicht vorhanden?\n"
3695
Theodore Ts'o89128f82018-01-01 19:36:37 -05003696#: e2fsck/unix.c:1564
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003697msgid ""
3698"Disk write-protected; use the -n option to do a read-only\n"
3699"check of the device.\n"
3700msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003701"Laufwerk ist schreibgeschützt, nutzen Sie die Option -n,\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003702"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003703
Theodore Ts'o89128f82018-01-01 19:36:37 -05003704#: e2fsck/unix.c:1632
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003705msgid "Get a newer version of e2fsck!"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003706msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003707
Theodore Ts'o89128f82018-01-01 19:36:37 -05003708#: e2fsck/unix.c:1676
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003709#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04003710msgid "while checking journal for %s"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003711msgstr "während der Prüfung des Journals auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003712
Theodore Ts'o89128f82018-01-01 19:36:37 -05003713#: e2fsck/unix.c:1679
Theodore Ts'o4e528702016-09-04 21:31:21 -04003714msgid "Cannot proceed with file system check"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003715msgstr "Weiteres Arbeiten auf dem Dateisystem ist nicht möglich"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003716
Theodore Ts'o89128f82018-01-01 19:36:37 -05003717#: e2fsck/unix.c:1690
3718msgid ""
3719"Warning: skipping journal recovery because doing a read-only filesystem "
3720"check.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003721msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05003722"Warnung: Journal-Wiederherstellung wird übersprungen, da sich das "
3723"Dateisystem\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003724"im Nur-Lesen-Modus befindet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003725
Theodore Ts'o89128f82018-01-01 19:36:37 -05003726#: e2fsck/unix.c:1702
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003727#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003728msgid "unable to set superblock flags on %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003729msgstr "Superblock-Flags konnten auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003730
Theodore Ts'o89128f82018-01-01 19:36:37 -05003731#: e2fsck/unix.c:1708
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003732#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04003733msgid "Journal checksum error found in %s\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003734msgstr "Ein Fehler in der Prüfsumme des Journals wurde in %s gefunden\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003735
Theodore Ts'o89128f82018-01-01 19:36:37 -05003736#: e2fsck/unix.c:1712
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003737#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04003738msgid "Journal corrupted in %s\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003739msgstr "Das Journal von %s ist defekt\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003740
Theodore Ts'o89128f82018-01-01 19:36:37 -05003741#: e2fsck/unix.c:1716
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003742#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04003743msgid "while recovering journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003744msgstr "bei der Wiederherstellung des ext3-Journals von %s"
3745
Theodore Ts'o89128f82018-01-01 19:36:37 -05003746#: e2fsck/unix.c:1738
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003747#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003748msgid "%s has unsupported feature(s):"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003749msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003750
Theodore Ts'o89128f82018-01-01 19:36:37 -05003751#: e2fsck/unix.c:1797
Philipp Thomasedc733d2012-04-22 15:38:42 -04003752#, c-format
3753msgid "%s: %s while reading bad blocks inode\n"
3754msgstr "%s: %s beim Lesen des Bad-Block-Inodes\n"
3755
Theodore Ts'o89128f82018-01-01 19:36:37 -05003756#: e2fsck/unix.c:1800
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003757msgid "This doesn't bode well, but we'll try to go on...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003758msgstr "Das verheißt nichts Gutes, aber es wird trotzdem versucht ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003759
Theodore Ts'o89128f82018-01-01 19:36:37 -05003760#: e2fsck/unix.c:1840
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003761#, c-format
3762msgid "Creating journal (%d blocks): "
Philipp Thomasab02a742014-07-09 23:13:30 -04003763msgstr "Journal wird erstellt (%d Blöcke): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003764
Theodore Ts'o89128f82018-01-01 19:36:37 -05003765#: e2fsck/unix.c:1850
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003766msgid " Done.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003767msgstr " Erledigt.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003768
Theodore Ts'o89128f82018-01-01 19:36:37 -05003769#: e2fsck/unix.c:1852
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003770msgid ""
3771"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003772"*** journal has been regenerated ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003773msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003774"\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003775"*** Journal wurde wieder hergestellt ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003776
Theodore Ts'o89128f82018-01-01 19:36:37 -05003777#: e2fsck/unix.c:1858
Philipp Thomas37be3822015-05-17 20:21:39 -04003778msgid "aborted"
3779msgstr "abgebrochen"
3780
Theodore Ts'o89128f82018-01-01 19:36:37 -05003781#: e2fsck/unix.c:1860
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003782#, c-format
3783msgid "%s: e2fsck canceled.\n"
Philipp Thomascfbdca12011-10-05 02:04:08 -04003784msgstr "%s: e2fsck abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003785
Theodore Ts'o89128f82018-01-01 19:36:37 -05003786#: e2fsck/unix.c:1887
Theodore Ts'o4e528702016-09-04 21:31:21 -04003787msgid "Restarting e2fsck from the beginning...\n"
3788msgstr "e2fsck wird neu gestartet ...\n"
3789
Theodore Ts'o89128f82018-01-01 19:36:37 -05003790#: e2fsck/unix.c:1891
Theodore Ts'o4e528702016-09-04 21:31:21 -04003791msgid "while resetting context"
3792msgstr "beim Rücksetzen des Kontexts"
3793
Theodore Ts'o89128f82018-01-01 19:36:37 -05003794#: e2fsck/unix.c:1942
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003795#, c-format
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003796msgid ""
3797"\n"
3798"%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3799msgstr ""
3800"\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003801"%s: ***** DATEISYSTEMFEHLER KORRIGIERT *****\n"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003802
Theodore Ts'o89128f82018-01-01 19:36:37 -05003803#: e2fsck/unix.c:1944
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003804#, c-format
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003805msgid "%s: File system was modified.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003806msgstr "%s: Es wurden Änderungen am Dateisystem vorgenommen.\n"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003807
Theodore Ts'o89128f82018-01-01 19:36:37 -05003808#: e2fsck/unix.c:1948 e2fsck/util.c:71
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003809#, c-format
3810msgid ""
3811"\n"
3812"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3813msgstr ""
3814"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003815"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003816
Theodore Ts'o89128f82018-01-01 19:36:37 -05003817#: e2fsck/unix.c:1953
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003818#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04003819msgid "%s: ***** REBOOT SYSTEM *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003820msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003821
Theodore Ts'o89128f82018-01-01 19:36:37 -05003822#: e2fsck/unix.c:1961 e2fsck/util.c:77
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003823#, c-format
3824msgid ""
3825"\n"
3826"%s: ********** WARNING: Filesystem still has errors **********\n"
3827"\n"
3828msgstr ""
3829"\n"
3830"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
3831"\n"
3832
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003833#: e2fsck/util.c:196 misc/util.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003834msgid "yY"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003835msgstr "jJyY"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003836
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003837#: e2fsck/util.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003838msgid "nN"
3839msgstr "nN"
3840
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003841#: e2fsck/util.c:198
Theodore Ts'o4e528702016-09-04 21:31:21 -04003842msgid "aA"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003843msgstr "aA"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003844
Theodore Ts'o89128f82018-01-01 19:36:37 -05003845#: e2fsck/util.c:202
Theodore Ts'o4e528702016-09-04 21:31:21 -04003846msgid " ('a' enables 'yes' to all) "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003847msgstr " („a” aktiert „ja” für alles) "
Theodore Ts'o4e528702016-09-04 21:31:21 -04003848
Theodore Ts'o89128f82018-01-01 19:36:37 -05003849#: e2fsck/util.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003850msgid "<y>"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003851msgstr "<jy>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003852
Theodore Ts'o89128f82018-01-01 19:36:37 -05003853#: e2fsck/util.c:220
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003854msgid "<n>"
3855msgstr "<n>"
3856
Theodore Ts'o89128f82018-01-01 19:36:37 -05003857#: e2fsck/util.c:222
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003858msgid " (y/n)"
3859msgstr " (j/n)"
3860
Theodore Ts'o89128f82018-01-01 19:36:37 -05003861#: e2fsck/util.c:245
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003862msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003863msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003864
Theodore Ts'o89128f82018-01-01 19:36:37 -05003865#: e2fsck/util.c:278
Theodore Ts'o4e528702016-09-04 21:31:21 -04003866msgid "yes to all\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003867msgstr "ja für alles\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003868
Theodore Ts'o89128f82018-01-01 19:36:37 -05003869#: e2fsck/util.c:280
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003870msgid "yes\n"
3871msgstr "ja\n"
3872
Theodore Ts'o89128f82018-01-01 19:36:37 -05003873#: e2fsck/util.c:282
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003874msgid "no\n"
3875msgstr "nein\n"
3876
Theodore Ts'o89128f82018-01-01 19:36:37 -05003877#: e2fsck/util.c:292
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003878#, c-format
3879msgid ""
3880"%s? no\n"
3881"\n"
3882msgstr ""
3883"%s? nein\n"
3884"\n"
3885
Theodore Ts'o89128f82018-01-01 19:36:37 -05003886#: e2fsck/util.c:296
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003887#, c-format
3888msgid ""
3889"%s? yes\n"
3890"\n"
3891msgstr ""
3892"%s? ja\n"
3893"\n"
3894
Theodore Ts'o89128f82018-01-01 19:36:37 -05003895#: e2fsck/util.c:300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003896msgid "yes"
3897msgstr "ja"
3898
Theodore Ts'o89128f82018-01-01 19:36:37 -05003899#: e2fsck/util.c:300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003900msgid "no"
3901msgstr "nein"
3902
Theodore Ts'o89128f82018-01-01 19:36:37 -05003903#: e2fsck/util.c:316
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003904#, c-format
3905msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04003906msgstr "e2fsck_read_bitmaps: ungültiger Bitmpa-Block(-Blöcke) für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003907
Theodore Ts'o89128f82018-01-01 19:36:37 -05003908#: e2fsck/util.c:321
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003909msgid "reading inode and block bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04003910msgstr "Inode und Block-Bitmaps werden gelesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003911
Theodore Ts'o89128f82018-01-01 19:36:37 -05003912#: e2fsck/util.c:333
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003913#, c-format
3914msgid "while retrying to read bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003915msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003916
Theodore Ts'o89128f82018-01-01 19:36:37 -05003917#: e2fsck/util.c:345
Philipp Thomas40771272008-09-07 22:55:25 -04003918msgid "writing block and inode bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04003919msgstr "Block- und Inode-Bitmaps werden geschrieben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003920
Theodore Ts'o89128f82018-01-01 19:36:37 -05003921#: e2fsck/util.c:350
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003922#, c-format
Philipp Thomas40771272008-09-07 22:55:25 -04003923msgid "while rewriting block and inode bitmaps for %s"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003924msgstr ""
3925"während des wiederholten Versuches, Block- und Inode-Bitmaps für %s zu "
3926"schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003927
Theodore Ts'o89128f82018-01-01 19:36:37 -05003928#: e2fsck/util.c:362
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003929#, c-format
3930msgid ""
3931"\n"
3932"\n"
3933"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3934"\t(i.e., without -a or -p options)\n"
3935msgstr ""
3936"\n"
3937"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003938"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003939"\t(d.h. ohne die Optionen -a oder -p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003940
Theodore Ts'o89128f82018-01-01 19:36:37 -05003941#: e2fsck/util.c:443
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003942#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003943msgid "Memory used: %luk/%luk (%luk/%luk), "
3944msgstr "Benutzter Speicher: %luk/%luk (%luk/%luk), "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003945
Theodore Ts'o89128f82018-01-01 19:36:37 -05003946#: e2fsck/util.c:447
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003947#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003948msgid "Memory used: %lu, "
3949msgstr "Benutzter Speicher: %lu, "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003950
Theodore Ts'o89128f82018-01-01 19:36:37 -05003951#: e2fsck/util.c:454
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003952#, c-format
3953msgid "time: %5.2f/%5.2f/%5.2f\n"
3954msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
3955
Theodore Ts'o89128f82018-01-01 19:36:37 -05003956#: e2fsck/util.c:459
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003957#, c-format
3958msgid "elapsed time: %6.3f\n"
3959msgstr "abgelaufende Zeit: %6.3f\n"
3960
Theodore Ts'o89128f82018-01-01 19:36:37 -05003961#: e2fsck/util.c:494 e2fsck/util.c:508
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003962#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003963msgid "while reading inode %lu in %s"
3964msgstr "beim Lesen von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003965
Theodore Ts'o89128f82018-01-01 19:36:37 -05003966#: e2fsck/util.c:522 e2fsck/util.c:535
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003967#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003968msgid "while writing inode %lu in %s"
3969msgstr "beim Schreiben von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003970
Theodore Ts'o89128f82018-01-01 19:36:37 -05003971#: e2fsck/util.c:779
3972msgid ""
3973"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3974"running.\n"
3975msgstr ""
3976"UNERWARTETE INKONSISTENZ: das Dateisystem wird verändert, während fsck "
3977"läuft.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003978
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003979#: misc/badblocks.c:75
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003980msgid "done \n"
3981msgstr "erledigt \n"
3982
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003983#: misc/badblocks.c:100
Theodore Ts'o89128f82018-01-01 19:36:37 -05003984#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003985msgid ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05003986"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnfBX]\n"
3987" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3988"max_bad_blocks]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003989" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3990" device [last_block [first_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003991msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003992"Aufruf: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003993" [-c Blöcke_auf_einmal] [-d "
3994"Verzögerungsfaktor_zwischen_Lesedurchgängen]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003995" [-e maximale_defekte_Blöcke] [-p Anzahl_Durchgänge]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003996" [-t Testmuster [-t Testmuster [...]]]\n"
3997" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003998
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003999#: misc/badblocks.c:111
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004000#, c-format
4001msgid ""
4002"%s: The -n and -w options are mutually exclusive.\n"
4003"\n"
4004msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04004005"%s: Die Optionen -n und -w schließen sich gegenseitig aus.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004006"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004007
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004008#: misc/badblocks.c:229
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004009#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004010msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
4011msgstr "%6.2f%% erledigt, %s verstrichen. (%d/%d/%d Fehler)"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004012
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004013#: misc/badblocks.c:337
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004014msgid "Testing with random pattern: "
Philipp Thomas37be3822015-05-17 20:21:39 -04004015msgstr "Es wird mit zufälligen Mustern getestet: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004016
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004017#: misc/badblocks.c:355
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004018msgid "Testing with pattern 0x"
Philipp Thomas37be3822015-05-17 20:21:39 -04004019msgstr "Es wird getestet Mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004020
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004021#: misc/badblocks.c:387 misc/badblocks.c:460
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004022msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004023msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004024
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004025#: misc/badblocks.c:398
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004026#, c-format
4027msgid "Weird value (%ld) in do_read\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004028msgstr "Merkwürdiger Wert (%ld) in do_read\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004029
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004030#: misc/badblocks.c:485
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004031msgid "during ext2fs_sync_device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004032msgstr "während ext2fs_sync_device"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004033
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004034#: misc/badblocks.c:505 misc/badblocks.c:767
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004035msgid "while beginning bad block list iteration"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004036msgstr "beim Beginn des „Bad Block“-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004037
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004038#: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004039msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004040msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004041
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004042#: misc/badblocks.c:524
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004043#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004044msgid "Checking blocks %lu to %lu\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04004045msgstr "Es wird von Block %lu bis %lu geprüft\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004046
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004047#: misc/badblocks.c:529
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004048msgid "Checking for bad blocks in read-only mode\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04004049msgstr "Es wird nach defekten Blöcken im Nur-Lesen-Modus gesucht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004050
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004051#: misc/badblocks.c:538
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004052msgid "Checking for bad blocks (read-only test): "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05004053msgstr "Es wird nach defekten Blöcken gesucht (Nur-Lesen-Modus):"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004054
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004055#: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
4056#: misc/badblocks.c:841
Philipp Thomas720e6362008-06-21 14:06:00 -04004057msgid "Too many bad blocks, aborting test\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004058msgstr "Zu viele defekte Blöcke, Test wird abgebrochen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004059
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004060#: misc/badblocks.c:627
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004061msgid "Checking for bad blocks in read-write mode\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04004062msgstr "Es wird nach defekten Blöcken gesucht (Lesen+Schreiben-Modus)\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004063
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004064#: misc/badblocks.c:629 misc/badblocks.c:791
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004065#, c-format
4066msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004067msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004068
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004069#: misc/badblocks.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004070msgid "Reading and comparing: "
4071msgstr "Lesen und Vergleichen:"
4072
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004073#: misc/badblocks.c:790
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004074msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004075msgstr ""
4076"Es wird nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus "
4077"gesucht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004078
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004079#: misc/badblocks.c:796
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004080msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004081msgstr ""
4082"Es wird nach defekten Blöcken gesucht (zerstörungsfreier Lesen+Schreiben-"
4083"Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004084
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004085#: misc/badblocks.c:803
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004086msgid ""
4087"\n"
4088"Interrupt caught, cleaning up\n"
4089msgstr ""
4090"\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04004091"Unterbrechung empfangen, es wird aufgeräumt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004092
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004093#: misc/badblocks.c:886
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004094#, c-format
4095msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004096msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004097
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004098#: misc/badblocks.c:1007 misc/util.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004099#, c-format
4100msgid "%s is mounted; "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004101msgstr "%s ist eingehängt; "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004102
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004103#: misc/badblocks.c:1009
Theodore Ts'o4e528702016-09-04 21:31:21 -04004104msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004105msgstr ""
4106"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004107
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004108#: misc/badblocks.c:1014
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004109msgid "it's not safe to run badblocks!\n"
4110msgstr "es ist zu unsicher, Badblocks zu starten!\n"
4111
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004112#: misc/badblocks.c:1019 misc/util.c:142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004113#, c-format
4114msgid "%s is apparently in use by the system; "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004115msgstr "%s wird offensichtlich vom System genutzt; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004116
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004117#: misc/badblocks.c:1022
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004118msgid "badblocks forced anyway.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004119msgstr ""
4120"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004121
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004122#: misc/badblocks.c:1042
Philipp Thomas68801282008-07-17 11:47:00 -04004123#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004124msgid "invalid %s - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004125msgstr "ungültige %s - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004126
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004127#: misc/badblocks.c:1136
Theodore Ts'o4e528702016-09-04 21:31:21 -04004128#, c-format
4129msgid "Too big max bad blocks count %u - maximum is %u"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004130msgstr ""
4131"Die maximale Anzahl der defekten Blöcke von %u ist zu hoch - Das Maximum "
4132"sind %u"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004133
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004134#: misc/badblocks.c:1163
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004135#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004136msgid "can't allocate memory for test_pattern - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04004137msgstr "Speicher für Testmuster kann nicht reserviert werden - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004138
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004139#: misc/badblocks.c:1193
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004140msgid "Maximum of one test_pattern may be specified in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004141msgstr "Es darf im Nur-Lesen-Modus nur ein Testmuster angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004142
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004143#: misc/badblocks.c:1199
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004144msgid "Random test_pattern is not allowed in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004145msgstr "Zufälliges Testmuster ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004146
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004147#: misc/badblocks.c:1213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004148msgid ""
4149"Couldn't determine device size; you must specify\n"
4150"the size manually\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004151msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04004152"Größe des Gerätes ist nicht feststellbar.\n"
4153"Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004154
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004155#: misc/badblocks.c:1219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004156msgid "while trying to determine device size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004157msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004158
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004159#: misc/badblocks.c:1224
Philipp Thomas68801282008-07-17 11:47:00 -04004160msgid "last block"
4161msgstr "letzter Block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004162
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004163#: misc/badblocks.c:1230
Philipp Thomas68801282008-07-17 11:47:00 -04004164msgid "first block"
4165msgstr "erster Block"
4166
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004167#: misc/badblocks.c:1233
Philipp Thomasb93349a2014-05-31 13:32:39 -04004168#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004169msgid "invalid starting block (%llu): must be less than %llu"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004170msgstr "Ungültiger Startblock (%llu): er muss kleiner als %llu sein"
Philipp Thomas68801282008-07-17 11:47:00 -04004171
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004172#: misc/badblocks.c:1240
Philipp Thomasb93349a2014-05-31 13:32:39 -04004173#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004174msgid "invalid end block (%llu): must be 32-bit value"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004175msgstr "Ungültiger Endblock (%llu): er muss ein 32-Bit Wert sein"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004176
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004177#: misc/badblocks.c:1296
Theodore Ts'o197abba2005-06-20 18:00:23 -04004178msgid "while creating in-memory bad blocks list"
Philipp Thomasab02a742014-07-09 23:13:30 -04004179msgstr "beim Erstellen der Bad-Block-Liste im Speicher"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004180
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004181#: misc/badblocks.c:1305
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004182msgid "input file - bad format"
Philipp Thomasab02a742014-07-09 23:13:30 -04004183msgstr "die Eingabedatei hat ein ungültiges Format"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004184
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004185#: misc/badblocks.c:1313 misc/badblocks.c:1322
Theodore Ts'o197abba2005-06-20 18:00:23 -04004186msgid "while adding to in-memory bad block list"
Philipp Thomasab02a742014-07-09 23:13:30 -04004187msgstr "beim Hinzufügen zur Bad-Block-Liste im Speicher"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004188
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004189#: misc/badblocks.c:1347
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004190#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004191msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
4192msgstr "Durchgang beendet, %u defekte Blöcke gefunden. (%d/%d/%d Fehler)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004193
Theodore Ts'o4e528702016-09-04 21:31:21 -04004194#: misc/chattr.c:89
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004195#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004196msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004197msgstr "Aufruf: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v Version] Dateien…\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004198
Theodore Ts'o4e528702016-09-04 21:31:21 -04004199#: misc/chattr.c:159
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004200#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004201msgid "bad project - %s\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004202msgstr "ungültiges Projekt - %s\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004203
4204#: misc/chattr.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004205#, c-format
4206msgid "bad version - %s\n"
4207msgstr "falsche Version - %s\n"
4208
Theodore Ts'o4e528702016-09-04 21:31:21 -04004209#: misc/chattr.c:219 misc/lsattr.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004210#, c-format
4211msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004212msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004213
Theodore Ts'o4e528702016-09-04 21:31:21 -04004214#: misc/chattr.c:226
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004215#, c-format
4216msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004217msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004218
Theodore Ts'o4e528702016-09-04 21:31:21 -04004219#: misc/chattr.c:231 misc/chattr.c:243
Philipp Thomas77c871a2010-04-19 16:59:02 -04004220#, c-format
4221msgid "Flags of %s set as "
4222msgstr "Flags von %s wie folgt gesetzt: "
4223
Theodore Ts'o4e528702016-09-04 21:31:21 -04004224#: misc/chattr.c:252
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004225#, c-format
4226msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004227msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004228
Theodore Ts'o4e528702016-09-04 21:31:21 -04004229#: misc/chattr.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004230#, c-format
4231msgid "Version of %s set as %lu\n"
4232msgstr "Version von %s gesetzt auf %lu\n"
4233
Theodore Ts'o4e528702016-09-04 21:31:21 -04004234#: misc/chattr.c:264
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004235#, c-format
4236msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004237msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004238
Theodore Ts'o4e528702016-09-04 21:31:21 -04004239#: misc/chattr.c:271
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004240#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004241msgid "Project of %s set as %lu\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004242msgstr "Das Projekt von %s wurde auf %lu gesetzt\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004243
4244#: misc/chattr.c:275
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004245#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004246msgid "while setting project on %s"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004247msgstr "beim Setzen des Projektes von %s"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004248
4249#: misc/chattr.c:297
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004250msgid "Couldn't allocate path variable in chattr_dir_proc"
Philipp Thomasab02a742014-07-09 23:13:30 -04004251msgstr "Pfad-Variable in chattr_dir_proc konnte nicht reserviert werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004252
Theodore Ts'o4e528702016-09-04 21:31:21 -04004253#: misc/chattr.c:337
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004254msgid "= is incompatible with - and +\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004255msgstr "= ist inkompatibel zu - und +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004256
Theodore Ts'o4e528702016-09-04 21:31:21 -04004257#: misc/chattr.c:345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004258msgid "Must use '-v', =, - or +\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004259msgstr "„-v“, =, - oder + verwenden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004260
Theodore Ts'o89128f82018-01-01 19:36:37 -05004261#: misc/create_inode.c:76 misc/create_inode.c:115
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004262#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004263msgid "while reading inode %u"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004264msgstr "beim Lesen von Inode %u"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004265
Theodore Ts'o89128f82018-01-01 19:36:37 -05004266#: misc/create_inode.c:86 misc/create_inode.c:278 misc/create_inode.c:342
4267#: misc/create_inode.c:380
Theodore Ts'o4e528702016-09-04 21:31:21 -04004268msgid "while expanding directory"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004269msgstr "beim Expandieren des Verzeichnisses"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004270
Theodore Ts'o89128f82018-01-01 19:36:37 -05004271#: misc/create_inode.c:93
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004272#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004273msgid "while linking \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004274msgstr "beim Verknüpfen von „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004275
Theodore Ts'o89128f82018-01-01 19:36:37 -05004276#: misc/create_inode.c:101 misc/create_inode.c:128 misc/create_inode.c:312
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004277#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004278msgid "while writing inode %u"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004279msgstr "beim Schreiben von Inode %u"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004280
Theodore Ts'o89128f82018-01-01 19:36:37 -05004281#: misc/create_inode.c:145 misc/create_inode.c:169
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004282#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004283msgid "while listing attributes of \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004284msgstr "beim Auflisten der Attribute von „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004285
Theodore Ts'o89128f82018-01-01 19:36:37 -05004286#: misc/create_inode.c:156
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004287#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004288msgid "while opening inode %u"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004289msgstr "beim Öffnen von Inode %u"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004290
Theodore Ts'o89128f82018-01-01 19:36:37 -05004291#: misc/create_inode.c:162 misc/create_inode.c:189 misc/create_inode.c:911
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004292#: misc/e2undo.c:176 misc/e2undo.c:473 misc/e2undo.c:479 misc/e2undo.c:485
Theodore Ts'o4e528702016-09-04 21:31:21 -04004293#: misc/mke2fs.c:353
Theodore Ts'o4e528702016-09-04 21:31:21 -04004294msgid "while allocating memory"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004295msgstr "beim Anfordern von Speicher"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004296
Theodore Ts'o89128f82018-01-01 19:36:37 -05004297#: misc/create_inode.c:182 misc/create_inode.c:198
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004298#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004299msgid "while reading attribute \"%s\" of \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004300msgstr "beim Lesens des Attributs „%s” von „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004301
Theodore Ts'o89128f82018-01-01 19:36:37 -05004302#: misc/create_inode.c:207
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004303#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004304msgid "while writing attribute \"%s\" to inode %u"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004305msgstr "beim Schreiben von Attribut „%s” nach Inode „%u”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004306
Theodore Ts'o89128f82018-01-01 19:36:37 -05004307#: misc/create_inode.c:217
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004308#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004309msgid "while closing inode %u"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004310msgstr "beim Schließen von Inode %u"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004311
Theodore Ts'o89128f82018-01-01 19:36:37 -05004312#: misc/create_inode.c:265
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004313#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004314msgid "while allocating inode \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004315msgstr "beim Reservieren von Speicher für Inode „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004316
Theodore Ts'o89128f82018-01-01 19:36:37 -05004317#: misc/create_inode.c:284
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004318#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004319msgid "while creating inode \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004320msgstr "beim Anlegen von Inode „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004321
Theodore Ts'o89128f82018-01-01 19:36:37 -05004322#: misc/create_inode.c:349
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004323#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004324msgid "while creating symlink \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004325msgstr "beim Anlegen der symbolischen Verknüpfung „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004326
Theodore Ts'o89128f82018-01-01 19:36:37 -05004327#: misc/create_inode.c:367 misc/create_inode.c:844
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004328#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004329msgid "while looking up \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004330msgstr "beim Suchen von „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004331
Theodore Ts'o89128f82018-01-01 19:36:37 -05004332#: misc/create_inode.c:387
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004333#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004334msgid "while creating directory \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004335msgstr "beim Erstellen des Verzeichnisses „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004336
Theodore Ts'o89128f82018-01-01 19:36:37 -05004337#: misc/create_inode.c:615
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004338#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004339msgid "while opening \"%s\" to copy"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004340msgstr "beim Öffnen von „%s” zum Kopieren"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004341
Theodore Ts'o89128f82018-01-01 19:36:37 -05004342#: misc/create_inode.c:707
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004343#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004344msgid "while changing working directory to \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004345msgstr "beim Ändern des Arbeitsverzeichnisses zu „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004346
Theodore Ts'o89128f82018-01-01 19:36:37 -05004347#: misc/create_inode.c:715
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004348#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004349msgid "while opening directory \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004350msgstr "beim Öffnen von Verzeichnis „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004351
Theodore Ts'o89128f82018-01-01 19:36:37 -05004352#: misc/create_inode.c:725
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004353#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004354msgid "while lstat \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004355msgstr "beim Auslesen des Status von „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004356
Theodore Ts'o89128f82018-01-01 19:36:37 -05004357#: misc/create_inode.c:758
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004358#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004359msgid "while creating special file \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004360msgstr "beim Erzeugen der besonderen Datei „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004361
Theodore Ts'o89128f82018-01-01 19:36:37 -05004362#: misc/create_inode.c:767
Theodore Ts'o4e528702016-09-04 21:31:21 -04004363msgid "malloc failed"
4364msgstr "Die Reservierung von Speicher schlug fehl"
4365
Theodore Ts'o89128f82018-01-01 19:36:37 -05004366#: misc/create_inode.c:775
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004367#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004368msgid "while trying to read link \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004369msgstr "beim Versuch, die Verknüpfung „%s” zu lesen"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004370
Theodore Ts'o89128f82018-01-01 19:36:37 -05004371#: misc/create_inode.c:782
Theodore Ts'o4e528702016-09-04 21:31:21 -04004372msgid "symlink increased in size between lstat() and readlink()"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004373msgstr ""
4374"Die symbolischen Verknüpfung wurde zwischen lstat() und readlink() größer"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004375
Theodore Ts'o89128f82018-01-01 19:36:37 -05004376#: misc/create_inode.c:793
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004377#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004378msgid "while writing symlink\"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004379msgstr "beim Schreiben der symbolischen Verknüpfung „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004380
Theodore Ts'o89128f82018-01-01 19:36:37 -05004381#: misc/create_inode.c:803
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004382#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004383msgid "while writing file \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004384msgstr "beim Schreiben von Datei „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004385
Theodore Ts'o89128f82018-01-01 19:36:37 -05004386#: misc/create_inode.c:816
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004387#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004388msgid "while making dir \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004389msgstr "beim erzeugen von Verzeichnis „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004390
Theodore Ts'o89128f82018-01-01 19:36:37 -05004391#: misc/create_inode.c:833
Theodore Ts'o4e528702016-09-04 21:31:21 -04004392msgid "while changing directory"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004393msgstr "beim Wechseln des Verzeichnisses"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004394
Theodore Ts'o89128f82018-01-01 19:36:37 -05004395#: misc/create_inode.c:839
Theodore Ts'o4e528702016-09-04 21:31:21 -04004396#, c-format
4397msgid "ignoring entry \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004398msgstr "Eintrag „%s” wird ignoriert"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004399
Theodore Ts'o89128f82018-01-01 19:36:37 -05004400#: misc/create_inode.c:852
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004401#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004402msgid "while setting inode for \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004403msgstr "beim Setzen der Inode für „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004404
Theodore Ts'o89128f82018-01-01 19:36:37 -05004405#: misc/create_inode.c:859
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004406#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004407msgid "while setting xattrs for \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004408msgstr "beim Setzen der erweiterten Attribute für „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004409
Theodore Ts'o89128f82018-01-01 19:36:37 -05004410#: misc/create_inode.c:877
Theodore Ts'o4e528702016-09-04 21:31:21 -04004411msgid "while saving inode data"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004412msgstr "beim Sichern der Inode-Daten"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004413
4414#: misc/dumpe2fs.c:56
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004415#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05004416msgid ""
4417"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
4418msgstr ""
4419"Aufruf: %s [-bfghixV] [-o superblock=<Nummer>] [-o blocksize=<Nummer>] "
4420"Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004421
Eric Sandeen032eafe2012-07-28 17:48:36 -04004422#: misc/dumpe2fs.c:159
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004423msgid "blocks"
4424msgstr "Blöcke"
4425
Theodore Ts'o4e528702016-09-04 21:31:21 -04004426#: misc/dumpe2fs.c:168
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004427msgid "clusters"
4428msgstr "Cluster"
4429
Theodore Ts'o4e528702016-09-04 21:31:21 -04004430#: misc/dumpe2fs.c:219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004431#, c-format
4432msgid "Group %lu: (Blocks "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004433msgstr "Gruppe %lu: (Blöcke "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004434
Theodore Ts'o4e528702016-09-04 21:31:21 -04004435#: misc/dumpe2fs.c:226
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004436#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004437msgid " csum 0x%04x"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004438msgstr " Prüfsumme 0x%04x"
Philipp Thomas720e6362008-06-21 14:06:00 -04004439
Theodore Ts'o4e528702016-09-04 21:31:21 -04004440#: misc/dumpe2fs.c:228
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004441#, c-format
Philipp Thomasedc733d2012-04-22 15:38:42 -04004442msgid " (EXPECTED 0x%04x)"
4443msgstr " (0x%04x ERWARTET)"
4444
Theodore Ts'o4e528702016-09-04 21:31:21 -04004445#: misc/dumpe2fs.c:233
Philipp Thomasedc733d2012-04-22 15:38:42 -04004446#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004447msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004448msgstr " %s Superblock in "
4449
Theodore Ts'o4e528702016-09-04 21:31:21 -04004450#: misc/dumpe2fs.c:234
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004451msgid "Primary"
Philipp Thomasab02a742014-07-09 23:13:30 -04004452msgstr "Primär"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004453
Theodore Ts'o4e528702016-09-04 21:31:21 -04004454#: misc/dumpe2fs.c:234
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004455msgid "Backup"
Philipp Thomasab02a742014-07-09 23:13:30 -04004456msgstr "Datensicherung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004457
Theodore Ts'o4e528702016-09-04 21:31:21 -04004458#: misc/dumpe2fs.c:238
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004459msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004460msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004461
Theodore Ts'o4e528702016-09-04 21:31:21 -04004462#: misc/dumpe2fs.c:242
Theodore Ts'obc759702005-05-09 20:40:55 -04004463msgid ""
4464"\n"
4465" Reserved GDT blocks at "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004466msgstr ""
4467"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004468" reservierte GDT-Blöcke bei "
Theodore Ts'obc759702005-05-09 20:40:55 -04004469
Theodore Ts'o4e528702016-09-04 21:31:21 -04004470#: misc/dumpe2fs.c:249
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004471msgid " Group descriptor at "
Philipp Thomasab02a742014-07-09 23:13:30 -04004472msgstr " Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004473
Theodore Ts'o4e528702016-09-04 21:31:21 -04004474#: misc/dumpe2fs.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004475msgid " Block bitmap at "
Philipp Thomasab02a742014-07-09 23:13:30 -04004476msgstr " Block-Bitmap in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004477
Theodore Ts'o4e528702016-09-04 21:31:21 -04004478#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004479#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004480msgid ", csum 0x%08x"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004481msgstr ", Prüfsumme 0x%04x"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004482
4483#: misc/dumpe2fs.c:263
4484msgid ","
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004485msgstr ","
Theodore Ts'o4e528702016-09-04 21:31:21 -04004486
4487#: misc/dumpe2fs.c:265
4488msgid ""
4489"\n"
4490" "
4491msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004492"\n"
4493" "
Theodore Ts'o4e528702016-09-04 21:31:21 -04004494
4495#: misc/dumpe2fs.c:266
Theodore Ts'o4e528702016-09-04 21:31:21 -04004496msgid " Inode bitmap at "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004497msgstr " Inode-Bitmap in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004498
Theodore Ts'o4e528702016-09-04 21:31:21 -04004499#: misc/dumpe2fs.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004500msgid ""
4501"\n"
4502" Inode table at "
4503msgstr ""
4504"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004505" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004506
Theodore Ts'o4e528702016-09-04 21:31:21 -04004507#: misc/dumpe2fs.c:279
Philipp Thomas68801282008-07-17 11:47:00 -04004508#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004509msgid ""
4510"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004511" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004512msgstr ""
4513"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004514" %u freie %s, %u freie Inodes, %u Verzeichnisse%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004515
Theodore Ts'o4e528702016-09-04 21:31:21 -04004516#: misc/dumpe2fs.c:286
Philipp Thomas720e6362008-06-21 14:06:00 -04004517#, c-format
4518msgid ", %u unused inodes\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004519msgstr ", %u ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004520
Theodore Ts'o4e528702016-09-04 21:31:21 -04004521#: misc/dumpe2fs.c:289
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004522msgid " Free blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004523msgstr " Freie Blöcke: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004524
Theodore Ts'o4e528702016-09-04 21:31:21 -04004525#: misc/dumpe2fs.c:304
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004526msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004527msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004528
Theodore Ts'o4e528702016-09-04 21:31:21 -04004529#: misc/dumpe2fs.c:340
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004530msgid "while printing bad block list"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004531msgstr "beim Ausgeben der „Bad Block“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004532
Theodore Ts'o4e528702016-09-04 21:31:21 -04004533#: misc/dumpe2fs.c:346
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004534#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004535msgid "Bad blocks: %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004536msgstr "Bad Blocks: %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004537
Theodore Ts'o89128f82018-01-01 19:36:37 -05004538#: misc/dumpe2fs.c:373 misc/tune2fs.c:364
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004539msgid "while reading journal inode"
4540msgstr "beim Lesen des Journal-Inodes"
4541
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004542#: misc/dumpe2fs.c:379
Philipp Thomas77c871a2010-04-19 16:59:02 -04004543msgid "while opening journal inode"
4544msgstr "beim Lesen des Journal-Inodes"
4545
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004546#: misc/dumpe2fs.c:385
Philipp Thomas77c871a2010-04-19 16:59:02 -04004547msgid "while reading journal super block"
4548msgstr "beim Lesen des Journal-Superblocks"
4549
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004550#: misc/dumpe2fs.c:392
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004551msgid "Journal superblock magic number invalid!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004552msgstr "Die magische Zahl im Journal-Superblock ist ungültig!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004553
Theodore Ts'o89128f82018-01-01 19:36:37 -05004554#: misc/dumpe2fs.c:409 misc/tune2fs.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004555msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004556msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004557
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004558#: misc/dumpe2fs.c:417
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004559msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004560msgstr ""
4561"Die magische Nummer des Journal-Superblocks konnte nicht gefunden werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004562
Theodore Ts'o89128f82018-01-01 19:36:37 -05004563#: misc/dumpe2fs.c:434 misc/mke2fs.c:786 misc/tune2fs.c:1959
Theodore Ts'o8f741372008-02-28 21:47:05 -05004564msgid "Couldn't allocate memory to parse options!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004565msgstr ""
4566"Speicher zum Verarbeiten der Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004567
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004568#: misc/dumpe2fs.c:460
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004569#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004570msgid "Invalid superblock parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004571msgstr "Ungültiger Superblock-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004572
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004573#: misc/dumpe2fs.c:475
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004574#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004575msgid "Invalid blocksize parameter: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004576msgstr "Ungültiger Blockgrößen-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004577
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004578#: misc/dumpe2fs.c:486
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004579#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004580msgid ""
4581"\n"
4582"Bad extended option(s) specified: %s\n"
4583"\n"
4584"Extended options are separated by commas, and may take an argument which\n"
4585"\tis set off by an equals ('=') sign.\n"
4586"\n"
4587"Valid extended options are:\n"
4588"\tsuperblock=<superblock number>\n"
4589"\tblocksize=<blocksize>\n"
4590msgstr ""
4591"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004592"Falsche erweiterte Optionen angegeben: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004593"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004594"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004595"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004596"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004597"Gültige erweiterte Optionen sind:\n"
4598"\tsuperblock=<Nummer des Spuperblocks>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004599"\tblocksize=<Blockgröße>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004600"\n"
4601
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004602#: misc/dumpe2fs.c:550 misc/mke2fs.c:1816
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004603#, c-format
4604msgid "\tUsing %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004605msgstr "\t%s wird benutzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004606
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004607#: misc/dumpe2fs.c:590
Theodore Ts'o4e528702016-09-04 21:31:21 -04004608msgid ""
4609"\n"
4610"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4611"\n"
4612msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004613"\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004614"*** Es wurden Prüfsummenfehler im Dateisystem gefunden! Starten Sie umgehend "
4615"e2fsck!\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004616"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004617
Theodore Ts'o89128f82018-01-01 19:36:37 -05004618#: misc/dumpe2fs.c:595 misc/e2image.c:1587 misc/tune2fs.c:2835
4619#: resize/main.c:416
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004620msgid "Couldn't find valid filesystem superblock.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004621msgstr "Es kann kein gültiger Dateisystem-Superblock gefunden werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004622
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004623#: misc/dumpe2fs.c:630
Theodore Ts'o4e528702016-09-04 21:31:21 -04004624msgid ""
4625"\n"
4626"*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4627"\n"
4628msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004629"\n"
4630"*** Prüfsummenfehler in den Bitmaps gefunden! Starten Sie umgehend e2fsck!\n"
4631"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004632
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004633#: misc/dumpe2fs.c:634
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004634#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004635msgid ""
4636"\n"
4637"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004638msgstr ""
4639"\n"
4640"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004641
Theodore Ts'o89128f82018-01-01 19:36:37 -05004642#: misc/e2image.c:107
4643#, fuzzy, c-format
4644msgid "Usage: %s [ -r|Q ] [ -f ] device image-file\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004645msgstr "Aufruf: %s [-r|Q ] [ -fr ] Gerätedatei Abbild-Datei\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004646
Theodore Ts'o89128f82018-01-01 19:36:37 -05004647#: misc/e2image.c:109
Philipp Thomasb93349a2014-05-31 13:32:39 -04004648#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004649msgid " %s -I device image-file\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004650msgstr " %s [-I] Gerätedatei Abbild-Datei\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004651
Theodore Ts'o89128f82018-01-01 19:36:37 -05004652#: misc/e2image.c:110
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004653#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05004654msgid ""
4655" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4656"[ dest_fs ]\n"
4657msgstr ""
4658" %s -ra [ -cfnp ] [ -o Quelloffset ] [ -O Zieloffset ] Quell_Fs "
4659"[ Ziel_fs ]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004660
Theodore Ts'o89128f82018-01-01 19:36:37 -05004661#: misc/e2image.c:175 misc/e2image.c:580 misc/e2image.c:586 misc/e2image.c:1182
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004662msgid "while allocating buffer"
4663msgstr "beim Zuweisen von Puffern"
4664
Theodore Ts'o89128f82018-01-01 19:36:37 -05004665#: misc/e2image.c:180
Philipp Thomasb93349a2014-05-31 13:32:39 -04004666#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004667msgid "Writing block %llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004668msgstr "Block %llu wird geschrieben\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004669
Theodore Ts'o89128f82018-01-01 19:36:37 -05004670#: misc/e2image.c:194
Philipp Thomasb93349a2014-05-31 13:32:39 -04004671#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004672msgid "error writing block %llu"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004673msgstr "Schreibfehler - Block %llu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004674
Theodore Ts'o89128f82018-01-01 19:36:37 -05004675#: misc/e2image.c:197
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004676msgid "error in generic_write()"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004677msgstr "Fehler in generic_write()"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004678
Theodore Ts'o89128f82018-01-01 19:36:37 -05004679#: misc/e2image.c:214
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004680msgid "Error: header size is bigger than wrt_size\n"
4681msgstr "Fehler: Größe des Headers übersteigt wrt_size\n"
4682
Theodore Ts'o89128f82018-01-01 19:36:37 -05004683#: misc/e2image.c:219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004684msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004685msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004686
Theodore Ts'o89128f82018-01-01 19:36:37 -05004687#: misc/e2image.c:247
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004688msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004689msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004690
Theodore Ts'o89128f82018-01-01 19:36:37 -05004691#: misc/e2image.c:256
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004692msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004693msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004694
Theodore Ts'o89128f82018-01-01 19:36:37 -05004695#: misc/e2image.c:264
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004696msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004697msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004698
Theodore Ts'o89128f82018-01-01 19:36:37 -05004699#: misc/e2image.c:272
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004700msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004701msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004702
Theodore Ts'o89128f82018-01-01 19:36:37 -05004703#: misc/e2image.c:506
Philipp Thomasb93349a2014-05-31 13:32:39 -04004704#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004705msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004706msgstr "Defekter Verzeichnisblock %llu: ungültige rec_len (%d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004707
Theodore Ts'o89128f82018-01-01 19:36:37 -05004708#: misc/e2image.c:518
Philipp Thomasb93349a2014-05-31 13:32:39 -04004709#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004710msgid "Corrupt directory block %llu: bad name_len (%d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004711msgstr "Defekter Verzeichnisblock %llu: ungültige name_len (%d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004712
Theodore Ts'o89128f82018-01-01 19:36:37 -05004713#: misc/e2image.c:559
Philipp Thomasb93349a2014-05-31 13:32:39 -04004714#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004715msgid "%llu / %llu blocks (%d%%)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004716msgstr "%llu / %llu Blöcke (%d%%)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004717
Theodore Ts'o89128f82018-01-01 19:36:37 -05004718#: misc/e2image.c:590 misc/e2image.c:630
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004719msgid "Copying "
Philipp Thomasb93349a2014-05-31 13:32:39 -04004720msgstr "Kopieren "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004721
Theodore Ts'o89128f82018-01-01 19:36:37 -05004722#: misc/e2image.c:627
4723msgid ""
4724"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004725msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04004726"Jetzt anzuhalten würde das Dateisystem zerstören. Wenn Sie sicher sind,\n"
4727"unterbrechen Sie noch einmal.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004728
Theodore Ts'o89128f82018-01-01 19:36:37 -05004729#: misc/e2image.c:653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004730#, c-format
4731msgid " %s remaining at %.2f MB/s"
Philipp Thomasab02a742014-07-09 23:13:30 -04004732msgstr " %s bleibt bei %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004733
Theodore Ts'o89128f82018-01-01 19:36:37 -05004734#: misc/e2image.c:665 misc/e2image.c:1192
Philipp Thomasb93349a2014-05-31 13:32:39 -04004735#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004736msgid "error reading block %llu"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004737msgstr "Fehler beim Lesen von Block %llu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004738
Theodore Ts'o89128f82018-01-01 19:36:37 -05004739#: misc/e2image.c:719
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004740#, c-format
4741msgid "Copied %llu / %llu blocks (%d%%) in %s "
Philipp Thomasb93349a2014-05-31 13:32:39 -04004742msgstr "%llu / %llu Blöcke (%d%%) wurden in %s kopiert "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004743
Theodore Ts'o89128f82018-01-01 19:36:37 -05004744#: misc/e2image.c:723
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004745#, c-format
4746msgid "at %.2f MB/s"
Philipp Thomasab02a742014-07-09 23:13:30 -04004747msgstr "bei %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004748
Theodore Ts'o89128f82018-01-01 19:36:37 -05004749#: misc/e2image.c:759
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004750msgid "while allocating l1 table"
Philipp Thomasab02a742014-07-09 23:13:30 -04004751msgstr "beim Anfordern von Speicher für die l1-Tabelle"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004752
Theodore Ts'o89128f82018-01-01 19:36:37 -05004753#: misc/e2image.c:804
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004754msgid "while allocating l2 cache"
Philipp Thomasab02a742014-07-09 23:13:30 -04004755msgstr "beim Anfordern von Speicher für den l2-Zwischenspeicher"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004756
Theodore Ts'o89128f82018-01-01 19:36:37 -05004757#: misc/e2image.c:827
4758msgid ""
4759"Warning: There are still tables in the cache while putting the cache, data "
4760"will be lost so the image may not be valid.\n"
4761msgstr ""
4762"Warnung: Beim Schreiben des Zwischenspeichers befinden sich immer noch "
4763"Tabellen in ihm. Damit gehen Daten verloren und das Abbild ist eventuell "
4764"ungültig.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004765
Theodore Ts'o89128f82018-01-01 19:36:37 -05004766#: misc/e2image.c:1149
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004767msgid "while allocating ext2_qcow2_image"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004768msgstr "beim Reservieren von Speicher für ext2_qcow2_image"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004769
Theodore Ts'o89128f82018-01-01 19:36:37 -05004770#: misc/e2image.c:1156
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004771msgid "while initializing ext2_qcow2_image"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004772msgstr "beim Initialisieren des ext2_qcow2_image"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004773
Theodore Ts'o89128f82018-01-01 19:36:37 -05004774#: misc/e2image.c:1215 misc/e2image.c:1233
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004775msgid "Programming error: multiple sequential refcount blocks created!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004776msgstr ""
4777"Programmierfehler: mehrere sequenzielle Refcount-Blöcke wurden erzeugt!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004778
Theodore Ts'o89128f82018-01-01 19:36:37 -05004779#: misc/e2image.c:1273
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004780msgid "while allocating block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004781msgstr "beim Reservieren von Speicher für die Block-Bitmap"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004782
Theodore Ts'o89128f82018-01-01 19:36:37 -05004783#: misc/e2image.c:1282
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004784msgid "while allocating scramble block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004785msgstr "beim Reservieren von Speicher für die verwürfelte Block-Bitmap"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004786
Theodore Ts'o89128f82018-01-01 19:36:37 -05004787#: misc/e2image.c:1289
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004788msgid "Scanning inodes...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004789msgstr "Inodes werden eingelesen …\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004790
Theodore Ts'o89128f82018-01-01 19:36:37 -05004791#: misc/e2image.c:1301
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004792msgid "Can't allocate block buffer"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004793msgstr "Es konnte kein Blockpuffer reserviert werden"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004794
Theodore Ts'o89128f82018-01-01 19:36:37 -05004795#: misc/e2image.c:1340 misc/e2image.c:1354
Philipp Thomasb93349a2014-05-31 13:32:39 -04004796#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004797msgid "while iterating over inode %u"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004798msgstr "beim Iterieren über Inode %u"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004799
Theodore Ts'o89128f82018-01-01 19:36:37 -05004800#: misc/e2image.c:1386
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004801msgid "Raw and qcow2 images cannot be installed"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004802msgstr "Rohe und Qcow2-Abbilder können nicht installiert werden"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004803
Theodore Ts'o89128f82018-01-01 19:36:37 -05004804#: misc/e2image.c:1408
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004805msgid "error reading bitmaps"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004806msgstr "Fehler beim Lesen der Bitmaps"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004807
Theodore Ts'o89128f82018-01-01 19:36:37 -05004808#: misc/e2image.c:1420
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004809msgid "while opening device file"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004810msgstr "beim Öffnen der Gerätedatei"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004811
Theodore Ts'o89128f82018-01-01 19:36:37 -05004812#: misc/e2image.c:1431
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004813msgid "while restoring the image table"
4814msgstr "beim Schreiben der Inode-Tabelle"
4815
Theodore Ts'o89128f82018-01-01 19:36:37 -05004816#: misc/e2image.c:1528
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004817msgid "-a option can only be used with raw or QCOW2 images."
Philipp Thomasab02a742014-07-09 23:13:30 -04004818msgstr "Die Option „-a“ kann nur bei Roh- oder QCOW2-Abbildern benutzt werden."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004819
Theodore Ts'o89128f82018-01-01 19:36:37 -05004820#: misc/e2image.c:1534
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004821msgid "Offsets are only allowed with raw images."
Philipp Thomasb93349a2014-05-31 13:32:39 -04004822msgstr "Offsets sind nur bei Roh-Abbildern erlaubt."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004823
Theodore Ts'o89128f82018-01-01 19:36:37 -05004824#: misc/e2image.c:1539
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004825msgid "Move mode is only allowed with raw images."
Philipp Thomasab02a742014-07-09 23:13:30 -04004826msgstr "Verschieben ist nur bei Roh- Abbildern erlaubt."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004827
Theodore Ts'o89128f82018-01-01 19:36:37 -05004828#: misc/e2image.c:1544
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004829msgid "Move mode requires all data mode."
Philipp Thomasab02a742014-07-09 23:13:30 -04004830msgstr "Der Verschiebemodus erfordert den „Alle Daten“-Modus."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004831
Theodore Ts'o89128f82018-01-01 19:36:37 -05004832#: misc/e2image.c:1554
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004833msgid "checking if mounted"
Philipp Thomasab02a742014-07-09 23:13:30 -04004834msgstr "Prüfung, ob eingehängt"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004835
Theodore Ts'o89128f82018-01-01 19:36:37 -05004836#: misc/e2image.c:1561
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004837msgid ""
4838"\n"
4839"Running e2image on a R/W mounted filesystem can result in an\n"
4840"inconsistent image which will not be useful for debugging purposes.\n"
4841"Use -f option if you really want to do that.\n"
4842msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004843"\n"
4844"Das Starten von E2image auf einem schreib- und lesbar eingehängten\n"
4845"Dateisystem kann zu einem unvollständigen Abbild führen, welches\n"
4846"unbrauchbar für die Fehlersuche wäre. Verwenden Sie die Option -f, wenn\n"
4847"Sie das wirklich machen wollen.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004848
Theodore Ts'o89128f82018-01-01 19:36:37 -05004849#: misc/e2image.c:1615
Theodore Ts'o4e528702016-09-04 21:31:21 -04004850msgid "QCOW2 image can not be written to the stdout!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004851msgstr ""
4852"Das QCOW2-Abbild kann nicht auf die Standardausgabe geschrieben werden!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004853
Theodore Ts'o89128f82018-01-01 19:36:37 -05004854#: misc/e2image.c:1621
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004855msgid "Can not stat output\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004856msgstr "Der Status der Ausgabe lässt sich nicht feststellen\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004857
Theodore Ts'o89128f82018-01-01 19:36:37 -05004858#: misc/e2image.c:1631
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004859#, c-format
4860msgid "Image (%s) is compressed\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004861msgstr "Das Abbild (%s) ist komprimiert\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004862
Theodore Ts'o89128f82018-01-01 19:36:37 -05004863#: misc/e2image.c:1634
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004864#, c-format
4865msgid "Image (%s) is encrypted\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004866msgstr "Das Abbild (%s) ist verschlüsselt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004867
Theodore Ts'o89128f82018-01-01 19:36:37 -05004868#: misc/e2image.c:1637
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004869#, c-format
4870msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004871msgstr ""
4872"beim Versuch, das Qcow2-Abbild (%s) in ein Roh-Abbild (%s) zu konvertieren"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004873
Theodore Ts'o89128f82018-01-01 19:36:37 -05004874#: misc/e2image.c:1646
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004875msgid "The -c option only supported in raw mode\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004876msgstr "Die Option „-c“ wird nur im Roh-Modus unterstützt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004877
Theodore Ts'o89128f82018-01-01 19:36:37 -05004878#: misc/e2image.c:1651
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004879msgid "The -c option not supported when writing to stdout\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004880msgstr ""
4881"Die Option „-c“ wird beim Schreiben auf die Standardausgabe nicht "
4882"unterstützt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004883
Theodore Ts'o89128f82018-01-01 19:36:37 -05004884#: misc/e2image.c:1658
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004885msgid "while allocating check_buf"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004886msgstr "beim Anfordern des Prüfpuffers"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004887
Theodore Ts'o89128f82018-01-01 19:36:37 -05004888#: misc/e2image.c:1664
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004889msgid "The -p option only supported in raw mode\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004890msgstr "Die Option „-p“ wird nur im Roh-Modus unterstützt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004891
Theodore Ts'o89128f82018-01-01 19:36:37 -05004892#: misc/e2image.c:1674
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004893#, c-format
4894msgid "%d blocks already contained the data to be copied\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004895msgstr "%d Blöcke enthielten bereits die zu kopierenden Daten.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004896
Theodore Ts'o4e528702016-09-04 21:31:21 -04004897#: misc/e2initrd_helper.c:68
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004898#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004899msgid "Usage: %s -r device\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004900msgstr "Aufruf: %s -r Laufwerk\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004901
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004902#: misc/e2label.c:58
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004903#, c-format
4904msgid "e2label: cannot open %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004905msgstr "e2label: %s kann nicht geöffnet werden.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004906
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004907#: misc/e2label.c:63
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\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004910msgstr "e2label: 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:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004913#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004914msgid "e2label: error reading superblock\n"
4915msgstr "e2label: Lesefehler im Superblock\n"
4916
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004917#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004918#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004919msgid "e2label: not an ext2 filesystem\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004920msgstr "e2label: Kein ext2-Dateisystem\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004921
Theodore Ts'o89128f82018-01-01 19:36:37 -05004922#: misc/e2label.c:97 misc/tune2fs.c:3008
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004923#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004924msgid "Warning: label too long, truncating.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004925msgstr "Warnung: Name zu lang, wird gekürzt.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004926
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004927#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004928#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004929msgid "e2label: cannot seek to superblock again\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004930msgstr "e2label: Erneutes Springen zum Superblock nicht möglich\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004931
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004932#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004933#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004934msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004935msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004936
Theodore Ts'o89128f82018-01-01 19:36:37 -05004937#: misc/e2label.c:117 misc/tune2fs.c:1619
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004938#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004939msgid "Usage: e2label device [newlabel]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004940msgstr "Aufruf: e2label Gerät [neuer_Name]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004941
Theodore Ts'o4e528702016-09-04 21:31:21 -04004942#: misc/e2undo.c:118
Theodore Ts'o89128f82018-01-01 19:36:37 -05004943#, fuzzy, c-format
4944msgid ""
4945"Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> "
4946"<filesystem>\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004947msgstr "Aufruf: %s [-f] [-h] [-n] [-v] <Transaktionsdatei> <Dateisystem>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004948
Theodore Ts'o4e528702016-09-04 21:31:21 -04004949#: misc/e2undo.c:143
Theodore Ts'o4e528702016-09-04 21:31:21 -04004950msgid "The file system superblock doesn't match the undo file.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004951msgstr "Der Superblock des Dateisystems passt nicht zur Undo-Datei.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004952
Theodore Ts'o4e528702016-09-04 21:31:21 -04004953#: misc/e2undo.c:146
4954msgid "UUID does not match.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004955msgstr "die UUIDs stimmen nicht überein.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004956
Theodore Ts'o4e528702016-09-04 21:31:21 -04004957#: misc/e2undo.c:148
Theodore Ts'o4e528702016-09-04 21:31:21 -04004958msgid "Last mount time does not match.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004959msgstr "Die Zeit des letzten Einhängens stimmt nicht überein.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004960
Theodore Ts'o4e528702016-09-04 21:31:21 -04004961#: misc/e2undo.c:150
4962msgid "Last write time does not match.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004963msgstr "Die Zeit des letzten Schreibzugriffs stimmt nicht überein.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004964
4965#: misc/e2undo.c:152
4966msgid "Lifetime write counter does not match.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004967msgstr "Der lebenslange Schreibzugriffszähler stimmt nicht überein.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004968
4969#: misc/e2undo.c:166
Theodore Ts'o4e528702016-09-04 21:31:21 -04004970msgid "while reading filesystem superblock."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004971msgstr "beim Lesen des Dateisystem-Superblocks"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004972
4973#: misc/e2undo.c:182
Theodore Ts'o4e528702016-09-04 21:31:21 -04004974msgid "while fetching superblock"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004975msgstr "beim Lesen des Superblocks"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004976
4977#: misc/e2undo.c:195
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004978#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004979msgid "Undo file superblock checksum doesn't match.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004980msgstr ""
4981"Die Prüfsumme des Superblocks in der Undo-Datei stimmt nicht überein.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004982
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004983#: misc/e2undo.c:334
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004984#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004985msgid "illegal offset - %s"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004986msgstr "Unzulässiger Offset - %s"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004987
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004988#: misc/e2undo.c:358
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004989#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004990msgid "Will not write to an undo file while replaying it.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004991msgstr ""
4992"Während des Abarbeitens der Undo-Datei kann nicht in sie geschrieben "
4993"werden.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004994
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004995#: misc/e2undo.c:367
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004996#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004997msgid "while opening undo file `%s'\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004998msgstr "beim Öffnen der Undo-Datei „%s”\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004999
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005000#: misc/e2undo.c:374
Theodore Ts'o4e528702016-09-04 21:31:21 -04005001msgid "while reading undo file"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005002msgstr "beim Lesen der Undo-Datei"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005003
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005004#: misc/e2undo.c:379
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005005#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005006msgid "%s: Not an undo file.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005007msgstr "%s: Keine Undo-Datei.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005008
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005009#: misc/e2undo.c:390
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005010#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005011msgid "%s: Header checksum doesn't match.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005012msgstr "%s: Die Prüfsumme des Vorspanns passt nicht dazu.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005013
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005014#: misc/e2undo.c:397
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005015#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005016msgid "%s: Corrupt undo file header.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005017msgstr "%s: Der Vorspann der Undo-Datei ist defekt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005018
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005019#: misc/e2undo.c:401
Theodore Ts'o4e528702016-09-04 21:31:21 -04005020#, c-format
5021msgid "%s: Undo block size too large.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005022msgstr "%s: Die rückgängig zu machende Blockgröße ist zu groß.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005023
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005024#: misc/e2undo.c:406
Theodore Ts'o4e528702016-09-04 21:31:21 -04005025#, c-format
5026msgid "%s: Undo block size too small.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005027msgstr "%s: Die rückgängig zu machende Blockgröße ist zu klein.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005028
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005029#: misc/e2undo.c:419
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005030#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005031msgid "%s: Unknown undo file feature set.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005032msgstr "%s: Unbekannter Satz von Eigenschaften in der UNdo-Datei.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005033
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005034#: misc/e2undo.c:427
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005035#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005036msgid "Error while determining whether %s is mounted."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005037msgstr "Fehler beim Überprüfen, ob %s eingehängt ist."
Philipp Thomas720e6362008-06-21 14:06:00 -04005038
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005039#: misc/e2undo.c:433
Theodore Ts'o4e528702016-09-04 21:31:21 -04005040msgid "e2undo should only be run on unmounted filesystems"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005041msgstr "e2undo sollte nur auf nicht-eingehängten Dateisystemen laufen"
Philipp Thomas720e6362008-06-21 14:06:00 -04005042
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005043#: misc/e2undo.c:449
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005044#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005045msgid "while opening `%s'"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005046msgstr "beim Öffnen von „%s”"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005047
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005048#: misc/e2undo.c:460
Theodore Ts'o4e528702016-09-04 21:31:21 -04005049msgid "specified offset is too large"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005050msgstr "der angegebene Offset ist zu groß"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005051
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005052#: misc/e2undo.c:501
Theodore Ts'o4e528702016-09-04 21:31:21 -04005053msgid "while reading keys"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005054msgstr "beim Lesen der Schlüssel"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005055
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005056#: misc/e2undo.c:513
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005057#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005058msgid "%s: wrong key magic at %llu\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005059msgstr "%s: faslsche Schlüsselmagie bei %llu\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005060
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005061#: misc/e2undo.c:523
Theodore Ts'o4e528702016-09-04 21:31:21 -04005062#, c-format
5063msgid "%s: key block checksum error at %llu.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005064msgstr "%s: Prüfsummenfehler des Schlüsselblocks bei %llu.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005065
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005066#: misc/e2undo.c:546
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005067#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005068msgid "%s: block %llu is too long."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005069msgstr "%s: Block %llu ist zu lng."
Theodore Ts'o4e528702016-09-04 21:31:21 -04005070
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005071#: misc/e2undo.c:558 misc/e2undo.c:594
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005072#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005073msgid "while fetching block %llu."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005074msgstr "beim Lesen von Block %llu."
Theodore Ts'o4e528702016-09-04 21:31:21 -04005075
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005076#: misc/e2undo.c:570
Theodore Ts'o4e528702016-09-04 21:31:21 -04005077#, c-format
5078msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005079msgstr "Prüfsummenfehler im Dateisystemblock %llu (Undo-Block %llu)\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005080
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005081#: misc/e2undo.c:609
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005082#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005083msgid "while writing block %llu."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005084msgstr "Schreibfehler - Block %llu."
Theodore Ts'o4e528702016-09-04 21:31:21 -04005085
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005086#: misc/e2undo.c:615
Theodore Ts'o4e528702016-09-04 21:31:21 -04005087#, c-format
5088msgid "Undo file corruption; run e2fsck NOW!\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005089msgstr "Undo-Datei ist defekt; starten Sie e2fsck JETZT!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005090
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005091#: misc/e2undo.c:617
Theodore Ts'o4e528702016-09-04 21:31:21 -04005092#, c-format
5093msgid "IO error during replay; run e2fsck NOW!\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005094msgstr "EA-Fehler beim abarbeiten der Undo-Datei; starten Sie e2fsck JETZT!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005095
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005096#: misc/e2undo.c:620
Theodore Ts'o4e528702016-09-04 21:31:21 -04005097#, c-format
5098msgid "Incomplete undo record; run e2fsck.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005099msgstr "Unvollständiger Undo-Datensatz; starten Sie e2fsck.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005100
5101#: misc/findsuper.c:110
5102#, c-format
5103msgid "Usage: findsuper device [skipbytes [startkb]]\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005104msgstr "Aufruf: findsuper Gerät [zu_überspringende_Bytes] [StartKB]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005105
5106#: misc/findsuper.c:155
5107#, c-format
5108msgid "skipbytes should be a number, not %s\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005109msgstr "zu_überspringende_Bytes sollte ein Zahl sein und nicht %s\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005110
5111#: misc/findsuper.c:162
5112#, c-format
5113msgid "skipbytes must be a multiple of the sector size\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005114msgstr "zu_überspringende_Bytes muß ein Mehrfaches der Sektorgröße sein\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005115
5116#: misc/findsuper.c:169
5117#, c-format
5118msgid "startkb should be a number, not %s\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005119msgstr "StartKB sollte eine Zahl sein und nicht %s\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005120
5121#: misc/findsuper.c:175
5122#, c-format
5123msgid "startkb should be positive, not %llu\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005124msgstr "StartKB sollte positiv sein, nicht %llu\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005125
5126#: misc/findsuper.c:186
5127#, c-format
5128msgid "starting at %llu, with %u byte increments\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005129msgstr "Start bei %llu mit %u Bytes Schrittweite\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005130
5131#: misc/findsuper.c:188
5132#, c-format
5133msgid ""
5134"[*] probably superblock written in the ext3 journal superblock,\n"
5135"\tso start/end/grp wrong\n"
5136msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05005137"[*] wahrscheinlichj ein Superblock, der Im Ext3-Journal-Superblock "
5138"geschrieben wurde,\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005139"\tdaher stimmen Start/Ende/Gruppe nicht\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005140
5141#: misc/findsuper.c:190
5142#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05005143msgid ""
5144"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
5145"mount_time sb_uuid label\n"
5146msgstr ""
5147"Byte_offset Byte_start Byte_end fs_blocks blksz grp mkfs/"
5148"mount_time sb_uuid label\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005149
5150#: misc/findsuper.c:264
5151#, c-format
5152msgid ""
5153"\n"
5154"%11Lu: finished with errno %d\n"
5155msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005156"\n"
5157"%11Lu: endete mit Errno %d\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005158
Eric Sandeen032eafe2012-07-28 17:48:36 -04005159#: misc/fsck.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005160#, c-format
5161msgid "WARNING: couldn't open %s: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005162msgstr "WARNUNG: %s konnte nicht geöffnet werden: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005163
Eric Sandeen032eafe2012-07-28 17:48:36 -04005164#: misc/fsck.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005165#, c-format
5166msgid "WARNING: bad format on line %d of %s\n"
5167msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
5168
Eric Sandeen032eafe2012-07-28 17:48:36 -04005169#: misc/fsck.c:370
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005170msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005171"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005172"\tfield. I will kludge around things for you, but you\n"
5173"\tshould fix your /etc/fstab file as soon as you can.\n"
5174"\n"
5175msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005176"WARNUNG: Ihre /etc/fstab enthält keine Angabe darüber, wann\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005177"\tdas Dateisystem geprüft werden soll. Dies wird\n"
5178"\tignoriert, aber Sie sollten Ihre /etc/fstab so schnell\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005179"\twie möglich korrigieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005180"\n"
5181
Eric Sandeen032eafe2012-07-28 17:48:36 -04005182#: misc/fsck.c:478
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005183#, c-format
5184msgid "fsck: %s: not found\n"
5185msgstr "fsck: %s: nicht gefunden\n"
5186
Eric Sandeen032eafe2012-07-28 17:48:36 -04005187#: misc/fsck.c:594
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005188#, c-format
5189msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005190msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005191
Eric Sandeen032eafe2012-07-28 17:48:36 -04005192#: misc/fsck.c:616
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005193#, c-format
5194msgid "Warning... %s for device %s exited with signal %d.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005195msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005196
Eric Sandeen032eafe2012-07-28 17:48:36 -04005197#: misc/fsck.c:622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005198#, c-format
5199msgid "%s %s: status is %x, should never happen.\n"
5200msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
5201
Eric Sandeen032eafe2012-07-28 17:48:36 -04005202#: misc/fsck.c:661
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005203#, c-format
5204msgid "Finished with %s (exit status %d)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005205msgstr "Beendet mit %s (Exit-Status %d)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005206
Eric Sandeen032eafe2012-07-28 17:48:36 -04005207#: misc/fsck.c:721
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005208#, c-format
5209msgid "%s: Error %d while executing fsck.%s for %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005210msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005211
Eric Sandeen032eafe2012-07-28 17:48:36 -04005212#: misc/fsck.c:742
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005213msgid ""
5214"Either all or none of the filesystem types passed to -t must be prefixed\n"
5215"with 'no' or '!'.\n"
5216msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005217"Bei -t müssen entweder allen oder keinem Dateisystem ein „no“ bzw. „!“\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005218"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005219
Eric Sandeen032eafe2012-07-28 17:48:36 -04005220#: misc/fsck.c:761
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005221msgid "Couldn't allocate memory for filesystem types\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005222msgstr "Speicher für Dateisystemtypen kann nicht reserviert werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005223
Eric Sandeen032eafe2012-07-28 17:48:36 -04005224#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005225#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05005226msgid ""
5227"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
5228"number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005229msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005230"%s: Ungültige Zeile in /etc/fstab wird übersprungen: bind mount mit\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005231" Durchgangsnummer für fsck, die nicht Null ist\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005232
Eric Sandeen032eafe2012-07-28 17:48:36 -04005233#: misc/fsck.c:911
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005234#, c-format
5235msgid "fsck: cannot check %s: fsck.%s not found\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005236msgstr "fsck: %s kann nicht überprüft werden: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005237
Eric Sandeen032eafe2012-07-28 17:48:36 -04005238#: misc/fsck.c:967
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005239msgid "Checking all file systems.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005240msgstr "Alle Dateisysteme werden überprüft.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005241
Eric Sandeen032eafe2012-07-28 17:48:36 -04005242#: misc/fsck.c:1058
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005243#, c-format
5244msgid "--waiting-- (pass %d)\n"
5245msgstr "--warten-- (Durchgang %d)\n"
5246
Eric Sandeen032eafe2012-07-28 17:48:36 -04005247#: misc/fsck.c:1078
Theodore Ts'o89128f82018-01-01 19:36:37 -05005248msgid ""
5249"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
5250msgstr ""
5251"Aufruf: fsck [-AMNPRTV] [ -C [ fd ] ] [-t Datesystemtyp] [FS-Optionen] "
5252"[Dateisystem...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005253
Eric Sandeen032eafe2012-07-28 17:48:36 -04005254#: misc/fsck.c:1120
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005255#, c-format
5256msgid "%s: too many devices\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005257msgstr "%s: zu viele Geräte\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005258
Eric Sandeen032eafe2012-07-28 17:48:36 -04005259#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005260#, c-format
5261msgid "%s: too many arguments\n"
5262msgstr "%s: zu viele Argumente\n"
5263
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005264#: misc/fuse2fs.c:3745
Theodore Ts'o4e528702016-09-04 21:31:21 -04005265msgid "Mounting read-only.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005266msgstr "Wird nur-lesbar eingehängt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005267
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005268#: misc/fuse2fs.c:3769
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005269#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005270msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005271msgstr ""
5272"%s: Anwendern wird erlaubt, alle Blöcke zu belegen. Das ist gefḧrlich!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005273
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005274#: misc/fuse2fs.c:3781 misc/fuse2fs.c:3794
Theodore Ts'o4e528702016-09-04 21:31:21 -04005275#, c-format
5276msgid "%s: %s.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005277msgstr "%s: %s.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005278
Theodore Ts'o89128f82018-01-01 19:36:37 -05005279#: misc/fuse2fs.c:3782 misc/fuse2fs.c:3796 misc/tune2fs.c:3237
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005280#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005281msgid "Please run e2fsck -fy %s.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005282msgstr "Bitte lassen Sie bitte „e2fsck -fy %s“ laufen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005283
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005284#: misc/fuse2fs.c:3803
Theodore Ts'o4e528702016-09-04 21:31:21 -04005285msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005286msgstr ""
5287"Das Journal muss wiederherdestellt werden; Das starten von „e2fsck -E "
5288"journal_only” ist zwingend nerforderlich.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005289
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005290#: misc/fuse2fs.c:3811
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005291#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005292msgid "%s: Writing to the journal is not supported.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005293msgstr "%s: In das Journal schreiben wird nicht unterstützt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005294
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005295#: misc/fuse2fs.c:3826
Theodore Ts'o4e528702016-09-04 21:31:21 -04005296msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005297msgstr ""
5298"Warnung: Ein ungeprüftes Dateisystem wird eingehängt. Sie sollten e2fsck "
5299"laufen lassen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005300
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005301#: misc/fuse2fs.c:3830
Theodore Ts'o4e528702016-09-04 21:31:21 -04005302msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005303msgstr ""
5304"Warnung: Die maximale Anzahl von Einhängungen ist erreicht. Sie sollten "
5305"e2fsck laufen lassen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005306
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005307#: misc/fuse2fs.c:3835
Theodore Ts'o4e528702016-09-04 21:31:21 -04005308msgid "Warning: Check time reached; running e2fsck is recommended.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005309msgstr ""
5310"Warnung: 'Überprüfungszeitpunkt wurde erreicht. Sie sollten e2fsck laufen "
5311"lassen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005312
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005313#: misc/fuse2fs.c:3839
Theodore Ts'o4e528702016-09-04 21:31:21 -04005314msgid "Orphans detected; running e2fsck is recommended.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005315msgstr "Verweiste Blöcke gefunden. Sie sollten e2fsck laufen lassen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005316
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005317#: misc/fuse2fs.c:3843
Theodore Ts'o4e528702016-09-04 21:31:21 -04005318msgid "Errors detected; running e2fsck is required.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005319msgstr "Es wurden Fehler entdeckt, Sie sollten e2fsck laufen lassen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005320
5321#: misc/lsattr.c:75
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005322#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005323msgid "Usage: %s [-RVadlpv] [files...]\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005324msgstr "Aufruf: %s [-RVadlpv] [Dateien…]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005325
Theodore Ts'o4e528702016-09-04 21:31:21 -04005326#: misc/lsattr.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005327#, c-format
5328msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005329msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005330
Theodore Ts'o4e528702016-09-04 21:31:21 -04005331#: misc/lsattr.c:93
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005332#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005333msgid "While reading project on %s"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005334msgstr "Beim Lesen des Projektes von %s"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005335
5336#: misc/lsattr.c:102
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005337#, c-format
5338msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005339msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005340
Theodore Ts'o4e528702016-09-04 21:31:21 -04005341#: misc/mke2fs.c:124
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005342#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005343msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005344"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005345"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005346"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005347"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005348"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005349"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005350"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5351"undo_file]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005352"\t[-jnqvDFSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005353msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005354"Aufruf: %s [-c|-l Dateiname] [-b Blockgröße] [-C Clustergröße]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005355"\t[-i Bytes-pro-Inode] [-I Inode-Größe] [-J Journal-Optionen]\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005356"\t[-G Größe_der_Metagruppe] [-N Anzahl_der_Inodes] [-d Wurzelverzeichnis]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005357"\t[-m Reservierte-Blöcke-Prozentsatz] [-o Erzeuger-OS]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005358"\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005359"\t[-M letztes-eingehängtes-Verzeichnis] [-O Eigenschaft[,...]]\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005360"\t[-r Dateisystem-Revision] [-E erweiterte-Option[,...]]\n"
5361"\t[-t Dateisystemtyp] [-T Verwendungs-Typ ] [-U UUID] [-e Fehlerverhalten]\n"
5362"\t[-jnqvDFSV] Gerät [Block-Anzahl]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005363
Theodore Ts'o4e528702016-09-04 21:31:21 -04005364#: misc/mke2fs.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005365#, c-format
5366msgid "Running command: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005367msgstr "Befehl wird ausgeführt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005368
Theodore Ts'o4e528702016-09-04 21:31:21 -04005369#: misc/mke2fs.c:259
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005370#, c-format
5371msgid "while trying to run '%s'"
5372msgstr "während des Versuchs, „%s“ auszuführen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005373
Theodore Ts'o4e528702016-09-04 21:31:21 -04005374#: misc/mke2fs.c:266
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005375msgid "while processing list of bad blocks from program"
5376msgstr "beim Auswerten der „Bad Block“-Liste vom Programm"
5377
Theodore Ts'o4e528702016-09-04 21:31:21 -04005378#: misc/mke2fs.c:293
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005379#, c-format
5380msgid "Block %d in primary superblock/group descriptor area bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005381msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005382
Theodore Ts'o4e528702016-09-04 21:31:21 -04005383#: misc/mke2fs.c:295
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005384#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005385msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005386msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005387"Die Blöcke %u bis einschließlich %u müssen in Ordnung sein, um ein\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005388"\tDateisystem zu erstellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005389
Theodore Ts'o4e528702016-09-04 21:31:21 -04005390#: misc/mke2fs.c:298
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005391msgid "Aborting....\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005392msgstr "Abbruch...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005393
Theodore Ts'o4e528702016-09-04 21:31:21 -04005394#: misc/mke2fs.c:318
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005395#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005396msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005397"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005398"\tbad blocks.\n"
5399"\n"
5400msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005401"Warnung: Die Sicherung des Superblocks bzw. Gruppendeskriptors in Block %u\n"
5402"\tenthält defekte Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005403"\n"
5404
Theodore Ts'o4e528702016-09-04 21:31:21 -04005405#: misc/mke2fs.c:337
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005406msgid "while marking bad blocks as used"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005407msgstr "beim Markieren von defekten Blöcken als „belegt“"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005408
Theodore Ts'o4e528702016-09-04 21:31:21 -04005409#: misc/mke2fs.c:408
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005410msgid "Writing inode tables: "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005411msgstr "Inode-Tabellen werden geschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005412
Theodore Ts'o4e528702016-09-04 21:31:21 -04005413#: misc/mke2fs.c:430
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005414#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005415msgid ""
5416"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005417"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005418msgstr ""
5419"\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005420"%d Blöcke konnten nicht in die Inoden-Tabellen beginnend bei %llu "
5421"geschrieben werden: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005422
Theodore Ts'o89128f82018-01-01 19:36:37 -05005423#: misc/mke2fs.c:444 misc/mke2fs.c:2680 misc/mke2fs.c:3063
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005424msgid "done \n"
5425msgstr "erledigt \n"
5426
Theodore Ts'o4e528702016-09-04 21:31:21 -04005427#: misc/mke2fs.c:459
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005428msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005429msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005430
Theodore Ts'o4e528702016-09-04 21:31:21 -04005431#: misc/mke2fs.c:466
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005432msgid "while reading root inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04005433msgstr "beim Lesen des Root-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005434
Theodore Ts'o4e528702016-09-04 21:31:21 -04005435#: misc/mke2fs.c:478
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005436msgid "while setting root inode ownership"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005437msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005438
Theodore Ts'o4e528702016-09-04 21:31:21 -04005439#: misc/mke2fs.c:496
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005440msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005441msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005442
Theodore Ts'o4e528702016-09-04 21:31:21 -04005443#: misc/mke2fs.c:503
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005444msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005445msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005446
Theodore Ts'o4e528702016-09-04 21:31:21 -04005447#: misc/mke2fs.c:516
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005448msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005449msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005450
Theodore Ts'o4e528702016-09-04 21:31:21 -04005451#: misc/mke2fs.c:531
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005452msgid "while setting bad block inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005453msgstr "beim Setzen des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005454
Theodore Ts'o4e528702016-09-04 21:31:21 -04005455#: misc/mke2fs.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005456#, c-format
5457msgid "Out of memory erasing sectors %d-%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005458msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005459
Theodore Ts'o4e528702016-09-04 21:31:21 -04005460#: misc/mke2fs.c:568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005461#, c-format
5462msgid "Warning: could not read block 0: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005463msgstr "Warnung: Block %s konnte nicht gelesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005464
Theodore Ts'o4e528702016-09-04 21:31:21 -04005465#: misc/mke2fs.c:584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005466#, c-format
5467msgid "Warning: could not erase sector %d: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005468msgstr "Warnung: Sektor %d konnte nicht gelöscht werden: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005469
Theodore Ts'o4e528702016-09-04 21:31:21 -04005470#: misc/mke2fs.c:600
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005471msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005472msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005473
Theodore Ts'o4e528702016-09-04 21:31:21 -04005474#: misc/mke2fs.c:608
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005475msgid "Zeroing journal device: "
Philipp Thomasab02a742014-07-09 23:13:30 -04005476msgstr "Journal-Gerät wird mit Nullen überschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005477
Theodore Ts'o4e528702016-09-04 21:31:21 -04005478#: misc/mke2fs.c:620
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005479#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005480msgid "while zeroing journal device (block %llu, count %d)"
Philipp Thomasab02a742014-07-09 23:13:30 -04005481msgstr "beim Überschreiben des Journal-Gerätes mit Nullen (Block %llu, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005482
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005483#: misc/mke2fs.c:638
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005484msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005485msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005486
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005487#: misc/mke2fs.c:653
Philipp Thomasb93349a2014-05-31 13:32:39 -04005488#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005489msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005490msgstr "Ein Dateisystem mit %llu (%dk) Blöcken und %u Inodes wird erzeugt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005491
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005492#: misc/mke2fs.c:661
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005493#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005494msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005495"warning: %llu blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005496"\n"
5497msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005498"Warnung: %llu Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005499"\n"
5500
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005501#: misc/mke2fs.c:666
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005502#, c-format
5503msgid "Filesystem label=%s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005504msgstr "Dateisystembezeichnung=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005505
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005506#: misc/mke2fs.c:669
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005507#, c-format
5508msgid "OS type: %s\n"
5509msgstr "OS-Typ: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005510
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005511#: misc/mke2fs.c:671
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005512#, c-format
5513msgid "Block size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005514msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005515
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005516#: misc/mke2fs.c:674
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005517#, c-format
5518msgid "Cluster size=%u (log=%u)\n"
5519msgstr "Clustergröße=%u (log=%u)\n"
5520
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005521#: misc/mke2fs.c:678
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005522#, c-format
5523msgid "Fragment size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005524msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005525
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005526#: misc/mke2fs.c:680
Philipp Thomas77c871a2010-04-19 16:59:02 -04005527#, c-format
5528msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5529msgstr "Stride=%u Blöcke, Stripebreite=%u Blöcke\n"
5530
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005531#: misc/mke2fs.c:682
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005532#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005533msgid "%u inodes, %llu blocks\n"
5534msgstr "%u Inodes, %llu Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005535
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005536#: misc/mke2fs.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005537#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005538msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5539msgstr "%llu Blöcke (%2.2f%%) reserviert für den Superuser\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005540
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005541#: misc/mke2fs.c:687
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005542#, c-format
5543msgid "First data block=%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005544msgstr "Erster Datenblock=%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005545
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005546#: misc/mke2fs.c:689
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005547#, c-format
5548msgid "Root directory owner=%u:%u\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005549msgstr "Eigentümer des Wurzelverzeichnisses=%u:%u\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005550
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005551#: misc/mke2fs.c:691
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005552#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005553msgid "Maximum filesystem blocks=%lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005554msgstr "Maximale Dateisystem-Blöcke=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005555
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005556#: misc/mke2fs.c:695
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005557#, c-format
5558msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005559msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005560
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005561#: misc/mke2fs.c:697
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005562#, c-format
5563msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005564msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005565
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005566#: misc/mke2fs.c:699
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005567#, c-format
5568msgid "%u blocks per group, %u clusters per group\n"
5569msgstr "%u Blöcke pro Gruppe, %u Cluster pro Gruppe\n"
5570
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005571#: misc/mke2fs.c:702
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005572#, c-format
5573msgid "%u blocks per group, %u fragments per group\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005574msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005575
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005576#: misc/mke2fs.c:704
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005577#, c-format
5578msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005579msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005580
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005581#: misc/mke2fs.c:713
Philipp Thomasb93349a2014-05-31 13:32:39 -04005582#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005583msgid "Filesystem UUID: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005584msgstr "UUID des Dateisystems: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005585
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005586#: misc/mke2fs.c:714
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005587msgid "Superblock backups stored on blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005588msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005589
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005590#: misc/mke2fs.c:808
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005591#, c-format
5592msgid "%s requires '-O 64bit'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005593msgstr "%s erfordert „-O 64Bit“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005594
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005595#: misc/mke2fs.c:814
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005596#, c-format
5597msgid "'%s' must be before 'resize=%u'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005598msgstr "„%s“ muss vor „resize=%u“ kommen\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005599
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005600#: misc/mke2fs.c:827
Philipp Thomasb93349a2014-05-31 13:32:39 -04005601#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005602msgid "Invalid desc_size: '%s'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005603msgstr "Unzulässige desc_size: „%s“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005604
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005605#: misc/mke2fs.c:840
Philipp Thomasb93349a2014-05-31 13:32:39 -04005606#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005607msgid "Invalid offset: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005608msgstr "Unzulässiger Offset: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005609
Theodore Ts'o89128f82018-01-01 19:36:37 -05005610#: misc/mke2fs.c:854 misc/tune2fs.c:1987
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005611#, c-format
5612msgid "Invalid mmp_update_interval: %s\n"
5613msgstr "Ungültiges mmp_update_interval: %s\n"
5614
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005615#: misc/mke2fs.c:868
Philipp Thomasab02a742014-07-09 23:13:30 -04005616#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005617msgid "Invalid # of backup superblocks: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005618msgstr "Ungültige Anzahl von Ersatz-Superblöcken: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005619
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005620#: misc/mke2fs.c:890
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005621#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005622msgid "Invalid stride parameter: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005623msgstr "Ungültiger „stride“-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005624
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005625#: misc/mke2fs.c:905
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005626#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005627msgid "Invalid stripe-width parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005628msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005629
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005630#: misc/mke2fs.c:928
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005631#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005632msgid "Invalid resize parameter: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005633msgstr "Ungültiger „resize“-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005634
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005635#: misc/mke2fs.c:935
Theodore Ts'obc759702005-05-09 20:40:55 -04005636msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005637msgstr ""
5638"Das Maximum der Vergrößerung muss oberhalb als der Dateisystem-Größe "
5639"liegen.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005640
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005641#: misc/mke2fs.c:959
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005642msgid "On-line resizing not supported with revision 0 filesystems\n"
5643msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005644"Online-Größenänderungen werden bei Revison-0-Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005645"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005646
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005647#: misc/mke2fs.c:985 misc/mke2fs.c:994
Philipp Thomasb93349a2014-05-31 13:32:39 -04005648#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005649msgid "Invalid root_owner: '%s'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005650msgstr "Ungültiger Eigentümer der Wurzel: „%s“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005651
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005652#: misc/mke2fs.c:1035
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005653#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005654msgid ""
5655"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005656"Bad option(s) specified: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005657"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04005658"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005659"\tis set off by an equals ('=') sign.\n"
5660"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04005661"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005662"\tmmp_update_interval=<interval>\n"
5663"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005664"\tstride=<RAID per-disk data chunk in blocks>\n"
5665"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005666"\toffset=<offset to create the file system>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005667"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005668"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005669"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005670"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005671"\troot_owner=<uid of root dir>:<gid of root dir>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005672"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005673"\tdiscard\n"
5674"\tnodiscard\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005675"\tquotatype=<quota type(s) to be enabled>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005676"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005677msgstr ""
5678"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005679"Ungültige Option(en) angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005680"\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04005681"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005682"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005683"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005684"Gültige erweiterte Optionen sind:\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005685"\tmmp_update_interval=<Intervall>\n"
5686"\tnum_backup_sb=<0|1|2>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005687"\tstride=<RAID-Segmentgröße in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005688"\tstripe-width=<RAID Stride * Datenplatten in Blöcken>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005689"\toffset=<Offset für das Dateisystem>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005690"\tresize=<Obergrenze für Größenänderung in Blöcken>\n"
5691"\tpacked_meta_blocks=<0 deaktiviert, 1 aktiviert>\n"
5692"\tlazy_itable_init=<0 für deaktiviert, 1 für aktiviert>\n"
5693"\tlazy_journal_init=<0 für deaktiviert, 1 für aktiviert>\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005694"\troot_owner=<UID des Wurzelverzeichnisses>:<GID des Wurzelverzeichnisses>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005695"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005696"\tdiscard\n"
5697"\tnodiscard\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005698"\tquotatype=<Zu aktivierende(r) Quota-Typ(en)>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005699"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005700
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005701#: misc/mke2fs.c:1060
Theodore Ts'o8f741372008-02-28 21:47:05 -05005702#, c-format
5703msgid ""
5704"\n"
5705"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5706"\n"
5707msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005708"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005709"Warnung: Die Stripebreite %u des RAIDs ist kein Vielfaches des Strides %u.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005710"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005711
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005712#: misc/mke2fs.c:1102
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005713#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005714msgid ""
5715"Syntax error in mke2fs config file (%s, line #%d)\n"
5716"\t%s\n"
5717msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005718"Syntaxfehler in der Konfigurationsdatei von mke2fs (%s, Zeile #%d)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005719"\t%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005720
Philipp Thomasbaf36c92017-12-03 19:41:42 -05005721#: misc/mke2fs.c:1115 misc/tune2fs.c:1008
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005722#, c-format
5723msgid "Invalid filesystem option set: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005724msgstr "Ungültige Dateisystem-Option angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005725
Theodore Ts'o89128f82018-01-01 19:36:37 -05005726#: misc/mke2fs.c:1127 misc/tune2fs.c:408
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005727#, c-format
5728msgid "Invalid mount option set: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005729msgstr "Ungültige Option für das Einhängen angegeben: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005730
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005731#: misc/mke2fs.c:1263
Philipp Thomas40771272008-09-07 22:55:25 -04005732#, c-format
5733msgid ""
5734"\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005735"Your mke2fs.conf file does not define the %s filesystem type.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005736msgstr ""
5737"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005738"Ihre Datei mke2fs.conf definiert den Typ des Dateisystems %s nicht.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005739
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005740#: misc/mke2fs.c:1267
Philipp Thomas40771272008-09-07 22:55:25 -04005741msgid ""
5742"You probably need to install an updated mke2fs.conf file.\n"
5743"\n"
5744msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05005745"Sie müssen wahrscheinlich eine aktualisierte Version der Datei "
5746"installieren.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005747"\n"
5748
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005749#: misc/mke2fs.c:1271
Philipp Thomas3e914b52011-01-24 15:03:41 -05005750msgid "Aborting...\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005751msgstr "Abbruch…\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005752
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005753#: misc/mke2fs.c:1312
Philipp Thomas3e914b52011-01-24 15:03:41 -05005754#, c-format
5755msgid ""
5756"\n"
5757"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5758"\n"
5759msgstr ""
5760"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005761"Warnung: der Dateisystemtyp %s ist in mke2fs.conf nicht definiert\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005762"\n"
5763
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005764#: misc/mke2fs.c:1494
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005765msgid "Couldn't allocate memory for new PATH.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005766msgstr "Es konnte kein Speicher für den neuen PFAD reserviert werden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005767
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005768#: misc/mke2fs.c:1535
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005769#, c-format
5770msgid "Couldn't init profile successfully (error: %ld).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005771msgstr "Das Profil konnte nicht erfolgreich initialisiert werden: %ld).\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005772
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005773#: misc/mke2fs.c:1568
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005774#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005775msgid "invalid block size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04005776msgstr "ungültige Blockgröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005777
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005778#: misc/mke2fs.c:1572
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005779#, c-format
5780msgid "Warning: blocksize %d not usable on most systems.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005781msgstr ""
5782"Warnung: Eine Blockgröße von %d ist auf den meisten System unbrauchbar.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005783
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005784#: misc/mke2fs.c:1588
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005785#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005786msgid "invalid cluster size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04005787msgstr "ungültige Clustergröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005788
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005789#: misc/mke2fs.c:1601
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005790msgid "'-R' is deprecated, use '-E' instead"
Philipp Thomasab02a742014-07-09 23:13:30 -04005791msgstr "„-R“ ist veraltet, bitte verwenden Sie stattdessen „-E“"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005792
Theodore Ts'o89128f82018-01-01 19:36:37 -05005793#: misc/mke2fs.c:1615 misc/tune2fs.c:1716
Theodore Ts'o4e528702016-09-04 21:31:21 -04005794#, c-format
5795msgid "bad error behavior - %s"
5796msgstr "ungültiges Verhalten im Fehlerfall - %s"
5797
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005798#: misc/mke2fs.c:1627
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005799msgid "Illegal number for blocks per group"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005800msgstr "Die Zahl der Blöcke pro Gruppe ist unzulässig"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005801
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005802#: misc/mke2fs.c:1632
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005803msgid "blocks per group must be multiple of 8"
Philipp Thomasab02a742014-07-09 23:13:30 -04005804msgstr "Die Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005805
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005806#: misc/mke2fs.c:1640
Philipp Thomas720e6362008-06-21 14:06:00 -04005807msgid "Illegal number for flex_bg size"
Philipp Thomasab02a742014-07-09 23:13:30 -04005808msgstr "Der Wert für die Größe von flex_bg ist unzulässig"
Philipp Thomas720e6362008-06-21 14:06:00 -04005809
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005810#: misc/mke2fs.c:1646
Philipp Thomas720e6362008-06-21 14:06:00 -04005811msgid "flex_bg size must be a power of 2"
Philipp Thomasab02a742014-07-09 23:13:30 -04005812msgstr "Die Größe von flex_bg muss eine Potenz von 2 sein"
Philipp Thomas720e6362008-06-21 14:06:00 -04005813
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005814#: misc/mke2fs.c:1651
Philipp Thomasab02a742014-07-09 23:13:30 -04005815#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005816msgid "flex_bg size (%lu) must be less than or equal to 2^31"
Philipp Thomasab02a742014-07-09 23:13:30 -04005817msgstr "Die Größe von flex_bg (%lu) muss gleich oder weniger als 2^31 sein"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005818
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005819#: misc/mke2fs.c:1661
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005820#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005821msgid "invalid inode ratio %s (min %d/max %d)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005822msgstr "Unzulässige Inode-Rate %s (min %d/max %d)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005823
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005824#: misc/mke2fs.c:1671
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005825#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005826msgid "invalid inode size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04005827msgstr "ungültige Inode-Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005828
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005829#: misc/mke2fs.c:1684
Theodore Ts'o89128f82018-01-01 19:36:37 -05005830msgid ""
5831"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5832"nodiscard' extended option instead!\n"
5833msgstr ""
5834"Warnung: Die Option -K wird bald nicht mehr unterstüzt. Verwenden Sie "
5835"stattdessen die Erweiterungsoption „-E nodiscard“!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005836
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005837#: misc/mke2fs.c:1695
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005838msgid "in malloc for bad_blocks_filename"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005839msgstr "in malloc für bad_blocks_filename"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005840
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005841#: misc/mke2fs.c:1704
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005842#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005843msgid ""
5844"Warning: label too long; will be truncated to '%s'\n"
5845"\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005846msgstr "Warnung: Name zu lang, wird auf „%s” gekürzt\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005847
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005848#: misc/mke2fs.c:1713
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005849#, c-format
5850msgid "invalid reserved blocks percent - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005851msgstr "Ungültiger Wert für die prozentuale Anzahl reservierter Blöcke - %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005852
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005853#: misc/mke2fs.c:1728
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005854#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005855msgid "bad num inodes - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005856msgstr "ungültige Anzahl von Inodes - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005857
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005858#: misc/mke2fs.c:1741
Theodore Ts'o4e528702016-09-04 21:31:21 -04005859msgid "while allocating fs_feature string"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005860msgstr "beim Zuweisen von der fs_feature-Zeichenkette"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005861
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005862#: misc/mke2fs.c:1758
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005863#, c-format
5864msgid "bad revision level - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005865msgstr "ungültige Version - %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005866
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005867#: misc/mke2fs.c:1763
Philipp Thomasab02a742014-07-09 23:13:30 -04005868#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005869msgid "while trying to create revision %d"
Philipp Thomasab02a742014-07-09 23:13:30 -04005870msgstr "beim Versuch, Revision %d zu erzeugen"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005871
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005872#: misc/mke2fs.c:1777
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005873msgid "The -t option may only be used once"
Philipp Thomasab02a742014-07-09 23:13:30 -04005874msgstr "Die Option „-t“ darf nur einmal angegeben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005875
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005876#: misc/mke2fs.c:1785
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005877msgid "The -T option may only be used once"
Philipp Thomasab02a742014-07-09 23:13:30 -04005878msgstr "Die Option „-T“ darf nur einmal angegeben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005879
Theodore Ts'o89128f82018-01-01 19:36:37 -05005880#: misc/mke2fs.c:1841 misc/mke2fs.c:3147
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005881#, c-format
5882msgid "while trying to open journal device %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005883msgstr "beim Versuch, das Journalgerät %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005884
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005885#: misc/mke2fs.c:1847
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005886#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04005887msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005888msgstr ""
5889"Die Blockgröße des Journalgeräts (%d) ist kleiner als die minimale "
5890"Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005891
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005892#: misc/mke2fs.c:1853
Philipp Thomas68801282008-07-17 11:47:00 -04005893#, c-format
5894msgid "Using journal device's blocksize: %d\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005895msgstr "Die Blockgröße des Journalgerätes wird verwendet: %d\n"
Philipp Thomas68801282008-07-17 11:47:00 -04005896
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005897#: misc/mke2fs.c:1864
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005898#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005899msgid "invalid blocks '%s' on device '%s'"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005900msgstr "ungültiger Block „%s“ auf Gerät „%s“"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005901
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005902#: misc/mke2fs.c:1888
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005903msgid "filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04005904msgstr "Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005905
Theodore Ts'o89128f82018-01-01 19:36:37 -05005906#: misc/mke2fs.c:1901 resize/main.c:497
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005907msgid "while trying to determine filesystem size"
Philipp Thomasab02a742014-07-09 23:13:30 -04005908msgstr "beim Versuch, die Größe des Dateisystems zu bestimmen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005909
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005910#: misc/mke2fs.c:1907
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005911msgid ""
5912"Couldn't determine device size; you must specify\n"
5913"the size of the filesystem\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005914msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005915"Die Größe des Gerätes ist nicht feststellbar. Sie müssen die Größe\n"
5916"des Dateisystems manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005917
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005918#: misc/mke2fs.c:1914
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005919msgid ""
5920"Device size reported to be zero. Invalid partition specified, or\n"
5921"\tpartition table wasn't reread after running fdisk, due to\n"
5922"\ta modified partition being busy and in use. You may need to reboot\n"
5923"\tto re-read your partition table.\n"
5924msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005925"Als Größe des Geräts wird Null zurück geliefert. Entweder wurde eine\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005926"\tungültige Partition angegeben oder die Partitionstabelle wurde nach\n"
5927"\teinem Lauf von fdisk nicht neu eingelesen, weil die modifizierte\n"
5928"\tPartition vewendet wurde. Sie müssen unter Umständen den Rechner neu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005929"\tstarten, damit die Partitionstabelle neu eingelesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005930
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005931#: misc/mke2fs.c:1931
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005932msgid "Filesystem larger than apparent device size."
Philipp Thomasab02a742014-07-09 23:13:30 -04005933msgstr "Das Dateisystem ist größer als als die Partition."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005934
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005935#: misc/mke2fs.c:1951
Philipp Thomas720e6362008-06-21 14:06:00 -04005936msgid "Failed to parse fs types list\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005937msgstr "Die Liste der Dateisystemtypen konnte nicht verarbeitet werden\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005938
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005939#: misc/mke2fs.c:1999
Theodore Ts'o4e528702016-09-04 21:31:21 -04005940msgid "The HURD does not support the filetype feature.\n"
5941msgstr "Hurd unterstützt keine Dateitypen.\n"
5942
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005943#: misc/mke2fs.c:2004
Theodore Ts'o4e528702016-09-04 21:31:21 -04005944msgid "The HURD does not support the huge_file feature.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005945msgstr "Hurd unterstützt die Eigenschaft huge_file nicht.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005946
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005947#: misc/mke2fs.c:2009
Theodore Ts'o4e528702016-09-04 21:31:21 -04005948msgid "The HURD does not support the metadata_csum feature.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005949msgstr "Hurd unterstützt die Eigenschaft metadata_csum nicht.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005950
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005951#: misc/mke2fs.c:2019
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005952msgid "while trying to determine hardware sector size"
Philipp Thomasab02a742014-07-09 23:13:30 -04005953msgstr "beim Versuch, die Hardware-Sektorgröße festzustellen"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005954
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005955#: misc/mke2fs.c:2025
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005956msgid "while trying to determine physical sector size"
Philipp Thomasab02a742014-07-09 23:13:30 -04005957msgstr "beim Versuch, die physische Sektorgröße festzustellen"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005958
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005959#: misc/mke2fs.c:2057
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005960msgid "while setting blocksize; too small for device\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005961msgstr "beim Setzen der Blockgröße: zu klein für das Gerät\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005962
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005963#: misc/mke2fs.c:2062
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005964#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05005965msgid ""
5966"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5967msgstr ""
5968"Warnung: die angegebene Blockgröße %d ist kleiner als die physische "
5969"Sektorgröße %d\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005970
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005971#: misc/mke2fs.c:2086
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005972#, c-format
5973msgid ""
5974"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5975"\tin 32 bits using a blocksize of %d.\n"
5976msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05005977"%1$s: Die Größe des Gerätes %3$s (0x%2$llx Blöcke) kann bei einer "
5978"Blockgröße\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005979"\tvon %4$d nicht mit 32 Bits dargestellt werden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005980
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005981#: misc/mke2fs.c:2098
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005982#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005983msgid ""
5984"%s: Size of device (0x%llx blocks) %s too big to create\n"
5985"\ta filesystem using a blocksize of %d.\n"
5986msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005987"%1$s: Das Gerät %3$s ist zu groß (0x%2$llx Blöcke), um ein Dateisystem\n"
5988"\tmit einer Blockgröße von %4$d darauf anzulegen.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005989
5990#: misc/mke2fs.c:2120
Philipp Thomas68801282008-07-17 11:47:00 -04005991msgid "fs_types for mke2fs.conf resolution: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04005992msgstr "Dateisystemtypen für das Aufschlüsseln von mke2fs.conf: "
Philipp Thomas68801282008-07-17 11:47:00 -04005993
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005994#: misc/mke2fs.c:2127
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005995msgid "Filesystem features not supported with revision 0 filesystems\n"
5996msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005997"Eigenschaften von Dateisystemen werden bei Revison-0-Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005998"\tunterstützt\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005999
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006000#: misc/mke2fs.c:2135
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006001msgid "Sparse superblocks not supported with revision 0 filesystems\n"
6002msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006003"Sparse-Superblöcke werden bei Revison-0-Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006004"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006005
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006006#: misc/mke2fs.c:2145
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006007msgid "Journals not supported with revision 0 filesystems\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006008msgstr ""
6009"Journale werden bei Revison-0-Dateisystemen nicht\n"
6010"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006011
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006012#: misc/mke2fs.c:2158
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006013#, c-format
6014msgid "invalid reserved blocks percent - %lf"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006015msgstr "Ungültiger Werte für Prozent reservierter Blöcke - %lf"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006016
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006017#: misc/mke2fs.c:2175
Theodore Ts'o89128f82018-01-01 19:36:37 -05006018msgid ""
6019"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
6020"rectify.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006021msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006022"Erweiterungen MÜSSEN für 64-Bit-Dateisysteme aktiviert werden.\n"
6023"\tGeben Sie „-O extents“ an, um dies zu tun.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006024
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006025#: misc/mke2fs.c:2195
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006026msgid "The cluster size may not be smaller than the block size.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006027msgstr "Die Clustergröße darf nicht kleiner als die Blockgröße sein.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006028
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006029#: misc/mke2fs.c:2201
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006030msgid "specifying a cluster size requires the bigalloc feature"
Philipp Thomasab02a742014-07-09 23:13:30 -04006031msgstr "Die Angabe einer Clustergröße erfordert die Eigenschaft „bigalloc“."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006032
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006033#: misc/mke2fs.c:2221
Philipp Thomas720e6362008-06-21 14:06:00 -04006034#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006035msgid "warning: Unable to get device geometry for %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006036msgstr "Warnung: Die Geometrie des Gerätes „%s“ kann nicht bestimmt werden\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006037
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006038#: misc/mke2fs.c:2224
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006039#, c-format
6040msgid "%s alignment is offset by %lu bytes.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006041msgstr "Die Ausrichtung von %s ist um %lu Bytes versetzt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006042
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006043#: misc/mke2fs.c:2226
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006044#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05006045msgid ""
6046"This may result in very poor performance, (re)-partitioning suggested.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006047msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05006048"Dies könnte in sehr schlechter Leistung resultieren. Eine "
6049"Neupartitionierung\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006050"ist angeraten.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006051
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006052#: misc/mke2fs.c:2247
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006053#, c-format
6054msgid "%d-byte blocks too big for system (max %d)"
Philipp Thomasab02a742014-07-09 23:13:30 -04006055msgstr "Blöcke mit %d Bytes sind zu groß für das Gerät (max %d)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006056
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006057#: misc/mke2fs.c:2251
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006058#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05006059msgid ""
6060"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006061msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006062"Warnung: Blöcke mit %d Bytes sind zu groß für das Gerät (max %d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006063"\t Weiterverarbeitung wurde erzwungen\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006064
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006065#: misc/mke2fs.c:2259
Theodore Ts'o4e528702016-09-04 21:31:21 -04006066#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05006067msgid ""
6068"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
6069"and journal checksum features.\n"
6070msgstr ""
6071"Vorschlag: Verwenden Sie einen Linux kernel >= 3.18 für verbesserte "
6072"Stabilität der Metadaten und Journalprüfsummen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006073
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006074#: misc/mke2fs.c:2314
Theodore Ts'o4e528702016-09-04 21:31:21 -04006075#, c-format
6076msgid ""
6077"\n"
6078"Warning: offset specified without an explicit file system size.\n"
6079"Creating a file system with %llu blocks but this might\n"
6080"not be what you want.\n"
6081"\n"
6082msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006083"\n"
6084"Warnung: Der Offset wurde ohne explizite Größe des Dateisystems angegeben.\n"
6085"Es wird ein Dateisystem mit %llu Blöcken erzeugt, aber das könnte nicht das\n"
6086"sein, was Sie wollen.\n"
6087"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006088
Theodore Ts'o89128f82018-01-01 19:36:37 -05006089#: misc/mke2fs.c:2329
6090#, fuzzy, c-format
6091msgid "%d byte inodes are too small for project quota"
6092msgstr ""
6093"%d Bytes große Inodes sind zu klein für Projektquotas; Geben Sie bitte eine "
6094"höhere Größe an"
6095
6096#: misc/mke2fs.c:2351
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006097msgid "Can't support bigalloc feature without extents feature"
Philipp Thomasab02a742014-07-09 23:13:30 -04006098msgstr "„Bigalloc“ ist nur mit „Extents“ möglich"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006099
Theodore Ts'o89128f82018-01-01 19:36:37 -05006100#: misc/mke2fs.c:2358
Philipp Thomas720e6362008-06-21 14:06:00 -04006101msgid ""
6102"The resize_inode and meta_bg features are not compatible.\n"
6103"They can not be both enabled simultaneously.\n"
6104msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006105"resize_inode und meta_bg sind nicht kompatibel und können\n"
6106"daher nicht gleichzeitig aktiviert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006107
Theodore Ts'o89128f82018-01-01 19:36:37 -05006108#: misc/mke2fs.c:2366
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006109msgid ""
6110"\n"
6111"Warning: the bigalloc feature is still under development\n"
6112"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
6113"\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006114msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006115"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006116"Warnung: „bigalloc“ befindet sich noch in Entwicklung.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006117"Lesen Sie https://ext4.wiki.kernel.org/index.php/Bigalloc für weitere\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006118"Informationen.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006119"\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006120
Theodore Ts'o89128f82018-01-01 19:36:37 -05006121#: misc/mke2fs.c:2378
Theodore Ts'obc759702005-05-09 20:40:55 -04006122msgid "reserved online resize blocks not supported on non-sparse filesystem"
6123msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006124"Reservierte Blöcke für die Online-Größenänderung werden auf Nicht-Sparse-\n"
6125"Dateisystemen nicht unterstützt."
Theodore Ts'obc759702005-05-09 20:40:55 -04006126
Theodore Ts'o89128f82018-01-01 19:36:37 -05006127#: misc/mke2fs.c:2387
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006128msgid "blocks per group count out of range"
Philipp Thomasab02a742014-07-09 23:13:30 -04006129msgstr "Die Anzahl der Blöcke pro Gruppe ist außerhalb des gültigen Bereichs."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006130
Theodore Ts'o89128f82018-01-01 19:36:37 -05006131#: misc/mke2fs.c:2409
Philipp Thomas720e6362008-06-21 14:06:00 -04006132msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006133msgstr ""
6134"Flex_bg ist nicht aktiviert, daher darf dafür auch keine Größe angegeben "
6135"werden."
Theodore Ts'o6956f612005-12-31 16:46:15 -05006136
Theodore Ts'o89128f82018-01-01 19:36:37 -05006137#: misc/mke2fs.c:2421
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006138#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04006139msgid "invalid inode size %d (min %d/max %d)"
Philipp Thomasab02a742014-07-09 23:13:30 -04006140msgstr "unzulässige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006141
Theodore Ts'o89128f82018-01-01 19:36:37 -05006142#: misc/mke2fs.c:2436
Theodore Ts'o4e528702016-09-04 21:31:21 -04006143#, c-format
6144msgid "%d byte inodes are too small for inline data; specify larger size"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006145msgstr ""
6146"%d Bytes große Inodes sind zu klein für Inline-daten; Geben Sie bitte eine "
6147"höhere Größe an"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006148
Theodore Ts'o89128f82018-01-01 19:36:37 -05006149#: misc/mke2fs.c:2451
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006150#, c-format
6151msgid "too many inodes (%llu), raise inode ratio?"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006152msgstr "zu wenige Inodes (%llu), Anzahl erhöhen?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006153
Theodore Ts'o89128f82018-01-01 19:36:37 -05006154#: misc/mke2fs.c:2458
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006155#, c-format
6156msgid "too many inodes (%llu), specify < 2^32 inodes"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006157msgstr "zu viele Inodes (%llu), geben Sie weniger als 2^32 Inodes an"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006158
Theodore Ts'o89128f82018-01-01 19:36:37 -05006159#: misc/mke2fs.c:2472
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006160#, c-format
6161msgid ""
6162"inode_size (%u) * inodes_count (%u) too big for a\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006163"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006164"\tor lower inode count (-N).\n"
6165msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006166"inode_size (%u) * inodes_count (%u) ist zu groß für ein\n"
6167"\tDateisystem mit %llu Blöcken, geben Sie ein höheres inode_ratio (-i)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006168"\tan oder eine niedrigere Anzahl Inodes (-N) an.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006169
Theodore Ts'o89128f82018-01-01 19:36:37 -05006170#: misc/mke2fs.c:2659
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006171msgid "Discarding device blocks: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006172msgstr "Geräteblöcke werden verworfen: "
Philipp Thomas77c871a2010-04-19 16:59:02 -04006173
Theodore Ts'o89128f82018-01-01 19:36:37 -05006174#: misc/mke2fs.c:2675
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006175msgid "failed - "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006176msgstr "gescheitert - "
Philipp Thomas77c871a2010-04-19 16:59:02 -04006177
Theodore Ts'o89128f82018-01-01 19:36:37 -05006178#: misc/mke2fs.c:2734
Theodore Ts'o4e528702016-09-04 21:31:21 -04006179msgid "while initializing quota context"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006180msgstr "beim Initialisieren des Quota-Kontextes"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006181
Theodore Ts'o89128f82018-01-01 19:36:37 -05006182#: misc/mke2fs.c:2741
Theodore Ts'o4e528702016-09-04 21:31:21 -04006183msgid "while writing quota inodes"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006184msgstr "beim Schreiben der Quota-Inodes"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006185
Theodore Ts'o89128f82018-01-01 19:36:37 -05006186#: misc/mke2fs.c:2766
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006187#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006188msgid "bad error behavior in profile - %s"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006189msgstr "ungültiges Verhalten im Fehlerfall im Profil - %s"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006190
Theodore Ts'o89128f82018-01-01 19:36:37 -05006191#: misc/mke2fs.c:2840
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006192msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05006193msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006194
Theodore Ts'o21725192017-08-23 19:46:04 -04006195#: misc/mke2fs.c:2856
Theodore Ts'o89128f82018-01-01 19:36:37 -05006196msgid ""
6197"Extents are not enabled. The file extent tree can be checksummed, whereas "
6198"block maps cannot. Not enabling extents reduces the coverage of metadata "
6199"checksumming. Pass -O extents to rectify.\n"
6200msgstr ""
6201"Erweiteruingen wurden nicht aktiviert. Die Prüfsumme des Baums mit den "
6202"Erweiterungen der Datei kann ermittelt werden, nicht aber das Verzeichnis "
6203"der Blöcke. Wenn Erweiterungen nicht aktiviert werden, reduziert den Umfang "
6204"dessen, was das Überprüfen der Metadaten-Prüfsummen abdecken kann. Geben Sie "
6205"„-O extents” an, um dies zu beheben.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006206
Theodore Ts'o89128f82018-01-01 19:36:37 -05006207#: misc/mke2fs.c:2863
6208msgid ""
6209"64-bit filesystem support is not enabled. The larger fields afforded by "
6210"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
6211msgstr ""
6212"Die Unterstützung für 64-bittige Dateisysteme wurde nicht aktiviert. Die "
6213"längeren Felder, die diese Eigenschaft benötigt erlauben die Erstellung der "
6214"Prüfsumme in voller Stärke. Geben Sie „-O 64bit” an, um dies zu "
6215"korrigieren.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006216
Theodore Ts'o89128f82018-01-01 19:36:37 -05006217#: misc/mke2fs.c:2871
6218#, fuzzy
6219msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
6220msgstr ""
6221"Die Eigenschaft metadata_csum_seed erfoprdert die Eigenschaft "
6222"metadata_csum.\n"
6223
6224#: misc/mke2fs.c:2895
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006225msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
6226msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006227"Verwerfen war erfolgreich und wird Nullen zurück liefern - daher wird\n"
6228"das Löschen der Inode-Tabelle übersprungen\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05006229
Theodore Ts'o89128f82018-01-01 19:36:37 -05006230#: misc/mke2fs.c:2988
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006231#, c-format
6232msgid "unknown os - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006233msgstr "unbekanntes Betriebssystem - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006234
Theodore Ts'o89128f82018-01-01 19:36:37 -05006235#: misc/mke2fs.c:3051
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006236msgid "Allocating group tables: "
Philipp Thomasab02a742014-07-09 23:13:30 -04006237msgstr "beim Anfordern von Speicher für die Gruppentabellen: "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006238
Theodore Ts'o89128f82018-01-01 19:36:37 -05006239#: misc/mke2fs.c:3059
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006240msgid "while trying to allocate filesystem tables"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006241msgstr "beim Anfordern von Speicher für die Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006242
Theodore Ts'o89128f82018-01-01 19:36:37 -05006243#: misc/mke2fs.c:3068
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006244msgid ""
6245"\n"
6246"\twhile converting subcluster bitmap"
6247msgstr ""
6248"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006249"\tbeim Konvertieren der Subclusterbitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006250
Theodore Ts'o89128f82018-01-01 19:36:37 -05006251#: misc/mke2fs.c:3074
Theodore Ts'o4e528702016-09-04 21:31:21 -04006252#, c-format
6253msgid "%s may be further corrupted by superblock rewrite\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006254msgstr ""
6255"%s könnte durch das erneute Schreiben des Superblocks noch mehr beschädigt "
6256"werden\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006257
Theodore Ts'o89128f82018-01-01 19:36:37 -05006258#: misc/mke2fs.c:3115
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006259#, c-format
6260msgid "while zeroing block %llu at end of filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04006261msgstr "beim Nullen von Block %llu am Ende des Dateisystems"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006262
Theodore Ts'o89128f82018-01-01 19:36:37 -05006263#: misc/mke2fs.c:3128
Theodore Ts'obc759702005-05-09 20:40:55 -04006264msgid "while reserving blocks for online resize"
Philipp Thomasab02a742014-07-09 23:13:30 -04006265msgstr "beim Reservieren von Blöcken für die Online-Größenänderung"
Theodore Ts'obc759702005-05-09 20:40:55 -04006266
Theodore Ts'o89128f82018-01-01 19:36:37 -05006267#: misc/mke2fs.c:3140 misc/tune2fs.c:1424
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006268msgid "journal"
6269msgstr "Journal"
6270
Theodore Ts'o89128f82018-01-01 19:36:37 -05006271#: misc/mke2fs.c:3152
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006272#, c-format
6273msgid "Adding journal to device %s: "
Philipp Thomasab02a742014-07-09 23:13:30 -04006274msgstr "Ein Journal wird auf Gerät %s hinzugefügt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006275
Theodore Ts'o89128f82018-01-01 19:36:37 -05006276#: misc/mke2fs.c:3159
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006277#, c-format
6278msgid ""
6279"\n"
6280"\twhile trying to add journal to device %s"
6281msgstr ""
6282"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006283"\tbeim Versuch, ein Journal auf Gerät %s hinzuzufügen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006284
Theodore Ts'o89128f82018-01-01 19:36:37 -05006285#: misc/mke2fs.c:3164 misc/mke2fs.c:3193 misc/mke2fs.c:3231
6286#: misc/mk_hugefiles.c:596 misc/tune2fs.c:1453 misc/tune2fs.c:1472
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006287msgid "done\n"
Philipp Thomasa4670b92016-08-31 23:14:17 -04006288msgstr "erledigt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006289
Theodore Ts'o89128f82018-01-01 19:36:37 -05006290#: misc/mke2fs.c:3170
Philipp Thomas77c871a2010-04-19 16:59:02 -04006291msgid "Skipping journal creation in super-only mode\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006292msgstr "Die Erzeugung eines Journals wird im Nur-Super-Modus übersprungen\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006293
Theodore Ts'o89128f82018-01-01 19:36:37 -05006294#: misc/mke2fs.c:3180
Philipp Thomas68801282008-07-17 11:47:00 -04006295#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04006296msgid "Creating journal (%u blocks): "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006297msgstr "Das Journal (%u Blöcke) wird angelegt: "
Philipp Thomas720e6362008-06-21 14:06:00 -04006298
Theodore Ts'o89128f82018-01-01 19:36:37 -05006299#: misc/mke2fs.c:3189
Philipp Thomasedc733d2012-04-22 15:38:42 -04006300msgid ""
6301"\n"
6302"\twhile trying to create journal"
6303msgstr ""
6304"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006305"\tbeim Anlegen des Journals"
Philipp Thomasedc733d2012-04-22 15:38:42 -04006306
Theodore Ts'o89128f82018-01-01 19:36:37 -05006307#: misc/mke2fs.c:3201 misc/tune2fs.c:1073
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006308msgid ""
6309"\n"
6310"Error while enabling multiple mount protection feature."
6311msgstr ""
6312"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006313"Fehler beim Aktivieren des Schutzes gegen mehrfaches Einhängen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006314
Theodore Ts'o89128f82018-01-01 19:36:37 -05006315#: misc/mke2fs.c:3206
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006316#, c-format
6317msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006318msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006319"Der Schutz gegen mehrfaches Einhängen wurde aktiviert mit einem\n"
6320"Aktualisierungsintervall von %d Sekunden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006321
Theodore Ts'o89128f82018-01-01 19:36:37 -05006322#: misc/mke2fs.c:3222
Theodore Ts'o4e528702016-09-04 21:31:21 -04006323msgid "Copying files into the device: "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006324msgstr "Fehler beim Kopieren der Dateien auf das Laufwerk: "
Theodore Ts'o4e528702016-09-04 21:31:21 -04006325
Theodore Ts'o89128f82018-01-01 19:36:37 -05006326#: misc/mke2fs.c:3228
Theodore Ts'o4e528702016-09-04 21:31:21 -04006327msgid "while populating file system"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006328msgstr "beim Befüllen des Dateisystems"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006329
Theodore Ts'o89128f82018-01-01 19:36:37 -05006330#: misc/mke2fs.c:3235
Theodore Ts'o196a8a62003-11-21 12:46:04 -05006331msgid "Writing superblocks and filesystem accounting information: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006332msgstr ""
6333"Die Superblöcke und die Informationen über die Dateisystemnutzung werden\n"
6334"geschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006335
Theodore Ts'o89128f82018-01-01 19:36:37 -05006336#: misc/mke2fs.c:3242
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006337msgid ""
6338"\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006339"Warning, had trouble writing out superblocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006340msgstr ""
6341"\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006342"Warnung, es gab Schwierigkeiten beim Schreiben der Superblöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006343
Theodore Ts'o89128f82018-01-01 19:36:37 -05006344#: misc/mke2fs.c:3244
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006345msgid ""
6346"done\n"
6347"\n"
6348msgstr ""
6349"erledigt\n"
6350"\n"
6351
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006352#: misc/mk_hugefiles.c:337
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006353#, c-format
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006354msgid "while zeroing block %llu for hugefile"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006355msgstr "beim Nullen von Block %llu für riesige Datei"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006356
6357#: misc/mk_hugefiles.c:512
Theodore Ts'o4e528702016-09-04 21:31:21 -04006358#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05006359msgid ""
6360"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
6361msgstr ""
6362"Der Abstand vom Partitionsanfang von %llu (%uk) Blöckenm ist inkompatibel "
6363"mit der Clustergröße %u.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006364
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006365#: misc/mk_hugefiles.c:579
Theodore Ts'o4e528702016-09-04 21:31:21 -04006366msgid "Huge files will be zero'ed\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006367msgstr "Riesige Dateien werden mit Nullen überschrieben\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006368
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006369#: misc/mk_hugefiles.c:580
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006370#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006371msgid "Creating %lu huge file(s) "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006372msgstr "%lu riesige Datei(en) werden angelegt "
Theodore Ts'o4e528702016-09-04 21:31:21 -04006373
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006374#: misc/mk_hugefiles.c:582
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006375#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006376msgid "with %llu blocks each"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006377msgstr ", jede mit %llu Blöcken"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006378
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006379#: misc/mk_hugefiles.c:591
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006380#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006381msgid "while creating huge file %lu"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006382msgstr "beim Iterieren über riesige Datei %lu"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006383
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006384#: misc/mklost+found.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006385msgid "Usage: mklost+found\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006386msgstr "Aufruf: mklost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006387
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006388#: misc/partinfo.c:43
Philipp Thomasa700f512008-08-29 08:49:57 -04006389#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04006390msgid ""
6391"Usage: %s device...\n"
6392"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006393"Prints out the partition information for each given device.\n"
6394"For example: %s /dev/hda\n"
6395"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006396msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006397"Aufruf: %s Gerät…\n"
Philipp Thomas68801282008-07-17 11:47:00 -04006398"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006399"Gibt Informationen über die Partitionierung jedes angegebenen Geräts aus.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006400"Zum Beispiel: %s /dev/hda\n"
6401"\n"
6402
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006403#: misc/partinfo.c:53
Philipp Thomas40771272008-09-07 22:55:25 -04006404#, c-format
6405msgid "Cannot open %s: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006406msgstr "%s kann nicht geöffnet werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006407
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006408#: misc/partinfo.c:59
Philipp Thomas40771272008-09-07 22:55:25 -04006409#, c-format
6410msgid "Cannot get geometry of %s: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006411msgstr "Die Geometrie von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006412
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006413#: misc/partinfo.c:67
Philipp Thomas40771272008-09-07 22:55:25 -04006414#, c-format
6415msgid "Cannot get size of %s: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006416msgstr "Die Größe von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006417
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006418#: misc/partinfo.c:73
Philipp Thomas40771272008-09-07 22:55:25 -04006419#, c-format
6420msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006421msgstr "%s: h=%3d s=%3d c=%4d Start=%8d Größe=%8lu Ende=%8d\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006422
Theodore Ts'o4e528702016-09-04 21:31:21 -04006423#: misc/tune2fs.c:119
Theodore Ts'o89128f82018-01-01 19:36:37 -05006424msgid ""
6425"\n"
6426"This operation requires a freshly checked filesystem.\n"
6427msgstr ""
6428
6429#: misc/tune2fs.c:121
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006430msgid "Please run e2fsck -f on the filesystem.\n"
6431msgstr "Bitte lassen Sie e2fsck -f dieses Dateisystem überprüfen.\n"
Theodore Ts'o21725192017-08-23 19:46:04 -04006432
Theodore Ts'o89128f82018-01-01 19:36:37 -05006433#: misc/tune2fs.c:123
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006434msgid "Please run e2fsck -fD on the filesystem.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006435msgstr "Bitte lassen Sie e2fsck -fD dieses Dateisystem überprüfen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006436
Theodore Ts'o89128f82018-01-01 19:36:37 -05006437#: misc/tune2fs.c:136
6438#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006439msgid ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04006440"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006441"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006442"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006443"\t[-r reserved_blocks_count] [-u user] [-C mount_count]\n"
6444"\t[-L volume_label] [-M last_mounted_dir]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006445"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006446"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006447"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006448msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05006449"Aufruf: %s [-c max_Anzahl_Einhängungen] [-e Fehlerverhalten] [-f] [-g "
6450"Gruppe]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006451"\t[-i Intervall[d|m|w]] [-j] [-J Journal_Optionen] [-l]\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006452"\t[-m reservierte_Blöcke_Prozent] [-o [^]Einhängeoptionen[…]] [-p "
6453"mmp_Aktualisierungsintervall]\n"
6454"\t[-r Anzahl_reservierter_Blöcke] [-u Benutzer] [-C Anzahl_Einhängungen] [-L "
6455"Volume_Kennung]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006456"\t[-M letztes_eingehängtes_Verzeichnis] [-O [^]Eigenschaft[,...]]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006457"\t[-Q Quota-Optionen]\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006458"\t[-E erweiterte_Optionen[…]] [-T Zeitpunkt_letzter_Prüfung] [-U UUID]\n"
6459"\t[ -I neue_Inodegröße ] [-z Undo_Datei] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006460
Theodore Ts'o89128f82018-01-01 19:36:37 -05006461#: misc/tune2fs.c:220
Philipp Thomas37be3822015-05-17 20:21:39 -04006462msgid "Journal superblock not found!\n"
6463msgstr "Der Journal-Superblock wurde nicht gefunden!\n"
6464
Theodore Ts'o89128f82018-01-01 19:36:37 -05006465#: misc/tune2fs.c:278
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006466msgid "while trying to open external journal"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006467msgstr "beim Versuch, das externe Journal zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006468
Theodore Ts'o89128f82018-01-01 19:36:37 -05006469#: misc/tune2fs.c:284 misc/tune2fs.c:2731
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006470#, c-format
6471msgid "%s is not a journal device.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006472msgstr "%s ist kein Journalgerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006473
Theodore Ts'o89128f82018-01-01 19:36:37 -05006474#: misc/tune2fs.c:294 misc/tune2fs.c:2742
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006475msgid "Filesystem's UUID not found on journal device.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006476msgstr "Die UUID des Dateisystems wurde auf dem Journalgerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006477
Theodore Ts'o89128f82018-01-01 19:36:37 -05006478#: misc/tune2fs.c:318
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006479msgid ""
6480"Cannot locate journal device. It was NOT removed\n"
6481"Use -f option to remove missing journal device.\n"
6482msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006483"Das Journalgerät wurde nicht gefunden. Es wurde NICHT entfernt\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006484"Bitte benutzen Sie die Option „-f“, um das fehlende Gerät zu entfernen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006485
Theodore Ts'o89128f82018-01-01 19:36:37 -05006486#: misc/tune2fs.c:327
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006487msgid "Journal removed\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006488msgstr "Das Journal wurde entfernt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006489
Theodore Ts'o89128f82018-01-01 19:36:37 -05006490#: misc/tune2fs.c:371
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006491msgid "while reading bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04006492msgstr "beim Lesen der Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006493
Theodore Ts'o89128f82018-01-01 19:36:37 -05006494#: misc/tune2fs.c:379
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006495msgid "while clearing journal inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04006496msgstr "beim Zurücksetzen der Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006497
Theodore Ts'o89128f82018-01-01 19:36:37 -05006498#: misc/tune2fs.c:390
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006499msgid "while writing journal inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04006500msgstr "beim Schreiben der Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006501
Theodore Ts'o89128f82018-01-01 19:36:37 -05006502#: misc/tune2fs.c:426 misc/tune2fs.c:449 misc/tune2fs.c:462
Philipp Thomas3e914b52011-01-24 15:03:41 -05006503msgid "(and reboot afterwards!)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006504msgstr "(und starten Sie danach das System neu)\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05006505
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006506#: misc/tune2fs.c:477
Theodore Ts'o4e528702016-09-04 21:31:21 -04006507#, c-format
6508msgid "After running e2fsck, please run `resize2fs %s %s"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006509msgstr ""
6510"Nachdem Sie e2fsck haben laufen lassen, starten Sie bitte „resize2fs %s %s”"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006511
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006512#: misc/tune2fs.c:480
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006513#, c-format
6514msgid "Please run `resize2fs %s %s"
6515msgstr "Bitte starten Sie „resize2fs %s %s“"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006516
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006517#: misc/tune2fs.c:484
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006518#, c-format
6519msgid " -z \"%s\""
6520msgstr " -z „%s”"
6521
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006522#: misc/tune2fs.c:486
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006523#, c-format
6524msgid "' to enable 64-bit mode.\n"
6525msgstr ", um den 64-Bit-Modus zu aktivieren.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006526
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006527#: misc/tune2fs.c:488
Theodore Ts'o4e528702016-09-04 21:31:21 -04006528#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006529msgid "' to disable 64-bit mode.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006530msgstr ", um den 64-Bit-Modus zu deaktivieren.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006531
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006532#: misc/tune2fs.c:975
Theodore Ts'o4e528702016-09-04 21:31:21 -04006533msgid ""
6534"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6535" This requires Linux >= v4.4.\n"
6536msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05006537"WARNUNG: Unterstützung des Kernels für metadata_csum_seed konnte nicht "
6538"festgestellt werden.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006539" Dies erfordert Linux >= v4.4.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006540
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006541#: misc/tune2fs.c:1011
Theodore Ts'o8f741372008-02-28 21:47:05 -05006542#, c-format
6543msgid "Clearing filesystem feature '%s' not supported.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006544msgstr "Das Deaktivieren von „%s“ wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006545
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006546#: misc/tune2fs.c:1017
Philipp Thomas67671422008-05-14 18:42:45 -04006547#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006548msgid "Setting filesystem feature '%s' not supported.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006549msgstr "Das Aktivieren von „%s“ wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006550
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006551#: misc/tune2fs.c:1026
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006552msgid ""
Philipp Thomas68801282008-07-17 11:47:00 -04006553"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006554"unmounted or mounted read-only.\n"
6555msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006556"Has_journal kann nur zurückgesetzt werden, wenn das Dateisystem nicht\n"
6557"oder nur-lesbar eingehängt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006558
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006559#: misc/tune2fs.c:1034
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006560msgid ""
6561"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6562"the has_journal flag.\n"
6563msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006564"needs_recovery ist gesetzt. Bitte führen Sie e2fsck aus, bevor Sie\n"
6565"has_journal zurück setzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006566
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006567#: misc/tune2fs.c:1052
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006568msgid ""
6569"Setting filesystem feature 'sparse_super' not supported\n"
6570"for filesystems with the meta_bg feature enabled.\n"
6571msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006572"Das Setzen von „sparse_super“ wird auf Dateisystemen mit aktiviertem\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006573"„meta_bg“ nicht unterstützt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006574
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006575#: misc/tune2fs.c:1065
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006576msgid ""
6577"The multiple mount protection feature can't\n"
6578"be set if the filesystem is mounted or\n"
6579"read-only.\n"
6580msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006581"Der Schutz vor mehrfachem Einhängen kann nur aktiviert werden, wenn das\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006582"Dateisystem nicht oder nur-lesbar eingehängt ist.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006583
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006584#: misc/tune2fs.c:1083
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006585#, c-format
6586msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6587msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05006588"Der Schutz vor mehrfachem Einhängen wurde mit einem "
6589"Aktualisierungsintervall\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006590"von %d Sekunden aktiviert.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006591
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006592#: misc/tune2fs.c:1092
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006593msgid ""
6594"The multiple mount protection feature cannot\n"
6595"be disabled if the filesystem is readonly.\n"
6596msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006597"Der Schutz vor mehrfachem Einhängen kann nicht\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006598"deaktiviert werden, wenn das Dateisystem nur-lesbar\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006599"eingehängt ist.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006600
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006601#: misc/tune2fs.c:1100
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006602msgid "Error while reading bitmaps\n"
6603msgstr "Fehler beim Lesen der Bitmaps\n"
6604
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006605#: misc/tune2fs.c:1109
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006606#, c-format
6607msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006608msgstr ""
6609"Die magische Zahl im MMP-Block passt nicht. Erwartet: %x, gefunden: %x\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006610
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006611#: misc/tune2fs.c:1114
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006612msgid "while reading MMP block."
Philipp Thomasb93349a2014-05-31 13:32:39 -04006613msgstr "beim Lesen des MMP-Blocks."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006614
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006615#: misc/tune2fs.c:1146
Philipp Thomas720e6362008-06-21 14:06:00 -04006616msgid ""
6617"Clearing the flex_bg flag would cause the the filesystem to be\n"
6618"inconsistent.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006619msgstr ""
6620"Das Deaktivieren von flex_bg würde das Dateisystem inkonsistent machen.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006621
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006622#: misc/tune2fs.c:1157
Philipp Thomas68801282008-07-17 11:47:00 -04006623msgid ""
6624"The huge_file feature may only be cleared when the filesystem is\n"
6625"unmounted or mounted read-only.\n"
6626msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006627"huge_file kann nur aktiviert werden, wenn das Dateisystem nicht\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006628"oder nur-lesbar eingehängt ist.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04006629
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006630#: misc/tune2fs.c:1168
Theodore Ts'o4e528702016-09-04 21:31:21 -04006631msgid "Enabling checksums could take some time."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006632msgstr "Das aktivieren von Prüfsummen könnte etwas länger dauern."
Theodore Ts'o4e528702016-09-04 21:31:21 -04006633
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006634#: misc/tune2fs.c:1170
Theodore Ts'o4e528702016-09-04 21:31:21 -04006635msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006636msgstr ""
6637"metadata_csum kann auf einem eingehängten Dateisystem nicht aktiviert "
6638"werden!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006639
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006640#: misc/tune2fs.c:1176
Theodore Ts'o89128f82018-01-01 19:36:37 -05006641msgid ""
6642"Extents are not enabled. The file extent tree can be checksummed, whereas "
6643"block maps cannot. Not enabling extents reduces the coverage of metadata "
6644"checksumming. Re-run with -O extent to rectify.\n"
6645msgstr ""
6646"Erweiterungen sind nicht aktiviert. Prüfsummen für den Baum der "
6647"Dateierweiterungen können geprüft werden, nicht aber die für Blockmaps. "
6648"Erweiterungen nicht zu aktivieren reduziert den Schutz von Metadaten-"
6649"Prüfsummen. Starten Sie erneut mit „-O extent” um dies zu korrigieren.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006650
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006651#: misc/tune2fs.c:1183
Theodore Ts'o89128f82018-01-01 19:36:37 -05006652msgid ""
6653"64-bit filesystem support is not enabled. The larger fields afforded by "
6654"this feature enable full-strength checksumming. Run resize2fs -b to "
6655"rectify.\n"
6656msgstr ""
6657"Unterstützung für 64-Bit-Dateisysteme ist nbicht aktiviert. Diese "
6658"Eigenschaft ermöglicht größere Felder und damit maximal starke Prüfsummen. "
6659"Starten Sie „resize2fs -b” aktivieren.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006660
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006661#: misc/tune2fs.c:1209
Theodore Ts'o4e528702016-09-04 21:31:21 -04006662msgid "Disabling checksums could take some time."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006663msgstr "Das deaktivieren von Prüfsummen könnte einige Zeit in Anspruch nehman."
Theodore Ts'o4e528702016-09-04 21:31:21 -04006664
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006665#: misc/tune2fs.c:1211
Theodore Ts'o4e528702016-09-04 21:31:21 -04006666msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006667msgstr ""
6668"Metadata_csum kann auf einem eingehängten Dateisystem nicht aktiviert "
6669"werden!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006670
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006671#: misc/tune2fs.c:1274
Theodore Ts'o4e528702016-09-04 21:31:21 -04006672#, c-format
6673msgid "Cannot enable 64-bit mode while mounted!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006674msgstr ""
6675"Der 64-Bit-Modus kann auf einem eingehängten Dateisystem nicht aktiviert "
6676"werden!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006677
Philipp Thomasbaf36c92017-12-03 19:41:42 -05006678#: misc/tune2fs.c:1284
Theodore Ts'o4e528702016-09-04 21:31:21 -04006679#, c-format
6680msgid "Cannot disable 64-bit mode while mounted!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006681msgstr ""
6682"Der 64-Bit-Modus kann auf einem eingehängten Dateisystem nicht deaktiviert "
6683"werden!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006684
Theodore Ts'o89128f82018-01-01 19:36:37 -05006685#: misc/tune2fs.c:1314
6686#, c-format
6687msgid "Cannot enable project feature; inode size too small.\n"
6688msgstr ""
6689
6690#: misc/tune2fs.c:1335
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006691msgid ""
6692"\n"
6693"Warning: '^quota' option overrides '-Q'arguments.\n"
6694msgstr ""
6695"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006696"Warnung: die Option „^quota“ hat Vorrang vor „-Q“-Argumenten.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006697
Theodore Ts'o89128f82018-01-01 19:36:37 -05006698#: misc/tune2fs.c:1353
Theodore Ts'o4e528702016-09-04 21:31:21 -04006699msgid ""
6700"Setting feature 'metadata_csum_seed' is only supported\n"
6701"on filesystems with the metadata_csum feature enabled.\n"
6702msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006703"Das Setzen von „metadata_csum_seed“ wird nur auf Dateisystemen mit\n"
6704"aktivierter Eigenschaft metadata_csum unterstützt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006705
Theodore Ts'o89128f82018-01-01 19:36:37 -05006706#: misc/tune2fs.c:1371
Theodore Ts'o4e528702016-09-04 21:31:21 -04006707msgid ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05006708"UUID has changed since enabling metadata_csum. Filesystem must be "
6709"unmounted \n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006710"to safely rewrite all metadata to match the new UUID.\n"
6711msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05006712"Die UUID hat sich seit dem aktivieren von metadata_csum geändert. Das "
6713"Dateisystem\n"
6714"muss ausgehängt werden, um alle Metadaten in sicherer Form neu so zu "
6715"schreiben,\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006716" dass sie zur neuen UUIDS passen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006717
Theodore Ts'o89128f82018-01-01 19:36:37 -05006718#: misc/tune2fs.c:1417
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006719msgid "The filesystem already has a journal.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006720msgstr "Das Dateisystem hat bereits ein Journal.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006721
Theodore Ts'o89128f82018-01-01 19:36:37 -05006722#: misc/tune2fs.c:1437
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006723#, c-format
6724msgid ""
6725"\n"
6726"\twhile trying to open journal on %s\n"
6727msgstr ""
6728"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006729"\tbeim Versuch, das Journal auf %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006730
Theodore Ts'o89128f82018-01-01 19:36:37 -05006731#: misc/tune2fs.c:1441
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006732#, c-format
6733msgid "Creating journal on device %s: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006734msgstr "Journal wird erzeugt auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006735
Theodore Ts'o89128f82018-01-01 19:36:37 -05006736#: misc/tune2fs.c:1449
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006737#, c-format
6738msgid "while adding filesystem to journal on %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04006739msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006740
Theodore Ts'o89128f82018-01-01 19:36:37 -05006741#: misc/tune2fs.c:1455
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006742msgid "Creating journal inode: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006743msgstr "Journal-Inodes werden erzeugt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006744
Theodore Ts'o89128f82018-01-01 19:36:37 -05006745#: misc/tune2fs.c:1469
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006746msgid ""
6747"\n"
6748"\twhile trying to create journal file"
6749msgstr ""
6750"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006751"\tbeim Versuch, die Journaldatei zu erzeugen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006752
Theodore Ts'o89128f82018-01-01 19:36:37 -05006753#: misc/tune2fs.c:1507
6754#, c-format
6755msgid "Cannot enable project quota; inode size too small.\n"
6756msgstr ""
Theodore Ts'o4c5e6cd2017-10-16 01:45:45 -04006757
Theodore Ts'o89128f82018-01-01 19:36:37 -05006758#: misc/tune2fs.c:1520
6759msgid "while initializing quota context in support library"
6760msgstr ""
6761"beim Initialisieren des Quota=Kontextes in der unterstützenden Bibliothek"
6762
6763#: misc/tune2fs.c:1535
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006764#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006765msgid "while updating quota limits (%d)"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006766msgstr "beim Aktualisieren der Quota-Beschränkungen (%d)"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006767
Theodore Ts'o89128f82018-01-01 19:36:37 -05006768#: misc/tune2fs.c:1543
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006769#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006770msgid "while writing quota file (%d)"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006771msgstr "beim Schreiben der Quota-Datei (%d)"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006772
Theodore Ts'o89128f82018-01-01 19:36:37 -05006773#: misc/tune2fs.c:1561
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006774#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006775msgid "while removing quota file (%d)"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006776msgstr "beim Enfernen der Quota-Datei (%d)"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006777
Theodore Ts'o89128f82018-01-01 19:36:37 -05006778#: misc/tune2fs.c:1604
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006779msgid ""
6780"\n"
6781"Bad quota options specified.\n"
6782"\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006783"Following valid quota options are available (pass by separating with "
6784"comma):\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006785"\t[^]usr[quota]\n"
6786"\t[^]grp[quota]\n"
6787"\t[^]prj[quota]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006788"\n"
6789"\n"
6790msgstr ""
6791"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006792"Es wurden ungültige Quotaoptionen angegeben.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006793"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006794"Die folgenden gültigen Quotaoptionen sind verfügbar (durch Kommata getrennt\n"
6795"angeben):\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006796"\t[^]usr[quota]\n"
6797"\t[^]grp[quota]\n"
6798"\t[^]prj[quota]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006799"\n"
6800"\n"
6801
Theodore Ts'o89128f82018-01-01 19:36:37 -05006802#: misc/tune2fs.c:1662
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006803#, c-format
6804msgid "Couldn't parse date/time specifier: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006805msgstr "Die Angabe von Zeit/Datum war unverständlich: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006806
Theodore Ts'o89128f82018-01-01 19:36:37 -05006807#: misc/tune2fs.c:1687 misc/tune2fs.c:1700
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006808#, c-format
6809msgid "bad mounts count - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006810msgstr "ungültge Anzahl Einhängungen - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006811
Theodore Ts'o89128f82018-01-01 19:36:37 -05006812#: misc/tune2fs.c:1743
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006813#, c-format
6814msgid "bad gid/group name - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006815msgstr "ungültige Gruppen-ID/Gruppe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006816
Theodore Ts'o89128f82018-01-01 19:36:37 -05006817#: misc/tune2fs.c:1776
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006818#, c-format
6819msgid "bad interval - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04006820msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006821
Theodore Ts'o89128f82018-01-01 19:36:37 -05006822#: misc/tune2fs.c:1805
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006823#, c-format
6824msgid "bad reserved block ratio - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006825msgstr "ungültiges Verhältnis reservierter Blöcke - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006826
Theodore Ts'o89128f82018-01-01 19:36:37 -05006827#: misc/tune2fs.c:1820
Theodore Ts'o0c897a92002-11-09 12:01:18 -05006828msgid "-o may only be specified once"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006829msgstr "-o darf nur einmal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05006830
Theodore Ts'o89128f82018-01-01 19:36:37 -05006831#: misc/tune2fs.c:1829
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006832msgid "-O may only be specified once"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006833msgstr "-O darf nur einmal angegeben werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006834
Theodore Ts'o89128f82018-01-01 19:36:37 -05006835#: misc/tune2fs.c:1846
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006836#, c-format
6837msgid "bad reserved blocks count - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006838msgstr "ungültige Anzahl reservierter Blöcke - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006839
Theodore Ts'o89128f82018-01-01 19:36:37 -05006840#: misc/tune2fs.c:1875
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006841#, c-format
6842msgid "bad uid/user name - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006843msgstr "falsche Benutzer-ID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006844
Theodore Ts'o89128f82018-01-01 19:36:37 -05006845#: misc/tune2fs.c:1892
Philipp Thomas68801282008-07-17 11:47:00 -04006846#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04006847msgid "bad inode size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006848msgstr "ungültige Inode-Größe - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006849
Theodore Ts'o89128f82018-01-01 19:36:37 -05006850#: misc/tune2fs.c:1899
Philipp Thomas720e6362008-06-21 14:06:00 -04006851#, c-format
6852msgid "Inode size must be a power of two- %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006853msgstr "Die Inode-Größe muss eine Zweierpotenz sein - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006854
Theodore Ts'o89128f82018-01-01 19:36:37 -05006855#: misc/tune2fs.c:1996
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006856#, c-format
6857msgid "mmp_update_interval too big: %lu\n"
6858msgstr "mmp_update_interval ist zu groß: %lu\n"
6859
Theodore Ts'o89128f82018-01-01 19:36:37 -05006860#: misc/tune2fs.c:2001
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006861#, c-format
6862msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006863msgid_plural ""
6864"Setting multiple mount protection update interval to %lu seconds\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006865msgstr[0] ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006866"Das Aktualisierungsintervall des Schutzes vor mehrfachem Einhängen\n"
6867"wird auf %lu Sekunde gesetzt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006868msgstr[1] ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006869"Das Aktualisierungsintervall des Schutzes vor mehrfachem Einhängen\n"
6870"wird auf %lu Sekunden gesetzt\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006871
Theodore Ts'o89128f82018-01-01 19:36:37 -05006872#: misc/tune2fs.c:2024
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006873#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006874msgid "Invalid RAID stride: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006875msgstr "Ungültiger RAID-Stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006876
Theodore Ts'o89128f82018-01-01 19:36:37 -05006877#: misc/tune2fs.c:2039
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006878#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006879msgid "Invalid RAID stripe-width: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006880msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006881
Theodore Ts'o89128f82018-01-01 19:36:37 -05006882#: misc/tune2fs.c:2054
Philipp Thomas40771272008-09-07 22:55:25 -04006883#, c-format
6884msgid "Invalid hash algorithm: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006885msgstr "Ungültiger Hash-Algorithmus: %s\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006886
Theodore Ts'o89128f82018-01-01 19:36:37 -05006887#: misc/tune2fs.c:2060
Philipp Thomas40771272008-09-07 22:55:25 -04006888#, c-format
6889msgid "Setting default hash algorithm to %s (%d)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006890msgstr "Der Standard-Hash-Algorithmus wird auf %s (%d) gesetzt\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006891
Theodore Ts'o89128f82018-01-01 19:36:37 -05006892#: misc/tune2fs.c:2079
6893#, fuzzy
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006894msgid ""
6895"\n"
6896"Bad options specified.\n"
6897"\n"
6898"Extended options are separated by commas, and may take an argument which\n"
6899"\tis set off by an equals ('=') sign.\n"
6900"\n"
6901"Valid extended options are:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006902"\tclear_mmp\n"
6903"\thash_alg=<hash algorithm>\n"
6904"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006905"\tmmp_update_interval=<mmp update interval in seconds>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006906"\tstride=<RAID per-disk chunk size in blocks>\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006907"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006908"\ttest_fs\n"
6909"\t^test_fs\n"
6910msgstr ""
6911"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006912"Falsche erweiterte Optionen angegeben.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006913"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006914"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006915"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006916"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006917"Gültige erweiterte Optionen sind:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006918"\tclear_mmp\n"
6919"\thash_alg=<Hashalgorithmus>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006920"\tmount_opts=<erweiterte Standardeinhängoptionen>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006921"\tstride=<RAID-Blockgröße pro PLatte in Blöcken\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006922"\tstripe_width=<RAID Stride*Datenplatten in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006923"\ttest_fs\n"
6924"\t^test_fs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006925"\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006926
Theodore Ts'o89128f82018-01-01 19:36:37 -05006927#: misc/tune2fs.c:2549
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006928msgid "Failed to read inode bitmap\n"
6929msgstr "Die Inode-Bitmap konnte nicht gelesen werden\n"
6930
Theodore Ts'o89128f82018-01-01 19:36:37 -05006931#: misc/tune2fs.c:2554
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006932msgid "Failed to read block bitmap\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006933msgstr "Die Block-Bitmap konnte nicht gelesen werden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006934
Theodore Ts'o89128f82018-01-01 19:36:37 -05006935#: misc/tune2fs.c:2571 resize/resize2fs.c:1276
Philipp Thomas720e6362008-06-21 14:06:00 -04006936msgid "blocks to be moved"
6937msgstr "zu verschiebende Blöcke"
6938
Theodore Ts'o89128f82018-01-01 19:36:37 -05006939#: misc/tune2fs.c:2574
Philipp Thomas77c871a2010-04-19 16:59:02 -04006940msgid "Failed to allocate block bitmap when increasing inode size\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006941msgstr ""
6942"Beim Erhöhen der Inode-Größe konnte keine Blockbitmap reserviert werden\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006943
Theodore Ts'o89128f82018-01-01 19:36:37 -05006944#: misc/tune2fs.c:2580
Philipp Thomas77c871a2010-04-19 16:59:02 -04006945msgid "Not enough space to increase inode size \n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006946msgstr "Der Platz reicht nicht aus für eine Erhöhung der Inode-Größe \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006947
Theodore Ts'o89128f82018-01-01 19:36:37 -05006948#: misc/tune2fs.c:2585
Philipp Thomas77c871a2010-04-19 16:59:02 -04006949msgid "Failed to relocate blocks during inode resize \n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006950msgstr ""
6951"Das Verschieben von Blöcken während der Größenänderung der Inodes "
6952"scheiterte \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006953
Theodore Ts'o89128f82018-01-01 19:36:37 -05006954#: misc/tune2fs.c:2617
Philipp Thomas77c871a2010-04-19 16:59:02 -04006955msgid ""
6956"Error in resizing the inode size.\n"
6957"Run e2undo to undo the file system changes. \n"
6958msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006959"Fehler beim Ändern der Inode-Größe.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006960"Starten Sie e2undo, um die Änderungen am Dateisystem rückgängig zu machen. \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006961
Theodore Ts'o89128f82018-01-01 19:36:37 -05006962#: misc/tune2fs.c:2829
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006963#, c-format
6964msgid ""
6965"MMP block magic is bad. Try to fix it by running:\n"
6966"'e2fsck -f %s'\n"
6967msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006968"Die magische Zahl des MMP-Blocks ist ungültig. Versuchen Sie, dies durch\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006969"„e2fsck -f %s“\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006970"zu beheben.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006971
Theodore Ts'o89128f82018-01-01 19:36:37 -05006972#: misc/tune2fs.c:2841
Theodore Ts'o4e528702016-09-04 21:31:21 -04006973msgid "Cannot modify a journal device.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006974msgstr "Ein Journalgerät kann nicht modifiziert werden.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006975
Theodore Ts'o89128f82018-01-01 19:36:37 -05006976#: misc/tune2fs.c:2854
Philipp Thomas40771272008-09-07 22:55:25 -04006977#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04006978msgid "The inode size is already %lu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006979msgstr "Die Inode-Größe ist bereits %lu\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006980
Theodore Ts'o89128f82018-01-01 19:36:37 -05006981#: misc/tune2fs.c:2861
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006982msgid "Shrinking inode size is not supported\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006983msgstr "Das Verringern der Inode-Größe wird nicht unterstützt\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006984
Theodore Ts'o89128f82018-01-01 19:36:37 -05006985#: misc/tune2fs.c:2866
Philipp Thomasb93349a2014-05-31 13:32:39 -04006986#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006987msgid "Invalid inode size %lu (max %d)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006988msgstr "Unzulässige Inode-Größe: %lu (max %d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006989
Theodore Ts'o89128f82018-01-01 19:36:37 -05006990#: misc/tune2fs.c:2872
Theodore Ts'o4e528702016-09-04 21:31:21 -04006991msgid "Resizing inodes could take some time."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006992msgstr "Die Änderung der Inodegröße kann einige Zeit dauern."
Theodore Ts'o4e528702016-09-04 21:31:21 -04006993
Theodore Ts'o89128f82018-01-01 19:36:37 -05006994#: misc/tune2fs.c:2919
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006995#, c-format
6996msgid "Setting maximal mount count to %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006997msgstr "Die maximale Anzahl von Einhängungen wird auf %d gesezt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006998
Theodore Ts'o89128f82018-01-01 19:36:37 -05006999#: misc/tune2fs.c:2925
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007000#, c-format
7001msgid "Setting current mount count to %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007002msgstr "Die Anzahl der Einhängungen wird auf %d gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007003
Theodore Ts'o89128f82018-01-01 19:36:37 -05007004#: misc/tune2fs.c:2930
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007005#, c-format
7006msgid "Setting error behavior to %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007007msgstr "Das Fehlerverhalten wird auf %d gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007008
Theodore Ts'o89128f82018-01-01 19:36:37 -05007009#: misc/tune2fs.c:2935
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007010#, c-format
7011msgid "Setting reserved blocks gid to %lu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007012msgstr "Die Gruppen-ID reservierter Blöcke wird auf %lu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007013
Theodore Ts'o89128f82018-01-01 19:36:37 -05007014#: misc/tune2fs.c:2940
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007015#, c-format
7016msgid "interval between checks is too big (%lu)"
Philipp Thomasab02a742014-07-09 23:13:30 -04007017msgstr "Der Abstand zwischen zwei Prüfläufen ist zu groß (%lu)"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007018
Theodore Ts'o89128f82018-01-01 19:36:37 -05007019#: misc/tune2fs.c:2947
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007020#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04007021msgid "Setting interval between checks to %lu seconds\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007022msgstr "Der Abstand zwischen den Prüfläufen wird auf %lu Sekunden gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007023
Theodore Ts'o89128f82018-01-01 19:36:37 -05007024#: misc/tune2fs.c:2954
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007025#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007026msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007027msgstr ""
7028"Der prozentuelle Anteil reservierter Blöcke wird auf %g%% (%llu Blöcke) "
7029"gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007030
Theodore Ts'o89128f82018-01-01 19:36:37 -05007031#: misc/tune2fs.c:2960
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007032#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007033msgid "reserved blocks count is too big (%llu)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007034msgstr "Die Anzahl reservierter Blöcke ist zu groß (%llu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007035
Theodore Ts'o89128f82018-01-01 19:36:37 -05007036#: misc/tune2fs.c:2967
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007037#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007038msgid "Setting reserved blocks count to %llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007039msgstr "Die Anzahl reservierter Blöcke wird auf %llu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007040
Theodore Ts'o89128f82018-01-01 19:36:37 -05007041#: misc/tune2fs.c:2972
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007042msgid ""
7043"\n"
7044"The filesystem already has sparse superblocks.\n"
7045msgstr ""
7046"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007047"Das Dateisystem hat bereits Sparse-Superblöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007048
Theodore Ts'o89128f82018-01-01 19:36:37 -05007049#: misc/tune2fs.c:2975
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007050msgid ""
7051"\n"
7052"Setting the sparse superblock flag not supported\n"
7053"for filesystems with the meta_bg feature enabled.\n"
7054msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007055"\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007056"Das Aktivieren von Sparse-Superblöcken wird auf Dateisystemen mit "
7057"aktivierter\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007058"Eigenschaft meta_bg nicht unterstützt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007059
Theodore Ts'o89128f82018-01-01 19:36:37 -05007060#: misc/tune2fs.c:2985
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007061#, c-format
7062msgid ""
7063"\n"
7064"Sparse superblock flag set. %s"
7065msgstr ""
7066"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007067"Kennung „Sparse-Superblöcke“ ist gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007068
Theodore Ts'o89128f82018-01-01 19:36:37 -05007069#: misc/tune2fs.c:2990
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007070msgid ""
7071"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007072"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007073msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007074"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007075"Das Zurücksetzen der Kennung „Sparse-Superblöcke“ wird nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007076
Theodore Ts'o89128f82018-01-01 19:36:37 -05007077#: misc/tune2fs.c:2998
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007078#, c-format
7079msgid "Setting time filesystem last checked to %s\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007080msgstr ""
7081"Der Zeitpunkt der letzten Prüfung des Dateisystems wird auf %s gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007082
Theodore Ts'o89128f82018-01-01 19:36:37 -05007083#: misc/tune2fs.c:3004
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007084#, c-format
7085msgid "Setting reserved blocks uid to %lu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007086msgstr "Die Benutzer-ID reservierter Blöcke wird auf %lu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007087
Theodore Ts'o89128f82018-01-01 19:36:37 -05007088#: misc/tune2fs.c:3036
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007089msgid "Error in using clear_mmp. It must be used with -f\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007090msgstr ""
7091"Fehler bei der Verwendung von clear_mmp. Es muss zusammen mit -f benutzt "
7092"werden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007093
Theodore Ts'o89128f82018-01-01 19:36:37 -05007094#: misc/tune2fs.c:3054
7095msgid ""
7096"The quota feature may only be changed when the filesystem is unmounted.\n"
7097msgstr ""
7098"Quotas können nur bei nicht eingehängten Dateisystemen geändert werden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007099
Theodore Ts'o89128f82018-01-01 19:36:37 -05007100#: misc/tune2fs.c:3078
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007101msgid "The UUID may only be changed when the filesystem is unmounted.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007102msgstr ""
7103"Die UUID kann nur bei nicht eingehängtem Dateisystem geändert werden.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007104
Theodore Ts'o89128f82018-01-01 19:36:37 -05007105#: misc/tune2fs.c:3081
7106msgid ""
7107"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
7108"and re-run this command.\n"
7109msgstr ""
7110"We Sie nur Kernel verwenden, die neuer al v4.4 sind, starten Sie „tune2fs -O "
7111"metadata_csum_seed” und danach diesen Befehl noch einmal.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007112
Theodore Ts'o89128f82018-01-01 19:36:37 -05007113#: misc/tune2fs.c:3090
Theodore Ts'o4e528702016-09-04 21:31:21 -04007114msgid "Setting UUID on a checksummed filesystem could take some time."
Theodore Ts'o89128f82018-01-01 19:36:37 -05007115msgstr ""
7116"Das Setzen einer UUID auf einem durch Prüfsummen geschtzten Dateisysten kann "
7117"einige Zeit dauern."
Theodore Ts'o4e528702016-09-04 21:31:21 -04007118
Theodore Ts'o89128f82018-01-01 19:36:37 -05007119#: misc/tune2fs.c:3115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007120msgid "Invalid UUID format\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007121msgstr "Ungültiges UUID-Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007122
Theodore Ts'o89128f82018-01-01 19:36:37 -05007123#: misc/tune2fs.c:3131
Philipp Thomas37be3822015-05-17 20:21:39 -04007124msgid "Need to update journal superblock.\n"
7125msgstr "Der Journal-Superblock muss aktualisiert werden.\n"
7126
Theodore Ts'o89128f82018-01-01 19:36:37 -05007127#: misc/tune2fs.c:3156
Philipp Thomas720e6362008-06-21 14:06:00 -04007128msgid "The inode size may only be changed when the filesystem is unmounted.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007129msgstr ""
7130"Die Inode-Größe kann nur bei ausgehängtem Dateisystem geändert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007131
Theodore Ts'o89128f82018-01-01 19:36:37 -05007132#: misc/tune2fs.c:3163
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007133msgid ""
7134"Changing the inode size not supported for filesystems with the flex_bg\n"
7135"feature enabled.\n"
7136msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04007137"Das Ändern der Inode-Größe auf Dateisystemen mit aktiviertem flex_bg\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007138"wird nicht unterstützt.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007139
Theodore Ts'o89128f82018-01-01 19:36:37 -05007140#: misc/tune2fs.c:3181
Philipp Thomas68801282008-07-17 11:47:00 -04007141#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04007142msgid "Setting inode size %lu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007143msgstr "Die Inode-Größe wird auf %lu gesetzt\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007144
Theodore Ts'o89128f82018-01-01 19:36:37 -05007145#: misc/tune2fs.c:3185
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007146msgid "Failed to change inode size\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007147msgstr "Die Inode-Größe konnte nicht geändert werden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007148
Theodore Ts'o89128f82018-01-01 19:36:37 -05007149#: misc/tune2fs.c:3199
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007150#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05007151msgid "Setting stride size to %d\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007152msgstr "Die Stride-Größe wird auf %d gesetzt\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05007153
Theodore Ts'o89128f82018-01-01 19:36:37 -05007154#: misc/tune2fs.c:3204
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007155#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05007156msgid "Setting stripe width to %d\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007157msgstr "Die Stripebreite wird auf %d gesetzt\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05007158
Theodore Ts'o89128f82018-01-01 19:36:37 -05007159#: misc/tune2fs.c:3211
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007160#, c-format
7161msgid "Setting extended default mount options to '%s'\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007162msgstr "Die erweiterten Standard-Einhängeoptionen werden auf „%s“ gesetzt\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007163
Theodore Ts'o89128f82018-01-01 19:36:37 -05007164#: misc/tune2fs.c:3222
Theodore Ts'o4e528702016-09-04 21:31:21 -04007165#, c-format
7166msgid ""
7167"Warning: The journal is dirty. You may wish to replay the journal like:\n"
7168"\n"
7169"\te2fsck -E journal_only %s\n"
7170"\n"
7171"then rerun this command. Otherwise, any changes made may be overwritten\n"
7172"by journal recovery.\n"
7173msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05007174"Warnung: Das Journal ist inkonsistent. Sie sollten das Journal noch einmal "
7175"mittels:\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007176"\n"
7177"\te2fsck -E journal_only %s\n"
7178"\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007179"abarbeiten lassen und dann diesen Befehl noch einaml laufen lassen. "
7180"Ansonsten\n"
7181"werden alle Änderungen durch das wiederherstellen des Journals "
7182"überschrieben.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007183
Theodore Ts'o89128f82018-01-01 19:36:37 -05007184#: misc/tune2fs.c:3233
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007185#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007186msgid "Recovering journal.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007187msgstr "Das Journal wird wiederhergestellt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007188
7189#: misc/util.c:100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007190msgid "<proceeding>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007191msgstr "<Verarbeitung läuft\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007192
Theodore Ts'o4e528702016-09-04 21:31:21 -04007193#: misc/util.c:104
Theodore Ts'o89128f82018-01-01 19:36:37 -05007194#, fuzzy, c-format
7195msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
Theodore Ts'o3dc18072017-08-21 21:32:26 -04007196msgstr "Trotzdem fortfahren (oder %d Sekunden warten) ? (j,n) "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007197
Theodore Ts'o4e528702016-09-04 21:31:21 -04007198#: misc/util.c:108
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007199msgid "Proceed anyway? (y,N) "
Theodore Ts'o3dc18072017-08-21 21:32:26 -04007200msgstr "Trotzdem fortfahren? (j,n) "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007201
Theodore Ts'o4e528702016-09-04 21:31:21 -04007202#: misc/util.c:133
7203msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007204msgstr ""
7205"mke2fs wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007206
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007207#: misc/util.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007208#, c-format
7209msgid "will not make a %s here!\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007210msgstr "%s wird hier nicht angelegt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007211
Theodore Ts'o4e528702016-09-04 21:31:21 -04007212#: misc/util.c:145
Theodore Ts'o7ae19832005-06-19 09:45:36 -04007213msgid "mke2fs forced anyway.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007214msgstr "mke2fs wird trotzdem erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04007215
Theodore Ts'o4e528702016-09-04 21:31:21 -04007216#: misc/util.c:161
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007217msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007218msgstr ""
7219"Es konnte kein Speicher zum Einlesen der Journaloptionen reserviert werden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007220
Theodore Ts'o4e528702016-09-04 21:31:21 -04007221#: misc/util.c:186
Philipp Thomas3e914b52011-01-24 15:03:41 -05007222#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04007223msgid ""
7224"\n"
7225"Could not find journal device matching %s\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05007226msgstr ""
7227"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007228"Ein zu %s passendes Journalgerät konnte nicht gefunden werden\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04007229
Theodore Ts'o4e528702016-09-04 21:31:21 -04007230#: misc/util.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007231msgid ""
7232"\n"
7233"Bad journal options specified.\n"
7234"\n"
7235"Journal options are separated by commas, and may take an argument which\n"
7236"\tis set off by an equals ('=') sign.\n"
7237"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04007238"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007239"\tsize=<journal size in megabytes>\n"
7240"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007241"\tlocation=<journal location>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007242"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04007243"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007244"\n"
7245msgstr ""
7246"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007247"Falsche Journaloptionen angegeben:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007248"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007249"Journaloptionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007250"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007251"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007252"Gültige Journaloptionen sind:\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007253"\tsize=<Journalgröße in Megabytes>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007254"\tdevice=<Journalgerät>\n"
7255"\tlocation=<Position des Journals>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007256"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007257"Die Größe des Journals muss zwischen 1024 und 10240000 Dateisystemblöcken\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007258"\tliegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007259"\n"
7260
Theodore Ts'o4e528702016-09-04 21:31:21 -04007261#: misc/util.c:244
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007262msgid ""
7263"\n"
7264"Filesystem too small for a journal\n"
7265msgstr ""
7266"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007267"Das Dateisystem ist für ein Journal zu klein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007268
Theodore Ts'o4e528702016-09-04 21:31:21 -04007269#: misc/util.c:251
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007270#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007271msgid ""
7272"\n"
7273"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007274"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007275msgstr ""
7276"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007277"Die gewünschte Journalgröße ist %d Blöcke; sie muss\n"
7278"zwischen 1024 und 10240000 Blöcken liegen. Abbruch.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007279
Theodore Ts'o4e528702016-09-04 21:31:21 -04007280#: misc/util.c:259
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007281msgid ""
7282"\n"
7283"Journal size too big for filesystem.\n"
7284msgstr ""
7285"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007286"Das Journal ist für dieses Dateisystem zu groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007287
Theodore Ts'o4e528702016-09-04 21:31:21 -04007288#: misc/util.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007289#, c-format
7290msgid ""
7291"This filesystem will be automatically checked every %d mounts or\n"
7292"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
7293msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007294"Dieses Dateisystem wird automatisch alle %d Einhängungen oder\n"
7295"%g Tage überprüft, was immer zuerst kommt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007296
Philipp Thomas37be3822015-05-17 20:21:39 -04007297#: misc/uuidd.c:49
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007298#, c-format
7299msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007300msgstr "Aufruf: %s [-d] [-p Prozess-ID-Datei] [-s Socketpfad] [-T Timeout]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007301
Philipp Thomas37be3822015-05-17 20:21:39 -04007302#: misc/uuidd.c:51
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007303#, c-format
7304msgid " %s [-r|t] [-n num] [-s socketpath]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007305msgstr " %s [-r|t] [-n Anzahl] [-s Socketpfad]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007306
Philipp Thomas37be3822015-05-17 20:21:39 -04007307#: misc/uuidd.c:53
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007308#, c-format
7309msgid " %s -k\n"
7310msgstr " %s -k\n"
7311
Philipp Thomas37be3822015-05-17 20:21:39 -04007312#: misc/uuidd.c:155
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007313msgid "bad arguments"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007314msgstr "ungültige Argumente"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007315
Philipp Thomas37be3822015-05-17 20:21:39 -04007316#: misc/uuidd.c:173
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007317msgid "connect"
7318msgstr "verbinden"
7319
Philipp Thomas37be3822015-05-17 20:21:39 -04007320#: misc/uuidd.c:192
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007321msgid "write"
7322msgstr "schreiben"
7323
Philipp Thomas37be3822015-05-17 20:21:39 -04007324#: misc/uuidd.c:200
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007325msgid "read count"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007326msgstr "Lesezähler"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007327
Philipp Thomas37be3822015-05-17 20:21:39 -04007328#: misc/uuidd.c:206
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007329msgid "bad response length"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007330msgstr "ungültige Länge der Antwort"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007331
Philipp Thomas37be3822015-05-17 20:21:39 -04007332#: misc/uuidd.c:271
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007333#, c-format
7334msgid "uuidd daemon already running at pid %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007335msgstr "der uuidd-Dämon läft bereits mit Prozess-ID %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007336
Philipp Thomas37be3822015-05-17 20:21:39 -04007337#: misc/uuidd.c:279
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007338#, c-format
7339msgid "Couldn't create unix stream socket: %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04007340msgstr "Es konnte kein Unix-Stream-Socket erzeugt werden: %s"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007341
Philipp Thomas37be3822015-05-17 20:21:39 -04007342#: misc/uuidd.c:308
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007343#, c-format
7344msgid "Couldn't bind unix socket %s: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007345msgstr "Es konnte nicht mit Unix-Socket %s verbunden werden: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007346
Philipp Thomas37be3822015-05-17 20:21:39 -04007347#: misc/uuidd.c:316
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007348#, c-format
7349msgid "Couldn't listen on unix socket %s: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007350msgstr "Lauschen auf Unix-Socket %s war nicht möglich: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007351
Philipp Thomas37be3822015-05-17 20:21:39 -04007352#: misc/uuidd.c:354
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007353#, c-format
7354msgid "Error reading from client, len = %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007355msgstr "Fehler beim Lesen vom Client, Länge = %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007356
Philipp Thomas37be3822015-05-17 20:21:39 -04007357#: misc/uuidd.c:362
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007358#, c-format
7359msgid "operation %d, incoming num = %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007360msgstr "Operation %d, eingehende Nummer = %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007361
Philipp Thomas37be3822015-05-17 20:21:39 -04007362#: misc/uuidd.c:381
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007363#, c-format
7364msgid "Generated time UUID: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007365msgstr "Zeit-UUID erzeugt: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007366
Philipp Thomas37be3822015-05-17 20:21:39 -04007367#: misc/uuidd.c:391
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007368#, c-format
7369msgid "Generated random UUID: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007370msgstr "Zufällige UUID erzeugt: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007371
Philipp Thomas37be3822015-05-17 20:21:39 -04007372#: misc/uuidd.c:400
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007373#, c-format
7374msgid "Generated time UUID %s and subsequent UUID\n"
7375msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007376msgstr[0] "Zeit-UUID %s und die folgende UUID erzeugt\n"
7377msgstr[1] "Zeit-UUID %s und die folgenden %d UUIDs erzeugt\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007378
Philipp Thomas37be3822015-05-17 20:21:39 -04007379#: misc/uuidd.c:421
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007380#, c-format
7381msgid "Generated %d UUID's:\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007382msgstr "%d UUIDs erzeugt:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007383
Philipp Thomas37be3822015-05-17 20:21:39 -04007384#: misc/uuidd.c:433
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007385#, c-format
7386msgid "Invalid operation %d\n"
7387msgstr "Ungültige Operation %d\n"
7388
Philipp Thomas37be3822015-05-17 20:21:39 -04007389#: misc/uuidd.c:477 misc/uuidd.c:499
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007390#, c-format
7391msgid "Bad number: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007392msgstr "Ungültige Nummer: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007393
Philipp Thomas37be3822015-05-17 20:21:39 -04007394#: misc/uuidd.c:534 misc/uuidd.c:563
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007395#, c-format
7396msgid "Error calling uuidd daemon (%s): %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007397msgstr "Fehler beim Aufruf des Uuid-Dämons (%s): %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007398
Philipp Thomas37be3822015-05-17 20:21:39 -04007399#: misc/uuidd.c:544
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007400#, c-format
7401msgid "%s and subsequent UUID\n"
7402msgid_plural "%s and subsequent %d UUIDs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007403msgstr[0] "%s und die folgende UUID\n"
7404msgstr[1] "%s und die folgenden %d UUIDs\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007405
Philipp Thomas37be3822015-05-17 20:21:39 -04007406#: misc/uuidd.c:548
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007407msgid "List of UUID's:\n"
7408msgstr "Liste der UUIDs:\n"
7409
Philipp Thomas37be3822015-05-17 20:21:39 -04007410#: misc/uuidd.c:569
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007411#, c-format
7412msgid "Unexpected reply length from server %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007413msgstr "Unerwartete Antwortlänge von Server %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007414
Philipp Thomas37be3822015-05-17 20:21:39 -04007415#: misc/uuidd.c:586
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007416#, c-format
7417msgid "Couldn't kill uuidd running at pid %d: %s\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007418msgstr ""
7419"Der mit Prozess-ID %d laufende uuidd konnte nicht abgeschossen werden: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007420
Philipp Thomas37be3822015-05-17 20:21:39 -04007421#: misc/uuidd.c:592
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007422#, c-format
7423msgid "Killed uuidd running at pid %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007424msgstr "Der mit PID %d laufende uuidd wurde abgeschossen\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007425
7426#: misc/uuidgen.c:32
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007427#, c-format
7428msgid "Usage: %s [-r] [-t]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007429msgstr "Aufruf: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007430
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007431#: resize/extent.c:202
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007432msgid "# Extent dump:\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007433msgstr "# Dump der Erweiterung:\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007434
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007435#: resize/extent.c:203
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007436#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007437msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007438msgstr "#\tAnz=%llu, Größe=%llu, Cursor=%llu, Sortiert=%llu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007439
Theodore Ts'o4e528702016-09-04 21:31:21 -04007440#: resize/main.c:49
Theodore Ts'o89128f82018-01-01 19:36:37 -05007441#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007442msgid ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05007443"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
7444"[-S RAID-stride] [-z undo_file]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007445"\n"
7446msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05007447"Aufruf: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] Gerät [-b|-s|"
7448"neue_Größe] [-z Undo-Datei]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007449"\n"
7450
Theodore Ts'o89128f82018-01-01 19:36:37 -05007451#: resize/main.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007452msgid "Extending the inode table"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007453msgstr "Die Inode-Tabelle wird erweitert"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007454
Theodore Ts'o89128f82018-01-01 19:36:37 -05007455#: resize/main.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007456msgid "Relocating blocks"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007457msgstr "Blöcke werden verschoben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007458
Theodore Ts'o89128f82018-01-01 19:36:37 -05007459#: resize/main.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007460msgid "Scanning inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007461msgstr "Die Inode-Tabelle wird gelesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007462
Theodore Ts'o89128f82018-01-01 19:36:37 -05007463#: resize/main.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007464msgid "Updating inode references"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007465msgstr "Die Inode-Referenzen werden aktualisiert"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007466
Theodore Ts'o89128f82018-01-01 19:36:37 -05007467#: resize/main.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007468msgid "Moving inode table"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007469msgstr "Die Inode-Tabelle wird verschoben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007470
Theodore Ts'o89128f82018-01-01 19:36:37 -05007471#: resize/main.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007472msgid "Unknown pass?!?"
7473msgstr "Unbekannter Durchgang?!?"
7474
Theodore Ts'o89128f82018-01-01 19:36:37 -05007475#: resize/main.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007476#, c-format
7477msgid "Begin pass %d (max = %lu)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007478msgstr "Start von Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007479
Theodore Ts'o89128f82018-01-01 19:36:37 -05007480#: resize/main.c:163
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007481msgid ""
7482"\n"
7483"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
7484"your own risk! Use the force option if you want to go ahead anyway.\n"
7485"\n"
7486msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007487"\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007488"Die Größenveränderung von Bigalloc-Dateisystemen wurde noch nicht "
7489"vollständig\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007490"geprüft. Deswegen handeln Sie auf eigene Gefahr!. Verwenden Sie die Option\n"
7491"„force“, wenn Sie trotzdem fortfahren wollen.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007492
Theodore Ts'o89128f82018-01-01 19:36:37 -05007493#: resize/main.c:366
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007494#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05007495msgid "while opening %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007496msgstr "beim Öffnen von %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05007497
Theodore Ts'o89128f82018-01-01 19:36:37 -05007498#: resize/main.c:374
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007499#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05007500msgid "while getting stat information for %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007501msgstr "beim Abfragen der Statusinformation für %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05007502
Theodore Ts'o89128f82018-01-01 19:36:37 -05007503#: resize/main.c:451
Theodore Ts'o057a1592010-06-07 12:24:21 -04007504#, c-format
7505msgid ""
7506"Please run 'e2fsck -f %s' first.\n"
7507"\n"
7508msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007509"Bitte lassen Sie zuerst „e2fsck -f %s“ laufen.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04007510"\n"
7511
Theodore Ts'o89128f82018-01-01 19:36:37 -05007512#: resize/main.c:470
Philipp Thomas720e6362008-06-21 14:06:00 -04007513#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007514msgid "Estimated minimum size of the filesystem: %llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007515msgstr "Geschätzte minimale Größe des Dateisystems: %llu\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007516
Theodore Ts'o89128f82018-01-01 19:36:37 -05007517#: resize/main.c:507
Philipp Thomas77c871a2010-04-19 16:59:02 -04007518#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007519msgid "Invalid new size: %s\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007520msgstr "Unzulässige neue Größe: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007521
Theodore Ts'o89128f82018-01-01 19:36:37 -05007522#: resize/main.c:526
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007523msgid "New size too large to be expressed in 32 bits\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007524msgstr "Die neue Größe lässt sich nicht mehr mit 32 Bits ausdrücken\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007525
Theodore Ts'o89128f82018-01-01 19:36:37 -05007526#: resize/main.c:534
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007527#, c-format
7528msgid "New size smaller than minimum (%llu)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007529msgstr "Die neue Größe ist kleiner als das Minimum (%llu)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007530
Theodore Ts'o89128f82018-01-01 19:36:37 -05007531#: resize/main.c:540
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007532msgid "Invalid stride length"
Philipp Thomasab02a742014-07-09 23:13:30 -04007533msgstr "Ungültige „Stride“-Länge"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007534
Theodore Ts'o89128f82018-01-01 19:36:37 -05007535#: resize/main.c:564
Philipp Thomasa4edef12011-01-26 18:54:24 -05007536#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007537msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007538"The containing partition (or device) is only %llu (%dk) blocks.\n"
7539"You requested a new size of %llu blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007540"\n"
7541msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04007542"Die sie enthaltende Partition (oder Gerät) ist nur %llu (%dk) Blöcke groß.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007543"Sie wollen %llu Blöcke haben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007544
Theodore Ts'o89128f82018-01-01 19:36:37 -05007545#: resize/main.c:571
Theodore Ts'o4e528702016-09-04 21:31:21 -04007546#, c-format
7547msgid "Cannot set and unset 64bit feature.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007548msgstr "Die 64Bit-Eigenschaft kann weder gesetzt noch zurückgesetzt werden.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007549
Theodore Ts'o89128f82018-01-01 19:36:37 -05007550#: resize/main.c:575
Theodore Ts'o4e528702016-09-04 21:31:21 -04007551#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05007552msgid ""
7553"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
7554"blocks.\n"
7555msgstr ""
7556"Die 64Bit-Eigenschaft kann auf einem Dateisystem, das größer als 2^32 Blöcke "
7557"ist, nicht geändert werden.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007558
Theodore Ts'o89128f82018-01-01 19:36:37 -05007559#: resize/main.c:581
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007560#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007561msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007562msgstr ""
7563"Die 64-Bit-Eigenschaft kann nur bei nicht eingehängten Dateisystemen "
7564"geändert werden.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007565
Theodore Ts'o89128f82018-01-01 19:36:37 -05007566#: resize/main.c:587
Theodore Ts'o4e528702016-09-04 21:31:21 -04007567#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05007568msgid ""
7569"Please enable the extents feature with tune2fs before enabling the 64bit "
7570"feature.\n"
7571msgstr ""
7572"Bitte aktivieren sie Erweiterungen mit tune2fs, bevor sie 64-Bit "
7573"aktivieren.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007574
Theodore Ts'o89128f82018-01-01 19:36:37 -05007575#: resize/main.c:593
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007576#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007577msgid ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007578"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007579"\n"
7580msgstr ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007581"Das Dateisystem ist bereits %llu (%dk) Blöcke lang. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007582"\n"
7583
Theodore Ts'o89128f82018-01-01 19:36:37 -05007584#: resize/main.c:600
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007585#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007586msgid "The filesystem is already 64-bit.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007587msgstr "Das Dateisystem ist bereits 64-bittig.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007588
Theodore Ts'o89128f82018-01-01 19:36:37 -05007589#: resize/main.c:605
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007590#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007591msgid "The filesystem is already 32-bit.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007592msgstr "Das Dateisystem ist bereits 32-bittig.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007593
Theodore Ts'o89128f82018-01-01 19:36:37 -05007594#: resize/main.c:614
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007595#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007596msgid "Converting the filesystem to 64-bit.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007597msgstr "Das Dateisystem wird auf 64-bittig konvertiert.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007598
Theodore Ts'o89128f82018-01-01 19:36:37 -05007599#: resize/main.c:616
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007600#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007601msgid "Converting the filesystem to 32-bit.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007602msgstr "Das Dateisystem wird auf 32-bittig konvertiert.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007603
Theodore Ts'o89128f82018-01-01 19:36:37 -05007604#: resize/main.c:618
Philipp Thomas77c871a2010-04-19 16:59:02 -04007605#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007606msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007607msgstr ""
7608"Die Größe des Dateisystems auf %s wird auf %llu (%dk) Blöcke geändert.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007609
Theodore Ts'o89128f82018-01-01 19:36:37 -05007610#: resize/main.c:627
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007611#, c-format
7612msgid "while trying to resize %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007613msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007614
Theodore Ts'o89128f82018-01-01 19:36:37 -05007615#: resize/main.c:630
Philipp Thomas77c871a2010-04-19 16:59:02 -04007616#, c-format
7617msgid ""
7618"Please run 'e2fsck -fy %s' to fix the filesystem\n"
7619"after the aborted resize operation.\n"
7620msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007621"Bitte lassen Sie „e2fsck -fy %s“ laufen, um das\n"
7622"Dateisystem nach der abgebrochenen Größenänderung\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007623"zu reparieren.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007624
Theodore Ts'o89128f82018-01-01 19:36:37 -05007625#: resize/main.c:636
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007626#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007627msgid ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007628"The filesystem on %s is now %llu (%dk) blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007629"\n"
7630msgstr ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007631"Das Dateisystem auf %s is nun %llu (%dk) Blöcke lang.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007632"\n"
7633
Theodore Ts'o89128f82018-01-01 19:36:37 -05007634#: resize/main.c:651
Philipp Thomas77c871a2010-04-19 16:59:02 -04007635#, c-format
7636msgid "while trying to truncate %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007637msgstr "beim Versuch, %s abzuschneiden"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007638
Theodore Ts'o4e528702016-09-04 21:31:21 -04007639#: resize/online.c:81
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007640msgid "kernel does not support online resize with sparse_super2"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007641msgstr ""
7642"Der Kernel unterstützt die Online-Größenänderung mit sparse_super2 nicht"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007643
Theodore Ts'o4e528702016-09-04 21:31:21 -04007644#: resize/online.c:86
Philipp Thomas720e6362008-06-21 14:06:00 -04007645#, c-format
7646msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007647msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007648"Dateisystem bei %s ist auf %s eingehängt; Online-Größenänderung ist\n"
7649"erforderlich\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007650
Theodore Ts'o4e528702016-09-04 21:31:21 -04007651#: resize/online.c:90
Philipp Thomas3e914b52011-01-24 15:03:41 -05007652msgid "On-line shrinking not supported"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007653msgstr "Online-Schrumpfen wird nicht unterstützt"
Philipp Thomas720e6362008-06-21 14:06:00 -04007654
Theodore Ts'o4e528702016-09-04 21:31:21 -04007655#: resize/online.c:114
Philipp Thomas720e6362008-06-21 14:06:00 -04007656msgid "Filesystem does not support online resizing"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007657msgstr "Das Dateisystem unterstützt die Online-Größenänderung nicht"
Philipp Thomas720e6362008-06-21 14:06:00 -04007658
Theodore Ts'o4e528702016-09-04 21:31:21 -04007659#: resize/online.c:122
Philipp Thomasd0275172013-01-15 23:30:35 -05007660msgid "Not enough reserved gdt blocks for resizing"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007661msgstr "Nicht genug reservierte GDT-Blöcke für die Größenänderung"
Philipp Thomasd0275172013-01-15 23:30:35 -05007662
Theodore Ts'o4e528702016-09-04 21:31:21 -04007663#: resize/online.c:129
Philipp Thomasd0275172013-01-15 23:30:35 -05007664msgid "Kernel does not support resizing a file system this large"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007665msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04007666"Der Kernel unterstützt die Online-Größenänderungen eines so großen\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007667"Dateisystems nicht"
Philipp Thomasd0275172013-01-15 23:30:35 -05007668
Theodore Ts'o4e528702016-09-04 21:31:21 -04007669#: resize/online.c:137
Philipp Thomas68801282008-07-17 11:47:00 -04007670#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04007671msgid "while trying to open mountpoint %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04007672msgstr "beim Versuch, den Einhängepunkt %s zu öffnen"
Philipp Thomas720e6362008-06-21 14:06:00 -04007673
Theodore Ts'o4e528702016-09-04 21:31:21 -04007674#: resize/online.c:142
Philipp Thomasb93349a2014-05-31 13:32:39 -04007675#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007676msgid "Old resize interface requested.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007677msgstr "Die alte Schnittstelle für Größenänderung wurde angefordert.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007678
Theodore Ts'o4e528702016-09-04 21:31:21 -04007679#: resize/online.c:161 resize/online.c:178
Philipp Thomas720e6362008-06-21 14:06:00 -04007680msgid "Permission denied to resize filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04007681msgstr "Die Erlaubnis zum Ändern der Dateisystemgröße wurde verweigert."
Philipp Thomas720e6362008-06-21 14:06:00 -04007682
Theodore Ts'o4e528702016-09-04 21:31:21 -04007683#: resize/online.c:164 resize/online.c:184
Philipp Thomas720e6362008-06-21 14:06:00 -04007684msgid "While checking for on-line resizing support"
Philipp Thomasab02a742014-07-09 23:13:30 -04007685msgstr "Beim Überprüfen der Unterstützung für Online-Größenänderung"
Philipp Thomas720e6362008-06-21 14:06:00 -04007686
Theodore Ts'o4e528702016-09-04 21:31:21 -04007687#: resize/online.c:181
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007688msgid "Kernel does not support online resizing"
Philipp Thomasab02a742014-07-09 23:13:30 -04007689msgstr "Der Kernel bietet keine Unterstützung für eine Online-Größenänderung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007690
Theodore Ts'o4e528702016-09-04 21:31:21 -04007691#: resize/online.c:220
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007692#, c-format
7693msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007694msgstr "Die Größe von %s wird gerade online auf %llu (%dk) Blöcke geändert.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007695
Theodore Ts'o4e528702016-09-04 21:31:21 -04007696#: resize/online.c:230
Philipp Thomas720e6362008-06-21 14:06:00 -04007697msgid "While trying to extend the last group"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007698msgstr "beim Versuch, die letzte Gruppe zu erweitern"
Philipp Thomas720e6362008-06-21 14:06:00 -04007699
Theodore Ts'o4e528702016-09-04 21:31:21 -04007700#: resize/online.c:284
Philipp Thomas68801282008-07-17 11:47:00 -04007701#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04007702msgid "While trying to add group #%d"
Philipp Thomasab02a742014-07-09 23:13:30 -04007703msgstr "beim Versuch, die Gruppe #%d hinzuzufügen"
Philipp Thomas720e6362008-06-21 14:06:00 -04007704
Theodore Ts'o4e528702016-09-04 21:31:21 -04007705#: resize/online.c:295
Philipp Thomasa700f512008-08-29 08:49:57 -04007706#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05007707msgid ""
7708"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7709"this system.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007710msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007711"Das Dateisystem bei %s ist auf %s eingehängt und die Änderung der Größe im\n"
7712"laufenden System wird auf diesem System nicht unterstützt.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007713
Theodore Ts'o4e528702016-09-04 21:31:21 -04007714#: resize/resize2fs.c:759
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007715#, c-format
7716msgid "inodes (%llu) must be less than %u"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007717msgstr "Die Inodes (%llu) müssen unter %u liegen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007718
Theodore Ts'o4e528702016-09-04 21:31:21 -04007719#: resize/resize2fs.c:1037
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007720msgid "reserved blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007721msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007722
Theodore Ts'o4e528702016-09-04 21:31:21 -04007723#: resize/resize2fs.c:1281
Theodore Ts'obc759702005-05-09 20:40:55 -04007724msgid "meta-data blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007725msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007726
Theodore Ts'o4e528702016-09-04 21:31:21 -04007727#: resize/resize2fs.c:1385 resize/resize2fs.c:2317
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007728msgid "new meta blocks"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007729msgstr "neue Metadaten-Blöcke"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007730
Theodore Ts'o4e528702016-09-04 21:31:21 -04007731#: resize/resize2fs.c:2540
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007732msgid "Should never happen! No sb in last super_sparse bg?\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007733msgstr "Dies sollte nie geschehen! Kein sb im letzten super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007734
Theodore Ts'o4e528702016-09-04 21:31:21 -04007735#: resize/resize2fs.c:2545
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007736msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007737msgstr "Dies sollte nie geschehen! Unerwartete old_desc in super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007738
Theodore Ts'o4e528702016-09-04 21:31:21 -04007739#: resize/resize2fs.c:2618
Theodore Ts'obc759702005-05-09 20:40:55 -04007740msgid "Should never happen: resize inode corrupt!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007741msgstr "Dies sollte nie geschehen: Der Größenänderungs-Inode ist defekt!\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05007742
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007743#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o89128f82018-01-01 19:36:37 -05007744#, fuzzy
Theodore Ts'o146649c2018-02-08 23:39:22 -05007745msgid "EXT2FS Library version 1.43.9"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007746msgstr "EXT2FS-Bibliothek, Version 1.43.5"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007747
7748#: lib/ext2fs/ext2_err.c:12
7749msgid "Wrong magic number for ext2_filsys structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007750msgstr "Falsche magische Zahl für eine ext2_filesys-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007751
7752#: lib/ext2fs/ext2_err.c:13
7753msgid "Wrong magic number for badblocks_list structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007754msgstr "Falsche magische Zahl für eine badblocks_list-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007755
7756#: lib/ext2fs/ext2_err.c:14
7757msgid "Wrong magic number for badblocks_iterate structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007758msgstr "Falsche magische Zahl für eine badblocks_iterate-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007759
7760#: lib/ext2fs/ext2_err.c:15
7761msgid "Wrong magic number for inode_scan structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007762msgstr "Falsche magische Zahl für eine inode_scan-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007763
7764#: lib/ext2fs/ext2_err.c:16
7765msgid "Wrong magic number for io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007766msgstr "Falsche magische Zahl für eine io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007767
7768#: lib/ext2fs/ext2_err.c:17
7769msgid "Wrong magic number for unix io_channel structure"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007770msgstr "Falsche magische Zahl für eine Unix io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007771
7772#: lib/ext2fs/ext2_err.c:18
7773msgid "Wrong magic number for io_manager structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007774msgstr "Falsche magische Zahl für eine io_manager-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007775
7776#: lib/ext2fs/ext2_err.c:19
7777msgid "Wrong magic number for block_bitmap structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007778msgstr "Falsche magische Zahl für eine block_bitmap-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007779
7780#: lib/ext2fs/ext2_err.c:20
7781msgid "Wrong magic number for inode_bitmap structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007782msgstr "Falsche magische Zahl für eine inode_bitmap-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007783
7784#: lib/ext2fs/ext2_err.c:21
7785msgid "Wrong magic number for generic_bitmap structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007786msgstr "Falsche magische Zahl für eine generic_bitmap-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007787
7788#: lib/ext2fs/ext2_err.c:22
7789msgid "Wrong magic number for test io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007790msgstr "Falsche magische Zahl für eine test-io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007791
7792#: lib/ext2fs/ext2_err.c:23
7793msgid "Wrong magic number for directory block list structure"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007794msgstr ""
7795"Falsche magische Zahl für eine Struktur für die Liste der Verzeichnisblöcke"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007796
7797#: lib/ext2fs/ext2_err.c:24
7798msgid "Wrong magic number for icount structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007799msgstr "Falsche magische Zahl für eine icount-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007800
7801#: lib/ext2fs/ext2_err.c:25
7802msgid "Wrong magic number for Powerquest io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007803msgstr "Falsche magische Zahl für eine io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007804
7805#: lib/ext2fs/ext2_err.c:26
7806msgid "Wrong magic number for ext2 file structure"
Philipp Thomasab02a742014-07-09 23:13:30 -04007807msgstr "Falsche magische Zahl für eine Ext2-Datei-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007808
7809#: lib/ext2fs/ext2_err.c:27
7810msgid "Wrong magic number for Ext2 Image Header"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007811msgstr "Falsche magische Zahl für einen Ext2-Abbild-Kopf"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007812
7813#: lib/ext2fs/ext2_err.c:28
7814msgid "Wrong magic number for inode io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007815msgstr "Falsche magische Zahl für eine Struktur des Inode-io_channels"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007816
7817#: lib/ext2fs/ext2_err.c:29
7818msgid "Wrong magic number for ext4 extent handle"
Philipp Thomasab02a742014-07-09 23:13:30 -04007819msgstr "Falsche magische Zahl für eine Ext4-Erweiterungshandle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007820
7821#: lib/ext2fs/ext2_err.c:30
7822msgid "Bad magic number in super-block"
7823msgstr "Ungültige magische Zahl im Superblock"
7824
7825#: lib/ext2fs/ext2_err.c:31
7826msgid "Filesystem revision too high"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007827msgstr "Die Dateisystemversion ist zu hoch"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007828
7829#: lib/ext2fs/ext2_err.c:32
7830msgid "Attempt to write to filesystem opened read-only"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007831msgstr ""
7832"Dies ist ein Versuch, auf ein nur-lesbar geöffnetes Dateisystem zu schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007833
7834#: lib/ext2fs/ext2_err.c:33
7835msgid "Can't read group descriptors"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007836msgstr "Die Gruppendeskriptoren konnten nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007837
7838#: lib/ext2fs/ext2_err.c:34
7839msgid "Can't write group descriptors"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007840msgstr "Die Gruppendeskriptoren konnten nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007841
7842#: lib/ext2fs/ext2_err.c:35
7843msgid "Corrupt group descriptor: bad block for block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007844msgstr "Defekter Gruppendeskriptor: defekter Block für die Block-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007845
7846#: lib/ext2fs/ext2_err.c:36
7847msgid "Corrupt group descriptor: bad block for inode bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007848msgstr "Defekter Gruppendeskriptor: defekter Block für die Inode-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007849
7850#: lib/ext2fs/ext2_err.c:37
7851msgid "Corrupt group descriptor: bad block for inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007852msgstr "Defekter Gruppendeskriptor: defekter Block für die Inode-Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007853
7854#: lib/ext2fs/ext2_err.c:38
7855msgid "Can't write an inode bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04007856msgstr "Eine Inode-Bitmap konnte nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007857
7858#: lib/ext2fs/ext2_err.c:39
7859msgid "Can't read an inode bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007860msgstr "Eine Inode-Bitmap konnte nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007861
7862#: lib/ext2fs/ext2_err.c:40
Darrick J. Wong580d8a02013-10-07 09:20:28 -04007863msgid "Can't write a block bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04007864msgstr "Eine Block-Bitmap konnte nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007865
7866#: lib/ext2fs/ext2_err.c:41
Darrick J. Wongba0230f2013-12-12 12:41:58 -05007867msgid "Can't read a block bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04007868msgstr "Eine Block-Bitmap konnte nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007869
7870#: lib/ext2fs/ext2_err.c:42
7871msgid "Can't write an inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007872msgstr "Eine Inode-Tabelle konnte nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007873
7874#: lib/ext2fs/ext2_err.c:43
7875msgid "Can't read an inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007876msgstr "Eine Inode-Tabelle konnte nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007877
7878#: lib/ext2fs/ext2_err.c:44
7879msgid "Can't read next inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04007880msgstr "Der nächste Inode kann nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007881
7882#: lib/ext2fs/ext2_err.c:45
7883msgid "Filesystem has unexpected block size"
7884msgstr "Das Dateisystem hat eine unerwartete Blockgröße"
7885
7886#: lib/ext2fs/ext2_err.c:46
7887msgid "EXT2 directory corrupted"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007888msgstr "Das Ext2-Verzeichnis ist defekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007889
7890#: lib/ext2fs/ext2_err.c:47
7891msgid "Attempt to read block from filesystem resulted in short read"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007892msgstr ""
7893"Der Versuch, einen Block vom Dateisystem zu lesen, endete in kurzem Lesen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007894
7895#: lib/ext2fs/ext2_err.c:48
7896msgid "Attempt to write block to filesystem resulted in short write"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007897msgstr ""
7898"Der Versuch, einen Block auf das Dateisystem zu schreiben, endete in kurzem "
7899"Schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007900
7901#: lib/ext2fs/ext2_err.c:49
7902msgid "No free space in the directory"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007903msgstr "Kein freier Platz im Verzeichnis"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007904
7905#: lib/ext2fs/ext2_err.c:50
7906msgid "Inode bitmap not loaded"
Philipp Thomasab02a742014-07-09 23:13:30 -04007907msgstr "die Inode-Bitmap wurde nicht geladen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007908
7909#: lib/ext2fs/ext2_err.c:51
7910msgid "Block bitmap not loaded"
Philipp Thomasab02a742014-07-09 23:13:30 -04007911msgstr "die Block-Bitmap wurde nicht geladen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007912
7913#: lib/ext2fs/ext2_err.c:52
7914msgid "Illegal inode number"
Philipp Thomasab02a742014-07-09 23:13:30 -04007915msgstr "Ungültige Inode-Nummer"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007916
7917#: lib/ext2fs/ext2_err.c:53
7918msgid "Illegal block number"
Philipp Thomasab02a742014-07-09 23:13:30 -04007919msgstr "Ungültige Blockzahl"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007920
7921#: lib/ext2fs/ext2_err.c:54
7922msgid "Internal error in ext2fs_expand_dir"
7923msgstr "Interner Fehler in ext2fs_expand_dir"
7924
7925#: lib/ext2fs/ext2_err.c:55
7926msgid "Not enough space to build proposed filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04007927msgstr "Nicht genug Platz, um das vorgeschlagene Dateisystem zu bauen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007928
7929#: lib/ext2fs/ext2_err.c:56
7930msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007931msgstr ""
7932"Es wurde eine ungültige Blocknummer an ext2fs_mark_block_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007933
7934#: lib/ext2fs/ext2_err.c:57
7935msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007936msgstr ""
7937"Es wurde eine ungültige Blocknummer an ext2fs_unmark_block_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007938
7939#: lib/ext2fs/ext2_err.c:58
7940msgid "Illegal block number passed to ext2fs_test_block_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007941msgstr ""
7942"Es wurde eine ungültige Blocknummer an ext2fs_test_block_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007943
7944#: lib/ext2fs/ext2_err.c:59
7945msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007946msgstr ""
7947"Es wurde eine ungültige Inode-Nummer an ext2fs_mark_inode_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007948
7949#: lib/ext2fs/ext2_err.c:60
7950msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007951msgstr ""
7952"Es wurde eine ungültige Inode-Nummer an ext2fs_unmark_inode_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007953
7954#: lib/ext2fs/ext2_err.c:61
7955msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007956msgstr ""
7957"Es wurde eine ungültige Inode-Nummer an ext2fs_test_inode_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007958
7959#: lib/ext2fs/ext2_err.c:62
7960msgid "Attempt to fudge end of block bitmap past the real end"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007961msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007962"Es wird versucht, das Ende der Block-Bitmap jenseits des wirklichen Endes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007963"zu platzieren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007964
7965#: lib/ext2fs/ext2_err.c:63
7966msgid "Attempt to fudge end of inode bitmap past the real end"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007967msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007968"Es wird versucht, das Ende der Inode-Bitmap jenseits des wirklichen Endes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007969"zu platzieren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007970
7971#: lib/ext2fs/ext2_err.c:64
7972msgid "Illegal indirect block found"
Philipp Thomasab02a742014-07-09 23:13:30 -04007973msgstr "Es wurde ein ungültiger indirekter Block gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007974
7975#: lib/ext2fs/ext2_err.c:65
7976msgid "Illegal doubly indirect block found"
Philipp Thomasab02a742014-07-09 23:13:30 -04007977msgstr "Es wurde ein ungültiger doppelt indirekter Block gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007978
7979#: lib/ext2fs/ext2_err.c:66
7980msgid "Illegal triply indirect block found"
Philipp Thomasab02a742014-07-09 23:13:30 -04007981msgstr "Es wurde ein ungültiger dreifach indirekter Block gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007982
7983#: lib/ext2fs/ext2_err.c:67
7984msgid "Block bitmaps are not the same"
Philipp Thomasab02a742014-07-09 23:13:30 -04007985msgstr "Die Block-Bitmaps sind nicht identisch"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007986
7987#: lib/ext2fs/ext2_err.c:68
7988msgid "Inode bitmaps are not the same"
Philipp Thomasab02a742014-07-09 23:13:30 -04007989msgstr "Die Inode-Bitmaps sind nicht identisch"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007990
7991#: lib/ext2fs/ext2_err.c:69
7992msgid "Illegal or malformed device name"
Philipp Thomasab02a742014-07-09 23:13:30 -04007993msgstr "Ungültiger oder fehlerhafter Gerätename"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007994
7995#: lib/ext2fs/ext2_err.c:70
7996msgid "A block group is missing an inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007997msgstr "Einer Blockgruppe fehlt eine Inode-Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007998
7999#: lib/ext2fs/ext2_err.c:71
8000msgid "The ext2 superblock is corrupt"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008001msgstr "Der Ext2-Superblock ist defekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008002
8003#: lib/ext2fs/ext2_err.c:72
8004msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008005msgstr ""
8006"Eine unzulässige generische Bitnummer wurde an ext2fs_mark_generic_bitmap "
8007"übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008008
8009#: lib/ext2fs/ext2_err.c:73
8010msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008011msgstr ""
8012"Eine unzulässige generische Bitnummer wurde an ext2fs_unmark_generic_bitmap "
8013"übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008014
8015#: lib/ext2fs/ext2_err.c:74
8016msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008017msgstr ""
8018"Eine unzulässige generische Bitnummer wurde an ext2fs_test_generic_bitmap "
8019"übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008020
8021#: lib/ext2fs/ext2_err.c:75
8022msgid "Too many symbolic links encountered."
Philipp Thomasab02a742014-07-09 23:13:30 -04008023msgstr "Es wurden zu viele symbolische Verknüpfungen gefunden."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008024
8025#: lib/ext2fs/ext2_err.c:76
8026msgid "The callback function will not handle this case"
Philipp Thomasab02a742014-07-09 23:13:30 -04008027msgstr "Die Callback-Funktion kann diesen Fall nicht handhaben."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008028
8029#: lib/ext2fs/ext2_err.c:77
8030msgid "The inode is from a bad block in the inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04008031msgstr "Der Inode kommt von einem beschädigten Block in der Inode-Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008032
8033#: lib/ext2fs/ext2_err.c:78
8034msgid "Filesystem has unsupported feature(s)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008035msgstr "Das Dateisystem besitzt nicht unterstützte Eigenschaft(en)"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008036
8037#: lib/ext2fs/ext2_err.c:79
8038msgid "Filesystem has unsupported read-only feature(s)"
Philipp Thomasab02a742014-07-09 23:13:30 -04008039msgstr "Das Dateisystem besitzt nicht unterstützte Nur-Lesen-Eigenschaft(en):"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008040
8041#: lib/ext2fs/ext2_err.c:80
8042msgid "IO Channel failed to seek on read or write"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008043msgstr "Der EA-Kanal hat nicht positioniert beim Lesen oder Schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008044
8045#: lib/ext2fs/ext2_err.c:81
8046msgid "Memory allocation failed"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008047msgstr "Die Reservierung von Speicher schlug fehl"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008048
8049#: lib/ext2fs/ext2_err.c:82
8050msgid "Invalid argument passed to ext2 library"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008051msgstr "Ein ungültiges Argument wurde an die Ext2-Bibliothek übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008052
8053#: lib/ext2fs/ext2_err.c:83
8054msgid "Could not allocate block in ext2 filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04008055msgstr "Im Ext2-Dateisystem konnte kein Block angefordert werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008056
8057#: lib/ext2fs/ext2_err.c:84
8058msgid "Could not allocate inode in ext2 filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04008059msgstr "Im Ext2-Dateisystem konnte kein Inode angefordert werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008060
8061#: lib/ext2fs/ext2_err.c:85
8062msgid "Ext2 inode is not a directory"
Philipp Thomasab02a742014-07-09 23:13:30 -04008063msgstr "Der Ext2-Inode weist nicht auf ein Verzeichnis"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008064
8065#: lib/ext2fs/ext2_err.c:86
8066msgid "Too many references in table"
Philipp Thomasab02a742014-07-09 23:13:30 -04008067msgstr "Zu viele Referenzen in der Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008068
8069#: lib/ext2fs/ext2_err.c:87
8070msgid "File not found by ext2_lookup"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008071msgstr "Die Datei wurde von ext2_lookup nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008072
8073#: lib/ext2fs/ext2_err.c:88
8074msgid "File open read-only"
Philipp Thomasab02a742014-07-09 23:13:30 -04008075msgstr "Die Datei wurde nur-lesbar geöffnet"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008076
8077#: lib/ext2fs/ext2_err.c:89
8078msgid "Ext2 directory block not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008079msgstr "Der Verzeichnisblock des ext2-Dateisystems wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008080
8081#: lib/ext2fs/ext2_err.c:90
8082msgid "Ext2 directory already exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008083msgstr "Das Ext2-Verzeichnis existiert bereits"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008084
8085#: lib/ext2fs/ext2_err.c:91
8086msgid "Unimplemented ext2 library function"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008087msgstr "Nicht implementierte Ext2-Bibliotheksfunktion"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008088
8089#: lib/ext2fs/ext2_err.c:92
8090msgid "User cancel requested"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008091msgstr "Der Benutzer hat abgebrochen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008092
8093#: lib/ext2fs/ext2_err.c:93
8094msgid "Ext2 file too big"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008095msgstr "Die Ext2-Datei ist zu groß"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008096
8097#: lib/ext2fs/ext2_err.c:94
8098msgid "Supplied journal device not a block device"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008099msgstr "Das angegebene Journalgerät ist kein blockorientiertes Gerät"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008100
8101#: lib/ext2fs/ext2_err.c:95
8102msgid "Journal superblock not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008103msgstr "Der Journal-Superblock wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008104
8105#: lib/ext2fs/ext2_err.c:96
8106msgid "Journal must be at least 1024 blocks"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008107msgstr "Das Journal muß mindestens 1024 Blöcke groß sein"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008108
8109#: lib/ext2fs/ext2_err.c:97
8110msgid "Unsupported journal version"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008111msgstr "Nicht unterstützte Journalversion"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008112
8113#: lib/ext2fs/ext2_err.c:98
8114msgid "Error loading external journal"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008115msgstr "Fehler beim Laden des externen Journals"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008116
8117#: lib/ext2fs/ext2_err.c:99
8118msgid "Journal not found"
Philipp Thomasab02a742014-07-09 23:13:30 -04008119msgstr "Das Journal wurde nicht gefunden."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008120
8121#: lib/ext2fs/ext2_err.c:100
8122msgid "Directory hash unsupported"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008123msgstr "Verzeichnishashes werden nicht unterstützt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008124
8125#: lib/ext2fs/ext2_err.c:101
8126msgid "Illegal extended attribute block number"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008127msgstr "Die Nummer des Blocks für erweiterte Attribute ist unzulässig"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008128
8129#: lib/ext2fs/ext2_err.c:102
8130msgid "Cannot create filesystem with requested number of inodes"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008131msgstr ""
8132"Ein Dateisystem mit der gewünschten Anzahl Inodes kann nicht erzeugt werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008133
8134#: lib/ext2fs/ext2_err.c:103
8135msgid "E2image snapshot not in use"
Philipp Thomasab02a742014-07-09 23:13:30 -04008136msgstr "Der E2image-Schnappschuss wird nicht verwendet"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008137
8138#: lib/ext2fs/ext2_err.c:104
8139msgid "Too many reserved group descriptor blocks"
Philipp Thomasab02a742014-07-09 23:13:30 -04008140msgstr "Zu viele reservierte Blöcke für Gruppen-Deskriptoren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008141
8142#: lib/ext2fs/ext2_err.c:105
8143msgid "Resize inode is corrupt"
Philipp Thomasab02a742014-07-09 23:13:30 -04008144msgstr "Der Größenänderungs-Inode ist defekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008145
8146#: lib/ext2fs/ext2_err.c:106
8147msgid "Tried to set block bmap with missing indirect block"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008148msgstr ""
8149"Es wurde versucht, eine Block-Bitmap mit fehlendem indirektem Block zu "
8150"schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008151
8152#: lib/ext2fs/ext2_err.c:107
8153msgid "TDB: Success"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008154msgstr "TDB: Erfolg"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008155
8156#: lib/ext2fs/ext2_err.c:108
8157msgid "TDB: Corrupt database"
Philipp Thomasab02a742014-07-09 23:13:30 -04008158msgstr "TDB: Datenbank ist beschädigt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008159
8160#: lib/ext2fs/ext2_err.c:109
8161msgid "TDB: IO Error"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008162msgstr "TDB: EA-Fehler"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008163
8164#: lib/ext2fs/ext2_err.c:110
8165msgid "TDB: Locking error"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008166msgstr "TDB: Fehler beim Sperren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008167
8168#: lib/ext2fs/ext2_err.c:111
8169msgid "TDB: Out of memory"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008170msgstr "TDB: Hauptspeicher erschöpft"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008171
8172#: lib/ext2fs/ext2_err.c:112
8173msgid "TDB: Record exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008174msgstr "TDB: Datensatz existiert bereits"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008175
8176#: lib/ext2fs/ext2_err.c:113
8177msgid "TDB: Lock exists on other keys"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008178msgstr "TDB: Die Sperre existiert schon auf anderen Schlüsseln"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008179
8180#: lib/ext2fs/ext2_err.c:114
8181msgid "TDB: Invalid parameter"
8182msgstr "TDB: Ungültiger Parameter"
8183
8184#: lib/ext2fs/ext2_err.c:115
8185msgid "TDB: Record does not exist"
Philipp Thomasab02a742014-07-09 23:13:30 -04008186msgstr "TDB: Der Datensatz existiert nicht"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008187
8188#: lib/ext2fs/ext2_err.c:116
8189msgid "TDB: Write not permitted"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008190msgstr "TDB: Schreiben ist nicht zulässig"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008191
8192#: lib/ext2fs/ext2_err.c:117
8193msgid "Ext2fs directory block list is empty"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008194msgstr "Die Liste der Ext2fs-Verzeichnisblöcke ist leer"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008195
8196#: lib/ext2fs/ext2_err.c:118
8197msgid "Attempt to modify a block mapping via a read-only block iterator"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008198msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05008199"Es wird versucht, eine Blockzuweisung über einen nur-lesbaren Blockiterator "
8200"zu\n"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008201"ändern"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008202
8203#: lib/ext2fs/ext2_err.c:119
8204msgid "Wrong magic number for ext4 extent saved path"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008205msgstr "Falsche magische Zahl für einen gespeicherten Pfad zu ext4-Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008206
8207#: lib/ext2fs/ext2_err.c:120
8208msgid "Wrong magic number for 64-bit generic bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008209msgstr "Falsche magische Zahl für eine generische 64-Bit-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008210
8211#: lib/ext2fs/ext2_err.c:121
8212msgid "Wrong magic number for 64-bit block bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008213msgstr "Falsche magische Zahl für eine 64-Bit-Block-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008214
8215#: lib/ext2fs/ext2_err.c:122
8216msgid "Wrong magic number for 64-bit inode bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008217msgstr "Falsche magische Zahl für eine 64-Bit-Inode-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008218
8219#: lib/ext2fs/ext2_err.c:123
8220msgid "Wrong magic number --- RESERVED_13"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008221msgstr "Falsche magische Zahl --- RESERVED_13"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008222
8223#: lib/ext2fs/ext2_err.c:124
8224msgid "Wrong magic number --- RESERVED_14"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008225msgstr "Falsche magische Zahl --- RESERVED_14"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008226
8227#: lib/ext2fs/ext2_err.c:125
8228msgid "Wrong magic number --- RESERVED_15"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008229msgstr "Falsche magische Zahl --- RESERVED_15"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008230
8231#: lib/ext2fs/ext2_err.c:126
8232msgid "Wrong magic number --- RESERVED_16"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008233msgstr "Falsche magische Zahl --- RESERVED_16"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008234
8235#: lib/ext2fs/ext2_err.c:127
8236msgid "Wrong magic number --- RESERVED_17"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008237msgstr "Falsche magische Zahl --- RESERVED_17"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008238
8239#: lib/ext2fs/ext2_err.c:128
8240msgid "Wrong magic number --- RESERVED_18"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008241msgstr "Falsche magische Zahl --- RESERVED_18"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008242
8243#: lib/ext2fs/ext2_err.c:129
8244msgid "Wrong magic number --- RESERVED_19"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008245msgstr "Falsche magische Zahl --- RESERVED_19"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008246
8247#: lib/ext2fs/ext2_err.c:130
8248msgid "Corrupt extent header"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008249msgstr "Defekter Kopf einer Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008250
8251#: lib/ext2fs/ext2_err.c:131
8252msgid "Corrupt extent index"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008253msgstr "Beschädigter Erweiterungsindex"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008254
8255#: lib/ext2fs/ext2_err.c:132
8256msgid "Corrupt extent"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008257msgstr "Beschädigte Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008258
8259#: lib/ext2fs/ext2_err.c:133
8260msgid "No free space in extent map"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008261msgstr "Es ist kein freier Platz in der Karte der Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008262
8263#: lib/ext2fs/ext2_err.c:134
8264msgid "Inode does not use extents"
Philipp Thomasab02a742014-07-09 23:13:30 -04008265msgstr "Der Inode verwendet keine Erweiterungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008266
8267#: lib/ext2fs/ext2_err.c:135
8268msgid "No 'next' extent"
8269msgstr "Keine „nächste“ Erweiterung"
8270
8271#: lib/ext2fs/ext2_err.c:136
8272msgid "No 'previous' extent"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008273msgstr "Keine „vorherige“ Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008274
8275#: lib/ext2fs/ext2_err.c:137
8276msgid "No 'up' extent"
Philipp Thomasab02a742014-07-09 23:13:30 -04008277msgstr "Keine „obere“ Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008278
8279#: lib/ext2fs/ext2_err.c:138
8280msgid "No 'down' extent"
Philipp Thomasab02a742014-07-09 23:13:30 -04008281msgstr "Keine „untere“ Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008282
8283#: lib/ext2fs/ext2_err.c:139
8284msgid "No current node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008285msgstr "Kein aktueller Knoten"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008286
8287#: lib/ext2fs/ext2_err.c:140
8288msgid "Ext2fs operation not supported"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008289msgstr "Diese Ext2fs-Operation wird nicht unterstẗzt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008290
8291#: lib/ext2fs/ext2_err.c:141
8292msgid "No room to insert extent in node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008293msgstr "Es gibt keinen Platz, um die Erweiterung in den Knoten einzufügen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008294
8295#: lib/ext2fs/ext2_err.c:142
8296msgid "Splitting would result in empty node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008297msgstr "Die Aufteilung würde zu einem leeren Knoten führen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008298
8299#: lib/ext2fs/ext2_err.c:143
8300msgid "Extent not found"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008301msgstr "Die Erweiterung wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008302
8303#: lib/ext2fs/ext2_err.c:144
8304msgid "Operation not supported for inodes containing extents"
Philipp Thomasab02a742014-07-09 23:13:30 -04008305msgstr "Die Operation wird für Inodes mit Erweiterungen nicht unterstüẗzt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008306
8307#: lib/ext2fs/ext2_err.c:145
8308msgid "Extent length is invalid"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008309msgstr "Die Länge der Erweiterung in ungültig"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008310
8311#: lib/ext2fs/ext2_err.c:146
8312msgid "I/O Channel does not support 64-bit block numbers"
Philipp Thomasab02a742014-07-09 23:13:30 -04008313msgstr "Der EA-Kanal unterstützt keine 64-Bit-Blocknummern"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008314
8315#: lib/ext2fs/ext2_err.c:147
8316msgid "Can't check if filesystem is mounted due to missing mtab file"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008317msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05008318"Wegen des Fehlens von /etc/mtab kann nicht geprüft werden, ob das "
8319"Dateisystem\n"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008320"eingehängt ist"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008321
8322#: lib/ext2fs/ext2_err.c:148
8323msgid "Filesystem too large to use legacy bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04008324msgstr "Das Dateisystem ist zu groß, um die veralteten Bitmaps zu verwenden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008325
8326#: lib/ext2fs/ext2_err.c:149
8327msgid "MMP: invalid magic number"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008328msgstr "MMP: fehlende magische Zahl"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008329
8330#: lib/ext2fs/ext2_err.c:150
8331msgid "MMP: device currently active"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008332msgstr "MMP: das Gerät ist derzeit aktiv"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008333
8334#: lib/ext2fs/ext2_err.c:151
8335msgid "MMP: fsck being run"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008336msgstr "MMP: fsck läuft derzeit"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008337
8338#: lib/ext2fs/ext2_err.c:152
8339msgid "MMP: block number beyond filesystem range"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008340msgstr "MMP: die Blocknummer ist jenseits der Dateisystemgrenzen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008341
8342#: lib/ext2fs/ext2_err.c:153
8343msgid "MMP: undergoing an unknown operation"
Philipp Thomasab02a742014-07-09 23:13:30 -04008344msgstr "MMP: eine unbekannte Operation wird durchgeführt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008345
8346#: lib/ext2fs/ext2_err.c:154
8347msgid "MMP: filesystem still in use"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008348msgstr "MMP: das Dateisystem wird immer noch verwendet"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008349
8350#: lib/ext2fs/ext2_err.c:155
8351msgid "MMP: open with O_DIRECT failed"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008352msgstr "MMP: öffnen mit O_DIRECT ist gescheitert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008353
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008354#: lib/ext2fs/ext2_err.c:156
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008355msgid "Block group descriptor size incorrect"
Philipp Thomasab02a742014-07-09 23:13:30 -04008356msgstr "Die Größe des „Blockgruppen-Deskriptors“ ist unzulässig"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008357
8358#: lib/ext2fs/ext2_err.c:157
8359msgid "Inode checksum does not match inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04008360msgstr "Die Prüfsumme des Inodes passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008361
8362#: lib/ext2fs/ext2_err.c:158
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008363msgid "Inode bitmap checksum does not match bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008364msgstr "Die Prüfsumme der Inode-Bitmap passt nicht zur Bitmap"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008365
8366#: lib/ext2fs/ext2_err.c:159
8367msgid "Extent block checksum does not match extent block"
Philipp Thomasab02a742014-07-09 23:13:30 -04008368msgstr "Die Prüfsumme des Erweiterungsblocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008369
8370#: lib/ext2fs/ext2_err.c:160
8371msgid "Directory block does not have space for checksum"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008372msgstr "Der Verzeichnisblock hat keinen Platz für eine Prüfsumme"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008373
8374#: lib/ext2fs/ext2_err.c:161
8375msgid "Directory block checksum does not match directory block"
Philipp Thomasab02a742014-07-09 23:13:30 -04008376msgstr "Die Prüfsumme des Verzeichnisblocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008377
8378#: lib/ext2fs/ext2_err.c:162
8379msgid "Extended attribute block checksum does not match block"
Philipp Thomasab02a742014-07-09 23:13:30 -04008380msgstr "Die Prüfsumme des Blocks für erweiterte Attribute passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008381
8382#: lib/ext2fs/ext2_err.c:163
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008383msgid "Superblock checksum does not match superblock"
Philipp Thomasab02a742014-07-09 23:13:30 -04008384msgstr "Die Prüfsumme des Superblocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008385
8386#: lib/ext2fs/ext2_err.c:164
8387msgid "Unknown checksum algorithm"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008388msgstr "Unbekannter Prüfsummenalgorithmus"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008389
8390#: lib/ext2fs/ext2_err.c:165
8391msgid "MMP block checksum does not match MMP block"
Philipp Thomasab02a742014-07-09 23:13:30 -04008392msgstr "Die Prüfsumme des MMP-Blocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008393
8394#: lib/ext2fs/ext2_err.c:166
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008395msgid "Ext2 file already exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008396msgstr "Die Ext2-Datei existiert bereits"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008397
Theodore Ts'o4e528702016-09-04 21:31:21 -04008398#: lib/ext2fs/ext2_err.c:167
Theodore Ts'o4e528702016-09-04 21:31:21 -04008399msgid "Block bitmap checksum does not match bitmap"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008400msgstr "Die Prüfsumme der Block-Bitmap passt nicht zur Bitmap"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008401
8402#: lib/ext2fs/ext2_err.c:168
8403msgid "Cannot iterate data blocks of an inode containing inline data"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008404msgstr ""
8405"Iterieren von Datenblöcken eines Inodes, das Inlinedaten enthält, ist nicht "
8406"möglich"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008407
8408#: lib/ext2fs/ext2_err.c:169
8409msgid "Extended attribute has an invalid name length"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008410msgstr "Das erweiterte Attribut hat eine ungültige Namenslänge"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008411
8412#: lib/ext2fs/ext2_err.c:170
8413msgid "Extended attribute has an invalid value length"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008414msgstr "Das erweiterte Attribut hat eine ungültige Wertlänge"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008415
8416#: lib/ext2fs/ext2_err.c:171
Theodore Ts'o4e528702016-09-04 21:31:21 -04008417msgid "Extended attribute has an incorrect hash"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008418msgstr "Das erweiterte Attribut hat einen ungültigen Hashwert"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008419
8420#: lib/ext2fs/ext2_err.c:172
Theodore Ts'o4e528702016-09-04 21:31:21 -04008421msgid "Extended attribute block has a bad header"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008422msgstr "Das erweiterte Attribut hat einen ungültigen Vorspann"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008423
8424#: lib/ext2fs/ext2_err.c:173
Theodore Ts'o4e528702016-09-04 21:31:21 -04008425msgid "Extended attribute key not found"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008426msgstr "Der Schlüssel des erweiterten Attributs ist unauffindbar"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008427
8428#: lib/ext2fs/ext2_err.c:174
8429msgid "Insufficient space to store extended attribute data"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008430msgstr ""
8431"Der zur Verfügung stehende Platz reicht nicht aus, um die Daten des "
8432"erweiterten Attributes zu speichern"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008433
8434#: lib/ext2fs/ext2_err.c:175
8435msgid "Filesystem is missing ext_attr or inline_data feature"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008436msgstr "Dem Dateisystem fehlen die ext_attr oder das inline_data Eigenschaft"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008437
8438#: lib/ext2fs/ext2_err.c:176
Theodore Ts'o4e528702016-09-04 21:31:21 -04008439msgid "Inode doesn't have inline data"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008440msgstr "Der Inode verwendet keine Inline-Daten"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008441
8442#: lib/ext2fs/ext2_err.c:177
8443msgid "No block for an inode with inline data"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008444msgstr "Kein Block für eine Inode mit Inline-Daten"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008445
8446#: lib/ext2fs/ext2_err.c:178
Theodore Ts'o4e528702016-09-04 21:31:21 -04008447msgid "No free space in inline data"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008448msgstr "Es ist kein freier Platz in den Inline-Daten"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008449
8450#: lib/ext2fs/ext2_err.c:179
Theodore Ts'o4e528702016-09-04 21:31:21 -04008451msgid "Wrong magic number for extended attribute structure"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008452msgstr "Falsche magische Zahl für eine Struktur für erweiterte Attribute"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008453
8454#: lib/ext2fs/ext2_err.c:180
8455msgid "Inode seems to contain garbage"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008456msgstr "Die Inode scheint Müll zu enthalten"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008457
8458#: lib/ext2fs/ext2_err.c:181
8459msgid "Extended attribute has an invalid value offset"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008460msgstr "Das erweiterte Attribut hat einen ungültigen Wertabstand"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008461
8462#: lib/ext2fs/ext2_err.c:182
8463msgid "Journal flags inconsistent"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008464msgstr "Die Journalkennungen sind inkonsistent"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008465
8466#: lib/ext2fs/ext2_err.c:183
Theodore Ts'o4e528702016-09-04 21:31:21 -04008467msgid "Undo file corrupt"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008468msgstr "Die Undo-Datei ist defekt"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008469
8470#: lib/ext2fs/ext2_err.c:184
Theodore Ts'o4e528702016-09-04 21:31:21 -04008471msgid "Wrong undo file for this filesystem"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008472msgstr "Falsche Undo-Datei für dieses Dateisystem"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008473
8474#: lib/ext2fs/ext2_err.c:185
Theodore Ts'o4e528702016-09-04 21:31:21 -04008475msgid "File system is corrupted"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008476msgstr "Das Dateisystem ist defekt"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008477
8478#: lib/ext2fs/ext2_err.c:186
8479msgid "Bad CRC detected in file system"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008480msgstr "Falscher CRC im Dateisystem gefunden"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008481
8482#: lib/ext2fs/ext2_err.c:187
Theodore Ts'o4e528702016-09-04 21:31:21 -04008483msgid "The journal superblock is corrupt"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008484msgstr "Der Journal-Superblock ist defekt"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008485
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008486#: lib/ext2fs/ext2_err.c:188
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008487msgid "Inode is corrupted"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008488msgstr "Der Inode ist defekt"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008489
Theodore Ts'o4e528702016-09-04 21:31:21 -04008490#: lib/support/prof_err.c:11
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008491msgid "Profile version 0.0"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008492msgstr "Profilversion 0.0"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008493
Theodore Ts'o4e528702016-09-04 21:31:21 -04008494#: lib/support/prof_err.c:12
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008495msgid "Bad magic value in profile_node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008496msgstr "Ungültige magische Zahl im profile_node"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008497
Theodore Ts'o4e528702016-09-04 21:31:21 -04008498#: lib/support/prof_err.c:13
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008499msgid "Profile section not found"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008500msgstr "die Profilsektion wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008501
Theodore Ts'o4e528702016-09-04 21:31:21 -04008502#: lib/support/prof_err.c:14
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008503msgid "Profile relation not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008504msgstr "Zusammenhang des Profils wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008505
Theodore Ts'o4e528702016-09-04 21:31:21 -04008506#: lib/support/prof_err.c:15
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008507msgid "Attempt to add a relation to node which is not a section"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008508msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04008509"Dies ist ein Versuch, einen Bezug zu einem Knoten hinzuzufügen, der keine\n"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008510"Sektion ist"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008511
Theodore Ts'o4e528702016-09-04 21:31:21 -04008512#: lib/support/prof_err.c:16
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008513msgid "A profile section header has a non-zero value"
Philipp Thomasab02a742014-07-09 23:13:30 -04008514msgstr "Der Header der Profilsektion hat einen von Null verschiedenen Wert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008515
Theodore Ts'o4e528702016-09-04 21:31:21 -04008516#: lib/support/prof_err.c:17
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008517msgid "Bad linked list in profile structures"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008518msgstr "Ungültige verkettete Liste in den Profilstrukturen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008519
Theodore Ts'o4e528702016-09-04 21:31:21 -04008520#: lib/support/prof_err.c:18
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008521msgid "Bad group level in profile structures"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008522msgstr "Ungültige Gruppenebene in den Profilstrukturen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008523
Theodore Ts'o4e528702016-09-04 21:31:21 -04008524#: lib/support/prof_err.c:19
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008525msgid "Bad parent pointer in profile structures"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008526msgstr "Ungültiger Zeiger auf die Eltern in den Profilstrukturen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008527
Theodore Ts'o4e528702016-09-04 21:31:21 -04008528#: lib/support/prof_err.c:20
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008529msgid "Bad magic value in profile iterator"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008530msgstr "Ungültige magische Zahl im Profiliterator"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008531
Theodore Ts'o4e528702016-09-04 21:31:21 -04008532#: lib/support/prof_err.c:21
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008533msgid "Can't set value on section node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008534msgstr "In dem Sektionsknoten kann der Wert nicht gesetzt werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008535
Theodore Ts'o4e528702016-09-04 21:31:21 -04008536#: lib/support/prof_err.c:22
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008537msgid "Invalid argument passed to profile library"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008538msgstr "Es wurde ein unzulässiges Argument an die Profilbibliothek übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008539
Theodore Ts'o4e528702016-09-04 21:31:21 -04008540#: lib/support/prof_err.c:23
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008541msgid "Attempt to modify read-only profile"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008542msgstr "Es wird versucht, ein nur lesbares Profil zu ändern"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008543
Theodore Ts'o4e528702016-09-04 21:31:21 -04008544#: lib/support/prof_err.c:24
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008545msgid "Profile section header not at top level"
Philipp Thomasab02a742014-07-09 23:13:30 -04008546msgstr "Der Header der Profilsektion ist nicht auf der obersten Ebene"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008547
Theodore Ts'o4e528702016-09-04 21:31:21 -04008548#: lib/support/prof_err.c:25
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008549msgid "Syntax error in profile section header"
Philipp Thomasab02a742014-07-09 23:13:30 -04008550msgstr "Syntaxfehler im Header der Profilsektion"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008551
Theodore Ts'o4e528702016-09-04 21:31:21 -04008552#: lib/support/prof_err.c:26
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008553msgid "Syntax error in profile relation"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008554msgstr "Syntaxfehler in den Profilbeziehungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008555
Theodore Ts'o4e528702016-09-04 21:31:21 -04008556#: lib/support/prof_err.c:27
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008557msgid "Extra closing brace in profile"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008558msgstr "Überzählige schließende Klammer im Profil"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008559
Theodore Ts'o4e528702016-09-04 21:31:21 -04008560#: lib/support/prof_err.c:28
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008561msgid "Missing open brace in profile"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008562msgstr "Fehlende öffnende Klammer im Profil"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008563
Theodore Ts'o4e528702016-09-04 21:31:21 -04008564#: lib/support/prof_err.c:29
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008565msgid "Bad magic value in profile_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008566msgstr "Ungültige magische Zahl im profile_t"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008567
Theodore Ts'o4e528702016-09-04 21:31:21 -04008568#: lib/support/prof_err.c:30
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008569msgid "Bad magic value in profile_section_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008570msgstr "Unbekannte magische Zahl im section_t des Profils"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008571
Theodore Ts'o4e528702016-09-04 21:31:21 -04008572#: lib/support/prof_err.c:31
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008573msgid "Iteration through all top level section not supported"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008574msgstr "Iteration durch alle Toplevel-Sektionen wird nicht unterstützt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008575
Theodore Ts'o4e528702016-09-04 21:31:21 -04008576#: lib/support/prof_err.c:32
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008577msgid "Invalid profile_section object"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008578msgstr "Ungültiges profile_section-Objekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008579
Theodore Ts'o4e528702016-09-04 21:31:21 -04008580#: lib/support/prof_err.c:33
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008581msgid "No more sections"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008582msgstr "Keine weiteren Sektionen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008583
Theodore Ts'o4e528702016-09-04 21:31:21 -04008584#: lib/support/prof_err.c:34
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008585msgid "Bad nameset passed to query routine"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008586msgstr "Ungültige Namen an die Abfrageroutine übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008587
Theodore Ts'o4e528702016-09-04 21:31:21 -04008588#: lib/support/prof_err.c:35
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008589msgid "No profile file open"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008590msgstr "Es ist keine Profildatei offen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008591
Theodore Ts'o4e528702016-09-04 21:31:21 -04008592#: lib/support/prof_err.c:36
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008593msgid "Bad magic value in profile_file_t"
Philipp Thomasab02a742014-07-09 23:13:30 -04008594msgstr "Ungültige magische Zahl im profile_file_t"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008595
Theodore Ts'o4e528702016-09-04 21:31:21 -04008596#: lib/support/prof_err.c:37
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008597msgid "Couldn't open profile file"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05008598msgstr "Die Profildatei konnte nicht geöffnet werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008599
Theodore Ts'o4e528702016-09-04 21:31:21 -04008600#: lib/support/prof_err.c:38
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008601msgid "Section already exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008602msgstr "Die Sektion existiert bereits"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008603
Theodore Ts'o4e528702016-09-04 21:31:21 -04008604#: lib/support/prof_err.c:39
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008605msgid "Invalid boolean value"
Philipp Thomasab02a742014-07-09 23:13:30 -04008606msgstr "Ungültiger boolescher Wert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008607
Theodore Ts'o4e528702016-09-04 21:31:21 -04008608#: lib/support/prof_err.c:40
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008609msgid "Invalid integer value"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008610msgstr "Ungültiger ganzzahliger Wert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008611
Theodore Ts'o4e528702016-09-04 21:31:21 -04008612#: lib/support/prof_err.c:41
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008613msgid "Bad magic value in profile_file_data_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008614msgstr "Ungültige magische Zahl im profile_file_data_t"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008615
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008616#: lib/support/plausible.c:118
Theodore Ts'o4e528702016-09-04 21:31:21 -04008617#, c-format
8618msgid "\tlast mounted on %s on %s"
8619msgstr "\tzuletzt auf %s auf %s eingehängt"
8620
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008621#: lib/support/plausible.c:121
Theodore Ts'o4e528702016-09-04 21:31:21 -04008622#, c-format
8623msgid "\tlast mounted on %s"
8624msgstr "\tzuletzt auf %s eingehängt"
8625
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008626#: lib/support/plausible.c:124
Theodore Ts'o4e528702016-09-04 21:31:21 -04008627#, c-format
8628msgid "\tcreated on %s"
8629msgstr "\tauf %s erzeugt"
8630
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008631#: lib/support/plausible.c:127
Theodore Ts'o4e528702016-09-04 21:31:21 -04008632#, c-format
8633msgid "\tlast modified on %s"
8634msgstr "\tzuletzt geändert %s"
8635
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008636#: lib/support/plausible.c:161
Theodore Ts'o4e528702016-09-04 21:31:21 -04008637#, c-format
8638msgid "Found a %s partition table in %s\n"
8639msgstr "In %2$s wurde eine %1$s-Partitionstabelle gefunden\n"
8640
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008641#: lib/support/plausible.c:191
Theodore Ts'o4e528702016-09-04 21:31:21 -04008642#, c-format
8643msgid "The file %s does not exist and no size was specified.\n"
8644msgstr "Die Datei %s existiert nicht und es wurde keine Größe angegeben.\n"
8645
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008646#: lib/support/plausible.c:199
Theodore Ts'o4e528702016-09-04 21:31:21 -04008647#, c-format
8648msgid "Creating regular file %s\n"
8649msgstr "Die reguläre Datei %s wird angelegt\n"
8650
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008651#: lib/support/plausible.c:202
Theodore Ts'o4e528702016-09-04 21:31:21 -04008652#, c-format
8653msgid "Could not open %s: %s\n"
8654msgstr "%s kann nicht geöffnet werden: %s\n"
8655
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008656#: lib/support/plausible.c:205
Theodore Ts'o4e528702016-09-04 21:31:21 -04008657msgid ""
8658"\n"
8659"The device apparently does not exist; did you specify it correctly?\n"
8660msgstr ""
8661"\n"
8662"Das Gerät existiert offensichtlich nicht; haben Sie es korrekt angegeben?\n"
8663
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008664#: lib/support/plausible.c:227
Theodore Ts'o4e528702016-09-04 21:31:21 -04008665#, c-format
8666msgid "%s is not a block special device.\n"
8667msgstr "%s ist kein spezielles Blockgerät.\n"
8668
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008669#: lib/support/plausible.c:249
Theodore Ts'o4e528702016-09-04 21:31:21 -04008670#, c-format
8671msgid "%s contains a %s file system labelled '%s'\n"
8672msgstr "%s hat ein %s-Dateisystem mit Namen „%s“\n"
8673
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008674#: lib/support/plausible.c:252
Theodore Ts'o4e528702016-09-04 21:31:21 -04008675#, c-format
8676msgid "%s contains a %s file system\n"
8677msgstr "%s hat ein %s-Dateisystem\n"
8678
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008679#: lib/support/plausible.c:276
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008680#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04008681msgid "%s contains `%s' data\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008682msgstr "%s enthält Daten von „%s”\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008683
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04008684#~ msgid "Journal features: "
8685#~ msgstr "Jounaleigenschaften: "
8686
8687#~ msgid "Journal size: "
8688#~ msgstr "Journalgröße: "
8689
8690#~ msgid ""
8691#~ "Journal length: %u\n"
8692#~ "Journal sequence: 0x%08x\n"
8693#~ "Journal start: %u\n"
8694#~ msgstr ""
8695#~ "Journal-Länge: %u\n"
8696#~ "Journal-Sequenz: 0x%08x\n"
8697#~ "Journal-Start: %u\n"
8698
8699#~ msgid "Journal errno: %d\n"
8700#~ msgstr "Jounal-Fehlernummer: %d\n"
8701
8702#~ msgid ""
8703#~ "\n"
8704#~ "Journal block size: %u\n"
8705#~ "Journal length: %u\n"
8706#~ "Journal first block: %u\n"
8707#~ "Journal sequence: 0x%08x\n"
8708#~ "Journal start: %u\n"
8709#~ "Journal number of users: %u\n"
8710#~ msgstr ""
8711#~ "\n"
8712#~ "Journal-Blockgröße: %u\n"
8713#~ "Journal-Länge: %u\n"
8714#~ "Journal-Startblock: %u\n"
8715#~ "Journal-Sequenz: 0x%08x\n"
8716#~ "Journal-Start: %u\n"
8717#~ "Journal-Benutzeranzahl: %u\n"
8718
8719#~ msgid "Journal users: %s\n"
8720#~ msgstr "Jounalbenutzer: %s\n"
8721
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008722#~ msgid "Please run e2fsck on the filesystem.\n"
8723#~ msgstr "Bitte lassen Sie e2fsck dieses Dateisystem überprüfen.\n"
8724
Theodore Ts'o4e528702016-09-04 21:31:21 -04008725#~ msgid "@i %i has @cion flag set on @f without @cion support. "
8726#~ msgstr ""
8727#~ "Inode %i hat den Kompressions-Bitschalter auf einem Dateisystem gesetzt,\n"
8728#~ "welches dies nicht unterstützt. "
8729
8730#~ msgid "@A @a @b %b. "
8731#~ msgstr "Fehler beim Zuweisen des Blocks für erweiterte Attribute %b. "
8732
8733#~ msgid "%s: warning: compression support is experimental.\n"
8734#~ msgstr "%s: Warnung: Die Kompressionsunterstützung ist experimentell.\n"
8735
8736#~ msgid ""
8737#~ "%s: e2fsck not compiled with HTREE support,\n"
8738#~ "\tbut filesystem %s has HTREE directories.\n"
8739#~ msgstr ""
8740#~ "%s: e2fsck wurde ohne Unterstützung für HTREE kompiliert,\n"
8741#~ "\taber das Dateisystem %s besitzt HTREE-Verzeichnisse.\n"
8742
8743#~ msgid "while allocating zeroizing buffer"
8744#~ msgstr "beim Reservieren eines Puffers zum Nullen"
8745
8746#~ msgid ", unused inodes %u\n"
8747#~ msgstr ", ungenutzte Inodes %u\n"
8748
8749#~ msgid "Failed to read the file system data \n"
8750#~ msgstr "Die Dateisystemdaten konnten nicht gelesen werden \n"
8751
8752#~ msgid "Failed tdb_fetch %s\n"
8753#~ msgstr "tdb_fetch von %s ist fehlgeschlagen\n"
8754
8755#~ msgid "The file system UUID didn't match \n"
8756#~ msgstr "Die UUID des Dateisystems stimmte nicht überein \n"
8757
8758#~ msgid "Failed tdb_open %s\n"
8759#~ msgstr "tdb_open von %s ist fehlgeschlagen\n"
8760
8761#~ msgid "Failed to open %s\n"
8762#~ msgstr "%s konnte nicht geöffnet werden\n"
8763
8764#~ msgid "Replayed transaction of size %zd at location %llu\n"
8765#~ msgstr "Zurückgespielte Transaktion der Größe %zd an Position %llu\n"
8766
8767#~ msgid "Failed write %s\n"
8768#~ msgstr "Schreiben von %s ist fehlgeschlagen\n"
8769
8770#~ msgid "Invalid quotatype parameter: %s\n"
8771#~ msgstr "Ungültiger Quotatyp-Parameter: %s\n"
8772
8773#~ msgid "Couldn't allocate memory to parse quota options!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008774#~ msgstr ""
8775#~ "Speicher zum Einlesen der Quota-Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008776
8777#~ msgid "Couldn't allocate memory for tdb filename\n"
8778#~ msgstr "Es kann kein Speicher für den Tdb-Dateinamen reserviert werden\n"
8779
8780#~ msgid ""
8781#~ "To undo the tune2fs operation please run the command\n"
8782#~ " e2undo %s %s\n"
8783#~ "\n"
8784#~ msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05008785#~ "Um die durch Tune2fs gemachten Änderungen rückgängig zu machen, starten "
8786#~ "Sie\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008787#~ "bitte\n"
8788#~ " e2undo %s %s\n"
8789#~ "\n"
8790
8791#~ msgid "%s is entire device, not just one partition!\n"
8792#~ msgstr "%s ist das ganze Gerät und nicht nur eine einzelne Partition!\n"
8793
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008794#~ msgid "Clearing extent flag not supported on %s"
8795#~ msgstr ""
8796#~ "Das Zurücksetzen des Kennzeichens für „Erweiterung“ wird auf %s\n"
8797#~ "\tnicht unterstützt"
8798
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008799#~ msgid ""
8800#~ "%s: The combination of flex_bg and\n"
8801#~ "\t!resize_inode features is not supported by resize2fs.\n"
8802#~ msgstr ""
8803#~ "%s: Die Kombination der Eigenschaften flex_bg und\n"
8804#~ "t!resize_inode wird von resize2fs nicht unterestützt.\n"
8805
Philipp Thomasedc733d2012-04-22 15:38:42 -04008806#~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008807#~ msgstr ""
8808#~ " in @i %i sollte EOFBLOCKS_FL nicht gesetzt sein (Größe %Is, lblk %r)\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04008809
8810#~ msgid "Couldn't determine journal size"
8811#~ msgstr "Konnte die Größe des Dateisystems nicht ermitteln"
8812
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008813#~ msgid "#\t\t %llu -> %llu (%llu)\n"
8814#~ msgstr "#\t\t %llu -> %llu (%llu)\n"
8815
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008816#~ msgid "short write (only %d bytes) for writing image header"
8817#~ msgstr "short write (only %d bytes) for writing image header"
8818
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008819#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
8820#~ msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
8821
8822#~ msgid "Calling BLKDISCARD from %llu to %llu "
8823#~ msgstr "Der Aufruf von BLKDISCARD für den Bereich von %llu bis %llu war "
8824
8825#~ msgid "succeeded.\n"
8826#~ msgstr "erfolgreich.\n"