blob: e09e3d95afc93b2249d1e26a6cfc577b46a3c475 [file] [log] [blame]
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001# German translation of e2fsprogs
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002# Copyright (C) 1996 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004#
Philipp Thomas3e914b52011-01-24 15:03:41 -05005# Olaf Klemke <olke@users.sourceforge.net>,2002.
6# Marc Langer <marc@marclanger.de>,2003.
Philipp Thomasa4670b92016-08-31 23:14:17 -04007# Philipp Thomas <pth@suse.de>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04009#. The strings in e2fsck's problem.c can be very hard to translate,
10#. since the strings are expanded in two different ways. First of all,
11#. there is an @-expansion, where strings like "@i" are expanded to
12#. "inode", and so on. In order to make it easier for translators, the
13#. e2fsprogs po template file has been enhanced with comments that show
14#. the @-expansion, for the strings in the problem.c file.
15#.
16#. Translators are free to use the @-expansion facility if they so
17#. choose, by providing translations for strings in e2fsck/message.c.
18#. These translation can completely replace an expansion; for example,
19#. if "bblock" (which indicated that "@b" would be expanded to "block")
20#. is translated as "ddatenverlust", then "@d" will be expanded to
21#. "datenverlust". Alternatively, translators can simply not use the
22#. @-expansion facility at all.
23#.
24#. The second expansion which is done for e2fsck's problem.c messages is
25#. a dynamic %-expansion, which expands %i as an inode number, and so
26#. on. A table of these expansions can be found below. Note that
27#. %-expressions that begin with "%D" and "%I" are two-character
28#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040029#. ownership field (inode->i_uid). Also the "%B" expansion is special:
30#. it can expand to either the string "indirect block" (possibly preceded
31#. by the word "double" or "triple"), or the string "block #" immediately
32#. followed by an integer indicating a block sequence number.
Theodore Ts'o7ae19832005-06-19 09:45:36 -040033#.
34#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040035#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'o7ae19832005-06-19 09:45:36 -040036#. %c <blk2> block number
37#. %Di <dirent> -> ino inode number
38#. %Dn <dirent> -> name string
39#. %Dr <dirent> -> rec_len
40#. %Dl <dirent> -> name_len
41#. %Dt <dirent> -> filetype
42#. %d <dir> inode number
43#. %g <group> integer
44#. %i <ino> inode number
45#. %Is <inode> -> i_size
46#. %IS <inode> -> i_extra_isize
47#. %Ib <inode> -> i_blocks
48#. %Il <inode> -> i_links_count
49#. %Im <inode> -> i_mode
50#. %IM <inode> -> i_mtime
51#. %IF <inode> -> i_faddr
52#. %If <inode> -> i_file_acl
Theodore Ts'o899425b2018-02-27 22:25:04 -050053#. %Id <inode> -> i_size_high
Theodore Ts'o7ae19832005-06-19 09:45:36 -040054#. %Iu <inode> -> i_uid
55#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040056#. %It <str> file type
Theodore Ts'o7ae19832005-06-19 09:45:36 -040057#. %j <ino2> inode number
58#. %m <com_err error message>
59#. %N <num>
60#. %p ext2fs_get_pathname of directory <ino>
61#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
62#. the containing directory. (If dirent is NULL
63#. then return the pathname of directory <ino2>)
64#. %q ext2fs_get_pathname of directory <dir>
65#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
66#. the containing directory.
67#. %s <str> miscellaneous string
68#. %S backup superblock
69#. %X <num> hexadecimal format
70#.
Theodore Ts'oa2328c92002-10-30 23:26:03 -050071msgid ""
72msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -040073"Project-Id-Version: e2fsprogs-1.43.5\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050074"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -040075"POT-Creation-Date: 2018-08-18 21:03-0400\n"
Philipp Thomasbaf36c92017-12-03 19:41:42 -050076"PO-Revision-Date: 2017-11-06 10:06+0100\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040077"Last-Translator: Philipp Thomas <pth@suse.de>\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -050078"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -040079"Language: de\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050080"MIME-Version: 1.0\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040081"Content-Type: text/plain; charset=UTF-8\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050082"Content-Transfer-Encoding: 8bit\n"
Philipp Thomasfc5d7892017-01-31 17:34:55 -050083"X-Bugs: Report translation errors to the Language-Team address.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050084"Plural-Forms: nplurals=2; plural=(n != 1);\n"
85
Theodore Ts'o899425b2018-02-27 22:25:04 -050086#: e2fsck/badblocks.c:23 misc/mke2fs.c:220
Theodore Ts'oa2328c92002-10-30 23:26:03 -050087#, c-format
88msgid "Bad block %u out of range; ignored.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -050089msgstr "„Bad block“ %u außerhalb des gültigen Bereichs; ignoriert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050090
Philipp Thomas294dd5a2011-10-16 21:53:39 -040091#: e2fsck/badblocks.c:46
Theodore Ts'oa2328c92002-10-30 23:26:03 -050092msgid "while sanity checking the bad blocks inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -040093msgstr "während der logischen Prüfung des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050094
Philipp Thomas294dd5a2011-10-16 21:53:39 -040095#: e2fsck/badblocks.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -050096msgid "while reading the bad blocks inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -040097msgstr "während des Lesens des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050098
Theodore Ts'o40e66e22018-08-18 21:14:56 -040099#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1550
100#: e2fsck/unix.c:1664 misc/badblocks.c:1251 misc/badblocks.c:1259
101#: misc/badblocks.c:1273 misc/badblocks.c:1285 misc/dumpe2fs.c:431
102#: misc/dumpe2fs.c:688 misc/dumpe2fs.c:692 misc/e2image.c:1404
103#: misc/e2image.c:1588 misc/e2image.c:1609 misc/mke2fs.c:236
104#: misc/tune2fs.c:2837 misc/tune2fs.c:2931 resize/main.c:414
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500105#, c-format
106msgid "while trying to open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400107msgstr "beim Versuch, %s zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500108
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400109#: e2fsck/badblocks.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500110#, c-format
111msgid "while trying popen '%s'"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400112msgstr "beim Versuch, „%s“ mittels „popen“ zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500113
Theodore Ts'o899425b2018-02-27 22:25:04 -0500114#: e2fsck/badblocks.c:94 misc/mke2fs.c:243
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500115msgid "while reading in list of bad blocks from file"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400116msgstr "beim Lesen der „Bad Block“-Liste aus der Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500117
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400118#: e2fsck/badblocks.c:105
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500119msgid "while updating bad block inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400120msgstr "beim Updaten des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500121
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400122#: e2fsck/badblocks.c:133
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500123#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400124msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -0500125msgstr ""
126"Warnung: Nicht zulässiger Block %u im „Bad Blocks“-Inode gefunden! "
127"Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500128
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400129#: e2fsck/dirinfo.c:331
130#, fuzzy
131msgid "while freeing dir_info tdb file"
132msgstr "beim Lesen der Undo-Datei"
133
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400134#: e2fsck/ehandler.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500135#, c-format
136msgid "Error reading block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400137msgstr "Lesefehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500138
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400139#: e2fsck/ehandler.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500140#, c-format
141msgid "Error reading block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400142msgstr "Lesefehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500143
Theodore Ts'o4e528702016-09-04 21:31:21 -0400144#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500145msgid "Ignore error"
Philipp Thomasab02a742014-07-09 23:13:30 -0400146msgstr "Fehler ignorieren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500147
Theodore Ts'o4e528702016-09-04 21:31:21 -0400148#: e2fsck/ehandler.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500149msgid "Force rewrite"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400150msgstr "Rückschreiben erzwingen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500151
Theodore Ts'o4e528702016-09-04 21:31:21 -0400152#: e2fsck/ehandler.c:109
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500153#, c-format
154msgid "Error writing block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400155msgstr "Schreibfehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500156
Theodore Ts'o4e528702016-09-04 21:31:21 -0400157#: e2fsck/ehandler.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500158#, c-format
159msgid "Error writing block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400160msgstr "Schreibfehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500161
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400162#: e2fsck/emptydir.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500163msgid "empty dirblocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400164msgstr "leere Verzeichnisblöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500165
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400166#: e2fsck/emptydir.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500167msgid "empty dir map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500168msgstr "leere Verzeichnisliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500169
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400170#: e2fsck/emptydir.c:98
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500171#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400172msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500173msgstr "leerer Verzeichnisblock %u (#%d) im Inode %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500174
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400175#: e2fsck/extend.c:22
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500176#, c-format
177msgid "%s: %s filename nblocks blocksize\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400178msgstr "%s: %s Dateiname nblocks Blockgröße\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500179
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400180#: e2fsck/extend.c:44
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500181#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500182msgid "Illegal number of blocks!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400183msgstr "Blockanzahl nicht zulässig!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500184
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400185#: e2fsck/extend.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500186#, c-format
187msgid "Couldn't allocate block buffer (size=%d)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500188msgstr "Es konnte kein Blockpuffer (Größe=%d) reserviert werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500189
Theodore Ts'o4e528702016-09-04 21:31:21 -0400190#: e2fsck/extents.c:42
Theodore Ts'o4e528702016-09-04 21:31:21 -0400191msgid "extent rebuild inode map"
Philipp Thomasfc5d7892017-01-31 17:34:55 -0500192msgstr "„extent rebuild inode“-Liste"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400193
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400194#: e2fsck/flushb.c:35
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500195#, c-format
196msgid "Usage: %s disk\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400197msgstr "Aufruf: %s Laufwerk\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500198
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400199#: e2fsck/flushb.c:64
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500200#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500201msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400202msgstr "BLKFLSBUF ioctl nicht unterstützt! Puffer kann nicht geleert werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500203
Eric Sandeen032eafe2012-07-28 17:48:36 -0400204#: e2fsck/iscan.c:44
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500205#, c-format
206msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400207msgstr "Aufruf: %s [-F] [-I inode_buffer_blocks] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500208
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400209#: e2fsck/iscan.c:81 e2fsck/unix.c:1075
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500210#, c-format
211msgid "while opening %s for flushing"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500212msgstr "beim Öffnen von %s für die Puffer-Leerung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500213
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400214#: e2fsck/iscan.c:86 e2fsck/unix.c:1081 resize/main.c:383
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500215#, c-format
216msgid "while trying to flush %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400217msgstr "während des Rückschreibeversuches auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500218
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400219#: e2fsck/iscan.c:110
Philipp Thomasb93349a2014-05-31 13:32:39 -0400220#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400221msgid "while trying to open '%s'"
222msgstr "beim Versuch, %s zu öffnen"
223
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400224#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1297
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500225msgid "while opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500226msgstr "beim Start des Inode-Scans"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500227
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400228#: e2fsck/iscan.c:127 misc/e2image.c:1316
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500229msgid "while getting next inode"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400230msgstr "beim Laden des nächsten Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500231
Eric Sandeen032eafe2012-07-28 17:48:36 -0400232#: e2fsck/iscan.c:136
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500233#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400234msgid "%u inodes scanned.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400235msgstr "%u Inodes untersucht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500236
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400237#: e2fsck/journal.c:597
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500238msgid "reading journal superblock\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400239msgstr "Journal-Superblock wird gelesen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500240
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400241#: e2fsck/journal.c:670
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500242#, c-format
243msgid "%s: no valid journal superblock found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400244msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500245
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400246#: e2fsck/journal.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500247#, c-format
248msgid "%s: journal too short\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400249msgstr "%s: Das Journal ist zu kurz\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500250
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400251#: e2fsck/journal.c:972 misc/fuse2fs.c:3786
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500252#, c-format
253msgid "%s: recovering journal\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400254msgstr "%s: Journal wird wiederhergestellt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500255
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400256#: e2fsck/journal.c:974
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500257#, c-format
258msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500259msgstr "%s: Das Journal ist nur lesbar - Keine Wiederherstellung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500260
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400261#: e2fsck/journal.c:1001
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500262#, c-format
263msgid "while trying to re-open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400264msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500265
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400266#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500267msgid "aextended attribute"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500268msgstr "aerweiterte Attribute"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500269
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400270#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500271msgid "Aerror allocating"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500272msgstr "AFehler beim Reservieren von Platz für"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500273
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400274#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500275msgid "bblock"
276msgstr "bBlock"
277
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400278#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500279msgid "Bbitmap"
280msgstr "BBitmap"
281
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400282#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500283msgid "ccompress"
284msgstr "ckomprimieren"
285
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400286#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500287msgid "Cconflicts with some other fs @b"
Philipp Thomasab02a742014-07-09 23:13:30 -0400288msgstr "CKonflikte mit einem anderen Dateisystemblock"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500289
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400290#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500291msgid "ddirectory"
292msgstr "dVerzeichnis"
293
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400294#: e2fsck/message.c:123
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400295msgid "Ddeleted"
296msgstr "Dgelöscht"
297
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400298#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500299msgid "eentry"
300msgstr "eEintrag"
301
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400302#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500303msgid "E@e '%Dn' in %p (%i)"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400304msgstr "E@e „%Dn“ in %p (%i)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500305
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400306#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500307msgid "ffilesystem"
308msgstr "fDateisystem"
309
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400310#: e2fsck/message.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500311msgid "Ffor @i %i (%Q) is"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400312msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500313
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400314#: e2fsck/message.c:128
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500315msgid "ggroup"
316msgstr "gGruppe"
317
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400318#: e2fsck/message.c:129
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500319msgid "hHTREE @d @i"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500320msgstr "hHTREE @dinode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500321
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400322#: e2fsck/message.c:130
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400323msgid "iinode"
324msgstr "iInode"
325
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400326#: e2fsck/message.c:131
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400327msgid "Iillegal"
328msgstr "Iillegal(er)"
329
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400330#: e2fsck/message.c:132
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400331msgid "jjournal"
332msgstr "jJournal"
333
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400334#: e2fsck/message.c:133
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500335msgid "llost+found"
336msgstr "llost+found"
337
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400338#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500339msgid "Lis a link"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500340msgstr "List eine Verknüpfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500341
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400342#: e2fsck/message.c:135
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400343msgid "mmultiply-claimed"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400344msgstr "mmehrfach beansprucht"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400345
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400346#: e2fsck/message.c:136
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400347msgid "ninvalid"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400348msgstr "nungültig"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400349
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400350#: e2fsck/message.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500351msgid "oorphaned"
352msgstr "overwaist"
353
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400354#: e2fsck/message.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500355msgid "pproblem in"
356msgstr "pProblem in"
357
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400358#: e2fsck/message.c:139
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400359msgid "qquota"
360msgstr "qQuota"
361
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400362#: e2fsck/message.c:140
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500363msgid "rroot @i"
364msgstr "rRoot @i"
365
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400366#: e2fsck/message.c:141
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500367msgid "sshould be"
368msgstr "ssollte sein"
369
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400370#: e2fsck/message.c:142
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500371msgid "Ssuper@b"
372msgstr "SSuper@b"
373
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400374#: e2fsck/message.c:143
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500375msgid "uunattached"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500376msgstr "unicht verbunden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500377
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400378#: e2fsck/message.c:144
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500379msgid "vdevice"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400380msgstr "vGerät"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500381
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400382#: e2fsck/message.c:145
Philipp Thomas720e6362008-06-21 14:06:00 -0400383msgid "xextent"
Philipp Thomas68801282008-07-17 11:47:00 -0400384msgstr "xErweiterung"
Philipp Thomas720e6362008-06-21 14:06:00 -0400385
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400386#: e2fsck/message.c:146
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500387msgid "zzero-length"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500388msgstr "zmit Länge Null"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500389
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400390#: e2fsck/message.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500391msgid "<The NULL inode>"
Philipp Thomasab02a742014-07-09 23:13:30 -0400392msgstr "<Der NULL-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500393
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400394#: e2fsck/message.c:158
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400395msgid "<The bad blocks inode>"
396msgstr "<Der „Bad Blocks“-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500397
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400398#: e2fsck/message.c:160
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400399msgid "<The user quota inode>"
400msgstr "<Die Benutzerquota-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500401
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400402#: e2fsck/message.c:161
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400403msgid "<The group quota inode>"
404msgstr "<Die Gruppenquota-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500405
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400406#: e2fsck/message.c:162
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400407msgid "<The boot loader inode>"
Philipp Thomasab02a742014-07-09 23:13:30 -0400408msgstr "<Der „boot loader“-Inode>"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400409
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400410#: e2fsck/message.c:163
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400411msgid "<The undelete directory inode>"
412msgstr "<Der „undelete directory“-Inode>"
413
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400414#: e2fsck/message.c:164
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400415msgid "<The group descriptor inode>"
416msgstr "<Des „group descriptor“-Inode>"
417
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400418#: e2fsck/message.c:165
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500419msgid "<The journal inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500420msgstr "<Der Journal-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500421
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400422#: e2fsck/message.c:166
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500423msgid "<Reserved inode 9>"
424msgstr "<Der reservierte Inode 9>"
425
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400426#: e2fsck/message.c:167
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500427msgid "<Reserved inode 10>"
428msgstr "<Der reservierte Inode 10>"
429
Theodore Ts'o899425b2018-02-27 22:25:04 -0500430#: e2fsck/message.c:327
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400431msgid "regular file"
Philipp Thomasab02a742014-07-09 23:13:30 -0400432msgstr "reguläre Datei"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400433
Theodore Ts'o899425b2018-02-27 22:25:04 -0500434#: e2fsck/message.c:329
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400435msgid "directory"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500436msgstr "Verzeichnis"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400437
Theodore Ts'o899425b2018-02-27 22:25:04 -0500438#: e2fsck/message.c:331
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400439msgid "character device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400440msgstr "zeichenorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400441
Theodore Ts'o899425b2018-02-27 22:25:04 -0500442#: e2fsck/message.c:333
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400443msgid "block device"
Philipp Thomasab02a742014-07-09 23:13:30 -0400444msgstr "blockorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400445
Theodore Ts'o899425b2018-02-27 22:25:04 -0500446#: e2fsck/message.c:335
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400447msgid "named pipe"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400448msgstr "named pipe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400449
Theodore Ts'o899425b2018-02-27 22:25:04 -0500450#: e2fsck/message.c:337
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400451msgid "symbolic link"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400452msgstr "symbolische Verknüpfung"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400453
Theodore Ts'o899425b2018-02-27 22:25:04 -0500454#: e2fsck/message.c:339 misc/uuidd.c:162
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400455msgid "socket"
Philipp Thomasab02a742014-07-09 23:13:30 -0400456msgstr "Socket"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400457
Theodore Ts'o899425b2018-02-27 22:25:04 -0500458#: e2fsck/message.c:341
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400459#, c-format
460msgid "unknown file type with mode 0%o"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400461msgstr "unbekannter Dateityp mit Modus 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400462
Theodore Ts'o899425b2018-02-27 22:25:04 -0500463#: e2fsck/message.c:412
Philipp Thomas77c871a2010-04-19 16:59:02 -0400464msgid "indirect block"
465msgstr "indirekte Blöcke"
466
Theodore Ts'o899425b2018-02-27 22:25:04 -0500467#: e2fsck/message.c:414
Philipp Thomas77c871a2010-04-19 16:59:02 -0400468msgid "double indirect block"
469msgstr "doppelt indirekte Blöcke"
470
Theodore Ts'o899425b2018-02-27 22:25:04 -0500471#: e2fsck/message.c:416
Philipp Thomas77c871a2010-04-19 16:59:02 -0400472msgid "triple indirect block"
473msgstr "dreifach indirekte Blöcke"
474
Theodore Ts'o899425b2018-02-27 22:25:04 -0500475#: e2fsck/message.c:418
Philipp Thomas77c871a2010-04-19 16:59:02 -0400476msgid "translator block"
477msgstr "Übersetzerblock"
478
Theodore Ts'o899425b2018-02-27 22:25:04 -0500479#: e2fsck/message.c:420
Philipp Thomas77c871a2010-04-19 16:59:02 -0400480msgid "block #"
481msgstr "Block Nr."
482
Theodore Ts'o899425b2018-02-27 22:25:04 -0500483#: e2fsck/message.c:482
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400484msgid "user"
Philipp Thomas2583ebc2017-10-16 00:42:40 -0400485msgstr "Benutzer"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400486
Theodore Ts'o899425b2018-02-27 22:25:04 -0500487#: e2fsck/message.c:485
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400488msgid "group"
Philipp Thomas2583ebc2017-10-16 00:42:40 -0400489msgstr "Gruppe"
Theodore Ts'o21725192017-08-23 19:46:04 -0400490
Theodore Ts'o899425b2018-02-27 22:25:04 -0500491#: e2fsck/message.c:488
Theodore Ts'o89128f82018-01-01 19:36:37 -0500492msgid "project"
493msgstr ""
494
Theodore Ts'o899425b2018-02-27 22:25:04 -0500495#: e2fsck/message.c:491
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400496msgid "unknown quota type"
Philipp Thomas2583ebc2017-10-16 00:42:40 -0400497msgstr "unbekannter Typ Quota"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400498
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400499#: e2fsck/pass1b.c:222
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500500msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500501msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500502
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400503#: e2fsck/pass1b.c:672 e2fsck/pass1b.c:826
Philipp Thomas68801282008-07-17 11:47:00 -0400504#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400505msgid "internal error: can't find dup_blk for %llu\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500506msgstr "interner Fehler: dup_blk für %llu wurde nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500507
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400508#: e2fsck/pass1b.c:952
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500509msgid "returned from clone_file_block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400510msgstr "zurückgegeben von clone_file_block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500511
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400512#: e2fsck/pass1b.c:976
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400513#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400514msgid "internal error: couldn't lookup EA block record for %llu"
Philipp Thomasab02a742014-07-09 23:13:30 -0400515msgstr "interner Fehler: EA-Blockliste für %llu wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400516
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400517#: e2fsck/pass1b.c:988
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400518#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400519msgid "internal error: couldn't lookup EA inode record for %u"
Philipp Thomasab02a742014-07-09 23:13:30 -0400520msgstr "Interner Fehler: EA-Inodeliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400521
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500522#: e2fsck/pass1.c:356
Theodore Ts'o899425b2018-02-27 22:25:04 -0500523#, c-format
524msgid "while hashing entry with e_value_inum = %u"
525msgstr ""
526
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400527#: e2fsck/pass1.c:774 e2fsck/pass2.c:1005
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400528msgid "reading directory block"
Philipp Thomasab02a742014-07-09 23:13:30 -0400529msgstr "Verzeichnisblock wird gelesen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400530
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400531#: e2fsck/pass1.c:1223
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500532msgid "in-use inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400533msgstr "„in-use inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500534
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400535#: e2fsck/pass1.c:1234
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500536msgid "directory inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400537msgstr "„directory inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500538
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400539#: e2fsck/pass1.c:1244
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500540msgid "regular file inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400541msgstr "„regular file inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500542
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400543#: e2fsck/pass1.c:1253 misc/e2image.c:1272
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500544msgid "in-use block map"
Philipp Thomasfc5d7892017-01-31 17:34:55 -0500545msgstr "Liste der Blöcke, die verwehndet werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500546
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400547#: e2fsck/pass1.c:1262
Theodore Ts'o4e528702016-09-04 21:31:21 -0400548msgid "metadata block map"
Philipp Thomasfc5d7892017-01-31 17:34:55 -0500549msgstr "Liste der Metadaten-Blöcke"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400550
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400551#: e2fsck/pass1.c:1324
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400552msgid "opening inode scan"
Philipp Thomasab02a742014-07-09 23:13:30 -0400553msgstr "Inode-Scan wird gestartet"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500554
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400555#: e2fsck/pass1.c:1362
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400556msgid "getting next inode from scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400557msgstr "beim Lesen des nächsten Inodes"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400558
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500559#: e2fsck/pass1.c:2066
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500560msgid "Pass 1"
561msgstr "Durchgang 1"
562
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500563#: e2fsck/pass1.c:2127
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500564#, c-format
565msgid "reading indirect blocks of inode %u"
Philipp Thomasab02a742014-07-09 23:13:30 -0400566msgstr "indirekte Blöcke von Inode %u werden gelesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500567
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500568#: e2fsck/pass1.c:2178
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500569msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500570msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500571
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500572#: e2fsck/pass1.c:2218
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500573msgid "inode in bad block map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400574msgstr "Inode in „Bad Blocks“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500575
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500576#: e2fsck/pass1.c:2238
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500577msgid "imagic inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400578msgstr "i„magic inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500579
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400580#: e2fsck/pass1.c:2269
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500581msgid "multiply claimed block map"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500582msgstr "mehrfach referenzierte Blockliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500583
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400584#: e2fsck/pass1.c:2394
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500585msgid "ext attr block map"
586msgstr "ext attr block map"
587
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500588#: e2fsck/pass1.c:3637
Philipp Thomas77c871a2010-04-19 16:59:02 -0400589#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500590msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400591msgstr "%6lu(%c): erwartete %6lu erhielt phys %6lu (Blockanzahl %lld)\n"
Philipp Thomas40771272008-09-07 22:55:25 -0400592
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500593#: e2fsck/pass1.c:4054
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500594msgid "block bitmap"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500595msgstr "Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500596
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500597#: e2fsck/pass1.c:4060
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500598msgid "inode bitmap"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500599msgstr "Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500600
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500601#: e2fsck/pass1.c:4066
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500602msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500603msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500604
Theodore Ts'o899425b2018-02-27 22:25:04 -0500605#: e2fsck/pass2.c:307
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500606msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400607msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500608
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400609#: e2fsck/pass2.c:1077 e2fsck/pass2.c:1244
Philipp Thomas720e6362008-06-21 14:06:00 -0400610msgid "Can not continue."
Philipp Thomasab02a742014-07-09 23:13:30 -0400611msgstr "Das Programm kann nicht fortfahren."
Philipp Thomas720e6362008-06-21 14:06:00 -0400612
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400613#: e2fsck/pass3.c:77
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500614msgid "inode done bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400615msgstr "„inode done“-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500616
Philipp Thomasedc733d2012-04-22 15:38:42 -0400617#: e2fsck/pass3.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500618msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500619msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500620
Theodore Ts'o4e528702016-09-04 21:31:21 -0400621#: e2fsck/pass3.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500622msgid "Pass 3"
623msgstr "Durchgang 3"
624
Theodore Ts'o4e528702016-09-04 21:31:21 -0400625#: e2fsck/pass3.c:344
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500626msgid "inode loop detection bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400627msgstr "„inode loop detection“-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500628
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400629#: e2fsck/pass4.c:277
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500630msgid "Pass 4"
631msgstr "Durchgang 4"
632
Theodore Ts'o899425b2018-02-27 22:25:04 -0500633#: e2fsck/pass5.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500634msgid "Pass 5"
635msgstr "Durchgang 5"
636
Theodore Ts'o899425b2018-02-27 22:25:04 -0500637#: e2fsck/pass5.c:102
Theodore Ts'o4e528702016-09-04 21:31:21 -0400638msgid "check_inode_bitmap_checksum: Memory allocation error"
Philipp Thomas2583ebc2017-10-16 00:42:40 -0400639msgstr "check_inode_bitmap_checksum: Fehler beim reservieren von Hauptspeicher"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400640
Theodore Ts'o899425b2018-02-27 22:25:04 -0500641#: e2fsck/pass5.c:156
Theodore Ts'o4e528702016-09-04 21:31:21 -0400642msgid "check_block_bitmap_checksum: Memory allocation error"
Philipp Thomas2583ebc2017-10-16 00:42:40 -0400643msgstr "check_block_bitmap_checksum: Fehler beim reservieren von Hauptspeicher"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400644
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400645#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500646msgid "(no prompt)"
647msgstr "(nicht interaktiv)"
648
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400649#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500650msgid "Fix"
Philipp Thomasab02a742014-07-09 23:13:30 -0400651msgstr "Reparieren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500652
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400653#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500654msgid "Clear"
Philipp Thomasab02a742014-07-09 23:13:30 -0400655msgstr "Bereinigen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500656
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400657#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500658msgid "Relocate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400659msgstr "Zurücksetzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500660
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400661#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500662msgid "Allocate"
Philipp Thomasab02a742014-07-09 23:13:30 -0400663msgstr "Freigeben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500664
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400665#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500666msgid "Expand"
Philipp Thomasab02a742014-07-09 23:13:30 -0400667msgstr "Erweitern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500668
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400669#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500670msgid "Connect to /lost+found"
Philipp Thomasab02a742014-07-09 23:13:30 -0400671msgstr "Nach /lost+found verbinden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500672
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400673#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500674msgid "Create"
Philipp Thomasab02a742014-07-09 23:13:30 -0400675msgstr "Erstellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500676
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400677#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500678msgid "Salvage"
Philipp Thomasab02a742014-07-09 23:13:30 -0400679msgstr "Retten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500680
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400681#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500682msgid "Truncate"
Philipp Thomasab02a742014-07-09 23:13:30 -0400683msgstr "Verkürzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500684
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400685#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500686msgid "Clear inode"
Philipp Thomasab02a742014-07-09 23:13:30 -0400687msgstr "Inode bereinigen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500688
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400689#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500690msgid "Abort"
691msgstr "Abbrechen"
692
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400693#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500694msgid "Split"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500695msgstr "Aufteilen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500696
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400697#: e2fsck/problem.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500698msgid "Continue"
699msgstr "Fortsetzen"
700
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400701#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400702msgid "Clone multiply-claimed blocks"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400703msgstr "Mehrfach referenzierte Blöcke werden geklont"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500704
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400705#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500706msgid "Delete file"
Philipp Thomasab02a742014-07-09 23:13:30 -0400707msgstr "Datei löschen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500708
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400709#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500710msgid "Suppress messages"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400711msgstr "Ausgaben unterdrücken"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500712
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400713#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500714msgid "Unlink"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500715msgstr "Trennen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500716
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400717#: e2fsck/problem.c:69
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500718msgid "Clear HTree index"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400719msgstr "Der HTree-Index wird bereinigt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500720
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400721#: e2fsck/problem.c:70
Theodore Ts'obc759702005-05-09 20:40:55 -0400722msgid "Recreate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400723msgstr "Zurücksetzen"
Theodore Ts'obc759702005-05-09 20:40:55 -0400724
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400725#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500726msgid "(NONE)"
727msgstr "(NICHTS)"
728
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400729#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500730msgid "FIXED"
731msgstr "REPARIERT"
732
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400733#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500734msgid "CLEARED"
735msgstr "BEREINIGT"
736
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400737#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500738msgid "RELOCATED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400739msgstr "ZURÜCKGESETZT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500740
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400741#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500742msgid "ALLOCATED"
743msgstr "FREIGEGEBEN"
744
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400745#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500746msgid "EXPANDED"
747msgstr "ERWEITERT"
748
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400749#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500750msgid "RECONNECTED"
751msgstr "WIEDER VERBUNDEN"
752
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400753#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500754msgid "CREATED"
755msgstr "ANGELEGT"
756
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400757#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500758msgid "SALVAGED"
759msgstr "GERETTET"
760
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400761#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500762msgid "TRUNCATED"
Philipp Thomasab02a742014-07-09 23:13:30 -0400763msgstr "ABGESCHNITTEN"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500764
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400765#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500766msgid "INODE CLEARED"
767msgstr "INODE BEREINIGT"
768
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400769#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500770msgid "ABORTED"
771msgstr "ABGEBROCHEN"
772
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400773#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500774msgid "SPLIT"
Philipp Thomasab02a742014-07-09 23:13:30 -0400775msgstr "ABGESPALTEN"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500776
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400777#: e2fsck/problem.c:92
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500778msgid "CONTINUING"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400779msgstr "ES WIRD FORTGEFAHREN"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500780
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400781#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400782msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400783msgstr "MEHRFACH REFERENZIERTE BLÖCKE WURDEN GEKLONT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500784
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400785#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500786msgid "FILE DELETED"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400787msgstr "DATEI WURDE GELÖSCHT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500788
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400789#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500790msgid "SUPPRESSED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400791msgstr "UNTERDRÜCKT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500792
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400793#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500794msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500795msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500796
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400797#: e2fsck/problem.c:97
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500798msgid "HTREE INDEX CLEARED"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500799msgstr "HTREE-INDEX BEREINIGT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500800
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400801#: e2fsck/problem.c:98
Theodore Ts'obc759702005-05-09 20:40:55 -0400802msgid "WILL RECREATE"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500803msgstr "WIRD WIEDER AUFGEBAUT"
Theodore Ts'obc759702005-05-09 20:40:55 -0400804
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400805#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400806#: e2fsck/problem.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500807msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400808msgstr "Block-Bitmap für Gruppe %g ist nicht in der Gruppe. (Block %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500809
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400810#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400811#: e2fsck/problem.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500812msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400813msgstr "Inode-Bitmap für Gruppe %g ist nicht in der Gruppe. (Block %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500814
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400815#. @-expanded: inode table for group %g is not in group. (block %b)\n
816#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400817#: e2fsck/problem.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500818msgid ""
819"@i table for @g %g is not in @g. (@b %b)\n"
820"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
821msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400822"Inode-Tabelle für Gruppe %g ist nicht in der Gruppe. (Block %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400823"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500824
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400825#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400826#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
827#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400828#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
829#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400830#. @-expanded: e2fsck -b 8193 <device>\n
831#. @-expanded: or\n
832#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400833#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400834#: e2fsck/problem.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500835msgid ""
836"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400837"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
838"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500839"@f (and not swap or ufs or something else), then the @S\n"
840"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400841" e2fsck -b 8193 <@v>\n"
842" or\n"
843" e2fsck -b 32768 <@v>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500844"\n"
845msgstr ""
846"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400847"Der Superblock ist unlesbar bzw. beschreibt kein gültiges ext2/ext3/ext4-\n"
848"Dateisystem. Wenn das Gerät gültig ist und ein ext2/ext3/ext4-\n"
849"Dateisystem (kein swap oder ufs usw.) enthält, dann ist der Superblock\n"
850"beschädigt, und Sie könnten versuchen, e2fsck mit einem anderen Superblock\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -0400851"zu starten:\n"
852" e2fsck -b 8193 <@v>\n"
853" oder\n"
854" e2fsck -b 32768 <@v>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500855"\n"
856
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400857#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
858#. @-expanded: The physical size of the device is %c blocks\n
859#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400860#: e2fsck/problem.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500861msgid ""
862"The @f size (according to the @S) is %b @bs\n"
863"The physical size of the @v is %c @bs\n"
864"Either the @S or the partition table is likely to be corrupt!\n"
865msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400866"Die Größe des Dateisystems (laut Superblock) ist %b Blöcke.\n"
867"Die physikalische Größe des Gerätes ist %c Blöcke.\n"
868"Entweder ist der Superblock oder die Partionstabelle beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500869
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400870#. @-expanded: superblock block_size = %b, fragsize = %c.\n
871#. @-expanded: This version of e2fsck does not support fragment sizes different\n
872#. @-expanded: from the block size.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400873#: e2fsck/problem.c:145
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500874msgid ""
875"@S @b_size = %b, fragsize = %c.\n"
876"This version of e2fsck does not support fragment sizes different\n"
877"from the @b size.\n"
878msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500879"@S-@b_size = %b, fragsize = %c.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -0500880"Diese Version von e2fsck unterstützt keine von Blockgrößen verschiedene "
881"Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500882
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400883#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400884#: e2fsck/problem.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500885msgid "@S @bs_per_group = %b, should have been %c\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500886msgstr "@bs_per_group im @S = %b, sollte %c sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500887
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400888#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400889#: e2fsck/problem.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500890msgid "@S first_data_@b = %b, should have been %c\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500891msgstr "first_data_@b im @S = %b, sollte %c sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500892
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400893#. @-expanded: filesystem did not have a UUID; generating one.\n
894#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400895#: e2fsck/problem.c:162
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500896msgid ""
897"@f did not have a UUID; generating one.\n"
898"\n"
899msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400900"Das Dateisystem hat keine UUID; es wird eine generiert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500901"\n"
902
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400903#: e2fsck/problem.c:167
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400904#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500905msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400906"Note: if several inode or block bitmap blocks or part\n"
907"of the inode table require relocation, you may wish to try\n"
908"running e2fsck with the '-b %S' option first. The problem\n"
909"may lie only with the primary block group descriptors, and\n"
910"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500911"\n"
912msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400913"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
914"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
915"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400916"mit der Option „-b %S“ zu starten. Das Problem könnte\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500917"im primären Blockgruppenbezeichner liegen und seine\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500918"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500919"\n"
920
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400921#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400922#: e2fsck/problem.c:176
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500923msgid "Corruption found in @S. (%s = %N).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400924msgstr "Beschädigung gefunden im Superblock. (%s = %N).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500925
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400926#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400927#: e2fsck/problem.c:181
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500928#, c-format
929msgid "Error determining size of the physical @v: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400930msgstr "Fehler bei der Feststellung der Größe des physischen Gerät: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500931
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400932#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400933#: e2fsck/problem.c:186
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400934msgid "@i count in @S is %i, @s %j.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400935msgstr "@i-Anzahl in @S ist %i, sollte %j sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500936
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400937#: e2fsck/problem.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500938msgid "The Hurd does not support the filetype feature.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500939msgstr "Hurd unterstützt keine Dateitypen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500940
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500941#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400942#: e2fsck/problem.c:195
Philipp Thomas77c871a2010-04-19 16:59:02 -0400943#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500944msgid "@S has an @n @j (@i %i).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400945msgstr "Der Superblock hat ein defektes Journal (Inode %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500946
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400947#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400948#: e2fsck/problem.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500949msgid "External @j has multiple @f users (unsupported).\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -0500950msgstr ""
951"Externes Journal hat mehrere Dateisystem-Benutzer (nicht unterstützt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500952
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400953#. @-expanded: Can't find external journal\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400954#: e2fsck/problem.c:205
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500955msgid "Can't find external @j\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400956msgstr "Externes Journal kann nicht gefunden werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500957
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400958#. @-expanded: External journal has bad superblock\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400959#: e2fsck/problem.c:210
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500960msgid "External @j has bad @S\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400961msgstr "Externes Journal hat einen ungültigen Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500962
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400963#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400964#: e2fsck/problem.c:215
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500965msgid "External @j does not support this @f\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400966msgstr "Externes Journal unterstützt dieses Dateisystem nicht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500967
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500968#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400969#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
970#. @-expanded: format.\n
971#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400972#: e2fsck/problem.c:220
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500973msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500974"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -0500975"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
976"format.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500977"It is also possible the @j @S is corrupt.\n"
978msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -0500979"Der Superblock des Dateisystem-Journals hat den unbekannten Typ %N (nicht "
980"unterstützt).\n"
981"Es ist möglich, dass Ihr e2fsck älter ist und/oder dieses Journal-Format "
982"nicht unterstützt.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400983"Es ist ebenso möglich, dass der Joornal-Superblock defekt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500984
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500985#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400986#: e2fsck/problem.c:228
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500987msgid "@j @S is corrupt.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -0400988msgstr "Der Journal-Superblock ist defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500989
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400990#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400991#: e2fsck/problem.c:233
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400992msgid "@S has_@j flag is clear, but a @j is present.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500993msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -0400994"Der Bitschalter has_journal im Superblock ist nicht gesetzt, aber ein\n"
995"Journal %s ist vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500996
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500997#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400998#: e2fsck/problem.c:238
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500999msgid "@S needs_recovery flag is set, but no @j is present.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001000msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05001001"Im Superblock ist der Bitschalter „needs_recovery“ gesetzt, aber ein "
1002"Journal\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001003"ist nicht vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001004
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001005#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001006#: e2fsck/problem.c:243
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001007msgid "@S needs_recovery flag is clear, but @j has data.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001008msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001009"Der Bitschalter „needs_recovery“ im Superblock ist nicht gesetzt, aber das\n"
1010"Journal enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001011
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001012#. @-expanded: Clear journal
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001013#: e2fsck/problem.c:248
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001014msgid "Clear @j"
Philipp Thomasab02a742014-07-09 23:13:30 -04001015msgstr "Journal bereinigen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001016
Philipp Thomas77c871a2010-04-19 16:59:02 -04001017#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001018#: e2fsck/problem.c:253 e2fsck/problem.c:764
Philipp Thomas77c871a2010-04-19 16:59:02 -04001019msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001020msgstr ""
1021"Das Dateisystem hat Eigenschafts-Bitschalter gesetzt, ist aber ein\n"
1022"Revision-0-Dateisystem. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001023
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001024#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001025#: e2fsck/problem.c:258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001026msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001027msgstr "%s verwaister Inode (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001028
Philipp Thomas77c871a2010-04-19 16:59:02 -04001029#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001030#: e2fsck/problem.c:263
Philipp Thomas77c871a2010-04-19 16:59:02 -04001031msgid "@I %B (%b) found in @o @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001032msgstr "Unzulässiges %B (%b) in verwaisten Inode %i gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001033
Philipp Thomas77c871a2010-04-19 16:59:02 -04001034#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001035#: e2fsck/problem.c:268
Philipp Thomas77c871a2010-04-19 16:59:02 -04001036msgid "Already cleared %B (%b) found in @o @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001037msgstr "Bereits bereinigter %B (%b) im verwaisten Inode %i gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001038
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001039#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001040#: e2fsck/problem.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001041#, c-format
1042msgid "@I @o @i %i in @S.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001043msgstr "Unzulässiger verwaister Inode %i im Superblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001044
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001045#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001046#: e2fsck/problem.c:278
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001047#, c-format
1048msgid "@I @i %i in @o @i list.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001049msgstr "Unzulässiger Inode %i in der Liste der verwaisten Inodes.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001050
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001051#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001052#: e2fsck/problem.c:283
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001053msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001054msgstr ""
1055"Der Journal-Superblock hat einen unbekannten Nur-Lesen-Bitschalter gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001056
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001057#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001058#: e2fsck/problem.c:288
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001059msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001060msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001061"Im Journal-Superblock ist ein unbekannter Bitschalter für eine\n"
1062"inkompatible Eigenschaft gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001063
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001064#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001065#: e2fsck/problem.c:293
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001066msgid "@j version not supported by this e2fsck.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001067msgstr "Diese Journal-Version wird von diesem e2fsck nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001068
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001069#. @-expanded: Moving journal from /%s to hidden inode.\n
1070#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001071#: e2fsck/problem.c:298
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001072#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001073msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001074"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001075"\n"
1076msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001077"Journal wird von /%s zum versteckten Inode verschoben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001078"\n"
1079
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001080#. @-expanded: Error moving journal: %m\n
1081#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001082#: e2fsck/problem.c:303
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001083#, c-format
1084msgid ""
1085"Error moving @j: %m\n"
1086"\n"
1087msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001088"Fehler beim Verschieben des Journals: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001089"\n"
1090
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001091#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1092#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1093#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001094#: e2fsck/problem.c:308
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001095msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001096"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001097"Clearing fields beyond the V1 @j @S...\n"
1098"\n"
1099msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001100"Unvollständige V2-Journal-Superblock-Felder (vom V1-Journal) gefunden.\n"
1101"Die Felder nach dem V1-Journal-Superblock werden bereinigt...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001102"\n"
1103
Philipp Thomas77c871a2010-04-19 16:59:02 -04001104#. @-expanded: Run journal anyway
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001105#: e2fsck/problem.c:314
Philipp Thomas77c871a2010-04-19 16:59:02 -04001106msgid "Run @j anyway"
Philipp Thomasab02a742014-07-09 23:13:30 -04001107msgstr "Journal trotzdem starten"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001108
1109#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001110#: e2fsck/problem.c:319
Philipp Thomas77c871a2010-04-19 16:59:02 -04001111msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001112msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001113"Der Bitschalter für Wiederherstellung ist im Sicherungs-Superblock nicht\n"
1114"gesetzt, das Journal wird daher trotzdem gestartet.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001115
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001116#. @-expanded: Backing up journal inode block information.\n
1117#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001118#: e2fsck/problem.c:324
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001119msgid ""
1120"Backing up @j @i @b information.\n"
1121"\n"
1122msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001123"Die Informationen des Journal-Inodeblocks werden gesichert.\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001124"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001125
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001126#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1127#. @-expanded: is %N; should be zero.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001128#: e2fsck/problem.c:330
Theodore Ts'obc759702005-05-09 20:40:55 -04001129msgid ""
1130"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1131"is %N; @s zero. "
1132msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001133"Für @f ist resize_@i nicht eingeschaltet, aber s_reserved_gdt_@bs\n"
1134"ist %N; @s Null. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001135
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001136#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001137#: e2fsck/problem.c:336
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001138msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001139msgstr ""
1140"Resize_@i ist nicht aktiviert, aber der zu modifizierende Inode ist nicht-"
1141"Null."
Theodore Ts'obc759702005-05-09 20:40:55 -04001142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001143#. @-expanded: Resize inode not valid.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001144#: e2fsck/problem.c:341
Theodore Ts'obc759702005-05-09 20:40:55 -04001145msgid "Resize @i not valid. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001146msgstr "Resize-Inode ist ungültig. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001147
Philipp Thomas77c871a2010-04-19 16:59:02 -04001148#. @-expanded: superblock last mount time (%t,\n
1149#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001150#: e2fsck/problem.c:346
Philipp Thomas77c871a2010-04-19 16:59:02 -04001151msgid ""
1152"@S last mount time (%t,\n"
1153"\tnow = %T) is in the future.\n"
1154msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001155"Der Zeitpunkt des letzten Einhängens des Superblocks (%t,\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001156"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001157
Philipp Thomas77c871a2010-04-19 16:59:02 -04001158#. @-expanded: superblock last write time (%t,\n
1159#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001160#: e2fsck/problem.c:351
Philipp Thomas77c871a2010-04-19 16:59:02 -04001161msgid ""
1162"@S last write time (%t,\n"
1163"\tnow = %T) is in the future.\n"
1164msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001165"Der Zeitpunkt des letzten Schreibens des Superblocks (%t,\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001166"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001167
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001168#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001169#: e2fsck/problem.c:356
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001170#, c-format
1171msgid "@S hint for external superblock @s %X. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001172msgstr "Superblock-Hinweis für externen Superblock sollte %X sein. "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001173
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001174#. @-expanded: Adding dirhash hint to filesystem.\n
1175#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001176#: e2fsck/problem.c:361
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001177msgid ""
1178"Adding dirhash hint to @f.\n"
1179"\n"
1180msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001181"Verzeichnishash-Hinweis wird zum Dateisystem hinzugefügt.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001182"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001183
Philipp Thomasedc733d2012-04-22 15:38:42 -04001184#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001185#: e2fsck/problem.c:366
Philipp Thomasedc733d2012-04-22 15:38:42 -04001186msgid "@g descriptor %g checksum is %04x, should be %04y. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001187msgstr ""
1188"Die Prüfsumme des Gruppendeskriptors %g ist %04x, sie sollte %04y sein. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001189
1190#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001191#: e2fsck/problem.c:371
Philipp Thomas720e6362008-06-21 14:06:00 -04001192#, c-format
1193msgid "@g descriptor %g marked uninitialized without feature set.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001194msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001195"Gruppendeskriptor %g ist ohne eine gesetzte Eigenschaft.\n"
1196"als nicht initialisiert gekennzeichnet.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001197
Philipp Thomas720e6362008-06-21 14:06:00 -04001198#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001199#: e2fsck/problem.c:376
Philipp Thomas720e6362008-06-21 14:06:00 -04001200msgid "@g descriptor %g has invalid unused inodes count %b. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001201msgstr ""
1202"Gruppendeskriptor %g hat eine ungültige Anzahl ungenutzter Inodes von %b. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001203
1204#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001205#: e2fsck/problem.c:381
Philipp Thomas720e6362008-06-21 14:06:00 -04001206msgid "Last @g @b @B uninitialized. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001207msgstr "Die letzte Gruppen-Blockbitmap ist nicht initialisiert. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001208
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001209#: e2fsck/problem.c:386
Philipp Thomas720e6362008-06-21 14:06:00 -04001210#, c-format
1211msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001212msgstr ""
1213"Journaltransaktion %i war beschädigt, die Wiederholung wurde abgebrochen.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001214
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001215#: e2fsck/problem.c:391
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001216msgid "The test_fs flag is set (and ext4 is available). "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001217msgstr "Die Kennung test_fs wurde gesetzt (und ext4 ist verfügbar). "
1218
1219#. @-expanded: superblock last mount time is in the future.\n
1220#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'o4e528702016-09-04 21:31:21 -04001221#. @-expanded: set)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001222#: e2fsck/problem.c:396
Philipp Thomas77c871a2010-04-19 16:59:02 -04001223msgid ""
1224"@S last mount time is in the future.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001225"\t(by less than a day, probably due to the hardware clock being incorrectly "
1226"set)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001227msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001228"Der Zeitpunkt des letzten Einhängens des Superblocks liegt in der Zukunft.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001229"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-"
1230"Uhr)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001231
1232#. @-expanded: superblock last write time is in the future.\n
1233#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'o4e528702016-09-04 21:31:21 -04001234#. @-expanded: set)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001235#: e2fsck/problem.c:402
Philipp Thomas77c871a2010-04-19 16:59:02 -04001236msgid ""
1237"@S last write time is in the future.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001238"\t(by less than a day, probably due to the hardware clock being incorrectly "
1239"set)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001240msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001241"Der Zeitpunkt des letzten Schreibens des Superblocks liegt in der Zukunft.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001242"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-"
1243"Uhr)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001244
1245#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001246#: e2fsck/problem.c:408
Philipp Thomas77c871a2010-04-19 16:59:02 -04001247msgid "One or more @b @g descriptor checksums are invalid. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001248msgstr "Die Prüfsumme eines oder mehrerer Gruppendeskriptoren ist ungültig. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001249
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001250#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001251#: e2fsck/problem.c:413
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001252msgid "Setting free @is count to %j (was %i)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001253msgstr "Die Anzahl der freien Inodes wird auf %j gesetzt (war %i)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001254
1255#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001256#: e2fsck/problem.c:418
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001257msgid "Setting free @bs count to %c (was %b)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001258msgstr "Die Anzahl der freien Blöcke wird auf %c gesetzt (war %b)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001259
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001260#. @-expanded: Hiding %U quota inode %i (%Q).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001261#: e2fsck/problem.c:423
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001262msgid "Hiding %U @q @i %i (%Q).\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04001263msgstr "%U-Quota-Inode %i (%Q) wird versteckt.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001264
1265#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001266#: e2fsck/problem.c:428
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001267msgid "@S has invalid MMP block. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001268msgstr "Der Superblock hat einen ungültigen MMP-Block. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001269
1270#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001271#: e2fsck/problem.c:433
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001272msgid "@S has invalid MMP magic. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001273msgstr "Der Superblock besitzt eine falsche MMP-Kennung. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001274
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001275#: e2fsck/problem.c:438
Philipp Thomasedc733d2012-04-22 15:38:42 -04001276#, c-format
1277msgid "ext2fs_open2: %m\n"
1278msgstr "ext2fs_open2: %m\n"
1279
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001280#: e2fsck/problem.c:443
Philipp Thomasedc733d2012-04-22 15:38:42 -04001281#, c-format
1282msgid "ext2fs_check_desc: %m\n"
1283msgstr "ext2fs_check_desc: %m\n"
1284
Theodore Ts'o4e528702016-09-04 21:31:21 -04001285#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1286#. @-expanded: simultaneously.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001287#: e2fsck/problem.c:449
Theodore Ts'o89128f82018-01-01 19:36:37 -05001288msgid ""
1289"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1290"simultaneously."
1291msgstr ""
1292"Superblock metadata_csum überschreibt uninit_bg; bei Eigenschaftenschalter "
1293"können nicht gleichzeitig gesetzt werden."
Theodore Ts'o4e528702016-09-04 21:31:21 -04001294
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001295#. @-expanded: superblock MMP block checksum does not match.
1296#: e2fsck/problem.c:455
1297#, fuzzy
1298msgid "@S MMP @b checksum does not match. "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04001299msgstr "Die MMP-Block-Prüfsumme im Superblock passt nicht zum MMP-Block."
Theodore Ts'o4e528702016-09-04 21:31:21 -04001300
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001301#. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001302#: e2fsck/problem.c:460
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001303msgid "@S 64bit @f needs extents to access the whole disk. "
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001304msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001305"Superblock-64Bit-Dateisysteme brauchen Erweiterungen, um auf die gesamte\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04001306"Platte zugreifen zu können. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001307
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001308#: e2fsck/problem.c:465
Philipp Thomas37be3822015-05-17 20:21:39 -04001309msgid "First_meta_bg is too big. (%N, max value %g). "
1310msgstr "First_meta_bg ist zu groß. (%N, max. Wert %g). "
1311
Theodore Ts'o4e528702016-09-04 21:31:21 -04001312#. @-expanded: External journal superblock checksum does not match superblock.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001313#: e2fsck/problem.c:470
Theodore Ts'o4e528702016-09-04 21:31:21 -04001314msgid "External @j @S checksum does not match @S. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001315msgstr ""
1316"Die Prüfsumme des Superblocks fes externen Journals passt nicht zum "
1317"Superblock"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001318
1319#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001320#: e2fsck/problem.c:475
Theodore Ts'o4e528702016-09-04 21:31:21 -04001321msgid "@S metadata_csum_seed is not necessary without metadata_csum."
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001322msgstr "ohne metadata_csum ist metadata_csum_seed im Superblock nicht nötig."
Theodore Ts'o4e528702016-09-04 21:31:21 -04001323
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001324#: e2fsck/problem.c:480
Theodore Ts'o4e528702016-09-04 21:31:21 -04001325#, c-format
1326msgid "Error initializing quota context in support library: %m\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001327msgstr ""
1328"Fehler beim Initialisieren des Quota-Kontextes in der "
1329"Unterstützungsbibliothek: %m\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001330
1331#. @-expanded: Bad required extra isize in superblock (%N).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001332#: e2fsck/problem.c:485
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001333msgid "Bad required extra isize in @S (%N). "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04001334msgstr "Die erforderliche extra isize im Superblock ist ungültig (%N). "
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001335
1336#. @-expanded: Bad desired extra isize in superblock (%N).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001337#: e2fsck/problem.c:490
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001338msgid "Bad desired extra isize in @S (%N). "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04001339msgstr "Ungültige gewünschte zusätzliche Isize im Superblock (%N). "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001340
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001341#. @-expanded: Invalid %U quota inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001342#: e2fsck/problem.c:495
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001343msgid "Invalid %U @q @i %i. "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04001344msgstr "Ungültiger %U-Quota-Inode %i. "
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001345
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001346#. @-expanded: superblock would have too many inodes (%N).\n
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001347#: e2fsck/problem.c:500
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001348msgid "@S would have too many inodes (%N).\n"
1349msgstr ""
1350
1351#. @-expanded: Resize_inode and meta_bg features are enabled. Those features are\n
1352#. @-expanded: not compatible. Resize inode should be disabled.
1353#: e2fsck/problem.c:505
1354msgid ""
1355"Resize_@i and meta_bg features are enabled. Those features are\n"
1356"not compatible. Resize @i should be disabled. "
1357msgstr ""
1358
1359#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1360#: e2fsck/problem.c:513
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001361msgid "Pass 1: Checking @is, @bs, and sizes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001362msgstr "Durchgang 1: Inodes, Blöcke und Größen werden geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001363
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001364#. @-expanded: root inode is not a directory.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001365#: e2fsck/problem.c:517
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001366msgid "@r is not a @d. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001367msgstr "Root-Inode ist kein Verzeichnis. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001368
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001369#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001370#: e2fsck/problem.c:522
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001371msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001372msgstr ""
1373"Für Root-Inode ist dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001375#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001376#: e2fsck/problem.c:527
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001377msgid "Reserved @i %i (%Q) has @n mode. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001378msgstr "Reservierter Inode %i (%Q) hat einen ungültigen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001379
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001380#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001381#: e2fsck/problem.c:532
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001382#, c-format
1383msgid "@D @i %i has zero dtime. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001384msgstr "dtime für gelöschten Inode %i ist Null. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001385
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001386#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001387#: e2fsck/problem.c:537
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001388#, c-format
1389msgid "@i %i is in use, but has dtime set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001390msgstr "Inode %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001391
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001392#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001393#: e2fsck/problem.c:542
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001394#, c-format
1395msgid "@i %i is a @z @d. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001396msgstr "Inode %i ist ein Verzeichnis mit Länge Null. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001397
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001398#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001399#: e2fsck/problem.c:547
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001400msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001401msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001402"Die Blockbitmap der Gruppe %g auf %b überschneidet sich mit\n"
1403"einem anderen Dateisystemblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001404
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001405#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001406#: e2fsck/problem.c:552
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001407msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001408msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001409"Die Inode-Bitmap der Gruppe %g bei %b überschneidet sich mit\n"
1410"einem anderen Dateisystemblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001411
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001412#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001413#: e2fsck/problem.c:557
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001414msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001415msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001416"Die Inode-Tabelle der Gruppe %g bei %b überschneidet sich mit\n"
1417"einem anderen Dateisystemblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001418
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001419#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001420#: e2fsck/problem.c:562
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001421msgid "@g %g's @b @B (%b) is bad. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001422msgstr "die @b-@B (%b) von @g %g ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001424#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001425#: e2fsck/problem.c:567
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001426msgid "@g %g's @i @B (%b) is bad. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001427msgstr "Die Inode-Bitmap (%b) der Gruppe %g ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001428
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001429#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001430#: e2fsck/problem.c:572
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001431msgid "@i %i, i_size is %Is, @s %N. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001432msgstr "Inode %i, i_size ist %Is, sollte %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001433
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001434#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001435#: e2fsck/problem.c:577
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001436msgid "@i %i, i_@bs is %Ib, @s %N. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001437msgstr "Inode %i, i_@bs ist %Ib, sollte %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001438
Philipp Thomas77c871a2010-04-19 16:59:02 -04001439#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001440#: e2fsck/problem.c:582
Philipp Thomas77c871a2010-04-19 16:59:02 -04001441msgid "@I %B (%b) in @i %i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001442msgstr "Unzulässiger %B (%b) in Inode %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001443
Philipp Thomas77c871a2010-04-19 16:59:02 -04001444#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001445#: e2fsck/problem.c:587
Philipp Thomas77c871a2010-04-19 16:59:02 -04001446msgid "%B (%b) overlaps @f metadata in @i %i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001447msgstr "%B (%b) überlappt Dateisystem-Metadaten in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001448
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001449#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001450#: e2fsck/problem.c:592
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001451#, c-format
1452msgid "@i %i has illegal @b(s). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001453msgstr "Inode %i hat unzulässige(n) Block/Blöcke. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001455#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001456#: e2fsck/problem.c:597
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001457#, c-format
1458msgid "Too many illegal @bs in @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001459msgstr "Zu viele unzulässige Blöcke in @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001460
Philipp Thomas77c871a2010-04-19 16:59:02 -04001461#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001462#: e2fsck/problem.c:602
Philipp Thomas77c871a2010-04-19 16:59:02 -04001463msgid "@I %B (%b) in bad @b @i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001464msgstr "Ungültiger %B (%b) in „bad block“-Inode. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001465
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001466#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001467#: e2fsck/problem.c:607
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001468msgid "Bad @b @i has illegal @b(s). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001469msgstr "„Bad Block“-Inode hat unzulässige(n) Block/Blöcke. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001470
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001471#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001472#: e2fsck/problem.c:612
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001473msgid "Duplicate or bad @b in use!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001474msgstr "Doppelter oder unzulässiger Block in Gebrauch!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001477#: e2fsck/problem.c:617
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001478msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001479msgstr ""
1480"Ungültiger Block %b wird benutzt als indirekter Block des „Bad Block“-"
1481"Inodes. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001482
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001483#. @-expanded: \n
1484#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1485#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1486#. @-expanded: in the filesystem.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001487#: e2fsck/problem.c:622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001488msgid ""
1489"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001490"The bad @b @i has probably been corrupted. You probably\n"
1491"should stop now and run e2fsck -c to scan for bad blocks\n"
1492"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001493msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001494"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001495"Der „Bad Block“-Inode ist wahrscheinlich beschädigt worden. Sie sollten\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001496"nun innehalten und „e2fsck -c“ ausführen, um nach defekten Blöcken in\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001497"dem Dateisystem zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001498
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001499#. @-expanded: \n
1500#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001501#: e2fsck/problem.c:629
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001502msgid ""
1503"\n"
1504"If the @b is really bad, the @f can not be fixed.\n"
1505msgstr ""
1506"\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001507"Wenn der Block wirklich defekt ist, kann das Dateisystem nicht repariert "
1508"werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001509
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001510#. @-expanded: You can remove this block from the bad block list and hope\n
1511#. @-expanded: that the block is really OK. But there are no guarantees.\n
1512#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001513#: e2fsck/problem.c:634
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001514msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001515"You can remove this @b from the bad @b list and hope\n"
1516"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001517"\n"
1518msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001519"Sie können diesen Block aus der Liste der defekten Blöcke löschen\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001520"und hoffen, das dieser wirklich in Ordnung ist, es gibt aber\n"
1521"KEINE GARANTIEN.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001522"\n"
1523
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001524#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001525#: e2fsck/problem.c:640
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001526msgid "The primary @S (%b) is on the bad @b list.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001527msgstr "Der primäre Superblock (%b) ist in der Liste der defekten Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001528
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001529#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001530#: e2fsck/problem.c:645
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001531msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001532msgstr ""
1533"Block %b im primären Gruppendeskriptor ist in der Liste der defekten Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001534
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001535#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001536#: e2fsck/problem.c:651
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001537msgid "Warning: Group %g's @S (%b) is bad.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001538msgstr "Warnung: der Superblock der Gruppe %g (%b) ist defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001539
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001540#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001541#: e2fsck/problem.c:657
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001542msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001543msgstr ""
1544"Warnung: die Kopie des Gruppendeskriptors von Gruppe %g hat einen defekten "
1545"Block (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001546
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001547#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001548#: e2fsck/problem.c:663
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001549msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001550msgstr ""
1551"Programmierfehler? Block #%b wird ohne Grund in process_bad_@b verlangt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001552
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001553#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001554#: e2fsck/problem.c:669
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001555msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001556msgstr ""
1557"Fehler beim Zuweisen von %N zusammenhängenende(m/n) Block/Blöcken in der @b-"
1558"@g %g für %s: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001559
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001560#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001561#: e2fsck/problem.c:674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001562#, c-format
1563msgid "@A @b buffer for relocating %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001564msgstr "Fehler beim Zuweisen eines Blockpuffers zum Verschieben von %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001565
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001567#: e2fsck/problem.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001568msgid "Relocating @g %g's %s from %b to %c...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001569msgstr "Gruppe %g's %s wird von %b nach %c verschoben ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001570
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001571#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001572#: e2fsck/problem.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001573#, c-format
1574msgid "Relocating @g %g's %s to %c...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001575msgstr "Gruppe %g's %s wird nach %c verschoben ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001576
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001577#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001578#: e2fsck/problem.c:689
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001579msgid "Warning: could not read @b %b of %s: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001580msgstr "Warnung: Block %b von %s konnte nicht gelesen werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001581
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001582#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001583#: e2fsck/problem.c:694
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001584msgid "Warning: could not write @b %b for %s: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001585msgstr "Warnung: Block %b von %s konnte nicht geschrieben werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001586
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001587#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001588#: e2fsck/problem.c:699 e2fsck/problem.c:1776
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001589msgid "@A @i @B (%N): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001590msgstr "Fehler beim Zuweisen der Inode-Bitmap (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001591
1592#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001593#: e2fsck/problem.c:704
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001594msgid "@A @b @B (%N): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001595msgstr "Fehler beim Zuweisen der Block-Bitmap (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001596
1597#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001598#: e2fsck/problem.c:709
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001599#, c-format
1600msgid "@A icount link information: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001601msgstr "Fehler beim Zuweisen der „icount link information“: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001602
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001603#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001604#: e2fsck/problem.c:714
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001605#, c-format
1606msgid "@A @d @b array: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001607msgstr "Fehler beim Zuweisen des Verzeichnis-Block-Feldes: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001608
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001609#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001610#: e2fsck/problem.c:719
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001611#, c-format
1612msgid "Error while scanning @is (%i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001613msgstr "Fehler während des Durchsuchens der Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001614
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001615#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001616#: e2fsck/problem.c:724
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001617#, c-format
1618msgid "Error while iterating over @bs in @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001619msgstr "Fehler beim Iterieren über die Blöcke in Inode %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001620
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001621#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001622#: e2fsck/problem.c:729
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001623msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001624msgstr ""
1625"Fehler beim Speichern der Informationen zur Inode-Anzahl (Inode=%i, Anzahl="
1626"%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001627
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001628#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001629#: e2fsck/problem.c:734
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001630msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001631msgstr ""
1632"Fehler beim Speichern der Verzeichnis-Block-Informationen (Inode=%i, Block="
1633"%b, Anzahl=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001634
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001635#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001636#: e2fsck/problem.c:740
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001637#, c-format
1638msgid "Error reading @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001639msgstr "Fehler beim Lesen des Inodes %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001640
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001641#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001642#: e2fsck/problem.c:748
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001643#, c-format
1644msgid "@i %i has imagic flag set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001645msgstr "Inode %i hat den Imagic-Bitschalter gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001646
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001647#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1648#. @-expanded: or append-only flag set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001649#: e2fsck/problem.c:753
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001650#, c-format
1651msgid ""
1652"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1653"or append-only flag set. "
1654msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05001655"Spezielle Geräte-/Socket-/Fifo-/Symlink-Datei (Inode %i) hat den Bitschalter "
1656"für\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001657"unveränderbar oder Nur-Anhängen gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001658
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001659#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001660#: e2fsck/problem.c:759
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001661#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001662msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001663msgstr "Spezieller Geräte-/Socket-/Fifo-Inode %i hat die Größe Null. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001664
1665#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001666#: e2fsck/problem.c:769
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001667msgid "@j @i is not in use, but contains data. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001668msgstr "Inode %i wird nicht verwendet, aber enthält Daten. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001669
1670#. @-expanded: journal is not regular file.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001671#: e2fsck/problem.c:774
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001672msgid "@j is not regular file. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001673msgstr "Journal ist keine reguläre Datei. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001674
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001675#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001676#: e2fsck/problem.c:779
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001677#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001678msgid "@i %i was part of the @o @i list. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001679msgstr "Inode %i war Teil der Liste verwaister Inodes. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001680
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001681#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001682#: e2fsck/problem.c:785
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001683msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001684msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001685"Inodes wurden gefunden, die Teil einer defekten verketteten Liste von\n"
1686"verwaisten Inodes waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001687
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001688#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001689#: e2fsck/problem.c:790
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001690msgid "@A refcount structure (%N): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001691msgstr "Fehler beim Zuweisen der refcount-Struktur (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001692
1693#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001694#: e2fsck/problem.c:795
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001695msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001696msgstr ""
1697"Fehler beim Lesen des Blocks für erweiterte Attribute %b für Inode %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001698
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001699#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001700#: e2fsck/problem.c:800
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001701msgid "@i %i has a bad @a @b %b. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001702msgstr "Inode %i hat einen defekten Erweiterte-Attribute-Block %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001703
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001704#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001705#: e2fsck/problem.c:805
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001706msgid "Error reading @a @b %b (%m). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001707msgstr "Fehler beim Lesen des Blocks für erweiterte Attribute (%m). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001708
Philipp Thomas77c871a2010-04-19 16:59:02 -04001709#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001710#: e2fsck/problem.c:810
Philipp Thomas77c871a2010-04-19 16:59:02 -04001711msgid "@a @b %b has reference count %r, @s %N. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001712msgstr ""
1713"Der Referenzzähler des Blocks für erweiterte Attribute %b ist %r, richtig "
1714"wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001715
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001716#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001717#: e2fsck/problem.c:815
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001718msgid "Error writing @a @b %b (%m). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001719msgstr "Fehler beim Schreiben des Blocks für erweiterte Attribute %b (%m). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001720
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001721#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001722#: e2fsck/problem.c:820
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001723msgid "@a @b %b has h_@bs > 1. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001724msgstr "Der Block für erweiterte Attribute %b hat h_blocks > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001725
Theodore Ts'o4e528702016-09-04 21:31:21 -04001726#. @-expanded: error allocating extended attribute region allocation structure.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001727#: e2fsck/problem.c:825
Theodore Ts'o4e528702016-09-04 21:31:21 -04001728msgid "@A @a region allocation structure. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001729msgstr ""
1730"Fehler beim Anfordern von Speicher für die Struktur zur Verwaltung der "
1731"Speicherreservierungen für die erweiterten Attribute. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001732
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001733#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001734#: e2fsck/problem.c:830
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001735msgid "@a @b %b is corrupt (allocation collision). "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001736msgstr ""
1737"Der Block für erweiterte Attribute %b ist defekt (Kollision der "
1738"Platzanforderungen). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001739
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001740#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001741#: e2fsck/problem.c:835
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001742msgid "@a @b %b is corrupt (@n name). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001743msgstr "Der Block für erweiterte Attribute %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001744
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001745#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001746#: e2fsck/problem.c:840
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001747msgid "@a @b %b is corrupt (@n value). "
Philipp Thomasab02a742014-07-09 23:13:30 -04001748msgstr "Der Block für erweiterte Attribute %b ist defekt (ungültiger Wert). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001749
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001750#. @-expanded: inode %i is too big.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001751#: e2fsck/problem.c:845
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001752#, c-format
1753msgid "@i %i is too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001754msgstr "Inode %i ist zu groß. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001755
Philipp Thomas77c871a2010-04-19 16:59:02 -04001756#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001757#: e2fsck/problem.c:849
Philipp Thomas77c871a2010-04-19 16:59:02 -04001758msgid "%B (%b) causes @d to be too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001759msgstr "%B (%b) macht das Verzeichnis zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001760
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001761#: e2fsck/problem.c:854
Philipp Thomas77c871a2010-04-19 16:59:02 -04001762msgid "%B (%b) causes file to be too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001763msgstr "Block #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001764
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001765#: e2fsck/problem.c:859
Philipp Thomas77c871a2010-04-19 16:59:02 -04001766msgid "%B (%b) causes symlink to be too big. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001767msgstr "Block #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001768
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001769#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001770#: e2fsck/problem.c:864
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001771#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001772msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001773msgstr ""
1774"Inode %i hat INDEX_FL Flag auf einem Dateisystem ohne HTREE-Unterstützung "
1775"gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001776
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001777#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001778#: e2fsck/problem.c:869
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001779#, c-format
1780msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001781msgstr ""
1782"Inode %i hat den INDEX_FL-Bitschalter gesetzt, ist aber kein Verzeichnis.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001783
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001784#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001785#: e2fsck/problem.c:874
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001786#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001787msgid "@h %i has an @n root node.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001788msgstr ""
1789"HTREE-Verzeichnis-Inode %i hat einen unvollständigen Wurzelknoten („root "
1790"node“).\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001791
1792#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001793#: e2fsck/problem.c:879
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001794msgid "@h %i has an unsupported hash version (%N)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001795msgstr ""
1796"HTREE-Verzeichnis-Inode %i hat eine nicht unterstützte Hash-Version (%N)\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001797
1798#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001799#: e2fsck/problem.c:884
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05001800#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001801msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001802msgstr ""
1803"@h %i benutzt einen nicht unterstützten Bitschalter für einen Htree-"
1804"Wurzelknoten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001805
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001806#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001807#: e2fsck/problem.c:889
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001808msgid "@h %i has a tree depth (%N) which is too big\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001809msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001810
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001811#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1812#. @-expanded: filesystem metadata.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001813#: e2fsck/problem.c:895
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001814msgid ""
1815"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1816"@f metadata. "
1817msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001818"Der Inode für defekte Blöcke hat einen indirekten Block (%b), der mit\n"
1819"den Dateisystem-Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001820
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001821#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001822#: e2fsck/problem.c:901
Theodore Ts'obc759702005-05-09 20:40:55 -04001823#, c-format
1824msgid "Resize @i (re)creation failed: %m."
Philipp Thomasab02a742014-07-09 23:13:30 -04001825msgstr "Erzeugung des Vergrößerungs-Inodes scheiterte: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001826
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001827#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001828#: e2fsck/problem.c:906
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001829msgid "@i %i has a extra size (%IS) which is @n\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001830msgstr "Inode %i hat eine ungültige Extragröße (%IS)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001831
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001832#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001833#: e2fsck/problem.c:911
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001834msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001835msgstr ""
1836"Ein erweitertes Attribut in Inode %i hat eine ungültige „namelen“ von %N.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001837
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001838#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001839#: e2fsck/problem.c:916
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001840msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001841msgstr ""
1842"Ein erweitertes Attribut in Inode %i hat einen ungültigen Werteversatz von "
1843"%N.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001844
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001845#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001846#: e2fsck/problem.c:921
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001847msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001848msgstr ""
1849"Ein erweitertes Attribut in Inode %i hat einen ungültigen Werteblock von %N "
1850"(muss 0 sein).\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001851
Philipp Thomas77c871a2010-04-19 16:59:02 -04001852#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001853#: e2fsck/problem.c:926
Philipp Thomas77c871a2010-04-19 16:59:02 -04001854msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001855msgstr ""
1856"Ein erweitertes Attribut in Inode %i hat eine ungültige Wertegröße von %N.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001857
Philipp Thomas720e6362008-06-21 14:06:00 -04001858#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001859#: e2fsck/problem.c:931
Philipp Thomas720e6362008-06-21 14:06:00 -04001860msgid "@a in @i %i has a hash (%N) which is @n\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001861msgstr "Ein erweitertes Attribut in Inode %i hat den ungültigen Hash %N.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001862
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001863#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001864#: e2fsck/problem.c:936
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001865msgid "@i %i is a %It but it looks like it is really a directory.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001866msgstr ""
1867"Inode %i ist ein %It, aber es sieht so aus, als ob es tatsächlich ein "
1868"Verzeichnis ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001869
Philipp Thomas40771272008-09-07 22:55:25 -04001870#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001871#: e2fsck/problem.c:941
Philipp Thomas68801282008-07-17 11:47:00 -04001872#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001873msgid "Error while reading over @x tree in @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001874msgstr "Fehler beim Iterieren über den Extent-Baum @x in Inode %i: %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001875
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001876#. @-expanded: Failed to iterate extents in inode %i\n
1877#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001878#: e2fsck/problem.c:946
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001879msgid ""
1880"Failed to iterate extents in @i %i\n"
1881"\t(op %s, blk %b, lblk %c): %m\n"
1882msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001883"Das Iterieren der Erweiterungen (Extents) in Inode %i scheiterte\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001884"\t(op %s, blk %b, lblk %c): %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001885
1886#. @-expanded: inode %i has an invalid extent\n
1887#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001888#: e2fsck/problem.c:952
Philipp Thomas720e6362008-06-21 14:06:00 -04001889msgid ""
1890"@i %i has an @n extent\n"
1891"\t(logical @b %c, @n physical @b %b, len %N)\n"
1892msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001893"Inode %i hat eine @ne Erweiterung\n"
1894"\t(logischer Block %c, @n physischer Block %b, Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001895
1896#. @-expanded: inode %i has an invalid extent\n
1897#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001898#: e2fsck/problem.c:957
Philipp Thomas720e6362008-06-21 14:06:00 -04001899msgid ""
1900"@i %i has an @n extent\n"
1901"\t(logical @b %c, physical @b %b, @n len %N)\n"
1902msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001903"Inode %i hat eine ungültige Erweiterung\n"
1904"\t(logischer Block %c, physischer Block %b, unzulässige Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001905
1906#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001907#: e2fsck/problem.c:962
Philipp Thomas720e6362008-06-21 14:06:00 -04001908#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001909msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04001910msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001911"Inode %i hat den EXTENTS_FL-Bitschalter gesetzt, obwohl das Dateisystem\n"
1912"Erweiterungen nicht unterstützt.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001913
1914#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001915#: e2fsck/problem.c:967
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001916#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001917msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001918msgstr ""
1919"Inode %i besitzt das Erweiterungsformat, aber dem Superblock fehlt die "
1920"Eigenschaft EXTENTS\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001921
1922#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001923#: e2fsck/problem.c:972
Philipp Thomas720e6362008-06-21 14:06:00 -04001924#, c-format
1925msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05001926msgstr ""
1927"Dem Inode %i fehlt EXTENT_FL, er hat aber das Format einer Erweiterung\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001928
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001929#: e2fsck/problem.c:977
Philipp Thomas720e6362008-06-21 14:06:00 -04001930#, c-format
1931msgid "Fast symlink %i has EXTENT_FL set. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001932msgstr "In schnellem Symlink %i ist EXTENT_FL gesetzt. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001933
1934#. @-expanded: inode %i has out of order extents\n
1935#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001936#: e2fsck/problem.c:982
Philipp Thomas720e6362008-06-21 14:06:00 -04001937msgid ""
1938"@i %i has out of order extents\n"
1939"\t(@n logical @b %c, physical @b %b, len %N)\n"
1940msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001941"Inode %i hat unregelmäßige Erweiterungen\n"
1942"\t(ungültiger logischer Block %c, physischer Block %b, Länge %N)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001943
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001944#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001945#: e2fsck/problem.c:986
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001946msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04001947msgstr "Inode %i hat einen ungültigen Erweiterungs-Knoten (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001948
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001949#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001950#: e2fsck/problem.c:991
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001951#, c-format
1952msgid "Error converting subcluster @b @B: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001953msgstr "Fehler beim Umwandeln der Subcluster-Blockbitmap: %m\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001954
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001955#. @-expanded: quota inode is not a regular file.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001956#: e2fsck/problem.c:996
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001957msgid "@q @i is not a regular file. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001958msgstr "Der Quota-Inode ist keine reguläre Datei. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001959
1960#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001961#: e2fsck/problem.c:1001
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001962msgid "@q @i is not in use, but contains data. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001963msgstr "Quota-Inode wird nicht benutzt, enthält aber Daten. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001964
1965#. @-expanded: quota inode is visible to the user.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001966#: e2fsck/problem.c:1006
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001967msgid "@q @i is visible to the user. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001968msgstr "Der Quota-Inode ist sichtbar für den Benutzer. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001969
1970#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001971#: e2fsck/problem.c:1011
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001972msgid "The bad @b @i looks @n. "
Philipp Thomasab02a742014-07-09 23:13:30 -04001973msgstr "Der Inode für defekte Blöcke sieht ungültig aus. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001974
Philipp Thomasedc733d2012-04-22 15:38:42 -04001975#. @-expanded: inode %i has zero length extent\n
1976#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001977#: e2fsck/problem.c:1016
Philipp Thomasedc733d2012-04-22 15:38:42 -04001978msgid ""
1979"@i %i has zero length extent\n"
1980"\t(@n logical @b %c, physical @b %b)\n"
1981msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04001982"Inode %i hat eine Erweitertung der Länge Null\n"
1983"\t(ungültiger logischer Block %c, physischer Block %b)\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04001984
Theodore Ts'o4e528702016-09-04 21:31:21 -04001985#. @-expanded: inode %i seems to contain garbage.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001986#: e2fsck/problem.c:1021
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001987#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04001988msgid "@i %i seems to contain garbage. "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001989msgstr "Inode %i scheint Müll zu enthalten. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001990
1991#. @-expanded: inode %i passes checks, but checksum does not match inode.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001992#: e2fsck/problem.c:1026
Philipp Thomasfc5d7892017-01-31 17:34:55 -05001993#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04001994msgid "@i %i passes checks, but checksum does not match @i. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05001995msgstr ""
1996"Die Inode %i passiert die Prüfungen, aber die Prüfsumme passt nicht zur "
1997"Inode."
Theodore Ts'o4e528702016-09-04 21:31:21 -04001998
1999#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002000#: e2fsck/problem.c:1031
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002001#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002002msgid "@i %i @a is corrupt (allocation collision). "
Theodore Ts'o89128f82018-01-01 19:36:37 -05002003msgstr ""
2004"Das erweiterte Attribut für Inode %i ist defekt (Kollision der "
2005"Speicerplatzanforderungen). "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002006
2007#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
2008#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002009#: e2fsck/problem.c:1039
Theodore Ts'o4e528702016-09-04 21:31:21 -04002010msgid ""
2011"@i %i extent block passes checks, but checksum does not match extent\n"
2012"\t(logical @b %c, physical @b %b, len %N)\n"
2013msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05002014"Der Erweiterungsblock von INode %i passiert die Prüfungen, allerdings passt "
2015"die Prüfsumme nicht zur Erweiterung\n"
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002016"\t(logischer Block %c, physischer Block %b, Länge %N)\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002017
2018#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002019#: e2fsck/problem.c:1048
Theodore Ts'o4e528702016-09-04 21:31:21 -04002020msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05002021msgstr ""
2022"Der Block für erweiterte Attribute von Inode %i passiert die Prüfungen, "
2023"allerdings passt die Prüfsumme nicht zum Block. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002024
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002025#. @-expanded: Interior extent node level %N of inode %i:\n
2026#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002027#: e2fsck/problem.c:1053
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002028msgid ""
2029"Interior @x node level %N of @i %i:\n"
2030"Logical start %b does not match logical start %c at next level. "
2031msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002032"Ebene %N des internen Erweiterungsknotens von Inode %i:\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002033"Der logische Start %b passt nicht zum logischen Start %c auf der nächsten "
2034"Ebene."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002035
2036#. @-expanded: inode %i, end of extent exceeds allowed value\n
2037#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002038#: e2fsck/problem.c:1059
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002039msgid ""
2040"@i %i, end of extent exceeds allowed value\n"
2041"\t(logical @b %c, physical @b %b, len %N)\n"
2042msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002043"Inode %i, das Ende der Erweiterung ist außerhalb des gültigen Bereichs\n"
2044"\t(logischer Block %c, physischer Block %b, Länge %N)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002045
Theodore Ts'o4e528702016-09-04 21:31:21 -04002046#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002047#: e2fsck/problem.c:1064
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002048#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002049msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002050msgstr ""
2051"Inode %i besitzt das Erweiterungsformat, aber dem Superblock fehlt die "
2052"Eigenschaft EXTENTS\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002053
2054#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002055#: e2fsck/problem.c:1069
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002056#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002057msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002058msgstr ""
2059"Inode %i hat den Bitschalter INDEX_DATA_FL gesetzt obwohl das Dateisystem "
2060"Inline-Daten nicht unterstützt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002061
2062#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002063#: e2fsck/problem.c:1076
Theodore Ts'o89128f82018-01-01 19:36:37 -05002064msgid ""
2065"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
2066msgstr ""
2067"Block %2$b von Inode %1$i steht in Konflikt mit kritischen Metadaten, "
2068"Blockprüfungen werden übersprungen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002069
Philipp Thomas37be3822015-05-17 20:21:39 -04002070#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002071#: e2fsck/problem.c:1081
Philipp Thomas37be3822015-05-17 20:21:39 -04002072msgid "@d @i %i @b %b should be at @b %c. "
2073msgstr "Verzeichnisinode %i Block %b sollte in Block %c sein. "
2074
2075#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002076#: e2fsck/problem.c:1086
Philipp Thomas37be3822015-05-17 20:21:39 -04002077#, c-format
2078msgid "@d @i %i has @x marked uninitialized at @b %c. "
2079msgstr ""
2080"Verzeichnis-Inode %i hat eine Erweiterung, die als nicht initialisiert\n"
2081"gekennzeichnet ist in Block %c. "
2082
2083#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
2084#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002085#: e2fsck/problem.c:1091
Philipp Thomas37be3822015-05-17 20:21:39 -04002086msgid ""
2087"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
2088"Will fix in pass 1B.\n"
2089msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05002090"Die Inode %i, logischer Block %b (physischer Block %c) verletzt die Regeln "
2091"zur\b Anforderung von Cluster-Speicher.\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04002092"Dies wird in Durchgang 1B repariert.\n"
2093
Theodore Ts'o4e528702016-09-04 21:31:21 -04002094#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002095#: e2fsck/problem.c:1096
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002096#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002097msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05002098msgstr ""
2099"Inode %i hat den INDEX_DATA_FL-Bitschalter gesetzt, aber es wurde kein "
2100"erweitertes Attribut gefunden. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002101
2102#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
2103#. @-expanded: or inline-data flag set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002104#: e2fsck/problem.c:1102
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002105#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002106msgid ""
2107"Special (@v/socket/fifo) file (@i %i) has extents\n"
2108"or inline-data flag set. "
2109msgstr ""
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002110"Spezielle Geräte-/Socket-/Fifo-Datei (Inode %i) hat den Erweiterungs-\n"
2111"oder Inlinedaten-Bitschalter gesetzt. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002112
2113#. @-expanded: inode %i has extent header but inline data flag is set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002114#: e2fsck/problem.c:1108
Theodore Ts'o4e528702016-09-04 21:31:21 -04002115#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002116msgid "@i %i has @x header but inline data flag is set.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002117msgstr ""
2118"Inode %i hat den Vorspann einer Erweeiterung aber der Inlinedaten-"
2119"Bitschalter ist gesetzt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002120
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002121#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002122#: e2fsck/problem.c:1113
Theodore Ts'o4e528702016-09-04 21:31:21 -04002123#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002124msgid "@i %i seems to have inline data but @x flag is set.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002125msgstr ""
2126"Inode %i scheint Inlinedaten zu besitzen, aber der Erweiterungs-Bitschalter "
2127"ist gesetzt.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002128
2129#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002130#: e2fsck/problem.c:1118
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002131#, c-format
2132msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002133msgstr ""
2134"Inode %i scheint eine Blockliste zu haben, aber die Bitschalter für "
2135"Inlinedaten und Erweiterungen sind gesetzt.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002136
2137#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002138#: e2fsck/problem.c:1123
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002139#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002140msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002141msgstr ""
2142"Die Bitschalter von Inode %i für Inlinedaten und Erweiterungen sind gesetzt "
2143"aber i_block enthält Müll.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002144
2145#. @-expanded: Bad block list says the bad block list inode is bad.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002146#: e2fsck/problem.c:1128
Theodore Ts'o4e528702016-09-04 21:31:21 -04002147msgid "Bad block list says the bad block list @i is bad. "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002148msgstr "Die Liste defekter Blöcke sagt, daß die Inode der Liste defekt ist. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002149
2150#. @-expanded: error allocating extent region allocation structure.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002151#: e2fsck/problem.c:1133
Theodore Ts'o4e528702016-09-04 21:31:21 -04002152msgid "@A @x region allocation structure. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05002153msgstr ""
2154"Fehler beim Anfordern von Speicher für die Struktur für "
2155"Speicheranforderungen für die Erweiterungsregion. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002156
2157#. @-expanded: inode %i has a duplicate extent mapping\n
2158#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002159#: e2fsck/problem.c:1138
Theodore Ts'o4e528702016-09-04 21:31:21 -04002160msgid ""
2161"@i %i has a duplicate @x mapping\n"
2162"\t(logical @b %c, @n physical @b %b, len %N)\n"
2163msgstr ""
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002164"Inode %i hat eine doppelte Erweiterungsliste\n"
2165"\t(logischer Block %c, ungültiger physischer Block %b, Länge %N)\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002166
2167#. @-expanded: error allocating memory for encrypted directory list\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002168#: e2fsck/problem.c:1143
Theodore Ts'o4e528702016-09-04 21:31:21 -04002169msgid "@A memory for encrypted @d list\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002170msgstr ""
2171"Fehler beim resaervieren von Speicher für die Liste verschlüsselter "
2172"Verzeichnisse\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002173
2174#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002175#: e2fsck/problem.c:1148
Theodore Ts'o4e528702016-09-04 21:31:21 -04002176msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002177msgstr ""
2178"Der Erweiterungsbaum von Inode %i könnte flacher sein (%b; könnte <= %c "
2179"sein)\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002180
2181#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002182#: e2fsck/problem.c:1153
Theodore Ts'o4e528702016-09-04 21:31:21 -04002183#, c-format
2184msgid "@i %i on bigalloc @f cannot be @b mapped. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05002185msgstr ""
2186"Inode %i auf dem Bigalloc-Dateisystem kann nicht auf Blockcache gemappt "
2187"werden. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002188
2189#. @-expanded: inode %i has corrupt extent header.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002190#: e2fsck/problem.c:1158
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002191#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002192msgid "@i %i has corrupt @x header. "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002193msgstr "Inode %i hat einen defekten Erweiterungs-Vorspann. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002194
2195#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002196#: e2fsck/problem.c:1163
Theodore Ts'o4e528702016-09-04 21:31:21 -04002197#, c-format
2198msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002199msgstr ""
2200"Zeitstempel in Inode %i bevor 2310-04-04 sind wahrscheinlich von vor 1970.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002201
Theodore Ts'o899425b2018-02-27 22:25:04 -05002202#. @-expanded: inode %i has illegal extended attribute value inode %N.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002203#: e2fsck/problem.c:1168
Theodore Ts'o899425b2018-02-27 22:25:04 -05002204#, fuzzy
2205msgid "@i %i has @I @a value @i %N.\n"
2206msgstr "Inode %i hat einen defekten Erweiterte-Attribute-Block %b. "
2207
2208#. @-expanded: inode %i has invalid extended attribute. EA inode %N missing EA_INODE flag.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002209#: e2fsck/problem.c:1174
Theodore Ts'o899425b2018-02-27 22:25:04 -05002210#, fuzzy
2211msgid "@i %i has @n @a. EA @i %N missing EA_INODE flag.\n"
2212msgstr ""
2213"Inode %i besitzt das Erweiterungsformat, aber dem Superblock fehlt die "
2214"Eigenschaft EXTENTS\n"
2215
2216#. @-expanded: EA inode %N for parent inode %i missing EA_INODE flag.\n
2217#. @-expanded:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002218#: e2fsck/problem.c:1179
Theodore Ts'o899425b2018-02-27 22:25:04 -05002219msgid ""
2220"EA @i %N for parent @i %i missing EA_INODE flag.\n"
2221" "
2222msgstr ""
2223
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002224#. @-expanded: \n
2225#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2226#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002227#: e2fsck/problem.c:1187
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002228msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002229"\n"
2230"Running additional passes to resolve @bs claimed by more than one @i...\n"
2231"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002232msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002233"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002234"Zusätzliche Läufe werden durchgeführt, um die von mehr als einem Inode\n"
2235"beanspruchten Blöcke zu klären ...\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002236"Durchgang 1B: Suche nach mehrfach beanspruchten Blöcken\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002238#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002239#: e2fsck/problem.c:1193
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002240#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002241msgid "@m @b(s) in @i %i:"
Philipp Thomasab02a742014-07-09 23:13:30 -04002242msgstr "Mehrfach beanspruchte(r) Block/Blöcke in Inode %i:"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002243
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002244#: e2fsck/problem.c:1208
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002245#, c-format
2246msgid "Error while scanning inodes (%i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002247msgstr "Fehler beim Prüfen der Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002248
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002249#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002250#: e2fsck/problem.c:1213
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002251#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002252msgid "@A @i @B (@i_dup_map): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002253msgstr "Fehler beim Zuweisen der Inode-Bitmap (inode_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002254
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002255#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002256#: e2fsck/problem.c:1218
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002257#, c-format
2258msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002259msgstr "Fehler beim Iterieren über die Blöcke in Inode %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002260
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002261#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002262#: e2fsck/problem.c:1223 e2fsck/problem.c:1585
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002263msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002264msgstr ""
2265"Fehler bei der Anpassung des Referenzzählers des Blocks für erweiterte "
2266"Attribute %b (Inode %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002267
Theodore Ts'o6956f612005-12-31 16:46:15 -05002268#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002269#: e2fsck/problem.c:1233
Theodore Ts'o6956f612005-12-31 16:46:15 -05002270msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002271msgstr ""
2272"Durchgang 1C: Verzeichnisse werden nach Inodes mit mehrfach belegten Blöcken "
2273"durchsucht.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002274
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002275#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002276#: e2fsck/problem.c:1239
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002277msgid "Pass 1D: Reconciling @m @bs\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002278msgstr "Durchgang 1D: Mehrfach belegte Blöcke werden abgeglichen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002279
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002280#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002281#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002282#: e2fsck/problem.c:1244
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002283msgid ""
2284"File %Q (@i #%i, mod time %IM) \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002285" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002286msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002287"Datei %Q (Inode #%i, Änderungszeit %IM) \n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002288" hat %r mehrfach belegte(n) Block/Blöcke, gemeinsam genutzt mit %N "
2289"Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002290
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002291#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002292#: e2fsck/problem.c:1250
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002293msgid "\t%Q (@i #%i, mod time %IM)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002294msgstr "\t%Q (Inode #%i, Änderungszeit %IM)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002295
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002296#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002297#: e2fsck/problem.c:1255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002298msgid "\t<@f metadata>\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002299msgstr "\t<@f-Metadaten>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002301#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2302#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002303#: e2fsck/problem.c:1260
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002304msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002305"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002306"\n"
2307msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002308"(Es gibt %N Inodes, die mehrfach belegte Blöcke enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002309"\n"
2310
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002311#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2312#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002313#: e2fsck/problem.c:1265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002314msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002315"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002316"\n"
2317msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002318"Mehrfach belegte Blöcke wurden bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002319"\n"
2320
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002321#: e2fsck/problem.c:1278
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002322#, c-format
2323msgid "Couldn't clone file: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002324msgstr "Datei kann nicht geklont werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002325
Theodore Ts'o4e528702016-09-04 21:31:21 -04002326#. @-expanded: Pass 1E: Optimizing extent trees\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002327#: e2fsck/problem.c:1284
Theodore Ts'o4e528702016-09-04 21:31:21 -04002328msgid "Pass 1E: Optimizing @x trees\n"
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002329msgstr "Durchgang 1E: Erweiterungsbäume werden optimiert\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002330
2331#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002332#: e2fsck/problem.c:1289
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002333#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002334msgid "Failed to optimize @x tree %p (%i): %m\n"
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002335msgstr "Erweiterungsbaum %p (%i) konnte nicht optimiert werden: %m\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002336
2337#. @-expanded: Optimizing extent trees:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002338#: e2fsck/problem.c:1294
Theodore Ts'o4e528702016-09-04 21:31:21 -04002339msgid "Optimizing @x trees: "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002340msgstr "Erweiterungsbäume werden optimiert: "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002341
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002342#: e2fsck/problem.c:1309
Theodore Ts'o4e528702016-09-04 21:31:21 -04002343msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002344msgstr ""
2345"Interner Fehler: die max. Tiefe des Erweiterungsbaums ist zu groß (%b; "
2346"erwartet wurde %c).\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002347
2348#. @-expanded: inode %i extent tree (at level %b) could be shorter.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002349#: e2fsck/problem.c:1314
Theodore Ts'o4e528702016-09-04 21:31:21 -04002350msgid "@i %i @x tree (at level %b) could be shorter. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05002351msgstr ""
2352"Der Erweiterungsbaum von Inode %1$i (auf Ebene %2$b) könnte kürzer sein. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002353
2354#. @-expanded: inode %i extent tree (at level %b) could be narrower.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002355#: e2fsck/problem.c:1319
Theodore Ts'o4e528702016-09-04 21:31:21 -04002356msgid "@i %i @x tree (at level %b) could be narrower. "
Theodore Ts'o89128f82018-01-01 19:36:37 -05002357msgstr ""
2358"Der Erweiterungsbaum von Inode %1$i (auf Ebene %2$b) könnte schmaler sein. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04002359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002360#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002361#: e2fsck/problem.c:1326
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002362msgid "Pass 2: Checking @d structure\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002363msgstr "Durchgang 2: Verzeichnisstruktur wird geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002364
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002365#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002366#: e2fsck/problem.c:1331
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002367#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002368msgid "@n @i number for '.' in @d @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002369msgstr "Falsche Inode-Nummer für „.“ in Verzeichnis-Inode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002370
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002371#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002372#: e2fsck/problem.c:1336
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002373msgid "@E has @n @i #: %Di.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002374msgstr "Eintrag hat falsche Inode-Nummer: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002375
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002376#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002377#: e2fsck/problem.c:1341
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002378msgid "@E has @D/unused @i %Di. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002379msgstr "Eintrag „%Dn“ in %p (%i) hat gelöschten/unbenutzten Inode %Di. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002380
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002381#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002382#: e2fsck/problem.c:1346
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002383msgid "@E @L to '.' "
Philipp Thomasab02a742014-07-09 23:13:30 -04002384msgstr "Eintrag „%Dn“ in %p (%i) ist ein Link auf „.“ "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002385
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002386#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002387#: e2fsck/problem.c:1351
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002388msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002389msgstr ""
2390"Eintrag „%Dn“ in %p (%i) zeigt auf einen Inode (%Di) in einem defekten "
2391"Block.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002392
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002393#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002394#: e2fsck/problem.c:1356
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002395msgid "@E @L to @d %P (%Di).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002396msgstr "Eintrag „%Dn“ in %p (%i) ist ein Link auf das Verzeichnis %P (%Di).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002397
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002398#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002399#: e2fsck/problem.c:1361
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002400msgid "@E @L to the @r.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002401msgstr "Eintrag „%Dn“ in %p (%i) ist ein Link auf den Root-Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002402
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002403#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002404#: e2fsck/problem.c:1366
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002405msgid "@E has illegal characters in its name.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002406msgstr "Eintrag „%Dn“ in %p (%i) hat ein unzulässiges Zeichen im Namen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002407
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002408#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002409#: e2fsck/problem.c:1371
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002410#, c-format
2411msgid "Missing '.' in @d @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002412msgstr "Fehlende „.“ im Verzeichnis-Inode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002414#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002415#: e2fsck/problem.c:1376
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002416#, c-format
2417msgid "Missing '..' in @d @i %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002418msgstr "Fehlender Eintrag „..“ im Verzeichnis-Inode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002419
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002420#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002421#: e2fsck/problem.c:1381
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002422msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002423msgstr ""
2424"Der erste Eintrag „%Dn“ (Inode=%Di) im Verzeichnis-Inode %i (%p) sollte „.“ "
2425"sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002426
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002427#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002428#: e2fsck/problem.c:1386
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002429msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002430msgstr ""
2431"Der zweite Eintrag „%Dn“ (Inode=%Di) im Verzeichnis-Inode %i sollte „..“ "
2432"sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002433
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002434#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002435#: e2fsck/problem.c:1391
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002436msgid "i_faddr @F %IF, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002437msgstr "i_faddr für Inode %i (%Q) ist %IF, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002438
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002439#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002440#: e2fsck/problem.c:1396
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002441msgid "i_file_acl @F %If, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002442msgstr "i_file_acl für Inode %i (%Q) ist %If, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002443
Theodore Ts'o899425b2018-02-27 22:25:04 -05002444#. @-expanded: i_size_high for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002445#: e2fsck/problem.c:1401
Theodore Ts'o899425b2018-02-27 22:25:04 -05002446#, fuzzy
2447msgid "i_size_high @F %Id, @s zero.\n"
2448msgstr "i_fsize für Inode %i (%Q) ist %N, @s null.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002449
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002450#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002451#: e2fsck/problem.c:1406
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002452msgid "i_frag @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002453msgstr "i_frag für Inode %i (%Q) ist %N, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002455#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002456#: e2fsck/problem.c:1411
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002457msgid "i_fsize @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002458msgstr "i_fsize für Inode %i (%Q) ist %N, @s null.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002459
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002460#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002461#: e2fsck/problem.c:1416
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002462msgid "@i %i (%Q) has @n mode (%Im).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002463msgstr "Inode %i (%Q) hat einen ungültigen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002464
Philipp Thomas77c871a2010-04-19 16:59:02 -04002465#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002466#: e2fsck/problem.c:1421
Philipp Thomas77c871a2010-04-19 16:59:02 -04002467msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002468msgstr "Verzeichnis-Inode %i, %B, Offset %N: Verzeichnis defekt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002469
Philipp Thomas77c871a2010-04-19 16:59:02 -04002470#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002471#: e2fsck/problem.c:1426
Philipp Thomas77c871a2010-04-19 16:59:02 -04002472msgid "@d @i %i, %B, offset %N: filename too long\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002473msgstr "Verzeichnis-Inode %i, %B, Offset %N: Dateiname zu lang\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002474
Philipp Thomas77c871a2010-04-19 16:59:02 -04002475#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002476#: e2fsck/problem.c:1431
Philipp Thomas77c871a2010-04-19 16:59:02 -04002477msgid "@d @i %i has an unallocated %B. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002478msgstr "Verzeichnis-Inode %i hat einen nicht zugewiesenen %B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002480#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002481#: e2fsck/problem.c:1436
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002482#, c-format
2483msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002484msgstr ""
2485"Verzeichniseintrag „.“ im Verzeichnis-Inode %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002486
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002487#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002488#: e2fsck/problem.c:1441
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002489#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002490msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002491msgstr ""
2492"Verzeichniseintrag „..“ im Verzeichnis-Inode %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002493
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002494#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002495#: e2fsck/problem.c:1446
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002496msgid "@i %i (%Q) is an @I character @v.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002497msgstr "Inode %i (%Q) ist ein ungültiges zeichenorientiertes Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002498
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002499#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002500#: e2fsck/problem.c:1451
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002501msgid "@i %i (%Q) is an @I @b @v.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002502msgstr "Inode %i (%Q) ist ein ungültiges blockorientiertes Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002503
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002504#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002505#: e2fsck/problem.c:1456
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002506msgid "@E is duplicate '.' @e.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002507msgstr "Eintrag „%Dn“ in %p (%i) ist ein doppelter Eintrag für „.“.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002508
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002509#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002510#: e2fsck/problem.c:1461
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002511msgid "@E is duplicate '..' @e.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002512msgstr "Eintrag „%Dn“ in %p (%i) ist ein doppelter Eintrag für „..“.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002513
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002514#: e2fsck/problem.c:1466 e2fsck/problem.c:1801
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002515#, c-format
2516msgid "Internal error: couldn't find dir_info for %i.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002517msgstr "Interner Fehler: dir_info für %i kann nicht gefunden werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002518
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002519#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002520#: e2fsck/problem.c:1471
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002521msgid "@E has rec_len of %Dr, @s %N.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002522msgstr "Eintrag „%Dn“ in %p (%i) hat eine rec_len von %Dr, sollte %N sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002523
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002524#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002525#: e2fsck/problem.c:1476
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002526#, c-format
2527msgid "@A icount structure: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002528msgstr "Fehler beim Zuweisen der icount-Struktur: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002529
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002530#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002531#: e2fsck/problem.c:1481
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002532#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04002533msgid "Error iterating over @d @bs: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002534msgstr "Fehler beim Durchlaufen der Verzeichnisblöcke: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002535
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002536#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002537#: e2fsck/problem.c:1486
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002538msgid "Error reading @d @b %b (@i %i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002539msgstr "Fehler beim Lesen des Verzeichnisblocks %b (Inode %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002540
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002541#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002542#: e2fsck/problem.c:1491
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002543msgid "Error writing @d @b %b (@i %i): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002544msgstr "Fehler beim Schreiben des Verzeichnisblocks %b (Inode %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002545
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002546#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002547#: e2fsck/problem.c:1496
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002548#, c-format
2549msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002550msgstr ""
2551"Fehler beim Zuweisen eines neuen Verzeichnisblocks für Inode %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002552
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002553#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002554#: e2fsck/problem.c:1501
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002555#, c-format
2556msgid "Error deallocating @i %i: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002557msgstr "Fehler bei der Freigabe von Inode %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002558
Philipp Thomas40771272008-09-07 22:55:25 -04002559#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002560#: e2fsck/problem.c:1506
Philipp Thomas40771272008-09-07 22:55:25 -04002561#, c-format
2562msgid "@d @e for '.' in %p (%i) is big.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002563msgstr "Verzeichniseintrag für „.“ in %p (%i) ist groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002564
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002565#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002566#: e2fsck/problem.c:1511
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002567msgid "@i %i (%Q) is an @I FIFO.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002568msgstr "Inode %i (%Q) ist eine ungültige FIFO.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002569
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002570#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002571#: e2fsck/problem.c:1516
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002572msgid "@i %i (%Q) is an @I socket.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002573msgstr "Inode %i (%Q) ist ein ungültiger Socket.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002574
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002575#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002576#: e2fsck/problem.c:1521
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002577msgid "Setting filetype for @E to %N.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002578msgstr "Dateitypü für Eintrag „%Dn“ in %p (%i) wird auf %N gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002579
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002580#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002581#: e2fsck/problem.c:1526
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002582msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002583msgstr ""
2584"Eintrag „%Dn“ in %p (%i) hat einen falschen Dateityp (war %Dt, sollte %N "
2585"sein).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002586
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002587#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002588#: e2fsck/problem.c:1531
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002589msgid "@E has filetype set.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002590msgstr "Eintrag „%Dn“ in %p (%i) hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002591
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002592#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002593#: e2fsck/problem.c:1536
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002594msgid "@E has a @z name.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002595msgstr "Eintrag „%Dn“ in %p (%i) hat einen Namen der Länge Null.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002596
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002597#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002598#: e2fsck/problem.c:1541
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002599msgid "Symlink %Q (@i #%i) is @n.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002600msgstr "Symlink %Q (Inode #%i) is invalid.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002601
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002602#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002603#: e2fsck/problem.c:1546
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002604msgid "@a @b @F @n (%If).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002605msgstr "Erweiterte-Attribute-Block für Inode %i (%Q) ist ungültig (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002606
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002607#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002608#: e2fsck/problem.c:1551
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002609msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002610msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002611"Dateisystem enthält große Dateien, aber im Superblock ist\n"
2612"der Bitschalter LARGE_FILE nicht gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002613
Philipp Thomas77c871a2010-04-19 16:59:02 -04002614#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002615#: e2fsck/problem.c:1556
Philipp Thomas77c871a2010-04-19 16:59:02 -04002616msgid "@p @h %d: %B not referenced\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002617msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B ist nicht referenziert\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002618
Philipp Thomas77c871a2010-04-19 16:59:02 -04002619#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002620#: e2fsck/problem.c:1561
Philipp Thomas77c871a2010-04-19 16:59:02 -04002621msgid "@p @h %d: %B referenced twice\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002622msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002623
Philipp Thomas77c871a2010-04-19 16:59:02 -04002624#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002625#: e2fsck/problem.c:1566
Philipp Thomas77c871a2010-04-19 16:59:02 -04002626msgid "@p @h %d: %B has bad min hash\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002627msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B hat ungültigen Minimumhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002628
Philipp Thomas77c871a2010-04-19 16:59:02 -04002629#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002630#: e2fsck/problem.c:1571
Philipp Thomas77c871a2010-04-19 16:59:02 -04002631msgid "@p @h %d: %B has bad max hash\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002632msgstr "Problem im HTREE-Verzeichnis-Inode %d: %B hat ungültigen Maximalhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002633
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002634#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002635#: e2fsck/problem.c:1576
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002636msgid "@n @h %d (%q). "
Philipp Thomasab02a742014-07-09 23:13:30 -04002637msgstr "Ungültiger HTREE-Verzeichnis-Inode %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002638
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002639#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002640#: e2fsck/problem.c:1580
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002641msgid "@p @h %d (%q): bad @b number %b.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002642msgstr "Problem im HTREE-Verzeichnis-Inode %d (%q): falsche Blocknummer %b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002643
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002644#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002645#: e2fsck/problem.c:1590
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002646#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002647msgid "@p @h %d: root node is @n\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002648msgstr "Problem im HTREE-Verzeichnis-Inode %d: Wurzelknoten ist ungültig\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002649
Philipp Thomas77c871a2010-04-19 16:59:02 -04002650#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002651#: e2fsck/problem.c:1595
Philipp Thomas77c871a2010-04-19 16:59:02 -04002652msgid "@p @h %d: %B has @n limit (%N)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002653msgstr ""
2654"Problem im HTREE-Verzeichnis-Inode %d: %B hat eine ungültige Begrenzung "
2655"(%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002656
Philipp Thomas77c871a2010-04-19 16:59:02 -04002657#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002658#: e2fsck/problem.c:1600
Philipp Thomas77c871a2010-04-19 16:59:02 -04002659msgid "@p @h %d: %B has @n count (%N)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002660msgstr ""
2661"Problem im HTREE-Verzeichnis-Inode %d: %B hat einen ungültigen Zählerstand "
2662"(%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002663
Philipp Thomas77c871a2010-04-19 16:59:02 -04002664#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002665#: e2fsck/problem.c:1605
Philipp Thomas77c871a2010-04-19 16:59:02 -04002666msgid "@p @h %d: %B has an unordered hash table\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002667msgstr ""
2668"Problem im HTREE-Verzeichnis-Inode %d: %B hat eine unsortierte Hashtabelle\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002669
Philipp Thomas77c871a2010-04-19 16:59:02 -04002670#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002671#: e2fsck/problem.c:1610
Philipp Thomas77c871a2010-04-19 16:59:02 -04002672msgid "@p @h %d: %B has @n depth (%N)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002673msgstr ""
2674"Problem im HTREE-Verzeichnis-Inode %d: %B hat eine ungültige Tiefe (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002675
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002676#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002677#: e2fsck/problem.c:1615
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002678msgid "Duplicate @E found. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002679msgstr "Doppelter Eintrag „%Dn“ in %p (%i) gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002680
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002681#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2682#. @-expanded: Rename to %s
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002683#: e2fsck/problem.c:1620
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002684#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002685msgid ""
2686"@E has a non-unique filename.\n"
2687"Rename to %s"
2688msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002689"Eintrag „%Dn“ in %p (%i) hat keinen eindeutigen Dateinamen.\n"
2690"Wird in %s umbenannt"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002691
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002692#. @-expanded: Duplicate entry '%Dn' found.\n
2693#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2694#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002695#: e2fsck/problem.c:1625
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002696msgid ""
2697"Duplicate @e '%Dn' found.\n"
2698"\tMarking %p (%i) to be rebuilt.\n"
2699"\n"
2700msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002701"Doppelter Eintrag „%Dn“ gefunden.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002702"\t%p (%i) wird für die Neuerstellung markiert.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002703"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002704
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002705#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002706#: e2fsck/problem.c:1630
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002707msgid "i_blocks_hi @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002708msgstr "i_blocks_hi für Inode %i (%Q) %N, sollte Null sein.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002709
Philipp Thomas720e6362008-06-21 14:06:00 -04002710#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002711#: e2fsck/problem.c:1635
Philipp Thomas720e6362008-06-21 14:06:00 -04002712msgid "Unexpected @b in @h %d (%q).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002713msgstr "Unerwarteter Block im HTREE-Verzeichnis-Inode %d (%q).\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002714
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002715#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002716#: e2fsck/problem.c:1639
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002717msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002718msgstr ""
2719"Eintrag „%Dn“ in %p (%i) verweist auf Inode %Di in Gruppe %g, für die "
2720"_INODE_UNINIT gesetzt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002721
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002722#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002723#: e2fsck/problem.c:1644
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002724msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002725msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05002726"Eintrag „%Dn“ in %p (%i) verweist auf Inode %Di, der im Bereich ungenutzter "
2727"Inodes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002728"von Gruppe %g zu finden ist.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002729
2730#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002731#: e2fsck/problem.c:1649
Philipp Thomas77c871a2010-04-19 16:59:02 -04002732msgid "i_file_acl_hi @F %N, @s zero.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002733msgstr "i_file_acl_hi für Inode %i (%Q) ist %N, sollte Null sein.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002734
Theodore Ts'o4e528702016-09-04 21:31:21 -04002735#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002736#: e2fsck/problem.c:1654
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002737#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002738msgid "@p @h %d: root node fails checksum.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002739msgstr ""
2740"Problem in HTREE-Verzeichnis-Inode %d: der Wurzelknoten ist ungültig.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002741
2742#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002743#: e2fsck/problem.c:1659
Philipp Thomasfc5d7892017-01-31 17:34:55 -05002744#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04002745msgid "@p @h %d: internal node fails checksum.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002746msgstr ""
2747"Problem im HTREE-Verzeichnis-Inode %d: der interne Knoten ist ungültig\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002748
2749#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002750#: e2fsck/problem.c:1664
Theodore Ts'o4e528702016-09-04 21:31:21 -04002751msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002752msgstr ""
2753"Verzeichnis-Inode %i, %B, Offset %N: das Verzeichnis hat keine Prüfsumme.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002754
2755#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002756#: e2fsck/problem.c:1669
Theodore Ts'o4e528702016-09-04 21:31:21 -04002757msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002758msgstr ""
2759"Verzeichnis-Inode %i, %B: das Verzeichnis besteht die Prüfungen aber die "
2760"Püfsumme ist falsch.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002761
2762#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002763#: e2fsck/problem.c:1674
Theodore Ts'o4e528702016-09-04 21:31:21 -04002764msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002765msgstr ""
2766"Die Größe von Inode %i (%N) eines Inline-Verzeichnisses muss ein Mehrfaches "
2767"von 4 sein.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002768
2769#. @-expanded: Fixing size of inline directory inode %i failed.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002770#: e2fsck/problem.c:1679
Theodore Ts'o4e528702016-09-04 21:31:21 -04002771#, c-format
2772msgid "Fixing size of inline @d @i %i failed.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002773msgstr ""
2774"Das Korrigieren der Größe von Inode %i eines Inline-Verzeichnisses ist fehl "
2775"geschlagen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002776
2777#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002778#: e2fsck/problem.c:1684
Theodore Ts'o4e528702016-09-04 21:31:21 -04002779msgid "Encrypted @E is too short.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04002780msgstr "Der verschlüsselte Eintrag „%Dn” in %p (%i) ist zu kurz.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002781
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002782#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002783#: e2fsck/problem.c:1691
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002784msgid "Pass 3: Checking @d connectivity\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002785msgstr "Durchgang 3: Verzeichnisverknüpfungen werden geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002786
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002787#. @-expanded: root inode not allocated.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002788#: e2fsck/problem.c:1696
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002789msgid "@r not allocated. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002790msgstr "Root-Inode nicht zugeordnet. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002791
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002792#. @-expanded: No room in lost+found directory.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002793#: e2fsck/problem.c:1701
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002794msgid "No room in @l @d. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002795msgstr "Kein Platz im Verzeichnis „lost+found“. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002796
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002797#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002798#: e2fsck/problem.c:1706
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002799#, c-format
2800msgid "Unconnected @d @i %i (%p)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002801msgstr "Nicht verbundener Verzeichnis-Inode %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002802
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002803#. @-expanded: /lost+found not found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002804#: e2fsck/problem.c:1711
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002805msgid "/@l not found. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002806msgstr "/lost+found nicht gefunden. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002807
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002808#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002809#: e2fsck/problem.c:1716
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002810msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002811msgstr "„..“ in %Q (%i) ist %P (%j), sollte %q (%d) sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002812
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002813#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002814#: e2fsck/problem.c:1721
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002815msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002816msgstr ""
2817"Verzeichnis /lost+found ist falsch oder fehlt. Wiederverbinden nicht "
2818"möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002819
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002820#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002821#: e2fsck/problem.c:1726
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002822#, c-format
2823msgid "Could not expand /@l: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002824msgstr "Erweitern von /lost+found nicht möglich: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002825
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002826#: e2fsck/problem.c:1731
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002827#, c-format
2828msgid "Could not reconnect %i: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002829msgstr "Wiederverbinden von %i nicht möglich: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002830
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002831#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002832#: e2fsck/problem.c:1736
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002833#, c-format
2834msgid "Error while trying to find /@l: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002835msgstr "Fehler während der Suche nach /lost+found: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002836
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002837#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002838#: e2fsck/problem.c:1741
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002839#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002840msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002841msgstr ""
2842"ext2fs_new_@b: %m während des Versuches, das Verzeichnis /lost+found zu "
2843"erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002844
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002845#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002846#: e2fsck/problem.c:1746
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002847#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002848msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002849msgstr ""
2850"ext2fs_new_@i: %m während des Versuches, das Verzeichnis /lost+found zu "
2851"erzeugen.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002852
2853#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002854#: e2fsck/problem.c:1751
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002855#, c-format
2856msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002857msgstr ""
2858"ext2fs_new_dir_@b: %m während des Versuches, das Verzeichnis /lost+found zu "
2859"erzeugen.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002860
2861#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002862#: e2fsck/problem.c:1756
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05002863#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002864msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05002865msgstr ""
2866"ext2fs_write_dir_@b: %m während des Schreibens des Verzeichnisblocks für /"
2867"lost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002868
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002869#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002870#: e2fsck/problem.c:1761
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002871#, c-format
2872msgid "Error while adjusting @i count on @i %i\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002873msgstr "Fehler während des Anpassens der Inode-Anzahl auf Inode %i\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002874
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002875#. @-expanded: Couldn't fix parent of inode %i: %m\n
2876#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002877#: e2fsck/problem.c:1766
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002878#, c-format
2879msgid ""
2880"Couldn't fix parent of @i %i: %m\n"
2881"\n"
2882msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002883"Eigentümer von Inode %i konnte nicht repariert werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002884"\n"
2885
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002886#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2887#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002888#: e2fsck/problem.c:1771
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002889#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002890msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002891"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002892"\n"
2893msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04002894"Eigentümer von Inode %i konnte nicht repariert werden: \n"
2895"Verzeichniseintrag des Eigentümers wurde nicht gefunden.\n"
2896"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002897
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002898#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002899#: e2fsck/problem.c:1781
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002900#, c-format
2901msgid "Error creating root @d (%s): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002902msgstr "Fehler beim Erzeugen des Wurzelverzeichnisses (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002903
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002904#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002905#: e2fsck/problem.c:1786
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002906#, c-format
2907msgid "Error creating /@l @d (%s): %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002908msgstr "Fehler beim Erzeugen des Verzeichnisses /lost+found (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002909
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002910#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002911#: e2fsck/problem.c:1791
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002912msgid "@r is not a @d; aborting.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002913msgstr "Der Wurzel-Inode ist kein Verzeichnis; Abbruch.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002914
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002915#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002916#: e2fsck/problem.c:1796
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002917msgid "Cannot proceed without a @r.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002918msgstr "Ohne Wurzel-Inode ist weiteres Arbeiten nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002919
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002920#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002921#: e2fsck/problem.c:1806
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002922#, c-format
2923msgid "/@l is not a @d (ino=%i)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002924msgstr "/lost+found ist kein Verzeichnis (ino=%i)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002925
Theodore Ts'o4e528702016-09-04 21:31:21 -04002926#. @-expanded: /lost+found has inline data\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002927#: e2fsck/problem.c:1811
Theodore Ts'o4e528702016-09-04 21:31:21 -04002928msgid "/@l has inline data\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04002929msgstr "/@l hat Inline-Daten\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002930
2931#. @-expanded: Cannot allocate space for /lost+found.\n
2932#. @-expanded: Place lost files in root directory instead
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002933#: e2fsck/problem.c:1816
Theodore Ts'o4e528702016-09-04 21:31:21 -04002934msgid ""
2935"Cannot allocate space for /@l.\n"
2936"Place lost files in root directory instead"
2937msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04002938"Es kann kein Platz für /@l reserviert werden.\n"
2939"Verlorene Dateien werden daher in das Wurzelverzeichnis geschrieben"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002940
2941#. @-expanded: Insufficient space to recover lost files!\n
2942#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2943#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002944#: e2fsck/problem.c:1821
Theodore Ts'o4e528702016-09-04 21:31:21 -04002945msgid ""
2946"Insufficient space to recover lost files!\n"
2947"Move data off the @f and re-run e2fsck.\n"
2948"\n"
2949msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04002950"Der vorhandene Platz reicht nicht zur Rettung verlorener Dateien!\n"
2951"Verschieben sie Daten von dem Dateisystem auf ein anderes und lassen\n"
2952"Sie dann e2fsck noch einmal laufen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002953
2954#. @-expanded: /lost+found is encrypted\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002955#: e2fsck/problem.c:1826
Theodore Ts'o4e528702016-09-04 21:31:21 -04002956msgid "/@l is encrypted\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04002957msgstr "/lost+found ist verschlüsselt\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002958
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002959#: e2fsck/problem.c:1833
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002960msgid "Pass 3A: Optimizing directories\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002961msgstr "Durchgang 3A: Verzeichnisse werden optimiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002962
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002963#: e2fsck/problem.c:1838
Philipp Thomas77c871a2010-04-19 16:59:02 -04002964#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002965msgid "Failed to create dirs_to_hash iterator: %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002966msgstr "dirs_to_hash Iterator konnte nicht erzeugt werden: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002967
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002968#: e2fsck/problem.c:1843
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002969msgid "Failed to optimize directory %q (%d): %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002970msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002971
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002972#: e2fsck/problem.c:1848
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002973msgid "Optimizing directories: "
Philipp Thomasab02a742014-07-09 23:13:30 -04002974msgstr "Verzeichnisse werden optimiert: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002975
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002976#: e2fsck/problem.c:1865
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002977msgid "Pass 4: Checking reference counts\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002978msgstr "Durchgang 4: Referenzzähler werden überprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002979
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002980#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002981#: e2fsck/problem.c:1870
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002982#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002983msgid "@u @z @i %i. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002984msgstr "Nicht verbundener Inode der Länge Null %i. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002985
2986#. @-expanded: unattached inode %i\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002987#: e2fsck/problem.c:1875
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002988#, c-format
2989msgid "@u @i %i\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04002990msgstr "Nicht verbundener Inode %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002991
2992#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002993#: e2fsck/problem.c:1880
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002994msgid "@i %i ref count is %Il, @s %N. "
Philipp Thomasab02a742014-07-09 23:13:30 -04002995msgstr "Der Referenzzähler von Inode %i ist %Il, sollte aber %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002996
Philipp Thomasab02a742014-07-09 23:13:30 -04002997# So etwas sollte in einer ernstzunehmenden Software nicht erscheinen,
2998# selbst wenn es (derber) Humor ist.
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002999#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
3000#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
3001#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003002#: e2fsck/problem.c:1884
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003003msgid ""
3004"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
3005"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003006"@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 -05003007msgstr ""
3008"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003009"\tODER JEMAND PRÜFT EIN EINGEHÄNGTES (AKTIVES) DATEISYSTEM.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003010"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten identisch "
3011"sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003012
Theodore Ts'o899425b2018-02-27 22:25:04 -05003013#. @-expanded: extended attribute inode %i ref count is %N, should be %n.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003014#: e2fsck/problem.c:1891
Theodore Ts'o899425b2018-02-27 22:25:04 -05003015#, fuzzy
3016msgid "@a @i %i ref count is %N, @s %n. "
3017msgstr "Der Referenzzähler von Inode %i ist %Il, sollte aber %N sein. "
3018
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003019#. @-expanded: directory exceeds max links, but no DIR_NLINK feature in superblock.\n
3020#: e2fsck/problem.c:1896
3021msgid "@d exceeds max links, but no DIR_NLINK feature in @S.\n"
3022msgstr ""
3023
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003024#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003025#: e2fsck/problem.c:1903
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003026msgid "Pass 5: Checking @g summary information\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003027msgstr "Durchgang 5: Zusammengefasste Gruppeninformation wird geprüft\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003028
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003029#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003030#: e2fsck/problem.c:1908
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003031msgid "Padding at end of @i @B is not set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04003032msgstr "Auffüllbyte am Ende der Inode-Bitmap ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003033
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003034#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003035#: e2fsck/problem.c:1913
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003036msgid "Padding at end of @b @B is not set. "
Philipp Thomasab02a742014-07-09 23:13:30 -04003037msgstr "Auffüllbyte am Ende der Inode-Bitmap ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003038
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003039#. @-expanded: block bitmap differences:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003040#: e2fsck/problem.c:1918
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003041msgid "@b @B differences: "
Philipp Thomasab02a742014-07-09 23:13:30 -04003042msgstr "Unterschiede in der Block-Bitmap: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003043
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003044#. @-expanded: inode bitmap differences:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003045#: e2fsck/problem.c:1938
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003046msgid "@i @B differences: "
Philipp Thomasab02a742014-07-09 23:13:30 -04003047msgstr "Unterschiede in der Inode-Bitmap: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003048
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003049#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003050#: e2fsck/problem.c:1958
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003051msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003052msgstr "Die Anzahl freier Inodes für Gruppe #%g ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003053
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003054#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003055#: e2fsck/problem.c:1963
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003056msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003057msgstr ""
3058"Die Anzahl der Verzeichnisse für Gruppe #%g ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003059
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003060#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003061#: e2fsck/problem.c:1968
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003062msgid "Free @is count wrong (%i, counted=%j).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003063msgstr "Die Anzahl freier Inodes ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003064
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003065#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003066#: e2fsck/problem.c:1973
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003067msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003068msgstr "Die Anzahl freier Blöcke in Gruppe #%g ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003069
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003070#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003071#: e2fsck/problem.c:1978
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003072msgid "Free @bs count wrong (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003073msgstr "Die Anzahl freier Blöcke ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003074
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003075#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
3076#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003077#: e2fsck/problem.c:1983
Theodore Ts'o89128f82018-01-01 19:36:37 -05003078msgid ""
3079"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
3080"endpoints (%i, %j)\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003081msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05003082"PROGRAMMIERFEHLER: Dateisystem (#%N) Bitmap-Endpunkte (%b, %c) stimmenen "
3083"nicht\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003084"mit den berechneten Bitmap-Endpunkten (%i, %j) überein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003085
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003086#: e2fsck/problem.c:1989
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003087msgid "Internal error: fudging end of bitmap (%N)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05003088msgstr "Interner Fehler: das Ende der Bitmap (%N) wird erraten\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003090#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003091#: e2fsck/problem.c:1994
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003092#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003093msgid "Error copying in replacement @i @B: %m\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003094msgstr "Fehler beim Hineinkopieren der Inode-Bitmap: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003095
3096#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003097#: e2fsck/problem.c:1999
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003098#, c-format
3099msgid "Error copying in replacement @b @B: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05003100msgstr "Fehler beim Hineinkopieren der Ersatz-Blockbitmap: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003101
Philipp Thomas720e6362008-06-21 14:06:00 -04003102#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003103#: e2fsck/problem.c:2024
Philipp Thomas720e6362008-06-21 14:06:00 -04003104#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04003105msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003106msgstr ""
3107"Blöcke von Gruppe %g sind in Benutzung, obwohl die Gruppe als BLOCK_UNINIT "
3108"markiert ist\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003109
3110#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003111#: e2fsck/problem.c:2029
Theodore Ts'o057a1592010-06-07 12:24:21 -04003112#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003113msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003114msgstr ""
3115"Die Inodes der Gruppe %g sind in Benutzung, obwohl die Gruppe als "
3116"INODE_UNINIT markiert ist\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003117
3118#. @-expanded: group %g inode bitmap does not match checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003119#: e2fsck/problem.c:2034
Theodore Ts'o4e528702016-09-04 21:31:21 -04003120#, c-format
3121msgid "@g %g @i @B does not match checksum.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003122msgstr "Die Inode-Bitmap der Gruppe %g passt nicht zur Prüfsumme.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003123
3124#. @-expanded: group %g block bitmap does not match checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003125#: e2fsck/problem.c:2039
Theodore Ts'o4e528702016-09-04 21:31:21 -04003126#, c-format
3127msgid "@g %g @b @B does not match checksum.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003128msgstr "Die Block-Bitmap der Gruppe %g passt nicht zur Prüfsumme.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003129
Philipp Thomas77c871a2010-04-19 16:59:02 -04003130#. @-expanded: Recreate journal
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003131#: e2fsck/problem.c:2046
Philipp Thomas77c871a2010-04-19 16:59:02 -04003132msgid "Recreate @j"
Philipp Thomasab02a742014-07-09 23:13:30 -04003133msgstr "Journal wird wiederhergestellt"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003134
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003135#: e2fsck/problem.c:2051
Eric Sandeen032eafe2012-07-28 17:48:36 -04003136msgid "Update quota info for quota type %N"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05003137msgstr "Quota-Info für Typ %N wird aktualisiert"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003138
Philipp Thomas37be3822015-05-17 20:21:39 -04003139#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003140#: e2fsck/problem.c:2056
Philipp Thomas37be3822015-05-17 20:21:39 -04003141#, c-format
3142msgid "Error setting @b @g checksum info: %m\n"
3143msgstr "beim Setzen der Blockgruppen-Prüfsummeninfo: %m\n"
3144
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003145#: e2fsck/problem.c:2061
Philipp Thomas37be3822015-05-17 20:21:39 -04003146#, c-format
3147msgid "Error writing file system info: %m\n"
3148msgstr "Fehler beim Lesen de Der Dateisysteminfo: %m\n"
3149
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003150#: e2fsck/problem.c:2066
Philipp Thomas37be3822015-05-17 20:21:39 -04003151#, c-format
3152msgid "Error flushing writes to storage device: %m\n"
3153msgstr "Fehler beim Schreiben der gepufferten Daten: %m\n"
3154
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003155#: e2fsck/problem.c:2071
Theodore Ts'o4e528702016-09-04 21:31:21 -04003156msgid "Error writing quota info for quota type %N: %m\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003157msgstr "Beim Schreiben der Quota-Info für Typ %N trat ein Fehler auf: %m\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003158
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003159#: e2fsck/problem.c:2194
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003160#, c-format
3161msgid "Unhandled error code (0x%x)!\n"
3162msgstr "Unbenutzter Fehlercode (0x%x)!\n"
3163
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003164#: e2fsck/problem.c:2320 e2fsck/problem.c:2324
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003165msgid "IGNORED"
3166msgstr "IGNORIERT"
3167
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003168#: e2fsck/quota.c:30 e2fsck/quota.c:37 e2fsck/quota.c:50 e2fsck/quota.c:59
Theodore Ts'o4e528702016-09-04 21:31:21 -04003169msgid "in move_quota_inode"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003170msgstr "in move_quota_inode"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003171
Eric Sandeen032eafe2012-07-28 17:48:36 -04003172#: e2fsck/scantest.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003173#, c-format
3174msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003175msgstr "Benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003176
Eric Sandeen032eafe2012-07-28 17:48:36 -04003177#: e2fsck/scantest.c:98
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003178#, c-format
3179msgid "size of inode=%d\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003180msgstr "Größe des Inodes=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003181
Eric Sandeen032eafe2012-07-28 17:48:36 -04003182#: e2fsck/scantest.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003183msgid "while starting inode scan"
Philipp Thomasab02a742014-07-09 23:13:30 -04003184msgstr "beim Starten der Inode-Prüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003185
Eric Sandeen032eafe2012-07-28 17:48:36 -04003186#: e2fsck/scantest.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003187msgid "while doing inode scan"
Philipp Thomasab02a742014-07-09 23:13:30 -04003188msgstr "während der Inode-Prüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003189
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003190#: e2fsck/super.c:224
Theodore Ts'o146649c2018-02-08 23:39:22 -05003191#, fuzzy, c-format
3192msgid "while calling ext2fs_block_iterate for inode %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003193msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003194
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003195#: e2fsck/super.c:249
Theodore Ts'o146649c2018-02-08 23:39:22 -05003196#, fuzzy, c-format
3197msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003198msgstr "während des Aufrufs von ext2fs_adjust_ea_refcount2 für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003199
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003200#: e2fsck/super.c:374
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003201msgid "Truncating"
Philipp Thomasab02a742014-07-09 23:13:30 -04003202msgstr "Wird gekürzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003203
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003204#: e2fsck/super.c:375
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003205msgid "Clearing"
Philipp Thomasab02a742014-07-09 23:13:30 -04003206msgstr "Wird bereinigt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003207
Theodore Ts'o4e528702016-09-04 21:31:21 -04003208#: e2fsck/unix.c:77
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003209#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003210msgid ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04003211"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003212"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003213"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003214msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003215"Aufruf: %s [-panyrcdfktvDFV] [-b Superblock] [-B Blockgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003216"\t\t[-l|-L Bad_Blocks_Datei] [-C Dateideskriptor] [-j externes_Journal]\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003217"\t\t[-E erweiterte_Optionen] [-z Undo_Datei] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003218
Theodore Ts'o4e528702016-09-04 21:31:21 -04003219#: e2fsck/unix.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003220msgid ""
3221"\n"
3222"Emergency help:\n"
3223" -p Automatic repair (no questions)\n"
3224" -n Make no changes to the filesystem\n"
3225" -y Assume \"yes\" to all questions\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003226" -c Check for bad blocks and add them to the badblock "
3227"list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003228" -f Force checking even if filesystem is marked clean\n"
3229msgstr ""
3230"\n"
Philipp Thomas18eaec22011-10-02 22:50:38 -04003231"Notfallhilfe:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003232" -p automatische Reparatur (keine Fragen)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003233" -n keine Veränderungen am Dateisystem vornehmen\n"
Philipp Thomasbaf36c92017-12-03 19:41:42 -05003234" -y Alle Fragen mit „Ja” beantworten\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003235" -c Nach defekten Blöcken suchen und diese zur\n"
3236" Liste der defekten Blöcke hinzufügen\n"
3237" -f Die Überprüfung erzwingen, auch wenn alles i.O. erscheint\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003238
Theodore Ts'o4e528702016-09-04 21:31:21 -04003239#: e2fsck/unix.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003240msgid ""
3241" -v Be verbose\n"
3242" -b superblock Use alternative superblock\n"
3243" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003244" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003245" -l bad_blocks_file Add to badblocks list\n"
3246" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003247" -z undo_file Create an undo file\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003248msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003249" -v Ausführliche Ausgaben\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003250" -b Superblock Alternativen Superblock verwenden\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003251" -B Blockgröße Blockgröße beim Suchen des Superblocks erzwingen\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003252" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003253" -l bad_blocks_file Zur Liste der defekten Blöcke hinzufügen\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003254" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003255" -z undo_file Eine Datei zum rückgängig machen der Änderungen "
3256"erzeugen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003257
Theodore Ts'o89128f82018-01-01 19:36:37 -05003258#: e2fsck/unix.c:136
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003259#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003260msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
3261msgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %llu/%llu Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003262
Theodore Ts'o89128f82018-01-01 19:36:37 -05003263#: e2fsck/unix.c:162
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003264#, c-format
3265msgid ""
3266"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003267"%12u inode used (%2.2f%%, out of %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003268msgid_plural ""
3269"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003270"%12u inodes used (%2.2f%%, out of %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003271msgstr[0] ""
3272"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003273"%12u Inode ist in Benutzung (%2.2f%% von %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003274msgstr[1] ""
3275"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003276"%12u Inodes sind in Benutzung (%2.2f%% von %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003277
Theodore Ts'o89128f82018-01-01 19:36:37 -05003278#: e2fsck/unix.c:166
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003279#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003280msgid "%12u non-contiguous file (%0d.%d%%)\n"
3281msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
3282msgstr[0] "%12u nicht zusammenhängende Datei (%0d.%d%%)\n"
3283msgstr[1] "%12u nicht zusammenhängende Dateien (%0d.%d%%)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003284
Theodore Ts'o89128f82018-01-01 19:36:37 -05003285#: e2fsck/unix.c:171
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003286#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003287msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3288msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
3289msgstr[0] "%12u nicht zusammenhängendes Verzeichnis (%0d.%d%%)\n"
3290msgstr[1] "%12u nicht zusammenhängende Verzeichnisse (%0d.%d%%)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003291
Theodore Ts'o89128f82018-01-01 19:36:37 -05003292#: e2fsck/unix.c:176
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003293#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003294msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003295msgstr " # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003296
Theodore Ts'o89128f82018-01-01 19:36:37 -05003297#: e2fsck/unix.c:184
Philipp Thomasd0275172013-01-15 23:30:35 -05003298msgid " Extent depth histogram: "
Philipp Thomasab02a742014-07-09 23:13:30 -04003299msgstr " Histogramm der Tiefe von Erweiterungen: "
Philipp Thomasd0275172013-01-15 23:30:35 -05003300
Theodore Ts'o89128f82018-01-01 19:36:37 -05003301#: e2fsck/unix.c:193
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003302#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003303msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3304msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
3305msgstr[0] "%12llu Block wird benutzt (%2.2f%% von %llu)\n"
3306msgstr[1] "%12llu Blöcke werden benutzt (%2.2f%% von %llu)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003307
Theodore Ts'o89128f82018-01-01 19:36:37 -05003308#: e2fsck/unix.c:197
Philipp Thomasd0275172013-01-15 23:30:35 -05003309#, c-format
3310msgid "%12u bad block\n"
3311msgid_plural "%12u bad blocks\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003312msgstr[0] "%12u defekter Block\n"
3313msgstr[1] "%12u defekte Blöcke\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003314
Theodore Ts'o89128f82018-01-01 19:36:37 -05003315#: e2fsck/unix.c:199
Philipp Thomasd0275172013-01-15 23:30:35 -05003316#, c-format
3317msgid "%12u large file\n"
3318msgid_plural "%12u large files\n"
3319msgstr[0] "%12u große Datei\n"
3320msgstr[1] "%12u große Dateien\n"
3321
Theodore Ts'o89128f82018-01-01 19:36:37 -05003322#: e2fsck/unix.c:201
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003323#, c-format
3324msgid ""
3325"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003326"%12u regular file\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003327msgid_plural ""
3328"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003329"%12u regular files\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003330msgstr[0] ""
3331"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003332"%12u reguläre Datei\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003333msgstr[1] ""
3334"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003335"%12u reguläre Dateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003336
Theodore Ts'o89128f82018-01-01 19:36:37 -05003337#: e2fsck/unix.c:203
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003338#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003339msgid "%12u directory\n"
3340msgid_plural "%12u directories\n"
3341msgstr[0] "%12u Verzeichnis\n"
3342msgstr[1] "%12u Verzeichnisse\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003343
Theodore Ts'o89128f82018-01-01 19:36:37 -05003344#: e2fsck/unix.c:205
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003345#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003346msgid "%12u character device file\n"
3347msgid_plural "%12u character device files\n"
3348msgstr[0] "%12u zeichenorientierte Gerätedatei\n"
3349msgstr[1] "%12u zeichenorientierte Gerätedateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003350
Theodore Ts'o89128f82018-01-01 19:36:37 -05003351#: e2fsck/unix.c:208
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003352#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003353msgid "%12u block device file\n"
3354msgid_plural "%12u block device files\n"
3355msgstr[0] "%12u Blockgerätedatei\n"
3356msgstr[1] "%12u Blockgerätedateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003357
Theodore Ts'o89128f82018-01-01 19:36:37 -05003358#: e2fsck/unix.c:210
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003359#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003360msgid "%12u fifo\n"
3361msgid_plural "%12u fifos\n"
3362msgstr[0] "%12u Fifo\n"
3363msgstr[1] "%12u Fifos\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003364
Theodore Ts'o89128f82018-01-01 19:36:37 -05003365#: e2fsck/unix.c:212
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003366#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003367msgid "%12u link\n"
3368msgid_plural "%12u links\n"
3369msgstr[0] "%12u Verknüpfung\n"
3370msgstr[1] "%12u Verknüpfungen\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003371
Theodore Ts'o89128f82018-01-01 19:36:37 -05003372#: e2fsck/unix.c:214
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003373#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003374msgid "%12u symbolic link"
3375msgid_plural "%12u symbolic links"
3376msgstr[0] "%12u symbolische Verknüpfung"
3377msgstr[1] "%12u symbolische Verknüpfungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003378
Theodore Ts'o89128f82018-01-01 19:36:37 -05003379#: e2fsck/unix.c:216
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003380#, c-format
3381msgid " (%u fast symbolic link)\n"
3382msgid_plural " (%u fast symbolic links)\n"
3383msgstr[0] " (%u schnelle symbolische Verknüpfung)\n"
3384msgstr[1] " (%u schnelle symbolische Verknüpfungen)\n"
3385
Theodore Ts'o89128f82018-01-01 19:36:37 -05003386#: e2fsck/unix.c:220
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003387#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003388msgid "%12u socket\n"
3389msgid_plural "%12u sockets\n"
3390msgstr[0] "%12u Socket\n"
3391msgstr[1] "%12u Sockets\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003392
Theodore Ts'o89128f82018-01-01 19:36:37 -05003393#: e2fsck/unix.c:224
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003394#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003395msgid "%12u file\n"
3396msgid_plural "%12u files\n"
3397msgstr[0] "%12u Datei\n"
3398msgstr[1] "%12u Dateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003399
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003400#: e2fsck/unix.c:237 misc/badblocks.c:1002 misc/tune2fs.c:3022 misc/util.c:126
Theodore Ts'o89128f82018-01-01 19:36:37 -05003401#: resize/main.c:354
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003402#, c-format
3403msgid "while determining whether %s is mounted."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003404msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003405
Theodore Ts'o89128f82018-01-01 19:36:37 -05003406#: e2fsck/unix.c:258
Philipp Thomasab02a742014-07-09 23:13:30 -04003407#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003408msgid "Warning! %s is mounted.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003409msgstr "Warnung! %s ist eingehängt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003410
Theodore Ts'o89128f82018-01-01 19:36:37 -05003411#: e2fsck/unix.c:261
Philipp Thomasab02a742014-07-09 23:13:30 -04003412#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003413msgid "Warning! %s is in use.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003414msgstr "Warnung! %s wird verwendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003415
Theodore Ts'o89128f82018-01-01 19:36:37 -05003416#: e2fsck/unix.c:267
Philipp Thomasab02a742014-07-09 23:13:30 -04003417#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003418msgid "%s is mounted.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003419msgstr "%s ist eingehängt.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003420
Theodore Ts'o89128f82018-01-01 19:36:37 -05003421#: e2fsck/unix.c:269
Philipp Thomasab02a742014-07-09 23:13:30 -04003422#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003423msgid "%s is in use.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003424msgstr "%s wird verwendet.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003425
Theodore Ts'o89128f82018-01-01 19:36:37 -05003426#: e2fsck/unix.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003427msgid ""
3428"Cannot continue, aborting.\n"
3429"\n"
3430msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003431"Fortsetzung nicht möglich, wird abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003432"\n"
3433
Theodore Ts'o89128f82018-01-01 19:36:37 -05003434#: e2fsck/unix.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003435msgid ""
3436"\n"
3437"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003438"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3439"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003440"\n"
3441msgstr ""
3442"\n"
3443"\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003444"WARNUNG!!! Das Dateisystem ist eingehängt. Wenn Sie fortfahren, "
3445"***WERDEN***\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003446"Sie ***SCHWERWIEGENDE*** Schäden am Dateisystem verursachen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003447"\n"
3448
Theodore Ts'o89128f82018-01-01 19:36:37 -05003449#: e2fsck/unix.c:278
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003450msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003451msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003452
Theodore Ts'o89128f82018-01-01 19:36:37 -05003453#: e2fsck/unix.c:280
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003454msgid "check aborted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003455msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003456
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003457#: e2fsck/unix.c:374
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003458msgid " contains a file system with errors"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003459msgstr " enthält ein fehlerhaftes Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003460
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003461#: e2fsck/unix.c:376
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003462msgid " was not cleanly unmounted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003463msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003464
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003465#: e2fsck/unix.c:378
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003466msgid " primary superblock features different from backup"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003467msgstr ""
3468"Eigenschaften des primären Superblocks unterscheiden sich von der "
3469"Datensicherung"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003470
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003471#: e2fsck/unix.c:382
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003472#, c-format
3473msgid " has been mounted %u times without being checked"
Philipp Thomasab02a742014-07-09 23:13:30 -04003474msgstr " wurde %u-mal ohne Überprüfung eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003475
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003476#: e2fsck/unix.c:389
Theodore Ts'o057a1592010-06-07 12:24:21 -04003477msgid " has filesystem last checked time in the future"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003478msgstr ""
3479" hat einen in der Zukunft liegenden Zeitpunkt der letzten Püfung des "
3480"Dateisystems"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003481
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003482#: e2fsck/unix.c:395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003483#, c-format
3484msgid " has gone %u days without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003485msgstr " wurde %u Tage ohne Überprüfung genutzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003486
Theodore Ts'o89128f82018-01-01 19:36:37 -05003487#: e2fsck/unix.c:403
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003488msgid "ignoring check interval, broken_system_clock set\n"
3489msgstr ""
3490
3491#: e2fsck/unix.c:409
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003492msgid ", check forced.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003493msgstr ", Prüfung erzwungen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003494
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003495#: e2fsck/unix.c:442
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003496#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003497msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3498msgstr "%s: sauber, %u/%u Dateien, %llu/%llu Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003499
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003500#: e2fsck/unix.c:462
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003501msgid " (check deferred; on battery)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003502msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003503
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003504#: e2fsck/unix.c:465
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003505msgid " (check after next mount)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003506msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003507
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003508#: e2fsck/unix.c:467
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003509#, c-format
3510msgid " (check in %ld mounts)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003511msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003512
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003513#: e2fsck/unix.c:617
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003514#, c-format
3515msgid "ERROR: Couldn't open /dev/null (%s)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003516msgstr "Fehler: /dev/null (%s) kann nicht geöffnet werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003517
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003518#: e2fsck/unix.c:688
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003519msgid "Invalid EA version.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003520msgstr "Ungültige EA-Version.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003521
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003522#: e2fsck/unix.c:701
Theodore Ts'o4e528702016-09-04 21:31:21 -04003523msgid "Invalid readahead buffer size.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003524msgstr "Ungültige Größe für den Vorauslesen-Puffer.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003525
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003526#: e2fsck/unix.c:750
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003527#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003528msgid "Unknown extended option: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003529msgstr "Unbekannte erweiterte Option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003530
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003531#: e2fsck/unix.c:758
Theodore Ts'o89128f82018-01-01 19:36:37 -05003532#, fuzzy
3533msgid ""
3534"\n"
3535"Extended options are separated by commas, and may take an argument which\n"
3536"is set off by an equals ('=') sign. Valid extended options are:\n"
3537"\n"
3538msgstr ""
3539"\n"
3540"Falsche erweiterte Optionen angegeben: %s\n"
3541"\n"
3542"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
3543"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
3544"\n"
3545"Gültige erweiterte Optionen sind:\n"
3546"\tsuperblock=<Nummer des Spuperblocks>\n"
3547"\tblocksize=<Blockgröße>\n"
3548"\n"
3549
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003550#: e2fsck/unix.c:762
Theodore Ts'o89128f82018-01-01 19:36:37 -05003551msgid "\tea_ver=<ea_version (1 or 2)>\n"
3552msgstr ""
3553
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003554#: e2fsck/unix.c:771
Theodore Ts'o89128f82018-01-01 19:36:37 -05003555#, fuzzy
3556msgid "\treadahead_kb=<buffer size>\n"
3557msgstr "Ungültige Größe für den Vorauslesen-Puffer.\n"
3558
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003559#: e2fsck/unix.c:783
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003560#, c-format
3561msgid ""
3562"Syntax error in e2fsck config file (%s, line #%d)\n"
3563"\t%s\n"
3564msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003565"Syntaxfehler in der Konfigurationsdatei von e2fsck (%s, Zeile %d)\n"
3566"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003567
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003568#: e2fsck/unix.c:856
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003569#, c-format
3570msgid "Error validating file descriptor %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003571msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003572
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003573#: e2fsck/unix.c:860
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003574msgid "Invalid completion information file descriptor"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003575msgstr "Ungültiger „completion information“-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003576
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003577#: e2fsck/unix.c:875
Theodore Ts'o6956f612005-12-31 16:46:15 -05003578msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003579msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003580
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003581#: e2fsck/unix.c:896
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003582#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003583msgid "The -t option is not supported on this version of e2fsck.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003584msgstr "Die Option -t wird von dieser e2fsck-Version nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003585
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003586#: e2fsck/unix.c:927 e2fsck/unix.c:1005 misc/e2initrd_helper.c:330
3587#: misc/tune2fs.c:1741 misc/tune2fs.c:2036 misc/tune2fs.c:2054
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003588#, c-format
3589msgid "Unable to resolve '%s'"
Philipp Thomasab02a742014-07-09 23:13:30 -04003590msgstr "Nicht möglich, „%s“ aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003591
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003592#: e2fsck/unix.c:984
Philipp Thomas3e914b52011-01-24 15:03:41 -05003593msgid "The -n and -D options are incompatible."
Philipp Thomasab02a742014-07-09 23:13:30 -04003594msgstr "Die Optionen -n und -D schließen sich gegenseitig aus."
Philipp Thomas3e914b52011-01-24 15:03:41 -05003595
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003596#: e2fsck/unix.c:989
Philipp Thomas3e914b52011-01-24 15:03:41 -05003597msgid "The -n and -c options are incompatible."
Philipp Thomasab02a742014-07-09 23:13:30 -04003598msgstr "Die Optionen -n und -c schließen sich gegenseitig aus."
Philipp Thomas3e914b52011-01-24 15:03:41 -05003599
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003600#: e2fsck/unix.c:994
Philipp Thomas3e914b52011-01-24 15:03:41 -05003601msgid "The -n and -l/-L options are incompatible."
Philipp Thomasab02a742014-07-09 23:13:30 -04003602msgstr "Die Optionen -n und -l/-L schließen sich gegenseitig aus."
Philipp Thomas3e914b52011-01-24 15:03:41 -05003603
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003604#: e2fsck/unix.c:1018
Theodore Ts'o4e528702016-09-04 21:31:21 -04003605msgid "The -D and -E fixes_only options are incompatible."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003606msgstr "Die Optionen -D und -E fixes_only sind inkompatibel."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003607
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003608#: e2fsck/unix.c:1024
Theodore Ts'o4e528702016-09-04 21:31:21 -04003609msgid "The -E bmap2extent and fixes_only options are incompatible."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003610msgstr "Die Optionen -E bmap2extent and fixes_only sind inkompatibel."
Theodore Ts'o4e528702016-09-04 21:31:21 -04003611
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003612#: e2fsck/unix.c:1088
Theodore Ts'o4e528702016-09-04 21:31:21 -04003613msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003614msgstr ""
3615"Die Optionen -c und -l/-L dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003616
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003617#: e2fsck/unix.c:1135
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003618#, c-format
3619msgid ""
3620"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3621"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003622msgstr "2FSCK_JBD_DEBUG „%s“ ist keine Ganzzahl\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003623
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003624#: e2fsck/unix.c:1144
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003625#, c-format
3626msgid ""
3627"\n"
3628"Invalid non-numeric argument to -%c (\"%s\")\n"
3629"\n"
3630msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003631"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003632"Ungültiges nicht-numerisches Argument für -%c („%s“)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003633"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003634
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003635#: e2fsck/unix.c:1235
Philipp Thomasedc733d2012-04-22 15:38:42 -04003636#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05003637msgid ""
3638"MMP interval is %u seconds and total wait time is %u seconds. Please "
3639"wait...\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04003640msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003641"MMP-Intervall ist %u Sekunden und die gesamte Wartezeit ist %u Sekunden.\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04003642"Bitte warten...\n"
3643
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003644#: e2fsck/unix.c:1252 e2fsck/unix.c:1257
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003645msgid "while checking MMP block"
3646msgstr "beim Prüfen des MMP-Blocks"
3647
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003648#: e2fsck/unix.c:1259
3649#, fuzzy, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003650msgid ""
3651"If you are sure the filesystem is not in use on any node, run:\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003652"'tune2fs -f -E clear_mmp %s'\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003653msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003654"Wenn Sie sicher sind, dass das Dateisystem auf keinem Knoten benutzt wird,\n"
3655"führen Sie bitte Folgendes aus:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003656"„tune2fs -f -E clear_mmp {device}“\n"
3657
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003658#: e2fsck/unix.c:1275
Theodore Ts'o4e528702016-09-04 21:31:21 -04003659msgid "while reading MMP block"
3660msgstr "beim Lesen des MMP-Blocks."
3661
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003662#: e2fsck/unix.c:1295 e2fsck/unix.c:1347 misc/e2undo.c:236 misc/e2undo.c:281
3663#: misc/mke2fs.c:2613 misc/mke2fs.c:2664 misc/tune2fs.c:2754
3664#: misc/tune2fs.c:2799 resize/main.c:188 resize/main.c:233
Theodore Ts'o4e528702016-09-04 21:31:21 -04003665#, c-format
3666msgid ""
3667"Overwriting existing filesystem; this can be undone using the command:\n"
3668" e2undo %s %s\n"
3669"\n"
3670msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05003671"Das bestehende Dateisystem wird überschrieben, dies kann mittels des "
3672"Befehls\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003673"„e2undo %s %s“ rückgängig gemacht werden.\n"
3674
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003675#: e2fsck/unix.c:1336 misc/e2undo.c:270 misc/mke2fs.c:2653 misc/tune2fs.c:2788
Theodore Ts'o89128f82018-01-01 19:36:37 -05003676#: resize/main.c:222
Theodore Ts'o4e528702016-09-04 21:31:21 -04003677#, c-format
3678msgid "while trying to delete %s"
3679msgstr "beim Versuch, %s zu löschen"
3680
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003681#: e2fsck/unix.c:1362 misc/mke2fs.c:2679 resize/main.c:243
Theodore Ts'o4e528702016-09-04 21:31:21 -04003682msgid "while trying to setup undo file\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003683msgstr ""
3684"beim Versuch, die Datei mit den Daten zur Rückgängigmachung anzulegen\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003685
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003686#: e2fsck/unix.c:1405
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003687msgid "Error: ext2fs library version out of date!\n"
3688msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
3689
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003690#: e2fsck/unix.c:1412
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003691msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003692msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003693
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003694#: e2fsck/unix.c:1435
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003695#, c-format
3696msgid "\tUsing %s, %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003697msgstr "\t%s wird verwendet, %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003698
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003699#: e2fsck/unix.c:1447
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003700msgid "need terminal for interactive repairs"
Philipp Thomasab02a742014-07-09 23:13:30 -04003701msgstr "Ein Terminal wird für interaktive Reparaturen benötigt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003702
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003703#: e2fsck/unix.c:1508
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003704#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003705msgid "%s: %s trying backup blocks...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003706msgstr "%s: %s Datensicherungs-Blöcke werden versucht ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003707
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003708#: e2fsck/unix.c:1510
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003709msgid "Superblock invalid,"
Philipp Thomasab02a742014-07-09 23:13:30 -04003710msgstr "Superblock ungültig,"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003711
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003712#: e2fsck/unix.c:1511
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003713msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003714msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003715
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003716#: e2fsck/unix.c:1521
Philipp Thomasedc733d2012-04-22 15:38:42 -04003717#, c-format
3718msgid "%s: %s while using the backup blocks"
Philipp Thomasab02a742014-07-09 23:13:30 -04003719msgstr "%s: %s beim Benutzen der Datensicherungs-Blöcke"
Philipp Thomasedc733d2012-04-22 15:38:42 -04003720
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003721#: e2fsck/unix.c:1525
Philipp Thomas77c871a2010-04-19 16:59:02 -04003722#, c-format
3723msgid "%s: going back to original superblock\n"
3724msgstr "%s: es wird zum originalen Superblock zurück gekehrt\n"
3725
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003726#: e2fsck/unix.c:1554
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003727msgid ""
3728"The filesystem revision is apparently too high for this version of e2fsck.\n"
3729"(Or the filesystem superblock is corrupt)\n"
3730"\n"
3731msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003732"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003733"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003734"\n"
3735
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003736#: e2fsck/unix.c:1561
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003737msgid "Could this be a zero-length partition?\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003738msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003739
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003740#: e2fsck/unix.c:1563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003741#, c-format
3742msgid "You must have %s access to the filesystem or be root\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003743msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003744
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003745#: e2fsck/unix.c:1569
Eric Sandeen032eafe2012-07-28 17:48:36 -04003746msgid "Possibly non-existent or swap device?\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003747msgstr ""
3748"Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003749
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003750#: e2fsck/unix.c:1571
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003751msgid "Filesystem mounted or opened exclusively by another program?\n"
3752msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003753"Ist das Dateisystem eingehängt oder exklusiv von einem anderen Programm\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003754"geöffnet worden?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003755
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003756#: e2fsck/unix.c:1575
Philipp Thomas3e914b52011-01-24 15:03:41 -05003757msgid "Possibly non-existent device?\n"
3758msgstr "Ist das Gerät möglicherweise nicht vorhanden?\n"
3759
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003760#: e2fsck/unix.c:1578
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003761msgid ""
3762"Disk write-protected; use the -n option to do a read-only\n"
3763"check of the device.\n"
3764msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04003765"Laufwerk ist schreibgeschützt, nutzen Sie die Option -n,\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003766"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003767
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003768#: e2fsck/unix.c:1592
3769#, c-format
3770msgid "%s: Trying to load superblock despite errors...\n"
3771msgstr ""
3772
3773#: e2fsck/unix.c:1667
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003774msgid "Get a newer version of e2fsck!"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003775msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003776
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003777#: e2fsck/unix.c:1711
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003778#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04003779msgid "while checking journal for %s"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003780msgstr "während der Prüfung des Journals auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003781
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003782#: e2fsck/unix.c:1714
Theodore Ts'o4e528702016-09-04 21:31:21 -04003783msgid "Cannot proceed with file system check"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003784msgstr "Weiteres Arbeiten auf dem Dateisystem ist nicht möglich"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003785
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003786#: e2fsck/unix.c:1725
Theodore Ts'o89128f82018-01-01 19:36:37 -05003787msgid ""
3788"Warning: skipping journal recovery because doing a read-only filesystem "
3789"check.\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003790msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05003791"Warnung: Journal-Wiederherstellung wird übersprungen, da sich das "
3792"Dateisystem\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003793"im Nur-Lesen-Modus befindet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003794
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003795#: e2fsck/unix.c:1737
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003796#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003797msgid "unable to set superblock flags on %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003798msgstr "Superblock-Flags konnten auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003799
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003800#: e2fsck/unix.c:1743
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003801#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04003802msgid "Journal checksum error found in %s\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003803msgstr "Ein Fehler in der Prüfsumme des Journals wurde in %s gefunden\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003804
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003805#: e2fsck/unix.c:1747
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003806#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04003807msgid "Journal corrupted in %s\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003808msgstr "Das Journal von %s ist defekt\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003809
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003810#: e2fsck/unix.c:1751
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003811#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04003812msgid "while recovering journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003813msgstr "bei der Wiederherstellung des ext3-Journals von %s"
3814
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003815#: e2fsck/unix.c:1773
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003816#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003817msgid "%s has unsupported feature(s):"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003818msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003819
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003820#: e2fsck/unix.c:1832
Philipp Thomasedc733d2012-04-22 15:38:42 -04003821#, c-format
3822msgid "%s: %s while reading bad blocks inode\n"
3823msgstr "%s: %s beim Lesen des Bad-Block-Inodes\n"
3824
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003825#: e2fsck/unix.c:1835
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003826msgid "This doesn't bode well, but we'll try to go on...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04003827msgstr "Das verheißt nichts Gutes, aber es wird trotzdem versucht ...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003828
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003829#: e2fsck/unix.c:1875
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003830#, c-format
3831msgid "Creating journal (%d blocks): "
Philipp Thomasab02a742014-07-09 23:13:30 -04003832msgstr "Journal wird erstellt (%d Blöcke): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003833
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003834#: e2fsck/unix.c:1885
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003835msgid " Done.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003836msgstr " Erledigt.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003837
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003838#: e2fsck/unix.c:1887
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003839msgid ""
3840"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003841"*** journal has been regenerated ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003842msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003843"\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003844"*** Journal wurde wieder hergestellt ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003845
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003846#: e2fsck/unix.c:1893
Philipp Thomas37be3822015-05-17 20:21:39 -04003847msgid "aborted"
3848msgstr "abgebrochen"
3849
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003850#: e2fsck/unix.c:1895
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003851#, c-format
3852msgid "%s: e2fsck canceled.\n"
Philipp Thomascfbdca12011-10-05 02:04:08 -04003853msgstr "%s: e2fsck abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003854
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003855#: e2fsck/unix.c:1922
Theodore Ts'o4e528702016-09-04 21:31:21 -04003856msgid "Restarting e2fsck from the beginning...\n"
3857msgstr "e2fsck wird neu gestartet ...\n"
3858
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003859#: e2fsck/unix.c:1926
Theodore Ts'o4e528702016-09-04 21:31:21 -04003860msgid "while resetting context"
3861msgstr "beim Rücksetzen des Kontexts"
3862
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003863#: e2fsck/unix.c:1985
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003864#, c-format
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003865msgid ""
3866"\n"
3867"%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3868msgstr ""
3869"\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003870"%s: ***** DATEISYSTEMFEHLER KORRIGIERT *****\n"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003871
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003872#: e2fsck/unix.c:1987
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003873#, c-format
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003874msgid "%s: File system was modified.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003875msgstr "%s: Es wurden Änderungen am Dateisystem vorgenommen.\n"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003876
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003877#: e2fsck/unix.c:1991 e2fsck/util.c:71
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003878#, c-format
3879msgid ""
3880"\n"
3881"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3882msgstr ""
3883"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003884"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003885
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003886#: e2fsck/unix.c:1996
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003887#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04003888msgid "%s: ***** REBOOT SYSTEM *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003889msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003890
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003891#: e2fsck/unix.c:2006 e2fsck/util.c:77
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003892#, c-format
3893msgid ""
3894"\n"
3895"%s: ********** WARNING: Filesystem still has errors **********\n"
3896"\n"
3897msgstr ""
3898"\n"
3899"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
3900"\n"
3901
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003902#: e2fsck/util.c:196 misc/util.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003903msgid "yY"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003904msgstr "jJyY"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003905
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003906#: e2fsck/util.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003907msgid "nN"
3908msgstr "nN"
3909
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003910#: e2fsck/util.c:198
Theodore Ts'o4e528702016-09-04 21:31:21 -04003911msgid "aA"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003912msgstr "aA"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003913
Theodore Ts'o89128f82018-01-01 19:36:37 -05003914#: e2fsck/util.c:202
Theodore Ts'o4e528702016-09-04 21:31:21 -04003915msgid " ('a' enables 'yes' to all) "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003916msgstr " („a” aktiert „ja” für alles) "
Theodore Ts'o4e528702016-09-04 21:31:21 -04003917
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003918#: e2fsck/util.c:219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003919msgid "<y>"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003920msgstr "<jy>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003921
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003922#: e2fsck/util.c:221
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003923msgid "<n>"
3924msgstr "<n>"
3925
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003926#: e2fsck/util.c:223
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003927msgid " (y/n)"
3928msgstr " (j/n)"
3929
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003930#: e2fsck/util.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003931msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003932msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003933
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003934#: e2fsck/util.c:279
Theodore Ts'o4e528702016-09-04 21:31:21 -04003935msgid "yes to all\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04003936msgstr "ja für alles\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003937
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003938#: e2fsck/util.c:281
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003939msgid "yes\n"
3940msgstr "ja\n"
3941
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003942#: e2fsck/util.c:283
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003943msgid "no\n"
3944msgstr "nein\n"
3945
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003946#: e2fsck/util.c:293
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003947#, c-format
3948msgid ""
3949"%s? no\n"
3950"\n"
3951msgstr ""
3952"%s? nein\n"
3953"\n"
3954
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003955#: e2fsck/util.c:297
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003956#, c-format
3957msgid ""
3958"%s? yes\n"
3959"\n"
3960msgstr ""
3961"%s? ja\n"
3962"\n"
3963
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003964#: e2fsck/util.c:301
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003965msgid "yes"
3966msgstr "ja"
3967
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003968#: e2fsck/util.c:301
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003969msgid "no"
3970msgstr "nein"
3971
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003972#: e2fsck/util.c:317
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003973#, c-format
3974msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04003975msgstr "e2fsck_read_bitmaps: ungültiger Bitmpa-Block(-Blöcke) für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003976
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003977#: e2fsck/util.c:322
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003978msgid "reading inode and block bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04003979msgstr "Inode und Block-Bitmaps werden gelesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003980
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003981#: e2fsck/util.c:334
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003982#, c-format
3983msgid "while retrying to read bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003984msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003985
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003986#: e2fsck/util.c:346
Philipp Thomas40771272008-09-07 22:55:25 -04003987msgid "writing block and inode bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04003988msgstr "Block- und Inode-Bitmaps werden geschrieben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003989
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003990#: e2fsck/util.c:351
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003991#, c-format
Philipp Thomas40771272008-09-07 22:55:25 -04003992msgid "while rewriting block and inode bitmaps for %s"
Theodore Ts'o89128f82018-01-01 19:36:37 -05003993msgstr ""
3994"während des wiederholten Versuches, Block- und Inode-Bitmaps für %s zu "
3995"schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003996
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003997#: e2fsck/util.c:363
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003998#, c-format
3999msgid ""
4000"\n"
4001"\n"
4002"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
4003"\t(i.e., without -a or -p options)\n"
4004msgstr ""
4005"\n"
4006"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004007"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004008"\t(d.h. ohne die Optionen -a oder -p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004009
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004010#: e2fsck/util.c:444
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004011#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04004012msgid "Memory used: %luk/%luk (%luk/%luk), "
4013msgstr "Benutzter Speicher: %luk/%luk (%luk/%luk), "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004014
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004015#: e2fsck/util.c:448
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004016#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04004017msgid "Memory used: %lu, "
4018msgstr "Benutzter Speicher: %lu, "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004019
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004020#: e2fsck/util.c:455
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004021#, c-format
4022msgid "time: %5.2f/%5.2f/%5.2f\n"
4023msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
4024
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004025#: e2fsck/util.c:460
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004026#, c-format
4027msgid "elapsed time: %6.3f\n"
4028msgstr "abgelaufende Zeit: %6.3f\n"
4029
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004030#: e2fsck/util.c:495 e2fsck/util.c:509
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004031#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04004032msgid "while reading inode %lu in %s"
4033msgstr "beim Lesen von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004034
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004035#: e2fsck/util.c:523 e2fsck/util.c:536
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004036#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04004037msgid "while writing inode %lu in %s"
4038msgstr "beim Schreiben von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004039
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004040#: e2fsck/util.c:792
Theodore Ts'o89128f82018-01-01 19:36:37 -05004041msgid ""
4042"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
4043"running.\n"
4044msgstr ""
4045"UNERWARTETE INKONSISTENZ: das Dateisystem wird verändert, während fsck "
4046"läuft.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004047
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004048#: misc/badblocks.c:75
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004049msgid "done \n"
4050msgstr "erledigt \n"
4051
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004052#: misc/badblocks.c:100
Theodore Ts'o89128f82018-01-01 19:36:37 -05004053#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004054msgid ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05004055"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnfBX]\n"
4056" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
4057"max_bad_blocks]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004058" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
4059" device [last_block [first_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004060msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004061"Aufruf: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004062" [-c Blöcke_auf_einmal] [-d "
4063"Verzögerungsfaktor_zwischen_Lesedurchgängen]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004064" [-e maximale_defekte_Blöcke] [-p Anzahl_Durchgänge]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004065" [-t Testmuster [-t Testmuster [...]]]\n"
4066" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004067
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004068#: misc/badblocks.c:111
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004069#, c-format
4070msgid ""
4071"%s: The -n and -w options are mutually exclusive.\n"
4072"\n"
4073msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04004074"%s: Die Optionen -n und -w schließen sich gegenseitig aus.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004075"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004076
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004077#: misc/badblocks.c:229
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004078#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004079msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
4080msgstr "%6.2f%% erledigt, %s verstrichen. (%d/%d/%d Fehler)"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004081
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004082#: misc/badblocks.c:337
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004083msgid "Testing with random pattern: "
Philipp Thomas37be3822015-05-17 20:21:39 -04004084msgstr "Es wird mit zufälligen Mustern getestet: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004085
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004086#: misc/badblocks.c:355
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004087msgid "Testing with pattern 0x"
Philipp Thomas37be3822015-05-17 20:21:39 -04004088msgstr "Es wird getestet Mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004089
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004090#: misc/badblocks.c:387 misc/badblocks.c:460
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004091msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004092msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004093
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004094#: misc/badblocks.c:398
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004095#, c-format
4096msgid "Weird value (%ld) in do_read\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004097msgstr "Merkwürdiger Wert (%ld) in do_read\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004098
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004099#: misc/badblocks.c:485
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004100msgid "during ext2fs_sync_device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004101msgstr "während ext2fs_sync_device"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004102
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004103#: misc/badblocks.c:505 misc/badblocks.c:767
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004104msgid "while beginning bad block list iteration"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004105msgstr "beim Beginn des „Bad Block“-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004106
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004107#: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004108msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004109msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004110
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004111#: misc/badblocks.c:524
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004112#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004113msgid "Checking blocks %lu to %lu\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04004114msgstr "Es wird von Block %lu bis %lu geprüft\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004115
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004116#: misc/badblocks.c:529
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004117msgid "Checking for bad blocks in read-only mode\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04004118msgstr "Es wird nach defekten Blöcken im Nur-Lesen-Modus gesucht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004119
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004120#: misc/badblocks.c:538
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004121msgid "Checking for bad blocks (read-only test): "
Philipp Thomasfc5d7892017-01-31 17:34:55 -05004122msgstr "Es wird nach defekten Blöcken gesucht (Nur-Lesen-Modus):"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004123
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004124#: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
4125#: misc/badblocks.c:841
Philipp Thomas720e6362008-06-21 14:06:00 -04004126msgid "Too many bad blocks, aborting test\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004127msgstr "Zu viele defekte Blöcke, Test wird abgebrochen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004128
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004129#: misc/badblocks.c:627
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004130msgid "Checking for bad blocks in read-write mode\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04004131msgstr "Es wird nach defekten Blöcken gesucht (Lesen+Schreiben-Modus)\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004132
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004133#: misc/badblocks.c:629 misc/badblocks.c:791
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004134#, c-format
4135msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004136msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004137
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004138#: misc/badblocks.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004139msgid "Reading and comparing: "
4140msgstr "Lesen und Vergleichen:"
4141
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004142#: misc/badblocks.c:790
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004143msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004144msgstr ""
4145"Es wird nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus "
4146"gesucht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004147
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004148#: misc/badblocks.c:796
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004149msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004150msgstr ""
4151"Es wird nach defekten Blöcken gesucht (zerstörungsfreier Lesen+Schreiben-"
4152"Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004153
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004154#: misc/badblocks.c:803
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004155msgid ""
4156"\n"
4157"Interrupt caught, cleaning up\n"
4158msgstr ""
4159"\n"
Philipp Thomas37be3822015-05-17 20:21:39 -04004160"Unterbrechung empfangen, es wird aufgeräumt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004161
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004162#: misc/badblocks.c:886
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004163#, c-format
4164msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004165msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004166
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004167#: misc/badblocks.c:1007 misc/util.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004168#, c-format
4169msgid "%s is mounted; "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004170msgstr "%s ist eingehängt; "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004171
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004172#: misc/badblocks.c:1009
Theodore Ts'o4e528702016-09-04 21:31:21 -04004173msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004174msgstr ""
4175"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004176
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004177#: misc/badblocks.c:1014
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004178msgid "it's not safe to run badblocks!\n"
4179msgstr "es ist zu unsicher, Badblocks zu starten!\n"
4180
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004181#: misc/badblocks.c:1019 misc/util.c:142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004182#, c-format
4183msgid "%s is apparently in use by the system; "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004184msgstr "%s wird offensichtlich vom System genutzt; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004185
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004186#: misc/badblocks.c:1022
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004187msgid "badblocks forced anyway.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004188msgstr ""
4189"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004190
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004191#: misc/badblocks.c:1042
Philipp Thomas68801282008-07-17 11:47:00 -04004192#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004193msgid "invalid %s - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004194msgstr "ungültige %s - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004195
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004196#: misc/badblocks.c:1136
Theodore Ts'o4e528702016-09-04 21:31:21 -04004197#, c-format
4198msgid "Too big max bad blocks count %u - maximum is %u"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004199msgstr ""
4200"Die maximale Anzahl der defekten Blöcke von %u ist zu hoch - Das Maximum "
4201"sind %u"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004202
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004203#: misc/badblocks.c:1163
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004204#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004205msgid "can't allocate memory for test_pattern - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04004206msgstr "Speicher für Testmuster kann nicht reserviert werden - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004207
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004208#: misc/badblocks.c:1193
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004209msgid "Maximum of one test_pattern may be specified in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004210msgstr "Es darf im Nur-Lesen-Modus nur ein Testmuster angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004211
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004212#: misc/badblocks.c:1199
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004213msgid "Random test_pattern is not allowed in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004214msgstr "Zufälliges Testmuster ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004215
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004216#: misc/badblocks.c:1213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004217msgid ""
4218"Couldn't determine device size; you must specify\n"
4219"the size manually\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004220msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04004221"Größe des Gerätes ist nicht feststellbar.\n"
4222"Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004223
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004224#: misc/badblocks.c:1219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004225msgid "while trying to determine device size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004226msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004227
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004228#: misc/badblocks.c:1224
Philipp Thomas68801282008-07-17 11:47:00 -04004229msgid "last block"
4230msgstr "letzter Block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004231
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004232#: misc/badblocks.c:1230
Philipp Thomas68801282008-07-17 11:47:00 -04004233msgid "first block"
4234msgstr "erster Block"
4235
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004236#: misc/badblocks.c:1233
Philipp Thomasb93349a2014-05-31 13:32:39 -04004237#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004238msgid "invalid starting block (%llu): must be less than %llu"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004239msgstr "Ungültiger Startblock (%llu): er muss kleiner als %llu sein"
Philipp Thomas68801282008-07-17 11:47:00 -04004240
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004241#: misc/badblocks.c:1240
Philipp Thomasb93349a2014-05-31 13:32:39 -04004242#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004243msgid "invalid end block (%llu): must be 32-bit value"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004244msgstr "Ungültiger Endblock (%llu): er muss ein 32-Bit Wert sein"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004245
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004246#: misc/badblocks.c:1296
Theodore Ts'o197abba2005-06-20 18:00:23 -04004247msgid "while creating in-memory bad blocks list"
Philipp Thomasab02a742014-07-09 23:13:30 -04004248msgstr "beim Erstellen der Bad-Block-Liste im Speicher"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004249
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004250#: misc/badblocks.c:1305
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004251msgid "input file - bad format"
Philipp Thomasab02a742014-07-09 23:13:30 -04004252msgstr "die Eingabedatei hat ein ungültiges Format"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004253
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004254#: misc/badblocks.c:1313 misc/badblocks.c:1322
Theodore Ts'o197abba2005-06-20 18:00:23 -04004255msgid "while adding to in-memory bad block list"
Philipp Thomasab02a742014-07-09 23:13:30 -04004256msgstr "beim Hinzufügen zur Bad-Block-Liste im Speicher"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004257
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004258#: misc/badblocks.c:1347
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004259#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004260msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
4261msgstr "Durchgang beendet, %u defekte Blöcke gefunden. (%d/%d/%d Fehler)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004262
Theodore Ts'o4e528702016-09-04 21:31:21 -04004263#: misc/chattr.c:89
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004264#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004265msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004266msgstr "Aufruf: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v Version] Dateien…\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004267
Theodore Ts'o4e528702016-09-04 21:31:21 -04004268#: misc/chattr.c:159
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004269#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004270msgid "bad project - %s\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004271msgstr "ungültiges Projekt - %s\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004272
4273#: misc/chattr.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004274#, c-format
4275msgid "bad version - %s\n"
4276msgstr "falsche Version - %s\n"
4277
Theodore Ts'o4e528702016-09-04 21:31:21 -04004278#: misc/chattr.c:219 misc/lsattr.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004279#, c-format
4280msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004281msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004282
Theodore Ts'o4e528702016-09-04 21:31:21 -04004283#: misc/chattr.c:226
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004284#, c-format
4285msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004286msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004287
Theodore Ts'o4e528702016-09-04 21:31:21 -04004288#: misc/chattr.c:231 misc/chattr.c:243
Philipp Thomas77c871a2010-04-19 16:59:02 -04004289#, c-format
4290msgid "Flags of %s set as "
4291msgstr "Flags von %s wie folgt gesetzt: "
4292
Theodore Ts'o4e528702016-09-04 21:31:21 -04004293#: misc/chattr.c:252
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004294#, c-format
4295msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004296msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004297
Theodore Ts'o4e528702016-09-04 21:31:21 -04004298#: misc/chattr.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004299#, c-format
4300msgid "Version of %s set as %lu\n"
4301msgstr "Version von %s gesetzt auf %lu\n"
4302
Theodore Ts'o4e528702016-09-04 21:31:21 -04004303#: misc/chattr.c:264
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004304#, c-format
4305msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004306msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004307
Theodore Ts'o4e528702016-09-04 21:31:21 -04004308#: misc/chattr.c:271
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004309#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004310msgid "Project of %s set as %lu\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004311msgstr "Das Projekt von %s wurde auf %lu gesetzt\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004312
4313#: misc/chattr.c:275
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004314#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004315msgid "while setting project on %s"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004316msgstr "beim Setzen des Projektes von %s"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004317
4318#: misc/chattr.c:297
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004319msgid "Couldn't allocate path variable in chattr_dir_proc"
Philipp Thomasab02a742014-07-09 23:13:30 -04004320msgstr "Pfad-Variable in chattr_dir_proc konnte nicht reserviert werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004321
Theodore Ts'o4e528702016-09-04 21:31:21 -04004322#: misc/chattr.c:337
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004323msgid "= is incompatible with - and +\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004324msgstr "= ist inkompatibel zu - und +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004325
Theodore Ts'o4e528702016-09-04 21:31:21 -04004326#: misc/chattr.c:345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004327msgid "Must use '-v', =, - or +\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004328msgstr "„-v“, =, - oder + verwenden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004329
Theodore Ts'o899425b2018-02-27 22:25:04 -05004330#: misc/create_inode.c:79 misc/create_inode.c:118
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004331#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004332msgid "while reading inode %u"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004333msgstr "beim Lesen von Inode %u"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004334
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004335#: misc/create_inode.c:89 misc/create_inode.c:287 misc/create_inode.c:352
4336#: misc/create_inode.c:390
Theodore Ts'o4e528702016-09-04 21:31:21 -04004337msgid "while expanding directory"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004338msgstr "beim Expandieren des Verzeichnisses"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004339
Theodore Ts'o899425b2018-02-27 22:25:04 -05004340#: misc/create_inode.c:96
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004341#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004342msgid "while linking \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004343msgstr "beim Verknüpfen von „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004344
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004345#: misc/create_inode.c:104 misc/create_inode.c:131 misc/create_inode.c:321
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004346#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004347msgid "while writing inode %u"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004348msgstr "beim Schreiben von Inode %u"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004349
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004350#: misc/create_inode.c:151 misc/create_inode.c:175
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004351#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004352msgid "while listing attributes of \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004353msgstr "beim Auflisten der Attribute von „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004354
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004355#: misc/create_inode.c:162
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004356#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004357msgid "while opening inode %u"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004358msgstr "beim Öffnen von Inode %u"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004359
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004360#: misc/create_inode.c:168 misc/create_inode.c:195 misc/create_inode.c:975
4361#: misc/e2undo.c:182 misc/e2undo.c:479 misc/e2undo.c:485 misc/e2undo.c:491
Theodore Ts'o899425b2018-02-27 22:25:04 -05004362#: misc/mke2fs.c:359
Theodore Ts'o4e528702016-09-04 21:31:21 -04004363msgid "while allocating memory"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004364msgstr "beim Anfordern von Speicher"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004365
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004366#: misc/create_inode.c:188 misc/create_inode.c:204
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004367#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004368msgid "while reading attribute \"%s\" of \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004369msgstr "beim Lesens des Attributs „%s” von „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004370
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004371#: misc/create_inode.c:213
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004372#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004373msgid "while writing attribute \"%s\" to inode %u"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004374msgstr "beim Schreiben von Attribut „%s” nach Inode „%u”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004375
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004376#: misc/create_inode.c:223
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004377#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004378msgid "while closing inode %u"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004379msgstr "beim Schließen von Inode %u"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004380
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004381#: misc/create_inode.c:274
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004382#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004383msgid "while allocating inode \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004384msgstr "beim Reservieren von Speicher für Inode „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004385
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004386#: misc/create_inode.c:293
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004387#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004388msgid "while creating inode \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004389msgstr "beim Anlegen von Inode „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004390
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004391#: misc/create_inode.c:359
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004392#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004393msgid "while creating symlink \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004394msgstr "beim Anlegen der symbolischen Verknüpfung „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004395
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004396#: misc/create_inode.c:377 misc/create_inode.c:896
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004397#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004398msgid "while looking up \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004399msgstr "beim Suchen von „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004400
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004401#: misc/create_inode.c:397
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004402#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004403msgid "while creating directory \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004404msgstr "beim Erstellen des Verzeichnisses „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004405
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004406#: misc/create_inode.c:625
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004407#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004408msgid "while opening \"%s\" to copy"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004409msgstr "beim Öffnen von „%s” zum Kopieren"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004410
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004411#: misc/create_inode.c:739
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004412#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004413msgid "while changing working directory to \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004414msgstr "beim Ändern des Arbeitsverzeichnisses zu „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004415
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004416#: misc/create_inode.c:747
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004417#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004418msgid "while opening directory \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004419msgstr "beim Öffnen von Verzeichnis „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004420
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004421#: misc/create_inode.c:757
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004422#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004423msgid "while lstat \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004424msgstr "beim Auslesen des Status von „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004425
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004426#: misc/create_inode.c:808
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004427#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004428msgid "while creating special file \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004429msgstr "beim Erzeugen der besonderen Datei „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004430
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004431#: misc/create_inode.c:817
Theodore Ts'o4e528702016-09-04 21:31:21 -04004432msgid "malloc failed"
4433msgstr "Die Reservierung von Speicher schlug fehl"
4434
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004435#: misc/create_inode.c:825
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004436#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004437msgid "while trying to read link \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004438msgstr "beim Versuch, die Verknüpfung „%s” zu lesen"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004439
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004440#: misc/create_inode.c:832
Theodore Ts'o4e528702016-09-04 21:31:21 -04004441msgid "symlink increased in size between lstat() and readlink()"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004442msgstr ""
4443"Die symbolischen Verknüpfung wurde zwischen lstat() und readlink() größer"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004444
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004445#: misc/create_inode.c:843
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004446#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004447msgid "while writing symlink\"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004448msgstr "beim Schreiben der symbolischen Verknüpfung „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004449
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004450#: misc/create_inode.c:854
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004451#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004452msgid "while writing file \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004453msgstr "beim Schreiben von Datei „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004454
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004455#: misc/create_inode.c:867
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004456#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004457msgid "while making dir \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004458msgstr "beim erzeugen von Verzeichnis „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004459
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004460#: misc/create_inode.c:885
Theodore Ts'o4e528702016-09-04 21:31:21 -04004461msgid "while changing directory"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004462msgstr "beim Wechseln des Verzeichnisses"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004463
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004464#: misc/create_inode.c:891
Theodore Ts'o4e528702016-09-04 21:31:21 -04004465#, c-format
4466msgid "ignoring entry \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004467msgstr "Eintrag „%s” wird ignoriert"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004468
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004469#: misc/create_inode.c:904
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004470#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004471msgid "while setting inode for \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004472msgstr "beim Setzen der Inode für „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004473
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004474#: misc/create_inode.c:911
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004475#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004476msgid "while setting xattrs for \"%s\""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004477msgstr "beim Setzen der erweiterten Attribute für „%s”"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004478
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004479#: misc/create_inode.c:937
Theodore Ts'o4e528702016-09-04 21:31:21 -04004480msgid "while saving inode data"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004481msgstr "beim Sichern der Inode-Daten"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004482
4483#: misc/dumpe2fs.c:56
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004484#, fuzzy, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05004485msgid ""
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004486"Usage: %s [-bfghimxV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004487msgstr ""
4488"Aufruf: %s [-bfghixV] [-o superblock=<Nummer>] [-o blocksize=<Nummer>] "
4489"Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004490
Eric Sandeen032eafe2012-07-28 17:48:36 -04004491#: misc/dumpe2fs.c:159
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004492msgid "blocks"
4493msgstr "Blöcke"
4494
Theodore Ts'o4e528702016-09-04 21:31:21 -04004495#: misc/dumpe2fs.c:168
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004496msgid "clusters"
4497msgstr "Cluster"
4498
Theodore Ts'o4e528702016-09-04 21:31:21 -04004499#: misc/dumpe2fs.c:219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004500#, c-format
4501msgid "Group %lu: (Blocks "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004502msgstr "Gruppe %lu: (Blöcke "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004503
Theodore Ts'o4e528702016-09-04 21:31:21 -04004504#: misc/dumpe2fs.c:226
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004505#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004506msgid " csum 0x%04x"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004507msgstr " Prüfsumme 0x%04x"
Philipp Thomas720e6362008-06-21 14:06:00 -04004508
Theodore Ts'o4e528702016-09-04 21:31:21 -04004509#: misc/dumpe2fs.c:228
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004510#, c-format
Philipp Thomasedc733d2012-04-22 15:38:42 -04004511msgid " (EXPECTED 0x%04x)"
4512msgstr " (0x%04x ERWARTET)"
4513
Theodore Ts'o4e528702016-09-04 21:31:21 -04004514#: misc/dumpe2fs.c:233
Philipp Thomasedc733d2012-04-22 15:38:42 -04004515#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004516msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004517msgstr " %s Superblock in "
4518
Theodore Ts'o4e528702016-09-04 21:31:21 -04004519#: misc/dumpe2fs.c:234
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004520msgid "Primary"
Philipp Thomasab02a742014-07-09 23:13:30 -04004521msgstr "Primär"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004522
Theodore Ts'o4e528702016-09-04 21:31:21 -04004523#: misc/dumpe2fs.c:234
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004524msgid "Backup"
Philipp Thomasab02a742014-07-09 23:13:30 -04004525msgstr "Datensicherung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004526
Theodore Ts'o4e528702016-09-04 21:31:21 -04004527#: misc/dumpe2fs.c:238
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004528msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004529msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004530
Theodore Ts'o4e528702016-09-04 21:31:21 -04004531#: misc/dumpe2fs.c:242
Theodore Ts'obc759702005-05-09 20:40:55 -04004532msgid ""
4533"\n"
4534" Reserved GDT blocks at "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004535msgstr ""
4536"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004537" reservierte GDT-Blöcke bei "
Theodore Ts'obc759702005-05-09 20:40:55 -04004538
Theodore Ts'o4e528702016-09-04 21:31:21 -04004539#: misc/dumpe2fs.c:249
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004540msgid " Group descriptor at "
Philipp Thomasab02a742014-07-09 23:13:30 -04004541msgstr " Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004542
Theodore Ts'o4e528702016-09-04 21:31:21 -04004543#: misc/dumpe2fs.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004544msgid " Block bitmap at "
Philipp Thomasab02a742014-07-09 23:13:30 -04004545msgstr " Block-Bitmap in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004546
Theodore Ts'o4e528702016-09-04 21:31:21 -04004547#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004548#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004549msgid ", csum 0x%08x"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004550msgstr ", Prüfsumme 0x%04x"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004551
4552#: misc/dumpe2fs.c:263
4553msgid ","
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004554msgstr ","
Theodore Ts'o4e528702016-09-04 21:31:21 -04004555
4556#: misc/dumpe2fs.c:265
4557msgid ""
4558"\n"
4559" "
4560msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004561"\n"
4562" "
Theodore Ts'o4e528702016-09-04 21:31:21 -04004563
4564#: misc/dumpe2fs.c:266
Theodore Ts'o4e528702016-09-04 21:31:21 -04004565msgid " Inode bitmap at "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004566msgstr " Inode-Bitmap in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004567
Theodore Ts'o4e528702016-09-04 21:31:21 -04004568#: misc/dumpe2fs.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004569msgid ""
4570"\n"
4571" Inode table at "
4572msgstr ""
4573"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004574" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004575
Theodore Ts'o4e528702016-09-04 21:31:21 -04004576#: misc/dumpe2fs.c:279
Philipp Thomas68801282008-07-17 11:47:00 -04004577#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004578msgid ""
4579"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004580" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004581msgstr ""
4582"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004583" %u freie %s, %u freie Inodes, %u Verzeichnisse%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004584
Theodore Ts'o4e528702016-09-04 21:31:21 -04004585#: misc/dumpe2fs.c:286
Philipp Thomas720e6362008-06-21 14:06:00 -04004586#, c-format
4587msgid ", %u unused inodes\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004588msgstr ", %u ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004589
Theodore Ts'o4e528702016-09-04 21:31:21 -04004590#: misc/dumpe2fs.c:289
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004591msgid " Free blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004592msgstr " Freie Blöcke: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004593
Theodore Ts'o4e528702016-09-04 21:31:21 -04004594#: misc/dumpe2fs.c:304
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004595msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004596msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004597
Theodore Ts'o4e528702016-09-04 21:31:21 -04004598#: misc/dumpe2fs.c:340
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004599msgid "while printing bad block list"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004600msgstr "beim Ausgeben der „Bad Block“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004601
Theodore Ts'o4e528702016-09-04 21:31:21 -04004602#: misc/dumpe2fs.c:346
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004603#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004604msgid "Bad blocks: %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004605msgstr "Bad Blocks: %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004606
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004607#: misc/dumpe2fs.c:373 misc/tune2fs.c:367
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004608msgid "while reading journal inode"
4609msgstr "beim Lesen des Journal-Inodes"
4610
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004611#: misc/dumpe2fs.c:379
Philipp Thomas77c871a2010-04-19 16:59:02 -04004612msgid "while opening journal inode"
4613msgstr "beim Lesen des Journal-Inodes"
4614
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004615#: misc/dumpe2fs.c:385
Philipp Thomas77c871a2010-04-19 16:59:02 -04004616msgid "while reading journal super block"
4617msgstr "beim Lesen des Journal-Superblocks"
4618
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004619#: misc/dumpe2fs.c:392
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004620msgid "Journal superblock magic number invalid!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004621msgstr "Die magische Zahl im Journal-Superblock ist ungültig!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004622
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004623#: misc/dumpe2fs.c:409 misc/tune2fs.c:216
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004624msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004625msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004626
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004627#: misc/dumpe2fs.c:417
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004628msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004629msgstr ""
4630"Die magische Nummer des Journal-Superblocks konnte nicht gefunden werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004631
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004632#: misc/dumpe2fs.c:468
4633#, fuzzy
4634msgid "failed to alloc MMP buffer\n"
4635msgstr "beim Zuweisen von Puffern"
4636
4637#: misc/dumpe2fs.c:479
4638#, fuzzy, c-format
4639msgid "reading MMP block %llu from '%s'\n"
4640msgstr "Es wird von Block %lu bis %lu geprüft\n"
4641
4642#: misc/dumpe2fs.c:507 misc/mke2fs.c:798 misc/tune2fs.c:2073
Theodore Ts'o8f741372008-02-28 21:47:05 -05004643msgid "Couldn't allocate memory to parse options!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004644msgstr ""
4645"Speicher zum Verarbeiten der Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004646
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004647#: misc/dumpe2fs.c:533
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004648#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004649msgid "Invalid superblock parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004650msgstr "Ungültiger Superblock-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004651
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004652#: misc/dumpe2fs.c:548
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004653#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004654msgid "Invalid blocksize parameter: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004655msgstr "Ungültiger Blockgrößen-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004656
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004657#: misc/dumpe2fs.c:559
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004658#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004659msgid ""
4660"\n"
4661"Bad extended option(s) specified: %s\n"
4662"\n"
4663"Extended options are separated by commas, and may take an argument which\n"
4664"\tis set off by an equals ('=') sign.\n"
4665"\n"
4666"Valid extended options are:\n"
4667"\tsuperblock=<superblock number>\n"
4668"\tblocksize=<blocksize>\n"
4669msgstr ""
4670"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004671"Falsche erweiterte Optionen angegeben: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004672"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004673"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004674"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004675"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004676"Gültige erweiterte Optionen sind:\n"
4677"\tsuperblock=<Nummer des Spuperblocks>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004678"\tblocksize=<Blockgröße>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004679"\n"
4680
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004681#: misc/dumpe2fs.c:649 misc/mke2fs.c:1845
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004682#, c-format
4683msgid "\tUsing %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004684msgstr "\t%s wird benutzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004685
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004686#: misc/dumpe2fs.c:694 misc/e2image.c:1590 misc/tune2fs.c:2949
Theodore Ts'o89128f82018-01-01 19:36:37 -05004687#: resize/main.c:416
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004688msgid "Couldn't find valid filesystem superblock.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004689msgstr "Es kann kein gültiger Dateisystem-Superblock gefunden werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004690
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004691#: misc/dumpe2fs.c:716
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004692#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004693msgid "%s: MMP feature not enabled.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004694msgstr ""
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004695
4696#: misc/dumpe2fs.c:747
4697#, fuzzy, c-format
4698msgid "while trying to read '%s' bitmaps\n"
4699msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
4700
4701#: misc/dumpe2fs.c:756
4702msgid ""
4703"*** Run e2fsck now!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004704"\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004705msgstr ""
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004706
Theodore Ts'o89128f82018-01-01 19:36:37 -05004707#: misc/e2image.c:107
4708#, fuzzy, c-format
4709msgid "Usage: %s [ -r|Q ] [ -f ] device image-file\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004710msgstr "Aufruf: %s [-r|Q ] [ -fr ] Gerätedatei Abbild-Datei\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004711
Theodore Ts'o89128f82018-01-01 19:36:37 -05004712#: misc/e2image.c:109
Philipp Thomasb93349a2014-05-31 13:32:39 -04004713#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004714msgid " %s -I device image-file\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004715msgstr " %s [-I] Gerätedatei Abbild-Datei\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004716
Theodore Ts'o89128f82018-01-01 19:36:37 -05004717#: misc/e2image.c:110
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004718#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05004719msgid ""
4720" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4721"[ dest_fs ]\n"
4722msgstr ""
4723" %s -ra [ -cfnp ] [ -o Quelloffset ] [ -O Zieloffset ] Quell_Fs "
4724"[ Ziel_fs ]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004725
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004726#: misc/e2image.c:175 misc/e2image.c:580 misc/e2image.c:586 misc/e2image.c:1185
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004727msgid "while allocating buffer"
4728msgstr "beim Zuweisen von Puffern"
4729
Theodore Ts'o89128f82018-01-01 19:36:37 -05004730#: misc/e2image.c:180
Philipp Thomasb93349a2014-05-31 13:32:39 -04004731#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004732msgid "Writing block %llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004733msgstr "Block %llu wird geschrieben\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004734
Theodore Ts'o89128f82018-01-01 19:36:37 -05004735#: misc/e2image.c:194
Philipp Thomasb93349a2014-05-31 13:32:39 -04004736#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004737msgid "error writing block %llu"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004738msgstr "Schreibfehler - Block %llu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004739
Theodore Ts'o89128f82018-01-01 19:36:37 -05004740#: misc/e2image.c:197
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004741msgid "error in generic_write()"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004742msgstr "Fehler in generic_write()"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004743
Theodore Ts'o89128f82018-01-01 19:36:37 -05004744#: misc/e2image.c:214
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004745msgid "Error: header size is bigger than wrt_size\n"
4746msgstr "Fehler: Größe des Headers übersteigt wrt_size\n"
4747
Theodore Ts'o89128f82018-01-01 19:36:37 -05004748#: misc/e2image.c:219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004749msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004750msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004751
Theodore Ts'o89128f82018-01-01 19:36:37 -05004752#: misc/e2image.c:247
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004753msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004754msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004755
Theodore Ts'o89128f82018-01-01 19:36:37 -05004756#: misc/e2image.c:256
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004757msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004758msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004759
Theodore Ts'o89128f82018-01-01 19:36:37 -05004760#: misc/e2image.c:264
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004761msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004762msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004763
Theodore Ts'o89128f82018-01-01 19:36:37 -05004764#: misc/e2image.c:272
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004765msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004766msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004767
Theodore Ts'o89128f82018-01-01 19:36:37 -05004768#: misc/e2image.c:506
Philipp Thomasb93349a2014-05-31 13:32:39 -04004769#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004770msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004771msgstr "Defekter Verzeichnisblock %llu: ungültige rec_len (%d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004772
Theodore Ts'o89128f82018-01-01 19:36:37 -05004773#: misc/e2image.c:518
Philipp Thomasb93349a2014-05-31 13:32:39 -04004774#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004775msgid "Corrupt directory block %llu: bad name_len (%d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004776msgstr "Defekter Verzeichnisblock %llu: ungültige name_len (%d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004777
Theodore Ts'o89128f82018-01-01 19:36:37 -05004778#: misc/e2image.c:559
Philipp Thomasb93349a2014-05-31 13:32:39 -04004779#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004780msgid "%llu / %llu blocks (%d%%)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004781msgstr "%llu / %llu Blöcke (%d%%)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004782
Theodore Ts'o89128f82018-01-01 19:36:37 -05004783#: misc/e2image.c:590 misc/e2image.c:630
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004784msgid "Copying "
Philipp Thomasb93349a2014-05-31 13:32:39 -04004785msgstr "Kopieren "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004786
Theodore Ts'o89128f82018-01-01 19:36:37 -05004787#: misc/e2image.c:627
4788msgid ""
4789"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004790msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04004791"Jetzt anzuhalten würde das Dateisystem zerstören. Wenn Sie sicher sind,\n"
4792"unterbrechen Sie noch einmal.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004793
Theodore Ts'o89128f82018-01-01 19:36:37 -05004794#: misc/e2image.c:653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004795#, c-format
4796msgid " %s remaining at %.2f MB/s"
Philipp Thomasab02a742014-07-09 23:13:30 -04004797msgstr " %s bleibt bei %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004798
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004799#: misc/e2image.c:665 misc/e2image.c:1195
Philipp Thomasb93349a2014-05-31 13:32:39 -04004800#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004801msgid "error reading block %llu"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004802msgstr "Fehler beim Lesen von Block %llu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004803
Theodore Ts'o89128f82018-01-01 19:36:37 -05004804#: misc/e2image.c:719
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004805#, c-format
4806msgid "Copied %llu / %llu blocks (%d%%) in %s "
Philipp Thomasb93349a2014-05-31 13:32:39 -04004807msgstr "%llu / %llu Blöcke (%d%%) wurden in %s kopiert "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004808
Theodore Ts'o89128f82018-01-01 19:36:37 -05004809#: misc/e2image.c:723
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004810#, c-format
4811msgid "at %.2f MB/s"
Philipp Thomasab02a742014-07-09 23:13:30 -04004812msgstr "bei %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004813
Theodore Ts'o89128f82018-01-01 19:36:37 -05004814#: misc/e2image.c:759
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004815msgid "while allocating l1 table"
Philipp Thomasab02a742014-07-09 23:13:30 -04004816msgstr "beim Anfordern von Speicher für die l1-Tabelle"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004817
Theodore Ts'o89128f82018-01-01 19:36:37 -05004818#: misc/e2image.c:804
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004819msgid "while allocating l2 cache"
Philipp Thomasab02a742014-07-09 23:13:30 -04004820msgstr "beim Anfordern von Speicher für den l2-Zwischenspeicher"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004821
Theodore Ts'o89128f82018-01-01 19:36:37 -05004822#: misc/e2image.c:827
4823msgid ""
4824"Warning: There are still tables in the cache while putting the cache, data "
4825"will be lost so the image may not be valid.\n"
4826msgstr ""
4827"Warnung: Beim Schreiben des Zwischenspeichers befinden sich immer noch "
4828"Tabellen in ihm. Damit gehen Daten verloren und das Abbild ist eventuell "
4829"ungültig.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004830
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004831#: misc/e2image.c:1152
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004832msgid "while allocating ext2_qcow2_image"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004833msgstr "beim Reservieren von Speicher für ext2_qcow2_image"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004834
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004835#: misc/e2image.c:1159
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004836msgid "while initializing ext2_qcow2_image"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004837msgstr "beim Initialisieren des ext2_qcow2_image"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004838
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004839#: misc/e2image.c:1218 misc/e2image.c:1236
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004840msgid "Programming error: multiple sequential refcount blocks created!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004841msgstr ""
4842"Programmierfehler: mehrere sequenzielle Refcount-Blöcke wurden erzeugt!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004843
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004844#: misc/e2image.c:1276
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004845msgid "while allocating block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004846msgstr "beim Reservieren von Speicher für die Block-Bitmap"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004847
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004848#: misc/e2image.c:1285
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004849msgid "while allocating scramble block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004850msgstr "beim Reservieren von Speicher für die verwürfelte Block-Bitmap"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004851
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004852#: misc/e2image.c:1292
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004853msgid "Scanning inodes...\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004854msgstr "Inodes werden eingelesen …\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004855
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004856#: misc/e2image.c:1304
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004857msgid "Can't allocate block buffer"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004858msgstr "Es konnte kein Blockpuffer reserviert werden"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004859
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004860#: misc/e2image.c:1343 misc/e2image.c:1357
Philipp Thomasb93349a2014-05-31 13:32:39 -04004861#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004862msgid "while iterating over inode %u"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004863msgstr "beim Iterieren über Inode %u"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004864
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004865#: misc/e2image.c:1389
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004866msgid "Raw and qcow2 images cannot be installed"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004867msgstr "Rohe und Qcow2-Abbilder können nicht installiert werden"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004868
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004869#: misc/e2image.c:1411
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004870msgid "error reading bitmaps"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004871msgstr "Fehler beim Lesen der Bitmaps"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004872
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004873#: misc/e2image.c:1423
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004874msgid "while opening device file"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004875msgstr "beim Öffnen der Gerätedatei"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004876
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004877#: misc/e2image.c:1434
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004878msgid "while restoring the image table"
4879msgstr "beim Schreiben der Inode-Tabelle"
4880
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004881#: misc/e2image.c:1531
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004882msgid "-a option can only be used with raw or QCOW2 images."
Philipp Thomasab02a742014-07-09 23:13:30 -04004883msgstr "Die Option „-a“ kann nur bei Roh- oder QCOW2-Abbildern benutzt werden."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004884
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004885#: misc/e2image.c:1537
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004886msgid "Offsets are only allowed with raw images."
Philipp Thomasb93349a2014-05-31 13:32:39 -04004887msgstr "Offsets sind nur bei Roh-Abbildern erlaubt."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004888
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004889#: misc/e2image.c:1542
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004890msgid "Move mode is only allowed with raw images."
Philipp Thomasab02a742014-07-09 23:13:30 -04004891msgstr "Verschieben ist nur bei Roh- Abbildern erlaubt."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004892
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004893#: misc/e2image.c:1547
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004894msgid "Move mode requires all data mode."
Philipp Thomasab02a742014-07-09 23:13:30 -04004895msgstr "Der Verschiebemodus erfordert den „Alle Daten“-Modus."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004896
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004897#: misc/e2image.c:1557
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004898msgid "checking if mounted"
Philipp Thomasab02a742014-07-09 23:13:30 -04004899msgstr "Prüfung, ob eingehängt"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004900
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004901#: misc/e2image.c:1564
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004902msgid ""
4903"\n"
4904"Running e2image on a R/W mounted filesystem can result in an\n"
4905"inconsistent image which will not be useful for debugging purposes.\n"
4906"Use -f option if you really want to do that.\n"
4907msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004908"\n"
4909"Das Starten von E2image auf einem schreib- und lesbar eingehängten\n"
4910"Dateisystem kann zu einem unvollständigen Abbild führen, welches\n"
4911"unbrauchbar für die Fehlersuche wäre. Verwenden Sie die Option -f, wenn\n"
4912"Sie das wirklich machen wollen.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004913
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004914#: misc/e2image.c:1618
Theodore Ts'o4e528702016-09-04 21:31:21 -04004915msgid "QCOW2 image can not be written to the stdout!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004916msgstr ""
4917"Das QCOW2-Abbild kann nicht auf die Standardausgabe geschrieben werden!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004918
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004919#: misc/e2image.c:1624
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004920msgid "Can not stat output\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004921msgstr "Der Status der Ausgabe lässt sich nicht feststellen\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004922
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004923#: misc/e2image.c:1634
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004924#, c-format
4925msgid "Image (%s) is compressed\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004926msgstr "Das Abbild (%s) ist komprimiert\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004927
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004928#: misc/e2image.c:1637
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004929#, c-format
4930msgid "Image (%s) is encrypted\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004931msgstr "Das Abbild (%s) ist verschlüsselt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004932
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004933#: misc/e2image.c:1640
4934#, fuzzy, c-format
4935msgid "Image (%s) is corrupted\n"
4936msgstr "Das Abbild (%s) ist verschlüsselt\n"
4937
4938#: misc/e2image.c:1644
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004939#, c-format
4940msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004941msgstr ""
4942"beim Versuch, das Qcow2-Abbild (%s) in ein Roh-Abbild (%s) zu konvertieren"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004943
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004944#: misc/e2image.c:1654
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004945msgid "The -c option only supported in raw mode\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004946msgstr "Die Option „-c“ wird nur im Roh-Modus unterstützt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004947
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004948#: misc/e2image.c:1659
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004949msgid "The -c option not supported when writing to stdout\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05004950msgstr ""
4951"Die Option „-c“ wird beim Schreiben auf die Standardausgabe nicht "
4952"unterstützt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004953
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004954#: misc/e2image.c:1666
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004955msgid "while allocating check_buf"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004956msgstr "beim Anfordern des Prüfpuffers"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004957
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004958#: misc/e2image.c:1672
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004959msgid "The -p option only supported in raw mode\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004960msgstr "Die Option „-p“ wird nur im Roh-Modus unterstützt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004961
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004962#: misc/e2image.c:1682
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004963#, c-format
4964msgid "%d blocks already contained the data to be copied\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004965msgstr "%d Blöcke enthielten bereits die zu kopierenden Daten.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004966
Theodore Ts'o4e528702016-09-04 21:31:21 -04004967#: misc/e2initrd_helper.c:68
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004968#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004969msgid "Usage: %s -r device\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04004970msgstr "Aufruf: %s -r Laufwerk\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004971
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004972#: misc/e2label.c:58
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004973#, c-format
4974msgid "e2label: cannot open %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004975msgstr "e2label: %s kann nicht geöffnet werden.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004976
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004977#: misc/e2label.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004978#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004979msgid "e2label: cannot seek to superblock\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004980msgstr "e2label: Springen zum Superblock nicht möglich\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004981
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004982#: misc/e2label.c:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004983#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004984msgid "e2label: error reading superblock\n"
4985msgstr "e2label: Lesefehler im Superblock\n"
4986
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004987#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004988#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004989msgid "e2label: not an ext2 filesystem\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004990msgstr "e2label: Kein ext2-Dateisystem\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004991
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004992#: misc/e2label.c:97 misc/tune2fs.c:3152
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004993#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004994msgid "Warning: label too long, truncating.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04004995msgstr "Warnung: Name zu lang, wird gekürzt.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004996
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004997#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004998#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004999msgid "e2label: cannot seek to superblock again\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005000msgstr "e2label: Erneutes Springen zum Superblock nicht möglich\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005001
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005002#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005003#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005004msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005005msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005006
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005007#: misc/e2label.c:117 misc/tune2fs.c:1733
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005008#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005009msgid "Usage: e2label device [newlabel]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005010msgstr "Aufruf: e2label Gerät [neuer_Name]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005011
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005012#: misc/e2undo.c:124
Theodore Ts'o89128f82018-01-01 19:36:37 -05005013#, fuzzy, c-format
5014msgid ""
5015"Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> "
5016"<filesystem>\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005017msgstr "Aufruf: %s [-f] [-h] [-n] [-v] <Transaktionsdatei> <Dateisystem>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005018
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005019#: misc/e2undo.c:149
Theodore Ts'o4e528702016-09-04 21:31:21 -04005020msgid "The file system superblock doesn't match the undo file.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005021msgstr "Der Superblock des Dateisystems passt nicht zur Undo-Datei.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005022
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005023#: misc/e2undo.c:152
Theodore Ts'o4e528702016-09-04 21:31:21 -04005024msgid "UUID does not match.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005025msgstr "die UUIDs stimmen nicht überein.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005026
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005027#: misc/e2undo.c:154
Theodore Ts'o4e528702016-09-04 21:31:21 -04005028msgid "Last mount time does not match.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005029msgstr "Die Zeit des letzten Einhängens stimmt nicht überein.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005030
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005031#: misc/e2undo.c:156
Theodore Ts'o4e528702016-09-04 21:31:21 -04005032msgid "Last write time does not match.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005033msgstr "Die Zeit des letzten Schreibzugriffs stimmt nicht überein.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005034
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005035#: misc/e2undo.c:158
Theodore Ts'o4e528702016-09-04 21:31:21 -04005036msgid "Lifetime write counter does not match.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005037msgstr "Der lebenslange Schreibzugriffszähler stimmt nicht überein.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005038
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005039#: misc/e2undo.c:172
Theodore Ts'o4e528702016-09-04 21:31:21 -04005040msgid "while reading filesystem superblock."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005041msgstr "beim Lesen des Dateisystem-Superblocks"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005042
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005043#: misc/e2undo.c:188
Theodore Ts'o4e528702016-09-04 21:31:21 -04005044msgid "while fetching superblock"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005045msgstr "beim Lesen des Superblocks"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005046
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005047#: misc/e2undo.c:201
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005048#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005049msgid "Undo file superblock checksum doesn't match.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005050msgstr ""
5051"Die Prüfsumme des Superblocks in der Undo-Datei stimmt nicht überein.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005052
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005053#: misc/e2undo.c:340
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005054#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005055msgid "illegal offset - %s"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005056msgstr "Unzulässiger Offset - %s"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005057
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005058#: misc/e2undo.c:364
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005059#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005060msgid "Will not write to an undo file while replaying it.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005061msgstr ""
5062"Während des Abarbeitens der Undo-Datei kann nicht in sie geschrieben "
5063"werden.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005064
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005065#: misc/e2undo.c:373
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005066#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005067msgid "while opening undo file `%s'\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005068msgstr "beim Öffnen der Undo-Datei „%s”\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005069
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005070#: misc/e2undo.c:380
Theodore Ts'o4e528702016-09-04 21:31:21 -04005071msgid "while reading undo file"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005072msgstr "beim Lesen der Undo-Datei"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005073
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005074#: misc/e2undo.c:385
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005075#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005076msgid "%s: Not an undo file.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005077msgstr "%s: Keine Undo-Datei.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005078
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005079#: misc/e2undo.c:396
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005080#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005081msgid "%s: Header checksum doesn't match.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005082msgstr "%s: Die Prüfsumme des Vorspanns passt nicht dazu.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005083
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005084#: misc/e2undo.c:403
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005085#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005086msgid "%s: Corrupt undo file header.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005087msgstr "%s: Der Vorspann der Undo-Datei ist defekt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005088
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005089#: misc/e2undo.c:407
Theodore Ts'o4e528702016-09-04 21:31:21 -04005090#, c-format
5091msgid "%s: Undo block size too large.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005092msgstr "%s: Die rückgängig zu machende Blockgröße ist zu groß.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005093
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005094#: misc/e2undo.c:412
Theodore Ts'o4e528702016-09-04 21:31:21 -04005095#, c-format
5096msgid "%s: Undo block size too small.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005097msgstr "%s: Die rückgängig zu machende Blockgröße ist zu klein.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005098
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005099#: misc/e2undo.c:425
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005100#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005101msgid "%s: Unknown undo file feature set.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005102msgstr "%s: Unbekannter Satz von Eigenschaften in der UNdo-Datei.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005103
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005104#: misc/e2undo.c:433
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005105#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005106msgid "Error while determining whether %s is mounted."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005107msgstr "Fehler beim Überprüfen, ob %s eingehängt ist."
Philipp Thomas720e6362008-06-21 14:06:00 -04005108
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005109#: misc/e2undo.c:439
Theodore Ts'o4e528702016-09-04 21:31:21 -04005110msgid "e2undo should only be run on unmounted filesystems"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005111msgstr "e2undo sollte nur auf nicht-eingehängten Dateisystemen laufen"
Philipp Thomas720e6362008-06-21 14:06:00 -04005112
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005113#: misc/e2undo.c:455
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005114#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005115msgid "while opening `%s'"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005116msgstr "beim Öffnen von „%s”"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005117
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005118#: misc/e2undo.c:466
Theodore Ts'o4e528702016-09-04 21:31:21 -04005119msgid "specified offset is too large"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005120msgstr "der angegebene Offset ist zu groß"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005121
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005122#: misc/e2undo.c:507
Theodore Ts'o4e528702016-09-04 21:31:21 -04005123msgid "while reading keys"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005124msgstr "beim Lesen der Schlüssel"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005125
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005126#: misc/e2undo.c:519
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005127#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005128msgid "%s: wrong key magic at %llu\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005129msgstr "%s: faslsche Schlüsselmagie bei %llu\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005130
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005131#: misc/e2undo.c:529
Theodore Ts'o4e528702016-09-04 21:31:21 -04005132#, c-format
5133msgid "%s: key block checksum error at %llu.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005134msgstr "%s: Prüfsummenfehler des Schlüsselblocks bei %llu.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005135
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005136#: misc/e2undo.c:552
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005137#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005138msgid "%s: block %llu is too long."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005139msgstr "%s: Block %llu ist zu lng."
Theodore Ts'o4e528702016-09-04 21:31:21 -04005140
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005141#: misc/e2undo.c:564 misc/e2undo.c:600
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005142#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005143msgid "while fetching block %llu."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005144msgstr "beim Lesen von Block %llu."
Theodore Ts'o4e528702016-09-04 21:31:21 -04005145
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005146#: misc/e2undo.c:576
Theodore Ts'o4e528702016-09-04 21:31:21 -04005147#, c-format
5148msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005149msgstr "Prüfsummenfehler im Dateisystemblock %llu (Undo-Block %llu)\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005150
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005151#: misc/e2undo.c:615
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005152#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005153msgid "while writing block %llu."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005154msgstr "Schreibfehler - Block %llu."
Theodore Ts'o4e528702016-09-04 21:31:21 -04005155
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005156#: misc/e2undo.c:621
Theodore Ts'o4e528702016-09-04 21:31:21 -04005157#, c-format
5158msgid "Undo file corruption; run e2fsck NOW!\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005159msgstr "Undo-Datei ist defekt; starten Sie e2fsck JETZT!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005160
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005161#: misc/e2undo.c:623
Theodore Ts'o4e528702016-09-04 21:31:21 -04005162#, c-format
5163msgid "IO error during replay; run e2fsck NOW!\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005164msgstr "EA-Fehler beim abarbeiten der Undo-Datei; starten Sie e2fsck JETZT!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005165
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005166#: misc/e2undo.c:626
Theodore Ts'o4e528702016-09-04 21:31:21 -04005167#, c-format
5168msgid "Incomplete undo record; run e2fsck.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005169msgstr "Unvollständiger Undo-Datensatz; starten Sie e2fsck.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005170
5171#: misc/findsuper.c:110
5172#, c-format
5173msgid "Usage: findsuper device [skipbytes [startkb]]\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005174msgstr "Aufruf: findsuper Gerät [zu_überspringende_Bytes] [StartKB]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005175
5176#: misc/findsuper.c:155
5177#, c-format
5178msgid "skipbytes should be a number, not %s\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005179msgstr "zu_überspringende_Bytes sollte ein Zahl sein und nicht %s\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005180
5181#: misc/findsuper.c:162
5182#, c-format
5183msgid "skipbytes must be a multiple of the sector size\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005184msgstr "zu_überspringende_Bytes muß ein Mehrfaches der Sektorgröße sein\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005185
5186#: misc/findsuper.c:169
5187#, c-format
5188msgid "startkb should be a number, not %s\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005189msgstr "StartKB sollte eine Zahl sein und nicht %s\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005190
5191#: misc/findsuper.c:175
5192#, c-format
5193msgid "startkb should be positive, not %llu\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005194msgstr "StartKB sollte positiv sein, nicht %llu\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005195
5196#: misc/findsuper.c:186
5197#, c-format
5198msgid "starting at %llu, with %u byte increments\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005199msgstr "Start bei %llu mit %u Bytes Schrittweite\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005200
5201#: misc/findsuper.c:188
5202#, c-format
5203msgid ""
5204"[*] probably superblock written in the ext3 journal superblock,\n"
5205"\tso start/end/grp wrong\n"
5206msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05005207"[*] wahrscheinlichj ein Superblock, der Im Ext3-Journal-Superblock "
5208"geschrieben wurde,\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005209"\tdaher stimmen Start/Ende/Gruppe nicht\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005210
5211#: misc/findsuper.c:190
5212#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05005213msgid ""
5214"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
5215"mount_time sb_uuid label\n"
5216msgstr ""
5217"Byte_offset Byte_start Byte_end fs_blocks blksz grp mkfs/"
5218"mount_time sb_uuid label\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005219
5220#: misc/findsuper.c:264
5221#, c-format
5222msgid ""
5223"\n"
5224"%11Lu: finished with errno %d\n"
5225msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005226"\n"
5227"%11Lu: endete mit Errno %d\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005228
Eric Sandeen032eafe2012-07-28 17:48:36 -04005229#: misc/fsck.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005230#, c-format
5231msgid "WARNING: couldn't open %s: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005232msgstr "WARNUNG: %s konnte nicht geöffnet werden: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005233
Eric Sandeen032eafe2012-07-28 17:48:36 -04005234#: misc/fsck.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005235#, c-format
5236msgid "WARNING: bad format on line %d of %s\n"
5237msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
5238
Eric Sandeen032eafe2012-07-28 17:48:36 -04005239#: misc/fsck.c:370
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005240msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005241"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005242"\tfield. I will kludge around things for you, but you\n"
5243"\tshould fix your /etc/fstab file as soon as you can.\n"
5244"\n"
5245msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005246"WARNUNG: Ihre /etc/fstab enthält keine Angabe darüber, wann\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005247"\tdas Dateisystem geprüft werden soll. Dies wird\n"
5248"\tignoriert, aber Sie sollten Ihre /etc/fstab so schnell\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005249"\twie möglich korrigieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005250"\n"
5251
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005252#: misc/fsck.c:485
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005253#, c-format
5254msgid "fsck: %s: not found\n"
5255msgstr "fsck: %s: nicht gefunden\n"
5256
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005257#: misc/fsck.c:601
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005258#, c-format
5259msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005260msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005261
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005262#: misc/fsck.c:623
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005263#, c-format
5264msgid "Warning... %s for device %s exited with signal %d.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005265msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005266
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005267#: misc/fsck.c:629
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005268#, c-format
5269msgid "%s %s: status is %x, should never happen.\n"
5270msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
5271
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005272#: misc/fsck.c:668
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005273#, c-format
5274msgid "Finished with %s (exit status %d)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005275msgstr "Beendet mit %s (Exit-Status %d)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005276
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005277#: misc/fsck.c:728
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005278#, c-format
5279msgid "%s: Error %d while executing fsck.%s for %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005280msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005281
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005282#: misc/fsck.c:749
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005283msgid ""
5284"Either all or none of the filesystem types passed to -t must be prefixed\n"
5285"with 'no' or '!'.\n"
5286msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005287"Bei -t müssen entweder allen oder keinem Dateisystem ein „no“ bzw. „!“\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005288"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005289
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005290#: misc/fsck.c:768
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005291msgid "Couldn't allocate memory for filesystem types\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005292msgstr "Speicher für Dateisystemtypen kann nicht reserviert werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005293
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005294#: misc/fsck.c:891
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005295#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05005296msgid ""
5297"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
5298"number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005299msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005300"%s: Ungültige Zeile in /etc/fstab wird übersprungen: bind mount mit\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005301" Durchgangsnummer für fsck, die nicht Null ist\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005302
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005303#: misc/fsck.c:918
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005304#, c-format
5305msgid "fsck: cannot check %s: fsck.%s not found\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005306msgstr "fsck: %s kann nicht überprüft werden: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005307
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005308#: misc/fsck.c:974
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005309msgid "Checking all file systems.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005310msgstr "Alle Dateisysteme werden überprüft.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005311
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005312#: misc/fsck.c:1065
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005313#, c-format
5314msgid "--waiting-- (pass %d)\n"
5315msgstr "--warten-- (Durchgang %d)\n"
5316
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005317#: misc/fsck.c:1085
Theodore Ts'o89128f82018-01-01 19:36:37 -05005318msgid ""
5319"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
5320msgstr ""
5321"Aufruf: fsck [-AMNPRTV] [ -C [ fd ] ] [-t Datesystemtyp] [FS-Optionen] "
5322"[Dateisystem...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005323
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005324#: misc/fsck.c:1127
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005325#, c-format
5326msgid "%s: too many devices\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005327msgstr "%s: zu viele Geräte\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005328
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005329#: misc/fsck.c:1160 misc/fsck.c:1246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005330#, c-format
5331msgid "%s: too many arguments\n"
5332msgstr "%s: zu viele Argumente\n"
5333
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005334#: misc/fuse2fs.c:3739
Theodore Ts'o4e528702016-09-04 21:31:21 -04005335msgid "Mounting read-only.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005336msgstr "Wird nur-lesbar eingehängt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005337
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005338#: misc/fuse2fs.c:3763
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005339#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005340msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005341msgstr ""
5342"%s: Anwendern wird erlaubt, alle Blöcke zu belegen. Das ist gefḧrlich!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005343
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005344#: misc/fuse2fs.c:3775 misc/fuse2fs.c:3789
Theodore Ts'o4e528702016-09-04 21:31:21 -04005345#, c-format
5346msgid "%s: %s.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005347msgstr "%s: %s.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005348
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005349#: misc/fuse2fs.c:3776 misc/fuse2fs.c:3791 misc/tune2fs.c:3049
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005350#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005351msgid "Please run e2fsck -fy %s.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005352msgstr "Bitte lassen Sie bitte „e2fsck -fy %s“ laufen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005353
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005354#: misc/fuse2fs.c:3798
Theodore Ts'o4e528702016-09-04 21:31:21 -04005355msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005356msgstr ""
5357"Das Journal muss wiederherdestellt werden; Das starten von „e2fsck -E "
5358"journal_only” ist zwingend nerforderlich.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005359
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005360#: misc/fuse2fs.c:3806
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005361#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005362msgid "%s: Writing to the journal is not supported.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005363msgstr "%s: In das Journal schreiben wird nicht unterstützt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005364
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005365#: misc/fuse2fs.c:3821
Theodore Ts'o4e528702016-09-04 21:31:21 -04005366msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005367msgstr ""
5368"Warnung: Ein ungeprüftes Dateisystem wird eingehängt. Sie sollten e2fsck "
5369"laufen lassen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005370
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005371#: misc/fuse2fs.c:3825
Theodore Ts'o4e528702016-09-04 21:31:21 -04005372msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005373msgstr ""
5374"Warnung: Die maximale Anzahl von Einhängungen ist erreicht. Sie sollten "
5375"e2fsck laufen lassen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005376
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005377#: misc/fuse2fs.c:3830
Theodore Ts'o4e528702016-09-04 21:31:21 -04005378msgid "Warning: Check time reached; running e2fsck is recommended.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005379msgstr ""
5380"Warnung: 'Überprüfungszeitpunkt wurde erreicht. Sie sollten e2fsck laufen "
5381"lassen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005382
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005383#: misc/fuse2fs.c:3834
Theodore Ts'o4e528702016-09-04 21:31:21 -04005384msgid "Orphans detected; running e2fsck is recommended.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005385msgstr "Verweiste Blöcke gefunden. Sie sollten e2fsck laufen lassen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005386
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005387#: misc/fuse2fs.c:3838
Theodore Ts'o4e528702016-09-04 21:31:21 -04005388msgid "Errors detected; running e2fsck is required.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005389msgstr "Es wurden Fehler entdeckt, Sie sollten e2fsck laufen lassen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005390
5391#: misc/lsattr.c:75
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005392#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005393msgid "Usage: %s [-RVadlpv] [files...]\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005394msgstr "Aufruf: %s [-RVadlpv] [Dateien…]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005395
Theodore Ts'o4e528702016-09-04 21:31:21 -04005396#: misc/lsattr.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005397#, c-format
5398msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005399msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005400
Theodore Ts'o4e528702016-09-04 21:31:21 -04005401#: misc/lsattr.c:93
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005402#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005403msgid "While reading project on %s"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005404msgstr "Beim Lesen des Projektes von %s"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005405
5406#: misc/lsattr.c:102
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005407#, c-format
5408msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005409msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005410
Theodore Ts'o899425b2018-02-27 22:25:04 -05005411#: misc/mke2fs.c:130
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005412#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005413msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005414"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005415"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005416"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005417"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005418"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005419"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005420"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5421"undo_file]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005422"\t[-jnqvDFSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005423msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005424"Aufruf: %s [-c|-l Dateiname] [-b Blockgröße] [-C Clustergröße]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005425"\t[-i Bytes-pro-Inode] [-I Inode-Größe] [-J Journal-Optionen]\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005426"\t[-G Größe_der_Metagruppe] [-N Anzahl_der_Inodes] [-d Wurzelverzeichnis]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005427"\t[-m Reservierte-Blöcke-Prozentsatz] [-o Erzeuger-OS]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005428"\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005429"\t[-M letztes-eingehängtes-Verzeichnis] [-O Eigenschaft[,...]]\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005430"\t[-r Dateisystem-Revision] [-E erweiterte-Option[,...]]\n"
5431"\t[-t Dateisystemtyp] [-T Verwendungs-Typ ] [-U UUID] [-e Fehlerverhalten]\n"
5432"\t[-jnqvDFSV] Gerät [Block-Anzahl]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005433
Theodore Ts'o899425b2018-02-27 22:25:04 -05005434#: misc/mke2fs.c:261
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005435#, c-format
5436msgid "Running command: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005437msgstr "Befehl wird ausgeführt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005438
Theodore Ts'o899425b2018-02-27 22:25:04 -05005439#: misc/mke2fs.c:265
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005440#, c-format
5441msgid "while trying to run '%s'"
5442msgstr "während des Versuchs, „%s“ auszuführen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005443
Theodore Ts'o899425b2018-02-27 22:25:04 -05005444#: misc/mke2fs.c:272
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005445msgid "while processing list of bad blocks from program"
5446msgstr "beim Auswerten der „Bad Block“-Liste vom Programm"
5447
Theodore Ts'o899425b2018-02-27 22:25:04 -05005448#: misc/mke2fs.c:299
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005449#, c-format
5450msgid "Block %d in primary superblock/group descriptor area bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005451msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005452
Theodore Ts'o899425b2018-02-27 22:25:04 -05005453#: misc/mke2fs.c:301
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005454#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005455msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005456msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005457"Die Blöcke %u bis einschließlich %u müssen in Ordnung sein, um ein\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005458"\tDateisystem zu erstellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005459
Theodore Ts'o899425b2018-02-27 22:25:04 -05005460#: misc/mke2fs.c:304
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005461msgid "Aborting....\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005462msgstr "Abbruch...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005463
Theodore Ts'o899425b2018-02-27 22:25:04 -05005464#: misc/mke2fs.c:324
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005465#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005466msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005467"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005468"\tbad blocks.\n"
5469"\n"
5470msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005471"Warnung: Die Sicherung des Superblocks bzw. Gruppendeskriptors in Block %u\n"
5472"\tenthält defekte Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005473"\n"
5474
Theodore Ts'o899425b2018-02-27 22:25:04 -05005475#: misc/mke2fs.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005476msgid "while marking bad blocks as used"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005477msgstr "beim Markieren von defekten Blöcken als „belegt“"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005478
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005479#: misc/mke2fs.c:368
5480#, fuzzy
5481msgid "while writing reserved inodes"
5482msgstr "beim Schreiben der Quota-Inodes"
5483
5484#: misc/mke2fs.c:420
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005485msgid "Writing inode tables: "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005486msgstr "Inode-Tabellen werden geschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005487
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005488#: misc/mke2fs.c:442
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005489#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005490msgid ""
5491"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005492"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005493msgstr ""
5494"\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005495"%d Blöcke konnten nicht in die Inoden-Tabellen beginnend bei %llu "
5496"geschrieben werden: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005497
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005498#: misc/mke2fs.c:456 misc/mke2fs.c:2726 misc/mke2fs.c:3131
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005499msgid "done \n"
5500msgstr "erledigt \n"
5501
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005502#: misc/mke2fs.c:471
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005503msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005504msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005505
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005506#: misc/mke2fs.c:478
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005507msgid "while reading root inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04005508msgstr "beim Lesen des Root-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005509
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005510#: misc/mke2fs.c:490
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005511msgid "while setting root inode ownership"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005512msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005513
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005514#: misc/mke2fs.c:508
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005515msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005516msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005517
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005518#: misc/mke2fs.c:515
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005519msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005520msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005521
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005522#: misc/mke2fs.c:528
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005523msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005524msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005525
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005526#: misc/mke2fs.c:543
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005527msgid "while setting bad block inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005528msgstr "beim Setzen des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005529
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005530#: misc/mke2fs.c:570
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005531#, c-format
5532msgid "Out of memory erasing sectors %d-%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005533msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005534
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005535#: misc/mke2fs.c:580
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005536#, c-format
5537msgid "Warning: could not read block 0: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005538msgstr "Warnung: Block %s konnte nicht gelesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005539
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005540#: misc/mke2fs.c:596
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005541#, c-format
5542msgid "Warning: could not erase sector %d: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005543msgstr "Warnung: Sektor %d konnte nicht gelöscht werden: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005544
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005545#: misc/mke2fs.c:612
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005546msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005547msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005548
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005549#: misc/mke2fs.c:620
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005550msgid "Zeroing journal device: "
Philipp Thomasab02a742014-07-09 23:13:30 -04005551msgstr "Journal-Gerät wird mit Nullen überschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005552
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005553#: misc/mke2fs.c:632
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005554#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005555msgid "while zeroing journal device (block %llu, count %d)"
Philipp Thomasab02a742014-07-09 23:13:30 -04005556msgstr "beim Überschreiben des Journal-Gerätes mit Nullen (Block %llu, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005557
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005558#: misc/mke2fs.c:650
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005559msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005560msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005561
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005562#: misc/mke2fs.c:665
Philipp Thomasb93349a2014-05-31 13:32:39 -04005563#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005564msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005565msgstr "Ein Dateisystem mit %llu (%dk) Blöcken und %u Inodes wird erzeugt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005566
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005567#: misc/mke2fs.c:673
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005568#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005569msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005570"warning: %llu blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005571"\n"
5572msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005573"Warnung: %llu Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005574"\n"
5575
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005576#: misc/mke2fs.c:678
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005577#, c-format
5578msgid "Filesystem label=%s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005579msgstr "Dateisystembezeichnung=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005580
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005581#: misc/mke2fs.c:681
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005582#, c-format
5583msgid "OS type: %s\n"
5584msgstr "OS-Typ: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005585
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005586#: misc/mke2fs.c:683
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005587#, c-format
5588msgid "Block size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005589msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005590
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005591#: misc/mke2fs.c:686
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005592#, c-format
5593msgid "Cluster size=%u (log=%u)\n"
5594msgstr "Clustergröße=%u (log=%u)\n"
5595
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005596#: misc/mke2fs.c:690
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005597#, c-format
5598msgid "Fragment size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005599msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005600
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005601#: misc/mke2fs.c:692
Philipp Thomas77c871a2010-04-19 16:59:02 -04005602#, c-format
5603msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5604msgstr "Stride=%u Blöcke, Stripebreite=%u Blöcke\n"
5605
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005606#: misc/mke2fs.c:694
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005607#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005608msgid "%u inodes, %llu blocks\n"
5609msgstr "%u Inodes, %llu Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005610
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005611#: misc/mke2fs.c:696
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005612#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005613msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5614msgstr "%llu Blöcke (%2.2f%%) reserviert für den Superuser\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005615
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005616#: misc/mke2fs.c:699
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005617#, c-format
5618msgid "First data block=%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005619msgstr "Erster Datenblock=%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005620
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005621#: misc/mke2fs.c:701
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005622#, c-format
5623msgid "Root directory owner=%u:%u\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005624msgstr "Eigentümer des Wurzelverzeichnisses=%u:%u\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005625
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005626#: misc/mke2fs.c:703
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005627#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005628msgid "Maximum filesystem blocks=%lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005629msgstr "Maximale Dateisystem-Blöcke=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005630
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005631#: misc/mke2fs.c:707
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005632#, c-format
5633msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005634msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005635
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005636#: misc/mke2fs.c:709
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005637#, c-format
5638msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005639msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005640
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005641#: misc/mke2fs.c:711
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005642#, c-format
5643msgid "%u blocks per group, %u clusters per group\n"
5644msgstr "%u Blöcke pro Gruppe, %u Cluster pro Gruppe\n"
5645
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005646#: misc/mke2fs.c:714
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005647#, c-format
5648msgid "%u blocks per group, %u fragments per group\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005649msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005650
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005651#: misc/mke2fs.c:716
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005652#, c-format
5653msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005654msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005655
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005656#: misc/mke2fs.c:725
Philipp Thomasb93349a2014-05-31 13:32:39 -04005657#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005658msgid "Filesystem UUID: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005659msgstr "UUID des Dateisystems: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005660
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005661#: misc/mke2fs.c:726
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005662msgid "Superblock backups stored on blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005663msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005664
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005665#: misc/mke2fs.c:820
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005666#, c-format
5667msgid "%s requires '-O 64bit'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005668msgstr "%s erfordert „-O 64Bit“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005669
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005670#: misc/mke2fs.c:826
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005671#, c-format
5672msgid "'%s' must be before 'resize=%u'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005673msgstr "„%s“ muss vor „resize=%u“ kommen\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005674
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005675#: misc/mke2fs.c:839
Philipp Thomasb93349a2014-05-31 13:32:39 -04005676#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005677msgid "Invalid desc_size: '%s'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005678msgstr "Unzulässige desc_size: „%s“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005679
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005680#: misc/mke2fs.c:853
Theodore Ts'o899425b2018-02-27 22:25:04 -05005681#, fuzzy, c-format
5682msgid "Invalid hash seed: %s\n"
5683msgstr "Unzulässige neue Größe: %s\n"
5684
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005685#: misc/mke2fs.c:865
Philipp Thomasb93349a2014-05-31 13:32:39 -04005686#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005687msgid "Invalid offset: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005688msgstr "Unzulässiger Offset: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005689
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005690#: misc/mke2fs.c:879 misc/tune2fs.c:2101
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005691#, c-format
5692msgid "Invalid mmp_update_interval: %s\n"
5693msgstr "Ungültiges mmp_update_interval: %s\n"
5694
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005695#: misc/mke2fs.c:896
Philipp Thomasab02a742014-07-09 23:13:30 -04005696#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005697msgid "Invalid # of backup superblocks: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005698msgstr "Ungültige Anzahl von Ersatz-Superblöcken: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005699
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005700#: misc/mke2fs.c:918
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005701#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005702msgid "Invalid stride parameter: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005703msgstr "Ungültiger „stride“-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005704
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005705#: misc/mke2fs.c:933
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005706#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005707msgid "Invalid stripe-width parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005708msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005709
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005710#: misc/mke2fs.c:956
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005711#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005712msgid "Invalid resize parameter: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005713msgstr "Ungültiger „resize“-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005714
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005715#: misc/mke2fs.c:963
Theodore Ts'obc759702005-05-09 20:40:55 -04005716msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005717msgstr ""
5718"Das Maximum der Vergrößerung muss oberhalb als der Dateisystem-Größe "
5719"liegen.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005720
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005721#: misc/mke2fs.c:987
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005722msgid "On-line resizing not supported with revision 0 filesystems\n"
5723msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005724"Online-Größenänderungen werden bei Revison-0-Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005725"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005726
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005727#: misc/mke2fs.c:1013 misc/mke2fs.c:1022
Philipp Thomasb93349a2014-05-31 13:32:39 -04005728#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005729msgid "Invalid root_owner: '%s'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005730msgstr "Ungültiger Eigentümer der Wurzel: „%s“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005731
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005732#: misc/mke2fs.c:1065
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005733#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005734msgid ""
5735"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005736"Bad option(s) specified: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005737"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04005738"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005739"\tis set off by an equals ('=') sign.\n"
5740"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04005741"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005742"\tmmp_update_interval=<interval>\n"
5743"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005744"\tstride=<RAID per-disk data chunk in blocks>\n"
5745"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005746"\toffset=<offset to create the file system>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04005747"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005748"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005749"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005750"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005751"\troot_owner=<uid of root dir>:<gid of root dir>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005752"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005753"\tdiscard\n"
5754"\tnodiscard\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005755"\tquotatype=<quota type(s) to be enabled>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005756"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005757msgstr ""
5758"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005759"Ungültige Option(en) angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005760"\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04005761"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005762"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005763"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005764"Gültige erweiterte Optionen sind:\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005765"\tmmp_update_interval=<Intervall>\n"
5766"\tnum_backup_sb=<0|1|2>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005767"\tstride=<RAID-Segmentgröße in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005768"\tstripe-width=<RAID Stride * Datenplatten in Blöcken>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005769"\toffset=<Offset für das Dateisystem>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005770"\tresize=<Obergrenze für Größenänderung in Blöcken>\n"
5771"\tpacked_meta_blocks=<0 deaktiviert, 1 aktiviert>\n"
5772"\tlazy_itable_init=<0 für deaktiviert, 1 für aktiviert>\n"
5773"\tlazy_journal_init=<0 für deaktiviert, 1 für aktiviert>\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005774"\troot_owner=<UID des Wurzelverzeichnisses>:<GID des Wurzelverzeichnisses>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005775"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005776"\tdiscard\n"
5777"\tnodiscard\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005778"\tquotatype=<Zu aktivierende(r) Quota-Typ(en)>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005779"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005780
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005781#: misc/mke2fs.c:1090
Theodore Ts'o8f741372008-02-28 21:47:05 -05005782#, c-format
5783msgid ""
5784"\n"
5785"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5786"\n"
5787msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005788"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005789"Warnung: Die Stripebreite %u des RAIDs ist kein Vielfaches des Strides %u.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005790"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005791
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005792#: misc/mke2fs.c:1135
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005793#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005794msgid ""
5795"Syntax error in mke2fs config file (%s, line #%d)\n"
5796"\t%s\n"
5797msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005798"Syntaxfehler in der Konfigurationsdatei von mke2fs (%s, Zeile #%d)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005799"\t%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005800
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005801#: misc/mke2fs.c:1148 misc/tune2fs.c:1120
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005802#, c-format
5803msgid "Invalid filesystem option set: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005804msgstr "Ungültige Dateisystem-Option angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005805
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005806#: misc/mke2fs.c:1160 misc/tune2fs.c:411
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005807#, c-format
5808msgid "Invalid mount option set: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005809msgstr "Ungültige Option für das Einhängen angegeben: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005810
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005811#: misc/mke2fs.c:1296
Philipp Thomas40771272008-09-07 22:55:25 -04005812#, c-format
5813msgid ""
5814"\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005815"Your mke2fs.conf file does not define the %s filesystem type.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005816msgstr ""
5817"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005818"Ihre Datei mke2fs.conf definiert den Typ des Dateisystems %s nicht.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005819
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005820#: misc/mke2fs.c:1300
Philipp Thomas40771272008-09-07 22:55:25 -04005821msgid ""
5822"You probably need to install an updated mke2fs.conf file.\n"
5823"\n"
5824msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05005825"Sie müssen wahrscheinlich eine aktualisierte Version der Datei "
5826"installieren.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005827"\n"
5828
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005829#: misc/mke2fs.c:1304
Philipp Thomas3e914b52011-01-24 15:03:41 -05005830msgid "Aborting...\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005831msgstr "Abbruch…\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005832
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005833#: misc/mke2fs.c:1345
Philipp Thomas3e914b52011-01-24 15:03:41 -05005834#, c-format
5835msgid ""
5836"\n"
5837"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5838"\n"
5839msgstr ""
5840"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005841"Warnung: der Dateisystemtyp %s ist in mke2fs.conf nicht definiert\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005842"\n"
5843
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005844#: misc/mke2fs.c:1527
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005845msgid "Couldn't allocate memory for new PATH.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005846msgstr "Es konnte kein Speicher für den neuen PFAD reserviert werden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005847
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005848#: misc/mke2fs.c:1564
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005849#, c-format
5850msgid "Couldn't init profile successfully (error: %ld).\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005851msgstr "Das Profil konnte nicht erfolgreich initialisiert werden: %ld).\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005852
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005853#: misc/mke2fs.c:1597
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005854#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005855msgid "invalid block size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04005856msgstr "ungültige Blockgröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005857
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005858#: misc/mke2fs.c:1601
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005859#, c-format
5860msgid "Warning: blocksize %d not usable on most systems.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005861msgstr ""
5862"Warnung: Eine Blockgröße von %d ist auf den meisten System unbrauchbar.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005863
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005864#: misc/mke2fs.c:1617
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005865#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005866msgid "invalid cluster size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04005867msgstr "ungültige Clustergröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005868
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005869#: misc/mke2fs.c:1630
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005870msgid "'-R' is deprecated, use '-E' instead"
Philipp Thomasab02a742014-07-09 23:13:30 -04005871msgstr "„-R“ ist veraltet, bitte verwenden Sie stattdessen „-E“"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005872
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005873#: misc/mke2fs.c:1644 misc/tune2fs.c:1830
Theodore Ts'o4e528702016-09-04 21:31:21 -04005874#, c-format
5875msgid "bad error behavior - %s"
5876msgstr "ungültiges Verhalten im Fehlerfall - %s"
5877
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005878#: misc/mke2fs.c:1656
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005879msgid "Illegal number for blocks per group"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005880msgstr "Die Zahl der Blöcke pro Gruppe ist unzulässig"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005881
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005882#: misc/mke2fs.c:1661
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005883msgid "blocks per group must be multiple of 8"
Philipp Thomasab02a742014-07-09 23:13:30 -04005884msgstr "Die Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005885
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005886#: misc/mke2fs.c:1669
Philipp Thomas720e6362008-06-21 14:06:00 -04005887msgid "Illegal number for flex_bg size"
Philipp Thomasab02a742014-07-09 23:13:30 -04005888msgstr "Der Wert für die Größe von flex_bg ist unzulässig"
Philipp Thomas720e6362008-06-21 14:06:00 -04005889
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005890#: misc/mke2fs.c:1675
Philipp Thomas720e6362008-06-21 14:06:00 -04005891msgid "flex_bg size must be a power of 2"
Philipp Thomasab02a742014-07-09 23:13:30 -04005892msgstr "Die Größe von flex_bg muss eine Potenz von 2 sein"
Philipp Thomas720e6362008-06-21 14:06:00 -04005893
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005894#: misc/mke2fs.c:1680
Philipp Thomasab02a742014-07-09 23:13:30 -04005895#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005896msgid "flex_bg size (%lu) must be less than or equal to 2^31"
Philipp Thomasab02a742014-07-09 23:13:30 -04005897msgstr "Die Größe von flex_bg (%lu) muss gleich oder weniger als 2^31 sein"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005898
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005899#: misc/mke2fs.c:1690
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005900#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005901msgid "invalid inode ratio %s (min %d/max %d)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005902msgstr "Unzulässige Inode-Rate %s (min %d/max %d)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005903
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005904#: misc/mke2fs.c:1700
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005905#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005906msgid "invalid inode size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04005907msgstr "ungültige Inode-Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005908
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005909#: misc/mke2fs.c:1713
Theodore Ts'o89128f82018-01-01 19:36:37 -05005910msgid ""
5911"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5912"nodiscard' extended option instead!\n"
5913msgstr ""
5914"Warnung: Die Option -K wird bald nicht mehr unterstüzt. Verwenden Sie "
5915"stattdessen die Erweiterungsoption „-E nodiscard“!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005916
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005917#: misc/mke2fs.c:1724
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005918msgid "in malloc for bad_blocks_filename"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005919msgstr "in malloc für bad_blocks_filename"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005920
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005921#: misc/mke2fs.c:1733
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005922#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005923msgid ""
5924"Warning: label too long; will be truncated to '%s'\n"
5925"\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005926msgstr "Warnung: Name zu lang, wird auf „%s” gekürzt\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005927
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005928#: misc/mke2fs.c:1742
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005929#, c-format
5930msgid "invalid reserved blocks percent - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005931msgstr "Ungültiger Wert für die prozentuale Anzahl reservierter Blöcke - %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005932
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005933#: misc/mke2fs.c:1757
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005934#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005935msgid "bad num inodes - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005936msgstr "ungültige Anzahl von Inodes - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005937
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005938#: misc/mke2fs.c:1770
Theodore Ts'o4e528702016-09-04 21:31:21 -04005939msgid "while allocating fs_feature string"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04005940msgstr "beim Zuweisen von der fs_feature-Zeichenkette"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005941
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005942#: misc/mke2fs.c:1787
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005943#, c-format
5944msgid "bad revision level - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005945msgstr "ungültige Version - %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005946
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005947#: misc/mke2fs.c:1792
Philipp Thomasab02a742014-07-09 23:13:30 -04005948#, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005949msgid "while trying to create revision %d"
Philipp Thomasab02a742014-07-09 23:13:30 -04005950msgstr "beim Versuch, Revision %d zu erzeugen"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005951
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005952#: misc/mke2fs.c:1806
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005953msgid "The -t option may only be used once"
Philipp Thomasab02a742014-07-09 23:13:30 -04005954msgstr "Die Option „-t“ darf nur einmal angegeben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005955
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005956#: misc/mke2fs.c:1814
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005957msgid "The -T option may only be used once"
Philipp Thomasab02a742014-07-09 23:13:30 -04005958msgstr "Die Option „-T“ darf nur einmal angegeben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005959
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005960#: misc/mke2fs.c:1870 misc/mke2fs.c:3215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005961#, c-format
5962msgid "while trying to open journal device %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005963msgstr "beim Versuch, das Journalgerät %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005964
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005965#: misc/mke2fs.c:1876
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005966#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04005967msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05005968msgstr ""
5969"Die Blockgröße des Journalgeräts (%d) ist kleiner als die minimale "
5970"Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005971
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005972#: misc/mke2fs.c:1882
Philipp Thomas68801282008-07-17 11:47:00 -04005973#, c-format
5974msgid "Using journal device's blocksize: %d\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04005975msgstr "Die Blockgröße des Journalgerätes wird verwendet: %d\n"
Philipp Thomas68801282008-07-17 11:47:00 -04005976
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005977#: misc/mke2fs.c:1893
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005978#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005979msgid "invalid blocks '%s' on device '%s'"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005980msgstr "ungültiger Block „%s“ auf Gerät „%s“"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005981
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005982#: misc/mke2fs.c:1923
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005983msgid "filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04005984msgstr "Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005985
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005986#: misc/mke2fs.c:1941 resize/main.c:497
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005987msgid "while trying to determine filesystem size"
Philipp Thomasab02a742014-07-09 23:13:30 -04005988msgstr "beim Versuch, die Größe des Dateisystems zu bestimmen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005989
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005990#: misc/mke2fs.c:1947
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005991msgid ""
5992"Couldn't determine device size; you must specify\n"
5993"the size of the filesystem\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005994msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04005995"Die Größe des Gerätes ist nicht feststellbar. Sie müssen die Größe\n"
5996"des Dateisystems manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005997
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005998#: misc/mke2fs.c:1954
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005999msgid ""
6000"Device size reported to be zero. Invalid partition specified, or\n"
6001"\tpartition table wasn't reread after running fdisk, due to\n"
6002"\ta modified partition being busy and in use. You may need to reboot\n"
6003"\tto re-read your partition table.\n"
6004msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006005"Als Größe des Geräts wird Null zurück geliefert. Entweder wurde eine\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006006"\tungültige Partition angegeben oder die Partitionstabelle wurde nach\n"
6007"\teinem Lauf von fdisk nicht neu eingelesen, weil die modifizierte\n"
6008"\tPartition vewendet wurde. Sie müssen unter Umständen den Rechner neu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006009"\tstarten, damit die Partitionstabelle neu eingelesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006010
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006011#: misc/mke2fs.c:1971
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006012msgid "Filesystem larger than apparent device size."
Philipp Thomasab02a742014-07-09 23:13:30 -04006013msgstr "Das Dateisystem ist größer als als die Partition."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006014
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006015#: misc/mke2fs.c:1991
Philipp Thomas720e6362008-06-21 14:06:00 -04006016msgid "Failed to parse fs types list\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006017msgstr "Die Liste der Dateisystemtypen konnte nicht verarbeitet werden\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006018
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006019#: misc/mke2fs.c:2040
Theodore Ts'o4e528702016-09-04 21:31:21 -04006020msgid "The HURD does not support the filetype feature.\n"
6021msgstr "Hurd unterstützt keine Dateitypen.\n"
6022
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006023#: misc/mke2fs.c:2045
Theodore Ts'o4e528702016-09-04 21:31:21 -04006024msgid "The HURD does not support the huge_file feature.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006025msgstr "Hurd unterstützt die Eigenschaft huge_file nicht.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006026
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006027#: misc/mke2fs.c:2050
Theodore Ts'o4e528702016-09-04 21:31:21 -04006028msgid "The HURD does not support the metadata_csum feature.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006029msgstr "Hurd unterstützt die Eigenschaft metadata_csum nicht.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006030
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006031#: misc/mke2fs.c:2055
Theodore Ts'o899425b2018-02-27 22:25:04 -05006032#, fuzzy
6033msgid "The HURD does not support the ea_inode feature.\n"
6034msgstr "Hurd unterstützt die Eigenschaft huge_file nicht.\n"
6035
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006036#: misc/mke2fs.c:2065
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006037msgid "while trying to determine hardware sector size"
Philipp Thomasab02a742014-07-09 23:13:30 -04006038msgstr "beim Versuch, die Hardware-Sektorgröße festzustellen"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006039
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006040#: misc/mke2fs.c:2071
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006041msgid "while trying to determine physical sector size"
Philipp Thomasab02a742014-07-09 23:13:30 -04006042msgstr "beim Versuch, die physische Sektorgröße festzustellen"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006043
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006044#: misc/mke2fs.c:2103
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006045msgid "while setting blocksize; too small for device\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006046msgstr "beim Setzen der Blockgröße: zu klein für das Gerät\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006047
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006048#: misc/mke2fs.c:2108
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006049#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05006050msgid ""
6051"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
6052msgstr ""
6053"Warnung: die angegebene Blockgröße %d ist kleiner als die physische "
6054"Sektorgröße %d\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006055
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006056#: misc/mke2fs.c:2132
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006057#, c-format
6058msgid ""
6059"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
6060"\tin 32 bits using a blocksize of %d.\n"
6061msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05006062"%1$s: Die Größe des Gerätes %3$s (0x%2$llx Blöcke) kann bei einer "
6063"Blockgröße\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006064"\tvon %4$d nicht mit 32 Bits dargestellt werden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006065
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006066#: misc/mke2fs.c:2144
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006067#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006068msgid ""
6069"%s: Size of device (0x%llx blocks) %s too big to create\n"
6070"\ta filesystem using a blocksize of %d.\n"
6071msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006072"%1$s: Das Gerät %3$s ist zu groß (0x%2$llx Blöcke), um ein Dateisystem\n"
6073"\tmit einer Blockgröße von %4$d darauf anzulegen.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006074
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006075#: misc/mke2fs.c:2166
Philipp Thomas68801282008-07-17 11:47:00 -04006076msgid "fs_types for mke2fs.conf resolution: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006077msgstr "Dateisystemtypen für das Aufschlüsseln von mke2fs.conf: "
Philipp Thomas68801282008-07-17 11:47:00 -04006078
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006079#: misc/mke2fs.c:2173
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05006080msgid "Filesystem features not supported with revision 0 filesystems\n"
6081msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006082"Eigenschaften von Dateisystemen werden bei Revison-0-Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006083"\tunterstützt\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05006084
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006085#: misc/mke2fs.c:2181
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006086msgid "Sparse superblocks not supported with revision 0 filesystems\n"
6087msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006088"Sparse-Superblöcke werden bei Revison-0-Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006089"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006090
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006091#: misc/mke2fs.c:2191
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006092msgid "Journals not supported with revision 0 filesystems\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006093msgstr ""
6094"Journale werden bei Revison-0-Dateisystemen nicht\n"
6095"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006096
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006097#: misc/mke2fs.c:2204
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006098#, c-format
6099msgid "invalid reserved blocks percent - %lf"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006100msgstr "Ungültiger Werte für Prozent reservierter Blöcke - %lf"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006101
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006102#: misc/mke2fs.c:2221
Theodore Ts'o89128f82018-01-01 19:36:37 -05006103msgid ""
6104"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
6105"rectify.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006106msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006107"Erweiterungen MÜSSEN für 64-Bit-Dateisysteme aktiviert werden.\n"
6108"\tGeben Sie „-O extents“ an, um dies zu tun.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006109
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006110#: misc/mke2fs.c:2241
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006111msgid "The cluster size may not be smaller than the block size.\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006112msgstr "Die Clustergröße darf nicht kleiner als die Blockgröße sein.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006113
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006114#: misc/mke2fs.c:2247
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006115msgid "specifying a cluster size requires the bigalloc feature"
Philipp Thomasab02a742014-07-09 23:13:30 -04006116msgstr "Die Angabe einer Clustergröße erfordert die Eigenschaft „bigalloc“."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006117
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006118#: misc/mke2fs.c:2267
Philipp Thomas720e6362008-06-21 14:06:00 -04006119#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006120msgid "warning: Unable to get device geometry for %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006121msgstr "Warnung: Die Geometrie des Gerätes „%s“ kann nicht bestimmt werden\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006122
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006123#: misc/mke2fs.c:2270
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006124#, c-format
6125msgid "%s alignment is offset by %lu bytes.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006126msgstr "Die Ausrichtung von %s ist um %lu Bytes versetzt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006127
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006128#: misc/mke2fs.c:2272
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006129#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05006130msgid ""
6131"This may result in very poor performance, (re)-partitioning suggested.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006132msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05006133"Dies könnte in sehr schlechter Leistung resultieren. Eine "
6134"Neupartitionierung\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006135"ist angeraten.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006136
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006137#: misc/mke2fs.c:2293
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006138#, c-format
6139msgid "%d-byte blocks too big for system (max %d)"
Philipp Thomasab02a742014-07-09 23:13:30 -04006140msgstr "Blöcke mit %d Bytes sind zu groß für das Gerät (max %d)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006141
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006142#: misc/mke2fs.c:2297
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006143#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05006144msgid ""
6145"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006146msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006147"Warnung: Blöcke mit %d Bytes sind zu groß für das Gerät (max %d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006148"\t Weiterverarbeitung wurde erzwungen\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006149
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006150#: misc/mke2fs.c:2305
Theodore Ts'o4e528702016-09-04 21:31:21 -04006151#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05006152msgid ""
6153"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
6154"and journal checksum features.\n"
6155msgstr ""
6156"Vorschlag: Verwenden Sie einen Linux kernel >= 3.18 für verbesserte "
6157"Stabilität der Metadaten und Journalprüfsummen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006158
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006159#: misc/mke2fs.c:2360
Theodore Ts'o4e528702016-09-04 21:31:21 -04006160#, c-format
6161msgid ""
6162"\n"
6163"Warning: offset specified without an explicit file system size.\n"
6164"Creating a file system with %llu blocks but this might\n"
6165"not be what you want.\n"
6166"\n"
6167msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006168"\n"
6169"Warnung: Der Offset wurde ohne explizite Größe des Dateisystems angegeben.\n"
6170"Es wird ein Dateisystem mit %llu Blöcken erzeugt, aber das könnte nicht das\n"
6171"sein, was Sie wollen.\n"
6172"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006173
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006174#: misc/mke2fs.c:2375
Theodore Ts'o89128f82018-01-01 19:36:37 -05006175#, fuzzy, c-format
6176msgid "%d byte inodes are too small for project quota"
6177msgstr ""
6178"%d Bytes große Inodes sind zu klein für Projektquotas; Geben Sie bitte eine "
6179"höhere Größe an"
6180
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006181#: misc/mke2fs.c:2397
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006182msgid "Can't support bigalloc feature without extents feature"
Philipp Thomasab02a742014-07-09 23:13:30 -04006183msgstr "„Bigalloc“ ist nur mit „Extents“ möglich"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006184
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006185#: misc/mke2fs.c:2404
Philipp Thomas720e6362008-06-21 14:06:00 -04006186msgid ""
6187"The resize_inode and meta_bg features are not compatible.\n"
6188"They can not be both enabled simultaneously.\n"
6189msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006190"resize_inode und meta_bg sind nicht kompatibel und können\n"
6191"daher nicht gleichzeitig aktiviert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006192
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006193#: misc/mke2fs.c:2412
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006194msgid ""
6195"\n"
6196"Warning: the bigalloc feature is still under development\n"
6197"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
6198"\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006199msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006200"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006201"Warnung: „bigalloc“ befindet sich noch in Entwicklung.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006202"Lesen Sie https://ext4.wiki.kernel.org/index.php/Bigalloc für weitere\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006203"Informationen.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006204"\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006205
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006206#: misc/mke2fs.c:2424
Theodore Ts'obc759702005-05-09 20:40:55 -04006207msgid "reserved online resize blocks not supported on non-sparse filesystem"
6208msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006209"Reservierte Blöcke für die Online-Größenänderung werden auf Nicht-Sparse-\n"
6210"Dateisystemen nicht unterstützt."
Theodore Ts'obc759702005-05-09 20:40:55 -04006211
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006212#: misc/mke2fs.c:2433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006213msgid "blocks per group count out of range"
Philipp Thomasab02a742014-07-09 23:13:30 -04006214msgstr "Die Anzahl der Blöcke pro Gruppe ist außerhalb des gültigen Bereichs."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006215
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006216#: misc/mke2fs.c:2455
Philipp Thomas720e6362008-06-21 14:06:00 -04006217msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006218msgstr ""
6219"Flex_bg ist nicht aktiviert, daher darf dafür auch keine Größe angegeben "
6220"werden."
Theodore Ts'o6956f612005-12-31 16:46:15 -05006221
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006222#: misc/mke2fs.c:2467
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006223#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04006224msgid "invalid inode size %d (min %d/max %d)"
Philipp Thomasab02a742014-07-09 23:13:30 -04006225msgstr "unzulässige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006226
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006227#: misc/mke2fs.c:2482
Theodore Ts'o4e528702016-09-04 21:31:21 -04006228#, c-format
6229msgid "%d byte inodes are too small for inline data; specify larger size"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006230msgstr ""
6231"%d Bytes große Inodes sind zu klein für Inline-daten; Geben Sie bitte eine "
6232"höhere Größe an"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006233
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006234#: misc/mke2fs.c:2497
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006235#, c-format
6236msgid "too many inodes (%llu), raise inode ratio?"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006237msgstr "zu wenige Inodes (%llu), Anzahl erhöhen?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006238
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006239#: misc/mke2fs.c:2504
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006240#, c-format
6241msgid "too many inodes (%llu), specify < 2^32 inodes"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006242msgstr "zu viele Inodes (%llu), geben Sie weniger als 2^32 Inodes an"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006243
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006244#: misc/mke2fs.c:2518
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006245#, c-format
6246msgid ""
6247"inode_size (%u) * inodes_count (%u) too big for a\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006248"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006249"\tor lower inode count (-N).\n"
6250msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006251"inode_size (%u) * inodes_count (%u) ist zu groß für ein\n"
6252"\tDateisystem mit %llu Blöcken, geben Sie ein höheres inode_ratio (-i)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006253"\tan oder eine niedrigere Anzahl Inodes (-N) an.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006254
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006255#: misc/mke2fs.c:2705
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006256msgid "Discarding device blocks: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006257msgstr "Geräteblöcke werden verworfen: "
Philipp Thomas77c871a2010-04-19 16:59:02 -04006258
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006259#: misc/mke2fs.c:2721
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006260msgid "failed - "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006261msgstr "gescheitert - "
Philipp Thomas77c871a2010-04-19 16:59:02 -04006262
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006263#: misc/mke2fs.c:2780
Theodore Ts'o4e528702016-09-04 21:31:21 -04006264msgid "while initializing quota context"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006265msgstr "beim Initialisieren des Quota-Kontextes"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006266
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006267#: misc/mke2fs.c:2787
Theodore Ts'o4e528702016-09-04 21:31:21 -04006268msgid "while writing quota inodes"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006269msgstr "beim Schreiben der Quota-Inodes"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006270
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006271#: misc/mke2fs.c:2812
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006272#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006273msgid "bad error behavior in profile - %s"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006274msgstr "ungültiges Verhalten im Fehlerfall im Profil - %s"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006275
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006276#: misc/mke2fs.c:2888
Theodore Ts'o899425b2018-02-27 22:25:04 -05006277#, fuzzy
6278msgid "in malloc for android_sparse_params"
6279msgstr "in malloc für bad_blocks_filename"
6280
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006281#: misc/mke2fs.c:2902
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006282msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05006283msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006284
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006285#: misc/mke2fs.c:2918
Theodore Ts'o89128f82018-01-01 19:36:37 -05006286msgid ""
6287"Extents are not enabled. The file extent tree can be checksummed, whereas "
6288"block maps cannot. Not enabling extents reduces the coverage of metadata "
6289"checksumming. Pass -O extents to rectify.\n"
6290msgstr ""
6291"Erweiteruingen wurden nicht aktiviert. Die Prüfsumme des Baums mit den "
6292"Erweiterungen der Datei kann ermittelt werden, nicht aber das Verzeichnis "
6293"der Blöcke. Wenn Erweiterungen nicht aktiviert werden, reduziert den Umfang "
6294"dessen, was das Überprüfen der Metadaten-Prüfsummen abdecken kann. Geben Sie "
6295"„-O extents” an, um dies zu beheben.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006296
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006297#: misc/mke2fs.c:2925
Theodore Ts'o89128f82018-01-01 19:36:37 -05006298msgid ""
6299"64-bit filesystem support is not enabled. The larger fields afforded by "
6300"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
6301msgstr ""
6302"Die Unterstützung für 64-bittige Dateisysteme wurde nicht aktiviert. Die "
6303"längeren Felder, die diese Eigenschaft benötigt erlauben die Erstellung der "
6304"Prüfsumme in voller Stärke. Geben Sie „-O 64bit” an, um dies zu "
6305"korrigieren.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006306
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006307#: misc/mke2fs.c:2933
Theodore Ts'o89128f82018-01-01 19:36:37 -05006308#, fuzzy
6309msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
6310msgstr ""
6311"Die Eigenschaft metadata_csum_seed erfoprdert die Eigenschaft "
6312"metadata_csum.\n"
6313
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006314#: misc/mke2fs.c:2957
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006315msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
6316msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006317"Verwerfen war erfolgreich und wird Nullen zurück liefern - daher wird\n"
6318"das Löschen der Inode-Tabelle übersprungen\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05006319
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006320#: misc/mke2fs.c:3056
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006321#, c-format
6322msgid "unknown os - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006323msgstr "unbekanntes Betriebssystem - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006324
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006325#: misc/mke2fs.c:3119
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006326msgid "Allocating group tables: "
Philipp Thomasab02a742014-07-09 23:13:30 -04006327msgstr "beim Anfordern von Speicher für die Gruppentabellen: "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006328
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006329#: misc/mke2fs.c:3127
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006330msgid "while trying to allocate filesystem tables"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006331msgstr "beim Anfordern von Speicher für die Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006332
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006333#: misc/mke2fs.c:3136
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006334msgid ""
6335"\n"
6336"\twhile converting subcluster bitmap"
6337msgstr ""
6338"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006339"\tbeim Konvertieren der Subclusterbitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006340
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006341#: misc/mke2fs.c:3142
Theodore Ts'o4e528702016-09-04 21:31:21 -04006342#, c-format
6343msgid "%s may be further corrupted by superblock rewrite\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006344msgstr ""
6345"%s könnte durch das erneute Schreiben des Superblocks noch mehr beschädigt "
6346"werden\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006347
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006348#: misc/mke2fs.c:3183
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006349#, c-format
6350msgid "while zeroing block %llu at end of filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04006351msgstr "beim Nullen von Block %llu am Ende des Dateisystems"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006352
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006353#: misc/mke2fs.c:3196
Theodore Ts'obc759702005-05-09 20:40:55 -04006354msgid "while reserving blocks for online resize"
Philipp Thomasab02a742014-07-09 23:13:30 -04006355msgstr "beim Reservieren von Blöcken für die Online-Größenänderung"
Theodore Ts'obc759702005-05-09 20:40:55 -04006356
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006357#: misc/mke2fs.c:3208 misc/tune2fs.c:1538
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006358msgid "journal"
6359msgstr "Journal"
6360
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006361#: misc/mke2fs.c:3220
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006362#, c-format
6363msgid "Adding journal to device %s: "
Philipp Thomasab02a742014-07-09 23:13:30 -04006364msgstr "Ein Journal wird auf Gerät %s hinzugefügt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006365
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006366#: misc/mke2fs.c:3227
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006367#, c-format
6368msgid ""
6369"\n"
6370"\twhile trying to add journal to device %s"
6371msgstr ""
6372"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006373"\tbeim Versuch, ein Journal auf Gerät %s hinzuzufügen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006374
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006375#: misc/mke2fs.c:3232 misc/mke2fs.c:3261 misc/mke2fs.c:3299
6376#: misc/mk_hugefiles.c:598 misc/tune2fs.c:1567 misc/tune2fs.c:1586
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006377msgid "done\n"
Philipp Thomasa4670b92016-08-31 23:14:17 -04006378msgstr "erledigt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006379
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006380#: misc/mke2fs.c:3238
Philipp Thomas77c871a2010-04-19 16:59:02 -04006381msgid "Skipping journal creation in super-only mode\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006382msgstr "Die Erzeugung eines Journals wird im Nur-Super-Modus übersprungen\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006383
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006384#: misc/mke2fs.c:3248
Philipp Thomas68801282008-07-17 11:47:00 -04006385#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04006386msgid "Creating journal (%u blocks): "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006387msgstr "Das Journal (%u Blöcke) wird angelegt: "
Philipp Thomas720e6362008-06-21 14:06:00 -04006388
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006389#: misc/mke2fs.c:3257
Philipp Thomasedc733d2012-04-22 15:38:42 -04006390msgid ""
6391"\n"
6392"\twhile trying to create journal"
6393msgstr ""
6394"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006395"\tbeim Anlegen des Journals"
Philipp Thomasedc733d2012-04-22 15:38:42 -04006396
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006397#: misc/mke2fs.c:3269 misc/tune2fs.c:1185
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006398msgid ""
6399"\n"
6400"Error while enabling multiple mount protection feature."
6401msgstr ""
6402"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006403"Fehler beim Aktivieren des Schutzes gegen mehrfaches Einhängen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006404
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006405#: misc/mke2fs.c:3274
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006406#, c-format
6407msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006408msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006409"Der Schutz gegen mehrfaches Einhängen wurde aktiviert mit einem\n"
6410"Aktualisierungsintervall von %d Sekunden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006411
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006412#: misc/mke2fs.c:3290
Theodore Ts'o4e528702016-09-04 21:31:21 -04006413msgid "Copying files into the device: "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006414msgstr "Fehler beim Kopieren der Dateien auf das Laufwerk: "
Theodore Ts'o4e528702016-09-04 21:31:21 -04006415
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006416#: misc/mke2fs.c:3296
Theodore Ts'o4e528702016-09-04 21:31:21 -04006417msgid "while populating file system"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006418msgstr "beim Befüllen des Dateisystems"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006419
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006420#: misc/mke2fs.c:3303
Theodore Ts'o196a8a62003-11-21 12:46:04 -05006421msgid "Writing superblocks and filesystem accounting information: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006422msgstr ""
6423"Die Superblöcke und die Informationen über die Dateisystemnutzung werden\n"
6424"geschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006425
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006426#: misc/mke2fs.c:3310
6427#, fuzzy
6428msgid "while writing out and closing file system"
6429msgstr "beim Nullen von Block %llu am Ende des Dateisystems"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006430
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006431#: misc/mke2fs.c:3313
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006432msgid ""
6433"done\n"
6434"\n"
6435msgstr ""
6436"erledigt\n"
6437"\n"
6438
Theodore Ts'o899425b2018-02-27 22:25:04 -05006439#: misc/mk_hugefiles.c:339
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006440#, c-format
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006441msgid "while zeroing block %llu for hugefile"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006442msgstr "beim Nullen von Block %llu für riesige Datei"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006443
Theodore Ts'o899425b2018-02-27 22:25:04 -05006444#: misc/mk_hugefiles.c:514
Theodore Ts'o4e528702016-09-04 21:31:21 -04006445#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05006446msgid ""
6447"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
6448msgstr ""
6449"Der Abstand vom Partitionsanfang von %llu (%uk) Blöckenm ist inkompatibel "
6450"mit der Clustergröße %u.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006451
Theodore Ts'o899425b2018-02-27 22:25:04 -05006452#: misc/mk_hugefiles.c:581
Theodore Ts'o4e528702016-09-04 21:31:21 -04006453msgid "Huge files will be zero'ed\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006454msgstr "Riesige Dateien werden mit Nullen überschrieben\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006455
Theodore Ts'o899425b2018-02-27 22:25:04 -05006456#: misc/mk_hugefiles.c:582
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006457#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006458msgid "Creating %lu huge file(s) "
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006459msgstr "%lu riesige Datei(en) werden angelegt "
Theodore Ts'o4e528702016-09-04 21:31:21 -04006460
Theodore Ts'o899425b2018-02-27 22:25:04 -05006461#: misc/mk_hugefiles.c:584
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006462#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006463msgid "with %llu blocks each"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006464msgstr ", jede mit %llu Blöcken"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006465
Theodore Ts'o899425b2018-02-27 22:25:04 -05006466#: misc/mk_hugefiles.c:593
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006467#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006468msgid "while creating huge file %lu"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006469msgstr "beim Iterieren über riesige Datei %lu"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006470
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006471#: misc/mklost+found.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006472msgid "Usage: mklost+found\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006473msgstr "Aufruf: mklost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006474
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006475#: misc/partinfo.c:43
Philipp Thomasa700f512008-08-29 08:49:57 -04006476#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04006477msgid ""
6478"Usage: %s device...\n"
6479"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006480"Prints out the partition information for each given device.\n"
6481"For example: %s /dev/hda\n"
6482"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006483msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006484"Aufruf: %s Gerät…\n"
Philipp Thomas68801282008-07-17 11:47:00 -04006485"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006486"Gibt Informationen über die Partitionierung jedes angegebenen Geräts aus.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006487"Zum Beispiel: %s /dev/hda\n"
6488"\n"
6489
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006490#: misc/partinfo.c:53
Philipp Thomas40771272008-09-07 22:55:25 -04006491#, c-format
6492msgid "Cannot open %s: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006493msgstr "%s kann nicht geöffnet werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006494
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006495#: misc/partinfo.c:59
Philipp Thomas40771272008-09-07 22:55:25 -04006496#, c-format
6497msgid "Cannot get geometry of %s: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006498msgstr "Die Geometrie von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006499
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006500#: misc/partinfo.c:67
Philipp Thomas40771272008-09-07 22:55:25 -04006501#, c-format
6502msgid "Cannot get size of %s: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006503msgstr "Die Größe von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006504
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006505#: misc/partinfo.c:73
Philipp Thomas40771272008-09-07 22:55:25 -04006506#, c-format
6507msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006508msgstr "%s: h=%3d s=%3d c=%4d Start=%8d Größe=%8lu Ende=%8d\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006509
Theodore Ts'o4e528702016-09-04 21:31:21 -04006510#: misc/tune2fs.c:119
Theodore Ts'o89128f82018-01-01 19:36:37 -05006511msgid ""
6512"\n"
6513"This operation requires a freshly checked filesystem.\n"
6514msgstr ""
6515
6516#: misc/tune2fs.c:121
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006517msgid "Please run e2fsck -f on the filesystem.\n"
6518msgstr "Bitte lassen Sie e2fsck -f dieses Dateisystem überprüfen.\n"
Theodore Ts'o21725192017-08-23 19:46:04 -04006519
Theodore Ts'o89128f82018-01-01 19:36:37 -05006520#: misc/tune2fs.c:123
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006521msgid "Please run e2fsck -fD on the filesystem.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006522msgstr "Bitte lassen Sie e2fsck -fD dieses Dateisystem überprüfen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006523
Theodore Ts'o89128f82018-01-01 19:36:37 -05006524#: misc/tune2fs.c:136
6525#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006526msgid ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04006527"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006528"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006529"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006530"\t[-r reserved_blocks_count] [-u user] [-C mount_count]\n"
6531"\t[-L volume_label] [-M last_mounted_dir]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006532"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006533"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006534"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006535msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05006536"Aufruf: %s [-c max_Anzahl_Einhängungen] [-e Fehlerverhalten] [-f] [-g "
6537"Gruppe]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006538"\t[-i Intervall[d|m|w]] [-j] [-J Journal_Optionen] [-l]\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006539"\t[-m reservierte_Blöcke_Prozent] [-o [^]Einhängeoptionen[…]] [-p "
6540"mmp_Aktualisierungsintervall]\n"
6541"\t[-r Anzahl_reservierter_Blöcke] [-u Benutzer] [-C Anzahl_Einhängungen] [-L "
6542"Volume_Kennung]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006543"\t[-M letztes_eingehängtes_Verzeichnis] [-O [^]Eigenschaft[,...]]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006544"\t[-Q Quota-Optionen]\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006545"\t[-E erweiterte_Optionen[…]] [-T Zeitpunkt_letzter_Prüfung] [-U UUID]\n"
6546"\t[ -I neue_Inodegröße ] [-z Undo_Datei] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006547
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006548#: misc/tune2fs.c:223
Philipp Thomas37be3822015-05-17 20:21:39 -04006549msgid "Journal superblock not found!\n"
6550msgstr "Der Journal-Superblock wurde nicht gefunden!\n"
6551
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006552#: misc/tune2fs.c:281
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006553msgid "while trying to open external journal"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006554msgstr "beim Versuch, das externe Journal zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006555
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006556#: misc/tune2fs.c:287 misc/tune2fs.c:2845
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006557#, c-format
6558msgid "%s is not a journal device.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006559msgstr "%s ist kein Journalgerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006560
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006561#: misc/tune2fs.c:297 misc/tune2fs.c:2856
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006562msgid "Filesystem's UUID not found on journal device.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006563msgstr "Die UUID des Dateisystems wurde auf dem Journalgerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006564
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006565#: misc/tune2fs.c:321
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006566msgid ""
6567"Cannot locate journal device. It was NOT removed\n"
6568"Use -f option to remove missing journal device.\n"
6569msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006570"Das Journalgerät wurde nicht gefunden. Es wurde NICHT entfernt\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006571"Bitte benutzen Sie die Option „-f“, um das fehlende Gerät zu entfernen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006572
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006573#: misc/tune2fs.c:330
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006574msgid "Journal removed\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006575msgstr "Das Journal wurde entfernt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006576
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006577#: misc/tune2fs.c:374
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006578msgid "while reading bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04006579msgstr "beim Lesen der Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006580
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006581#: misc/tune2fs.c:382
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006582msgid "while clearing journal inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04006583msgstr "beim Zurücksetzen der Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006584
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006585#: misc/tune2fs.c:393
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006586msgid "while writing journal inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04006587msgstr "beim Schreiben der Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006588
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006589#: misc/tune2fs.c:429 misc/tune2fs.c:452 misc/tune2fs.c:465
Philipp Thomas3e914b52011-01-24 15:03:41 -05006590msgid "(and reboot afterwards!)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006591msgstr "(und starten Sie danach das System neu)\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05006592
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006593#: misc/tune2fs.c:480
Theodore Ts'o4e528702016-09-04 21:31:21 -04006594#, c-format
6595msgid "After running e2fsck, please run `resize2fs %s %s"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006596msgstr ""
6597"Nachdem Sie e2fsck haben laufen lassen, starten Sie bitte „resize2fs %s %s”"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006598
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006599#: misc/tune2fs.c:483
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006600#, c-format
6601msgid "Please run `resize2fs %s %s"
6602msgstr "Bitte starten Sie „resize2fs %s %s“"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006603
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006604#: misc/tune2fs.c:487
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006605#, c-format
6606msgid " -z \"%s\""
6607msgstr " -z „%s”"
6608
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006609#: misc/tune2fs.c:489
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006610#, c-format
6611msgid "' to enable 64-bit mode.\n"
6612msgstr ", um den 64-Bit-Modus zu aktivieren.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006613
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006614#: misc/tune2fs.c:491
Theodore Ts'o4e528702016-09-04 21:31:21 -04006615#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006616msgid "' to disable 64-bit mode.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006617msgstr ", um den 64-Bit-Modus zu deaktivieren.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006618
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006619#: misc/tune2fs.c:1087
Theodore Ts'o4e528702016-09-04 21:31:21 -04006620msgid ""
6621"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6622" This requires Linux >= v4.4.\n"
6623msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05006624"WARNUNG: Unterstützung des Kernels für metadata_csum_seed konnte nicht "
6625"festgestellt werden.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006626" Dies erfordert Linux >= v4.4.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006627
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006628#: misc/tune2fs.c:1123
Theodore Ts'o8f741372008-02-28 21:47:05 -05006629#, c-format
6630msgid "Clearing filesystem feature '%s' not supported.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006631msgstr "Das Deaktivieren von „%s“ wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006632
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006633#: misc/tune2fs.c:1129
Philipp Thomas67671422008-05-14 18:42:45 -04006634#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006635msgid "Setting filesystem feature '%s' not supported.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006636msgstr "Das Aktivieren von „%s“ wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006637
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006638#: misc/tune2fs.c:1138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006639msgid ""
Philipp Thomas68801282008-07-17 11:47:00 -04006640"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006641"unmounted or mounted read-only.\n"
6642msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006643"Has_journal kann nur zurückgesetzt werden, wenn das Dateisystem nicht\n"
6644"oder nur-lesbar eingehängt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006645
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006646#: misc/tune2fs.c:1146
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006647msgid ""
6648"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6649"the has_journal flag.\n"
6650msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006651"needs_recovery ist gesetzt. Bitte führen Sie e2fsck aus, bevor Sie\n"
6652"has_journal zurück setzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006653
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006654#: misc/tune2fs.c:1164
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006655msgid ""
6656"Setting filesystem feature 'sparse_super' not supported\n"
6657"for filesystems with the meta_bg feature enabled.\n"
6658msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04006659"Das Setzen von „sparse_super“ wird auf Dateisystemen mit aktiviertem\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006660"„meta_bg“ nicht unterstützt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006661
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006662#: misc/tune2fs.c:1177
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006663msgid ""
6664"The multiple mount protection feature can't\n"
6665"be set if the filesystem is mounted or\n"
6666"read-only.\n"
6667msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006668"Der Schutz vor mehrfachem Einhängen kann nur aktiviert werden, wenn das\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006669"Dateisystem nicht oder nur-lesbar eingehängt ist.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006670
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006671#: misc/tune2fs.c:1195
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006672#, c-format
6673msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6674msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05006675"Der Schutz vor mehrfachem Einhängen wurde mit einem "
6676"Aktualisierungsintervall\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006677"von %d Sekunden aktiviert.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006678
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006679#: misc/tune2fs.c:1204
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006680msgid ""
6681"The multiple mount protection feature cannot\n"
6682"be disabled if the filesystem is readonly.\n"
6683msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006684"Der Schutz vor mehrfachem Einhängen kann nicht\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006685"deaktiviert werden, wenn das Dateisystem nur-lesbar\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006686"eingehängt ist.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006687
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006688#: misc/tune2fs.c:1212
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006689msgid "Error while reading bitmaps\n"
6690msgstr "Fehler beim Lesen der Bitmaps\n"
6691
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006692#: misc/tune2fs.c:1221
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006693#, c-format
6694msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006695msgstr ""
6696"Die magische Zahl im MMP-Block passt nicht. Erwartet: %x, gefunden: %x\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006697
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006698#: misc/tune2fs.c:1226
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006699msgid "while reading MMP block."
Philipp Thomasb93349a2014-05-31 13:32:39 -04006700msgstr "beim Lesen des MMP-Blocks."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006701
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006702#: misc/tune2fs.c:1258
Philipp Thomas720e6362008-06-21 14:06:00 -04006703msgid ""
6704"Clearing the flex_bg flag would cause the the filesystem to be\n"
6705"inconsistent.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006706msgstr ""
6707"Das Deaktivieren von flex_bg würde das Dateisystem inkonsistent machen.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006708
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006709#: misc/tune2fs.c:1269
Philipp Thomas68801282008-07-17 11:47:00 -04006710msgid ""
6711"The huge_file feature may only be cleared when the filesystem is\n"
6712"unmounted or mounted read-only.\n"
6713msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006714"huge_file kann nur aktiviert werden, wenn das Dateisystem nicht\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006715"oder nur-lesbar eingehängt ist.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04006716
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006717#: misc/tune2fs.c:1280
Theodore Ts'o4e528702016-09-04 21:31:21 -04006718msgid "Enabling checksums could take some time."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006719msgstr "Das aktivieren von Prüfsummen könnte etwas länger dauern."
Theodore Ts'o4e528702016-09-04 21:31:21 -04006720
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006721#: misc/tune2fs.c:1282
Theodore Ts'o4e528702016-09-04 21:31:21 -04006722msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006723msgstr ""
6724"metadata_csum kann auf einem eingehängten Dateisystem nicht aktiviert "
6725"werden!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006726
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006727#: misc/tune2fs.c:1288
Theodore Ts'o89128f82018-01-01 19:36:37 -05006728msgid ""
6729"Extents are not enabled. The file extent tree can be checksummed, whereas "
6730"block maps cannot. Not enabling extents reduces the coverage of metadata "
6731"checksumming. Re-run with -O extent to rectify.\n"
6732msgstr ""
6733"Erweiterungen sind nicht aktiviert. Prüfsummen für den Baum der "
6734"Dateierweiterungen können geprüft werden, nicht aber die für Blockmaps. "
6735"Erweiterungen nicht zu aktivieren reduziert den Schutz von Metadaten-"
6736"Prüfsummen. Starten Sie erneut mit „-O extent” um dies zu korrigieren.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006737
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006738#: misc/tune2fs.c:1295
Theodore Ts'o89128f82018-01-01 19:36:37 -05006739msgid ""
6740"64-bit filesystem support is not enabled. The larger fields afforded by "
6741"this feature enable full-strength checksumming. Run resize2fs -b to "
6742"rectify.\n"
6743msgstr ""
6744"Unterstützung für 64-Bit-Dateisysteme ist nbicht aktiviert. Diese "
6745"Eigenschaft ermöglicht größere Felder und damit maximal starke Prüfsummen. "
6746"Starten Sie „resize2fs -b” aktivieren.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006747
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006748#: misc/tune2fs.c:1321
Theodore Ts'o4e528702016-09-04 21:31:21 -04006749msgid "Disabling checksums could take some time."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006750msgstr "Das deaktivieren von Prüfsummen könnte einige Zeit in Anspruch nehman."
Theodore Ts'o4e528702016-09-04 21:31:21 -04006751
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006752#: misc/tune2fs.c:1323
Theodore Ts'o4e528702016-09-04 21:31:21 -04006753msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006754msgstr ""
6755"Metadata_csum kann auf einem eingehängten Dateisystem nicht aktiviert "
6756"werden!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006757
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006758#: misc/tune2fs.c:1386
Theodore Ts'o4e528702016-09-04 21:31:21 -04006759#, c-format
6760msgid "Cannot enable 64-bit mode while mounted!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006761msgstr ""
6762"Der 64-Bit-Modus kann auf einem eingehängten Dateisystem nicht aktiviert "
6763"werden!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006764
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006765#: misc/tune2fs.c:1396
Theodore Ts'o4e528702016-09-04 21:31:21 -04006766#, c-format
6767msgid "Cannot disable 64-bit mode while mounted!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006768msgstr ""
6769"Der 64-Bit-Modus kann auf einem eingehängten Dateisystem nicht deaktiviert "
6770"werden!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006771
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006772#: misc/tune2fs.c:1426
Theodore Ts'o89128f82018-01-01 19:36:37 -05006773#, c-format
6774msgid "Cannot enable project feature; inode size too small.\n"
6775msgstr ""
6776
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006777#: misc/tune2fs.c:1447
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006778msgid ""
6779"\n"
6780"Warning: '^quota' option overrides '-Q'arguments.\n"
6781msgstr ""
6782"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006783"Warnung: die Option „^quota“ hat Vorrang vor „-Q“-Argumenten.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006784
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006785#: misc/tune2fs.c:1465
Theodore Ts'o4e528702016-09-04 21:31:21 -04006786msgid ""
6787"Setting feature 'metadata_csum_seed' is only supported\n"
6788"on filesystems with the metadata_csum feature enabled.\n"
6789msgstr ""
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006790"Das Setzen von „metadata_csum_seed“ wird nur auf Dateisystemen mit\n"
6791"aktivierter Eigenschaft metadata_csum unterstützt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006792
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006793#: misc/tune2fs.c:1483
Theodore Ts'o4e528702016-09-04 21:31:21 -04006794msgid ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05006795"UUID has changed since enabling metadata_csum. Filesystem must be "
6796"unmounted \n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006797"to safely rewrite all metadata to match the new UUID.\n"
6798msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05006799"Die UUID hat sich seit dem aktivieren von metadata_csum geändert. Das "
6800"Dateisystem\n"
6801"muss ausgehängt werden, um alle Metadaten in sicherer Form neu so zu "
6802"schreiben,\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006803" dass sie zur neuen UUIDS passen.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006804
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006805#: misc/tune2fs.c:1489
Theodore Ts'o899425b2018-02-27 22:25:04 -05006806#, fuzzy
6807msgid "Recalculating checksums could take some time."
6808msgstr "Das aktivieren von Prüfsummen könnte etwas länger dauern."
6809
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006810#: misc/tune2fs.c:1531
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006811msgid "The filesystem already has a journal.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006812msgstr "Das Dateisystem hat bereits ein Journal.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006813
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006814#: misc/tune2fs.c:1551
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006815#, c-format
6816msgid ""
6817"\n"
6818"\twhile trying to open journal on %s\n"
6819msgstr ""
6820"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006821"\tbeim Versuch, das Journal auf %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006822
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006823#: misc/tune2fs.c:1555
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006824#, c-format
6825msgid "Creating journal on device %s: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006826msgstr "Journal wird erzeugt auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006827
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006828#: misc/tune2fs.c:1563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006829#, c-format
6830msgid "while adding filesystem to journal on %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04006831msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006832
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006833#: misc/tune2fs.c:1569
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006834msgid "Creating journal inode: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04006835msgstr "Journal-Inodes werden erzeugt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006836
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006837#: misc/tune2fs.c:1583
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006838msgid ""
6839"\n"
6840"\twhile trying to create journal file"
6841msgstr ""
6842"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006843"\tbeim Versuch, die Journaldatei zu erzeugen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006844
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006845#: misc/tune2fs.c:1621
Theodore Ts'o89128f82018-01-01 19:36:37 -05006846#, c-format
6847msgid "Cannot enable project quota; inode size too small.\n"
6848msgstr ""
Theodore Ts'o4c5e6cd2017-10-16 01:45:45 -04006849
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006850#: misc/tune2fs.c:1634
Theodore Ts'o89128f82018-01-01 19:36:37 -05006851msgid "while initializing quota context in support library"
6852msgstr ""
6853"beim Initialisieren des Quota=Kontextes in der unterstützenden Bibliothek"
6854
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006855#: misc/tune2fs.c:1649
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006856#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006857msgid "while updating quota limits (%d)"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006858msgstr "beim Aktualisieren der Quota-Beschränkungen (%d)"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006859
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006860#: misc/tune2fs.c:1657
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006861#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006862msgid "while writing quota file (%d)"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006863msgstr "beim Schreiben der Quota-Datei (%d)"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006864
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006865#: misc/tune2fs.c:1675
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006866#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006867msgid "while removing quota file (%d)"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006868msgstr "beim Enfernen der Quota-Datei (%d)"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006869
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006870#: misc/tune2fs.c:1718
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006871msgid ""
6872"\n"
6873"Bad quota options specified.\n"
6874"\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006875"Following valid quota options are available (pass by separating with "
6876"comma):\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006877"\t[^]usr[quota]\n"
6878"\t[^]grp[quota]\n"
6879"\t[^]prj[quota]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006880"\n"
6881"\n"
6882msgstr ""
6883"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006884"Es wurden ungültige Quotaoptionen angegeben.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006885"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006886"Die folgenden gültigen Quotaoptionen sind verfügbar (durch Kommata getrennt\n"
6887"angeben):\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04006888"\t[^]usr[quota]\n"
6889"\t[^]grp[quota]\n"
6890"\t[^]prj[quota]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006891"\n"
6892"\n"
6893
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006894#: misc/tune2fs.c:1776
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006895#, c-format
6896msgid "Couldn't parse date/time specifier: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006897msgstr "Die Angabe von Zeit/Datum war unverständlich: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006898
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006899#: misc/tune2fs.c:1801 misc/tune2fs.c:1814
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006900#, c-format
6901msgid "bad mounts count - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006902msgstr "ungültge Anzahl Einhängungen - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006903
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006904#: misc/tune2fs.c:1857
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006905#, c-format
6906msgid "bad gid/group name - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006907msgstr "ungültige Gruppen-ID/Gruppe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006908
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006909#: misc/tune2fs.c:1890
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006910#, c-format
6911msgid "bad interval - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04006912msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006913
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006914#: misc/tune2fs.c:1919
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006915#, c-format
6916msgid "bad reserved block ratio - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006917msgstr "ungültiges Verhältnis reservierter Blöcke - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006918
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006919#: misc/tune2fs.c:1934
Theodore Ts'o0c897a92002-11-09 12:01:18 -05006920msgid "-o may only be specified once"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006921msgstr "-o darf nur einmal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05006922
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006923#: misc/tune2fs.c:1943
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006924msgid "-O may only be specified once"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006925msgstr "-O darf nur einmal angegeben werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006926
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006927#: misc/tune2fs.c:1960
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006928#, c-format
6929msgid "bad reserved blocks count - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006930msgstr "ungültige Anzahl reservierter Blöcke - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006931
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006932#: misc/tune2fs.c:1989
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006933#, c-format
6934msgid "bad uid/user name - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006935msgstr "falsche Benutzer-ID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006936
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006937#: misc/tune2fs.c:2006
Philipp Thomas68801282008-07-17 11:47:00 -04006938#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04006939msgid "bad inode size - %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006940msgstr "ungültige Inode-Größe - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006941
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006942#: misc/tune2fs.c:2013
Philipp Thomas720e6362008-06-21 14:06:00 -04006943#, c-format
6944msgid "Inode size must be a power of two- %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04006945msgstr "Die Inode-Größe muss eine Zweierpotenz sein - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04006946
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006947#: misc/tune2fs.c:2110
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006948#, c-format
6949msgid "mmp_update_interval too big: %lu\n"
6950msgstr "mmp_update_interval ist zu groß: %lu\n"
6951
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006952#: misc/tune2fs.c:2115
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006953#, c-format
6954msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006955msgid_plural ""
6956"Setting multiple mount protection update interval to %lu seconds\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006957msgstr[0] ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006958"Das Aktualisierungsintervall des Schutzes vor mehrfachem Einhängen\n"
6959"wird auf %lu Sekunde gesetzt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006960msgstr[1] ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006961"Das Aktualisierungsintervall des Schutzes vor mehrfachem Einhängen\n"
6962"wird auf %lu Sekunden gesetzt\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006963
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006964#: misc/tune2fs.c:2138
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006965#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006966msgid "Invalid RAID stride: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006967msgstr "Ungültiger RAID-Stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006968
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006969#: misc/tune2fs.c:2153
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006970#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006971msgid "Invalid RAID stripe-width: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006972msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006973
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006974#: misc/tune2fs.c:2168
Philipp Thomas40771272008-09-07 22:55:25 -04006975#, c-format
6976msgid "Invalid hash algorithm: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006977msgstr "Ungültiger Hash-Algorithmus: %s\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006978
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006979#: misc/tune2fs.c:2174
Philipp Thomas40771272008-09-07 22:55:25 -04006980#, c-format
6981msgid "Setting default hash algorithm to %s (%d)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04006982msgstr "Der Standard-Hash-Algorithmus wird auf %s (%d) gesetzt\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006983
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006984#: misc/tune2fs.c:2193
Theodore Ts'o89128f82018-01-01 19:36:37 -05006985#, fuzzy
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05006986msgid ""
6987"\n"
6988"Bad options specified.\n"
6989"\n"
6990"Extended options are separated by commas, and may take an argument which\n"
6991"\tis set off by an equals ('=') sign.\n"
6992"\n"
6993"Valid extended options are:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006994"\tclear_mmp\n"
6995"\thash_alg=<hash algorithm>\n"
6996"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006997"\tmmp_update_interval=<mmp update interval in seconds>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05006998"\tstride=<RAID per-disk chunk size in blocks>\n"
Philipp Thomas40771272008-09-07 22:55:25 -04006999"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05007000"\ttest_fs\n"
7001"\t^test_fs\n"
7002msgstr ""
7003"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007004"Falsche erweiterte Optionen angegeben.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05007005"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007006"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007007"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05007008"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007009"Gültige erweiterte Optionen sind:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007010"\tclear_mmp\n"
7011"\thash_alg=<Hashalgorithmus>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007012"\tmount_opts=<erweiterte Standardeinhängoptionen>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007013"\tstride=<RAID-Blockgröße pro PLatte in Blöcken\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007014"\tstripe_width=<RAID Stride*Datenplatten in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007015"\ttest_fs\n"
7016"\t^test_fs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007017"\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05007018
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007019#: misc/tune2fs.c:2663
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007020msgid "Failed to read inode bitmap\n"
7021msgstr "Die Inode-Bitmap konnte nicht gelesen werden\n"
7022
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007023#: misc/tune2fs.c:2668
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007024msgid "Failed to read block bitmap\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007025msgstr "Die Block-Bitmap konnte nicht gelesen werden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007026
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007027#: misc/tune2fs.c:2685 resize/resize2fs.c:1277
Philipp Thomas720e6362008-06-21 14:06:00 -04007028msgid "blocks to be moved"
7029msgstr "zu verschiebende Blöcke"
7030
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007031#: misc/tune2fs.c:2688
Philipp Thomas77c871a2010-04-19 16:59:02 -04007032msgid "Failed to allocate block bitmap when increasing inode size\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007033msgstr ""
7034"Beim Erhöhen der Inode-Größe konnte keine Blockbitmap reserviert werden\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007035
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007036#: misc/tune2fs.c:2694
Philipp Thomas77c871a2010-04-19 16:59:02 -04007037msgid "Not enough space to increase inode size \n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007038msgstr "Der Platz reicht nicht aus für eine Erhöhung der Inode-Größe \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007039
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007040#: misc/tune2fs.c:2699
Philipp Thomas77c871a2010-04-19 16:59:02 -04007041msgid "Failed to relocate blocks during inode resize \n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007042msgstr ""
7043"Das Verschieben von Blöcken während der Größenänderung der Inodes "
7044"scheiterte \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007045
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007046#: misc/tune2fs.c:2731
Philipp Thomas77c871a2010-04-19 16:59:02 -04007047msgid ""
7048"Error in resizing the inode size.\n"
7049"Run e2undo to undo the file system changes. \n"
7050msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04007051"Fehler beim Ändern der Inode-Größe.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007052"Starten Sie e2undo, um die Änderungen am Dateisystem rückgängig zu machen. \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007053
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007054#: misc/tune2fs.c:2936
7055msgid ""
7056"If you are sure the filesystem is not in use on any node, run:\n"
7057"'tune2fs -f -E clear_mmp {device}'\n"
7058msgstr ""
7059"Wenn Sie sicher sind, dass das Dateisystem auf keinem Knoten benutzt wird,\n"
7060"führen Sie bitte Folgendes aus:\n"
7061"„tune2fs -f -E clear_mmp {device}“\n"
7062
7063#: misc/tune2fs.c:2943
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007064#, c-format
7065msgid ""
7066"MMP block magic is bad. Try to fix it by running:\n"
7067"'e2fsck -f %s'\n"
7068msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007069"Die magische Zahl des MMP-Blocks ist ungültig. Versuchen Sie, dies durch\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007070"„e2fsck -f %s“\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007071"zu beheben.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007072
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007073#: misc/tune2fs.c:2955
Theodore Ts'o4e528702016-09-04 21:31:21 -04007074msgid "Cannot modify a journal device.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007075msgstr "Ein Journalgerät kann nicht modifiziert werden.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007076
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007077#: misc/tune2fs.c:2968
Philipp Thomas40771272008-09-07 22:55:25 -04007078#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04007079msgid "The inode size is already %lu\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007080msgstr "Die Inode-Größe ist bereits %lu\n"
Philipp Thomas40771272008-09-07 22:55:25 -04007081
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007082#: misc/tune2fs.c:2975
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007083msgid "Shrinking inode size is not supported\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007084msgstr "Das Verringern der Inode-Größe wird nicht unterstützt\n"
Philipp Thomas40771272008-09-07 22:55:25 -04007085
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007086#: misc/tune2fs.c:2980
Philipp Thomasb93349a2014-05-31 13:32:39 -04007087#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007088msgid "Invalid inode size %lu (max %d)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007089msgstr "Unzulässige Inode-Größe: %lu (max %d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007090
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007091#: misc/tune2fs.c:2986
Theodore Ts'o4e528702016-09-04 21:31:21 -04007092msgid "Resizing inodes could take some time."
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007093msgstr "Die Änderung der Inodegröße kann einige Zeit dauern."
Theodore Ts'o4e528702016-09-04 21:31:21 -04007094
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007095#: misc/tune2fs.c:3034
Theodore Ts'o4e528702016-09-04 21:31:21 -04007096#, c-format
7097msgid ""
7098"Warning: The journal is dirty. You may wish to replay the journal like:\n"
7099"\n"
7100"\te2fsck -E journal_only %s\n"
7101"\n"
7102"then rerun this command. Otherwise, any changes made may be overwritten\n"
7103"by journal recovery.\n"
7104msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05007105"Warnung: Das Journal ist inkonsistent. Sie sollten das Journal noch einmal "
7106"mittels:\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007107"\n"
7108"\te2fsck -E journal_only %s\n"
7109"\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007110"abarbeiten lassen und dann diesen Befehl noch einaml laufen lassen. "
7111"Ansonsten\n"
7112"werden alle Änderungen durch das wiederherstellen des Journals "
7113"überschrieben.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007114
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007115#: misc/tune2fs.c:3045
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007116#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007117msgid "Recovering journal.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007118msgstr "Das Journal wird wiederhergestellt.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007119
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007120#: misc/tune2fs.c:3063
Theodore Ts'o899425b2018-02-27 22:25:04 -05007121#, c-format
7122msgid "Setting maximal mount count to %d\n"
7123msgstr "Die maximale Anzahl von Einhängungen wird auf %d gesezt\n"
7124
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007125#: misc/tune2fs.c:3069
Theodore Ts'o899425b2018-02-27 22:25:04 -05007126#, c-format
7127msgid "Setting current mount count to %d\n"
7128msgstr "Die Anzahl der Einhängungen wird auf %d gesetzt\n"
7129
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007130#: misc/tune2fs.c:3074
Theodore Ts'o899425b2018-02-27 22:25:04 -05007131#, c-format
7132msgid "Setting error behavior to %d\n"
7133msgstr "Das Fehlerverhalten wird auf %d gesetzt\n"
7134
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007135#: misc/tune2fs.c:3079
Theodore Ts'o899425b2018-02-27 22:25:04 -05007136#, c-format
7137msgid "Setting reserved blocks gid to %lu\n"
7138msgstr "Die Gruppen-ID reservierter Blöcke wird auf %lu gesetzt\n"
7139
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007140#: misc/tune2fs.c:3084
Theodore Ts'o899425b2018-02-27 22:25:04 -05007141#, c-format
7142msgid "interval between checks is too big (%lu)"
7143msgstr "Der Abstand zwischen zwei Prüfläufen ist zu groß (%lu)"
7144
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007145#: misc/tune2fs.c:3091
Theodore Ts'o899425b2018-02-27 22:25:04 -05007146#, c-format
7147msgid "Setting interval between checks to %lu seconds\n"
7148msgstr "Der Abstand zwischen den Prüfläufen wird auf %lu Sekunden gesetzt\n"
7149
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007150#: misc/tune2fs.c:3098
Theodore Ts'o899425b2018-02-27 22:25:04 -05007151#, c-format
7152msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
7153msgstr ""
7154"Der prozentuelle Anteil reservierter Blöcke wird auf %g%% (%llu Blöcke) "
7155"gesetzt\n"
7156
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007157#: misc/tune2fs.c:3104
Theodore Ts'o899425b2018-02-27 22:25:04 -05007158#, c-format
7159msgid "reserved blocks count is too big (%llu)"
7160msgstr "Die Anzahl reservierter Blöcke ist zu groß (%llu)"
7161
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007162#: misc/tune2fs.c:3111
Theodore Ts'o899425b2018-02-27 22:25:04 -05007163#, c-format
7164msgid "Setting reserved blocks count to %llu\n"
7165msgstr "Die Anzahl reservierter Blöcke wird auf %llu gesetzt\n"
7166
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007167#: misc/tune2fs.c:3116
Theodore Ts'o899425b2018-02-27 22:25:04 -05007168msgid ""
7169"\n"
7170"The filesystem already has sparse superblocks.\n"
7171msgstr ""
7172"\n"
7173"Das Dateisystem hat bereits Sparse-Superblöcke.\n"
7174
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007175#: misc/tune2fs.c:3119
Theodore Ts'o899425b2018-02-27 22:25:04 -05007176msgid ""
7177"\n"
7178"Setting the sparse superblock flag not supported\n"
7179"for filesystems with the meta_bg feature enabled.\n"
7180msgstr ""
7181"\n"
7182"Das Aktivieren von Sparse-Superblöcken wird auf Dateisystemen mit "
7183"aktivierter\n"
7184"Eigenschaft meta_bg nicht unterstützt.\n"
7185
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007186#: misc/tune2fs.c:3129
Theodore Ts'o899425b2018-02-27 22:25:04 -05007187#, c-format
7188msgid ""
7189"\n"
7190"Sparse superblock flag set. %s"
7191msgstr ""
7192"\n"
7193"Kennung „Sparse-Superblöcke“ ist gesetzt. %s"
7194
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007195#: misc/tune2fs.c:3134
Theodore Ts'o899425b2018-02-27 22:25:04 -05007196msgid ""
7197"\n"
7198"Clearing the sparse superblock flag not supported.\n"
7199msgstr ""
7200"\n"
7201"Das Zurücksetzen der Kennung „Sparse-Superblöcke“ wird nicht unterstützt.\n"
7202
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007203#: misc/tune2fs.c:3142
Theodore Ts'o899425b2018-02-27 22:25:04 -05007204#, c-format
7205msgid "Setting time filesystem last checked to %s\n"
7206msgstr ""
7207"Der Zeitpunkt der letzten Prüfung des Dateisystems wird auf %s gesetzt\n"
7208
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007209#: misc/tune2fs.c:3148
Theodore Ts'o899425b2018-02-27 22:25:04 -05007210#, c-format
7211msgid "Setting reserved blocks uid to %lu\n"
7212msgstr "Die Benutzer-ID reservierter Blöcke wird auf %lu gesetzt\n"
7213
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007214#: misc/tune2fs.c:3180
Theodore Ts'o899425b2018-02-27 22:25:04 -05007215msgid "Error in using clear_mmp. It must be used with -f\n"
7216msgstr ""
7217"Fehler bei der Verwendung von clear_mmp. Es muss zusammen mit -f benutzt "
7218"werden\n"
7219
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007220#: misc/tune2fs.c:3198
Theodore Ts'o899425b2018-02-27 22:25:04 -05007221msgid ""
7222"The quota feature may only be changed when the filesystem is unmounted.\n"
7223msgstr ""
7224"Quotas können nur bei nicht eingehängten Dateisystemen geändert werden.\n"
7225
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007226#: misc/tune2fs.c:3222
Theodore Ts'o899425b2018-02-27 22:25:04 -05007227msgid "The UUID may only be changed when the filesystem is unmounted.\n"
7228msgstr ""
7229"Die UUID kann nur bei nicht eingehängtem Dateisystem geändert werden.\n"
7230
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007231#: misc/tune2fs.c:3225
Theodore Ts'o899425b2018-02-27 22:25:04 -05007232msgid ""
7233"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
7234"and re-run this command.\n"
7235msgstr ""
7236"We Sie nur Kernel verwenden, die neuer al v4.4 sind, starten Sie „tune2fs -O "
7237"metadata_csum_seed” und danach diesen Befehl noch einmal.\n"
7238
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007239#: misc/tune2fs.c:3234
Theodore Ts'o899425b2018-02-27 22:25:04 -05007240msgid "Setting UUID on a checksummed filesystem could take some time."
7241msgstr ""
7242"Das Setzen einer UUID auf einem durch Prüfsummen geschtzten Dateisysten kann "
7243"einige Zeit dauern."
7244
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007245#: misc/tune2fs.c:3259
Theodore Ts'o899425b2018-02-27 22:25:04 -05007246msgid "Invalid UUID format\n"
7247msgstr "Ungültiges UUID-Format\n"
7248
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007249#: misc/tune2fs.c:3275
Theodore Ts'o899425b2018-02-27 22:25:04 -05007250msgid "Need to update journal superblock.\n"
7251msgstr "Der Journal-Superblock muss aktualisiert werden.\n"
7252
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007253#: misc/tune2fs.c:3301
Theodore Ts'o899425b2018-02-27 22:25:04 -05007254msgid "The inode size may only be changed when the filesystem is unmounted.\n"
7255msgstr ""
7256"Die Inode-Größe kann nur bei ausgehängtem Dateisystem geändert werden.\n"
7257
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007258#: misc/tune2fs.c:3308
Theodore Ts'o899425b2018-02-27 22:25:04 -05007259msgid ""
7260"Changing the inode size not supported for filesystems with the flex_bg\n"
7261"feature enabled.\n"
7262msgstr ""
7263"Das Ändern der Inode-Größe auf Dateisystemen mit aktiviertem flex_bg\n"
7264"wird nicht unterstützt.\n"
7265
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007266#: misc/tune2fs.c:3326
Theodore Ts'o899425b2018-02-27 22:25:04 -05007267#, c-format
7268msgid "Setting inode size %lu\n"
7269msgstr "Die Inode-Größe wird auf %lu gesetzt\n"
7270
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007271#: misc/tune2fs.c:3330
Theodore Ts'o899425b2018-02-27 22:25:04 -05007272msgid "Failed to change inode size\n"
7273msgstr "Die Inode-Größe konnte nicht geändert werden\n"
7274
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007275#: misc/tune2fs.c:3344
Theodore Ts'o899425b2018-02-27 22:25:04 -05007276#, c-format
7277msgid "Setting stride size to %d\n"
7278msgstr "Die Stride-Größe wird auf %d gesetzt\n"
7279
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007280#: misc/tune2fs.c:3349
Theodore Ts'o899425b2018-02-27 22:25:04 -05007281#, c-format
7282msgid "Setting stripe width to %d\n"
7283msgstr "Die Stripebreite wird auf %d gesetzt\n"
7284
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007285#: misc/tune2fs.c:3356
Theodore Ts'o899425b2018-02-27 22:25:04 -05007286#, c-format
7287msgid "Setting extended default mount options to '%s'\n"
7288msgstr "Die erweiterten Standard-Einhängeoptionen werden auf „%s“ gesetzt\n"
7289
Theodore Ts'o4e528702016-09-04 21:31:21 -04007290#: misc/util.c:100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007291msgid "<proceeding>\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007292msgstr "<Verarbeitung läuft\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007293
Theodore Ts'o4e528702016-09-04 21:31:21 -04007294#: misc/util.c:104
Theodore Ts'o89128f82018-01-01 19:36:37 -05007295#, fuzzy, c-format
7296msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
Theodore Ts'o3dc18072017-08-21 21:32:26 -04007297msgstr "Trotzdem fortfahren (oder %d Sekunden warten) ? (j,n) "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007298
Theodore Ts'o4e528702016-09-04 21:31:21 -04007299#: misc/util.c:108
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007300msgid "Proceed anyway? (y,N) "
Theodore Ts'o3dc18072017-08-21 21:32:26 -04007301msgstr "Trotzdem fortfahren? (j,n) "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007302
Theodore Ts'o4e528702016-09-04 21:31:21 -04007303#: misc/util.c:133
7304msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007305msgstr ""
7306"mke2fs wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007307
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007308#: misc/util.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007309#, c-format
7310msgid "will not make a %s here!\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007311msgstr "%s wird hier nicht angelegt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007312
Theodore Ts'o4e528702016-09-04 21:31:21 -04007313#: misc/util.c:145
Theodore Ts'o7ae19832005-06-19 09:45:36 -04007314msgid "mke2fs forced anyway.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007315msgstr "mke2fs wird trotzdem erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04007316
Theodore Ts'o4e528702016-09-04 21:31:21 -04007317#: misc/util.c:161
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007318msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007319msgstr ""
7320"Es konnte kein Speicher zum Einlesen der Journaloptionen reserviert werden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007321
Theodore Ts'o4e528702016-09-04 21:31:21 -04007322#: misc/util.c:186
Philipp Thomas3e914b52011-01-24 15:03:41 -05007323#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04007324msgid ""
7325"\n"
7326"Could not find journal device matching %s\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05007327msgstr ""
7328"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007329"Ein zu %s passendes Journalgerät konnte nicht gefunden werden\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04007330
Theodore Ts'o4e528702016-09-04 21:31:21 -04007331#: misc/util.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007332msgid ""
7333"\n"
7334"Bad journal options specified.\n"
7335"\n"
7336"Journal options are separated by commas, and may take an argument which\n"
7337"\tis set off by an equals ('=') sign.\n"
7338"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04007339"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007340"\tsize=<journal size in megabytes>\n"
7341"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007342"\tlocation=<journal location>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007343"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04007344"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007345"\n"
7346msgstr ""
7347"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007348"Falsche Journaloptionen angegeben:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007349"\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007350"Journaloptionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007351"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007352"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007353"Gültige Journaloptionen sind:\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007354"\tsize=<Journalgröße in Megabytes>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007355"\tdevice=<Journalgerät>\n"
7356"\tlocation=<Position des Journals>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007357"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007358"Die Größe des Journals muss zwischen 1024 und 10240000 Dateisystemblöcken\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007359"\tliegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007360"\n"
7361
Theodore Ts'o4e528702016-09-04 21:31:21 -04007362#: misc/util.c:244
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007363msgid ""
7364"\n"
7365"Filesystem too small for a journal\n"
7366msgstr ""
7367"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007368"Das Dateisystem ist für ein Journal zu klein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007369
Theodore Ts'o4e528702016-09-04 21:31:21 -04007370#: misc/util.c:251
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007371#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007372msgid ""
7373"\n"
7374"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007375"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007376msgstr ""
7377"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007378"Die gewünschte Journalgröße ist %d Blöcke; sie muss\n"
7379"zwischen 1024 und 10240000 Blöcken liegen. Abbruch.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007380
Theodore Ts'o4e528702016-09-04 21:31:21 -04007381#: misc/util.c:259
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007382msgid ""
7383"\n"
7384"Journal size too big for filesystem.\n"
7385msgstr ""
7386"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007387"Das Journal ist für dieses Dateisystem zu groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007388
Theodore Ts'o4e528702016-09-04 21:31:21 -04007389#: misc/util.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007390#, c-format
7391msgid ""
7392"This filesystem will be automatically checked every %d mounts or\n"
7393"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
7394msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007395"Dieses Dateisystem wird automatisch alle %d Einhängungen oder\n"
7396"%g Tage überprüft, was immer zuerst kommt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007397
Philipp Thomas37be3822015-05-17 20:21:39 -04007398#: misc/uuidd.c:49
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007399#, c-format
7400msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007401msgstr "Aufruf: %s [-d] [-p Prozess-ID-Datei] [-s Socketpfad] [-T Timeout]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007402
Philipp Thomas37be3822015-05-17 20:21:39 -04007403#: misc/uuidd.c:51
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007404#, c-format
7405msgid " %s [-r|t] [-n num] [-s socketpath]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007406msgstr " %s [-r|t] [-n Anzahl] [-s Socketpfad]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007407
Philipp Thomas37be3822015-05-17 20:21:39 -04007408#: misc/uuidd.c:53
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007409#, c-format
7410msgid " %s -k\n"
7411msgstr " %s -k\n"
7412
Philipp Thomas37be3822015-05-17 20:21:39 -04007413#: misc/uuidd.c:155
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007414msgid "bad arguments"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007415msgstr "ungültige Argumente"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007416
Philipp Thomas37be3822015-05-17 20:21:39 -04007417#: misc/uuidd.c:173
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007418msgid "connect"
7419msgstr "verbinden"
7420
Philipp Thomas37be3822015-05-17 20:21:39 -04007421#: misc/uuidd.c:192
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007422msgid "write"
7423msgstr "schreiben"
7424
Philipp Thomas37be3822015-05-17 20:21:39 -04007425#: misc/uuidd.c:200
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007426msgid "read count"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007427msgstr "Lesezähler"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007428
Philipp Thomas37be3822015-05-17 20:21:39 -04007429#: misc/uuidd.c:206
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007430msgid "bad response length"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007431msgstr "ungültige Länge der Antwort"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007432
Philipp Thomas37be3822015-05-17 20:21:39 -04007433#: misc/uuidd.c:271
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007434#, c-format
7435msgid "uuidd daemon already running at pid %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007436msgstr "der uuidd-Dämon läft bereits mit Prozess-ID %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007437
Philipp Thomas37be3822015-05-17 20:21:39 -04007438#: misc/uuidd.c:279
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007439#, c-format
7440msgid "Couldn't create unix stream socket: %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04007441msgstr "Es konnte kein Unix-Stream-Socket erzeugt werden: %s"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007442
Philipp Thomas37be3822015-05-17 20:21:39 -04007443#: misc/uuidd.c:308
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007444#, c-format
7445msgid "Couldn't bind unix socket %s: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007446msgstr "Es konnte nicht mit Unix-Socket %s verbunden werden: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007447
Philipp Thomas37be3822015-05-17 20:21:39 -04007448#: misc/uuidd.c:316
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007449#, c-format
7450msgid "Couldn't listen on unix socket %s: %s\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007451msgstr "Lauschen auf Unix-Socket %s war nicht möglich: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007452
Philipp Thomas37be3822015-05-17 20:21:39 -04007453#: misc/uuidd.c:354
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007454#, c-format
7455msgid "Error reading from client, len = %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007456msgstr "Fehler beim Lesen vom Client, Länge = %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007457
Philipp Thomas37be3822015-05-17 20:21:39 -04007458#: misc/uuidd.c:362
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007459#, c-format
7460msgid "operation %d, incoming num = %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007461msgstr "Operation %d, eingehende Nummer = %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007462
Philipp Thomas37be3822015-05-17 20:21:39 -04007463#: misc/uuidd.c:381
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007464#, c-format
7465msgid "Generated time UUID: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007466msgstr "Zeit-UUID erzeugt: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007467
Philipp Thomas37be3822015-05-17 20:21:39 -04007468#: misc/uuidd.c:391
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007469#, c-format
7470msgid "Generated random UUID: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007471msgstr "Zufällige UUID erzeugt: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007472
Philipp Thomas37be3822015-05-17 20:21:39 -04007473#: misc/uuidd.c:400
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007474#, c-format
7475msgid "Generated time UUID %s and subsequent UUID\n"
7476msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007477msgstr[0] "Zeit-UUID %s und die folgende UUID erzeugt\n"
7478msgstr[1] "Zeit-UUID %s und die folgenden %d UUIDs erzeugt\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007479
Philipp Thomas37be3822015-05-17 20:21:39 -04007480#: misc/uuidd.c:421
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007481#, c-format
7482msgid "Generated %d UUID's:\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007483msgstr "%d UUIDs erzeugt:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007484
Philipp Thomas37be3822015-05-17 20:21:39 -04007485#: misc/uuidd.c:433
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007486#, c-format
7487msgid "Invalid operation %d\n"
7488msgstr "Ungültige Operation %d\n"
7489
Philipp Thomas37be3822015-05-17 20:21:39 -04007490#: misc/uuidd.c:477 misc/uuidd.c:499
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007491#, c-format
7492msgid "Bad number: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007493msgstr "Ungültige Nummer: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007494
Philipp Thomas37be3822015-05-17 20:21:39 -04007495#: misc/uuidd.c:534 misc/uuidd.c:563
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007496#, c-format
7497msgid "Error calling uuidd daemon (%s): %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007498msgstr "Fehler beim Aufruf des Uuid-Dämons (%s): %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007499
Philipp Thomas37be3822015-05-17 20:21:39 -04007500#: misc/uuidd.c:544
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007501#, c-format
7502msgid "%s and subsequent UUID\n"
7503msgid_plural "%s and subsequent %d UUIDs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007504msgstr[0] "%s und die folgende UUID\n"
7505msgstr[1] "%s und die folgenden %d UUIDs\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007506
Philipp Thomas37be3822015-05-17 20:21:39 -04007507#: misc/uuidd.c:548
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007508msgid "List of UUID's:\n"
7509msgstr "Liste der UUIDs:\n"
7510
Philipp Thomas37be3822015-05-17 20:21:39 -04007511#: misc/uuidd.c:569
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007512#, c-format
7513msgid "Unexpected reply length from server %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007514msgstr "Unerwartete Antwortlänge von Server %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007515
Philipp Thomas37be3822015-05-17 20:21:39 -04007516#: misc/uuidd.c:586
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007517#, c-format
7518msgid "Couldn't kill uuidd running at pid %d: %s\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007519msgstr ""
7520"Der mit Prozess-ID %d laufende uuidd konnte nicht abgeschossen werden: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007521
Philipp Thomas37be3822015-05-17 20:21:39 -04007522#: misc/uuidd.c:592
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007523#, c-format
7524msgid "Killed uuidd running at pid %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007525msgstr "Der mit PID %d laufende uuidd wurde abgeschossen\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007526
7527#: misc/uuidgen.c:32
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007528#, c-format
7529msgid "Usage: %s [-r] [-t]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007530msgstr "Aufruf: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007531
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007532#: resize/extent.c:202
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007533msgid "# Extent dump:\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007534msgstr "# Dump der Erweiterung:\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007535
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007536#: resize/extent.c:203
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007537#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007538msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007539msgstr "#\tAnz=%llu, Größe=%llu, Cursor=%llu, Sortiert=%llu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04007540
Theodore Ts'o4e528702016-09-04 21:31:21 -04007541#: resize/main.c:49
Theodore Ts'o89128f82018-01-01 19:36:37 -05007542#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007543msgid ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05007544"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
7545"[-S RAID-stride] [-z undo_file]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007546"\n"
7547msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05007548"Aufruf: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] Gerät [-b|-s|"
7549"neue_Größe] [-z Undo-Datei]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007550"\n"
7551
Theodore Ts'o89128f82018-01-01 19:36:37 -05007552#: resize/main.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007553msgid "Extending the inode table"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007554msgstr "Die Inode-Tabelle wird erweitert"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007555
Theodore Ts'o89128f82018-01-01 19:36:37 -05007556#: resize/main.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007557msgid "Relocating blocks"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007558msgstr "Blöcke werden verschoben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007559
Theodore Ts'o89128f82018-01-01 19:36:37 -05007560#: resize/main.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007561msgid "Scanning inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007562msgstr "Die Inode-Tabelle wird gelesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007563
Theodore Ts'o89128f82018-01-01 19:36:37 -05007564#: resize/main.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007565msgid "Updating inode references"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007566msgstr "Die Inode-Referenzen werden aktualisiert"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007567
Theodore Ts'o89128f82018-01-01 19:36:37 -05007568#: resize/main.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007569msgid "Moving inode table"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007570msgstr "Die Inode-Tabelle wird verschoben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007571
Theodore Ts'o89128f82018-01-01 19:36:37 -05007572#: resize/main.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007573msgid "Unknown pass?!?"
7574msgstr "Unbekannter Durchgang?!?"
7575
Theodore Ts'o89128f82018-01-01 19:36:37 -05007576#: resize/main.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007577#, c-format
7578msgid "Begin pass %d (max = %lu)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04007579msgstr "Start von Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007580
Theodore Ts'o89128f82018-01-01 19:36:37 -05007581#: resize/main.c:163
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007582msgid ""
7583"\n"
7584"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
7585"your own risk! Use the force option if you want to go ahead anyway.\n"
7586"\n"
7587msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007588"\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007589"Die Größenveränderung von Bigalloc-Dateisystemen wurde noch nicht "
7590"vollständig\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007591"geprüft. Deswegen handeln Sie auf eigene Gefahr!. Verwenden Sie die Option\n"
7592"„force“, wenn Sie trotzdem fortfahren wollen.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007593
Theodore Ts'o89128f82018-01-01 19:36:37 -05007594#: resize/main.c:366
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007595#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05007596msgid "while opening %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007597msgstr "beim Öffnen von %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05007598
Theodore Ts'o89128f82018-01-01 19:36:37 -05007599#: resize/main.c:374
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007600#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05007601msgid "while getting stat information for %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007602msgstr "beim Abfragen der Statusinformation für %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05007603
Theodore Ts'o89128f82018-01-01 19:36:37 -05007604#: resize/main.c:451
Theodore Ts'o057a1592010-06-07 12:24:21 -04007605#, c-format
7606msgid ""
7607"Please run 'e2fsck -f %s' first.\n"
7608"\n"
7609msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007610"Bitte lassen Sie zuerst „e2fsck -f %s“ laufen.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04007611"\n"
7612
Theodore Ts'o89128f82018-01-01 19:36:37 -05007613#: resize/main.c:470
Philipp Thomas720e6362008-06-21 14:06:00 -04007614#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007615msgid "Estimated minimum size of the filesystem: %llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007616msgstr "Geschätzte minimale Größe des Dateisystems: %llu\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007617
Theodore Ts'o89128f82018-01-01 19:36:37 -05007618#: resize/main.c:507
Philipp Thomas77c871a2010-04-19 16:59:02 -04007619#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007620msgid "Invalid new size: %s\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007621msgstr "Unzulässige neue Größe: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007622
Theodore Ts'o89128f82018-01-01 19:36:37 -05007623#: resize/main.c:526
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007624msgid "New size too large to be expressed in 32 bits\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007625msgstr "Die neue Größe lässt sich nicht mehr mit 32 Bits ausdrücken\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007626
Theodore Ts'o89128f82018-01-01 19:36:37 -05007627#: resize/main.c:534
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007628#, c-format
7629msgid "New size smaller than minimum (%llu)\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007630msgstr "Die neue Größe ist kleiner als das Minimum (%llu)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007631
Theodore Ts'o89128f82018-01-01 19:36:37 -05007632#: resize/main.c:540
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007633msgid "Invalid stride length"
Philipp Thomasab02a742014-07-09 23:13:30 -04007634msgstr "Ungültige „Stride“-Länge"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007635
Theodore Ts'o89128f82018-01-01 19:36:37 -05007636#: resize/main.c:564
Philipp Thomasa4edef12011-01-26 18:54:24 -05007637#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007638msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007639"The containing partition (or device) is only %llu (%dk) blocks.\n"
7640"You requested a new size of %llu blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007641"\n"
7642msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04007643"Die sie enthaltende Partition (oder Gerät) ist nur %llu (%dk) Blöcke groß.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007644"Sie wollen %llu Blöcke haben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007645
Theodore Ts'o89128f82018-01-01 19:36:37 -05007646#: resize/main.c:571
Theodore Ts'o4e528702016-09-04 21:31:21 -04007647#, c-format
7648msgid "Cannot set and unset 64bit feature.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007649msgstr "Die 64Bit-Eigenschaft kann weder gesetzt noch zurückgesetzt werden.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007650
Theodore Ts'o89128f82018-01-01 19:36:37 -05007651#: resize/main.c:575
Theodore Ts'o4e528702016-09-04 21:31:21 -04007652#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05007653msgid ""
7654"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
7655"blocks.\n"
7656msgstr ""
7657"Die 64Bit-Eigenschaft kann auf einem Dateisystem, das größer als 2^32 Blöcke "
7658"ist, nicht geändert werden.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007659
Theodore Ts'o89128f82018-01-01 19:36:37 -05007660#: resize/main.c:581
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007661#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007662msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007663msgstr ""
7664"Die 64-Bit-Eigenschaft kann nur bei nicht eingehängten Dateisystemen "
7665"geändert werden.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007666
Theodore Ts'o89128f82018-01-01 19:36:37 -05007667#: resize/main.c:587
Theodore Ts'o4e528702016-09-04 21:31:21 -04007668#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05007669msgid ""
7670"Please enable the extents feature with tune2fs before enabling the 64bit "
7671"feature.\n"
7672msgstr ""
7673"Bitte aktivieren sie Erweiterungen mit tune2fs, bevor sie 64-Bit "
7674"aktivieren.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007675
Theodore Ts'o89128f82018-01-01 19:36:37 -05007676#: resize/main.c:593
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007677#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007678msgid ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007679"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007680"\n"
7681msgstr ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007682"Das Dateisystem ist bereits %llu (%dk) Blöcke lang. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007683"\n"
7684
Theodore Ts'o89128f82018-01-01 19:36:37 -05007685#: resize/main.c:600
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007686#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007687msgid "The filesystem is already 64-bit.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007688msgstr "Das Dateisystem ist bereits 64-bittig.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007689
Theodore Ts'o89128f82018-01-01 19:36:37 -05007690#: resize/main.c:605
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007691#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007692msgid "The filesystem is already 32-bit.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007693msgstr "Das Dateisystem ist bereits 32-bittig.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007694
Theodore Ts'o899425b2018-02-27 22:25:04 -05007695#: resize/main.c:613
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007696#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007697msgid "Converting the filesystem to 64-bit.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007698msgstr "Das Dateisystem wird auf 64-bittig konvertiert.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007699
Theodore Ts'o899425b2018-02-27 22:25:04 -05007700#: resize/main.c:615
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007701#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007702msgid "Converting the filesystem to 32-bit.\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007703msgstr "Das Dateisystem wird auf 32-bittig konvertiert.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007704
Theodore Ts'o899425b2018-02-27 22:25:04 -05007705#: resize/main.c:617
Philipp Thomas77c871a2010-04-19 16:59:02 -04007706#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007707msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007708msgstr ""
7709"Die Größe des Dateisystems auf %s wird auf %llu (%dk) Blöcke geändert.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007710
Theodore Ts'o899425b2018-02-27 22:25:04 -05007711#: resize/main.c:626
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007712#, c-format
7713msgid "while trying to resize %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007714msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007715
Theodore Ts'o899425b2018-02-27 22:25:04 -05007716#: resize/main.c:629
Philipp Thomas77c871a2010-04-19 16:59:02 -04007717#, c-format
7718msgid ""
7719"Please run 'e2fsck -fy %s' to fix the filesystem\n"
7720"after the aborted resize operation.\n"
7721msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007722"Bitte lassen Sie „e2fsck -fy %s“ laufen, um das\n"
7723"Dateisystem nach der abgebrochenen Größenänderung\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007724"zu reparieren.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007725
Theodore Ts'o899425b2018-02-27 22:25:04 -05007726#: resize/main.c:635
Theodore Ts'o7527ef12007-12-05 19:35:20 -05007727#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007728msgid ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007729"The filesystem on %s is now %llu (%dk) blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007730"\n"
7731msgstr ""
Philipp Thomas37be3822015-05-17 20:21:39 -04007732"Das Dateisystem auf %s is nun %llu (%dk) Blöcke lang.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007733"\n"
7734
Theodore Ts'o899425b2018-02-27 22:25:04 -05007735#: resize/main.c:650
Philipp Thomas77c871a2010-04-19 16:59:02 -04007736#, c-format
7737msgid "while trying to truncate %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007738msgstr "beim Versuch, %s abzuschneiden"
Philipp Thomas77c871a2010-04-19 16:59:02 -04007739
Theodore Ts'o4e528702016-09-04 21:31:21 -04007740#: resize/online.c:81
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007741msgid "kernel does not support online resize with sparse_super2"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007742msgstr ""
7743"Der Kernel unterstützt die Online-Größenänderung mit sparse_super2 nicht"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007744
Theodore Ts'o4e528702016-09-04 21:31:21 -04007745#: resize/online.c:86
Philipp Thomas720e6362008-06-21 14:06:00 -04007746#, c-format
7747msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007748msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007749"Dateisystem bei %s ist auf %s eingehängt; Online-Größenänderung ist\n"
7750"erforderlich\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007751
Theodore Ts'o4e528702016-09-04 21:31:21 -04007752#: resize/online.c:90
Philipp Thomas3e914b52011-01-24 15:03:41 -05007753msgid "On-line shrinking not supported"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007754msgstr "Online-Schrumpfen wird nicht unterstützt"
Philipp Thomas720e6362008-06-21 14:06:00 -04007755
Theodore Ts'o4e528702016-09-04 21:31:21 -04007756#: resize/online.c:114
Philipp Thomas720e6362008-06-21 14:06:00 -04007757msgid "Filesystem does not support online resizing"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007758msgstr "Das Dateisystem unterstützt die Online-Größenänderung nicht"
Philipp Thomas720e6362008-06-21 14:06:00 -04007759
Theodore Ts'o4e528702016-09-04 21:31:21 -04007760#: resize/online.c:122
Philipp Thomasd0275172013-01-15 23:30:35 -05007761msgid "Not enough reserved gdt blocks for resizing"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007762msgstr "Nicht genug reservierte GDT-Blöcke für die Größenänderung"
Philipp Thomasd0275172013-01-15 23:30:35 -05007763
Theodore Ts'o4e528702016-09-04 21:31:21 -04007764#: resize/online.c:129
Philipp Thomasd0275172013-01-15 23:30:35 -05007765msgid "Kernel does not support resizing a file system this large"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007766msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04007767"Der Kernel unterstützt die Online-Größenänderungen eines so großen\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007768"Dateisystems nicht"
Philipp Thomasd0275172013-01-15 23:30:35 -05007769
Theodore Ts'o4e528702016-09-04 21:31:21 -04007770#: resize/online.c:137
Philipp Thomas68801282008-07-17 11:47:00 -04007771#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04007772msgid "while trying to open mountpoint %s"
Philipp Thomasab02a742014-07-09 23:13:30 -04007773msgstr "beim Versuch, den Einhängepunkt %s zu öffnen"
Philipp Thomas720e6362008-06-21 14:06:00 -04007774
Theodore Ts'o4e528702016-09-04 21:31:21 -04007775#: resize/online.c:142
Philipp Thomasb93349a2014-05-31 13:32:39 -04007776#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007777msgid "Old resize interface requested.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007778msgstr "Die alte Schnittstelle für Größenänderung wurde angefordert.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007779
Theodore Ts'o4e528702016-09-04 21:31:21 -04007780#: resize/online.c:161 resize/online.c:178
Philipp Thomas720e6362008-06-21 14:06:00 -04007781msgid "Permission denied to resize filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04007782msgstr "Die Erlaubnis zum Ändern der Dateisystemgröße wurde verweigert."
Philipp Thomas720e6362008-06-21 14:06:00 -04007783
Theodore Ts'o4e528702016-09-04 21:31:21 -04007784#: resize/online.c:164 resize/online.c:184
Philipp Thomas720e6362008-06-21 14:06:00 -04007785msgid "While checking for on-line resizing support"
Philipp Thomasab02a742014-07-09 23:13:30 -04007786msgstr "Beim Überprüfen der Unterstützung für Online-Größenänderung"
Philipp Thomas720e6362008-06-21 14:06:00 -04007787
Theodore Ts'o4e528702016-09-04 21:31:21 -04007788#: resize/online.c:181
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007789msgid "Kernel does not support online resizing"
Philipp Thomasab02a742014-07-09 23:13:30 -04007790msgstr "Der Kernel bietet keine Unterstützung für eine Online-Größenänderung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007791
Theodore Ts'o4e528702016-09-04 21:31:21 -04007792#: resize/online.c:220
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007793#, c-format
7794msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007795msgstr "Die Größe von %s wird gerade online auf %llu (%dk) Blöcke geändert.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007796
Theodore Ts'o4e528702016-09-04 21:31:21 -04007797#: resize/online.c:230
Philipp Thomas720e6362008-06-21 14:06:00 -04007798msgid "While trying to extend the last group"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007799msgstr "beim Versuch, die letzte Gruppe zu erweitern"
Philipp Thomas720e6362008-06-21 14:06:00 -04007800
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007801#: resize/online.c:277
Philipp Thomas68801282008-07-17 11:47:00 -04007802#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04007803msgid "While trying to add group #%d"
Philipp Thomasab02a742014-07-09 23:13:30 -04007804msgstr "beim Versuch, die Gruppe #%d hinzuzufügen"
Philipp Thomas720e6362008-06-21 14:06:00 -04007805
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007806#: resize/online.c:288
Philipp Thomasa700f512008-08-29 08:49:57 -04007807#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05007808msgid ""
7809"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7810"this system.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007811msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04007812"Das Dateisystem bei %s ist auf %s eingehängt und die Änderung der Größe im\n"
7813"laufenden System wird auf diesem System nicht unterstützt.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04007814
Theodore Ts'o4e528702016-09-04 21:31:21 -04007815#: resize/resize2fs.c:759
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007816#, fuzzy, c-format
7817msgid "inodes (%llu) must be less than %u\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007818msgstr "Die Inodes (%llu) müssen unter %u liegen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007819
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007820#: resize/resize2fs.c:1038
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007821msgid "reserved blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007822msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007823
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007824#: resize/resize2fs.c:1282
Theodore Ts'obc759702005-05-09 20:40:55 -04007825msgid "meta-data blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04007826msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007827
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007828#: resize/resize2fs.c:1386 resize/resize2fs.c:2475
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007829msgid "new meta blocks"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007830msgstr "neue Metadaten-Blöcke"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007831
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007832#: resize/resize2fs.c:2698
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007833msgid "Should never happen! No sb in last super_sparse bg?\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007834msgstr "Dies sollte nie geschehen! Kein sb im letzten super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007835
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007836#: resize/resize2fs.c:2703
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007837msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007838msgstr "Dies sollte nie geschehen! Unerwartete old_desc in super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007839
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007840#: resize/resize2fs.c:2776
Theodore Ts'obc759702005-05-09 20:40:55 -04007841msgid "Should never happen: resize inode corrupt!\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04007842msgstr "Dies sollte nie geschehen: Der Größenänderungs-Inode ist defekt!\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05007843
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007844#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o89128f82018-01-01 19:36:37 -05007845#, fuzzy
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007846msgid "EXT2FS Library version 1.44.4"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04007847msgstr "EXT2FS-Bibliothek, Version 1.43.5"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007848
7849#: lib/ext2fs/ext2_err.c:12
7850msgid "Wrong magic number for ext2_filsys structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007851msgstr "Falsche magische Zahl für eine ext2_filesys-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007852
7853#: lib/ext2fs/ext2_err.c:13
7854msgid "Wrong magic number for badblocks_list structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007855msgstr "Falsche magische Zahl für eine badblocks_list-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007856
7857#: lib/ext2fs/ext2_err.c:14
7858msgid "Wrong magic number for badblocks_iterate structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007859msgstr "Falsche magische Zahl für eine badblocks_iterate-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007860
7861#: lib/ext2fs/ext2_err.c:15
7862msgid "Wrong magic number for inode_scan structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007863msgstr "Falsche magische Zahl für eine inode_scan-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007864
7865#: lib/ext2fs/ext2_err.c:16
7866msgid "Wrong magic number for io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007867msgstr "Falsche magische Zahl für eine io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007868
7869#: lib/ext2fs/ext2_err.c:17
7870msgid "Wrong magic number for unix io_channel structure"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007871msgstr "Falsche magische Zahl für eine Unix io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007872
7873#: lib/ext2fs/ext2_err.c:18
7874msgid "Wrong magic number for io_manager structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007875msgstr "Falsche magische Zahl für eine io_manager-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007876
7877#: lib/ext2fs/ext2_err.c:19
7878msgid "Wrong magic number for block_bitmap structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007879msgstr "Falsche magische Zahl für eine block_bitmap-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007880
7881#: lib/ext2fs/ext2_err.c:20
7882msgid "Wrong magic number for inode_bitmap structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007883msgstr "Falsche magische Zahl für eine inode_bitmap-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007884
7885#: lib/ext2fs/ext2_err.c:21
7886msgid "Wrong magic number for generic_bitmap structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007887msgstr "Falsche magische Zahl für eine generic_bitmap-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007888
7889#: lib/ext2fs/ext2_err.c:22
7890msgid "Wrong magic number for test io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007891msgstr "Falsche magische Zahl für eine test-io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007892
7893#: lib/ext2fs/ext2_err.c:23
7894msgid "Wrong magic number for directory block list structure"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007895msgstr ""
7896"Falsche magische Zahl für eine Struktur für die Liste der Verzeichnisblöcke"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007897
7898#: lib/ext2fs/ext2_err.c:24
7899msgid "Wrong magic number for icount structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007900msgstr "Falsche magische Zahl für eine icount-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007901
7902#: lib/ext2fs/ext2_err.c:25
7903msgid "Wrong magic number for Powerquest io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007904msgstr "Falsche magische Zahl für eine io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007905
7906#: lib/ext2fs/ext2_err.c:26
7907msgid "Wrong magic number for ext2 file structure"
Philipp Thomasab02a742014-07-09 23:13:30 -04007908msgstr "Falsche magische Zahl für eine Ext2-Datei-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007909
7910#: lib/ext2fs/ext2_err.c:27
7911msgid "Wrong magic number for Ext2 Image Header"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007912msgstr "Falsche magische Zahl für einen Ext2-Abbild-Kopf"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007913
7914#: lib/ext2fs/ext2_err.c:28
7915msgid "Wrong magic number for inode io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007916msgstr "Falsche magische Zahl für eine Struktur des Inode-io_channels"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007917
7918#: lib/ext2fs/ext2_err.c:29
7919msgid "Wrong magic number for ext4 extent handle"
Philipp Thomasab02a742014-07-09 23:13:30 -04007920msgstr "Falsche magische Zahl für eine Ext4-Erweiterungshandle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007921
7922#: lib/ext2fs/ext2_err.c:30
7923msgid "Bad magic number in super-block"
7924msgstr "Ungültige magische Zahl im Superblock"
7925
7926#: lib/ext2fs/ext2_err.c:31
7927msgid "Filesystem revision too high"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007928msgstr "Die Dateisystemversion ist zu hoch"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007929
7930#: lib/ext2fs/ext2_err.c:32
7931msgid "Attempt to write to filesystem opened read-only"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007932msgstr ""
7933"Dies ist ein Versuch, auf ein nur-lesbar geöffnetes Dateisystem zu schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007934
7935#: lib/ext2fs/ext2_err.c:33
7936msgid "Can't read group descriptors"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007937msgstr "Die Gruppendeskriptoren konnten nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007938
7939#: lib/ext2fs/ext2_err.c:34
7940msgid "Can't write group descriptors"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007941msgstr "Die Gruppendeskriptoren konnten nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007942
7943#: lib/ext2fs/ext2_err.c:35
7944msgid "Corrupt group descriptor: bad block for block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007945msgstr "Defekter Gruppendeskriptor: defekter Block für die Block-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007946
7947#: lib/ext2fs/ext2_err.c:36
7948msgid "Corrupt group descriptor: bad block for inode bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007949msgstr "Defekter Gruppendeskriptor: defekter Block für die Inode-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007950
7951#: lib/ext2fs/ext2_err.c:37
7952msgid "Corrupt group descriptor: bad block for inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007953msgstr "Defekter Gruppendeskriptor: defekter Block für die Inode-Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007954
7955#: lib/ext2fs/ext2_err.c:38
7956msgid "Can't write an inode bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04007957msgstr "Eine Inode-Bitmap konnte nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007958
7959#: lib/ext2fs/ext2_err.c:39
7960msgid "Can't read an inode bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007961msgstr "Eine Inode-Bitmap konnte nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007962
7963#: lib/ext2fs/ext2_err.c:40
Darrick J. Wong580d8a02013-10-07 09:20:28 -04007964msgid "Can't write a block bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04007965msgstr "Eine Block-Bitmap konnte nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007966
7967#: lib/ext2fs/ext2_err.c:41
Darrick J. Wongba0230f2013-12-12 12:41:58 -05007968msgid "Can't read a block bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04007969msgstr "Eine Block-Bitmap konnte nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007970
7971#: lib/ext2fs/ext2_err.c:42
7972msgid "Can't write an inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007973msgstr "Eine Inode-Tabelle konnte nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007974
7975#: lib/ext2fs/ext2_err.c:43
7976msgid "Can't read an inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04007977msgstr "Eine Inode-Tabelle konnte nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007978
7979#: lib/ext2fs/ext2_err.c:44
7980msgid "Can't read next inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04007981msgstr "Der nächste Inode kann nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007982
7983#: lib/ext2fs/ext2_err.c:45
7984msgid "Filesystem has unexpected block size"
7985msgstr "Das Dateisystem hat eine unerwartete Blockgröße"
7986
7987#: lib/ext2fs/ext2_err.c:46
7988msgid "EXT2 directory corrupted"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007989msgstr "Das Ext2-Verzeichnis ist defekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007990
7991#: lib/ext2fs/ext2_err.c:47
7992msgid "Attempt to read block from filesystem resulted in short read"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007993msgstr ""
7994"Der Versuch, einen Block vom Dateisystem zu lesen, endete in kurzem Lesen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007995
7996#: lib/ext2fs/ext2_err.c:48
7997msgid "Attempt to write block to filesystem resulted in short write"
Theodore Ts'o89128f82018-01-01 19:36:37 -05007998msgstr ""
7999"Der Versuch, einen Block auf das Dateisystem zu schreiben, endete in kurzem "
8000"Schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008001
8002#: lib/ext2fs/ext2_err.c:49
8003msgid "No free space in the directory"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008004msgstr "Kein freier Platz im Verzeichnis"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008005
8006#: lib/ext2fs/ext2_err.c:50
8007msgid "Inode bitmap not loaded"
Philipp Thomasab02a742014-07-09 23:13:30 -04008008msgstr "die Inode-Bitmap wurde nicht geladen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008009
8010#: lib/ext2fs/ext2_err.c:51
8011msgid "Block bitmap not loaded"
Philipp Thomasab02a742014-07-09 23:13:30 -04008012msgstr "die Block-Bitmap wurde nicht geladen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008013
8014#: lib/ext2fs/ext2_err.c:52
8015msgid "Illegal inode number"
Philipp Thomasab02a742014-07-09 23:13:30 -04008016msgstr "Ungültige Inode-Nummer"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008017
8018#: lib/ext2fs/ext2_err.c:53
8019msgid "Illegal block number"
Philipp Thomasab02a742014-07-09 23:13:30 -04008020msgstr "Ungültige Blockzahl"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008021
8022#: lib/ext2fs/ext2_err.c:54
8023msgid "Internal error in ext2fs_expand_dir"
8024msgstr "Interner Fehler in ext2fs_expand_dir"
8025
8026#: lib/ext2fs/ext2_err.c:55
8027msgid "Not enough space to build proposed filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04008028msgstr "Nicht genug Platz, um das vorgeschlagene Dateisystem zu bauen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008029
8030#: lib/ext2fs/ext2_err.c:56
8031msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008032msgstr ""
8033"Es wurde eine ungültige Blocknummer an ext2fs_mark_block_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008034
8035#: lib/ext2fs/ext2_err.c:57
8036msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008037msgstr ""
8038"Es wurde eine ungültige Blocknummer an ext2fs_unmark_block_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008039
8040#: lib/ext2fs/ext2_err.c:58
8041msgid "Illegal block number passed to ext2fs_test_block_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008042msgstr ""
8043"Es wurde eine ungültige Blocknummer an ext2fs_test_block_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008044
8045#: lib/ext2fs/ext2_err.c:59
8046msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008047msgstr ""
8048"Es wurde eine ungültige Inode-Nummer an ext2fs_mark_inode_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008049
8050#: lib/ext2fs/ext2_err.c:60
8051msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008052msgstr ""
8053"Es wurde eine ungültige Inode-Nummer an ext2fs_unmark_inode_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008054
8055#: lib/ext2fs/ext2_err.c:61
8056msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008057msgstr ""
8058"Es wurde eine ungültige Inode-Nummer an ext2fs_test_inode_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008059
8060#: lib/ext2fs/ext2_err.c:62
8061msgid "Attempt to fudge end of block bitmap past the real end"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008062msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04008063"Es wird versucht, das Ende der Block-Bitmap jenseits des wirklichen Endes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04008064"zu platzieren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008065
8066#: lib/ext2fs/ext2_err.c:63
8067msgid "Attempt to fudge end of inode bitmap past the real end"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008068msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04008069"Es wird versucht, das Ende der Inode-Bitmap jenseits des wirklichen Endes\n"
Philipp Thomasab02a742014-07-09 23:13:30 -04008070"zu platzieren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008071
8072#: lib/ext2fs/ext2_err.c:64
8073msgid "Illegal indirect block found"
Philipp Thomasab02a742014-07-09 23:13:30 -04008074msgstr "Es wurde ein ungültiger indirekter Block gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008075
8076#: lib/ext2fs/ext2_err.c:65
8077msgid "Illegal doubly indirect block found"
Philipp Thomasab02a742014-07-09 23:13:30 -04008078msgstr "Es wurde ein ungültiger doppelt indirekter Block gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008079
8080#: lib/ext2fs/ext2_err.c:66
8081msgid "Illegal triply indirect block found"
Philipp Thomasab02a742014-07-09 23:13:30 -04008082msgstr "Es wurde ein ungültiger dreifach indirekter Block gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008083
8084#: lib/ext2fs/ext2_err.c:67
8085msgid "Block bitmaps are not the same"
Philipp Thomasab02a742014-07-09 23:13:30 -04008086msgstr "Die Block-Bitmaps sind nicht identisch"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008087
8088#: lib/ext2fs/ext2_err.c:68
8089msgid "Inode bitmaps are not the same"
Philipp Thomasab02a742014-07-09 23:13:30 -04008090msgstr "Die Inode-Bitmaps sind nicht identisch"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008091
8092#: lib/ext2fs/ext2_err.c:69
8093msgid "Illegal or malformed device name"
Philipp Thomasab02a742014-07-09 23:13:30 -04008094msgstr "Ungültiger oder fehlerhafter Gerätename"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008095
8096#: lib/ext2fs/ext2_err.c:70
8097msgid "A block group is missing an inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04008098msgstr "Einer Blockgruppe fehlt eine Inode-Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008099
8100#: lib/ext2fs/ext2_err.c:71
8101msgid "The ext2 superblock is corrupt"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008102msgstr "Der Ext2-Superblock ist defekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008103
8104#: lib/ext2fs/ext2_err.c:72
8105msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008106msgstr ""
8107"Eine unzulässige generische Bitnummer wurde an ext2fs_mark_generic_bitmap "
8108"übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008109
8110#: lib/ext2fs/ext2_err.c:73
8111msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008112msgstr ""
8113"Eine unzulässige generische Bitnummer wurde an ext2fs_unmark_generic_bitmap "
8114"übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008115
8116#: lib/ext2fs/ext2_err.c:74
8117msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008118msgstr ""
8119"Eine unzulässige generische Bitnummer wurde an ext2fs_test_generic_bitmap "
8120"übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008121
8122#: lib/ext2fs/ext2_err.c:75
8123msgid "Too many symbolic links encountered."
Philipp Thomasab02a742014-07-09 23:13:30 -04008124msgstr "Es wurden zu viele symbolische Verknüpfungen gefunden."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008125
8126#: lib/ext2fs/ext2_err.c:76
8127msgid "The callback function will not handle this case"
Philipp Thomasab02a742014-07-09 23:13:30 -04008128msgstr "Die Callback-Funktion kann diesen Fall nicht handhaben."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008129
8130#: lib/ext2fs/ext2_err.c:77
8131msgid "The inode is from a bad block in the inode table"
Philipp Thomasab02a742014-07-09 23:13:30 -04008132msgstr "Der Inode kommt von einem beschädigten Block in der Inode-Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008133
8134#: lib/ext2fs/ext2_err.c:78
8135msgid "Filesystem has unsupported feature(s)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008136msgstr "Das Dateisystem besitzt nicht unterstützte Eigenschaft(en)"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008137
8138#: lib/ext2fs/ext2_err.c:79
8139msgid "Filesystem has unsupported read-only feature(s)"
Philipp Thomasab02a742014-07-09 23:13:30 -04008140msgstr "Das Dateisystem besitzt nicht unterstützte Nur-Lesen-Eigenschaft(en):"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008141
8142#: lib/ext2fs/ext2_err.c:80
8143msgid "IO Channel failed to seek on read or write"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008144msgstr "Der EA-Kanal hat nicht positioniert beim Lesen oder Schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008145
8146#: lib/ext2fs/ext2_err.c:81
8147msgid "Memory allocation failed"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008148msgstr "Die Reservierung von Speicher schlug fehl"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008149
8150#: lib/ext2fs/ext2_err.c:82
8151msgid "Invalid argument passed to ext2 library"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008152msgstr "Ein ungültiges Argument wurde an die Ext2-Bibliothek übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008153
8154#: lib/ext2fs/ext2_err.c:83
8155msgid "Could not allocate block in ext2 filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04008156msgstr "Im Ext2-Dateisystem konnte kein Block angefordert werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008157
8158#: lib/ext2fs/ext2_err.c:84
8159msgid "Could not allocate inode in ext2 filesystem"
Philipp Thomasab02a742014-07-09 23:13:30 -04008160msgstr "Im Ext2-Dateisystem konnte kein Inode angefordert werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008161
8162#: lib/ext2fs/ext2_err.c:85
8163msgid "Ext2 inode is not a directory"
Philipp Thomasab02a742014-07-09 23:13:30 -04008164msgstr "Der Ext2-Inode weist nicht auf ein Verzeichnis"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008165
8166#: lib/ext2fs/ext2_err.c:86
8167msgid "Too many references in table"
Philipp Thomasab02a742014-07-09 23:13:30 -04008168msgstr "Zu viele Referenzen in der Tabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008169
8170#: lib/ext2fs/ext2_err.c:87
8171msgid "File not found by ext2_lookup"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008172msgstr "Die Datei wurde von ext2_lookup nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008173
8174#: lib/ext2fs/ext2_err.c:88
8175msgid "File open read-only"
Philipp Thomasab02a742014-07-09 23:13:30 -04008176msgstr "Die Datei wurde nur-lesbar geöffnet"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008177
8178#: lib/ext2fs/ext2_err.c:89
8179msgid "Ext2 directory block not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008180msgstr "Der Verzeichnisblock des ext2-Dateisystems wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008181
8182#: lib/ext2fs/ext2_err.c:90
8183msgid "Ext2 directory already exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008184msgstr "Das Ext2-Verzeichnis existiert bereits"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008185
8186#: lib/ext2fs/ext2_err.c:91
8187msgid "Unimplemented ext2 library function"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008188msgstr "Nicht implementierte Ext2-Bibliotheksfunktion"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008189
8190#: lib/ext2fs/ext2_err.c:92
8191msgid "User cancel requested"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008192msgstr "Der Benutzer hat abgebrochen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008193
8194#: lib/ext2fs/ext2_err.c:93
8195msgid "Ext2 file too big"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008196msgstr "Die Ext2-Datei ist zu groß"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008197
8198#: lib/ext2fs/ext2_err.c:94
8199msgid "Supplied journal device not a block device"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008200msgstr "Das angegebene Journalgerät ist kein blockorientiertes Gerät"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008201
8202#: lib/ext2fs/ext2_err.c:95
8203msgid "Journal superblock not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008204msgstr "Der Journal-Superblock wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008205
8206#: lib/ext2fs/ext2_err.c:96
8207msgid "Journal must be at least 1024 blocks"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008208msgstr "Das Journal muß mindestens 1024 Blöcke groß sein"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008209
8210#: lib/ext2fs/ext2_err.c:97
8211msgid "Unsupported journal version"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008212msgstr "Nicht unterstützte Journalversion"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008213
8214#: lib/ext2fs/ext2_err.c:98
8215msgid "Error loading external journal"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008216msgstr "Fehler beim Laden des externen Journals"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008217
8218#: lib/ext2fs/ext2_err.c:99
8219msgid "Journal not found"
Philipp Thomasab02a742014-07-09 23:13:30 -04008220msgstr "Das Journal wurde nicht gefunden."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008221
8222#: lib/ext2fs/ext2_err.c:100
8223msgid "Directory hash unsupported"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008224msgstr "Verzeichnishashes werden nicht unterstützt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008225
8226#: lib/ext2fs/ext2_err.c:101
8227msgid "Illegal extended attribute block number"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008228msgstr "Die Nummer des Blocks für erweiterte Attribute ist unzulässig"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008229
8230#: lib/ext2fs/ext2_err.c:102
8231msgid "Cannot create filesystem with requested number of inodes"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008232msgstr ""
8233"Ein Dateisystem mit der gewünschten Anzahl Inodes kann nicht erzeugt werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008234
8235#: lib/ext2fs/ext2_err.c:103
8236msgid "E2image snapshot not in use"
Philipp Thomasab02a742014-07-09 23:13:30 -04008237msgstr "Der E2image-Schnappschuss wird nicht verwendet"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008238
8239#: lib/ext2fs/ext2_err.c:104
8240msgid "Too many reserved group descriptor blocks"
Philipp Thomasab02a742014-07-09 23:13:30 -04008241msgstr "Zu viele reservierte Blöcke für Gruppen-Deskriptoren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008242
8243#: lib/ext2fs/ext2_err.c:105
8244msgid "Resize inode is corrupt"
Philipp Thomasab02a742014-07-09 23:13:30 -04008245msgstr "Der Größenänderungs-Inode ist defekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008246
8247#: lib/ext2fs/ext2_err.c:106
8248msgid "Tried to set block bmap with missing indirect block"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008249msgstr ""
8250"Es wurde versucht, eine Block-Bitmap mit fehlendem indirektem Block zu "
8251"schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008252
8253#: lib/ext2fs/ext2_err.c:107
8254msgid "TDB: Success"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008255msgstr "TDB: Erfolg"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008256
8257#: lib/ext2fs/ext2_err.c:108
8258msgid "TDB: Corrupt database"
Philipp Thomasab02a742014-07-09 23:13:30 -04008259msgstr "TDB: Datenbank ist beschädigt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008260
8261#: lib/ext2fs/ext2_err.c:109
8262msgid "TDB: IO Error"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008263msgstr "TDB: EA-Fehler"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008264
8265#: lib/ext2fs/ext2_err.c:110
8266msgid "TDB: Locking error"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008267msgstr "TDB: Fehler beim Sperren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008268
8269#: lib/ext2fs/ext2_err.c:111
8270msgid "TDB: Out of memory"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008271msgstr "TDB: Hauptspeicher erschöpft"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008272
8273#: lib/ext2fs/ext2_err.c:112
8274msgid "TDB: Record exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008275msgstr "TDB: Datensatz existiert bereits"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008276
8277#: lib/ext2fs/ext2_err.c:113
8278msgid "TDB: Lock exists on other keys"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008279msgstr "TDB: Die Sperre existiert schon auf anderen Schlüsseln"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008280
8281#: lib/ext2fs/ext2_err.c:114
8282msgid "TDB: Invalid parameter"
8283msgstr "TDB: Ungültiger Parameter"
8284
8285#: lib/ext2fs/ext2_err.c:115
8286msgid "TDB: Record does not exist"
Philipp Thomasab02a742014-07-09 23:13:30 -04008287msgstr "TDB: Der Datensatz existiert nicht"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008288
8289#: lib/ext2fs/ext2_err.c:116
8290msgid "TDB: Write not permitted"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008291msgstr "TDB: Schreiben ist nicht zulässig"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008292
8293#: lib/ext2fs/ext2_err.c:117
8294msgid "Ext2fs directory block list is empty"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008295msgstr "Die Liste der Ext2fs-Verzeichnisblöcke ist leer"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008296
8297#: lib/ext2fs/ext2_err.c:118
8298msgid "Attempt to modify a block mapping via a read-only block iterator"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008299msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05008300"Es wird versucht, eine Blockzuweisung über einen nur-lesbaren Blockiterator "
8301"zu\n"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008302"ändern"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008303
8304#: lib/ext2fs/ext2_err.c:119
8305msgid "Wrong magic number for ext4 extent saved path"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008306msgstr "Falsche magische Zahl für einen gespeicherten Pfad zu ext4-Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008307
8308#: lib/ext2fs/ext2_err.c:120
8309msgid "Wrong magic number for 64-bit generic bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008310msgstr "Falsche magische Zahl für eine generische 64-Bit-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008311
8312#: lib/ext2fs/ext2_err.c:121
8313msgid "Wrong magic number for 64-bit block bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008314msgstr "Falsche magische Zahl für eine 64-Bit-Block-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008315
8316#: lib/ext2fs/ext2_err.c:122
8317msgid "Wrong magic number for 64-bit inode bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008318msgstr "Falsche magische Zahl für eine 64-Bit-Inode-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008319
8320#: lib/ext2fs/ext2_err.c:123
8321msgid "Wrong magic number --- RESERVED_13"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008322msgstr "Falsche magische Zahl --- RESERVED_13"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008323
8324#: lib/ext2fs/ext2_err.c:124
8325msgid "Wrong magic number --- RESERVED_14"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008326msgstr "Falsche magische Zahl --- RESERVED_14"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008327
8328#: lib/ext2fs/ext2_err.c:125
8329msgid "Wrong magic number --- RESERVED_15"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008330msgstr "Falsche magische Zahl --- RESERVED_15"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008331
8332#: lib/ext2fs/ext2_err.c:126
8333msgid "Wrong magic number --- RESERVED_16"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008334msgstr "Falsche magische Zahl --- RESERVED_16"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008335
8336#: lib/ext2fs/ext2_err.c:127
8337msgid "Wrong magic number --- RESERVED_17"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008338msgstr "Falsche magische Zahl --- RESERVED_17"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008339
8340#: lib/ext2fs/ext2_err.c:128
8341msgid "Wrong magic number --- RESERVED_18"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008342msgstr "Falsche magische Zahl --- RESERVED_18"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008343
8344#: lib/ext2fs/ext2_err.c:129
8345msgid "Wrong magic number --- RESERVED_19"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008346msgstr "Falsche magische Zahl --- RESERVED_19"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008347
8348#: lib/ext2fs/ext2_err.c:130
8349msgid "Corrupt extent header"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008350msgstr "Defekter Kopf einer Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008351
8352#: lib/ext2fs/ext2_err.c:131
8353msgid "Corrupt extent index"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008354msgstr "Beschädigter Erweiterungsindex"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008355
8356#: lib/ext2fs/ext2_err.c:132
8357msgid "Corrupt extent"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008358msgstr "Beschädigte Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008359
8360#: lib/ext2fs/ext2_err.c:133
8361msgid "No free space in extent map"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008362msgstr "Es ist kein freier Platz in der Karte der Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008363
8364#: lib/ext2fs/ext2_err.c:134
8365msgid "Inode does not use extents"
Philipp Thomasab02a742014-07-09 23:13:30 -04008366msgstr "Der Inode verwendet keine Erweiterungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008367
8368#: lib/ext2fs/ext2_err.c:135
8369msgid "No 'next' extent"
8370msgstr "Keine „nächste“ Erweiterung"
8371
8372#: lib/ext2fs/ext2_err.c:136
8373msgid "No 'previous' extent"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008374msgstr "Keine „vorherige“ Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008375
8376#: lib/ext2fs/ext2_err.c:137
8377msgid "No 'up' extent"
Philipp Thomasab02a742014-07-09 23:13:30 -04008378msgstr "Keine „obere“ Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008379
8380#: lib/ext2fs/ext2_err.c:138
8381msgid "No 'down' extent"
Philipp Thomasab02a742014-07-09 23:13:30 -04008382msgstr "Keine „untere“ Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008383
8384#: lib/ext2fs/ext2_err.c:139
8385msgid "No current node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008386msgstr "Kein aktueller Knoten"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008387
8388#: lib/ext2fs/ext2_err.c:140
8389msgid "Ext2fs operation not supported"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008390msgstr "Diese Ext2fs-Operation wird nicht unterstẗzt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008391
8392#: lib/ext2fs/ext2_err.c:141
8393msgid "No room to insert extent in node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008394msgstr "Es gibt keinen Platz, um die Erweiterung in den Knoten einzufügen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008395
8396#: lib/ext2fs/ext2_err.c:142
8397msgid "Splitting would result in empty node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008398msgstr "Die Aufteilung würde zu einem leeren Knoten führen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008399
8400#: lib/ext2fs/ext2_err.c:143
8401msgid "Extent not found"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008402msgstr "Die Erweiterung wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008403
8404#: lib/ext2fs/ext2_err.c:144
8405msgid "Operation not supported for inodes containing extents"
Philipp Thomasab02a742014-07-09 23:13:30 -04008406msgstr "Die Operation wird für Inodes mit Erweiterungen nicht unterstüẗzt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008407
8408#: lib/ext2fs/ext2_err.c:145
8409msgid "Extent length is invalid"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008410msgstr "Die Länge der Erweiterung in ungültig"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008411
8412#: lib/ext2fs/ext2_err.c:146
8413msgid "I/O Channel does not support 64-bit block numbers"
Philipp Thomasab02a742014-07-09 23:13:30 -04008414msgstr "Der EA-Kanal unterstützt keine 64-Bit-Blocknummern"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008415
8416#: lib/ext2fs/ext2_err.c:147
8417msgid "Can't check if filesystem is mounted due to missing mtab file"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008418msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05008419"Wegen des Fehlens von /etc/mtab kann nicht geprüft werden, ob das "
8420"Dateisystem\n"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008421"eingehängt ist"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008422
8423#: lib/ext2fs/ext2_err.c:148
8424msgid "Filesystem too large to use legacy bitmaps"
Philipp Thomasab02a742014-07-09 23:13:30 -04008425msgstr "Das Dateisystem ist zu groß, um die veralteten Bitmaps zu verwenden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008426
8427#: lib/ext2fs/ext2_err.c:149
8428msgid "MMP: invalid magic number"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008429msgstr "MMP: fehlende magische Zahl"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008430
8431#: lib/ext2fs/ext2_err.c:150
8432msgid "MMP: device currently active"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008433msgstr "MMP: das Gerät ist derzeit aktiv"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008434
8435#: lib/ext2fs/ext2_err.c:151
Theodore Ts'o40e66e22018-08-18 21:14:56 -04008436#, fuzzy
8437msgid "MMP: e2fsck being run"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008438msgstr "MMP: fsck läuft derzeit"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008439
8440#: lib/ext2fs/ext2_err.c:152
8441msgid "MMP: block number beyond filesystem range"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008442msgstr "MMP: die Blocknummer ist jenseits der Dateisystemgrenzen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008443
8444#: lib/ext2fs/ext2_err.c:153
8445msgid "MMP: undergoing an unknown operation"
Philipp Thomasab02a742014-07-09 23:13:30 -04008446msgstr "MMP: eine unbekannte Operation wird durchgeführt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008447
8448#: lib/ext2fs/ext2_err.c:154
8449msgid "MMP: filesystem still in use"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008450msgstr "MMP: das Dateisystem wird immer noch verwendet"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008451
8452#: lib/ext2fs/ext2_err.c:155
8453msgid "MMP: open with O_DIRECT failed"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008454msgstr "MMP: öffnen mit O_DIRECT ist gescheitert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008455
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008456#: lib/ext2fs/ext2_err.c:156
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008457msgid "Block group descriptor size incorrect"
Philipp Thomasab02a742014-07-09 23:13:30 -04008458msgstr "Die Größe des „Blockgruppen-Deskriptors“ ist unzulässig"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008459
8460#: lib/ext2fs/ext2_err.c:157
8461msgid "Inode checksum does not match inode"
Philipp Thomasab02a742014-07-09 23:13:30 -04008462msgstr "Die Prüfsumme des Inodes passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008463
8464#: lib/ext2fs/ext2_err.c:158
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008465msgid "Inode bitmap checksum does not match bitmap"
Philipp Thomasab02a742014-07-09 23:13:30 -04008466msgstr "Die Prüfsumme der Inode-Bitmap passt nicht zur Bitmap"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008467
8468#: lib/ext2fs/ext2_err.c:159
8469msgid "Extent block checksum does not match extent block"
Philipp Thomasab02a742014-07-09 23:13:30 -04008470msgstr "Die Prüfsumme des Erweiterungsblocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008471
8472#: lib/ext2fs/ext2_err.c:160
8473msgid "Directory block does not have space for checksum"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008474msgstr "Der Verzeichnisblock hat keinen Platz für eine Prüfsumme"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008475
8476#: lib/ext2fs/ext2_err.c:161
8477msgid "Directory block checksum does not match directory block"
Philipp Thomasab02a742014-07-09 23:13:30 -04008478msgstr "Die Prüfsumme des Verzeichnisblocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008479
8480#: lib/ext2fs/ext2_err.c:162
8481msgid "Extended attribute block checksum does not match block"
Philipp Thomasab02a742014-07-09 23:13:30 -04008482msgstr "Die Prüfsumme des Blocks für erweiterte Attribute passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008483
8484#: lib/ext2fs/ext2_err.c:163
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008485msgid "Superblock checksum does not match superblock"
Philipp Thomasab02a742014-07-09 23:13:30 -04008486msgstr "Die Prüfsumme des Superblocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008487
8488#: lib/ext2fs/ext2_err.c:164
8489msgid "Unknown checksum algorithm"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008490msgstr "Unbekannter Prüfsummenalgorithmus"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008491
8492#: lib/ext2fs/ext2_err.c:165
Theodore Ts'o40e66e22018-08-18 21:14:56 -04008493#, fuzzy
8494msgid "MMP block checksum does not match"
Philipp Thomasab02a742014-07-09 23:13:30 -04008495msgstr "Die Prüfsumme des MMP-Blocks passt nicht dazu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008496
8497#: lib/ext2fs/ext2_err.c:166
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008498msgid "Ext2 file already exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008499msgstr "Die Ext2-Datei existiert bereits"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008500
Theodore Ts'o4e528702016-09-04 21:31:21 -04008501#: lib/ext2fs/ext2_err.c:167
Theodore Ts'o4e528702016-09-04 21:31:21 -04008502msgid "Block bitmap checksum does not match bitmap"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008503msgstr "Die Prüfsumme der Block-Bitmap passt nicht zur Bitmap"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008504
8505#: lib/ext2fs/ext2_err.c:168
8506msgid "Cannot iterate data blocks of an inode containing inline data"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008507msgstr ""
8508"Iterieren von Datenblöcken eines Inodes, das Inlinedaten enthält, ist nicht "
8509"möglich"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008510
8511#: lib/ext2fs/ext2_err.c:169
8512msgid "Extended attribute has an invalid name length"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008513msgstr "Das erweiterte Attribut hat eine ungültige Namenslänge"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008514
8515#: lib/ext2fs/ext2_err.c:170
8516msgid "Extended attribute has an invalid value length"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008517msgstr "Das erweiterte Attribut hat eine ungültige Wertlänge"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008518
8519#: lib/ext2fs/ext2_err.c:171
Theodore Ts'o4e528702016-09-04 21:31:21 -04008520msgid "Extended attribute has an incorrect hash"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008521msgstr "Das erweiterte Attribut hat einen ungültigen Hashwert"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008522
8523#: lib/ext2fs/ext2_err.c:172
Theodore Ts'o4e528702016-09-04 21:31:21 -04008524msgid "Extended attribute block has a bad header"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008525msgstr "Das erweiterte Attribut hat einen ungültigen Vorspann"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008526
8527#: lib/ext2fs/ext2_err.c:173
Theodore Ts'o4e528702016-09-04 21:31:21 -04008528msgid "Extended attribute key not found"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008529msgstr "Der Schlüssel des erweiterten Attributs ist unauffindbar"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008530
8531#: lib/ext2fs/ext2_err.c:174
8532msgid "Insufficient space to store extended attribute data"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008533msgstr ""
8534"Der zur Verfügung stehende Platz reicht nicht aus, um die Daten des "
8535"erweiterten Attributes zu speichern"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008536
8537#: lib/ext2fs/ext2_err.c:175
8538msgid "Filesystem is missing ext_attr or inline_data feature"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008539msgstr "Dem Dateisystem fehlen die ext_attr oder das inline_data Eigenschaft"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008540
8541#: lib/ext2fs/ext2_err.c:176
Theodore Ts'o4e528702016-09-04 21:31:21 -04008542msgid "Inode doesn't have inline data"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008543msgstr "Der Inode verwendet keine Inline-Daten"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008544
8545#: lib/ext2fs/ext2_err.c:177
8546msgid "No block for an inode with inline data"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008547msgstr "Kein Block für eine Inode mit Inline-Daten"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008548
8549#: lib/ext2fs/ext2_err.c:178
Theodore Ts'o4e528702016-09-04 21:31:21 -04008550msgid "No free space in inline data"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008551msgstr "Es ist kein freier Platz in den Inline-Daten"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008552
8553#: lib/ext2fs/ext2_err.c:179
Theodore Ts'o4e528702016-09-04 21:31:21 -04008554msgid "Wrong magic number for extended attribute structure"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008555msgstr "Falsche magische Zahl für eine Struktur für erweiterte Attribute"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008556
8557#: lib/ext2fs/ext2_err.c:180
8558msgid "Inode seems to contain garbage"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008559msgstr "Die Inode scheint Müll zu enthalten"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008560
8561#: lib/ext2fs/ext2_err.c:181
8562msgid "Extended attribute has an invalid value offset"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008563msgstr "Das erweiterte Attribut hat einen ungültigen Wertabstand"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008564
8565#: lib/ext2fs/ext2_err.c:182
8566msgid "Journal flags inconsistent"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008567msgstr "Die Journalkennungen sind inkonsistent"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008568
8569#: lib/ext2fs/ext2_err.c:183
Theodore Ts'o4e528702016-09-04 21:31:21 -04008570msgid "Undo file corrupt"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008571msgstr "Die Undo-Datei ist defekt"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008572
8573#: lib/ext2fs/ext2_err.c:184
Theodore Ts'o4e528702016-09-04 21:31:21 -04008574msgid "Wrong undo file for this filesystem"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008575msgstr "Falsche Undo-Datei für dieses Dateisystem"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008576
8577#: lib/ext2fs/ext2_err.c:185
Theodore Ts'o4e528702016-09-04 21:31:21 -04008578msgid "File system is corrupted"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008579msgstr "Das Dateisystem ist defekt"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008580
8581#: lib/ext2fs/ext2_err.c:186
8582msgid "Bad CRC detected in file system"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008583msgstr "Falscher CRC im Dateisystem gefunden"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008584
8585#: lib/ext2fs/ext2_err.c:187
Theodore Ts'o4e528702016-09-04 21:31:21 -04008586msgid "The journal superblock is corrupt"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008587msgstr "Der Journal-Superblock ist defekt"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008588
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008589#: lib/ext2fs/ext2_err.c:188
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008590msgid "Inode is corrupted"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008591msgstr "Der Inode ist defekt"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008592
Theodore Ts'o40e66e22018-08-18 21:14:56 -04008593#: lib/ext2fs/ext2_err.c:189
8594msgid "Inode containing extended attribute value is corrupted"
8595msgstr ""
8596
Theodore Ts'o4e528702016-09-04 21:31:21 -04008597#: lib/support/prof_err.c:11
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008598msgid "Profile version 0.0"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008599msgstr "Profilversion 0.0"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008600
Theodore Ts'o4e528702016-09-04 21:31:21 -04008601#: lib/support/prof_err.c:12
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008602msgid "Bad magic value in profile_node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008603msgstr "Ungültige magische Zahl im profile_node"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008604
Theodore Ts'o4e528702016-09-04 21:31:21 -04008605#: lib/support/prof_err.c:13
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008606msgid "Profile section not found"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008607msgstr "die Profilsektion wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008608
Theodore Ts'o4e528702016-09-04 21:31:21 -04008609#: lib/support/prof_err.c:14
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008610msgid "Profile relation not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008611msgstr "Zusammenhang des Profils wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008612
Theodore Ts'o4e528702016-09-04 21:31:21 -04008613#: lib/support/prof_err.c:15
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008614msgid "Attempt to add a relation to node which is not a section"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008615msgstr ""
Philipp Thomasab02a742014-07-09 23:13:30 -04008616"Dies ist ein Versuch, einen Bezug zu einem Knoten hinzuzufügen, der keine\n"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008617"Sektion ist"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008618
Theodore Ts'o4e528702016-09-04 21:31:21 -04008619#: lib/support/prof_err.c:16
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008620msgid "A profile section header has a non-zero value"
Philipp Thomasab02a742014-07-09 23:13:30 -04008621msgstr "Der Header der Profilsektion hat einen von Null verschiedenen Wert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008622
Theodore Ts'o4e528702016-09-04 21:31:21 -04008623#: lib/support/prof_err.c:17
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008624msgid "Bad linked list in profile structures"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008625msgstr "Ungültige verkettete Liste in den Profilstrukturen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008626
Theodore Ts'o4e528702016-09-04 21:31:21 -04008627#: lib/support/prof_err.c:18
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008628msgid "Bad group level in profile structures"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008629msgstr "Ungültige Gruppenebene in den Profilstrukturen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008630
Theodore Ts'o4e528702016-09-04 21:31:21 -04008631#: lib/support/prof_err.c:19
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008632msgid "Bad parent pointer in profile structures"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008633msgstr "Ungültiger Zeiger auf die Eltern in den Profilstrukturen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008634
Theodore Ts'o4e528702016-09-04 21:31:21 -04008635#: lib/support/prof_err.c:20
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008636msgid "Bad magic value in profile iterator"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008637msgstr "Ungültige magische Zahl im Profiliterator"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008638
Theodore Ts'o4e528702016-09-04 21:31:21 -04008639#: lib/support/prof_err.c:21
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008640msgid "Can't set value on section node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008641msgstr "In dem Sektionsknoten kann der Wert nicht gesetzt werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008642
Theodore Ts'o4e528702016-09-04 21:31:21 -04008643#: lib/support/prof_err.c:22
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008644msgid "Invalid argument passed to profile library"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008645msgstr "Es wurde ein unzulässiges Argument an die Profilbibliothek übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008646
Theodore Ts'o4e528702016-09-04 21:31:21 -04008647#: lib/support/prof_err.c:23
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008648msgid "Attempt to modify read-only profile"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008649msgstr "Es wird versucht, ein nur lesbares Profil zu ändern"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008650
Theodore Ts'o4e528702016-09-04 21:31:21 -04008651#: lib/support/prof_err.c:24
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008652msgid "Profile section header not at top level"
Philipp Thomasab02a742014-07-09 23:13:30 -04008653msgstr "Der Header der Profilsektion ist nicht auf der obersten Ebene"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008654
Theodore Ts'o4e528702016-09-04 21:31:21 -04008655#: lib/support/prof_err.c:25
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008656msgid "Syntax error in profile section header"
Philipp Thomasab02a742014-07-09 23:13:30 -04008657msgstr "Syntaxfehler im Header der Profilsektion"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008658
Theodore Ts'o4e528702016-09-04 21:31:21 -04008659#: lib/support/prof_err.c:26
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008660msgid "Syntax error in profile relation"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008661msgstr "Syntaxfehler in den Profilbeziehungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008662
Theodore Ts'o4e528702016-09-04 21:31:21 -04008663#: lib/support/prof_err.c:27
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008664msgid "Extra closing brace in profile"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008665msgstr "Überzählige schließende Klammer im Profil"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008666
Theodore Ts'o4e528702016-09-04 21:31:21 -04008667#: lib/support/prof_err.c:28
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008668msgid "Missing open brace in profile"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008669msgstr "Fehlende öffnende Klammer im Profil"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008670
Theodore Ts'o4e528702016-09-04 21:31:21 -04008671#: lib/support/prof_err.c:29
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008672msgid "Bad magic value in profile_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008673msgstr "Ungültige magische Zahl im profile_t"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008674
Theodore Ts'o4e528702016-09-04 21:31:21 -04008675#: lib/support/prof_err.c:30
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008676msgid "Bad magic value in profile_section_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008677msgstr "Unbekannte magische Zahl im section_t des Profils"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008678
Theodore Ts'o4e528702016-09-04 21:31:21 -04008679#: lib/support/prof_err.c:31
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008680msgid "Iteration through all top level section not supported"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008681msgstr "Iteration durch alle Toplevel-Sektionen wird nicht unterstützt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008682
Theodore Ts'o4e528702016-09-04 21:31:21 -04008683#: lib/support/prof_err.c:32
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008684msgid "Invalid profile_section object"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008685msgstr "Ungültiges profile_section-Objekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008686
Theodore Ts'o4e528702016-09-04 21:31:21 -04008687#: lib/support/prof_err.c:33
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008688msgid "No more sections"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008689msgstr "Keine weiteren Sektionen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008690
Theodore Ts'o4e528702016-09-04 21:31:21 -04008691#: lib/support/prof_err.c:34
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008692msgid "Bad nameset passed to query routine"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008693msgstr "Ungültige Namen an die Abfrageroutine übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008694
Theodore Ts'o4e528702016-09-04 21:31:21 -04008695#: lib/support/prof_err.c:35
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008696msgid "No profile file open"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008697msgstr "Es ist keine Profildatei offen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008698
Theodore Ts'o4e528702016-09-04 21:31:21 -04008699#: lib/support/prof_err.c:36
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008700msgid "Bad magic value in profile_file_t"
Philipp Thomasab02a742014-07-09 23:13:30 -04008701msgstr "Ungültige magische Zahl im profile_file_t"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008702
Theodore Ts'o4e528702016-09-04 21:31:21 -04008703#: lib/support/prof_err.c:37
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008704msgid "Couldn't open profile file"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05008705msgstr "Die Profildatei konnte nicht geöffnet werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008706
Theodore Ts'o4e528702016-09-04 21:31:21 -04008707#: lib/support/prof_err.c:38
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008708msgid "Section already exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008709msgstr "Die Sektion existiert bereits"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008710
Theodore Ts'o4e528702016-09-04 21:31:21 -04008711#: lib/support/prof_err.c:39
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008712msgid "Invalid boolean value"
Philipp Thomasab02a742014-07-09 23:13:30 -04008713msgstr "Ungültiger boolescher Wert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008714
Theodore Ts'o4e528702016-09-04 21:31:21 -04008715#: lib/support/prof_err.c:40
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008716msgid "Invalid integer value"
Philipp Thomasb93349a2014-05-31 13:32:39 -04008717msgstr "Ungültiger ganzzahliger Wert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008718
Theodore Ts'o4e528702016-09-04 21:31:21 -04008719#: lib/support/prof_err.c:41
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008720msgid "Bad magic value in profile_file_data_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04008721msgstr "Ungültige magische Zahl im profile_file_data_t"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008722
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008723#: lib/support/plausible.c:118
Theodore Ts'o4e528702016-09-04 21:31:21 -04008724#, c-format
8725msgid "\tlast mounted on %s on %s"
8726msgstr "\tzuletzt auf %s auf %s eingehängt"
8727
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008728#: lib/support/plausible.c:121
Theodore Ts'o4e528702016-09-04 21:31:21 -04008729#, c-format
8730msgid "\tlast mounted on %s"
8731msgstr "\tzuletzt auf %s eingehängt"
8732
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008733#: lib/support/plausible.c:124
Theodore Ts'o4e528702016-09-04 21:31:21 -04008734#, c-format
8735msgid "\tcreated on %s"
8736msgstr "\tauf %s erzeugt"
8737
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008738#: lib/support/plausible.c:127
Theodore Ts'o4e528702016-09-04 21:31:21 -04008739#, c-format
8740msgid "\tlast modified on %s"
8741msgstr "\tzuletzt geändert %s"
8742
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008743#: lib/support/plausible.c:161
Theodore Ts'o4e528702016-09-04 21:31:21 -04008744#, c-format
8745msgid "Found a %s partition table in %s\n"
8746msgstr "In %2$s wurde eine %1$s-Partitionstabelle gefunden\n"
8747
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008748#: lib/support/plausible.c:191
Theodore Ts'o4e528702016-09-04 21:31:21 -04008749#, c-format
8750msgid "The file %s does not exist and no size was specified.\n"
8751msgstr "Die Datei %s existiert nicht und es wurde keine Größe angegeben.\n"
8752
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008753#: lib/support/plausible.c:199
Theodore Ts'o4e528702016-09-04 21:31:21 -04008754#, c-format
8755msgid "Creating regular file %s\n"
8756msgstr "Die reguläre Datei %s wird angelegt\n"
8757
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008758#: lib/support/plausible.c:202
Theodore Ts'o4e528702016-09-04 21:31:21 -04008759#, c-format
8760msgid "Could not open %s: %s\n"
8761msgstr "%s kann nicht geöffnet werden: %s\n"
8762
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008763#: lib/support/plausible.c:205
Theodore Ts'o4e528702016-09-04 21:31:21 -04008764msgid ""
8765"\n"
8766"The device apparently does not exist; did you specify it correctly?\n"
8767msgstr ""
8768"\n"
8769"Das Gerät existiert offensichtlich nicht; haben Sie es korrekt angegeben?\n"
8770
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008771#: lib/support/plausible.c:227
Theodore Ts'o4e528702016-09-04 21:31:21 -04008772#, c-format
8773msgid "%s is not a block special device.\n"
8774msgstr "%s ist kein spezielles Blockgerät.\n"
8775
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008776#: lib/support/plausible.c:249
Theodore Ts'o4e528702016-09-04 21:31:21 -04008777#, c-format
8778msgid "%s contains a %s file system labelled '%s'\n"
8779msgstr "%s hat ein %s-Dateisystem mit Namen „%s“\n"
8780
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008781#: lib/support/plausible.c:252
Theodore Ts'o4e528702016-09-04 21:31:21 -04008782#, c-format
8783msgid "%s contains a %s file system\n"
8784msgstr "%s hat ein %s-Dateisystem\n"
8785
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008786#: lib/support/plausible.c:276
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008787#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04008788msgid "%s contains `%s' data\n"
Philipp Thomas2583ebc2017-10-16 00:42:40 -04008789msgstr "%s enthält Daten von „%s”\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008790
Theodore Ts'o40e66e22018-08-18 21:14:56 -04008791#~ msgid ""
8792#~ "\n"
8793#~ "*** Checksum errors detected in filesystem! Run e2fsck now!\n"
8794#~ "\n"
8795#~ msgstr ""
8796#~ "\n"
8797#~ "*** Es wurden Prüfsummenfehler im Dateisystem gefunden! Starten Sie "
8798#~ "umgehend e2fsck!\n"
8799#~ "\n"
8800
8801#~ msgid ""
8802#~ "\n"
8803#~ "*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
8804#~ "\n"
8805#~ msgstr ""
8806#~ "\n"
8807#~ "*** Prüfsummenfehler in den Bitmaps gefunden! Starten Sie umgehend "
8808#~ "e2fsck!\n"
8809#~ "\n"
8810
8811#~ msgid ""
8812#~ "\n"
8813#~ "%s: %s: error reading bitmaps: %s\n"
8814#~ msgstr ""
8815#~ "\n"
8816#~ "%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
8817
8818#~ msgid ""
8819#~ "\n"
8820#~ "Warning, had trouble writing out superblocks.\n"
8821#~ msgstr ""
8822#~ "\n"
8823#~ "Warnung, es gab Schwierigkeiten beim Schreiben der Superblöcke.\n"
8824
Theodore Ts'o899425b2018-02-27 22:25:04 -05008825#~ msgid "i_dir_acl @F %Id, @s zero.\n"
8826#~ msgstr "i_dir_acl für Inode %i (%Q) ist %Id, sollte Null sein.\n"
8827
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04008828#~ msgid "Journal features: "
8829#~ msgstr "Jounaleigenschaften: "
8830
8831#~ msgid "Journal size: "
8832#~ msgstr "Journalgröße: "
8833
8834#~ msgid ""
8835#~ "Journal length: %u\n"
8836#~ "Journal sequence: 0x%08x\n"
8837#~ "Journal start: %u\n"
8838#~ msgstr ""
8839#~ "Journal-Länge: %u\n"
8840#~ "Journal-Sequenz: 0x%08x\n"
8841#~ "Journal-Start: %u\n"
8842
8843#~ msgid "Journal errno: %d\n"
8844#~ msgstr "Jounal-Fehlernummer: %d\n"
8845
8846#~ msgid ""
8847#~ "\n"
8848#~ "Journal block size: %u\n"
8849#~ "Journal length: %u\n"
8850#~ "Journal first block: %u\n"
8851#~ "Journal sequence: 0x%08x\n"
8852#~ "Journal start: %u\n"
8853#~ "Journal number of users: %u\n"
8854#~ msgstr ""
8855#~ "\n"
8856#~ "Journal-Blockgröße: %u\n"
8857#~ "Journal-Länge: %u\n"
8858#~ "Journal-Startblock: %u\n"
8859#~ "Journal-Sequenz: 0x%08x\n"
8860#~ "Journal-Start: %u\n"
8861#~ "Journal-Benutzeranzahl: %u\n"
8862
8863#~ msgid "Journal users: %s\n"
8864#~ msgstr "Jounalbenutzer: %s\n"
8865
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008866#~ msgid "Please run e2fsck on the filesystem.\n"
8867#~ msgstr "Bitte lassen Sie e2fsck dieses Dateisystem überprüfen.\n"
8868
Theodore Ts'o4e528702016-09-04 21:31:21 -04008869#~ msgid "@i %i has @cion flag set on @f without @cion support. "
8870#~ msgstr ""
8871#~ "Inode %i hat den Kompressions-Bitschalter auf einem Dateisystem gesetzt,\n"
8872#~ "welches dies nicht unterstützt. "
8873
8874#~ msgid "@A @a @b %b. "
8875#~ msgstr "Fehler beim Zuweisen des Blocks für erweiterte Attribute %b. "
8876
8877#~ msgid "%s: warning: compression support is experimental.\n"
8878#~ msgstr "%s: Warnung: Die Kompressionsunterstützung ist experimentell.\n"
8879
8880#~ msgid ""
8881#~ "%s: e2fsck not compiled with HTREE support,\n"
8882#~ "\tbut filesystem %s has HTREE directories.\n"
8883#~ msgstr ""
8884#~ "%s: e2fsck wurde ohne Unterstützung für HTREE kompiliert,\n"
8885#~ "\taber das Dateisystem %s besitzt HTREE-Verzeichnisse.\n"
8886
8887#~ msgid "while allocating zeroizing buffer"
8888#~ msgstr "beim Reservieren eines Puffers zum Nullen"
8889
8890#~ msgid ", unused inodes %u\n"
8891#~ msgstr ", ungenutzte Inodes %u\n"
8892
8893#~ msgid "Failed to read the file system data \n"
8894#~ msgstr "Die Dateisystemdaten konnten nicht gelesen werden \n"
8895
8896#~ msgid "Failed tdb_fetch %s\n"
8897#~ msgstr "tdb_fetch von %s ist fehlgeschlagen\n"
8898
8899#~ msgid "The file system UUID didn't match \n"
8900#~ msgstr "Die UUID des Dateisystems stimmte nicht überein \n"
8901
8902#~ msgid "Failed tdb_open %s\n"
8903#~ msgstr "tdb_open von %s ist fehlgeschlagen\n"
8904
8905#~ msgid "Failed to open %s\n"
8906#~ msgstr "%s konnte nicht geöffnet werden\n"
8907
8908#~ msgid "Replayed transaction of size %zd at location %llu\n"
8909#~ msgstr "Zurückgespielte Transaktion der Größe %zd an Position %llu\n"
8910
8911#~ msgid "Failed write %s\n"
8912#~ msgstr "Schreiben von %s ist fehlgeschlagen\n"
8913
8914#~ msgid "Invalid quotatype parameter: %s\n"
8915#~ msgstr "Ungültiger Quotatyp-Parameter: %s\n"
8916
8917#~ msgid "Couldn't allocate memory to parse quota options!\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008918#~ msgstr ""
8919#~ "Speicher zum Einlesen der Quota-Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008920
8921#~ msgid "Couldn't allocate memory for tdb filename\n"
8922#~ msgstr "Es kann kein Speicher für den Tdb-Dateinamen reserviert werden\n"
8923
8924#~ msgid ""
8925#~ "To undo the tune2fs operation please run the command\n"
8926#~ " e2undo %s %s\n"
8927#~ "\n"
8928#~ msgstr ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05008929#~ "Um die durch Tune2fs gemachten Änderungen rückgängig zu machen, starten "
8930#~ "Sie\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008931#~ "bitte\n"
8932#~ " e2undo %s %s\n"
8933#~ "\n"
8934
8935#~ msgid "%s is entire device, not just one partition!\n"
8936#~ msgstr "%s ist das ganze Gerät und nicht nur eine einzelne Partition!\n"
8937
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008938#~ msgid "Clearing extent flag not supported on %s"
8939#~ msgstr ""
8940#~ "Das Zurücksetzen des Kennzeichens für „Erweiterung“ wird auf %s\n"
8941#~ "\tnicht unterstützt"
8942
Theodore Ts'o196b59c2014-05-18 21:47:32 -04008943#~ msgid ""
8944#~ "%s: The combination of flex_bg and\n"
8945#~ "\t!resize_inode features is not supported by resize2fs.\n"
8946#~ msgstr ""
8947#~ "%s: Die Kombination der Eigenschaften flex_bg und\n"
8948#~ "t!resize_inode wird von resize2fs nicht unterestützt.\n"
8949
Philipp Thomasedc733d2012-04-22 15:38:42 -04008950#~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05008951#~ msgstr ""
8952#~ " in @i %i sollte EOFBLOCKS_FL nicht gesetzt sein (Größe %Is, lblk %r)\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04008953
8954#~ msgid "Couldn't determine journal size"
8955#~ msgstr "Konnte die Größe des Dateisystems nicht ermitteln"
8956
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008957#~ msgid "#\t\t %llu -> %llu (%llu)\n"
8958#~ msgstr "#\t\t %llu -> %llu (%llu)\n"
8959
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008960#~ msgid "short write (only %d bytes) for writing image header"
8961#~ msgstr "short write (only %d bytes) for writing image header"
8962
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008963#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
8964#~ msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
8965
8966#~ msgid "Calling BLKDISCARD from %llu to %llu "
8967#~ msgstr "Der Aufruf von BLKDISCARD für den Bereich von %llu bis %llu war "
8968
8969#~ msgid "succeeded.\n"
8970#~ msgstr "erfolgreich.\n"