blob: 9c5c0a6da35c85799ce6c6f354ba01910968cb2b [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 Thomasb93349a2014-05-31 13:32:39 -04007# Philipp Thomas <pth@suse.de>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014
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 Thomas37be3822015-05-17 20:21:39 -040073"Project-Id-Version: e2fsprogs-1.42.12-pre2\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050074"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -040075"POT-Creation-Date: 2016-05-12 00:59-0400\n"
Philipp Thomas37be3822015-05-17 20:21:39 -040076"PO-Revision-Date: 2014-09-26 11:53+0200\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"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050083"Plural-Forms: nplurals=2; plural=(n != 1);\n"
84
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040085#: e2fsck/badblocks.c:23 misc/mke2fs.c:214
Theodore Ts'oa2328c92002-10-30 23:26:03 -050086#, c-format
87msgid "Bad block %u out of range; ignored.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -050088msgstr "„Bad block“ %u außerhalb des gültigen Bereichs; ignoriert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050089
Philipp Thomas294dd5a2011-10-16 21:53:39 -040090#: e2fsck/badblocks.c:46
Theodore Ts'oa2328c92002-10-30 23:26:03 -050091msgid "while sanity checking the bad blocks inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -040092msgstr "während der logischen Prüfung des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050093
Philipp Thomas294dd5a2011-10-16 21:53:39 -040094#: e2fsck/badblocks.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -050095msgid "while reading the bad blocks inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -040096msgstr "während des Lesens des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050097
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040098#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1508
99#: e2fsck/unix.c:1601 misc/badblocks.c:1242 misc/badblocks.c:1250
100#: misc/badblocks.c:1264 misc/badblocks.c:1276 misc/dumpe2fs.c:689
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400101#: misc/e2image.c:1400 misc/e2image.c:1584 misc/e2image.c:1605
102#: misc/mke2fs.c:230 misc/tune2fs.c:2668 misc/tune2fs.c:2762 resize/main.c:412
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500103#, c-format
104msgid "while trying to open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400105msgstr "beim Versuch, %s zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500106
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400107#: e2fsck/badblocks.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500108#, c-format
109msgid "while trying popen '%s'"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400110msgstr "beim Versuch, „%s“ mittels „popen“ zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500111
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400112#: e2fsck/badblocks.c:94 misc/mke2fs.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500113msgid "while reading in list of bad blocks from file"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400114msgstr "beim Lesen der „Bad Block“-Liste aus der Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500115
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400116#: e2fsck/badblocks.c:105
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500117msgid "while updating bad block inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400118msgstr "beim Updaten des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500119
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400120#: e2fsck/badblocks.c:133
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500121#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400122msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -0400123msgstr ""
124"Warnung: Nicht zulässiger Block %u im „Bad Blocks“-Inode gefunden! "
125"Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500126
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400127#: e2fsck/ehandler.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500128#, c-format
129msgid "Error reading block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400130msgstr "Lesefehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500131
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400132#: e2fsck/ehandler.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500133#, c-format
134msgid "Error reading block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400135msgstr "Lesefehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400137#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500138msgid "Ignore error"
Philipp Thomasab02a742014-07-09 23:13:30 -0400139msgstr "Fehler ignorieren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400141#: e2fsck/ehandler.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500142msgid "Force rewrite"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400143msgstr "Rückschreiben erzwingen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500144
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400145#: e2fsck/ehandler.c:109
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500146#, c-format
147msgid "Error writing block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400148msgstr "Schreibfehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500149
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400150#: e2fsck/ehandler.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500151#, c-format
152msgid "Error writing block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400153msgstr "Schreibfehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500154
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400155#: e2fsck/emptydir.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500156msgid "empty dirblocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400157msgstr "leere Verzeichnisblöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500158
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400159#: e2fsck/emptydir.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500160msgid "empty dir map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500161msgstr "leere Verzeichnisliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500162
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400163#: e2fsck/emptydir.c:98
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500164#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400165msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500166msgstr "leerer Verzeichnisblock %u (#%d) im Inode %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500167
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400168#: e2fsck/extend.c:22
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500169#, c-format
170msgid "%s: %s filename nblocks blocksize\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400171msgstr "%s: %s Dateiname nblocks Blockgröße\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500172
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400173#: e2fsck/extend.c:44
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500174#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500175msgid "Illegal number of blocks!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400176msgstr "Blockanzahl nicht zulässig!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500177
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400178#: e2fsck/extend.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500179#, c-format
180msgid "Couldn't allocate block buffer (size=%d)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500181msgstr "Es konnte kein Blockpuffer (Größe=%d) reserviert werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400183#: e2fsck/extents.c:42
184#, fuzzy
185msgid "extent rebuild inode map"
186msgstr "„regular file inode“-Liste"
187
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'o9e78ef72016-03-15 01:49:00 -0400203#: e2fsck/iscan.c:81 e2fsck/unix.c:1033
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500204#, c-format
205msgid "while opening %s for flushing"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500206msgstr "beim Öffnen von %s für die Puffer-Leerung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500207
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400208#: e2fsck/iscan.c:86 e2fsck/unix.c:1039 resize/main.c:381
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'o9e78ef72016-03-15 01:49:00 -0400218#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1293
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500219msgid "while opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500220msgstr "beim Start des Inode-Scans"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400222#: e2fsck/iscan.c:127 misc/e2image.c:1312
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500223msgid "while getting next inode"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400224msgstr "beim Laden des nächsten Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500225
Eric Sandeen032eafe2012-07-28 17:48:36 -0400226#: e2fsck/iscan.c:136
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500227#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400228msgid "%u inodes scanned.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400229msgstr "%u Inodes untersucht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500230
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400231#: e2fsck/journal.c:593
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500232msgid "reading journal superblock\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400233msgstr "Journal-Superblock wird gelesen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500234
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400235#: e2fsck/journal.c:666
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500236#, c-format
237msgid "%s: no valid journal superblock found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400238msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500239
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400240#: e2fsck/journal.c:675
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500241#, c-format
242msgid "%s: journal too short\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400243msgstr "%s: Das Journal ist zu kurz\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500244
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400245#: e2fsck/journal.c:966 misc/fuse2fs.c:3776
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'o9e78ef72016-03-15 01:49:00 -0400250#: e2fsck/journal.c:968
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'o9e78ef72016-03-15 01:49:00 -0400255#: e2fsck/journal.c:995
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500256#, c-format
257msgid "while trying to re-open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400258msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500259
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400260#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500261msgid "aextended attribute"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500262msgstr "aerweiterte Attribute"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500263
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400264#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500265msgid "Aerror allocating"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500266msgstr "AFehler beim Reservieren von Platz für"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500267
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400268#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500269msgid "bblock"
270msgstr "bBlock"
271
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400272#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500273msgid "Bbitmap"
274msgstr "BBitmap"
275
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400276#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500277msgid "ccompress"
278msgstr "ckomprimieren"
279
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400280#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500281msgid "Cconflicts with some other fs @b"
Philipp Thomasab02a742014-07-09 23:13:30 -0400282msgstr "CKonflikte mit einem anderen Dateisystemblock"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500283
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400284#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500285msgid "ddirectory"
286msgstr "dVerzeichnis"
287
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400288#: e2fsck/message.c:120
289msgid "Ddeleted"
290msgstr "Dgelöscht"
291
292#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500293msgid "eentry"
294msgstr "eEintrag"
295
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400296#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500297msgid "E@e '%Dn' in %p (%i)"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400298msgstr "E@e „%Dn“ in %p (%i)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500299
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400300#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500301msgid "ffilesystem"
302msgstr "fDateisystem"
303
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400304#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500305msgid "Ffor @i %i (%Q) is"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400306msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500307
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400308#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500309msgid "ggroup"
310msgstr "gGruppe"
311
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400312#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500313msgid "hHTREE @d @i"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500314msgstr "hHTREE @dinode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500315
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400316#: e2fsck/message.c:127
317msgid "iinode"
318msgstr "iInode"
319
320#: e2fsck/message.c:128
321msgid "Iillegal"
322msgstr "Iillegal(er)"
323
324#: e2fsck/message.c:129
325msgid "jjournal"
326msgstr "jJournal"
327
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400328#: e2fsck/message.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500329msgid "llost+found"
330msgstr "llost+found"
331
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400332#: e2fsck/message.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500333msgid "Lis a link"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500334msgstr "List eine Verknüpfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500335
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400336#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400337msgid "mmultiply-claimed"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400338msgstr "mmehrfach beansprucht"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400339
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400340#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400341msgid "ninvalid"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400342msgstr "nungültig"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400343
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400344#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500345msgid "oorphaned"
346msgstr "overwaist"
347
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400348#: e2fsck/message.c:135
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500349msgid "pproblem in"
350msgstr "pProblem in"
351
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400352#: e2fsck/message.c:136
353msgid "qquota"
354msgstr "qQuota"
355
356#: e2fsck/message.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500357msgid "rroot @i"
358msgstr "rRoot @i"
359
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400360#: e2fsck/message.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500361msgid "sshould be"
362msgstr "ssollte sein"
363
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400364#: e2fsck/message.c:139
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500365msgid "Ssuper@b"
366msgstr "SSuper@b"
367
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400368#: e2fsck/message.c:140
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500369msgid "uunattached"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500370msgstr "unicht verbunden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500371
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400372#: e2fsck/message.c:141
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500373msgid "vdevice"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400374msgstr "vGerät"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500375
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400376#: e2fsck/message.c:142
Philipp Thomas720e6362008-06-21 14:06:00 -0400377msgid "xextent"
Philipp Thomas68801282008-07-17 11:47:00 -0400378msgstr "xErweiterung"
Philipp Thomas720e6362008-06-21 14:06:00 -0400379
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400380#: e2fsck/message.c:143
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500381msgid "zzero-length"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500382msgstr "zmit Länge Null"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500383
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400384#: e2fsck/message.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500385msgid "<The NULL inode>"
Philipp Thomasab02a742014-07-09 23:13:30 -0400386msgstr "<Der NULL-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500387
Philipp Thomas77c871a2010-04-19 16:59:02 -0400388#: e2fsck/message.c:155
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400389msgid "<The bad blocks inode>"
390msgstr "<Der „Bad Blocks“-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500391
Philipp Thomas77c871a2010-04-19 16:59:02 -0400392#: e2fsck/message.c:157
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400393msgid "<The user quota inode>"
394msgstr "<Die Benutzerquota-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500395
Philipp Thomas77c871a2010-04-19 16:59:02 -0400396#: e2fsck/message.c:158
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400397msgid "<The group quota inode>"
398msgstr "<Die Gruppenquota-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500399
Philipp Thomas77c871a2010-04-19 16:59:02 -0400400#: e2fsck/message.c:159
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400401msgid "<The boot loader inode>"
Philipp Thomasab02a742014-07-09 23:13:30 -0400402msgstr "<Der „boot loader“-Inode>"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400403
404#: e2fsck/message.c:160
405msgid "<The undelete directory inode>"
406msgstr "<Der „undelete directory“-Inode>"
407
408#: e2fsck/message.c:161
409msgid "<The group descriptor inode>"
410msgstr "<Des „group descriptor“-Inode>"
411
412#: e2fsck/message.c:162
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500413msgid "<The journal inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500414msgstr "<Der Journal-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500415
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400416#: e2fsck/message.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500417msgid "<Reserved inode 9>"
418msgstr "<Der reservierte Inode 9>"
419
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400420#: e2fsck/message.c:164
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500421msgid "<Reserved inode 10>"
422msgstr "<Der reservierte Inode 10>"
423
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400424#: e2fsck/message.c:333
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400425msgid "regular file"
Philipp Thomasab02a742014-07-09 23:13:30 -0400426msgstr "reguläre Datei"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400427
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400428#: e2fsck/message.c:335
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400429msgid "directory"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500430msgstr "Verzeichnis"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400431
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400432#: e2fsck/message.c:337
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400433msgid "character device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400434msgstr "zeichenorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400435
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400436#: e2fsck/message.c:339
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400437msgid "block device"
Philipp Thomasab02a742014-07-09 23:13:30 -0400438msgstr "blockorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400439
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400440#: e2fsck/message.c:341
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400441msgid "named pipe"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400442msgstr "named pipe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400443
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400444#: e2fsck/message.c:343
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400445msgid "symbolic link"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400446msgstr "symbolische Verknüpfung"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400447
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400448#: e2fsck/message.c:345 misc/uuidd.c:162
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400449msgid "socket"
Philipp Thomasab02a742014-07-09 23:13:30 -0400450msgstr "Socket"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400451
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400452#: e2fsck/message.c:347
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400453#, c-format
454msgid "unknown file type with mode 0%o"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400455msgstr "unbekannter Dateityp mit Modus 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400456
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400457#: e2fsck/message.c:422
Philipp Thomas77c871a2010-04-19 16:59:02 -0400458msgid "indirect block"
459msgstr "indirekte Blöcke"
460
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400461#: e2fsck/message.c:424
Philipp Thomas77c871a2010-04-19 16:59:02 -0400462msgid "double indirect block"
463msgstr "doppelt indirekte Blöcke"
464
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400465#: e2fsck/message.c:426
Philipp Thomas77c871a2010-04-19 16:59:02 -0400466msgid "triple indirect block"
467msgstr "dreifach indirekte Blöcke"
468
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400469#: e2fsck/message.c:428
Philipp Thomas77c871a2010-04-19 16:59:02 -0400470msgid "translator block"
471msgstr "Übersetzerblock"
472
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400473#: e2fsck/message.c:430
Philipp Thomas77c871a2010-04-19 16:59:02 -0400474msgid "block #"
475msgstr "Block Nr."
476
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400477#: e2fsck/pass1b.c:222
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500478msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500479msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500480
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400481#: e2fsck/pass1b.c:644 e2fsck/pass1b.c:788
Philipp Thomas68801282008-07-17 11:47:00 -0400482#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400483msgid "internal error: can't find dup_blk for %llu\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500484msgstr "interner Fehler: dup_blk für %llu wurde nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400486#: e2fsck/pass1b.c:897
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500487msgid "returned from clone_file_block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400488msgstr "zurückgegeben von clone_file_block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500489
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400490#: e2fsck/pass1b.c:919
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400491#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400492msgid "internal error: couldn't lookup EA block record for %llu"
Philipp Thomasab02a742014-07-09 23:13:30 -0400493msgstr "interner Fehler: EA-Blockliste für %llu wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400494
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400495#: e2fsck/pass1b.c:931
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400496#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400497msgid "internal error: couldn't lookup EA inode record for %u"
Philipp Thomasab02a742014-07-09 23:13:30 -0400498msgstr "Interner Fehler: EA-Inodeliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400499
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400500#: e2fsck/pass1.c:660 e2fsck/pass2.c:981
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400501msgid "reading directory block"
Philipp Thomasab02a742014-07-09 23:13:30 -0400502msgstr "Verzeichnisblock wird gelesen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400503
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400504#: e2fsck/pass1.c:1099
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500505msgid "in-use inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400506msgstr "„in-use inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500507
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400508#: e2fsck/pass1.c:1110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500509msgid "directory inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400510msgstr "„directory inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500511
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400512#: e2fsck/pass1.c:1120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500513msgid "regular file inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400514msgstr "„regular file inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500515
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400516#: e2fsck/pass1.c:1129 misc/e2image.c:1268
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500517msgid "in-use block map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400518msgstr "„in-use block“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500519
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400520#: e2fsck/pass1.c:1138
521#, fuzzy
522msgid "metadata block map"
523msgstr "Metadaten-Blöcke"
524
525#: e2fsck/pass1.c:1204
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400526msgid "opening inode scan"
Philipp Thomasab02a742014-07-09 23:13:30 -0400527msgstr "Inode-Scan wird gestartet"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500528
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400529#: e2fsck/pass1.c:1242
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400530msgid "getting next inode from scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400531msgstr "beim Lesen des nächsten Inodes"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400532
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400533#: e2fsck/pass1.c:1928
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500534msgid "Pass 1"
535msgstr "Durchgang 1"
536
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400537#: e2fsck/pass1.c:1989
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500538#, c-format
539msgid "reading indirect blocks of inode %u"
Philipp Thomasab02a742014-07-09 23:13:30 -0400540msgstr "indirekte Blöcke von Inode %u werden gelesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500541
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400542#: e2fsck/pass1.c:2039
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500543msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500544msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500545
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400546#: e2fsck/pass1.c:2079
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500547msgid "inode in bad block map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400548msgstr "Inode in „Bad Blocks“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500549
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400550#: e2fsck/pass1.c:2099
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500551msgid "imagic inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400552msgstr "i„magic inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500553
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400554#: e2fsck/pass1.c:2126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500555msgid "multiply claimed block map"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500556msgstr "mehrfach referenzierte Blockliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500557
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400558#: e2fsck/pass1.c:2240
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500559msgid "ext attr block map"
560msgstr "ext attr block map"
561
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400562#: e2fsck/pass1.c:3407
Philipp Thomas77c871a2010-04-19 16:59:02 -0400563#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500564msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400565msgstr "%6lu(%c): erwartete %6lu erhielt phys %6lu (Blockanzahl %lld)\n"
Philipp Thomas40771272008-09-07 22:55:25 -0400566
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400567#: e2fsck/pass1.c:3822
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500568msgid "block bitmap"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500569msgstr "Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500570
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400571#: e2fsck/pass1.c:3828
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500572msgid "inode bitmap"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500573msgstr "Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500574
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400575#: e2fsck/pass1.c:3834
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500576msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500577msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500578
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400579#: e2fsck/pass2.c:298
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500580msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400581msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500582
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400583#: e2fsck/pass2.c:1053 e2fsck/pass2.c:1218
Philipp Thomas720e6362008-06-21 14:06:00 -0400584msgid "Can not continue."
Philipp Thomasab02a742014-07-09 23:13:30 -0400585msgstr "Das Programm kann nicht fortfahren."
Philipp Thomas720e6362008-06-21 14:06:00 -0400586
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400587#: e2fsck/pass3.c:77
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500588msgid "inode done bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400589msgstr "„inode done“-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500590
Philipp Thomasedc733d2012-04-22 15:38:42 -0400591#: e2fsck/pass3.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500592msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500593msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500594
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400595#: e2fsck/pass3.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500596msgid "Pass 3"
597msgstr "Durchgang 3"
598
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400599#: e2fsck/pass3.c:344
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500600msgid "inode loop detection bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400601msgstr "„inode loop detection“-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500602
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400603#: e2fsck/pass4.c:206
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500604msgid "Pass 4"
605msgstr "Durchgang 4"
606
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400607#: e2fsck/pass5.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500608msgid "Pass 5"
609msgstr "Durchgang 5"
610
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400611#: e2fsck/pass5.c:104
612msgid "check_inode_bitmap_checksum: Memory allocation error"
613msgstr ""
614
615#: e2fsck/pass5.c:158
616msgid "check_block_bitmap_checksum: Memory allocation error"
617msgstr ""
618
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400619#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500620msgid "(no prompt)"
621msgstr "(nicht interaktiv)"
622
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400623#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500624msgid "Fix"
Philipp Thomasab02a742014-07-09 23:13:30 -0400625msgstr "Reparieren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500626
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400627#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500628msgid "Clear"
Philipp Thomasab02a742014-07-09 23:13:30 -0400629msgstr "Bereinigen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500630
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400631#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500632msgid "Relocate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400633msgstr "Zurücksetzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500634
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400635#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500636msgid "Allocate"
Philipp Thomasab02a742014-07-09 23:13:30 -0400637msgstr "Freigeben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500638
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400639#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500640msgid "Expand"
Philipp Thomasab02a742014-07-09 23:13:30 -0400641msgstr "Erweitern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500642
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400643#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500644msgid "Connect to /lost+found"
Philipp Thomasab02a742014-07-09 23:13:30 -0400645msgstr "Nach /lost+found verbinden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500646
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400647#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500648msgid "Create"
Philipp Thomasab02a742014-07-09 23:13:30 -0400649msgstr "Erstellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500650
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400651#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500652msgid "Salvage"
Philipp Thomasab02a742014-07-09 23:13:30 -0400653msgstr "Retten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500654
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400655#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500656msgid "Truncate"
Philipp Thomasab02a742014-07-09 23:13:30 -0400657msgstr "Verkürzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500658
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400659#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500660msgid "Clear inode"
Philipp Thomasab02a742014-07-09 23:13:30 -0400661msgstr "Inode bereinigen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500662
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400663#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500664msgid "Abort"
665msgstr "Abbrechen"
666
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400667#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500668msgid "Split"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500669msgstr "Aufteilen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500670
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400671#: e2fsck/problem.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500672msgid "Continue"
673msgstr "Fortsetzen"
674
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400675#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400676msgid "Clone multiply-claimed blocks"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400677msgstr "Mehrfach referenzierte Blöcke werden geklont"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500678
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400679#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500680msgid "Delete file"
Philipp Thomasab02a742014-07-09 23:13:30 -0400681msgstr "Datei löschen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500682
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400683#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500684msgid "Suppress messages"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400685msgstr "Ausgaben unterdrücken"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500686
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400687#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500688msgid "Unlink"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500689msgstr "Trennen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500690
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400691#: e2fsck/problem.c:69
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500692msgid "Clear HTree index"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400693msgstr "Der HTree-Index wird bereinigt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500694
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400695#: e2fsck/problem.c:70
Theodore Ts'obc759702005-05-09 20:40:55 -0400696msgid "Recreate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400697msgstr "Zurücksetzen"
Theodore Ts'obc759702005-05-09 20:40:55 -0400698
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400699#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500700msgid "(NONE)"
701msgstr "(NICHTS)"
702
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400703#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500704msgid "FIXED"
705msgstr "REPARIERT"
706
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400707#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500708msgid "CLEARED"
709msgstr "BEREINIGT"
710
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400711#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500712msgid "RELOCATED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400713msgstr "ZURÜCKGESETZT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500714
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400715#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500716msgid "ALLOCATED"
717msgstr "FREIGEGEBEN"
718
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400719#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500720msgid "EXPANDED"
721msgstr "ERWEITERT"
722
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400723#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500724msgid "RECONNECTED"
725msgstr "WIEDER VERBUNDEN"
726
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400727#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500728msgid "CREATED"
729msgstr "ANGELEGT"
730
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400731#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500732msgid "SALVAGED"
733msgstr "GERETTET"
734
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400735#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500736msgid "TRUNCATED"
Philipp Thomasab02a742014-07-09 23:13:30 -0400737msgstr "ABGESCHNITTEN"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500738
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400739#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500740msgid "INODE CLEARED"
741msgstr "INODE BEREINIGT"
742
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400743#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500744msgid "ABORTED"
745msgstr "ABGEBROCHEN"
746
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400747#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500748msgid "SPLIT"
Philipp Thomasab02a742014-07-09 23:13:30 -0400749msgstr "ABGESPALTEN"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500750
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400751#: e2fsck/problem.c:92
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500752msgid "CONTINUING"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400753msgstr "ES WIRD FORTGEFAHREN"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500754
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400755#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400756msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400757msgstr "MEHRFACH REFERENZIERTE BLÖCKE WURDEN GEKLONT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500758
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400759#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500760msgid "FILE DELETED"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400761msgstr "DATEI WURDE GELÖSCHT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500762
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400763#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500764msgid "SUPPRESSED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400765msgstr "UNTERDRÜCKT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500766
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400767#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500768msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500769msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500770
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400771#: e2fsck/problem.c:97
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500772msgid "HTREE INDEX CLEARED"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500773msgstr "HTREE-INDEX BEREINIGT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500774
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400775#: e2fsck/problem.c:98
Theodore Ts'obc759702005-05-09 20:40:55 -0400776msgid "WILL RECREATE"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500777msgstr "WIRD WIEDER AUFGEBAUT"
Theodore Ts'obc759702005-05-09 20:40:55 -0400778
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400779#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400780#: e2fsck/problem.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500781msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400782msgstr "Block-Bitmap für Gruppe %g ist nicht in der Gruppe. (Block %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500783
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400784#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400785#: e2fsck/problem.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500786msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400787msgstr "Inode-Bitmap für Gruppe %g ist nicht in der Gruppe. (Block %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500788
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400789#. @-expanded: inode table for group %g is not in group. (block %b)\n
790#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400791#: e2fsck/problem.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500792msgid ""
793"@i table for @g %g is not in @g. (@b %b)\n"
794"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
795msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400796"Inode-Tabelle für Gruppe %g ist nicht in der Gruppe. (Block %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400797"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500798
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400799#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400800#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
801#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400802#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
803#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400804#. @-expanded: e2fsck -b 8193 <device>\n
805#. @-expanded: or\n
806#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400807#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400808#: e2fsck/problem.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500809msgid ""
810"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400811"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
812"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500813"@f (and not swap or ufs or something else), then the @S\n"
814"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400815" e2fsck -b 8193 <@v>\n"
816" or\n"
817" e2fsck -b 32768 <@v>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500818"\n"
819msgstr ""
820"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400821"Der Superblock ist unlesbar bzw. beschreibt kein gültiges ext2/ext3/ext4-\n"
822"Dateisystem. Wenn das Gerät gültig ist und ein ext2/ext3/ext4-\n"
823"Dateisystem (kein swap oder ufs usw.) enthält, dann ist der Superblock\n"
824"beschädigt, und Sie könnten versuchen, e2fsck mit einem anderen Superblock\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -0400825"zu starten:\n"
826" e2fsck -b 8193 <@v>\n"
827" oder\n"
828" e2fsck -b 32768 <@v>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500829"\n"
830
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400831#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
832#. @-expanded: The physical size of the device is %c blocks\n
833#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400834#: e2fsck/problem.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500835msgid ""
836"The @f size (according to the @S) is %b @bs\n"
837"The physical size of the @v is %c @bs\n"
838"Either the @S or the partition table is likely to be corrupt!\n"
839msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400840"Die Größe des Dateisystems (laut Superblock) ist %b Blöcke.\n"
841"Die physikalische Größe des Gerätes ist %c Blöcke.\n"
842"Entweder ist der Superblock oder die Partionstabelle beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500843
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400844#. @-expanded: superblock block_size = %b, fragsize = %c.\n
845#. @-expanded: This version of e2fsck does not support fragment sizes different\n
846#. @-expanded: from the block size.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400847#: e2fsck/problem.c:143
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500848msgid ""
849"@S @b_size = %b, fragsize = %c.\n"
850"This version of e2fsck does not support fragment sizes different\n"
851"from the @b size.\n"
852msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500853"@S-@b_size = %b, fragsize = %c.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -0400854"Diese Version von e2fsck unterstützt keine von Blockgrößen verschiedene "
855"Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500856
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400857#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400858#: e2fsck/problem.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500859msgid "@S @bs_per_group = %b, should have been %c\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500860msgstr "@bs_per_group im @S = %b, sollte %c sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500861
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400862#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400863#: e2fsck/problem.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500864msgid "@S first_data_@b = %b, should have been %c\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500865msgstr "first_data_@b im @S = %b, sollte %c sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500866
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400867#. @-expanded: filesystem did not have a UUID; generating one.\n
868#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400869#: e2fsck/problem.c:160
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500870msgid ""
871"@f did not have a UUID; generating one.\n"
872"\n"
873msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400874"Das Dateisystem hat keine UUID; es wird eine generiert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500875"\n"
876
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400877#: e2fsck/problem.c:165
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400878#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500879msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400880"Note: if several inode or block bitmap blocks or part\n"
881"of the inode table require relocation, you may wish to try\n"
882"running e2fsck with the '-b %S' option first. The problem\n"
883"may lie only with the primary block group descriptors, and\n"
884"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500885"\n"
886msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400887"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
888"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
889"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400890"mit der Option „-b %S“ zu starten. Das Problem könnte\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500891"im primären Blockgruppenbezeichner liegen und seine\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500892"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500893"\n"
894
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400895#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400896#: e2fsck/problem.c:174
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500897msgid "Corruption found in @S. (%s = %N).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400898msgstr "Beschädigung gefunden im Superblock. (%s = %N).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500899
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400900#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400901#: e2fsck/problem.c:179
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500902#, c-format
903msgid "Error determining size of the physical @v: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400904msgstr "Fehler bei der Feststellung der Größe des physischen Gerät: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500905
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400906#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400907#: e2fsck/problem.c:184
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400908msgid "@i count in @S is %i, @s %j.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400909msgstr "@i-Anzahl in @S ist %i, sollte %j sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500910
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400911#: e2fsck/problem.c:188
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500912msgid "The Hurd does not support the filetype feature.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500913msgstr "Hurd unterstützt keine Dateitypen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500914
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500915#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400916#: e2fsck/problem.c:193
Philipp Thomas77c871a2010-04-19 16:59:02 -0400917#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500918msgid "@S has an @n @j (@i %i).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400919msgstr "Der Superblock hat ein defektes Journal (Inode %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500920
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400921#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400922#: e2fsck/problem.c:198
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500923msgid "External @j has multiple @f users (unsupported).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -0400924msgstr ""
925"Externes Journal hat mehrere Dateisystem-Benutzer (nicht unterstützt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500926
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400927#. @-expanded: Can't find external journal\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400928#: e2fsck/problem.c:203
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500929msgid "Can't find external @j\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400930msgstr "Externes Journal kann nicht gefunden werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500931
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400932#. @-expanded: External journal has bad superblock\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400933#: e2fsck/problem.c:208
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500934msgid "External @j has bad @S\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400935msgstr "Externes Journal hat einen ungültigen Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500936
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400937#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400938#: e2fsck/problem.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500939msgid "External @j does not support this @f\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400940msgstr "Externes Journal unterstützt dieses Dateisystem nicht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500941
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500942#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400943#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
944#. @-expanded: format.\n
945#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400946#: e2fsck/problem.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500947msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500948"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -0400949"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
950"format.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500951"It is also possible the @j @S is corrupt.\n"
952msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -0400953"Der Superblock des Dateisystem-Journals hat den unbekannten Typ %N (nicht "
954"unterstützt).\n"
955"Es ist möglich, dass Ihr e2fsck älter ist und/oder dieses Journal-Format "
956"nicht unterstützt.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400957"Es ist ebenso möglich, dass der Joornal-Superblock defekt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500958
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500959#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400960#: e2fsck/problem.c:226
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500961msgid "@j @S is corrupt.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400962msgstr "Der Journal-Superblock ist defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500963
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400964#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400965#: e2fsck/problem.c:231
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400966msgid "@S has_@j flag is clear, but a @j is present.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500967msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400968"Der Bitschalter has_journal im Superblock ist nicht gesetzt, aber ein\n"
969"Journal %s ist vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500970
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500971#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400972#: e2fsck/problem.c:236
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500973msgid "@S needs_recovery flag is set, but no @j is present.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500974msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -0400975"Im Superblock ist der Bitschalter „needs_recovery“ gesetzt, aber ein "
976"Journal\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400977"ist nicht vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500978
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500979#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400980#: e2fsck/problem.c:241
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500981msgid "@S needs_recovery flag is clear, but @j has data.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500982msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400983"Der Bitschalter „needs_recovery“ im Superblock ist nicht gesetzt, aber das\n"
984"Journal enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500985
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400986#. @-expanded: Clear journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400987#: e2fsck/problem.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500988msgid "Clear @j"
Philipp Thomasab02a742014-07-09 23:13:30 -0400989msgstr "Journal bereinigen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500990
Philipp Thomas77c871a2010-04-19 16:59:02 -0400991#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400992#: e2fsck/problem.c:251 e2fsck/problem.c:729
Philipp Thomas77c871a2010-04-19 16:59:02 -0400993msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Philipp Thomasab02a742014-07-09 23:13:30 -0400994msgstr ""
995"Das Dateisystem hat Eigenschafts-Bitschalter gesetzt, ist aber ein\n"
996"Revision-0-Dateisystem. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500997
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400998#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400999#: e2fsck/problem.c:256
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001000msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001001msgstr "%s verwaister Inode (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001002
Philipp Thomas77c871a2010-04-19 16:59:02 -04001003#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001004#: e2fsck/problem.c:261
Philipp Thomas77c871a2010-04-19 16:59:02 -04001005msgid "@I %B (%b) found in @o @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001006msgstr "Unzulässiges %B (%b) in verwaisten Inode %i gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001007
Philipp Thomas77c871a2010-04-19 16:59:02 -04001008#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001009#: e2fsck/problem.c:266
Philipp Thomas77c871a2010-04-19 16:59:02 -04001010msgid "Already cleared %B (%b) found in @o @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001011msgstr "Bereits bereinigter %B (%b) im verwaisten Inode %i gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001012
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001013#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001014#: e2fsck/problem.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001015#, c-format
1016msgid "@I @o @i %i in @S.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001017msgstr "Unzulässiger verwaister Inode %i im Superblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001018
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001019#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001020#: e2fsck/problem.c:276
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001021#, c-format
1022msgid "@I @i %i in @o @i list.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001023msgstr "Unzulässiger Inode %i in der Liste der verwaisten Inodes.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001024
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001025#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001026#: e2fsck/problem.c:281
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001027msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001028msgstr ""
1029"Der Journal-Superblock hat einen unbekannten Nur-Lesen-Bitschalter gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001030
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001031#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001032#: e2fsck/problem.c:286
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001033msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001034msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001035"Im Journal-Superblock ist ein unbekannter Bitschalter für eine\n"
1036"inkompatible Eigenschaft gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001037
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001038#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001039#: e2fsck/problem.c:291
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001040msgid "@j version not supported by this e2fsck.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001041msgstr "Diese Journal-Version wird von diesem e2fsck nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001042
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001043#. @-expanded: Moving journal from /%s to hidden inode.\n
1044#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001045#: e2fsck/problem.c:296
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001046#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001047msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001048"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001049"\n"
1050msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001051"Journal wird von /%s zum versteckten Inode verschoben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001052"\n"
1053
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001054#. @-expanded: Error moving journal: %m\n
1055#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001056#: e2fsck/problem.c:301
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001057#, c-format
1058msgid ""
1059"Error moving @j: %m\n"
1060"\n"
1061msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001062"Fehler beim Verschieben des Journals: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001063"\n"
1064
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001065#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1066#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1067#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001068#: e2fsck/problem.c:306
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001069msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001070"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001071"Clearing fields beyond the V1 @j @S...\n"
1072"\n"
1073msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001074"Unvollständige V2-Journal-Superblock-Felder (vom V1-Journal) gefunden.\n"
1075"Die Felder nach dem V1-Journal-Superblock werden bereinigt...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001076"\n"
1077
Philipp Thomas77c871a2010-04-19 16:59:02 -04001078#. @-expanded: Run journal anyway
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001079#: e2fsck/problem.c:312
Philipp Thomas77c871a2010-04-19 16:59:02 -04001080msgid "Run @j anyway"
Philipp Thomasab02a742014-07-09 23:13:30 -04001081msgstr "Journal trotzdem starten"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001082
1083#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001084#: e2fsck/problem.c:317
Philipp Thomas77c871a2010-04-19 16:59:02 -04001085msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001086msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001087"Der Bitschalter für Wiederherstellung ist im Sicherungs-Superblock nicht\n"
1088"gesetzt, das Journal wird daher trotzdem gestartet.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001090#. @-expanded: Backing up journal inode block information.\n
1091#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001092#: e2fsck/problem.c:322
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001093msgid ""
1094"Backing up @j @i @b information.\n"
1095"\n"
1096msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001097"Die Informationen des Journal-Inodeblocks werden gesichert.\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001098"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001099
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001100#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1101#. @-expanded: is %N; should be zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001102#: e2fsck/problem.c:327
Theodore Ts'obc759702005-05-09 20:40:55 -04001103msgid ""
1104"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1105"is %N; @s zero. "
1106msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001107"Für @f ist resize_@i nicht eingeschaltet, aber s_reserved_gdt_@bs\n"
1108"ist %N; @s Null. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001110#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001111#: e2fsck/problem.c:333
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001112msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'obd386982015-05-17 20:34:58 -04001113msgstr ""
1114"Resize_@i ist nicht aktiviert, aber der zu modifizierende Inode ist nicht-"
1115"Null."
Theodore Ts'obc759702005-05-09 20:40:55 -04001116
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001117#. @-expanded: Resize inode not valid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001118#: e2fsck/problem.c:338
Theodore Ts'obc759702005-05-09 20:40:55 -04001119msgid "Resize @i not valid. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001120msgstr "Resize-Inode ist ungültig. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001121
Philipp Thomas77c871a2010-04-19 16:59:02 -04001122#. @-expanded: superblock last mount time (%t,\n
1123#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001124#: e2fsck/problem.c:343
Philipp Thomas77c871a2010-04-19 16:59:02 -04001125msgid ""
1126"@S last mount time (%t,\n"
1127"\tnow = %T) is in the future.\n"
1128msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001129"Der Zeitpunkt des letzten Einhängens des Superblocks (%t,\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001130"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001131
Philipp Thomas77c871a2010-04-19 16:59:02 -04001132#. @-expanded: superblock last write time (%t,\n
1133#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001134#: e2fsck/problem.c:348
Philipp Thomas77c871a2010-04-19 16:59:02 -04001135msgid ""
1136"@S last write time (%t,\n"
1137"\tnow = %T) is in the future.\n"
1138msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001139"Der Zeitpunkt des letzten Schreibens des Superblocks (%t,\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001140"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001141
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001142#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001143#: e2fsck/problem.c:352
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001144#, c-format
1145msgid "@S hint for external superblock @s %X. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001146msgstr "Superblock-Hinweis für externen Superblock sollte %X sein. "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001147
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001148#. @-expanded: Adding dirhash hint to filesystem.\n
1149#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001150#: e2fsck/problem.c:357
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001151msgid ""
1152"Adding dirhash hint to @f.\n"
1153"\n"
1154msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001155"Verzeichnishash-Hinweis wird zum Dateisystem hinzugefügt.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001156"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001157
Philipp Thomasedc733d2012-04-22 15:38:42 -04001158#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001159#: e2fsck/problem.c:362
Philipp Thomasedc733d2012-04-22 15:38:42 -04001160msgid "@g descriptor %g checksum is %04x, should be %04y. "
Theodore Ts'obd386982015-05-17 20:34:58 -04001161msgstr ""
1162"Die Prüfsumme des Gruppendeskriptors %g ist %04x, sie sollte %04y sein. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001163
1164#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001165#: e2fsck/problem.c:367
Philipp Thomas720e6362008-06-21 14:06:00 -04001166#, c-format
1167msgid "@g descriptor %g marked uninitialized without feature set.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001168msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001169"Gruppendeskriptor %g ist ohne eine gesetzte Eigenschaft.\n"
1170"als nicht initialisiert gekennzeichnet.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001171
Philipp Thomas720e6362008-06-21 14:06:00 -04001172#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001173#: e2fsck/problem.c:372
Philipp Thomas720e6362008-06-21 14:06:00 -04001174msgid "@g descriptor %g has invalid unused inodes count %b. "
Theodore Ts'obd386982015-05-17 20:34:58 -04001175msgstr ""
1176"Gruppendeskriptor %g hat eine ungültige Anzahl ungenutzter Inodes von %b. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001177
1178#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001179#: e2fsck/problem.c:377
Philipp Thomas720e6362008-06-21 14:06:00 -04001180msgid "Last @g @b @B uninitialized. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001181msgstr "Die letzte Gruppen-Blockbitmap ist nicht initialisiert. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001183#: e2fsck/problem.c:382
Philipp Thomas720e6362008-06-21 14:06:00 -04001184#, c-format
1185msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001186msgstr ""
1187"Journaltransaktion %i war beschädigt, die Wiederholung wurde abgebrochen.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001188
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001189#: e2fsck/problem.c:386
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001190msgid "The test_fs flag is set (and ext4 is available). "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001191msgstr "Die Kennung test_fs wurde gesetzt (und ext4 ist verfügbar). "
1192
1193#. @-expanded: superblock last mount time is in the future.\n
1194#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001195#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001196#: e2fsck/problem.c:391
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001197#, fuzzy
Philipp Thomas77c871a2010-04-19 16:59:02 -04001198msgid ""
1199"@S last mount time is in the future.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001200"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001201"set)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001202msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001203"Der Zeitpunkt des letzten Einhängens des Superblocks liegt in der Zukunft.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001204"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-"
1205"Uhr) "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001206
1207#. @-expanded: superblock last write time is in the future.\n
1208#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001209#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001210#: e2fsck/problem.c:397
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001211#, fuzzy
Philipp Thomas77c871a2010-04-19 16:59:02 -04001212msgid ""
1213"@S last write time is in the future.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001214"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001215"set)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001216msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001217"Der Zeitpunkt des letzten Schreibens des Superblocks liegt in der Zukunft.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001218"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-"
1219"Uhr) "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001220
1221#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001222#: e2fsck/problem.c:403
Philipp Thomas77c871a2010-04-19 16:59:02 -04001223msgid "One or more @b @g descriptor checksums are invalid. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001224msgstr "Die Prüfsumme eines oder mehrerer Gruppendeskriptoren ist ungültig. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001225
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001226#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001227#: e2fsck/problem.c:408
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001228msgid "Setting free @is count to %j (was %i)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001229msgstr "Die Anzahl der freien Inodes wird auf %j gesetzt (war %i)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001230
1231#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001232#: e2fsck/problem.c:413
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001233msgid "Setting free @bs count to %c (was %b)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001234msgstr "Die Anzahl der freien Blöcke wird auf %c gesetzt (war %b)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001235
Eric Sandeen032eafe2012-07-28 17:48:36 -04001236#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001237#: e2fsck/problem.c:418
Eric Sandeen032eafe2012-07-28 17:48:36 -04001238msgid "Making @q @i %i (%Q) hidden.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001239msgstr "Quota-Inode %i (%Q) wird versteckt.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001240
1241#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001242#: e2fsck/problem.c:423
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001243msgid "@S has invalid MMP block. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001244msgstr "Der Superblock hat einen ungültigen MMP-Block. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001245
1246#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001247#: e2fsck/problem.c:428
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001248msgid "@S has invalid MMP magic. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001249msgstr "Der Superblock besitzt eine falsche MMP-Kennung. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001250
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001251#: e2fsck/problem.c:433
Philipp Thomasedc733d2012-04-22 15:38:42 -04001252#, c-format
1253msgid "ext2fs_open2: %m\n"
1254msgstr "ext2fs_open2: %m\n"
1255
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001256#: e2fsck/problem.c:438
Philipp Thomasedc733d2012-04-22 15:38:42 -04001257#, c-format
1258msgid "ext2fs_check_desc: %m\n"
1259msgstr "ext2fs_check_desc: %m\n"
1260
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001261#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1262#. @-expanded: simultaneously.
1263#: e2fsck/problem.c:446
1264msgid ""
1265"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1266"simultaneously."
1267msgstr ""
1268
1269#. @-expanded: superblock MMP block checksum does not match MMP block.
1270#: e2fsck/problem.c:452
1271#, fuzzy
1272msgid "@S MMP block checksum does not match MMP block. "
1273msgstr "Die Prüfsumme des MMP-Blocks passt nicht dazu"
1274
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001275#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001276#: e2fsck/problem.c:457
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001277msgid "@S 64bit filesystems needs extents to access the whole disk. "
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001278msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001279"Superblock-64Bit-Dateisysteme brauchen Erweiterungen, um auf die gesamte\n"
1280"Platte zugreifen zu können. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001281
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001282#: e2fsck/problem.c:462
Philipp Thomas37be3822015-05-17 20:21:39 -04001283msgid "First_meta_bg is too big. (%N, max value %g). "
1284msgstr "First_meta_bg ist zu groß. (%N, max. Wert %g). "
1285
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001286#. @-expanded: External journal superblock checksum does not match superblock.
1287#: e2fsck/problem.c:467
1288#, fuzzy
1289msgid "External @j @S checksum does not match @S. "
1290msgstr "Die Prüfsumme des Erweiterungsblocks passt nicht dazu"
1291
1292#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1293#: e2fsck/problem.c:472
1294msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1295msgstr ""
1296
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001297#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001298#: e2fsck/problem.c:479
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001299msgid "Pass 1: Checking @is, @bs, and sizes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001300msgstr "Durchgang 1: Inodes, Blöcke und Größen werden geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001301
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001302#. @-expanded: root inode is not a directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001303#: e2fsck/problem.c:483
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001304msgid "@r is not a @d. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001305msgstr "Root-Inode ist kein Verzeichnis. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001306
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001307#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001308#: e2fsck/problem.c:488
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001309msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'obd386982015-05-17 20:34:58 -04001310msgstr ""
1311"Für Root-Inode ist dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001312
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001313#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001314#: e2fsck/problem.c:493
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001315msgid "Reserved @i %i (%Q) has @n mode. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001316msgstr "Reservierter Inode %i (%Q) hat einen ungültigen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001317
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001318#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001319#: e2fsck/problem.c:498
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001320#, c-format
1321msgid "@D @i %i has zero dtime. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001322msgstr "dtime für gelöschten Inode %i ist Null. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001323
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001324#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001325#: e2fsck/problem.c:503
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001326#, c-format
1327msgid "@i %i is in use, but has dtime set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001328msgstr "Inode %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001329
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001330#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001331#: e2fsck/problem.c:508
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001332#, c-format
1333msgid "@i %i is a @z @d. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001334msgstr "Inode %i ist ein Verzeichnis mit Länge Null. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001336#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001337#: e2fsck/problem.c:513
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001338msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001339msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001340"Die Blockbitmap der Gruppe %g auf %b überschneidet sich mit\n"
1341"einem anderen Dateisystemblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001342
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001343#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001344#: e2fsck/problem.c:518
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001345msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001346msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001347"Die Inode-Bitmap der Gruppe %g bei %b überschneidet sich mit\n"
1348"einem anderen Dateisystemblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001350#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001351#: e2fsck/problem.c:523
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001352msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001353msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001354"Die Inode-Tabelle der Gruppe %g bei %b überschneidet sich mit\n"
1355"einem anderen Dateisystemblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001356
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001357#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001358#: e2fsck/problem.c:528
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001359msgid "@g %g's @b @B (%b) is bad. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001360msgstr "die @b-@B (%b) von @g %g ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001361
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001362#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001363#: e2fsck/problem.c:533
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001364msgid "@g %g's @i @B (%b) is bad. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001365msgstr "Die Inode-Bitmap (%b) der Gruppe %g ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001366
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001367#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001368#: e2fsck/problem.c:538
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001369msgid "@i %i, i_size is %Is, @s %N. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001370msgstr "Inode %i, i_size ist %Is, sollte %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001371
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001372#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001373#: e2fsck/problem.c:543
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001374msgid "@i %i, i_@bs is %Ib, @s %N. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001375msgstr "Inode %i, i_@bs ist %Ib, sollte %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001376
Philipp Thomas77c871a2010-04-19 16:59:02 -04001377#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001378#: e2fsck/problem.c:548
Philipp Thomas77c871a2010-04-19 16:59:02 -04001379msgid "@I %B (%b) in @i %i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001380msgstr "Unzulässiger %B (%b) in Inode %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001381
Philipp Thomas77c871a2010-04-19 16:59:02 -04001382#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001383#: e2fsck/problem.c:553
Philipp Thomas77c871a2010-04-19 16:59:02 -04001384msgid "%B (%b) overlaps @f metadata in @i %i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001385msgstr "%B (%b) überlappt Dateisystem-Metadaten in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001386
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001387#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001388#: e2fsck/problem.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001389#, c-format
1390msgid "@i %i has illegal @b(s). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001391msgstr "Inode %i hat unzulässige(n) Block/Blöcke. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001392
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001393#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001394#: e2fsck/problem.c:563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001395#, c-format
1396msgid "Too many illegal @bs in @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001397msgstr "Zu viele unzulässige Blöcke in @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001398
Philipp Thomas77c871a2010-04-19 16:59:02 -04001399#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001400#: e2fsck/problem.c:568
Philipp Thomas77c871a2010-04-19 16:59:02 -04001401msgid "@I %B (%b) in bad @b @i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001402msgstr "Ungültiger %B (%b) in „bad block“-Inode. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001403
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001404#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001405#: e2fsck/problem.c:573
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001406msgid "Bad @b @i has illegal @b(s). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001407msgstr "„Bad Block“-Inode hat unzulässige(n) Block/Blöcke. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001408
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001409#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001410#: e2fsck/problem.c:578
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001411msgid "Duplicate or bad @b in use!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001412msgstr "Doppelter oder unzulässiger Block in Gebrauch!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001414#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001415#: e2fsck/problem.c:583
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001416msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'obd386982015-05-17 20:34:58 -04001417msgstr ""
1418"Ungültiger Block %b wird benutzt als indirekter Block des „Bad Block“-"
1419"Inodes. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001420
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001421#. @-expanded: \n
1422#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1423#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1424#. @-expanded: in the filesystem.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001425#: e2fsck/problem.c:588
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001426msgid ""
1427"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001428"The bad @b @i has probably been corrupted. You probably\n"
1429"should stop now and run e2fsck -c to scan for bad blocks\n"
1430"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001431msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001432"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001433"Der „Bad Block“-Inode ist wahrscheinlich beschädigt worden. Sie sollten\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001434"nun innehalten und „e2fsck -c“ ausführen, um nach defekten Blöcken in\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001435"dem Dateisystem zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001436
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001437#. @-expanded: \n
1438#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001439#: e2fsck/problem.c:595
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001440msgid ""
1441"\n"
1442"If the @b is really bad, the @f can not be fixed.\n"
1443msgstr ""
1444"\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001445"Wenn der Block wirklich defekt ist, kann das Dateisystem nicht repariert "
1446"werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001447
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001448#. @-expanded: You can remove this block from the bad block list and hope\n
1449#. @-expanded: that the block is really OK. But there are no guarantees.\n
1450#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001451#: e2fsck/problem.c:600
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001452msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001453"You can remove this @b from the bad @b list and hope\n"
1454"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001455"\n"
1456msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001457"Sie können diesen Block aus der Liste der defekten Blöcke löschen\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001458"und hoffen, das dieser wirklich in Ordnung ist, es gibt aber\n"
1459"KEINE GARANTIEN.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001460"\n"
1461
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001462#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001463#: e2fsck/problem.c:606
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001464msgid "The primary @S (%b) is on the bad @b list.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001465msgstr "Der primäre Superblock (%b) ist in der Liste der defekten Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001466
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001467#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001468#: e2fsck/problem.c:611
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001469msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001470msgstr ""
1471"Block %b im primären Gruppendeskriptor ist in der Liste der defekten Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001472
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001473#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001474#: e2fsck/problem.c:617
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001475msgid "Warning: Group %g's @S (%b) is bad.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001476msgstr "Warnung: der Superblock der Gruppe %g (%b) ist defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001477
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001478#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001479#: e2fsck/problem.c:622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001480msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001481msgstr ""
1482"Warnung: die Kopie des Gruppendeskriptors von Gruppe %g hat einen defekten "
1483"Block (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001484
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001485#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001486#: e2fsck/problem.c:628
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001487msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001488msgstr ""
1489"Programmierfehler? Block #%b wird ohne Grund in process_bad_@b verlangt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001490
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001491#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001492#: e2fsck/problem.c:634
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001493msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001494msgstr ""
1495"Fehler beim Zuweisen von %N zusammenhängenende(m/n) Block/Blöcken in der @b-"
1496"@g %g für %s: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001497
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001498#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001499#: e2fsck/problem.c:639
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001500#, c-format
1501msgid "@A @b buffer for relocating %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001502msgstr "Fehler beim Zuweisen eines Blockpuffers zum Verschieben von %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001503
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001504#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001505#: e2fsck/problem.c:644
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001506msgid "Relocating @g %g's %s from %b to %c...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001507msgstr "Gruppe %g's %s wird von %b nach %c verschoben ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001508
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001509#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001510#: e2fsck/problem.c:649
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001511#, c-format
1512msgid "Relocating @g %g's %s to %c...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001513msgstr "Gruppe %g's %s wird nach %c verschoben ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001514
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001515#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001516#: e2fsck/problem.c:654
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001517msgid "Warning: could not read @b %b of %s: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001518msgstr "Warnung: Block %b von %s konnte nicht gelesen werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001519
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001520#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001521#: e2fsck/problem.c:659
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001522msgid "Warning: could not write @b %b for %s: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001523msgstr "Warnung: Block %b von %s konnte nicht geschrieben werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001524
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001525#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001526#: e2fsck/problem.c:664 e2fsck/problem.c:1725
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001527msgid "@A @i @B (%N): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001528msgstr "Fehler beim Zuweisen der Inode-Bitmap (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001529
1530#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001531#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001532msgid "@A @b @B (%N): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001533msgstr "Fehler beim Zuweisen der Block-Bitmap (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001534
1535#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001536#: e2fsck/problem.c:674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001537#, c-format
1538msgid "@A icount link information: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001539msgstr "Fehler beim Zuweisen der „icount link information“: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001540
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001541#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001542#: e2fsck/problem.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001543#, c-format
1544msgid "@A @d @b array: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001545msgstr "Fehler beim Zuweisen des Verzeichnis-Block-Feldes: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001546
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001547#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001548#: e2fsck/problem.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001549#, c-format
1550msgid "Error while scanning @is (%i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001551msgstr "Fehler während des Durchsuchens der Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001552
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001553#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001554#: e2fsck/problem.c:689
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001555#, c-format
1556msgid "Error while iterating over @bs in @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001557msgstr "Fehler beim Iterieren über die Blöcke in Inode %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001558
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001559#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001560#: e2fsck/problem.c:694
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001561msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001562msgstr ""
1563"Fehler beim Speichern der Informationen zur Inode-Anzahl (Inode=%i, Anzahl="
1564"%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001565
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001567#: e2fsck/problem.c:699
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001568msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001569msgstr ""
1570"Fehler beim Speichern der Verzeichnis-Block-Informationen (Inode=%i, Block="
1571"%b, Anzahl=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001572
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001573#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001574#: e2fsck/problem.c:705
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001575#, c-format
1576msgid "Error reading @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001577msgstr "Fehler beim Lesen des Inodes %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001578
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001579#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001580#: e2fsck/problem.c:713
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001581#, c-format
1582msgid "@i %i has imagic flag set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001583msgstr "Inode %i hat den Imagic-Bitschalter gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001584
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001585#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1586#. @-expanded: or append-only flag set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001587#: e2fsck/problem.c:718
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001588#, c-format
1589msgid ""
1590"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1591"or append-only flag set. "
1592msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04001593"Spezielle Geräte-/Socket-/Fifo-/Symlink-Datei (Inode %i) hat den Bitschalter "
1594"für\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001595"unveränderbar oder Nur-Anhängen gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001596
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001597#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001598#: e2fsck/problem.c:724
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001599#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001600msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001601msgstr "Spezieller Geräte-/Socket-/Fifo-Inode %i hat die Größe Null. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001602
1603#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001604#: e2fsck/problem.c:734
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001605msgid "@j @i is not in use, but contains data. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001606msgstr "Inode %i wird nicht verwendet, aber enthält Daten. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001607
1608#. @-expanded: journal is not regular file.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001609#: e2fsck/problem.c:739
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001610msgid "@j is not regular file. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001611msgstr "Journal ist keine reguläre Datei. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001612
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001613#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001614#: e2fsck/problem.c:744
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001615#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001616msgid "@i %i was part of the @o @i list. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001617msgstr "Inode %i war Teil der Liste verwaister Inodes. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001619#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001620#: e2fsck/problem.c:750
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001621msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001622msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001623"Inodes wurden gefunden, die Teil einer defekten verketteten Liste von\n"
1624"verwaisten Inodes waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001625
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001626#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001627#: e2fsck/problem.c:755
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001628msgid "@A refcount structure (%N): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001629msgstr "Fehler beim Zuweisen der refcount-Struktur (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001630
1631#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001632#: e2fsck/problem.c:760
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001633msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'obd386982015-05-17 20:34:58 -04001634msgstr ""
1635"Fehler beim Lesen des Blocks für erweiterte Attribute %b für Inode %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001636
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001637#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001638#: e2fsck/problem.c:765
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001639msgid "@i %i has a bad @a @b %b. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001640msgstr "Inode %i hat einen defekten Erweiterte-Attribute-Block %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001641
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001642#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001643#: e2fsck/problem.c:770
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001644msgid "Error reading @a @b %b (%m). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001645msgstr "Fehler beim Lesen des Blocks für erweiterte Attribute (%m). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001646
Philipp Thomas77c871a2010-04-19 16:59:02 -04001647#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001648#: e2fsck/problem.c:775
Philipp Thomas77c871a2010-04-19 16:59:02 -04001649msgid "@a @b %b has reference count %r, @s %N. "
Theodore Ts'obd386982015-05-17 20:34:58 -04001650msgstr ""
1651"Der Referenzzähler des Blocks für erweiterte Attribute %b ist %r, richtig "
1652"wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001653
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001654#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001655#: e2fsck/problem.c:780
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001656msgid "Error writing @a @b %b (%m). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001657msgstr "Fehler beim Schreiben des Blocks für erweiterte Attribute %b (%m). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001658
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001659#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001660#: e2fsck/problem.c:785
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001661msgid "@a @b %b has h_@bs > 1. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001662msgstr "Der Block für erweiterte Attribute %b hat h_blocks > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001663
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001664#. @-expanded: error allocating extended attribute region allocation structure.
1665#: e2fsck/problem.c:790
1666#, fuzzy
1667msgid "@A @a region allocation structure. "
1668msgstr "Fehler beim Zuweisen der icount-Struktur: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001670#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001671#: e2fsck/problem.c:795
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001672msgid "@a @b %b is corrupt (allocation collision). "
Theodore Ts'obd386982015-05-17 20:34:58 -04001673msgstr ""
1674"Der Block für erweiterte Attribute %b ist defekt (Kollision der "
1675"Platzanforderungen). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001676
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001677#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001678#: e2fsck/problem.c:800
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001679msgid "@a @b %b is corrupt (@n name). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001680msgstr "Der Block für erweiterte Attribute %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001681
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001682#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001683#: e2fsck/problem.c:805
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001684msgid "@a @b %b is corrupt (@n value). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001685msgstr "Der Block für erweiterte Attribute %b ist defekt (ungültiger Wert). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001686
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001687#. @-expanded: inode %i is too big.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001688#: e2fsck/problem.c:810
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001689#, c-format
1690msgid "@i %i is too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001691msgstr "Inode %i ist zu groß. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001692
Philipp Thomas77c871a2010-04-19 16:59:02 -04001693#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001694#: e2fsck/problem.c:814
Philipp Thomas77c871a2010-04-19 16:59:02 -04001695msgid "%B (%b) causes @d to be too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001696msgstr "%B (%b) macht das Verzeichnis zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001697
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001698#: e2fsck/problem.c:819
Philipp Thomas77c871a2010-04-19 16:59:02 -04001699msgid "%B (%b) causes file to be too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001700msgstr "Block #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001701
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001702#: e2fsck/problem.c:824
Philipp Thomas77c871a2010-04-19 16:59:02 -04001703msgid "%B (%b) causes symlink to be too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001704msgstr "Block #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001705
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001706#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001707#: e2fsck/problem.c:829
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001708#, c-format
1709msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001710msgstr ""
1711"Inode %i hat INDEX_FL Flag auf einem Dateisystem ohne HTREE-Unterstützung "
1712"gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001713
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001714#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001715#: e2fsck/problem.c:834
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001716#, c-format
1717msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001718msgstr ""
1719"Inode %i hat den INDEX_FL-Bitschalter gesetzt, ist aber kein Verzeichnis.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001720
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001721#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001722#: e2fsck/problem.c:839
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001723#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001724msgid "@h %i has an @n root node.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001725msgstr ""
1726"HTREE-Verzeichnis-Inode %i hat einen unvollständigen Wurzelknoten („root "
1727"node“).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001728
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001729#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001730#: e2fsck/problem.c:844
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001731msgid "@h %i has an unsupported hash version (%N)\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001732msgstr ""
1733"HTREE-Verzeichnis-Inode %i hat eine nicht unterstützte Hash-Version (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001734
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001735#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001736#: e2fsck/problem.c:849
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001737#, c-format
1738msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001739msgstr ""
1740"@h %i benutzt einen nicht unterstützten Bitschalter für einen Htree-"
1741"Wurzelknoten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001742
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001743#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001744#: e2fsck/problem.c:854
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001745msgid "@h %i has a tree depth (%N) which is too big\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001746msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001747
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001748#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1749#. @-expanded: filesystem metadata.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001750#: e2fsck/problem.c:859
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001751msgid ""
1752"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1753"@f metadata. "
1754msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001755"Der Inode für defekte Blöcke hat einen indirekten Block (%b), der mit\n"
1756"den Dateisystem-Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001757
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001758#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001759#: e2fsck/problem.c:865
Theodore Ts'obc759702005-05-09 20:40:55 -04001760#, c-format
1761msgid "Resize @i (re)creation failed: %m."
Philipp Thomasab02a742014-07-09 23:13:30 -04001762msgstr "Erzeugung des Vergrößerungs-Inodes scheiterte: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001763
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001764#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001765#: e2fsck/problem.c:870
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001766msgid "@i %i has a extra size (%IS) which is @n\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001767msgstr "Inode %i hat eine ungültige Extragröße (%IS)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001768
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001769#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001770#: e2fsck/problem.c:875
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001771msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001772msgstr ""
1773"Ein erweitertes Attribut in Inode %i hat eine ungültige „namelen“ von %N.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001774
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001775#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001776#: e2fsck/problem.c:880
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001777msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001778msgstr ""
1779"Ein erweitertes Attribut in Inode %i hat einen ungültigen Werteversatz von "
1780"%N.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001781
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001782#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001783#: e2fsck/problem.c:885
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001784msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001785msgstr ""
1786"Ein erweitertes Attribut in Inode %i hat einen ungültigen Werteblock von %N "
1787"(muss 0 sein).\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001788
Philipp Thomas77c871a2010-04-19 16:59:02 -04001789#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001790#: e2fsck/problem.c:890
Philipp Thomas77c871a2010-04-19 16:59:02 -04001791msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001792msgstr ""
1793"Ein erweitertes Attribut in Inode %i hat eine ungültige Wertegröße von %N.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001794
Philipp Thomas720e6362008-06-21 14:06:00 -04001795#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001796#: e2fsck/problem.c:895
Philipp Thomas720e6362008-06-21 14:06:00 -04001797msgid "@a in @i %i has a hash (%N) which is @n\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001798msgstr "Ein erweitertes Attribut in Inode %i hat den ungültigen Hash %N.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001799
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001800#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001801#: e2fsck/problem.c:900
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001802msgid "@i %i is a %It but it looks like it is really a directory.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001803msgstr ""
1804"Inode %i ist ein %It, aber es sieht so aus, als ob es tatsächlich ein "
1805"Verzeichnis ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001806
Philipp Thomas40771272008-09-07 22:55:25 -04001807#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001808#: e2fsck/problem.c:905
Philipp Thomas68801282008-07-17 11:47:00 -04001809#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001810msgid "Error while reading over @x tree in @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001811msgstr "Fehler beim Iterieren über den Extent-Baum @x in Inode %i: %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001812
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001813#. @-expanded: Failed to iterate extents in inode %i\n
1814#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001815#: e2fsck/problem.c:910
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001816msgid ""
1817"Failed to iterate extents in @i %i\n"
1818"\t(op %s, blk %b, lblk %c): %m\n"
1819msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001820"Das Iterieren der Erweiterungen (Extents) in Inode %i scheiterte\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001821"\t(op %s, blk %b, lblk %c): %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001822
1823#. @-expanded: inode %i has an invalid extent\n
1824#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001825#: e2fsck/problem.c:916
Philipp Thomas720e6362008-06-21 14:06:00 -04001826msgid ""
1827"@i %i has an @n extent\n"
1828"\t(logical @b %c, @n physical @b %b, len %N)\n"
1829msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001830"Inode %i hat eine @ne Erweiterung\n"
1831"\t(logischer Block %c, @n physischer Block %b, Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001832
1833#. @-expanded: inode %i has an invalid extent\n
1834#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001835#: e2fsck/problem.c:921
Philipp Thomas720e6362008-06-21 14:06:00 -04001836msgid ""
1837"@i %i has an @n extent\n"
1838"\t(logical @b %c, physical @b %b, @n len %N)\n"
1839msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001840"Inode %i hat eine ungültige Erweiterung\n"
1841"\t(logischer Block %c, physischer Block %b, unzulässige Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001842
1843#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001844#: e2fsck/problem.c:926
Philipp Thomas720e6362008-06-21 14:06:00 -04001845#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001846msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001847msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001848"Inode %i hat den EXTENTS_FL-Bitschalter gesetzt, obwohl das Dateisystem\n"
1849"Erweiterungen nicht unterstützt.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001850
1851#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001852#: e2fsck/problem.c:931
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001853#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001854msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001855msgstr ""
1856"Inode %i besitzt das Erweiterungsformat, aber dem Superblock fehlt die "
1857"Eigenschaft EXTENTS\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001858
1859#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001860#: e2fsck/problem.c:936
Philipp Thomas720e6362008-06-21 14:06:00 -04001861#, c-format
1862msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001863msgstr ""
1864"Dem Inode %i fehlt EXTENT_FL, er hat aber das Format einer Erweiterung\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001865
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001866#: e2fsck/problem.c:941
Philipp Thomas720e6362008-06-21 14:06:00 -04001867#, c-format
1868msgid "Fast symlink %i has EXTENT_FL set. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001869msgstr "In schnellem Symlink %i ist EXTENT_FL gesetzt. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001870
1871#. @-expanded: inode %i has out of order extents\n
1872#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001873#: e2fsck/problem.c:946
Philipp Thomas720e6362008-06-21 14:06:00 -04001874msgid ""
1875"@i %i has out of order extents\n"
1876"\t(@n logical @b %c, physical @b %b, len %N)\n"
1877msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001878"Inode %i hat unregelmäßige Erweiterungen\n"
1879"\t(ungültiger logischer Block %c, physischer Block %b, Länge %N)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001880
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001881#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001882#: e2fsck/problem.c:950
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001883msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001884msgstr "Inode %i hat einen ungültigen Erweiterungs-Knoten (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001885
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001886#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001887#: e2fsck/problem.c:955
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001888#, c-format
1889msgid "Error converting subcluster @b @B: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001890msgstr "Fehler beim Umwandeln der Subcluster-Blockbitmap: %m\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001891
1892#. @-expanded: quota inode is not regular file.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001893#: e2fsck/problem.c:960
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001894msgid "@q @i is not regular file. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001895msgstr "Der Quota-Inode ist keine reguläre Datei. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001896
1897#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001898#: e2fsck/problem.c:965
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001899msgid "@q @i is not in use, but contains data. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001900msgstr "Quota-Inode wird nicht benutzt, enthält aber Daten. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001901
1902#. @-expanded: quota inode is visible to the user.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001903#: e2fsck/problem.c:970
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001904msgid "@q @i is visible to the user. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001905msgstr "Der Quota-Inode ist sichtbar für den Benutzer. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001906
1907#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001908#: e2fsck/problem.c:975
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001909msgid "The bad @b @i looks @n. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001910msgstr "Der Inode für defekte Blöcke sieht ungültig aus. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001911
Philipp Thomasedc733d2012-04-22 15:38:42 -04001912#. @-expanded: inode %i has zero length extent\n
1913#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001914#: e2fsck/problem.c:980
Philipp Thomasedc733d2012-04-22 15:38:42 -04001915msgid ""
1916"@i %i has zero length extent\n"
1917"\t(@n logical @b %c, physical @b %b)\n"
1918msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001919"Inode %i hat eine Erweitertung der Länge Null\n"
1920"\t(ungültiger logischer Block %c, physischer Block %b)\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04001921
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001922#. @-expanded: inode %i seems to contain garbage.
1923#: e2fsck/problem.c:985
1924#, fuzzy, c-format
1925msgid "@i %i seems to contain garbage. "
1926msgstr "Inode %i ist zu groß. "
1927
1928#. @-expanded: inode %i passes checks, but checksum does not match inode.
1929#: e2fsck/problem.c:990
1930#, fuzzy, c-format
1931msgid "@i %i passes checks, but checksum does not match @i. "
1932msgstr "Die Prüfsumme der Inode-Bitmap passt nicht zur Bitmap"
1933
1934#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1935#: e2fsck/problem.c:995
1936#, fuzzy, c-format
1937msgid "@i %i @a is corrupt (allocation collision). "
1938msgstr ""
1939"Der Block für erweiterte Attribute %b ist defekt (Kollision der "
1940"Platzanforderungen). "
1941
1942#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1943#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1944#: e2fsck/problem.c:1003
1945#, fuzzy
1946msgid ""
1947"@i %i extent block passes checks, but checksum does not match extent\n"
1948"\t(logical @b %c, physical @b %b, len %N)\n"
1949msgstr ""
1950"Inode %i hat unregelmäßige Erweiterungen\n"
1951"\t(ungültiger logischer Block %c, physischer Block %b, Länge %N)\n"
1952
1953#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1954#: e2fsck/problem.c:1012
1955msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1956msgstr ""
1957
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001958#. @-expanded: Interior extent node level %N of inode %i:\n
1959#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001960#: e2fsck/problem.c:1019
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001961msgid ""
1962"Interior @x node level %N of @i %i:\n"
1963"Logical start %b does not match logical start %c at next level. "
1964msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001965"Ebene %N des internen Erweiterungsknotens von Inode %i:\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001966"Der logische Start %b passt nicht zum logischen Start %c auf der nächsten "
1967"Ebene."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001968
1969#. @-expanded: inode %i, end of extent exceeds allowed value\n
1970#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001971#: e2fsck/problem.c:1025
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001972msgid ""
1973"@i %i, end of extent exceeds allowed value\n"
1974"\t(logical @b %c, physical @b %b, len %N)\n"
1975msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001976"Inode %i, das Ende der Erweiterung ist außerhalb des gültigen Bereichs\n"
1977"\t(logischer Block %c, physischer Block %b, Länge %N)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001978
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001979#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1980#: e2fsck/problem.c:1030
1981#, fuzzy, c-format
1982msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1983msgstr ""
1984"Inode %i besitzt das Erweiterungsformat, aber dem Superblock fehlt die "
1985"Eigenschaft EXTENTS\n"
1986
1987#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1988#: e2fsck/problem.c:1035
1989#, fuzzy, c-format
1990msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1991msgstr ""
1992"Inode %i hat INDEX_FL Flag auf einem Dateisystem ohne HTREE-Unterstützung "
1993"gesetzt.\n"
1994
1995#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1996#: e2fsck/problem.c:1043
1997msgid ""
1998"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1999msgstr ""
2000
Philipp Thomas37be3822015-05-17 20:21:39 -04002001#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002002#: e2fsck/problem.c:1048
Philipp Thomas37be3822015-05-17 20:21:39 -04002003msgid "@d @i %i @b %b should be at @b %c. "
2004msgstr "Verzeichnisinode %i Block %b sollte in Block %c sein. "
2005
2006#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002007#: e2fsck/problem.c:1053
Philipp Thomas37be3822015-05-17 20:21:39 -04002008#, c-format
2009msgid "@d @i %i has @x marked uninitialized at @b %c. "
2010msgstr ""
2011"Verzeichnis-Inode %i hat eine Erweiterung, die als nicht initialisiert\n"
2012"gekennzeichnet ist in Block %c. "
2013
2014#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
2015#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002016#: e2fsck/problem.c:1058
Philipp Thomas37be3822015-05-17 20:21:39 -04002017msgid ""
2018"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
2019"Will fix in pass 1B.\n"
2020msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04002021"Die Inode %i, logischer Block %b (physischer Block %c) verletzt die Regeln "
2022"zur\b Anforderung von Cluster-Speicher.\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04002023"Dies wird in Durchgang 1B repariert.\n"
2024
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002025#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
2026#: e2fsck/problem.c:1063
2027#, fuzzy, c-format
2028msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
2029msgstr ""
2030"Inode %i hat den INDEX_FL-Bitschalter gesetzt, ist aber kein Verzeichnis.\n"
2031
2032#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
2033#. @-expanded: or inline-data flag set.
2034#: e2fsck/problem.c:1068
2035#, fuzzy, c-format
2036msgid ""
2037"Special (@v/socket/fifo) file (@i %i) has extents\n"
2038"or inline-data flag set. "
2039msgstr ""
2040"Spezielle Geräte-/Socket-/Fifo-/Symlink-Datei (Inode %i) hat den Bitschalter "
2041"für\n"
2042"unveränderbar oder Nur-Anhängen gesetzt. "
2043
2044#. @-expanded: inode %i has extent header but inline data flag is set.\n
2045#: e2fsck/problem.c:1074
2046#, c-format
2047msgid "@i %i has @x header but inline data flag is set.\n"
2048msgstr ""
2049
2050#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
2051#: e2fsck/problem.c:1079
2052#, c-format
2053msgid "@i %i seems to have inline data but @x flag is set.\n"
2054msgstr ""
2055
2056#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
2057#: e2fsck/problem.c:1084
2058#, c-format
2059msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
2060msgstr ""
2061
2062#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
2063#: e2fsck/problem.c:1089
2064#, c-format
2065msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
2066msgstr ""
2067
2068#. @-expanded: Bad block list says the bad block list inode is bad.
2069#: e2fsck/problem.c:1094
2070msgid "Bad block list says the bad block list @i is bad. "
2071msgstr ""
2072
2073#. @-expanded: error allocating extent region allocation structure.
2074#: e2fsck/problem.c:1099
2075#, fuzzy
2076msgid "@A @x region allocation structure. "
2077msgstr "Fehler beim Zuweisen der icount-Struktur: %m\n"
2078
2079#. @-expanded: inode %i has a duplicate extent mapping\n
2080#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
2081#: e2fsck/problem.c:1104
2082#, fuzzy
2083msgid ""
2084"@i %i has a duplicate @x mapping\n"
2085"\t(logical @b %c, @n physical @b %b, len %N)\n"
2086msgstr ""
2087"Inode %i hat eine @ne Erweiterung\n"
2088"\t(logischer Block %c, @n physischer Block %b, Länge %N)\n"
2089
2090#. @-expanded: error allocating memory for encrypted directory list\n
2091#: e2fsck/problem.c:1109
2092msgid "@A memory for encrypted @d list\n"
2093msgstr ""
2094
2095#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
2096#: e2fsck/problem.c:1114
2097msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
2098msgstr ""
2099
2100#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
2101#: e2fsck/problem.c:1119
2102#, c-format
2103msgid "@i %i on bigalloc @f cannot be @b mapped. "
2104msgstr ""
2105
2106#. @-expanded: inode %i has corrupt extent header.
2107#: e2fsck/problem.c:1124
2108#, fuzzy, c-format
2109msgid "@i %i has corrupt @x header. "
2110msgstr "Der Block für erweiterte Attribute %b ist defekt (ungültiger Name). "
2111
2112#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
2113#: e2fsck/problem.c:1129
2114#, c-format
2115msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
2116msgstr ""
2117
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002118#. @-expanded: \n
2119#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2120#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002121#: e2fsck/problem.c:1136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002122msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002123"\n"
2124"Running additional passes to resolve @bs claimed by more than one @i...\n"
2125"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002126msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002127"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002128"Zusätzliche Läufe werden durchgeführt, um die von mehr als einem Inode\n"
2129"beanspruchten Blöcke zu klären ...\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002130"Durchgang 1B: Suche nach mehrfach beanspruchten Blöcken\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002131
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002132#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002133#: e2fsck/problem.c:1142
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002134#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002135msgid "@m @b(s) in @i %i:"
Philipp Thomasab02a742014-07-09 23:13:30 -04002136msgstr "Mehrfach beanspruchte(r) Block/Blöcke in Inode %i:"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002137
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002138#: e2fsck/problem.c:1157
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002139#, c-format
2140msgid "Error while scanning inodes (%i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002141msgstr "Fehler beim Prüfen der Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002143#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002144#: e2fsck/problem.c:1162
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002145#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002146msgid "@A @i @B (@i_dup_map): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002147msgstr "Fehler beim Zuweisen der Inode-Bitmap (inode_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002148
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002149#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002150#: e2fsck/problem.c:1167
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002151#, c-format
2152msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002153msgstr "Fehler beim Iterieren über die Blöcke in Inode %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002154
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002155#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002156#: e2fsck/problem.c:1172 e2fsck/problem.c:1534
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002157msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002158msgstr ""
2159"Fehler bei der Anpassung des Referenzzählers des Blocks für erweiterte "
2160"Attribute %b (Inode %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002161
Theodore Ts'o6956f612005-12-31 16:46:15 -05002162#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002163#: e2fsck/problem.c:1182
Theodore Ts'o6956f612005-12-31 16:46:15 -05002164msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002165msgstr ""
2166"Durchgang 1C: Verzeichnisse werden nach Inodes mit mehrfach belegten Blöcken "
2167"durchsucht.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002169#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002170#: e2fsck/problem.c:1188
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002171msgid "Pass 1D: Reconciling @m @bs\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002172msgstr "Durchgang 1D: Mehrfach belegte Blöcke werden abgeglichen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002173
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002174#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002175#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002176#: e2fsck/problem.c:1193
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002177msgid ""
2178"File %Q (@i #%i, mod time %IM) \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002179" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002180msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002181"Datei %Q (Inode #%i, Änderungszeit %IM) \n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002182" hat %r mehrfach belegte(n) Block/Blöcke, gemeinsam genutzt mit %N "
2183"Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002185#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002186#: e2fsck/problem.c:1199
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002187msgid "\t%Q (@i #%i, mod time %IM)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002188msgstr "\t%Q (Inode #%i, Änderungszeit %IM)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002189
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002190#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002191#: e2fsck/problem.c:1204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002192msgid "\t<@f metadata>\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002193msgstr "\t<@f-Metadaten>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002194
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002195#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2196#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002197#: e2fsck/problem.c:1209
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002198msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002199"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002200"\n"
2201msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002202"(Es gibt %N Inodes, die mehrfach belegte Blöcke enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002203"\n"
2204
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002205#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2206#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002207#: e2fsck/problem.c:1214
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002208msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002209"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002210"\n"
2211msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002212"Mehrfach belegte Blöcke wurden bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002213"\n"
2214
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002215#: e2fsck/problem.c:1227
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002216#, c-format
2217msgid "Couldn't clone file: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002218msgstr "Datei kann nicht geklont werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002219
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002220#. @-expanded: Pass 1E: Optimizing extent trees\n
2221#: e2fsck/problem.c:1233
2222#, fuzzy
2223msgid "Pass 1E: Optimizing @x trees\n"
2224msgstr "Durchgang 3A: Verzeichnisse werden optimiert\n"
2225
2226#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2227#: e2fsck/problem.c:1238
2228#, fuzzy, c-format
2229msgid "Failed to optimize @x tree %p (%i): %m\n"
2230msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m\n"
2231
2232#. @-expanded: Optimizing extent trees:
2233#: e2fsck/problem.c:1243
2234#, fuzzy
2235msgid "Optimizing @x trees: "
2236msgstr "Verzeichnisse werden optimiert: "
2237
2238#: e2fsck/problem.c:1258
2239msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2240msgstr ""
2241
2242#. @-expanded: inode %i extent tree (at level %b) could be shorter.
2243#: e2fsck/problem.c:1263
2244msgid "@i %i @x tree (at level %b) could be shorter. "
2245msgstr ""
2246
2247#. @-expanded: inode %i extent tree (at level %b) could be narrower.
2248#: e2fsck/problem.c:1268
2249msgid "@i %i @x tree (at level %b) could be narrower. "
2250msgstr ""
2251
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002252#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002253#: e2fsck/problem.c:1275
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002254msgid "Pass 2: Checking @d structure\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002255msgstr "Durchgang 2: Verzeichnisstruktur wird geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002257#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002258#: e2fsck/problem.c:1280
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002259#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002260msgid "@n @i number for '.' in @d @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002261msgstr "Falsche Inode-Nummer für „.“ in Verzeichnis-Inode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002262
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002263#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002264#: e2fsck/problem.c:1285
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002265msgid "@E has @n @i #: %Di.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002266msgstr "Eintrag hat falsche Inode-Nummer: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002267
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002268#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002269#: e2fsck/problem.c:1290
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002270msgid "@E has @D/unused @i %Di. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002271msgstr "Eintrag „%Dn“ in %p (%i) hat gelöschten/unbenutzten Inode %Di. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002272
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002273#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002274#: e2fsck/problem.c:1295
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002275msgid "@E @L to '.' "
Philipp Thomasab02a742014-07-09 23:13:30 -04002276msgstr "Eintrag „%Dn“ in %p (%i) ist ein Link auf „.“ "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002277
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002278#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002279#: e2fsck/problem.c:1300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002280msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002281msgstr ""
2282"Eintrag „%Dn“ in %p (%i) zeigt auf einen Inode (%Di) in einem defekten "
2283"Block.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002284
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002285#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002286#: e2fsck/problem.c:1305
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002287msgid "@E @L to @d %P (%Di).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002288msgstr "Eintrag „%Dn“ in %p (%i) ist ein Link auf das Verzeichnis %P (%Di).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002289
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002290#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002291#: e2fsck/problem.c:1310
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002292msgid "@E @L to the @r.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002293msgstr "Eintrag „%Dn“ in %p (%i) ist ein Link auf den Root-Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002294
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002295#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002296#: e2fsck/problem.c:1315
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002297msgid "@E has illegal characters in its name.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002298msgstr "Eintrag „%Dn“ in %p (%i) hat ein unzulässiges Zeichen im Namen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002299
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002300#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002301#: e2fsck/problem.c:1320
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002302#, c-format
2303msgid "Missing '.' in @d @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002304msgstr "Fehlende „.“ im Verzeichnis-Inode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002305
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002306#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002307#: e2fsck/problem.c:1325
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002308#, c-format
2309msgid "Missing '..' in @d @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002310msgstr "Fehlender Eintrag „..“ im Verzeichnis-Inode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002311
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002312#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002313#: e2fsck/problem.c:1330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002314msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002315msgstr ""
2316"Der erste Eintrag „%Dn“ (Inode=%Di) im Verzeichnis-Inode %i (%p) sollte „.“ "
2317"sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002318
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002319#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002320#: e2fsck/problem.c:1335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002321msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002322msgstr ""
2323"Der zweite Eintrag „%Dn“ (Inode=%Di) im Verzeichnis-Inode %i sollte „..“ "
2324"sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002325
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002326#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002327#: e2fsck/problem.c:1340
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002328msgid "i_faddr @F %IF, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002329msgstr "i_faddr für Inode %i (%Q) ist %IF, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002331#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002332#: e2fsck/problem.c:1345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002333msgid "i_file_acl @F %If, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002334msgstr "i_file_acl für Inode %i (%Q) ist %If, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002336#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002337#: e2fsck/problem.c:1350
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002338msgid "i_dir_acl @F %Id, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002339msgstr "i_dir_acl für Inode %i (%Q) ist %Id, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002340
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002341#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002342#: e2fsck/problem.c:1355
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002343msgid "i_frag @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002344msgstr "i_frag für Inode %i (%Q) ist %N, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002345
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002346#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002347#: e2fsck/problem.c:1360
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002348msgid "i_fsize @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002349msgstr "i_fsize für Inode %i (%Q) ist %N, @s null.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002350
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002351#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002352#: e2fsck/problem.c:1365
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002353msgid "@i %i (%Q) has @n mode (%Im).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002354msgstr "Inode %i (%Q) hat einen ungültigen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002355
Philipp Thomas77c871a2010-04-19 16:59:02 -04002356#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002357#: e2fsck/problem.c:1370
Philipp Thomas77c871a2010-04-19 16:59:02 -04002358msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002359msgstr "Verzeichnis-Inode %i, %B, Offset %N: Verzeichnis defekt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002360
Philipp Thomas77c871a2010-04-19 16:59:02 -04002361#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002362#: e2fsck/problem.c:1375
Philipp Thomas77c871a2010-04-19 16:59:02 -04002363msgid "@d @i %i, %B, offset %N: filename too long\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002364msgstr "Verzeichnis-Inode %i, %B, Offset %N: Dateiname zu lang\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002365
Philipp Thomas77c871a2010-04-19 16:59:02 -04002366#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002367#: e2fsck/problem.c:1380
Philipp Thomas77c871a2010-04-19 16:59:02 -04002368msgid "@d @i %i has an unallocated %B. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002369msgstr "Verzeichnis-Inode %i hat einen nicht zugewiesenen %B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002370
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002371#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002372#: e2fsck/problem.c:1385
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002373#, c-format
2374msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002375msgstr ""
2376"Verzeichniseintrag „.“ im Verzeichnis-Inode %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002377
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002378#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002379#: e2fsck/problem.c:1390
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002380#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002381msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002382msgstr ""
2383"Verzeichniseintrag „..“ im Verzeichnis-Inode %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002384
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002385#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002386#: e2fsck/problem.c:1395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002387msgid "@i %i (%Q) is an @I character @v.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002388msgstr "Inode %i (%Q) ist ein ungültiges zeichenorientiertes Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002389
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002390#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002391#: e2fsck/problem.c:1400
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002392msgid "@i %i (%Q) is an @I @b @v.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002393msgstr "Inode %i (%Q) ist ein ungültiges blockorientiertes Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002394
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002395#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002396#: e2fsck/problem.c:1405
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002397msgid "@E is duplicate '.' @e.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002398msgstr "Eintrag „%Dn“ in %p (%i) ist ein doppelter Eintrag für „.“.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002399
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002400#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002401#: e2fsck/problem.c:1410
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002402msgid "@E is duplicate '..' @e.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002403msgstr "Eintrag „%Dn“ in %p (%i) ist ein doppelter Eintrag für „..“.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002404
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002405#: e2fsck/problem.c:1415 e2fsck/problem.c:1750
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002406#, c-format
2407msgid "Internal error: couldn't find dir_info for %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002408msgstr "Interner Fehler: dir_info für %i kann nicht gefunden werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002409
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002410#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002411#: e2fsck/problem.c:1420
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002412msgid "@E has rec_len of %Dr, @s %N.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002413msgstr "Eintrag „%Dn“ in %p (%i) hat eine rec_len von %Dr, sollte %N sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002414
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002415#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002416#: e2fsck/problem.c:1425
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002417#, c-format
2418msgid "@A icount structure: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002419msgstr "Fehler beim Zuweisen der icount-Struktur: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002420
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002421#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002422#: e2fsck/problem.c:1430
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002423#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04002424msgid "Error iterating over @d @bs: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002425msgstr "Fehler beim Durchlaufen der Verzeichnisblöcke: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002426
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002427#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002428#: e2fsck/problem.c:1435
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002429msgid "Error reading @d @b %b (@i %i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002430msgstr "Fehler beim Lesen des Verzeichnisblocks %b (Inode %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002431
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002432#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002433#: e2fsck/problem.c:1440
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002434msgid "Error writing @d @b %b (@i %i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002435msgstr "Fehler beim Schreiben des Verzeichnisblocks %b (Inode %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002436
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002437#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002438#: e2fsck/problem.c:1445
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002439#, c-format
2440msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002441msgstr ""
2442"Fehler beim Zuweisen eines neuen Verzeichnisblocks für Inode %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002443
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002444#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002445#: e2fsck/problem.c:1450
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002446#, c-format
2447msgid "Error deallocating @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002448msgstr "Fehler bei der Freigabe von Inode %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002449
Philipp Thomas40771272008-09-07 22:55:25 -04002450#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002451#: e2fsck/problem.c:1455
Philipp Thomas40771272008-09-07 22:55:25 -04002452#, c-format
2453msgid "@d @e for '.' in %p (%i) is big.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002454msgstr "Verzeichniseintrag für „.“ in %p (%i) ist groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002455
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002456#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002457#: e2fsck/problem.c:1460
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002458msgid "@i %i (%Q) is an @I FIFO.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002459msgstr "Inode %i (%Q) ist eine ungültige FIFO.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002460
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002461#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002462#: e2fsck/problem.c:1465
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002463msgid "@i %i (%Q) is an @I socket.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002464msgstr "Inode %i (%Q) ist ein ungültiger Socket.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002465
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002466#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002467#: e2fsck/problem.c:1470
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002468msgid "Setting filetype for @E to %N.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002469msgstr "Dateitypü für Eintrag „%Dn“ in %p (%i) wird auf %N gesetzt.\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 an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002472#: e2fsck/problem.c:1475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002473msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002474msgstr ""
2475"Eintrag „%Dn“ in %p (%i) hat einen falschen Dateityp (war %Dt, sollte %N "
2476"sein).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002477
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002478#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002479#: e2fsck/problem.c:1480
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002480msgid "@E has filetype set.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002481msgstr "Eintrag „%Dn“ in %p (%i) hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002482
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002483#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002484#: e2fsck/problem.c:1485
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002485msgid "@E has a @z name.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002486msgstr "Eintrag „%Dn“ in %p (%i) hat einen Namen der Länge Null.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002487
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002488#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002489#: e2fsck/problem.c:1490
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002490msgid "Symlink %Q (@i #%i) is @n.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002491msgstr "Symlink %Q (Inode #%i) is invalid.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002492
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002493#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002494#: e2fsck/problem.c:1495
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002495msgid "@a @b @F @n (%If).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002496msgstr "Erweiterte-Attribute-Block für Inode %i (%Q) ist ungültig (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002497
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002498#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002499#: e2fsck/problem.c:1500
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002500msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002501msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002502"Dateisystem enthält große Dateien, aber im Superblock ist\n"
2503"der Bitschalter LARGE_FILE nicht gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002504
Philipp Thomas77c871a2010-04-19 16:59:02 -04002505#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002506#: e2fsck/problem.c:1505
Philipp Thomas77c871a2010-04-19 16:59:02 -04002507msgid "@p @h %d: %B not referenced\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002508msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B ist nicht referenziert\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002509
Philipp Thomas77c871a2010-04-19 16:59:02 -04002510#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002511#: e2fsck/problem.c:1510
Philipp Thomas77c871a2010-04-19 16:59:02 -04002512msgid "@p @h %d: %B referenced twice\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002513msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002514
Philipp Thomas77c871a2010-04-19 16:59:02 -04002515#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002516#: e2fsck/problem.c:1515
Philipp Thomas77c871a2010-04-19 16:59:02 -04002517msgid "@p @h %d: %B has bad min hash\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002518msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B hat ungültigen Minimumhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002519
Philipp Thomas77c871a2010-04-19 16:59:02 -04002520#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002521#: e2fsck/problem.c:1520
Philipp Thomas77c871a2010-04-19 16:59:02 -04002522msgid "@p @h %d: %B has bad max hash\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002523msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B hat ungültigen Maximalhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002524
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002525#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002526#: e2fsck/problem.c:1525
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002527msgid "@n @h %d (%q). "
Philipp Thomasab02a742014-07-09 23:13:30 -04002528msgstr "Ungültiger HTREE-Verzeichnis-Inode %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002529
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002530#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002531#: e2fsck/problem.c:1529
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002532msgid "@p @h %d (%q): bad @b number %b.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002533msgstr "Problem im HTREE-Verzeichnis-Inode %d (%q): falsche Blocknummer %b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002534
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002535#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002536#: e2fsck/problem.c:1539
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002537#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002538msgid "@p @h %d: root node is @n\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002539msgstr "Problem im HTREE-Verzeichnis-Inode %d: Wurzelknoten ist ungültig\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002540
Philipp Thomas77c871a2010-04-19 16:59:02 -04002541#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002542#: e2fsck/problem.c:1544
Philipp Thomas77c871a2010-04-19 16:59:02 -04002543msgid "@p @h %d: %B has @n limit (%N)\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002544msgstr ""
2545"Problem im HTREE-Verzeichnis-Inode %d: %B hat eine ungültige Begrenzung "
2546"(%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002547
Philipp Thomas77c871a2010-04-19 16:59:02 -04002548#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002549#: e2fsck/problem.c:1549
Philipp Thomas77c871a2010-04-19 16:59:02 -04002550msgid "@p @h %d: %B has @n count (%N)\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002551msgstr ""
2552"Problem im HTREE-Verzeichnis-Inode %d: %B hat einen ungültigen Zählerstand "
2553"(%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002554
Philipp Thomas77c871a2010-04-19 16:59:02 -04002555#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002556#: e2fsck/problem.c:1554
Philipp Thomas77c871a2010-04-19 16:59:02 -04002557msgid "@p @h %d: %B has an unordered hash table\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002558msgstr ""
2559"Problem im HTREE-Verzeichnis-Inode %d: %B hat eine unsortierte Hashtabelle\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002560
Philipp Thomas77c871a2010-04-19 16:59:02 -04002561#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002562#: e2fsck/problem.c:1559
Philipp Thomas77c871a2010-04-19 16:59:02 -04002563msgid "@p @h %d: %B has @n depth (%N)\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002564msgstr ""
2565"Problem im HTREE-Verzeichnis-Inode %d: %B hat eine ungültige Tiefe (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002566
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002567#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002568#: e2fsck/problem.c:1564
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002569msgid "Duplicate @E found. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002570msgstr "Doppelter Eintrag „%Dn“ in %p (%i) gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002571
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002572#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2573#. @-expanded: Rename to %s
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002574#: e2fsck/problem.c:1569
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002575#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002576msgid ""
2577"@E has a non-unique filename.\n"
2578"Rename to %s"
2579msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002580"Eintrag „%Dn“ in %p (%i) hat keinen eindeutigen Dateinamen.\n"
2581"Wird in %s umbenannt"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002582
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002583#. @-expanded: Duplicate entry '%Dn' found.\n
2584#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2585#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002586#: e2fsck/problem.c:1574
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002587msgid ""
2588"Duplicate @e '%Dn' found.\n"
2589"\tMarking %p (%i) to be rebuilt.\n"
2590"\n"
2591msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002592"Doppelter Eintrag „%Dn“ gefunden.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002593"\t%p (%i) wird für die Neuerstellung markiert.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002594"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002595
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002596#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002597#: e2fsck/problem.c:1579
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002598msgid "i_blocks_hi @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002599msgstr "i_blocks_hi für Inode %i (%Q) %N, sollte Null sein.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002600
Philipp Thomas720e6362008-06-21 14:06:00 -04002601#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002602#: e2fsck/problem.c:1584
Philipp Thomas720e6362008-06-21 14:06:00 -04002603msgid "Unexpected @b in @h %d (%q).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002604msgstr "Unerwarteter Block im HTREE-Verzeichnis-Inode %d (%q).\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002605
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002606#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002607#: e2fsck/problem.c:1588
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002608msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002609msgstr ""
2610"Eintrag „%Dn“ in %p (%i) verweist auf Inode %Di in Gruppe %g, für die "
2611"_INODE_UNINIT gesetzt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002612
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002613#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002614#: e2fsck/problem.c:1593
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002615msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002616msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04002617"Eintrag „%Dn“ in %p (%i) verweist auf Inode %Di, der im Bereich ungenutzter "
2618"Inodes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002619"von Gruppe %g zu finden ist.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002620
2621#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002622#: e2fsck/problem.c:1598
Philipp Thomas77c871a2010-04-19 16:59:02 -04002623msgid "i_file_acl_hi @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002624msgstr "i_file_acl_hi für Inode %i (%Q) ist %N, sollte Null sein.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002625
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002626#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2627#: e2fsck/problem.c:1603
2628#, fuzzy, c-format
2629msgid "@p @h %d: root node fails checksum.\n"
2630msgstr "Problem im HTREE-Verzeichnis-Inode %d: Wurzelknoten ist ungültig\n"
2631
2632#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2633#: e2fsck/problem.c:1608
2634#, fuzzy, c-format
2635msgid "@p @h %d: internal node fails checksum.\n"
2636msgstr "Problem im HTREE-Verzeichnis-Inode %d: Wurzelknoten ist ungültig\n"
2637
2638#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2639#: e2fsck/problem.c:1613
2640#, fuzzy
2641msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2642msgstr "Verzeichnis-Inode %i, %B, Offset %N: Verzeichnis defekt\n"
2643
2644#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2645#: e2fsck/problem.c:1618
2646msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2647msgstr ""
2648
2649#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2650#: e2fsck/problem.c:1623
2651msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2652msgstr ""
2653
2654#. @-expanded: Fixing size of inline directory inode %i failed.\n
2655#: e2fsck/problem.c:1628
2656#, c-format
2657msgid "Fixing size of inline @d @i %i failed.\n"
2658msgstr ""
2659
2660#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2661#: e2fsck/problem.c:1633
2662msgid "Encrypted @E is too short.\n"
2663msgstr ""
2664
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002665#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002666#: e2fsck/problem.c:1640
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002667msgid "Pass 3: Checking @d connectivity\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002668msgstr "Durchgang 3: Verzeichnisverknüpfungen werden geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002670#. @-expanded: root inode not allocated.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002671#: e2fsck/problem.c:1645
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002672msgid "@r not allocated. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002673msgstr "Root-Inode nicht zugeordnet. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002674
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002675#. @-expanded: No room in lost+found directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002676#: e2fsck/problem.c:1650
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002677msgid "No room in @l @d. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002678msgstr "Kein Platz im Verzeichnis „lost+found“. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002679
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002680#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002681#: e2fsck/problem.c:1655
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002682#, c-format
2683msgid "Unconnected @d @i %i (%p)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002684msgstr "Nicht verbundener Verzeichnis-Inode %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002685
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002686#. @-expanded: /lost+found not found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002687#: e2fsck/problem.c:1660
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002688msgid "/@l not found. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002689msgstr "/lost+found nicht gefunden. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002690
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002691#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002692#: e2fsck/problem.c:1665
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002693msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002694msgstr "„..“ in %Q (%i) ist %P (%j), sollte %q (%d) sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002695
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002696#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002697#: e2fsck/problem.c:1670
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002698msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002699msgstr ""
2700"Verzeichnis /lost+found ist falsch oder fehlt. Wiederverbinden nicht "
2701"möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002702
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002703#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002704#: e2fsck/problem.c:1675
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002705#, c-format
2706msgid "Could not expand /@l: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002707msgstr "Erweitern von /lost+found nicht möglich: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002708
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002709#: e2fsck/problem.c:1680
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002710#, c-format
2711msgid "Could not reconnect %i: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002712msgstr "Wiederverbinden von %i nicht möglich: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002713
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002714#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002715#: e2fsck/problem.c:1685
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002716#, c-format
2717msgid "Error while trying to find /@l: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002718msgstr "Fehler während der Suche nach /lost+found: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002719
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002720#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002721#: e2fsck/problem.c:1690
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002722#, c-format
2723msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002724msgstr ""
2725"ext2fs_new_@b: %m während des Versuches, das Verzeichnis /lost+found zu "
2726"erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002727
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002728#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002729#: e2fsck/problem.c:1695
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002730#, c-format
2731msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002732msgstr ""
2733"ext2fs_new_@i: %m während des Versuches, das Verzeichnis /lost+found zu "
2734"erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002735
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002736#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002737#: e2fsck/problem.c:1700
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002738#, c-format
2739msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002740msgstr ""
2741"ext2fs_new_dir_@b: %m während des Versuches, das Verzeichnis /lost+found zu "
2742"erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002743
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002744#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002745#: e2fsck/problem.c:1705
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002746#, c-format
2747msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002748msgstr ""
2749"ext2fs_write_dir_@b: %m während des Schreibens des Verzeichnisblocks für /"
2750"lost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002751
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002752#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002753#: e2fsck/problem.c:1710
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002754#, c-format
2755msgid "Error while adjusting @i count on @i %i\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002756msgstr "Fehler während des Anpassens der Inode-Anzahl auf Inode %i\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002757
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002758#. @-expanded: Couldn't fix parent of inode %i: %m\n
2759#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002760#: e2fsck/problem.c:1715
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002761#, c-format
2762msgid ""
2763"Couldn't fix parent of @i %i: %m\n"
2764"\n"
2765msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002766"Eigentümer von Inode %i konnte nicht repariert werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002767"\n"
2768
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002769#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2770#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002771#: e2fsck/problem.c:1720
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002772#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002773msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002774"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002775"\n"
2776msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002777"Eigentümer von Inode %i konnte nicht repariert werden: \n"
2778"Verzeichniseintrag des Eigentümers wurde nicht gefunden.\n"
2779"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002780
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002781#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002782#: e2fsck/problem.c:1730
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002783#, c-format
2784msgid "Error creating root @d (%s): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002785msgstr "Fehler beim Erzeugen des Wurzelverzeichnisses (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002786
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002787#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002788#: e2fsck/problem.c:1735
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002789#, c-format
2790msgid "Error creating /@l @d (%s): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002791msgstr "Fehler beim Erzeugen des Verzeichnisses /lost+found (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002792
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002793#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002794#: e2fsck/problem.c:1740
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002795msgid "@r is not a @d; aborting.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002796msgstr "Der Wurzel-Inode ist kein Verzeichnis; Abbruch.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002797
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002798#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002799#: e2fsck/problem.c:1745
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002800msgid "Cannot proceed without a @r.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002801msgstr "Ohne Wurzel-Inode ist weiteres Arbeiten nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002802
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002803#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002804#: e2fsck/problem.c:1755
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002805#, c-format
2806msgid "/@l is not a @d (ino=%i)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002807msgstr "/lost+found ist kein Verzeichnis (ino=%i)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002808
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002809#. @-expanded: /lost+found has inline data\n
2810#: e2fsck/problem.c:1760
2811msgid "/@l has inline data\n"
2812msgstr ""
2813
2814#. @-expanded: Cannot allocate space for /lost+found.\n
2815#. @-expanded: Place lost files in root directory instead
2816#: e2fsck/problem.c:1765
2817msgid ""
2818"Cannot allocate space for /@l.\n"
2819"Place lost files in root directory instead"
2820msgstr ""
2821
2822#. @-expanded: Insufficient space to recover lost files!\n
2823#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2824#. @-expanded: \n
2825#: e2fsck/problem.c:1770
2826msgid ""
2827"Insufficient space to recover lost files!\n"
2828"Move data off the @f and re-run e2fsck.\n"
2829"\n"
2830msgstr ""
2831
2832#. @-expanded: /lost+found is encrypted\n
2833#: e2fsck/problem.c:1775
2834#, fuzzy
2835msgid "/@l is encrypted\n"
2836msgstr "Das Abbild (%s) ist verschlüsselt\n"
2837
2838#: e2fsck/problem.c:1782
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002839msgid "Pass 3A: Optimizing directories\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002840msgstr "Durchgang 3A: Verzeichnisse werden optimiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002841
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002842#: e2fsck/problem.c:1787
Philipp Thomas77c871a2010-04-19 16:59:02 -04002843#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002844msgid "Failed to create dirs_to_hash iterator: %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002845msgstr "dirs_to_hash Iterator konnte nicht erzeugt werden: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002846
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002847#: e2fsck/problem.c:1792
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002848msgid "Failed to optimize directory %q (%d): %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002849msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002850
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002851#: e2fsck/problem.c:1797
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002852msgid "Optimizing directories: "
Philipp Thomasab02a742014-07-09 23:13:30 -04002853msgstr "Verzeichnisse werden optimiert: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002854
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002855#: e2fsck/problem.c:1814
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002856msgid "Pass 4: Checking reference counts\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002857msgstr "Durchgang 4: Referenzzähler werden überprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002858
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002859#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002860#: e2fsck/problem.c:1819
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002861#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002862msgid "@u @z @i %i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002863msgstr "Nicht verbundener Inode der Länge Null %i. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002864
2865#. @-expanded: unattached inode %i\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002866#: e2fsck/problem.c:1824
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002867#, c-format
2868msgid "@u @i %i\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002869msgstr "Nicht verbundener Inode %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002870
2871#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002872#: e2fsck/problem.c:1829
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002873msgid "@i %i ref count is %Il, @s %N. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002874msgstr "Der Referenzzähler von Inode %i ist %Il, sollte aber %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002875
Philipp Thomasab02a742014-07-09 23:13:30 -04002876# So etwas sollte in einer ernstzunehmenden Software nicht erscheinen,
2877# selbst wenn es (derber) Humor ist.
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002878#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2879#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2880#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002881#: e2fsck/problem.c:1833
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002882msgid ""
2883"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2884"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002885"@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 -05002886msgstr ""
2887"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002888"\tODER JEMAND PRÜFT EIN EINGEHÄNGTES (AKTIVES) DATEISYSTEM.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002889"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten identisch "
2890"sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002891
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002892#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002893#: e2fsck/problem.c:1843
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002894msgid "Pass 5: Checking @g summary information\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002895msgstr "Durchgang 5: Zusammengefasste Gruppeninformation wird geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002896
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002897#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002898#: e2fsck/problem.c:1848
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002899msgid "Padding at end of @i @B is not set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002900msgstr "Auffüllbyte am Ende der Inode-Bitmap ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002901
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002902#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002903#: e2fsck/problem.c:1853
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002904msgid "Padding at end of @b @B is not set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002905msgstr "Auffüllbyte am Ende der Inode-Bitmap ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002906
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002907#. @-expanded: block bitmap differences:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002908#: e2fsck/problem.c:1858
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002909msgid "@b @B differences: "
Philipp Thomasab02a742014-07-09 23:13:30 -04002910msgstr "Unterschiede in der Block-Bitmap: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002911
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002912#. @-expanded: inode bitmap differences:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002913#: e2fsck/problem.c:1878
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002914msgid "@i @B differences: "
Philipp Thomasab02a742014-07-09 23:13:30 -04002915msgstr "Unterschiede in der Inode-Bitmap: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002916
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002917#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002918#: e2fsck/problem.c:1898
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002919msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002920msgstr "Die Anzahl freier Inodes für Gruppe #%g ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002921
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002922#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002923#: e2fsck/problem.c:1903
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002924msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002925msgstr ""
2926"Die Anzahl der Verzeichnisse für Gruppe #%g ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002927
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002928#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002929#: e2fsck/problem.c:1908
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002930msgid "Free @is count wrong (%i, counted=%j).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002931msgstr "Die Anzahl freier Inodes ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002932
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002933#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002934#: e2fsck/problem.c:1913
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002935msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002936msgstr "Die Anzahl freier Blöcke in Gruppe #%g ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002937
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002938#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002939#: e2fsck/problem.c:1918
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002940msgid "Free @bs count wrong (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002941msgstr "Die Anzahl freier Blöcke ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002942
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002943#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2944#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002945#: e2fsck/problem.c:1923
Theodore Ts'obd386982015-05-17 20:34:58 -04002946msgid ""
2947"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2948"endpoints (%i, %j)\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002949msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04002950"PROGRAMMIERFEHLER: Dateisystem (#%N) Bitmap-Endpunkte (%b, %c) stimmenen "
2951"nicht\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002952"mit den berechneten Bitmap-Endpunkten (%i, %j) überein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002953
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002954#: e2fsck/problem.c:1929
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002955msgid "Internal error: fudging end of bitmap (%N)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002956msgstr "Interner Fehler: das Ende der Bitmap (%N) wird erraten\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002957
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002958#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002959#: e2fsck/problem.c:1934
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002960#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002961msgid "Error copying in replacement @i @B: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002962msgstr "Fehler beim Hineinkopieren der Inode-Bitmap: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002963
2964#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002965#: e2fsck/problem.c:1939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002966#, c-format
2967msgid "Error copying in replacement @b @B: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002968msgstr "Fehler beim Hineinkopieren der Ersatz-Blockbitmap: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002969
Philipp Thomas720e6362008-06-21 14:06:00 -04002970#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002971#: e2fsck/problem.c:1964
Philipp Thomas720e6362008-06-21 14:06:00 -04002972#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04002973msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002974msgstr ""
2975"Blöcke von Gruppe %g sind in Benutzung, obwohl die Gruppe als BLOCK_UNINIT "
2976"markiert ist\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002977
2978#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002979#: e2fsck/problem.c:1969
Theodore Ts'o057a1592010-06-07 12:24:21 -04002980#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04002981msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002982msgstr ""
2983"Die Inodes der Gruppe %g sind in Benutzung, obwohl die Gruppe als "
2984"INODE_UNINIT markiert ist\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002985
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002986#. @-expanded: group %g inode bitmap does not match checksum.\n
2987#: e2fsck/problem.c:1974
2988#, c-format
2989msgid "@g %g @i @B does not match checksum.\n"
2990msgstr ""
2991
2992#. @-expanded: group %g block bitmap does not match checksum.\n
2993#: e2fsck/problem.c:1979
2994#, c-format
2995msgid "@g %g @b @B does not match checksum.\n"
2996msgstr ""
2997
Philipp Thomas77c871a2010-04-19 16:59:02 -04002998#. @-expanded: Recreate journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002999#: e2fsck/problem.c:1986
Philipp Thomas77c871a2010-04-19 16:59:02 -04003000msgid "Recreate @j"
Philipp Thomasab02a742014-07-09 23:13:30 -04003001msgstr "Journal wird wiederhergestellt"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003002
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003003#: e2fsck/problem.c:1991
Eric Sandeen032eafe2012-07-28 17:48:36 -04003004msgid "Update quota info for quota type %N"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05003005msgstr "Quota-Info für Typ %N wird aktualisiert"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003006
Philipp Thomas37be3822015-05-17 20:21:39 -04003007#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003008#: e2fsck/problem.c:1996
Philipp Thomas37be3822015-05-17 20:21:39 -04003009#, c-format
3010msgid "Error setting @b @g checksum info: %m\n"
3011msgstr "beim Setzen der Blockgruppen-Prüfsummeninfo: %m\n"
3012
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003013#: e2fsck/problem.c:2001
Philipp Thomas37be3822015-05-17 20:21:39 -04003014#, c-format
3015msgid "Error writing file system info: %m\n"
3016msgstr "Fehler beim Lesen de Der Dateisysteminfo: %m\n"
3017
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003018#: e2fsck/problem.c:2006
Philipp Thomas37be3822015-05-17 20:21:39 -04003019#, c-format
3020msgid "Error flushing writes to storage device: %m\n"
3021msgstr "Fehler beim Schreiben der gepufferten Daten: %m\n"
3022
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003023#: e2fsck/problem.c:2127
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003024#, c-format
3025msgid "Unhandled error code (0x%x)!\n"
3026msgstr "Unbenutzter Fehlercode (0x%x)!\n"
3027
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003028#: e2fsck/problem.c:2252 e2fsck/problem.c:2256
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003029msgid "IGNORED"
3030msgstr "IGNORIERT"
3031
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003032#: e2fsck/quota.c:33 e2fsck/quota.c:46
3033msgid "in move_quota_inode"
3034msgstr ""
3035
Eric Sandeen032eafe2012-07-28 17:48:36 -04003036#: e2fsck/scantest.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003037#, c-format
3038msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003039msgstr "Benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003040
Eric Sandeen032eafe2012-07-28 17:48:36 -04003041#: e2fsck/scantest.c:98
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003042#, c-format
3043msgid "size of inode=%d\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003044msgstr "Größe des Inodes=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003045
Eric Sandeen032eafe2012-07-28 17:48:36 -04003046#: e2fsck/scantest.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003047msgid "while starting inode scan"
Philipp Thomasab02a742014-07-09 23:13:30 -04003048msgstr "beim Starten der Inode-Prüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003049
Eric Sandeen032eafe2012-07-28 17:48:36 -04003050#: e2fsck/scantest.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003051msgid "while doing inode scan"
Philipp Thomasab02a742014-07-09 23:13:30 -04003052msgstr "während der Inode-Prüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003053
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003054#: e2fsck/super.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003055#, c-format
3056msgid "while calling ext2fs_block_iterate for inode %d"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003057msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003058
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003059#: e2fsck/super.c:213
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003060#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003061msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
3062msgstr "während des Aufrufs von ext2fs_adjust_ea_refcount2 für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003063
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003064#: e2fsck/super.c:274
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003065msgid "Truncating"
Philipp Thomasab02a742014-07-09 23:13:30 -04003066msgstr "Wird gekürzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003067
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003068#: e2fsck/super.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003069msgid "Clearing"
Philipp Thomasab02a742014-07-09 23:13:30 -04003070msgstr "Wird bereinigt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003071
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003072#: e2fsck/unix.c:77
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003073#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003074msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003075"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003076"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003077"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003078msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04003079"Aufruf: %s [-panyrcdfvtDFV] [-b Superblock] [-B Blockgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003080"\t\t[-I Inode_Puffer_Blöcke] [-P Prozess_Inodegröße]\n"
3081"\t\t[-l|-L Bad_Blocks_Datei] [-C Dateideskriptor] [-j externes_Journal]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003082"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003083
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003084#: e2fsck/unix.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003085msgid ""
3086"\n"
3087"Emergency help:\n"
3088" -p Automatic repair (no questions)\n"
3089" -n Make no changes to the filesystem\n"
3090" -y Assume \"yes\" to all questions\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04003091" -c Check for bad blocks and add them to the badblock "
3092"list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003093" -f Force checking even if filesystem is marked clean\n"
3094msgstr ""
3095"\n"
Philipp Thomas18eaec22011-10-02 22:50:38 -04003096"Notfallhilfe:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003097" -p automatische Reparatur (keine Fragen)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003098" -n keine Veränderungen am Dateisystem vornehmen\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003099" -y Alle Fragen mit „Ja” benatworten\n"
3100" -c Nach defekten Blöcken suchen und diese zur\n"
3101" Liste der defekten Blöcke hinzufügen\n"
3102" -f Die Überprüfung erzwingen, auch wenn alles i.O. erscheint\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003103
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003104#: e2fsck/unix.c:88
3105#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003106msgid ""
3107" -v Be verbose\n"
3108" -b superblock Use alternative superblock\n"
3109" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003110" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003111" -l bad_blocks_file Add to badblocks list\n"
3112" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003113" -z undo_file Create an undo file\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003114msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003115" -v Ausführliche Ausgaben\n"
3116" -b Superblock Superblockkopie verwenden\n"
3117" -B Blockgröße Blockgröße beim Suchen des Superblocks erzwingen\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003118" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003119" -l bad_blocks_file Zur Liste der defekten Blöcke hinzufügen\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003120" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003121
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003122#: e2fsck/unix.c:134
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003123#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003124msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
3125msgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %llu/%llu Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003126
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003127#: e2fsck/unix.c:160
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003128#, c-format
3129msgid ""
3130"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003131"%12u inode used (%2.2f%%, out of %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003132msgid_plural ""
3133"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003134"%12u inodes used (%2.2f%%, out of %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003135msgstr[0] ""
3136"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003137"%12u Inode ist in Benutzung (%2.2f%% von %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003138msgstr[1] ""
3139"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003140"%12u Inodes sind in Benutzung (%2.2f%% von %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003141
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003142#: e2fsck/unix.c:164
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003143#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003144msgid "%12u non-contiguous file (%0d.%d%%)\n"
3145msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
3146msgstr[0] "%12u nicht zusammenhängende Datei (%0d.%d%%)\n"
3147msgstr[1] "%12u nicht zusammenhängende Dateien (%0d.%d%%)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003149#: e2fsck/unix.c:169
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003150#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003151msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3152msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
3153msgstr[0] "%12u nicht zusammenhängendes Verzeichnis (%0d.%d%%)\n"
3154msgstr[1] "%12u nicht zusammenhängende Verzeichnisse (%0d.%d%%)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003155
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003156#: e2fsck/unix.c:174
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003157#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003158msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003159msgstr " # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003160
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003161#: e2fsck/unix.c:182
Philipp Thomasd0275172013-01-15 23:30:35 -05003162msgid " Extent depth histogram: "
Philipp Thomasab02a742014-07-09 23:13:30 -04003163msgstr " Histogramm der Tiefe von Erweiterungen: "
Philipp Thomasd0275172013-01-15 23:30:35 -05003164
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003165#: e2fsck/unix.c:191
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003166#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003167msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3168msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
3169msgstr[0] "%12llu Block wird benutzt (%2.2f%% von %llu)\n"
3170msgstr[1] "%12llu Blöcke werden benutzt (%2.2f%% von %llu)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003171
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003172#: e2fsck/unix.c:195
Philipp Thomasd0275172013-01-15 23:30:35 -05003173#, c-format
3174msgid "%12u bad block\n"
3175msgid_plural "%12u bad blocks\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003176msgstr[0] "%12u defekter Block\n"
3177msgstr[1] "%12u defekte Blöcke\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003179#: e2fsck/unix.c:197
Philipp Thomasd0275172013-01-15 23:30:35 -05003180#, c-format
3181msgid "%12u large file\n"
3182msgid_plural "%12u large files\n"
3183msgstr[0] "%12u große Datei\n"
3184msgstr[1] "%12u große Dateien\n"
3185
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003186#: e2fsck/unix.c:199
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003187#, c-format
3188msgid ""
3189"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003190"%12u regular file\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003191msgid_plural ""
3192"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003193"%12u regular files\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003194msgstr[0] ""
3195"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003196"%12u reguläre Datei\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003197msgstr[1] ""
3198"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003199"%12u reguläre Dateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003200
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003201#: e2fsck/unix.c:201
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003202#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003203msgid "%12u directory\n"
3204msgid_plural "%12u directories\n"
3205msgstr[0] "%12u Verzeichnis\n"
3206msgstr[1] "%12u Verzeichnisse\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003207
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003208#: e2fsck/unix.c:203
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003209#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003210msgid "%12u character device file\n"
3211msgid_plural "%12u character device files\n"
3212msgstr[0] "%12u zeichenorientierte Gerätedatei\n"
3213msgstr[1] "%12u zeichenorientierte Gerätedateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003214
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003215#: e2fsck/unix.c:206
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003216#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003217msgid "%12u block device file\n"
3218msgid_plural "%12u block device files\n"
3219msgstr[0] "%12u Blockgerätedatei\n"
3220msgstr[1] "%12u Blockgerätedateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003222#: e2fsck/unix.c:208
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003223#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003224msgid "%12u fifo\n"
3225msgid_plural "%12u fifos\n"
3226msgstr[0] "%12u Fifo\n"
3227msgstr[1] "%12u Fifos\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003228
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003229#: e2fsck/unix.c:210
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003230#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003231msgid "%12u link\n"
3232msgid_plural "%12u links\n"
3233msgstr[0] "%12u Verknüpfung\n"
3234msgstr[1] "%12u Verknüpfungen\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003235
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003236#: e2fsck/unix.c:212
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003237#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003238msgid "%12u symbolic link"
3239msgid_plural "%12u symbolic links"
3240msgstr[0] "%12u symbolische Verknüpfung"
3241msgstr[1] "%12u symbolische Verknüpfungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003242
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003243#: e2fsck/unix.c:214
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003244#, c-format
3245msgid " (%u fast symbolic link)\n"
3246msgid_plural " (%u fast symbolic links)\n"
3247msgstr[0] " (%u schnelle symbolische Verknüpfung)\n"
3248msgstr[1] " (%u schnelle symbolische Verknüpfungen)\n"
3249
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003250#: e2fsck/unix.c:218
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003251#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003252msgid "%12u socket\n"
3253msgid_plural "%12u sockets\n"
3254msgstr[0] "%12u Socket\n"
3255msgstr[1] "%12u Sockets\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003256
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003257#: e2fsck/unix.c:222
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003258#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003259msgid "%12u file\n"
3260msgid_plural "%12u files\n"
3261msgstr[0] "%12u Datei\n"
3262msgstr[1] "%12u Dateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003263
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003264#: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2853 misc/util.c:126
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003265#: resize/main.c:352
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003266#, c-format
3267msgid "while determining whether %s is mounted."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003268msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003269
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003270#: e2fsck/unix.c:256
Philipp Thomasab02a742014-07-09 23:13:30 -04003271#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003272msgid "Warning! %s is mounted.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003273msgstr "Warnung! %s ist eingehängt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003274
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003275#: e2fsck/unix.c:259
Philipp Thomasab02a742014-07-09 23:13:30 -04003276#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003277msgid "Warning! %s is in use.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003278msgstr "Warnung! %s wird verwendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003279
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003280#: e2fsck/unix.c:265
Philipp Thomasab02a742014-07-09 23:13:30 -04003281#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003282msgid "%s is mounted.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003283msgstr "%s ist eingehängt.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003284
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003285#: e2fsck/unix.c:267
Philipp Thomasab02a742014-07-09 23:13:30 -04003286#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003287msgid "%s is in use.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003288msgstr "%s wird verwendet.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003289
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003290#: e2fsck/unix.c:269
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003291msgid ""
3292"Cannot continue, aborting.\n"
3293"\n"
3294msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003295"Fortsetzung nicht möglich, wird abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003296"\n"
3297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003298#: e2fsck/unix.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003299msgid ""
3300"\n"
3301"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003302"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3303"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003304"\n"
3305msgstr ""
3306"\n"
3307"\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04003308"WARNUNG!!! Das Dateisystem ist eingehängt. Wenn Sie fortfahren, "
3309"***WERDEN***\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003310"Sie ***SCHWERWIEGENDE*** Schäden am Dateisystem verursachen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003311"\n"
3312
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003313#: e2fsck/unix.c:276
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003314msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003315msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003316
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003317#: e2fsck/unix.c:278
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003318msgid "check aborted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003319msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003320
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003321#: e2fsck/unix.c:371
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003322msgid " contains a file system with errors"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003323msgstr " enthält ein fehlerhaftes Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003324
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003325#: e2fsck/unix.c:373
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003326msgid " was not cleanly unmounted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003327msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003328
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003329#: e2fsck/unix.c:375
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003330msgid " primary superblock features different from backup"
Theodore Ts'obd386982015-05-17 20:34:58 -04003331msgstr ""
3332"Eigenschaften des primären Superblocks unterscheiden sich von der "
3333"Datensicherung"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003334
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003335#: e2fsck/unix.c:379
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003336#, c-format
3337msgid " has been mounted %u times without being checked"
Philipp Thomasab02a742014-07-09 23:13:30 -04003338msgstr " wurde %u-mal ohne Überprüfung eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003339
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003340#: e2fsck/unix.c:386
Theodore Ts'o057a1592010-06-07 12:24:21 -04003341msgid " has filesystem last checked time in the future"
Theodore Ts'obd386982015-05-17 20:34:58 -04003342msgstr ""
3343" hat einen in der Zukunft liegenden Zeitpunkt der letzten Püfung des "
3344"Dateisystems"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003345
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003346#: e2fsck/unix.c:392
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003347#, c-format
3348msgid " has gone %u days without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003349msgstr " wurde %u Tage ohne Überprüfung genutzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003350
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003351#: e2fsck/unix.c:401
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003352msgid ", check forced.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003353msgstr ", Prüfung erzwungen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003354
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003355#: e2fsck/unix.c:434
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003356#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003357msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3358msgstr "%s: sauber, %u/%u Dateien, %llu/%llu Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003359
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003360#: e2fsck/unix.c:454
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003361msgid " (check deferred; on battery)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003362msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003363
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003364#: e2fsck/unix.c:457
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003365msgid " (check after next mount)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003366msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003367
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003368#: e2fsck/unix.c:459
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003369#, c-format
3370msgid " (check in %ld mounts)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003371msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003372
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003373#: e2fsck/unix.c:609
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003374#, c-format
3375msgid "ERROR: Couldn't open /dev/null (%s)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003376msgstr "Fehler: /dev/null (%s) kann nicht geöffnet werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003377
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003378#: e2fsck/unix.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003379msgid "Invalid EA version.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003380msgstr "Ungültige EA-Version.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003381
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003382#: e2fsck/unix.c:692
3383#, fuzzy
3384msgid "Invalid readahead buffer size.\n"
3385msgstr "Ungültiger „resize“-Parameter: %s\n"
3386
3387#: e2fsck/unix.c:725
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003388#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003389msgid "Unknown extended option: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003390msgstr "Unbekannte erweiterte Option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003391
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003392#: e2fsck/unix.c:752
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003393#, c-format
3394msgid ""
3395"Syntax error in e2fsck config file (%s, line #%d)\n"
3396"\t%s\n"
3397msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003398"Syntaxfehler in der Konfigurationsdatei von e2fsck (%s, Zeile %d)\n"
3399"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003400
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003401#: e2fsck/unix.c:825
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003402#, c-format
3403msgid "Error validating file descriptor %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003404msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003405
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003406#: e2fsck/unix.c:829
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003407msgid "Invalid completion information file descriptor"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003408msgstr "Ungültiger „completion information“-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003409
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003410#: e2fsck/unix.c:844
Theodore Ts'o6956f612005-12-31 16:46:15 -05003411msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003412msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003413
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003414#: e2fsck/unix.c:865
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003415#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003416msgid "The -t option is not supported on this version of e2fsck.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003417msgstr "Die Option -t wird von dieser e2fsck-Version nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003418
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003419#: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003420#: misc/tune2fs.c:1572 misc/tune2fs.c:1868 misc/tune2fs.c:1886
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003421#, c-format
3422msgid "Unable to resolve '%s'"
Philipp Thomasab02a742014-07-09 23:13:30 -04003423msgstr "Nicht möglich, „%s“ aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003424
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003425#: e2fsck/unix.c:952
Philipp Thomas3e914b52011-01-24 15:03:41 -05003426msgid "The -n and -D options are incompatible."
Philipp Thomasab02a742014-07-09 23:13:30 -04003427msgstr "Die Optionen -n und -D schließen sich gegenseitig aus."
Philipp Thomas3e914b52011-01-24 15:03:41 -05003428
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003429#: e2fsck/unix.c:957
Philipp Thomas3e914b52011-01-24 15:03:41 -05003430msgid "The -n and -c options are incompatible."
Philipp Thomasab02a742014-07-09 23:13:30 -04003431msgstr "Die Optionen -n und -c schließen sich gegenseitig aus."
Philipp Thomas3e914b52011-01-24 15:03:41 -05003432
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003433#: e2fsck/unix.c:962
Philipp Thomas3e914b52011-01-24 15:03:41 -05003434msgid "The -n and -l/-L options are incompatible."
Philipp Thomasab02a742014-07-09 23:13:30 -04003435msgstr "Die Optionen -n und -l/-L schließen sich gegenseitig aus."
Philipp Thomas3e914b52011-01-24 15:03:41 -05003436
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003437#: e2fsck/unix.c:986
3438#, fuzzy
3439msgid "The -D and -E fixes_only options are incompatible."
3440msgstr "Die Optionen -n und -D schließen sich gegenseitig aus."
3441
3442#: e2fsck/unix.c:992
3443#, fuzzy
3444msgid "The -E bmap2extent and fixes_only options are incompatible."
3445msgstr "Die Optionen -n und -D schließen sich gegenseitig aus."
3446
3447#: e2fsck/unix.c:1046
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003448msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04003449msgstr ""
3450"Die Optionen -c und -l/-L dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003451
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003452#: e2fsck/unix.c:1093
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003453#, c-format
3454msgid ""
3455"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3456"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003457msgstr "2FSCK_JBD_DEBUG „%s“ ist keine Ganzzahl\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003458
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003459#: e2fsck/unix.c:1102
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003460#, c-format
3461msgid ""
3462"\n"
3463"Invalid non-numeric argument to -%c (\"%s\")\n"
3464"\n"
3465msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003466"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003467"Ungültiges nicht-numerisches Argument für -%c („%s“)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003468"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003469
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003470#: e2fsck/unix.c:1193
Philipp Thomasedc733d2012-04-22 15:38:42 -04003471#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04003472msgid ""
3473"MMP interval is %u seconds and total wait time is %u seconds. Please "
3474"wait...\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04003475msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003476"MMP-Intervall ist %u Sekunden und die gesamte Wartezeit ist %u Sekunden.\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04003477"Bitte warten...\n"
3478
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003479#: e2fsck/unix.c:1210 e2fsck/unix.c:1215
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003480msgid "while checking MMP block"
3481msgstr "beim Prüfen des MMP-Blocks"
3482
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003483#: e2fsck/unix.c:1217 misc/tune2fs.c:2767
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003484msgid ""
3485"If you are sure the filesystem is not in use on any node, run:\n"
3486"'tune2fs -f -E clear_mmp {device}'\n"
3487msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003488"Wenn Sie sicher sind, dass das Dateisystem auf keinem Knoten benutzt wird,\n"
3489"führen Sie bitte Folgendes aus:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003490"„tune2fs -f -E clear_mmp {device}“\n"
3491
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003492#: e2fsck/unix.c:1232
3493#, fuzzy
3494msgid "while reading MMP block"
3495msgstr "beim Lesen des MMP-Blocks."
3496
3497#: e2fsck/unix.c:1252 e2fsck/unix.c:1304 misc/e2undo.c:219 misc/e2undo.c:264
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003498#: misc/mke2fs.c:2535 misc/mke2fs.c:2586 misc/tune2fs.c:2585
3499#: misc/tune2fs.c:2630 resize/main.c:186 resize/main.c:231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003500#, c-format
3501msgid ""
3502"Overwriting existing filesystem; this can be undone using the command:\n"
3503" e2undo %s %s\n"
3504"\n"
3505msgstr ""
3506"Das bestehende Dateisystem wird überschrieben, dies kann mittels des "
3507"Befehls\n"
3508"„e2undo %s %s“ rückgängig gemacht werden.\n"
3509
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003510#: e2fsck/unix.c:1293 misc/e2undo.c:253 misc/mke2fs.c:2575 misc/tune2fs.c:2619
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003511#: resize/main.c:220
3512#, c-format
3513msgid "while trying to delete %s"
3514msgstr "beim Versuch, %s zu löschen"
3515
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003516#: e2fsck/unix.c:1319 misc/mke2fs.c:2601 resize/main.c:241
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003517msgid "while trying to setup undo file\n"
3518msgstr ""
3519"beim Versuch, die Datei mit den Daten zur Rückgängigmachung anzulegen\n"
3520
3521#: e2fsck/unix.c:1363
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003522msgid "Error: ext2fs library version out of date!\n"
3523msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
3524
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003525#: e2fsck/unix.c:1370
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003526msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003527msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003528
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003529#: e2fsck/unix.c:1393
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003530#, c-format
3531msgid "\tUsing %s, %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003532msgstr "\t%s wird verwendet, %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003533
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003534#: e2fsck/unix.c:1405
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003535msgid "need terminal for interactive repairs"
Philipp Thomasab02a742014-07-09 23:13:30 -04003536msgstr "Ein Terminal wird für interaktive Reparaturen benötigt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003537
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003538#: e2fsck/unix.c:1466
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003539#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003540msgid "%s: %s trying backup blocks...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003541msgstr "%s: %s Datensicherungs-Blöcke werden versucht ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003542
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003543#: e2fsck/unix.c:1468
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003544msgid "Superblock invalid,"
Philipp Thomasab02a742014-07-09 23:13:30 -04003545msgstr "Superblock ungültig,"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003546
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003547#: e2fsck/unix.c:1469
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003548msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003549msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003550
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003551#: e2fsck/unix.c:1479
Philipp Thomasedc733d2012-04-22 15:38:42 -04003552#, c-format
3553msgid "%s: %s while using the backup blocks"
Philipp Thomasab02a742014-07-09 23:13:30 -04003554msgstr "%s: %s beim Benutzen der Datensicherungs-Blöcke"
Philipp Thomasedc733d2012-04-22 15:38:42 -04003555
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003556#: e2fsck/unix.c:1483
Philipp Thomas77c871a2010-04-19 16:59:02 -04003557#, c-format
3558msgid "%s: going back to original superblock\n"
3559msgstr "%s: es wird zum originalen Superblock zurück gekehrt\n"
3560
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003561#: e2fsck/unix.c:1512
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003562msgid ""
3563"The filesystem revision is apparently too high for this version of e2fsck.\n"
3564"(Or the filesystem superblock is corrupt)\n"
3565"\n"
3566msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003567"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003568"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003569"\n"
3570
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003571#: e2fsck/unix.c:1519
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003572msgid "Could this be a zero-length partition?\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003573msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003574
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003575#: e2fsck/unix.c:1521
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003576#, c-format
3577msgid "You must have %s access to the filesystem or be root\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003578msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003579
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003580#: e2fsck/unix.c:1527
Eric Sandeen032eafe2012-07-28 17:48:36 -04003581msgid "Possibly non-existent or swap device?\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04003582msgstr ""
3583"Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003584
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003585#: e2fsck/unix.c:1529
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003586msgid "Filesystem mounted or opened exclusively by another program?\n"
3587msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003588"Ist das Dateisystem eingehängt oder exklusiv von einem anderen Programm\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003589"geöffnet worden?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003590
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003591#: e2fsck/unix.c:1533
Philipp Thomas3e914b52011-01-24 15:03:41 -05003592msgid "Possibly non-existent device?\n"
3593msgstr "Ist das Gerät möglicherweise nicht vorhanden?\n"
3594
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003595#: e2fsck/unix.c:1536
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003596msgid ""
3597"Disk write-protected; use the -n option to do a read-only\n"
3598"check of the device.\n"
3599msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003600"Laufwerk ist schreibgeschützt, nutzen Sie die Option -n,\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003601"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003602
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003603#: e2fsck/unix.c:1604
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003604msgid "Get a newer version of e2fsck!"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003605msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003606
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003607#: e2fsck/unix.c:1648
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003608#, fuzzy, c-format
3609msgid "while checking journal for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003610msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003611
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003612#: e2fsck/unix.c:1661
Theodore Ts'obd386982015-05-17 20:34:58 -04003613msgid ""
3614"Warning: skipping journal recovery because doing a read-only filesystem "
3615"check.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003616msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04003617"Warnung: Journal-Wiederherstellung wird übersprungen, da sich das "
3618"Dateisystem\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003619"im Nur-Lesen-Modus befindet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003620
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003621#: e2fsck/unix.c:1673
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003622#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003623msgid "unable to set superblock flags on %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003624msgstr "Superblock-Flags konnten auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003625
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003626#: e2fsck/unix.c:1679
3627#, fuzzy, c-format
3628msgid "Journal checksum error found in %s\n"
3629msgstr "Der Journal-Superblock wurde nicht gefunden!\n"
3630
3631#: e2fsck/unix.c:1683
3632#, fuzzy, c-format
3633msgid "Journal corrupted in %s\n"
3634msgstr "Das Journal wurde entfernt\n"
3635
3636#: e2fsck/unix.c:1687
3637#, fuzzy, c-format
3638msgid "while recovering journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003639msgstr "bei der Wiederherstellung des ext3-Journals von %s"
3640
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003641#: e2fsck/unix.c:1709
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003642#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003643msgid "%s has unsupported feature(s):"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003644msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003645
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003646#: e2fsck/unix.c:1768
Philipp Thomasedc733d2012-04-22 15:38:42 -04003647#, c-format
3648msgid "%s: %s while reading bad blocks inode\n"
3649msgstr "%s: %s beim Lesen des Bad-Block-Inodes\n"
3650
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003651#: e2fsck/unix.c:1771
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003652msgid "This doesn't bode well, but we'll try to go on...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003653msgstr "Das verheißt nichts Gutes, aber es wird trotzdem versucht ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003654
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003655#: e2fsck/unix.c:1811
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003656#, c-format
3657msgid "Creating journal (%d blocks): "
Philipp Thomasab02a742014-07-09 23:13:30 -04003658msgstr "Journal wird erstellt (%d Blöcke): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003659
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003660#: e2fsck/unix.c:1821
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003661msgid " Done.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003662msgstr " Erledigt.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003663
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003664#: e2fsck/unix.c:1823
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003665#, fuzzy
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003666msgid ""
3667"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003668"*** journal has been regenerated ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003669msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003670"\n"
3671"*** Journal wurde wiederhergestellt - Dateisystem ist nun wieder ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003672
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003673#: e2fsck/unix.c:1829
Philipp Thomas37be3822015-05-17 20:21:39 -04003674msgid "aborted"
3675msgstr "abgebrochen"
3676
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003677#: e2fsck/unix.c:1831
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003678#, c-format
3679msgid "%s: e2fsck canceled.\n"
Philipp Thomascfbdca12011-10-05 02:04:08 -04003680msgstr "%s: e2fsck abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003681
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003682#: e2fsck/unix.c:1853
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003683msgid "Restarting e2fsck from the beginning...\n"
3684msgstr "e2fsck wird neu gestartet ...\n"
3685
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003686#: e2fsck/unix.c:1857
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003687msgid "while resetting context"
3688msgstr "beim Rücksetzen des Kontexts"
3689
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003690#: e2fsck/unix.c:1901 e2fsck/util.c:71
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003691#, c-format
3692msgid ""
3693"\n"
3694"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3695msgstr ""
3696"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003697"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003698
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003699#: e2fsck/unix.c:1905
3700#, fuzzy, c-format
3701msgid "%s: ***** REBOOT SYSTEM *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003702msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003703
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003704#: e2fsck/unix.c:1913 e2fsck/util.c:77
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003705#, c-format
3706msgid ""
3707"\n"
3708"%s: ********** WARNING: Filesystem still has errors **********\n"
3709"\n"
3710msgstr ""
3711"\n"
3712"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
3713"\n"
3714
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003715#: e2fsck/util.c:194 misc/util.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003716msgid "yY"
Makoto Dei748cc432008-04-21 16:49:48 +09003717msgstr "jJ"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003718
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003719#: e2fsck/util.c:195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003720msgid "nN"
3721msgstr "nN"
3722
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003723#: e2fsck/util.c:196
3724msgid "aA"
3725msgstr ""
3726
3727#: e2fsck/util.c:197
3728msgid " ('a' enables 'yes' to all) "
3729msgstr ""
3730
3731#: e2fsck/util.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003732msgid "<y>"
3733msgstr "<j>"
3734
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003735#: e2fsck/util.c:215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003736msgid "<n>"
3737msgstr "<n>"
3738
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003739#: e2fsck/util.c:217
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003740msgid " (y/n)"
3741msgstr " (j/n)"
3742
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003743#: e2fsck/util.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003744msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003745msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003746
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003747#: e2fsck/util.c:264
3748msgid "yes to all\n"
3749msgstr ""
3750
3751#: e2fsck/util.c:266
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003752msgid "yes\n"
3753msgstr "ja\n"
3754
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003755#: e2fsck/util.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003756msgid "no\n"
3757msgstr "nein\n"
3758
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003759#: e2fsck/util.c:278
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003760#, c-format
3761msgid ""
3762"%s? no\n"
3763"\n"
3764msgstr ""
3765"%s? nein\n"
3766"\n"
3767
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003768#: e2fsck/util.c:282
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003769#, c-format
3770msgid ""
3771"%s? yes\n"
3772"\n"
3773msgstr ""
3774"%s? ja\n"
3775"\n"
3776
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003777#: e2fsck/util.c:286
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003778msgid "yes"
3779msgstr "ja"
3780
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003781#: e2fsck/util.c:286
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003782msgid "no"
3783msgstr "nein"
3784
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003785#: e2fsck/util.c:302
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003786#, c-format
3787msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04003788msgstr "e2fsck_read_bitmaps: ungültiger Bitmpa-Block(-Blöcke) für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003789
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003790#: e2fsck/util.c:307
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003791msgid "reading inode and block bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04003792msgstr "Inode und Block-Bitmaps werden gelesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003793
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003794#: e2fsck/util.c:319
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003795#, c-format
3796msgid "while retrying to read bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003797msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003798
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003799#: e2fsck/util.c:331
Philipp Thomas40771272008-09-07 22:55:25 -04003800msgid "writing block and inode bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04003801msgstr "Block- und Inode-Bitmaps werden geschrieben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003802
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003803#: e2fsck/util.c:336
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003804#, c-format
Philipp Thomas40771272008-09-07 22:55:25 -04003805msgid "while rewriting block and inode bitmaps for %s"
Theodore Ts'obd386982015-05-17 20:34:58 -04003806msgstr ""
3807"während des wiederholten Versuches, Block- und Inode-Bitmaps für %s zu "
3808"schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003809
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003810#: e2fsck/util.c:348
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003811#, c-format
3812msgid ""
3813"\n"
3814"\n"
3815"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3816"\t(i.e., without -a or -p options)\n"
3817msgstr ""
3818"\n"
3819"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003820"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003821"\t(d.h. ohne die Optionen -a oder -p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003822
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003823#: e2fsck/util.c:429
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003824#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003825msgid "Memory used: %luk/%luk (%luk/%luk), "
3826msgstr "Benutzter Speicher: %luk/%luk (%luk/%luk), "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003827
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003828#: e2fsck/util.c:433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003829#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003830msgid "Memory used: %lu, "
3831msgstr "Benutzter Speicher: %lu, "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003832
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003833#: e2fsck/util.c:440
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003834#, c-format
3835msgid "time: %5.2f/%5.2f/%5.2f\n"
3836msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
3837
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003838#: e2fsck/util.c:445
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003839#, c-format
3840msgid "elapsed time: %6.3f\n"
3841msgstr "abgelaufende Zeit: %6.3f\n"
3842
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003843#: e2fsck/util.c:480 e2fsck/util.c:494
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003844#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003845msgid "while reading inode %lu in %s"
3846msgstr "beim Lesen von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003847
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003848#: e2fsck/util.c:508 e2fsck/util.c:521
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003849#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003850msgid "while writing inode %lu in %s"
3851msgstr "beim Schreiben von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003852
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003853#: e2fsck/util.c:765
Theodore Ts'obd386982015-05-17 20:34:58 -04003854msgid ""
3855"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3856"running.\n"
3857msgstr ""
3858"UNERWARTETE INKONSISTENZ: das Dateisystem wird verändert, während fsck "
3859"läuft.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003860
Theodore Ts'obd386982015-05-17 20:34:58 -04003861#: misc/badblocks.c:72
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003862msgid "done \n"
3863msgstr "erledigt \n"
3864
Theodore Ts'obd386982015-05-17 20:34:58 -04003865#: misc/badblocks.c:97
Philipp Thomas68801282008-07-17 11:47:00 -04003866#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003867msgid ""
3868"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04003869" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3870"max_bad_blocks]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003871" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3872" device [last_block [first_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003873msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003874"Aufruf: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04003875" [-c Blöcke_auf_einmal] [-d "
3876"Verzögerungsfaktor_zwischen_Lesedurchgängen]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003877" [-e maximale_defekte_Blöcke] [-p Anzahl_Durchgänge]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003878" [-t Testmuster [-t Testmuster [...]]]\n"
3879" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003880
Theodore Ts'obd386982015-05-17 20:34:58 -04003881#: misc/badblocks.c:108
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003882#, c-format
3883msgid ""
3884"%s: The -n and -w options are mutually exclusive.\n"
3885"\n"
3886msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003887"%s: Die Optionen -n und -w schließen sich gegenseitig aus.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003888"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003889
Theodore Ts'obd386982015-05-17 20:34:58 -04003890#: misc/badblocks.c:223
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003891#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003892msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3893msgstr "%6.2f%% erledigt, %s verstrichen. (%d/%d/%d Fehler)"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003894
Theodore Ts'obd386982015-05-17 20:34:58 -04003895#: misc/badblocks.c:328
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003896msgid "Testing with random pattern: "
Philipp Thomas37be3822015-05-17 20:21:39 -04003897msgstr "Es wird mit zufälligen Mustern getestet: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003898
Theodore Ts'obd386982015-05-17 20:34:58 -04003899#: misc/badblocks.c:346
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003900msgid "Testing with pattern 0x"
Philipp Thomas37be3822015-05-17 20:21:39 -04003901msgstr "Es wird getestet Mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003902
Theodore Ts'obd386982015-05-17 20:34:58 -04003903#: misc/badblocks.c:378 misc/badblocks.c:451
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003904msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003905msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003906
Theodore Ts'obd386982015-05-17 20:34:58 -04003907#: misc/badblocks.c:389
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003908#, c-format
3909msgid "Weird value (%ld) in do_read\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003910msgstr "Merkwürdiger Wert (%ld) in do_read\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003911
Theodore Ts'obd386982015-05-17 20:34:58 -04003912#: misc/badblocks.c:476
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003913msgid "during ext2fs_sync_device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003914msgstr "während ext2fs_sync_device"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003915
Theodore Ts'obd386982015-05-17 20:34:58 -04003916#: misc/badblocks.c:496 misc/badblocks.c:758
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003917msgid "while beginning bad block list iteration"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003918msgstr "beim Beginn des „Bad Block“-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003919
Theodore Ts'obd386982015-05-17 20:34:58 -04003920#: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003921msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003922msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003923
Theodore Ts'obd386982015-05-17 20:34:58 -04003924#: misc/badblocks.c:515
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003925#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003926msgid "Checking blocks %lu to %lu\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04003927msgstr "Es wird von Block %lu bis %lu geprüft\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003928
Theodore Ts'obd386982015-05-17 20:34:58 -04003929#: misc/badblocks.c:520
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003930msgid "Checking for bad blocks in read-only mode\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04003931msgstr "Es wird nach defekten Blöcken im Nur-Lesen-Modus gesucht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003932
Theodore Ts'obd386982015-05-17 20:34:58 -04003933#: misc/badblocks.c:529
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003934msgid "Checking for bad blocks (read-only test): "
Philipp Thomas37be3822015-05-17 20:21:39 -04003935msgstr "Es wird nach defekten Blöcken gsucht (Nur-Lesen-Modus):"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003936
Theodore Ts'obd386982015-05-17 20:34:58 -04003937#: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3938#: misc/badblocks.c:832
Philipp Thomas720e6362008-06-21 14:06:00 -04003939msgid "Too many bad blocks, aborting test\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003940msgstr "Zu viele defekte Blöcke, Test wird abgebrochen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003941
Theodore Ts'obd386982015-05-17 20:34:58 -04003942#: misc/badblocks.c:618
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003943msgid "Checking for bad blocks in read-write mode\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04003944msgstr "Es wird nach defekten Blöcken gesucht (Lesen+Schreiben-Modus)\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003945
Theodore Ts'obd386982015-05-17 20:34:58 -04003946#: misc/badblocks.c:620 misc/badblocks.c:782
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003947#, c-format
3948msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003949msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003950
Theodore Ts'obd386982015-05-17 20:34:58 -04003951#: misc/badblocks.c:675
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003952msgid "Reading and comparing: "
3953msgstr "Lesen und Vergleichen:"
3954
Theodore Ts'obd386982015-05-17 20:34:58 -04003955#: misc/badblocks.c:781
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003956msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04003957msgstr ""
3958"Es wird nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus "
3959"gesucht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003960
Theodore Ts'obd386982015-05-17 20:34:58 -04003961#: misc/badblocks.c:787
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003962msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04003963msgstr ""
3964"Es wird nach defekten Blöcken gesucht (zerstörungsfreier Lesen+Schreiben-"
3965"Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003966
Theodore Ts'obd386982015-05-17 20:34:58 -04003967#: misc/badblocks.c:794
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003968msgid ""
3969"\n"
3970"Interrupt caught, cleaning up\n"
3971msgstr ""
3972"\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04003973"Unterbrechung empfangen, es wird aufgeräumt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003974
Theodore Ts'obd386982015-05-17 20:34:58 -04003975#: misc/badblocks.c:877
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003976#, c-format
3977msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003978msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003979
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003980#: misc/badblocks.c:998 misc/util.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003981#, c-format
3982msgid "%s is mounted; "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003983msgstr "%s ist eingehängt; "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003984
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003985#: misc/badblocks.c:1000
Theodore Ts'obd386982015-05-17 20:34:58 -04003986msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3987msgstr ""
3988"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
3989
3990#: misc/badblocks.c:1005
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003991msgid "it's not safe to run badblocks!\n"
3992msgstr "es ist zu unsicher, Badblocks zu starten!\n"
3993
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003994#: misc/badblocks.c:1010 misc/util.c:142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003995#, c-format
3996msgid "%s is apparently in use by the system; "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003997msgstr "%s wird offensichtlich vom System genutzt; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003998
Theodore Ts'obd386982015-05-17 20:34:58 -04003999#: misc/badblocks.c:1013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004000msgid "badblocks forced anyway.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04004001msgstr ""
4002"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004003
Theodore Ts'obd386982015-05-17 20:34:58 -04004004#: misc/badblocks.c:1033
Philipp Thomas68801282008-07-17 11:47:00 -04004005#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004006msgid "invalid %s - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004007msgstr "ungültige %s - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004008
Theodore Ts'obd386982015-05-17 20:34:58 -04004009#: misc/badblocks.c:1127
4010#, c-format
4011msgid "Too big max bad blocks count %u - maximum is %u"
4012msgstr ""
4013
4014#: misc/badblocks.c:1154
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004015#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004016msgid "can't allocate memory for test_pattern - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04004017msgstr "Speicher für Testmuster kann nicht reserviert werden - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004018
Theodore Ts'obd386982015-05-17 20:34:58 -04004019#: misc/badblocks.c:1184
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004020msgid "Maximum of one test_pattern may be specified in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004021msgstr "Es darf im Nur-Lesen-Modus nur ein Testmuster angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004022
Theodore Ts'obd386982015-05-17 20:34:58 -04004023#: misc/badblocks.c:1190
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004024msgid "Random test_pattern is not allowed in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004025msgstr "Zufälliges Testmuster ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004026
Theodore Ts'obd386982015-05-17 20:34:58 -04004027#: misc/badblocks.c:1204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004028msgid ""
4029"Couldn't determine device size; you must specify\n"
4030"the size manually\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004031msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04004032"Größe des Gerätes ist nicht feststellbar.\n"
4033"Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004034
Theodore Ts'obd386982015-05-17 20:34:58 -04004035#: misc/badblocks.c:1210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004036msgid "while trying to determine device size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004037msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004038
Theodore Ts'obd386982015-05-17 20:34:58 -04004039#: misc/badblocks.c:1215
Philipp Thomas68801282008-07-17 11:47:00 -04004040msgid "last block"
4041msgstr "letzter Block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004042
Theodore Ts'obd386982015-05-17 20:34:58 -04004043#: misc/badblocks.c:1221
Philipp Thomas68801282008-07-17 11:47:00 -04004044msgid "first block"
4045msgstr "erster Block"
4046
Theodore Ts'obd386982015-05-17 20:34:58 -04004047#: misc/badblocks.c:1224
Philipp Thomasb93349a2014-05-31 13:32:39 -04004048#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004049msgid "invalid starting block (%llu): must be less than %llu"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004050msgstr "Ungültiger Startblock (%llu): er muss kleiner als %llu sein"
Philipp Thomas68801282008-07-17 11:47:00 -04004051
Theodore Ts'obd386982015-05-17 20:34:58 -04004052#: misc/badblocks.c:1231
Philipp Thomasb93349a2014-05-31 13:32:39 -04004053#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004054msgid "invalid end block (%llu): must be 32-bit value"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004055msgstr "Ungültiger Endblock (%llu): er muss ein 32-Bit Wert sein"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004056
Theodore Ts'obd386982015-05-17 20:34:58 -04004057#: misc/badblocks.c:1287
Theodore Ts'o197abba2005-06-20 18:00:23 -04004058msgid "while creating in-memory bad blocks list"
Philipp Thomasab02a742014-07-09 23:13:30 -04004059msgstr "beim Erstellen der Bad-Block-Liste im Speicher"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004060
Theodore Ts'obd386982015-05-17 20:34:58 -04004061#: misc/badblocks.c:1296
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004062msgid "input file - bad format"
Philipp Thomasab02a742014-07-09 23:13:30 -04004063msgstr "die Eingabedatei hat ein ungültiges Format"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004064
Theodore Ts'obd386982015-05-17 20:34:58 -04004065#: misc/badblocks.c:1304 misc/badblocks.c:1313
Theodore Ts'o197abba2005-06-20 18:00:23 -04004066msgid "while adding to in-memory bad block list"
Philipp Thomasab02a742014-07-09 23:13:30 -04004067msgstr "beim Hinzufügen zur Bad-Block-Liste im Speicher"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004068
Theodore Ts'obd386982015-05-17 20:34:58 -04004069#: misc/badblocks.c:1338
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004070#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004071msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
4072msgstr "Durchgang beendet, %u defekte Blöcke gefunden. (%d/%d/%d Fehler)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004073
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004074#: misc/chattr.c:89
4075#, fuzzy, c-format
4076msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004077msgstr "Aufruf: %s [-RVf] [-+=AaCcDdeijsStTu] [-v Version] Dateien...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004078
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004079#: misc/chattr.c:159
4080#, fuzzy, c-format
4081msgid "bad project - %s\n"
4082msgstr "falsche Version - %s\n"
4083
4084#: misc/chattr.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004085#, c-format
4086msgid "bad version - %s\n"
4087msgstr "falsche Version - %s\n"
4088
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004089#: misc/chattr.c:219 misc/lsattr.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004090#, c-format
4091msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004092msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004093
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004094#: misc/chattr.c:226
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004095#, c-format
4096msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004097msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004098
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004099#: misc/chattr.c:231 misc/chattr.c:243
Philipp Thomas77c871a2010-04-19 16:59:02 -04004100#, c-format
4101msgid "Flags of %s set as "
4102msgstr "Flags von %s wie folgt gesetzt: "
4103
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004104#: misc/chattr.c:252
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004105#, c-format
4106msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004107msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004108
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004109#: misc/chattr.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004110#, c-format
4111msgid "Version of %s set as %lu\n"
4112msgstr "Version von %s gesetzt auf %lu\n"
4113
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004114#: misc/chattr.c:264
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004115#, c-format
4116msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004117msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004118
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004119#: misc/chattr.c:271
4120#, fuzzy, c-format
4121msgid "Project of %s set as %lu\n"
4122msgstr "Version von %s gesetzt auf %lu\n"
4123
4124#: misc/chattr.c:275
4125#, fuzzy, c-format
4126msgid "while setting project on %s"
4127msgstr "beim Setzen der Version in %s"
4128
4129#: misc/chattr.c:297
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004130msgid "Couldn't allocate path variable in chattr_dir_proc"
Philipp Thomasab02a742014-07-09 23:13:30 -04004131msgstr "Pfad-Variable in chattr_dir_proc konnte nicht reserviert werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004132
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004133#: misc/chattr.c:337
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004134msgid "= is incompatible with - and +\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004135msgstr "= ist inkompatibel zu - und +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004137#: misc/chattr.c:345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004138msgid "Must use '-v', =, - or +\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004139msgstr "„-v“, =, - oder + verwenden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004141#: misc/create_inode.c:70 misc/create_inode.c:109
4142#, fuzzy, c-format
4143msgid "while reading inode %u"
4144msgstr "beim Lesen von Inode %lu in %s"
4145
4146#: misc/create_inode.c:80 misc/create_inode.c:272 misc/create_inode.c:336
4147#: misc/create_inode.c:374
4148#, fuzzy
4149msgid "while expanding directory"
4150msgstr "beim Expandieren von /lost+found"
4151
4152#: misc/create_inode.c:87
4153#, fuzzy, c-format
4154msgid "while linking \"%s\""
4155msgstr "beim Öffnen von %s"
4156
4157#: misc/create_inode.c:95 misc/create_inode.c:122 misc/create_inode.c:306
4158#, fuzzy, c-format
4159msgid "while writing inode %u"
4160msgstr "beim Schreiben von Inode %lu in %s"
4161
4162#: misc/create_inode.c:139 misc/create_inode.c:163
4163#, fuzzy, c-format
4164msgid "while listing attributes of \"%s\""
4165msgstr "beim Versuch, %s abzuschneiden"
4166
4167#: misc/create_inode.c:150
4168#, fuzzy, c-format
4169msgid "while opening inode %u"
4170msgstr "beim Start des Inode-Scans"
4171
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004172#: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:903
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004173#: misc/e2undo.c:164 misc/e2undo.c:433 misc/e2undo.c:439 misc/e2undo.c:445
4174#: misc/mke2fs.c:353
4175#, fuzzy
4176msgid "while allocating memory"
4177msgstr "beim Zuweisen von Puffern"
4178
4179#: misc/create_inode.c:176 misc/create_inode.c:192
4180#, fuzzy, c-format
4181msgid "while reading attribute \"%s\" of \"%s\""
4182msgstr "beim Lesens der Flags in %s"
4183
4184#: misc/create_inode.c:201
4185#, fuzzy, c-format
4186msgid "while writing attribute \"%s\" to inode %u"
4187msgstr "beim Schreiben von Inode %lu in %s"
4188
4189#: misc/create_inode.c:211
4190#, fuzzy, c-format
4191msgid "while closing inode %u"
4192msgstr "während der Inode-Prüfung"
4193
4194#: misc/create_inode.c:259
4195#, fuzzy, c-format
4196msgid "while allocating inode \"%s\""
4197msgstr "beim Zuweisen von Puffern"
4198
4199#: misc/create_inode.c:278
4200#, fuzzy, c-format
4201msgid "while creating inode \"%s\""
4202msgstr "beim Lesen von Inode %lu in %s"
4203
4204#: misc/create_inode.c:343
4205#, fuzzy, c-format
4206msgid "while creating symlink \"%s\""
4207msgstr "beim Lesens der Flags in %s"
4208
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004209#: misc/create_inode.c:361 misc/create_inode.c:836
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004210#, fuzzy, c-format
4211msgid "while looking up \"%s\""
4212msgstr "beim Suchen von /lost+found"
4213
4214#: misc/create_inode.c:381
4215#, fuzzy, c-format
4216msgid "while creating directory \"%s\""
4217msgstr "beim Erstellen des Wurzelverzeichnisses"
4218
4219#: misc/create_inode.c:608
4220#, fuzzy, c-format
4221msgid "while opening \"%s\" to copy"
4222msgstr "beim Öffnen von %s"
4223
4224#: misc/create_inode.c:700
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004225#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004226msgid "while changing working directory to \"%s\""
4227msgstr ""
4228
4229#: misc/create_inode.c:708
4230#, fuzzy, c-format
4231msgid "while opening directory \"%s\""
4232msgstr "beim Öffnen von %s"
4233
4234#: misc/create_inode.c:718
4235#, fuzzy, c-format
4236msgid "while lstat \"%s\""
4237msgstr "beim Auslesen des Status von %s"
4238
4239#: misc/create_inode.c:751
4240#, fuzzy, c-format
4241msgid "while creating special file \"%s\""
4242msgstr "beim Lesen von Inode %lu in %s"
4243
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004244#: misc/create_inode.c:760
4245#, fuzzy
4246msgid "malloc failed"
4247msgstr "Die Reservierung von Speicher schlug fehl"
4248
4249#: misc/create_inode.c:768
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004250#, fuzzy, c-format
4251msgid "while trying to read link \"%s\""
4252msgstr "beim Versuch, die Größe von %s zu ändern"
4253
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004254#: misc/create_inode.c:774
4255msgid "symlink increased in size between lstat() and readlink()"
4256msgstr ""
4257
4258#: misc/create_inode.c:785
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004259#, fuzzy, c-format
4260msgid "while writing symlink\"%s\""
4261msgstr "beim Schreiben von Inode %lu in %s"
4262
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004263#: misc/create_inode.c:795
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004264#, fuzzy, c-format
4265msgid "while writing file \"%s\""
4266msgstr "beim Schreiben von Inode %lu in %s"
4267
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004268#: misc/create_inode.c:808
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004269#, fuzzy, c-format
4270msgid "while making dir \"%s\""
4271msgstr "beim Öffnen von %s"
4272
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004273#: misc/create_inode.c:825
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004274#, fuzzy
4275msgid "while changing directory"
4276msgstr "Verzeichnisblock wird gelesen"
4277
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004278#: misc/create_inode.c:831
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004279#, c-format
4280msgid "ignoring entry \"%s\""
4281msgstr ""
4282
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004283#: misc/create_inode.c:844
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004284#, fuzzy, c-format
4285msgid "while setting inode for \"%s\""
4286msgstr "beim Setzen der Version in %s"
4287
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004288#: misc/create_inode.c:851
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004289#, fuzzy, c-format
4290msgid "while setting xattrs for \"%s\""
4291msgstr "beim Setzen der Flags in %s"
4292
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004293#: misc/create_inode.c:869
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004294#, fuzzy
4295msgid "while saving inode data"
4296msgstr "beim Starten der Inode-Prüfung"
4297
4298#: misc/dumpe2fs.c:56
4299#, fuzzy, c-format
4300msgid ""
4301"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04004302msgstr ""
4303"Aufruf: %s [-bfhixV] [-o superblock=<Nummer>] [-o blocksize=<Nummer>] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004304
Eric Sandeen032eafe2012-07-28 17:48:36 -04004305#: misc/dumpe2fs.c:159
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004306msgid "blocks"
4307msgstr "Blöcke"
4308
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004309#: misc/dumpe2fs.c:168
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004310msgid "clusters"
4311msgstr "Cluster"
4312
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004313#: misc/dumpe2fs.c:219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004314#, c-format
4315msgid "Group %lu: (Blocks "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004316msgstr "Gruppe %lu: (Blöcke "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004317
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004318#: misc/dumpe2fs.c:226
4319#, fuzzy, c-format
4320msgid " csum 0x%04x"
Philipp Thomasab02a742014-07-09 23:13:30 -04004321msgstr " Prüfsumme 0x%04x"
Philipp Thomas720e6362008-06-21 14:06:00 -04004322
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004323#: misc/dumpe2fs.c:228
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004324#, c-format
Philipp Thomasedc733d2012-04-22 15:38:42 -04004325msgid " (EXPECTED 0x%04x)"
4326msgstr " (0x%04x ERWARTET)"
4327
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004328#: misc/dumpe2fs.c:233
Philipp Thomasedc733d2012-04-22 15:38:42 -04004329#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004330msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004331msgstr " %s Superblock in "
4332
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004333#: misc/dumpe2fs.c:234
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004334msgid "Primary"
Philipp Thomasab02a742014-07-09 23:13:30 -04004335msgstr "Primär"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004336
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004337#: misc/dumpe2fs.c:234
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004338msgid "Backup"
Philipp Thomasab02a742014-07-09 23:13:30 -04004339msgstr "Datensicherung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004340
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004341#: misc/dumpe2fs.c:238
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004342msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004343msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004344
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004345#: misc/dumpe2fs.c:242
Theodore Ts'obc759702005-05-09 20:40:55 -04004346msgid ""
4347"\n"
4348" Reserved GDT blocks at "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004349msgstr ""
4350"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004351" reservierte GDT-Blöcke bei "
Theodore Ts'obc759702005-05-09 20:40:55 -04004352
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004353#: misc/dumpe2fs.c:249
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004354msgid " Group descriptor at "
Philipp Thomasab02a742014-07-09 23:13:30 -04004355msgstr " Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004356
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004357#: misc/dumpe2fs.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004358msgid " Block bitmap at "
Philipp Thomasab02a742014-07-09 23:13:30 -04004359msgstr " Block-Bitmap in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004360
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004361#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4362#, fuzzy, c-format
4363msgid ", csum 0x%08x"
4364msgstr " Prüfsumme 0x%04x"
4365
4366#: misc/dumpe2fs.c:263
4367msgid ","
4368msgstr ""
4369
4370#: misc/dumpe2fs.c:265
4371msgid ""
4372"\n"
4373" "
4374msgstr ""
4375
4376#: misc/dumpe2fs.c:266
4377#, fuzzy
4378msgid " Inode bitmap at "
Philipp Thomasab02a742014-07-09 23:13:30 -04004379msgstr ", Inode-Bitmap in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004380
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004381#: misc/dumpe2fs.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004382msgid ""
4383"\n"
4384" Inode table at "
4385msgstr ""
4386"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004387" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004388
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004389#: misc/dumpe2fs.c:279
Philipp Thomas68801282008-07-17 11:47:00 -04004390#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004391msgid ""
4392"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004393" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004394msgstr ""
4395"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004396" %u freie %s, %u freie Inodes, %u Verzeichnisse%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004397
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004398#: misc/dumpe2fs.c:286
Philipp Thomas720e6362008-06-21 14:06:00 -04004399#, c-format
4400msgid ", %u unused inodes\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004401msgstr ", %u ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004402
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004403#: misc/dumpe2fs.c:289
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004404msgid " Free blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004405msgstr " Freie Blöcke: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004406
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004407#: misc/dumpe2fs.c:304
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004408msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004409msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004410
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004411#: misc/dumpe2fs.c:340
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004412msgid "while printing bad block list"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004413msgstr "beim Ausgeben der „Bad Block“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004414
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004415#: misc/dumpe2fs.c:346
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004416#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004417msgid "Bad blocks: %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004418msgstr "Bad Blocks: %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004419
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004420#: misc/dumpe2fs.c:385 misc/tune2fs.c:362
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004421msgid "while reading journal inode"
4422msgstr "beim Lesen des Journal-Inodes"
4423
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004424#: misc/dumpe2fs.c:391
Philipp Thomas77c871a2010-04-19 16:59:02 -04004425msgid "while opening journal inode"
4426msgstr "beim Lesen des Journal-Inodes"
4427
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004428#: misc/dumpe2fs.c:397
Philipp Thomas77c871a2010-04-19 16:59:02 -04004429msgid "while reading journal super block"
4430msgstr "beim Lesen des Journal-Superblocks"
4431
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004432#: misc/dumpe2fs.c:404
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004433msgid "Journal superblock magic number invalid!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004434msgstr "Die magische Zahl im Journal-Superblock ist ungültig!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004435
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004436#: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
Philipp Thomas77c871a2010-04-19 16:59:02 -04004437msgid "Journal features: "
4438msgstr "Jounaleigenschaften: "
4439
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004440#: misc/dumpe2fs.c:420
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004441msgid "Journal size: "
Philipp Thomasab02a742014-07-09 23:13:30 -04004442msgstr "Journalgröße: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004443
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004444#: misc/dumpe2fs.c:430
Philipp Thomas77c871a2010-04-19 16:59:02 -04004445#, c-format
4446msgid ""
4447"Journal length: %u\n"
4448"Journal sequence: 0x%08x\n"
4449"Journal start: %u\n"
4450msgstr ""
4451"Journal-Länge: %u\n"
4452"Journal-Sequenz: 0x%08x\n"
4453"Journal-Start: %u\n"
4454
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004455#: misc/dumpe2fs.c:438 misc/dumpe2fs.c:480
4456msgid "Journal checksum type: crc32\n"
4457msgstr ""
4458
4459#: misc/dumpe2fs.c:443 misc/dumpe2fs.c:485
4460#, c-format
4461msgid ""
4462"Journal checksum type: %s\n"
4463"Journal checksum: 0x%08x\n"
4464msgstr ""
4465
4466#: misc/dumpe2fs.c:448
Philipp Thomasd0275172013-01-15 23:30:35 -05004467#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004468msgid "Journal errno: %d\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004469msgstr "Jounal-Fehlernummer: %d\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004470
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004471#: misc/dumpe2fs.c:466 misc/tune2fs.c:211
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004472msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004473msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004474
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004475#: misc/dumpe2fs.c:474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004476msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'obd386982015-05-17 20:34:58 -04004477msgstr ""
4478"Die magische Nummer des Journal-Superblocks konnte nicht gefunden werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004479
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004480#: misc/dumpe2fs.c:501
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004481#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004482msgid ""
4483"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004484"Journal block size: %u\n"
4485"Journal length: %u\n"
4486"Journal first block: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004487"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004488"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004489"Journal number of users: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004490msgstr ""
4491"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004492"Journal-Blockgröße: %u\n"
4493"Journal-Länge: %u\n"
4494"Journal-Startblock: %u\n"
4495"Journal-Sequenz: 0x%08x\n"
4496"Journal-Start: %u\n"
4497"Journal-Benutzeranzahl: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004498
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004499#: misc/dumpe2fs.c:514
Theodore Ts'o197abba2005-06-20 18:00:23 -04004500#, c-format
4501msgid "Journal users: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004502msgstr "Jounalbenutzer: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004503
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004504#: misc/dumpe2fs.c:530 misc/mke2fs.c:786 misc/tune2fs.c:1905
Theodore Ts'o8f741372008-02-28 21:47:05 -05004505msgid "Couldn't allocate memory to parse options!\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04004506msgstr ""
4507"Speicher zum Verarbeiten der Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004508
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004509#: misc/dumpe2fs.c:556
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004510#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004511msgid "Invalid superblock parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004512msgstr "Ungültiger Superblock-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004513
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004514#: misc/dumpe2fs.c:571
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004515#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004516msgid "Invalid blocksize parameter: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004517msgstr "Ungültiger Blockgrößen-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004518
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004519#: misc/dumpe2fs.c:582
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004520#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004521msgid ""
4522"\n"
4523"Bad extended option(s) specified: %s\n"
4524"\n"
4525"Extended options are separated by commas, and may take an argument which\n"
4526"\tis set off by an equals ('=') sign.\n"
4527"\n"
4528"Valid extended options are:\n"
4529"\tsuperblock=<superblock number>\n"
4530"\tblocksize=<blocksize>\n"
4531msgstr ""
4532"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004533"Falsche erweiterte Optionen angegeben: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004534"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004535"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004536"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004537"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004538"Gültige erweiterte Optionen sind:\n"
4539"\tsuperblock=<Nummer des Spuperblocks>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004540"\tblocksize=<Blockgröße>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004541"\n"
4542
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004543#: misc/dumpe2fs.c:646 misc/mke2fs.c:1810
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004544#, c-format
4545msgid "\tUsing %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004546msgstr "\t%s wird benutzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004547
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004548#: misc/dumpe2fs.c:686
4549msgid ""
4550"\n"
4551"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4552"\n"
4553msgstr ""
4554
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004555#: misc/dumpe2fs.c:691 misc/e2image.c:1586 misc/tune2fs.c:2780
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004556#: resize/main.c:414
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004557msgid "Couldn't find valid filesystem superblock.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004558msgstr "Es kann kein gültiger Dateisystem-Superblock gefunden werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004559
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004560#: misc/dumpe2fs.c:726
4561msgid ""
4562"\n"
4563"*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4564"\n"
4565msgstr ""
4566
4567#: misc/dumpe2fs.c:730
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004568#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004569msgid ""
4570"\n"
4571"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004572msgstr ""
4573"\n"
4574"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004575
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004576#: misc/e2image.c:106
Philipp Thomasb93349a2014-05-31 13:32:39 -04004577#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004578msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004579msgstr "Aufruf: %s [-r|Q ] [ -fr ] Gerätedatei Abbild-Datei\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004580
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004581#: misc/e2image.c:108
Philipp Thomasb93349a2014-05-31 13:32:39 -04004582#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004583msgid " %s -I device image-file\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004584msgstr " %s [-I] Gerätedatei Abbild-Datei\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004585
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004586#: misc/e2image.c:109
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004587#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04004588msgid ""
4589" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4590"[ dest_fs ]\n"
4591msgstr ""
4592" %s -ra [ -cfnp ] [ -o Quelloffset ] [ -O Zieloffset ] Quell_Fs "
4593"[ Ziel_fs ]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004594
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004595#: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004596msgid "while allocating buffer"
4597msgstr "beim Zuweisen von Puffern"
4598
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004599#: misc/e2image.c:179
Philipp Thomasb93349a2014-05-31 13:32:39 -04004600#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004601msgid "Writing block %llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004602msgstr "Block %llu wird geschrieben\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004603
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004604#: misc/e2image.c:193
Philipp Thomasb93349a2014-05-31 13:32:39 -04004605#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004606msgid "error writing block %llu"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004607msgstr "Schreibfehler - Block %llu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004608
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004609#: misc/e2image.c:196
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004610msgid "error in generic_write()"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004611msgstr "Fehler in generic_write()"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004612
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004613#: misc/e2image.c:213
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004614msgid "Error: header size is bigger than wrt_size\n"
4615msgstr "Fehler: Größe des Headers übersteigt wrt_size\n"
4616
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004617#: misc/e2image.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004618msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004619msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004620
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004621#: misc/e2image.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004622msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004623msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004624
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004625#: misc/e2image.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004626msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004627msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004628
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004629#: misc/e2image.c:263
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004630msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004631msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004632
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004633#: misc/e2image.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004634msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004635msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004636
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004637#: misc/e2image.c:505
Philipp Thomasb93349a2014-05-31 13:32:39 -04004638#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004639msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004640msgstr "Defekter Verzeichnisblock %llu: ungültige rec_len (%d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004641
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004642#: misc/e2image.c:517
Philipp Thomasb93349a2014-05-31 13:32:39 -04004643#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004644msgid "Corrupt directory block %llu: bad name_len (%d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004645msgstr "Defekter Verzeichnisblock %llu: ungültige name_len (%d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004646
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004647#: misc/e2image.c:558
Philipp Thomasb93349a2014-05-31 13:32:39 -04004648#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004649msgid "%llu / %llu blocks (%d%%)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004650msgstr "%llu / %llu Blöcke (%d%%)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004651
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004652#: misc/e2image.c:589 misc/e2image.c:629
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004653msgid "Copying "
Philipp Thomasb93349a2014-05-31 13:32:39 -04004654msgstr "Kopieren "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004655
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004656#: misc/e2image.c:626
Theodore Ts'obd386982015-05-17 20:34:58 -04004657msgid ""
4658"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004659msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04004660"Jetzt anzuhalten würde das Dateisystem zerstören. Wenn Sie sicher sind,\n"
4661"unterbrechen Sie noch einmal.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004662
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004663#: misc/e2image.c:652
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004664#, c-format
4665msgid " %s remaining at %.2f MB/s"
Philipp Thomasab02a742014-07-09 23:13:30 -04004666msgstr " %s bleibt bei %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004667
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004668#: misc/e2image.c:664 misc/e2image.c:1191
Philipp Thomasb93349a2014-05-31 13:32:39 -04004669#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004670msgid "error reading block %llu"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004671msgstr "Fehler beim Lesen von Block %llu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004672
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004673#: misc/e2image.c:718
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004674#, c-format
4675msgid "Copied %llu / %llu blocks (%d%%) in %s "
Philipp Thomasb93349a2014-05-31 13:32:39 -04004676msgstr "%llu / %llu Blöcke (%d%%) wurden in %s kopiert "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004677
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004678#: misc/e2image.c:722
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004679#, c-format
4680msgid "at %.2f MB/s"
Philipp Thomasab02a742014-07-09 23:13:30 -04004681msgstr "bei %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004682
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004683#: misc/e2image.c:758
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004684msgid "while allocating l1 table"
Philipp Thomasab02a742014-07-09 23:13:30 -04004685msgstr "beim Anfordern von Speicher für die l1-Tabelle"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004686
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004687#: misc/e2image.c:803
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004688msgid "while allocating l2 cache"
Philipp Thomasab02a742014-07-09 23:13:30 -04004689msgstr "beim Anfordern von Speicher für den l2-Zwischenspeicher"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004690
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004691#: misc/e2image.c:826
Theodore Ts'obd386982015-05-17 20:34:58 -04004692msgid ""
4693"Warning: There are still tables in the cache while putting the cache, data "
4694"will be lost so the image may not be valid.\n"
4695msgstr ""
4696"Warnung: Beim Schreiben des Zwischenspeichers befinden sich immer noch "
4697"Tabellen in ihm. Damit gehen Daten verloren und das Abbild ist eventuell "
4698"ungültig.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004699
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004700#: misc/e2image.c:1148
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004701msgid "while allocating ext2_qcow2_image"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004702msgstr "beim Reservieren von Speicher für ext2_qcow2_image"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004703
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004704#: misc/e2image.c:1155
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004705msgid "while initializing ext2_qcow2_image"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004706msgstr "beim Initialisieren des ext2_qcow2_image"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004707
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004708#: misc/e2image.c:1214 misc/e2image.c:1232
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004709msgid "Programming error: multiple sequential refcount blocks created!\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04004710msgstr ""
4711"Programmierfehler: mehrere sequenzielle Refcount-Blöcke wurden erzeugt!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004712
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004713#: misc/e2image.c:1272
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004714msgid "while allocating block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004715msgstr "beim Reservieren von Speicher für die Block-Bitmap"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004716
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004717#: misc/e2image.c:1281
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004718msgid "while allocating scramble block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004719msgstr "beim Reservieren von Speicher für die verwürfelte Block-Bitmap"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004720
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004721#: misc/e2image.c:1288
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004722msgid "Scanning inodes...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004723msgstr "Inodes werden eingelesen …\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004724
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004725#: misc/e2image.c:1300
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004726msgid "Can't allocate block buffer"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004727msgstr "Es konnte kein Blockpuffer reserviert werden"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004728
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004729#: misc/e2image.c:1339 misc/e2image.c:1353
Philipp Thomasb93349a2014-05-31 13:32:39 -04004730#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004731msgid "while iterating over inode %u"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004732msgstr "beim Iterieren über Inode %u"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004733
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004734#: misc/e2image.c:1385
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004735msgid "Raw and qcow2 images cannot be installed"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004736msgstr "Rohe und Qcow2-Abbilder können nicht installiert werden"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004737
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004738#: misc/e2image.c:1407
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004739msgid "error reading bitmaps"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004740msgstr "Fehler beim Lesen der Bitmaps"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004741
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004742#: misc/e2image.c:1419
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004743msgid "while opening device file"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004744msgstr "beim Öffnen der Gerätedatei"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004745
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004746#: misc/e2image.c:1430
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004747msgid "while restoring the image table"
4748msgstr "beim Schreiben der Inode-Tabelle"
4749
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004750#: misc/e2image.c:1527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004751msgid "-a option can only be used with raw or QCOW2 images."
Philipp Thomasab02a742014-07-09 23:13:30 -04004752msgstr "Die Option „-a“ kann nur bei Roh- oder QCOW2-Abbildern benutzt werden."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004753
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004754#: misc/e2image.c:1533
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004755msgid "Offsets are only allowed with raw images."
Philipp Thomasb93349a2014-05-31 13:32:39 -04004756msgstr "Offsets sind nur bei Roh-Abbildern erlaubt."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004757
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004758#: misc/e2image.c:1538
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004759msgid "Move mode is only allowed with raw images."
Philipp Thomasab02a742014-07-09 23:13:30 -04004760msgstr "Verschieben ist nur bei Roh- Abbildern erlaubt."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004761
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004762#: misc/e2image.c:1543
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004763msgid "Move mode requires all data mode."
Philipp Thomasab02a742014-07-09 23:13:30 -04004764msgstr "Der Verschiebemodus erfordert den „Alle Daten“-Modus."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004765
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004766#: misc/e2image.c:1553
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004767msgid "checking if mounted"
Philipp Thomasab02a742014-07-09 23:13:30 -04004768msgstr "Prüfung, ob eingehängt"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004769
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004770#: misc/e2image.c:1560
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004771msgid ""
4772"\n"
4773"Running e2image on a R/W mounted filesystem can result in an\n"
4774"inconsistent image which will not be useful for debugging purposes.\n"
4775"Use -f option if you really want to do that.\n"
4776msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004777"\n"
4778"Das Starten von E2image auf einem schreib- und lesbar eingehängten\n"
4779"Dateisystem kann zu einem unvollständigen Abbild führen, welches\n"
4780"unbrauchbar für die Fehlersuche wäre. Verwenden Sie die Option -f, wenn\n"
4781"Sie das wirklich machen wollen.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004782
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004783#: misc/e2image.c:1614
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004784msgid "QCOW2 image can not be written to the stdout!\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04004785msgstr ""
4786"Das QCOW2-Abbild kann nicht auf die Standardausgabe geschrieben werden!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004787
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004788#: misc/e2image.c:1620
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004789msgid "Can not stat output\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004790msgstr "Der Status der Ausgabe lässt sich nicht feststellen\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004791
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004792#: misc/e2image.c:1630
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004793#, c-format
4794msgid "Image (%s) is compressed\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004795msgstr "Das Abbild (%s) ist komprimiert\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004796
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004797#: misc/e2image.c:1633
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004798#, c-format
4799msgid "Image (%s) is encrypted\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004800msgstr "Das Abbild (%s) ist verschlüsselt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004801
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004802#: misc/e2image.c:1636
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004803#, c-format
4804msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
Theodore Ts'obd386982015-05-17 20:34:58 -04004805msgstr ""
4806"beim Versuch, das Qcow2-Abbild (%s) in ein Roh-Abbild (%s) zu konvertieren"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004807
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004808#: misc/e2image.c:1645
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004809msgid "The -c option only supported in raw mode\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004810msgstr "Die Option „-c“ wird nur im Roh-Modus unterstützt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004811
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004812#: misc/e2image.c:1650
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004813msgid "The -c option not supported when writing to stdout\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04004814msgstr ""
4815"Die Option „-c“ wird beim Schreiben auf die Standardausgabe nicht "
4816"unterstützt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004817
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004818#: misc/e2image.c:1657
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004819msgid "while allocating check_buf"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004820msgstr "beim Anfordern des Prüfpuffers"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004821
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004822#: misc/e2image.c:1663
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004823msgid "The -p option only supported in raw mode\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004824msgstr "Die Option „-p“ wird nur im Roh-Modus unterstützt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004825
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004826#: misc/e2image.c:1673
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004827#, c-format
4828msgid "%d blocks already contained the data to be copied\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004829msgstr "%d Blöcke enthielten bereits die zu kopierenden Daten.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004830
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004831#: misc/e2initrd_helper.c:68
4832#, fuzzy, c-format
4833msgid "Usage: %s -r device\n"
4834msgstr "Aufruf: %s Laufwerk\n"
4835
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004836#: misc/e2label.c:58
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004837#, c-format
4838msgid "e2label: cannot open %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004839msgstr "e2label: %s kann nicht geöffnet werden.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004840
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004841#: misc/e2label.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004842#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004843msgid "e2label: cannot seek to superblock\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004844msgstr "e2label: Springen zum Superblock nicht möglich\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004845
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004846#: misc/e2label.c:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004847#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004848msgid "e2label: error reading superblock\n"
4849msgstr "e2label: Lesefehler im Superblock\n"
4850
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004851#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004852#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004853msgid "e2label: not an ext2 filesystem\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004854msgstr "e2label: Kein ext2-Dateisystem\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004855
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004856#: misc/e2label.c:97 misc/tune2fs.c:2953
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004857#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004858msgid "Warning: label too long, truncating.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004859msgstr "Warnung: Name zu lang, wird gekürzt.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004860
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004861#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004862#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004863msgid "e2label: cannot seek to superblock again\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004864msgstr "e2label: Erneutes Springen zum Superblock nicht möglich\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004865
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004866#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004867#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004868msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004869msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004870
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004871#: misc/e2label.c:117 misc/tune2fs.c:1564
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004872#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004873msgid "Usage: e2label device [newlabel]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004874msgstr "Aufruf: e2label Gerät [neuer_Name]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004875
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004876#: misc/e2undo.c:108
4877#, fuzzy, c-format
4878msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004879msgstr "Aufruf: %s <Transaktionsdatei> <Dateisystem>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004880
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004881#: misc/e2undo.c:131
4882#, fuzzy
4883msgid "The file system superblock doesn't match the undo file.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004884msgstr "Die Zeit des letzten Einhängens des Dateisystems war nicht %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004885
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004886#: misc/e2undo.c:134
4887msgid "UUID does not match.\n"
4888msgstr ""
Philipp Thomas720e6362008-06-21 14:06:00 -04004889
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004890#: misc/e2undo.c:136
4891#, fuzzy
4892msgid "Last mount time does not match.\n"
4893msgstr "Die Zeit des letzten Einhängens des Dateisystems war nicht %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004894
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004895#: misc/e2undo.c:138
4896msgid "Last write time does not match.\n"
4897msgstr ""
4898
4899#: misc/e2undo.c:140
4900msgid "Lifetime write counter does not match.\n"
4901msgstr ""
4902
4903#: misc/e2undo.c:154
4904#, fuzzy
4905msgid "while reading filesystem superblock."
4906msgstr "beim Lesen des Journal-Superblocks"
4907
4908#: misc/e2undo.c:170
4909#, fuzzy
4910msgid "while fetching superblock"
4911msgstr "beim Schreiben des Superblocks"
4912
4913#: misc/e2undo.c:183
4914#, fuzzy, c-format
4915msgid "Undo file superblock checksum doesn't match.\n"
4916msgstr "Die Prüfsumme des Superblocks passt nicht dazu"
4917
4918#: misc/e2undo.c:335
Philipp Thomas68801282008-07-17 11:47:00 -04004919#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004920msgid "Will not write to an undo file while replaying it.\n"
4921msgstr ""
4922
4923#: misc/e2undo.c:344
4924#, fuzzy, c-format
4925msgid "while opening undo file `%s'\n"
4926msgstr "beim Öffnen der Gerätedatei"
4927
4928#: misc/e2undo.c:351
4929#, fuzzy
4930msgid "while reading undo file"
4931msgstr "beim Lesen des Root-Inodes"
4932
4933#: misc/e2undo.c:356
4934#, fuzzy, c-format
4935msgid "%s: Not an undo file.\n"
4936msgstr "%s: zu viele Geräte\n"
4937
4938#: misc/e2undo.c:367
4939#, fuzzy, c-format
4940msgid "%s: Header checksum doesn't match.\n"
4941msgstr "Die Prüfsumme des Inodes passt nicht dazu"
4942
4943#: misc/e2undo.c:374
4944#, fuzzy, c-format
4945msgid "%s: Corrupt undo file header.\n"
4946msgstr "Defekter Kopf einer Erweiterung"
4947
4948#: misc/e2undo.c:378
4949#, c-format
4950msgid "%s: Undo block size too large.\n"
4951msgstr ""
4952
4953#: misc/e2undo.c:383
4954#, c-format
4955msgid "%s: Undo block size too small.\n"
4956msgstr ""
4957
4958#: misc/e2undo.c:392
4959#, fuzzy, c-format
4960msgid "%s: Unknown undo file feature set.\n"
4961msgstr ""
4962"Im Journal-Superblock ist ein unbekannter Bitschalter für eine\n"
4963"inkompatible Eigenschaft gesetzt.\n"
4964
4965#: misc/e2undo.c:400
4966#, fuzzy, c-format
4967msgid "Error while determining whether %s is mounted."
Philipp Thomas9564ee52008-08-22 03:22:50 -04004968msgstr "Fehler beim Überprüfen, ob %s eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004969
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004970#: misc/e2undo.c:406
4971#, fuzzy
4972msgid "e2undo should only be run on unmounted filesystems"
Philipp Thomas40771272008-09-07 22:55:25 -04004973msgstr "e2undo sollte nur auf nicht-eingehängten Dateisystemen laufen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004974
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004975#: misc/e2undo.c:422
4976#, fuzzy, c-format
4977msgid "while opening `%s'"
4978msgstr "beim Öffnen von %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004979
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004980#: misc/e2undo.c:461
4981#, fuzzy
4982msgid "while reading keys"
4983msgstr "beim Lesen der Bitmaps"
Philipp Thomas720e6362008-06-21 14:06:00 -04004984
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004985#: misc/e2undo.c:473
Philipp Thomas720e6362008-06-21 14:06:00 -04004986#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004987msgid "%s: wrong key magic at %llu\n"
4988msgstr ""
4989
4990#: misc/e2undo.c:483
4991#, c-format
4992msgid "%s: key block checksum error at %llu.\n"
4993msgstr ""
4994
4995#: misc/e2undo.c:506
4996#, fuzzy, c-format
4997msgid "%s: block %llu is too long."
4998msgstr "Von Block %lu bis %lu\n"
4999
5000#: misc/e2undo.c:518 misc/e2undo.c:554
5001#, fuzzy, c-format
5002msgid "while fetching block %llu."
5003msgstr "Block %llu wird geschrieben\n"
5004
5005#: misc/e2undo.c:530
5006#, c-format
5007msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
5008msgstr ""
5009
5010#: misc/e2undo.c:569
5011#, fuzzy, c-format
5012msgid "while writing block %llu."
5013msgstr "Schreibfehler - Block %llu"
5014
5015#: misc/e2undo.c:575
5016#, c-format
5017msgid "Undo file corruption; run e2fsck NOW!\n"
5018msgstr ""
5019
5020#: misc/e2undo.c:577
5021#, c-format
5022msgid "IO error during replay; run e2fsck NOW!\n"
5023msgstr ""
5024
5025#: misc/e2undo.c:580
5026#, c-format
5027msgid "Incomplete undo record; run e2fsck.\n"
5028msgstr ""
5029
5030#: misc/findsuper.c:110
5031#, c-format
5032msgid "Usage: findsuper device [skipbytes [startkb]]\n"
5033msgstr ""
5034
5035#: misc/findsuper.c:155
5036#, c-format
5037msgid "skipbytes should be a number, not %s\n"
5038msgstr ""
5039
5040#: misc/findsuper.c:162
5041#, c-format
5042msgid "skipbytes must be a multiple of the sector size\n"
5043msgstr ""
5044
5045#: misc/findsuper.c:169
5046#, c-format
5047msgid "startkb should be a number, not %s\n"
5048msgstr ""
5049
5050#: misc/findsuper.c:175
5051#, c-format
5052msgid "startkb should be positive, not %llu\n"
5053msgstr ""
5054
5055#: misc/findsuper.c:186
5056#, c-format
5057msgid "starting at %llu, with %u byte increments\n"
5058msgstr ""
5059
5060#: misc/findsuper.c:188
5061#, c-format
5062msgid ""
5063"[*] probably superblock written in the ext3 journal superblock,\n"
5064"\tso start/end/grp wrong\n"
5065msgstr ""
5066
5067#: misc/findsuper.c:190
5068#, c-format
5069msgid ""
5070"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
5071"mount_time sb_uuid label\n"
5072msgstr ""
5073
5074#: misc/findsuper.c:264
5075#, c-format
5076msgid ""
5077"\n"
5078"%11Lu: finished with errno %d\n"
5079msgstr ""
Philipp Thomas720e6362008-06-21 14:06:00 -04005080
Eric Sandeen032eafe2012-07-28 17:48:36 -04005081#: misc/fsck.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005082#, c-format
5083msgid "WARNING: couldn't open %s: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005084msgstr "WARNUNG: %s konnte nicht geöffnet werden: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005085
Eric Sandeen032eafe2012-07-28 17:48:36 -04005086#: misc/fsck.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005087#, c-format
5088msgid "WARNING: bad format on line %d of %s\n"
5089msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
5090
Eric Sandeen032eafe2012-07-28 17:48:36 -04005091#: misc/fsck.c:370
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005092msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005093"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005094"\tfield. I will kludge around things for you, but you\n"
5095"\tshould fix your /etc/fstab file as soon as you can.\n"
5096"\n"
5097msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005098"WARNUNG: Ihre /etc/fstab enthält keine Angabe darüber, wann\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005099"\tdas Dateisystem geprüft werden soll. Dies wird\n"
5100"\tignoriert, aber Sie sollten Ihre /etc/fstab so schnell\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005101"\twie möglich korrigieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005102"\n"
5103
Eric Sandeen032eafe2012-07-28 17:48:36 -04005104#: misc/fsck.c:478
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005105#, c-format
5106msgid "fsck: %s: not found\n"
5107msgstr "fsck: %s: nicht gefunden\n"
5108
Eric Sandeen032eafe2012-07-28 17:48:36 -04005109#: misc/fsck.c:594
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005110#, c-format
5111msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005112msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005113
Eric Sandeen032eafe2012-07-28 17:48:36 -04005114#: misc/fsck.c:616
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005115#, c-format
5116msgid "Warning... %s for device %s exited with signal %d.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005117msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005118
Eric Sandeen032eafe2012-07-28 17:48:36 -04005119#: misc/fsck.c:622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005120#, c-format
5121msgid "%s %s: status is %x, should never happen.\n"
5122msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
5123
Eric Sandeen032eafe2012-07-28 17:48:36 -04005124#: misc/fsck.c:661
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005125#, c-format
5126msgid "Finished with %s (exit status %d)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005127msgstr "Beendet mit %s (Exit-Status %d)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005128
Eric Sandeen032eafe2012-07-28 17:48:36 -04005129#: misc/fsck.c:721
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005130#, c-format
5131msgid "%s: Error %d while executing fsck.%s for %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005132msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005133
Eric Sandeen032eafe2012-07-28 17:48:36 -04005134#: misc/fsck.c:742
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005135msgid ""
5136"Either all or none of the filesystem types passed to -t must be prefixed\n"
5137"with 'no' or '!'.\n"
5138msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005139"Bei -t müssen entweder allen oder keinem Dateisystem ein „no“ bzw. „!“\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005140"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005141
Eric Sandeen032eafe2012-07-28 17:48:36 -04005142#: misc/fsck.c:761
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005143msgid "Couldn't allocate memory for filesystem types\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005144msgstr "Speicher für Dateisystemtypen kann nicht reserviert werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005145
Eric Sandeen032eafe2012-07-28 17:48:36 -04005146#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005147#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04005148msgid ""
5149"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
5150"number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005151msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005152"%s: Ungültige Zeile in /etc/fstab wird übersprungen: bind mount mit\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005153" Durchgangsnummer für fsck, die nicht Null ist\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005154
Eric Sandeen032eafe2012-07-28 17:48:36 -04005155#: misc/fsck.c:911
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005156#, c-format
5157msgid "fsck: cannot check %s: fsck.%s not found\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005158msgstr "fsck: %s kann nicht überprüft werden: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005159
Eric Sandeen032eafe2012-07-28 17:48:36 -04005160#: misc/fsck.c:967
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005161msgid "Checking all file systems.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005162msgstr "Alle Dateisysteme werden überprüft.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005163
Eric Sandeen032eafe2012-07-28 17:48:36 -04005164#: misc/fsck.c:1058
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005165#, c-format
5166msgid "--waiting-- (pass %d)\n"
5167msgstr "--warten-- (Durchgang %d)\n"
5168
Eric Sandeen032eafe2012-07-28 17:48:36 -04005169#: misc/fsck.c:1078
Theodore Ts'obd386982015-05-17 20:34:58 -04005170msgid ""
5171"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
5172msgstr ""
5173"Aufruf: fsck [-AMNPRTV] [ -C [ fd ] ] [-t Datesystemtyp] [FS-Optionen] "
5174"[Dateisystem...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005175
Eric Sandeen032eafe2012-07-28 17:48:36 -04005176#: misc/fsck.c:1120
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005177#, c-format
5178msgid "%s: too many devices\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005179msgstr "%s: zu viele Geräte\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005180
Eric Sandeen032eafe2012-07-28 17:48:36 -04005181#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005182#, c-format
5183msgid "%s: too many arguments\n"
5184msgstr "%s: zu viele Argumente\n"
5185
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005186#: misc/fuse2fs.c:3730
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005187#, fuzzy
5188msgid "Mounting read-only.\n"
5189msgstr "Die Datei wurde nur-lesbar geöffnet"
5190
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005191#: misc/fuse2fs.c:3754
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005192#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005193msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
5194msgstr ""
5195
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005196#: misc/fuse2fs.c:3766 misc/fuse2fs.c:3779
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005197#, c-format
5198msgid "%s: %s.\n"
5199msgstr ""
5200
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005201#: misc/fuse2fs.c:3767 misc/fuse2fs.c:3781 misc/tune2fs.c:3182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005202#, fuzzy, c-format
5203msgid "Please run e2fsck -fy %s.\n"
5204msgstr ""
5205"Bitte lassen Sie zuerst „e2fsck -f %s“ laufen.\n"
5206"\n"
5207
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005208#: misc/fuse2fs.c:3788
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005209msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
5210msgstr ""
5211
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005212#: misc/fuse2fs.c:3796
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005213#, fuzzy, c-format
5214msgid "%s: Writing to the journal is not supported.\n"
5215msgstr "Das Verringern der Inode-Größe wird nicht unterstützt\n"
5216
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005217#: misc/fuse2fs.c:3811
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005218msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
5219msgstr ""
5220
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005221#: misc/fuse2fs.c:3815
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005222msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
5223msgstr ""
5224
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005225#: misc/fuse2fs.c:3820
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005226msgid "Warning: Check time reached; running e2fsck is recommended.\n"
5227msgstr ""
5228
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005229#: misc/fuse2fs.c:3824
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005230msgid "Orphans detected; running e2fsck is recommended.\n"
5231msgstr ""
5232
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005233#: misc/fuse2fs.c:3828
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005234msgid "Errors detected; running e2fsck is required.\n"
5235msgstr ""
5236
5237#: misc/lsattr.c:75
5238#, fuzzy, c-format
5239msgid "Usage: %s [-RVadlpv] [files...]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005240msgstr "Aufruf: %s [-RVadlv] [Dateien...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005241
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005242#: misc/lsattr.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005243#, c-format
5244msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005245msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005246
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005247#: misc/lsattr.c:93
5248#, fuzzy, c-format
5249msgid "While reading project on %s"
5250msgstr "Beim Lesen der Version von %s"
5251
5252#: misc/lsattr.c:102
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005253#, c-format
5254msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005255msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005256
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005257#: misc/mke2fs.c:124
5258#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005259msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005260"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005261"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005262"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005263"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005264"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005265"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005266"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5267"undo_file]\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005268"\t[-jnqvDFSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005269msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005270"Aufruf: %s [-c|-l Dateiname] [-b Blockgröße] [-C Clustergröße]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005271"\t[-i Bytes-pro-Inode] [-I Inode-Größe] [-J Journal-Optionen]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005272"\t[-G Größe_der_Metagruppe] [-N Anzahl_der_Inodes]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005273"\t[-m Reservierte-Blöcke-Prozentsatz] [-o Erzeuger-OS]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005274"\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005275"\t[-M letztes-eingehängtes-Verzeichnis] [-O Eigenschaft[,...]]\n"
5276"\t[-r fs-Revision] [-E erweiterte-Option[,...]]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005277"\t[-t Dateisystemtyp] [-T Verwendungs-Typ ] [-U UUID] [-jnqvDFKSV]\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04005278"\tGerät [Block-Anzahl]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005279
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005280#: misc/mke2fs.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005281#, c-format
5282msgid "Running command: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005283msgstr "Befehl wird ausgeführt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005284
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005285#: misc/mke2fs.c:259
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005286#, c-format
5287msgid "while trying to run '%s'"
5288msgstr "während des Versuchs, „%s“ auszuführen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005289
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005290#: misc/mke2fs.c:266
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005291msgid "while processing list of bad blocks from program"
5292msgstr "beim Auswerten der „Bad Block“-Liste vom Programm"
5293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005294#: misc/mke2fs.c:293
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005295#, c-format
5296msgid "Block %d in primary superblock/group descriptor area bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005297msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005298
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005299#: misc/mke2fs.c:295
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005300#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005301msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005302msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005303"Die Blöcke %u bis einschließlich %u müssen in Ordnung sein, um ein\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005304"\tDateisystem zu erstellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005305
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005306#: misc/mke2fs.c:298
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005307msgid "Aborting....\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005308msgstr "Abbruch...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005309
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005310#: misc/mke2fs.c:318
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005311#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005312msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005313"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005314"\tbad blocks.\n"
5315"\n"
5316msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005317"Warnung: Die Sicherung des Superblocks bzw. Gruppendeskriptors in Block %u\n"
5318"\tenthält defekte Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005319"\n"
5320
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005321#: misc/mke2fs.c:337
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005322msgid "while marking bad blocks as used"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005323msgstr "beim Markieren von defekten Blöcken als „belegt“"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005324
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005325#: misc/mke2fs.c:408
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005326msgid "Writing inode tables: "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005327msgstr "Inode-Tabellen werden geschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005328
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005329#: misc/mke2fs.c:430
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005330#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005331msgid ""
5332"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005333"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005334msgstr ""
5335"\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04005336"%d Blöcke konnten nicht in die Inoden-Tabellen beginnend bei %llu "
5337"geschrieben werden: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005338
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005339#: misc/mke2fs.c:444 misc/mke2fs.c:2648 misc/mke2fs.c:3013
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005340msgid "done \n"
5341msgstr "erledigt \n"
5342
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005343#: misc/mke2fs.c:460
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005344msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005345msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005346
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005347#: misc/mke2fs.c:467
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005348msgid "while reading root inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04005349msgstr "beim Lesen des Root-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005350
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005351#: misc/mke2fs.c:479
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005352msgid "while setting root inode ownership"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005353msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005354
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005355#: misc/mke2fs.c:497
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005356msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005357msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005358
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005359#: misc/mke2fs.c:504
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005360msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005361msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005363#: misc/mke2fs.c:517
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005364msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005365msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005366
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005367#: misc/mke2fs.c:532
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005368msgid "while setting bad block inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005369msgstr "beim Setzen des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005370
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005371#: misc/mke2fs.c:559
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005372#, c-format
5373msgid "Out of memory erasing sectors %d-%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005374msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005375
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005376#: misc/mke2fs.c:569
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005377#, c-format
5378msgid "Warning: could not read block 0: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005379msgstr "Warnung: Block %s konnte nicht gelesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005380
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005381#: misc/mke2fs.c:585
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005382#, c-format
5383msgid "Warning: could not erase sector %d: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005384msgstr "Warnung: Sektor %d konnte nicht gelöscht werden: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005385
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005386#: misc/mke2fs.c:601
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005387msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005388msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005389
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005390#: misc/mke2fs.c:609
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005391msgid "Zeroing journal device: "
Philipp Thomasab02a742014-07-09 23:13:30 -04005392msgstr "Journal-Gerät wird mit Nullen überschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005393
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005394#: misc/mke2fs.c:621
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005395#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005396msgid "while zeroing journal device (block %llu, count %d)"
Philipp Thomasab02a742014-07-09 23:13:30 -04005397msgstr "beim Überschreiben des Journal-Gerätes mit Nullen (Block %llu, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005398
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005399#: misc/mke2fs.c:638
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005400msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005401msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005402
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005403#: misc/mke2fs.c:653
Philipp Thomasb93349a2014-05-31 13:32:39 -04005404#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005405msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005406msgstr "Ein Dateisystems mit %llu (%dk) Blöcken und %u Inodes wird erzeugt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005407
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005408#: misc/mke2fs.c:661
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005409#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005410msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005411"warning: %llu blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005412"\n"
5413msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005414"Warnung: %llu Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005415"\n"
5416
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005417#: misc/mke2fs.c:666
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005418#, c-format
5419msgid "Filesystem label=%s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005420msgstr "Dateisystembezeichnung=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005421
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005422#: misc/mke2fs.c:669
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005423#, c-format
5424msgid "OS type: %s\n"
5425msgstr "OS-Typ: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005426
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005427#: misc/mke2fs.c:671
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005428#, c-format
5429msgid "Block size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005430msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005431
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005432#: misc/mke2fs.c:674
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005433#, c-format
5434msgid "Cluster size=%u (log=%u)\n"
5435msgstr "Clustergröße=%u (log=%u)\n"
5436
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005437#: misc/mke2fs.c:678
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005438#, c-format
5439msgid "Fragment size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005440msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005441
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005442#: misc/mke2fs.c:680
Philipp Thomas77c871a2010-04-19 16:59:02 -04005443#, c-format
5444msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5445msgstr "Stride=%u Blöcke, Stripebreite=%u Blöcke\n"
5446
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005447#: misc/mke2fs.c:682
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005448#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005449msgid "%u inodes, %llu blocks\n"
5450msgstr "%u Inodes, %llu Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005451
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005452#: misc/mke2fs.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005453#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005454msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5455msgstr "%llu Blöcke (%2.2f%%) reserviert für den Superuser\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005456
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005457#: misc/mke2fs.c:687
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005458#, c-format
5459msgid "First data block=%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005460msgstr "Erster Datenblock=%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005461
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005462#: misc/mke2fs.c:689
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005463#, c-format
5464msgid "Root directory owner=%u:%u\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005465msgstr "Eigentümer des Wurzelverzeichnisses=%u:%u\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005466
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005467#: misc/mke2fs.c:691
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005468#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005469msgid "Maximum filesystem blocks=%lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005470msgstr "Maximale Dateisystem-Blöcke=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005471
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005472#: misc/mke2fs.c:695
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005473#, c-format
5474msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005475msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005476
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005477#: misc/mke2fs.c:697
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005478#, c-format
5479msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005480msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005481
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005482#: misc/mke2fs.c:699
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005483#, c-format
5484msgid "%u blocks per group, %u clusters per group\n"
5485msgstr "%u Blöcke pro Gruppe, %u Cluster pro Gruppe\n"
5486
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005487#: misc/mke2fs.c:702
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005488#, c-format
5489msgid "%u blocks per group, %u fragments per group\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005490msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005491
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005492#: misc/mke2fs.c:704
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005493#, c-format
5494msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005495msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005496
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005497#: misc/mke2fs.c:713
Philipp Thomasb93349a2014-05-31 13:32:39 -04005498#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005499msgid "Filesystem UUID: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005500msgstr "UUID des Dateisystems: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005501
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005502#: misc/mke2fs.c:714
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005503msgid "Superblock backups stored on blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005504msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005505
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005506#: misc/mke2fs.c:808
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005507#, c-format
5508msgid "%s requires '-O 64bit'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005509msgstr "%s erfordert „-O 64Bit“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005510
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005511#: misc/mke2fs.c:814
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005512#, c-format
5513msgid "'%s' must be before 'resize=%u'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005514msgstr "„%s“ muss vor „resize=%u“ kommen\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005515
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005516#: misc/mke2fs.c:827
Philipp Thomasb93349a2014-05-31 13:32:39 -04005517#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005518msgid "Invalid desc_size: '%s'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005519msgstr "Unzulässige desc_size: „%s“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005520
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005521#: misc/mke2fs.c:840
Philipp Thomasb93349a2014-05-31 13:32:39 -04005522#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005523msgid "Invalid offset: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005524msgstr "Unzulässiger Offset: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005525
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005526#: misc/mke2fs.c:854 misc/tune2fs.c:1933
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005527#, c-format
5528msgid "Invalid mmp_update_interval: %s\n"
5529msgstr "Ungültiges mmp_update_interval: %s\n"
5530
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005531#: misc/mke2fs.c:868
Philipp Thomasab02a742014-07-09 23:13:30 -04005532#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005533msgid "Invalid # of backup superblocks: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005534msgstr "Ungültige Anzahl von Ersatz-Superblöcken: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005535
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005536#: misc/mke2fs.c:890
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005537#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005538msgid "Invalid stride parameter: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005539msgstr "Ungültiger „stride“-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005540
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005541#: misc/mke2fs.c:905
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005542#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005543msgid "Invalid stripe-width parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005544msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005545
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005546#: misc/mke2fs.c:928
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005547#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005548msgid "Invalid resize parameter: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005549msgstr "Ungültiger „resize“-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005550
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005551#: misc/mke2fs.c:935
Theodore Ts'obc759702005-05-09 20:40:55 -04005552msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04005553msgstr ""
5554"Das Maximum der Vergrößerung muss oberhalb als der Dateisystem-Größe "
5555"liegen.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005556
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005557#: misc/mke2fs.c:959
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005558msgid "On-line resizing not supported with revision 0 filesystems\n"
5559msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005560"Online-Größenänderungen werden bei Revison-0-Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005561"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005562
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005563#: misc/mke2fs.c:985 misc/mke2fs.c:994
Philipp Thomasb93349a2014-05-31 13:32:39 -04005564#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005565msgid "Invalid root_owner: '%s'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005566msgstr "Ungültiger Eigentümer der Wurzel: „%s“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005567
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005568#: misc/mke2fs.c:1034
5569#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005570msgid ""
5571"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005572"Bad option(s) specified: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005573"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04005574"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005575"\tis set off by an equals ('=') sign.\n"
5576"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04005577"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005578"\tmmp_update_interval=<interval>\n"
5579"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005580"\tstride=<RAID per-disk data chunk in blocks>\n"
5581"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005582"\toffset=<offset to create the file system>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005583"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005584"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005585"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005586"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005587"\troot_owner=<uid of root dir>:<gid of root dir>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005588"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005589"\tdiscard\n"
5590"\tnodiscard\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005591"\tquotatype=<quota type(s) to be enabled>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005592"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005593msgstr ""
5594"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005595"Ungültige Option(en) angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005596"\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04005597"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005598"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005599"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005600"Gültige erweiterte Optionen sind:\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005601"\tmmp_update_interval=<Intervall>\n"
5602"\tnum_backup_sb=<0|1|2>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005603"\tstride=<RAID-Segmentgröße in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005604"\tstripe-width=<RAID Stride * Datenplatten in Blöcken>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005605"\toffset=<Offset für das Dateisystem>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005606"\tresize=<Obergrenze für Größenänderung in Blöcken>\n"
5607"\tpacked_meta_blocks=<0 deaktiviert, 1 aktiviert>\n"
5608"\tlazy_itable_init=<0 für deaktiviert, 1 für aktiviert>\n"
5609"\tlazy_journal_init=<0 für deaktiviert, 1 für aktiviert>\n"
5610"\troot_uid=<UID des Wurzelverzeichnisses>\n"
5611"\troot_gid=<GID des Wurzelverzeichnisses>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005612"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005613"\tdiscard\n"
5614"\tnodiscard\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04005615"\tquotatype=<usr ODER grp>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005616"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005617
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005618#: misc/mke2fs.c:1059
Theodore Ts'o8f741372008-02-28 21:47:05 -05005619#, c-format
5620msgid ""
5621"\n"
5622"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5623"\n"
5624msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005625"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005626"Warnung: Die Stripebreite %u des RAIDs ist kein Vielfaches des Strides %u.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005627"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005628
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005629#: misc/mke2fs.c:1101
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005630#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005631msgid ""
5632"Syntax error in mke2fs config file (%s, line #%d)\n"
5633"\t%s\n"
5634msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005635"Syntaxfehler in der Konfigurationsdatei von mke2fs (%s, Zeile #%d)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005636"\t%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005637
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005638#: misc/mke2fs.c:1114 misc/tune2fs.c:1007
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005639#, c-format
5640msgid "Invalid filesystem option set: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005641msgstr "Ungültige Dateisystem-Option angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005642
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005643#: misc/mke2fs.c:1126 misc/tune2fs.c:406
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005644#, c-format
5645msgid "Invalid mount option set: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005646msgstr "Ungültige Option für das Einhängen angegeben: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005647
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005648#: misc/mke2fs.c:1262
Philipp Thomas40771272008-09-07 22:55:25 -04005649#, c-format
5650msgid ""
5651"\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005652"Your mke2fs.conf file does not define the %s filesystem type.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005653msgstr ""
5654"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005655"Ihre Datei mke2fs.conf definiert den Typ des Dateisystems %s nicht.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005656
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005657#: misc/mke2fs.c:1266
Philipp Thomas40771272008-09-07 22:55:25 -04005658msgid ""
5659"You probably need to install an updated mke2fs.conf file.\n"
5660"\n"
5661msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04005662"Sie müssen wahrscheinlich eine aktualisierte Version der Datei "
5663"installieren.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005664"\n"
5665
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005666#: misc/mke2fs.c:1270
Philipp Thomas3e914b52011-01-24 15:03:41 -05005667msgid "Aborting...\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005668msgstr "Abbruch…\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005669
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005670#: misc/mke2fs.c:1311
Philipp Thomas3e914b52011-01-24 15:03:41 -05005671#, c-format
5672msgid ""
5673"\n"
5674"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5675"\n"
5676msgstr ""
5677"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005678"Warnung: der Dateisystemtyp %s ist in mke2fs.conf nicht definiert\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005679"\n"
5680
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005681#: misc/mke2fs.c:1493
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005682msgid "Couldn't allocate memory for new PATH.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005683msgstr "Es konnte kein Speicher für den neuen PFAD reserviert werden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005684
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005685#: misc/mke2fs.c:1534
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005686#, c-format
5687msgid "Couldn't init profile successfully (error: %ld).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005688msgstr "Das Profil konnte nicht erfolgreich initialisiert werden: %ld).\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005689
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005690#: misc/mke2fs.c:1567
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005691#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005692msgid "invalid block size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04005693msgstr "ungültige Blockgröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005694
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005695#: misc/mke2fs.c:1571
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005696#, c-format
5697msgid "Warning: blocksize %d not usable on most systems.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04005698msgstr ""
5699"Warnung: Eine Blockgröße von %d ist auf den meisten System unbrauchbar.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005700
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005701#: misc/mke2fs.c:1587
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005702#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005703msgid "invalid cluster size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04005704msgstr "ungültige Clustergröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005705
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005706#: misc/mke2fs.c:1600
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005707msgid "'-R' is deprecated, use '-E' instead"
Philipp Thomasab02a742014-07-09 23:13:30 -04005708msgstr "„-R“ ist veraltet, bitte verwenden Sie stattdessen „-E“"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005709
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005710#: misc/mke2fs.c:1614 misc/tune2fs.c:1661
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005711#, c-format
5712msgid "bad error behavior - %s"
5713msgstr "ungültiges Verhalten im Fehlerfall - %s"
5714
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005715#: misc/mke2fs.c:1626
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005716msgid "Illegal number for blocks per group"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005717msgstr "Die Zahl der Blöcke pro Gruppe ist unzulässig"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005718
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005719#: misc/mke2fs.c:1631
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005720msgid "blocks per group must be multiple of 8"
Philipp Thomasab02a742014-07-09 23:13:30 -04005721msgstr "Die Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005722
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005723#: misc/mke2fs.c:1639
Philipp Thomas720e6362008-06-21 14:06:00 -04005724msgid "Illegal number for flex_bg size"
Philipp Thomasab02a742014-07-09 23:13:30 -04005725msgstr "Der Wert für die Größe von flex_bg ist unzulässig"
Philipp Thomas720e6362008-06-21 14:06:00 -04005726
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005727#: misc/mke2fs.c:1645
Philipp Thomas720e6362008-06-21 14:06:00 -04005728msgid "flex_bg size must be a power of 2"
Philipp Thomasab02a742014-07-09 23:13:30 -04005729msgstr "Die Größe von flex_bg muss eine Potenz von 2 sein"
Philipp Thomas720e6362008-06-21 14:06:00 -04005730
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005731#: misc/mke2fs.c:1650
Philipp Thomasab02a742014-07-09 23:13:30 -04005732#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005733msgid "flex_bg size (%lu) must be less than or equal to 2^31"
Philipp Thomasab02a742014-07-09 23:13:30 -04005734msgstr "Die Größe von flex_bg (%lu) muss gleich oder weniger als 2^31 sein"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005735
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005736#: misc/mke2fs.c:1660
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005737#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005738msgid "invalid inode ratio %s (min %d/max %d)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005739msgstr "Unzulässige Inode-Rate %s (min %d/max %d)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005740
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005741#: misc/mke2fs.c:1670
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005742#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005743msgid "invalid inode size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04005744msgstr "ungültige Inode-Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005745
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005746#: misc/mke2fs.c:1683
Theodore Ts'obd386982015-05-17 20:34:58 -04005747msgid ""
5748"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5749"nodiscard' extended option instead!\n"
5750msgstr ""
5751"Warnung: Die Option -K wird bald nicht mehr unterstüzt. Verwenden Sie "
5752"stattdessen die Erweiterungsoption „-E nodiscard“!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005753
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005754#: misc/mke2fs.c:1694
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005755msgid "in malloc for bad_blocks_filename"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005756msgstr "in malloc für bad_blocks_filename"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005757
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005758#: misc/mke2fs.c:1707
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005759#, c-format
5760msgid "invalid reserved blocks percent - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005761msgstr "Ungültiger Wert für die prozentuale Anzahl reservierter Blöcke - %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005762
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005763#: misc/mke2fs.c:1722
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005764#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005765msgid "bad num inodes - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005766msgstr "ungültige Anzahl von Inodes - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005767
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005768#: misc/mke2fs.c:1735
5769#, fuzzy
5770msgid "while allocating fs_feature string"
5771msgstr "beim Zuweisen von Puffern"
5772
5773#: misc/mke2fs.c:1752
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005774#, c-format
5775msgid "bad revision level - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005776msgstr "ungültige Version - %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005777
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005778#: misc/mke2fs.c:1757
Philipp Thomasab02a742014-07-09 23:13:30 -04005779#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005780msgid "while trying to create revision %d"
Philipp Thomasab02a742014-07-09 23:13:30 -04005781msgstr "beim Versuch, Revision %d zu erzeugen"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005782
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005783#: misc/mke2fs.c:1771
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005784msgid "The -t option may only be used once"
Philipp Thomasab02a742014-07-09 23:13:30 -04005785msgstr "Die Option „-t“ darf nur einmal angegeben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005786
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005787#: misc/mke2fs.c:1779
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005788msgid "The -T option may only be used once"
Philipp Thomasab02a742014-07-09 23:13:30 -04005789msgstr "Die Option „-T“ darf nur einmal angegeben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005790
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005791#: misc/mke2fs.c:1835 misc/mke2fs.c:3097
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005792#, c-format
5793msgid "while trying to open journal device %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005794msgstr "beim Versuch, das Journalgerät %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005795
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005796#: misc/mke2fs.c:1841
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005797#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04005798msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04005799msgstr ""
5800"Die Blockgröße des Journalgeräts (%d) ist kleiner als die minimale "
5801"Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005802
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005803#: misc/mke2fs.c:1847
Philipp Thomas68801282008-07-17 11:47:00 -04005804#, c-format
5805msgid "Using journal device's blocksize: %d\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005806msgstr "Die Blockgröße des Journalgerätes wird verwendet: %d\n"
Philipp Thomas68801282008-07-17 11:47:00 -04005807
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005808#: misc/mke2fs.c:1858
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005809#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005810msgid "invalid blocks '%s' on device '%s'"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005811msgstr "ungültiger Block „%s“ auf Gerät „%s“"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005812
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005813#: misc/mke2fs.c:1880
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005814msgid "filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04005815msgstr "Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005816
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005817#: misc/mke2fs.c:1894 resize/main.c:490
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005818msgid "while trying to determine filesystem size"
Philipp Thomasab02a742014-07-09 23:13:30 -04005819msgstr "beim Versuch, die Größe des Dateisystems zu bestimmen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005820
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005821#: misc/mke2fs.c:1900
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005822msgid ""
5823"Couldn't determine device size; you must specify\n"
5824"the size of the filesystem\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005825msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005826"Die Größe des Gerätes ist nicht feststellbar. Sie müssen die Größe\n"
5827"des Dateisystems manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005828
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005829#: misc/mke2fs.c:1907
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005830msgid ""
5831"Device size reported to be zero. Invalid partition specified, or\n"
5832"\tpartition table wasn't reread after running fdisk, due to\n"
5833"\ta modified partition being busy and in use. You may need to reboot\n"
5834"\tto re-read your partition table.\n"
5835msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005836"Als Größe des Geräts wird Null zurück geliefert. Entweder wurde eine\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005837"\tungültige Partition angegeben oder die Partitionstabelle wurde nach\n"
5838"\teinem Lauf von fdisk nicht neu eingelesen, weil die modifizierte\n"
5839"\tPartition vewendet wurde. Sie müssen unter Umständen den Rechner neu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005840"\tstarten, damit die Partitionstabelle neu eingelesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005841
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005842#: misc/mke2fs.c:1924
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005843msgid "Filesystem larger than apparent device size."
Philipp Thomasab02a742014-07-09 23:13:30 -04005844msgstr "Das Dateisystem ist größer als als die Partition."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005845
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005846#: misc/mke2fs.c:1944
Philipp Thomas720e6362008-06-21 14:06:00 -04005847msgid "Failed to parse fs types list\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005848msgstr "Die Liste der Dateisystemtypen konnte nicht verarbeitet werden\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005849
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005850#: misc/mke2fs.c:1992
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005851#, fuzzy
5852msgid "The HURD does not support the filetype feature.\n"
5853msgstr "Hurd unterstützt keine Dateitypen.\n"
5854
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005855#: misc/mke2fs.c:1997
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005856#, fuzzy
5857msgid "The HURD does not support the huge_file feature.\n"
5858msgstr "Hurd unterstützt keine Dateitypen.\n"
5859
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005860#: misc/mke2fs.c:2002
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005861#, fuzzy
5862msgid "The HURD does not support the metadata_csum feature.\n"
5863msgstr "Hurd unterstützt keine Dateitypen.\n"
5864
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005865#: misc/mke2fs.c:2012
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005866msgid "while trying to determine hardware sector size"
Philipp Thomasab02a742014-07-09 23:13:30 -04005867msgstr "beim Versuch, die Hardware-Sektorgröße festzustellen"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005868
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005869#: misc/mke2fs.c:2018
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005870msgid "while trying to determine physical sector size"
Philipp Thomasab02a742014-07-09 23:13:30 -04005871msgstr "beim Versuch, die physische Sektorgröße festzustellen"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005872
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005873#: misc/mke2fs.c:2050
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005874msgid "while setting blocksize; too small for device\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005875msgstr "beim Setzen der Blockgröße: zu klein für das Gerät\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005876
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005877#: misc/mke2fs.c:2055
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005878#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04005879msgid ""
5880"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5881msgstr ""
5882"Warnung: die angegebene Blockgröße %d ist kleiner als die physische "
5883"Sektorgröße %d\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005884
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005885#: misc/mke2fs.c:2079
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005886#, c-format
5887msgid ""
5888"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5889"\tin 32 bits using a blocksize of %d.\n"
5890msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04005891"%1$s: Die Größe des Gerätes %3$s (0x%2$llx Blöcke) kann bei einer "
5892"Blockgröße\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005893"\tvon %4$d kann mit 32 Bits nicht dargestellt werden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005894
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005895#: misc/mke2fs.c:2095
Philipp Thomas68801282008-07-17 11:47:00 -04005896msgid "fs_types for mke2fs.conf resolution: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04005897msgstr "Dateisystemtypen für das Aufschlüsseln von mke2fs.conf: "
Philipp Thomas68801282008-07-17 11:47:00 -04005898
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005899#: misc/mke2fs.c:2102
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005900msgid "Filesystem features not supported with revision 0 filesystems\n"
5901msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005902"Eigenschaften von Dateisystemen werden bei Revison-0-Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005903"\tunterstützt\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005904
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005905#: misc/mke2fs.c:2110
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005906msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5907msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005908"Sparse-Superblöcke werden bei Revison-0-Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005909"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005910
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005911#: misc/mke2fs.c:2120
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005912msgid "Journals not supported with revision 0 filesystems\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005913msgstr ""
5914"Journale werden bei Revison-0-Dateisystemen nicht\n"
5915"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005916
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005917#: misc/mke2fs.c:2133
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005918#, c-format
5919msgid "invalid reserved blocks percent - %lf"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005920msgstr "Ungültiger Werte für Prozent reservierter Blöcke - %lf"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005921
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005922#: misc/mke2fs.c:2150
Theodore Ts'obd386982015-05-17 20:34:58 -04005923msgid ""
5924"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5925"rectify.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005926msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005927"Erweiterungen MÜSSEN für 64-Bit-Dateisysteme aktiviert werden.\n"
5928"\tGeben Sie „-O extents“ an, um dies zu tun.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005929
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005930#: misc/mke2fs.c:2170
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005931msgid "The cluster size may not be smaller than the block size.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005932msgstr "Die Clustergröße darf nicht kleiner als die Blockgröße sein.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005933
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005934#: misc/mke2fs.c:2176
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005935msgid "specifying a cluster size requires the bigalloc feature"
Philipp Thomasab02a742014-07-09 23:13:30 -04005936msgstr "Die Angabe einer Clustergröße erfordert die Eigenschaft „bigalloc“."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005937
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005938#: misc/mke2fs.c:2196
Philipp Thomas720e6362008-06-21 14:06:00 -04005939#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005940msgid "warning: Unable to get device geometry for %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005941msgstr "Warnung: Die Geometrie des Gerätes „%s“ kann nicht bestimmt werden\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005942
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005943#: misc/mke2fs.c:2199
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005944#, c-format
5945msgid "%s alignment is offset by %lu bytes.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005946msgstr "Die Ausrichtung von %s ist um %lu Bytes versetzt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005947
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005948#: misc/mke2fs.c:2201
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005949#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04005950msgid ""
5951"This may result in very poor performance, (re)-partitioning suggested.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005952msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04005953"Dies könnte in sehr schlechter Leistung resultieren. Eine "
5954"Neupartitionierung\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005955"ist angeraten.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005956
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005957#: misc/mke2fs.c:2222
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005958#, c-format
5959msgid "%d-byte blocks too big for system (max %d)"
Philipp Thomasab02a742014-07-09 23:13:30 -04005960msgstr "Blöcke mit %d Bytes sind zu groß für das Gerät (max %d)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005961
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005962#: misc/mke2fs.c:2226
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005963#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04005964msgid ""
5965"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005966msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005967"Warnung: Blöcke mit %d Bytes sind zu groß für das Gerät (max %d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005968"\t Weiterverarbeitung wurde erzwungen\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005969
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005970#: misc/mke2fs.c:2234
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005971#, c-format
5972msgid ""
5973"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5974"and journal checksum features.\n"
5975msgstr ""
5976
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005977#: misc/mke2fs.c:2289
5978#, c-format
5979msgid ""
5980"\n"
5981"Warning: offset specified without an explicit file system size.\n"
5982"Creating a file system with %llu blocks but this might\n"
5983"not be what you want.\n"
5984"\n"
5985msgstr ""
5986
5987#: misc/mke2fs.c:2306
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005988msgid "Can't support bigalloc feature without extents feature"
Philipp Thomasab02a742014-07-09 23:13:30 -04005989msgstr "„Bigalloc“ ist nur mit „Extents“ möglich"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005990
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005991#: misc/mke2fs.c:2313
Philipp Thomas720e6362008-06-21 14:06:00 -04005992msgid ""
5993"The resize_inode and meta_bg features are not compatible.\n"
5994"They can not be both enabled simultaneously.\n"
5995msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005996"resize_inode und meta_bg sind nicht kompatibel und können\n"
5997"daher nicht gleichzeitig aktiviert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005998
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005999#: misc/mke2fs.c:2321
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006000msgid ""
6001"\n"
6002"Warning: the bigalloc feature is still under development\n"
6003"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
6004"\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006005msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006006"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006007"Warnung: „bigalloc“ befindet sich noch in Entwicklung.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006008"Lesen Sie https://ext4.wiki.kernel.org/index.php/Bigalloc für weitere\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006009"Informationen.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006010"\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006011
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006012#: misc/mke2fs.c:2333
Theodore Ts'obc759702005-05-09 20:40:55 -04006013msgid "reserved online resize blocks not supported on non-sparse filesystem"
6014msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006015"Reservierte Blöcke für die Online-Größenänderung werden auf Nicht-Sparse-\n"
6016"Dateisystemen nicht unterstützt."
Theodore Ts'obc759702005-05-09 20:40:55 -04006017
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006018#: misc/mke2fs.c:2342
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006019msgid "blocks per group count out of range"
Philipp Thomasab02a742014-07-09 23:13:30 -04006020msgstr "Die Anzahl der Blöcke pro Gruppe ist außerhalb des gültigen Bereichs."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006021
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006022#: misc/mke2fs.c:2364
Philipp Thomas720e6362008-06-21 14:06:00 -04006023msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'obd386982015-05-17 20:34:58 -04006024msgstr ""
6025"Flex_bg ist nicht aktiviert, daher darf dafür auch keine Größe angegeben "
6026"werden."
Theodore Ts'o6956f612005-12-31 16:46:15 -05006027
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006028#: misc/mke2fs.c:2376
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006029#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04006030msgid "invalid inode size %d (min %d/max %d)"
Philipp Thomasab02a742014-07-09 23:13:30 -04006031msgstr "unzulässige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006032
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006033#: misc/mke2fs.c:2391
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006034#, c-format
6035msgid "%d byte inodes are too small for inline data; specify larger size"
6036msgstr ""
6037
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006038#: misc/mke2fs.c:2404
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006039#, c-format
6040msgid "%d byte inodes are too small for project quota; specify larger size"
6041msgstr ""
6042
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006043#: misc/mke2fs.c:2419
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006044#, c-format
6045msgid "too many inodes (%llu), raise inode ratio?"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006046msgstr "zu wenige Inodes (%llu), Anzahl erhöhen?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006047
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006048#: misc/mke2fs.c:2426
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006049#, c-format
6050msgid "too many inodes (%llu), specify < 2^32 inodes"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006051msgstr "zu viele Inodes (%llu), geben Sie weniger als 2^32 Inodes an"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006052
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006053#: misc/mke2fs.c:2440
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006054#, c-format
6055msgid ""
6056"inode_size (%u) * inodes_count (%u) too big for a\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006057"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006058"\tor lower inode count (-N).\n"
6059msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006060"inode_size (%u) * inodes_count (%u) ist zu groß für ein\n"
6061"\tDateisystem mit %llu Blöcken, geben Sie ein höheres inode_ratio (-i)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006062"\tan oder eine niedrigere Anzahl Inodes (-N) an.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006063
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006064#: misc/mke2fs.c:2627
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006065msgid "Discarding device blocks: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006066msgstr "Geräteblöcke werden verworfen: "
Philipp Thomas77c871a2010-04-19 16:59:02 -04006067
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006068#: misc/mke2fs.c:2643
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006069msgid "failed - "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006070msgstr "gescheitert - "
Philipp Thomas77c871a2010-04-19 16:59:02 -04006071
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006072#: misc/mke2fs.c:2723
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006073#, fuzzy, c-format
6074msgid "bad error behavior in profile - %s"
6075msgstr "ungültiges Verhalten im Fehlerfall - %s"
6076
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006077#: misc/mke2fs.c:2797
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006078msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05006079msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006080
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006081#: misc/mke2fs.c:2813
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006082msgid ""
6083"Extents are not enabled. The file extent tree can be checksummed, whereas "
6084"block maps cannot. Not enabling extents reduces the coverage of metadata "
6085"checksumming. Pass -O extents to rectify.\n"
6086msgstr ""
6087
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006088#: misc/mke2fs.c:2820
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006089msgid ""
6090"64-bit filesystem support is not enabled. The larger fields afforded by "
6091"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
6092msgstr ""
6093
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006094#: misc/mke2fs.c:2828
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006095msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
6096msgstr ""
6097
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006098#: misc/mke2fs.c:2852
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006099msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
6100msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006101"Verwerfen war erfolgreich und wird Nullen zurück liefern - daher wird\n"
6102"das Löschen der Inode-Tabelle übersprungen\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05006103
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006104#: misc/mke2fs.c:2938
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006105#, c-format
6106msgid "unknown os - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006107msgstr "unbekanntes Betriebssystem - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006108
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006109#: misc/mke2fs.c:3001
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006110msgid "Allocating group tables: "
Philipp Thomasab02a742014-07-09 23:13:30 -04006111msgstr "beim Anfordern von Speicher für die Gruppentabellen: "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006112
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006113#: misc/mke2fs.c:3009
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006114msgid "while trying to allocate filesystem tables"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006115msgstr "beim Anfordern von Speicher für die Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006116
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006117#: misc/mke2fs.c:3018
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006118msgid ""
6119"\n"
6120"\twhile converting subcluster bitmap"
6121msgstr ""
6122"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006123"\tbeim Konvertieren der Subclusterbitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006124
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006125#: misc/mke2fs.c:3024
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006126#, c-format
6127msgid "%s may be further corrupted by superblock rewrite\n"
6128msgstr ""
6129
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006130#: misc/mke2fs.c:3065
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006131#, c-format
6132msgid "while zeroing block %llu at end of filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04006133msgstr "beim Nullen von Block %llu am Ende des Dateisystems"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006134
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006135#: misc/mke2fs.c:3078
Theodore Ts'obc759702005-05-09 20:40:55 -04006136msgid "while reserving blocks for online resize"
Philipp Thomasab02a742014-07-09 23:13:30 -04006137msgstr "beim Reservieren von Blöcken für die Online-Größenänderung"
Theodore Ts'obc759702005-05-09 20:40:55 -04006138
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006139#: misc/mke2fs.c:3090 misc/tune2fs.c:1415
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006140msgid "journal"
6141msgstr "Journal"
6142
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006143#: misc/mke2fs.c:3102
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006144#, c-format
6145msgid "Adding journal to device %s: "
Philipp Thomasab02a742014-07-09 23:13:30 -04006146msgstr "Ein Journal wird auf Gerät %s hinzugefügt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006147
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006148#: misc/mke2fs.c:3109
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006149#, c-format
6150msgid ""
6151"\n"
6152"\twhile trying to add journal to device %s"
6153msgstr ""
6154"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006155"\tbeim Versuch, ein Journal auf Gerät %s hinzuzufügen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006156
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006157#: misc/mke2fs.c:3114 misc/mke2fs.c:3143 misc/mke2fs.c:3183
6158#: misc/mk_hugefiles.c:510 misc/tune2fs.c:1444 misc/tune2fs.c:1463
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006159msgid "done\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006160msgstr "erledgt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006161
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006162#: misc/mke2fs.c:3120
Philipp Thomas77c871a2010-04-19 16:59:02 -04006163msgid "Skipping journal creation in super-only mode\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006164msgstr "Die Erzeugung eines Journals wird im Nur-Super-Modus übersprungen\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006165
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006166#: misc/mke2fs.c:3130
Philipp Thomas68801282008-07-17 11:47:00 -04006167#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04006168msgid "Creating journal (%u blocks): "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006169msgstr "Das Journal (%u Blöcke) wird angelegt: "
Philipp Thomas720e6362008-06-21 14:06:00 -04006170
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006171#: misc/mke2fs.c:3139
Philipp Thomasedc733d2012-04-22 15:38:42 -04006172msgid ""
6173"\n"
6174"\twhile trying to create journal"
6175msgstr ""
6176"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006177"\tbeim Anlegen des Journals"
Philipp Thomasedc733d2012-04-22 15:38:42 -04006178
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006179#: misc/mke2fs.c:3151 misc/tune2fs.c:1072
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006180msgid ""
6181"\n"
6182"Error while enabling multiple mount protection feature."
6183msgstr ""
6184"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006185"Fehler beim Aktivieren des Schutzes gegen mehrfaches Einhängen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006186
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006187#: misc/mke2fs.c:3156
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006188#, c-format
6189msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006190msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006191"Der Schutz gegen mehrfaches Einhängen wurde aktiviert mit einem\n"
6192"Aktualisierungsintervall von %d Sekunden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006193
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006194#: misc/mke2fs.c:3174
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006195#, fuzzy
6196msgid "Copying files into the device: "
6197msgstr "Fehler beim Schreiben der gepufferten Daten: %m\n"
6198
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006199#: misc/mke2fs.c:3180
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006200#, fuzzy
6201msgid "while populating file system"
6202msgstr "beim Anfordern von Speicher für die l1-Tabelle"
6203
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006204#: misc/mke2fs.c:3187
Theodore Ts'o196a8a62003-11-21 12:46:04 -05006205msgid "Writing superblocks and filesystem accounting information: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006206msgstr ""
6207"Die Superblöcke und die Informationen über die Dateisystemnutzung werden\n"
6208"geschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006209
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006210#: misc/mke2fs.c:3194
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006211msgid ""
6212"\n"
6213"Warning, had trouble writing out superblocks."
6214msgstr ""
6215"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006216"Es gab Schwierigkeiten beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006217
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006218#: misc/mke2fs.c:3196
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006219msgid ""
6220"done\n"
6221"\n"
6222msgstr ""
6223"erledigt\n"
6224"\n"
6225
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006226#: misc/mk_hugefiles.c:424
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006227#, c-format
6228msgid ""
6229"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
6230msgstr ""
6231
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006232#: misc/mk_hugefiles.c:491
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006233msgid "Huge files will be zero'ed\n"
6234msgstr ""
6235
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006236#: misc/mk_hugefiles.c:492
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006237#, fuzzy, c-format
6238msgid "Creating %lu huge file(s) "
6239msgstr "Die reguläre Datei %s wird angelegt\n"
6240
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006241#: misc/mk_hugefiles.c:494
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006242#, fuzzy, c-format
6243msgid "with %llu blocks each"
6244msgstr ""
6245"Warnung: %llu Blöcke unbenutzt.\n"
6246"\n"
6247
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006248#: misc/mk_hugefiles.c:505
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006249#, fuzzy, c-format
6250msgid "while creating huge file %lu"
6251msgstr "beim Iterieren über Inode %u"
6252
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006253#: misc/mklost+found.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006254msgid "Usage: mklost+found\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006255msgstr "Aufruf: mklost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006256
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006257#: misc/partinfo.c:41
Philipp Thomasa700f512008-08-29 08:49:57 -04006258#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04006259msgid ""
6260"Usage: %s device...\n"
6261"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006262"Prints out the partition information for each given device.\n"
6263"For example: %s /dev/hda\n"
6264"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006265msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006266"Aufruf: %s Gerät…\n"
Philipp Thomas68801282008-07-17 11:47:00 -04006267"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006268"Gibt Informationen über die Partitionierung jedes angegebenen Geräts aus.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006269"Zum Beispiel: %s /dev/hda\n"
6270"\n"
6271
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006272#: misc/partinfo.c:51
Philipp Thomas40771272008-09-07 22:55:25 -04006273#, c-format
6274msgid "Cannot open %s: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006275msgstr "%s kann nicht geöffnet werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006276
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006277#: misc/partinfo.c:57
Philipp Thomas40771272008-09-07 22:55:25 -04006278#, c-format
6279msgid "Cannot get geometry of %s: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006280msgstr "Die Geometrie von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006281
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006282#: misc/partinfo.c:65
Philipp Thomas40771272008-09-07 22:55:25 -04006283#, c-format
6284msgid "Cannot get size of %s: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006285msgstr "Die Größe von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006286
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006287#: misc/partinfo.c:71
Philipp Thomas40771272008-09-07 22:55:25 -04006288#, c-format
6289msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006290msgstr "%s: h=%3d s=%3d c=%4d Start=%8d Größe=%8lu Ende=%8d\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006291
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006292#: misc/tune2fs.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006293msgid "Please run e2fsck on the filesystem.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006294msgstr "Bitte lassen Sie e2fsck dieses Dateisystem überprüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006295
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006296#: misc/tune2fs.c:121
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006297#, fuzzy
6298msgid "Please run e2fsck -D on the filesystem.\n"
6299msgstr "Bitte lassen Sie e2fsck dieses Dateisystem überprüfen.\n"
6300
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006301#: misc/tune2fs.c:134
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006302#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006303msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006304"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006305"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006306"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
6307"\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
6308"\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
6309"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006310"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006311"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006312msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006313"Aufruf: %s [-c max_Anzahl_Einhängungen] [-e Fehlerverhalten] [-g Gruppe]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006314"\t[-i Intervall[d|m|w]] [-j] [-J Journal_Optionen] [-l]\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006315"\t[-m reservierte_Blöcke_Prozent] [-o [^]Einhängeoptionen[,...]] [-p "
6316"mmp_Aktualisierungsintervall]\n"
6317"\t[-r Anzahl_reservierter_Blöcke] [-u Benutzer] [-C Anzahl_Einhängungen] [-L "
6318"Volume_Kennung]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006319"\t[-M letztes_eingehängtes_Verzeichnis] [-O [^]Eigenschaft[,...]]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006320"\t[-Q Quota-Optionen]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006321"\t[-E erweiterte_Optionen[,...]] [-T Zeitpunkt_letzter_Prüfung] [-U UUID]\n"
6322"\t[ -I neue_Inodegröße ] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006323
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006324#: misc/tune2fs.c:218
Philipp Thomas37be3822015-05-17 20:21:39 -04006325msgid "Journal superblock not found!\n"
6326msgstr "Der Journal-Superblock wurde nicht gefunden!\n"
6327
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006328#: misc/tune2fs.c:276
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006329msgid "while trying to open external journal"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006330msgstr "beim Versuch, das externe Journal zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006331
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006332#: misc/tune2fs.c:282 misc/tune2fs.c:2676
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006333#, c-format
6334msgid "%s is not a journal device.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006335msgstr "%s ist kein Journalgerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006336
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006337#: misc/tune2fs.c:292 misc/tune2fs.c:2687
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006338msgid "Filesystem's UUID not found on journal device.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006339msgstr "Die UUID des Dateisystems wurde auf dem Journalgerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006340
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006341#: misc/tune2fs.c:316
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006342msgid ""
6343"Cannot locate journal device. It was NOT removed\n"
6344"Use -f option to remove missing journal device.\n"
6345msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006346"Das Journalgerät wurde nicht gefunden. Es wurde NICHT entfernt\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006347"Bitte benutzen Sie die Option „-f“, um das fehlende Gerät zu entfernen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006348
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006349#: misc/tune2fs.c:325
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006350msgid "Journal removed\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006351msgstr "Das Journal wurde entfernt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006352
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006353#: misc/tune2fs.c:369
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006354msgid "while reading bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04006355msgstr "beim Lesen der Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006356
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006357#: misc/tune2fs.c:377
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006358msgid "while clearing journal inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04006359msgstr "beim Zurücksetzen der Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006360
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006361#: misc/tune2fs.c:388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006362msgid "while writing journal inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04006363msgstr "beim Schreiben der Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006364
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006365#: misc/tune2fs.c:423 misc/tune2fs.c:445 misc/tune2fs.c:458
Philipp Thomas3e914b52011-01-24 15:03:41 -05006366msgid "(and reboot afterwards!)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006367msgstr "(und starten Sie danach das System neu)\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05006368
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006369#: misc/tune2fs.c:476
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006370#, c-format
6371msgid "After running e2fsck, please run `resize2fs %s %s"
6372msgstr ""
6373
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006374#: misc/tune2fs.c:479
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006375#, fuzzy, c-format
6376msgid "Please run `resize2fs %s %s"
6377msgstr ""
6378"Bitte lassen Sie zuerst „e2fsck -f %s“ laufen.\n"
6379"\n"
6380
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006381#: misc/tune2fs.c:483
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006382#, c-format
6383msgid " -z \"%s\""
6384msgstr ""
6385
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006386#: misc/tune2fs.c:485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006387#, c-format
6388msgid "' to enable 64-bit mode.\n"
6389msgstr ""
6390
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006391#: misc/tune2fs.c:487
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006392#, c-format
6393msgid "' to disable 64-bit mode.\n"
6394msgstr ""
6395
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006396#: misc/tune2fs.c:974
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006397msgid ""
6398"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6399" This requires Linux >= v4.4.\n"
6400msgstr ""
6401
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006402#: misc/tune2fs.c:1010
Theodore Ts'o8f741372008-02-28 21:47:05 -05006403#, c-format
6404msgid "Clearing filesystem feature '%s' not supported.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006405msgstr "Das Deaktivieren von „%s“ wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006406
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006407#: misc/tune2fs.c:1016
Philipp Thomas67671422008-05-14 18:42:45 -04006408#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006409msgid "Setting filesystem feature '%s' not supported.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006410msgstr "Das Aktivieren von „%s“ wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006411
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006412#: misc/tune2fs.c:1025
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006413msgid ""
Philipp Thomas68801282008-07-17 11:47:00 -04006414"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006415"unmounted or mounted read-only.\n"
6416msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006417"Has_journal kann nur zurückgesetzt werden, wenn das Dateisystem nicht\n"
6418"oder nur-lesbar eingehängt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006419
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006420#: misc/tune2fs.c:1033
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006421msgid ""
6422"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6423"the has_journal flag.\n"
6424msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006425"needs_recovery ist gesetzt. Bitte führen Sie e2fsck aus, bevor Sie\n"
6426"has_journal zurück setzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006427
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006428#: misc/tune2fs.c:1051
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006429msgid ""
6430"Setting filesystem feature 'sparse_super' not supported\n"
6431"for filesystems with the meta_bg feature enabled.\n"
6432msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006433"Das Setzen von „sparse_super“ wird auf Dateisystemen mit aktiviertem\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006434"„meta_bg“ nicht unterstützt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006435
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006436#: misc/tune2fs.c:1064
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006437msgid ""
6438"The multiple mount protection feature can't\n"
6439"be set if the filesystem is mounted or\n"
6440"read-only.\n"
6441msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006442"Der Schutz vor mehrfachem Einhängen kann nur aktiviert werden, wenn das\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006443"Dateisystem nicht oder nur-lesbar eingehängt ist.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006444
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006445#: misc/tune2fs.c:1082
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006446#, c-format
6447msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6448msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04006449"Der Schutz vor mehrfachem Einhängen wurde mit einem "
6450"Aktualisierungsintervall\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006451"von %d Sekunden aktiviert.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006452
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006453#: misc/tune2fs.c:1091
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006454msgid ""
6455"The multiple mount protection feature cannot\n"
6456"be disabled if the filesystem is readonly.\n"
6457msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006458"Der Schutz vor mehrfachem Einhängen kann nicht\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006459"deaktiviert werden, wenn das Dateisystem nur-lesbar\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006460"eingehängt ist.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006461
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006462#: misc/tune2fs.c:1099
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006463msgid "Error while reading bitmaps\n"
6464msgstr "Fehler beim Lesen der Bitmaps\n"
6465
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006466#: misc/tune2fs.c:1108
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006467#, c-format
6468msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006469msgstr ""
6470"Die magische Zahl im MMP-Block passt nicht. Erwartet: %x, gefunden: %x\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006471
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006472#: misc/tune2fs.c:1113
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006473msgid "while reading MMP block."
Philipp Thomasb93349a2014-05-31 13:32:39 -04006474msgstr "beim Lesen des MMP-Blocks."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006475
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006476#: misc/tune2fs.c:1145
Philipp Thomas720e6362008-06-21 14:06:00 -04006477msgid ""
6478"Clearing the flex_bg flag would cause the the filesystem to be\n"
6479"inconsistent.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006480msgstr ""
6481"Das Deaktivieren von flex_bg würde das Dateisystem inkonsistent machen.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006482
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006483#: misc/tune2fs.c:1156
Philipp Thomas68801282008-07-17 11:47:00 -04006484msgid ""
6485"The huge_file feature may only be cleared when the filesystem is\n"
6486"unmounted or mounted read-only.\n"
6487msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006488"huge_file kann nur aktiviert werden, wenn das Dateisystem nicht\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006489"oder nur-lesbar eingehängt ist.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04006490
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006491#: misc/tune2fs.c:1167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006492msgid "Enabling checksums could take some time."
6493msgstr ""
6494
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006495#: misc/tune2fs.c:1169
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006496msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6497msgstr ""
6498
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006499#: misc/tune2fs.c:1175
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006500msgid ""
6501"Extents are not enabled. The file extent tree can be checksummed, whereas "
6502"block maps cannot. Not enabling extents reduces the coverage of metadata "
6503"checksumming. Re-run with -O extent to rectify.\n"
6504msgstr ""
6505
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006506#: misc/tune2fs.c:1182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006507msgid ""
6508"64-bit filesystem support is not enabled. The larger fields afforded by "
6509"this feature enable full-strength checksumming. Run resize2fs -b to "
6510"rectify.\n"
6511msgstr ""
6512
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006513#: misc/tune2fs.c:1208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006514msgid "Disabling checksums could take some time."
6515msgstr ""
6516
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006517#: misc/tune2fs.c:1210
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006518msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6519msgstr ""
6520
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006521#: misc/tune2fs.c:1273
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006522#, c-format
6523msgid "Cannot enable 64-bit mode while mounted!\n"
6524msgstr ""
6525
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006526#: misc/tune2fs.c:1283
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006527#, c-format
6528msgid "Cannot disable 64-bit mode while mounted!\n"
6529msgstr ""
6530
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006531#: misc/tune2fs.c:1313
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006532msgid ""
6533"\n"
6534"Warning: enabled project without quota together\n"
6535msgstr ""
6536
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006537#: misc/tune2fs.c:1326
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006538msgid ""
6539"\n"
6540"Warning: '^quota' option overrides '-Q'arguments.\n"
6541msgstr ""
6542"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006543"Warnung: die Option „^quota“ hat Vorrang vor „-Q“-Argumenten.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006544
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006545#: misc/tune2fs.c:1344
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006546#, fuzzy
6547msgid ""
6548"Setting feature 'metadata_csum_seed' is only supported\n"
6549"on filesystems with the metadata_csum feature enabled.\n"
6550msgstr ""
6551"Das Setzen von „sparse_super“ wird auf Dateisystemen mit aktiviertem\n"
6552"„meta_bg“ nicht unterstützt.\n"
6553
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006554#: misc/tune2fs.c:1362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006555msgid ""
6556"UUID has changed since enabling metadata_csum. Filesystem must be "
6557"unmounted \n"
6558"to safely rewrite all metadata to match the new UUID.\n"
6559msgstr ""
6560
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006561#: misc/tune2fs.c:1408
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006562msgid "The filesystem already has a journal.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006563msgstr "Das Dateisystem hat bereits ein Journal.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006564
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006565#: misc/tune2fs.c:1428
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006566#, c-format
6567msgid ""
6568"\n"
6569"\twhile trying to open journal on %s\n"
6570msgstr ""
6571"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006572"\tbeim Versuch, das Journal auf %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006573
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006574#: misc/tune2fs.c:1432
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006575#, c-format
6576msgid "Creating journal on device %s: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006577msgstr "Journal wird erzeugt auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006578
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006579#: misc/tune2fs.c:1440
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006580#, c-format
6581msgid "while adding filesystem to journal on %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04006582msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006583
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006584#: misc/tune2fs.c:1446
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006585msgid "Creating journal inode: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006586msgstr "Journal-Inodes werden erzeugt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006587
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006588#: misc/tune2fs.c:1460
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006589msgid ""
6590"\n"
6591"\twhile trying to create journal file"
6592msgstr ""
6593"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006594"\tbeim Versuch, die Journaldatei zu erzeugen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006595
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006596#: misc/tune2fs.c:1549
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006597#, fuzzy
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006598msgid ""
6599"\n"
6600"Bad quota options specified.\n"
6601"\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006602"Following valid quota options are available (pass by separating with "
6603"comma):\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006604"\t[^]usr[quota]\n"
6605"\t[^]grp[quota]\n"
6606"\t[^]prj[quota]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006607"\n"
6608"\n"
6609msgstr ""
6610"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006611"Es wurden ungültige Quotaoptionen angegeben.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006612"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006613"Die folgenden gültigen Quotaoptionen sind verfügbar (durch Kommata getrennt\n"
6614"angeben):\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006615"\t[^]usrquota\n"
6616"\t[^]grpquota\n"
6617"\n"
6618"\n"
6619
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006620#: misc/tune2fs.c:1607
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006621#, c-format
6622msgid "Couldn't parse date/time specifier: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006623msgstr "Die Angabe von Zeit/Datum war unverständlich: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006624
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006625#: misc/tune2fs.c:1632 misc/tune2fs.c:1645
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006626#, c-format
6627msgid "bad mounts count - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006628msgstr "ungültge Anzahl Einhängungen - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006629
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006630#: misc/tune2fs.c:1688
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006631#, c-format
6632msgid "bad gid/group name - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006633msgstr "ungültige Gruppen-ID/Gruppe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006634
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006635#: misc/tune2fs.c:1721
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006636#, c-format
6637msgid "bad interval - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04006638msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006639
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006640#: misc/tune2fs.c:1750
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006641#, c-format
6642msgid "bad reserved block ratio - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006643msgstr "ungültiges Verhältnis reservierter Blöcke - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006644
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006645#: misc/tune2fs.c:1765
Theodore Ts'o0c897a92002-11-09 12:01:18 -05006646msgid "-o may only be specified once"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006647msgstr "-o darf nur einmal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05006648
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006649#: misc/tune2fs.c:1774
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006650msgid "-O may only be specified once"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006651msgstr "-O darf nur einmal angegeben werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006652
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006653#: misc/tune2fs.c:1792
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006654#, c-format
6655msgid "bad reserved blocks count - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006656msgstr "ungültige Anzahl reservierter Blöcke - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006657
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006658#: misc/tune2fs.c:1821
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006659#, c-format
6660msgid "bad uid/user name - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006661msgstr "falsche Benutzer-ID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006662
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006663#: misc/tune2fs.c:1838
Philipp Thomas68801282008-07-17 11:47:00 -04006664#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04006665msgid "bad inode size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006666msgstr "ungültige Inode-Größe - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006667
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006668#: misc/tune2fs.c:1845
Philipp Thomas720e6362008-06-21 14:06:00 -04006669#, c-format
6670msgid "Inode size must be a power of two- %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006671msgstr "Die Inode-Größe muss eine Zweierpotenz sein - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006672
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006673#: misc/tune2fs.c:1942
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006674#, c-format
6675msgid "mmp_update_interval too big: %lu\n"
6676msgstr "mmp_update_interval ist zu groß: %lu\n"
6677
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006678#: misc/tune2fs.c:1947
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006679#, c-format
6680msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006681msgid_plural ""
6682"Setting multiple mount protection update interval to %lu seconds\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006683msgstr[0] ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006684"Das Aktualisierungsintervall des Schutzes vor mehrfachem Einhängen\n"
6685"wird auf %lu Sekunde gesetzt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006686msgstr[1] ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006687"Das Aktualisierungsintervall des Schutzes vor mehrfachem Einhängen\n"
6688"wird auf %lu Sekunden gesetzt\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006689
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006690#: misc/tune2fs.c:1970
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006691#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006692msgid "Invalid RAID stride: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006693msgstr "Ungültiger RAID-Stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006694
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006695#: misc/tune2fs.c:1985
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006696#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006697msgid "Invalid RAID stripe-width: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006698msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006699
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006700#: misc/tune2fs.c:2000
Philipp Thomas40771272008-09-07 22:55:25 -04006701#, c-format
6702msgid "Invalid hash algorithm: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006703msgstr "Ungültiger Hash-Algorithmus: %s\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006704
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006705#: misc/tune2fs.c:2006
Philipp Thomas40771272008-09-07 22:55:25 -04006706#, c-format
6707msgid "Setting default hash algorithm to %s (%d)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006708msgstr "Der Standard-Hash-Algorithmus wird auf %s (%d) gesetzt\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006709
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006710#: misc/tune2fs.c:2025
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006711msgid ""
6712"\n"
6713"Bad options specified.\n"
6714"\n"
6715"Extended options are separated by commas, and may take an argument which\n"
6716"\tis set off by an equals ('=') sign.\n"
6717"\n"
6718"Valid extended options are:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006719"\tclear_mmp\n"
6720"\thash_alg=<hash algorithm>\n"
6721"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006722"\tstride=<RAID per-disk chunk size in blocks>\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006723"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006724"\ttest_fs\n"
6725"\t^test_fs\n"
6726msgstr ""
6727"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006728"Falsche erweiterte Optionen angegeben.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006729"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006730"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006731"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006732"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006733"Gültige erweiterte Optionen sind:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006734"\tclear_mmp\n"
6735"\thash_alg=<Hashalgorithmus>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006736"\tmount_opts=<erweiterte Standardeinhängoptionen>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006737"\tstride=<RAID-Blockgröße pro PLatte in Blöcken\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006738"\tstripe_width=<RAID Stride*Datenplatten in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006739"\ttest_fs\n"
6740"\t^test_fs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006741"\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006742
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006743#: misc/tune2fs.c:2494
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006744msgid "Failed to read inode bitmap\n"
6745msgstr "Die Inode-Bitmap konnte nicht gelesen werden\n"
6746
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006747#: misc/tune2fs.c:2499
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006748msgid "Failed to read block bitmap\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006749msgstr "Die Block-Bitmap konnte nicht gelesen werden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006750
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006751#: misc/tune2fs.c:2516 resize/resize2fs.c:1275
Philipp Thomas720e6362008-06-21 14:06:00 -04006752msgid "blocks to be moved"
6753msgstr "zu verschiebende Blöcke"
6754
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006755#: misc/tune2fs.c:2519
Philipp Thomas77c871a2010-04-19 16:59:02 -04006756msgid "Failed to allocate block bitmap when increasing inode size\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006757msgstr ""
6758"Beim Erhöhen der Inode-Größe konnte keine Blockbitmap reserviert werden\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006759
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006760#: misc/tune2fs.c:2525
Philipp Thomas77c871a2010-04-19 16:59:02 -04006761msgid "Not enough space to increase inode size \n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006762msgstr "Der Platz reicht nicht aus für eine Erhöhung der Inode-Größe \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006763
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006764#: misc/tune2fs.c:2530
Philipp Thomas77c871a2010-04-19 16:59:02 -04006765msgid "Failed to relocate blocks during inode resize \n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006766msgstr ""
6767"Das Verschieben von Blöcken während der Größenänderung der Inodes "
6768"scheiterte \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006769
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006770#: misc/tune2fs.c:2562
Philipp Thomas77c871a2010-04-19 16:59:02 -04006771msgid ""
6772"Error in resizing the inode size.\n"
6773"Run e2undo to undo the file system changes. \n"
6774msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006775"Fehler beim Ändern der Inode-Größe.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006776"Starten Sie e2undo, um die Änderungen am Dateisystem rückgängig zu machen. \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006777
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006778#: misc/tune2fs.c:2774
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006779#, c-format
6780msgid ""
6781"MMP block magic is bad. Try to fix it by running:\n"
6782"'e2fsck -f %s'\n"
6783msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006784"Die magische Zahl des MMP-Blocks ist ungültig. Versuchen Sie, dies durch\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006785"„e2fsck -f %s“\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006786"zu beheben.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006787
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006788#: misc/tune2fs.c:2786
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006789#, fuzzy
6790msgid "Cannot modify a journal device.\n"
6791msgstr "%s ist kein Journalgerät.\n"
6792
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006793#: misc/tune2fs.c:2799
Philipp Thomas40771272008-09-07 22:55:25 -04006794#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04006795msgid "The inode size is already %lu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006796msgstr "Die Inode-Größe ist bereits %lu\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006797
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006798#: misc/tune2fs.c:2806
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006799msgid "Shrinking inode size is not supported\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006800msgstr "Das Verringern der Inode-Größe wird nicht unterstützt\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006801
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006802#: misc/tune2fs.c:2811
Philipp Thomasb93349a2014-05-31 13:32:39 -04006803#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006804msgid "Invalid inode size %lu (max %d)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006805msgstr "Unzulässige Inode-Größe: %lu (max %d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006806
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006807#: misc/tune2fs.c:2817
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006808msgid "Resizing inodes could take some time."
6809msgstr ""
6810
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006811#: misc/tune2fs.c:2864
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006812#, c-format
6813msgid "Setting maximal mount count to %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006814msgstr "Die maximale Anzahl von Einhängungen wird auf %d gesezt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006815
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006816#: misc/tune2fs.c:2870
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006817#, c-format
6818msgid "Setting current mount count to %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006819msgstr "Die Anzahl der Einhängungen wird auf %d gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006820
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006821#: misc/tune2fs.c:2875
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006822#, c-format
6823msgid "Setting error behavior to %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006824msgstr "Das Fehlerverhalten wird auf %d gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006825
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006826#: misc/tune2fs.c:2880
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006827#, c-format
6828msgid "Setting reserved blocks gid to %lu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006829msgstr "Die Gruppen-ID reservierter Blöcke wird auf %lu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006830
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006831#: misc/tune2fs.c:2885
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006832#, c-format
6833msgid "interval between checks is too big (%lu)"
Philipp Thomasab02a742014-07-09 23:13:30 -04006834msgstr "Der Abstand zwischen zwei Prüfläufen ist zu groß (%lu)"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006835
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006836#: misc/tune2fs.c:2892
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006837#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04006838msgid "Setting interval between checks to %lu seconds\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006839msgstr "Der Abstand zwischen den Prüfläufen wird auf %lu Sekunden gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006840
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006841#: misc/tune2fs.c:2899
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006842#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006843msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006844msgstr ""
6845"Der prozentuelle Anteil reservierter Blöcke wird auf %g%% (%llu Blöcke) "
6846"gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006847
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006848#: misc/tune2fs.c:2905
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006849#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006850msgid "reserved blocks count is too big (%llu)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006851msgstr "Die Anzahl reservierter Blöcke ist zu groß (%llu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006852
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006853#: misc/tune2fs.c:2912
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006854#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006855msgid "Setting reserved blocks count to %llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006856msgstr "Die Anzahl reservierter Blöcke wird auf %llu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006857
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006858#: misc/tune2fs.c:2917
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006859msgid ""
6860"\n"
6861"The filesystem already has sparse superblocks.\n"
6862msgstr ""
6863"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006864"Das Dateisystem hat bereits Sparse-Superblöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006865
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006866#: misc/tune2fs.c:2920
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006867msgid ""
6868"\n"
6869"Setting the sparse superblock flag not supported\n"
6870"for filesystems with the meta_bg feature enabled.\n"
6871msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006872"\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006873"Das Aktivieren von Sparse-Superblöcken wird auf Dateisystemen mit "
6874"aktivierter\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006875"Eigenschaft meta_bg nicht unterstützt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006876
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006877#: misc/tune2fs.c:2930
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006878#, c-format
6879msgid ""
6880"\n"
6881"Sparse superblock flag set. %s"
6882msgstr ""
6883"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006884"Kennung „Sparse-Superblöcke“ ist gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006885
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006886#: misc/tune2fs.c:2935
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006887msgid ""
6888"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006889"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006890msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006891"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006892"Das Zurücksetzen der Kennung „Sparse-Superblöcke“ wird nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006893
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006894#: misc/tune2fs.c:2943
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006895#, c-format
6896msgid "Setting time filesystem last checked to %s\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006897msgstr ""
6898"Der Zeitpunkt der letzten Prüfung des Dateisystems wird auf %s gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006899
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006900#: misc/tune2fs.c:2949
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006901#, c-format
6902msgid "Setting reserved blocks uid to %lu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006903msgstr "Die Benutzer-ID reservierter Blöcke wird auf %lu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006904
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006905#: misc/tune2fs.c:2981
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006906msgid "Error in using clear_mmp. It must be used with -f\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006907msgstr ""
6908"Fehler bei der Verwendung von clear_mmp. Es muss zusammen mit -f benutzt "
6909"werden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006910
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006911#: misc/tune2fs.c:2999
Theodore Ts'obd386982015-05-17 20:34:58 -04006912msgid ""
6913"The quota feature may only be changed when the filesystem is unmounted.\n"
6914msgstr ""
6915"Quotas können nur bei nicht eingehängten Dateisystemen geändert werden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006916
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006917#: misc/tune2fs.c:3023
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006918msgid "The UUID may only be changed when the filesystem is unmounted.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006919msgstr ""
6920"Die UUID kann nur bei nicht eingehängtem Dateisystem geändert werden.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006921
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006922#: misc/tune2fs.c:3026
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006923msgid ""
6924"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6925"and re-run this command.\n"
6926msgstr ""
6927
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006928#: misc/tune2fs.c:3035
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006929msgid "Setting UUID on a checksummed filesystem could take some time."
6930msgstr ""
6931
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006932#: misc/tune2fs.c:3060
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006933msgid "Invalid UUID format\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006934msgstr "Ungültiges UUID-Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006935
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006936#: misc/tune2fs.c:3076
Philipp Thomas37be3822015-05-17 20:21:39 -04006937msgid "Need to update journal superblock.\n"
6938msgstr "Der Journal-Superblock muss aktualisiert werden.\n"
6939
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006940#: misc/tune2fs.c:3101
Philipp Thomas720e6362008-06-21 14:06:00 -04006941msgid "The inode size may only be changed when the filesystem is unmounted.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006942msgstr ""
6943"Die Inode-Größe kann nur bei ausgehängtem Dateisystem geändert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006944
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006945#: misc/tune2fs.c:3108
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006946msgid ""
6947"Changing the inode size not supported for filesystems with the flex_bg\n"
6948"feature enabled.\n"
6949msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006950"Das Ändern der Inode-Größe auf Dateisystemen mit aktiviertem flex_bg\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006951"wird nicht unterstützt.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006952
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006953#: misc/tune2fs.c:3126
Philipp Thomas68801282008-07-17 11:47:00 -04006954#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04006955msgid "Setting inode size %lu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006956msgstr "Die Inode-Größe wird auf %lu gesetzt\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006957
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006958#: misc/tune2fs.c:3130
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006959msgid "Failed to change inode size\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006960msgstr "Die Inode-Größe konnte nicht geändert werden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006961
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006962#: misc/tune2fs.c:3144
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006963#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006964msgid "Setting stride size to %d\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006965msgstr "Die Stride-Größe wird auf %d gesetzt\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006966
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006967#: misc/tune2fs.c:3149
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006968#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006969msgid "Setting stripe width to %d\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006970msgstr "Die Stripebreite wird auf %d gesetzt\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006971
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006972#: misc/tune2fs.c:3156
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006973#, c-format
6974msgid "Setting extended default mount options to '%s'\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006975msgstr "Die erweiterten Standard-Einhängeoptionen werden auf „%s“ gesetzt\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006976
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006977#: misc/tune2fs.c:3167
6978#, c-format
6979msgid ""
6980"Warning: The journal is dirty. You may wish to replay the journal like:\n"
6981"\n"
6982"\te2fsck -E journal_only %s\n"
6983"\n"
6984"then rerun this command. Otherwise, any changes made may be overwritten\n"
6985"by journal recovery.\n"
6986msgstr ""
6987
6988#: misc/tune2fs.c:3178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006989#, fuzzy, c-format
6990msgid "Recovering journal.\n"
6991msgstr "%s: Journal wird wiederhergestellt\n"
6992
6993#: misc/util.c:100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006994msgid "<proceeding>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006995msgstr "<Verarbeitung läuft\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006996
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006997#: misc/util.c:104
Philipp Thomasb93349a2014-05-31 13:32:39 -04006998#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006999msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
Philipp Thomasb93349a2014-05-31 13:32:39 -04007000msgstr "Trotzdem fortfahren (oder %d Sekunden warten) ? (j,n) "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007001
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007002#: misc/util.c:108
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007003msgid "Proceed anyway? (y,n) "
Philipp Thomasb93349a2014-05-31 13:32:39 -04007004msgstr "Trotzdem fortfahren? (j,n) "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007005
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007006#: misc/util.c:133
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007007msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04007008msgstr ""
7009"mke2fs wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007010
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007011#: misc/util.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007012#, c-format
7013msgid "will not make a %s here!\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007014msgstr "%s wird hier nicht angelegt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007015
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007016#: misc/util.c:145
Theodore Ts'o7ae19832005-06-19 09:45:36 -04007017msgid "mke2fs forced anyway.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007018msgstr "mke2fs wird trotzdem erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04007019
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007020#: misc/util.c:161
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007021msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04007022msgstr ""
7023"Es konnte kein Speicher zum Einlesen der Journaloptionen reserviert werden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007024
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007025#: misc/util.c:186
Philipp Thomas3e914b52011-01-24 15:03:41 -05007026#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04007027msgid ""
7028"\n"
7029"Could not find journal device matching %s\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05007030msgstr ""
7031"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007032"Ein zu %s passendes Journalgerät konnte nicht gefunden werden\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04007033
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007034#: misc/util.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007035msgid ""
7036"\n"
7037"Bad journal options specified.\n"
7038"\n"
7039"Journal options are separated by commas, and may take an argument which\n"
7040"\tis set off by an equals ('=') sign.\n"
7041"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04007042"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007043"\tsize=<journal size in megabytes>\n"
7044"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007045"\tlocation=<journal location>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007046"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04007047"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007048"\n"
7049msgstr ""
7050"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007051"Falsche Journaloptionen angegeben:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007052"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007053"Journaloptionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007054"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007055"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007056"Gültige Journaloptionen sind:\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007057"\tsize=<Journalgröße in Megabytes>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007058"\tdevice=<Journalgerät>\n"
7059"\tlocation=<Position des Journals>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007060"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007061"Die Größe des Journals muss zwischen 1024 und 10240000 Dateisystemblöcken\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007062"\tliegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007063"\n"
7064
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007065#: misc/util.c:244
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007066msgid ""
7067"\n"
7068"Filesystem too small for a journal\n"
7069msgstr ""
7070"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007071"Das Dateisystem ist für ein Journal zu klein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007072
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007073#: misc/util.c:251
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007074#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007075msgid ""
7076"\n"
7077"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007078"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007079msgstr ""
7080"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007081"Die gewünschte Journalgröße ist %d Blöcke; sie muss\n"
7082"zwischen 1024 und 10240000 Blöcken liegen. Abbruch.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007083
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007084#: misc/util.c:259
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007085msgid ""
7086"\n"
7087"Journal size too big for filesystem.\n"
7088msgstr ""
7089"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007090"Das Journal ist für dieses Dateisystem zu groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007091
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007092#: misc/util.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007093#, c-format
7094msgid ""
7095"This filesystem will be automatically checked every %d mounts or\n"
7096"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
7097msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007098"Dieses Dateisystem wird automatisch alle %d Einhängungen oder\n"
7099"%g Tage überprüft, was immer zuerst kommt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007100
Philipp Thomas37be3822015-05-17 20:21:39 -04007101#: misc/uuidd.c:49
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007102#, c-format
7103msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007104msgstr "Aufruf: %s [-d] [-p Prozess-ID-Datei] [-s Socketpfad] [-T Timeout]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007105
Philipp Thomas37be3822015-05-17 20:21:39 -04007106#: misc/uuidd.c:51
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007107#, c-format
7108msgid " %s [-r|t] [-n num] [-s socketpath]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007109msgstr " %s [-r|t] [-n Anzahl] [-s Socketpfad]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007110
Philipp Thomas37be3822015-05-17 20:21:39 -04007111#: misc/uuidd.c:53
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007112#, c-format
7113msgid " %s -k\n"
7114msgstr " %s -k\n"
7115
Philipp Thomas37be3822015-05-17 20:21:39 -04007116#: misc/uuidd.c:155
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007117msgid "bad arguments"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007118msgstr "ungültige Argumente"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007119
Philipp Thomas37be3822015-05-17 20:21:39 -04007120#: misc/uuidd.c:173
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007121msgid "connect"
7122msgstr "verbinden"
7123
Philipp Thomas37be3822015-05-17 20:21:39 -04007124#: misc/uuidd.c:192
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007125msgid "write"
7126msgstr "schreiben"
7127
Philipp Thomas37be3822015-05-17 20:21:39 -04007128#: misc/uuidd.c:200
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007129msgid "read count"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007130msgstr "Lesezähler"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007131
Philipp Thomas37be3822015-05-17 20:21:39 -04007132#: misc/uuidd.c:206
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007133msgid "bad response length"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007134msgstr "ungültige Länge der Antwort"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007135
Philipp Thomas37be3822015-05-17 20:21:39 -04007136#: misc/uuidd.c:271
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007137#, c-format
7138msgid "uuidd daemon already running at pid %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007139msgstr "der uuidd-Dämon läft bereits mit Prozess-ID %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007140
Philipp Thomas37be3822015-05-17 20:21:39 -04007141#: misc/uuidd.c:279
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007142#, c-format
7143msgid "Couldn't create unix stream socket: %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04007144msgstr "Es konnte kein Unix-Stream-Socket erzeugt werden: %s"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007145
Philipp Thomas37be3822015-05-17 20:21:39 -04007146#: misc/uuidd.c:308
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007147#, c-format
7148msgid "Couldn't bind unix socket %s: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007149msgstr "Es konnte nicht mit Unix-Socket %s verbunden werden: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007150
Philipp Thomas37be3822015-05-17 20:21:39 -04007151#: misc/uuidd.c:316
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007152#, c-format
7153msgid "Couldn't listen on unix socket %s: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007154msgstr "Lauschen auf Unix-Socket %s war nicht möglich: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007155
Philipp Thomas37be3822015-05-17 20:21:39 -04007156#: misc/uuidd.c:354
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007157#, c-format
7158msgid "Error reading from client, len = %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007159msgstr "Fehler beim Lesen vom Client, Länge = %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007160
Philipp Thomas37be3822015-05-17 20:21:39 -04007161#: misc/uuidd.c:362
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007162#, c-format
7163msgid "operation %d, incoming num = %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007164msgstr "Operation %d, eingehende Nummer = %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007165
Philipp Thomas37be3822015-05-17 20:21:39 -04007166#: misc/uuidd.c:381
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007167#, c-format
7168msgid "Generated time UUID: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007169msgstr "Zeit-UUID erzeugt: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007170
Philipp Thomas37be3822015-05-17 20:21:39 -04007171#: misc/uuidd.c:391
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007172#, c-format
7173msgid "Generated random UUID: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007174msgstr "Zufällige UUID erzeugt: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007175
Philipp Thomas37be3822015-05-17 20:21:39 -04007176#: misc/uuidd.c:400
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007177#, c-format
7178msgid "Generated time UUID %s and subsequent UUID\n"
7179msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007180msgstr[0] "Zeit-UUID %s und die folgende UUID erzeugt\n"
7181msgstr[1] "Zeit-UUID %s und die folgenden %d UUIDs erzeugt\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007182
Philipp Thomas37be3822015-05-17 20:21:39 -04007183#: misc/uuidd.c:421
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007184#, c-format
7185msgid "Generated %d UUID's:\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007186msgstr "%d UUIDs erzeugt:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007187
Philipp Thomas37be3822015-05-17 20:21:39 -04007188#: misc/uuidd.c:433
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007189#, c-format
7190msgid "Invalid operation %d\n"
7191msgstr "Ungültige Operation %d\n"
7192
Philipp Thomas37be3822015-05-17 20:21:39 -04007193#: misc/uuidd.c:477 misc/uuidd.c:499
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007194#, c-format
7195msgid "Bad number: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007196msgstr "Ungültige Nummer: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007197
Philipp Thomas37be3822015-05-17 20:21:39 -04007198#: misc/uuidd.c:534 misc/uuidd.c:563
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007199#, c-format
7200msgid "Error calling uuidd daemon (%s): %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007201msgstr "Fehler beim Aufruf des Uuid-Dämons (%s): %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007202
Philipp Thomas37be3822015-05-17 20:21:39 -04007203#: misc/uuidd.c:544
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007204#, c-format
7205msgid "%s and subsequent UUID\n"
7206msgid_plural "%s and subsequent %d UUIDs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007207msgstr[0] "%s und die folgende UUID\n"
7208msgstr[1] "%s und die folgenden %d UUIDs\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007209
Philipp Thomas37be3822015-05-17 20:21:39 -04007210#: misc/uuidd.c:548
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007211msgid "List of UUID's:\n"
7212msgstr "Liste der UUIDs:\n"
7213
Philipp Thomas37be3822015-05-17 20:21:39 -04007214#: misc/uuidd.c:569
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007215#, c-format
7216msgid "Unexpected reply length from server %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007217msgstr "Unerwartete Antwortlänge von Server %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007218
Philipp Thomas37be3822015-05-17 20:21:39 -04007219#: misc/uuidd.c:586
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007220#, c-format
7221msgid "Couldn't kill uuidd running at pid %d: %s\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04007222msgstr ""
7223"Der mit Prozess-ID %d laufende uuidd konnte nicht abgeschossen werden: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007224
Philipp Thomas37be3822015-05-17 20:21:39 -04007225#: misc/uuidd.c:592
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007226#, c-format
7227msgid "Killed uuidd running at pid %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007228msgstr "Der mit PID %d laufende uuidd wurde abgeschossen\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007229
7230#: misc/uuidgen.c:32
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007231#, c-format
7232msgid "Usage: %s [-r] [-t]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007233msgstr "Aufruf: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007234
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007235#: resize/extent.c:202
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007236msgid "# Extent dump:\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007237msgstr "# Dump der Erweiterung:\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007238
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007239#: resize/extent.c:203
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007240#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007241msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007242msgstr "#\tAnz=%llu, Größe=%llu, Cursor=%llu, Sortiert=%llu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007243
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007244#: resize/main.c:49
7245#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007246msgid ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007247"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
7248"[-z undo_file]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007249"\n"
7250msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04007251"Aufruf: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007252"\n"
7253
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007254#: resize/main.c:72
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007255msgid "Extending the inode table"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007256msgstr "Die Inode-Tabelle wird erweitert"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007257
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007258#: resize/main.c:75
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007259msgid "Relocating blocks"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007260msgstr "Blöcke werden verschoben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007261
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007262#: resize/main.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007263msgid "Scanning inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007264msgstr "Die Inode-Tabelle wird gelesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007265
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007266#: resize/main.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007267msgid "Updating inode references"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007268msgstr "Die Inode-Referenzen werden aktualisiert"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007269
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007270#: resize/main.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007271msgid "Moving inode table"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007272msgstr "Die Inode-Tabelle wird verschoben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007273
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007274#: resize/main.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007275msgid "Unknown pass?!?"
7276msgstr "Unbekannter Durchgang?!?"
7277
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007278#: resize/main.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007279#, c-format
7280msgid "Begin pass %d (max = %lu)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007281msgstr "Start von Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007282
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007283#: resize/main.c:162
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007284msgid ""
7285"\n"
7286"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
7287"your own risk! Use the force option if you want to go ahead anyway.\n"
7288"\n"
7289msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007290"\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04007291"Die Größenveränderung von Bigalloc-Dateisystemen wurde noch nicht "
7292"vollständig\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007293"geprüft. Deswegen handeln Sie auf eigene Gefahr!. Verwenden Sie die Option\n"
7294"„force“, wenn Sie trotzdem fortfahren wollen.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007295
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007296#: resize/main.c:364
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007297#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05007298msgid "while opening %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007299msgstr "beim Öffnen von %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05007300
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007301#: resize/main.c:372
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007302#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05007303msgid "while getting stat information for %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007304msgstr "beim Abfragen der Statusinformation für %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05007305
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007306#: resize/main.c:444
Theodore Ts'o057a1592010-06-07 12:24:21 -04007307#, c-format
7308msgid ""
7309"Please run 'e2fsck -f %s' first.\n"
7310"\n"
7311msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007312"Bitte lassen Sie zuerst „e2fsck -f %s“ laufen.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04007313"\n"
7314
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007315#: resize/main.c:463
Philipp Thomas720e6362008-06-21 14:06:00 -04007316#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007317msgid "Estimated minimum size of the filesystem: %llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007318msgstr "Geschätzte minimale Größe des Dateisystems: %llu\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007319
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007320#: resize/main.c:500
Philipp Thomas77c871a2010-04-19 16:59:02 -04007321#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007322msgid "Invalid new size: %s\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007323msgstr "Unzulässige neue Größe: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007324
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007325#: resize/main.c:519
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007326msgid "New size too large to be expressed in 32 bits\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007327msgstr "Die neue Größe lässt sich nicht mehr mit 32 Bits ausdrücken\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007328
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007329#: resize/main.c:527
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007330#, c-format
7331msgid "New size smaller than minimum (%llu)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007332msgstr "Die neue Größe ist kleiner als das Minimum (%llu)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007333
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007334#: resize/main.c:533
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007335msgid "Invalid stride length"
Philipp Thomasab02a742014-07-09 23:13:30 -04007336msgstr "Ungültige „Stride“-Länge"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007337
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007338#: resize/main.c:557
Philipp Thomasa4edef12011-01-26 18:54:24 -05007339#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007340msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007341"The containing partition (or device) is only %llu (%dk) blocks.\n"
7342"You requested a new size of %llu blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007343"\n"
7344msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04007345"Die sie enthaltende Partition (oder Gerät) ist nur %llu (%dk) Blöcke groß.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007346"Sie wollen %llu Blöcke haben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007347
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007348#: resize/main.c:564
7349#, c-format
7350msgid "Cannot set and unset 64bit feature.\n"
7351msgstr ""
7352
7353#: resize/main.c:568
7354#, c-format
7355msgid ""
7356"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
7357"blocks.\n"
7358msgstr ""
7359
7360#: resize/main.c:574
7361#, fuzzy, c-format
7362msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
7363msgstr ""
7364"Quotas können nur bei nicht eingehängten Dateisystemen geändert werden.\n"
7365
7366#: resize/main.c:580
7367#, c-format
7368msgid ""
7369"Please enable the extents feature with tune2fs before enabling the 64bit "
7370"feature.\n"
7371msgstr ""
7372
7373#: resize/main.c:586
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007374#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007375msgid ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007376"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007377"\n"
7378msgstr ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007379"Das Dateisystem ist bereits %llu (%dk) Blöcke lang. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007380"\n"
7381
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007382#: resize/main.c:593
7383#, fuzzy, c-format
7384msgid "The filesystem is already 64-bit.\n"
7385msgstr "Das Dateisystem hat bereits ein Journal.\n"
7386
7387#: resize/main.c:598
7388#, fuzzy, c-format
7389msgid "The filesystem is already 32-bit.\n"
7390msgstr "Das Dateisystem hat bereits ein Journal.\n"
7391
7392#: resize/main.c:607
7393#, fuzzy, c-format
7394msgid "Converting the filesystem to 64-bit.\n"
7395msgstr ""
7396"Der Zeitpunkt der letzten Prüfung des Dateisystems wird auf %s gesetzt\n"
7397
7398#: resize/main.c:609
7399#, fuzzy, c-format
7400msgid "Converting the filesystem to 32-bit.\n"
7401msgstr ""
7402"Der Zeitpunkt der letzten Prüfung des Dateisystems wird auf %s gesetzt\n"
7403
7404#: resize/main.c:611
Philipp Thomas77c871a2010-04-19 16:59:02 -04007405#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007406msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04007407msgstr ""
7408"Die Größe des Dateisystems auf %s wird auf %llu (%dk) Blöcke geändert.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007409
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007410#: resize/main.c:620
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007411#, c-format
7412msgid "while trying to resize %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007413msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007414
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007415#: resize/main.c:623
Philipp Thomas77c871a2010-04-19 16:59:02 -04007416#, c-format
7417msgid ""
7418"Please run 'e2fsck -fy %s' to fix the filesystem\n"
7419"after the aborted resize operation.\n"
7420msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007421"Bitte lassen Sie „e2fsck -fy %s“ laufen, um das\n"
7422"Dateisystem nach der abgebrochenen Größenänderung\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007423"zu reparieren.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007424
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007425#: resize/main.c:629
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007426#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007427msgid ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007428"The filesystem on %s is now %llu (%dk) blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007429"\n"
7430msgstr ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007431"Das Dateisystem auf %s is nun %llu (%dk) Blöcke lang.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007432"\n"
7433
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007434#: resize/main.c:644
Philipp Thomas77c871a2010-04-19 16:59:02 -04007435#, c-format
7436msgid "while trying to truncate %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007437msgstr "beim Versuch, %s abzuschneiden"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007438
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007439#: resize/online.c:81
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007440msgid "kernel does not support online resize with sparse_super2"
Theodore Ts'obd386982015-05-17 20:34:58 -04007441msgstr ""
7442"Der Kernel unterstützt die Online-Größenänderung mit sparse_super2 nicht"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007443
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007444#: resize/online.c:86
Philipp Thomas720e6362008-06-21 14:06:00 -04007445#, c-format
7446msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007447msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007448"Dateisystem bei %s ist auf %s eingehängt; Online-Größenänderung ist\n"
7449"erforderlich\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007450
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007451#: resize/online.c:90
Philipp Thomas3e914b52011-01-24 15:03:41 -05007452msgid "On-line shrinking not supported"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007453msgstr "Online-Schrumpfen wird nicht unterstützt"
Philipp Thomas720e6362008-06-21 14:06:00 -04007454
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007455#: resize/online.c:114
Philipp Thomas720e6362008-06-21 14:06:00 -04007456msgid "Filesystem does not support online resizing"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007457msgstr "Das Dateisystem unterstützt die Online-Größenänderung nicht"
Philipp Thomas720e6362008-06-21 14:06:00 -04007458
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007459#: resize/online.c:122
Philipp Thomasd0275172013-01-15 23:30:35 -05007460msgid "Not enough reserved gdt blocks for resizing"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007461msgstr "Nicht genug reservierte GDT-Blöcke für die Größenänderung"
Philipp Thomasd0275172013-01-15 23:30:35 -05007462
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007463#: resize/online.c:129
Philipp Thomasd0275172013-01-15 23:30:35 -05007464msgid "Kernel does not support resizing a file system this large"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007465msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04007466"Der Kernel unterstützt die Online-Größenänderungen eines so großen\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007467"Dateisystems nicht"
Philipp Thomasd0275172013-01-15 23:30:35 -05007468
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007469#: resize/online.c:137
Philipp Thomas68801282008-07-17 11:47:00 -04007470#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04007471msgid "while trying to open mountpoint %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04007472msgstr "beim Versuch, den Einhängepunkt %s zu öffnen"
Philipp Thomas720e6362008-06-21 14:06:00 -04007473
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007474#: resize/online.c:142
Philipp Thomasb93349a2014-05-31 13:32:39 -04007475#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007476msgid "Old resize interface requested.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007477msgstr "Die alte Schnittstelle für Größenänderung wurde angefordert.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007478
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007479#: resize/online.c:161 resize/online.c:178
Philipp Thomas720e6362008-06-21 14:06:00 -04007480msgid "Permission denied to resize filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04007481msgstr "Die Erlaubnis zum Ändern der Dateisystemgröße wurde verweigert."
Philipp Thomas720e6362008-06-21 14:06:00 -04007482
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007483#: resize/online.c:164 resize/online.c:184
Philipp Thomas720e6362008-06-21 14:06:00 -04007484msgid "While checking for on-line resizing support"
Philipp Thomasab02a742014-07-09 23:13:30 -04007485msgstr "Beim Überprüfen der Unterstützung für Online-Größenänderung"
Philipp Thomas720e6362008-06-21 14:06:00 -04007486
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007487#: resize/online.c:181
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007488msgid "Kernel does not support online resizing"
Philipp Thomasab02a742014-07-09 23:13:30 -04007489msgstr "Der Kernel bietet keine Unterstützung für eine Online-Größenänderung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007490
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007491#: resize/online.c:220
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007492#, c-format
7493msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007494msgstr "Die Größe von %s wird gerade online auf %llu (%dk) Blöcke geändert.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007495
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007496#: resize/online.c:230
Philipp Thomas720e6362008-06-21 14:06:00 -04007497msgid "While trying to extend the last group"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007498msgstr "beim Versuch, die letzte Gruppe zu erweitern"
Philipp Thomas720e6362008-06-21 14:06:00 -04007499
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007500#: resize/online.c:284
Philipp Thomas68801282008-07-17 11:47:00 -04007501#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04007502msgid "While trying to add group #%d"
Philipp Thomasab02a742014-07-09 23:13:30 -04007503msgstr "beim Versuch, die Gruppe #%d hinzuzufügen"
Philipp Thomas720e6362008-06-21 14:06:00 -04007504
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007505#: resize/online.c:295
Philipp Thomasa700f512008-08-29 08:49:57 -04007506#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04007507msgid ""
7508"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7509"this system.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007510msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007511"Das Dateisystem bei %s ist auf %s eingehängt und die Änderung der Größe im\n"
7512"laufenden System wird auf diesem System nicht unterstützt.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007513
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007514#: resize/resize2fs.c:759
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007515#, c-format
7516msgid "inodes (%llu) must be less than %u"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007517msgstr "Die Inodes (%llu) müssen unter %u liegen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007518
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007519#: resize/resize2fs.c:1037
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007520msgid "reserved blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007521msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007522
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007523#: resize/resize2fs.c:1280
Theodore Ts'obc759702005-05-09 20:40:55 -04007524msgid "meta-data blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007525msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007526
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007527#: resize/resize2fs.c:1384 resize/resize2fs.c:2316
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007528msgid "new meta blocks"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007529msgstr "neue Metadaten-Blöcke"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007530
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007531#: resize/resize2fs.c:2539
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007532msgid "Should never happen! No sb in last super_sparse bg?\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007533msgstr "Dies sollte nie geschehen! Kein sb im letzten super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007534
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007535#: resize/resize2fs.c:2544
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007536msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007537msgstr "Dies sollte nie geschehen! Unerwartete old_desc in super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007538
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007539#: resize/resize2fs.c:2617
Theodore Ts'obc759702005-05-09 20:40:55 -04007540msgid "Should never happen: resize inode corrupt!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007541msgstr "Dies sollte nie geschehen: Der Größenänderungs-Inode ist defekt!\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05007542
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007543#: lib/ext2fs/ext2_err.c:11
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04007544#, fuzzy
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007545msgid "EXT2FS Library version 1.43-WIP"
Philipp Thomas37be3822015-05-17 20:21:39 -04007546msgstr "EXT2FS-Bibliothek, Version 1.42.12"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007547
7548#: lib/ext2fs/ext2_err.c:12
7549msgid "Wrong magic number for ext2_filsys structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007550msgstr "Falsche magische Zahl für eine ext2_filesys-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007551
7552#: lib/ext2fs/ext2_err.c:13
7553msgid "Wrong magic number for badblocks_list structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007554msgstr "Falsche magische Zahl für eine badblocks_list-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007555
7556#: lib/ext2fs/ext2_err.c:14
7557msgid "Wrong magic number for badblocks_iterate structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007558msgstr "Falsche magische Zahl für eine badblocks_iterate-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007559
7560#: lib/ext2fs/ext2_err.c:15
7561msgid "Wrong magic number for inode_scan structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007562msgstr "Falsche magische Zahl für eine inode_scan-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007563
7564#: lib/ext2fs/ext2_err.c:16
7565msgid "Wrong magic number for io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007566msgstr "Falsche magische Zahl für eine io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007567
7568#: lib/ext2fs/ext2_err.c:17
7569msgid "Wrong magic number for unix io_channel structure"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007570msgstr "Falsche magische Zahl für eine Unix io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007571
7572#: lib/ext2fs/ext2_err.c:18
7573msgid "Wrong magic number for io_manager structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007574msgstr "Falsche magische Zahl für eine io_manager-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007575
7576#: lib/ext2fs/ext2_err.c:19
7577msgid "Wrong magic number for block_bitmap structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007578msgstr "Falsche magische Zahl für eine block_bitmap-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007579
7580#: lib/ext2fs/ext2_err.c:20
7581msgid "Wrong magic number for inode_bitmap structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007582msgstr "Falsche magische Zahl für eine inode_bitmap-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007583
7584#: lib/ext2fs/ext2_err.c:21
7585msgid "Wrong magic number for generic_bitmap structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007586msgstr "Falsche magische Zahl für eine generic_bitmap-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007587
7588#: lib/ext2fs/ext2_err.c:22
7589msgid "Wrong magic number for test io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007590msgstr "Falsche magische Zahl für eine test-io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007591
7592#: lib/ext2fs/ext2_err.c:23
7593msgid "Wrong magic number for directory block list structure"
Theodore Ts'obd386982015-05-17 20:34:58 -04007594msgstr ""
7595"Falsche magische Zahl für eine Struktur für die Liste der Verzeichnisblöcke"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007596
7597#: lib/ext2fs/ext2_err.c:24
7598msgid "Wrong magic number for icount structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007599msgstr "Falsche magische Zahl für eine icount-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007600
7601#: lib/ext2fs/ext2_err.c:25
7602msgid "Wrong magic number for Powerquest io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007603msgstr "Falsche magische Zahl für eine io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007604
7605#: lib/ext2fs/ext2_err.c:26
7606msgid "Wrong magic number for ext2 file structure"
Philipp Thomasab02a742014-07-09 23:13:30 -04007607msgstr "Falsche magische Zahl für eine Ext2-Datei-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007608
7609#: lib/ext2fs/ext2_err.c:27
7610msgid "Wrong magic number for Ext2 Image Header"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007611msgstr "Falsche magische Zahl für einen Ext2-Abbild-Kopf"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007612
7613#: lib/ext2fs/ext2_err.c:28
7614msgid "Wrong magic number for inode io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007615msgstr "Falsche magische Zahl für eine Struktur des Inode-io_channels"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007616
7617#: lib/ext2fs/ext2_err.c:29
7618msgid "Wrong magic number for ext4 extent handle"
Philipp Thomasab02a742014-07-09 23:13:30 -04007619msgstr "Falsche magische Zahl für eine Ext4-Erweiterungshandle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007620
7621#: lib/ext2fs/ext2_err.c:30
7622msgid "Bad magic number in super-block"
7623msgstr "Ungültige magische Zahl im Superblock"
7624
7625#: lib/ext2fs/ext2_err.c:31
7626msgid "Filesystem revision too high"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007627msgstr "Die Dateisystemversion ist zu hoch"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007628
7629#: lib/ext2fs/ext2_err.c:32
7630msgid "Attempt to write to filesystem opened read-only"
Theodore Ts'obd386982015-05-17 20:34:58 -04007631msgstr ""
7632"Dies ist ein Versuch, auf ein nur-lesbar geöffnetes Dateisystem zu schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007633
7634#: lib/ext2fs/ext2_err.c:33
7635msgid "Can't read group descriptors"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007636msgstr "Die Gruppendeskriptoren konnten nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007637
7638#: lib/ext2fs/ext2_err.c:34
7639msgid "Can't write group descriptors"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007640msgstr "Die Gruppendeskriptoren konnten nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007641
7642#: lib/ext2fs/ext2_err.c:35
7643msgid "Corrupt group descriptor: bad block for block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007644msgstr "Defekter Gruppendeskriptor: defekter Block für die Block-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007645
7646#: lib/ext2fs/ext2_err.c:36
7647msgid "Corrupt group descriptor: bad block for inode bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007648msgstr "Defekter Gruppendeskriptor: defekter Block für die Inode-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007649
7650#: lib/ext2fs/ext2_err.c:37
7651msgid "Corrupt group descriptor: bad block for inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007652msgstr "Defekter Gruppendeskriptor: defekter Block für die Inode-Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007653
7654#: lib/ext2fs/ext2_err.c:38
7655msgid "Can't write an inode bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04007656msgstr "Eine Inode-Bitmap konnte nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007657
7658#: lib/ext2fs/ext2_err.c:39
7659msgid "Can't read an inode bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007660msgstr "Eine Inode-Bitmap konnte nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007661
7662#: lib/ext2fs/ext2_err.c:40
Darrick J. Wong580d8a02013-10-07 09:20:28 -04007663msgid "Can't write a block bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04007664msgstr "Eine Block-Bitmap konnte nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007665
7666#: lib/ext2fs/ext2_err.c:41
Darrick J. Wongba0230f2013-12-12 12:41:58 -05007667msgid "Can't read a block bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04007668msgstr "Eine Block-Bitmap konnte nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007669
7670#: lib/ext2fs/ext2_err.c:42
7671msgid "Can't write an inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007672msgstr "Eine Inode-Tabelle konnte nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007673
7674#: lib/ext2fs/ext2_err.c:43
7675msgid "Can't read an inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007676msgstr "Eine Inode-Tabelle konnte nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007677
7678#: lib/ext2fs/ext2_err.c:44
7679msgid "Can't read next inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04007680msgstr "Der nächste Inode kann nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007681
7682#: lib/ext2fs/ext2_err.c:45
7683msgid "Filesystem has unexpected block size"
7684msgstr "Das Dateisystem hat eine unerwartete Blockgröße"
7685
7686#: lib/ext2fs/ext2_err.c:46
7687msgid "EXT2 directory corrupted"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007688msgstr "Das Ext2-Verzeichnis ist defekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007689
7690#: lib/ext2fs/ext2_err.c:47
7691msgid "Attempt to read block from filesystem resulted in short read"
Theodore Ts'obd386982015-05-17 20:34:58 -04007692msgstr ""
7693"Der Versuch, einen Block vom Dateisystem zu lesen, endete in kurzem Lesen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007694
7695#: lib/ext2fs/ext2_err.c:48
7696msgid "Attempt to write block to filesystem resulted in short write"
Theodore Ts'obd386982015-05-17 20:34:58 -04007697msgstr ""
7698"Der Versuch, einen Block auf das Dateisystem zu schreiben, endete in kurzem "
7699"Schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007700
7701#: lib/ext2fs/ext2_err.c:49
7702msgid "No free space in the directory"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007703msgstr "Kein freier Platz im Verzeichnis"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007704
7705#: lib/ext2fs/ext2_err.c:50
7706msgid "Inode bitmap not loaded"
Philipp Thomasab02a742014-07-09 23:13:30 -04007707msgstr "die Inode-Bitmap wurde nicht geladen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007708
7709#: lib/ext2fs/ext2_err.c:51
7710msgid "Block bitmap not loaded"
Philipp Thomasab02a742014-07-09 23:13:30 -04007711msgstr "die Block-Bitmap wurde nicht geladen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007712
7713#: lib/ext2fs/ext2_err.c:52
7714msgid "Illegal inode number"
Philipp Thomasab02a742014-07-09 23:13:30 -04007715msgstr "Ungültige Inode-Nummer"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007716
7717#: lib/ext2fs/ext2_err.c:53
7718msgid "Illegal block number"
Philipp Thomasab02a742014-07-09 23:13:30 -04007719msgstr "Ungültige Blockzahl"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007720
7721#: lib/ext2fs/ext2_err.c:54
7722msgid "Internal error in ext2fs_expand_dir"
7723msgstr "Interner Fehler in ext2fs_expand_dir"
7724
7725#: lib/ext2fs/ext2_err.c:55
7726msgid "Not enough space to build proposed filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04007727msgstr "Nicht genug Platz, um das vorgeschlagene Dateisystem zu bauen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007728
7729#: lib/ext2fs/ext2_err.c:56
7730msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
Theodore Ts'obd386982015-05-17 20:34:58 -04007731msgstr ""
7732"Es wurde eine ungültige Blocknummer an ext2fs_mark_block_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007733
7734#: lib/ext2fs/ext2_err.c:57
7735msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
Theodore Ts'obd386982015-05-17 20:34:58 -04007736msgstr ""
7737"Es wurde eine ungültige Blocknummer an ext2fs_unmark_block_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007738
7739#: lib/ext2fs/ext2_err.c:58
7740msgid "Illegal block number passed to ext2fs_test_block_bitmap"
Theodore Ts'obd386982015-05-17 20:34:58 -04007741msgstr ""
7742"Es wurde eine ungültige Blocknummer an ext2fs_test_block_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007743
7744#: lib/ext2fs/ext2_err.c:59
7745msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
Theodore Ts'obd386982015-05-17 20:34:58 -04007746msgstr ""
7747"Es wurde eine ungültige Inode-Nummer an ext2fs_mark_inode_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007748
7749#: lib/ext2fs/ext2_err.c:60
7750msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
Theodore Ts'obd386982015-05-17 20:34:58 -04007751msgstr ""
7752"Es wurde eine ungültige Inode-Nummer an ext2fs_unmark_inode_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007753
7754#: lib/ext2fs/ext2_err.c:61
7755msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
Theodore Ts'obd386982015-05-17 20:34:58 -04007756msgstr ""
7757"Es wurde eine ungültige Inode-Nummer an ext2fs_test_inode_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007758
7759#: lib/ext2fs/ext2_err.c:62
7760msgid "Attempt to fudge end of block bitmap past the real end"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007761msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007762"Es wird versucht, das Ende der Block-Bitmap jenseits des wirklichen Endes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007763"zu platzieren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007764
7765#: lib/ext2fs/ext2_err.c:63
7766msgid "Attempt to fudge end of inode bitmap past the real end"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007767msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007768"Es wird versucht, das Ende der Inode-Bitmap jenseits des wirklichen Endes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007769"zu platzieren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007770
7771#: lib/ext2fs/ext2_err.c:64
7772msgid "Illegal indirect block found"
Philipp Thomasab02a742014-07-09 23:13:30 -04007773msgstr "Es wurde ein ungültiger indirekter Block gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007774
7775#: lib/ext2fs/ext2_err.c:65
7776msgid "Illegal doubly indirect block found"
Philipp Thomasab02a742014-07-09 23:13:30 -04007777msgstr "Es wurde ein ungültiger doppelt indirekter Block gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007778
7779#: lib/ext2fs/ext2_err.c:66
7780msgid "Illegal triply indirect block found"
Philipp Thomasab02a742014-07-09 23:13:30 -04007781msgstr "Es wurde ein ungültiger dreifach indirekter Block gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007782
7783#: lib/ext2fs/ext2_err.c:67
7784msgid "Block bitmaps are not the same"
Philipp Thomasab02a742014-07-09 23:13:30 -04007785msgstr "Die Block-Bitmaps sind nicht identisch"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007786
7787#: lib/ext2fs/ext2_err.c:68
7788msgid "Inode bitmaps are not the same"
Philipp Thomasab02a742014-07-09 23:13:30 -04007789msgstr "Die Inode-Bitmaps sind nicht identisch"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007790
7791#: lib/ext2fs/ext2_err.c:69
7792msgid "Illegal or malformed device name"
Philipp Thomasab02a742014-07-09 23:13:30 -04007793msgstr "Ungültiger oder fehlerhafter Gerätename"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007794
7795#: lib/ext2fs/ext2_err.c:70
7796msgid "A block group is missing an inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007797msgstr "Einer Blockgruppe fehlt eine Inode-Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007798
7799#: lib/ext2fs/ext2_err.c:71
7800msgid "The ext2 superblock is corrupt"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007801msgstr "Der Ext2-Superblock ist defekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007802
7803#: lib/ext2fs/ext2_err.c:72
7804msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
Theodore Ts'obd386982015-05-17 20:34:58 -04007805msgstr ""
7806"Eine unzulässige generische Bitnummer wurde an ext2fs_mark_generic_bitmap "
7807"übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007808
7809#: lib/ext2fs/ext2_err.c:73
7810msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
Theodore Ts'obd386982015-05-17 20:34:58 -04007811msgstr ""
7812"Eine unzulässige generische Bitnummer wurde an ext2fs_unmark_generic_bitmap "
7813"übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007814
7815#: lib/ext2fs/ext2_err.c:74
7816msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
Theodore Ts'obd386982015-05-17 20:34:58 -04007817msgstr ""
7818"Eine unzulässige generische Bitnummer wurde an ext2fs_test_generic_bitmap "
7819"übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007820
7821#: lib/ext2fs/ext2_err.c:75
7822msgid "Too many symbolic links encountered."
Philipp Thomasab02a742014-07-09 23:13:30 -04007823msgstr "Es wurden zu viele symbolische Verknüpfungen gefunden."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007824
7825#: lib/ext2fs/ext2_err.c:76
7826msgid "The callback function will not handle this case"
Philipp Thomasab02a742014-07-09 23:13:30 -04007827msgstr "Die Callback-Funktion kann diesen Fall nicht handhaben."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007828
7829#: lib/ext2fs/ext2_err.c:77
7830msgid "The inode is from a bad block in the inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007831msgstr "Der Inode kommt von einem beschädigten Block in der Inode-Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007832
7833#: lib/ext2fs/ext2_err.c:78
7834msgid "Filesystem has unsupported feature(s)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007835msgstr "Das Dateisystem besitzt nicht unterstützte Eigenschaft(en)"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007836
7837#: lib/ext2fs/ext2_err.c:79
7838msgid "Filesystem has unsupported read-only feature(s)"
Philipp Thomasab02a742014-07-09 23:13:30 -04007839msgstr "Das Dateisystem besitzt nicht unterstützte Nur-Lesen-Eigenschaft(en):"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007840
7841#: lib/ext2fs/ext2_err.c:80
7842msgid "IO Channel failed to seek on read or write"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007843msgstr "Der EA-Kanal hat nicht positioniert beim Lesen oder Schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007844
7845#: lib/ext2fs/ext2_err.c:81
7846msgid "Memory allocation failed"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007847msgstr "Die Reservierung von Speicher schlug fehl"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007848
7849#: lib/ext2fs/ext2_err.c:82
7850msgid "Invalid argument passed to ext2 library"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007851msgstr "Ein ungültiges Argument wurde an die Ext2-Bibliothek übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007852
7853#: lib/ext2fs/ext2_err.c:83
7854msgid "Could not allocate block in ext2 filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04007855msgstr "Im Ext2-Dateisystem konnte kein Block angefordert werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007856
7857#: lib/ext2fs/ext2_err.c:84
7858msgid "Could not allocate inode in ext2 filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04007859msgstr "Im Ext2-Dateisystem konnte kein Inode angefordert werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007860
7861#: lib/ext2fs/ext2_err.c:85
7862msgid "Ext2 inode is not a directory"
Philipp Thomasab02a742014-07-09 23:13:30 -04007863msgstr "Der Ext2-Inode weist nicht auf ein Verzeichnis"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007864
7865#: lib/ext2fs/ext2_err.c:86
7866msgid "Too many references in table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007867msgstr "Zu viele Referenzen in der Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007868
7869#: lib/ext2fs/ext2_err.c:87
7870msgid "File not found by ext2_lookup"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007871msgstr "Die Datei wurde von ext2_lookup nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007872
7873#: lib/ext2fs/ext2_err.c:88
7874msgid "File open read-only"
Philipp Thomasab02a742014-07-09 23:13:30 -04007875msgstr "Die Datei wurde nur-lesbar geöffnet"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007876
7877#: lib/ext2fs/ext2_err.c:89
7878msgid "Ext2 directory block not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007879msgstr "Der Verzeichnisblock des ext2-Dateisystems wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007880
7881#: lib/ext2fs/ext2_err.c:90
7882msgid "Ext2 directory already exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007883msgstr "Das Ext2-Verzeichnis existiert bereits"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007884
7885#: lib/ext2fs/ext2_err.c:91
7886msgid "Unimplemented ext2 library function"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007887msgstr "Nicht implementierte Ext2-Bibliotheksfunktion"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007888
7889#: lib/ext2fs/ext2_err.c:92
7890msgid "User cancel requested"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007891msgstr "Der Benutzer hat abgebrochen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007892
7893#: lib/ext2fs/ext2_err.c:93
7894msgid "Ext2 file too big"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007895msgstr "Die Ext2-Datei ist zu groß"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007896
7897#: lib/ext2fs/ext2_err.c:94
7898msgid "Supplied journal device not a block device"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007899msgstr "Das angegebene Journalgerät ist kein blockorientiertes Gerät"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007900
7901#: lib/ext2fs/ext2_err.c:95
7902msgid "Journal superblock not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007903msgstr "Der Journal-Superblock wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007904
7905#: lib/ext2fs/ext2_err.c:96
7906msgid "Journal must be at least 1024 blocks"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007907msgstr "Das Journal muß mindestens 1024 Blöcke groß sein"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007908
7909#: lib/ext2fs/ext2_err.c:97
7910msgid "Unsupported journal version"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007911msgstr "Nicht unterstützte Journalversion"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007912
7913#: lib/ext2fs/ext2_err.c:98
7914msgid "Error loading external journal"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007915msgstr "Fehler beim Laden des externen Journals"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007916
7917#: lib/ext2fs/ext2_err.c:99
7918msgid "Journal not found"
Philipp Thomasab02a742014-07-09 23:13:30 -04007919msgstr "Das Journal wurde nicht gefunden."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007920
7921#: lib/ext2fs/ext2_err.c:100
7922msgid "Directory hash unsupported"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007923msgstr "Verzeichnishashes werden nicht unterstützt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007924
7925#: lib/ext2fs/ext2_err.c:101
7926msgid "Illegal extended attribute block number"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007927msgstr "Die Nummer des Blocks für erweiterte Attribute ist unzulässig"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007928
7929#: lib/ext2fs/ext2_err.c:102
7930msgid "Cannot create filesystem with requested number of inodes"
Theodore Ts'obd386982015-05-17 20:34:58 -04007931msgstr ""
7932"Ein Dateisystem mit der gewünschten Anzahl Inodes kann nicht erzeugt werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007933
7934#: lib/ext2fs/ext2_err.c:103
7935msgid "E2image snapshot not in use"
Philipp Thomasab02a742014-07-09 23:13:30 -04007936msgstr "Der E2image-Schnappschuss wird nicht verwendet"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007937
7938#: lib/ext2fs/ext2_err.c:104
7939msgid "Too many reserved group descriptor blocks"
Philipp Thomasab02a742014-07-09 23:13:30 -04007940msgstr "Zu viele reservierte Blöcke für Gruppen-Deskriptoren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007941
7942#: lib/ext2fs/ext2_err.c:105
7943msgid "Resize inode is corrupt"
Philipp Thomasab02a742014-07-09 23:13:30 -04007944msgstr "Der Größenänderungs-Inode ist defekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007945
7946#: lib/ext2fs/ext2_err.c:106
7947msgid "Tried to set block bmap with missing indirect block"
Theodore Ts'obd386982015-05-17 20:34:58 -04007948msgstr ""
7949"Es wurde versucht, eine Block-Bitmap mit fehlendem indirektem Block zu "
7950"schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007951
7952#: lib/ext2fs/ext2_err.c:107
7953msgid "TDB: Success"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007954msgstr "TDB: Erfolg"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007955
7956#: lib/ext2fs/ext2_err.c:108
7957msgid "TDB: Corrupt database"
Philipp Thomasab02a742014-07-09 23:13:30 -04007958msgstr "TDB: Datenbank ist beschädigt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007959
7960#: lib/ext2fs/ext2_err.c:109
7961msgid "TDB: IO Error"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007962msgstr "TDB: EA-Fehler"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007963
7964#: lib/ext2fs/ext2_err.c:110
7965msgid "TDB: Locking error"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007966msgstr "TDB: Fehler beim Sperren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007967
7968#: lib/ext2fs/ext2_err.c:111
7969msgid "TDB: Out of memory"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007970msgstr "TDB: Hauptspeicher erschöpft"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007971
7972#: lib/ext2fs/ext2_err.c:112
7973msgid "TDB: Record exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007974msgstr "TDB: Datensatz existiert bereits"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007975
7976#: lib/ext2fs/ext2_err.c:113
7977msgid "TDB: Lock exists on other keys"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007978msgstr "TDB: Die Sperre existiert schon auf anderen Schlüsseln"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007979
7980#: lib/ext2fs/ext2_err.c:114
7981msgid "TDB: Invalid parameter"
7982msgstr "TDB: Ungültiger Parameter"
7983
7984#: lib/ext2fs/ext2_err.c:115
7985msgid "TDB: Record does not exist"
Philipp Thomasab02a742014-07-09 23:13:30 -04007986msgstr "TDB: Der Datensatz existiert nicht"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007987
7988#: lib/ext2fs/ext2_err.c:116
7989msgid "TDB: Write not permitted"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007990msgstr "TDB: Schreiben ist nicht zulässig"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007991
7992#: lib/ext2fs/ext2_err.c:117
7993msgid "Ext2fs directory block list is empty"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007994msgstr "Die Liste der Ext2fs-Verzeichnisblöcke ist leer"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007995
7996#: lib/ext2fs/ext2_err.c:118
7997msgid "Attempt to modify a block mapping via a read-only block iterator"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007998msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04007999"Es wird versucht, eine Blockzuweisung über einen nur-lesbaren Blockiterator "
8000"zu\n"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008001"ändern"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008002
8003#: lib/ext2fs/ext2_err.c:119
8004msgid "Wrong magic number for ext4 extent saved path"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008005msgstr "Falsche magische Zahl für einen gespeicherten Pfad zu ext4-Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008006
8007#: lib/ext2fs/ext2_err.c:120
8008msgid "Wrong magic number for 64-bit generic bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008009msgstr "Falsche magische Zahl für eine generische 64-Bit-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008010
8011#: lib/ext2fs/ext2_err.c:121
8012msgid "Wrong magic number for 64-bit block bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008013msgstr "Falsche magische Zahl für eine 64-Bit-Block-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008014
8015#: lib/ext2fs/ext2_err.c:122
8016msgid "Wrong magic number for 64-bit inode bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008017msgstr "Falsche magische Zahl für eine 64-Bit-Inode-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008018
8019#: lib/ext2fs/ext2_err.c:123
8020msgid "Wrong magic number --- RESERVED_13"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008021msgstr "Falsche magische Zahl --- RESERVED_13"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008022
8023#: lib/ext2fs/ext2_err.c:124
8024msgid "Wrong magic number --- RESERVED_14"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008025msgstr "Falsche magische Zahl --- RESERVED_14"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008026
8027#: lib/ext2fs/ext2_err.c:125
8028msgid "Wrong magic number --- RESERVED_15"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008029msgstr "Falsche magische Zahl --- RESERVED_15"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008030
8031#: lib/ext2fs/ext2_err.c:126
8032msgid "Wrong magic number --- RESERVED_16"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008033msgstr "Falsche magische Zahl --- RESERVED_16"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008034
8035#: lib/ext2fs/ext2_err.c:127
8036msgid "Wrong magic number --- RESERVED_17"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008037msgstr "Falsche magische Zahl --- RESERVED_17"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008038
8039#: lib/ext2fs/ext2_err.c:128
8040msgid "Wrong magic number --- RESERVED_18"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008041msgstr "Falsche magische Zahl --- RESERVED_18"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008042
8043#: lib/ext2fs/ext2_err.c:129
8044msgid "Wrong magic number --- RESERVED_19"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008045msgstr "Falsche magische Zahl --- RESERVED_19"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008046
8047#: lib/ext2fs/ext2_err.c:130
8048msgid "Corrupt extent header"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008049msgstr "Defekter Kopf einer Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008050
8051#: lib/ext2fs/ext2_err.c:131
8052msgid "Corrupt extent index"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008053msgstr "Beschädigter Erweiterungsindex"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008054
8055#: lib/ext2fs/ext2_err.c:132
8056msgid "Corrupt extent"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008057msgstr "Beschädigte Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008058
8059#: lib/ext2fs/ext2_err.c:133
8060msgid "No free space in extent map"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008061msgstr "Es ist kein freier Platz in der Karte der Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008062
8063#: lib/ext2fs/ext2_err.c:134
8064msgid "Inode does not use extents"
Philipp Thomasab02a742014-07-09 23:13:30 -04008065msgstr "Der Inode verwendet keine Erweiterungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008066
8067#: lib/ext2fs/ext2_err.c:135
8068msgid "No 'next' extent"
8069msgstr "Keine „nächste“ Erweiterung"
8070
8071#: lib/ext2fs/ext2_err.c:136
8072msgid "No 'previous' extent"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008073msgstr "Keine „vorherige“ Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008074
8075#: lib/ext2fs/ext2_err.c:137
8076msgid "No 'up' extent"
Philipp Thomasab02a742014-07-09 23:13:30 -04008077msgstr "Keine „obere“ Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008078
8079#: lib/ext2fs/ext2_err.c:138
8080msgid "No 'down' extent"
Philipp Thomasab02a742014-07-09 23:13:30 -04008081msgstr "Keine „untere“ Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008082
8083#: lib/ext2fs/ext2_err.c:139
8084msgid "No current node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008085msgstr "Kein aktueller Knoten"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008086
8087#: lib/ext2fs/ext2_err.c:140
8088msgid "Ext2fs operation not supported"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008089msgstr "Diese Ext2fs-Operation wird nicht unterstẗzt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008090
8091#: lib/ext2fs/ext2_err.c:141
8092msgid "No room to insert extent in node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008093msgstr "Es gibt keinen Platz, um die Erweiterung in den Knoten einzufügen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008094
8095#: lib/ext2fs/ext2_err.c:142
8096msgid "Splitting would result in empty node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008097msgstr "Die Aufteilung würde zu einem leeren Knoten führen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008098
8099#: lib/ext2fs/ext2_err.c:143
8100msgid "Extent not found"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008101msgstr "Die Erweiterung wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008102
8103#: lib/ext2fs/ext2_err.c:144
8104msgid "Operation not supported for inodes containing extents"
Philipp Thomasab02a742014-07-09 23:13:30 -04008105msgstr "Die Operation wird für Inodes mit Erweiterungen nicht unterstüẗzt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008106
8107#: lib/ext2fs/ext2_err.c:145
8108msgid "Extent length is invalid"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008109msgstr "Die Länge der Erweiterung in ungültig"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008110
8111#: lib/ext2fs/ext2_err.c:146
8112msgid "I/O Channel does not support 64-bit block numbers"
Philipp Thomasab02a742014-07-09 23:13:30 -04008113msgstr "Der EA-Kanal unterstützt keine 64-Bit-Blocknummern"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008114
8115#: lib/ext2fs/ext2_err.c:147
8116msgid "Can't check if filesystem is mounted due to missing mtab file"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008117msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04008118"Wegen des Fehlens von /etc/mtab kann nicht geprüft werden, ob das "
8119"Dateisystem\n"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008120"eingehängt ist"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008121
8122#: lib/ext2fs/ext2_err.c:148
8123msgid "Filesystem too large to use legacy bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04008124msgstr "Das Dateisystem ist zu groß, um die veralteten Bitmaps zu verwenden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008125
8126#: lib/ext2fs/ext2_err.c:149
8127msgid "MMP: invalid magic number"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008128msgstr "MMP: fehlende magische Zahl"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008129
8130#: lib/ext2fs/ext2_err.c:150
8131msgid "MMP: device currently active"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008132msgstr "MMP: das Gerät ist derzeit aktiv"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008133
8134#: lib/ext2fs/ext2_err.c:151
8135msgid "MMP: fsck being run"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008136msgstr "MMP: fsck läuft derzeit"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008137
8138#: lib/ext2fs/ext2_err.c:152
8139msgid "MMP: block number beyond filesystem range"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008140msgstr "MMP: die Blocknummer ist jenseits der Dateisystemgrenzen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008141
8142#: lib/ext2fs/ext2_err.c:153
8143msgid "MMP: undergoing an unknown operation"
Philipp Thomasab02a742014-07-09 23:13:30 -04008144msgstr "MMP: eine unbekannte Operation wird durchgeführt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008145
8146#: lib/ext2fs/ext2_err.c:154
8147msgid "MMP: filesystem still in use"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008148msgstr "MMP: das Dateisystem wird immer noch verwendet"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008149
8150#: lib/ext2fs/ext2_err.c:155
8151msgid "MMP: open with O_DIRECT failed"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008152msgstr "MMP: öffnen mit O_DIRECT ist gescheitert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008153
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008154#: lib/ext2fs/ext2_err.c:156
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008155msgid "Block group descriptor size incorrect"
Philipp Thomasab02a742014-07-09 23:13:30 -04008156msgstr "Die Größe des „Blockgruppen-Deskriptors“ ist unzulässig"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008157
8158#: lib/ext2fs/ext2_err.c:157
8159msgid "Inode checksum does not match inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04008160msgstr "Die Prüfsumme des Inodes passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008161
8162#: lib/ext2fs/ext2_err.c:158
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008163msgid "Inode bitmap checksum does not match bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008164msgstr "Die Prüfsumme der Inode-Bitmap passt nicht zur Bitmap"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008165
8166#: lib/ext2fs/ext2_err.c:159
8167msgid "Extent block checksum does not match extent block"
Philipp Thomasab02a742014-07-09 23:13:30 -04008168msgstr "Die Prüfsumme des Erweiterungsblocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008169
8170#: lib/ext2fs/ext2_err.c:160
8171msgid "Directory block does not have space for checksum"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008172msgstr "Der Verzeichnisblock hat keinen Platz für eine Prüfsumme"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008173
8174#: lib/ext2fs/ext2_err.c:161
8175msgid "Directory block checksum does not match directory block"
Philipp Thomasab02a742014-07-09 23:13:30 -04008176msgstr "Die Prüfsumme des Verzeichnisblocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008177
8178#: lib/ext2fs/ext2_err.c:162
8179msgid "Extended attribute block checksum does not match block"
Philipp Thomasab02a742014-07-09 23:13:30 -04008180msgstr "Die Prüfsumme des Blocks für erweiterte Attribute passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008181
8182#: lib/ext2fs/ext2_err.c:163
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008183msgid "Superblock checksum does not match superblock"
Philipp Thomasab02a742014-07-09 23:13:30 -04008184msgstr "Die Prüfsumme des Superblocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008185
8186#: lib/ext2fs/ext2_err.c:164
8187msgid "Unknown checksum algorithm"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008188msgstr "Unbekannter Prüfsummenalgorithmus"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008189
8190#: lib/ext2fs/ext2_err.c:165
8191msgid "MMP block checksum does not match MMP block"
Philipp Thomasab02a742014-07-09 23:13:30 -04008192msgstr "Die Prüfsumme des MMP-Blocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008193
8194#: lib/ext2fs/ext2_err.c:166
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008195msgid "Ext2 file already exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008196msgstr "Die Ext2-Datei existiert bereits"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008197
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008198#: lib/ext2fs/ext2_err.c:167
8199#, fuzzy
8200msgid "Block bitmap checksum does not match bitmap"
8201msgstr "Die Prüfsumme der Inode-Bitmap passt nicht zur Bitmap"
8202
8203#: lib/ext2fs/ext2_err.c:168
8204msgid "Cannot iterate data blocks of an inode containing inline data"
8205msgstr ""
8206
8207#: lib/ext2fs/ext2_err.c:169
8208msgid "Extended attribute has an invalid name length"
8209msgstr ""
8210
8211#: lib/ext2fs/ext2_err.c:170
8212msgid "Extended attribute has an invalid value length"
8213msgstr ""
8214
8215#: lib/ext2fs/ext2_err.c:171
8216#, fuzzy
8217msgid "Extended attribute has an incorrect hash"
8218msgstr "Die Prüfsumme des Blocks für erweiterte Attribute passt nicht dazu"
8219
8220#: lib/ext2fs/ext2_err.c:172
8221#, fuzzy
8222msgid "Extended attribute block has a bad header"
8223msgstr "Die Nummer des Blocks für erweiterte Attribute ist unzulässig"
8224
8225#: lib/ext2fs/ext2_err.c:173
8226#, fuzzy
8227msgid "Extended attribute key not found"
8228msgstr "aerweiterte Attribute"
8229
8230#: lib/ext2fs/ext2_err.c:174
8231msgid "Insufficient space to store extended attribute data"
8232msgstr ""
8233
8234#: lib/ext2fs/ext2_err.c:175
8235msgid "Filesystem is missing ext_attr or inline_data feature"
8236msgstr ""
8237
8238#: lib/ext2fs/ext2_err.c:176
8239#, fuzzy
8240msgid "Inode doesn't have inline data"
8241msgstr "Der Inode verwendet keine Erweiterungen"
8242
8243#: lib/ext2fs/ext2_err.c:177
8244msgid "No block for an inode with inline data"
8245msgstr ""
8246
8247#: lib/ext2fs/ext2_err.c:178
8248#, fuzzy
8249msgid "No free space in inline data"
8250msgstr "Es ist kein freier Platz in der Karte der Erweiterung"
8251
8252#: lib/ext2fs/ext2_err.c:179
8253#, fuzzy
8254msgid "Wrong magic number for extended attribute structure"
8255msgstr "Falsche magische Zahl für eine Ext2-Datei-Struktur"
8256
8257#: lib/ext2fs/ext2_err.c:180
8258msgid "Inode seems to contain garbage"
8259msgstr ""
8260
8261#: lib/ext2fs/ext2_err.c:181
8262msgid "Extended attribute has an invalid value offset"
8263msgstr ""
8264
8265#: lib/ext2fs/ext2_err.c:182
8266msgid "Journal flags inconsistent"
8267msgstr ""
8268
8269#: lib/ext2fs/ext2_err.c:183
8270#, fuzzy
8271msgid "Undo file corrupt"
8272msgstr "Der Größenänderungs-Inode ist defekt"
8273
8274#: lib/ext2fs/ext2_err.c:184
8275#, fuzzy
8276msgid "Wrong undo file for this filesystem"
8277msgstr "Die Erlaubnis zum Ändern der Dateisystemgröße wurde verweigert."
8278
8279#: lib/support/prof_err.c:11
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008280msgid "Profile version 0.0"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008281msgstr "Profilversion 0.0"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008282
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008283#: lib/support/prof_err.c:12
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008284msgid "Bad magic value in profile_node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008285msgstr "Ungültige magische Zahl im profile_node"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008286
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008287#: lib/support/prof_err.c:13
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008288msgid "Profile section not found"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008289msgstr "die Profilsektion wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008290
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008291#: lib/support/prof_err.c:14
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008292msgid "Profile relation not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008293msgstr "Zusammenhang des Profils wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008294
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008295#: lib/support/prof_err.c:15
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008296msgid "Attempt to add a relation to node which is not a section"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008297msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04008298"Dies ist ein Versuch, einen Bezug zu einem Knoten hinzuzufügen, der keine\n"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008299"Sektion ist"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008300
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008301#: lib/support/prof_err.c:16
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008302msgid "A profile section header has a non-zero value"
Philipp Thomasab02a742014-07-09 23:13:30 -04008303msgstr "Der Header der Profilsektion hat einen von Null verschiedenen Wert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008304
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008305#: lib/support/prof_err.c:17
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008306msgid "Bad linked list in profile structures"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008307msgstr "Ungültige verkettete Liste in den Profilstrukturen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008308
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008309#: lib/support/prof_err.c:18
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008310msgid "Bad group level in profile structures"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008311msgstr "Ungültige Gruppenebene in den Profilstrukturen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008312
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008313#: lib/support/prof_err.c:19
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008314msgid "Bad parent pointer in profile structures"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008315msgstr "Ungültiger Zeiger auf die Eltern in den Profilstrukturen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008316
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008317#: lib/support/prof_err.c:20
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008318msgid "Bad magic value in profile iterator"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008319msgstr "Ungültige magische Zahl im Profiliterator"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008320
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008321#: lib/support/prof_err.c:21
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008322msgid "Can't set value on section node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008323msgstr "In dem Sektionsknoten kann der Wert nicht gesetzt werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008324
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008325#: lib/support/prof_err.c:22
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008326msgid "Invalid argument passed to profile library"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008327msgstr "Es wurde ein unzulässiges Argument an die Profilbibliothek übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008328
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008329#: lib/support/prof_err.c:23
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008330msgid "Attempt to modify read-only profile"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008331msgstr "Es wird versucht, ein nur lesbares Profil zu ändern"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008332
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008333#: lib/support/prof_err.c:24
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008334msgid "Profile section header not at top level"
Philipp Thomasab02a742014-07-09 23:13:30 -04008335msgstr "Der Header der Profilsektion ist nicht auf der obersten Ebene"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008336
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008337#: lib/support/prof_err.c:25
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008338msgid "Syntax error in profile section header"
Philipp Thomasab02a742014-07-09 23:13:30 -04008339msgstr "Syntaxfehler im Header der Profilsektion"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008340
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008341#: lib/support/prof_err.c:26
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008342msgid "Syntax error in profile relation"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008343msgstr "Syntaxfehler in den Profilbeziehungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008344
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008345#: lib/support/prof_err.c:27
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008346msgid "Extra closing brace in profile"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008347msgstr "Überzählige schließende Klammer im Profil"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008348
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008349#: lib/support/prof_err.c:28
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008350msgid "Missing open brace in profile"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008351msgstr "Fehlende öffnende Klammer im Profil"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008352
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008353#: lib/support/prof_err.c:29
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008354msgid "Bad magic value in profile_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008355msgstr "Ungültige magische Zahl im profile_t"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008356
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008357#: lib/support/prof_err.c:30
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008358msgid "Bad magic value in profile_section_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008359msgstr "Unbekannte magische Zahl im section_t des Profils"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008360
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008361#: lib/support/prof_err.c:31
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008362msgid "Iteration through all top level section not supported"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008363msgstr "Iteration durch alle Toplevel-Sektionen wird nicht unterstützt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008364
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008365#: lib/support/prof_err.c:32
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008366msgid "Invalid profile_section object"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008367msgstr "Ungültiges profile_section-Objekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008368
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008369#: lib/support/prof_err.c:33
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008370msgid "No more sections"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008371msgstr "Keine weiteren Sektionen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008372
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008373#: lib/support/prof_err.c:34
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008374msgid "Bad nameset passed to query routine"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008375msgstr "Ungültige Namen an die Abfrageroutine übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008376
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008377#: lib/support/prof_err.c:35
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008378msgid "No profile file open"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008379msgstr "Es ist keine Profildatei offen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008380
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008381#: lib/support/prof_err.c:36
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008382msgid "Bad magic value in profile_file_t"
Philipp Thomasab02a742014-07-09 23:13:30 -04008383msgstr "Ungültige magische Zahl im profile_file_t"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008384
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008385#: lib/support/prof_err.c:37
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008386msgid "Couldn't open profile file"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05008387msgstr "Die Profildatei konnte nicht geöffnet werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008388
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008389#: lib/support/prof_err.c:38
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008390msgid "Section already exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008391msgstr "Die Sektion existiert bereits"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008392
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008393#: lib/support/prof_err.c:39
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008394msgid "Invalid boolean value"
Philipp Thomasab02a742014-07-09 23:13:30 -04008395msgstr "Ungültiger boolescher Wert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008396
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008397#: lib/support/prof_err.c:40
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008398msgid "Invalid integer value"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008399msgstr "Ungültiger ganzzahliger Wert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008400
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008401#: lib/support/prof_err.c:41
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008402msgid "Bad magic value in profile_file_data_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008403msgstr "Ungültige magische Zahl im profile_file_data_t"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008404
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008405#: lib/support/plausible.c:103
8406#, c-format
8407msgid "\tlast mounted on %s on %s"
8408msgstr "\tzuletzt auf %s auf %s eingehängt"
8409
8410#: lib/support/plausible.c:106
8411#, c-format
8412msgid "\tlast mounted on %s"
8413msgstr "\tzuletzt auf %s eingehängt"
8414
8415#: lib/support/plausible.c:109
8416#, c-format
8417msgid "\tcreated on %s"
8418msgstr "\tauf %s erzeugt"
8419
8420#: lib/support/plausible.c:112
8421#, c-format
8422msgid "\tlast modified on %s"
8423msgstr "\tzuletzt geändert %s"
8424
8425#: lib/support/plausible.c:146
8426#, c-format
8427msgid "Found a %s partition table in %s\n"
8428msgstr "In %2$s wurde eine %1$s-Partitionstabelle gefunden\n"
8429
8430#: lib/support/plausible.c:176
8431#, c-format
8432msgid "The file %s does not exist and no size was specified.\n"
8433msgstr "Die Datei %s existiert nicht und es wurde keine Größe angegeben.\n"
8434
8435#: lib/support/plausible.c:184
8436#, c-format
8437msgid "Creating regular file %s\n"
8438msgstr "Die reguläre Datei %s wird angelegt\n"
8439
8440#: lib/support/plausible.c:187
8441#, c-format
8442msgid "Could not open %s: %s\n"
8443msgstr "%s kann nicht geöffnet werden: %s\n"
8444
8445#: lib/support/plausible.c:190
8446msgid ""
8447"\n"
8448"The device apparently does not exist; did you specify it correctly?\n"
8449msgstr ""
8450"\n"
8451"Das Gerät existiert offensichtlich nicht; haben Sie es korrekt angegeben?\n"
8452
8453#: lib/support/plausible.c:212
8454#, c-format
8455msgid "%s is not a block special device.\n"
8456msgstr "%s ist kein spezielles Blockgerät.\n"
8457
8458#: lib/support/plausible.c:234
8459#, c-format
8460msgid "%s contains a %s file system labelled '%s'\n"
8461msgstr "%s hat ein %s-Dateisystem mit Namen „%s“\n"
8462
8463#: lib/support/plausible.c:237
8464#, c-format
8465msgid "%s contains a %s file system\n"
8466msgstr "%s hat ein %s-Dateisystem\n"
8467
8468#: lib/support/plausible.c:259
8469#, fuzzy, c-format
8470msgid "%s contains `%s' data\n"
8471msgstr "%s hat ein %s-Dateisystem\n"
8472
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04008473#~ msgid "Invalid quotatype parameter: %s\n"
8474#~ msgstr "Ungültiger Quotatyp-Parameter: %s\n"
8475
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008476#~ msgid "@i %i has @cion flag set on @f without @cion support. "
8477#~ msgstr ""
8478#~ "Inode %i hat den Kompressions-Bitschalter auf einem Dateisystem gesetzt,\n"
8479#~ "welches dies nicht unterstützt. "
8480
8481#~ msgid "@A @a @b %b. "
8482#~ msgstr "Fehler beim Zuweisen des Blocks für erweiterte Attribute %b. "
8483
8484#~ msgid "%s: warning: compression support is experimental.\n"
8485#~ msgstr "%s: Warnung: Die Kompressionsunterstützung ist experimentell.\n"
8486
8487#~ msgid ""
8488#~ "%s: e2fsck not compiled with HTREE support,\n"
8489#~ "\tbut filesystem %s has HTREE directories.\n"
8490#~ msgstr ""
8491#~ "%s: e2fsck wurde ohne Unterstützung für HTREE kompiliert,\n"
8492#~ "\taber das Dateisystem %s besitzt HTREE-Verzeichnisse.\n"
8493
8494#~ msgid "while allocating zeroizing buffer"
8495#~ msgstr "beim Reservieren eines Puffers zum Nullen"
8496
8497#~ msgid ", unused inodes %u\n"
8498#~ msgstr ", ungenutzte Inodes %u\n"
8499
8500#~ msgid "Failed to read the file system data \n"
8501#~ msgstr "Die Dateisystemdaten konnten nicht gelesen werden \n"
8502
8503#~ msgid "Failed tdb_fetch %s\n"
8504#~ msgstr "tdb_fetch von %s ist fehlgeschlagen\n"
8505
8506#~ msgid "The file system UUID didn't match \n"
8507#~ msgstr "Die UUID des Dateisystems stimmte nicht überein \n"
8508
8509#~ msgid "Failed tdb_open %s\n"
8510#~ msgstr "tdb_open von %s ist fehlgeschlagen\n"
8511
8512#~ msgid "Failed to open %s\n"
8513#~ msgstr "%s konnte nicht geöffnet werden\n"
8514
8515#~ msgid "Replayed transaction of size %zd at location %llu\n"
8516#~ msgstr "Zurückgespielte Transaktion der Größe %zd an Position %llu\n"
8517
8518#~ msgid "Failed write %s\n"
8519#~ msgstr "Schreiben von %s ist fehlgeschlagen\n"
8520
8521#~ msgid "Couldn't allocate memory to parse quota options!\n"
8522#~ msgstr ""
8523#~ "Speicher zum Einlesen der Quota-Optionen konnte nicht reserviert werden!\n"
8524
8525#~ msgid "Couldn't allocate memory for tdb filename\n"
8526#~ msgstr "Es kann kein Speicher für den Tdb-Dateinamen reserviert werden\n"
8527
8528#~ msgid ""
8529#~ "To undo the tune2fs operation please run the command\n"
8530#~ " e2undo %s %s\n"
8531#~ "\n"
8532#~ msgstr ""
8533#~ "Um die durch Tune2fs gemachten Änderungen rückgängig zu machen, starten "
8534#~ "Sie\n"
8535#~ "bitte\n"
8536#~ " e2undo %s %s\n"
8537#~ "\n"
8538
8539#~ msgid "%s is entire device, not just one partition!\n"
8540#~ msgstr "%s ist das ganze Gerät und nicht nur eine einzelne Partition!\n"
8541
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008542#~ msgid "Clearing extent flag not supported on %s"
8543#~ msgstr ""
8544#~ "Das Zurücksetzen des Kennzeichens für „Erweiterung“ wird auf %s\n"
8545#~ "\tnicht unterstützt"
8546
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008547#~ msgid ""
8548#~ "%s: The combination of flex_bg and\n"
8549#~ "\t!resize_inode features is not supported by resize2fs.\n"
8550#~ msgstr ""
8551#~ "%s: Die Kombination der Eigenschaften flex_bg und\n"
8552#~ "t!resize_inode wird von resize2fs nicht unterestützt.\n"
8553
Philipp Thomasedc733d2012-04-22 15:38:42 -04008554#~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04008555#~ msgstr ""
8556#~ " in @i %i sollte EOFBLOCKS_FL nicht gesetzt sein (Größe %Is, lblk %r)\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04008557
8558#~ msgid "Couldn't determine journal size"
8559#~ msgstr "Konnte die Größe des Dateisystems nicht ermitteln"
8560
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008561#~ msgid "#\t\t %llu -> %llu (%llu)\n"
8562#~ msgstr "#\t\t %llu -> %llu (%llu)\n"
8563
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008564#~ msgid "short write (only %d bytes) for writing image header"
8565#~ msgstr "short write (only %d bytes) for writing image header"
8566
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008567#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
8568#~ msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
8569
8570#~ msgid "Calling BLKDISCARD from %llu to %llu "
8571#~ msgstr "Der Aufruf von BLKDISCARD für den Bereich von %llu bis %llu war "
8572
8573#~ msgid "succeeded.\n"
8574#~ msgstr "erfolgreich.\n"