blob: d11a98a3455e035b24f170b66c85775a0f7623cb [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"
72"PO-Revision-Date: 2013-01-07 14:56+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 Thomasba71e3e2008-03-13 18:21:09 -040084msgstr "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 Thomasba71e3e2008-03-13 18:21:09 -0400175msgstr "Konnte keinen Blockpuffer (Größe=%d) reservieren.\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 Thomasba71e3e2008-03-13 18:21:09 -0400195msgstr "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"
246msgstr "aerweiterte Eigenschaft"
247
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400248#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500249msgid "Aerror allocating"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500250msgstr "AFehler beim Zuweisen"
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"
266msgstr "CKonflikte mit anderen Dateisystemen @b"
267
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"
310msgstr "hHTREE @d @i"
311
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"
318msgstr "List ein Link"
319
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 Thomasba71e3e2008-03-13 18:21:09 -0400366msgstr "zNull-Länge"
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"
468msgstr "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 Thomas9564ee52008-08-22 03:22:50 -0400535msgstr "Den Eintrag in der Liste belegter Blöcke verdoppeln"
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 Thomas9564ee52008-08-22 03:22:50 -0400548msgstr "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 Thomas9564ee52008-08-22 03:22:50 -0400552msgstr "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 Thomas68801282008-07-17 11:47:00 -0400564msgstr "Fortsetzung nicht möglich."
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"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500640msgstr "Aufsplitten"
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"
648msgstr "multiply claimed block map"
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"
660msgstr "Unlink"
661
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"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500720msgstr "ABGESPALTET"
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 Thomasba71e3e2008-03-13 18:21:09 -0400728msgstr "DOPPELTE/DEFEKTE BLÖCKE DUPLIZIERT"
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"
744msgstr "HTREE INDEX BEREINIGT"
745
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400746#: e2fsck/problem.c:98
Theodore Ts'obc759702005-05-09 20:40:55 -0400747msgid "WILL RECREATE"
748msgstr "ANGELEGT"
749
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 Thomasba71e3e2008-03-13 18:21:09 -0400753msgstr "@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 Thomasba71e3e2008-03-13 18:21:09 -0400758msgstr "@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 Thomasba71e3e2008-03-13 18:21:09 -0400767"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
768"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 Thomasba71e3e2008-03-13 18:21:09 -0400789"@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"
792"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 Thomasba71e3e2008-03-13 18:21:09 -0400805"Die @f Größe ( laut @S) ist %b @bs\n"
806"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 ""
818"@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"
824msgstr "@S @bs_per_group = %b, sollte %c sein.\n"
825
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"
829msgstr "@S first_data_@b = %b, sollte %c haben.\n"
830
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 ""
838"@f hat keinen UUID ; generiere einen.\n"
839"\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 Thomasba71e3e2008-03-13 18:21:09 -0400855"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 Thomasba71e3e2008-03-13 18:21:09 -0400862msgstr "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 Thomasba71e3e2008-03-13 18:21:09 -0400868msgstr "Fehler bei der Feststellung der Größe des physikalischen @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 Thomasba71e3e2008-03-13 18:21:09 -0400877msgstr "Hurd unterstützt das Dateityp-Feature nicht.\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 Thomasba71e3e2008-03-13 18:21:09 -0400888msgstr "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"
893msgstr "Kann kein externes @j finden.\n"
894
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 Thomasba71e3e2008-03-13 18:21:09 -0400915"Ext3 @j @S ist eine unbekannter Type %N (nicht unterstützt).\n"
Philipp Thomasd0275172013-01-15 23:30:35 -0500916"Es ist möglich, dass ihr e2fsck älter ist und/oder dieses @j Format nicht unterstützt.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400917"Es ist ebenso möglich, dass @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"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500922msgstr "Ext3 @j @S ist defekt.\n"
923
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 Thomas77c871a2010-04-19 16:59:02 -0400928msgstr "ext3 Recovery-Flag sauber, aber ein @j %s ist vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500929
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500930#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400931#: e2fsck/problem.c:231
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500932msgid "@S needs_recovery flag is set, but no @j is present.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -0500933msgstr "@S hat das ext3 „needs_recovery“-Flag gesetzt, aber ein @j ist nicht vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500934
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500935#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400936#: e2fsck/problem.c:236
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500937msgid "@S needs_recovery flag is clear, but @j has data.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400938msgstr "ext3 Recovery-Flag sauber, aber das @j enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500939
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400940#. @-expanded: Clear journal
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400941#: e2fsck/problem.c:241
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500942msgid "Clear @j"
943msgstr "Bereinige @j"
944
Philipp Thomas77c871a2010-04-19 16:59:02 -0400945#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Philipp Thomasedc733d2012-04-22 15:38:42 -0400946#: e2fsck/problem.c:246 e2fsck/problem.c:695
Philipp Thomas77c871a2010-04-19 16:59:02 -0400947msgid "@f has feature flag(s) set, but is a revision 0 @f. "
948msgstr "@f hat Eigenschfts-Kennzeichen gesetzt, ist aber ein Revision 0 @f. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500949
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400950#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400951#: e2fsck/problem.c:251
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500952msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
953msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
954
Philipp Thomas77c871a2010-04-19 16:59:02 -0400955#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400956#: e2fsck/problem.c:256
Philipp Thomas77c871a2010-04-19 16:59:02 -0400957msgid "@I %B (%b) found in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500958msgstr "@I @b #%B (%b) gefunden in @o @i %i.\n"
959
Philipp Thomas77c871a2010-04-19 16:59:02 -0400960#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400961#: e2fsck/problem.c:261
Philipp Thomas77c871a2010-04-19 16:59:02 -0400962msgid "Already cleared %B (%b) found in @o @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500963msgstr "bereits bereinigt @b #%B (%b) gefunden in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500964
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400965#. @-expanded: illegal orphaned inode %i in superblock.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400966#: e2fsck/problem.c:266
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500967#, c-format
968msgid "@I @o @i %i in @S.\n"
969msgstr "@I @o @i %i in @S.\n"
970
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400971#. @-expanded: illegal inode %i in orphaned inode list.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400972#: e2fsck/problem.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500973#, c-format
974msgid "@I @i %i in @o @i list.\n"
975msgstr "@I @i %i in @o @i Liste.\n"
976
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500977#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400978#: e2fsck/problem.c:276
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500979msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500980msgstr "Ext3 @j @S hat ein unbekanntes Nur-Lesen-Flag gesetzt.\n"
981
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500982#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400983#: e2fsck/problem.c:281
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500984msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500985msgstr "Ext3 @j @S hat ein unbekanntes Inkompatibel-Flag gesetzt.\n"
986
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400987#. @-expanded: journal version not supported by this e2fsck.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400988#: e2fsck/problem.c:286
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500989msgid "@j version not supported by this e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400990msgstr "@j Version wird von diesem e2fsck nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500991
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400992#. @-expanded: Moving journal from /%s to hidden inode.\n
993#. @-expanded: \n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400994#: e2fsck/problem.c:291
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500995#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500996msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400997"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500998"\n"
999msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001000"Verschiebe @j von /%s zum versteckten Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001001"\n"
1002
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001003#. @-expanded: Error moving journal: %m\n
1004#. @-expanded: \n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001005#: e2fsck/problem.c:296
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001006#, c-format
1007msgid ""
1008"Error moving @j: %m\n"
1009"\n"
1010msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001011"Fehler beim Verschieben von @j: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001012"\n"
1013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001014#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1015#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1016#. @-expanded: \n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001017#: e2fsck/problem.c:301
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001018msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001019"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001020"Clearing fields beyond the V1 @j @S...\n"
1021"\n"
1022msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001023"Fand unvollständige V2 @j @S Felder (vom V1 Journal).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001024"Bereinige die Felder hinter V1 @j @S...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001025"\n"
1026
Philipp Thomas77c871a2010-04-19 16:59:02 -04001027#. @-expanded: Run journal anyway
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001028#: e2fsck/problem.c:307
Philipp Thomas77c871a2010-04-19 16:59:02 -04001029msgid "Run @j anyway"
1030msgstr "Starte @j trotzdem"
1031
1032#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001033#: e2fsck/problem.c:312
Philipp Thomas77c871a2010-04-19 16:59:02 -04001034msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001035msgstr "Recovery-Kennzeichen in Backup @S nicht gesetzt, @j wird trotzdem gestartet.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001036
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001037#. @-expanded: Backing up journal inode block information.\n
1038#. @-expanded: \n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001039#: e2fsck/problem.c:317
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001040msgid ""
1041"Backing up @j @i @b information.\n"
1042"\n"
1043msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001044"Sichere @j @i @b Information.\n"
1045"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001047#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1048#. @-expanded: is %N; should be zero.
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001049#: e2fsck/problem.c:322
Theodore Ts'obc759702005-05-09 20:40:55 -04001050msgid ""
1051"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1052"is %N; @s zero. "
1053msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001054"Für @f ist resize_@i nicht eingeschaltet, aber s_reserved_gdt_@bs\n"
1055"ist %N; @s Null. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001056
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001057#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001058#: e2fsck/problem.c:328
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001059msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Philipp Thomasd0275172013-01-15 23:30:35 -05001060msgstr "Resize_@i nicht aktiviert, aber die zu modifgizierende Inod ist nicht-Null."
Theodore Ts'obc759702005-05-09 20:40:55 -04001061
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001062#. @-expanded: Resize inode not valid.
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001063#: e2fsck/problem.c:333
Theodore Ts'obc759702005-05-09 20:40:55 -04001064msgid "Resize @i not valid. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001065msgstr "@r ist kein @d. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001066
Philipp Thomas77c871a2010-04-19 16:59:02 -04001067#. @-expanded: superblock last mount time (%t,\n
1068#. @-expanded: \tnow = %T) is in the future.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001069#: e2fsck/problem.c:338
Philipp Thomas77c871a2010-04-19 16:59:02 -04001070msgid ""
1071"@S last mount time (%t,\n"
1072"\tnow = %T) is in the future.\n"
1073msgstr ""
1074"Der Zeitpunkt des letzten Einhängens von @S (%t,\n"
1075"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001076
Philipp Thomas77c871a2010-04-19 16:59:02 -04001077#. @-expanded: superblock last write time (%t,\n
1078#. @-expanded: \tnow = %T) is in the future.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001079#: e2fsck/problem.c:343
Philipp Thomas77c871a2010-04-19 16:59:02 -04001080msgid ""
1081"@S last write time (%t,\n"
1082"\tnow = %T) is in the future.\n"
1083msgstr ""
1084"Der Zeitpunkt des letzten Schreibens von @S (%t,\n"
1085"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001086
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001087#. @-expanded: superblock hint for external superblock should be %X.
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001088#: e2fsck/problem.c:347
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001089#, c-format
1090msgid "@S hint for external superblock @s %X. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001091msgstr "@S Hinweis für externen Superblock @s %X"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001092
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001093#. @-expanded: Adding dirhash hint to filesystem.\n
1094#. @-expanded: \n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001095#: e2fsck/problem.c:352
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001096msgid ""
1097"Adding dirhash hint to @f.\n"
1098"\n"
1099msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001100"Füge Verzeinishash-Hilfe zu @f hinzu.\n"
1101"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001102
Philipp Thomasedc733d2012-04-22 15:38:42 -04001103#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001104#: e2fsck/problem.c:357
Philipp Thomasedc733d2012-04-22 15:38:42 -04001105msgid "@g descriptor %g checksum is %04x, should be %04y. "
1106msgstr "Die Prüfsumme des @g -Deskriptors %g ist %04x, sie sollte %04y sein. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001107
1108#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001109#: e2fsck/problem.c:362
Philipp Thomas720e6362008-06-21 14:06:00 -04001110#, c-format
1111msgid "@g descriptor %g marked uninitialized without feature set.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001112msgstr "@g -Deskriptor %g ist als nicht initialisiert gekennzeichnet ohne eine gesetzte Eigenschaft.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001113
Philipp Thomas720e6362008-06-21 14:06:00 -04001114#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001115#: e2fsck/problem.c:367
Philipp Thomas720e6362008-06-21 14:06:00 -04001116msgid "@g descriptor %g has invalid unused inodes count %b. "
Philipp Thomasd0275172013-01-15 23:30:35 -05001117msgstr "@g Deskriptor %g hat eine ungültige Anzahl ungenutzter Inodes von %b. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001118
1119#. @-expanded: Last group block bitmap uninitialized.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001120#: e2fsck/problem.c:372
Philipp Thomas720e6362008-06-21 14:06:00 -04001121msgid "Last @g @b @B uninitialized. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001122msgstr "Die letzte @g @b @B ist nicht initialisiert. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001123
Philipp Thomasedc733d2012-04-22 15:38:42 -04001124#: e2fsck/problem.c:377
Philipp Thomas720e6362008-06-21 14:06:00 -04001125#, c-format
1126msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001127msgstr "Journaltransaktion %i war beschädigt, die Wiederholung wurde abgegrochen.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001128
Philipp Thomasedc733d2012-04-22 15:38:42 -04001129#: e2fsck/problem.c:381
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001130msgid "The test_fs flag is set (and ext4 is available). "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001131msgstr "Die Kennung test_fs wurde gesetzt (und ext4 ist verfügbar). "
1132
1133#. @-expanded: superblock last mount time is in the future.\n
1134#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1135#. @-expanded: set)
Philipp Thomasedc733d2012-04-22 15:38:42 -04001136#: e2fsck/problem.c:386
Philipp Thomas77c871a2010-04-19 16:59:02 -04001137msgid ""
1138"@S last mount time is in the future.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001139"\t(by less than a day, probably due to the hardware clock being incorrectly set) "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001140msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04001141"Der Zeitpunkt des letzten Einhängens von @S liegt in der Zukunft.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001142"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-Uhr) "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001143
1144#. @-expanded: superblock last write time is in the future.\n
1145#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1146#. @-expanded: set).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001147#: e2fsck/problem.c:392
Philipp Thomas77c871a2010-04-19 16:59:02 -04001148msgid ""
1149"@S last write time is in the future.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001150"\t(by less than a day, probably due to the hardware clock being incorrectly set). "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001151msgstr ""
1152"Der Zeitpunkt des letzten Schreibens von @S liegt in der Zukunft.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001153"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-Uhr) "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001154
1155#. @-expanded: One or more block group descriptor checksums are invalid.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001156#: e2fsck/problem.c:398
Philipp Thomas77c871a2010-04-19 16:59:02 -04001157msgid "One or more @b @g descriptor checksums are invalid. "
1158msgstr "Die Prüfsumme eines oder mehrerer @g -Deskriptoren ist ungültig. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001159
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001160#. @-expanded: Setting free inodes count to %j (was %i)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001161#: e2fsck/problem.c:403
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001162msgid "Setting free @is count to %j (was %i)\n"
1163msgstr "Setze die Anzahl der freien Inodes auf %j (war %i)\n"
1164
1165#. @-expanded: Setting free blocks count to %c (was %b)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001166#: e2fsck/problem.c:408
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001167msgid "Setting free @bs count to %c (was %b)\n"
1168msgstr "Setze die Anzahl der freien Blöcke auf %c (war %b)\n"
1169
Eric Sandeen032eafe2012-07-28 17:48:36 -04001170#. @-expanded: Making quota inode %i (%Q) hidden.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001171#: e2fsck/problem.c:413
Eric Sandeen032eafe2012-07-28 17:48:36 -04001172msgid "Making @q @i %i (%Q) hidden.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001173msgstr "Quota-Inode %i (%Q) wird versteckt.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001174
1175#. @-expanded: superblock has invalid MMP block.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001176#: e2fsck/problem.c:418
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001177msgid "@S has invalid MMP block. "
1178msgstr "@S hat einen ungültigen MMP Block. "
1179
1180#. @-expanded: superblock has invalid MMP magic.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001181#: e2fsck/problem.c:423
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001182msgid "@S has invalid MMP magic. "
1183msgstr "@S besitzt eine falsche MMP Magic number. "
1184
Philipp Thomasedc733d2012-04-22 15:38:42 -04001185#: e2fsck/problem.c:428
1186#, c-format
1187msgid "ext2fs_open2: %m\n"
1188msgstr "ext2fs_open2: %m\n"
1189
1190#: e2fsck/problem.c:433
1191#, c-format
1192msgid "ext2fs_check_desc: %m\n"
1193msgstr "ext2fs_check_desc: %m\n"
1194
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001195#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001196#: e2fsck/problem.c:440
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001197msgid "Pass 1: Checking @is, @bs, and sizes\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001198msgstr "Durchgang 1: Prüfe @is, @bs, und Größen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001200#. @-expanded: root inode is not a directory.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001201#: e2fsck/problem.c:444
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001202msgid "@r is not a @d. "
1203msgstr "@r ist kein @d. "
1204
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001205#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001206#: e2fsck/problem.c:449
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001207msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001208msgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001210#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001211#: e2fsck/problem.c:454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001212msgid "Reserved @i %i (%Q) has @n mode. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001213msgstr "Reservierte @i %i %Q hat einen falschen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001214
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001215#. @-expanded: deleted inode %i has zero dtime.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001216#: e2fsck/problem.c:459
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001217#, c-format
1218msgid "@D @i %i has zero dtime. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001219msgstr "@D @i %i hat \"zero dtime\". "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001220
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001221#. @-expanded: inode %i is in use, but has dtime set.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001222#: e2fsck/problem.c:464
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001223#, c-format
1224msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001225msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001226
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001227#. @-expanded: inode %i is a zero-length directory.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001228#: e2fsck/problem.c:469
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001229#, c-format
1230msgid "@i %i is a @z @d. "
1231msgstr "@i %i ist ein @z @d. "
1232
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001233#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001234#: e2fsck/problem.c:474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001235msgid "@g %g's @b @B at %b @C.\n"
1236msgstr "@g %g's @b @B auf %b @C.\n"
1237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001238#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001239#: e2fsck/problem.c:479
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001240msgid "@g %g's @i @B at %b @C.\n"
1241msgstr "@g %g's @i @B auf %b @C.\n"
1242
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001243#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001244#: e2fsck/problem.c:484
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001245msgid "@g %g's @i table at %b @C.\n"
1246msgstr "@g %g's @i Tabelle auf %b @C.\n"
1247
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001248#. @-expanded: group %g's block bitmap (%b) is bad.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001249#: e2fsck/problem.c:489
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001250msgid "@g %g's @b @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001251msgstr "@g %g's @b @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001252
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001253#. @-expanded: group %g's inode bitmap (%b) is bad.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001254#: e2fsck/problem.c:494
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001255msgid "@g %g's @i @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001256msgstr "@g %g's @i @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001257
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001258#. @-expanded: inode %i, i_size is %Is, should be %N.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001259#: e2fsck/problem.c:499
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001260msgid "@i %i, i_size is %Is, @s %N. "
1261msgstr "@i %i, i_size ist %Is, @s %N. "
1262
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001263#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001264#: e2fsck/problem.c:504
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001265msgid "@i %i, i_@bs is %Ib, @s %N. "
1266msgstr "@i %i, i_@bs ist %Ib, @s %N. "
1267
Philipp Thomas77c871a2010-04-19 16:59:02 -04001268#. @-expanded: illegal %B (%b) in inode %i.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001269#: e2fsck/problem.c:509
Philipp Thomas77c871a2010-04-19 16:59:02 -04001270msgid "@I %B (%b) in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001271msgstr "@I @b #%B (%b) in @i %i. "
1272
Philipp Thomas77c871a2010-04-19 16:59:02 -04001273#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001274#: e2fsck/problem.c:514
Philipp Thomas77c871a2010-04-19 16:59:02 -04001275msgid "%B (%b) overlaps @f metadata in @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001276msgstr "@b #%B (%b) überlappt @f metadata in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001277
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001278#. @-expanded: inode %i has illegal block(s).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001279#: e2fsck/problem.c:519
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001280#, c-format
1281msgid "@i %i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001282msgstr "@i %i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001283
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001284#. @-expanded: Too many illegal blocks in inode %i.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001285#: e2fsck/problem.c:524
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001286#, c-format
1287msgid "Too many illegal @bs in @i %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001288msgstr "Zu viele unzulässige @bs in @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001289
Philipp Thomas77c871a2010-04-19 16:59:02 -04001290#. @-expanded: illegal %B (%b) in bad block inode.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001291#: e2fsck/problem.c:529
Philipp Thomas77c871a2010-04-19 16:59:02 -04001292msgid "@I %B (%b) in bad @b @i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001293msgstr "@I @b #%B (%b) in bad @b @i. "
1294
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001295#. @-expanded: Bad block inode has illegal block(s).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001296#: e2fsck/problem.c:534
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001297msgid "Bad @b @i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001298msgstr "Bad @b @i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001299
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001300#. @-expanded: Duplicate or bad block in use!\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001301#: e2fsck/problem.c:539
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001302msgid "Duplicate or bad @b in use!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001303msgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001304
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001305#. @-expanded: Bad block %b used as bad block inode indirect block.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001306#: e2fsck/problem.c:544
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001307msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001308msgstr "Bad @b %b benutzt als bad @b @i indirekt @b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001309
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001310#. @-expanded: \n
1311#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1312#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1313#. @-expanded: in the filesystem.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001314#: e2fsck/problem.c:549
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001315msgid ""
1316"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001317"The bad @b @i has probably been corrupted. You probably\n"
1318"should stop now and run e2fsck -c to scan for bad blocks\n"
1319"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001320msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001321"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001322"Defekter @b @i ist wahrscheinlich beschädigt worden. Sie sollten\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001323"nun eher innehalten und „e2fsck -c“ ausführen, um nach defekten\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001324"Blöcken in @f zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001325
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001326#. @-expanded: \n
1327#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001328#: e2fsck/problem.c:556
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001329msgid ""
1330"\n"
1331"If the @b is really bad, the @f can not be fixed.\n"
1332msgstr ""
1333"\n"
1334"Wenn der @b wirklich defekt ist, kann der @f nicht repariert werden.\n"
1335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001336#. @-expanded: You can remove this block from the bad block list and hope\n
1337#. @-expanded: that the block is really OK. But there are no guarantees.\n
1338#. @-expanded: \n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001339#: e2fsck/problem.c:561
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001340msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001341"You can remove this @b from the bad @b list and hope\n"
1342"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001343"\n"
1344msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001345"Sie können @b von der @b - Liste löschen \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001346"und hoffen das @b wirklich in Ordnung ist, es \n"
1347"gibt aber KEINE GARANTIEN.\n"
1348"\n"
1349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001350#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001351#: e2fsck/problem.c:567
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001352msgid "The primary @S (%b) is on the bad @b list.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001353msgstr "Der primäre @S (%b) ist auf der bad @b Liste.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001354
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001355#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001356#: e2fsck/problem.c:572
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001357msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001358msgstr "Block %b im primären Deskriptor @g ist auf der bad @b Liste\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001360#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001361#: e2fsck/problem.c:578
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001362msgid "Warning: Group %g's @S (%b) is bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001363msgstr "Warnung: Gruppe %g's @S (%b) ist ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001364
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001365#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001366#: e2fsck/problem.c:583
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001367msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001368msgstr "Warnung: Gruppe %g's Kopie vom Deskriptor @g hat einen bad @b (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001369
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001370#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001371#: e2fsck/problem.c:589
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001372msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1373msgstr "Programmfehler? @b #%b verlangt ohne Grund in process_bad_@b.\n"
1374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001375#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001376#: e2fsck/problem.c:595
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001377msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1378msgstr "@A %N grenzt an @b(s) in @b @g %g for %s: %m\n"
1379
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001380#. @-expanded: error allocating block buffer for relocating %s\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001381#: e2fsck/problem.c:600
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001382#, c-format
1383msgid "@A @b buffer for relocating %s\n"
1384msgstr "@A @b Puffer zum Verschieben %s\n"
1385
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001386#. @-expanded: Relocating group %g's %s from %b to %c...\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001387#: e2fsck/problem.c:605
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001388msgid "Relocating @g %g's %s from %b to %c...\n"
1389msgstr "Verschiebe @g %g's %s von %b nach %c...\n"
1390
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001391#. @-expanded: Relocating group %g's %s to %c...\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001392#: e2fsck/problem.c:610
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001393#, c-format
1394msgid "Relocating @g %g's %s to %c...\n"
1395msgstr "Verschiebe @g %g's %s nach %c...\n"
1396
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001397#. @-expanded: Warning: could not read block %b of %s: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001398#: e2fsck/problem.c:615
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001399msgid "Warning: could not read @b %b of %s: %m\n"
1400msgstr "Warnung: kann @b %b von %s: %m nicht lesen\n"
1401
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001402#. @-expanded: Warning: could not write block %b for %s: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001403#: e2fsck/problem.c:620
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001404msgid "Warning: could not write @b %b for %s: %m\n"
1405msgstr "Warnung: kann @b %b von %s: %m nicht schreiben\n"
1406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001407#. @-expanded: error allocating inode bitmap (%N): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001408#: e2fsck/problem.c:625 e2fsck/problem.c:1460
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001409msgid "@A @i @B (%N): %m\n"
1410msgstr "@A @i @B (%N): %m\n"
1411
1412#. @-expanded: error allocating block bitmap (%N): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001413#: e2fsck/problem.c:630
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001414msgid "@A @b @B (%N): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001415msgstr "@A @i @B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001416
1417#. @-expanded: error allocating icount link information: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001418#: e2fsck/problem.c:635
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001419#, c-format
1420msgid "@A icount link information: %m\n"
1421msgstr "@A icount link information: %m\n"
1422
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001423#. @-expanded: error allocating directory block array: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001424#: e2fsck/problem.c:640
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001425#, c-format
1426msgid "@A @d @b array: %m\n"
1427msgstr "@A @d @b array: %m\n"
1428
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001429#. @-expanded: Error while scanning inodes (%i): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001430#: e2fsck/problem.c:645
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001431#, c-format
1432msgid "Error while scanning @is (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001433msgstr "Fehler während der Suche @is (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001434
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001435#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001436#: e2fsck/problem.c:650
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001437#, c-format
1438msgid "Error while iterating over @bs in @i %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001439msgstr "Fehler beim Iterieren über @bs in @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001440
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001441#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001442#: e2fsck/problem.c:655
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001443msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001444msgstr "Fehler beim Speichern von @i count Informationen (@i=%i, count=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001445
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001446#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001447#: e2fsck/problem.c:660
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001448msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001449msgstr "Fehler beim Speichern @d @b Informationen (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001450
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001451#. @-expanded: Error reading inode %i: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001452#: e2fsck/problem.c:666
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001453#, c-format
1454msgid "Error reading @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001455msgstr "Fehler beim Lesen von @i %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001456
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001457#. @-expanded: inode %i has imagic flag set.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001458#: e2fsck/problem.c:674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001459#, c-format
1460msgid "@i %i has imagic flag set. "
1461msgstr "@i %i hat Imagic-Flag gesetzt. "
1462
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001463#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1464#. @-expanded: or append-only flag set.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001465#: e2fsck/problem.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001466#, c-format
1467msgid ""
1468"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1469"or append-only flag set. "
1470msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001471"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001472"oder append-only Flag gesetzt. "
1473
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001474#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001475#: e2fsck/problem.c:685
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001476#, c-format
1477msgid "@i %i has @cion flag set on @f without @cion support. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001478msgstr "@i %i hat @cion Flag gesetzt auf @f ohne @cion Unterstützung. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001480#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001481#: e2fsck/problem.c:690
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001482#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001483msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1484msgstr ""
1485"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
1486"oder append-only Flag gesetzt. "
1487
1488#. @-expanded: journal inode is not in use, but contains data.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001489#: e2fsck/problem.c:700
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001490msgid "@j @i is not in use, but contains data. "
1491msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
1492
1493#. @-expanded: journal is not regular file.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001494#: e2fsck/problem.c:705
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001495msgid "@j is not regular file. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001496msgstr "@j ist keine reguläre Datei. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001497
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001498#. @-expanded: inode %i was part of the orphaned inode list.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001499#: e2fsck/problem.c:710
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001500#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001501msgid "@i %i was part of the @o @i list. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001502msgstr "@i %i war Teil der orphaned @i Liste. "
1503
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001504#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001505#: e2fsck/problem.c:716
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001506msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001507msgstr "@is, die Teile einer defekten Liste mit verwaisten Links waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001508
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001509#. @-expanded: error allocating refcount structure (%N): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001510#: e2fsck/problem.c:721
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001511msgid "@A refcount structure (%N): %m\n"
1512msgstr "@A icount structure: %m\n"
1513
1514#. @-expanded: Error reading extended attribute block %b for inode %i.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001515#: e2fsck/problem.c:726
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001516msgid "Error reading @a @b %b for @i %i. "
1517msgstr "Fehler beim Lesen @a @b %b for @i %i. "
1518
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001519#. @-expanded: inode %i has a bad extended attribute block %b.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001520#: e2fsck/problem.c:731
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001521msgid "@i %i has a bad @a @b %b. "
1522msgstr "@i %i hat defekten @a @b %b. "
1523
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001524#. @-expanded: Error reading extended attribute block %b (%m).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001525#: e2fsck/problem.c:736
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001526msgid "Error reading @a @b %b (%m). "
1527msgstr "Fehler beim Lesen @a @b %b (%m). "
1528
Philipp Thomas77c871a2010-04-19 16:59:02 -04001529#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001530#: e2fsck/problem.c:741
Philipp Thomas77c871a2010-04-19 16:59:02 -04001531msgid "@a @b %b has reference count %r, @s %N. "
1532msgstr "@a @b %b hat den Referenzzähler %r, richtig wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001533
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001534#. @-expanded: Error writing extended attribute block %b (%m).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001535#: e2fsck/problem.c:746
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001536msgid "Error writing @a @b %b (%m). "
1537msgstr "Fehler beim Schreiben @a @b %b (%m). "
1538
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001539#. @-expanded: extended attribute block %b has h_blocks > 1.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001540#: e2fsck/problem.c:751
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001541msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001542msgstr "@a @b %b hat h_blocks > 1. "
1543
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001544#. @-expanded: error allocating extended attribute block %b.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001545#: e2fsck/problem.c:756
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001546msgid "@A @a @b %b. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001547msgstr "@A @a @b %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001548
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001549#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001550#: e2fsck/problem.c:761
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001551msgid "@a @b %b is corrupt (allocation collision). "
1552msgstr "@a @b %b ist defekt (allocation collision). "
1553
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001554#. @-expanded: extended attribute block %b is corrupt (invalid name).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001555#: e2fsck/problem.c:766
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001556msgid "@a @b %b is corrupt (@n name). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001557msgstr "@a @b %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001558
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001559#. @-expanded: extended attribute block %b is corrupt (invalid value).
Philipp Thomasedc733d2012-04-22 15:38:42 -04001560#: e2fsck/problem.c:771
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001561msgid "@a @b %b is corrupt (@n value). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001562msgstr "@a @b %b ist defekt (ungültiger Wert). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001563
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001564#. @-expanded: inode %i is too big.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001565#: e2fsck/problem.c:776
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001566#, c-format
1567msgid "@i %i is too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001568msgstr "@i %i ist zu groß. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001569
Philipp Thomas77c871a2010-04-19 16:59:02 -04001570#. @-expanded: %B (%b) causes directory to be too big.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001571#: e2fsck/problem.c:780
Philipp Thomas77c871a2010-04-19 16:59:02 -04001572msgid "%B (%b) causes @d to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001573msgstr "@b #%B (%b) macht @d zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001574
Philipp Thomasedc733d2012-04-22 15:38:42 -04001575#: e2fsck/problem.c:785
Philipp Thomas77c871a2010-04-19 16:59:02 -04001576msgid "%B (%b) causes file to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001577msgstr "@b #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001578
Philipp Thomasedc733d2012-04-22 15:38:42 -04001579#: e2fsck/problem.c:790
Philipp Thomas77c871a2010-04-19 16:59:02 -04001580msgid "%B (%b) causes symlink to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001581msgstr "@b #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001582
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001583#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001584#: e2fsck/problem.c:795
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001585#, c-format
1586msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001587msgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
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 but is not a directory.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001590#: e2fsck/problem.c:800
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001591#, c-format
1592msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1593msgstr "@i %i hat INDEX_FL flag gesetzt, ist aber kein @d.\n"
1594
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001595#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001596#: e2fsck/problem.c:805
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001597#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001598msgid "@h %i has an @n root node.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001599msgstr "@h %i hat einen unvollständigen root node.\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 unsupported hash version (%N)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001602#: e2fsck/problem.c:810
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001603msgid "@h %i has an unsupported hash version (%N)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001604msgstr "@h %i hat eine nicht unterstützte hash-Version (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001605
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001606#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001607#: e2fsck/problem.c:815
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001608#, c-format
1609msgid "@h %i uses an incompatible htree root node flag.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001610msgstr "@h %i benutzt einen nicht unterstützten htree root node flag.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001611
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001612#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001613#: e2fsck/problem.c:820
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001614msgid "@h %i has a tree depth (%N) which is too big\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001615msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001616
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001617#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1618#. @-expanded: filesystem metadata.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001619#: e2fsck/problem.c:825
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001620msgid ""
1621"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1622"@f metadata. "
1623msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001624"Defekter @b @i hat einen indirekten @b (%b), der mit\n"
1625"den @f Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001626
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001627#. @-expanded: Resize inode (re)creation failed: %m.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001628#: e2fsck/problem.c:831
Theodore Ts'obc759702005-05-09 20:40:55 -04001629#, c-format
1630msgid "Resize @i (re)creation failed: %m."
Philipp Thomas9564ee52008-08-22 03:22:50 -04001631msgstr "Erzeugung von Vergrösserungs-@i scheiterte: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001632
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001633#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001634#: e2fsck/problem.c:836
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001635msgid "@i %i has a extra size (%IS) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001636msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001637
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001638#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001639#: e2fsck/problem.c:841
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001640msgid "@a in @i %i has a namelen (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001641msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001642
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001643#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001644#: e2fsck/problem.c:846
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001645msgid "@a in @i %i has a value offset (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001646msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001647
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001648#. @-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 -04001649#: e2fsck/problem.c:851
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001650msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001651msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001652
Philipp Thomas77c871a2010-04-19 16:59:02 -04001653#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001654#: e2fsck/problem.c:856
Philipp Thomas77c871a2010-04-19 16:59:02 -04001655msgid "@a in @i %i has a value size (%N) which is @n\n"
1656msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1657
Philipp Thomas720e6362008-06-21 14:06:00 -04001658#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001659#: e2fsck/problem.c:861
Philipp Thomas720e6362008-06-21 14:06:00 -04001660msgid "@a in @i %i has a hash (%N) which is @n\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001661msgstr "@a in %i hat einen @n Hashwert von (%N)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001662
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001663#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001664#: e2fsck/problem.c:866
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001665msgid "@i %i is a %It but it looks like it is really a directory.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001666msgstr "@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 -04001667
Philipp Thomas40771272008-09-07 22:55:25 -04001668#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001669#: e2fsck/problem.c:871
Philipp Thomas68801282008-07-17 11:47:00 -04001670#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001671msgid "Error while reading over @x tree in @i %i: %m\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001672msgstr "Fehler beim Iterieren über Baum @x in @i %i: %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001673
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001674#. @-expanded: Failed to iterate extents in inode %i\n
1675#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001676#: e2fsck/problem.c:876
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001677msgid ""
1678"Failed to iterate extents in @i %i\n"
1679"\t(op %s, blk %b, lblk %c): %m\n"
1680msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04001681"Das Iterieren der Extents in @i %i scheiterte\n"
1682"\t(op %s, blk %b, lblk %c): %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001683
1684#. @-expanded: inode %i has an invalid extent\n
1685#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001686#: e2fsck/problem.c:882
Philipp Thomas720e6362008-06-21 14:06:00 -04001687msgid ""
1688"@i %i has an @n extent\n"
1689"\t(logical @b %c, @n physical @b %b, len %N)\n"
1690msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04001691"@i %i hat eine @n Erweiterung\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001692"\t(logischer @b %c, @n physischer @b %b, Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001693
1694#. @-expanded: inode %i has an invalid extent\n
1695#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001696#: e2fsck/problem.c:887
Philipp Thomas720e6362008-06-21 14:06:00 -04001697msgid ""
1698"@i %i has an @n extent\n"
1699"\t(logical @b %c, physical @b %b, @n len %N)\n"
1700msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04001701"@i %i hat eine @n Erweiterung\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001702"\t(logischer @b %c, physischer @b %b, @n Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001703
1704#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001705#: e2fsck/problem.c:892
Philipp Thomas720e6362008-06-21 14:06:00 -04001706#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001707msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001708msgstr "@i %i hat EXTENTS_FL Kennung auf einem @f ohne Unterstützung für Erweiterungen.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001709
1710#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001711#: e2fsck/problem.c:897
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001712#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001713msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001714msgstr "@i %i besitzt das Erweiterungsformat, aber dem @S fehlt die Eigenschaft EXTENTS\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001715
1716#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001717#: e2fsck/problem.c:902
Philipp Thomas720e6362008-06-21 14:06:00 -04001718#, c-format
1719msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001720msgstr "@i %i fehlt EXTENT_FL, aber hat das Format einer Erweiterungs-@i\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001721
Philipp Thomasedc733d2012-04-22 15:38:42 -04001722#: e2fsck/problem.c:907
Philipp Thomas720e6362008-06-21 14:06:00 -04001723#, c-format
1724msgid "Fast symlink %i has EXTENT_FL set. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001725msgstr "Schneller Symlink %i hat EXTENT_FL gesetzt. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001726
1727#. @-expanded: inode %i has out of order extents\n
1728#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001729#: e2fsck/problem.c:912
Philipp Thomas720e6362008-06-21 14:06:00 -04001730msgid ""
1731"@i %i has out of order extents\n"
1732"\t(@n logical @b %c, physical @b %b, len %N)\n"
1733msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04001734"@i %i hat unregelmässige Erweitertungen\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001735"\t(@n logischer @b %c, physischer @b %b, Länge %N)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001736
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001737#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001738#: e2fsck/problem.c:916
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001739msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001740msgstr "@i %i hat einen ungültigen Extent-Knoten (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001741
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001742#. @-expanded: Error converting subcluster block bitmap: %m\n
1743#: e2fsck/problem.c:921
1744#, c-format
1745msgid "Error converting subcluster @b @B: %m\n"
1746msgstr "Fehler beim umwandeln der Subcluster-Bitmap: %m\n"
1747
1748#. @-expanded: quota inode is not regular file.
1749#: e2fsck/problem.c:926
1750msgid "@q @i is not regular file. "
1751msgstr "die @q-@i ist keine reguläre Datei. "
1752
1753#. @-expanded: quota inode is not in use, but contains data.
1754#: e2fsck/problem.c:931
1755msgid "@q @i is not in use, but contains data. "
1756msgstr "@q %i wird nicht benutzt, enthält aber Daten. "
1757
1758#. @-expanded: quota inode is visible to the user.
1759#: e2fsck/problem.c:936
1760msgid "@q @i is visible to the user. "
1761msgstr "@q @i ist sichtbar für den Benutzer. "
1762
1763#. @-expanded: The bad block inode looks invalid.
1764#: e2fsck/problem.c:941
1765msgid "The bad @b @i looks @n. "
1766msgstr "Die „Bad Blocks“-Inode sieht ungültig aus. "
1767
Philipp Thomasedc733d2012-04-22 15:38:42 -04001768#. @-expanded: inode %i has zero length extent\n
1769#. @-expanded: \t(invalid logical block %c, physical block %b)\n
1770#: e2fsck/problem.c:946
1771msgid ""
1772"@i %i has zero length extent\n"
1773"\t(@n logical @b %c, physical @b %b)\n"
1774msgstr ""
1775"@i %i hat Erweitertungen der Länge Null\n"
1776"\t(@n logischer @b %c, physischer @b %b)\n"
1777
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001778#. @-expanded: \n
1779#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1780#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001781#: e2fsck/problem.c:953
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001782msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001783"\n"
1784"Running additional passes to resolve @bs claimed by more than one @i...\n"
1785"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001786msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001787"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001788"Doppelter @bs gefunden... starte Scan nach doppelten @b.\n"
1789"Durchgang 1B: Suche nach doppelten/defekten @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001790
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001791#. @-expanded: multiply-claimed block(s) in inode %i:
Philipp Thomasedc733d2012-04-22 15:38:42 -04001792#: e2fsck/problem.c:959
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001793#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001794msgid "@m @b(s) in @i %i:"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001795msgstr "@m @b(s) in @i %i:"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001796
Philipp Thomasedc733d2012-04-22 15:38:42 -04001797#: e2fsck/problem.c:974
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001798#, c-format
1799msgid "Error while scanning inodes (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001800msgstr "Fehlen beim Prüfen von Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001801
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001802#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001803#: e2fsck/problem.c:979
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001804#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001805msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001806msgstr "@A @i @B (inode_dup_map): %m\n"
1807
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001808#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001809#: e2fsck/problem.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001810#, c-format
1811msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001812msgstr "Fehler beim Durchlaufen der @bs in @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001813
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001814#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001815#: e2fsck/problem.c:989 e2fsck/problem.c:1304
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001816msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001817msgstr "Fehler bei der Anpassung des refcount für @a @b %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001818
Theodore Ts'o6956f612005-12-31 16:46:15 -05001819#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001820#: e2fsck/problem.c:994
Theodore Ts'o6956f612005-12-31 16:46:15 -05001821msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001822msgstr "Durchgang 1C: Prüfe Verzeichnisse nach @is mit doppelten @bs.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001823
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001824#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001825#: e2fsck/problem.c:1000
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001826msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001827msgstr "Durchgang 1D: Gleiche doppelte @bs ab\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001828
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001829#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001830#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001831#: e2fsck/problem.c:1005
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001832msgid ""
1833"File %Q (@i #%i, mod time %IM) \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001834" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001835msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04001836"Datei %Q (@i #%i, Modifikationszeitpunkt %IM) \n"
1837" hat %B doppelte @b(s), gemeinsam genutzt mit %N Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001838
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001839#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001840#: e2fsck/problem.c:1011
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001841msgid "\t%Q (@i #%i, mod time %IM)\n"
1842msgstr "\t%Q (@i #%i, mod time %IM)\n"
1843
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001844#. @-expanded: \t<filesystem metadata>\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001845#: e2fsck/problem.c:1016
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001846msgid "\t<@f metadata>\n"
1847msgstr "\t<@f metadata>\n"
1848
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001849#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1850#. @-expanded: \n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001851#: e2fsck/problem.c:1021
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001852msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001853"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001854"\n"
1855msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001856"(es gibt %N @is, die doppelte/defekte @bs enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001857"\n"
1858
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001859#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1860#. @-expanded: \n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001861#: e2fsck/problem.c:1026
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001862msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001863"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001864"\n"
1865msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001866"Duplizierte @bs bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001867"\n"
1868
Philipp Thomasedc733d2012-04-22 15:38:42 -04001869#: e2fsck/problem.c:1039
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001870#, c-format
1871msgid "Couldn't clone file: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001872msgstr "Kann die Datei %m nicht klonen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001873
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001874#. @-expanded: Pass 2: Checking directory structure\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001875#: e2fsck/problem.c:1045
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001876msgid "Pass 2: Checking @d structure\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001877msgstr "Durchgang 2: Prüfe @d Struktur\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001878
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001879#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001880#: e2fsck/problem.c:1050
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001881#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001882msgid "@n @i number for '.' in @d @i %i.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001883msgstr "Falsche @i Nummer für „.“ in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001884
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001885#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001886#: e2fsck/problem.c:1055
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001887msgid "@E has @n @i #: %Di.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001888msgstr "@E hat falsche @i #: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001889
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001890#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001891#: e2fsck/problem.c:1060
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001892msgid "@E has @D/unused @i %Di. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001893msgstr "@E hat @D/unbenutzt @i %Di. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001894
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001895#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Philipp Thomasedc733d2012-04-22 15:38:42 -04001896#: e2fsck/problem.c:1065
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001897msgid "@E @L to '.' "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001898msgstr "@E @L nach „.“ "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001899
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001900#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001901#: e2fsck/problem.c:1070
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001902msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001903msgstr "@E zeigt auf @i (%Di) in einem defekten @b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001904
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001905#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001906#: e2fsck/problem.c:1075
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001907msgid "@E @L to @d %P (%Di).\n"
1908msgstr "@E @L nach @d %P (%Di).\n"
1909
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001910#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001911#: e2fsck/problem.c:1080
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001912msgid "@E @L to the @r.\n"
1913msgstr "@E @L zur @r.\n"
1914
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001915#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001916#: e2fsck/problem.c:1085
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001917msgid "@E has illegal characters in its name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001918msgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001919
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001920#. @-expanded: Missing '.' in directory inode %i.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001921#: e2fsck/problem.c:1090
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001922#, c-format
1923msgid "Missing '.' in @d @i %i.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001924msgstr "Fehlende „.“ in @d @i %i.\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:1095
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: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001933#: e2fsck/problem.c:1100
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001934msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001935msgstr "Erster @e „%Dn“ (inode=%Di) in @d @i %i (%p) @s „.“\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001936
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001937#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001938#: e2fsck/problem.c:1105
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001939msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001940msgstr "Zweiter @e „%Dn“ (inode=%Di) in @d @i %i @s „..“\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001941
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001942#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001943#: e2fsck/problem.c:1110
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001944msgid "i_faddr @F %IF, @s zero.\n"
1945msgstr "i_faddr @F %IF, @s null.\n"
1946
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001947#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001948#: e2fsck/problem.c:1115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001949msgid "i_file_acl @F %If, @s zero.\n"
1950msgstr "i_file_acl @F %If, @s null.\n"
1951
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001952#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001953#: e2fsck/problem.c:1120
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001954msgid "i_dir_acl @F %Id, @s zero.\n"
1955msgstr "i_dir_acl @F %Id, @s null.\n"
1956
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001957#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001958#: e2fsck/problem.c:1125
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001959msgid "i_frag @F %N, @s zero.\n"
1960msgstr "i_frag @F %N, @s null.\n"
1961
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001962#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001963#: e2fsck/problem.c:1130
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001964msgid "i_fsize @F %N, @s zero.\n"
1965msgstr "i_fsize @F %N, @s null.\n"
1966
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001967#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001968#: e2fsck/problem.c:1135
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001969msgid "@i %i (%Q) has @n mode (%Im).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001970msgstr "@i %i (%Q) hat einen falschen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001971
Philipp Thomas77c871a2010-04-19 16:59:02 -04001972#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001973#: e2fsck/problem.c:1140
Philipp Thomas77c871a2010-04-19 16:59:02 -04001974msgid "@d @i %i, %B, offset %N: @d corrupted\n"
1975msgstr "@d @i %i, @b %B, Offset %N: @d defekt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001976
Philipp Thomas77c871a2010-04-19 16:59:02 -04001977#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001978#: e2fsck/problem.c:1145
Philipp Thomas77c871a2010-04-19 16:59:02 -04001979msgid "@d @i %i, %B, offset %N: filename too long\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001980msgstr "@d @i %i, @b %B, offset %N: Dateiname zu lang\n"
1981
Philipp Thomas77c871a2010-04-19 16:59:02 -04001982#. @-expanded: directory inode %i has an unallocated %B.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001983#: e2fsck/problem.c:1150
Philipp Thomas77c871a2010-04-19 16:59:02 -04001984msgid "@d @i %i has an unallocated %B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001985msgstr "@d @i %i hat einen nicht zugewiesenen @b #%B. "
1986
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001987#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04001988#: e2fsck/problem.c:1155
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001989#, c-format
1990msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001991msgstr "„.“ @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -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:1160
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001995#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001996msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001997msgstr "„..“ @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: inode %i (%Q) is an illegal character device.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002000#: e2fsck/problem.c:1165
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002001msgid "@i %i (%Q) is an @I character @v.\n"
2002msgstr "@i %i (%Q) ist ein @I Zeichen @v.\n"
2003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002004#. @-expanded: inode %i (%Q) is an illegal block device.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002005#: e2fsck/problem.c:1170
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002006msgid "@i %i (%Q) is an @I @b @v.\n"
2007msgstr "@i %i (%Q) ist ein @I @b @v.\n"
2008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002009#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002010#: e2fsck/problem.c:1175
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002011msgid "@E is duplicate '.' @e.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002012msgstr "@E ist ein doppelter „.“ @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002014#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002015#: e2fsck/problem.c:1180
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002016msgid "@E is duplicate '..' @e.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002017msgstr "@E ist ein doppelter „..“ @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002018
Philipp Thomasedc733d2012-04-22 15:38:42 -04002019#: e2fsck/problem.c:1185 e2fsck/problem.c:1485
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002020#, c-format
2021msgid "Internal error: couldn't find dir_info for %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002022msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002023
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002024#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002025#: e2fsck/problem.c:1190
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002026msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002027msgstr "@E hat rec_len von %Dr, sollte %N sein.\n"
2028
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002029#. @-expanded: error allocating icount structure: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002030#: e2fsck/problem.c:1195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002031#, c-format
2032msgid "@A icount structure: %m\n"
2033msgstr "@A icount structure: %m\n"
2034
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002035#. @-expanded: Error iterating over directory blocks: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002036#: e2fsck/problem.c:1200
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002037#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04002038msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002039msgstr "Fehler beim Durchlaufen der @d @bs: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002040
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002041#. @-expanded: Error reading directory block %b (inode %i): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002042#: e2fsck/problem.c:1205
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002043msgid "Error reading @d @b %b (@i %i): %m\n"
2044msgstr "Lesefehler @d @b %b (@i %i): %m\n"
2045
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002046#. @-expanded: Error writing directory block %b (inode %i): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002047#: e2fsck/problem.c:1210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002048msgid "Error writing @d @b %b (@i %i): %m\n"
2049msgstr "Schreibfehler @d @b %b (@i %i): %m\n"
2050
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002051#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002052#: e2fsck/problem.c:1215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002053#, c-format
2054msgid "@A new @d @b for @i %i (%s): %m\n"
2055msgstr "@A neu @d @b for @i %i (%s): %m\n"
2056
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002057#. @-expanded: Error deallocating inode %i: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002058#: e2fsck/problem.c:1220
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002059#, c-format
2060msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002061msgstr "Fehler bei der Freigabe von @i %i: %m\n"
2062
Philipp Thomas40771272008-09-07 22:55:25 -04002063#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002064#: e2fsck/problem.c:1225
Philipp Thomas40771272008-09-07 22:55:25 -04002065#, c-format
2066msgid "@d @e for '.' in %p (%i) is big.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002067msgstr "Verzeichniseintrag für „.“ in %p (%i) ist gross.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002068
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002069#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002070#: e2fsck/problem.c:1230
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002071msgid "@i %i (%Q) is an @I FIFO.\n"
2072msgstr "@i %i (%Q) ist ein @I FIFO.\n"
2073
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002074#. @-expanded: inode %i (%Q) is an illegal socket.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002075#: e2fsck/problem.c:1235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002076msgid "@i %i (%Q) is an @I socket.\n"
2077msgstr "@i %i (%Q) ist ein @I Socket.\n"
2078
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002079#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002080#: e2fsck/problem.c:1240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002081msgid "Setting filetype for @E to %N.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002082msgstr "Setze Dateitype für @E auf %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002083
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002084#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002085#: e2fsck/problem.c:1245
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002086msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002087msgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
2088
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002089#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002090#: e2fsck/problem.c:1250
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002091msgid "@E has filetype set.\n"
2092msgstr "@E hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002093
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002094#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002095#: e2fsck/problem.c:1255
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002096msgid "@E has a @z name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002097msgstr "@E hat einen Namen der Länge Null..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002098
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002099#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002100#: e2fsck/problem.c:1260
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002101msgid "Symlink %Q (@i #%i) is @n.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002102msgstr "Symlink %Q (@i #%i) is invalid.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002103
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002104#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002105#: e2fsck/problem.c:1265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002106msgid "@a @b @F @n (%If).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002107msgstr "@a @b @F ist falsch (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002108
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002109#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002110#: e2fsck/problem.c:1270
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002111msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002112msgstr "@f enthält große Dateien, aber das LARGE_FILE Flag in @S ist nicht gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002113
Philipp Thomas77c871a2010-04-19 16:59:02 -04002114#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002115#: e2fsck/problem.c:1275
Philipp Thomas77c871a2010-04-19 16:59:02 -04002116msgid "@p @h %d: %B not referenced\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002117msgstr "@p @h %d: Node (%B) nicht referenziert\n"
2118
Philipp Thomas77c871a2010-04-19 16:59:02 -04002119#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002120#: e2fsck/problem.c:1280
Philipp Thomas77c871a2010-04-19 16:59:02 -04002121msgid "@p @h %d: %B referenced twice\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002122msgstr "@p @h %d: Node (%B) doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002123
Philipp Thomas77c871a2010-04-19 16:59:02 -04002124#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002125#: e2fsck/problem.c:1285
Philipp Thomas77c871a2010-04-19 16:59:02 -04002126msgid "@p @h %d: %B has bad min hash\n"
2127msgstr "@p @h %d: %B hat ungültigen Minimumhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002128
Philipp Thomas77c871a2010-04-19 16:59:02 -04002129#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002130#: e2fsck/problem.c:1290
Philipp Thomas77c871a2010-04-19 16:59:02 -04002131msgid "@p @h %d: %B has bad max hash\n"
2132msgstr "@p @h %d: %B hat ungültigen Maximalhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002133
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002134#. @-expanded: invalid HTREE directory inode %d (%q).
Philipp Thomasedc733d2012-04-22 15:38:42 -04002135#: e2fsck/problem.c:1295
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002136msgid "@n @h %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002137msgstr "Invalid @h %d (%q). "
2138
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002139#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002140#: e2fsck/problem.c:1299
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002141msgid "@p @h %d (%q): bad @b number %b.\n"
2142msgstr "@p @h %d (%q): bad @b number %b.\n"
2143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002144#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002145#: e2fsck/problem.c:1309
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002146#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002147msgid "@p @h %d: root node is @n\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002148msgstr "@p @h %d: root node is invalid\n"
2149
Philipp Thomas77c871a2010-04-19 16:59:02 -04002150#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002151#: e2fsck/problem.c:1314
Philipp Thomas77c871a2010-04-19 16:59:02 -04002152msgid "@p @h %d: %B has @n limit (%N)\n"
2153msgstr "@p @h %d: %B hat eine ungültige Begrenzung (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002154
Philipp Thomas77c871a2010-04-19 16:59:02 -04002155#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002156#: e2fsck/problem.c:1319
Philipp Thomas77c871a2010-04-19 16:59:02 -04002157msgid "@p @h %d: %B has @n count (%N)\n"
2158msgstr "@p @h %d: %B hat einen ungültigen Zähler (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002159
Philipp Thomas77c871a2010-04-19 16:59:02 -04002160#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002161#: e2fsck/problem.c:1324
Philipp Thomas77c871a2010-04-19 16:59:02 -04002162msgid "@p @h %d: %B has an unordered hash table\n"
2163msgstr "@p @h %d: %B hat eine unsortierte Hashtabelle\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002164
Philipp Thomas77c871a2010-04-19 16:59:02 -04002165#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002166#: e2fsck/problem.c:1329
Philipp Thomas77c871a2010-04-19 16:59:02 -04002167msgid "@p @h %d: %B has @n depth (%N)\n"
2168msgstr "@p @h %d: %B has eine ungültige Tiefe (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002170#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002171#: e2fsck/problem.c:1334
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002172msgid "Duplicate @E found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002173msgstr "Doppelte @E gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002174
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002175#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2176#. @-expanded: Rename to %s
Philipp Thomasedc733d2012-04-22 15:38:42 -04002177#: e2fsck/problem.c:1339
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002178#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002179msgid ""
2180"@E has a non-unique filename.\n"
2181"Rename to %s"
2182msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04002183"@E hat keinen eindeutigen Dateinnamen.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002184"Benenne in %s um"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002185
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002186#. @-expanded: Duplicate entry '%Dn' found.\n
2187#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2188#. @-expanded: \n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002189#: e2fsck/problem.c:1344
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002190msgid ""
2191"Duplicate @e '%Dn' found.\n"
2192"\tMarking %p (%i) to be rebuilt.\n"
2193"\n"
2194msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002195"Doppelte @e '%Dn' gefunden.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002196"\tMarkiere %p (%i) für die Neuerstellung.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002197"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002198
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002199#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002200#: e2fsck/problem.c:1349
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002201msgid "i_blocks_hi @F %N, @s zero.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002202msgstr "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002203
Philipp Thomas720e6362008-06-21 14:06:00 -04002204#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002205#: e2fsck/problem.c:1354
Philipp Thomas720e6362008-06-21 14:06:00 -04002206msgid "Unexpected @b in @h %d (%q).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002207msgstr "Unerwarteter @b in @h %d (%q).\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002208
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002209#. @-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 -04002210#: e2fsck/problem.c:1358
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002211msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002212msgstr "@i %i wurde in @g %g gefunden, für die _INODE_UNINIT gesetzt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002213
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002214#. @-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 -04002215#: e2fsck/problem.c:1363
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002216msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002217msgstr "@i %i wurde im Bereich ungenutzter Inodes von @g %g gefunden.\n"
2218
2219#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002220#: e2fsck/problem.c:1368
Philipp Thomas77c871a2010-04-19 16:59:02 -04002221msgid "i_file_acl_hi @F %N, @s zero.\n"
2222msgstr "i_file_acl_hi @F %N, sollte Null sein.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002223
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002224#. @-expanded: Pass 3: Checking directory connectivity\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002225#: e2fsck/problem.c:1375
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002226msgid "Pass 3: Checking @d connectivity\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002227msgstr "Durchgang 3: Prüfe @d Verknüpfungen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002228
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002229#. @-expanded: root inode not allocated.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002230#: e2fsck/problem.c:1380
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002231msgid "@r not allocated. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002232msgstr "@r nicht zugeordnet. "
2233
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002234#. @-expanded: No room in lost+found directory.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002235#: e2fsck/problem.c:1385
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002236msgid "No room in @l @d. "
2237msgstr "Kein Platz in @l @d. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002238
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002239#. @-expanded: Unconnected directory inode %i (%p)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002240#: e2fsck/problem.c:1390
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002241#, c-format
2242msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002243msgstr "Nicht verbundene @d @i %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002244
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002245#. @-expanded: /lost+found not found.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002246#: e2fsck/problem.c:1395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002247msgid "/@l not found. "
2248msgstr "/@l nicht gefunden. "
2249
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002250#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002251#: e2fsck/problem.c:1400
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002252msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002253msgstr "„..“ in %Q (%i) ist %P (%j), @s %q (%d).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002254
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002255#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002256#: e2fsck/problem.c:1405
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002257msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002258msgstr "Falscher oder fehlender /@l. Wiederverbinden nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002259
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002260#. @-expanded: Could not expand /lost+found: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002261#: e2fsck/problem.c:1410
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002262#, c-format
2263msgid "Could not expand /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002264msgstr "Erweitern nicht möglich /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002265
Philipp Thomasedc733d2012-04-22 15:38:42 -04002266#: e2fsck/problem.c:1415
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002267#, c-format
2268msgid "Could not reconnect %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002269msgstr "Wiederverbinden nicht möglich %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002270
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002271#. @-expanded: Error while trying to find /lost+found: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002272#: e2fsck/problem.c:1420
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002273#, c-format
2274msgid "Error while trying to find /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002275msgstr "Fehler während der Suche nach /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002277#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002278#: e2fsck/problem.c:1425
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002279#, c-format
2280msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002281msgstr "ext2fs_new_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002282
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002283#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002284#: e2fsck/problem.c:1430
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002285#, c-format
2286msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002287msgstr "ext2fs_new_@i: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002288
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002289#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002290#: e2fsck/problem.c:1435
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002291#, c-format
2292msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002293msgstr "ext2fs_new_dir_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002294
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002295#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002296#: e2fsck/problem.c:1440
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002297#, c-format
2298msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002299msgstr "ext2fs_write_dir_@b: %m während des Schreibens von @d @b für /@l\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002301#. @-expanded: Error while adjusting inode count on inode %i\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002302#: e2fsck/problem.c:1445
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002303#, c-format
2304msgid "Error while adjusting @i count on @i %i\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002305msgstr "Fehler während der Einstellung von @i count auf @i %i\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002306
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002307#. @-expanded: Couldn't fix parent of inode %i: %m\n
2308#. @-expanded: \n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002309#: e2fsck/problem.c:1450
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002310#, c-format
2311msgid ""
2312"Couldn't fix parent of @i %i: %m\n"
2313"\n"
2314msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04002315"Konnte Parent von @i %i: %m nicht reparieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002316"\n"
2317
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002318#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2319#. @-expanded: \n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002320#: e2fsck/problem.c:1455
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002321#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002322msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002323"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002324"\n"
2325msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002326"Parent von @i %i konnte nicht repariert werden: \n"
2327"parent @d nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002328
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002329#. @-expanded: Error creating root directory (%s): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002330#: e2fsck/problem.c:1465
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002331#, c-format
2332msgid "Error creating root @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002333msgstr "Fehler beim Erzeugen des root @d (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002334
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002335#. @-expanded: Error creating /lost+found directory (%s): %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002336#: e2fsck/problem.c:1470
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002337#, c-format
2338msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002339msgstr "Fehler beim Erzeugen des /@l @d (%s): %m\n"
2340
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002341#. @-expanded: root inode is not a directory; aborting.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002342#: e2fsck/problem.c:1475
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002343msgid "@r is not a @d; aborting.\n"
2344msgstr "@r ist kein @d; breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002345
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002346#. @-expanded: Cannot proceed without a root inode.\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002347#: e2fsck/problem.c:1480
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002348msgid "Cannot proceed without a @r.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002349msgstr "Kann ohne @r nicht fortsetzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002350
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002351#. @-expanded: /lost+found is not a directory (ino=%i)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002352#: e2fsck/problem.c:1490
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002353#, c-format
2354msgid "/@l is not a @d (ino=%i)\n"
2355msgstr "/@l ist kein @d (ino=%i)\n"
2356
Philipp Thomasedc733d2012-04-22 15:38:42 -04002357#: e2fsck/problem.c:1497
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002358msgid "Pass 3A: Optimizing directories\n"
2359msgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2360
Philipp Thomasedc733d2012-04-22 15:38:42 -04002361#: e2fsck/problem.c:1502
Philipp Thomas77c871a2010-04-19 16:59:02 -04002362#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002363msgid "Failed to create dirs_to_hash iterator: %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002364msgstr "dirs_to_hash Iterator konnte nicht erzeugt werden: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002365
Philipp Thomasedc733d2012-04-22 15:38:42 -04002366#: e2fsck/problem.c:1507
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002367msgid "Failed to optimize directory %q (%d): %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002368msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002369
Philipp Thomasedc733d2012-04-22 15:38:42 -04002370#: e2fsck/problem.c:1512
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002371msgid "Optimizing directories: "
2372msgstr "Optimiere Verzeichnisse: "
2373
Philipp Thomasedc733d2012-04-22 15:38:42 -04002374#: e2fsck/problem.c:1529
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002375msgid "Pass 4: Checking reference counts\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002376msgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002377
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002378#. @-expanded: unattached zero-length inode %i.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002379#: e2fsck/problem.c:1534
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002380#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002381msgid "@u @z @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002382msgstr "@I @o @i %i in @S. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002383
2384#. @-expanded: unattached inode %i\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002385#: e2fsck/problem.c:1539
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002386#, c-format
2387msgid "@u @i %i\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002388msgstr "@u @i %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002389
2390#. @-expanded: inode %i ref count is %Il, should be %N.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002391#: e2fsck/problem.c:1544
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002392msgid "@i %i ref count is %Il, @s %N. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002393msgstr "@i %i Referenzzähler ist %Il, @s %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002394
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002395#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2396#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2397#. @-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 -04002398#: e2fsck/problem.c:1548
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002399msgid ""
2400"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2401"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002402"@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 -05002403msgstr ""
2404"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002405"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (AKTIVES) DATEISYSTEM.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002406"@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 -05002407
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002408#. @-expanded: Pass 5: Checking group summary information\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002409#: e2fsck/problem.c:1558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002410msgid "Pass 5: Checking @g summary information\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002411msgstr "Durchgang 5: Überprüfe @g Zusammenfassung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002412
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002413#. @-expanded: Padding at end of inode bitmap is not set.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002414#: e2fsck/problem.c:1563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002415msgid "Padding at end of @i @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002416msgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002417
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002418#. @-expanded: Padding at end of block bitmap is not set.
Philipp Thomasedc733d2012-04-22 15:38:42 -04002419#: e2fsck/problem.c:1568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002420msgid "Padding at end of @b @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002421msgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002422
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002423#. @-expanded: block bitmap differences:
Philipp Thomasedc733d2012-04-22 15:38:42 -04002424#: e2fsck/problem.c:1573
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002425msgid "@b @B differences: "
2426msgstr "@b @B differieren: "
2427
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002428#. @-expanded: inode bitmap differences:
Philipp Thomasedc733d2012-04-22 15:38:42 -04002429#: e2fsck/problem.c:1593
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002430msgid "@i @B differences: "
2431msgstr "@i @B differieren: "
2432
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002433#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002434#: e2fsck/problem.c:1613
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002435msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002436msgstr "Die Anzahl freier @is ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002437
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002438#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002439#: e2fsck/problem.c:1618
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002440msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002441msgstr "Die Anzahl Verzeichnisse ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002442
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002443#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002444#: e2fsck/problem.c:1623
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002445msgid "Free @is count wrong (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002446msgstr "Die Anzahl freier @is ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002447
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002448#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002449#: e2fsck/problem.c:1628
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002450msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002451msgstr "Die Anzahl freier Blöcke in @g #%g ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002452
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002453#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002454#: e2fsck/problem.c:1633
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002455msgid "Free @bs count wrong (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002456msgstr "Die Anzahl freier Blöcke ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002457
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002458#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2459#. @-expanded: endpoints (%i, %j)\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002460#: e2fsck/problem.c:1638
Philipp Thomasd0275172013-01-15 23:30:35 -05002461msgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
2462msgstr "PROGRAMMIERFEHLER: @f (#%N) @B Endpunkte (%b, %c) passen nicht zu den berechneten @B Endpunkten (%i, %j)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002463
Philipp Thomasedc733d2012-04-22 15:38:42 -04002464#: e2fsck/problem.c:1644
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002465msgid "Internal error: fudging end of bitmap (%N)\n"
2466msgstr "Interner Fehler: fudging end of bitmap (%N)\n"
2467
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002468#. @-expanded: Error copying in replacement inode bitmap: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002469#: e2fsck/problem.c:1649
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002470#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002471msgid "Error copying in replacement @i @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002472msgstr "Fehler beim hineinkopieren von @i @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002473
2474#. @-expanded: Error copying in replacement block bitmap: %m\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002475#: e2fsck/problem.c:1654
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002476#, c-format
2477msgid "Error copying in replacement @b @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002478msgstr "Fehler beim hineinkopieren von @b @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002479
Philipp Thomas720e6362008-06-21 14:06:00 -04002480#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002481#: e2fsck/problem.c:1679
Philipp Thomas720e6362008-06-21 14:06:00 -04002482#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04002483msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002484msgstr "Blöcke von @g %g sind in Beutzung obwohl @g als BLOCK_UNINIT markiert ist\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002485
2486#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Philipp Thomasedc733d2012-04-22 15:38:42 -04002487#: e2fsck/problem.c:1684
Theodore Ts'o057a1592010-06-07 12:24:21 -04002488#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04002489msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002490msgstr "@g %g @i(s) sind in Benutzung obwohl @g als INODE_UNINIT markiert ist\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002491
Philipp Thomas77c871a2010-04-19 16:59:02 -04002492#. @-expanded: Recreate journal
Philipp Thomasedc733d2012-04-22 15:38:42 -04002493#: e2fsck/problem.c:1691
Philipp Thomas77c871a2010-04-19 16:59:02 -04002494msgid "Recreate @j"
2495msgstr "@j zurücksetzen"
2496
Eric Sandeen032eafe2012-07-28 17:48:36 -04002497#: e2fsck/problem.c:1696
2498msgid "Update quota info for quota type %N"
Philipp Thomasd0275172013-01-15 23:30:35 -05002499msgstr "Quota-Info für Typ %N aktualisieren"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002500
2501#: e2fsck/problem.c:1815
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002502#, c-format
2503msgid "Unhandled error code (0x%x)!\n"
2504msgstr "Unbenutzter Fehlercode (0x%x)!\n"
2505
Eric Sandeen032eafe2012-07-28 17:48:36 -04002506#: e2fsck/problem.c:1940 e2fsck/problem.c:1944
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002507msgid "IGNORED"
2508msgstr "IGNORIERT"
2509
Eric Sandeen032eafe2012-07-28 17:48:36 -04002510#: e2fsck/scantest.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002511#, c-format
2512msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2513msgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2514
Eric Sandeen032eafe2012-07-28 17:48:36 -04002515#: e2fsck/scantest.c:98
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002516#, c-format
2517msgid "size of inode=%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002518msgstr "Größe des Inode=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002519
Eric Sandeen032eafe2012-07-28 17:48:36 -04002520#: e2fsck/scantest.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002521msgid "while starting inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002522msgstr "beim Starten der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002523
Eric Sandeen032eafe2012-07-28 17:48:36 -04002524#: e2fsck/scantest.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002525msgid "while doing inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002526msgstr "während der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002527
Eric Sandeen032eafe2012-07-28 17:48:36 -04002528#: e2fsck/super.c:188
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002529#, c-format
2530msgid "while calling ext2fs_block_iterate for inode %d"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002531msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002532
Eric Sandeen032eafe2012-07-28 17:48:36 -04002533#: e2fsck/super.c:211
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002534#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002535msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2536msgstr "während des Aufrufs von ext2fs_adjust_ea_refcount2 für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002537
Eric Sandeen032eafe2012-07-28 17:48:36 -04002538#: e2fsck/super.c:272
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002539msgid "Truncating"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002540msgstr "Kürzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002541
Eric Sandeen032eafe2012-07-28 17:48:36 -04002542#: e2fsck/super.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002543msgid "Clearing"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002544msgstr "Bereinigen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002545
Eric Sandeen032eafe2012-07-28 17:48:36 -04002546#: e2fsck/unix.c:74
Philipp Thomas68801282008-07-17 11:47:00 -04002547#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002548msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04002549"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002550"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002551"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002552"\t\t[-E extended-options] device\n"
2553msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04002554"Aufruf: %s [-panyrcdfvtDFV] [-b Superblock] [-B Blockgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002555"\t\t[-I Inode_Puffer_Blöcke] [-P Prozess_Inodegröße]\n"
2556"\t\t[-l|-L Bad_Blocks_Datei] [-C Dateideskriptor] [-j externes_Journal]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002557"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002558
Eric Sandeen032eafe2012-07-28 17:48:36 -04002559#: e2fsck/unix.c:80
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002560#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002561msgid ""
2562"\n"
2563"Emergency help:\n"
2564" -p Automatic repair (no questions)\n"
2565" -n Make no changes to the filesystem\n"
2566" -y Assume \"yes\" to all questions\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002567" -c Check for bad blocks and add them to the badblock list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002568" -f Force checking even if filesystem is marked clean\n"
2569msgstr ""
2570"\n"
Philipp Thomas18eaec22011-10-02 22:50:38 -04002571"Notfallhilfe:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002572" -p automatische Reparatur (keine Fragen)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002573" -n keine Veränderungen am Dateisystem vornehmen\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002574" -y \" Ja \" auf alle Fragen annehmen\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002575" -c suche nach defekten Blöcken\n"
2576" -f erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002577
Eric Sandeen032eafe2012-07-28 17:48:36 -04002578#: e2fsck/unix.c:86
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002579#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002580msgid ""
2581" -v Be verbose\n"
2582" -b superblock Use alternative superblock\n"
2583" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002584" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002585" -l bad_blocks_file Add to badblocks list\n"
2586" -L bad_blocks_file Set badblocks list\n"
2587msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002588" -v sei gesprächig\n"
2589" -b Superbloc Nutze Superblockkopie\n"
2590" -B Blockgröße erzwinge Blockgröße beim Suchen vom Superblock\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002591" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002592" -l bad_blocks_file zur Liste der defekten Blöcke hinzufügen\n"
2593" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002594
Philipp Thomasd0275172013-01-15 23:30:35 -05002595#: e2fsck/unix.c:131
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002596#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002597msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2598msgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %llu/%llu Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002599
Philipp Thomasd0275172013-01-15 23:30:35 -05002600#: e2fsck/unix.c:157
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002601#, c-format
2602msgid ""
2603"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002604"%12u inode used (%2.2f%%, out of %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002605msgid_plural ""
2606"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002607"%12u inodes used (%2.2f%%, out of %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002608msgstr[0] ""
2609"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002610"%12u Inode ist in Benutzung (%2.2f%% von %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002611msgstr[1] ""
2612"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002613"%12u Inodes sind in Benutzung (%2.2f%% von %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002614
Philipp Thomasd0275172013-01-15 23:30:35 -05002615#: e2fsck/unix.c:161
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002616#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002617msgid "%12u non-contiguous file (%0d.%d%%)\n"
2618msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2619msgstr[0] "%12u nicht zusammenhängende Datei (%0d.%d%%)\n"
2620msgstr[1] "%12u nicht zusammenhängende Dateien (%0d.%d%%)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002621
Philipp Thomasd0275172013-01-15 23:30:35 -05002622#: e2fsck/unix.c:166
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002623#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002624msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2625msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2626msgstr[0] "%12u nicht zusammenhängendes Verzeichnis (%0d.%d%%)\n"
2627msgstr[1] "%12u nicht zusammenhängende Verzeichnisse (%0d.%d%%)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002628
Eric Sandeen032eafe2012-07-28 17:48:36 -04002629#: e2fsck/unix.c:171
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002630#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002631msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2632msgstr " # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002633
Philipp Thomasd0275172013-01-15 23:30:35 -05002634#: e2fsck/unix.c:179
2635msgid " Extent depth histogram: "
2636msgstr " Histogramm der Tiefe von Erweiterungen: "
2637
2638#: e2fsck/unix.c:188
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002639#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002640msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2641msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2642msgstr[0] "%12llu Block wird benutzt (%2.2f%% von %llu)\n"
2643msgstr[1] "%12llu Blöcke werden benutzt (%2.2f%% von %llu)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002644
Philipp Thomasd0275172013-01-15 23:30:35 -05002645#: e2fsck/unix.c:192
2646#, c-format
2647msgid "%12u bad block\n"
2648msgid_plural "%12u bad blocks\n"
2649msgstr[0] "%12u ungültiger Block\n"
2650msgstr[1] "%12u ungültige Blöcke\n"
2651
2652#: e2fsck/unix.c:194
2653#, c-format
2654msgid "%12u large file\n"
2655msgid_plural "%12u large files\n"
2656msgstr[0] "%12u große Datei\n"
2657msgstr[1] "%12u große Dateien\n"
2658
2659#: e2fsck/unix.c:196
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002660#, c-format
2661msgid ""
2662"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002663"%12u regular file\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002664msgid_plural ""
2665"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002666"%12u regular files\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002667msgstr[0] ""
2668"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002669"%12u reguläre Datei\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002670msgstr[1] ""
2671"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002672"%12u reguläre Dateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002673
Philipp Thomasd0275172013-01-15 23:30:35 -05002674#: e2fsck/unix.c:198
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002675#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002676msgid "%12u directory\n"
2677msgid_plural "%12u directories\n"
2678msgstr[0] "%12u Verzeichnis\n"
2679msgstr[1] "%12u Verzeichnisse\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002680
Philipp Thomasd0275172013-01-15 23:30:35 -05002681#: e2fsck/unix.c:200
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002682#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002683msgid "%12u character device file\n"
2684msgid_plural "%12u character device files\n"
2685msgstr[0] "%12u zeichenorientierte Gerätedatei\n"
2686msgstr[1] "%12u zeichenorientierte Gerätedateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002687
Philipp Thomasd0275172013-01-15 23:30:35 -05002688#: e2fsck/unix.c:203
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002689#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002690msgid "%12u block device file\n"
2691msgid_plural "%12u block device files\n"
2692msgstr[0] "%12u Blockgerätedatei\n"
2693msgstr[1] "%12u Blockgerätedateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002694
Philipp Thomasd0275172013-01-15 23:30:35 -05002695#: e2fsck/unix.c:205
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002696#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002697msgid "%12u fifo\n"
2698msgid_plural "%12u fifos\n"
2699msgstr[0] "%12u Fifo\n"
2700msgstr[1] "%12u Fifos\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002701
Philipp Thomasd0275172013-01-15 23:30:35 -05002702#: e2fsck/unix.c:207
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002703#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002704msgid "%12u link\n"
2705msgid_plural "%12u links\n"
2706msgstr[0] "%12u Verknüpfung\n"
2707msgstr[1] "%12u Verknüpfungen\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002708
Philipp Thomasd0275172013-01-15 23:30:35 -05002709#: e2fsck/unix.c:210
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002710#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002711msgid "%12u symbolic link"
2712msgid_plural "%12u symbolic links"
2713msgstr[0] "%12u symbolische Verknüpfung"
2714msgstr[1] "%12u symbolische Verknüpfungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002715
Philipp Thomasd0275172013-01-15 23:30:35 -05002716#: e2fsck/unix.c:212
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002717#, c-format
2718msgid " (%u fast symbolic link)\n"
2719msgid_plural " (%u fast symbolic links)\n"
2720msgstr[0] " (%u schnelle symbolische Verknüpfung)\n"
2721msgstr[1] " (%u schnelle symbolische Verknüpfungen)\n"
2722
Philipp Thomasd0275172013-01-15 23:30:35 -05002723#: e2fsck/unix.c:216
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002724#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002725msgid "%12u socket\n"
2726msgid_plural "%12u sockets\n"
2727msgstr[0] "%12u Socket\n"
2728msgstr[1] "%12u Sockets\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002729
Philipp Thomasd0275172013-01-15 23:30:35 -05002730#: e2fsck/unix.c:220
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002731#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002732msgid "%12u file\n"
2733msgid_plural "%12u files\n"
2734msgstr[0] "%12u Datei\n"
2735msgstr[1] "%12u Dateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002736
Philipp Thomasd0275172013-01-15 23:30:35 -05002737#: e2fsck/unix.c:234 misc/badblocks.c:983 misc/tune2fs.c:1970 misc/util.c:147
Philipp Thomasedc733d2012-04-22 15:38:42 -04002738#: resize/main.c:247
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002739#, c-format
2740msgid "while determining whether %s is mounted."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002741msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002742
Philipp Thomasd0275172013-01-15 23:30:35 -05002743#: e2fsck/unix.c:254
2744#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002745msgid "Warning! %s is %s.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002746msgstr "Warnung! %s ist %s.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002747
Philipp Thomasd0275172013-01-15 23:30:35 -05002748#: e2fsck/unix.c:261
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002749#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002750msgid "%s is %s.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002751msgstr "%s ist %s.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002752
Philipp Thomasd0275172013-01-15 23:30:35 -05002753#: e2fsck/unix.c:264
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002754msgid ""
2755"Cannot continue, aborting.\n"
2756"\n"
2757msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002758"Fortsetzung nicht möglich, breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002759"\n"
2760
Philipp Thomasd0275172013-01-15 23:30:35 -05002761#: e2fsck/unix.c:266
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002762msgid ""
2763"\n"
2764"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002765"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2766"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002767"\n"
2768msgstr ""
2769"\n"
2770"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002771"WARNUNG!!! Das Dateisystem ist eingehängt, Wenn Sie fortfahren, ***WERDEN***\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002772"Sie ***SCHWERWIEGENDE*** Schäden am Dateisystem verursachen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002773"\n"
2774
Philipp Thomasd0275172013-01-15 23:30:35 -05002775#: e2fsck/unix.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002776msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002777msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002778
Philipp Thomasd0275172013-01-15 23:30:35 -05002779#: e2fsck/unix.c:273
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002780#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002781msgid "check aborted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002782msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002783
Philipp Thomasd0275172013-01-15 23:30:35 -05002784#: e2fsck/unix.c:363
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002785msgid " contains a file system with errors"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002786msgstr " enthält ein fehlerhaftes Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002787
Philipp Thomasd0275172013-01-15 23:30:35 -05002788#: e2fsck/unix.c:365
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002789msgid " was not cleanly unmounted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002790msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002791
Philipp Thomasd0275172013-01-15 23:30:35 -05002792#: e2fsck/unix.c:367
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002793msgid " primary superblock features different from backup"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002794msgstr "Eigenschaften des primären Superblocks unterscheiden sich vom Backup"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002795
Philipp Thomasd0275172013-01-15 23:30:35 -05002796#: e2fsck/unix.c:371
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002797#, c-format
2798msgid " has been mounted %u times without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002799msgstr " wurde %u mal ohne Überprüfung eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002800
Philipp Thomasd0275172013-01-15 23:30:35 -05002801#: e2fsck/unix.c:378
Theodore Ts'o057a1592010-06-07 12:24:21 -04002802msgid " has filesystem last checked time in the future"
Philipp Thomasd0275172013-01-15 23:30:35 -05002803msgstr " hat einen in der Zukunft liegenden Zeitpunkt der letzten Püfung des Dateisystems"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002804
Philipp Thomasd0275172013-01-15 23:30:35 -05002805#: e2fsck/unix.c:384
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002806#, c-format
2807msgid " has gone %u days without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002808msgstr " wurde %u Tage ohne Überprüfung genutzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002809
Philipp Thomasd0275172013-01-15 23:30:35 -05002810#: e2fsck/unix.c:393
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002811msgid ", check forced.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002812msgstr ", Prüfung erzwungen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002813
Philipp Thomasd0275172013-01-15 23:30:35 -05002814#: e2fsck/unix.c:426
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002815#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002816msgid "%s: clean, %u/%u files, %llu/%llu blocks"
2817msgstr "%s: sauber, %u/%u Dateien, %llu/%llu Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002818
Philipp Thomasd0275172013-01-15 23:30:35 -05002819#: e2fsck/unix.c:445
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002820msgid " (check deferred; on battery)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002821msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002822
Philipp Thomasd0275172013-01-15 23:30:35 -05002823#: e2fsck/unix.c:448
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002824msgid " (check after next mount)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002825msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002826
Philipp Thomasd0275172013-01-15 23:30:35 -05002827#: e2fsck/unix.c:450
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002828#, c-format
2829msgid " (check in %ld mounts)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002830msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002831
Philipp Thomasd0275172013-01-15 23:30:35 -05002832#: e2fsck/unix.c:600
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002833#, c-format
2834msgid "ERROR: Couldn't open /dev/null (%s)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002835msgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002836
Philipp Thomasd0275172013-01-15 23:30:35 -05002837#: e2fsck/unix.c:669
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002838#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002839msgid "Invalid EA version.\n"
2840msgstr "Invalid EA version.\n"
2841
Philipp Thomasd0275172013-01-15 23:30:35 -05002842#: e2fsck/unix.c:696
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002843#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002844msgid "Unknown extended option: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002845msgstr "Unbekannte erweiterte Option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002846
Philipp Thomasd0275172013-01-15 23:30:35 -05002847#: e2fsck/unix.c:721
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002848#, c-format
2849msgid ""
2850"Syntax error in e2fsck config file (%s, line #%d)\n"
2851"\t%s\n"
2852msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002853"Syntaxfehler in der Konfigurationsdatei von e2fsck (%s, Zeile %d)\n"
2854"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002855
Philipp Thomasd0275172013-01-15 23:30:35 -05002856#: e2fsck/unix.c:790
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002857#, c-format
2858msgid "Error validating file descriptor %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002859msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002860
Philipp Thomasd0275172013-01-15 23:30:35 -05002861#: e2fsck/unix.c:794
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002862msgid "Invalid completion information file descriptor"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002863msgstr "Ungültiger „completion information“-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002864
Philipp Thomasd0275172013-01-15 23:30:35 -05002865#: e2fsck/unix.c:809
Theodore Ts'o6956f612005-12-31 16:46:15 -05002866msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002867msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002868
Philipp Thomasd0275172013-01-15 23:30:35 -05002869#: e2fsck/unix.c:830
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002870#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002871msgid "The -t option is not supported on this version of e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002872msgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002873
Philipp Thomasd0275172013-01-15 23:30:35 -05002874#: e2fsck/unix.c:861 e2fsck/unix.c:933 misc/tune2fs.c:802 misc/tune2fs.c:1091
2875#: misc/tune2fs.c:1109
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002876#, c-format
2877msgid "Unable to resolve '%s'"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002878msgstr "Nicht möglich „%s“ aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002879
Philipp Thomasd0275172013-01-15 23:30:35 -05002880#: e2fsck/unix.c:912
Philipp Thomas3e914b52011-01-24 15:03:41 -05002881msgid "The -n and -D options are incompatible."
2882msgstr "Die Optionen -n und -D schliessen sich gegenseitig aus."
2883
Philipp Thomasd0275172013-01-15 23:30:35 -05002884#: e2fsck/unix.c:917
Philipp Thomas3e914b52011-01-24 15:03:41 -05002885msgid "The -n and -c options are incompatible."
2886msgstr "Die Optionen -n und -c schliessen sich gegenseitig aus."
2887
Philipp Thomasd0275172013-01-15 23:30:35 -05002888#: e2fsck/unix.c:922
Philipp Thomas3e914b52011-01-24 15:03:41 -05002889msgid "The -n and -l/-L options are incompatible."
2890msgstr "Die Optionen -n und -l/-L schliessen sich gegenseitig aus."
2891
Philipp Thomasd0275172013-01-15 23:30:35 -05002892#: e2fsck/unix.c:976
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002893#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002894msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002895msgstr "Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002896
Philipp Thomasd0275172013-01-15 23:30:35 -05002897#: e2fsck/unix.c:1024
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002898#, c-format
2899msgid ""
2900"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2901"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002902msgstr "2FSCK_JBD_DEBUG \"%s\" ist keine Ganzzahl\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002903
Philipp Thomasd0275172013-01-15 23:30:35 -05002904#: e2fsck/unix.c:1033
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002905#, c-format
2906msgid ""
2907"\n"
2908"Invalid non-numeric argument to -%c (\"%s\")\n"
2909"\n"
2910msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002911"\n"
2912"Ungültiges nicht-numerisches Argument für -%c (\"%s\")\n"
2913"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002914
Philipp Thomasd0275172013-01-15 23:30:35 -05002915#: e2fsck/unix.c:1122
Philipp Thomasedc733d2012-04-22 15:38:42 -04002916#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002917msgid "MMP interval is %u seconds and total wait time is %u seconds. Please wait...\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04002918msgstr ""
2919"MMP Intervall ist %u Sekunden und die gesammte Wartezeit ist %u Sekunden.\n"
2920"Bitte warten...\n"
2921
Philipp Thomasd0275172013-01-15 23:30:35 -05002922#: e2fsck/unix.c:1139 e2fsck/unix.c:1144
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002923msgid "while checking MMP block"
2924msgstr "beim Prüfen des MMP-Blocks"
2925
Philipp Thomasd0275172013-01-15 23:30:35 -05002926#: e2fsck/unix.c:1146 misc/tune2fs.c:1903
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002927msgid ""
2928"If you are sure the filesystem is not in use on any node, run:\n"
2929"'tune2fs -f -E clear_mmp {device}'\n"
2930msgstr ""
2931"Wenn Sie sicher sind, daß das Dateisystem auf keinem Knoten benutzt wird,\n"
2932"starten Sie bitte:\n"
2933"„tune2fs -f -E clear_mmp {device}“\n"
2934
Philipp Thomasd0275172013-01-15 23:30:35 -05002935#: e2fsck/unix.c:1196
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002936#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002937msgid "Error: ext2fs library version out of date!\n"
2938msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2939
Philipp Thomasd0275172013-01-15 23:30:35 -05002940#: e2fsck/unix.c:1204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002941msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002942msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002943
Philipp Thomasd0275172013-01-15 23:30:35 -05002944#: e2fsck/unix.c:1227
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002945#, c-format
2946msgid "\tUsing %s, %s\n"
2947msgstr "\tBenutze %s, %s\n"
2948
Philipp Thomasd0275172013-01-15 23:30:35 -05002949#: e2fsck/unix.c:1239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002950msgid "need terminal for interactive repairs"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002951msgstr "Benötige ein Terminal für interaktive Reparaturen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002952
Philipp Thomasd0275172013-01-15 23:30:35 -05002953#: e2fsck/unix.c:1292
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002954#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002955msgid "%s: %s trying backup blocks...\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002956msgstr "%s: %s versuche es mit Backup-Blöcken...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002957
Philipp Thomasd0275172013-01-15 23:30:35 -05002958#: e2fsck/unix.c:1294
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002959msgid "Superblock invalid,"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002960msgstr "Superblock ungültig"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002961
Philipp Thomasd0275172013-01-15 23:30:35 -05002962#: e2fsck/unix.c:1295
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002963msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002964msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002965
Philipp Thomasd0275172013-01-15 23:30:35 -05002966#: e2fsck/unix.c:1305
Philipp Thomasedc733d2012-04-22 15:38:42 -04002967#, c-format
2968msgid "%s: %s while using the backup blocks"
2969msgstr "%s: %s beim Benutzen der Backup-Blöcke"
2970
Philipp Thomasd0275172013-01-15 23:30:35 -05002971#: e2fsck/unix.c:1309
Philipp Thomas77c871a2010-04-19 16:59:02 -04002972#, c-format
2973msgid "%s: going back to original superblock\n"
2974msgstr "%s: es wird zum originalen Superblock zurück gekehrt\n"
2975
Philipp Thomasd0275172013-01-15 23:30:35 -05002976#: e2fsck/unix.c:1337
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002977msgid ""
2978"The filesystem revision is apparently too high for this version of e2fsck.\n"
2979"(Or the filesystem superblock is corrupt)\n"
2980"\n"
2981msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002982"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002983"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002984"\n"
2985
Philipp Thomasd0275172013-01-15 23:30:35 -05002986#: e2fsck/unix.c:1343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002987msgid "Could this be a zero-length partition?\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002988msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002989
Philipp Thomasd0275172013-01-15 23:30:35 -05002990#: e2fsck/unix.c:1346
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002991#, c-format
2992msgid "You must have %s access to the filesystem or be root\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002993msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002994
Philipp Thomasd0275172013-01-15 23:30:35 -05002995#: e2fsck/unix.c:1351
Eric Sandeen032eafe2012-07-28 17:48:36 -04002996msgid "Possibly non-existent or swap device?\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002997msgstr "Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002998
Philipp Thomasd0275172013-01-15 23:30:35 -05002999#: e2fsck/unix.c:1354
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003000msgid "Filesystem mounted or opened exclusively by another program?\n"
3001msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003002"Ist das Dateisystem eingehängt or exklusiv von einem anderen Programm\n"
3003"\n"
3004"geöffnet worden?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003005
Philipp Thomasd0275172013-01-15 23:30:35 -05003006#: e2fsck/unix.c:1357
Philipp Thomas3e914b52011-01-24 15:03:41 -05003007msgid "Possibly non-existent device?\n"
3008msgstr "Ist das Gerät möglicherweise nicht vorhanden?\n"
3009
Philipp Thomasd0275172013-01-15 23:30:35 -05003010#: e2fsck/unix.c:1360
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003011msgid ""
3012"Disk write-protected; use the -n option to do a read-only\n"
3013"check of the device.\n"
3014msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003015"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
3016"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003017
Philipp Thomasd0275172013-01-15 23:30:35 -05003018#: e2fsck/unix.c:1425
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003019msgid "Get a newer version of e2fsck!"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003020msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003021
Philipp Thomasd0275172013-01-15 23:30:35 -05003022#: e2fsck/unix.c:1469
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003023#, c-format
3024msgid "while checking ext3 journal for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003025msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003026
Philipp Thomasd0275172013-01-15 23:30:35 -05003027#: e2fsck/unix.c:1480
3028msgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
3029msgstr "Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003030
Philipp Thomasd0275172013-01-15 23:30:35 -05003031#: e2fsck/unix.c:1493
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003032#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003033msgid "unable to set superblock flags on %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003034msgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003035
Philipp Thomasd0275172013-01-15 23:30:35 -05003036#: e2fsck/unix.c:1499
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003037#, c-format
3038msgid "while recovering ext3 journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003039msgstr "bei der Wiederherstellung des ext3-Journals von %s"
3040
Philipp Thomasd0275172013-01-15 23:30:35 -05003041#: e2fsck/unix.c:1523
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003042#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003043msgid "%s has unsupported feature(s):"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003044msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003045
Philipp Thomasd0275172013-01-15 23:30:35 -05003046#: e2fsck/unix.c:1538
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003047#, c-format
Philipp Thomasedc733d2012-04-22 15:38:42 -04003048msgid "%s: warning: compression support is experimental.\n"
3049msgstr "%s: Warnung: Die Kompressionsunterstützung ist experimentell.\n"
3050
Philipp Thomasd0275172013-01-15 23:30:35 -05003051#: e2fsck/unix.c:1544
Philipp Thomasedc733d2012-04-22 15:38:42 -04003052#, c-format
3053msgid ""
3054"%s: e2fsck not compiled with HTREE support,\n"
3055"\tbut filesystem %s has HTREE directories.\n"
3056msgstr ""
3057"%s: e2fsck wurde ohne Unterstützung für HTREE kompiliert,\n"
3058"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
3059
Philipp Thomasd0275172013-01-15 23:30:35 -05003060#: e2fsck/unix.c:1596
Philipp Thomasedc733d2012-04-22 15:38:42 -04003061#, c-format
3062msgid "%s: %s while reading bad blocks inode\n"
3063msgstr "%s: %s beim Lesen des Bad-Block-Inodes\n"
3064
Philipp Thomasd0275172013-01-15 23:30:35 -05003065#: e2fsck/unix.c:1599
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003066msgid "This doesn't bode well, but we'll try to go on...\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003067msgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003068
Philipp Thomasd0275172013-01-15 23:30:35 -05003069#: e2fsck/unix.c:1640
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003070#, c-format
3071msgid "Creating journal (%d blocks): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003072msgstr "Erstelle Journal (%d Blöcke): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003073
Philipp Thomasd0275172013-01-15 23:30:35 -05003074#: e2fsck/unix.c:1650
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003075msgid " Done.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003076msgstr " Erledigt.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003077
Philipp Thomasd0275172013-01-15 23:30:35 -05003078#: e2fsck/unix.c:1651
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003079msgid ""
3080"\n"
3081"*** journal has been re-created - filesystem is now ext3 again ***\n"
3082msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003083"\n"
3084"*** Journal wurde wiederhergestellt - Dateisystem ist nun wieder ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003085
Philipp Thomasd0275172013-01-15 23:30:35 -05003086#: e2fsck/unix.c:1674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003087msgid "Restarting e2fsck from the beginning...\n"
3088msgstr "Beginne e2fsck neu ...\n"
3089
Philipp Thomasd0275172013-01-15 23:30:35 -05003090#: e2fsck/unix.c:1678
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003091msgid "while resetting context"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003092msgstr "beim Rücksetzen des Kontexts"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003093
Philipp Thomasd0275172013-01-15 23:30:35 -05003094#: e2fsck/unix.c:1685
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003095#, c-format
3096msgid "%s: e2fsck canceled.\n"
Philipp Thomascfbdca12011-10-05 02:04:08 -04003097msgstr "%s: e2fsck abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003098
Philipp Thomasd0275172013-01-15 23:30:35 -05003099#: e2fsck/unix.c:1690
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003100msgid "aborted"
3101msgstr "abgebrochen"
3102
Philipp Thomasd0275172013-01-15 23:30:35 -05003103#: e2fsck/unix.c:1702 e2fsck/util.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003104#, c-format
3105msgid ""
3106"\n"
3107"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3108msgstr ""
3109"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003110"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003111
Philipp Thomasd0275172013-01-15 23:30:35 -05003112#: e2fsck/unix.c:1706
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003113#, c-format
3114msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003115msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003116
Philipp Thomasd0275172013-01-15 23:30:35 -05003117#: e2fsck/unix.c:1714 e2fsck/util.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003118#, c-format
3119msgid ""
3120"\n"
3121"%s: ********** WARNING: Filesystem still has errors **********\n"
3122"\n"
3123msgstr ""
3124"\n"
3125"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
3126"\n"
3127
Philipp Thomasd0275172013-01-15 23:30:35 -05003128#: e2fsck/unix.c:1754
Philipp Thomas720e6362008-06-21 14:06:00 -04003129msgid "while setting block group checksum info"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003130msgstr "beim Setzen der Blockgruppen-Prüfsummeninfo"
Philipp Thomas720e6362008-06-21 14:06:00 -04003131
Philipp Thomasedc733d2012-04-22 15:38:42 -04003132#: e2fsck/util.c:189 misc/util.c:70
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003133msgid "yY"
Makoto Dei748cc432008-04-21 16:49:48 +09003134msgstr "jJ"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003135
Philipp Thomasedc733d2012-04-22 15:38:42 -04003136#: e2fsck/util.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003137msgid "nN"
3138msgstr "nN"
3139
Philipp Thomasedc733d2012-04-22 15:38:42 -04003140#: e2fsck/util.c:204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003141msgid "<y>"
3142msgstr "<j>"
3143
Philipp Thomasedc733d2012-04-22 15:38:42 -04003144#: e2fsck/util.c:206
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003145msgid "<n>"
3146msgstr "<n>"
3147
Philipp Thomasedc733d2012-04-22 15:38:42 -04003148#: e2fsck/util.c:208
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003149msgid " (y/n)"
3150msgstr " (j/n)"
3151
Philipp Thomasedc733d2012-04-22 15:38:42 -04003152#: e2fsck/util.c:222
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003153msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003154msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003155
Philipp Thomasedc733d2012-04-22 15:38:42 -04003156#: e2fsck/util.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003157msgid "yes\n"
3158msgstr "ja\n"
3159
Philipp Thomasedc733d2012-04-22 15:38:42 -04003160#: e2fsck/util.c:239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003161msgid "no\n"
3162msgstr "nein\n"
3163
Philipp Thomasedc733d2012-04-22 15:38:42 -04003164#: e2fsck/util.c:249
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003165#, c-format
3166msgid ""
3167"%s? no\n"
3168"\n"
3169msgstr ""
3170"%s? nein\n"
3171"\n"
3172
Philipp Thomasedc733d2012-04-22 15:38:42 -04003173#: e2fsck/util.c:253
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003174#, c-format
3175msgid ""
3176"%s? yes\n"
3177"\n"
3178msgstr ""
3179"%s? ja\n"
3180"\n"
3181
Philipp Thomasedc733d2012-04-22 15:38:42 -04003182#: e2fsck/util.c:257
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003183msgid "yes"
3184msgstr "ja"
3185
Philipp Thomasedc733d2012-04-22 15:38:42 -04003186#: e2fsck/util.c:257
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003187msgid "no"
3188msgstr "nein"
3189
Philipp Thomasedc733d2012-04-22 15:38:42 -04003190#: e2fsck/util.c:272
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003191#, c-format
3192msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003193msgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003194
Philipp Thomasedc733d2012-04-22 15:38:42 -04003195#: e2fsck/util.c:277
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003196msgid "reading inode and block bitmaps"
3197msgstr "lese Inode und Block bitmaps"
3198
Philipp Thomasedc733d2012-04-22 15:38:42 -04003199#: e2fsck/util.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003200#, c-format
3201msgid "while retrying to read bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003202msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003203
Philipp Thomasedc733d2012-04-22 15:38:42 -04003204#: e2fsck/util.c:297
Philipp Thomas40771272008-09-07 22:55:25 -04003205msgid "writing block and inode bitmaps"
3206msgstr "Schreibe Block- und Inode-Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003207
Philipp Thomasedc733d2012-04-22 15:38:42 -04003208#: e2fsck/util.c:302
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003209#, c-format
Philipp Thomas40771272008-09-07 22:55:25 -04003210msgid "while rewriting block and inode bitmaps for %s"
Philipp Thomasd0275172013-01-15 23:30:35 -05003211msgstr "während des wiederholten Versuches, Block- und Inode-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003212
Philipp Thomasedc733d2012-04-22 15:38:42 -04003213#: e2fsck/util.c:314
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003214#, c-format
3215msgid ""
3216"\n"
3217"\n"
3218"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3219"\t(i.e., without -a or -p options)\n"
3220msgstr ""
3221"\n"
3222"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003223"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003224"\t(d.h. ohne -a oder -p Option)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003225
Philipp Thomasedc733d2012-04-22 15:38:42 -04003226#: e2fsck/util.c:395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003227#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003228msgid "Memory used: %luk/%luk (%luk/%luk), "
3229msgstr "Benutzter Speicher: %luk/%luk (%luk/%luk), "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003230
Philipp Thomasedc733d2012-04-22 15:38:42 -04003231#: e2fsck/util.c:399
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003232#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003233msgid "Memory used: %lu, "
3234msgstr "Benutzter Speicher: %lu, "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003235
Philipp Thomasedc733d2012-04-22 15:38:42 -04003236#: e2fsck/util.c:406
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003237#, c-format
3238msgid "time: %5.2f/%5.2f/%5.2f\n"
3239msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
3240
Philipp Thomasedc733d2012-04-22 15:38:42 -04003241#: e2fsck/util.c:411
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003242#, c-format
3243msgid "elapsed time: %6.3f\n"
3244msgstr "abgelaufende Zeit: %6.3f\n"
3245
Philipp Thomasedc733d2012-04-22 15:38:42 -04003246#: e2fsck/util.c:446 e2fsck/util.c:460
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003247#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003248msgid "while reading inode %lu in %s"
3249msgstr "beim Lesen von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003250
Philipp Thomasedc733d2012-04-22 15:38:42 -04003251#: e2fsck/util.c:474 e2fsck/util.c:487
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003252#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003253msgid "while writing inode %lu in %s"
3254msgstr "beim Schreiben von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003255
Philipp Thomasedc733d2012-04-22 15:38:42 -04003256#: e2fsck/util.c:636
Philipp Thomas720e6362008-06-21 14:06:00 -04003257msgid "while allocating zeroizing buffer"
3258msgstr "beim reservieren eines Puffers zum Nullen"
3259
Philipp Thomasedc733d2012-04-22 15:38:42 -04003260#: e2fsck/util.c:788
Philipp Thomasd0275172013-01-15 23:30:35 -05003261msgid "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is running.\n"
3262msgstr "UNERWARTETE INKONSISTENZ: das Dateisystem wird modifiziert während fsck läuft.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003263
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003264#: misc/badblocks.c:69
3265msgid "done \n"
3266msgstr "erledigt \n"
3267
3268#: misc/badblocks.c:93
Philipp Thomas68801282008-07-17 11:47:00 -04003269#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003270msgid ""
3271"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003272" [-c blocks_at_once] [-d delay_factor_between_reads] [-e max_bad_blocks]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003273" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3274" device [last_block [first_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003275msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003276"Aufruf: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003277" [-c Blöcke_auf_einmal] [-d Verzögerungsfaktor_zwischen_Lesedurchgängen]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003278" [-e maximale_Bad_Blocks] [-p Anzahl_Durchgänge]\n"
3279" [-t Testmuster [-t Testmuster [...]]]\n"
3280" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003281
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003282#: misc/badblocks.c:104
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003283#, c-format
3284msgid ""
3285"%s: The -n and -w options are mutually exclusive.\n"
3286"\n"
3287msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003288"%s: Die Optionen -n und -w schliessen sich gegenseitig aus.\n"
3289"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003290
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003291#: misc/badblocks.c:219
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003292#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003293msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3294msgstr "%6.2f%% erledigt, %s verstrichen. (%d/%d/%d Fehler)"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003295
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003296#: misc/badblocks.c:322
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003297msgid "Testing with random pattern: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003298msgstr "Teste mit zufälligen Mustern: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003299
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003300#: misc/badblocks.c:340
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003301msgid "Testing with pattern 0x"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003302msgstr "Teste mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003303
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003304#: misc/badblocks.c:372 misc/badblocks.c:445
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003305msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003306msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003307
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003308#: misc/badblocks.c:383
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003309#, c-format
3310msgid "Weird value (%ld) in do_read\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003311msgstr "Merkwürdiger Wert (%ld) in do_read\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003312
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003313#: misc/badblocks.c:469
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003314msgid "during ext2fs_sync_device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003315msgstr "während ext2fs_sync_device"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003316
Philipp Thomasedc733d2012-04-22 15:38:42 -04003317#: misc/badblocks.c:489 misc/badblocks.c:749
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003318msgid "while beginning bad block list iteration"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003319msgstr "beim Beginn des „Bad Block“-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003320
Philipp Thomasedc733d2012-04-22 15:38:42 -04003321#: misc/badblocks.c:503 misc/badblocks.c:602 misc/badblocks.c:759
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003322msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003323msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003324
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003325#: misc/badblocks.c:507
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003326#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003327msgid "Checking blocks %lu to %lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003328msgstr "Prüfe von Block %lu bis %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003329
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003330#: misc/badblocks.c:512
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003331msgid "Checking for bad blocks in read-only mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003332msgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003333
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003334#: misc/badblocks.c:521
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003335msgid "Checking for bad blocks (read-only test): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003336msgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003337
Philipp Thomasedc733d2012-04-22 15:38:42 -04003338#: misc/badblocks.c:528 misc/badblocks.c:634 misc/badblocks.c:676
3339#: misc/badblocks.c:822
Philipp Thomas720e6362008-06-21 14:06:00 -04003340msgid "Too many bad blocks, aborting test\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003341msgstr "Zu viele defekte Blöcke - Test wird abgebrochen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003342
Philipp Thomasedc733d2012-04-22 15:38:42 -04003343#: misc/badblocks.c:609
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003344msgid "Checking for bad blocks in read-write mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003345msgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003346
Philipp Thomasedc733d2012-04-22 15:38:42 -04003347#: misc/badblocks.c:611 misc/badblocks.c:772
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003348#, c-format
3349msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003350msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003351
Philipp Thomasedc733d2012-04-22 15:38:42 -04003352#: misc/badblocks.c:666
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003353msgid "Reading and comparing: "
3354msgstr "Lesen und Vergleichen:"
3355
Philipp Thomasedc733d2012-04-22 15:38:42 -04003356#: misc/badblocks.c:771
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003357msgid "Checking for bad blocks in non-destructive read-write mode\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003358msgstr "Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003359
Philipp Thomasedc733d2012-04-22 15:38:42 -04003360#: misc/badblocks.c:777
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003361msgid "Checking for bad blocks (non-destructive read-write test)\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003362msgstr "Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003363
Philipp Thomasedc733d2012-04-22 15:38:42 -04003364#: misc/badblocks.c:784
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003365msgid ""
3366"\n"
3367"Interrupt caught, cleaning up\n"
3368msgstr ""
3369"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003370"Unterbrochen, räume auf\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003371
Philipp Thomasedc733d2012-04-22 15:38:42 -04003372#: misc/badblocks.c:867
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003373#, c-format
3374msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003375msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003376
Philipp Thomasedc733d2012-04-22 15:38:42 -04003377#: misc/badblocks.c:988 misc/util.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003378#, c-format
3379msgid "%s is mounted; "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003380msgstr "%s ist eingehängt; "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003381
Philipp Thomasedc733d2012-04-22 15:38:42 -04003382#: misc/badblocks.c:990
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003383msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003384msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003385
Philipp Thomasedc733d2012-04-22 15:38:42 -04003386#: misc/badblocks.c:995
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003387msgid "it's not safe to run badblocks!\n"
3388msgstr "es ist zu unsicher, Badblocks zu starten!\n"
3389
Philipp Thomasedc733d2012-04-22 15:38:42 -04003390#: misc/badblocks.c:1000 misc/util.c:163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003391#, c-format
3392msgid "%s is apparently in use by the system; "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003393msgstr "%s wird offensichtlich vom System genutzt; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003394
Philipp Thomasedc733d2012-04-22 15:38:42 -04003395#: misc/badblocks.c:1003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003396msgid "badblocks forced anyway.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003397msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003398
Philipp Thomasedc733d2012-04-22 15:38:42 -04003399#: misc/badblocks.c:1023
Philipp Thomas68801282008-07-17 11:47:00 -04003400#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003401msgid "invalid %s - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003402msgstr "ungültige %s - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04003403
Philipp Thomasedc733d2012-04-22 15:38:42 -04003404#: misc/badblocks.c:1133
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003405#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003406msgid "can't allocate memory for test_pattern - %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003407msgstr "Kann keinen Speicher für Testmuster reservieren - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003408
Philipp Thomasedc733d2012-04-22 15:38:42 -04003409#: misc/badblocks.c:1163
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003410msgid "Maximum of one test_pattern may be specified in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003411msgstr "Es darf im Nur-Lesen-Modus nur ein Testmuster angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003412
Philipp Thomasedc733d2012-04-22 15:38:42 -04003413#: misc/badblocks.c:1169
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003414msgid "Random test_pattern is not allowed in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003415msgstr "Zufälliges Testmuster ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003416
Philipp Thomasedc733d2012-04-22 15:38:42 -04003417#: misc/badblocks.c:1183
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003418msgid ""
3419"Couldn't determine device size; you must specify\n"
3420"the size manually\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003421msgstr "Größe des Gerätes ist nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003422
Philipp Thomasedc733d2012-04-22 15:38:42 -04003423#: misc/badblocks.c:1189
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003424msgid "while trying to determine device size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003425msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003426
Philipp Thomasedc733d2012-04-22 15:38:42 -04003427#: misc/badblocks.c:1194
Philipp Thomas68801282008-07-17 11:47:00 -04003428msgid "last block"
3429msgstr "letzter Block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003430
Philipp Thomasedc733d2012-04-22 15:38:42 -04003431#: misc/badblocks.c:1200
Philipp Thomas68801282008-07-17 11:47:00 -04003432msgid "first block"
3433msgstr "erster Block"
3434
Philipp Thomasedc733d2012-04-22 15:38:42 -04003435#: misc/badblocks.c:1203
Philipp Thomas68801282008-07-17 11:47:00 -04003436#, c-format
3437msgid "invalid starting block (%lu): must be less than %lu"
3438msgstr "Ungültiger Startblock (%lu): er muss kleiner als %lu sein"
3439
Philipp Thomasedc733d2012-04-22 15:38:42 -04003440#: misc/badblocks.c:1259
Theodore Ts'o197abba2005-06-20 18:00:23 -04003441msgid "while creating in-memory bad blocks list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003442msgstr "erstelle Bad-Block-Liste im Speicher"
3443
Philipp Thomasedc733d2012-04-22 15:38:42 -04003444#: misc/badblocks.c:1274
Theodore Ts'o197abba2005-06-20 18:00:23 -04003445msgid "while adding to in-memory bad block list"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003446msgstr "füge zur Bad-Block-Liste im Speicher hinzu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003447
Philipp Thomasedc733d2012-04-22 15:38:42 -04003448#: misc/badblocks.c:1298
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003449#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003450msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3451msgstr "Durchgang beendet, %u defekte Blöcke gefunden. (%d/%d/%d Fehler)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003452
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003453#: misc/chattr.c:86
Philipp Thomas68801282008-07-17 11:47:00 -04003454#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003455msgid "Usage: %s [-RVf] [-+=AaCcDdeijsSu] [-v version] files...\n"
3456msgstr "Aufruf: %s [-RVf] [-+=AaCcDdeijsSu] [-v Version] Dateien...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003457
Philipp Thomasd0275172013-01-15 23:30:35 -05003458#: misc/chattr.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003459#, c-format
3460msgid "bad version - %s\n"
3461msgstr "falsche Version - %s\n"
3462
Philipp Thomasd0275172013-01-15 23:30:35 -05003463#: misc/chattr.c:202 misc/lsattr.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003464#, c-format
3465msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003466msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003467
Philipp Thomasd0275172013-01-15 23:30:35 -05003468#: misc/chattr.c:209
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003469#, c-format
3470msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003471msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003472
Philipp Thomasd0275172013-01-15 23:30:35 -05003473#: misc/chattr.c:218 misc/chattr.c:237
Philipp Thomas77c871a2010-04-19 16:59:02 -04003474#, c-format
3475msgid "Clearing extent flag not supported on %s"
3476msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003477"Das Zurücksetzen des Kennzeichens für „Erweiterung“ wird auf %s\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003478"\tnicht unterstützt"
3479
Philipp Thomasd0275172013-01-15 23:30:35 -05003480#: misc/chattr.c:223 misc/chattr.c:242
Philipp Thomas77c871a2010-04-19 16:59:02 -04003481#, c-format
3482msgid "Flags of %s set as "
3483msgstr "Flags von %s wie folgt gesetzt: "
3484
Philipp Thomasd0275172013-01-15 23:30:35 -05003485#: misc/chattr.c:251
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003486#, c-format
3487msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003488msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003489
Philipp Thomasd0275172013-01-15 23:30:35 -05003490#: misc/chattr.c:259
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003491#, c-format
3492msgid "Version of %s set as %lu\n"
3493msgstr "Version von %s gesetzt auf %lu\n"
3494
Philipp Thomasd0275172013-01-15 23:30:35 -05003495#: misc/chattr.c:263
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003496#, c-format
3497msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003498msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003499
Philipp Thomasd0275172013-01-15 23:30:35 -05003500#: misc/chattr.c:283
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003501#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003502msgid "Couldn't allocate path variable in chattr_dir_proc"
3503msgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
3504
Philipp Thomasd0275172013-01-15 23:30:35 -05003505#: misc/chattr.c:323
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003506msgid "= is incompatible with - and +\n"
3507msgstr "= ist inkompatibel mit - und +\n"
3508
Philipp Thomasd0275172013-01-15 23:30:35 -05003509#: misc/chattr.c:331
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003510msgid "Must use '-v', =, - or +\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003511msgstr "Benutze „-v“, =, - oder +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003512
Eric Sandeen032eafe2012-07-28 17:48:36 -04003513#: misc/dumpe2fs.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003514#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003515msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003516msgstr "Aufruf: %s [-bfhixV] [-o superblock=<Nummer>] [-o blocksize=<Nummer>] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003517
Eric Sandeen032eafe2012-07-28 17:48:36 -04003518#: misc/dumpe2fs.c:159
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003519msgid "blocks"
3520msgstr "Blöcke"
3521
Eric Sandeen032eafe2012-07-28 17:48:36 -04003522#: misc/dumpe2fs.c:168
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003523msgid "clusters"
3524msgstr "Cluster"
3525
Eric Sandeen032eafe2012-07-28 17:48:36 -04003526#: misc/dumpe2fs.c:196
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003527#, c-format
3528msgid "Group %lu: (Blocks "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003529msgstr "Gruppe %lu: (Blöcke "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003530
Eric Sandeen032eafe2012-07-28 17:48:36 -04003531#: misc/dumpe2fs.c:204
Philipp Thomas720e6362008-06-21 14:06:00 -04003532#, c-format
Philipp Thomasedc733d2012-04-22 15:38:42 -04003533msgid " Checksum 0x%04x"
3534msgstr " Prüfsumme 0x%04x"
Philipp Thomas720e6362008-06-21 14:06:00 -04003535
Eric Sandeen032eafe2012-07-28 17:48:36 -04003536#: misc/dumpe2fs.c:206
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003537#, c-format
Philipp Thomasedc733d2012-04-22 15:38:42 -04003538msgid " (EXPECTED 0x%04x)"
3539msgstr " (0x%04x ERWARTET)"
3540
Eric Sandeen032eafe2012-07-28 17:48:36 -04003541#: misc/dumpe2fs.c:207
Philipp Thomasedc733d2012-04-22 15:38:42 -04003542#, c-format
3543msgid ", unused inodes %u\n"
3544msgstr ", ungenutzte Inodes %u\n"
3545
Eric Sandeen032eafe2012-07-28 17:48:36 -04003546#: misc/dumpe2fs.c:212
Philipp Thomasedc733d2012-04-22 15:38:42 -04003547#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003548msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003549msgstr " %s Superblock in "
3550
Eric Sandeen032eafe2012-07-28 17:48:36 -04003551#: misc/dumpe2fs.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003552msgid "Primary"
3553msgstr "Primary"
3554
Eric Sandeen032eafe2012-07-28 17:48:36 -04003555#: misc/dumpe2fs.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003556msgid "Backup"
3557msgstr "Backup"
3558
Eric Sandeen032eafe2012-07-28 17:48:36 -04003559#: misc/dumpe2fs.c:217
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003560#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003561msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003562msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003563
Eric Sandeen032eafe2012-07-28 17:48:36 -04003564#: misc/dumpe2fs.c:221
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003565#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003566msgid ""
3567"\n"
3568" Reserved GDT blocks at "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003569msgstr ""
3570"\n"
3571" reservierte GDT Blöcke bei "
Theodore Ts'obc759702005-05-09 20:40:55 -04003572
Eric Sandeen032eafe2012-07-28 17:48:36 -04003573#: misc/dumpe2fs.c:228
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003574#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003575msgid " Group descriptor at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003576msgstr ", Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003577
Eric Sandeen032eafe2012-07-28 17:48:36 -04003578#: misc/dumpe2fs.c:234
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003579msgid " Block bitmap at "
3580msgstr " Block bitmap in "
3581
Eric Sandeen032eafe2012-07-28 17:48:36 -04003582#: misc/dumpe2fs.c:238
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003583msgid ", Inode bitmap at "
3584msgstr ", Inode Bitmap in "
3585
Eric Sandeen032eafe2012-07-28 17:48:36 -04003586#: misc/dumpe2fs.c:242
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003587msgid ""
3588"\n"
3589" Inode table at "
3590msgstr ""
3591"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003592" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003593
Eric Sandeen032eafe2012-07-28 17:48:36 -04003594#: misc/dumpe2fs.c:248
Philipp Thomas68801282008-07-17 11:47:00 -04003595#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003596msgid ""
3597"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003598" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003599msgstr ""
3600"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003601" %u freie %s, %u freie Inodes, %u Verzeichnisse%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003602
Eric Sandeen032eafe2012-07-28 17:48:36 -04003603#: misc/dumpe2fs.c:255
Philipp Thomas720e6362008-06-21 14:06:00 -04003604#, c-format
3605msgid ", %u unused inodes\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003606msgstr ", %u ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003607
Eric Sandeen032eafe2012-07-28 17:48:36 -04003608#: misc/dumpe2fs.c:258
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003609msgid " Free blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003610msgstr " Freie Blöcke: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003611
Eric Sandeen032eafe2012-07-28 17:48:36 -04003612#: misc/dumpe2fs.c:269
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003613msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003614msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003615
Eric Sandeen032eafe2012-07-28 17:48:36 -04003616#: misc/dumpe2fs.c:300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003617msgid "while printing bad block list"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003618msgstr "beim Ausgeben der „Bad Block“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003619
Eric Sandeen032eafe2012-07-28 17:48:36 -04003620#: misc/dumpe2fs.c:306
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003621#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003622msgid "Bad blocks: %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003623msgstr "Bad Blocks: %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003624
Eric Sandeen032eafe2012-07-28 17:48:36 -04003625#: misc/dumpe2fs.c:333 misc/tune2fs.c:302
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003626msgid "while reading journal inode"
3627msgstr "beim Lesen des Journal-Inodes"
3628
Eric Sandeen032eafe2012-07-28 17:48:36 -04003629#: misc/dumpe2fs.c:339
Philipp Thomas77c871a2010-04-19 16:59:02 -04003630msgid "while opening journal inode"
3631msgstr "beim Lesen des Journal-Inodes"
3632
Eric Sandeen032eafe2012-07-28 17:48:36 -04003633#: misc/dumpe2fs.c:345
Philipp Thomas77c871a2010-04-19 16:59:02 -04003634msgid "while reading journal super block"
3635msgstr "beim Lesen des Journal-Superblocks"
3636
Eric Sandeen032eafe2012-07-28 17:48:36 -04003637#: misc/dumpe2fs.c:355
Philipp Thomas77c871a2010-04-19 16:59:02 -04003638#, c-format
3639msgid "Journal features: "
3640msgstr "Jounaleigenschaften: "
3641
Eric Sandeen032eafe2012-07-28 17:48:36 -04003642#: misc/dumpe2fs.c:368
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003643msgid "Journal size: "
Philipp Thomas9564ee52008-08-22 03:22:50 -04003644msgstr "Journalgrösse: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003645
Eric Sandeen032eafe2012-07-28 17:48:36 -04003646#: misc/dumpe2fs.c:379
Philipp Thomas77c871a2010-04-19 16:59:02 -04003647#, c-format
3648msgid ""
3649"Journal length: %u\n"
3650"Journal sequence: 0x%08x\n"
3651"Journal start: %u\n"
3652msgstr ""
3653"Journal-Länge: %u\n"
3654"Journal-Sequenz: 0x%08x\n"
3655"Journal-Start: %u\n"
3656
Eric Sandeen032eafe2012-07-28 17:48:36 -04003657#: misc/dumpe2fs.c:386
Philipp Thomasd0275172013-01-15 23:30:35 -05003658#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003659msgid "Journal errno: %d\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003660msgstr "Jounal-Fehlernummer: %d\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003661
3662#: misc/dumpe2fs.c:401 misc/tune2fs.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003663msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003664msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003665
Eric Sandeen032eafe2012-07-28 17:48:36 -04003666#: misc/dumpe2fs.c:409
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003667msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003668msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003669
Eric Sandeen032eafe2012-07-28 17:48:36 -04003670#: misc/dumpe2fs.c:413
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003671#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003672msgid ""
3673"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003674"Journal block size: %u\n"
3675"Journal length: %u\n"
3676"Journal first block: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003677"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003678"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003679"Journal number of users: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003680msgstr ""
3681"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003682"Journal Blockgröße: %u\n"
3683"Journal Länge: %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003684"Journal Startblock: %u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003685"Journal Sequenz: 0x%08x\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003686"Journal Start: %u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003687"Journal Anzahl Nutzer: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003688
Eric Sandeen032eafe2012-07-28 17:48:36 -04003689#: misc/dumpe2fs.c:426
Theodore Ts'o197abba2005-06-20 18:00:23 -04003690#, c-format
3691msgid "Journal users: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003692msgstr "Jounalnutzer: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003693
Philipp Thomasd0275172013-01-15 23:30:35 -05003694#: misc/dumpe2fs.c:442 misc/mke2fs.c:665 misc/tune2fs.c:1128
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003695#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003696msgid "Couldn't allocate memory to parse options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003697msgstr "Speicher zum Parsen der Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003698
Eric Sandeen032eafe2012-07-28 17:48:36 -04003699#: misc/dumpe2fs.c:468
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003700#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003701msgid "Invalid superblock parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003702msgstr "Ungültiger Superblock-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003703
Eric Sandeen032eafe2012-07-28 17:48:36 -04003704#: misc/dumpe2fs.c:483
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003705#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003706msgid "Invalid blocksize parameter: %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003707msgstr "Ungültiger Blockgrössen-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003708
Eric Sandeen032eafe2012-07-28 17:48:36 -04003709#: misc/dumpe2fs.c:494
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003710#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003711msgid ""
3712"\n"
3713"Bad extended option(s) specified: %s\n"
3714"\n"
3715"Extended options are separated by commas, and may take an argument which\n"
3716"\tis set off by an equals ('=') sign.\n"
3717"\n"
3718"Valid extended options are:\n"
3719"\tsuperblock=<superblock number>\n"
3720"\tblocksize=<blocksize>\n"
3721msgstr ""
3722"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003723"Falsche erweiterte Optionen angegeben: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003724"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003725"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003726"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003727"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003728"Gültige erweiterte Optionen sind:\n"
3729"\tsuperblock=<Nummer des Spuperblocks>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003730"\tblocksize=<Blockgrösse>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003731"\n"
3732
Philipp Thomasd0275172013-01-15 23:30:35 -05003733#: misc/dumpe2fs.c:554 misc/mke2fs.c:1528
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003734#, c-format
3735msgid "\tUsing %s\n"
3736msgstr "\tBenutze %s\n"
3737
Philipp Thomasd0275172013-01-15 23:30:35 -05003738#: misc/dumpe2fs.c:590 misc/e2image.c:1309 misc/tune2fs.c:1914
Philipp Thomasedc733d2012-04-22 15:38:42 -04003739#: resize/main.c:305
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003740#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003741msgid "Couldn't find valid filesystem superblock.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003742msgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003743
Eric Sandeen032eafe2012-07-28 17:48:36 -04003744#: misc/dumpe2fs.c:618
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003745#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003746msgid ""
3747"\n"
3748"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003749msgstr ""
3750"\n"
3751"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003752
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003753#: misc/e2image.c:87
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003754#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003755msgid "Usage: %s [-rsIQ] device image_file\n"
3756msgstr "Aufruf: %s [-rsIO] Gerätedatei Abbild-Datei\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003757
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003758#: misc/e2image.c:135
3759#, c-format
3760msgid "Error: header size is bigger than wrt_size\n"
3761msgstr "Fehler: Größe des Headers übersteigt wrt_size\n"
3762
3763#: misc/e2image.c:141
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003764msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003765msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003766
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003767#: misc/e2image.c:171
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003768msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003769msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003770
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003771#: misc/e2image.c:179
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003772msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003773msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003774
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003775#: misc/e2image.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003776msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003777msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003778
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003779#: misc/e2image.c:193
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003780msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003781msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003782
Eric Sandeen032eafe2012-07-28 17:48:36 -04003783#: misc/e2image.c:1341
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003784#, c-format
3785msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
Philipp Thomasd0275172013-01-15 23:30:35 -05003786msgstr "beim Versuch, das Qcow2-Image (%s) in ein rohes Image (%s) zu konvertieren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003787
3788#: misc/e2label.c:58
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003789#, c-format
3790msgid "e2label: cannot open %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003791msgstr "e2label: Kann %s nicht öffnen.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003792
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003793#: misc/e2label.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003794#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003795msgid "e2label: cannot seek to superblock\n"
3796msgstr "e2label: cannot seek to superblock\n"
3797
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003798#: misc/e2label.c:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003799#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003800msgid "e2label: error reading superblock\n"
3801msgstr "e2label: Lesefehler im Superblock\n"
3802
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003803#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003804#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003805msgid "e2label: not an ext2 filesystem\n"
3806msgstr "e2label: Kein ext2 Dateisystem\n"
3807
Philipp Thomasd0275172013-01-15 23:30:35 -05003808#: misc/e2label.c:97 misc/tune2fs.c:2065
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003809#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003810msgid "Warning: label too long, truncating.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003811msgstr "Warnung: Name zu lang, kürze ihn.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003812
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003813#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003814#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003815msgid "e2label: cannot seek to superblock again\n"
3816msgstr "e2label: cannot seek to superblock again\n"
3817
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003818#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003819#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003820msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003821msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003822
Philipp Thomasd0275172013-01-15 23:30:35 -05003823#: misc/e2label.c:117 misc/tune2fs.c:794
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003824#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003825msgid "Usage: e2label device [newlabel]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003826msgstr "Aufruf: e2label Gerät [neuer_Name]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003827
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003828#: misc/e2undo.c:36
Philipp Thomas720e6362008-06-21 14:06:00 -04003829#, c-format
3830msgid "Usage: %s <transaction file> <filesystem>\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003831msgstr "Aufruf: %s <Transaktionsdatei> <Dateisystem>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003832
Philipp Thomas40771272008-09-07 22:55:25 -04003833#: misc/e2undo.c:52
Philipp Thomas720e6362008-06-21 14:06:00 -04003834msgid "Failed to read the file system data \n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003835msgstr "Die Dateisystemdaten konnten nicht gelesenb werden \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003836
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003837#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
Philipp Thomas720e6362008-06-21 14:06:00 -04003838#, c-format
3839msgid "Failed tdb_fetch %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003840msgstr "tdb_fetch von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003841
Philipp Thomas40771272008-09-07 22:55:25 -04003842#: misc/e2undo.c:70
Philipp Thomas720e6362008-06-21 14:06:00 -04003843#, c-format
3844msgid "The file system Mount time didn't match %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003845msgstr "Die Zeit des letzten Einhängens des Dateisystems war nicht %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003846
Philipp Thomas40771272008-09-07 22:55:25 -04003847#: misc/e2undo.c:89
Philipp Thomas720e6362008-06-21 14:06:00 -04003848msgid "The file system UUID didn't match \n"
Philipp Thomas68801282008-07-17 11:47:00 -04003849msgstr "Die UUID des Dateisystems stimmte nicht überein \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003850
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003851#: misc/e2undo.c:163
Philipp Thomas68801282008-07-17 11:47:00 -04003852#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003853msgid "Failed tdb_open %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003854msgstr "tdb_open von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003855
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003856#: misc/e2undo.c:169
Philipp Thomas68801282008-07-17 11:47:00 -04003857#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003858msgid "Error while determining whether %s is mounted.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003859msgstr "Fehler beim Überprüfen, ob %s eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003860
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003861#: misc/e2undo.c:175
Philipp Thomas40771272008-09-07 22:55:25 -04003862msgid "e2undo should only be run on unmounted file system\n"
3863msgstr "e2undo sollte nur auf nicht-eingehängten Dateisystemen laufen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003864
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003865#: misc/e2undo.c:184
Philipp Thomas68801282008-07-17 11:47:00 -04003866#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003867msgid "Failed to open %s\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003868msgstr "%s konnte nicht geöffnet werden\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003869
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003870#: misc/e2undo.c:210
Philipp Thomas720e6362008-06-21 14:06:00 -04003871#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003872msgid "Replayed transaction of size %zd at location %llu\n"
3873msgstr "Zurückgespielte Transaktion der Größe %zd an Position %llu\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003874
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003875#: misc/e2undo.c:216
Philipp Thomas720e6362008-06-21 14:06:00 -04003876#, c-format
3877msgid "Failed write %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003878msgstr "Gescheitertes Schreiben von %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003879
Eric Sandeen032eafe2012-07-28 17:48:36 -04003880#: misc/fsck.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003881#, c-format
3882msgid "WARNING: couldn't open %s: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003883msgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003884
Eric Sandeen032eafe2012-07-28 17:48:36 -04003885#: misc/fsck.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003886#, c-format
3887msgid "WARNING: bad format on line %d of %s\n"
3888msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
3889
Eric Sandeen032eafe2012-07-28 17:48:36 -04003890#: misc/fsck.c:370
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003891msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003892"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003893"\tfield. I will kludge around things for you, but you\n"
3894"\tshould fix your /etc/fstab file as soon as you can.\n"
3895"\n"
3896msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003897"WARNUNG: Ihre /etc/fstab enthält keine Angabe darüber, wann\n"
3898"\tdas Dateisystem geprüft werden soll. Ich werde dieses\n"
3899"\tignorieren, aber Sie sollten ihre /etc/fstab so schnell\n"
3900"\twie möglich korrigieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003901"\n"
3902
Eric Sandeen032eafe2012-07-28 17:48:36 -04003903#: misc/fsck.c:478
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003904#, c-format
3905msgid "fsck: %s: not found\n"
3906msgstr "fsck: %s: nicht gefunden\n"
3907
Eric Sandeen032eafe2012-07-28 17:48:36 -04003908#: misc/fsck.c:594
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003909#, c-format
3910msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003911msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003912
Eric Sandeen032eafe2012-07-28 17:48:36 -04003913#: misc/fsck.c:616
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003914#, c-format
3915msgid "Warning... %s for device %s exited with signal %d.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003916msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003917
Eric Sandeen032eafe2012-07-28 17:48:36 -04003918#: misc/fsck.c:622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003919#, c-format
3920msgid "%s %s: status is %x, should never happen.\n"
3921msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
3922
Eric Sandeen032eafe2012-07-28 17:48:36 -04003923#: misc/fsck.c:661
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003924#, c-format
3925msgid "Finished with %s (exit status %d)\n"
3926msgstr "Beendet mit %s (exit status %d)\n"
3927
Eric Sandeen032eafe2012-07-28 17:48:36 -04003928#: misc/fsck.c:721
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003929#, c-format
3930msgid "%s: Error %d while executing fsck.%s for %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003931msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003932
Eric Sandeen032eafe2012-07-28 17:48:36 -04003933#: misc/fsck.c:742
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003934msgid ""
3935"Either all or none of the filesystem types passed to -t must be prefixed\n"
3936"with 'no' or '!'.\n"
3937msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003938"Bei -t müssen entweder allen oder keinem Dateisystem ein „no“ bzw. „!“\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003939"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003940
Eric Sandeen032eafe2012-07-28 17:48:36 -04003941#: misc/fsck.c:761
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003942msgid "Couldn't allocate memory for filesystem types\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003943msgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003944
Eric Sandeen032eafe2012-07-28 17:48:36 -04003945#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003946#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003947msgid "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003948msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003949"%s: überspringe die ungültige Zeile in /etc/fstab: bind mount mit\n"
3950" Durchgangsnummer für fsck, die nicht Null ist\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003951
Eric Sandeen032eafe2012-07-28 17:48:36 -04003952#: misc/fsck.c:911
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003953#, c-format
3954msgid "fsck: cannot check %s: fsck.%s not found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003955msgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003956
Eric Sandeen032eafe2012-07-28 17:48:36 -04003957#: misc/fsck.c:967
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003958msgid "Checking all file systems.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003959msgstr "Alle Dateisysteme werden überprüft.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003960
Eric Sandeen032eafe2012-07-28 17:48:36 -04003961#: misc/fsck.c:1058
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003962#, c-format
3963msgid "--waiting-- (pass %d)\n"
3964msgstr "--warten-- (Durchgang %d)\n"
3965
Eric Sandeen032eafe2012-07-28 17:48:36 -04003966#: misc/fsck.c:1078
Philipp Thomasd0275172013-01-15 23:30:35 -05003967msgid "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3968msgstr "Aufruf: fsck [-AMNPRTV] [ -C [ fd ] ] [-t Datesystemtyp] [FS-Optionen] [Dateisystem...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003969
Eric Sandeen032eafe2012-07-28 17:48:36 -04003970#: misc/fsck.c:1120
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003971#, c-format
3972msgid "%s: too many devices\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003973msgstr "%s: zu viele Geräte\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003974
Eric Sandeen032eafe2012-07-28 17:48:36 -04003975#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003976#, c-format
3977msgid "%s: too many arguments\n"
3978msgstr "%s: zu viele Argumente\n"
3979
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003980#: misc/lsattr.c:74
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003981#, c-format
3982msgid "Usage: %s [-RVadlv] [files...]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003983msgstr "Aufruf: %s [-RVadlv] [Dateien...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003984
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003985#: misc/lsattr.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003986#, c-format
3987msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003988msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003989
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003990#: misc/lsattr.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003991#, c-format
3992msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003993msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003994
Philipp Thomasd0275172013-01-15 23:30:35 -05003995#: misc/mke2fs.c:115
Philipp Thomas77c871a2010-04-19 16:59:02 -04003996#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003997msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003998"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003999"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04004000"\t[-G flex-group-size] [-N number-of-inodes]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004001"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004002"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004003"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004004"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004005msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004006"Aufruf: %s [-c|-l Dateiname] [-b Blockgröße] [-C Clustergröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004007"\t[-i Bytes-pro-Inode] [-I Inodegrösse] [-J Journal-Optionen]\n"
4008"\t[-G Größe_der_Metagruppe] [-N Anzahl_der_Inodes]\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004009"\t[-m Reservierte-Blöcke-Prozent] [-o Erzeuger-OS]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004010"\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004011"\t[-M letztes-eingehängtes-Verzeichnis] [-O Eigenschaft[,...]]\n"
4012"\t[-r fs-Revision] [-E erweiterte-Option[,...]]\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04004013"\t[-t Dateisystemtyp] [-T Verwendungs-Typ ] [-U UUID] [-jnqvFKSV]\n"
4014"\tGerät [Block-Anzahl]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004015
Philipp Thomasd0275172013-01-15 23:30:35 -05004016#: misc/mke2fs.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004017#, c-format
4018msgid "Running command: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004019msgstr "Es wird ausgeführt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004020
Philipp Thomasd0275172013-01-15 23:30:35 -05004021#: misc/mke2fs.c:222
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004022#, c-format
4023msgid "while trying to run '%s'"
4024msgstr "während des Versuchs, „%s“ auszuführen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004025
Philipp Thomasd0275172013-01-15 23:30:35 -05004026#: misc/mke2fs.c:229
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004027msgid "while processing list of bad blocks from program"
4028msgstr "beim Auswerten der „Bad Block“-Liste vom Programm"
4029
Philipp Thomasd0275172013-01-15 23:30:35 -05004030#: misc/mke2fs.c:256
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004031#, c-format
4032msgid "Block %d in primary superblock/group descriptor area bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004033msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004034
Philipp Thomasd0275172013-01-15 23:30:35 -05004035#: misc/mke2fs.c:258
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004036#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004037msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004038msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004039"Die Blöcke %u bis einschließlich %u müssen in Ordung sein, um ein\n"
4040"\tDateisystem zu erstellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004041
Philipp Thomasd0275172013-01-15 23:30:35 -05004042#: misc/mke2fs.c:261
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004043msgid "Aborting....\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004044msgstr "Abbruch...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004045
Philipp Thomasd0275172013-01-15 23:30:35 -05004046#: misc/mke2fs.c:281
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004047#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004048msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004049"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004050"\tbad blocks.\n"
4051"\n"
4052msgstr ""
Philipp Thomasd0275172013-01-15 23:30:35 -05004053"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %u enthält\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004054"\tdefekte Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004055"\n"
4056
Philipp Thomasd0275172013-01-15 23:30:35 -05004057#: misc/mke2fs.c:300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004058msgid "while marking bad blocks as used"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004059msgstr "beim Markieren von defekten Blöcken als „belegt“"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004060
Philipp Thomasd0275172013-01-15 23:30:35 -05004061#: misc/mke2fs.c:317
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004062msgid "Writing inode tables: "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004063msgstr "Inode-Tabellen werden geschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004064
Philipp Thomasd0275172013-01-15 23:30:35 -05004065#: misc/mke2fs.c:339
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004066#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004067msgid ""
4068"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004069"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004070msgstr ""
4071"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004072"%d Blöcke konnten nicht in die Inoden-Tabellen beginnend bei %llu geschrieben werden: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004073
Philipp Thomasd0275172013-01-15 23:30:35 -05004074#: misc/mke2fs.c:353 misc/mke2fs.c:2181 misc/mke2fs.c:2435
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004075#, c-format
4076msgid "done \n"
4077msgstr "erledigt \n"
4078
Philipp Thomasd0275172013-01-15 23:30:35 -05004079#: misc/mke2fs.c:364
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004080msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004081msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004082
Philipp Thomasd0275172013-01-15 23:30:35 -05004083#: misc/mke2fs.c:371
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004084msgid "while reading root inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004085msgstr "beim Lesen des Root-Inode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004086
Philipp Thomasd0275172013-01-15 23:30:35 -05004087#: misc/mke2fs.c:385
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004088msgid "while setting root inode ownership"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004089msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004090
Philipp Thomasd0275172013-01-15 23:30:35 -05004091#: misc/mke2fs.c:403
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004092msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004093msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004094
Philipp Thomasd0275172013-01-15 23:30:35 -05004095#: misc/mke2fs.c:410
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004096msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004097msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004098
Philipp Thomasd0275172013-01-15 23:30:35 -05004099#: misc/mke2fs.c:423
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004100msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004101msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004102
Philipp Thomasd0275172013-01-15 23:30:35 -05004103#: misc/mke2fs.c:438
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004104msgid "while setting bad block inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004105msgstr "beim Setzen des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004106
Philipp Thomasd0275172013-01-15 23:30:35 -05004107#: misc/mke2fs.c:465
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004108#, c-format
4109msgid "Out of memory erasing sectors %d-%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004110msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004111
Philipp Thomasd0275172013-01-15 23:30:35 -05004112#: misc/mke2fs.c:475
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004113#, c-format
4114msgid "Warning: could not read block 0: %s\n"
4115msgstr "Warnung: konnte Block %s nicht lesen\n"
4116
Philipp Thomasd0275172013-01-15 23:30:35 -05004117#: misc/mke2fs.c:491
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004118#, c-format
4119msgid "Warning: could not erase sector %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004120msgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004121
Philipp Thomasd0275172013-01-15 23:30:35 -05004122#: misc/mke2fs.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004123msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004124msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004125
Philipp Thomasd0275172013-01-15 23:30:35 -05004126#: misc/mke2fs.c:515
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004127msgid "Zeroing journal device: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004128msgstr "Überschreibe Journal-Device mit Nullen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004129
Philipp Thomasd0275172013-01-15 23:30:35 -05004130#: misc/mke2fs.c:527
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004131#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004132msgid "while zeroing journal device (block %llu, count %d)"
4133msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %llu, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004134
Philipp Thomasd0275172013-01-15 23:30:35 -05004135#: misc/mke2fs.c:546
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004136msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004137msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004138
Philipp Thomasd0275172013-01-15 23:30:35 -05004139#: misc/mke2fs.c:561
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004140#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004141msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004142"warning: %llu blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004143"\n"
4144msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004145"Warnung: %llu Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004146"\n"
4147
Philipp Thomasd0275172013-01-15 23:30:35 -05004148#: misc/mke2fs.c:566
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004149#, c-format
4150msgid "Filesystem label=%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004151msgstr "Dateisystem-Label=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004152
Philipp Thomasd0275172013-01-15 23:30:35 -05004153#: misc/mke2fs.c:569
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004154#, c-format
4155msgid "OS type: %s\n"
4156msgstr "OS-Typ: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004157
Philipp Thomasd0275172013-01-15 23:30:35 -05004158#: misc/mke2fs.c:571
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004159#, c-format
4160msgid "Block size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004161msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004162
Philipp Thomasd0275172013-01-15 23:30:35 -05004163#: misc/mke2fs.c:575
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004164#, c-format
4165msgid "Cluster size=%u (log=%u)\n"
4166msgstr "Clustergröße=%u (log=%u)\n"
4167
Philipp Thomasd0275172013-01-15 23:30:35 -05004168#: misc/mke2fs.c:579
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004169#, c-format
4170msgid "Fragment size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004171msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004172
Philipp Thomasd0275172013-01-15 23:30:35 -05004173#: misc/mke2fs.c:581
Philipp Thomas77c871a2010-04-19 16:59:02 -04004174#, c-format
4175msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4176msgstr "Stride=%u Blöcke, Stripebreite=%u Blöcke\n"
4177
Philipp Thomasd0275172013-01-15 23:30:35 -05004178#: misc/mke2fs.c:583
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004179#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004180msgid "%u inodes, %llu blocks\n"
4181msgstr "%u Inodes, %llu Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004182
Philipp Thomasd0275172013-01-15 23:30:35 -05004183#: misc/mke2fs.c:585
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004184#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004185msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
4186msgstr "%llu Blöcke (%2.2f%%) reserviert für den Superuser\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004187
Philipp Thomasd0275172013-01-15 23:30:35 -05004188#: misc/mke2fs.c:588
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004189#, c-format
4190msgid "First data block=%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004191msgstr "Erster Datenblock=%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004192
Philipp Thomasd0275172013-01-15 23:30:35 -05004193#: misc/mke2fs.c:590
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004194#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004195msgid "Maximum filesystem blocks=%lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004196msgstr "Maximale Dateisystem-Blöcke=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004197
Philipp Thomasd0275172013-01-15 23:30:35 -05004198#: misc/mke2fs.c:594
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004199#, c-format
4200msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004201msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004202
Philipp Thomasd0275172013-01-15 23:30:35 -05004203#: misc/mke2fs.c:596
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004204#, c-format
4205msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004206msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004207
Philipp Thomasd0275172013-01-15 23:30:35 -05004208#: misc/mke2fs.c:599
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004209#, c-format
4210msgid "%u blocks per group, %u clusters per group\n"
4211msgstr "%u Blöcke pro Gruppe, %u Cluster pro Gruppe\n"
4212
Philipp Thomasd0275172013-01-15 23:30:35 -05004213#: misc/mke2fs.c:602
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004214#, c-format
4215msgid "%u blocks per group, %u fragments per group\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004216msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004217
Philipp Thomasd0275172013-01-15 23:30:35 -05004218#: misc/mke2fs.c:604
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004219#, c-format
4220msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004221msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004222
Philipp Thomasd0275172013-01-15 23:30:35 -05004223#: misc/mke2fs.c:611
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004224#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004225msgid "Superblock backups stored on blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004226msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004227
Philipp Thomasd0275172013-01-15 23:30:35 -05004228#: misc/mke2fs.c:690 misc/tune2fs.c:1156
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004229#, c-format
4230msgid "Invalid mmp_update_interval: %s\n"
4231msgstr "Ungültiges mmp_update_interval: %s\n"
4232
Philipp Thomasd0275172013-01-15 23:30:35 -05004233#: misc/mke2fs.c:704
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004234#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004235msgid "Invalid stride parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004236msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004237
Philipp Thomasd0275172013-01-15 23:30:35 -05004238#: misc/mke2fs.c:719
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004239#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004240msgid "Invalid stripe-width parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004241msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004242
Philipp Thomasd0275172013-01-15 23:30:35 -05004243#: misc/mke2fs.c:742
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004244#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004245msgid "Invalid resize parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004246msgstr "Ungültiger \"resize\"-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004247
Philipp Thomasd0275172013-01-15 23:30:35 -05004248#: misc/mke2fs.c:749
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004249#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004250msgid "The resize maximum must be greater than the filesystem size.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004251msgstr "Das Maximum der Vergrösserung muss oberhalb als der Dateisystem-Grösse liegen.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004252
Philipp Thomasd0275172013-01-15 23:30:35 -05004253#: misc/mke2fs.c:773
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004254#, c-format
4255msgid "On-line resizing not supported with revision 0 filesystems\n"
4256msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004257"Online-Grössenänderungen werden bei Revison 0 Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004258"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004259
Philipp Thomasd0275172013-01-15 23:30:35 -05004260#: misc/mke2fs.c:811
Philipp Thomasedc733d2012-04-22 15:38:42 -04004261#, c-format
4262msgid "Invalid quotatype parameter: %s\n"
4263msgstr "Ungültiger Quotatyp-Parameter: %s\n"
4264
Philipp Thomasd0275172013-01-15 23:30:35 -05004265#: misc/mke2fs.c:822
Philipp Thomas68801282008-07-17 11:47:00 -04004266#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004267msgid ""
4268"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004269"Bad option(s) specified: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004270"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004271"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004272"\tis set off by an equals ('=') sign.\n"
4273"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004274"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004275"\tstride=<RAID per-disk data chunk in blocks>\n"
4276"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004277"\tresize=<resize maximum size in blocks>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004278"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004279"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004280"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004281"\tdiscard\n"
4282"\tnodiscard\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04004283"\tquotatype=<usr OR grp>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004284"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004285msgstr ""
4286"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004287"Ungültige Option(en) angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004288"\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04004289"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004290"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004291"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004292"\terhalten welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004293"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004294"gültige erweiterte Optionen sind:\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004295"\tstride=<RAID Segmentgrösse in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004296"\tstripe-width=<RAID Stride * Datenplatten in Blöcken>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004297"\tresize=<Obergrenze für Grössenänderung in Blöcken>\n"
4298"\tlazy_itable_init=<0 für Ab-, 1 für Einschalten>\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004299"\tlazy_journal_init=<0 für Ab-, 1 fúr Einschalten>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004300"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004301"\tdiscard\n"
4302"\tnodiscard\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04004303"\tquotatype=<usr ODER grp>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004304"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004305
Philipp Thomasd0275172013-01-15 23:30:35 -05004306#: misc/mke2fs.c:842
Theodore Ts'o8f741372008-02-28 21:47:05 -05004307#, c-format
4308msgid ""
4309"\n"
4310"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4311"\n"
4312msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004313"\n"
4314"Warnung: RAID Stripe-Breite %u ist kein ganzzahliges Vielfaches von\n"
4315"\tStride %u.\n"
4316"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004317
Philipp Thomasd0275172013-01-15 23:30:35 -05004318#: misc/mke2fs.c:881
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004319#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004320msgid ""
4321"Syntax error in mke2fs config file (%s, line #%d)\n"
4322"\t%s\n"
4323msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004324"Syntax Fehler in der Konfigurationsdatei von mkefs (%s, Zeile %d)\n"
4325"\t%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004326
Philipp Thomasd0275172013-01-15 23:30:35 -05004327#: misc/mke2fs.c:894 misc/tune2fs.c:393
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004328#, c-format
4329msgid "Invalid filesystem option set: %s\n"
Philipp Thomas18eaec22011-10-02 22:50:38 -04004330msgstr "Ungültige Dateisystem-Option gesetzt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004331
Philipp Thomasd0275172013-01-15 23:30:35 -05004332#: misc/mke2fs.c:906 misc/tune2fs.c:345
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004333#, c-format
4334msgid "Invalid mount option set: %s\n"
4335msgstr "Ungültige Einhänge-Option gesetzt: %s\n"
4336
Philipp Thomasd0275172013-01-15 23:30:35 -05004337#: misc/mke2fs.c:1046
Philipp Thomas40771272008-09-07 22:55:25 -04004338#, c-format
4339msgid ""
4340"\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004341"Your mke2fs.conf file does not define the %s filesystem type.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004342msgstr ""
4343"\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004344"Ihre mke2fs.conf Datei enhält keine Definitiion des %s Dateisystems.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004345
Philipp Thomasd0275172013-01-15 23:30:35 -05004346#: misc/mke2fs.c:1050
Philipp Thomas40771272008-09-07 22:55:25 -04004347#, c-format
4348msgid ""
4349"You probably need to install an updated mke2fs.conf file.\n"
4350"\n"
4351msgstr ""
Philipp Thomasd0275172013-01-15 23:30:35 -05004352"Sie müssen wahrscheinlich eine aktualisierte mke2fs.conf Datei installieren.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004353"\n"
4354
Philipp Thomasd0275172013-01-15 23:30:35 -05004355#: misc/mke2fs.c:1054
Philipp Thomas3e914b52011-01-24 15:03:41 -05004356#, c-format
4357msgid "Aborting...\n"
4358msgstr "Breche ab...\n"
4359
Philipp Thomasd0275172013-01-15 23:30:35 -05004360#: misc/mke2fs.c:1094
Philipp Thomas3e914b52011-01-24 15:03:41 -05004361#, c-format
4362msgid ""
4363"\n"
4364"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4365"\n"
4366msgstr ""
4367"\n"
4368"Warnung: Der fs_type %s ist in mke2fs.conf nicht definiert\n"
4369"\n"
4370
Philipp Thomasd0275172013-01-15 23:30:35 -05004371#: misc/mke2fs.c:1252
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004372#, c-format
4373msgid "Couldn't allocate memory for new PATH.\n"
4374msgstr "Kann keinen Speicher für den neuen PATH reservieren\n"
4375
Philipp Thomasd0275172013-01-15 23:30:35 -05004376#: misc/mke2fs.c:1293
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004377#, c-format
4378msgid "Couldn't init profile successfully (error: %ld).\n"
4379msgstr "Das Profil konnte nicht erfolgreich initiiert werden (Fehler: %ld).\n"
4380
Philipp Thomasd0275172013-01-15 23:30:35 -05004381#: misc/mke2fs.c:1333
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004382#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004383msgid "invalid block size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004384msgstr "bad block Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004385
Philipp Thomasd0275172013-01-15 23:30:35 -05004386#: misc/mke2fs.c:1337
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004387#, c-format
4388msgid "Warning: blocksize %d not usable on most systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004389msgstr "Warnung: Blockgröße %d ist auf den meisten Systemen unbrauchbar.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004390
Philipp Thomasd0275172013-01-15 23:30:35 -05004391#: misc/mke2fs.c:1353
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004392#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004393msgid "invalid cluster size - %s"
4394msgstr "unzulässige Clustergröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004395
Philipp Thomasd0275172013-01-15 23:30:35 -05004396#: misc/mke2fs.c:1365
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004397msgid "Illegal number for blocks per group"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004398msgstr "unzulässige Angabe für Blöcke pro Gruppe"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004399
Philipp Thomasd0275172013-01-15 23:30:35 -05004400#: misc/mke2fs.c:1370
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004401msgid "blocks per group must be multiple of 8"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004402msgstr "Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004403
Philipp Thomasd0275172013-01-15 23:30:35 -05004404#: misc/mke2fs.c:1378
Philipp Thomas720e6362008-06-21 14:06:00 -04004405msgid "Illegal number for flex_bg size"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004406msgstr "Illegale Zahl für flex_bg Größe"
Philipp Thomas720e6362008-06-21 14:06:00 -04004407
Philipp Thomasd0275172013-01-15 23:30:35 -05004408#: misc/mke2fs.c:1384
Philipp Thomas720e6362008-06-21 14:06:00 -04004409msgid "flex_bg size must be a power of 2"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004410msgstr "flex_bg Größe muss eine Zweierpotenz sein"
Philipp Thomas720e6362008-06-21 14:06:00 -04004411
Philipp Thomasd0275172013-01-15 23:30:35 -05004412#: misc/mke2fs.c:1394
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004413#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004414msgid "invalid inode ratio %s (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004415msgstr "Unzulässiges Inode-Verhältnis %s (Min %d/Max %d"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004416
Philipp Thomasd0275172013-01-15 23:30:35 -05004417#: misc/mke2fs.c:1404
Philipp Thomas3e914b52011-01-24 15:03:41 -05004418#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05004419msgid "Warning: -K option is deprecated and should not be used anymore. Use '-E nodiscard' extended option instead!\n"
4420msgstr "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 -05004421
Philipp Thomasd0275172013-01-15 23:30:35 -05004422#: misc/mke2fs.c:1418
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004423msgid "in malloc for bad_blocks_filename"
4424msgstr "in malloc for bad_blocks_filename"
4425
Philipp Thomasd0275172013-01-15 23:30:35 -05004426#: misc/mke2fs.c:1428
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004427#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004428msgid "invalid reserved blocks percent - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004429msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004430
Philipp Thomasd0275172013-01-15 23:30:35 -05004431#: misc/mke2fs.c:1446
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004432#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004433msgid "bad revision level - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004434msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004435
Philipp Thomasd0275172013-01-15 23:30:35 -05004436#: misc/mke2fs.c:1458
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004437#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004438msgid "invalid inode size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004439msgstr "Unzulässige Inode-Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004440
Philipp Thomasd0275172013-01-15 23:30:35 -05004441#: misc/mke2fs.c:1478
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004442#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004443msgid "bad num inodes - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004444msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004445
Philipp Thomasd0275172013-01-15 23:30:35 -05004446#: misc/mke2fs.c:1495
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004447msgid "The -t option may only be used once"
4448msgstr "Die Option -t darf nur eimal angegeben werden"
4449
Philipp Thomasd0275172013-01-15 23:30:35 -05004450#: misc/mke2fs.c:1503
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004451msgid "The -T option may only be used once"
4452msgstr "Die Option -T darf nur eimal angegeben werden"
4453
Philipp Thomasd0275172013-01-15 23:30:35 -05004454#: misc/mke2fs.c:1553 misc/mke2fs.c:2514
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004455#, c-format
4456msgid "while trying to open journal device %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004457msgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004458
Philipp Thomasd0275172013-01-15 23:30:35 -05004459#: misc/mke2fs.c:1559
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004460#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004461msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004462msgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004463
Philipp Thomasd0275172013-01-15 23:30:35 -05004464#: misc/mke2fs.c:1565
Philipp Thomas68801282008-07-17 11:47:00 -04004465#, c-format
4466msgid "Using journal device's blocksize: %d\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004467msgstr "Verwende die Blockgrösse des Geräts: %d\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004468
Philipp Thomasd0275172013-01-15 23:30:35 -05004469#: misc/mke2fs.c:1576
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004470#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004471msgid "invalid blocks '%s' on device '%s'"
4472msgstr "ungültige Blöcke „%s“ auf Gerät „%s“"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004473
Philipp Thomasd0275172013-01-15 23:30:35 -05004474#: misc/mke2fs.c:1586
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004475msgid "filesystem"
4476msgstr "Dateisystem"
4477
Philipp Thomasd0275172013-01-15 23:30:35 -05004478#: misc/mke2fs.c:1599 resize/main.c:355
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004479msgid "while trying to determine filesystem size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004480msgstr "beim Bestimmen der Dateisystemgröße"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004481
Philipp Thomasd0275172013-01-15 23:30:35 -05004482#: misc/mke2fs.c:1605
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004483msgid ""
4484"Couldn't determine device size; you must specify\n"
4485"the size of the filesystem\n"
4486msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004487"Konnte die Gerätegröße nicht ermitteln. Geben\n"
4488"Sie die Größe des Dateisystems an\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004489
Philipp Thomasd0275172013-01-15 23:30:35 -05004490#: misc/mke2fs.c:1612
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004491msgid ""
4492"Device size reported to be zero. Invalid partition specified, or\n"
4493"\tpartition table wasn't reread after running fdisk, due to\n"
4494"\ta modified partition being busy and in use. You may need to reboot\n"
4495"\tto re-read your partition table.\n"
4496msgstr ""
Philipp Thomas18eaec22011-10-02 22:50:38 -04004497"Zurückgegebene Gerätegröße ist gleich null. Es wurde eine ungültige\n"
4498"\tPartition angegeben oder die Partitionstabelle wurde nach einem\n"
4499"\tfdisk-Lauf nicht wieder eingelesen, weil eine veränderte Partition\n"
4500"\tin Gebrauch und gesperrt ist. Sie könnten gezwungen sein, neu zu\n"
4501"\tbooten, um die Partitionstabelle neu einzulesen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004502
Philipp Thomasd0275172013-01-15 23:30:35 -05004503#: misc/mke2fs.c:1629
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004504msgid "Filesystem larger than apparent device size."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004505msgstr "Dateisystem ist größer als augenscheinlich das Gerät selbst."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004506
Philipp Thomasd0275172013-01-15 23:30:35 -05004507#: misc/mke2fs.c:1649
Philipp Thomas720e6362008-06-21 14:06:00 -04004508#, c-format
4509msgid "Failed to parse fs types list\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004510msgstr "Analyse der Liste von Dateisystemen war nicht möglich\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004511
Philipp Thomasd0275172013-01-15 23:30:35 -05004512#: misc/mke2fs.c:1703
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004513#, c-format
4514msgid ""
4515"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4516"\tin 32 bits using a blocksize of %d.\n"
4517msgstr ""
4518"%1$s: Die Größe von Gerät %3$s (0x%2$llx) lässt sich bei Verwendung einer\n"
4519"\tBlockgröße von %4$d nicht mit 32 Bits darstellen.\n"
4520
Philipp Thomasd0275172013-01-15 23:30:35 -05004521#: misc/mke2fs.c:1719
Philipp Thomas68801282008-07-17 11:47:00 -04004522msgid "fs_types for mke2fs.conf resolution: "
Philipp Thomas9564ee52008-08-22 03:22:50 -04004523msgstr "fs_types für mke2fs.conf Lösung: "
Philipp Thomas68801282008-07-17 11:47:00 -04004524
Philipp Thomasd0275172013-01-15 23:30:35 -05004525#: misc/mke2fs.c:1726
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004526#, c-format
4527msgid "Filesystem features not supported with revision 0 filesystems\n"
4528msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004529"Dateisystem-Eigenschaften werden für Dateisysteme der Revision 0 nicht\n"
4530"\tunterstützt\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004531
Philipp Thomasd0275172013-01-15 23:30:35 -05004532#: misc/mke2fs.c:1733
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004533#, c-format
4534msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4535msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004536"Verteilte Superblöcke werden für Dateisysteme der Revision 0 nicht\n"
4537"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004538
Philipp Thomasd0275172013-01-15 23:30:35 -05004539#: misc/mke2fs.c:1745
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004540#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004541msgid "Journals not supported with revision 0 filesystems\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004542msgstr "Journale werden für Dateisysteme der Revision 0 nicht unterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004543
Philipp Thomasd0275172013-01-15 23:30:35 -05004544#: misc/mke2fs.c:1759
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004545#, c-format
4546msgid "invalid reserved blocks percent - %lf"
4547msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %lf"
4548
Philipp Thomasd0275172013-01-15 23:30:35 -05004549#: misc/mke2fs.c:1775
Philipp Thomas720e6362008-06-21 14:06:00 -04004550#, c-format
4551msgid ""
4552"The resize_inode and meta_bg features are not compatible.\n"
4553"They can not be both enabled simultaneously.\n"
4554msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004555"Die Eigenschaften resize_inode und meta_bg sind nicht kompatibel.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004556"Sie können nicht gleichzeitig aktiviert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004557
Philipp Thomasd0275172013-01-15 23:30:35 -05004558#: misc/mke2fs.c:1792
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004559msgid "while trying to determine hardware sector size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004560msgstr "beim Ermitteln der Hardware-Sektorgröße"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004561
Philipp Thomasd0275172013-01-15 23:30:35 -05004562#: misc/mke2fs.c:1798
Theodore Ts'o057a1592010-06-07 12:24:21 -04004563msgid "while trying to determine physical sector size"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004564msgstr "beim Ermitteln der physischen Sektorgröße"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004565
Philipp Thomasd0275172013-01-15 23:30:35 -05004566#: misc/mke2fs.c:1831
Theodore Ts'o057a1592010-06-07 12:24:21 -04004567msgid "while setting blocksize; too small for device\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004568msgstr "beim Setzen der Blockgröße; zu klein für das Gerät\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004569
Philipp Thomasd0275172013-01-15 23:30:35 -05004570#: misc/mke2fs.c:1836
Philipp Thomas3e914b52011-01-24 15:03:41 -05004571#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05004572msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4573msgstr "Warnung: die vorgegebene Blockgröße %d ist kleiner als die physische Sektorgröße %d\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004574
Philipp Thomasd0275172013-01-15 23:30:35 -05004575#: misc/mke2fs.c:1867
Philipp Thomas77c871a2010-04-19 16:59:02 -04004576#, c-format
4577msgid "warning: Unable to get device geometry for %s\n"
4578msgstr "Warnung: Die Geometrie für Gerät %s konnte nicht erfragt werden\n"
4579
Philipp Thomasd0275172013-01-15 23:30:35 -05004580#: misc/mke2fs.c:1870
Philipp Thomas77c871a2010-04-19 16:59:02 -04004581#, c-format
4582msgid "%s alignment is offset by %lu bytes.\n"
4583msgstr "Die Ausrichtung von %s ist um %lu Bytes verschoben.\n"
4584
Philipp Thomasd0275172013-01-15 23:30:35 -05004585#: misc/mke2fs.c:1872
Philipp Thomas77c871a2010-04-19 16:59:02 -04004586#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05004587msgid "This may result in very poor performance, (re)-partitioning suggested.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004588msgstr ""
4589"Das könnte zu sehr schlechter Leistung führen. Eine (Neu-)Partionierung\n"
4590" wird empfohlen.\n"
4591
Philipp Thomasd0275172013-01-15 23:30:35 -05004592#: misc/mke2fs.c:1883
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004593#, c-format
4594msgid "%d-byte blocks too big for system (max %d)"
4595msgstr "%d-Byte Blöcke zu groß für das System (max %d)"
4596
Philipp Thomasd0275172013-01-15 23:30:35 -05004597#: misc/mke2fs.c:1887
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004598#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05004599msgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4600msgstr "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 -04004601
Philipp Thomasd0275172013-01-15 23:30:35 -05004602#: misc/mke2fs.c:1925
Theodore Ts'obc759702005-05-09 20:40:55 -04004603msgid "reserved online resize blocks not supported on non-sparse filesystem"
4604msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004605"Für Online-Grössenänderungen reservierte Blöcke werden auf Dateisystemen\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004606"\tohne Unterstützung für Lückenkompression nicht unterstützt"
Theodore Ts'obc759702005-05-09 20:40:55 -04004607
Philipp Thomasd0275172013-01-15 23:30:35 -05004608#: misc/mke2fs.c:1934
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004609msgid "blocks per group count out of range"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004610msgstr "Anzahl der Blöcke pro Gruppe ausserhaalb des gültigen Bereichs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004611
Philipp Thomasd0275172013-01-15 23:30:35 -05004612#: misc/mke2fs.c:1949
Philipp Thomas720e6362008-06-21 14:06:00 -04004613msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Philipp Thomasd0275172013-01-15 23:30:35 -05004614msgstr "Eigenschaft flex_bg wurde nicht aktiviert, daher darf flex_bg Grösse nicht angegeben werden"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004615
Philipp Thomasd0275172013-01-15 23:30:35 -05004616#: misc/mke2fs.c:1961
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004617#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004618msgid "invalid inode size %d (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004619msgstr "ungültige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004620
Philipp Thomasd0275172013-01-15 23:30:35 -05004621#: misc/mke2fs.c:1979
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004622#, c-format
4623msgid "too many inodes (%llu), raise inode ratio?"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004624msgstr "zu viele Inodes (%llu), Inode-Verhältnis erhöhen?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004625
Philipp Thomasd0275172013-01-15 23:30:35 -05004626#: misc/mke2fs.c:1986
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004627#, c-format
4628msgid "too many inodes (%llu), specify < 2^32 inodes"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004629msgstr "zu viele Inodes (%llu), sie müssen weniger als 2^32 Inodes angeben"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004630
Philipp Thomasd0275172013-01-15 23:30:35 -05004631#: misc/mke2fs.c:2000
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004632#, c-format
4633msgid ""
4634"inode_size (%u) * inodes_count (%u) too big for a\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004635"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004636"\tor lower inode count (-N).\n"
4637msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004638"Inodegröße (%u) * Anzahl_Inodes (%u) ist zu gross für ein\n"
4639"\tDateisystem mit %llu Blöcken, geben Sie bitte entweder ein höheres\n"
4640"\tInodeverhältnis (-i) oder eine niedrigere Anzahl an Inodes (-N) an.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004641
Philipp Thomasd0275172013-01-15 23:30:35 -05004642#: misc/mke2fs.c:2119
Philipp Thomas720e6362008-06-21 14:06:00 -04004643#, c-format
4644msgid ""
4645"Overwriting existing filesystem; this can be undone using the command:\n"
4646" e2undo %s %s\n"
4647"\n"
4648msgstr ""
Philipp Thomasd0275172013-01-15 23:30:35 -05004649"Überschreibe das bestehende Dateisystem; dies kann rückgängig gemacht werden\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004650"durch den Befehl:\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004651" e2undo %s %s\n"
4652"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004653
Philipp Thomasd0275172013-01-15 23:30:35 -05004654#: misc/mke2fs.c:2133
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004655msgid "while trying to setup undo file\n"
4656msgstr "beim Erstellen der Undodatei\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004657
Philipp Thomasd0275172013-01-15 23:30:35 -05004658#: misc/mke2fs.c:2159
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004659msgid "Discarding device blocks: "
4660msgstr "Blöcke des Gerätes werden verworfen: "
Philipp Thomas77c871a2010-04-19 16:59:02 -04004661
Philipp Thomasd0275172013-01-15 23:30:35 -05004662#: misc/mke2fs.c:2176
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004663msgid "failed - "
4664msgstr "nicht erfolgreich - "
Philipp Thomas77c871a2010-04-19 16:59:02 -04004665
Philipp Thomasd0275172013-01-15 23:30:35 -05004666#: misc/mke2fs.c:2283
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004667msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004668msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004669
Philipp Thomasd0275172013-01-15 23:30:35 -05004670#: misc/mke2fs.c:2292
Philipp Thomas3e914b52011-01-24 15:03:41 -05004671#, c-format
4672msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004673msgstr "Verwerfen war erfolgreich und wird Nullen zurückliefern - das Löschen der Inode-Tabelle wird übersprungen \n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004674
Philipp Thomasd0275172013-01-15 23:30:35 -05004675#: misc/mke2fs.c:2375
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004676#, c-format
4677msgid "unknown os - %s"
4678msgstr "unbekanntes OS - %s"
4679
Philipp Thomasd0275172013-01-15 23:30:35 -05004680#: misc/mke2fs.c:2427
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004681#, c-format
4682msgid "Allocating group tables: "
4683msgstr "Platz für Gruppentabellen wird angefordert: "
4684
Philipp Thomasd0275172013-01-15 23:30:35 -05004685#: misc/mke2fs.c:2431
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004686msgid "while trying to allocate filesystem tables"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004687msgstr "beim Zuordnen von Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004688
Philipp Thomasd0275172013-01-15 23:30:35 -05004689#: misc/mke2fs.c:2440
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004690msgid ""
4691"\n"
4692"\twhile converting subcluster bitmap"
4693msgstr ""
4694"\n"
4695"\tbeim Konvertieren der Subcluster-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004696
Philipp Thomasd0275172013-01-15 23:30:35 -05004697#: misc/mke2fs.c:2483
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004698#, c-format
4699msgid "while zeroing block %llu at end of filesystem"
4700msgstr "beim Nullen von Block %llu am Ende des Dateisystems"
4701
Philipp Thomasd0275172013-01-15 23:30:35 -05004702#: misc/mke2fs.c:2496
Theodore Ts'obc759702005-05-09 20:40:55 -04004703msgid "while reserving blocks for online resize"
4704msgstr "beim Lesen des Bad-Block-Inodes"
4705
Philipp Thomasd0275172013-01-15 23:30:35 -05004706#: misc/mke2fs.c:2507 misc/tune2fs.c:640
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004707msgid "journal"
4708msgstr "Journal"
4709
Philipp Thomasd0275172013-01-15 23:30:35 -05004710#: misc/mke2fs.c:2519
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004711#, c-format
4712msgid "Adding journal to device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004713msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004714
Philipp Thomasd0275172013-01-15 23:30:35 -05004715#: misc/mke2fs.c:2526
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004716#, c-format
4717msgid ""
4718"\n"
4719"\twhile trying to add journal to device %s"
4720msgstr ""
4721"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004722"\tbeim Erstellen des Journals auf Gerät %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004723
Philipp Thomasd0275172013-01-15 23:30:35 -05004724#: misc/mke2fs.c:2531 misc/mke2fs.c:2563 misc/tune2fs.c:669 misc/tune2fs.c:683
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004725#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004726msgid "done\n"
4727msgstr "erledigt\n"
4728
Philipp Thomasd0275172013-01-15 23:30:35 -05004729#: misc/mke2fs.c:2540
Philipp Thomas77c871a2010-04-19 16:59:02 -04004730#, c-format
4731msgid "Skipping journal creation in super-only mode\n"
4732msgstr "Die Erzeugung eines Journals wird im Nur-Super Modus übersprungen\n"
4733
Philipp Thomasd0275172013-01-15 23:30:35 -05004734#: misc/mke2fs.c:2551
Philipp Thomas68801282008-07-17 11:47:00 -04004735#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004736msgid "Creating journal (%u blocks): "
Philipp Thomas68801282008-07-17 11:47:00 -04004737msgstr "Erstelle Journal (%u Blöcke): "
Philipp Thomas720e6362008-06-21 14:06:00 -04004738
Philipp Thomasd0275172013-01-15 23:30:35 -05004739#: misc/mke2fs.c:2559
Philipp Thomasedc733d2012-04-22 15:38:42 -04004740msgid ""
4741"\n"
4742"\twhile trying to create journal"
4743msgstr ""
4744"\n"
4745"\tbeim Erstellen des Journals"
4746
Philipp Thomasd0275172013-01-15 23:30:35 -05004747#: misc/mke2fs.c:2570 misc/tune2fs.c:446
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004748#, c-format
4749msgid ""
4750"\n"
4751"Error while enabling multiple mount protection feature."
4752msgstr ""
4753"\n"
4754"Fehler beim Aktivieren des Schutzes vor mehrfachem Einhängen."
4755
Philipp Thomasd0275172013-01-15 23:30:35 -05004756#: misc/mke2fs.c:2575
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004757#, c-format
4758msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004759msgstr "Der Schutz vor mehrfachem Einhängen wurde mit einem Intervall von %d Sekunden aktiviert\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004760
Philipp Thomasd0275172013-01-15 23:30:35 -05004761#: misc/mke2fs.c:2588
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004762#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004763msgid "Writing superblocks and filesystem accounting information: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004764msgstr "Schreibe Superblöcke und Dateisystem-Accountinginformationen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004765
Philipp Thomasd0275172013-01-15 23:30:35 -05004766#: misc/mke2fs.c:2595
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004767#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004768msgid ""
4769"\n"
4770"Warning, had trouble writing out superblocks."
4771msgstr ""
4772"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004773"Warnung: Probleme beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004774
Philipp Thomasd0275172013-01-15 23:30:35 -05004775#: misc/mke2fs.c:2597
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004776#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004777msgid ""
4778"done\n"
4779"\n"
4780msgstr ""
4781"erledigt\n"
4782"\n"
4783
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004784#: misc/mklost+found.c:50
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004785#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004786msgid "Usage: mklost+found\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004787msgstr "Aufruf: mklost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004788
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004789#: misc/partinfo.c:41
Philipp Thomasa700f512008-08-29 08:49:57 -04004790#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004791msgid ""
4792"Usage: %s device...\n"
4793"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004794"Prints out the partition information for each given device.\n"
4795"For example: %s /dev/hda\n"
4796"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004797msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004798"Aufruf: %s Gerät...\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004799"\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004800"Gibt Informationen über die Partitionen jedes angegebenen Gerätes aus.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004801"Zum Beispiel: %s /dev/hda\n"
4802"\n"
4803
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004804#: misc/partinfo.c:51
Philipp Thomas40771272008-09-07 22:55:25 -04004805#, c-format
4806msgid "Cannot open %s: %s"
4807msgstr "Kann %s nicht öffnen: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004808
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004809#: misc/partinfo.c:57
Philipp Thomas40771272008-09-07 22:55:25 -04004810#, c-format
4811msgid "Cannot get geometry of %s: %s"
4812msgstr "Geometrie von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004813
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004814#: misc/partinfo.c:65
Philipp Thomas40771272008-09-07 22:55:25 -04004815#, c-format
4816msgid "Cannot get size of %s: %s"
4817msgstr "Grösse von %s kann nicht gelesen werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004818
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004819#: misc/partinfo.c:71
Philipp Thomas40771272008-09-07 22:55:25 -04004820#, c-format
4821msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
4822msgstr "%s: h=%3d s=%3d c=%4d Start=%8d Grösse=%8lu Ende=%8d\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004823
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004824#: misc/tune2fs.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004825msgid "Please run e2fsck on the filesystem.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004826msgstr "Lassen Sie bitte e2fsck über das Dateisystem laufen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004827
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004828#: misc/tune2fs.c:116
Philipp Thomas68801282008-07-17 11:47:00 -04004829#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004830msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004831"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004832"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004833"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p mmp_update_interval]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004834"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004835"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004836"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4837"\t[ -I new_inode_size ] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004838msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004839"Aufruf: %s [-c max-Anzahl-Einhängen] [-e Fehler-Verhalten] [-g Gruppe]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004840"\t[-i Intervall[d|m|w]] [-j] [-J Journal-Optionen] [-l]\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004841"\t[-m reservierte_Blöcke_Prozent] [-o [^]Einhäng_Optionen[,...]] [-p mmp_update_intervall]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004842"\t[-r Anzahl_reservierte_Blöcke] [-u Benutzer] [-C Anzahl_Einhängen]\n"
4843"\t[-L Volume_Label] [-M letztes_eingehängtes_Verzeichnis]\n"
4844"\t[-O [^]Eigenschaft[,...]] [-E erweiterte-Option[,...]]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004845"\t[-T letzter_Prüfzeitpunkt] [-U UUID] [-I neue_Inodegrösse] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004846
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004847#: misc/tune2fs.c:205
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004848msgid "while trying to open external journal"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004849msgstr "beim Öffnen des externen Journals"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004850
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004851#: misc/tune2fs.c:210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004852#, c-format
4853msgid "%s is not a journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004854msgstr "%s ist kein Journal-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004855
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004856#: misc/tune2fs.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004857msgid "Journal superblock not found!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004858msgstr "Journal-Superblock nicht gefunden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004859
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004860#: misc/tune2fs.c:236
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004861msgid "Filesystem's UUID not found on journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004862msgstr "UUID des Dateisystems auf Journal-Gerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004863
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004864#: misc/tune2fs.c:257
4865msgid ""
4866"Cannot locate journal device. It was NOT removed\n"
4867"Use -f option to remove missing journal device.\n"
4868msgstr ""
4869"Das Journal-Gerät konnte nicht gefunden werden. Es wurde NICHT entfernt\n"
4870"Verwenden Sie die Option -f, um das fehlende Journal-Gerät zu entfernen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004871
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004872#: misc/tune2fs.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004873msgid "Journal removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004874msgstr "Journal gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004875
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004876#: misc/tune2fs.c:309
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004877msgid "while reading bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004878msgstr "beim Lesen von Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004879
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004880#: misc/tune2fs.c:317
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004881msgid "while clearing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004882msgstr "beim Bereinigen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004883
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004884#: misc/tune2fs.c:328
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004885msgid "while writing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004886msgstr "beim Schreiben des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004887
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004888#: misc/tune2fs.c:363
Philipp Thomas3e914b52011-01-24 15:03:41 -05004889#, c-format
4890msgid "(and reboot afterwards!)\n"
4891msgstr "(und hinterher das System neu starten!)\n"
4892
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004893#: misc/tune2fs.c:396
Theodore Ts'o8f741372008-02-28 21:47:05 -05004894#, c-format
4895msgid "Clearing filesystem feature '%s' not supported.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004896msgstr "Das Zurücksetzen von Dateisystem-Eigenschaft „%s“ wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004897
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004898#: misc/tune2fs.c:402
Philipp Thomas67671422008-05-14 18:42:45 -04004899#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004900msgid "Setting filesystem feature '%s' not supported.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004901msgstr "Das Setzen der Dateisystem-Eigenschaft „%s“ wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004902
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004903#: misc/tune2fs.c:411
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004904msgid ""
Philipp Thomas68801282008-07-17 11:47:00 -04004905"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004906"unmounted or mounted read-only.\n"
4907msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004908"Die has_jounal Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
4909"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004910
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004911#: misc/tune2fs.c:419
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004912msgid ""
4913"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4914"the has_journal flag.\n"
4915msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004916"Das needs_recovery Flag ist gesetzt. Bitte starten sie e2fsck vor\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004917"der Zurücksetzung des has_journal Flags.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004918
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004919#: misc/tune2fs.c:438
4920msgid ""
4921"The multiple mount protection feature can't\n"
4922"be set if the filesystem is mounted or\n"
4923"read-only.\n"
4924msgstr ""
4925"Die Eigenschaft \"Schutz vor mehrfachem Einhängen\" kann nur nicht\n"
4926"zurückgesetzt werden, wenn das Dateisystem nicht oder nur zum Lesen\n"
4927"eingehängt ist.\n"
4928
4929#: misc/tune2fs.c:456
4930#, c-format
4931msgid "Multiple mount protection has been enabled with update interval %ds.\n"
4932msgstr ""
4933"Schutz vor mehrfachem Einhängen wurde aktiviert mit einem Aktualisierungs-\n"
4934"intervall von %ds.\n"
4935
4936#: misc/tune2fs.c:465
4937msgid ""
4938"The multiple mount protection feature cannot\n"
4939"be disabled if the filesystem is readonly.\n"
4940msgstr ""
4941"Der Schutz vor mehrfachem Einhängen kann nicht deaktiviert werden,\n"
4942"wenn das Dateisystem nur lesbar ist.\n"
4943
4944#: misc/tune2fs.c:473
4945msgid "Error while reading bitmaps\n"
4946msgstr "Fehler beim Lesen der Bitmaps\n"
4947
4948#: misc/tune2fs.c:482
4949#, c-format
4950msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05004951msgstr "Die magische Zahl im MMP-Block passt nicht. Erwartet: %x, tatsächlich: %x\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004952
4953#: misc/tune2fs.c:487
4954msgid "while reading MMP block."
4955msgstr "beim Lesen des MMP-Blockes."
4956
4957#: misc/tune2fs.c:519
Philipp Thomas720e6362008-06-21 14:06:00 -04004958msgid ""
4959"Clearing the flex_bg flag would cause the the filesystem to be\n"
4960"inconsistent.\n"
4961msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004962"Das Zurücksetzen der Kennung flex_bg würde das Dateisystem inkonsistent\n"
4963"machen.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004964
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004965#: misc/tune2fs.c:530
Philipp Thomas68801282008-07-17 11:47:00 -04004966msgid ""
4967"The huge_file feature may only be cleared when the filesystem is\n"
4968"unmounted or mounted read-only.\n"
4969msgstr ""
4970"Die huge_file Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
4971"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
4972
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004973#: misc/tune2fs.c:590
4974msgid ""
4975"\n"
4976"Warning: '^quota' option overrides '-Q'arguments.\n"
4977msgstr ""
4978"\n"
4979"Warnung: die Option „^quota“ hat Vorrang vor „-Q“ Optionen.\n"
4980
4981#: misc/tune2fs.c:635
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004982msgid "The filesystem already has a journal.\n"
4983msgstr "Das Dateisystem hat schon ein Journal.\n"
4984
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004985#: misc/tune2fs.c:653
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004986#, c-format
4987msgid ""
4988"\n"
4989"\twhile trying to open journal on %s\n"
4990msgstr ""
4991"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004992"\tbeim Öffnen des Journals auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004993
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004994#: misc/tune2fs.c:657
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004995#, c-format
4996msgid "Creating journal on device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004997msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004998
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004999#: misc/tune2fs.c:665
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005000#, c-format
5001msgid "while adding filesystem to journal on %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005002msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005003
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005004#: misc/tune2fs.c:671
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005005msgid "Creating journal inode: "
Philipp Thomasa700f512008-08-29 08:49:57 -04005006msgstr "Erstelle Journal-Inode: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005007
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005008#: misc/tune2fs.c:680
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005009msgid ""
5010"\n"
5011"\twhile trying to create journal file"
5012msgstr ""
5013"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005014"\tbeim Erstellen der Journaldatei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005015
Philipp Thomasd0275172013-01-15 23:30:35 -05005016#: misc/tune2fs.c:754
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005017msgid "Couldn't allocate memory to parse quota options!\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005018msgstr "Speicher zum Parsen der Quota-Optionen konnte nicht reserviert werden!\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005019
Philipp Thomasd0275172013-01-15 23:30:35 -05005020#: misc/tune2fs.c:776
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005021msgid ""
5022"\n"
5023"Bad quota options specified.\n"
5024"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005025"Following valid quota options are available (pass by separating with comma):\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005026"\t[^]usrquota\n"
5027"\t[^]grpquota\n"
5028"\n"
5029"\n"
5030msgstr ""
5031"\n"
5032"Es wurden ungültige Quota-Optionen angegeben.\n"
5033"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005034"Following valid quota options are available (pass by separating with comma):\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005035"Die folgenden Quotaoptionen sind verfügbar (durch Komma getrennt angeben):\n"
5036"\t[^]usrquota\n"
5037"\t[^]grpquota\n"
5038"\n"
5039"\n"
5040
Philipp Thomasd0275172013-01-15 23:30:35 -05005041#: misc/tune2fs.c:837
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005042#, c-format
5043msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005044msgstr "Konnte Datum/Zeit nicht parsen: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005045
Philipp Thomasd0275172013-01-15 23:30:35 -05005046#: misc/tune2fs.c:861 misc/tune2fs.c:874
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005047#, c-format
5048msgid "bad mounts count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005049msgstr "Ungültiger Mounts-Zähler - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005050
Philipp Thomasd0275172013-01-15 23:30:35 -05005051#: misc/tune2fs.c:890
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005052#, c-format
5053msgid "bad error behavior - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005054msgstr "ungültiges Fehler-Verhalten - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005055
Philipp Thomasd0275172013-01-15 23:30:35 -05005056#: misc/tune2fs.c:917
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005057#, c-format
5058msgid "bad gid/group name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005059msgstr "ungültige(r) GID oder Gruppenname - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005060
Philipp Thomasd0275172013-01-15 23:30:35 -05005061#: misc/tune2fs.c:950
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005062#, c-format
5063msgid "bad interval - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005064msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005065
Philipp Thomasd0275172013-01-15 23:30:35 -05005066#: misc/tune2fs.c:979
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005067#, c-format
5068msgid "bad reserved block ratio - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005069msgstr "ungültiges Reservierte-Blöcke-Verhältnis - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005070
Philipp Thomasd0275172013-01-15 23:30:35 -05005071#: misc/tune2fs.c:994
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005072msgid "-o may only be specified once"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005073msgstr "-o darf nur eimal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005074
Philipp Thomasd0275172013-01-15 23:30:35 -05005075#: misc/tune2fs.c:1003
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005076msgid "-O may only be specified once"
5077msgstr "-O darf nur eimal angegeben werden"
5078
Philipp Thomasd0275172013-01-15 23:30:35 -05005079#: misc/tune2fs.c:1018
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005080#, c-format
5081msgid "bad reserved blocks count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005082msgstr "ungültige Anzahl von reservierten Blöcken - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005083
Philipp Thomasd0275172013-01-15 23:30:35 -05005084#: misc/tune2fs.c:1047
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005085#, c-format
5086msgid "bad uid/user name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005087msgstr "ungültige(r) UID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005088
Philipp Thomasd0275172013-01-15 23:30:35 -05005089#: misc/tune2fs.c:1064
Philipp Thomas68801282008-07-17 11:47:00 -04005090#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005091msgid "bad inode size - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005092msgstr "Unzulässige Inodegröße - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04005093
Philipp Thomasd0275172013-01-15 23:30:35 -05005094#: misc/tune2fs.c:1071
Philipp Thomas720e6362008-06-21 14:06:00 -04005095#, c-format
5096msgid "Inode size must be a power of two- %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005097msgstr "Inodegrösse muss eine Zweierpotenz sein- %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04005098
Philipp Thomasd0275172013-01-15 23:30:35 -05005099#: misc/tune2fs.c:1165
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005100#, c-format
5101msgid "mmp_update_interval too big: %lu\n"
5102msgstr "mmp_update_interval ist zu groß: %lu\n"
5103
Philipp Thomasd0275172013-01-15 23:30:35 -05005104#: misc/tune2fs.c:1170
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005105#, c-format
5106msgid "Setting multiple mount protection update interval to %lu second\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005107msgid_plural "Setting multiple mount protection update interval to %lu seconds\n"
5108msgstr[0] "Setze das Intervall für den Schutz vor mehrfachem Einhängen auf %lu Sekunde\n"
5109msgstr[1] "Setze das Intervall für den Schutz vor mehrfachem Einhängen auf %lu Sekunden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005110
Philipp Thomasd0275172013-01-15 23:30:35 -05005111#: misc/tune2fs.c:1193
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005112#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005113msgid "Invalid RAID stride: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005114msgstr "Ungültiger RAID Stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005115
Philipp Thomasd0275172013-01-15 23:30:35 -05005116#: misc/tune2fs.c:1208
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005117#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005118msgid "Invalid RAID stripe-width: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005119msgstr "Ungültige RAID Stripe-Breite: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005120
Philipp Thomasd0275172013-01-15 23:30:35 -05005121#: misc/tune2fs.c:1223
Philipp Thomas40771272008-09-07 22:55:25 -04005122#, c-format
5123msgid "Invalid hash algorithm: %s\n"
5124msgstr "Ungültiger Hashalgorithmus: %s\n"
5125
Philipp Thomasd0275172013-01-15 23:30:35 -05005126#: misc/tune2fs.c:1229
Philipp Thomas40771272008-09-07 22:55:25 -04005127#, c-format
5128msgid "Setting default hash algorithm to %s (%d)\n"
5129msgstr "Der standard Hashalgorithmus wird auf %s (%d) gesetzt\n"
5130
Philipp Thomasd0275172013-01-15 23:30:35 -05005131#: misc/tune2fs.c:1248
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005132#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005133msgid ""
5134"\n"
5135"Bad options specified.\n"
5136"\n"
5137"Extended options are separated by commas, and may take an argument which\n"
5138"\tis set off by an equals ('=') sign.\n"
5139"\n"
5140"Valid extended options are:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005141"\tclear_mmp\n"
5142"\thash_alg=<hash algorithm>\n"
5143"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005144"\tstride=<RAID per-disk chunk size in blocks>\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005145"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005146"\ttest_fs\n"
5147"\t^test_fs\n"
5148msgstr ""
5149"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005150"Ungültige Optionen wurden angegeben.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005151"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005152"Erweiterte Optionen werden mit Kommatas getrennt angegeben und erwarten\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005153"\teventuell ein Argument, welches mit Gleichheitszeichen („=“)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005154"\tzugewiesenwird.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005155"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005156"Gültige erweiterte Optionen sind:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005157"\tclear_mmp\n"
5158"\thash_alg=<Hashalgorithmus>\n"
5159"\tmount_opts=<erweiterte Standard-Einhängoptionen>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005160"\tstride=<RAID Segmentgrösse pro PLatte in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005161"\tstripe-width=<RAID Stride*Datenplatten in Blöcken>\n"
5162"\ttest_fs\n"
5163"\t^test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005164
Philipp Thomasd0275172013-01-15 23:30:35 -05005165#: misc/tune2fs.c:1714
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005166msgid "Failed to read inode bitmap\n"
5167msgstr "Die Inode-Bitmap konnte nicht gelesen werden\n"
5168
Philipp Thomasd0275172013-01-15 23:30:35 -05005169#: misc/tune2fs.c:1719
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005170msgid "Failed to read block bitmap\n"
5171msgstr "Die Block-Bitmaps konnten nicht gelesen werden\n"
5172
Philipp Thomasd0275172013-01-15 23:30:35 -05005173#: misc/tune2fs.c:1736 resize/resize2fs.c:802
Philipp Thomas720e6362008-06-21 14:06:00 -04005174msgid "blocks to be moved"
5175msgstr "zu verschiebende Blöcke"
5176
Philipp Thomasd0275172013-01-15 23:30:35 -05005177#: misc/tune2fs.c:1739
Philipp Thomas77c871a2010-04-19 16:59:02 -04005178msgid "Failed to allocate block bitmap when increasing inode size\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005179msgstr "Beim Vergrössern der Inodes konnte keine Block-Bitmap angelegt werden\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005180
Philipp Thomasd0275172013-01-15 23:30:35 -05005181#: misc/tune2fs.c:1745
Philipp Thomas77c871a2010-04-19 16:59:02 -04005182msgid "Not enough space to increase inode size \n"
5183msgstr "Der Platz reicht nicht aus um die Inodegrösse zu erhöhen \n"
5184
Philipp Thomasd0275172013-01-15 23:30:35 -05005185#: misc/tune2fs.c:1750
Philipp Thomas77c871a2010-04-19 16:59:02 -04005186msgid "Failed to relocate blocks during inode resize \n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005187msgstr "Beim Vergrössern der Inodes konnten die Blöcke nicht verschoben werden \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005188
Philipp Thomasd0275172013-01-15 23:30:35 -05005189#: misc/tune2fs.c:1782
Philipp Thomas77c871a2010-04-19 16:59:02 -04005190msgid ""
5191"Error in resizing the inode size.\n"
5192"Run e2undo to undo the file system changes. \n"
5193msgstr ""
5194"Fehler beim Verändern der Inodegrösse.\n"
5195"Starten Sie e2undo um die Änderungen am Dateisystem rückgängig zu machen. \n"
5196
Philipp Thomasd0275172013-01-15 23:30:35 -05005197#: misc/tune2fs.c:1809
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005198msgid "Couldn't allocate memory for tdb filename\n"
5199msgstr "Kann keinen Speicher für den tdb-Dateinamen reservieren\n"
5200
Philipp Thomasd0275172013-01-15 23:30:35 -05005201#: misc/tune2fs.c:1831
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005202#, c-format
5203msgid "while trying to delete %s"
5204msgstr "beim Versuch, %s zu löschen"
5205
Philipp Thomasd0275172013-01-15 23:30:35 -05005206#: misc/tune2fs.c:1841
Philipp Thomas77c871a2010-04-19 16:59:02 -04005207#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005208msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005209"To undo the tune2fs operation please run the command\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005210" e2undo %s %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005211"\n"
5212msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04005213"Um die Aktionen von tune2fs rückgängig zu machen, starten Sie bitte den\n"
5214"Befehl\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005215" e2undo %s %s\n"
Philipp Thomas68801282008-07-17 11:47:00 -04005216"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005217
Philipp Thomasd0275172013-01-15 23:30:35 -05005218#: misc/tune2fs.c:1910
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005219#, c-format
5220msgid ""
5221"MMP block magic is bad. Try to fix it by running:\n"
5222"'e2fsck -f %s'\n"
5223msgstr ""
5224"Die Kennung des MMP Blockes ist ungültig. Versuchen Sie ihn durch folgendes\n"
5225"Kommando zu reparieren:\n"
5226"„e2fsck -f %s“\n"
5227
Philipp Thomasd0275172013-01-15 23:30:35 -05005228#: misc/tune2fs.c:1928
Philipp Thomas40771272008-09-07 22:55:25 -04005229#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04005230msgid "The inode size is already %lu\n"
5231msgstr "Die Inodegrösse ist bereits %lu\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005232
Philipp Thomasd0275172013-01-15 23:30:35 -05005233#: misc/tune2fs.c:1934
Philipp Thomas40771272008-09-07 22:55:25 -04005234#, c-format
5235msgid "Shrinking the inode size is not supported\n"
5236msgstr "Das Schrumpfen der Inodegrösse wird nicht unterstützt\n"
5237
Philipp Thomasd0275172013-01-15 23:30:35 -05005238#: misc/tune2fs.c:1981
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005239#, c-format
5240msgid "Setting maximal mount count to %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005241msgstr "Die maximale Anzahl von Einhängungen wird auf %d gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005242
Philipp Thomasd0275172013-01-15 23:30:35 -05005243#: misc/tune2fs.c:1987
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005244#, c-format
5245msgid "Setting current mount count to %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005246msgstr "Die derzeitige Anzahl von Einhängungen wird auf %d gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005247
Philipp Thomasd0275172013-01-15 23:30:35 -05005248#: misc/tune2fs.c:1992
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005249#, c-format
5250msgid "Setting error behavior to %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005251msgstr "Das Fehler-Verhalten wird auf %d gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005252
Philipp Thomasd0275172013-01-15 23:30:35 -05005253#: misc/tune2fs.c:1997
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005254#, c-format
5255msgid "Setting reserved blocks gid to %lu\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005256msgstr "Die GID für reservierte Blöcke wird auf %lu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005257
Philipp Thomasd0275172013-01-15 23:30:35 -05005258#: misc/tune2fs.c:2002
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005259#, c-format
5260msgid "interval between checks is too big (%lu)"
5261msgstr "Das Intervall zwischen den Prüfungen ist zu groß (%lu)"
5262
Philipp Thomasd0275172013-01-15 23:30:35 -05005263#: misc/tune2fs.c:2009
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005264#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005265msgid "Setting interval between checks to %lu seconds\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005266msgstr "Das Intervall zwischen zwei Checks wird auf %lu Sekunden gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005267
Philipp Thomasd0275172013-01-15 23:30:35 -05005268#: misc/tune2fs.c:2016
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005269#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005270msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005271msgstr "Der Prozentsatz reservierter Böcke wird auf %g%% (%llu Blöcke) gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005272
Philipp Thomasd0275172013-01-15 23:30:35 -05005273#: misc/tune2fs.c:2022
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005274#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005275msgid "reserved blocks count is too big (%llu)"
5276msgstr "Die Anzahl der reservierten Blöcke ist zu gross (%llu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005277
Philipp Thomasd0275172013-01-15 23:30:35 -05005278#: misc/tune2fs.c:2029
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005279#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005280msgid "Setting reserved blocks count to %llu\n"
5281msgstr "Die Anzahl der reservierten Blöcke wird auf %llu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005282
Philipp Thomasd0275172013-01-15 23:30:35 -05005283#: misc/tune2fs.c:2035
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005284msgid ""
5285"\n"
5286"The filesystem already has sparse superblocks.\n"
5287msgstr ""
5288"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005289"Das Dateisystem hat bereits verteilte Superblöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005290
Philipp Thomasd0275172013-01-15 23:30:35 -05005291#: misc/tune2fs.c:2042
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005292#, c-format
5293msgid ""
5294"\n"
5295"Sparse superblock flag set. %s"
5296msgstr ""
5297"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005298"Kennzeichen für verteilten Superblock gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005299
Philipp Thomasd0275172013-01-15 23:30:35 -05005300#: misc/tune2fs.c:2047
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005301msgid ""
5302"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005303"Clearing the sparse superflag not supported.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005304msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005305"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005306"Das Zurücksetzen des Kennzeichens für „verteilter Superblock“ wird nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005307"\tunterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005308
Philipp Thomasd0275172013-01-15 23:30:35 -05005309#: misc/tune2fs.c:2055
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005310#, c-format
5311msgid "Setting time filesystem last checked to %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005312msgstr "Die Zeit des letzten Dateisystemchecks wird auf %s gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005313
Philipp Thomasd0275172013-01-15 23:30:35 -05005314#: misc/tune2fs.c:2061
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005315#, c-format
5316msgid "Setting reserved blocks uid to %lu\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005317msgstr "Die UID für reservierte Blöcke wird auf %lu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005318
Philipp Thomasd0275172013-01-15 23:30:35 -05005319#: misc/tune2fs.c:2093
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005320msgid "Error in using clear_mmp. It must be used with -f\n"
5321msgstr ""
5322"Fehler bei der Verwendung von clear_mmp. Es muss zusammen mit -f\n"
5323"verwendet werden\n"
5324
Philipp Thomasd0275172013-01-15 23:30:35 -05005325#: misc/tune2fs.c:2111
5326msgid "The quota feature may only be changed when the filesystem is unmounted.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005327msgstr ""
Philipp Thomasd0275172013-01-15 23:30:35 -05005328"Quotas können nur aktiviert bzw. deaktiviert werden, wenn das Dateisystem nicht\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005329"eingehängt ist\n"
5330
Philipp Thomasd0275172013-01-15 23:30:35 -05005331#: misc/tune2fs.c:2144
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005332msgid "Invalid UUID format\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005333msgstr "Ungültiges UUID Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005334
Philipp Thomasd0275172013-01-15 23:30:35 -05005335#: misc/tune2fs.c:2157
Philipp Thomas720e6362008-06-21 14:06:00 -04005336msgid "The inode size may only be changed when the filesystem is unmounted.\n"
5337msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04005338"Die Grösse der Inodes kann nur geändert werden, wenn das Dateisystem\n"
5339"nicht eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005340
Philipp Thomasd0275172013-01-15 23:30:35 -05005341#: misc/tune2fs.c:2165
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005342msgid ""
5343"Changing the inode size not supported for filesystems with the flex_bg\n"
5344"feature enabled.\n"
5345msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04005346"Das Ändern der Inodegrösse wird auf Dateisystemen mit aktivierter flex_bg\n"
5347"Eigenschaft nicht unterstützt.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005348
Philipp Thomasd0275172013-01-15 23:30:35 -05005349#: misc/tune2fs.c:2178
Philipp Thomas68801282008-07-17 11:47:00 -04005350#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005351msgid "Setting inode size %lu\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005352msgstr "Die Inode-Größe wird auf %lu gesetzt\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005353
Philipp Thomasd0275172013-01-15 23:30:35 -05005354#: misc/tune2fs.c:2181
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005355#, c-format
5356msgid "Failed to change inode size\n"
5357msgstr "Die Inode-Größe konnte nicht geändert werdeb\n"
5358
Philipp Thomasd0275172013-01-15 23:30:35 -05005359#: misc/tune2fs.c:2192
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005360#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005361msgid "Setting stride size to %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005362msgstr "Die Stride-Größe wird auf %d gesetzt\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005363
Philipp Thomasd0275172013-01-15 23:30:35 -05005364#: misc/tune2fs.c:2197
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005365#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005366msgid "Setting stripe width to %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005367msgstr "Die Stripe-Breite wird auf %d gesetzt\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005368
Philipp Thomasd0275172013-01-15 23:30:35 -05005369#: misc/tune2fs.c:2204
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005370#, c-format
5371msgid "Setting extended default mount options to '%s'\n"
5372msgstr "Als erweiterte Einhäng-Optionen werden in Zukunft „%s“ verwendet\n"
5373
5374#: misc/util.c:74
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005375msgid "Proceed anyway? (y,n) "
Theodore Ts'o3e5ffd82008-05-12 09:51:17 -04005376msgstr "Trotzdem fortsetzen? (j,n) "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005377
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005378#: misc/util.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005379#, c-format
5380msgid "Could not stat %s --- %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005381msgstr "Status für %s konnte nicht ermittelt werden --- %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005382
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005383#: misc/util.c:92
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005384msgid ""
5385"\n"
5386"The device apparently does not exist; did you specify it correctly?\n"
5387msgstr ""
5388"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005389"Das Gerät existiert offensichtlich nicht; haben Sie es richtig angegeben?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005390
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005391#: misc/util.c:103
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005392#, c-format
5393msgid "%s is not a block special device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005394msgstr "%s ist kein spezielles Block-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005395
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005396#: misc/util.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005397#, c-format
5398msgid "%s is entire device, not just one partition!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005399msgstr "%s ist das ganze Gerät, nicht nur eine Partition!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005400
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005401#: misc/util.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005402msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005403msgstr "mke2fs trotzdem erzwungen. Hoffentlich ist /etc/mtab ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005404
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005405#: misc/util.c:159
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005406#, c-format
5407msgid "will not make a %s here!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005408msgstr "werde dort kein %s erstellen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005409
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005410#: misc/util.c:166
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005411msgid "mke2fs forced anyway.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005412msgstr "mke2fs wird sowieso erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005413
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005414#: misc/util.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005415msgid "Couldn't allocate memory to parse journal options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005416msgstr "Konnte keinen Speicher zur Analyse der Journal-Optionen anfordern!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005417
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005418#: misc/util.c:207
Philipp Thomas3e914b52011-01-24 15:03:41 -05005419#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04005420msgid ""
5421"\n"
5422"Could not find journal device matching %s\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005423msgstr ""
5424"\n"
5425"Das Journalgerät %s ist nicht auffindbar\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04005426
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005427#: misc/util.c:228
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005428msgid ""
5429"\n"
5430"Bad journal options specified.\n"
5431"\n"
5432"Journal options are separated by commas, and may take an argument which\n"
5433"\tis set off by an equals ('=') sign.\n"
5434"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04005435"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005436"\tsize=<journal size in megabytes>\n"
5437"\tdevice=<journal device>\n"
5438"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005439"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005440"\n"
5441msgstr ""
5442"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005443"Ungültige Journal-Optionen wurden angegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005444"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005445"Journal-Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005446"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005447"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005448"Gültige Journal-Optionen sind:\n"
5449"\tsize=<Journalgröße in Megabytes>\n"
5450"\tdevice=<Journal-Gerät>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005451"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005452"Die Grösse des Journals muss zwischen 1024 und 10240000 Dateisystem-Blöcken\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005453"\tliegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005454"\n"
5455
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005456#: misc/util.c:258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005457msgid ""
5458"\n"
5459"Filesystem too small for a journal\n"
5460msgstr ""
5461"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005462"Das Dateisystem ist zu klein für ein Journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005463
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005464#: misc/util.c:265
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005465#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005466msgid ""
5467"\n"
5468"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005469"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005470msgstr ""
5471"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005472"Die angegebene Journalgröße beträgt %d Blöcke. Sie muss aber zwischen\n"
Philipp Thomas18eaec22011-10-02 22:50:38 -04005473"1024 und 10240000 Dateisystem-Blöcken liegen. Abbruch! \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005474
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005475#: misc/util.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005476msgid ""
5477"\n"
5478"Journal size too big for filesystem.\n"
5479msgstr ""
5480"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005481"Das Journal ist zu groß für dieses Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005482
Theodore Ts'o057a1592010-06-07 12:24:21 -04005483#: misc/util.c:287
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005484#, c-format
5485msgid ""
5486"This filesystem will be automatically checked every %d mounts or\n"
5487"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5488msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005489"Das Dateisystem wird automatisch nach jeweils %d Einhäng-Vorgängen bzw.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005490"alle %g Tage überprüft, je nachdem, was zuerst eintritt. Dies kann durch\n"
5491"tune2fs -c oder -i geändert werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005492
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005493#: misc/uuidd.c:48
5494#, c-format
5495msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5496msgstr "Aufruf %s [-d] [-p Pid-Datei] [-s Socketpfad] [-T Timeout]\n"
5497
5498#: misc/uuidd.c:50
5499#, c-format
5500msgid " %s [-r|t] [-n num] [-s socketpath]\n"
5501msgstr " %s [-r|t] [-n Zahl] [-s Socketpfad]\n"
5502
5503#: misc/uuidd.c:52
5504#, c-format
5505msgid " %s -k\n"
5506msgstr " %s -k\n"
5507
5508#: misc/uuidd.c:154
5509msgid "bad arguments"
5510msgstr "unzulässige Argumente"
5511
5512#: misc/uuidd.c:172
5513msgid "connect"
5514msgstr "verbinden"
5515
5516#: misc/uuidd.c:191
5517msgid "write"
5518msgstr "schreiben"
5519
5520#: misc/uuidd.c:199
5521msgid "read count"
5522msgstr "Anzhl Lesezugriffe"
5523
5524#: misc/uuidd.c:205
5525msgid "bad response length"
5526msgstr "Ungültige Antwort-Länge"
5527
5528#: misc/uuidd.c:270
5529#, c-format
5530msgid "uuidd daemon already running at pid %s\n"
5531msgstr "Der Uuid-Daemon läuft bereits mit PID %s\n"
5532
5533#: misc/uuidd.c:278
5534#, c-format
5535msgid "Couldn't create unix stream socket: %s"
5536msgstr "Der Unix Streamsocket konnte nicht erzeugt werden: %s"
5537
5538#: misc/uuidd.c:307
5539#, c-format
5540msgid "Couldn't bind unix socket %s: %s\n"
5541msgstr "Verbinden mit dem Unix-Socket %s war nicht möglich: %s\n"
5542
5543#: misc/uuidd.c:315
5544#, c-format
5545msgid "Couldn't listen on unix socket %s: %s\n"
5546msgstr "Das Lauschen am Unix-Socket %s war nicht möglich: %s\n"
5547
5548#: misc/uuidd.c:353
5549#, c-format
5550msgid "Error reading from client, len = %d\n"
5551msgstr "Fehler beim Lesen vom Klienten, Länge = %d\n"
5552
5553#: misc/uuidd.c:361
5554#, c-format
5555msgid "operation %d, incoming num = %d\n"
5556msgstr "Operation %d, eingehende Zahl = %d\n"
5557
5558#: misc/uuidd.c:380
5559#, c-format
5560msgid "Generated time UUID: %s\n"
5561msgstr "Erzeugte Zeit-UUID: %s\n"
5562
5563#: misc/uuidd.c:390
5564#, c-format
5565msgid "Generated random UUID: %s\n"
5566msgstr "Erzeugte Zufalls-UUID: %s\n"
5567
5568#: misc/uuidd.c:399
5569#, c-format
5570msgid "Generated time UUID %s and subsequent UUID\n"
5571msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
5572msgstr[0] "Zeit-UUID %s und %d weitere UUID wurden erzeugt\n"
5573msgstr[1] "Zeit-UUID %s und %d weitere UUIDs wurden erzeugt\n"
5574
5575#: misc/uuidd.c:420
5576#, c-format
5577msgid "Generated %d UUID's:\n"
5578msgstr "Erzeugte %d UUIDs:\n"
5579
5580#: misc/uuidd.c:432
5581#, c-format
5582msgid "Invalid operation %d\n"
5583msgstr "Ungültige Operation %d\n"
5584
5585#: misc/uuidd.c:476 misc/uuidd.c:498
5586#, c-format
5587msgid "Bad number: %s\n"
5588msgstr "Unzulässige Zahl: %s\n"
5589
5590#: misc/uuidd.c:533 misc/uuidd.c:562
5591#, c-format
5592msgid "Error calling uuidd daemon (%s): %s\n"
5593msgstr "Fehler beim Aufruf des UUID-Dämons (%s): %s\n"
5594
5595#: misc/uuidd.c:543
5596#, c-format
5597msgid "%s and subsequent UUID\n"
5598msgid_plural "%s and subsequent %d UUIDs\n"
5599msgstr[0] "%s und eine weitere UUID\n"
5600msgstr[1] "%s und weitere %d UUIDs\n"
5601
5602#: misc/uuidd.c:547
5603#, c-format
5604msgid "List of UUID's:\n"
5605msgstr "Liste der UUIDs:\n"
5606
5607#: misc/uuidd.c:568
5608#, c-format
5609msgid "Unexpected reply length from server %d\n"
5610msgstr "Unerwartete Länge der Antwort von Server %d\n"
5611
5612#: misc/uuidd.c:585
5613#, c-format
5614msgid "Couldn't kill uuidd running at pid %d: %s\n"
5615msgstr "Der uuidd mit pid %d konnte nicht beendet werden: %s\n"
5616
5617#: misc/uuidd.c:591
5618#, c-format
5619msgid "Killed uuidd running at pid %d\n"
5620msgstr "Der uuidd mit pid %d wurde gewaltsam beendet\n"
5621
5622#: misc/uuidgen.c:32
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005623#, c-format
5624msgid "Usage: %s [-r] [-t]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005625msgstr "Aufruf: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005626
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005627#: resize/extent.c:202
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005628msgid "# Extent dump:\n"
5629msgstr "# Extent dump:\n"
5630
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005631#: resize/extent.c:203
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005632#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005633msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
5634msgstr "#\tZahl=%llu, Größe=%llu, Cursor=%llu, Sortiert=%llu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005635
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005636#: resize/main.c:43
Philipp Thomas68801282008-07-17 11:47:00 -04005637#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005638msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04005639"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005640"\n"
5641msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04005642"Aufruf: %s [-d Debug_Optionen] [-f] [-F] [-M] [-P] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005643"\n"
5644
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005645#: resize/main.c:65
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005646msgid "Extending the inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005647msgstr "Vergrößere die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005648
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005649#: resize/main.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005650msgid "Relocating blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005651msgstr "Verteile die Blöcke neu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005652
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005653#: resize/main.c:71
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005654msgid "Scanning inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005655msgstr "Prüfe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005656
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005657#: resize/main.c:74
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005658msgid "Updating inode references"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005659msgstr "Aktualisiere die Inode-Referenzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005660
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005661#: resize/main.c:77
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005662msgid "Moving inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005663msgstr "Verschiebe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005664
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005665#: resize/main.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005666msgid "Unknown pass?!?"
5667msgstr "Unbekannter Durchgang?!?"
5668
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005669#: resize/main.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005670#, c-format
5671msgid "Begin pass %d (max = %lu)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005672msgstr "Start von Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005673
Philipp Thomasedc733d2012-04-22 15:38:42 -04005674#: resize/main.c:259
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005675#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05005676msgid "while opening %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005677msgstr "beim Öffnen von %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005678
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005679# c-format
Philipp Thomasedc733d2012-04-22 15:38:42 -04005680#: resize/main.c:267
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005681#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05005682msgid "while getting stat information for %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005683msgstr "beim Ermitteln der Statusinformation für %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005684
Philipp Thomasd0275172013-01-15 23:30:35 -05005685#: resize/main.c:325 resize/main.c:437
Theodore Ts'o057a1592010-06-07 12:24:21 -04005686#, c-format
5687msgid ""
5688"Please run 'e2fsck -f %s' first.\n"
5689"\n"
5690msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005691"Bitte zuerst „e2fsck -f %s“ laufen lassen.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04005692"\n"
5693
Philipp Thomasd0275172013-01-15 23:30:35 -05005694#: resize/main.c:329
Philipp Thomas720e6362008-06-21 14:06:00 -04005695#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005696msgid "Estimated minimum size of the filesystem: %llu\n"
5697msgstr "Geschätzte minimale Grösse des Dateisystems: %llu\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005698
Philipp Thomasd0275172013-01-15 23:30:35 -05005699#: resize/main.c:365
Philipp Thomas77c871a2010-04-19 16:59:02 -04005700#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005701msgid "Invalid new size: %s\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005702msgstr "Unzulässige neue Größe: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005703
Philipp Thomasd0275172013-01-15 23:30:35 -05005704#: resize/main.c:381
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005705msgid "New size too large to be expressed in 32 bits\n"
5706msgstr "Die neue Größe kann nicht mehr mit 32 Bits dargestellt werden\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005707
Philipp Thomasd0275172013-01-15 23:30:35 -05005708#: resize/main.c:389
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005709#, c-format
5710msgid "New size smaller than minimum (%llu)\n"
5711msgstr "Die neue Größe ist kleiner als das Minimum (%llu)\n"
5712
Philipp Thomasd0275172013-01-15 23:30:35 -05005713#: resize/main.c:395
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005714msgid "Invalid stride length"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005715msgstr "Ungültige Stride-Länge"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005716
Philipp Thomasd0275172013-01-15 23:30:35 -05005717#: resize/main.c:419
Philipp Thomasa4edef12011-01-26 18:54:24 -05005718#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005719msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005720"The containing partition (or device) is only %llu (%dk) blocks.\n"
5721"You requested a new size of %llu blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005722"\n"
5723msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005724"Die Partition (oder das Gerät) ist nur %llu (%dk) Blöcke groß.\n"
5725"Sie hatten aber %llu Blöcke vorgegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005726"\n"
5727
Philipp Thomasd0275172013-01-15 23:30:35 -05005728#: resize/main.c:426
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005729#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005730msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005731"The filesystem is already %llu blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005732"\n"
5733msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005734"Das Dateisystem ist schon %llu Blöcke groß. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005735"\n"
5736
Philipp Thomasd0275172013-01-15 23:30:35 -05005737#: resize/main.c:457
5738#, c-format
5739msgid ""
5740"%s: The combination of flex_bg and\n"
5741"\t!resize_inode features is not supported by resize2fs.\n"
5742msgstr ""
5743"%s: Die Kombination der Eigenschaften flex_bg und\n"
5744"t!resize_inode wird von resize2fs nicht unterestützt.\n"
5745
5746#: resize/main.c:463
Philipp Thomas77c871a2010-04-19 16:59:02 -04005747#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005748msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005749msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005750"Die Grösse des Dateisystems auf %s wird auf %llu (%dk) Blöcke geändert.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005751"\n"
5752
Philipp Thomasd0275172013-01-15 23:30:35 -05005753#: resize/main.c:472
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005754#, c-format
5755msgid "while trying to resize %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005756msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005757
Philipp Thomasd0275172013-01-15 23:30:35 -05005758#: resize/main.c:475
Philipp Thomas77c871a2010-04-19 16:59:02 -04005759#, c-format
5760msgid ""
5761"Please run 'e2fsck -fy %s' to fix the filesystem\n"
5762"after the aborted resize operation.\n"
5763msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005764"Bitte führen Sie „e2fsck -fy %s“ aus, um das Dateisystem\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005765"nach der abgebrochenen Grössenänderung zu reparieren.\n"
5766
Philipp Thomasd0275172013-01-15 23:30:35 -05005767#: resize/main.c:481
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005768#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005769msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005770"The filesystem on %s is now %llu blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005771"\n"
5772msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005773"Das Dateisystem auf %s ist nun %llu Blöcke groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005774"\n"
5775
Philipp Thomasd0275172013-01-15 23:30:35 -05005776#: resize/main.c:496
Philipp Thomas77c871a2010-04-19 16:59:02 -04005777#, c-format
5778msgid "while trying to truncate %s"
5779msgstr "beim Versuch, %s zu kürzen"
5780
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005781#: resize/online.c:40
Philipp Thomas720e6362008-06-21 14:06:00 -04005782#, c-format
5783msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005784msgstr "Das Dateisystem auf %s ist auf %s eingehängt; Online-Grössenveränderung nötig\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005785
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005786#: resize/online.c:44
Philipp Thomas3e914b52011-01-24 15:03:41 -05005787msgid "On-line shrinking not supported"
5788msgstr "Die Online-Verkleinerung wird nicht unterstützt"
Philipp Thomas720e6362008-06-21 14:06:00 -04005789
Philipp Thomasd0275172013-01-15 23:30:35 -05005790#: resize/online.c:69
Philipp Thomas720e6362008-06-21 14:06:00 -04005791msgid "Filesystem does not support online resizing"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005792msgstr "Das Dateisystem unterstützt keine Online-Grössenveränderung"
Philipp Thomas720e6362008-06-21 14:06:00 -04005793
Philipp Thomasd0275172013-01-15 23:30:35 -05005794#: resize/online.c:78
5795msgid "Not enough reserved gdt blocks for resizing"
5796msgstr "nicht genug reservierte GDT-Blöcke für die Größenänderung"
5797
5798#: resize/online.c:85
5799msgid "Kernel does not support resizing a file system this large"
5800msgstr "Der Kernel lässt eine Veränderung der Größe eines Dateisystems diesen Ausmaßes nicht zu"
5801
5802#: resize/online.c:93
Philipp Thomas68801282008-07-17 11:47:00 -04005803#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005804msgid "while trying to open mountpoint %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005805msgstr "beim Versuch, Einhängpunkt %s zu öffnen"
Philipp Thomas720e6362008-06-21 14:06:00 -04005806
Philipp Thomasd0275172013-01-15 23:30:35 -05005807#: resize/online.c:115 resize/online.c:132
Philipp Thomas720e6362008-06-21 14:06:00 -04005808msgid "Permission denied to resize filesystem"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005809msgstr "Zugriff verweigert für die Grössenänderung des Dateisystems"
Philipp Thomas720e6362008-06-21 14:06:00 -04005810
Philipp Thomasd0275172013-01-15 23:30:35 -05005811#: resize/online.c:118 resize/online.c:138
Philipp Thomas720e6362008-06-21 14:06:00 -04005812msgid "While checking for on-line resizing support"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005813msgstr "Beim Überprüfen, ob Online-Vergrösserung unterstützt wird"
Philipp Thomas720e6362008-06-21 14:06:00 -04005814
Philipp Thomasd0275172013-01-15 23:30:35 -05005815#: resize/online.c:135
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005816msgid "Kernel does not support online resizing"
5817msgstr "Der Kernel unterstützt die Online-Vergrösserung nicht"
5818
Philipp Thomasd0275172013-01-15 23:30:35 -05005819#: resize/online.c:168
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005820#, c-format
5821msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05005822msgstr "Eine Online-Grössenänderung von %s auf %llu (%dk) Blöcke wird durchgeführt.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005823
Philipp Thomasd0275172013-01-15 23:30:35 -05005824#: resize/online.c:178
Philipp Thomas720e6362008-06-21 14:06:00 -04005825msgid "While trying to extend the last group"
Philipp Thomas68801282008-07-17 11:47:00 -04005826msgstr "Beim Versuch, die letzte Gruppe zu erweitern"
Philipp Thomas720e6362008-06-21 14:06:00 -04005827
Philipp Thomasd0275172013-01-15 23:30:35 -05005828#: resize/online.c:232
Philipp Thomas68801282008-07-17 11:47:00 -04005829#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005830msgid "While trying to add group #%d"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005831msgstr "Beim Versuch, Gruppe %d hinzu zu fügen"
Philipp Thomas720e6362008-06-21 14:06:00 -04005832
Philipp Thomasd0275172013-01-15 23:30:35 -05005833#: resize/online.c:243
Philipp Thomasa700f512008-08-29 08:49:57 -04005834#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05005835msgid "Filesystem at %s is mounted on %s, and on-line resizing is not supported on this system.\n"
5836msgstr "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 -04005837
Philipp Thomasd0275172013-01-15 23:30:35 -05005838#: resize/resize2fs.c:346
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005839#, c-format
5840msgid "inodes (%llu) must be less than %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005841msgstr "Die Anzahl der Indoes (%llu) muss unter %u liegen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005842
Philipp Thomasd0275172013-01-15 23:30:35 -05005843#: resize/resize2fs.c:582
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005844msgid "reserved blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005845msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005846
Philipp Thomasd0275172013-01-15 23:30:35 -05005847#: resize/resize2fs.c:807
Theodore Ts'obc759702005-05-09 20:40:55 -04005848msgid "meta-data blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005849msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005850
Philipp Thomasd0275172013-01-15 23:30:35 -05005851#: resize/resize2fs.c:1753
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005852#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005853msgid "Should never happen: resize inode corrupt!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005854msgstr "Das sollte niemals passieren: Die zu verändernde Inode ist defekt!\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005855
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005856#: lib/ext2fs/ext2_err.c:11
Philipp Thomasd0275172013-01-15 23:30:35 -05005857msgid "EXT2FS Library version 1.42.6"
5858msgstr "EXT2FS Bibliothek Version 1.42.6"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005859
5860#: lib/ext2fs/ext2_err.c:12
5861msgid "Wrong magic number for ext2_filsys structure"
5862msgstr "Falsche magische Zahl für ext2_filsys Struktur"
5863
5864#: lib/ext2fs/ext2_err.c:13
5865msgid "Wrong magic number for badblocks_list structure"
5866msgstr "Falsche magische Zahl für badblocks_list Struktur"
5867
5868#: lib/ext2fs/ext2_err.c:14
5869msgid "Wrong magic number for badblocks_iterate structure"
5870msgstr "Falsche magische Zahl für badblocks_iterate Struktur"
5871
5872#: lib/ext2fs/ext2_err.c:15
5873msgid "Wrong magic number for inode_scan structure"
5874msgstr "Falsche magische Zahl für inode_scan Struktur"
5875
5876#: lib/ext2fs/ext2_err.c:16
5877msgid "Wrong magic number for io_channel structure"
5878msgstr "Falsche magische Zahl für io_channel Struktur"
5879
5880#: lib/ext2fs/ext2_err.c:17
5881msgid "Wrong magic number for unix io_channel structure"
5882msgstr "Falsche magische Zahl für unix io_channel Struktur"
5883
5884#: lib/ext2fs/ext2_err.c:18
5885msgid "Wrong magic number for io_manager structure"
5886msgstr "Falsche magische Zahl für io_manager Struktur"
5887
5888#: lib/ext2fs/ext2_err.c:19
5889msgid "Wrong magic number for block_bitmap structure"
5890msgstr "Falsche magische Zahl für block_bitmap Struktur"
5891
5892#: lib/ext2fs/ext2_err.c:20
5893msgid "Wrong magic number for inode_bitmap structure"
5894msgstr "Falsche magische Zahl für inode_bitmap Struktur"
5895
5896#: lib/ext2fs/ext2_err.c:21
5897msgid "Wrong magic number for generic_bitmap structure"
5898msgstr "Falsche magische Zahl für generic_bitmap Struktur"
5899
5900#: lib/ext2fs/ext2_err.c:22
5901msgid "Wrong magic number for test io_channel structure"
5902msgstr "Falsche magische Zahl für test io_channel Struktur"
5903
5904#: lib/ext2fs/ext2_err.c:23
5905msgid "Wrong magic number for directory block list structure"
5906msgstr "Falsche magische Zahl für Verzeichnisblock-Liste Struktur"
5907
5908#: lib/ext2fs/ext2_err.c:24
5909msgid "Wrong magic number for icount structure"
5910msgstr "Falsche magische Zahl für icount Struktur"
5911
5912#: lib/ext2fs/ext2_err.c:25
5913msgid "Wrong magic number for Powerquest io_channel structure"
5914msgstr "Falsche magische Zahl für Powerquest io_channel Struktur"
5915
5916#: lib/ext2fs/ext2_err.c:26
5917msgid "Wrong magic number for ext2 file structure"
5918msgstr "Falsche magische Zahl für ext2 file Struktur"
5919
5920#: lib/ext2fs/ext2_err.c:27
5921msgid "Wrong magic number for Ext2 Image Header"
5922msgstr "Falsche magische Zahl für Ext2 Abbild-Vorspann"
5923
5924#: lib/ext2fs/ext2_err.c:28
5925msgid "Wrong magic number for inode io_channel structure"
5926msgstr "Falsche magische Zahl für Inode io_channel Struktur"
5927
5928#: lib/ext2fs/ext2_err.c:29
5929msgid "Wrong magic number for ext4 extent handle"
5930msgstr "Falsche magische Zahl für die ext4 Extent Handle"
5931
5932#: lib/ext2fs/ext2_err.c:30
5933msgid "Bad magic number in super-block"
5934msgstr "Ungültige magische Zahl im Superblock"
5935
5936#: lib/ext2fs/ext2_err.c:31
5937msgid "Filesystem revision too high"
5938msgstr "Die Dateisystemrevision ist zu hoch"
5939
5940#: lib/ext2fs/ext2_err.c:32
5941msgid "Attempt to write to filesystem opened read-only"
Philipp Thomasd0275172013-01-15 23:30:35 -05005942msgstr "Es wird versucht, auf ein nur zum Lesen geöffnetes Dateisystem zu schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005943
5944#: lib/ext2fs/ext2_err.c:33
5945msgid "Can't read group descriptors"
5946msgstr "Die Gruppendeskriptoren können nicht gelesen werden"
5947
5948#: lib/ext2fs/ext2_err.c:34
5949msgid "Can't write group descriptors"
5950msgstr "Die Gruppendeskriptoren können nicht geschrieben werden"
5951
5952#: lib/ext2fs/ext2_err.c:35
5953msgid "Corrupt group descriptor: bad block for block bitmap"
Philipp Thomasd0275172013-01-15 23:30:35 -05005954msgstr "Beschädigter Gruppendeskriptor: nicht lesbarer Block ür die Block-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005955
5956#: lib/ext2fs/ext2_err.c:36
5957msgid "Corrupt group descriptor: bad block for inode bitmap"
Philipp Thomasd0275172013-01-15 23:30:35 -05005958msgstr "Beschädigter Gruppendeskriptor: nicht lesbarer Block ür die Inode-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005959
5960#: lib/ext2fs/ext2_err.c:37
5961msgid "Corrupt group descriptor: bad block for inode table"
Philipp Thomasd0275172013-01-15 23:30:35 -05005962msgstr "Beschädigter Gruppendeskriptor: nicht lesbarer Block ür die Inodetabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005963
5964#: lib/ext2fs/ext2_err.c:38
5965msgid "Can't write an inode bitmap"
5966msgstr "Die Inode-Bitmap kann nicht geschrieben werden"
5967
5968#: lib/ext2fs/ext2_err.c:39
5969msgid "Can't read an inode bitmap"
5970msgstr "Die Inode-Bitmap kann nicht gelesen werden"
5971
5972#: lib/ext2fs/ext2_err.c:40
5973msgid "Can't write an block bitmap"
5974msgstr "Die Block-Bitmap kann nicht geschrieben werden"
5975
5976#: lib/ext2fs/ext2_err.c:41
5977msgid "Can't read an block bitmap"
5978msgstr "Die Block-Bitmap kann nicht gelesen werden"
5979
5980#: lib/ext2fs/ext2_err.c:42
5981msgid "Can't write an inode table"
5982msgstr "Eine Inodetabelle kann nicht geschrieben werden"
5983
5984#: lib/ext2fs/ext2_err.c:43
5985msgid "Can't read an inode table"
5986msgstr "Eine Inodetabelle kann nicht gelesen werden"
5987
5988#: lib/ext2fs/ext2_err.c:44
5989msgid "Can't read next inode"
5990msgstr "Der nächste Inode kann nicht gelesen werden"
5991
5992#: lib/ext2fs/ext2_err.c:45
5993msgid "Filesystem has unexpected block size"
5994msgstr "Das Dateisystem hat eine unerwartete Blockgröße"
5995
5996#: lib/ext2fs/ext2_err.c:46
5997msgid "EXT2 directory corrupted"
5998msgstr "EXT2 Verzeichnis beschädigt"
5999
6000#: lib/ext2fs/ext2_err.c:47
6001msgid "Attempt to read block from filesystem resulted in short read"
6002msgstr "Ein Block konnte nicht in einem Zug gelesen werden"
6003
6004#: lib/ext2fs/ext2_err.c:48
6005msgid "Attempt to write block to filesystem resulted in short write"
6006msgstr "Ein Block konnte nicht vollständig in einem Zug geschrieben werden"
6007
6008#: lib/ext2fs/ext2_err.c:49
6009msgid "No free space in the directory"
6010msgstr "Kein freier Platz im Verzeichnis vorhanden"
6011
6012#: lib/ext2fs/ext2_err.c:50
6013msgid "Inode bitmap not loaded"
6014msgstr "Die Inode-Bitmap wurde nicht geladen"
6015
6016#: lib/ext2fs/ext2_err.c:51
6017msgid "Block bitmap not loaded"
6018msgstr "Die Block-Bitmap wurde nicht geladen"
6019
6020#: lib/ext2fs/ext2_err.c:52
6021msgid "Illegal inode number"
6022msgstr "Unzulässige Inodenummer"
6023
6024#: lib/ext2fs/ext2_err.c:53
6025msgid "Illegal block number"
6026msgstr "Unzulässige Blocknummer"
6027
6028#: lib/ext2fs/ext2_err.c:54
6029msgid "Internal error in ext2fs_expand_dir"
6030msgstr "Interner Fehler in ext2fs_expand_dir"
6031
6032#: lib/ext2fs/ext2_err.c:55
6033msgid "Not enough space to build proposed filesystem"
6034msgstr "Der Platz reicht nicht aus, um das gewünschte Dateisystem zu erzeugen"
6035
6036#: lib/ext2fs/ext2_err.c:56
6037msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6038msgstr "ext2fs_mark_block_bitmap wurde eine unzulässige Blocknummer übergeben"
6039
6040#: lib/ext2fs/ext2_err.c:57
6041msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
Philipp Thomasd0275172013-01-15 23:30:35 -05006042msgstr "ext2fs_unmark_block_bitmap wurde eine unzulässige Blocknummer übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006043
6044#: lib/ext2fs/ext2_err.c:58
6045msgid "Illegal block number passed to ext2fs_test_block_bitmap"
6046msgstr "ext2fs_test_block_bitmap wurde eine unzulässige Blocknummer übergeben"
6047
6048#: lib/ext2fs/ext2_err.c:59
6049msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
6050msgstr "ext2fs_mark_inode_bitmap wurde eine unzulässige Blocknummer übergeben"
6051
6052#: lib/ext2fs/ext2_err.c:60
6053msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
Philipp Thomasd0275172013-01-15 23:30:35 -05006054msgstr "ext2fs_unmark_inode_bitmap wurde eine unzulässige Blocknummer übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006055
6056#: lib/ext2fs/ext2_err.c:61
6057msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
6058msgstr "ext2fs_test_inode_bitmap wurde eine unzulässige Blocknummer übergeben"
6059
6060#: lib/ext2fs/ext2_err.c:62
6061msgid "Attempt to fudge end of block bitmap past the real end"
Philipp Thomasd0275172013-01-15 23:30:35 -05006062msgstr "Es wurde versucht, das Ende der Blockbitmap über das echte Ende hinaus zu verschieben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006063
6064#: lib/ext2fs/ext2_err.c:63
6065msgid "Attempt to fudge end of inode bitmap past the real end"
Philipp Thomasd0275172013-01-15 23:30:35 -05006066msgstr "Es wurde versucht, das Ende der Inodebitmap über das echte Ende hinaus zu verschieben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006067
6068#: lib/ext2fs/ext2_err.c:64
6069msgid "Illegal indirect block found"
6070msgstr "Es wurde ein doppelt indirekter Block gefunden"
6071
6072#: lib/ext2fs/ext2_err.c:65
6073msgid "Illegal doubly indirect block found"
6074msgstr "Es wurden doppelt indirekte Blöcke gefunden"
6075
6076#: lib/ext2fs/ext2_err.c:66
6077msgid "Illegal triply indirect block found"
6078msgstr "Es wurde ein dreifach indirekter Block gefunden"
6079
6080#: lib/ext2fs/ext2_err.c:67
6081msgid "Block bitmaps are not the same"
6082msgstr "Die Blockbitmaps sind nicht identisch"
6083
6084#: lib/ext2fs/ext2_err.c:68
6085msgid "Inode bitmaps are not the same"
6086msgstr "Die Inodebitmaps sind nicht identisch"
6087
6088#: lib/ext2fs/ext2_err.c:69
6089msgid "Illegal or malformed device name"
6090msgstr "Unzulässiger oder deformierter Gerätename"
6091
6092#: lib/ext2fs/ext2_err.c:70
6093msgid "A block group is missing an inode table"
6094msgstr "Einer Blockgruppe fehlt eine INodetabelle"
6095
6096#: lib/ext2fs/ext2_err.c:71
6097msgid "The ext2 superblock is corrupt"
6098msgstr "Der Ext2-Superblock ist beschädigt"
6099
6100#: lib/ext2fs/ext2_err.c:72
6101msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
Philipp Thomasd0275172013-01-15 23:30:35 -05006102msgstr "ext2fs_mark_generic_bitmap wurde eine unzulässige generische Bitnummer übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006103
6104#: lib/ext2fs/ext2_err.c:73
6105msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
Philipp Thomasd0275172013-01-15 23:30:35 -05006106msgstr "ext2fs_unmark_generic_bitmap wurde eine unzulässige generische Bitnummer übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006107
6108#: lib/ext2fs/ext2_err.c:74
6109msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
Philipp Thomasd0275172013-01-15 23:30:35 -05006110msgstr "ext2fs_test_generic_bitmap wurde eine unzulässige generische Bitnummer übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006111
6112#: lib/ext2fs/ext2_err.c:75
6113msgid "Too many symbolic links encountered."
6114msgstr "Es wurden zu viele symbolische Verknüpfungen gefunden."
6115
6116#: lib/ext2fs/ext2_err.c:76
6117msgid "The callback function will not handle this case"
6118msgstr "Die Rückruf-Funktion wird sich um diesen Fall nicht kümmern"
6119
6120#: lib/ext2fs/ext2_err.c:77
6121msgid "The inode is from a bad block in the inode table"
6122msgstr "Der Inode kommt von einem defekten Block in der Inodetabelle"
6123
6124#: lib/ext2fs/ext2_err.c:78
6125msgid "Filesystem has unsupported feature(s)"
6126msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
6127
6128#: lib/ext2fs/ext2_err.c:79
6129msgid "Filesystem has unsupported read-only feature(s)"
6130msgstr "Das Dateisystem besitzt nicht unterstützte nur-lesen Eigenschaft(en):"
6131
6132#: lib/ext2fs/ext2_err.c:80
6133msgid "IO Channel failed to seek on read or write"
Philipp Thomasd0275172013-01-15 23:30:35 -05006134msgstr "E/A Kanal ist beim Suchen während des Lesens oder Schreibens gescheitert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006135
6136#: lib/ext2fs/ext2_err.c:81
6137msgid "Memory allocation failed"
6138msgstr "Die Reservierung von Hauptspeicher ist gescheitert"
6139
6140#: lib/ext2fs/ext2_err.c:82
6141msgid "Invalid argument passed to ext2 library"
6142msgstr "Der Ext2-Bibliothek wurde ein ungültiges Argument übergeben"
6143
6144#: lib/ext2fs/ext2_err.c:83
6145msgid "Could not allocate block in ext2 filesystem"
6146msgstr "Kann keinen Block im Ext2 Dateisystem reservieren"
6147
6148#: lib/ext2fs/ext2_err.c:84
6149msgid "Could not allocate inode in ext2 filesystem"
6150msgstr "Kann keinen Inode im Ext2 Dateisystem reservieren"
6151
6152#: lib/ext2fs/ext2_err.c:85
6153msgid "Ext2 inode is not a directory"
6154msgstr "Die Ext2-Inode ist kein Verzeichnis"
6155
6156#: lib/ext2fs/ext2_err.c:86
6157msgid "Too many references in table"
6158msgstr "Zu viele Referenzen in der Tabelle"
6159
6160#: lib/ext2fs/ext2_err.c:87
6161msgid "File not found by ext2_lookup"
6162msgstr "Die Datei wurde von ext2_lookup nicht gefunden"
6163
6164#: lib/ext2fs/ext2_err.c:88
6165msgid "File open read-only"
6166msgstr "Die Datei ist nur zum Lesen geöffnet"
6167
6168#: lib/ext2fs/ext2_err.c:89
6169msgid "Ext2 directory block not found"
6170msgstr "Der Ext2-Verzeichnisblock wurde nicht gefunden"
6171
6172#: lib/ext2fs/ext2_err.c:90
6173msgid "Ext2 directory already exists"
6174msgstr "Das Ext2-Verzeichnis existiert bereits"
6175
6176#: lib/ext2fs/ext2_err.c:91
6177msgid "Unimplemented ext2 library function"
6178msgstr "Nicht implementierte Ext2-Bibliotheksfunktion"
6179
6180#: lib/ext2fs/ext2_err.c:92
6181msgid "User cancel requested"
6182msgstr "Benutzer erbat den Abbruch"
6183
6184#: lib/ext2fs/ext2_err.c:93
6185msgid "Ext2 file too big"
6186msgstr "Ext2 Dataei zu groß"
6187
6188#: lib/ext2fs/ext2_err.c:94
6189msgid "Supplied journal device not a block device"
6190msgstr "Das angegebene Journalgerät ist kein Blockgerät"
6191
6192#: lib/ext2fs/ext2_err.c:95
6193msgid "Journal superblock not found"
6194msgstr "Der Journal-Superblock wurde nicht"
6195
6196#: lib/ext2fs/ext2_err.c:96
6197msgid "Journal must be at least 1024 blocks"
6198msgstr "Das Journal muß mindestens 1024 Blöcke umfassen"
6199
6200#: lib/ext2fs/ext2_err.c:97
6201msgid "Unsupported journal version"
6202msgstr "Nicht unterstützte Journalversion"
6203
6204#: lib/ext2fs/ext2_err.c:98
6205msgid "Error loading external journal"
6206msgstr "Fehler beim Öffnen des externen Journals"
6207
6208#: lib/ext2fs/ext2_err.c:99
6209msgid "Journal not found"
6210msgstr "Das Journal wurde nicht gefunden"
6211
6212#: lib/ext2fs/ext2_err.c:100
6213msgid "Directory hash unsupported"
6214msgstr "Verzeichnishash wird nicht unterstützt"
6215
6216#: lib/ext2fs/ext2_err.c:101
6217msgid "Illegal extended attribute block number"
6218msgstr "Unzulässige Nummer für den Block für erweiterte Attribute"
6219
6220#: lib/ext2fs/ext2_err.c:102
6221msgid "Cannot create filesystem with requested number of inodes"
Philipp Thomasd0275172013-01-15 23:30:35 -05006222msgstr "Ein Dateisystem mit der gewünschten Anzahl von Inodes kann nicht erzeugt werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006223
6224#: lib/ext2fs/ext2_err.c:103
6225msgid "E2image snapshot not in use"
6226msgstr "Der E2image-Schnappschusse wird nicht benutzt"
6227
6228#: lib/ext2fs/ext2_err.c:104
6229msgid "Too many reserved group descriptor blocks"
6230msgstr "Zu viele reservierte Gruppenbeschreibungsblöcke"
6231
6232#: lib/ext2fs/ext2_err.c:105
6233msgid "Resize inode is corrupt"
6234msgstr "Der zu modifizierende Inode ist defekt"
6235
6236#: lib/ext2fs/ext2_err.c:106
6237msgid "Tried to set block bmap with missing indirect block"
Philipp Thomasd0275172013-01-15 23:30:35 -05006238msgstr "Es wurde versucht, eine Block-Bmap mit fehlendem indirektem Block zu setzen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006239
6240#: lib/ext2fs/ext2_err.c:107
6241msgid "TDB: Success"
6242msgstr "TDB: Erfolg"
6243
6244#: lib/ext2fs/ext2_err.c:108
6245msgid "TDB: Corrupt database"
6246msgstr "TDB: Defekte Datenbank"
6247
6248#: lib/ext2fs/ext2_err.c:109
6249msgid "TDB: IO Error"
6250msgstr "TDB: EA-Fehler"
6251
6252#: lib/ext2fs/ext2_err.c:110
6253msgid "TDB: Locking error"
6254msgstr "TDB: Fehler beim Sperren"
6255
6256#: lib/ext2fs/ext2_err.c:111
6257msgid "TDB: Out of memory"
6258msgstr "TDB: Hauptspeicher erschöpft"
6259
6260#: lib/ext2fs/ext2_err.c:112
6261msgid "TDB: Record exists"
6262msgstr "TDB: Der Datensatz existiert bereits"
6263
6264#: lib/ext2fs/ext2_err.c:113
6265msgid "TDB: Lock exists on other keys"
6266msgstr "TDB: Die Sperre existiert für andere Schüssel"
6267
6268#: lib/ext2fs/ext2_err.c:114
6269msgid "TDB: Invalid parameter"
6270msgstr "TDB: Ungültiger Parameter"
6271
6272#: lib/ext2fs/ext2_err.c:115
6273msgid "TDB: Record does not exist"
6274msgstr "TDB: Der Datensatz existiert nicht"
6275
6276#: lib/ext2fs/ext2_err.c:116
6277msgid "TDB: Write not permitted"
6278msgstr "TDB: Schreiben istg nicht erlaubt"
6279
6280#: lib/ext2fs/ext2_err.c:117
6281msgid "Ext2fs directory block list is empty"
6282msgstr "Die Ext2fs-Verzeichnisblockliste ist leer"
6283
6284#: lib/ext2fs/ext2_err.c:118
6285msgid "Attempt to modify a block mapping via a read-only block iterator"
Philipp Thomasd0275172013-01-15 23:30:35 -05006286msgstr "Es wird versucht, ein Blockmapping mittels nur-lesenden Blockiteratoren zu modifizieren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006287
6288#: lib/ext2fs/ext2_err.c:119
6289msgid "Wrong magic number for ext4 extent saved path"
6290msgstr "Falsche magische Zahl für den gesicherten Pfad eine Ext4-Erweiterung"
6291
6292#: lib/ext2fs/ext2_err.c:120
6293msgid "Wrong magic number for 64-bit generic bitmap"
6294msgstr "Falsche magische Zahl für die 64-bittige generischge Bitmap"
6295
6296#: lib/ext2fs/ext2_err.c:121
6297msgid "Wrong magic number for 64-bit block bitmap"
6298msgstr "Falsche magische Zahl für eine 64-bittige Blockbitmap"
6299
6300#: lib/ext2fs/ext2_err.c:122
6301msgid "Wrong magic number for 64-bit inode bitmap"
6302msgstr "Falsche magische Zahl für eine 64-bittige Inodebitmap"
6303
6304#: lib/ext2fs/ext2_err.c:123
6305msgid "Wrong magic number --- RESERVED_13"
6306msgstr "Falsche magische Zahl --- RESERVED_13"
6307
6308#: lib/ext2fs/ext2_err.c:124
6309msgid "Wrong magic number --- RESERVED_14"
6310msgstr "Falsche magische Zahl --- RESERVED_14"
6311
6312#: lib/ext2fs/ext2_err.c:125
6313msgid "Wrong magic number --- RESERVED_15"
6314msgstr "Falsche magische Zahl --- RESERVED_15"
6315
6316#: lib/ext2fs/ext2_err.c:126
6317msgid "Wrong magic number --- RESERVED_16"
6318msgstr "Falsche magische Zahl --- RESERVED_16"
6319
6320#: lib/ext2fs/ext2_err.c:127
6321msgid "Wrong magic number --- RESERVED_17"
6322msgstr "Falsche magische Zahl --- RESERVED_17"
6323
6324#: lib/ext2fs/ext2_err.c:128
6325msgid "Wrong magic number --- RESERVED_18"
6326msgstr "Falsche magische Zahl --- RESERVED_18"
6327
6328#: lib/ext2fs/ext2_err.c:129
6329msgid "Wrong magic number --- RESERVED_19"
6330msgstr "Falsche magische Zahl --- RESERVED_19"
6331
6332#: lib/ext2fs/ext2_err.c:130
6333msgid "Corrupt extent header"
6334msgstr "Defekter Erweiterungs-Vorspann"
6335
6336#: lib/ext2fs/ext2_err.c:131
6337msgid "Corrupt extent index"
6338msgstr "Defekter Erweiterungsindex"
6339
6340#: lib/ext2fs/ext2_err.c:132
6341msgid "Corrupt extent"
6342msgstr "Defekte Erweiterung"
6343
6344#: lib/ext2fs/ext2_err.c:133
6345msgid "No free space in extent map"
6346msgstr "Kein freier Platz mehr in der Erweiterungstabelle"
6347
6348#: lib/ext2fs/ext2_err.c:134
6349msgid "Inode does not use extents"
6350msgstr "Der Inode verwendet keine Erweiterungen"
6351
6352#: lib/ext2fs/ext2_err.c:135
6353msgid "No 'next' extent"
6354msgstr "Keine „nächste“ Erweiterung"
6355
6356#: lib/ext2fs/ext2_err.c:136
6357msgid "No 'previous' extent"
6358msgstr "Keine „vorherige“ Erweiterung"
6359
6360#: lib/ext2fs/ext2_err.c:137
6361msgid "No 'up' extent"
6362msgstr "Keine „oben“ Erweiterung"
6363
6364#: lib/ext2fs/ext2_err.c:138
6365msgid "No 'down' extent"
6366msgstr "Keine „unten“ Erweiterung"
6367
6368#: lib/ext2fs/ext2_err.c:139
6369msgid "No current node"
6370msgstr "Kein aktueller Knoten"
6371
6372#: lib/ext2fs/ext2_err.c:140
6373msgid "Ext2fs operation not supported"
6374msgstr "Ext2fs-Operation wird nicht unterstützt"
6375
6376#: lib/ext2fs/ext2_err.c:141
6377msgid "No room to insert extent in node"
6378msgstr "Kein PLatz vorhanden, um die Erweiterung im Knoten einzufügen"
6379
6380#: lib/ext2fs/ext2_err.c:142
6381msgid "Splitting would result in empty node"
6382msgstr "Aufteilen würde in einem leeren Knoten enden"
6383
6384#: lib/ext2fs/ext2_err.c:143
6385msgid "Extent not found"
6386msgstr "Erweiterung wurde nicht gefunden"
6387
6388#: lib/ext2fs/ext2_err.c:144
6389msgid "Operation not supported for inodes containing extents"
Philipp Thomasd0275172013-01-15 23:30:35 -05006390msgstr "Die Operation wird für Inodes, die Erweiterungen beinhalten, nicht unterstützt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006391
6392#: lib/ext2fs/ext2_err.c:145
6393msgid "Extent length is invalid"
6394msgstr "Länge der Erweiterung ist ungültig"
6395
6396#: lib/ext2fs/ext2_err.c:146
6397msgid "I/O Channel does not support 64-bit block numbers"
6398msgstr "Der EA-Kanal unterstützt keine 64-bittigen Blocknummern"
6399
6400#: lib/ext2fs/ext2_err.c:147
6401msgid "Can't check if filesystem is mounted due to missing mtab file"
Philipp Thomasd0275172013-01-15 23:30:35 -05006402msgstr "Überprüfung ob das Dateisystem eingehängt ist mangels mtab Datei nicht möglich"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006403
6404#: lib/ext2fs/ext2_err.c:148
6405msgid "Filesystem too large to use legacy bitmaps"
Philipp Thomasd0275172013-01-15 23:30:35 -05006406msgstr "Das Dateisystem ist für die Verwendung von altertümlichen Bitmaps zu groß"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006407
6408#: lib/ext2fs/ext2_err.c:149
6409msgid "MMP: invalid magic number"
6410msgstr "MMP: ungültige magische Zahl"
6411
6412#: lib/ext2fs/ext2_err.c:150
6413msgid "MMP: device currently active"
6414msgstr "MMP: das Gerät ist derzeit aktiv"
6415
6416#: lib/ext2fs/ext2_err.c:151
6417msgid "MMP: fsck being run"
6418msgstr "MMP: fsck wird ausgeführt"
6419
6420#: lib/ext2fs/ext2_err.c:152
6421msgid "MMP: block number beyond filesystem range"
6422msgstr "MMP: die Blocknummer ist jenseits des Bereichs des Dateisystems"
6423
6424#: lib/ext2fs/ext2_err.c:153
6425msgid "MMP: undergoing an unknown operation"
6426msgstr "MMP: eine unbekannte Operation wird ausgeführt"
6427
6428#: lib/ext2fs/ext2_err.c:154
6429msgid "MMP: filesystem still in use"
6430msgstr "MMP: das Dateisystem wird noch verwendet"
6431
6432#: lib/ext2fs/ext2_err.c:155
6433msgid "MMP: open with O_DIRECT failed"
6434msgstr "MMP: das Öffnen mit O_DIRECT ist gescheitert"
6435
6436#: e2fsck/prof_err.c:11
6437msgid "Profile version 0.0"
6438msgstr "Profil Versikon 0.0"
6439
6440#: e2fsck/prof_err.c:12
6441msgid "Bad magic value in profile_node"
6442msgstr "Ungültige magische Zahl in profile_node"
6443
6444#: e2fsck/prof_err.c:13
6445msgid "Profile section not found"
6446msgstr "Die Profilsektion wurde nicht gefunden"
6447
6448#: e2fsck/prof_err.c:14
6449msgid "Profile relation not found"
6450msgstr "Der Profilbezug wurde nicht gefunden"
6451
6452#: e2fsck/prof_err.c:15
6453msgid "Attempt to add a relation to node which is not a section"
Philipp Thomasd0275172013-01-15 23:30:35 -05006454msgstr "Es wird versucht, einen Bezug zu einem Knoten hinzu zu fügen, der keine Sektion ist"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006455
6456#: e2fsck/prof_err.c:16
6457msgid "A profile section header has a non-zero value"
6458msgstr "Ein Profilsektion-Vorspann hat einen Wert der nicht Null ist"
6459
6460#: e2fsck/prof_err.c:17
6461msgid "Bad linked list in profile structures"
6462msgstr "UNgültige verkettete Liste in den Profilstrukturen"
6463
6464#: e2fsck/prof_err.c:18
6465msgid "Bad group level in profile structures"
6466msgstr "Ungültige Gruppenebene in den Profilstrukturen"
6467
6468#: e2fsck/prof_err.c:19
6469msgid "Bad parent pointer in profile structures"
6470msgstr "Ungültiger Zeiger auf Eltern in den Profilstrukturen"
6471
6472#: e2fsck/prof_err.c:20
6473msgid "Bad magic value in profile iterator"
6474msgstr "Ungültige magische Zahl im Profil-Iterator"
6475
6476#: e2fsck/prof_err.c:21
6477msgid "Can't set value on section node"
6478msgstr "Der Wert kann beim Sektionsknoten nicht gesetzt werden"
6479
6480#: e2fsck/prof_err.c:22
6481msgid "Invalid argument passed to profile library"
6482msgstr "Ein ungültiges Argument wurde der Profilierungsbibliothek übergeben"
6483
6484#: e2fsck/prof_err.c:23
6485msgid "Attempt to modify read-only profile"
6486msgstr "Es wird versucht, ein nur lesbares Profil zu modifizieren"
6487
6488#: e2fsck/prof_err.c:24
6489msgid "Profile section header not at top level"
6490msgstr "Vorspann der Profilsektion ist nicht auf der obersten Ebene"
6491
6492#: e2fsck/prof_err.c:25
6493msgid "Syntax error in profile section header"
6494msgstr "Syntaxfehler im Vorspann des Profilsektor"
6495
6496#: e2fsck/prof_err.c:26
6497msgid "Syntax error in profile relation"
6498msgstr "Syntaxfehler im Profilbezug"
6499
6500#: e2fsck/prof_err.c:27
6501msgid "Extra closing brace in profile"
6502msgstr "Überzählige schliessende Klammern im Profil"
6503
6504#: e2fsck/prof_err.c:28
6505msgid "Missing open brace in profile"
6506msgstr "Fehlende öffnende Klammer im Profil"
6507
6508#: e2fsck/prof_err.c:29
6509msgid "Bad magic value in profile_t"
6510msgstr "Ungültige magische Zahl in profile_t"
6511
6512#: e2fsck/prof_err.c:30
6513msgid "Bad magic value in profile_section_t"
6514msgstr "Ungültige magische Zahl in profile_section_t"
6515
6516#: e2fsck/prof_err.c:31
6517msgid "Iteration through all top level section not supported"
Philipp Thomasd0275172013-01-15 23:30:35 -05006518msgstr "Iteration über alle Sektionen der obersten Ebene wird nicht unterstützt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006519
6520#: e2fsck/prof_err.c:32
6521msgid "Invalid profile_section object"
6522msgstr "Ungültiges Profilsektionsobjekt"
6523
6524#: e2fsck/prof_err.c:33
6525msgid "No more sections"
6526msgstr "Keine weiteren Sektionen vorhanden"
6527
6528#: e2fsck/prof_err.c:34
6529msgid "Bad nameset passed to query routine"
6530msgstr "Eine ungültiger Satz von Namen wurde der Abfrageroutine übergeben"
6531
6532#: e2fsck/prof_err.c:35
6533msgid "No profile file open"
6534msgstr "Es ist keine Profildatei offen"
6535
6536#: e2fsck/prof_err.c:36
6537msgid "Bad magic value in profile_file_t"
6538msgstr "Ungültige magische Zahl in profile_file_t"
6539
6540#: e2fsck/prof_err.c:37
6541msgid "Couldn't open profile file"
6542msgstr "Die Prfildatei konnte nicht geöffnet werden"
6543
6544#: e2fsck/prof_err.c:38
6545msgid "Section already exists"
6546msgstr "Die Sektion existiert bereits"
6547
6548#: e2fsck/prof_err.c:39
6549msgid "Invalid boolean value"
6550msgstr "Ungültiger boolscher Wert"
6551
6552#: e2fsck/prof_err.c:40
6553msgid "Invalid integer value"
6554msgstr "Ungültiger Wert für eine Ganzzahl"
6555
6556#: e2fsck/prof_err.c:41
6557msgid "Bad magic value in profile_file_data_t"
6558msgstr "Ungültige magische Zahl in profile_data_t"
6559
Eric Sandeen032eafe2012-07-28 17:48:36 -04006560#~ msgid "%s is mounted. "
6561#~ msgstr "%s ist eingehängt. "
6562
Philipp Thomasedc733d2012-04-22 15:38:42 -04006563#~ msgid "@g %g @b @B uninitialized but @i @B in use.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05006564#~ msgstr "Die @b @B von @g %g ist nicht initialisiert aber @i @B wird verwendet.\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04006565
6566#~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05006567#~ msgstr " in @i %i sollte EOFBLOCKS_FL nicht gesetzt sein (Größe %Is, lblk %r)\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04006568
6569#~ msgid "Couldn't determine journal size"
6570#~ msgstr "Konnte die Größe des Dateisystems nicht ermitteln"
6571
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006572#~ msgid "#\t\t %llu -> %llu (%llu)\n"
6573#~ msgstr "#\t\t %llu -> %llu (%llu)\n"
6574
6575#~ msgid "<The ACL index inode>"
6576#~ msgstr "<Der „ACL Index“-Inode>"
6577
6578#~ msgid "<The ACL data inode>"
6579#~ msgstr "<Der „ACL Data“-Inode>"
6580
6581#~ msgid "short write (only %d bytes) for writing image header"
6582#~ msgstr "short write (only %d bytes) for writing image header"
6583
6584#~ msgid "invalid fragment size - %s"
6585#~ msgstr "falsche Fragmentgröße - %s"
6586
6587#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
6588#~ msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
6589
6590#~ msgid "Calling BLKDISCARD from %llu to %llu "
6591#~ msgstr "Der Aufruf von BLKDISCARD für den Bereich von %llu bis %llu war "
6592
6593#~ msgid "succeeded.\n"
6594#~ msgstr "erfolgreich.\n"
6595
6596#~ msgid "Journal NOT removed\n"
6597#~ msgstr "Journal NICHT gelöscht\n"