blob: 0e7b39ee3e7a4b201131439626838ee551ee11d3 [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 Thomasd0275172013-01-15 23:30:35 -05007# Philipp Thomas <pth@suse.de>, 2007, 2008, 2009, 2010, 2011, 2012, 2013.
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
29#. ownership field (inode->i_uid).
30#.
31#. %b <blk> block number
32#. %B <blkcount> integer
33#. %c <blk2> block number
34#. %Di <dirent> -> ino inode number
35#. %Dn <dirent> -> name string
36#. %Dr <dirent> -> rec_len
37#. %Dl <dirent> -> name_len
38#. %Dt <dirent> -> filetype
39#. %d <dir> inode number
40#. %g <group> integer
41#. %i <ino> inode number
42#. %Is <inode> -> i_size
43#. %IS <inode> -> i_extra_isize
44#. %Ib <inode> -> i_blocks
45#. %Il <inode> -> i_links_count
46#. %Im <inode> -> i_mode
47#. %IM <inode> -> i_mtime
48#. %IF <inode> -> i_faddr
49#. %If <inode> -> i_file_acl
50#. %Id <inode> -> i_dir_acl
51#. %Iu <inode> -> i_uid
52#. %Ig <inode> -> i_gid
53#. %j <ino2> inode number
54#. %m <com_err error message>
55#. %N <num>
56#. %p ext2fs_get_pathname of directory <ino>
57#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
58#. the containing directory. (If dirent is NULL
59#. then return the pathname of directory <ino2>)
60#. %q ext2fs_get_pathname of directory <dir>
61#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
62#. the containing directory.
63#. %s <str> miscellaneous string
64#. %S backup superblock
65#. %X <num> hexadecimal format
66#.
Theodore Ts'oa2328c92002-10-30 23:26:03 -050067msgid ""
68msgstr ""
Philipp Thomasd0275172013-01-15 23:30:35 -050069"Project-Id-Version: e2fsprogs-1.42.6\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050070"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Philipp Thomasd0275172013-01-15 23:30:35 -050071"POT-Creation-Date: 2012-09-21 12:16-0400\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -050072"PO-Revision-Date: 2013-01-27 00:23+0100\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040073"Last-Translator: Philipp Thomas <pth@suse.de>\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -050074"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -040075"Language: de\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050076"MIME-Version: 1.0\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040077"Content-Type: text/plain; charset=UTF-8\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050078"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050079"Plural-Forms: nplurals=2; plural=(n != 1);\n"
80
Philipp Thomasd0275172013-01-15 23:30:35 -050081#: e2fsck/badblocks.c:23 misc/mke2fs.c:177
Theodore Ts'oa2328c92002-10-30 23:26:03 -050082#, c-format
83msgid "Bad block %u out of range; ignored.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -050084msgstr "„Bad block“ %u außerhalb des gültigen Bereichs; ignoriert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050085
Philipp Thomas294dd5a2011-10-16 21:53:39 -040086#: e2fsck/badblocks.c:46
Theodore Ts'oa2328c92002-10-30 23:26:03 -050087msgid "while sanity checking the bad blocks inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -040088msgstr "während der logischen Prüfung des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050089
Philipp Thomas294dd5a2011-10-16 21:53:39 -040090#: e2fsck/badblocks.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -050091msgid "while reading the bad blocks inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -040092msgstr "während des Lesens des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050093
Eric Sandeen032eafe2012-07-28 17:48:36 -040094#: e2fsck/badblocks.c:72 e2fsck/iscan.c:110 e2fsck/scantest.c:107
Philipp Thomasd0275172013-01-15 23:30:35 -050095#: e2fsck/unix.c:1334 e2fsck/unix.c:1422 misc/badblocks.c:1214
Philipp Thomasedc733d2012-04-22 15:38:42 -040096#: misc/badblocks.c:1222 misc/badblocks.c:1236 misc/badblocks.c:1248
Eric Sandeen032eafe2012-07-28 17:48:36 -040097#: misc/dumpe2fs.c:588 misc/e2image.c:1189 misc/e2image.c:1307
Philipp Thomasd0275172013-01-15 23:30:35 -050098#: misc/e2image.c:1320 misc/mke2fs.c:193 misc/tune2fs.c:1898 resize/main.c:303
Theodore Ts'oa2328c92002-10-30 23:26:03 -050099#, c-format
100msgid "while trying to open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400101msgstr "beim Versuch, %s zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500102
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400103#: e2fsck/badblocks.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500104#, c-format
105msgid "while trying popen '%s'"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400106msgstr "beim Versuch, „%s“ mittels „popen“ zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500107
Philipp Thomasd0275172013-01-15 23:30:35 -0500108#: e2fsck/badblocks.c:94 misc/mke2fs.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500109msgid "while reading in list of bad blocks from file"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400110msgstr "beim Lesen der „Bad Block“-Liste aus der Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500111
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400112#: e2fsck/badblocks.c:105
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500113msgid "while updating bad block inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400114msgstr "beim Updaten des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500115
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400116#: e2fsck/badblocks.c:131
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500117#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400118msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -0500119msgstr "Warnung: Nicht zulässiger Block %u im „Bad Blocks“-Inode gefunden! Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500120
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400121#: e2fsck/ehandler.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500122#, c-format
123msgid "Error reading block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400124msgstr "Lesefehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500125
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400126#: e2fsck/ehandler.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500127#, c-format
128msgid "Error reading block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400129msgstr "Lesefehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500130
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400131#: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500132msgid "Ignore error"
133msgstr "Ignoriere Fehler"
134
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400135#: e2fsck/ehandler.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500136msgid "Force rewrite"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400137msgstr "Rückschreiben erzwingen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500138
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400139#: e2fsck/ehandler.c:104
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500140#, c-format
141msgid "Error writing block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400142msgstr "Schreibfehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500143
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400144#: e2fsck/ehandler.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500145#, c-format
146msgid "Error writing block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400147msgstr "Schreibfehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500148
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400149#: e2fsck/emptydir.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500150msgid "empty dirblocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400151msgstr "leere Verzeichnisblöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500152
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400153#: e2fsck/emptydir.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500154msgid "empty dir map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500155msgstr "leere Verzeichnisliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500156
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400157#: e2fsck/emptydir.c:98
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500158#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400159msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500160msgstr "leerer Verzeichnisblock %u (#%d) im Inode %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500161
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400162#: e2fsck/extend.c:22
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500163#, c-format
164msgid "%s: %s filename nblocks blocksize\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400165msgstr "%s: %s Dateiname nblocks Blockgröße\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500166
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400167#: e2fsck/extend.c:44
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500168#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500169msgid "Illegal number of blocks!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400170msgstr "Blockanzahl nicht zulässig!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500171
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400172#: e2fsck/extend.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500173#, c-format
174msgid "Couldn't allocate block buffer (size=%d)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500175msgstr "Es konnte kein Blockpuffer (Größe=%d) reserviert werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500176
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400177#: e2fsck/flushb.c:35
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500178#, c-format
179msgid "Usage: %s disk\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400180msgstr "Aufruf: %s Laufwerk\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500181
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400182#: e2fsck/flushb.c:64
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500183#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500184msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400185msgstr "BLKFLSBUF ioctl nicht unterstützt! Kann Puffer nicht leeren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500186
Eric Sandeen032eafe2012-07-28 17:48:36 -0400187#: e2fsck/iscan.c:44
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500188#, c-format
189msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400190msgstr "Aufruf: %s [-F] [-I inode_buffer_blocks] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500191
Philipp Thomasd0275172013-01-15 23:30:35 -0500192#: e2fsck/iscan.c:81 e2fsck/unix.c:963
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500193#, c-format
194msgid "while opening %s for flushing"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500195msgstr "beim Öffnen von %s für die Puffer-Leerung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500196
Philipp Thomasd0275172013-01-15 23:30:35 -0500197#: e2fsck/iscan.c:86 e2fsck/unix.c:969 resize/main.c:276
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500198#, c-format
199msgid "while trying to flush %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400200msgstr "während des Rückschreibeversuches auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500201
Eric Sandeen032eafe2012-07-28 17:48:36 -0400202#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1084
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500203msgid "while opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500204msgstr "beim Start des Inode-Scans"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500205
Eric Sandeen032eafe2012-07-28 17:48:36 -0400206#: e2fsck/iscan.c:127 misc/e2image.c:1102
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500207msgid "while getting next inode"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400208msgstr "beim Laden des nächsten Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500209
Eric Sandeen032eafe2012-07-28 17:48:36 -0400210#: e2fsck/iscan.c:136
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500211#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400212msgid "%u inodes scanned.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400213msgstr "%u Inodes untersucht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500214
Eric Sandeen032eafe2012-07-28 17:48:36 -0400215#: e2fsck/journal.c:512
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500216msgid "reading journal superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500217msgstr "Lese Journal-Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500218
Eric Sandeen032eafe2012-07-28 17:48:36 -0400219#: e2fsck/journal.c:569
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500220#, c-format
221msgid "%s: no valid journal superblock found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400222msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500223
Eric Sandeen032eafe2012-07-28 17:48:36 -0400224#: e2fsck/journal.c:578
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500225#, c-format
226msgid "%s: journal too short\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400227msgstr "%s: Das Journal ist zu kurz\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500228
Eric Sandeen032eafe2012-07-28 17:48:36 -0400229#: e2fsck/journal.c:870
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500230#, c-format
231msgid "%s: recovering journal\n"
232msgstr "%s: stelle das Journal wieder her\n"
233
Eric Sandeen032eafe2012-07-28 17:48:36 -0400234#: e2fsck/journal.c:872
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500235#, c-format
236msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500237msgstr "%s: Das Journal ist nur lesbar - Keine Wiederherstellung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500238
Eric Sandeen032eafe2012-07-28 17:48:36 -0400239#: e2fsck/journal.c:899
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500240#, c-format
241msgid "while trying to re-open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400242msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500243
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400244#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500245msgid "aextended attribute"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500246msgstr "aerweiterte Attribute"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500247
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400248#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500249msgid "Aerror allocating"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500250msgstr "AFehler beim Reservieren von Platz für"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500251
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400252#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500253msgid "bblock"
254msgstr "bBlock"
255
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400256#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500257msgid "Bbitmap"
258msgstr "BBitmap"
259
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400260#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500261msgid "ccompress"
262msgstr "ckomprimieren"
263
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400264#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500265msgid "Cconflicts with some other fs @b"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500266msgstr "CKonflikte mit einem anderen Dateisystemenblock"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500267
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400268#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500269msgid "iinode"
270msgstr "iInode"
271
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400272#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500273msgid "Iillegal"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400274msgstr "Iillegal(er)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500275
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400276#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500277msgid "jjournal"
278msgstr "jJournal"
279
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400280#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500281msgid "Ddeleted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400282msgstr "Dgelöscht"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500283
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400284#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500285msgid "ddirectory"
286msgstr "dVerzeichnis"
287
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400288#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500289msgid "eentry"
290msgstr "eEintrag"
291
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400292#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500293msgid "E@e '%Dn' in %p (%i)"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400294msgstr "E@e „%Dn“ in %p (%i)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500295
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400296#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500297msgid "ffilesystem"
298msgstr "fDateisystem"
299
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400300#: e2fsck/message.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500301msgid "Ffor @i %i (%Q) is"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400302msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500303
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400304#: e2fsck/message.c:128
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500305msgid "ggroup"
306msgstr "gGruppe"
307
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400308#: e2fsck/message.c:129
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500309msgid "hHTREE @d @i"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500310msgstr "hHTREE @dinode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500311
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400312#: e2fsck/message.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500313msgid "llost+found"
314msgstr "llost+found"
315
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400316#: e2fsck/message.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500317msgid "Lis a link"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500318msgstr "List eine Verknüpfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500319
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400320#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400321msgid "mmultiply-claimed"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400322msgstr "mmehrfach beansprucht"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400323
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400324#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400325msgid "ninvalid"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400326msgstr "nungültig"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400327
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400328#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500329msgid "oorphaned"
330msgstr "overwaist"
331
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400332#: e2fsck/message.c:135
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500333msgid "pproblem in"
334msgstr "pProblem in"
335
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400336#: e2fsck/message.c:136
337msgid "qquota"
338msgstr "qQuota"
339
340#: e2fsck/message.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500341msgid "rroot @i"
342msgstr "rRoot @i"
343
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400344#: e2fsck/message.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500345msgid "sshould be"
346msgstr "ssollte sein"
347
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400348#: e2fsck/message.c:139
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500349msgid "Ssuper@b"
350msgstr "SSuper@b"
351
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400352#: e2fsck/message.c:140
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500353msgid "uunattached"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500354msgstr "unicht verbunden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500355
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400356#: e2fsck/message.c:141
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500357msgid "vdevice"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400358msgstr "vGerät"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500359
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400360#: e2fsck/message.c:142
Philipp Thomas720e6362008-06-21 14:06:00 -0400361msgid "xextent"
Philipp Thomas68801282008-07-17 11:47:00 -0400362msgstr "xErweiterung"
Philipp Thomas720e6362008-06-21 14:06:00 -0400363
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400364#: e2fsck/message.c:143
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500365msgid "zzero-length"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500366msgstr "zmit Länge Null"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500367
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400368#: e2fsck/message.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500369msgid "<The NULL inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500370msgstr "<Der NULL Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500371
Philipp Thomas77c871a2010-04-19 16:59:02 -0400372#: e2fsck/message.c:155
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400373msgid "<The bad blocks inode>"
374msgstr "<Der „Bad Blocks“-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500375
Philipp Thomas77c871a2010-04-19 16:59:02 -0400376#: e2fsck/message.c:157
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400377msgid "<The user quota inode>"
378msgstr "<Die Benutzerquota-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500379
Philipp Thomas77c871a2010-04-19 16:59:02 -0400380#: e2fsck/message.c:158
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400381msgid "<The group quota inode>"
382msgstr "<Die Gruppenquota-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500383
Philipp Thomas77c871a2010-04-19 16:59:02 -0400384#: e2fsck/message.c:159
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400385msgid "<The boot loader inode>"
386msgstr "<Der „Boot Loader“-Inode>"
387
388#: e2fsck/message.c:160
389msgid "<The undelete directory inode>"
390msgstr "<Der „undelete directory“-Inode>"
391
392#: e2fsck/message.c:161
393msgid "<The group descriptor inode>"
394msgstr "<Des „group descriptor“-Inode>"
395
396#: e2fsck/message.c:162
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500397msgid "<The journal inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500398msgstr "<Der Journal-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500399
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400400#: e2fsck/message.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500401msgid "<Reserved inode 9>"
402msgstr "<Der reservierte Inode 9>"
403
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400404#: e2fsck/message.c:164
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500405msgid "<Reserved inode 10>"
406msgstr "<Der reservierte Inode 10>"
407
Philipp Thomasedc733d2012-04-22 15:38:42 -0400408#: e2fsck/message.c:333
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400409msgid "regular file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400410msgstr "'reguläre Datei"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400411
Philipp Thomasedc733d2012-04-22 15:38:42 -0400412#: e2fsck/message.c:335
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400413msgid "directory"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500414msgstr "Verzeichnis"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400415
Philipp Thomasedc733d2012-04-22 15:38:42 -0400416#: e2fsck/message.c:337
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400417msgid "character device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400418msgstr "zeichenorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400419
Philipp Thomasedc733d2012-04-22 15:38:42 -0400420#: e2fsck/message.c:339
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400421msgid "block device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400422msgstr "Blockgerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400423
Philipp Thomasedc733d2012-04-22 15:38:42 -0400424#: e2fsck/message.c:341
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400425msgid "named pipe"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400426msgstr "named pipe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400427
Philipp Thomasedc733d2012-04-22 15:38:42 -0400428#: e2fsck/message.c:343
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400429msgid "symbolic link"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400430msgstr "symbolische Verknüpfung"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400431
Philipp Thomasedc733d2012-04-22 15:38:42 -0400432#: e2fsck/message.c:345 misc/uuidd.c:161
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400433msgid "socket"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500434msgstr " Socket"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400435
Philipp Thomasedc733d2012-04-22 15:38:42 -0400436#: e2fsck/message.c:347
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400437#, c-format
438msgid "unknown file type with mode 0%o"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400439msgstr "unbekannter Dateityp mit Modus 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400440
Philipp Thomasedc733d2012-04-22 15:38:42 -0400441#: e2fsck/message.c:423
Philipp Thomas77c871a2010-04-19 16:59:02 -0400442msgid "indirect block"
443msgstr "indirekte Blöcke"
444
Philipp Thomasedc733d2012-04-22 15:38:42 -0400445#: e2fsck/message.c:425
Philipp Thomas77c871a2010-04-19 16:59:02 -0400446msgid "double indirect block"
447msgstr "doppelt indirekte Blöcke"
448
Philipp Thomasedc733d2012-04-22 15:38:42 -0400449#: e2fsck/message.c:427
Philipp Thomas77c871a2010-04-19 16:59:02 -0400450msgid "triple indirect block"
451msgstr "dreifach indirekte Blöcke"
452
Philipp Thomasedc733d2012-04-22 15:38:42 -0400453#: e2fsck/message.c:429
Philipp Thomas77c871a2010-04-19 16:59:02 -0400454msgid "translator block"
455msgstr "Übersetzerblock"
456
Philipp Thomasedc733d2012-04-22 15:38:42 -0400457#: e2fsck/message.c:431
Philipp Thomas77c871a2010-04-19 16:59:02 -0400458msgid "block #"
459msgstr "Block Nr."
460
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400461#: e2fsck/pass1b.c:222
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500462msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500463msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500464
Philipp Thomasedc733d2012-04-22 15:38:42 -0400465#: e2fsck/pass1b.c:610 e2fsck/pass1b.c:729
Philipp Thomas68801282008-07-17 11:47:00 -0400466#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400467msgid "internal error: can't find dup_blk for %llu\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500468msgstr "interner Fehler: dup_blk für %llu wurde nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500469
Philipp Thomasedc733d2012-04-22 15:38:42 -0400470#: e2fsck/pass1b.c:820
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500471msgid "returned from clone_file_block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400472msgstr "zurückgegeben von clone_file_block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500473
Philipp Thomasedc733d2012-04-22 15:38:42 -0400474#: e2fsck/pass1b.c:842
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400475#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400476msgid "internal error: couldn't lookup EA block record for %llu"
477msgstr "interner Fehler: EA Blockliste für %llu wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400478
Philipp Thomasedc733d2012-04-22 15:38:42 -0400479#: e2fsck/pass1b.c:854
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400480#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400481msgid "internal error: couldn't lookup EA inode record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400482msgstr "Interner Fehler: EA Inodeliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400483
Philipp Thomasedc733d2012-04-22 15:38:42 -0400484#: e2fsck/pass1.c:476 e2fsck/pass2.c:782
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400485msgid "reading directory block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400486msgstr "lese Verzeichnisblock"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400487
Philipp Thomasedc733d2012-04-22 15:38:42 -0400488#: e2fsck/pass1.c:599
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500489msgid "in-use inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400490msgstr "„in-use inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500491
Philipp Thomasedc733d2012-04-22 15:38:42 -0400492#: e2fsck/pass1.c:610
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500493msgid "directory inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400494msgstr "„directory inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500495
Philipp Thomasedc733d2012-04-22 15:38:42 -0400496#: e2fsck/pass1.c:620
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500497msgid "regular file inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400498msgstr "„regular file inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500499
Philipp Thomasedc733d2012-04-22 15:38:42 -0400500#: e2fsck/pass1.c:629
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500501msgid "in-use block map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400502msgstr "„in-use block“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500503
Philipp Thomasedc733d2012-04-22 15:38:42 -0400504#: e2fsck/pass1.c:696
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400505msgid "opening inode scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400506msgstr "Starte Inode-Scan"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500507
Philipp Thomasedc733d2012-04-22 15:38:42 -0400508#: e2fsck/pass1.c:730
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400509msgid "getting next inode from scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400510msgstr "beim Lesen des nächsten Inodes"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400511
Philipp Thomasedc733d2012-04-22 15:38:42 -0400512#: e2fsck/pass1.c:1240
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500513msgid "Pass 1"
514msgstr "Durchgang 1"
515
Philipp Thomasedc733d2012-04-22 15:38:42 -0400516#: e2fsck/pass1.c:1297
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500517#, c-format
518msgid "reading indirect blocks of inode %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400519msgstr "lese indirekte Blöcke von Inode %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500520
Philipp Thomasedc733d2012-04-22 15:38:42 -0400521#: e2fsck/pass1.c:1347
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500522msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500523msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500524
Philipp Thomasedc733d2012-04-22 15:38:42 -0400525#: e2fsck/pass1.c:1370
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500526msgid "inode in bad block map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400527msgstr "Inode in „Bad Blocks“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500528
Philipp Thomasedc733d2012-04-22 15:38:42 -0400529#: e2fsck/pass1.c:1390
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500530msgid "imagic inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400531msgstr "i„magic inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500532
Philipp Thomasedc733d2012-04-22 15:38:42 -0400533#: e2fsck/pass1.c:1417
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500534msgid "multiply claimed block map"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500535msgstr "mehrfach referenzierte Blockliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500536
Philipp Thomasedc733d2012-04-22 15:38:42 -0400537#: e2fsck/pass1.c:1518
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500538msgid "ext attr block map"
539msgstr "ext attr block map"
540
Philipp Thomasedc733d2012-04-22 15:38:42 -0400541#: e2fsck/pass1.c:2266
Philipp Thomas77c871a2010-04-19 16:59:02 -0400542#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500543msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400544msgstr "%6lu(%c): erwartete %6lu erhielt phys %6lu (Blockanzahl %lld)\n"
Philipp Thomas40771272008-09-07 22:55:25 -0400545
Philipp Thomasedc733d2012-04-22 15:38:42 -0400546#: e2fsck/pass1.c:2627
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500547msgid "block bitmap"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500548msgstr "Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500549
Philipp Thomasedc733d2012-04-22 15:38:42 -0400550#: e2fsck/pass1.c:2633
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500551msgid "inode bitmap"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500552msgstr "Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500553
Philipp Thomasedc733d2012-04-22 15:38:42 -0400554#: e2fsck/pass1.c:2639
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500555msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500556msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500557
Philipp Thomasedc733d2012-04-22 15:38:42 -0400558#: e2fsck/pass2.c:283
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500559msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400560msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500561
Philipp Thomasedc733d2012-04-22 15:38:42 -0400562#: e2fsck/pass2.c:805
Philipp Thomas720e6362008-06-21 14:06:00 -0400563msgid "Can not continue."
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500564msgstr "das Programm kann nicht fortfahren."
Philipp Thomas720e6362008-06-21 14:06:00 -0400565
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400566#: e2fsck/pass3.c:77
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500567msgid "inode done bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400568msgstr "„inode done“-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500569
Philipp Thomasedc733d2012-04-22 15:38:42 -0400570#: e2fsck/pass3.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500571msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500572msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500573
Philipp Thomasedc733d2012-04-22 15:38:42 -0400574#: e2fsck/pass3.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500575msgid "Pass 3"
576msgstr "Durchgang 3"
577
Philipp Thomasedc733d2012-04-22 15:38:42 -0400578#: e2fsck/pass3.c:322
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500579msgid "inode loop detection bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400580msgstr "„inode loop detection“-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500581
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400582#: e2fsck/pass4.c:195
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500583msgid "Pass 4"
584msgstr "Durchgang 4"
585
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400586#: e2fsck/pass5.c:74
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500587msgid "Pass 5"
588msgstr "Durchgang 5"
589
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400590#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500591msgid "(no prompt)"
592msgstr "(nicht interaktiv)"
593
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400594#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500595msgid "Fix"
596msgstr "Repariere"
597
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400598#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500599msgid "Clear"
600msgstr "Bereinige"
601
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400602#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500603msgid "Relocate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400604msgstr "Zurücksetzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500605
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400606#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500607msgid "Allocate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500608msgstr "Gebe frei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500609
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400610#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500611msgid "Expand"
612msgstr "Erweitere"
613
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400614#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500615msgid "Connect to /lost+found"
616msgstr "Verbinde nach /lost+found"
617
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400618#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500619msgid "Create"
620msgstr "Erstelle"
621
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400622#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500623msgid "Salvage"
624msgstr "Rette"
625
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400626#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500627msgid "Truncate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400628msgstr "Verkürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500629
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400630#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500631msgid "Clear inode"
632msgstr "Bereinige Inode"
633
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400634#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500635msgid "Abort"
636msgstr "Abbrechen"
637
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400638#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500639msgid "Split"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500640msgstr "Aufteilen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500641
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400642#: e2fsck/problem.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500643msgid "Continue"
644msgstr "Fortsetzen"
645
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400646#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400647msgid "Clone multiply-claimed blocks"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500648msgstr "mehrfach referenzierte BLöcke werden geklont"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500649
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400650#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500651msgid "Delete file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400652msgstr "Lösche Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500653
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400654#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500655msgid "Suppress messages"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400656msgstr "Ausgaben unterdrücken"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500657
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400658#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500659msgid "Unlink"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500660msgstr "Trennen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500661
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400662#: e2fsck/problem.c:69
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500663msgid "Clear HTree index"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500664msgstr "Bereinige HTree-Index"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500665
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400666#: e2fsck/problem.c:70
Theodore Ts'obc759702005-05-09 20:40:55 -0400667msgid "Recreate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400668msgstr "Zurücksetzen"
Theodore Ts'obc759702005-05-09 20:40:55 -0400669
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400670#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500671msgid "(NONE)"
672msgstr "(NICHTS)"
673
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400674#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500675msgid "FIXED"
676msgstr "REPARIERT"
677
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400678#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500679msgid "CLEARED"
680msgstr "BEREINIGT"
681
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400682#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500683msgid "RELOCATED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400684msgstr "ZURÜCKGESETZT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500685
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400686#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500687msgid "ALLOCATED"
688msgstr "FREIGEGEBEN"
689
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400690#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500691msgid "EXPANDED"
692msgstr "ERWEITERT"
693
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400694#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500695msgid "RECONNECTED"
696msgstr "WIEDER VERBUNDEN"
697
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400698#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500699msgid "CREATED"
700msgstr "ANGELEGT"
701
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400702#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500703msgid "SALVAGED"
704msgstr "GERETTET"
705
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400706#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500707msgid "TRUNCATED"
708msgstr "BEENDET"
709
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400710#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500711msgid "INODE CLEARED"
712msgstr "INODE BEREINIGT"
713
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400714#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500715msgid "ABORTED"
716msgstr "ABGEBROCHEN"
717
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400718#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500719msgid "SPLIT"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500720msgstr "ABGESPALTEn"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500721
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400722#: e2fsck/problem.c:92
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500723msgid "CONTINUING"
724msgstr "SETZE FORT"
725
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400726#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400727msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500728msgstr "MEHRFACH REFERENZIERTE BLÖCKE GEKLONT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500729
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400730#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500731msgid "FILE DELETED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400732msgstr "DATEI GELÖSCHT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500733
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400734#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500735msgid "SUPPRESSED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400736msgstr "UNTERDRÜCKT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500737
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400738#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500739msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500740msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500741
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400742#: e2fsck/problem.c:97
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500743msgid "HTREE INDEX CLEARED"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500744msgstr "HTREE-INDEX BEREINIGT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500745
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400746#: e2fsck/problem.c:98
Theodore Ts'obc759702005-05-09 20:40:55 -0400747msgid "WILL RECREATE"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500748msgstr "WIRD WIEDER AUFGEBAUT"
Theodore Ts'obc759702005-05-09 20:40:55 -0400749
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400750#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400751#: e2fsck/problem.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500752msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500753msgstr "@b @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500754
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400755#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400756#: e2fsck/problem.c:111
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500757msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500758msgstr "@i @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500759
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400760#. @-expanded: inode table for group %g is not in group. (block %b)\n
761#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400762#: e2fsck/problem.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500763msgid ""
764"@i table for @g %g is not in @g. (@b %b)\n"
765"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
766msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500767"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400768"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500769
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400770#. @-expanded: \n
771#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
772#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
773#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
774#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
775#. @-expanded: e2fsck -b %S <device>\n
776#. @-expanded: \n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400777#: e2fsck/problem.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500778#, c-format
779msgid ""
780"\n"
781"The @S could not be read or does not describe a correct ext2\n"
782"@f. If the @v is valid and it really contains an ext2\n"
783"@f (and not swap or ufs or something else), then the @S\n"
784"is corrupt, and you might try running e2fsck with an alternate @S:\n"
785" e2fsck -b %S <@v>\n"
786"\n"
787msgstr ""
788"\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500789"Der @S ist unlesbar bzw. beschreibt kein gültiges ext2\n"
790"@f. Wenn @v gültig ist und ein ext2\n"
791"@f (kein swap oder ufs usw.) enthält, dann ist der @S\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400792"beschädigt, und sie könnten e2fsck mit einem anderen @S:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500793" e2fsck -b %S <@v>\n"
794"\n"
795
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400796#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
797#. @-expanded: The physical size of the device is %c blocks\n
798#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400799#: e2fsck/problem.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500800msgid ""
801"The @f size (according to the @S) is %b @bs\n"
802"The physical size of the @v is %c @bs\n"
803"Either the @S or the partition table is likely to be corrupt!\n"
804msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500805"Die @f-Größe ( laut @S) ist %b @bs\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400806"Die physikalische Größe von @v ist %c @bs\n"
807"Entweder der @S oder die Partionstabelle ist beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500808
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400809#. @-expanded: superblock block_size = %b, fragsize = %c.\n
810#. @-expanded: This version of e2fsck does not support fragment sizes different\n
811#. @-expanded: from the block size.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400812#: e2fsck/problem.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500813msgid ""
814"@S @b_size = %b, fragsize = %c.\n"
815"This version of e2fsck does not support fragment sizes different\n"
816"from the @b size.\n"
817msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500818"@S-@b_size = %b, fragsize = %c.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -0500819"Diese Version von e2fsck unterstützt keine von @b-Größen verschiedene Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500820
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400821#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400822#: e2fsck/problem.c:145
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500823msgid "@S @bs_per_group = %b, should have been %c\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500824msgstr "@bs_per_group im @S = %b, sollte %c sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500825
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400826#. @-expanded: superblock first_data_block = %b, should have been %c\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400827#: e2fsck/problem.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500828msgid "@S first_data_@b = %b, should have been %c\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500829msgstr "first_data_@b im @S = %b, sollte %c sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500830
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400831#. @-expanded: filesystem did not have a UUID; generating one.\n
832#. @-expanded: \n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400833#: e2fsck/problem.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500834msgid ""
835"@f did not have a UUID; generating one.\n"
836"\n"
837msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500838"@f hat keinen UUID; es wird eine generiert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500839"\n"
840
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400841#: e2fsck/problem.c:160
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400842#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500843msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400844"Note: if several inode or block bitmap blocks or part\n"
845"of the inode table require relocation, you may wish to try\n"
846"running e2fsck with the '-b %S' option first. The problem\n"
847"may lie only with the primary block group descriptors, and\n"
848"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500849"\n"
850msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400851"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
852"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
853"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400854"mit der Option „-b %S“ zu starten. Das Problem könnte\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500855"im primären Blockgruppenbezeichner liegen und seine\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500856"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500857"\n"
858
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400859#. @-expanded: Corruption found in superblock. (%s = %N).\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400860#: e2fsck/problem.c:169
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500861msgid "Corruption found in @S. (%s = %N).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500862msgstr "Beschädigung gefunden in @S. (%s = %N).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500863
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400864#. @-expanded: Error determining size of the physical device: %m\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400865#: e2fsck/problem.c:174
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500866#, c-format
867msgid "Error determining size of the physical @v: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500868msgstr "Fehler bei der Feststellung der Größe des physischen @v: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500869
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400870#. @-expanded: inode count in superblock is %i, should be %j.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400871#: e2fsck/problem.c:179
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400872msgid "@i count in @S is %i, @s %j.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400873msgstr "@i-Anzahl in @S ist %i, sollte %j sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500874
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400875#: e2fsck/problem.c:183
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500876msgid "The Hurd does not support the filetype feature.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500877msgstr "Hurd unterstützt keine Dateitypen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500878
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500879#. @-expanded: superblock has an invalid journal (inode %i).\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400880#: e2fsck/problem.c:188
Philipp Thomas77c871a2010-04-19 16:59:02 -0400881#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500882msgid "@S has an @n @j (@i %i).\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400883msgstr "@S hat ein defektes @j (@i %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500884
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400885#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400886#: e2fsck/problem.c:193
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500887msgid "External @j has multiple @f users (unsupported).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500888msgstr "Externes @j hat mehrere @f-Nutzer (nicht unterstützt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500889
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400890#. @-expanded: Can't find external journal\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400891#: e2fsck/problem.c:198
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500892msgid "Can't find external @j\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500893msgstr "Kann kein externes @j finden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500894
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400895#. @-expanded: External journal has bad superblock\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400896#: e2fsck/problem.c:203
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500897msgid "External @j has bad @S\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400898msgstr "Externes @j hat ungültigen @S\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500899
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400900#. @-expanded: External journal does not support this filesystem\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400901#: e2fsck/problem.c:208
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500902msgid "External @j does not support this @f\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400903msgstr "Externes @j unterstützt nicht @f\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500904
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500905#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400906#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
907#. @-expanded: format.\n
908#. @-expanded: It is also possible the journal superblock is corrupt.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400909#: e2fsck/problem.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500910msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500911"@f @j @S is unknown type %N (unsupported).\n"
Philipp Thomasd0275172013-01-15 23:30:35 -0500912"It is likely that your copy of e2fsck is old and/or doesn't support this @j format.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500913"It is also possible the @j @S is corrupt.\n"
914msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500915"Der Superblock des Dateisystem-Journals hat den unbekannten Type %N (nicht unterstützt).\n"
916"Es ist möglich, dass ihr e2fsck älter ist und/oder dieses @j-Format nicht unterstützt.\n"
917"Es ist ebenso möglich, dass der @j-@S defekt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500918
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500919#. @-expanded: journal superblock is corrupt.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400920#: e2fsck/problem.c:221
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500921msgid "@j @S is corrupt.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500922msgstr "der @j-@S ist defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500923
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500924#. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400925#: e2fsck/problem.c:226
Philipp Thomas77c871a2010-04-19 16:59:02 -0400926#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500927msgid "@S has_@j flag is clear, but a @j %s is present.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500928msgstr ""
929"Der Bitschalter has_journal im Superblock ist nicht gesetzt, aber ein \n"
930"@j %s ist vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500931
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500932#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400933#: e2fsck/problem.c:231
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500934msgid "@S needs_recovery flag is set, but no @j is present.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500935msgstr ""
936"Im @S ist der Bitschalter „needs_recovery“ gesetzt, aber ein @j ist\n"
937"nicht vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500938
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500939#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400940#: e2fsck/problem.c:236
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500941msgid "@S needs_recovery flag is clear, but @j has data.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500942msgstr ""
943"Der Bitschalter „Wiederherstellung nötig“ im @S ist nicht gesetzt, aber das\n"
944"@j enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500945
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400946#. @-expanded: Clear journal
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400947#: e2fsck/problem.c:241
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500948msgid "Clear @j"
949msgstr "Bereinige @j"
950
Philipp Thomas77c871a2010-04-19 16:59:02 -0400951#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Philipp Thomasedc733d2012-04-22 15:38:42 -0400952#: e2fsck/problem.c:246 e2fsck/problem.c:695
Philipp Thomas77c871a2010-04-19 16:59:02 -0400953msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500954msgstr "@f hat Eigenschfts-Bitschalter gesetzt, ist aber ein Revision-0-@f. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500955
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400956#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400957#: e2fsck/problem.c:251
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500958msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
959msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
960
Philipp Thomas77c871a2010-04-19 16:59:02 -0400961#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400962#: e2fsck/problem.c:256
Philipp Thomas77c871a2010-04-19 16:59:02 -0400963msgid "@I %B (%b) found in @o @i %i.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500964msgstr "@I @b #%B (%b) in @o @i %i gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500965
Philipp Thomas77c871a2010-04-19 16:59:02 -0400966#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400967#: e2fsck/problem.c:261
Philipp Thomas77c871a2010-04-19 16:59:02 -0400968msgid "Already cleared %B (%b) found in @o @i %i.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500969msgstr "Bereits bereinigter %B (%b) in @o @i %i gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500970
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400971#. @-expanded: illegal orphaned inode %i in superblock.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400972#: e2fsck/problem.c:266
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500973#, c-format
974msgid "@I @o @i %i in @S.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500975msgstr "@I @o @i %i im @S.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500976
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400977#. @-expanded: illegal inode %i in orphaned inode list.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400978#: e2fsck/problem.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500979#, c-format
980msgid "@I @i %i in @o @i list.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500981msgstr "Illegaler Inode %i in der Liste der verwaisten Inodes.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500982
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500983#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400984#: e2fsck/problem.c:276
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500985msgid "@j @S has an unknown read-only feature flag set.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500986msgstr "der @j-@S hat einen unbekannten Nur-Lesen-Bitschalter gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500987
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500988#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400989#: e2fsck/problem.c:281
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500990msgid "@j @S has an unknown incompatible feature flag set.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500991msgstr "im @j-@S ist ein unbekannter Bitschalter für inkompatible Eigenschaft gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500992
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400993#. @-expanded: journal version not supported by this e2fsck.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400994#: e2fsck/problem.c:286
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500995msgid "@j version not supported by this e2fsck.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500996msgstr "diese @j-Version wird von diesem e2fsck nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500997
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400998#. @-expanded: Moving journal from /%s to hidden inode.\n
999#. @-expanded: \n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001000#: e2fsck/problem.c:291
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001001#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001002msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001003"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001004"\n"
1005msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001006"Verschiebe @j von /%s zum versteckten Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001007"\n"
1008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001009#. @-expanded: Error moving journal: %m\n
1010#. @-expanded: \n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001011#: e2fsck/problem.c:296
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001012#, c-format
1013msgid ""
1014"Error moving @j: %m\n"
1015"\n"
1016msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001017"Fehler beim Verschieben von @j: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001018"\n"
1019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001020#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1021#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1022#. @-expanded: \n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001023#: e2fsck/problem.c:301
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001024msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001025"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001026"Clearing fields beyond the V1 @j @S...\n"
1027"\n"
1028msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001029"Unvollständige V2-@j-@S-Felder (vom V1-Journal) gefunden.\n"
1030"Die Felder nach dem V1-@j-@S werden bereinigt...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001031"\n"
1032
Philipp Thomas77c871a2010-04-19 16:59:02 -04001033#. @-expanded: Run journal anyway
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001034#: e2fsck/problem.c:307
Philipp Thomas77c871a2010-04-19 16:59:02 -04001035msgid "Run @j anyway"
1036msgstr "Starte @j trotzdem"
1037
1038#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001039#: e2fsck/problem.c:312
Philipp Thomas77c871a2010-04-19 16:59:02 -04001040msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001041msgstr ""
1042"Der Bitschalter fÜr Wiederherstellung ist im Sicherungs-Superblock nicht\n"
1043"gesetzt, das @j wird daher trotzdem gestartet.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001044
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001045#. @-expanded: Backing up journal inode block information.\n
1046#. @-expanded: \n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001047#: e2fsck/problem.c:317
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001048msgid ""
1049"Backing up @j @i @b information.\n"
1050"\n"
1051msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001052"Die Informationen des Journal-Inodeblocks werden gesichert.\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001053"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001054
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001055#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1056#. @-expanded: is %N; should be zero.
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001057#: e2fsck/problem.c:322
Theodore Ts'obc759702005-05-09 20:40:55 -04001058msgid ""
1059"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1060"is %N; @s zero. "
1061msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001062"Für @f ist resize_@i nicht eingeschaltet, aber s_reserved_gdt_@bs\n"
1063"ist %N; @s Null. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001064
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001065#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001066#: e2fsck/problem.c:328
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001067msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001068msgstr "Resize_@i ist nicht aktiviert, aber die zu modifgizierende @i ist nicht-Null."
Theodore Ts'obc759702005-05-09 20:40:55 -04001069
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001070#. @-expanded: Resize inode not valid.
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001071#: e2fsck/problem.c:333
Theodore Ts'obc759702005-05-09 20:40:55 -04001072msgid "Resize @i not valid. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001073msgstr "Resize-@i ist ungültig. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001074
Philipp Thomas77c871a2010-04-19 16:59:02 -04001075#. @-expanded: superblock last mount time (%t,\n
1076#. @-expanded: \tnow = %T) is in the future.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001077#: e2fsck/problem.c:338
Philipp Thomas77c871a2010-04-19 16:59:02 -04001078msgid ""
1079"@S last mount time (%t,\n"
1080"\tnow = %T) is in the future.\n"
1081msgstr ""
1082"Der Zeitpunkt des letzten Einhängens von @S (%t,\n"
1083"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001084
Philipp Thomas77c871a2010-04-19 16:59:02 -04001085#. @-expanded: superblock last write time (%t,\n
1086#. @-expanded: \tnow = %T) is in the future.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001087#: e2fsck/problem.c:343
Philipp Thomas77c871a2010-04-19 16:59:02 -04001088msgid ""
1089"@S last write time (%t,\n"
1090"\tnow = %T) is in the future.\n"
1091msgstr ""
1092"Der Zeitpunkt des letzten Schreibens von @S (%t,\n"
1093"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001094
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001095#. @-expanded: superblock hint for external superblock should be %X.
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001096#: e2fsck/problem.c:347
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001097#, c-format
1098msgid "@S hint for external superblock @s %X. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001099msgstr "@S-Hinweis für externen Superblock @s %X. "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001100
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001101#. @-expanded: Adding dirhash hint to filesystem.\n
1102#. @-expanded: \n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001103#: e2fsck/problem.c:352
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001104msgid ""
1105"Adding dirhash hint to @f.\n"
1106"\n"
1107msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001108"Füge Verzeinishash-Hilfe zu @f hinzu.\n"
1109"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001110
Philipp Thomasedc733d2012-04-22 15:38:42 -04001111#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001112#: e2fsck/problem.c:357
Philipp Thomasedc733d2012-04-22 15:38:42 -04001113msgid "@g descriptor %g checksum is %04x, should be %04y. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001114msgstr "Die Prüfsumme des @g-Deskriptors %g ist %04x, sie sollte %04y sein. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001115
1116#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001117#: e2fsck/problem.c:362
Philipp Thomas720e6362008-06-21 14:06:00 -04001118#, c-format
1119msgid "@g descriptor %g marked uninitialized without feature set.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001120msgstr "@g-Deskriptor %g ist als nicht initialisiert gekennzeichnet ohne eine gesetzte Eigenschaft.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001121
Philipp Thomas720e6362008-06-21 14:06:00 -04001122#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001123#: e2fsck/problem.c:367
Philipp Thomas720e6362008-06-21 14:06:00 -04001124msgid "@g descriptor %g has invalid unused inodes count %b. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001125msgstr "@g-Deskriptor %g hat eine ungültige Anzahl ungenutzter Inodes von %b. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001126
1127#. @-expanded: Last group block bitmap uninitialized.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001128#: e2fsck/problem.c:372
Philipp Thomas720e6362008-06-21 14:06:00 -04001129msgid "Last @g @b @B uninitialized. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001130msgstr "Die letzte Gruppen-Blockbitmap ist nicht initialisiert. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001131
Philipp Thomasedc733d2012-04-22 15:38:42 -04001132#: e2fsck/problem.c:377
Philipp Thomas720e6362008-06-21 14:06:00 -04001133#, c-format
1134msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001135msgstr "Journaltransaktion %i war beschädigt, die Wiederholung wurde abgegrochen.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001136
Philipp Thomasedc733d2012-04-22 15:38:42 -04001137#: e2fsck/problem.c:381
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001138msgid "The test_fs flag is set (and ext4 is available). "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001139msgstr "Die Kennung test_fs wurde gesetzt (und ext4 ist verfügbar). "
1140
1141#. @-expanded: superblock last mount time is in the future.\n
1142#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1143#. @-expanded: set)
Philipp Thomasedc733d2012-04-22 15:38:42 -04001144#: e2fsck/problem.c:386
Philipp Thomas77c871a2010-04-19 16:59:02 -04001145msgid ""
1146"@S last mount time is in the future.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001147"\t(by less than a day, probably due to the hardware clock being incorrectly set) "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001148msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04001149"Der Zeitpunkt des letzten Einhängens von @S liegt in der Zukunft.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001150"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-Uhr) "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001151
1152#. @-expanded: superblock last write time is in the future.\n
1153#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1154#. @-expanded: set).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001155#: e2fsck/problem.c:392
Philipp Thomas77c871a2010-04-19 16:59:02 -04001156msgid ""
1157"@S last write time is in the future.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001158"\t(by less than a day, probably due to the hardware clock being incorrectly set). "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001159msgstr ""
1160"Der Zeitpunkt des letzten Schreibens von @S liegt in der Zukunft.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001161"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-Uhr) "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001162
1163#. @-expanded: One or more block group descriptor checksums are invalid.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001164#: e2fsck/problem.c:398
Philipp Thomas77c871a2010-04-19 16:59:02 -04001165msgid "One or more @b @g descriptor checksums are invalid. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001166msgstr "Die Prüfsumme eines oder mehrerer @g-Deskriptoren ist ungültig. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001167
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001168#. @-expanded: Setting free inodes count to %j (was %i)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001169#: e2fsck/problem.c:403
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001170msgid "Setting free @is count to %j (was %i)\n"
1171msgstr "Setze die Anzahl der freien Inodes auf %j (war %i)\n"
1172
1173#. @-expanded: Setting free blocks count to %c (was %b)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001174#: e2fsck/problem.c:408
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001175msgid "Setting free @bs count to %c (was %b)\n"
1176msgstr "Setze die Anzahl der freien Blöcke auf %c (war %b)\n"
1177
Eric Sandeen032eafe2012-07-28 17:48:36 -04001178#. @-expanded: Making quota inode %i (%Q) hidden.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001179#: e2fsck/problem.c:413
Eric Sandeen032eafe2012-07-28 17:48:36 -04001180msgid "Making @q @i %i (%Q) hidden.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001181msgstr "Quota-Inode %i (%Q) wird versteckt.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001182
1183#. @-expanded: superblock has invalid MMP block.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001184#: e2fsck/problem.c:418
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001185msgid "@S has invalid MMP block. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001186msgstr "der @S hat einen ungültigen MMP-Block. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001187
1188#. @-expanded: superblock has invalid MMP magic.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001189#: e2fsck/problem.c:423
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001190msgid "@S has invalid MMP magic. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001191msgstr "der @S besitzt eine falsche MMP-Kennung. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001192
Philipp Thomasedc733d2012-04-22 15:38:42 -04001193#: e2fsck/problem.c:428
1194#, c-format
1195msgid "ext2fs_open2: %m\n"
1196msgstr "ext2fs_open2: %m\n"
1197
1198#: e2fsck/problem.c:433
1199#, c-format
1200msgid "ext2fs_check_desc: %m\n"
1201msgstr "ext2fs_check_desc: %m\n"
1202
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001203#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001204#: e2fsck/problem.c:440
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001205msgid "Pass 1: Checking @is, @bs, and sizes\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001206msgstr "Durchgang 1: Prüfe @is, @bs und Größen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001207
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001208#. @-expanded: root inode is not a directory.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001209#: e2fsck/problem.c:444
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001210msgid "@r is not a @d. "
1211msgstr "@r ist kein @d. "
1212
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001213#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001214#: e2fsck/problem.c:449
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001215msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001216msgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001217
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001218#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001219#: e2fsck/problem.c:454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001220msgid "Reserved @i %i (%Q) has @n mode. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001221msgstr "Reservierte @i %i (%Q) hat einen ungültigen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001222
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001223#. @-expanded: deleted inode %i has zero dtime.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001224#: e2fsck/problem.c:459
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001225#, c-format
1226msgid "@D @i %i has zero dtime. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001227msgstr "dtime in @D @i %i ist Null. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001228
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001229#. @-expanded: inode %i is in use, but has dtime set.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001230#: e2fsck/problem.c:464
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001231#, c-format
1232msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001233msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001234
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001235#. @-expanded: inode %i is a zero-length directory.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001236#: e2fsck/problem.c:469
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001237#, c-format
1238msgid "@i %i is a @z @d. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001239msgstr "@i %i ist ein Verzeichnis mit Länge Null. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001240
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001241#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001242#: e2fsck/problem.c:474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001243msgid "@g %g's @b @B at %b @C.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001244msgstr "die Blockbitmap von @g %g auf %b überschneided sich mit einem anderen FS-Block.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001245
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001246#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001247#: e2fsck/problem.c:479
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001248msgid "@g %g's @i @B at %b @C.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001249msgstr "die @i-@B von @g %g bei %b überschneided sich mit einem anderen FS-Block.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001250
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001251#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001252#: e2fsck/problem.c:484
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001253msgid "@g %g's @i table at %b @C.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001254msgstr "die @i-Tablle von Gruppe %g bei %b steht in Konflikt mit einem anderen Dateisystemblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001255
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001256#. @-expanded: group %g's block bitmap (%b) is bad.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001257#: e2fsck/problem.c:489
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001258msgid "@g %g's @b @B (%b) is bad. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001259msgstr "die @b-@B (%b) von @g %g ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001260
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001261#. @-expanded: group %g's inode bitmap (%b) is bad.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001262#: e2fsck/problem.c:494
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001263msgid "@g %g's @i @B (%b) is bad. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001264msgstr "die @i-@B (%b) von @g %g ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001266#. @-expanded: inode %i, i_size is %Is, should be %N.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001267#: e2fsck/problem.c:499
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001268msgid "@i %i, i_size is %Is, @s %N. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001269msgstr "@i %i, i_size ist %Is, sollte %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001270
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001271#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001272#: e2fsck/problem.c:504
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001273msgid "@i %i, i_@bs is %Ib, @s %N. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001274msgstr "@i %i, i_@bs ist %Ib, sollte %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001275
Philipp Thomas77c871a2010-04-19 16:59:02 -04001276#. @-expanded: illegal %B (%b) in inode %i.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001277#: e2fsck/problem.c:509
Philipp Thomas77c871a2010-04-19 16:59:02 -04001278msgid "@I %B (%b) in @i %i. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001279msgstr "illegaler %B (%b) in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001280
Philipp Thomas77c871a2010-04-19 16:59:02 -04001281#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001282#: e2fsck/problem.c:514
Philipp Thomas77c871a2010-04-19 16:59:02 -04001283msgid "%B (%b) overlaps @f metadata in @i %i. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001284msgstr "%B (%b) überlappt @f-Metadaten in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001285
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001286#. @-expanded: inode %i has illegal block(s).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001287#: e2fsck/problem.c:519
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001288#, c-format
1289msgid "@i %i has illegal @b(s). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001290msgstr "@i %i hat unzulässige(n) Block/Blöcke. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001291
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001292#. @-expanded: Too many illegal blocks in inode %i.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001293#: e2fsck/problem.c:524
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001294#, c-format
1295msgid "Too many illegal @bs in @i %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001296msgstr "Zu viele unzulässige @bs in @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001297
Philipp Thomas77c871a2010-04-19 16:59:02 -04001298#. @-expanded: illegal %B (%b) in bad block inode.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001299#: e2fsck/problem.c:529
Philipp Thomas77c871a2010-04-19 16:59:02 -04001300msgid "@I %B (%b) in bad @b @i. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001301msgstr "@I %B (%b) in ungültiger @b-@i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001302
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001303#. @-expanded: Bad block inode has illegal block(s).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001304#: e2fsck/problem.c:534
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001305msgid "Bad @b @i has illegal @b(s). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001306msgstr "Bad-@b @i hat unzulässige(n) Block/Blöcke. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001307
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001308#. @-expanded: Duplicate or bad block in use!\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001309#: e2fsck/problem.c:539
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001310msgid "Duplicate or bad @b in use!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001311msgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001312
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001313#. @-expanded: Bad block %b used as bad block inode indirect block.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001314#: e2fsck/problem.c:544
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001315msgid "Bad @b %b used as bad @b @i indirect @b. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001316msgstr "Ungültiger @b %b wird benutzt als indirekter Block der Badblock-Inode. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001317
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001318#. @-expanded: \n
1319#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1320#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1321#. @-expanded: in the filesystem.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001322#: e2fsck/problem.c:549
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001323msgid ""
1324"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001325"The bad @b @i has probably been corrupted. You probably\n"
1326"should stop now and run e2fsck -c to scan for bad blocks\n"
1327"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001328msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001329"\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001330"Die Badblock-Indode ist wahrscheinlich beschädigt worden. Sie sollten\n"
1331"nun innehalten und „e2fsck -c“ ausführen, um nach defekten Blöcken in\n"
1332"dem @f zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001333
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001334#. @-expanded: \n
1335#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001336#: e2fsck/problem.c:556
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001337msgid ""
1338"\n"
1339"If the @b is really bad, the @f can not be fixed.\n"
1340msgstr ""
1341"\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001342"Wenn der @b wirklich defekt ist, kann das @f nicht repariert werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001343
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001344#. @-expanded: You can remove this block from the bad block list and hope\n
1345#. @-expanded: that the block is really OK. But there are no guarantees.\n
1346#. @-expanded: \n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001347#: e2fsck/problem.c:561
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001348msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001349"You can remove this @b from the bad @b list and hope\n"
1350"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001351"\n"
1352msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001353"Sie können diesen @b von der Liste der defekten Blöcke löschen\n"
1354"und hoffen, das dieser wirklich in Ordnung ist, es gibt aber\n"
1355"KEINE GARANTIEN.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001356"\n"
1357
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001358#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001359#: e2fsck/problem.c:567
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001360msgid "The primary @S (%b) is on the bad @b list.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001361msgstr "Der primäre @S (%b) ist auf der Liste der defekten Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001362
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001363#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001364#: e2fsck/problem.c:572
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001365msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001366msgstr "Block %b im primären Deskriptor @g ist auf der Liste der defekten Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001367
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001368#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001369#: e2fsck/problem.c:578
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001370msgid "Warning: Group %g's @S (%b) is bad.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001371msgstr "Warnung: der @S von Gruppe %g (%b) ist defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001373#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001374#: e2fsck/problem.c:583
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001375msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001376msgstr "Warnung: die Kopie des Gruppen-Deskriptors von Gruppe %g hat einen defekten Block (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001377
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001378#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001379#: e2fsck/problem.c:589
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001380msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001381msgstr "Programmfehler? @b #%b wird ohne Grund in process_bad_@b verlangt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001382
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001383#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001384#: e2fsck/problem.c:595
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001385msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001386msgstr "@A %N zusammenhängenende(m/n) Block/Blöcken in der @b-@g %g für %s: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001387
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001388#. @-expanded: error allocating block buffer for relocating %s\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001389#: e2fsck/problem.c:600
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001390#, c-format
1391msgid "@A @b buffer for relocating %s\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001392msgstr "@A einen @b-Puffer zum Verschieben von %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001393
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001394#. @-expanded: Relocating group %g's %s from %b to %c...\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001395#: e2fsck/problem.c:605
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001396msgid "Relocating @g %g's %s from %b to %c...\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001397msgstr "Verschiebe Gruppe %g's %s von %b nach %c...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001398
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001399#. @-expanded: Relocating group %g's %s to %c...\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001400#: e2fsck/problem.c:610
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001401#, c-format
1402msgid "Relocating @g %g's %s to %c...\n"
1403msgstr "Verschiebe @g %g's %s nach %c...\n"
1404
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001405#. @-expanded: Warning: could not read block %b of %s: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001406#: e2fsck/problem.c:615
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001407msgid "Warning: could not read @b %b of %s: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001408msgstr "Warnung: @b %b von %s konnte nicht gelesen werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001409
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001410#. @-expanded: Warning: could not write block %b for %s: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001411#: e2fsck/problem.c:620
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001412msgid "Warning: could not write @b %b for %s: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001413msgstr "Warnung: @b %b von %s konnte nicht geschrieben werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001414
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001415#. @-expanded: error allocating inode bitmap (%N): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001416#: e2fsck/problem.c:625 e2fsck/problem.c:1460
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001417msgid "@A @i @B (%N): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001418msgstr "@A die @i-@B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001419
1420#. @-expanded: error allocating block bitmap (%N): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001421#: e2fsck/problem.c:630
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001422msgid "@A @b @B (%N): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001423msgstr "@A die @i-@B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001424
1425#. @-expanded: error allocating icount link information: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001426#: e2fsck/problem.c:635
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001427#, c-format
1428msgid "@A icount link information: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001429msgstr "@A die „icount link information“: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001430
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001431#. @-expanded: error allocating directory block array: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001432#: e2fsck/problem.c:640
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001433#, c-format
1434msgid "@A @d @b array: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001435msgstr "@A das @d-@b-Feld: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001436
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001437#. @-expanded: Error while scanning inodes (%i): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001438#: e2fsck/problem.c:645
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001439#, c-format
1440msgid "Error while scanning @is (%i): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001441msgstr "Fehler während des Durchsuchens der @is (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001442
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001443#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001444#: e2fsck/problem.c:650
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001445#, c-format
1446msgid "Error while iterating over @bs in @i %i: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001447msgstr "Fehler beim Iterieren über die Blöcke in @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001448
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001449#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001450#: e2fsck/problem.c:655
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001451msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001452msgstr "Fehler beim Speichern der @i Anzahl-Informationen (@i=%i, count=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001453
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001454#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001455#: e2fsck/problem.c:660
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001456msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001457msgstr "Fehler beim Speichern der @d-@b-Informationen (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001458
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001459#. @-expanded: Error reading inode %i: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001460#: e2fsck/problem.c:666
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001461#, c-format
1462msgid "Error reading @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001463msgstr "Fehler beim Lesen von @i %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001464
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001465#. @-expanded: inode %i has imagic flag set.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001466#: e2fsck/problem.c:674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001467#, c-format
1468msgid "@i %i has imagic flag set. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001469msgstr "@i %i hat den Imagic-Bitschalter gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001470
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001471#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1472#. @-expanded: or append-only flag set.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001473#: e2fsck/problem.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001474#, c-format
1475msgid ""
1476"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1477"or append-only flag set. "
1478msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001479"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat den Bitschalter für\n"
1480"unveränderbar oder nur-anängen gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001482#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001483#: e2fsck/problem.c:685
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001484#, c-format
1485msgid "@i %i has @cion flag set on @f without @cion support. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001486msgstr "@i %i hat den Bitschalter für @c gesetzt auf einem @f ohne Unterstützung dafür. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001487
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001488#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001489#: e2fsck/problem.c:690
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001490#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001491msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001492msgstr "Spezielle (@v/socket/fifo) @i %i hat die Größe Null. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001493
1494#. @-expanded: journal inode is not in use, but contains data.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001495#: e2fsck/problem.c:700
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001496msgid "@j @i is not in use, but contains data. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001497msgstr "@j %i wird nicht verwendet, aber enthält Daten. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001498
1499#. @-expanded: journal is not regular file.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001500#: e2fsck/problem.c:705
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001501msgid "@j is not regular file. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001502msgstr "@j ist keine reguläre Datei. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001503
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001504#. @-expanded: inode %i was part of the orphaned inode list.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001505#: e2fsck/problem.c:710
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001506#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001507msgid "@i %i was part of the @o @i list. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001508msgstr "@i %i war Teil der Liste verwaister Inodes. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001509
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001510#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001511#: e2fsck/problem.c:716
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001512msgid "@is that were part of a corrupted orphan linked list found. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001513msgstr "@is gefunden, die Teil einer defekten verketteten Liste von verwaisten @is waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001514
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001515#. @-expanded: error allocating refcount structure (%N): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001516#: e2fsck/problem.c:721
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001517msgid "@A refcount structure (%N): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001518msgstr "@A die refcount-Structure (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001519
1520#. @-expanded: Error reading extended attribute block %b for inode %i.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001521#: e2fsck/problem.c:726
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001522msgid "Error reading @a @b %b for @i %i. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001523msgstr "Fehler beim Lesen des Blocks für erweiterte Attribute %b f @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001524
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001525#. @-expanded: inode %i has a bad extended attribute block %b.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001526#: e2fsck/problem.c:731
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001527msgid "@i %i has a bad @a @b %b. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001528msgstr "@i %i hat einen defekten erweiterte-Attribute-Block %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001529
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001530#. @-expanded: Error reading extended attribute block %b (%m).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001531#: e2fsck/problem.c:736
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001532msgid "Error reading @a @b %b (%m). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001533msgstr "Fehler beim Lesen des Blocks für erweiterte Attribute (%m). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001534
Philipp Thomas77c871a2010-04-19 16:59:02 -04001535#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001536#: e2fsck/problem.c:741
Philipp Thomas77c871a2010-04-19 16:59:02 -04001537msgid "@a @b %b has reference count %r, @s %N. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001538msgstr "Der Referenzzähler des Blocks für @a %b ist %r, richtig wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001539
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001540#. @-expanded: Error writing extended attribute block %b (%m).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001541#: e2fsck/problem.c:746
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001542msgid "Error writing @a @b %b (%m). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001543msgstr "Fehler beim Schreiben des Blocks für @a %b (%m). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001544
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001545#. @-expanded: extended attribute block %b has h_blocks > 1.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001546#: e2fsck/problem.c:751
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001547msgid "@a @b %b has h_@bs > 1. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001548msgstr "der Block für @a %b hat h_blocks > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001549
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001550#. @-expanded: error allocating extended attribute block %b.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001551#: e2fsck/problem.c:756
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001552msgid "@A @a @b %b. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001553msgstr "@A den Block für erweiterte Attribute %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001554
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001555#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001556#: e2fsck/problem.c:761
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001557msgid "@a @b %b is corrupt (allocation collision). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001558msgstr "der @b für @a %b ist defekt (Kollision der Platzanforderungen). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001559
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001560#. @-expanded: extended attribute block %b is corrupt (invalid name).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001561#: e2fsck/problem.c:766
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001562msgid "@a @b %b is corrupt (@n name). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001563msgstr "@a @b %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001564
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001565#. @-expanded: extended attribute block %b is corrupt (invalid value).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001566#: e2fsck/problem.c:771
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001567msgid "@a @b %b is corrupt (@n value). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001568msgstr "der @b für @a %b ist defekt (ungültiger Wert). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001569
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001570#. @-expanded: inode %i is too big.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001571#: e2fsck/problem.c:776
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001572#, c-format
1573msgid "@i %i is too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001574msgstr "@i %i ist zu groß. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001575
Philipp Thomas77c871a2010-04-19 16:59:02 -04001576#. @-expanded: %B (%b) causes directory to be too big.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001577#: e2fsck/problem.c:780
Philipp Thomas77c871a2010-04-19 16:59:02 -04001578msgid "%B (%b) causes @d to be too big. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001579msgstr "%B (%b) macht @d zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001580
Philipp Thomasedc733d2012-04-22 15:38:42 -04001581#: e2fsck/problem.c:785
Philipp Thomas77c871a2010-04-19 16:59:02 -04001582msgid "%B (%b) causes file to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001583msgstr "@b #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001584
Philipp Thomasedc733d2012-04-22 15:38:42 -04001585#: e2fsck/problem.c:790
Philipp Thomas77c871a2010-04-19 16:59:02 -04001586msgid "%B (%b) causes symlink to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001587msgstr "@b #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001588
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001589#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001590#: e2fsck/problem.c:795
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001591#, c-format
1592msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001593msgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001594
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001595#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001596#: e2fsck/problem.c:800
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001597#, c-format
1598msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001599msgstr "@i %i hat den INDEX_FL-Bitschalter gesetzt, ist aber kein @d.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001600
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001601#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001602#: e2fsck/problem.c:805
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001603#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001604msgid "@h %i has an @n root node.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001605msgstr "@h %i hat einen unvollständigen Wurzelknoten („root node“).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001606
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001607#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001608#: e2fsck/problem.c:810
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001609msgid "@h %i has an unsupported hash version (%N)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001610msgstr "@h %i hat eine nicht unterstützte Hash-Version (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001611
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001612#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001613#: e2fsck/problem.c:815
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001614#, c-format
1615msgid "@h %i uses an incompatible htree root node flag.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001616msgstr "@h %i benutzt einen nicht unterstützten Bitschalter für einen Htree-Wurzelknoten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001617
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001618#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001619#: e2fsck/problem.c:820
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001620msgid "@h %i has a tree depth (%N) which is too big\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001621msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001622
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001623#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1624#. @-expanded: filesystem metadata.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001625#: e2fsck/problem.c:825
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001626msgid ""
1627"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1628"@f metadata. "
1629msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001630"der @i für defekte Blöcke hat einen indirekten @b (%b), der mit\n"
1631"den @f-Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001632
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001633#. @-expanded: Resize inode (re)creation failed: %m.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001634#: e2fsck/problem.c:831
Theodore Ts'obc759702005-05-09 20:40:55 -04001635#, c-format
1636msgid "Resize @i (re)creation failed: %m."
Philipp Thomas9564ee52008-08-22 03:22:50 -04001637msgstr "Erzeugung von Vergrösserungs-@i scheiterte: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001638
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001639#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001640#: e2fsck/problem.c:836
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001641msgid "@i %i has a extra size (%IS) which is @n\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001642msgstr "@h %i hat eine ungültige Extragröße (%IS)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001643
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001644#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001645#: e2fsck/problem.c:841
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001646msgid "@a in @i %i has a namelen (%N) which is @n\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001647msgstr "ein erweitertes Attribut in @i %i hat eine ungültige namelen von %N\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001648
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001649#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001650#: e2fsck/problem.c:846
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001651msgid "@a in @i %i has a value offset (%N) which is @n\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001652msgstr "ein erweitertes Attribut in @i %i hat einen ungültigen Werteversatz von %N\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001653
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001654#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001655#: e2fsck/problem.c:851
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001656msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001657msgstr "ein erweitertes Attribut in @i %i hat einen ungültigen Werteblock von %N (muß 0 sein)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001658
Philipp Thomas77c871a2010-04-19 16:59:02 -04001659#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001660#: e2fsck/problem.c:856
Philipp Thomas77c871a2010-04-19 16:59:02 -04001661msgid "@a in @i %i has a value size (%N) which is @n\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001662msgstr "ein erweitertes Attribut in @i %i hat eine ungültige Wertegröße von %N\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001663
Philipp Thomas720e6362008-06-21 14:06:00 -04001664#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001665#: e2fsck/problem.c:861
Philipp Thomas720e6362008-06-21 14:06:00 -04001666msgid "@a in @i %i has a hash (%N) which is @n\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001667msgstr "ein erweitertes Attribut in @i %i hat den ungültigen Hash %N\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001668
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001669#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001670#: e2fsck/problem.c:866
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001671msgid "@i %i is a %It but it looks like it is really a directory.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001672msgstr "@i %i ist ein %It, aber es sieht so aus, als ob es tatsächlich ein Verzeichnis ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001673
Philipp Thomas40771272008-09-07 22:55:25 -04001674#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001675#: e2fsck/problem.c:871
Philipp Thomas68801282008-07-17 11:47:00 -04001676#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001677msgid "Error while reading over @x tree in @i %i: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001678msgstr "Fehler beim Iterieren über den @xs-Baum @x in @i %i: %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001679
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001680#. @-expanded: Failed to iterate extents in inode %i\n
1681#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001682#: e2fsck/problem.c:876
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001683msgid ""
1684"Failed to iterate extents in @i %i\n"
1685"\t(op %s, blk %b, lblk %c): %m\n"
1686msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001687"Das Iterieren der Erweiterungen (extents) in @i %i scheiterte\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001688"\t(op %s, blk %b, lblk %c): %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001689
1690#. @-expanded: inode %i has an invalid extent\n
1691#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001692#: e2fsck/problem.c:882
Philipp Thomas720e6362008-06-21 14:06:00 -04001693msgid ""
1694"@i %i has an @n extent\n"
1695"\t(logical @b %c, @n physical @b %b, len %N)\n"
1696msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001697"@i %i hat eine @ne Erweiterung\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001698"\t(logischer @b %c, @n physischer @b %b, Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001699
1700#. @-expanded: inode %i has an invalid extent\n
1701#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001702#: e2fsck/problem.c:887
Philipp Thomas720e6362008-06-21 14:06:00 -04001703msgid ""
1704"@i %i has an @n extent\n"
1705"\t(logical @b %c, physical @b %b, @n len %N)\n"
1706msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001707"@i %i hat eine ungültige Erweiterung\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001708"\t(logischer @b %c, physischer @b %b, @n Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001709
1710#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001711#: e2fsck/problem.c:892
Philipp Thomas720e6362008-06-21 14:06:00 -04001712#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001713msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001714msgstr "@i %i hat EXTENTS_FL-Bitschalter gesetzt, obwohl das @f Erweiterungen nicht unterstützt.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001715
1716#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001717#: e2fsck/problem.c:897
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001718#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001719msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001720msgstr "@i %i besitzt das Erweiterungsformat, aber dem @S fehlt die Eigenschaft EXTENTS\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001721
1722#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001723#: e2fsck/problem.c:902
Philipp Thomas720e6362008-06-21 14:06:00 -04001724#, c-format
1725msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001726msgstr "der @i %i fehlt EXTENT_FL, sie hat aber das Format einer Erweiterung\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001727
Philipp Thomasedc733d2012-04-22 15:38:42 -04001728#: e2fsck/problem.c:907
Philipp Thomas720e6362008-06-21 14:06:00 -04001729#, c-format
1730msgid "Fast symlink %i has EXTENT_FL set. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001731msgstr "In schnellem Symlink %i ist EXTENT_FL gesetzt. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001732
1733#. @-expanded: inode %i has out of order extents\n
1734#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001735#: e2fsck/problem.c:912
Philipp Thomas720e6362008-06-21 14:06:00 -04001736msgid ""
1737"@i %i has out of order extents\n"
1738"\t(@n logical @b %c, physical @b %b, len %N)\n"
1739msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001740"@i %i hat unregelmässige Erweiterungen\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001741"\t(@n logischer @b %c, physischer @b %b, Länge %N)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001742
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001743#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001744#: e2fsck/problem.c:916
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001745msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001746msgstr "@i %i hat einen ungültigen Erweiterungs-Knoten (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001747
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001748#. @-expanded: Error converting subcluster block bitmap: %m\n
1749#: e2fsck/problem.c:921
1750#, c-format
1751msgid "Error converting subcluster @b @B: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001752msgstr "Fehler beim Umwandeln der Subcluster-Blockbitmap: %m\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001753
1754#. @-expanded: quota inode is not regular file.
1755#: e2fsck/problem.c:926
1756msgid "@q @i is not regular file. "
1757msgstr "die @q-@i ist keine reguläre Datei. "
1758
1759#. @-expanded: quota inode is not in use, but contains data.
1760#: e2fsck/problem.c:931
1761msgid "@q @i is not in use, but contains data. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001762msgstr "@q-@i wird nicht benutzt, enthält aber Daten. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001763
1764#. @-expanded: quota inode is visible to the user.
1765#: e2fsck/problem.c:936
1766msgid "@q @i is visible to the user. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001767msgstr "die @q-@i ist sichtbar für den Benutzer. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001768
1769#. @-expanded: The bad block inode looks invalid.
1770#: e2fsck/problem.c:941
1771msgid "The bad @b @i looks @n. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001772msgstr "Die Inode für defekte Blöcke sieht ungültig aus. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001773
Philipp Thomasedc733d2012-04-22 15:38:42 -04001774#. @-expanded: inode %i has zero length extent\n
1775#. @-expanded: \t(invalid logical block %c, physical block %b)\n
1776#: e2fsck/problem.c:946
1777msgid ""
1778"@i %i has zero length extent\n"
1779"\t(@n logical @b %c, physical @b %b)\n"
1780msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001781"@i %i hat eine Erweitertung der Länge Null\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04001782"\t(@n logischer @b %c, physischer @b %b)\n"
1783
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001784#. @-expanded: \n
1785#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1786#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001787#: e2fsck/problem.c:953
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001788msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001789"\n"
1790"Running additional passes to resolve @bs claimed by more than one @i...\n"
1791"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001792msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001793"\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001794"Führe zusätzliche Läufe durch, um die von mehr als einer @i beanspruchten Blöcke zu klären...\n"
1795"Durchgang 1B: Suche nach mehrfach beanspruchten Blöcken\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001796
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001797#. @-expanded: multiply-claimed block(s) in inode %i:
Philipp Thomasedc733d2012-04-22 15:38:42 -04001798#: e2fsck/problem.c:959
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001799#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001800msgid "@m @b(s) in @i %i:"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001801msgstr "@me(r) Block/Blöcke in @i %i:"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001802
Philipp Thomasedc733d2012-04-22 15:38:42 -04001803#: e2fsck/problem.c:974
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001804#, c-format
1805msgid "Error while scanning inodes (%i): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001806msgstr "Fehlen beim Prüfen der Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001807
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001808#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001809#: e2fsck/problem.c:979
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001810#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001811msgid "@A @i @B (@i_dup_map): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001812msgstr "@A die @i-@B (inode_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001813
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001814#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001815#: e2fsck/problem.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001816#, c-format
1817msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001818msgstr "Fehler beim Iterieren über die Blöcke in @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001819
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001820#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001821#: e2fsck/problem.c:989 e2fsck/problem.c:1304
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001822msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001823msgstr "Fehler bei der Anpassung des Referenzzählers des Blocks für @a %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001824
Theodore Ts'o6956f612005-12-31 16:46:15 -05001825#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001826#: e2fsck/problem.c:994
Theodore Ts'o6956f612005-12-31 16:46:15 -05001827msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001828msgstr "Durchgang 1C: Durchsuche Verzeichnisse nach @is mit mehrfach belegten Blöcken.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001829
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001830#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001831#: e2fsck/problem.c:1000
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001832msgid "Pass 1D: Reconciling @m @bs\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001833msgstr "Durchgang 1D: Gleiche mehrfach belegte Blöcke ab\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001834
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001835#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001836#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001837#: e2fsck/problem.c:1005
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001838msgid ""
1839"File %Q (@i #%i, mod time %IM) \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001840" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001841msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001842"Datei %Q (@i #%i, Änderungszeit %IM) \n"
1843" hat %r mehrfach belegte(n) Block/Böcke, gemeinsam genutzt mit %N Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001844
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001845#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001846#: e2fsck/problem.c:1011
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001847msgid "\t%Q (@i #%i, mod time %IM)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001848msgstr "\t%Q (@i #%i, Änderungszeit %IM)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001849
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001850#. @-expanded: \t<filesystem metadata>\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001851#: e2fsck/problem.c:1016
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001852msgid "\t<@f metadata>\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001853msgstr "\t<@f-Metadaten>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001854
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001855#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1856#. @-expanded: \n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001857#: e2fsck/problem.c:1021
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001858msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001859"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001860"\n"
1861msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001862"(es gibt %N @is, die mehrfach belegte Blöcke enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001863"\n"
1864
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001865#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1866#. @-expanded: \n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001867#: e2fsck/problem.c:1026
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001868msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001869"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001870"\n"
1871msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001872"mehrfach belegte Blöcke wurden bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001873"\n"
1874
Philipp Thomasedc733d2012-04-22 15:38:42 -04001875#: e2fsck/problem.c:1039
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001876#, c-format
1877msgid "Couldn't clone file: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001878msgstr "Kann eine Datei nicht klonen: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001879
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001880#. @-expanded: Pass 2: Checking directory structure\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001881#: e2fsck/problem.c:1045
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001882msgid "Pass 2: Checking @d structure\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001883msgstr "Durchgang 2: Prüfe die @dstruktur\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001884
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001885#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001886#: e2fsck/problem.c:1050
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001887#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001888msgid "@n @i number for '.' in @d @i %i.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001889msgstr "Falsche @inummer für „.“ in Verzeichnisinode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001890
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001891#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001892#: e2fsck/problem.c:1055
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001893msgid "@E has @n @i #: %Di.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001894msgstr "@E hat falsche @i-Nr.: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001895
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001896#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001897#: e2fsck/problem.c:1060
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001898msgid "@E has @D/unused @i %Di. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001899msgstr "@E hat gelöschte/unbenutzt @i %Di. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001900
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001901#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Philipp Thomasedc733d2012-04-22 15:38:42 -04001902#: e2fsck/problem.c:1065
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001903msgid "@E @L to '.' "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001904msgstr "@E @L nach „.“ "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001905
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001906#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001907#: e2fsck/problem.c:1070
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001908msgid "@E points to @i (%Di) located in a bad @b.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001909msgstr "@E zeigt auf eine @i (%Di) in einem defekten @b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001910
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001911#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001912#: e2fsck/problem.c:1075
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001913msgid "@E @L to @d %P (%Di).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001914msgstr "@E @L mit @d %P (%Di).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001915
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001916#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001917#: e2fsck/problem.c:1080
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001918msgid "@E @L to the @r.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001919msgstr "@E @L mit der @r.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001920
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001921#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001922#: e2fsck/problem.c:1085
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001923msgid "@E has illegal characters in its name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001924msgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001925
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001926#. @-expanded: Missing '.' in directory inode %i.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001927#: e2fsck/problem.c:1090
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001928#, c-format
1929msgid "Missing '.' in @d @i %i.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001930msgstr "Fehlende „.“ in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001931
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001932#. @-expanded: Missing '..' in directory inode %i.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001933#: e2fsck/problem.c:1095
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001934#, c-format
1935msgid "Missing '..' in @d @i %i.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001936msgstr "Fehlender Eintrag „..“ in @dinode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001937
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001938#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001939#: e2fsck/problem.c:1100
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001940msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001941msgstr "Der erste @e „%Dn“ (@i=%Di) in @d-@i %i (%p) sollte „.“ sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001942
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001943#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001944#: e2fsck/problem.c:1105
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001945msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001946msgstr "Der zweite @e „%Dn“ (inode=%Di) in @d-@i %i sollte „..“ sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001947
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001948#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001949#: e2fsck/problem.c:1110
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001950msgid "i_faddr @F %IF, @s zero.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001951msgstr "i_faddr @F %IF, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001952
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001953#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001954#: e2fsck/problem.c:1115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001955msgid "i_file_acl @F %If, @s zero.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001956msgstr "i_file_acl @F %If, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001957
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001958#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001959#: e2fsck/problem.c:1120
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001960msgid "i_dir_acl @F %Id, @s zero.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001961msgstr "i_dir_acl @F %Id, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001962
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001963#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001964#: e2fsck/problem.c:1125
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001965msgid "i_frag @F %N, @s zero.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001966msgstr "i_frag @F %N, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001967
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001968#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001969#: e2fsck/problem.c:1130
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001970msgid "i_fsize @F %N, @s zero.\n"
1971msgstr "i_fsize @F %N, @s null.\n"
1972
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001973#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001974#: e2fsck/problem.c:1135
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001975msgid "@i %i (%Q) has @n mode (%Im).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001976msgstr "@i %i (%Q) hat einen ungültigen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001977
Philipp Thomas77c871a2010-04-19 16:59:02 -04001978#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001979#: e2fsck/problem.c:1140
Philipp Thomas77c871a2010-04-19 16:59:02 -04001980msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001981msgstr "@d-@i %i, @b %B, Offset %N: @d defekt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001982
Philipp Thomas77c871a2010-04-19 16:59:02 -04001983#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001984#: e2fsck/problem.c:1145
Philipp Thomas77c871a2010-04-19 16:59:02 -04001985msgid "@d @i %i, %B, offset %N: filename too long\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001986msgstr "@d-@i %i, @b %B, offset %N: Dateiname zu lang\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001987
Philipp Thomas77c871a2010-04-19 16:59:02 -04001988#. @-expanded: directory inode %i has an unallocated %B.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001989#: e2fsck/problem.c:1150
Philipp Thomas77c871a2010-04-19 16:59:02 -04001990msgid "@d @i %i has an unallocated %B. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001991msgstr "@d-@i %i hat einen nicht zugewiesenen %B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001992
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001993#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001994#: e2fsck/problem.c:1155
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001995#, c-format
1996msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001997msgstr "@d-@e „.“ in @d-@i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001998
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001999#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002000#: e2fsck/problem.c:1160
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002001#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002002msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002003msgstr "@d-@e „..“ in @d-@i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002004
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002005#. @-expanded: inode %i (%Q) is an illegal character device.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002006#: e2fsck/problem.c:1165
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002007msgid "@i %i (%Q) is an @I character @v.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002008msgstr "@i %i (%Q) ist ein @I zeichenorientiertes Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002009
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002010#. @-expanded: inode %i (%Q) is an illegal block device.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002011#: e2fsck/problem.c:1170
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002012msgid "@i %i (%Q) is an @I @b @v.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002013msgstr "@i %i (%Q) ist ein @I blockorientiertes Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002014
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002015#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002016#: e2fsck/problem.c:1175
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002017msgid "@E is duplicate '.' @e.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002018msgstr "@E ist ein doppelter @e für „.“.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002020#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002021#: e2fsck/problem.c:1180
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002022msgid "@E is duplicate '..' @e.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002023msgstr "@E ist ein doppelter @e für „..“.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002024
Philipp Thomasedc733d2012-04-22 15:38:42 -04002025#: e2fsck/problem.c:1185 e2fsck/problem.c:1485
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002026#, c-format
2027msgid "Internal error: couldn't find dir_info for %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002028msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002030#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002031#: e2fsck/problem.c:1190
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002032msgid "@E has rec_len of %Dr, @s %N.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002033msgstr "@E hat eine rec_len von %Dr, sollte %N sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002034
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002035#. @-expanded: error allocating icount structure: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002036#: e2fsck/problem.c:1195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002037#, c-format
2038msgid "@A icount structure: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002039msgstr "@A die icount-Structur: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002040
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002041#. @-expanded: Error iterating over directory blocks: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002042#: e2fsck/problem.c:1200
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002043#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04002044msgid "Error iterating over @d @bs: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002045msgstr "Fehler beim Durchlaufen der @dblöcke: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002047#. @-expanded: Error reading directory block %b (inode %i): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002048#: e2fsck/problem.c:1205
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002049msgid "Error reading @d @b %b (@i %i): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002050msgstr "Fehler beim Lesen des @dblocks %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002051
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002052#. @-expanded: Error writing directory block %b (inode %i): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002053#: e2fsck/problem.c:1210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002054msgid "Error writing @d @b %b (@i %i): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002055msgstr "Fehler beim Schreiben von @dblock %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002056
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002057#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002058#: e2fsck/problem.c:1215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002059#, c-format
2060msgid "@A new @d @b for @i %i (%s): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002061msgstr "@A einen neuen @dblock für @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002062
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002063#. @-expanded: Error deallocating inode %i: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002064#: e2fsck/problem.c:1220
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002065#, c-format
2066msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002067msgstr "Fehler bei der Freigabe von @i %i: %m\n"
2068
Philipp Thomas40771272008-09-07 22:55:25 -04002069#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002070#: e2fsck/problem.c:1225
Philipp Thomas40771272008-09-07 22:55:25 -04002071#, c-format
2072msgid "@d @e for '.' in %p (%i) is big.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002073msgstr "Verzeichniseintrag für „.“ in %p (%i) ist groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002074
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002075#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002076#: e2fsck/problem.c:1230
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002077msgid "@i %i (%Q) is an @I FIFO.\n"
2078msgstr "@i %i (%Q) ist ein @I FIFO.\n"
2079
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002080#. @-expanded: inode %i (%Q) is an illegal socket.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002081#: e2fsck/problem.c:1235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002082msgid "@i %i (%Q) is an @I socket.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002083msgstr "@i %i (%Q) ist ein illegaler Socket.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002084
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002085#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002086#: e2fsck/problem.c:1240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002087msgid "Setting filetype for @E to %N.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002088msgstr "Setze den Dateitype für @E auf %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002090#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002091#: e2fsck/problem.c:1245
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002092msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002093msgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
2094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002095#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002096#: e2fsck/problem.c:1250
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002097msgid "@E has filetype set.\n"
2098msgstr "@E hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002099
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002100#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002101#: e2fsck/problem.c:1255
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002102msgid "@E has a @z name.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002103msgstr "@E hat einen Namen der Länge Null.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002105#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002106#: e2fsck/problem.c:1260
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002107msgid "Symlink %Q (@i #%i) is @n.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002108msgstr "Symlink %Q (@i #%i) is invalid.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002110#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002111#: e2fsck/problem.c:1265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002112msgid "@a @b @F @n (%If).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002113msgstr "@a @b @F ist falsch (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002114
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002115#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002116#: e2fsck/problem.c:1270
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002117msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002118msgstr "@f enthält große Dateien, aber im @S den Bitschalter LARGE_FILE nicht gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002119
Philipp Thomas77c871a2010-04-19 16:59:02 -04002120#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002121#: e2fsck/problem.c:1275
Philipp Thomas77c871a2010-04-19 16:59:02 -04002122msgid "@p @h %d: %B not referenced\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002123msgstr "@p @h %d: %B ist nicht referenziert\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002124
Philipp Thomas77c871a2010-04-19 16:59:02 -04002125#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002126#: e2fsck/problem.c:1280
Philipp Thomas77c871a2010-04-19 16:59:02 -04002127msgid "@p @h %d: %B referenced twice\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002128msgstr "@p @h %d: %B doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002129
Philipp Thomas77c871a2010-04-19 16:59:02 -04002130#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002131#: e2fsck/problem.c:1285
Philipp Thomas77c871a2010-04-19 16:59:02 -04002132msgid "@p @h %d: %B has bad min hash\n"
2133msgstr "@p @h %d: %B hat ungültigen Minimumhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002134
Philipp Thomas77c871a2010-04-19 16:59:02 -04002135#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002136#: e2fsck/problem.c:1290
Philipp Thomas77c871a2010-04-19 16:59:02 -04002137msgid "@p @h %d: %B has bad max hash\n"
2138msgstr "@p @h %d: %B hat ungültigen Maximalhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002139
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002140#. @-expanded: invalid HTREE directory inode %d (%q).
Philipp Thomasedc733d2012-04-22 15:38:42 -04002141#: e2fsck/problem.c:1295
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002142msgid "@n @h %d (%q). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002143msgstr "Ungültige @h %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002144
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002145#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002146#: e2fsck/problem.c:1299
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002147msgid "@p @h %d (%q): bad @b number %b.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002148msgstr "@p @h %d (%q): falsche Blocknummer %b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002149
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002150#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002151#: e2fsck/problem.c:1309
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002152#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002153msgid "@p @h %d: root node is @n\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002154msgstr "@p @h %d: Wurzelknotenist ungültig\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002155
Philipp Thomas77c871a2010-04-19 16:59:02 -04002156#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002157#: e2fsck/problem.c:1314
Philipp Thomas77c871a2010-04-19 16:59:02 -04002158msgid "@p @h %d: %B has @n limit (%N)\n"
2159msgstr "@p @h %d: %B hat eine ungültige Begrenzung (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002160
Philipp Thomas77c871a2010-04-19 16:59:02 -04002161#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002162#: e2fsck/problem.c:1319
Philipp Thomas77c871a2010-04-19 16:59:02 -04002163msgid "@p @h %d: %B has @n count (%N)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002164msgstr "@p @h %d: %B hat einen ungültigen Zählerstand (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002165
Philipp Thomas77c871a2010-04-19 16:59:02 -04002166#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002167#: e2fsck/problem.c:1324
Philipp Thomas77c871a2010-04-19 16:59:02 -04002168msgid "@p @h %d: %B has an unordered hash table\n"
2169msgstr "@p @h %d: %B hat eine unsortierte Hashtabelle\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002170
Philipp Thomas77c871a2010-04-19 16:59:02 -04002171#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002172#: e2fsck/problem.c:1329
Philipp Thomas77c871a2010-04-19 16:59:02 -04002173msgid "@p @h %d: %B has @n depth (%N)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002174msgstr "@p @h %d: %B hat eine ungültige Tiefe (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002175
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002176#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002177#: e2fsck/problem.c:1334
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002178msgid "Duplicate @E found. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002179msgstr "Doppelter @E gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002180
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002181#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2182#. @-expanded: Rename to %s
Philipp Thomasedc733d2012-04-22 15:38:42 -04002183#: e2fsck/problem.c:1339
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002184#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002185msgid ""
2186"@E has a non-unique filename.\n"
2187"Rename to %s"
2188msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04002189"@E hat keinen eindeutigen Dateinnamen.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002190"Benenne in %s um"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002191
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002192#. @-expanded: Duplicate entry '%Dn' found.\n
2193#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2194#. @-expanded: \n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002195#: e2fsck/problem.c:1344
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002196msgid ""
2197"Duplicate @e '%Dn' found.\n"
2198"\tMarking %p (%i) to be rebuilt.\n"
2199"\n"
2200msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002201"Doppelter @e „%Dn“ gefunden.\n"
2202"\t%p (%i) wird für die Neuerstellung markiert.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002203"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002204
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002205#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002206#: e2fsck/problem.c:1349
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002207msgid "i_blocks_hi @F %N, @s zero.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002208msgstr "i_blocks_hi @F %N, sollte Null sein.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002209
Philipp Thomas720e6362008-06-21 14:06:00 -04002210#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002211#: e2fsck/problem.c:1354
Philipp Thomas720e6362008-06-21 14:06:00 -04002212msgid "Unexpected @b in @h %d (%q).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002213msgstr "Unerwarteter @b in @h %d (%q).\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002214
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002215#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002216#: e2fsck/problem.c:1358
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002217msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002218msgstr "@E referenziert @i %Di in @g %g, für die _INODE_UNINIT gesetzt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002219
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002220#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002221#: e2fsck/problem.c:1363
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002222msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002223msgstr "@E verweist auf @i %Di, die im Bereich ungenutzter Inodes von @g %g zu finden ist.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002224
2225#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002226#: e2fsck/problem.c:1368
Philipp Thomas77c871a2010-04-19 16:59:02 -04002227msgid "i_file_acl_hi @F %N, @s zero.\n"
2228msgstr "i_file_acl_hi @F %N, sollte Null sein.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002229
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002230#. @-expanded: Pass 3: Checking directory connectivity\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002231#: e2fsck/problem.c:1375
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002232msgid "Pass 3: Checking @d connectivity\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002233msgstr "Durchgang 3: Prüfe @d-Verknüpfungen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002234
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002235#. @-expanded: root inode not allocated.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002236#: e2fsck/problem.c:1380
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002237msgid "@r not allocated. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002238msgstr "@r nicht zugeordnet. "
2239
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002240#. @-expanded: No room in lost+found directory.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002241#: e2fsck/problem.c:1385
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002242msgid "No room in @l @d. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002243msgstr "Kein Platz im Verzeichnis @l. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002244
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002245#. @-expanded: Unconnected directory inode %i (%p)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002246#: e2fsck/problem.c:1390
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002247#, c-format
2248msgid "Unconnected @d @i %i (%p)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002249msgstr "Nicht verbundene @d-@i %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002250
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002251#. @-expanded: /lost+found not found.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002252#: e2fsck/problem.c:1395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002253msgid "/@l not found. "
2254msgstr "/@l nicht gefunden. "
2255
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002256#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002257#: e2fsck/problem.c:1400
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002258msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002259msgstr "„..“ in %Q (%i) ist %P (%j), sollte %q (%d) sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002260
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002261#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002262#: e2fsck/problem.c:1405
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002263msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002264msgstr "Falsches oder fehlendes Verzeichnis /@l. Wiederverbinden nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002266#. @-expanded: Could not expand /lost+found: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002267#: e2fsck/problem.c:1410
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002268#, c-format
2269msgid "Could not expand /@l: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002270msgstr "Erweitern von /@l nicht möglich: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002271
Philipp Thomasedc733d2012-04-22 15:38:42 -04002272#: e2fsck/problem.c:1415
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002273#, c-format
2274msgid "Could not reconnect %i: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002275msgstr "Wiederverbinden von %i nicht möglich: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002277#. @-expanded: Error while trying to find /lost+found: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002278#: e2fsck/problem.c:1420
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002279#, c-format
2280msgid "Error while trying to find /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002281msgstr "Fehler während der Suche nach /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002282
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002283#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002284#: e2fsck/problem.c:1425
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002285#, c-format
2286msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002287msgstr "ext2fs_new_@b: %m während des Versuches, @d /@l zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002288
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002289#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002290#: e2fsck/problem.c:1430
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002291#, c-format
2292msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002293msgstr "ext2fs_new_@i: %m während des Versuches, @d /@l zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002294
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002295#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002296#: e2fsck/problem.c:1435
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002297#, c-format
2298msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002299msgstr "ext2fs_new_dir_@b: %m während des Versuches, @d /@l zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002301#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002302#: e2fsck/problem.c:1440
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002303#, c-format
2304msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002305msgstr "ext2fs_write_dir_@b: %m während des Schreibens des @d-@bs für /@l\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002306
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002307#. @-expanded: Error while adjusting inode count on inode %i\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002308#: e2fsck/problem.c:1445
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002309#, c-format
2310msgid "Error while adjusting @i count on @i %i\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002311msgstr "Fehler während des Anpassens der @i-Anzahl auf @i %i\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002312
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002313#. @-expanded: Couldn't fix parent of inode %i: %m\n
2314#. @-expanded: \n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002315#: e2fsck/problem.c:1450
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002316#, c-format
2317msgid ""
2318"Couldn't fix parent of @i %i: %m\n"
2319"\n"
2320msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002321"Konnte den Eigentümer von @i %i nicht reparieren: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002322"\n"
2323
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002324#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2325#. @-expanded: \n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002326#: e2fsck/problem.c:1455
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002327#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002328msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002329"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002330"\n"
2331msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002332"Eigentümer von @i %i konnte nicht repariert werden: \n"
2333"@deintrag des Eigentümers wurde nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002334
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002335#. @-expanded: Error creating root directory (%s): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002336#: e2fsck/problem.c:1465
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002337#, c-format
2338msgid "Error creating root @d (%s): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002339msgstr "Fehler beim Erzeugen des Wurzelverzeichnisses (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002340
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002341#. @-expanded: Error creating /lost+found directory (%s): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002342#: e2fsck/problem.c:1470
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002343#, c-format
2344msgid "Error creating /@l @d (%s): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002345msgstr "Fehler beim Erzeugen des Verzeichnisses /@l (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002346
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002347#. @-expanded: root inode is not a directory; aborting.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002348#: e2fsck/problem.c:1475
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002349msgid "@r is not a @d; aborting.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002350msgstr "die Wurzelinode ist kein @d; Abbruch.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002351
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002352#. @-expanded: Cannot proceed without a root inode.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002353#: e2fsck/problem.c:1480
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002354msgid "Cannot proceed without a @r.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002355msgstr "Ohne Wurzelinode ist weiteres Arbeiten nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002356
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002357#. @-expanded: /lost+found is not a directory (ino=%i)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002358#: e2fsck/problem.c:1490
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002359#, c-format
2360msgid "/@l is not a @d (ino=%i)\n"
2361msgstr "/@l ist kein @d (ino=%i)\n"
2362
Philipp Thomasedc733d2012-04-22 15:38:42 -04002363#: e2fsck/problem.c:1497
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002364msgid "Pass 3A: Optimizing directories\n"
2365msgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2366
Philipp Thomasedc733d2012-04-22 15:38:42 -04002367#: e2fsck/problem.c:1502
Philipp Thomas77c871a2010-04-19 16:59:02 -04002368#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002369msgid "Failed to create dirs_to_hash iterator: %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002370msgstr "dirs_to_hash Iterator konnte nicht erzeugt werden: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002371
Philipp Thomasedc733d2012-04-22 15:38:42 -04002372#: e2fsck/problem.c:1507
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002373msgid "Failed to optimize directory %q (%d): %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002374msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002375
Philipp Thomasedc733d2012-04-22 15:38:42 -04002376#: e2fsck/problem.c:1512
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002377msgid "Optimizing directories: "
2378msgstr "Optimiere Verzeichnisse: "
2379
Philipp Thomasedc733d2012-04-22 15:38:42 -04002380#: e2fsck/problem.c:1529
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002381msgid "Pass 4: Checking reference counts\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002382msgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002383
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002384#. @-expanded: unattached zero-length inode %i.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002385#: e2fsck/problem.c:1534
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002386#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002387msgid "@u @z @i %i. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002388msgstr "@ue @I %i @z. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002389
2390#. @-expanded: unattached inode %i\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002391#: e2fsck/problem.c:1539
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002392#, c-format
2393msgid "@u @i %i\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002394msgstr "@ue @i %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002395
2396#. @-expanded: inode %i ref count is %Il, should be %N.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002397#: e2fsck/problem.c:1544
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002398msgid "@i %i ref count is %Il, @s %N. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002399msgstr "Der Referenzzähler von @i %i ist %Il, @s aber %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002400
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002401#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2402#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2403#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002404#: e2fsck/problem.c:1548
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002405msgid ""
2406"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2407"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002408"@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 -05002409msgstr ""
2410"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002411"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (AKTIVES) DATEISYSTEM.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002412"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten identisch sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002414#. @-expanded: Pass 5: Checking group summary information\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002415#: e2fsck/problem.c:1558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002416msgid "Pass 5: Checking @g summary information\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002417msgstr "Durchgang 5: Überprüfe die zusammengefasste Gruppeninformation\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002418
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002419#. @-expanded: Padding at end of inode bitmap is not set.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002420#: e2fsck/problem.c:1563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002421msgid "Padding at end of @i @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002422msgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002424#. @-expanded: Padding at end of block bitmap is not set.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002425#: e2fsck/problem.c:1568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002426msgid "Padding at end of @b @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002427msgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002428
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002429#. @-expanded: block bitmap differences:
Philipp Thomasedc733d2012-04-22 15:38:42 -04002430#: e2fsck/problem.c:1573
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002431msgid "@b @B differences: "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002432msgstr "Unterschiede in der @b-@B: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002433
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002434#. @-expanded: inode bitmap differences:
Philipp Thomasedc733d2012-04-22 15:38:42 -04002435#: e2fsck/problem.c:1593
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002436msgid "@i @B differences: "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002437msgstr "Unterschiede in der @i-@B: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002438
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002439#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002440#: e2fsck/problem.c:1613
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002441msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002442msgstr "Die Anzahl freier @is ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002443
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002444#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002445#: e2fsck/problem.c:1618
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002446msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002447msgstr "Die Anzahl der Verzeichnisse ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002448
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002449#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002450#: e2fsck/problem.c:1623
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002451msgid "Free @is count wrong (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002452msgstr "Die Anzahl freier @is ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002453
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002454#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002455#: e2fsck/problem.c:1628
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002456msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002457msgstr "Die Anzahl freier Blöcke in @g #%g ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002458
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002459#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002460#: e2fsck/problem.c:1633
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002461msgid "Free @bs count wrong (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002462msgstr "Die Anzahl freier Blöcke ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002463
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002464#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2465#. @-expanded: endpoints (%i, %j)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002466#: e2fsck/problem.c:1638
Philipp Thomasd0275172013-01-15 23:30:35 -05002467msgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002468msgstr "PROGRAMMIERFEHLER: Dateisystem (#%N) @B-Endpunkte (%b, %c) passen nicht mit den berechneten @B-Endpunkten (%i, %j) überein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002469
Philipp Thomasedc733d2012-04-22 15:38:42 -04002470#: e2fsck/problem.c:1644
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002471msgid "Internal error: fudging end of bitmap (%N)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002472msgstr "Interner Fehler: das Ende der Bitmap (%N) wird erraten\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002473
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002474#. @-expanded: Error copying in replacement inode bitmap: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002475#: e2fsck/problem.c:1649
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002476#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002477msgid "Error copying in replacement @i @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002478msgstr "Fehler beim hineinkopieren von @i @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002479
2480#. @-expanded: Error copying in replacement block bitmap: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002481#: e2fsck/problem.c:1654
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002482#, c-format
2483msgid "Error copying in replacement @b @B: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002484msgstr "Fehler beim Hineinkopieren der Ersatz-Blockbitmap: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002485
Philipp Thomas720e6362008-06-21 14:06:00 -04002486#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002487#: e2fsck/problem.c:1679
Philipp Thomas720e6362008-06-21 14:06:00 -04002488#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04002489msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002490msgstr "Blöcke von @g %g sind in Beutzung, obwohl @g als BLOCK_UNINIT markiert ist\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002491
2492#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002493#: e2fsck/problem.c:1684
Theodore Ts'o057a1592010-06-07 12:24:21 -04002494#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04002495msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002496msgstr "Die @isw der @g %g sind in Benutzung, obwohl @g als INODE_UNINIT markiert ist\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002497
Philipp Thomas77c871a2010-04-19 16:59:02 -04002498#. @-expanded: Recreate journal
Philipp Thomasedc733d2012-04-22 15:38:42 -04002499#: e2fsck/problem.c:1691
Philipp Thomas77c871a2010-04-19 16:59:02 -04002500msgid "Recreate @j"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002501msgstr "@j wird wiederhergestellt"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002502
Eric Sandeen032eafe2012-07-28 17:48:36 -04002503#: e2fsck/problem.c:1696
2504msgid "Update quota info for quota type %N"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002505msgstr "Quota-Info für Typ %N wird aktualisiert"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002506
2507#: e2fsck/problem.c:1815
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002508#, c-format
2509msgid "Unhandled error code (0x%x)!\n"
2510msgstr "Unbenutzter Fehlercode (0x%x)!\n"
2511
Eric Sandeen032eafe2012-07-28 17:48:36 -04002512#: e2fsck/problem.c:1940 e2fsck/problem.c:1944
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002513msgid "IGNORED"
2514msgstr "IGNORIERT"
2515
Eric Sandeen032eafe2012-07-28 17:48:36 -04002516#: e2fsck/scantest.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002517#, c-format
2518msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2519msgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2520
Eric Sandeen032eafe2012-07-28 17:48:36 -04002521#: e2fsck/scantest.c:98
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002522#, c-format
2523msgid "size of inode=%d\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002524msgstr "Größe der Inode=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002525
Eric Sandeen032eafe2012-07-28 17:48:36 -04002526#: e2fsck/scantest.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002527msgid "while starting inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002528msgstr "beim Starten der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002529
Eric Sandeen032eafe2012-07-28 17:48:36 -04002530#: e2fsck/scantest.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002531msgid "while doing inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002532msgstr "während der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002533
Eric Sandeen032eafe2012-07-28 17:48:36 -04002534#: e2fsck/super.c:188
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002535#, c-format
2536msgid "while calling ext2fs_block_iterate for inode %d"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002537msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002538
Eric Sandeen032eafe2012-07-28 17:48:36 -04002539#: e2fsck/super.c:211
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002540#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002541msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2542msgstr "während des Aufrufs von ext2fs_adjust_ea_refcount2 für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002543
Eric Sandeen032eafe2012-07-28 17:48:36 -04002544#: e2fsck/super.c:272
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002545msgid "Truncating"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002546msgstr "Kürzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002547
Eric Sandeen032eafe2012-07-28 17:48:36 -04002548#: e2fsck/super.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002549msgid "Clearing"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002550msgstr "Bereinigen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002551
Eric Sandeen032eafe2012-07-28 17:48:36 -04002552#: e2fsck/unix.c:74
Philipp Thomas68801282008-07-17 11:47:00 -04002553#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002554msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04002555"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002556"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002557"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002558"\t\t[-E extended-options] device\n"
2559msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04002560"Aufruf: %s [-panyrcdfvtDFV] [-b Superblock] [-B Blockgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002561"\t\t[-I Inode_Puffer_Blöcke] [-P Prozess_Inodegröße]\n"
2562"\t\t[-l|-L Bad_Blocks_Datei] [-C Dateideskriptor] [-j externes_Journal]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002563"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002564
Eric Sandeen032eafe2012-07-28 17:48:36 -04002565#: e2fsck/unix.c:80
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002566#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002567msgid ""
2568"\n"
2569"Emergency help:\n"
2570" -p Automatic repair (no questions)\n"
2571" -n Make no changes to the filesystem\n"
2572" -y Assume \"yes\" to all questions\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002573" -c Check for bad blocks and add them to the badblock list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002574" -f Force checking even if filesystem is marked clean\n"
2575msgstr ""
2576"\n"
Philipp Thomas18eaec22011-10-02 22:50:38 -04002577"Notfallhilfe:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002578" -p automatische Reparatur (keine Fragen)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002579" -n keine Veränderungen am Dateisystem vornehmen\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002580" -y \" Ja \" auf alle Fragen annehmen\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002581" -c suche nach defekten Blöcken\n"
2582" -f erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002583
Eric Sandeen032eafe2012-07-28 17:48:36 -04002584#: e2fsck/unix.c:86
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002585#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002586msgid ""
2587" -v Be verbose\n"
2588" -b superblock Use alternative superblock\n"
2589" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002590" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002591" -l bad_blocks_file Add to badblocks list\n"
2592" -L bad_blocks_file Set badblocks list\n"
2593msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002594" -v sei gesprächig\n"
2595" -b Superbloc Nutze Superblockkopie\n"
2596" -B Blockgröße erzwinge Blockgröße beim Suchen vom Superblock\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002597" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002598" -l bad_blocks_file zur Liste der defekten Blöcke hinzufügen\n"
2599" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002600
Philipp Thomasd0275172013-01-15 23:30:35 -05002601#: e2fsck/unix.c:131
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002602#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002603msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2604msgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %llu/%llu Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002605
Philipp Thomasd0275172013-01-15 23:30:35 -05002606#: e2fsck/unix.c:157
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002607#, c-format
2608msgid ""
2609"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002610"%12u inode used (%2.2f%%, out of %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002611msgid_plural ""
2612"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002613"%12u inodes used (%2.2f%%, out of %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002614msgstr[0] ""
2615"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002616"%12u Inode ist in Benutzung (%2.2f%% von %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002617msgstr[1] ""
2618"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002619"%12u Inodes sind in Benutzung (%2.2f%% von %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002620
Philipp Thomasd0275172013-01-15 23:30:35 -05002621#: e2fsck/unix.c:161
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002622#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002623msgid "%12u non-contiguous file (%0d.%d%%)\n"
2624msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2625msgstr[0] "%12u nicht zusammenhängende Datei (%0d.%d%%)\n"
2626msgstr[1] "%12u nicht zusammenhängende Dateien (%0d.%d%%)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002627
Philipp Thomasd0275172013-01-15 23:30:35 -05002628#: e2fsck/unix.c:166
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002629#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002630msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2631msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2632msgstr[0] "%12u nicht zusammenhängendes Verzeichnis (%0d.%d%%)\n"
2633msgstr[1] "%12u nicht zusammenhängende Verzeichnisse (%0d.%d%%)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002634
Eric Sandeen032eafe2012-07-28 17:48:36 -04002635#: e2fsck/unix.c:171
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002636#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002637msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2638msgstr " # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002639
Philipp Thomasd0275172013-01-15 23:30:35 -05002640#: e2fsck/unix.c:179
2641msgid " Extent depth histogram: "
2642msgstr " Histogramm der Tiefe von Erweiterungen: "
2643
2644#: e2fsck/unix.c:188
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002645#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002646msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2647msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2648msgstr[0] "%12llu Block wird benutzt (%2.2f%% von %llu)\n"
2649msgstr[1] "%12llu Blöcke werden benutzt (%2.2f%% von %llu)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002650
Philipp Thomasd0275172013-01-15 23:30:35 -05002651#: e2fsck/unix.c:192
2652#, c-format
2653msgid "%12u bad block\n"
2654msgid_plural "%12u bad blocks\n"
2655msgstr[0] "%12u ungültiger Block\n"
2656msgstr[1] "%12u ungültige Blöcke\n"
2657
2658#: e2fsck/unix.c:194
2659#, c-format
2660msgid "%12u large file\n"
2661msgid_plural "%12u large files\n"
2662msgstr[0] "%12u große Datei\n"
2663msgstr[1] "%12u große Dateien\n"
2664
2665#: e2fsck/unix.c:196
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002666#, c-format
2667msgid ""
2668"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002669"%12u regular file\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002670msgid_plural ""
2671"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002672"%12u regular files\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002673msgstr[0] ""
2674"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002675"%12u reguläre Datei\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002676msgstr[1] ""
2677"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002678"%12u reguläre Dateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002679
Philipp Thomasd0275172013-01-15 23:30:35 -05002680#: e2fsck/unix.c:198
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002681#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002682msgid "%12u directory\n"
2683msgid_plural "%12u directories\n"
2684msgstr[0] "%12u Verzeichnis\n"
2685msgstr[1] "%12u Verzeichnisse\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002686
Philipp Thomasd0275172013-01-15 23:30:35 -05002687#: e2fsck/unix.c:200
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002688#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002689msgid "%12u character device file\n"
2690msgid_plural "%12u character device files\n"
2691msgstr[0] "%12u zeichenorientierte Gerätedatei\n"
2692msgstr[1] "%12u zeichenorientierte Gerätedateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002693
Philipp Thomasd0275172013-01-15 23:30:35 -05002694#: e2fsck/unix.c:203
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002695#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002696msgid "%12u block device file\n"
2697msgid_plural "%12u block device files\n"
2698msgstr[0] "%12u Blockgerätedatei\n"
2699msgstr[1] "%12u Blockgerätedateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002700
Philipp Thomasd0275172013-01-15 23:30:35 -05002701#: e2fsck/unix.c:205
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002702#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002703msgid "%12u fifo\n"
2704msgid_plural "%12u fifos\n"
2705msgstr[0] "%12u Fifo\n"
2706msgstr[1] "%12u Fifos\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002707
Philipp Thomasd0275172013-01-15 23:30:35 -05002708#: e2fsck/unix.c:207
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002709#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002710msgid "%12u link\n"
2711msgid_plural "%12u links\n"
2712msgstr[0] "%12u Verknüpfung\n"
2713msgstr[1] "%12u Verknüpfungen\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002714
Philipp Thomasd0275172013-01-15 23:30:35 -05002715#: e2fsck/unix.c:210
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002716#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002717msgid "%12u symbolic link"
2718msgid_plural "%12u symbolic links"
2719msgstr[0] "%12u symbolische Verknüpfung"
2720msgstr[1] "%12u symbolische Verknüpfungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002721
Philipp Thomasd0275172013-01-15 23:30:35 -05002722#: e2fsck/unix.c:212
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002723#, c-format
2724msgid " (%u fast symbolic link)\n"
2725msgid_plural " (%u fast symbolic links)\n"
2726msgstr[0] " (%u schnelle symbolische Verknüpfung)\n"
2727msgstr[1] " (%u schnelle symbolische Verknüpfungen)\n"
2728
Philipp Thomasd0275172013-01-15 23:30:35 -05002729#: e2fsck/unix.c:216
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002730#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002731msgid "%12u socket\n"
2732msgid_plural "%12u sockets\n"
2733msgstr[0] "%12u Socket\n"
2734msgstr[1] "%12u Sockets\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002735
Philipp Thomasd0275172013-01-15 23:30:35 -05002736#: e2fsck/unix.c:220
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002737#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002738msgid "%12u file\n"
2739msgid_plural "%12u files\n"
2740msgstr[0] "%12u Datei\n"
2741msgstr[1] "%12u Dateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002742
Philipp Thomasd0275172013-01-15 23:30:35 -05002743#: e2fsck/unix.c:234 misc/badblocks.c:983 misc/tune2fs.c:1970 misc/util.c:147
Philipp Thomasedc733d2012-04-22 15:38:42 -04002744#: resize/main.c:247
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002745#, c-format
2746msgid "while determining whether %s is mounted."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002747msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002748
Philipp Thomasd0275172013-01-15 23:30:35 -05002749#: e2fsck/unix.c:254
2750#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002751msgid "Warning! %s is %s.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002752msgstr "Warnung! %s ist %s.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002753
Philipp Thomasd0275172013-01-15 23:30:35 -05002754#: e2fsck/unix.c:261
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002755#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002756msgid "%s is %s.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002757msgstr "%s ist %s.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002758
Philipp Thomasd0275172013-01-15 23:30:35 -05002759#: e2fsck/unix.c:264
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002760msgid ""
2761"Cannot continue, aborting.\n"
2762"\n"
2763msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002764"Fortsetzung nicht möglich, breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002765"\n"
2766
Philipp Thomasd0275172013-01-15 23:30:35 -05002767#: e2fsck/unix.c:266
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002768msgid ""
2769"\n"
2770"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002771"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2772"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002773"\n"
2774msgstr ""
2775"\n"
2776"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002777"WARNUNG!!! Das Dateisystem ist eingehängt, Wenn Sie fortfahren, ***WERDEN***\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002778"Sie ***SCHWERWIEGENDE*** Schäden am Dateisystem verursachen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002779"\n"
2780
Philipp Thomasd0275172013-01-15 23:30:35 -05002781#: e2fsck/unix.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002782msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002783msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002784
Philipp Thomasd0275172013-01-15 23:30:35 -05002785#: e2fsck/unix.c:273
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002786#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002787msgid "check aborted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002788msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002789
Philipp Thomasd0275172013-01-15 23:30:35 -05002790#: e2fsck/unix.c:363
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002791msgid " contains a file system with errors"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002792msgstr " enthält ein fehlerhaftes Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002793
Philipp Thomasd0275172013-01-15 23:30:35 -05002794#: e2fsck/unix.c:365
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002795msgid " was not cleanly unmounted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002796msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002797
Philipp Thomasd0275172013-01-15 23:30:35 -05002798#: e2fsck/unix.c:367
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002799msgid " primary superblock features different from backup"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002800msgstr "Eigenschaften des primären Superblocks unterscheiden sich vom Backup"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002801
Philipp Thomasd0275172013-01-15 23:30:35 -05002802#: e2fsck/unix.c:371
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002803#, c-format
2804msgid " has been mounted %u times without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002805msgstr " wurde %u mal ohne Überprüfung eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002806
Philipp Thomasd0275172013-01-15 23:30:35 -05002807#: e2fsck/unix.c:378
Theodore Ts'o057a1592010-06-07 12:24:21 -04002808msgid " has filesystem last checked time in the future"
Philipp Thomasd0275172013-01-15 23:30:35 -05002809msgstr " hat einen in der Zukunft liegenden Zeitpunkt der letzten Püfung des Dateisystems"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002810
Philipp Thomasd0275172013-01-15 23:30:35 -05002811#: e2fsck/unix.c:384
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002812#, c-format
2813msgid " has gone %u days without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002814msgstr " wurde %u Tage ohne Überprüfung genutzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002815
Philipp Thomasd0275172013-01-15 23:30:35 -05002816#: e2fsck/unix.c:393
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002817msgid ", check forced.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002818msgstr ", Prüfung erzwungen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002819
Philipp Thomasd0275172013-01-15 23:30:35 -05002820#: e2fsck/unix.c:426
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002821#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002822msgid "%s: clean, %u/%u files, %llu/%llu blocks"
2823msgstr "%s: sauber, %u/%u Dateien, %llu/%llu Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002824
Philipp Thomasd0275172013-01-15 23:30:35 -05002825#: e2fsck/unix.c:445
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002826msgid " (check deferred; on battery)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002827msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002828
Philipp Thomasd0275172013-01-15 23:30:35 -05002829#: e2fsck/unix.c:448
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002830msgid " (check after next mount)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002831msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002832
Philipp Thomasd0275172013-01-15 23:30:35 -05002833#: e2fsck/unix.c:450
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002834#, c-format
2835msgid " (check in %ld mounts)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002836msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002837
Philipp Thomasd0275172013-01-15 23:30:35 -05002838#: e2fsck/unix.c:600
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002839#, c-format
2840msgid "ERROR: Couldn't open /dev/null (%s)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002841msgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002842
Philipp Thomasd0275172013-01-15 23:30:35 -05002843#: e2fsck/unix.c:669
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002844#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002845msgid "Invalid EA version.\n"
2846msgstr "Invalid EA version.\n"
2847
Philipp Thomasd0275172013-01-15 23:30:35 -05002848#: e2fsck/unix.c:696
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002849#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002850msgid "Unknown extended option: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002851msgstr "Unbekannte erweiterte Option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002852
Philipp Thomasd0275172013-01-15 23:30:35 -05002853#: e2fsck/unix.c:721
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002854#, c-format
2855msgid ""
2856"Syntax error in e2fsck config file (%s, line #%d)\n"
2857"\t%s\n"
2858msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002859"Syntaxfehler in der Konfigurationsdatei von e2fsck (%s, Zeile %d)\n"
2860"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002861
Philipp Thomasd0275172013-01-15 23:30:35 -05002862#: e2fsck/unix.c:790
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002863#, c-format
2864msgid "Error validating file descriptor %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002865msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002866
Philipp Thomasd0275172013-01-15 23:30:35 -05002867#: e2fsck/unix.c:794
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002868msgid "Invalid completion information file descriptor"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002869msgstr "Ungültiger „completion information“-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002870
Philipp Thomasd0275172013-01-15 23:30:35 -05002871#: e2fsck/unix.c:809
Theodore Ts'o6956f612005-12-31 16:46:15 -05002872msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002873msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002874
Philipp Thomasd0275172013-01-15 23:30:35 -05002875#: e2fsck/unix.c:830
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002876#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002877msgid "The -t option is not supported on this version of e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002878msgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002879
Philipp Thomasd0275172013-01-15 23:30:35 -05002880#: e2fsck/unix.c:861 e2fsck/unix.c:933 misc/tune2fs.c:802 misc/tune2fs.c:1091
2881#: misc/tune2fs.c:1109
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002882#, c-format
2883msgid "Unable to resolve '%s'"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002884msgstr "Nicht möglich „%s“ aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002885
Philipp Thomasd0275172013-01-15 23:30:35 -05002886#: e2fsck/unix.c:912
Philipp Thomas3e914b52011-01-24 15:03:41 -05002887msgid "The -n and -D options are incompatible."
2888msgstr "Die Optionen -n und -D schliessen sich gegenseitig aus."
2889
Philipp Thomasd0275172013-01-15 23:30:35 -05002890#: e2fsck/unix.c:917
Philipp Thomas3e914b52011-01-24 15:03:41 -05002891msgid "The -n and -c options are incompatible."
2892msgstr "Die Optionen -n und -c schliessen sich gegenseitig aus."
2893
Philipp Thomasd0275172013-01-15 23:30:35 -05002894#: e2fsck/unix.c:922
Philipp Thomas3e914b52011-01-24 15:03:41 -05002895msgid "The -n and -l/-L options are incompatible."
2896msgstr "Die Optionen -n und -l/-L schliessen sich gegenseitig aus."
2897
Philipp Thomasd0275172013-01-15 23:30:35 -05002898#: e2fsck/unix.c:976
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002899#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002900msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002901msgstr "Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002902
Philipp Thomasd0275172013-01-15 23:30:35 -05002903#: e2fsck/unix.c:1024
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002904#, c-format
2905msgid ""
2906"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2907"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002908msgstr "2FSCK_JBD_DEBUG \"%s\" ist keine Ganzzahl\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002909
Philipp Thomasd0275172013-01-15 23:30:35 -05002910#: e2fsck/unix.c:1033
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002911#, c-format
2912msgid ""
2913"\n"
2914"Invalid non-numeric argument to -%c (\"%s\")\n"
2915"\n"
2916msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002917"\n"
2918"Ungültiges nicht-numerisches Argument für -%c (\"%s\")\n"
2919"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002920
Philipp Thomasd0275172013-01-15 23:30:35 -05002921#: e2fsck/unix.c:1122
Philipp Thomasedc733d2012-04-22 15:38:42 -04002922#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002923msgid "MMP interval is %u seconds and total wait time is %u seconds. Please wait...\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04002924msgstr ""
2925"MMP Intervall ist %u Sekunden und die gesammte Wartezeit ist %u Sekunden.\n"
2926"Bitte warten...\n"
2927
Philipp Thomasd0275172013-01-15 23:30:35 -05002928#: e2fsck/unix.c:1139 e2fsck/unix.c:1144
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002929msgid "while checking MMP block"
2930msgstr "beim Prüfen des MMP-Blocks"
2931
Philipp Thomasd0275172013-01-15 23:30:35 -05002932#: e2fsck/unix.c:1146 misc/tune2fs.c:1903
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002933msgid ""
2934"If you are sure the filesystem is not in use on any node, run:\n"
2935"'tune2fs -f -E clear_mmp {device}'\n"
2936msgstr ""
2937"Wenn Sie sicher sind, daß das Dateisystem auf keinem Knoten benutzt wird,\n"
2938"starten Sie bitte:\n"
2939"„tune2fs -f -E clear_mmp {device}“\n"
2940
Philipp Thomasd0275172013-01-15 23:30:35 -05002941#: e2fsck/unix.c:1196
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002942#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002943msgid "Error: ext2fs library version out of date!\n"
2944msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2945
Philipp Thomasd0275172013-01-15 23:30:35 -05002946#: e2fsck/unix.c:1204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002947msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002948msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002949
Philipp Thomasd0275172013-01-15 23:30:35 -05002950#: e2fsck/unix.c:1227
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002951#, c-format
2952msgid "\tUsing %s, %s\n"
2953msgstr "\tBenutze %s, %s\n"
2954
Philipp Thomasd0275172013-01-15 23:30:35 -05002955#: e2fsck/unix.c:1239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002956msgid "need terminal for interactive repairs"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002957msgstr "Benötige ein Terminal für interaktive Reparaturen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002958
Philipp Thomasd0275172013-01-15 23:30:35 -05002959#: e2fsck/unix.c:1292
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002960#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002961msgid "%s: %s trying backup blocks...\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002962msgstr "%s: %s versuche es mit Backup-Blöcken...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002963
Philipp Thomasd0275172013-01-15 23:30:35 -05002964#: e2fsck/unix.c:1294
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002965msgid "Superblock invalid,"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002966msgstr "Superblock ungültig"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002967
Philipp Thomasd0275172013-01-15 23:30:35 -05002968#: e2fsck/unix.c:1295
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002969msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002970msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002971
Philipp Thomasd0275172013-01-15 23:30:35 -05002972#: e2fsck/unix.c:1305
Philipp Thomasedc733d2012-04-22 15:38:42 -04002973#, c-format
2974msgid "%s: %s while using the backup blocks"
2975msgstr "%s: %s beim Benutzen der Backup-Blöcke"
2976
Philipp Thomasd0275172013-01-15 23:30:35 -05002977#: e2fsck/unix.c:1309
Philipp Thomas77c871a2010-04-19 16:59:02 -04002978#, c-format
2979msgid "%s: going back to original superblock\n"
2980msgstr "%s: es wird zum originalen Superblock zurück gekehrt\n"
2981
Philipp Thomasd0275172013-01-15 23:30:35 -05002982#: e2fsck/unix.c:1337
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002983msgid ""
2984"The filesystem revision is apparently too high for this version of e2fsck.\n"
2985"(Or the filesystem superblock is corrupt)\n"
2986"\n"
2987msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002988"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002989"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002990"\n"
2991
Philipp Thomasd0275172013-01-15 23:30:35 -05002992#: e2fsck/unix.c:1343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002993msgid "Could this be a zero-length partition?\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002994msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002995
Philipp Thomasd0275172013-01-15 23:30:35 -05002996#: e2fsck/unix.c:1346
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002997#, c-format
2998msgid "You must have %s access to the filesystem or be root\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002999msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003000
Philipp Thomasd0275172013-01-15 23:30:35 -05003001#: e2fsck/unix.c:1351
Eric Sandeen032eafe2012-07-28 17:48:36 -04003002msgid "Possibly non-existent or swap device?\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003003msgstr "Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003004
Philipp Thomasd0275172013-01-15 23:30:35 -05003005#: e2fsck/unix.c:1354
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003006msgid "Filesystem mounted or opened exclusively by another program?\n"
3007msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003008"Ist das Dateisystem eingehängt or exklusiv von einem anderen Programm\n"
3009"\n"
3010"geöffnet worden?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003011
Philipp Thomasd0275172013-01-15 23:30:35 -05003012#: e2fsck/unix.c:1357
Philipp Thomas3e914b52011-01-24 15:03:41 -05003013msgid "Possibly non-existent device?\n"
3014msgstr "Ist das Gerät möglicherweise nicht vorhanden?\n"
3015
Philipp Thomasd0275172013-01-15 23:30:35 -05003016#: e2fsck/unix.c:1360
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003017msgid ""
3018"Disk write-protected; use the -n option to do a read-only\n"
3019"check of the device.\n"
3020msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003021"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
3022"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003023
Philipp Thomasd0275172013-01-15 23:30:35 -05003024#: e2fsck/unix.c:1425
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003025msgid "Get a newer version of e2fsck!"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003026msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003027
Philipp Thomasd0275172013-01-15 23:30:35 -05003028#: e2fsck/unix.c:1469
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003029#, c-format
3030msgid "while checking ext3 journal for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003031msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003032
Philipp Thomasd0275172013-01-15 23:30:35 -05003033#: e2fsck/unix.c:1480
3034msgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
3035msgstr "Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003036
Philipp Thomasd0275172013-01-15 23:30:35 -05003037#: e2fsck/unix.c:1493
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003038#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003039msgid "unable to set superblock flags on %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003040msgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003041
Philipp Thomasd0275172013-01-15 23:30:35 -05003042#: e2fsck/unix.c:1499
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003043#, c-format
3044msgid "while recovering ext3 journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003045msgstr "bei der Wiederherstellung des ext3-Journals von %s"
3046
Philipp Thomasd0275172013-01-15 23:30:35 -05003047#: e2fsck/unix.c:1523
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003048#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003049msgid "%s has unsupported feature(s):"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003050msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003051
Philipp Thomasd0275172013-01-15 23:30:35 -05003052#: e2fsck/unix.c:1538
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003053#, c-format
Philipp Thomasedc733d2012-04-22 15:38:42 -04003054msgid "%s: warning: compression support is experimental.\n"
3055msgstr "%s: Warnung: Die Kompressionsunterstützung ist experimentell.\n"
3056
Philipp Thomasd0275172013-01-15 23:30:35 -05003057#: e2fsck/unix.c:1544
Philipp Thomasedc733d2012-04-22 15:38:42 -04003058#, c-format
3059msgid ""
3060"%s: e2fsck not compiled with HTREE support,\n"
3061"\tbut filesystem %s has HTREE directories.\n"
3062msgstr ""
3063"%s: e2fsck wurde ohne Unterstützung für HTREE kompiliert,\n"
3064"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
3065
Philipp Thomasd0275172013-01-15 23:30:35 -05003066#: e2fsck/unix.c:1596
Philipp Thomasedc733d2012-04-22 15:38:42 -04003067#, c-format
3068msgid "%s: %s while reading bad blocks inode\n"
3069msgstr "%s: %s beim Lesen des Bad-Block-Inodes\n"
3070
Philipp Thomasd0275172013-01-15 23:30:35 -05003071#: e2fsck/unix.c:1599
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003072msgid "This doesn't bode well, but we'll try to go on...\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003073msgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003074
Philipp Thomasd0275172013-01-15 23:30:35 -05003075#: e2fsck/unix.c:1640
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003076#, c-format
3077msgid "Creating journal (%d blocks): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003078msgstr "Erstelle Journal (%d Blöcke): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003079
Philipp Thomasd0275172013-01-15 23:30:35 -05003080#: e2fsck/unix.c:1650
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003081msgid " Done.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003082msgstr " Erledigt.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003083
Philipp Thomasd0275172013-01-15 23:30:35 -05003084#: e2fsck/unix.c:1651
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003085msgid ""
3086"\n"
3087"*** journal has been re-created - filesystem is now ext3 again ***\n"
3088msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003089"\n"
3090"*** Journal wurde wiederhergestellt - Dateisystem ist nun wieder ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003091
Philipp Thomasd0275172013-01-15 23:30:35 -05003092#: e2fsck/unix.c:1674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003093msgid "Restarting e2fsck from the beginning...\n"
3094msgstr "Beginne e2fsck neu ...\n"
3095
Philipp Thomasd0275172013-01-15 23:30:35 -05003096#: e2fsck/unix.c:1678
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003097msgid "while resetting context"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003098msgstr "beim Rücksetzen des Kontexts"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003099
Philipp Thomasd0275172013-01-15 23:30:35 -05003100#: e2fsck/unix.c:1685
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003101#, c-format
3102msgid "%s: e2fsck canceled.\n"
Philipp Thomascfbdca12011-10-05 02:04:08 -04003103msgstr "%s: e2fsck abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003104
Philipp Thomasd0275172013-01-15 23:30:35 -05003105#: e2fsck/unix.c:1690
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003106msgid "aborted"
3107msgstr "abgebrochen"
3108
Philipp Thomasd0275172013-01-15 23:30:35 -05003109#: e2fsck/unix.c:1702 e2fsck/util.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003110#, c-format
3111msgid ""
3112"\n"
3113"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3114msgstr ""
3115"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003116"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003117
Philipp Thomasd0275172013-01-15 23:30:35 -05003118#: e2fsck/unix.c:1706
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003119#, c-format
3120msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003121msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003122
Philipp Thomasd0275172013-01-15 23:30:35 -05003123#: e2fsck/unix.c:1714 e2fsck/util.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003124#, c-format
3125msgid ""
3126"\n"
3127"%s: ********** WARNING: Filesystem still has errors **********\n"
3128"\n"
3129msgstr ""
3130"\n"
3131"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
3132"\n"
3133
Philipp Thomasd0275172013-01-15 23:30:35 -05003134#: e2fsck/unix.c:1754
Philipp Thomas720e6362008-06-21 14:06:00 -04003135msgid "while setting block group checksum info"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003136msgstr "beim Setzen der Blockgruppen-Prüfsummeninfo"
Philipp Thomas720e6362008-06-21 14:06:00 -04003137
Philipp Thomasedc733d2012-04-22 15:38:42 -04003138#: e2fsck/util.c:189 misc/util.c:70
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003139msgid "yY"
Makoto Dei748cc432008-04-21 16:49:48 +09003140msgstr "jJ"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003141
Philipp Thomasedc733d2012-04-22 15:38:42 -04003142#: e2fsck/util.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003143msgid "nN"
3144msgstr "nN"
3145
Philipp Thomasedc733d2012-04-22 15:38:42 -04003146#: e2fsck/util.c:204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003147msgid "<y>"
3148msgstr "<j>"
3149
Philipp Thomasedc733d2012-04-22 15:38:42 -04003150#: e2fsck/util.c:206
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003151msgid "<n>"
3152msgstr "<n>"
3153
Philipp Thomasedc733d2012-04-22 15:38:42 -04003154#: e2fsck/util.c:208
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003155msgid " (y/n)"
3156msgstr " (j/n)"
3157
Philipp Thomasedc733d2012-04-22 15:38:42 -04003158#: e2fsck/util.c:222
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003159msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003160msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003161
Philipp Thomasedc733d2012-04-22 15:38:42 -04003162#: e2fsck/util.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003163msgid "yes\n"
3164msgstr "ja\n"
3165
Philipp Thomasedc733d2012-04-22 15:38:42 -04003166#: e2fsck/util.c:239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003167msgid "no\n"
3168msgstr "nein\n"
3169
Philipp Thomasedc733d2012-04-22 15:38:42 -04003170#: e2fsck/util.c:249
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003171#, c-format
3172msgid ""
3173"%s? no\n"
3174"\n"
3175msgstr ""
3176"%s? nein\n"
3177"\n"
3178
Philipp Thomasedc733d2012-04-22 15:38:42 -04003179#: e2fsck/util.c:253
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003180#, c-format
3181msgid ""
3182"%s? yes\n"
3183"\n"
3184msgstr ""
3185"%s? ja\n"
3186"\n"
3187
Philipp Thomasedc733d2012-04-22 15:38:42 -04003188#: e2fsck/util.c:257
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003189msgid "yes"
3190msgstr "ja"
3191
Philipp Thomasedc733d2012-04-22 15:38:42 -04003192#: e2fsck/util.c:257
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003193msgid "no"
3194msgstr "nein"
3195
Philipp Thomasedc733d2012-04-22 15:38:42 -04003196#: e2fsck/util.c:272
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003197#, c-format
3198msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003199msgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003200
Philipp Thomasedc733d2012-04-22 15:38:42 -04003201#: e2fsck/util.c:277
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003202msgid "reading inode and block bitmaps"
3203msgstr "lese Inode und Block bitmaps"
3204
Philipp Thomasedc733d2012-04-22 15:38:42 -04003205#: e2fsck/util.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003206#, c-format
3207msgid "while retrying to read bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003208msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003209
Philipp Thomasedc733d2012-04-22 15:38:42 -04003210#: e2fsck/util.c:297
Philipp Thomas40771272008-09-07 22:55:25 -04003211msgid "writing block and inode bitmaps"
3212msgstr "Schreibe Block- und Inode-Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003213
Philipp Thomasedc733d2012-04-22 15:38:42 -04003214#: e2fsck/util.c:302
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003215#, c-format
Philipp Thomas40771272008-09-07 22:55:25 -04003216msgid "while rewriting block and inode bitmaps for %s"
Philipp Thomasd0275172013-01-15 23:30:35 -05003217msgstr "während des wiederholten Versuches, Block- und Inode-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003218
Philipp Thomasedc733d2012-04-22 15:38:42 -04003219#: e2fsck/util.c:314
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003220#, c-format
3221msgid ""
3222"\n"
3223"\n"
3224"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3225"\t(i.e., without -a or -p options)\n"
3226msgstr ""
3227"\n"
3228"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003229"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003230"\t(d.h. ohne -a oder -p Option)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003231
Philipp Thomasedc733d2012-04-22 15:38:42 -04003232#: e2fsck/util.c:395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003233#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003234msgid "Memory used: %luk/%luk (%luk/%luk), "
3235msgstr "Benutzter Speicher: %luk/%luk (%luk/%luk), "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003236
Philipp Thomasedc733d2012-04-22 15:38:42 -04003237#: e2fsck/util.c:399
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003238#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003239msgid "Memory used: %lu, "
3240msgstr "Benutzter Speicher: %lu, "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003241
Philipp Thomasedc733d2012-04-22 15:38:42 -04003242#: e2fsck/util.c:406
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003243#, c-format
3244msgid "time: %5.2f/%5.2f/%5.2f\n"
3245msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
3246
Philipp Thomasedc733d2012-04-22 15:38:42 -04003247#: e2fsck/util.c:411
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003248#, c-format
3249msgid "elapsed time: %6.3f\n"
3250msgstr "abgelaufende Zeit: %6.3f\n"
3251
Philipp Thomasedc733d2012-04-22 15:38:42 -04003252#: e2fsck/util.c:446 e2fsck/util.c:460
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003253#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003254msgid "while reading inode %lu in %s"
3255msgstr "beim Lesen von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003256
Philipp Thomasedc733d2012-04-22 15:38:42 -04003257#: e2fsck/util.c:474 e2fsck/util.c:487
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003258#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003259msgid "while writing inode %lu in %s"
3260msgstr "beim Schreiben von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003261
Philipp Thomasedc733d2012-04-22 15:38:42 -04003262#: e2fsck/util.c:636
Philipp Thomas720e6362008-06-21 14:06:00 -04003263msgid "while allocating zeroizing buffer"
3264msgstr "beim reservieren eines Puffers zum Nullen"
3265
Philipp Thomasedc733d2012-04-22 15:38:42 -04003266#: e2fsck/util.c:788
Philipp Thomasd0275172013-01-15 23:30:35 -05003267msgid "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is running.\n"
3268msgstr "UNERWARTETE INKONSISTENZ: das Dateisystem wird modifiziert während fsck läuft.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003269
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003270#: misc/badblocks.c:69
3271msgid "done \n"
3272msgstr "erledigt \n"
3273
3274#: misc/badblocks.c:93
Philipp Thomas68801282008-07-17 11:47:00 -04003275#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003276msgid ""
3277"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003278" [-c blocks_at_once] [-d delay_factor_between_reads] [-e max_bad_blocks]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003279" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3280" device [last_block [first_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003281msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003282"Aufruf: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003283" [-c Blöcke_auf_einmal] [-d Verzögerungsfaktor_zwischen_Lesedurchgängen]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003284" [-e maximale_Bad_Blocks] [-p Anzahl_Durchgänge]\n"
3285" [-t Testmuster [-t Testmuster [...]]]\n"
3286" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003287
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003288#: misc/badblocks.c:104
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003289#, c-format
3290msgid ""
3291"%s: The -n and -w options are mutually exclusive.\n"
3292"\n"
3293msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003294"%s: Die Optionen -n und -w schliessen sich gegenseitig aus.\n"
3295"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003296
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003297#: misc/badblocks.c:219
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003298#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003299msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3300msgstr "%6.2f%% erledigt, %s verstrichen. (%d/%d/%d Fehler)"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003301
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003302#: misc/badblocks.c:322
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003303msgid "Testing with random pattern: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003304msgstr "Teste mit zufälligen Mustern: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003305
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003306#: misc/badblocks.c:340
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003307msgid "Testing with pattern 0x"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003308msgstr "Teste mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003309
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003310#: misc/badblocks.c:372 misc/badblocks.c:445
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003311msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003312msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003313
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003314#: misc/badblocks.c:383
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003315#, c-format
3316msgid "Weird value (%ld) in do_read\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003317msgstr "Merkwürdiger Wert (%ld) in do_read\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003318
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003319#: misc/badblocks.c:469
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003320msgid "during ext2fs_sync_device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003321msgstr "während ext2fs_sync_device"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003322
Philipp Thomasedc733d2012-04-22 15:38:42 -04003323#: misc/badblocks.c:489 misc/badblocks.c:749
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003324msgid "while beginning bad block list iteration"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003325msgstr "beim Beginn des „Bad Block“-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003326
Philipp Thomasedc733d2012-04-22 15:38:42 -04003327#: misc/badblocks.c:503 misc/badblocks.c:602 misc/badblocks.c:759
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003328msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003329msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003330
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003331#: misc/badblocks.c:507
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003332#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003333msgid "Checking blocks %lu to %lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003334msgstr "Prüfe von Block %lu bis %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003335
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003336#: misc/badblocks.c:512
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003337msgid "Checking for bad blocks in read-only mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003338msgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003339
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003340#: misc/badblocks.c:521
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003341msgid "Checking for bad blocks (read-only test): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003342msgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003343
Philipp Thomasedc733d2012-04-22 15:38:42 -04003344#: misc/badblocks.c:528 misc/badblocks.c:634 misc/badblocks.c:676
3345#: misc/badblocks.c:822
Philipp Thomas720e6362008-06-21 14:06:00 -04003346msgid "Too many bad blocks, aborting test\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003347msgstr "Zu viele defekte Blöcke - Test wird abgebrochen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003348
Philipp Thomasedc733d2012-04-22 15:38:42 -04003349#: misc/badblocks.c:609
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003350msgid "Checking for bad blocks in read-write mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003351msgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003352
Philipp Thomasedc733d2012-04-22 15:38:42 -04003353#: misc/badblocks.c:611 misc/badblocks.c:772
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003354#, c-format
3355msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003356msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003357
Philipp Thomasedc733d2012-04-22 15:38:42 -04003358#: misc/badblocks.c:666
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003359msgid "Reading and comparing: "
3360msgstr "Lesen und Vergleichen:"
3361
Philipp Thomasedc733d2012-04-22 15:38:42 -04003362#: misc/badblocks.c:771
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003363msgid "Checking for bad blocks in non-destructive read-write mode\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003364msgstr "Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003365
Philipp Thomasedc733d2012-04-22 15:38:42 -04003366#: misc/badblocks.c:777
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003367msgid "Checking for bad blocks (non-destructive read-write test)\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003368msgstr "Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003369
Philipp Thomasedc733d2012-04-22 15:38:42 -04003370#: misc/badblocks.c:784
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003371msgid ""
3372"\n"
3373"Interrupt caught, cleaning up\n"
3374msgstr ""
3375"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003376"Unterbrochen, räume auf\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003377
Philipp Thomasedc733d2012-04-22 15:38:42 -04003378#: misc/badblocks.c:867
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003379#, c-format
3380msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003381msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003382
Philipp Thomasedc733d2012-04-22 15:38:42 -04003383#: misc/badblocks.c:988 misc/util.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003384#, c-format
3385msgid "%s is mounted; "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003386msgstr "%s ist eingehängt; "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003387
Philipp Thomasedc733d2012-04-22 15:38:42 -04003388#: misc/badblocks.c:990
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003389msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003390msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003391
Philipp Thomasedc733d2012-04-22 15:38:42 -04003392#: misc/badblocks.c:995
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003393msgid "it's not safe to run badblocks!\n"
3394msgstr "es ist zu unsicher, Badblocks zu starten!\n"
3395
Philipp Thomasedc733d2012-04-22 15:38:42 -04003396#: misc/badblocks.c:1000 misc/util.c:163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003397#, c-format
3398msgid "%s is apparently in use by the system; "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003399msgstr "%s wird offensichtlich vom System genutzt; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003400
Philipp Thomasedc733d2012-04-22 15:38:42 -04003401#: misc/badblocks.c:1003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003402msgid "badblocks forced anyway.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003403msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003404
Philipp Thomasedc733d2012-04-22 15:38:42 -04003405#: misc/badblocks.c:1023
Philipp Thomas68801282008-07-17 11:47:00 -04003406#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003407msgid "invalid %s - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003408msgstr "ungültige %s - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04003409
Philipp Thomasedc733d2012-04-22 15:38:42 -04003410#: misc/badblocks.c:1133
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003411#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003412msgid "can't allocate memory for test_pattern - %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003413msgstr "Kann keinen Speicher für Testmuster reservieren - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003414
Philipp Thomasedc733d2012-04-22 15:38:42 -04003415#: misc/badblocks.c:1163
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003416msgid "Maximum of one test_pattern may be specified in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003417msgstr "Es darf im Nur-Lesen-Modus nur ein Testmuster angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003418
Philipp Thomasedc733d2012-04-22 15:38:42 -04003419#: misc/badblocks.c:1169
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003420msgid "Random test_pattern is not allowed in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003421msgstr "Zufälliges Testmuster ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003422
Philipp Thomasedc733d2012-04-22 15:38:42 -04003423#: misc/badblocks.c:1183
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003424msgid ""
3425"Couldn't determine device size; you must specify\n"
3426"the size manually\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003427msgstr "Größe des Gerätes ist nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003428
Philipp Thomasedc733d2012-04-22 15:38:42 -04003429#: misc/badblocks.c:1189
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003430msgid "while trying to determine device size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003431msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003432
Philipp Thomasedc733d2012-04-22 15:38:42 -04003433#: misc/badblocks.c:1194
Philipp Thomas68801282008-07-17 11:47:00 -04003434msgid "last block"
3435msgstr "letzter Block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003436
Philipp Thomasedc733d2012-04-22 15:38:42 -04003437#: misc/badblocks.c:1200
Philipp Thomas68801282008-07-17 11:47:00 -04003438msgid "first block"
3439msgstr "erster Block"
3440
Philipp Thomasedc733d2012-04-22 15:38:42 -04003441#: misc/badblocks.c:1203
Philipp Thomas68801282008-07-17 11:47:00 -04003442#, c-format
3443msgid "invalid starting block (%lu): must be less than %lu"
3444msgstr "Ungültiger Startblock (%lu): er muss kleiner als %lu sein"
3445
Philipp Thomasedc733d2012-04-22 15:38:42 -04003446#: misc/badblocks.c:1259
Theodore Ts'o197abba2005-06-20 18:00:23 -04003447msgid "while creating in-memory bad blocks list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003448msgstr "erstelle Bad-Block-Liste im Speicher"
3449
Philipp Thomasedc733d2012-04-22 15:38:42 -04003450#: misc/badblocks.c:1274
Theodore Ts'o197abba2005-06-20 18:00:23 -04003451msgid "while adding to in-memory bad block list"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003452msgstr "füge zur Bad-Block-Liste im Speicher hinzu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003453
Philipp Thomasedc733d2012-04-22 15:38:42 -04003454#: misc/badblocks.c:1298
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003455#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003456msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3457msgstr "Durchgang beendet, %u defekte Blöcke gefunden. (%d/%d/%d Fehler)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003458
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003459#: misc/chattr.c:86
Philipp Thomas68801282008-07-17 11:47:00 -04003460#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003461msgid "Usage: %s [-RVf] [-+=AaCcDdeijsSu] [-v version] files...\n"
3462msgstr "Aufruf: %s [-RVf] [-+=AaCcDdeijsSu] [-v Version] Dateien...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003463
Philipp Thomasd0275172013-01-15 23:30:35 -05003464#: misc/chattr.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003465#, c-format
3466msgid "bad version - %s\n"
3467msgstr "falsche Version - %s\n"
3468
Philipp Thomasd0275172013-01-15 23:30:35 -05003469#: misc/chattr.c:202 misc/lsattr.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003470#, c-format
3471msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003472msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003473
Philipp Thomasd0275172013-01-15 23:30:35 -05003474#: misc/chattr.c:209
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003475#, c-format
3476msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003477msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003478
Philipp Thomasd0275172013-01-15 23:30:35 -05003479#: misc/chattr.c:218 misc/chattr.c:237
Philipp Thomas77c871a2010-04-19 16:59:02 -04003480#, c-format
3481msgid "Clearing extent flag not supported on %s"
3482msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003483"Das Zurücksetzen des Kennzeichens für „Erweiterung“ wird auf %s\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003484"\tnicht unterstützt"
3485
Philipp Thomasd0275172013-01-15 23:30:35 -05003486#: misc/chattr.c:223 misc/chattr.c:242
Philipp Thomas77c871a2010-04-19 16:59:02 -04003487#, c-format
3488msgid "Flags of %s set as "
3489msgstr "Flags von %s wie folgt gesetzt: "
3490
Philipp Thomasd0275172013-01-15 23:30:35 -05003491#: misc/chattr.c:251
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003492#, c-format
3493msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003494msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003495
Philipp Thomasd0275172013-01-15 23:30:35 -05003496#: misc/chattr.c:259
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003497#, c-format
3498msgid "Version of %s set as %lu\n"
3499msgstr "Version von %s gesetzt auf %lu\n"
3500
Philipp Thomasd0275172013-01-15 23:30:35 -05003501#: misc/chattr.c:263
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003502#, c-format
3503msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003504msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003505
Philipp Thomasd0275172013-01-15 23:30:35 -05003506#: misc/chattr.c:283
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003507#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003508msgid "Couldn't allocate path variable in chattr_dir_proc"
3509msgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
3510
Philipp Thomasd0275172013-01-15 23:30:35 -05003511#: misc/chattr.c:323
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003512msgid "= is incompatible with - and +\n"
3513msgstr "= ist inkompatibel mit - und +\n"
3514
Philipp Thomasd0275172013-01-15 23:30:35 -05003515#: misc/chattr.c:331
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003516msgid "Must use '-v', =, - or +\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003517msgstr "Benutze „-v“, =, - oder +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003518
Eric Sandeen032eafe2012-07-28 17:48:36 -04003519#: misc/dumpe2fs.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003520#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003521msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003522msgstr "Aufruf: %s [-bfhixV] [-o superblock=<Nummer>] [-o blocksize=<Nummer>] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003523
Eric Sandeen032eafe2012-07-28 17:48:36 -04003524#: misc/dumpe2fs.c:159
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003525msgid "blocks"
3526msgstr "Blöcke"
3527
Eric Sandeen032eafe2012-07-28 17:48:36 -04003528#: misc/dumpe2fs.c:168
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003529msgid "clusters"
3530msgstr "Cluster"
3531
Eric Sandeen032eafe2012-07-28 17:48:36 -04003532#: misc/dumpe2fs.c:196
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003533#, c-format
3534msgid "Group %lu: (Blocks "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003535msgstr "Gruppe %lu: (Blöcke "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003536
Eric Sandeen032eafe2012-07-28 17:48:36 -04003537#: misc/dumpe2fs.c:204
Philipp Thomas720e6362008-06-21 14:06:00 -04003538#, c-format
Philipp Thomasedc733d2012-04-22 15:38:42 -04003539msgid " Checksum 0x%04x"
3540msgstr " Prüfsumme 0x%04x"
Philipp Thomas720e6362008-06-21 14:06:00 -04003541
Eric Sandeen032eafe2012-07-28 17:48:36 -04003542#: misc/dumpe2fs.c:206
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003543#, c-format
Philipp Thomasedc733d2012-04-22 15:38:42 -04003544msgid " (EXPECTED 0x%04x)"
3545msgstr " (0x%04x ERWARTET)"
3546
Eric Sandeen032eafe2012-07-28 17:48:36 -04003547#: misc/dumpe2fs.c:207
Philipp Thomasedc733d2012-04-22 15:38:42 -04003548#, c-format
3549msgid ", unused inodes %u\n"
3550msgstr ", ungenutzte Inodes %u\n"
3551
Eric Sandeen032eafe2012-07-28 17:48:36 -04003552#: misc/dumpe2fs.c:212
Philipp Thomasedc733d2012-04-22 15:38:42 -04003553#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003554msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003555msgstr " %s Superblock in "
3556
Eric Sandeen032eafe2012-07-28 17:48:36 -04003557#: misc/dumpe2fs.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003558msgid "Primary"
3559msgstr "Primary"
3560
Eric Sandeen032eafe2012-07-28 17:48:36 -04003561#: misc/dumpe2fs.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003562msgid "Backup"
3563msgstr "Backup"
3564
Eric Sandeen032eafe2012-07-28 17:48:36 -04003565#: misc/dumpe2fs.c:217
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003566#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003567msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003568msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003569
Eric Sandeen032eafe2012-07-28 17:48:36 -04003570#: misc/dumpe2fs.c:221
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003571#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003572msgid ""
3573"\n"
3574" Reserved GDT blocks at "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003575msgstr ""
3576"\n"
3577" reservierte GDT Blöcke bei "
Theodore Ts'obc759702005-05-09 20:40:55 -04003578
Eric Sandeen032eafe2012-07-28 17:48:36 -04003579#: misc/dumpe2fs.c:228
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003580#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003581msgid " Group descriptor at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003582msgstr ", Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003583
Eric Sandeen032eafe2012-07-28 17:48:36 -04003584#: misc/dumpe2fs.c:234
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003585msgid " Block bitmap at "
3586msgstr " Block bitmap in "
3587
Eric Sandeen032eafe2012-07-28 17:48:36 -04003588#: misc/dumpe2fs.c:238
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003589msgid ", Inode bitmap at "
3590msgstr ", Inode Bitmap in "
3591
Eric Sandeen032eafe2012-07-28 17:48:36 -04003592#: misc/dumpe2fs.c:242
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003593msgid ""
3594"\n"
3595" Inode table at "
3596msgstr ""
3597"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003598" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003599
Eric Sandeen032eafe2012-07-28 17:48:36 -04003600#: misc/dumpe2fs.c:248
Philipp Thomas68801282008-07-17 11:47:00 -04003601#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003602msgid ""
3603"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003604" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003605msgstr ""
3606"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003607" %u freie %s, %u freie Inodes, %u Verzeichnisse%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003608
Eric Sandeen032eafe2012-07-28 17:48:36 -04003609#: misc/dumpe2fs.c:255
Philipp Thomas720e6362008-06-21 14:06:00 -04003610#, c-format
3611msgid ", %u unused inodes\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003612msgstr ", %u ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003613
Eric Sandeen032eafe2012-07-28 17:48:36 -04003614#: misc/dumpe2fs.c:258
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003615msgid " Free blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003616msgstr " Freie Blöcke: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003617
Eric Sandeen032eafe2012-07-28 17:48:36 -04003618#: misc/dumpe2fs.c:269
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003619msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003620msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003621
Eric Sandeen032eafe2012-07-28 17:48:36 -04003622#: misc/dumpe2fs.c:300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003623msgid "while printing bad block list"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003624msgstr "beim Ausgeben der „Bad Block“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003625
Eric Sandeen032eafe2012-07-28 17:48:36 -04003626#: misc/dumpe2fs.c:306
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003627#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003628msgid "Bad blocks: %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003629msgstr "Bad Blocks: %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003630
Eric Sandeen032eafe2012-07-28 17:48:36 -04003631#: misc/dumpe2fs.c:333 misc/tune2fs.c:302
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003632msgid "while reading journal inode"
3633msgstr "beim Lesen des Journal-Inodes"
3634
Eric Sandeen032eafe2012-07-28 17:48:36 -04003635#: misc/dumpe2fs.c:339
Philipp Thomas77c871a2010-04-19 16:59:02 -04003636msgid "while opening journal inode"
3637msgstr "beim Lesen des Journal-Inodes"
3638
Eric Sandeen032eafe2012-07-28 17:48:36 -04003639#: misc/dumpe2fs.c:345
Philipp Thomas77c871a2010-04-19 16:59:02 -04003640msgid "while reading journal super block"
3641msgstr "beim Lesen des Journal-Superblocks"
3642
Eric Sandeen032eafe2012-07-28 17:48:36 -04003643#: misc/dumpe2fs.c:355
Philipp Thomas77c871a2010-04-19 16:59:02 -04003644#, c-format
3645msgid "Journal features: "
3646msgstr "Jounaleigenschaften: "
3647
Eric Sandeen032eafe2012-07-28 17:48:36 -04003648#: misc/dumpe2fs.c:368
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003649msgid "Journal size: "
Philipp Thomas9564ee52008-08-22 03:22:50 -04003650msgstr "Journalgrösse: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003651
Eric Sandeen032eafe2012-07-28 17:48:36 -04003652#: misc/dumpe2fs.c:379
Philipp Thomas77c871a2010-04-19 16:59:02 -04003653#, c-format
3654msgid ""
3655"Journal length: %u\n"
3656"Journal sequence: 0x%08x\n"
3657"Journal start: %u\n"
3658msgstr ""
3659"Journal-Länge: %u\n"
3660"Journal-Sequenz: 0x%08x\n"
3661"Journal-Start: %u\n"
3662
Eric Sandeen032eafe2012-07-28 17:48:36 -04003663#: misc/dumpe2fs.c:386
Philipp Thomasd0275172013-01-15 23:30:35 -05003664#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003665msgid "Journal errno: %d\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003666msgstr "Jounal-Fehlernummer: %d\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003667
3668#: misc/dumpe2fs.c:401 misc/tune2fs.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003669msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003670msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003671
Eric Sandeen032eafe2012-07-28 17:48:36 -04003672#: misc/dumpe2fs.c:409
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003673msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003674msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003675
Eric Sandeen032eafe2012-07-28 17:48:36 -04003676#: misc/dumpe2fs.c:413
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003677#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003678msgid ""
3679"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003680"Journal block size: %u\n"
3681"Journal length: %u\n"
3682"Journal first block: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003683"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003684"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003685"Journal number of users: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003686msgstr ""
3687"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003688"Journal Blockgröße: %u\n"
3689"Journal Länge: %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003690"Journal Startblock: %u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003691"Journal Sequenz: 0x%08x\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003692"Journal Start: %u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003693"Journal Anzahl Nutzer: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003694
Eric Sandeen032eafe2012-07-28 17:48:36 -04003695#: misc/dumpe2fs.c:426
Theodore Ts'o197abba2005-06-20 18:00:23 -04003696#, c-format
3697msgid "Journal users: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003698msgstr "Jounalnutzer: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003699
Philipp Thomasd0275172013-01-15 23:30:35 -05003700#: misc/dumpe2fs.c:442 misc/mke2fs.c:665 misc/tune2fs.c:1128
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003701#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003702msgid "Couldn't allocate memory to parse options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003703msgstr "Speicher zum Parsen der Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003704
Eric Sandeen032eafe2012-07-28 17:48:36 -04003705#: misc/dumpe2fs.c:468
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003706#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003707msgid "Invalid superblock parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003708msgstr "Ungültiger Superblock-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003709
Eric Sandeen032eafe2012-07-28 17:48:36 -04003710#: misc/dumpe2fs.c:483
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003711#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003712msgid "Invalid blocksize parameter: %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003713msgstr "Ungültiger Blockgrössen-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003714
Eric Sandeen032eafe2012-07-28 17:48:36 -04003715#: misc/dumpe2fs.c:494
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003716#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003717msgid ""
3718"\n"
3719"Bad extended option(s) specified: %s\n"
3720"\n"
3721"Extended options are separated by commas, and may take an argument which\n"
3722"\tis set off by an equals ('=') sign.\n"
3723"\n"
3724"Valid extended options are:\n"
3725"\tsuperblock=<superblock number>\n"
3726"\tblocksize=<blocksize>\n"
3727msgstr ""
3728"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003729"Falsche erweiterte Optionen angegeben: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003730"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003731"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003732"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003733"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003734"Gültige erweiterte Optionen sind:\n"
3735"\tsuperblock=<Nummer des Spuperblocks>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003736"\tblocksize=<Blockgrösse>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003737"\n"
3738
Philipp Thomasd0275172013-01-15 23:30:35 -05003739#: misc/dumpe2fs.c:554 misc/mke2fs.c:1528
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003740#, c-format
3741msgid "\tUsing %s\n"
3742msgstr "\tBenutze %s\n"
3743
Philipp Thomasd0275172013-01-15 23:30:35 -05003744#: misc/dumpe2fs.c:590 misc/e2image.c:1309 misc/tune2fs.c:1914
Philipp Thomasedc733d2012-04-22 15:38:42 -04003745#: resize/main.c:305
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003746#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003747msgid "Couldn't find valid filesystem superblock.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003748msgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003749
Eric Sandeen032eafe2012-07-28 17:48:36 -04003750#: misc/dumpe2fs.c:618
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003751#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003752msgid ""
3753"\n"
3754"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003755msgstr ""
3756"\n"
3757"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003758
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003759#: misc/e2image.c:87
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003760#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003761msgid "Usage: %s [-rsIQ] device image_file\n"
3762msgstr "Aufruf: %s [-rsIO] Gerätedatei Abbild-Datei\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003763
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003764#: misc/e2image.c:135
3765#, c-format
3766msgid "Error: header size is bigger than wrt_size\n"
3767msgstr "Fehler: Größe des Headers übersteigt wrt_size\n"
3768
3769#: misc/e2image.c:141
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003770msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003771msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003772
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003773#: misc/e2image.c:171
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003774msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003775msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003776
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003777#: misc/e2image.c:179
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003778msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003779msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003780
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003781#: misc/e2image.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003782msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003783msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003784
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003785#: misc/e2image.c:193
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003786msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003787msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003788
Eric Sandeen032eafe2012-07-28 17:48:36 -04003789#: misc/e2image.c:1341
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003790#, c-format
3791msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
Philipp Thomasd0275172013-01-15 23:30:35 -05003792msgstr "beim Versuch, das Qcow2-Image (%s) in ein rohes Image (%s) zu konvertieren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003793
3794#: misc/e2label.c:58
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003795#, c-format
3796msgid "e2label: cannot open %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003797msgstr "e2label: Kann %s nicht öffnen.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003798
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003799#: misc/e2label.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003800#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003801msgid "e2label: cannot seek to superblock\n"
3802msgstr "e2label: cannot seek to superblock\n"
3803
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003804#: misc/e2label.c:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003805#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003806msgid "e2label: error reading superblock\n"
3807msgstr "e2label: Lesefehler im Superblock\n"
3808
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003809#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003810#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003811msgid "e2label: not an ext2 filesystem\n"
3812msgstr "e2label: Kein ext2 Dateisystem\n"
3813
Philipp Thomasd0275172013-01-15 23:30:35 -05003814#: misc/e2label.c:97 misc/tune2fs.c:2065
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003815#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003816msgid "Warning: label too long, truncating.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003817msgstr "Warnung: Name zu lang, kürze ihn.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003818
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003819#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003820#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003821msgid "e2label: cannot seek to superblock again\n"
3822msgstr "e2label: cannot seek to superblock again\n"
3823
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003824#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003825#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003826msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003827msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003828
Philipp Thomasd0275172013-01-15 23:30:35 -05003829#: misc/e2label.c:117 misc/tune2fs.c:794
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003830#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003831msgid "Usage: e2label device [newlabel]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003832msgstr "Aufruf: e2label Gerät [neuer_Name]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003833
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003834#: misc/e2undo.c:36
Philipp Thomas720e6362008-06-21 14:06:00 -04003835#, c-format
3836msgid "Usage: %s <transaction file> <filesystem>\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003837msgstr "Aufruf: %s <Transaktionsdatei> <Dateisystem>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003838
Philipp Thomas40771272008-09-07 22:55:25 -04003839#: misc/e2undo.c:52
Philipp Thomas720e6362008-06-21 14:06:00 -04003840msgid "Failed to read the file system data \n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003841msgstr "Die Dateisystemdaten konnten nicht gelesenb werden \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003842
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003843#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
Philipp Thomas720e6362008-06-21 14:06:00 -04003844#, c-format
3845msgid "Failed tdb_fetch %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003846msgstr "tdb_fetch von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003847
Philipp Thomas40771272008-09-07 22:55:25 -04003848#: misc/e2undo.c:70
Philipp Thomas720e6362008-06-21 14:06:00 -04003849#, c-format
3850msgid "The file system Mount time didn't match %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003851msgstr "Die Zeit des letzten Einhängens des Dateisystems war nicht %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003852
Philipp Thomas40771272008-09-07 22:55:25 -04003853#: misc/e2undo.c:89
Philipp Thomas720e6362008-06-21 14:06:00 -04003854msgid "The file system UUID didn't match \n"
Philipp Thomas68801282008-07-17 11:47:00 -04003855msgstr "Die UUID des Dateisystems stimmte nicht überein \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003856
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003857#: misc/e2undo.c:163
Philipp Thomas68801282008-07-17 11:47:00 -04003858#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003859msgid "Failed tdb_open %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003860msgstr "tdb_open von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003861
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003862#: misc/e2undo.c:169
Philipp Thomas68801282008-07-17 11:47:00 -04003863#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003864msgid "Error while determining whether %s is mounted.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003865msgstr "Fehler beim Überprüfen, ob %s eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003866
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003867#: misc/e2undo.c:175
Philipp Thomas40771272008-09-07 22:55:25 -04003868msgid "e2undo should only be run on unmounted file system\n"
3869msgstr "e2undo sollte nur auf nicht-eingehängten Dateisystemen laufen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003870
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003871#: misc/e2undo.c:184
Philipp Thomas68801282008-07-17 11:47:00 -04003872#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003873msgid "Failed to open %s\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003874msgstr "%s konnte nicht geöffnet werden\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003875
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003876#: misc/e2undo.c:210
Philipp Thomas720e6362008-06-21 14:06:00 -04003877#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003878msgid "Replayed transaction of size %zd at location %llu\n"
3879msgstr "Zurückgespielte Transaktion der Größe %zd an Position %llu\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003880
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003881#: misc/e2undo.c:216
Philipp Thomas720e6362008-06-21 14:06:00 -04003882#, c-format
3883msgid "Failed write %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003884msgstr "Gescheitertes Schreiben von %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003885
Eric Sandeen032eafe2012-07-28 17:48:36 -04003886#: misc/fsck.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003887#, c-format
3888msgid "WARNING: couldn't open %s: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003889msgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003890
Eric Sandeen032eafe2012-07-28 17:48:36 -04003891#: misc/fsck.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003892#, c-format
3893msgid "WARNING: bad format on line %d of %s\n"
3894msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
3895
Eric Sandeen032eafe2012-07-28 17:48:36 -04003896#: misc/fsck.c:370
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003897msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003898"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003899"\tfield. I will kludge around things for you, but you\n"
3900"\tshould fix your /etc/fstab file as soon as you can.\n"
3901"\n"
3902msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003903"WARNUNG: Ihre /etc/fstab enthält keine Angabe darüber, wann\n"
3904"\tdas Dateisystem geprüft werden soll. Ich werde dieses\n"
3905"\tignorieren, aber Sie sollten ihre /etc/fstab so schnell\n"
3906"\twie möglich korrigieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003907"\n"
3908
Eric Sandeen032eafe2012-07-28 17:48:36 -04003909#: misc/fsck.c:478
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003910#, c-format
3911msgid "fsck: %s: not found\n"
3912msgstr "fsck: %s: nicht gefunden\n"
3913
Eric Sandeen032eafe2012-07-28 17:48:36 -04003914#: misc/fsck.c:594
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003915#, c-format
3916msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003917msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003918
Eric Sandeen032eafe2012-07-28 17:48:36 -04003919#: misc/fsck.c:616
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003920#, c-format
3921msgid "Warning... %s for device %s exited with signal %d.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003922msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003923
Eric Sandeen032eafe2012-07-28 17:48:36 -04003924#: misc/fsck.c:622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003925#, c-format
3926msgid "%s %s: status is %x, should never happen.\n"
3927msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
3928
Eric Sandeen032eafe2012-07-28 17:48:36 -04003929#: misc/fsck.c:661
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003930#, c-format
3931msgid "Finished with %s (exit status %d)\n"
3932msgstr "Beendet mit %s (exit status %d)\n"
3933
Eric Sandeen032eafe2012-07-28 17:48:36 -04003934#: misc/fsck.c:721
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003935#, c-format
3936msgid "%s: Error %d while executing fsck.%s for %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003937msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003938
Eric Sandeen032eafe2012-07-28 17:48:36 -04003939#: misc/fsck.c:742
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003940msgid ""
3941"Either all or none of the filesystem types passed to -t must be prefixed\n"
3942"with 'no' or '!'.\n"
3943msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003944"Bei -t müssen entweder allen oder keinem Dateisystem ein „no“ bzw. „!“\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003945"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003946
Eric Sandeen032eafe2012-07-28 17:48:36 -04003947#: misc/fsck.c:761
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003948msgid "Couldn't allocate memory for filesystem types\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003949msgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003950
Eric Sandeen032eafe2012-07-28 17:48:36 -04003951#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003952#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003953msgid "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003954msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003955"%s: überspringe die ungültige Zeile in /etc/fstab: bind mount mit\n"
3956" Durchgangsnummer für fsck, die nicht Null ist\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003957
Eric Sandeen032eafe2012-07-28 17:48:36 -04003958#: misc/fsck.c:911
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003959#, c-format
3960msgid "fsck: cannot check %s: fsck.%s not found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003961msgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003962
Eric Sandeen032eafe2012-07-28 17:48:36 -04003963#: misc/fsck.c:967
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003964msgid "Checking all file systems.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003965msgstr "Alle Dateisysteme werden überprüft.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003966
Eric Sandeen032eafe2012-07-28 17:48:36 -04003967#: misc/fsck.c:1058
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003968#, c-format
3969msgid "--waiting-- (pass %d)\n"
3970msgstr "--warten-- (Durchgang %d)\n"
3971
Eric Sandeen032eafe2012-07-28 17:48:36 -04003972#: misc/fsck.c:1078
Philipp Thomasd0275172013-01-15 23:30:35 -05003973msgid "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3974msgstr "Aufruf: fsck [-AMNPRTV] [ -C [ fd ] ] [-t Datesystemtyp] [FS-Optionen] [Dateisystem...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003975
Eric Sandeen032eafe2012-07-28 17:48:36 -04003976#: misc/fsck.c:1120
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003977#, c-format
3978msgid "%s: too many devices\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003979msgstr "%s: zu viele Geräte\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003980
Eric Sandeen032eafe2012-07-28 17:48:36 -04003981#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003982#, c-format
3983msgid "%s: too many arguments\n"
3984msgstr "%s: zu viele Argumente\n"
3985
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003986#: misc/lsattr.c:74
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003987#, c-format
3988msgid "Usage: %s [-RVadlv] [files...]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003989msgstr "Aufruf: %s [-RVadlv] [Dateien...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003990
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003991#: misc/lsattr.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003992#, c-format
3993msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003994msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003995
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003996#: misc/lsattr.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003997#, c-format
3998msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003999msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004000
Philipp Thomasd0275172013-01-15 23:30:35 -05004001#: misc/mke2fs.c:115
Philipp Thomas77c871a2010-04-19 16:59:02 -04004002#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004003msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004004"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004005"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04004006"\t[-G flex-group-size] [-N number-of-inodes]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004007"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004008"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004009"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004010"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004011msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004012"Aufruf: %s [-c|-l Dateiname] [-b Blockgröße] [-C Clustergröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004013"\t[-i Bytes-pro-Inode] [-I Inodegrösse] [-J Journal-Optionen]\n"
4014"\t[-G Größe_der_Metagruppe] [-N Anzahl_der_Inodes]\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004015"\t[-m Reservierte-Blöcke-Prozent] [-o Erzeuger-OS]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004016"\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004017"\t[-M letztes-eingehängtes-Verzeichnis] [-O Eigenschaft[,...]]\n"
4018"\t[-r fs-Revision] [-E erweiterte-Option[,...]]\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04004019"\t[-t Dateisystemtyp] [-T Verwendungs-Typ ] [-U UUID] [-jnqvFKSV]\n"
4020"\tGerät [Block-Anzahl]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004021
Philipp Thomasd0275172013-01-15 23:30:35 -05004022#: misc/mke2fs.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004023#, c-format
4024msgid "Running command: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004025msgstr "Es wird ausgeführt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004026
Philipp Thomasd0275172013-01-15 23:30:35 -05004027#: misc/mke2fs.c:222
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004028#, c-format
4029msgid "while trying to run '%s'"
4030msgstr "während des Versuchs, „%s“ auszuführen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004031
Philipp Thomasd0275172013-01-15 23:30:35 -05004032#: misc/mke2fs.c:229
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004033msgid "while processing list of bad blocks from program"
4034msgstr "beim Auswerten der „Bad Block“-Liste vom Programm"
4035
Philipp Thomasd0275172013-01-15 23:30:35 -05004036#: misc/mke2fs.c:256
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004037#, c-format
4038msgid "Block %d in primary superblock/group descriptor area bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004039msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004040
Philipp Thomasd0275172013-01-15 23:30:35 -05004041#: misc/mke2fs.c:258
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004042#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004043msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004044msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004045"Die Blöcke %u bis einschließlich %u müssen in Ordung sein, um ein\n"
4046"\tDateisystem zu erstellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004047
Philipp Thomasd0275172013-01-15 23:30:35 -05004048#: misc/mke2fs.c:261
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004049msgid "Aborting....\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004050msgstr "Abbruch...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004051
Philipp Thomasd0275172013-01-15 23:30:35 -05004052#: misc/mke2fs.c:281
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004053#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004054msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004055"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004056"\tbad blocks.\n"
4057"\n"
4058msgstr ""
Philipp Thomasd0275172013-01-15 23:30:35 -05004059"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %u enthält\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004060"\tdefekte Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004061"\n"
4062
Philipp Thomasd0275172013-01-15 23:30:35 -05004063#: misc/mke2fs.c:300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004064msgid "while marking bad blocks as used"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004065msgstr "beim Markieren von defekten Blöcken als „belegt“"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004066
Philipp Thomasd0275172013-01-15 23:30:35 -05004067#: misc/mke2fs.c:317
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004068msgid "Writing inode tables: "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004069msgstr "Inode-Tabellen werden geschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004070
Philipp Thomasd0275172013-01-15 23:30:35 -05004071#: misc/mke2fs.c:339
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004072#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004073msgid ""
4074"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004075"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004076msgstr ""
4077"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004078"%d Blöcke konnten nicht in die Inoden-Tabellen beginnend bei %llu geschrieben werden: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004079
Philipp Thomasd0275172013-01-15 23:30:35 -05004080#: misc/mke2fs.c:353 misc/mke2fs.c:2181 misc/mke2fs.c:2435
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004081#, c-format
4082msgid "done \n"
4083msgstr "erledigt \n"
4084
Philipp Thomasd0275172013-01-15 23:30:35 -05004085#: misc/mke2fs.c:364
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004086msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004087msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004088
Philipp Thomasd0275172013-01-15 23:30:35 -05004089#: misc/mke2fs.c:371
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004090msgid "while reading root inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004091msgstr "beim Lesen des Root-Inode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004092
Philipp Thomasd0275172013-01-15 23:30:35 -05004093#: misc/mke2fs.c:385
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004094msgid "while setting root inode ownership"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004095msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004096
Philipp Thomasd0275172013-01-15 23:30:35 -05004097#: misc/mke2fs.c:403
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004098msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004099msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004100
Philipp Thomasd0275172013-01-15 23:30:35 -05004101#: misc/mke2fs.c:410
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004102msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004103msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004104
Philipp Thomasd0275172013-01-15 23:30:35 -05004105#: misc/mke2fs.c:423
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004106msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004107msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004108
Philipp Thomasd0275172013-01-15 23:30:35 -05004109#: misc/mke2fs.c:438
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004110msgid "while setting bad block inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004111msgstr "beim Setzen des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004112
Philipp Thomasd0275172013-01-15 23:30:35 -05004113#: misc/mke2fs.c:465
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004114#, c-format
4115msgid "Out of memory erasing sectors %d-%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004116msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004117
Philipp Thomasd0275172013-01-15 23:30:35 -05004118#: misc/mke2fs.c:475
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004119#, c-format
4120msgid "Warning: could not read block 0: %s\n"
4121msgstr "Warnung: konnte Block %s nicht lesen\n"
4122
Philipp Thomasd0275172013-01-15 23:30:35 -05004123#: misc/mke2fs.c:491
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004124#, c-format
4125msgid "Warning: could not erase sector %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004126msgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004127
Philipp Thomasd0275172013-01-15 23:30:35 -05004128#: misc/mke2fs.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004129msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004130msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004131
Philipp Thomasd0275172013-01-15 23:30:35 -05004132#: misc/mke2fs.c:515
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004133msgid "Zeroing journal device: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004134msgstr "Überschreibe Journal-Device mit Nullen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004135
Philipp Thomasd0275172013-01-15 23:30:35 -05004136#: misc/mke2fs.c:527
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004137#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004138msgid "while zeroing journal device (block %llu, count %d)"
4139msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %llu, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004140
Philipp Thomasd0275172013-01-15 23:30:35 -05004141#: misc/mke2fs.c:546
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004142msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004143msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004144
Philipp Thomasd0275172013-01-15 23:30:35 -05004145#: misc/mke2fs.c:561
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004146#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004147msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004148"warning: %llu blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004149"\n"
4150msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004151"Warnung: %llu Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004152"\n"
4153
Philipp Thomasd0275172013-01-15 23:30:35 -05004154#: misc/mke2fs.c:566
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004155#, c-format
4156msgid "Filesystem label=%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004157msgstr "Dateisystem-Label=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004158
Philipp Thomasd0275172013-01-15 23:30:35 -05004159#: misc/mke2fs.c:569
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004160#, c-format
4161msgid "OS type: %s\n"
4162msgstr "OS-Typ: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004163
Philipp Thomasd0275172013-01-15 23:30:35 -05004164#: misc/mke2fs.c:571
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004165#, c-format
4166msgid "Block size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004167msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004168
Philipp Thomasd0275172013-01-15 23:30:35 -05004169#: misc/mke2fs.c:575
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004170#, c-format
4171msgid "Cluster size=%u (log=%u)\n"
4172msgstr "Clustergröße=%u (log=%u)\n"
4173
Philipp Thomasd0275172013-01-15 23:30:35 -05004174#: misc/mke2fs.c:579
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004175#, c-format
4176msgid "Fragment size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004177msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004178
Philipp Thomasd0275172013-01-15 23:30:35 -05004179#: misc/mke2fs.c:581
Philipp Thomas77c871a2010-04-19 16:59:02 -04004180#, c-format
4181msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4182msgstr "Stride=%u Blöcke, Stripebreite=%u Blöcke\n"
4183
Philipp Thomasd0275172013-01-15 23:30:35 -05004184#: misc/mke2fs.c:583
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004185#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004186msgid "%u inodes, %llu blocks\n"
4187msgstr "%u Inodes, %llu Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004188
Philipp Thomasd0275172013-01-15 23:30:35 -05004189#: misc/mke2fs.c:585
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004190#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004191msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
4192msgstr "%llu Blöcke (%2.2f%%) reserviert für den Superuser\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004193
Philipp Thomasd0275172013-01-15 23:30:35 -05004194#: misc/mke2fs.c:588
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004195#, c-format
4196msgid "First data block=%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004197msgstr "Erster Datenblock=%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004198
Philipp Thomasd0275172013-01-15 23:30:35 -05004199#: misc/mke2fs.c:590
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004200#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004201msgid "Maximum filesystem blocks=%lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004202msgstr "Maximale Dateisystem-Blöcke=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004203
Philipp Thomasd0275172013-01-15 23:30:35 -05004204#: misc/mke2fs.c:594
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004205#, c-format
4206msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004207msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004208
Philipp Thomasd0275172013-01-15 23:30:35 -05004209#: misc/mke2fs.c:596
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004210#, c-format
4211msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004212msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004213
Philipp Thomasd0275172013-01-15 23:30:35 -05004214#: misc/mke2fs.c:599
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004215#, c-format
4216msgid "%u blocks per group, %u clusters per group\n"
4217msgstr "%u Blöcke pro Gruppe, %u Cluster pro Gruppe\n"
4218
Philipp Thomasd0275172013-01-15 23:30:35 -05004219#: misc/mke2fs.c:602
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004220#, c-format
4221msgid "%u blocks per group, %u fragments per group\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004222msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004223
Philipp Thomasd0275172013-01-15 23:30:35 -05004224#: misc/mke2fs.c:604
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004225#, c-format
4226msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004227msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004228
Philipp Thomasd0275172013-01-15 23:30:35 -05004229#: misc/mke2fs.c:611
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004230#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004231msgid "Superblock backups stored on blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004232msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004233
Philipp Thomasd0275172013-01-15 23:30:35 -05004234#: misc/mke2fs.c:690 misc/tune2fs.c:1156
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004235#, c-format
4236msgid "Invalid mmp_update_interval: %s\n"
4237msgstr "Ungültiges mmp_update_interval: %s\n"
4238
Philipp Thomasd0275172013-01-15 23:30:35 -05004239#: misc/mke2fs.c:704
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004240#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004241msgid "Invalid stride parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004242msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004243
Philipp Thomasd0275172013-01-15 23:30:35 -05004244#: misc/mke2fs.c:719
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004245#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004246msgid "Invalid stripe-width parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004247msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004248
Philipp Thomasd0275172013-01-15 23:30:35 -05004249#: misc/mke2fs.c:742
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004250#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004251msgid "Invalid resize parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004252msgstr "Ungültiger \"resize\"-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004253
Philipp Thomasd0275172013-01-15 23:30:35 -05004254#: misc/mke2fs.c:749
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004255#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004256msgid "The resize maximum must be greater than the filesystem size.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004257msgstr "Das Maximum der Vergrösserung muss oberhalb als der Dateisystem-Grösse liegen.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004258
Philipp Thomasd0275172013-01-15 23:30:35 -05004259#: misc/mke2fs.c:773
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004260#, c-format
4261msgid "On-line resizing not supported with revision 0 filesystems\n"
4262msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004263"Online-Grössenänderungen werden bei Revison 0 Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004264"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004265
Philipp Thomasd0275172013-01-15 23:30:35 -05004266#: misc/mke2fs.c:811
Philipp Thomasedc733d2012-04-22 15:38:42 -04004267#, c-format
4268msgid "Invalid quotatype parameter: %s\n"
4269msgstr "Ungültiger Quotatyp-Parameter: %s\n"
4270
Philipp Thomasd0275172013-01-15 23:30:35 -05004271#: misc/mke2fs.c:822
Philipp Thomas68801282008-07-17 11:47:00 -04004272#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004273msgid ""
4274"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004275"Bad option(s) specified: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004276"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004277"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004278"\tis set off by an equals ('=') sign.\n"
4279"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004280"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004281"\tstride=<RAID per-disk data chunk in blocks>\n"
4282"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004283"\tresize=<resize maximum size in blocks>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004284"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004285"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004286"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004287"\tdiscard\n"
4288"\tnodiscard\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04004289"\tquotatype=<usr OR grp>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004290"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004291msgstr ""
4292"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004293"Ungültige Option(en) angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004294"\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04004295"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004296"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004297"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004298"\terhalten welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004299"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004300"gültige erweiterte Optionen sind:\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004301"\tstride=<RAID Segmentgrösse in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004302"\tstripe-width=<RAID Stride * Datenplatten in Blöcken>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004303"\tresize=<Obergrenze für Grössenänderung in Blöcken>\n"
4304"\tlazy_itable_init=<0 für Ab-, 1 für Einschalten>\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004305"\tlazy_journal_init=<0 für Ab-, 1 fúr Einschalten>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004306"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004307"\tdiscard\n"
4308"\tnodiscard\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04004309"\tquotatype=<usr ODER grp>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004310"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004311
Philipp Thomasd0275172013-01-15 23:30:35 -05004312#: misc/mke2fs.c:842
Theodore Ts'o8f741372008-02-28 21:47:05 -05004313#, c-format
4314msgid ""
4315"\n"
4316"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4317"\n"
4318msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004319"\n"
4320"Warnung: RAID Stripe-Breite %u ist kein ganzzahliges Vielfaches von\n"
4321"\tStride %u.\n"
4322"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004323
Philipp Thomasd0275172013-01-15 23:30:35 -05004324#: misc/mke2fs.c:881
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004325#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004326msgid ""
4327"Syntax error in mke2fs config file (%s, line #%d)\n"
4328"\t%s\n"
4329msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004330"Syntax Fehler in der Konfigurationsdatei von mkefs (%s, Zeile %d)\n"
4331"\t%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004332
Philipp Thomasd0275172013-01-15 23:30:35 -05004333#: misc/mke2fs.c:894 misc/tune2fs.c:393
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004334#, c-format
4335msgid "Invalid filesystem option set: %s\n"
Philipp Thomas18eaec22011-10-02 22:50:38 -04004336msgstr "Ungültige Dateisystem-Option gesetzt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004337
Philipp Thomasd0275172013-01-15 23:30:35 -05004338#: misc/mke2fs.c:906 misc/tune2fs.c:345
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004339#, c-format
4340msgid "Invalid mount option set: %s\n"
4341msgstr "Ungültige Einhänge-Option gesetzt: %s\n"
4342
Philipp Thomasd0275172013-01-15 23:30:35 -05004343#: misc/mke2fs.c:1046
Philipp Thomas40771272008-09-07 22:55:25 -04004344#, c-format
4345msgid ""
4346"\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004347"Your mke2fs.conf file does not define the %s filesystem type.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004348msgstr ""
4349"\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004350"Ihre mke2fs.conf Datei enhält keine Definitiion des %s Dateisystems.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004351
Philipp Thomasd0275172013-01-15 23:30:35 -05004352#: misc/mke2fs.c:1050
Philipp Thomas40771272008-09-07 22:55:25 -04004353#, c-format
4354msgid ""
4355"You probably need to install an updated mke2fs.conf file.\n"
4356"\n"
4357msgstr ""
Philipp Thomasd0275172013-01-15 23:30:35 -05004358"Sie müssen wahrscheinlich eine aktualisierte mke2fs.conf Datei installieren.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004359"\n"
4360
Philipp Thomasd0275172013-01-15 23:30:35 -05004361#: misc/mke2fs.c:1054
Philipp Thomas3e914b52011-01-24 15:03:41 -05004362#, c-format
4363msgid "Aborting...\n"
4364msgstr "Breche ab...\n"
4365
Philipp Thomasd0275172013-01-15 23:30:35 -05004366#: misc/mke2fs.c:1094
Philipp Thomas3e914b52011-01-24 15:03:41 -05004367#, c-format
4368msgid ""
4369"\n"
4370"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4371"\n"
4372msgstr ""
4373"\n"
4374"Warnung: Der fs_type %s ist in mke2fs.conf nicht definiert\n"
4375"\n"
4376
Philipp Thomasd0275172013-01-15 23:30:35 -05004377#: misc/mke2fs.c:1252
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004378#, c-format
4379msgid "Couldn't allocate memory for new PATH.\n"
4380msgstr "Kann keinen Speicher für den neuen PATH reservieren\n"
4381
Philipp Thomasd0275172013-01-15 23:30:35 -05004382#: misc/mke2fs.c:1293
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004383#, c-format
4384msgid "Couldn't init profile successfully (error: %ld).\n"
4385msgstr "Das Profil konnte nicht erfolgreich initiiert werden (Fehler: %ld).\n"
4386
Philipp Thomasd0275172013-01-15 23:30:35 -05004387#: misc/mke2fs.c:1333
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004388#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004389msgid "invalid block size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004390msgstr "bad block Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004391
Philipp Thomasd0275172013-01-15 23:30:35 -05004392#: misc/mke2fs.c:1337
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004393#, c-format
4394msgid "Warning: blocksize %d not usable on most systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004395msgstr "Warnung: Blockgröße %d ist auf den meisten Systemen unbrauchbar.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004396
Philipp Thomasd0275172013-01-15 23:30:35 -05004397#: misc/mke2fs.c:1353
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004398#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004399msgid "invalid cluster size - %s"
4400msgstr "unzulässige Clustergröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004401
Philipp Thomasd0275172013-01-15 23:30:35 -05004402#: misc/mke2fs.c:1365
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004403msgid "Illegal number for blocks per group"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004404msgstr "unzulässige Angabe für Blöcke pro Gruppe"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004405
Philipp Thomasd0275172013-01-15 23:30:35 -05004406#: misc/mke2fs.c:1370
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004407msgid "blocks per group must be multiple of 8"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004408msgstr "Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004409
Philipp Thomasd0275172013-01-15 23:30:35 -05004410#: misc/mke2fs.c:1378
Philipp Thomas720e6362008-06-21 14:06:00 -04004411msgid "Illegal number for flex_bg size"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004412msgstr "Illegale Zahl für flex_bg Größe"
Philipp Thomas720e6362008-06-21 14:06:00 -04004413
Philipp Thomasd0275172013-01-15 23:30:35 -05004414#: misc/mke2fs.c:1384
Philipp Thomas720e6362008-06-21 14:06:00 -04004415msgid "flex_bg size must be a power of 2"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004416msgstr "flex_bg Größe muss eine Zweierpotenz sein"
Philipp Thomas720e6362008-06-21 14:06:00 -04004417
Philipp Thomasd0275172013-01-15 23:30:35 -05004418#: misc/mke2fs.c:1394
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004419#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004420msgid "invalid inode ratio %s (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004421msgstr "Unzulässiges Inode-Verhältnis %s (Min %d/Max %d"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004422
Philipp Thomasd0275172013-01-15 23:30:35 -05004423#: misc/mke2fs.c:1404
Philipp Thomas3e914b52011-01-24 15:03:41 -05004424#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05004425msgid "Warning: -K option is deprecated and should not be used anymore. Use '-E nodiscard' extended option instead!\n"
4426msgstr "Warnung: die Option -K ist veraltet und sollte nicht mehr verwendet werden. Verwenden Sie bitte stattdessen die erweiterte Option „-E nodiscard“\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004427
Philipp Thomasd0275172013-01-15 23:30:35 -05004428#: misc/mke2fs.c:1418
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004429msgid "in malloc for bad_blocks_filename"
4430msgstr "in malloc for bad_blocks_filename"
4431
Philipp Thomasd0275172013-01-15 23:30:35 -05004432#: misc/mke2fs.c:1428
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004433#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004434msgid "invalid reserved blocks percent - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004435msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004436
Philipp Thomasd0275172013-01-15 23:30:35 -05004437#: misc/mke2fs.c:1446
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004438#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004439msgid "bad revision level - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004440msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004441
Philipp Thomasd0275172013-01-15 23:30:35 -05004442#: misc/mke2fs.c:1458
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004443#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004444msgid "invalid inode size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004445msgstr "Unzulässige Inode-Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004446
Philipp Thomasd0275172013-01-15 23:30:35 -05004447#: misc/mke2fs.c:1478
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004448#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004449msgid "bad num inodes - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004450msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004451
Philipp Thomasd0275172013-01-15 23:30:35 -05004452#: misc/mke2fs.c:1495
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004453msgid "The -t option may only be used once"
4454msgstr "Die Option -t darf nur eimal angegeben werden"
4455
Philipp Thomasd0275172013-01-15 23:30:35 -05004456#: misc/mke2fs.c:1503
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004457msgid "The -T option may only be used once"
4458msgstr "Die Option -T darf nur eimal angegeben werden"
4459
Philipp Thomasd0275172013-01-15 23:30:35 -05004460#: misc/mke2fs.c:1553 misc/mke2fs.c:2514
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004461#, c-format
4462msgid "while trying to open journal device %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004463msgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004464
Philipp Thomasd0275172013-01-15 23:30:35 -05004465#: misc/mke2fs.c:1559
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004466#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004467msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004468msgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004469
Philipp Thomasd0275172013-01-15 23:30:35 -05004470#: misc/mke2fs.c:1565
Philipp Thomas68801282008-07-17 11:47:00 -04004471#, c-format
4472msgid "Using journal device's blocksize: %d\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004473msgstr "Verwende die Blockgrösse des Geräts: %d\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004474
Philipp Thomasd0275172013-01-15 23:30:35 -05004475#: misc/mke2fs.c:1576
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004476#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004477msgid "invalid blocks '%s' on device '%s'"
4478msgstr "ungültige Blöcke „%s“ auf Gerät „%s“"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004479
Philipp Thomasd0275172013-01-15 23:30:35 -05004480#: misc/mke2fs.c:1586
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004481msgid "filesystem"
4482msgstr "Dateisystem"
4483
Philipp Thomasd0275172013-01-15 23:30:35 -05004484#: misc/mke2fs.c:1599 resize/main.c:355
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004485msgid "while trying to determine filesystem size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004486msgstr "beim Bestimmen der Dateisystemgröße"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004487
Philipp Thomasd0275172013-01-15 23:30:35 -05004488#: misc/mke2fs.c:1605
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004489msgid ""
4490"Couldn't determine device size; you must specify\n"
4491"the size of the filesystem\n"
4492msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004493"Konnte die Gerätegröße nicht ermitteln. Geben\n"
4494"Sie die Größe des Dateisystems an\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004495
Philipp Thomasd0275172013-01-15 23:30:35 -05004496#: misc/mke2fs.c:1612
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004497msgid ""
4498"Device size reported to be zero. Invalid partition specified, or\n"
4499"\tpartition table wasn't reread after running fdisk, due to\n"
4500"\ta modified partition being busy and in use. You may need to reboot\n"
4501"\tto re-read your partition table.\n"
4502msgstr ""
Philipp Thomas18eaec22011-10-02 22:50:38 -04004503"Zurückgegebene Gerätegröße ist gleich null. Es wurde eine ungültige\n"
4504"\tPartition angegeben oder die Partitionstabelle wurde nach einem\n"
4505"\tfdisk-Lauf nicht wieder eingelesen, weil eine veränderte Partition\n"
4506"\tin Gebrauch und gesperrt ist. Sie könnten gezwungen sein, neu zu\n"
4507"\tbooten, um die Partitionstabelle neu einzulesen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004508
Philipp Thomasd0275172013-01-15 23:30:35 -05004509#: misc/mke2fs.c:1629
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004510msgid "Filesystem larger than apparent device size."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004511msgstr "Dateisystem ist größer als augenscheinlich das Gerät selbst."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004512
Philipp Thomasd0275172013-01-15 23:30:35 -05004513#: misc/mke2fs.c:1649
Philipp Thomas720e6362008-06-21 14:06:00 -04004514#, c-format
4515msgid "Failed to parse fs types list\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004516msgstr "Analyse der Liste von Dateisystemen war nicht möglich\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004517
Philipp Thomasd0275172013-01-15 23:30:35 -05004518#: misc/mke2fs.c:1703
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004519#, c-format
4520msgid ""
4521"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4522"\tin 32 bits using a blocksize of %d.\n"
4523msgstr ""
4524"%1$s: Die Größe von Gerät %3$s (0x%2$llx) lässt sich bei Verwendung einer\n"
4525"\tBlockgröße von %4$d nicht mit 32 Bits darstellen.\n"
4526
Philipp Thomasd0275172013-01-15 23:30:35 -05004527#: misc/mke2fs.c:1719
Philipp Thomas68801282008-07-17 11:47:00 -04004528msgid "fs_types for mke2fs.conf resolution: "
Philipp Thomas9564ee52008-08-22 03:22:50 -04004529msgstr "fs_types für mke2fs.conf Lösung: "
Philipp Thomas68801282008-07-17 11:47:00 -04004530
Philipp Thomasd0275172013-01-15 23:30:35 -05004531#: misc/mke2fs.c:1726
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004532#, c-format
4533msgid "Filesystem features not supported with revision 0 filesystems\n"
4534msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004535"Dateisystem-Eigenschaften werden für Dateisysteme der Revision 0 nicht\n"
4536"\tunterstützt\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004537
Philipp Thomasd0275172013-01-15 23:30:35 -05004538#: misc/mke2fs.c:1733
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004539#, c-format
4540msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4541msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004542"Verteilte Superblöcke werden für Dateisysteme der Revision 0 nicht\n"
4543"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004544
Philipp Thomasd0275172013-01-15 23:30:35 -05004545#: misc/mke2fs.c:1745
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004546#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004547msgid "Journals not supported with revision 0 filesystems\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004548msgstr "Journale werden für Dateisysteme der Revision 0 nicht unterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004549
Philipp Thomasd0275172013-01-15 23:30:35 -05004550#: misc/mke2fs.c:1759
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004551#, c-format
4552msgid "invalid reserved blocks percent - %lf"
4553msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %lf"
4554
Philipp Thomasd0275172013-01-15 23:30:35 -05004555#: misc/mke2fs.c:1775
Philipp Thomas720e6362008-06-21 14:06:00 -04004556#, c-format
4557msgid ""
4558"The resize_inode and meta_bg features are not compatible.\n"
4559"They can not be both enabled simultaneously.\n"
4560msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004561"Die Eigenschaften resize_inode und meta_bg sind nicht kompatibel.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004562"Sie können nicht gleichzeitig aktiviert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004563
Philipp Thomasd0275172013-01-15 23:30:35 -05004564#: misc/mke2fs.c:1792
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004565msgid "while trying to determine hardware sector size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004566msgstr "beim Ermitteln der Hardware-Sektorgröße"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004567
Philipp Thomasd0275172013-01-15 23:30:35 -05004568#: misc/mke2fs.c:1798
Theodore Ts'o057a1592010-06-07 12:24:21 -04004569msgid "while trying to determine physical sector size"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004570msgstr "beim Ermitteln der physischen Sektorgröße"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004571
Philipp Thomasd0275172013-01-15 23:30:35 -05004572#: misc/mke2fs.c:1831
Theodore Ts'o057a1592010-06-07 12:24:21 -04004573msgid "while setting blocksize; too small for device\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004574msgstr "beim Setzen der Blockgröße; zu klein für das Gerät\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004575
Philipp Thomasd0275172013-01-15 23:30:35 -05004576#: misc/mke2fs.c:1836
Philipp Thomas3e914b52011-01-24 15:03:41 -05004577#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05004578msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4579msgstr "Warnung: die vorgegebene Blockgröße %d ist kleiner als die physische Sektorgröße %d\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004580
Philipp Thomasd0275172013-01-15 23:30:35 -05004581#: misc/mke2fs.c:1867
Philipp Thomas77c871a2010-04-19 16:59:02 -04004582#, c-format
4583msgid "warning: Unable to get device geometry for %s\n"
4584msgstr "Warnung: Die Geometrie für Gerät %s konnte nicht erfragt werden\n"
4585
Philipp Thomasd0275172013-01-15 23:30:35 -05004586#: misc/mke2fs.c:1870
Philipp Thomas77c871a2010-04-19 16:59:02 -04004587#, c-format
4588msgid "%s alignment is offset by %lu bytes.\n"
4589msgstr "Die Ausrichtung von %s ist um %lu Bytes verschoben.\n"
4590
Philipp Thomasd0275172013-01-15 23:30:35 -05004591#: misc/mke2fs.c:1872
Philipp Thomas77c871a2010-04-19 16:59:02 -04004592#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05004593msgid "This may result in very poor performance, (re)-partitioning suggested.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004594msgstr ""
4595"Das könnte zu sehr schlechter Leistung führen. Eine (Neu-)Partionierung\n"
4596" wird empfohlen.\n"
4597
Philipp Thomasd0275172013-01-15 23:30:35 -05004598#: misc/mke2fs.c:1883
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004599#, c-format
4600msgid "%d-byte blocks too big for system (max %d)"
4601msgstr "%d-Byte Blöcke zu groß für das System (max %d)"
4602
Philipp Thomasd0275172013-01-15 23:30:35 -05004603#: misc/mke2fs.c:1887
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004604#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05004605msgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4606msgstr "Warnung: %d-byte Blöcke sind zu groß für das System (max %d), fahre dennoch fort\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004607
Philipp Thomasd0275172013-01-15 23:30:35 -05004608#: misc/mke2fs.c:1925
Theodore Ts'obc759702005-05-09 20:40:55 -04004609msgid "reserved online resize blocks not supported on non-sparse filesystem"
4610msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004611"Für Online-Grössenänderungen reservierte Blöcke werden auf Dateisystemen\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004612"\tohne Unterstützung für Lückenkompression nicht unterstützt"
Theodore Ts'obc759702005-05-09 20:40:55 -04004613
Philipp Thomasd0275172013-01-15 23:30:35 -05004614#: misc/mke2fs.c:1934
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004615msgid "blocks per group count out of range"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05004616msgstr "Anzahl der Blöcke pro Gruppe ausserhalb des gültigen Bereichs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004617
Philipp Thomasd0275172013-01-15 23:30:35 -05004618#: misc/mke2fs.c:1949
Philipp Thomas720e6362008-06-21 14:06:00 -04004619msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Philipp Thomasd0275172013-01-15 23:30:35 -05004620msgstr "Eigenschaft flex_bg wurde nicht aktiviert, daher darf flex_bg Grösse nicht angegeben werden"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004621
Philipp Thomasd0275172013-01-15 23:30:35 -05004622#: misc/mke2fs.c:1961
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004623#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004624msgid "invalid inode size %d (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004625msgstr "ungültige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004626
Philipp Thomasd0275172013-01-15 23:30:35 -05004627#: misc/mke2fs.c:1979
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004628#, c-format
4629msgid "too many inodes (%llu), raise inode ratio?"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004630msgstr "zu viele Inodes (%llu), Inode-Verhältnis erhöhen?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004631
Philipp Thomasd0275172013-01-15 23:30:35 -05004632#: misc/mke2fs.c:1986
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004633#, c-format
4634msgid "too many inodes (%llu), specify < 2^32 inodes"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004635msgstr "zu viele Inodes (%llu), sie müssen weniger als 2^32 Inodes angeben"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004636
Philipp Thomasd0275172013-01-15 23:30:35 -05004637#: misc/mke2fs.c:2000
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004638#, c-format
4639msgid ""
4640"inode_size (%u) * inodes_count (%u) too big for a\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004641"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004642"\tor lower inode count (-N).\n"
4643msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004644"Inodegröße (%u) * Anzahl_Inodes (%u) ist zu gross für ein\n"
4645"\tDateisystem mit %llu Blöcken, geben Sie bitte entweder ein höheres\n"
4646"\tInodeverhältnis (-i) oder eine niedrigere Anzahl an Inodes (-N) an.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004647
Philipp Thomasd0275172013-01-15 23:30:35 -05004648#: misc/mke2fs.c:2119
Philipp Thomas720e6362008-06-21 14:06:00 -04004649#, c-format
4650msgid ""
4651"Overwriting existing filesystem; this can be undone using the command:\n"
4652" e2undo %s %s\n"
4653"\n"
4654msgstr ""
Philipp Thomasd0275172013-01-15 23:30:35 -05004655"Überschreibe das bestehende Dateisystem; dies kann rückgängig gemacht werden\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004656"durch den Befehl:\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004657" e2undo %s %s\n"
4658"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004659
Philipp Thomasd0275172013-01-15 23:30:35 -05004660#: misc/mke2fs.c:2133
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004661msgid "while trying to setup undo file\n"
4662msgstr "beim Erstellen der Undodatei\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004663
Philipp Thomasd0275172013-01-15 23:30:35 -05004664#: misc/mke2fs.c:2159
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004665msgid "Discarding device blocks: "
4666msgstr "Blöcke des Gerätes werden verworfen: "
Philipp Thomas77c871a2010-04-19 16:59:02 -04004667
Philipp Thomasd0275172013-01-15 23:30:35 -05004668#: misc/mke2fs.c:2176
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004669msgid "failed - "
4670msgstr "nicht erfolgreich - "
Philipp Thomas77c871a2010-04-19 16:59:02 -04004671
Philipp Thomasd0275172013-01-15 23:30:35 -05004672#: misc/mke2fs.c:2283
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004673msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004674msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004675
Philipp Thomasd0275172013-01-15 23:30:35 -05004676#: misc/mke2fs.c:2292
Philipp Thomas3e914b52011-01-24 15:03:41 -05004677#, c-format
4678msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004679msgstr "Verwerfen war erfolgreich und wird Nullen zurückliefern - das Löschen der Inode-Tabelle wird übersprungen \n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004680
Philipp Thomasd0275172013-01-15 23:30:35 -05004681#: misc/mke2fs.c:2375
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004682#, c-format
4683msgid "unknown os - %s"
4684msgstr "unbekanntes OS - %s"
4685
Philipp Thomasd0275172013-01-15 23:30:35 -05004686#: misc/mke2fs.c:2427
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004687#, c-format
4688msgid "Allocating group tables: "
4689msgstr "Platz für Gruppentabellen wird angefordert: "
4690
Philipp Thomasd0275172013-01-15 23:30:35 -05004691#: misc/mke2fs.c:2431
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004692msgid "while trying to allocate filesystem tables"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004693msgstr "beim Zuordnen von Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004694
Philipp Thomasd0275172013-01-15 23:30:35 -05004695#: misc/mke2fs.c:2440
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004696msgid ""
4697"\n"
4698"\twhile converting subcluster bitmap"
4699msgstr ""
4700"\n"
4701"\tbeim Konvertieren der Subcluster-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004702
Philipp Thomasd0275172013-01-15 23:30:35 -05004703#: misc/mke2fs.c:2483
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004704#, c-format
4705msgid "while zeroing block %llu at end of filesystem"
4706msgstr "beim Nullen von Block %llu am Ende des Dateisystems"
4707
Philipp Thomasd0275172013-01-15 23:30:35 -05004708#: misc/mke2fs.c:2496
Theodore Ts'obc759702005-05-09 20:40:55 -04004709msgid "while reserving blocks for online resize"
4710msgstr "beim Lesen des Bad-Block-Inodes"
4711
Philipp Thomasd0275172013-01-15 23:30:35 -05004712#: misc/mke2fs.c:2507 misc/tune2fs.c:640
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004713msgid "journal"
4714msgstr "Journal"
4715
Philipp Thomasd0275172013-01-15 23:30:35 -05004716#: misc/mke2fs.c:2519
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004717#, c-format
4718msgid "Adding journal to device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004719msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004720
Philipp Thomasd0275172013-01-15 23:30:35 -05004721#: misc/mke2fs.c:2526
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004722#, c-format
4723msgid ""
4724"\n"
4725"\twhile trying to add journal to device %s"
4726msgstr ""
4727"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004728"\tbeim Erstellen des Journals auf Gerät %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004729
Philipp Thomasd0275172013-01-15 23:30:35 -05004730#: misc/mke2fs.c:2531 misc/mke2fs.c:2563 misc/tune2fs.c:669 misc/tune2fs.c:683
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004731#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004732msgid "done\n"
4733msgstr "erledigt\n"
4734
Philipp Thomasd0275172013-01-15 23:30:35 -05004735#: misc/mke2fs.c:2540
Philipp Thomas77c871a2010-04-19 16:59:02 -04004736#, c-format
4737msgid "Skipping journal creation in super-only mode\n"
4738msgstr "Die Erzeugung eines Journals wird im Nur-Super Modus übersprungen\n"
4739
Philipp Thomasd0275172013-01-15 23:30:35 -05004740#: misc/mke2fs.c:2551
Philipp Thomas68801282008-07-17 11:47:00 -04004741#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004742msgid "Creating journal (%u blocks): "
Philipp Thomas68801282008-07-17 11:47:00 -04004743msgstr "Erstelle Journal (%u Blöcke): "
Philipp Thomas720e6362008-06-21 14:06:00 -04004744
Philipp Thomasd0275172013-01-15 23:30:35 -05004745#: misc/mke2fs.c:2559
Philipp Thomasedc733d2012-04-22 15:38:42 -04004746msgid ""
4747"\n"
4748"\twhile trying to create journal"
4749msgstr ""
4750"\n"
4751"\tbeim Erstellen des Journals"
4752
Philipp Thomasd0275172013-01-15 23:30:35 -05004753#: misc/mke2fs.c:2570 misc/tune2fs.c:446
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004754#, c-format
4755msgid ""
4756"\n"
4757"Error while enabling multiple mount protection feature."
4758msgstr ""
4759"\n"
4760"Fehler beim Aktivieren des Schutzes vor mehrfachem Einhängen."
4761
Philipp Thomasd0275172013-01-15 23:30:35 -05004762#: misc/mke2fs.c:2575
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004763#, c-format
4764msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004765msgstr "Der Schutz vor mehrfachem Einhängen wurde mit einem Intervall von %d Sekunden aktiviert\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004766
Philipp Thomasd0275172013-01-15 23:30:35 -05004767#: misc/mke2fs.c:2588
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004768#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004769msgid "Writing superblocks and filesystem accounting information: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004770msgstr "Schreibe Superblöcke und Dateisystem-Accountinginformationen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004771
Philipp Thomasd0275172013-01-15 23:30:35 -05004772#: misc/mke2fs.c:2595
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004773#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004774msgid ""
4775"\n"
4776"Warning, had trouble writing out superblocks."
4777msgstr ""
4778"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004779"Warnung: Probleme beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004780
Philipp Thomasd0275172013-01-15 23:30:35 -05004781#: misc/mke2fs.c:2597
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004782#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004783msgid ""
4784"done\n"
4785"\n"
4786msgstr ""
4787"erledigt\n"
4788"\n"
4789
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004790#: misc/mklost+found.c:50
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004791#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004792msgid "Usage: mklost+found\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004793msgstr "Aufruf: mklost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004794
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004795#: misc/partinfo.c:41
Philipp Thomasa700f512008-08-29 08:49:57 -04004796#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004797msgid ""
4798"Usage: %s device...\n"
4799"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004800"Prints out the partition information for each given device.\n"
4801"For example: %s /dev/hda\n"
4802"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004803msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004804"Aufruf: %s Gerät...\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004805"\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004806"Gibt Informationen über die Partitionen jedes angegebenen Gerätes aus.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004807"Zum Beispiel: %s /dev/hda\n"
4808"\n"
4809
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004810#: misc/partinfo.c:51
Philipp Thomas40771272008-09-07 22:55:25 -04004811#, c-format
4812msgid "Cannot open %s: %s"
4813msgstr "Kann %s nicht öffnen: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004814
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004815#: misc/partinfo.c:57
Philipp Thomas40771272008-09-07 22:55:25 -04004816#, c-format
4817msgid "Cannot get geometry of %s: %s"
4818msgstr "Geometrie von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004819
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004820#: misc/partinfo.c:65
Philipp Thomas40771272008-09-07 22:55:25 -04004821#, c-format
4822msgid "Cannot get size of %s: %s"
4823msgstr "Grösse von %s kann nicht gelesen werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004824
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004825#: misc/partinfo.c:71
Philipp Thomas40771272008-09-07 22:55:25 -04004826#, c-format
4827msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
4828msgstr "%s: h=%3d s=%3d c=%4d Start=%8d Grösse=%8lu Ende=%8d\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004829
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004830#: misc/tune2fs.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004831msgid "Please run e2fsck on the filesystem.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004832msgstr "Lassen Sie bitte e2fsck über das Dateisystem laufen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004833
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004834#: misc/tune2fs.c:116
Philipp Thomas68801282008-07-17 11:47:00 -04004835#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004836msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004837"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004838"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004839"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p mmp_update_interval]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004840"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004841"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004842"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4843"\t[ -I new_inode_size ] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004844msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004845"Aufruf: %s [-c max-Anzahl-Einhängen] [-e Fehler-Verhalten] [-g Gruppe]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004846"\t[-i Intervall[d|m|w]] [-j] [-J Journal-Optionen] [-l]\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004847"\t[-m reservierte_Blöcke_Prozent] [-o [^]Einhäng_Optionen[,...]] [-p mmp_update_intervall]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004848"\t[-r Anzahl_reservierte_Blöcke] [-u Benutzer] [-C Anzahl_Einhängen]\n"
4849"\t[-L Volume_Label] [-M letztes_eingehängtes_Verzeichnis]\n"
4850"\t[-O [^]Eigenschaft[,...]] [-E erweiterte-Option[,...]]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004851"\t[-T letzter_Prüfzeitpunkt] [-U UUID] [-I neue_Inodegrösse] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004852
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004853#: misc/tune2fs.c:205
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004854msgid "while trying to open external journal"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004855msgstr "beim Öffnen des externen Journals"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004856
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004857#: misc/tune2fs.c:210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004858#, c-format
4859msgid "%s is not a journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004860msgstr "%s ist kein Journal-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004861
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004862#: misc/tune2fs.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004863msgid "Journal superblock not found!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004864msgstr "Journal-Superblock nicht gefunden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004865
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004866#: misc/tune2fs.c:236
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004867msgid "Filesystem's UUID not found on journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004868msgstr "UUID des Dateisystems auf Journal-Gerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004869
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004870#: misc/tune2fs.c:257
4871msgid ""
4872"Cannot locate journal device. It was NOT removed\n"
4873"Use -f option to remove missing journal device.\n"
4874msgstr ""
4875"Das Journal-Gerät konnte nicht gefunden werden. Es wurde NICHT entfernt\n"
4876"Verwenden Sie die Option -f, um das fehlende Journal-Gerät zu entfernen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004877
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004878#: misc/tune2fs.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004879msgid "Journal removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004880msgstr "Journal gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004881
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004882#: misc/tune2fs.c:309
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004883msgid "while reading bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004884msgstr "beim Lesen von Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004885
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004886#: misc/tune2fs.c:317
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004887msgid "while clearing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004888msgstr "beim Bereinigen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004889
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004890#: misc/tune2fs.c:328
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004891msgid "while writing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004892msgstr "beim Schreiben des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004893
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004894#: misc/tune2fs.c:363
Philipp Thomas3e914b52011-01-24 15:03:41 -05004895#, c-format
4896msgid "(and reboot afterwards!)\n"
4897msgstr "(und hinterher das System neu starten!)\n"
4898
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004899#: misc/tune2fs.c:396
Theodore Ts'o8f741372008-02-28 21:47:05 -05004900#, c-format
4901msgid "Clearing filesystem feature '%s' not supported.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004902msgstr "Das Zurücksetzen von Dateisystem-Eigenschaft „%s“ wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004903
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004904#: misc/tune2fs.c:402
Philipp Thomas67671422008-05-14 18:42:45 -04004905#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004906msgid "Setting filesystem feature '%s' not supported.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004907msgstr "Das Setzen der Dateisystem-Eigenschaft „%s“ wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004908
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004909#: misc/tune2fs.c:411
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004910msgid ""
Philipp Thomas68801282008-07-17 11:47:00 -04004911"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004912"unmounted or mounted read-only.\n"
4913msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004914"Die has_jounal Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
4915"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004916
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004917#: misc/tune2fs.c:419
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004918msgid ""
4919"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4920"the has_journal flag.\n"
4921msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004922"Das needs_recovery Flag ist gesetzt. Bitte starten sie e2fsck vor\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004923"der Zurücksetzung des has_journal Flags.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004924
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004925#: misc/tune2fs.c:438
4926msgid ""
4927"The multiple mount protection feature can't\n"
4928"be set if the filesystem is mounted or\n"
4929"read-only.\n"
4930msgstr ""
4931"Die Eigenschaft \"Schutz vor mehrfachem Einhängen\" kann nur nicht\n"
4932"zurückgesetzt werden, wenn das Dateisystem nicht oder nur zum Lesen\n"
4933"eingehängt ist.\n"
4934
4935#: misc/tune2fs.c:456
4936#, c-format
4937msgid "Multiple mount protection has been enabled with update interval %ds.\n"
4938msgstr ""
4939"Schutz vor mehrfachem Einhängen wurde aktiviert mit einem Aktualisierungs-\n"
4940"intervall von %ds.\n"
4941
4942#: misc/tune2fs.c:465
4943msgid ""
4944"The multiple mount protection feature cannot\n"
4945"be disabled if the filesystem is readonly.\n"
4946msgstr ""
4947"Der Schutz vor mehrfachem Einhängen kann nicht deaktiviert werden,\n"
4948"wenn das Dateisystem nur lesbar ist.\n"
4949
4950#: misc/tune2fs.c:473
4951msgid "Error while reading bitmaps\n"
4952msgstr "Fehler beim Lesen der Bitmaps\n"
4953
4954#: misc/tune2fs.c:482
4955#, c-format
4956msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004957msgstr "Die magische Zahl im MMP-Block passt nicht. Erwartet: %x, tatsächlich: %x\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004958
4959#: misc/tune2fs.c:487
4960msgid "while reading MMP block."
4961msgstr "beim Lesen des MMP-Blockes."
4962
4963#: misc/tune2fs.c:519
Philipp Thomas720e6362008-06-21 14:06:00 -04004964msgid ""
4965"Clearing the flex_bg flag would cause the the filesystem to be\n"
4966"inconsistent.\n"
4967msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004968"Das Zurücksetzen der Kennung flex_bg würde das Dateisystem inkonsistent\n"
4969"machen.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004970
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004971#: misc/tune2fs.c:530
Philipp Thomas68801282008-07-17 11:47:00 -04004972msgid ""
4973"The huge_file feature may only be cleared when the filesystem is\n"
4974"unmounted or mounted read-only.\n"
4975msgstr ""
4976"Die huge_file Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
4977"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
4978
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004979#: misc/tune2fs.c:590
4980msgid ""
4981"\n"
4982"Warning: '^quota' option overrides '-Q'arguments.\n"
4983msgstr ""
4984"\n"
4985"Warnung: die Option „^quota“ hat Vorrang vor „-Q“ Optionen.\n"
4986
4987#: misc/tune2fs.c:635
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004988msgid "The filesystem already has a journal.\n"
4989msgstr "Das Dateisystem hat schon ein Journal.\n"
4990
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004991#: misc/tune2fs.c:653
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004992#, c-format
4993msgid ""
4994"\n"
4995"\twhile trying to open journal on %s\n"
4996msgstr ""
4997"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004998"\tbeim Öffnen des Journals auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004999
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005000#: misc/tune2fs.c:657
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005001#, c-format
5002msgid "Creating journal on device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005003msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005004
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005005#: misc/tune2fs.c:665
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005006#, c-format
5007msgid "while adding filesystem to journal on %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005008msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005009
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005010#: misc/tune2fs.c:671
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005011msgid "Creating journal inode: "
Philipp Thomasa700f512008-08-29 08:49:57 -04005012msgstr "Erstelle Journal-Inode: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005013
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005014#: misc/tune2fs.c:680
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005015msgid ""
5016"\n"
5017"\twhile trying to create journal file"
5018msgstr ""
5019"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005020"\tbeim Erstellen der Journaldatei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005021
Philipp Thomasd0275172013-01-15 23:30:35 -05005022#: misc/tune2fs.c:754
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005023msgid "Couldn't allocate memory to parse quota options!\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005024msgstr "Speicher zum Parsen der Quota-Optionen konnte nicht reserviert werden!\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005025
Philipp Thomasd0275172013-01-15 23:30:35 -05005026#: misc/tune2fs.c:776
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005027msgid ""
5028"\n"
5029"Bad quota options specified.\n"
5030"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005031"Following valid quota options are available (pass by separating with comma):\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005032"\t[^]usrquota\n"
5033"\t[^]grpquota\n"
5034"\n"
5035"\n"
5036msgstr ""
5037"\n"
5038"Es wurden ungültige Quota-Optionen angegeben.\n"
5039"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005040"Following valid quota options are available (pass by separating with comma):\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005041"Die folgenden Quotaoptionen sind verfügbar (durch Komma getrennt angeben):\n"
5042"\t[^]usrquota\n"
5043"\t[^]grpquota\n"
5044"\n"
5045"\n"
5046
Philipp Thomasd0275172013-01-15 23:30:35 -05005047#: misc/tune2fs.c:837
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005048#, c-format
5049msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005050msgstr "Konnte Datum/Zeit nicht parsen: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005051
Philipp Thomasd0275172013-01-15 23:30:35 -05005052#: misc/tune2fs.c:861 misc/tune2fs.c:874
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005053#, c-format
5054msgid "bad mounts count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005055msgstr "Ungültiger Mounts-Zähler - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005056
Philipp Thomasd0275172013-01-15 23:30:35 -05005057#: misc/tune2fs.c:890
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005058#, c-format
5059msgid "bad error behavior - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005060msgstr "ungültiges Fehler-Verhalten - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005061
Philipp Thomasd0275172013-01-15 23:30:35 -05005062#: misc/tune2fs.c:917
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005063#, c-format
5064msgid "bad gid/group name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005065msgstr "ungültige(r) GID oder Gruppenname - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005066
Philipp Thomasd0275172013-01-15 23:30:35 -05005067#: misc/tune2fs.c:950
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005068#, c-format
5069msgid "bad interval - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005070msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005071
Philipp Thomasd0275172013-01-15 23:30:35 -05005072#: misc/tune2fs.c:979
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005073#, c-format
5074msgid "bad reserved block ratio - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005075msgstr "ungültiges Reservierte-Blöcke-Verhältnis - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005076
Philipp Thomasd0275172013-01-15 23:30:35 -05005077#: misc/tune2fs.c:994
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005078msgid "-o may only be specified once"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005079msgstr "-o darf nur eimal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005080
Philipp Thomasd0275172013-01-15 23:30:35 -05005081#: misc/tune2fs.c:1003
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005082msgid "-O may only be specified once"
5083msgstr "-O darf nur eimal angegeben werden"
5084
Philipp Thomasd0275172013-01-15 23:30:35 -05005085#: misc/tune2fs.c:1018
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005086#, c-format
5087msgid "bad reserved blocks count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005088msgstr "ungültige Anzahl von reservierten Blöcken - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005089
Philipp Thomasd0275172013-01-15 23:30:35 -05005090#: misc/tune2fs.c:1047
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005091#, c-format
5092msgid "bad uid/user name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005093msgstr "ungültige(r) UID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005094
Philipp Thomasd0275172013-01-15 23:30:35 -05005095#: misc/tune2fs.c:1064
Philipp Thomas68801282008-07-17 11:47:00 -04005096#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005097msgid "bad inode size - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005098msgstr "Unzulässige Inodegröße - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04005099
Philipp Thomasd0275172013-01-15 23:30:35 -05005100#: misc/tune2fs.c:1071
Philipp Thomas720e6362008-06-21 14:06:00 -04005101#, c-format
5102msgid "Inode size must be a power of two- %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005103msgstr "Inodegrösse muss eine Zweierpotenz sein- %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04005104
Philipp Thomasd0275172013-01-15 23:30:35 -05005105#: misc/tune2fs.c:1165
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005106#, c-format
5107msgid "mmp_update_interval too big: %lu\n"
5108msgstr "mmp_update_interval ist zu groß: %lu\n"
5109
Philipp Thomasd0275172013-01-15 23:30:35 -05005110#: misc/tune2fs.c:1170
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005111#, c-format
5112msgid "Setting multiple mount protection update interval to %lu second\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005113msgid_plural "Setting multiple mount protection update interval to %lu seconds\n"
5114msgstr[0] "Setze das Intervall für den Schutz vor mehrfachem Einhängen auf %lu Sekunde\n"
5115msgstr[1] "Setze das Intervall für den Schutz vor mehrfachem Einhängen auf %lu Sekunden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005116
Philipp Thomasd0275172013-01-15 23:30:35 -05005117#: misc/tune2fs.c:1193
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005118#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005119msgid "Invalid RAID stride: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005120msgstr "Ungültiger RAID Stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005121
Philipp Thomasd0275172013-01-15 23:30:35 -05005122#: misc/tune2fs.c:1208
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005123#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005124msgid "Invalid RAID stripe-width: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005125msgstr "Ungültige RAID Stripe-Breite: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005126
Philipp Thomasd0275172013-01-15 23:30:35 -05005127#: misc/tune2fs.c:1223
Philipp Thomas40771272008-09-07 22:55:25 -04005128#, c-format
5129msgid "Invalid hash algorithm: %s\n"
5130msgstr "Ungültiger Hashalgorithmus: %s\n"
5131
Philipp Thomasd0275172013-01-15 23:30:35 -05005132#: misc/tune2fs.c:1229
Philipp Thomas40771272008-09-07 22:55:25 -04005133#, c-format
5134msgid "Setting default hash algorithm to %s (%d)\n"
5135msgstr "Der standard Hashalgorithmus wird auf %s (%d) gesetzt\n"
5136
Philipp Thomasd0275172013-01-15 23:30:35 -05005137#: misc/tune2fs.c:1248
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005138#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005139msgid ""
5140"\n"
5141"Bad options specified.\n"
5142"\n"
5143"Extended options are separated by commas, and may take an argument which\n"
5144"\tis set off by an equals ('=') sign.\n"
5145"\n"
5146"Valid extended options are:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005147"\tclear_mmp\n"
5148"\thash_alg=<hash algorithm>\n"
5149"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005150"\tstride=<RAID per-disk chunk size in blocks>\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005151"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005152"\ttest_fs\n"
5153"\t^test_fs\n"
5154msgstr ""
5155"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005156"Ungültige Optionen wurden angegeben.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005157"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005158"Erweiterte Optionen werden mit Kommatas getrennt angegeben und erwarten\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005159"\teventuell ein Argument, welches mit Gleichheitszeichen („=“)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005160"\tzugewiesenwird.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005161"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005162"Gültige erweiterte Optionen sind:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005163"\tclear_mmp\n"
5164"\thash_alg=<Hashalgorithmus>\n"
5165"\tmount_opts=<erweiterte Standard-Einhängoptionen>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005166"\tstride=<RAID Segmentgrösse pro PLatte in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005167"\tstripe-width=<RAID Stride*Datenplatten in Blöcken>\n"
5168"\ttest_fs\n"
5169"\t^test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005170
Philipp Thomasd0275172013-01-15 23:30:35 -05005171#: misc/tune2fs.c:1714
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005172msgid "Failed to read inode bitmap\n"
5173msgstr "Die Inode-Bitmap konnte nicht gelesen werden\n"
5174
Philipp Thomasd0275172013-01-15 23:30:35 -05005175#: misc/tune2fs.c:1719
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005176msgid "Failed to read block bitmap\n"
5177msgstr "Die Block-Bitmaps konnten nicht gelesen werden\n"
5178
Philipp Thomasd0275172013-01-15 23:30:35 -05005179#: misc/tune2fs.c:1736 resize/resize2fs.c:802
Philipp Thomas720e6362008-06-21 14:06:00 -04005180msgid "blocks to be moved"
5181msgstr "zu verschiebende Blöcke"
5182
Philipp Thomasd0275172013-01-15 23:30:35 -05005183#: misc/tune2fs.c:1739
Philipp Thomas77c871a2010-04-19 16:59:02 -04005184msgid "Failed to allocate block bitmap when increasing inode size\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005185msgstr "Beim Vergrössern der Inodes konnte keine Block-Bitmap angelegt werden\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005186
Philipp Thomasd0275172013-01-15 23:30:35 -05005187#: misc/tune2fs.c:1745
Philipp Thomas77c871a2010-04-19 16:59:02 -04005188msgid "Not enough space to increase inode size \n"
5189msgstr "Der Platz reicht nicht aus um die Inodegrösse zu erhöhen \n"
5190
Philipp Thomasd0275172013-01-15 23:30:35 -05005191#: misc/tune2fs.c:1750
Philipp Thomas77c871a2010-04-19 16:59:02 -04005192msgid "Failed to relocate blocks during inode resize \n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005193msgstr "Beim Vergrössern der Inodes konnten die Blöcke nicht verschoben werden \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005194
Philipp Thomasd0275172013-01-15 23:30:35 -05005195#: misc/tune2fs.c:1782
Philipp Thomas77c871a2010-04-19 16:59:02 -04005196msgid ""
5197"Error in resizing the inode size.\n"
5198"Run e2undo to undo the file system changes. \n"
5199msgstr ""
5200"Fehler beim Verändern der Inodegrösse.\n"
5201"Starten Sie e2undo um die Änderungen am Dateisystem rückgängig zu machen. \n"
5202
Philipp Thomasd0275172013-01-15 23:30:35 -05005203#: misc/tune2fs.c:1809
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005204msgid "Couldn't allocate memory for tdb filename\n"
5205msgstr "Kann keinen Speicher für den tdb-Dateinamen reservieren\n"
5206
Philipp Thomasd0275172013-01-15 23:30:35 -05005207#: misc/tune2fs.c:1831
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005208#, c-format
5209msgid "while trying to delete %s"
5210msgstr "beim Versuch, %s zu löschen"
5211
Philipp Thomasd0275172013-01-15 23:30:35 -05005212#: misc/tune2fs.c:1841
Philipp Thomas77c871a2010-04-19 16:59:02 -04005213#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005214msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005215"To undo the tune2fs operation please run the command\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005216" e2undo %s %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005217"\n"
5218msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04005219"Um die Aktionen von tune2fs rückgängig zu machen, starten Sie bitte den\n"
5220"Befehl\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005221" e2undo %s %s\n"
Philipp Thomas68801282008-07-17 11:47:00 -04005222"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005223
Philipp Thomasd0275172013-01-15 23:30:35 -05005224#: misc/tune2fs.c:1910
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005225#, c-format
5226msgid ""
5227"MMP block magic is bad. Try to fix it by running:\n"
5228"'e2fsck -f %s'\n"
5229msgstr ""
5230"Die Kennung des MMP Blockes ist ungültig. Versuchen Sie ihn durch folgendes\n"
5231"Kommando zu reparieren:\n"
5232"„e2fsck -f %s“\n"
5233
Philipp Thomasd0275172013-01-15 23:30:35 -05005234#: misc/tune2fs.c:1928
Philipp Thomas40771272008-09-07 22:55:25 -04005235#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04005236msgid "The inode size is already %lu\n"
5237msgstr "Die Inodegrösse ist bereits %lu\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005238
Philipp Thomasd0275172013-01-15 23:30:35 -05005239#: misc/tune2fs.c:1934
Philipp Thomas40771272008-09-07 22:55:25 -04005240#, c-format
5241msgid "Shrinking the inode size is not supported\n"
5242msgstr "Das Schrumpfen der Inodegrösse wird nicht unterstützt\n"
5243
Philipp Thomasd0275172013-01-15 23:30:35 -05005244#: misc/tune2fs.c:1981
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005245#, c-format
5246msgid "Setting maximal mount count to %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005247msgstr "Die maximale Anzahl von Einhängungen wird auf %d gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005248
Philipp Thomasd0275172013-01-15 23:30:35 -05005249#: misc/tune2fs.c:1987
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005250#, c-format
5251msgid "Setting current mount count to %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005252msgstr "Die derzeitige Anzahl von Einhängungen wird auf %d gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005253
Philipp Thomasd0275172013-01-15 23:30:35 -05005254#: misc/tune2fs.c:1992
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005255#, c-format
5256msgid "Setting error behavior to %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005257msgstr "Das Fehler-Verhalten wird auf %d gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005258
Philipp Thomasd0275172013-01-15 23:30:35 -05005259#: misc/tune2fs.c:1997
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005260#, c-format
5261msgid "Setting reserved blocks gid to %lu\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005262msgstr "Die GID für reservierte Blöcke wird auf %lu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005263
Philipp Thomasd0275172013-01-15 23:30:35 -05005264#: misc/tune2fs.c:2002
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005265#, c-format
5266msgid "interval between checks is too big (%lu)"
5267msgstr "Das Intervall zwischen den Prüfungen ist zu groß (%lu)"
5268
Philipp Thomasd0275172013-01-15 23:30:35 -05005269#: misc/tune2fs.c:2009
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005270#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005271msgid "Setting interval between checks to %lu seconds\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005272msgstr "Das Intervall zwischen zwei Checks wird auf %lu Sekunden gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005273
Philipp Thomasd0275172013-01-15 23:30:35 -05005274#: misc/tune2fs.c:2016
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005275#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005276msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005277msgstr "Der Prozentsatz reservierter Böcke wird auf %g%% (%llu Blöcke) gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005278
Philipp Thomasd0275172013-01-15 23:30:35 -05005279#: misc/tune2fs.c:2022
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005280#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005281msgid "reserved blocks count is too big (%llu)"
5282msgstr "Die Anzahl der reservierten Blöcke ist zu gross (%llu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005283
Philipp Thomasd0275172013-01-15 23:30:35 -05005284#: misc/tune2fs.c:2029
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005285#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005286msgid "Setting reserved blocks count to %llu\n"
5287msgstr "Die Anzahl der reservierten Blöcke wird auf %llu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005288
Philipp Thomasd0275172013-01-15 23:30:35 -05005289#: misc/tune2fs.c:2035
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005290msgid ""
5291"\n"
5292"The filesystem already has sparse superblocks.\n"
5293msgstr ""
5294"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005295"Das Dateisystem hat bereits verteilte Superblöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005296
Philipp Thomasd0275172013-01-15 23:30:35 -05005297#: misc/tune2fs.c:2042
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005298#, c-format
5299msgid ""
5300"\n"
5301"Sparse superblock flag set. %s"
5302msgstr ""
5303"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005304"Kennzeichen für verteilten Superblock gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005305
Philipp Thomasd0275172013-01-15 23:30:35 -05005306#: misc/tune2fs.c:2047
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005307msgid ""
5308"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005309"Clearing the sparse superflag not supported.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005310msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005311"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005312"Das Zurücksetzen des Kennzeichens für „verteilter Superblock“ wird nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005313"\tunterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005314
Philipp Thomasd0275172013-01-15 23:30:35 -05005315#: misc/tune2fs.c:2055
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005316#, c-format
5317msgid "Setting time filesystem last checked to %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005318msgstr "Die Zeit des letzten Dateisystemchecks wird auf %s gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005319
Philipp Thomasd0275172013-01-15 23:30:35 -05005320#: misc/tune2fs.c:2061
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005321#, c-format
5322msgid "Setting reserved blocks uid to %lu\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005323msgstr "Die UID für reservierte Blöcke wird auf %lu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005324
Philipp Thomasd0275172013-01-15 23:30:35 -05005325#: misc/tune2fs.c:2093
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005326msgid "Error in using clear_mmp. It must be used with -f\n"
5327msgstr ""
5328"Fehler bei der Verwendung von clear_mmp. Es muss zusammen mit -f\n"
5329"verwendet werden\n"
5330
Philipp Thomasd0275172013-01-15 23:30:35 -05005331#: misc/tune2fs.c:2111
5332msgid "The quota feature may only be changed when the filesystem is unmounted.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005333msgstr ""
Philipp Thomasd0275172013-01-15 23:30:35 -05005334"Quotas können nur aktiviert bzw. deaktiviert werden, wenn das Dateisystem nicht\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005335"eingehängt ist\n"
5336
Philipp Thomasd0275172013-01-15 23:30:35 -05005337#: misc/tune2fs.c:2144
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005338msgid "Invalid UUID format\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005339msgstr "Ungültiges UUID Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005340
Philipp Thomasd0275172013-01-15 23:30:35 -05005341#: misc/tune2fs.c:2157
Philipp Thomas720e6362008-06-21 14:06:00 -04005342msgid "The inode size may only be changed when the filesystem is unmounted.\n"
5343msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04005344"Die Grösse der Inodes kann nur geändert werden, wenn das Dateisystem\n"
5345"nicht eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005346
Philipp Thomasd0275172013-01-15 23:30:35 -05005347#: misc/tune2fs.c:2165
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005348msgid ""
5349"Changing the inode size not supported for filesystems with the flex_bg\n"
5350"feature enabled.\n"
5351msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04005352"Das Ändern der Inodegrösse wird auf Dateisystemen mit aktivierter flex_bg\n"
5353"Eigenschaft nicht unterstützt.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005354
Philipp Thomasd0275172013-01-15 23:30:35 -05005355#: misc/tune2fs.c:2178
Philipp Thomas68801282008-07-17 11:47:00 -04005356#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005357msgid "Setting inode size %lu\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005358msgstr "Die Inode-Größe wird auf %lu gesetzt\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005359
Philipp Thomasd0275172013-01-15 23:30:35 -05005360#: misc/tune2fs.c:2181
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005361#, c-format
5362msgid "Failed to change inode size\n"
5363msgstr "Die Inode-Größe konnte nicht geändert werdeb\n"
5364
Philipp Thomasd0275172013-01-15 23:30:35 -05005365#: misc/tune2fs.c:2192
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005366#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005367msgid "Setting stride size to %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005368msgstr "Die Stride-Größe wird auf %d gesetzt\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005369
Philipp Thomasd0275172013-01-15 23:30:35 -05005370#: misc/tune2fs.c:2197
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005371#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005372msgid "Setting stripe width to %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005373msgstr "Die Stripe-Breite wird auf %d gesetzt\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005374
Philipp Thomasd0275172013-01-15 23:30:35 -05005375#: misc/tune2fs.c:2204
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005376#, c-format
5377msgid "Setting extended default mount options to '%s'\n"
5378msgstr "Als erweiterte Einhäng-Optionen werden in Zukunft „%s“ verwendet\n"
5379
5380#: misc/util.c:74
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005381msgid "Proceed anyway? (y,n) "
Theodore Ts'o3e5ffd82008-05-12 09:51:17 -04005382msgstr "Trotzdem fortsetzen? (j,n) "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005383
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005384#: misc/util.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005385#, c-format
5386msgid "Could not stat %s --- %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005387msgstr "Status für %s konnte nicht ermittelt werden --- %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005388
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005389#: misc/util.c:92
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005390msgid ""
5391"\n"
5392"The device apparently does not exist; did you specify it correctly?\n"
5393msgstr ""
5394"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005395"Das Gerät existiert offensichtlich nicht; haben Sie es richtig angegeben?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005396
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005397#: misc/util.c:103
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005398#, c-format
5399msgid "%s is not a block special device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005400msgstr "%s ist kein spezielles Block-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005401
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005402#: misc/util.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005403#, c-format
5404msgid "%s is entire device, not just one partition!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005405msgstr "%s ist das ganze Gerät, nicht nur eine Partition!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005406
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005407#: misc/util.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005408msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005409msgstr "mke2fs trotzdem erzwungen. Hoffentlich ist /etc/mtab ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005410
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005411#: misc/util.c:159
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005412#, c-format
5413msgid "will not make a %s here!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005414msgstr "werde dort kein %s erstellen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005415
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005416#: misc/util.c:166
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005417msgid "mke2fs forced anyway.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005418msgstr "mke2fs wird sowieso erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005419
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005420#: misc/util.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005421msgid "Couldn't allocate memory to parse journal options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005422msgstr "Konnte keinen Speicher zur Analyse der Journal-Optionen anfordern!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005423
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005424#: misc/util.c:207
Philipp Thomas3e914b52011-01-24 15:03:41 -05005425#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04005426msgid ""
5427"\n"
5428"Could not find journal device matching %s\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005429msgstr ""
5430"\n"
5431"Das Journalgerät %s ist nicht auffindbar\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04005432
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005433#: misc/util.c:228
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005434msgid ""
5435"\n"
5436"Bad journal options specified.\n"
5437"\n"
5438"Journal options are separated by commas, and may take an argument which\n"
5439"\tis set off by an equals ('=') sign.\n"
5440"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04005441"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005442"\tsize=<journal size in megabytes>\n"
5443"\tdevice=<journal device>\n"
5444"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005445"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005446"\n"
5447msgstr ""
5448"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005449"Ungültige Journal-Optionen wurden angegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005450"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005451"Journal-Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005452"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005453"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005454"Gültige Journal-Optionen sind:\n"
5455"\tsize=<Journalgröße in Megabytes>\n"
5456"\tdevice=<Journal-Gerät>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005457"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005458"Die Grösse des Journals muss zwischen 1024 und 10240000 Dateisystem-Blöcken\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005459"\tliegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005460"\n"
5461
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005462#: misc/util.c:258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005463msgid ""
5464"\n"
5465"Filesystem too small for a journal\n"
5466msgstr ""
5467"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005468"Das Dateisystem ist zu klein für ein Journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005469
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005470#: misc/util.c:265
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005471#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005472msgid ""
5473"\n"
5474"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005475"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005476msgstr ""
5477"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005478"Die angegebene Journalgröße beträgt %d Blöcke. Sie muss aber zwischen\n"
Philipp Thomas18eaec22011-10-02 22:50:38 -04005479"1024 und 10240000 Dateisystem-Blöcken liegen. Abbruch! \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005480
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005481#: misc/util.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005482msgid ""
5483"\n"
5484"Journal size too big for filesystem.\n"
5485msgstr ""
5486"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005487"Das Journal ist zu groß für dieses Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005488
Theodore Ts'o057a1592010-06-07 12:24:21 -04005489#: misc/util.c:287
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005490#, c-format
5491msgid ""
5492"This filesystem will be automatically checked every %d mounts or\n"
5493"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5494msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005495"Das Dateisystem wird automatisch nach jeweils %d Einhäng-Vorgängen bzw.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005496"alle %g Tage überprüft, je nachdem, was zuerst eintritt. Dies kann durch\n"
5497"tune2fs -c oder -i geändert werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005498
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005499#: misc/uuidd.c:48
5500#, c-format
5501msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5502msgstr "Aufruf %s [-d] [-p Pid-Datei] [-s Socketpfad] [-T Timeout]\n"
5503
5504#: misc/uuidd.c:50
5505#, c-format
5506msgid " %s [-r|t] [-n num] [-s socketpath]\n"
5507msgstr " %s [-r|t] [-n Zahl] [-s Socketpfad]\n"
5508
5509#: misc/uuidd.c:52
5510#, c-format
5511msgid " %s -k\n"
5512msgstr " %s -k\n"
5513
5514#: misc/uuidd.c:154
5515msgid "bad arguments"
5516msgstr "unzulässige Argumente"
5517
5518#: misc/uuidd.c:172
5519msgid "connect"
5520msgstr "verbinden"
5521
5522#: misc/uuidd.c:191
5523msgid "write"
5524msgstr "schreiben"
5525
5526#: misc/uuidd.c:199
5527msgid "read count"
5528msgstr "Anzhl Lesezugriffe"
5529
5530#: misc/uuidd.c:205
5531msgid "bad response length"
5532msgstr "Ungültige Antwort-Länge"
5533
5534#: misc/uuidd.c:270
5535#, c-format
5536msgid "uuidd daemon already running at pid %s\n"
5537msgstr "Der Uuid-Daemon läuft bereits mit PID %s\n"
5538
5539#: misc/uuidd.c:278
5540#, c-format
5541msgid "Couldn't create unix stream socket: %s"
5542msgstr "Der Unix Streamsocket konnte nicht erzeugt werden: %s"
5543
5544#: misc/uuidd.c:307
5545#, c-format
5546msgid "Couldn't bind unix socket %s: %s\n"
5547msgstr "Verbinden mit dem Unix-Socket %s war nicht möglich: %s\n"
5548
5549#: misc/uuidd.c:315
5550#, c-format
5551msgid "Couldn't listen on unix socket %s: %s\n"
5552msgstr "Das Lauschen am Unix-Socket %s war nicht möglich: %s\n"
5553
5554#: misc/uuidd.c:353
5555#, c-format
5556msgid "Error reading from client, len = %d\n"
5557msgstr "Fehler beim Lesen vom Klienten, Länge = %d\n"
5558
5559#: misc/uuidd.c:361
5560#, c-format
5561msgid "operation %d, incoming num = %d\n"
5562msgstr "Operation %d, eingehende Zahl = %d\n"
5563
5564#: misc/uuidd.c:380
5565#, c-format
5566msgid "Generated time UUID: %s\n"
5567msgstr "Erzeugte Zeit-UUID: %s\n"
5568
5569#: misc/uuidd.c:390
5570#, c-format
5571msgid "Generated random UUID: %s\n"
5572msgstr "Erzeugte Zufalls-UUID: %s\n"
5573
5574#: misc/uuidd.c:399
5575#, c-format
5576msgid "Generated time UUID %s and subsequent UUID\n"
5577msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
5578msgstr[0] "Zeit-UUID %s und %d weitere UUID wurden erzeugt\n"
5579msgstr[1] "Zeit-UUID %s und %d weitere UUIDs wurden erzeugt\n"
5580
5581#: misc/uuidd.c:420
5582#, c-format
5583msgid "Generated %d UUID's:\n"
5584msgstr "Erzeugte %d UUIDs:\n"
5585
5586#: misc/uuidd.c:432
5587#, c-format
5588msgid "Invalid operation %d\n"
5589msgstr "Ungültige Operation %d\n"
5590
5591#: misc/uuidd.c:476 misc/uuidd.c:498
5592#, c-format
5593msgid "Bad number: %s\n"
5594msgstr "Unzulässige Zahl: %s\n"
5595
5596#: misc/uuidd.c:533 misc/uuidd.c:562
5597#, c-format
5598msgid "Error calling uuidd daemon (%s): %s\n"
5599msgstr "Fehler beim Aufruf des UUID-Dämons (%s): %s\n"
5600
5601#: misc/uuidd.c:543
5602#, c-format
5603msgid "%s and subsequent UUID\n"
5604msgid_plural "%s and subsequent %d UUIDs\n"
5605msgstr[0] "%s und eine weitere UUID\n"
5606msgstr[1] "%s und weitere %d UUIDs\n"
5607
5608#: misc/uuidd.c:547
5609#, c-format
5610msgid "List of UUID's:\n"
5611msgstr "Liste der UUIDs:\n"
5612
5613#: misc/uuidd.c:568
5614#, c-format
5615msgid "Unexpected reply length from server %d\n"
5616msgstr "Unerwartete Länge der Antwort von Server %d\n"
5617
5618#: misc/uuidd.c:585
5619#, c-format
5620msgid "Couldn't kill uuidd running at pid %d: %s\n"
5621msgstr "Der uuidd mit pid %d konnte nicht beendet werden: %s\n"
5622
5623#: misc/uuidd.c:591
5624#, c-format
5625msgid "Killed uuidd running at pid %d\n"
5626msgstr "Der uuidd mit pid %d wurde gewaltsam beendet\n"
5627
5628#: misc/uuidgen.c:32
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005629#, c-format
5630msgid "Usage: %s [-r] [-t]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005631msgstr "Aufruf: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005632
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005633#: resize/extent.c:202
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005634msgid "# Extent dump:\n"
5635msgstr "# Extent dump:\n"
5636
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005637#: resize/extent.c:203
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005638#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005639msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
5640msgstr "#\tZahl=%llu, Größe=%llu, Cursor=%llu, Sortiert=%llu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005641
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005642#: resize/main.c:43
Philipp Thomas68801282008-07-17 11:47:00 -04005643#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005644msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04005645"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005646"\n"
5647msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04005648"Aufruf: %s [-d Debug_Optionen] [-f] [-F] [-M] [-P] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005649"\n"
5650
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005651#: resize/main.c:65
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005652msgid "Extending the inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005653msgstr "Vergrößere die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005654
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005655#: resize/main.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005656msgid "Relocating blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005657msgstr "Verteile die Blöcke neu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005658
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005659#: resize/main.c:71
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005660msgid "Scanning inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005661msgstr "Prüfe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005662
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005663#: resize/main.c:74
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005664msgid "Updating inode references"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005665msgstr "Aktualisiere die Inode-Referenzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005666
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005667#: resize/main.c:77
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005668msgid "Moving inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005669msgstr "Verschiebe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005670
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005671#: resize/main.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005672msgid "Unknown pass?!?"
5673msgstr "Unbekannter Durchgang?!?"
5674
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005675#: resize/main.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005676#, c-format
5677msgid "Begin pass %d (max = %lu)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005678msgstr "Start von Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005679
Philipp Thomasedc733d2012-04-22 15:38:42 -04005680#: resize/main.c:259
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005681#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05005682msgid "while opening %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005683msgstr "beim Öffnen von %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005684
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005685# c-format
Philipp Thomasedc733d2012-04-22 15:38:42 -04005686#: resize/main.c:267
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005687#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05005688msgid "while getting stat information for %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005689msgstr "beim Ermitteln der Statusinformation für %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005690
Philipp Thomasd0275172013-01-15 23:30:35 -05005691#: resize/main.c:325 resize/main.c:437
Theodore Ts'o057a1592010-06-07 12:24:21 -04005692#, c-format
5693msgid ""
5694"Please run 'e2fsck -f %s' first.\n"
5695"\n"
5696msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005697"Bitte zuerst „e2fsck -f %s“ laufen lassen.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04005698"\n"
5699
Philipp Thomasd0275172013-01-15 23:30:35 -05005700#: resize/main.c:329
Philipp Thomas720e6362008-06-21 14:06:00 -04005701#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005702msgid "Estimated minimum size of the filesystem: %llu\n"
5703msgstr "Geschätzte minimale Grösse des Dateisystems: %llu\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005704
Philipp Thomasd0275172013-01-15 23:30:35 -05005705#: resize/main.c:365
Philipp Thomas77c871a2010-04-19 16:59:02 -04005706#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005707msgid "Invalid new size: %s\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005708msgstr "Unzulässige neue Größe: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005709
Philipp Thomasd0275172013-01-15 23:30:35 -05005710#: resize/main.c:381
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005711msgid "New size too large to be expressed in 32 bits\n"
5712msgstr "Die neue Größe kann nicht mehr mit 32 Bits dargestellt werden\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005713
Philipp Thomasd0275172013-01-15 23:30:35 -05005714#: resize/main.c:389
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005715#, c-format
5716msgid "New size smaller than minimum (%llu)\n"
5717msgstr "Die neue Größe ist kleiner als das Minimum (%llu)\n"
5718
Philipp Thomasd0275172013-01-15 23:30:35 -05005719#: resize/main.c:395
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005720msgid "Invalid stride length"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005721msgstr "Ungültige Stride-Länge"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005722
Philipp Thomasd0275172013-01-15 23:30:35 -05005723#: resize/main.c:419
Philipp Thomasa4edef12011-01-26 18:54:24 -05005724#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005725msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005726"The containing partition (or device) is only %llu (%dk) blocks.\n"
5727"You requested a new size of %llu blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005728"\n"
5729msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005730"Die Partition (oder das Gerät) ist nur %llu (%dk) Blöcke groß.\n"
5731"Sie hatten aber %llu Blöcke vorgegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005732"\n"
5733
Philipp Thomasd0275172013-01-15 23:30:35 -05005734#: resize/main.c:426
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005735#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005736msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005737"The filesystem is already %llu blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005738"\n"
5739msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005740"Das Dateisystem ist schon %llu Blöcke groß. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005741"\n"
5742
Philipp Thomasd0275172013-01-15 23:30:35 -05005743#: resize/main.c:457
5744#, c-format
5745msgid ""
5746"%s: The combination of flex_bg and\n"
5747"\t!resize_inode features is not supported by resize2fs.\n"
5748msgstr ""
5749"%s: Die Kombination der Eigenschaften flex_bg und\n"
5750"t!resize_inode wird von resize2fs nicht unterestützt.\n"
5751
5752#: resize/main.c:463
Philipp Thomas77c871a2010-04-19 16:59:02 -04005753#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005754msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005755msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005756"Die Grösse des Dateisystems auf %s wird auf %llu (%dk) Blöcke geändert.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005757"\n"
5758
Philipp Thomasd0275172013-01-15 23:30:35 -05005759#: resize/main.c:472
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005760#, c-format
5761msgid "while trying to resize %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005762msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005763
Philipp Thomasd0275172013-01-15 23:30:35 -05005764#: resize/main.c:475
Philipp Thomas77c871a2010-04-19 16:59:02 -04005765#, c-format
5766msgid ""
5767"Please run 'e2fsck -fy %s' to fix the filesystem\n"
5768"after the aborted resize operation.\n"
5769msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005770"Bitte führen Sie „e2fsck -fy %s“ aus, um das Dateisystem\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005771"nach der abgebrochenen Grössenänderung zu reparieren.\n"
5772
Philipp Thomasd0275172013-01-15 23:30:35 -05005773#: resize/main.c:481
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005774#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005775msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005776"The filesystem on %s is now %llu blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005777"\n"
5778msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005779"Das Dateisystem auf %s ist nun %llu Blöcke groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005780"\n"
5781
Philipp Thomasd0275172013-01-15 23:30:35 -05005782#: resize/main.c:496
Philipp Thomas77c871a2010-04-19 16:59:02 -04005783#, c-format
5784msgid "while trying to truncate %s"
5785msgstr "beim Versuch, %s zu kürzen"
5786
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005787#: resize/online.c:40
Philipp Thomas720e6362008-06-21 14:06:00 -04005788#, c-format
5789msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005790msgstr "Das Dateisystem auf %s ist auf %s eingehängt; Online-Grössenveränderung nötig\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005791
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005792#: resize/online.c:44
Philipp Thomas3e914b52011-01-24 15:03:41 -05005793msgid "On-line shrinking not supported"
5794msgstr "Die Online-Verkleinerung wird nicht unterstützt"
Philipp Thomas720e6362008-06-21 14:06:00 -04005795
Philipp Thomasd0275172013-01-15 23:30:35 -05005796#: resize/online.c:69
Philipp Thomas720e6362008-06-21 14:06:00 -04005797msgid "Filesystem does not support online resizing"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005798msgstr "Das Dateisystem unterstützt keine Online-Grössenveränderung"
Philipp Thomas720e6362008-06-21 14:06:00 -04005799
Philipp Thomasd0275172013-01-15 23:30:35 -05005800#: resize/online.c:78
5801msgid "Not enough reserved gdt blocks for resizing"
5802msgstr "nicht genug reservierte GDT-Blöcke für die Größenänderung"
5803
5804#: resize/online.c:85
5805msgid "Kernel does not support resizing a file system this large"
5806msgstr "Der Kernel lässt eine Veränderung der Größe eines Dateisystems diesen Ausmaßes nicht zu"
5807
5808#: resize/online.c:93
Philipp Thomas68801282008-07-17 11:47:00 -04005809#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005810msgid "while trying to open mountpoint %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005811msgstr "beim Versuch, Einhängpunkt %s zu öffnen"
Philipp Thomas720e6362008-06-21 14:06:00 -04005812
Philipp Thomasd0275172013-01-15 23:30:35 -05005813#: resize/online.c:115 resize/online.c:132
Philipp Thomas720e6362008-06-21 14:06:00 -04005814msgid "Permission denied to resize filesystem"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005815msgstr "Zugriff verweigert für die Grössenänderung des Dateisystems"
Philipp Thomas720e6362008-06-21 14:06:00 -04005816
Philipp Thomasd0275172013-01-15 23:30:35 -05005817#: resize/online.c:118 resize/online.c:138
Philipp Thomas720e6362008-06-21 14:06:00 -04005818msgid "While checking for on-line resizing support"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005819msgstr "Beim Überprüfen, ob Online-Vergrösserung unterstützt wird"
Philipp Thomas720e6362008-06-21 14:06:00 -04005820
Philipp Thomasd0275172013-01-15 23:30:35 -05005821#: resize/online.c:135
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005822msgid "Kernel does not support online resizing"
5823msgstr "Der Kernel unterstützt die Online-Vergrösserung nicht"
5824
Philipp Thomasd0275172013-01-15 23:30:35 -05005825#: resize/online.c:168
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005826#, c-format
5827msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005828msgstr "Eine Online-Grössenänderung von %s auf %llu (%dk) Blöcke wird durchgeführt.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005829
Philipp Thomasd0275172013-01-15 23:30:35 -05005830#: resize/online.c:178
Philipp Thomas720e6362008-06-21 14:06:00 -04005831msgid "While trying to extend the last group"
Philipp Thomas68801282008-07-17 11:47:00 -04005832msgstr "Beim Versuch, die letzte Gruppe zu erweitern"
Philipp Thomas720e6362008-06-21 14:06:00 -04005833
Philipp Thomasd0275172013-01-15 23:30:35 -05005834#: resize/online.c:232
Philipp Thomas68801282008-07-17 11:47:00 -04005835#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005836msgid "While trying to add group #%d"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005837msgstr "Beim Versuch, Gruppe %d hinzu zu fügen"
Philipp Thomas720e6362008-06-21 14:06:00 -04005838
Philipp Thomasd0275172013-01-15 23:30:35 -05005839#: resize/online.c:243
Philipp Thomasa700f512008-08-29 08:49:57 -04005840#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05005841msgid "Filesystem at %s is mounted on %s, and on-line resizing is not supported on this system.\n"
5842msgstr "Dateisystem auf %s ist auf %s eingehängt und Online-Grössenänderung wird auf diesem System nicht unterstützt.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005843
Philipp Thomasd0275172013-01-15 23:30:35 -05005844#: resize/resize2fs.c:346
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005845#, c-format
5846msgid "inodes (%llu) must be less than %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005847msgstr "Die Anzahl der Indoes (%llu) muss unter %u liegen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005848
Philipp Thomasd0275172013-01-15 23:30:35 -05005849#: resize/resize2fs.c:582
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005850msgid "reserved blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005851msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005852
Philipp Thomasd0275172013-01-15 23:30:35 -05005853#: resize/resize2fs.c:807
Theodore Ts'obc759702005-05-09 20:40:55 -04005854msgid "meta-data blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005855msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005856
Philipp Thomasd0275172013-01-15 23:30:35 -05005857#: resize/resize2fs.c:1753
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005858#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005859msgid "Should never happen: resize inode corrupt!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005860msgstr "Das sollte niemals passieren: Die zu verändernde Inode ist defekt!\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005861
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005862#: lib/ext2fs/ext2_err.c:11
Philipp Thomasd0275172013-01-15 23:30:35 -05005863msgid "EXT2FS Library version 1.42.6"
5864msgstr "EXT2FS Bibliothek Version 1.42.6"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005865
5866#: lib/ext2fs/ext2_err.c:12
5867msgid "Wrong magic number for ext2_filsys structure"
5868msgstr "Falsche magische Zahl für ext2_filsys Struktur"
5869
5870#: lib/ext2fs/ext2_err.c:13
5871msgid "Wrong magic number for badblocks_list structure"
5872msgstr "Falsche magische Zahl für badblocks_list Struktur"
5873
5874#: lib/ext2fs/ext2_err.c:14
5875msgid "Wrong magic number for badblocks_iterate structure"
5876msgstr "Falsche magische Zahl für badblocks_iterate Struktur"
5877
5878#: lib/ext2fs/ext2_err.c:15
5879msgid "Wrong magic number for inode_scan structure"
5880msgstr "Falsche magische Zahl für inode_scan Struktur"
5881
5882#: lib/ext2fs/ext2_err.c:16
5883msgid "Wrong magic number for io_channel structure"
5884msgstr "Falsche magische Zahl für io_channel Struktur"
5885
5886#: lib/ext2fs/ext2_err.c:17
5887msgid "Wrong magic number for unix io_channel structure"
5888msgstr "Falsche magische Zahl für unix io_channel Struktur"
5889
5890#: lib/ext2fs/ext2_err.c:18
5891msgid "Wrong magic number for io_manager structure"
5892msgstr "Falsche magische Zahl für io_manager Struktur"
5893
5894#: lib/ext2fs/ext2_err.c:19
5895msgid "Wrong magic number for block_bitmap structure"
5896msgstr "Falsche magische Zahl für block_bitmap Struktur"
5897
5898#: lib/ext2fs/ext2_err.c:20
5899msgid "Wrong magic number for inode_bitmap structure"
5900msgstr "Falsche magische Zahl für inode_bitmap Struktur"
5901
5902#: lib/ext2fs/ext2_err.c:21
5903msgid "Wrong magic number for generic_bitmap structure"
5904msgstr "Falsche magische Zahl für generic_bitmap Struktur"
5905
5906#: lib/ext2fs/ext2_err.c:22
5907msgid "Wrong magic number for test io_channel structure"
5908msgstr "Falsche magische Zahl für test io_channel Struktur"
5909
5910#: lib/ext2fs/ext2_err.c:23
5911msgid "Wrong magic number for directory block list structure"
5912msgstr "Falsche magische Zahl für Verzeichnisblock-Liste Struktur"
5913
5914#: lib/ext2fs/ext2_err.c:24
5915msgid "Wrong magic number for icount structure"
5916msgstr "Falsche magische Zahl für icount Struktur"
5917
5918#: lib/ext2fs/ext2_err.c:25
5919msgid "Wrong magic number for Powerquest io_channel structure"
5920msgstr "Falsche magische Zahl für Powerquest io_channel Struktur"
5921
5922#: lib/ext2fs/ext2_err.c:26
5923msgid "Wrong magic number for ext2 file structure"
5924msgstr "Falsche magische Zahl für ext2 file Struktur"
5925
5926#: lib/ext2fs/ext2_err.c:27
5927msgid "Wrong magic number for Ext2 Image Header"
5928msgstr "Falsche magische Zahl für Ext2 Abbild-Vorspann"
5929
5930#: lib/ext2fs/ext2_err.c:28
5931msgid "Wrong magic number for inode io_channel structure"
5932msgstr "Falsche magische Zahl für Inode io_channel Struktur"
5933
5934#: lib/ext2fs/ext2_err.c:29
5935msgid "Wrong magic number for ext4 extent handle"
5936msgstr "Falsche magische Zahl für die ext4 Extent Handle"
5937
5938#: lib/ext2fs/ext2_err.c:30
5939msgid "Bad magic number in super-block"
5940msgstr "Ungültige magische Zahl im Superblock"
5941
5942#: lib/ext2fs/ext2_err.c:31
5943msgid "Filesystem revision too high"
5944msgstr "Die Dateisystemrevision ist zu hoch"
5945
5946#: lib/ext2fs/ext2_err.c:32
5947msgid "Attempt to write to filesystem opened read-only"
Philipp Thomasd0275172013-01-15 23:30:35 -05005948msgstr "Es wird versucht, auf ein nur zum Lesen geöffnetes Dateisystem zu schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005949
5950#: lib/ext2fs/ext2_err.c:33
5951msgid "Can't read group descriptors"
5952msgstr "Die Gruppendeskriptoren können nicht gelesen werden"
5953
5954#: lib/ext2fs/ext2_err.c:34
5955msgid "Can't write group descriptors"
5956msgstr "Die Gruppendeskriptoren können nicht geschrieben werden"
5957
5958#: lib/ext2fs/ext2_err.c:35
5959msgid "Corrupt group descriptor: bad block for block bitmap"
Philipp Thomasd0275172013-01-15 23:30:35 -05005960msgstr "Beschädigter Gruppendeskriptor: nicht lesbarer Block ür die Block-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005961
5962#: lib/ext2fs/ext2_err.c:36
5963msgid "Corrupt group descriptor: bad block for inode bitmap"
Philipp Thomasd0275172013-01-15 23:30:35 -05005964msgstr "Beschädigter Gruppendeskriptor: nicht lesbarer Block ür die Inode-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005965
5966#: lib/ext2fs/ext2_err.c:37
5967msgid "Corrupt group descriptor: bad block for inode table"
Philipp Thomasd0275172013-01-15 23:30:35 -05005968msgstr "Beschädigter Gruppendeskriptor: nicht lesbarer Block ür die Inodetabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005969
5970#: lib/ext2fs/ext2_err.c:38
5971msgid "Can't write an inode bitmap"
5972msgstr "Die Inode-Bitmap kann nicht geschrieben werden"
5973
5974#: lib/ext2fs/ext2_err.c:39
5975msgid "Can't read an inode bitmap"
5976msgstr "Die Inode-Bitmap kann nicht gelesen werden"
5977
5978#: lib/ext2fs/ext2_err.c:40
5979msgid "Can't write an block bitmap"
5980msgstr "Die Block-Bitmap kann nicht geschrieben werden"
5981
5982#: lib/ext2fs/ext2_err.c:41
5983msgid "Can't read an block bitmap"
5984msgstr "Die Block-Bitmap kann nicht gelesen werden"
5985
5986#: lib/ext2fs/ext2_err.c:42
5987msgid "Can't write an inode table"
5988msgstr "Eine Inodetabelle kann nicht geschrieben werden"
5989
5990#: lib/ext2fs/ext2_err.c:43
5991msgid "Can't read an inode table"
5992msgstr "Eine Inodetabelle kann nicht gelesen werden"
5993
5994#: lib/ext2fs/ext2_err.c:44
5995msgid "Can't read next inode"
5996msgstr "Der nächste Inode kann nicht gelesen werden"
5997
5998#: lib/ext2fs/ext2_err.c:45
5999msgid "Filesystem has unexpected block size"
6000msgstr "Das Dateisystem hat eine unerwartete Blockgröße"
6001
6002#: lib/ext2fs/ext2_err.c:46
6003msgid "EXT2 directory corrupted"
6004msgstr "EXT2 Verzeichnis beschädigt"
6005
6006#: lib/ext2fs/ext2_err.c:47
6007msgid "Attempt to read block from filesystem resulted in short read"
6008msgstr "Ein Block konnte nicht in einem Zug gelesen werden"
6009
6010#: lib/ext2fs/ext2_err.c:48
6011msgid "Attempt to write block to filesystem resulted in short write"
6012msgstr "Ein Block konnte nicht vollständig in einem Zug geschrieben werden"
6013
6014#: lib/ext2fs/ext2_err.c:49
6015msgid "No free space in the directory"
6016msgstr "Kein freier Platz im Verzeichnis vorhanden"
6017
6018#: lib/ext2fs/ext2_err.c:50
6019msgid "Inode bitmap not loaded"
6020msgstr "Die Inode-Bitmap wurde nicht geladen"
6021
6022#: lib/ext2fs/ext2_err.c:51
6023msgid "Block bitmap not loaded"
6024msgstr "Die Block-Bitmap wurde nicht geladen"
6025
6026#: lib/ext2fs/ext2_err.c:52
6027msgid "Illegal inode number"
6028msgstr "Unzulässige Inodenummer"
6029
6030#: lib/ext2fs/ext2_err.c:53
6031msgid "Illegal block number"
6032msgstr "Unzulässige Blocknummer"
6033
6034#: lib/ext2fs/ext2_err.c:54
6035msgid "Internal error in ext2fs_expand_dir"
6036msgstr "Interner Fehler in ext2fs_expand_dir"
6037
6038#: lib/ext2fs/ext2_err.c:55
6039msgid "Not enough space to build proposed filesystem"
6040msgstr "Der Platz reicht nicht aus, um das gewünschte Dateisystem zu erzeugen"
6041
6042#: lib/ext2fs/ext2_err.c:56
6043msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6044msgstr "ext2fs_mark_block_bitmap wurde eine unzulässige Blocknummer übergeben"
6045
6046#: lib/ext2fs/ext2_err.c:57
6047msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
Philipp Thomasd0275172013-01-15 23:30:35 -05006048msgstr "ext2fs_unmark_block_bitmap wurde eine unzulässige Blocknummer übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006049
6050#: lib/ext2fs/ext2_err.c:58
6051msgid "Illegal block number passed to ext2fs_test_block_bitmap"
6052msgstr "ext2fs_test_block_bitmap wurde eine unzulässige Blocknummer übergeben"
6053
6054#: lib/ext2fs/ext2_err.c:59
6055msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
6056msgstr "ext2fs_mark_inode_bitmap wurde eine unzulässige Blocknummer übergeben"
6057
6058#: lib/ext2fs/ext2_err.c:60
6059msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
Philipp Thomasd0275172013-01-15 23:30:35 -05006060msgstr "ext2fs_unmark_inode_bitmap wurde eine unzulässige Blocknummer übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006061
6062#: lib/ext2fs/ext2_err.c:61
6063msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
6064msgstr "ext2fs_test_inode_bitmap wurde eine unzulässige Blocknummer übergeben"
6065
6066#: lib/ext2fs/ext2_err.c:62
6067msgid "Attempt to fudge end of block bitmap past the real end"
Philipp Thomasd0275172013-01-15 23:30:35 -05006068msgstr "Es wurde versucht, das Ende der Blockbitmap über das echte Ende hinaus zu verschieben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006069
6070#: lib/ext2fs/ext2_err.c:63
6071msgid "Attempt to fudge end of inode bitmap past the real end"
Philipp Thomasd0275172013-01-15 23:30:35 -05006072msgstr "Es wurde versucht, das Ende der Inodebitmap über das echte Ende hinaus zu verschieben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006073
6074#: lib/ext2fs/ext2_err.c:64
6075msgid "Illegal indirect block found"
6076msgstr "Es wurde ein doppelt indirekter Block gefunden"
6077
6078#: lib/ext2fs/ext2_err.c:65
6079msgid "Illegal doubly indirect block found"
6080msgstr "Es wurden doppelt indirekte Blöcke gefunden"
6081
6082#: lib/ext2fs/ext2_err.c:66
6083msgid "Illegal triply indirect block found"
6084msgstr "Es wurde ein dreifach indirekter Block gefunden"
6085
6086#: lib/ext2fs/ext2_err.c:67
6087msgid "Block bitmaps are not the same"
6088msgstr "Die Blockbitmaps sind nicht identisch"
6089
6090#: lib/ext2fs/ext2_err.c:68
6091msgid "Inode bitmaps are not the same"
6092msgstr "Die Inodebitmaps sind nicht identisch"
6093
6094#: lib/ext2fs/ext2_err.c:69
6095msgid "Illegal or malformed device name"
6096msgstr "Unzulässiger oder deformierter Gerätename"
6097
6098#: lib/ext2fs/ext2_err.c:70
6099msgid "A block group is missing an inode table"
6100msgstr "Einer Blockgruppe fehlt eine INodetabelle"
6101
6102#: lib/ext2fs/ext2_err.c:71
6103msgid "The ext2 superblock is corrupt"
6104msgstr "Der Ext2-Superblock ist beschädigt"
6105
6106#: lib/ext2fs/ext2_err.c:72
6107msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
Philipp Thomasd0275172013-01-15 23:30:35 -05006108msgstr "ext2fs_mark_generic_bitmap wurde eine unzulässige generische Bitnummer übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006109
6110#: lib/ext2fs/ext2_err.c:73
6111msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
Philipp Thomasd0275172013-01-15 23:30:35 -05006112msgstr "ext2fs_unmark_generic_bitmap wurde eine unzulässige generische Bitnummer übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006113
6114#: lib/ext2fs/ext2_err.c:74
6115msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
Philipp Thomasd0275172013-01-15 23:30:35 -05006116msgstr "ext2fs_test_generic_bitmap wurde eine unzulässige generische Bitnummer übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006117
6118#: lib/ext2fs/ext2_err.c:75
6119msgid "Too many symbolic links encountered."
6120msgstr "Es wurden zu viele symbolische Verknüpfungen gefunden."
6121
6122#: lib/ext2fs/ext2_err.c:76
6123msgid "The callback function will not handle this case"
6124msgstr "Die Rückruf-Funktion wird sich um diesen Fall nicht kümmern"
6125
6126#: lib/ext2fs/ext2_err.c:77
6127msgid "The inode is from a bad block in the inode table"
6128msgstr "Der Inode kommt von einem defekten Block in der Inodetabelle"
6129
6130#: lib/ext2fs/ext2_err.c:78
6131msgid "Filesystem has unsupported feature(s)"
6132msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
6133
6134#: lib/ext2fs/ext2_err.c:79
6135msgid "Filesystem has unsupported read-only feature(s)"
6136msgstr "Das Dateisystem besitzt nicht unterstützte nur-lesen Eigenschaft(en):"
6137
6138#: lib/ext2fs/ext2_err.c:80
6139msgid "IO Channel failed to seek on read or write"
Philipp Thomasd0275172013-01-15 23:30:35 -05006140msgstr "E/A Kanal ist beim Suchen während des Lesens oder Schreibens gescheitert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006141
6142#: lib/ext2fs/ext2_err.c:81
6143msgid "Memory allocation failed"
6144msgstr "Die Reservierung von Hauptspeicher ist gescheitert"
6145
6146#: lib/ext2fs/ext2_err.c:82
6147msgid "Invalid argument passed to ext2 library"
6148msgstr "Der Ext2-Bibliothek wurde ein ungültiges Argument übergeben"
6149
6150#: lib/ext2fs/ext2_err.c:83
6151msgid "Could not allocate block in ext2 filesystem"
6152msgstr "Kann keinen Block im Ext2 Dateisystem reservieren"
6153
6154#: lib/ext2fs/ext2_err.c:84
6155msgid "Could not allocate inode in ext2 filesystem"
6156msgstr "Kann keinen Inode im Ext2 Dateisystem reservieren"
6157
6158#: lib/ext2fs/ext2_err.c:85
6159msgid "Ext2 inode is not a directory"
6160msgstr "Die Ext2-Inode ist kein Verzeichnis"
6161
6162#: lib/ext2fs/ext2_err.c:86
6163msgid "Too many references in table"
6164msgstr "Zu viele Referenzen in der Tabelle"
6165
6166#: lib/ext2fs/ext2_err.c:87
6167msgid "File not found by ext2_lookup"
6168msgstr "Die Datei wurde von ext2_lookup nicht gefunden"
6169
6170#: lib/ext2fs/ext2_err.c:88
6171msgid "File open read-only"
6172msgstr "Die Datei ist nur zum Lesen geöffnet"
6173
6174#: lib/ext2fs/ext2_err.c:89
6175msgid "Ext2 directory block not found"
6176msgstr "Der Ext2-Verzeichnisblock wurde nicht gefunden"
6177
6178#: lib/ext2fs/ext2_err.c:90
6179msgid "Ext2 directory already exists"
6180msgstr "Das Ext2-Verzeichnis existiert bereits"
6181
6182#: lib/ext2fs/ext2_err.c:91
6183msgid "Unimplemented ext2 library function"
6184msgstr "Nicht implementierte Ext2-Bibliotheksfunktion"
6185
6186#: lib/ext2fs/ext2_err.c:92
6187msgid "User cancel requested"
6188msgstr "Benutzer erbat den Abbruch"
6189
6190#: lib/ext2fs/ext2_err.c:93
6191msgid "Ext2 file too big"
6192msgstr "Ext2 Dataei zu groß"
6193
6194#: lib/ext2fs/ext2_err.c:94
6195msgid "Supplied journal device not a block device"
6196msgstr "Das angegebene Journalgerät ist kein Blockgerät"
6197
6198#: lib/ext2fs/ext2_err.c:95
6199msgid "Journal superblock not found"
6200msgstr "Der Journal-Superblock wurde nicht"
6201
6202#: lib/ext2fs/ext2_err.c:96
6203msgid "Journal must be at least 1024 blocks"
6204msgstr "Das Journal muß mindestens 1024 Blöcke umfassen"
6205
6206#: lib/ext2fs/ext2_err.c:97
6207msgid "Unsupported journal version"
6208msgstr "Nicht unterstützte Journalversion"
6209
6210#: lib/ext2fs/ext2_err.c:98
6211msgid "Error loading external journal"
6212msgstr "Fehler beim Öffnen des externen Journals"
6213
6214#: lib/ext2fs/ext2_err.c:99
6215msgid "Journal not found"
6216msgstr "Das Journal wurde nicht gefunden"
6217
6218#: lib/ext2fs/ext2_err.c:100
6219msgid "Directory hash unsupported"
6220msgstr "Verzeichnishash wird nicht unterstützt"
6221
6222#: lib/ext2fs/ext2_err.c:101
6223msgid "Illegal extended attribute block number"
6224msgstr "Unzulässige Nummer für den Block für erweiterte Attribute"
6225
6226#: lib/ext2fs/ext2_err.c:102
6227msgid "Cannot create filesystem with requested number of inodes"
Philipp Thomasd0275172013-01-15 23:30:35 -05006228msgstr "Ein Dateisystem mit der gewünschten Anzahl von Inodes kann nicht erzeugt werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006229
6230#: lib/ext2fs/ext2_err.c:103
6231msgid "E2image snapshot not in use"
6232msgstr "Der E2image-Schnappschusse wird nicht benutzt"
6233
6234#: lib/ext2fs/ext2_err.c:104
6235msgid "Too many reserved group descriptor blocks"
6236msgstr "Zu viele reservierte Gruppenbeschreibungsblöcke"
6237
6238#: lib/ext2fs/ext2_err.c:105
6239msgid "Resize inode is corrupt"
6240msgstr "Der zu modifizierende Inode ist defekt"
6241
6242#: lib/ext2fs/ext2_err.c:106
6243msgid "Tried to set block bmap with missing indirect block"
Philipp Thomasd0275172013-01-15 23:30:35 -05006244msgstr "Es wurde versucht, eine Block-Bmap mit fehlendem indirektem Block zu setzen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006245
6246#: lib/ext2fs/ext2_err.c:107
6247msgid "TDB: Success"
6248msgstr "TDB: Erfolg"
6249
6250#: lib/ext2fs/ext2_err.c:108
6251msgid "TDB: Corrupt database"
6252msgstr "TDB: Defekte Datenbank"
6253
6254#: lib/ext2fs/ext2_err.c:109
6255msgid "TDB: IO Error"
6256msgstr "TDB: EA-Fehler"
6257
6258#: lib/ext2fs/ext2_err.c:110
6259msgid "TDB: Locking error"
6260msgstr "TDB: Fehler beim Sperren"
6261
6262#: lib/ext2fs/ext2_err.c:111
6263msgid "TDB: Out of memory"
6264msgstr "TDB: Hauptspeicher erschöpft"
6265
6266#: lib/ext2fs/ext2_err.c:112
6267msgid "TDB: Record exists"
6268msgstr "TDB: Der Datensatz existiert bereits"
6269
6270#: lib/ext2fs/ext2_err.c:113
6271msgid "TDB: Lock exists on other keys"
6272msgstr "TDB: Die Sperre existiert für andere Schüssel"
6273
6274#: lib/ext2fs/ext2_err.c:114
6275msgid "TDB: Invalid parameter"
6276msgstr "TDB: Ungültiger Parameter"
6277
6278#: lib/ext2fs/ext2_err.c:115
6279msgid "TDB: Record does not exist"
6280msgstr "TDB: Der Datensatz existiert nicht"
6281
6282#: lib/ext2fs/ext2_err.c:116
6283msgid "TDB: Write not permitted"
6284msgstr "TDB: Schreiben istg nicht erlaubt"
6285
6286#: lib/ext2fs/ext2_err.c:117
6287msgid "Ext2fs directory block list is empty"
6288msgstr "Die Ext2fs-Verzeichnisblockliste ist leer"
6289
6290#: lib/ext2fs/ext2_err.c:118
6291msgid "Attempt to modify a block mapping via a read-only block iterator"
Philipp Thomasd0275172013-01-15 23:30:35 -05006292msgstr "Es wird versucht, ein Blockmapping mittels nur-lesenden Blockiteratoren zu modifizieren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006293
6294#: lib/ext2fs/ext2_err.c:119
6295msgid "Wrong magic number for ext4 extent saved path"
6296msgstr "Falsche magische Zahl für den gesicherten Pfad eine Ext4-Erweiterung"
6297
6298#: lib/ext2fs/ext2_err.c:120
6299msgid "Wrong magic number for 64-bit generic bitmap"
6300msgstr "Falsche magische Zahl für die 64-bittige generischge Bitmap"
6301
6302#: lib/ext2fs/ext2_err.c:121
6303msgid "Wrong magic number for 64-bit block bitmap"
6304msgstr "Falsche magische Zahl für eine 64-bittige Blockbitmap"
6305
6306#: lib/ext2fs/ext2_err.c:122
6307msgid "Wrong magic number for 64-bit inode bitmap"
6308msgstr "Falsche magische Zahl für eine 64-bittige Inodebitmap"
6309
6310#: lib/ext2fs/ext2_err.c:123
6311msgid "Wrong magic number --- RESERVED_13"
6312msgstr "Falsche magische Zahl --- RESERVED_13"
6313
6314#: lib/ext2fs/ext2_err.c:124
6315msgid "Wrong magic number --- RESERVED_14"
6316msgstr "Falsche magische Zahl --- RESERVED_14"
6317
6318#: lib/ext2fs/ext2_err.c:125
6319msgid "Wrong magic number --- RESERVED_15"
6320msgstr "Falsche magische Zahl --- RESERVED_15"
6321
6322#: lib/ext2fs/ext2_err.c:126
6323msgid "Wrong magic number --- RESERVED_16"
6324msgstr "Falsche magische Zahl --- RESERVED_16"
6325
6326#: lib/ext2fs/ext2_err.c:127
6327msgid "Wrong magic number --- RESERVED_17"
6328msgstr "Falsche magische Zahl --- RESERVED_17"
6329
6330#: lib/ext2fs/ext2_err.c:128
6331msgid "Wrong magic number --- RESERVED_18"
6332msgstr "Falsche magische Zahl --- RESERVED_18"
6333
6334#: lib/ext2fs/ext2_err.c:129
6335msgid "Wrong magic number --- RESERVED_19"
6336msgstr "Falsche magische Zahl --- RESERVED_19"
6337
6338#: lib/ext2fs/ext2_err.c:130
6339msgid "Corrupt extent header"
6340msgstr "Defekter Erweiterungs-Vorspann"
6341
6342#: lib/ext2fs/ext2_err.c:131
6343msgid "Corrupt extent index"
6344msgstr "Defekter Erweiterungsindex"
6345
6346#: lib/ext2fs/ext2_err.c:132
6347msgid "Corrupt extent"
6348msgstr "Defekte Erweiterung"
6349
6350#: lib/ext2fs/ext2_err.c:133
6351msgid "No free space in extent map"
6352msgstr "Kein freier Platz mehr in der Erweiterungstabelle"
6353
6354#: lib/ext2fs/ext2_err.c:134
6355msgid "Inode does not use extents"
6356msgstr "Der Inode verwendet keine Erweiterungen"
6357
6358#: lib/ext2fs/ext2_err.c:135
6359msgid "No 'next' extent"
6360msgstr "Keine „nächste“ Erweiterung"
6361
6362#: lib/ext2fs/ext2_err.c:136
6363msgid "No 'previous' extent"
6364msgstr "Keine „vorherige“ Erweiterung"
6365
6366#: lib/ext2fs/ext2_err.c:137
6367msgid "No 'up' extent"
6368msgstr "Keine „oben“ Erweiterung"
6369
6370#: lib/ext2fs/ext2_err.c:138
6371msgid "No 'down' extent"
6372msgstr "Keine „unten“ Erweiterung"
6373
6374#: lib/ext2fs/ext2_err.c:139
6375msgid "No current node"
6376msgstr "Kein aktueller Knoten"
6377
6378#: lib/ext2fs/ext2_err.c:140
6379msgid "Ext2fs operation not supported"
6380msgstr "Ext2fs-Operation wird nicht unterstützt"
6381
6382#: lib/ext2fs/ext2_err.c:141
6383msgid "No room to insert extent in node"
6384msgstr "Kein PLatz vorhanden, um die Erweiterung im Knoten einzufügen"
6385
6386#: lib/ext2fs/ext2_err.c:142
6387msgid "Splitting would result in empty node"
6388msgstr "Aufteilen würde in einem leeren Knoten enden"
6389
6390#: lib/ext2fs/ext2_err.c:143
6391msgid "Extent not found"
6392msgstr "Erweiterung wurde nicht gefunden"
6393
6394#: lib/ext2fs/ext2_err.c:144
6395msgid "Operation not supported for inodes containing extents"
Philipp Thomasd0275172013-01-15 23:30:35 -05006396msgstr "Die Operation wird für Inodes, die Erweiterungen beinhalten, nicht unterstützt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006397
6398#: lib/ext2fs/ext2_err.c:145
6399msgid "Extent length is invalid"
6400msgstr "Länge der Erweiterung ist ungültig"
6401
6402#: lib/ext2fs/ext2_err.c:146
6403msgid "I/O Channel does not support 64-bit block numbers"
6404msgstr "Der EA-Kanal unterstützt keine 64-bittigen Blocknummern"
6405
6406#: lib/ext2fs/ext2_err.c:147
6407msgid "Can't check if filesystem is mounted due to missing mtab file"
Philipp Thomasd0275172013-01-15 23:30:35 -05006408msgstr "Überprüfung ob das Dateisystem eingehängt ist mangels mtab Datei nicht möglich"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006409
6410#: lib/ext2fs/ext2_err.c:148
6411msgid "Filesystem too large to use legacy bitmaps"
Philipp Thomasd0275172013-01-15 23:30:35 -05006412msgstr "Das Dateisystem ist für die Verwendung von altertümlichen Bitmaps zu groß"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006413
6414#: lib/ext2fs/ext2_err.c:149
6415msgid "MMP: invalid magic number"
6416msgstr "MMP: ungültige magische Zahl"
6417
6418#: lib/ext2fs/ext2_err.c:150
6419msgid "MMP: device currently active"
6420msgstr "MMP: das Gerät ist derzeit aktiv"
6421
6422#: lib/ext2fs/ext2_err.c:151
6423msgid "MMP: fsck being run"
6424msgstr "MMP: fsck wird ausgeführt"
6425
6426#: lib/ext2fs/ext2_err.c:152
6427msgid "MMP: block number beyond filesystem range"
6428msgstr "MMP: die Blocknummer ist jenseits des Bereichs des Dateisystems"
6429
6430#: lib/ext2fs/ext2_err.c:153
6431msgid "MMP: undergoing an unknown operation"
6432msgstr "MMP: eine unbekannte Operation wird ausgeführt"
6433
6434#: lib/ext2fs/ext2_err.c:154
6435msgid "MMP: filesystem still in use"
6436msgstr "MMP: das Dateisystem wird noch verwendet"
6437
6438#: lib/ext2fs/ext2_err.c:155
6439msgid "MMP: open with O_DIRECT failed"
6440msgstr "MMP: das Öffnen mit O_DIRECT ist gescheitert"
6441
6442#: e2fsck/prof_err.c:11
6443msgid "Profile version 0.0"
6444msgstr "Profil Versikon 0.0"
6445
6446#: e2fsck/prof_err.c:12
6447msgid "Bad magic value in profile_node"
6448msgstr "Ungültige magische Zahl in profile_node"
6449
6450#: e2fsck/prof_err.c:13
6451msgid "Profile section not found"
6452msgstr "Die Profilsektion wurde nicht gefunden"
6453
6454#: e2fsck/prof_err.c:14
6455msgid "Profile relation not found"
6456msgstr "Der Profilbezug wurde nicht gefunden"
6457
6458#: e2fsck/prof_err.c:15
6459msgid "Attempt to add a relation to node which is not a section"
Philipp Thomasd0275172013-01-15 23:30:35 -05006460msgstr "Es wird versucht, einen Bezug zu einem Knoten hinzu zu fügen, der keine Sektion ist"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006461
6462#: e2fsck/prof_err.c:16
6463msgid "A profile section header has a non-zero value"
6464msgstr "Ein Profilsektion-Vorspann hat einen Wert der nicht Null ist"
6465
6466#: e2fsck/prof_err.c:17
6467msgid "Bad linked list in profile structures"
6468msgstr "UNgültige verkettete Liste in den Profilstrukturen"
6469
6470#: e2fsck/prof_err.c:18
6471msgid "Bad group level in profile structures"
6472msgstr "Ungültige Gruppenebene in den Profilstrukturen"
6473
6474#: e2fsck/prof_err.c:19
6475msgid "Bad parent pointer in profile structures"
6476msgstr "Ungültiger Zeiger auf Eltern in den Profilstrukturen"
6477
6478#: e2fsck/prof_err.c:20
6479msgid "Bad magic value in profile iterator"
6480msgstr "Ungültige magische Zahl im Profil-Iterator"
6481
6482#: e2fsck/prof_err.c:21
6483msgid "Can't set value on section node"
6484msgstr "Der Wert kann beim Sektionsknoten nicht gesetzt werden"
6485
6486#: e2fsck/prof_err.c:22
6487msgid "Invalid argument passed to profile library"
6488msgstr "Ein ungültiges Argument wurde der Profilierungsbibliothek übergeben"
6489
6490#: e2fsck/prof_err.c:23
6491msgid "Attempt to modify read-only profile"
6492msgstr "Es wird versucht, ein nur lesbares Profil zu modifizieren"
6493
6494#: e2fsck/prof_err.c:24
6495msgid "Profile section header not at top level"
6496msgstr "Vorspann der Profilsektion ist nicht auf der obersten Ebene"
6497
6498#: e2fsck/prof_err.c:25
6499msgid "Syntax error in profile section header"
6500msgstr "Syntaxfehler im Vorspann des Profilsektor"
6501
6502#: e2fsck/prof_err.c:26
6503msgid "Syntax error in profile relation"
6504msgstr "Syntaxfehler im Profilbezug"
6505
6506#: e2fsck/prof_err.c:27
6507msgid "Extra closing brace in profile"
6508msgstr "Überzählige schliessende Klammern im Profil"
6509
6510#: e2fsck/prof_err.c:28
6511msgid "Missing open brace in profile"
6512msgstr "Fehlende öffnende Klammer im Profil"
6513
6514#: e2fsck/prof_err.c:29
6515msgid "Bad magic value in profile_t"
6516msgstr "Ungültige magische Zahl in profile_t"
6517
6518#: e2fsck/prof_err.c:30
6519msgid "Bad magic value in profile_section_t"
6520msgstr "Ungültige magische Zahl in profile_section_t"
6521
6522#: e2fsck/prof_err.c:31
6523msgid "Iteration through all top level section not supported"
Philipp Thomasd0275172013-01-15 23:30:35 -05006524msgstr "Iteration über alle Sektionen der obersten Ebene wird nicht unterstützt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006525
6526#: e2fsck/prof_err.c:32
6527msgid "Invalid profile_section object"
6528msgstr "Ungültiges Profilsektionsobjekt"
6529
6530#: e2fsck/prof_err.c:33
6531msgid "No more sections"
6532msgstr "Keine weiteren Sektionen vorhanden"
6533
6534#: e2fsck/prof_err.c:34
6535msgid "Bad nameset passed to query routine"
6536msgstr "Eine ungültiger Satz von Namen wurde der Abfrageroutine übergeben"
6537
6538#: e2fsck/prof_err.c:35
6539msgid "No profile file open"
6540msgstr "Es ist keine Profildatei offen"
6541
6542#: e2fsck/prof_err.c:36
6543msgid "Bad magic value in profile_file_t"
6544msgstr "Ungültige magische Zahl in profile_file_t"
6545
6546#: e2fsck/prof_err.c:37
6547msgid "Couldn't open profile file"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05006548msgstr "Die Profildatei konnte nicht geöffnet werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006549
6550#: e2fsck/prof_err.c:38
6551msgid "Section already exists"
6552msgstr "Die Sektion existiert bereits"
6553
6554#: e2fsck/prof_err.c:39
6555msgid "Invalid boolean value"
6556msgstr "Ungültiger boolscher Wert"
6557
6558#: e2fsck/prof_err.c:40
6559msgid "Invalid integer value"
6560msgstr "Ungültiger Wert für eine Ganzzahl"
6561
6562#: e2fsck/prof_err.c:41
6563msgid "Bad magic value in profile_file_data_t"
6564msgstr "Ungültige magische Zahl in profile_data_t"
6565
Eric Sandeen032eafe2012-07-28 17:48:36 -04006566#~ msgid "%s is mounted. "
6567#~ msgstr "%s ist eingehängt. "
6568
Philipp Thomasedc733d2012-04-22 15:38:42 -04006569#~ msgid "@g %g @b @B uninitialized but @i @B in use.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05006570#~ msgstr "Die @b @B von @g %g ist nicht initialisiert aber @i @B wird verwendet.\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04006571
6572#~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05006573#~ msgstr " in @i %i sollte EOFBLOCKS_FL nicht gesetzt sein (Größe %Is, lblk %r)\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04006574
6575#~ msgid "Couldn't determine journal size"
6576#~ msgstr "Konnte die Größe des Dateisystems nicht ermitteln"
6577
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006578#~ msgid "#\t\t %llu -> %llu (%llu)\n"
6579#~ msgstr "#\t\t %llu -> %llu (%llu)\n"
6580
6581#~ msgid "<The ACL index inode>"
6582#~ msgstr "<Der „ACL Index“-Inode>"
6583
6584#~ msgid "<The ACL data inode>"
6585#~ msgstr "<Der „ACL Data“-Inode>"
6586
6587#~ msgid "short write (only %d bytes) for writing image header"
6588#~ msgstr "short write (only %d bytes) for writing image header"
6589
6590#~ msgid "invalid fragment size - %s"
6591#~ msgstr "falsche Fragmentgröße - %s"
6592
6593#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
6594#~ msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
6595
6596#~ msgid "Calling BLKDISCARD from %llu to %llu "
6597#~ msgstr "Der Aufruf von BLKDISCARD für den Bereich von %llu bis %llu war "
6598
6599#~ msgid "succeeded.\n"
6600#~ msgstr "erfolgreich.\n"
6601
6602#~ msgid "Journal NOT removed\n"
6603#~ msgstr "Journal NICHT gelöscht\n"