blob: 9b94a49fed743fe48f54eca4ef83db38c472d698 [file] [log] [blame]
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001# German translation of e2fsprogs
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002# Copyright (C) 1996 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004#
Philipp Thomas3e914b52011-01-24 15:03:41 -05005# Olaf Klemke <olke@users.sourceforge.net>,2002.
6# Marc Langer <marc@marclanger.de>,2003.
Philipp Thomasb93349a2014-05-31 13:32:39 -04007# Philipp Thomas <pth@suse.de>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014
Philipp Thomas294dd5a2011-10-16 21:53:39 -04008#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04009#. The strings in e2fsck's problem.c can be very hard to translate,
10#. since the strings are expanded in two different ways. First of all,
11#. there is an @-expansion, where strings like "@i" are expanded to
12#. "inode", and so on. In order to make it easier for translators, the
13#. e2fsprogs po template file has been enhanced with comments that show
14#. the @-expansion, for the strings in the problem.c file.
15#.
16#. Translators are free to use the @-expansion facility if they so
17#. choose, by providing translations for strings in e2fsck/message.c.
18#. These translation can completely replace an expansion; for example,
19#. if "bblock" (which indicated that "@b" would be expanded to "block")
20#. is translated as "ddatenverlust", then "@d" will be expanded to
21#. "datenverlust". Alternatively, translators can simply not use the
22#. @-expansion facility at all.
23#.
24#. The second expansion which is done for e2fsck's problem.c messages is
25#. a dynamic %-expansion, which expands %i as an inode number, and so
26#. on. A table of these expansions can be found below. Note that
27#. %-expressions that begin with "%D" and "%I" are two-character
28#. expansions; so for example, "%Iu" expands to the inode's user id
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 Thomasb93349a2014-05-31 13:32:39 -040069"Project-Id-Version: e2fsprogs-1.42.10\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050070"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -040071"POT-Creation-Date: 2014-05-18 21:45-0400\n"
Philipp Thomas9bf41072014-07-05 23:18:04 -040072"PO-Revision-Date: 2014-06-03 16:28+0200\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
Theodore Ts'o196b59c2014-05-18 21:47:32 -040081#: e2fsck/badblocks.c:23 misc/mke2fs.c:209
Theodore Ts'oa2328c92002-10-30 23:26:03 -050082#, c-format
83msgid "Bad block %u out of range; ignored.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -050084msgstr "„Bad block“ %u außerhalb des gültigen Bereichs; ignoriert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050085
Philipp Thomas294dd5a2011-10-16 21:53:39 -040086#: e2fsck/badblocks.c:46
Theodore Ts'oa2328c92002-10-30 23:26:03 -050087msgid "while sanity checking the bad blocks inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -040088msgstr "während der logischen Prüfung des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050089
Philipp Thomas294dd5a2011-10-16 21:53:39 -040090#: e2fsck/badblocks.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -050091msgid "while reading the bad blocks inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -040092msgstr "während des Lesens des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050093
Theodore Ts'o196b59c2014-05-18 21:47:32 -040094#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1341
95#: e2fsck/unix.c:1430 misc/badblocks.c:1227 misc/badblocks.c:1235
96#: misc/badblocks.c:1249 misc/badblocks.c:1261 misc/dumpe2fs.c:602
97#: misc/e2image.c:1396 misc/e2image.c:1580 misc/e2image.c:1599
98#: misc/mke2fs.c:225 misc/tune2fs.c:1945 resize/main.c:316
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
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400108#: e2fsck/badblocks.c:94 misc/mke2fs.c:232
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
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400116#: e2fsck/badblocks.c:133
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 Thomasb93349a2014-05-31 13:32:39 -0400119msgstr "Warnung: Nicht zulässiger Block %u im „Bad Blocks“-Inode gefunden! Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500120
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400121#: e2fsck/ehandler.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500122#, c-format
123msgid "Error reading block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400124msgstr "Lesefehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500125
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400126#: e2fsck/ehandler.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500127#, c-format
128msgid "Error reading block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400129msgstr "Lesefehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500130
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400131#: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500132msgid "Ignore error"
133msgstr "Ignoriere Fehler"
134
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400135#: e2fsck/ehandler.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500136msgid "Force rewrite"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400137msgstr "Rückschreiben erzwingen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500138
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400139#: e2fsck/ehandler.c:104
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500140#, c-format
141msgid "Error writing block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400142msgstr "Schreibfehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500143
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400144#: e2fsck/ehandler.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500145#, c-format
146msgid "Error writing block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400147msgstr "Schreibfehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500148
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400149#: e2fsck/emptydir.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500150msgid "empty dirblocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400151msgstr "leere Verzeichnisblöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500152
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400153#: e2fsck/emptydir.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500154msgid "empty dir map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500155msgstr "leere Verzeichnisliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500156
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400157#: e2fsck/emptydir.c:98
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500158#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400159msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500160msgstr "leerer Verzeichnisblock %u (#%d) im Inode %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500161
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400162#: e2fsck/extend.c:22
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500163#, c-format
164msgid "%s: %s filename nblocks blocksize\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400165msgstr "%s: %s Dateiname nblocks Blockgröße\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500166
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400167#: e2fsck/extend.c:44
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500168#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500169msgid "Illegal number of blocks!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400170msgstr "Blockanzahl nicht zulässig!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500171
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400172#: e2fsck/extend.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500173#, c-format
174msgid "Couldn't allocate block buffer (size=%d)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500175msgstr "Es konnte kein Blockpuffer (Größe=%d) reserviert werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500176
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400177#: e2fsck/flushb.c:35
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500178#, c-format
179msgid "Usage: %s disk\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400180msgstr "Aufruf: %s Laufwerk\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500181
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400182#: e2fsck/flushb.c:64
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500183#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500184msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400185msgstr "BLKFLSBUF ioctl nicht unterstützt! Kann Puffer nicht leeren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500186
Eric Sandeen032eafe2012-07-28 17:48:36 -0400187#: e2fsck/iscan.c:44
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500188#, c-format
189msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400190msgstr "Aufruf: %s [-F] [-I inode_buffer_blocks] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500191
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400192#: e2fsck/iscan.c:81 e2fsck/unix.c:969
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500193#, c-format
194msgid "while opening %s for flushing"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500195msgstr "beim Öffnen von %s für die Puffer-Leerung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500196
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400197#: e2fsck/iscan.c:86 e2fsck/unix.c:975 resize/main.c:289
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
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400202#: e2fsck/iscan.c:110
Philipp Thomasb93349a2014-05-31 13:32:39 -0400203#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400204msgid "while trying to open '%s'"
205msgstr "beim Versuch, %s zu öffnen"
206
207#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1290
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500208msgid "while opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500209msgstr "beim Start des Inode-Scans"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500210
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400211#: e2fsck/iscan.c:127 misc/e2image.c:1309
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500212msgid "while getting next inode"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400213msgstr "beim Laden des nächsten Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500214
Eric Sandeen032eafe2012-07-28 17:48:36 -0400215#: e2fsck/iscan.c:136
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500216#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400217msgid "%u inodes scanned.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400218msgstr "%u Inodes untersucht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500219
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400220#: e2fsck/journal.c:525
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500221msgid "reading journal superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500222msgstr "Lese Journal-Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500223
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400224#: e2fsck/journal.c:582
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500225#, c-format
226msgid "%s: no valid journal superblock found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400227msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500228
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400229#: e2fsck/journal.c:591
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500230#, c-format
231msgid "%s: journal too short\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400232msgstr "%s: Das Journal ist zu kurz\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500233
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400234#: e2fsck/journal.c:883
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500235#, c-format
236msgid "%s: recovering journal\n"
237msgstr "%s: stelle das Journal wieder her\n"
238
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400239#: e2fsck/journal.c:885
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500240#, c-format
241msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500242msgstr "%s: Das Journal ist nur lesbar - Keine Wiederherstellung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500243
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400244#: e2fsck/journal.c:912
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500245#, c-format
246msgid "while trying to re-open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400247msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500248
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400249#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500250msgid "aextended attribute"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500251msgstr "aerweiterte Attribute"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500252
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400253#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500254msgid "Aerror allocating"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500255msgstr "AFehler beim Reservieren von Platz für"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500256
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400257#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500258msgid "bblock"
259msgstr "bBlock"
260
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400261#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500262msgid "Bbitmap"
263msgstr "BBitmap"
264
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400265#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500266msgid "ccompress"
267msgstr "ckomprimieren"
268
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400269#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500270msgid "Cconflicts with some other fs @b"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500271msgstr "CKonflikte mit einem anderen Dateisystemenblock"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500272
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400273#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500274msgid "iinode"
275msgstr "iInode"
276
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400277#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500278msgid "Iillegal"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400279msgstr "Iillegal(er)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500280
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400281#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500282msgid "jjournal"
283msgstr "jJournal"
284
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400285#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500286msgid "Ddeleted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400287msgstr "Dgelöscht"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500288
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400289#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500290msgid "ddirectory"
291msgstr "dVerzeichnis"
292
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400293#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500294msgid "eentry"
295msgstr "eEintrag"
296
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400297#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500298msgid "E@e '%Dn' in %p (%i)"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400299msgstr "E@e „%Dn“ in %p (%i)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500300
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400301#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500302msgid "ffilesystem"
303msgstr "fDateisystem"
304
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400305#: e2fsck/message.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500306msgid "Ffor @i %i (%Q) is"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400307msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500308
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400309#: e2fsck/message.c:128
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500310msgid "ggroup"
311msgstr "gGruppe"
312
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400313#: e2fsck/message.c:129
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500314msgid "hHTREE @d @i"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500315msgstr "hHTREE @dinode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500316
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400317#: e2fsck/message.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500318msgid "llost+found"
319msgstr "llost+found"
320
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400321#: e2fsck/message.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500322msgid "Lis a link"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500323msgstr "List eine Verknüpfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500324
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400325#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400326msgid "mmultiply-claimed"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400327msgstr "mmehrfach beansprucht"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400328
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400329#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400330msgid "ninvalid"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400331msgstr "nungültig"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400332
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400333#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500334msgid "oorphaned"
335msgstr "overwaist"
336
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400337#: e2fsck/message.c:135
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500338msgid "pproblem in"
339msgstr "pProblem in"
340
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400341#: e2fsck/message.c:136
342msgid "qquota"
343msgstr "qQuota"
344
345#: e2fsck/message.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500346msgid "rroot @i"
347msgstr "rRoot @i"
348
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400349#: e2fsck/message.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500350msgid "sshould be"
351msgstr "ssollte sein"
352
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400353#: e2fsck/message.c:139
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500354msgid "Ssuper@b"
355msgstr "SSuper@b"
356
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400357#: e2fsck/message.c:140
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500358msgid "uunattached"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500359msgstr "unicht verbunden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500360
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400361#: e2fsck/message.c:141
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500362msgid "vdevice"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400363msgstr "vGerät"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500364
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400365#: e2fsck/message.c:142
Philipp Thomas720e6362008-06-21 14:06:00 -0400366msgid "xextent"
Philipp Thomas68801282008-07-17 11:47:00 -0400367msgstr "xErweiterung"
Philipp Thomas720e6362008-06-21 14:06:00 -0400368
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400369#: e2fsck/message.c:143
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500370msgid "zzero-length"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500371msgstr "zmit Länge Null"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500372
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400373#: e2fsck/message.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500374msgid "<The NULL inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500375msgstr "<Der NULL Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500376
Philipp Thomas77c871a2010-04-19 16:59:02 -0400377#: e2fsck/message.c:155
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400378msgid "<The bad blocks inode>"
379msgstr "<Der „Bad Blocks“-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500380
Philipp Thomas77c871a2010-04-19 16:59:02 -0400381#: e2fsck/message.c:157
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400382msgid "<The user quota inode>"
383msgstr "<Die Benutzerquota-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500384
Philipp Thomas77c871a2010-04-19 16:59:02 -0400385#: e2fsck/message.c:158
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400386msgid "<The group quota inode>"
387msgstr "<Die Gruppenquota-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500388
Philipp Thomas77c871a2010-04-19 16:59:02 -0400389#: e2fsck/message.c:159
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400390msgid "<The boot loader inode>"
391msgstr "<Der „Boot Loader“-Inode>"
392
393#: e2fsck/message.c:160
394msgid "<The undelete directory inode>"
395msgstr "<Der „undelete directory“-Inode>"
396
397#: e2fsck/message.c:161
398msgid "<The group descriptor inode>"
399msgstr "<Des „group descriptor“-Inode>"
400
401#: e2fsck/message.c:162
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500402msgid "<The journal inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500403msgstr "<Der Journal-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500404
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400405#: e2fsck/message.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500406msgid "<Reserved inode 9>"
407msgstr "<Der reservierte Inode 9>"
408
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400409#: e2fsck/message.c:164
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500410msgid "<Reserved inode 10>"
411msgstr "<Der reservierte Inode 10>"
412
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400413#: e2fsck/message.c:334
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400414msgid "regular file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400415msgstr "'reguläre Datei"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400416
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400417#: e2fsck/message.c:336
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400418msgid "directory"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500419msgstr "Verzeichnis"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400420
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400421#: e2fsck/message.c:338
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400422msgid "character device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400423msgstr "zeichenorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400424
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400425#: e2fsck/message.c:340
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400426msgid "block device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400427msgstr "Blockgerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400428
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400429#: e2fsck/message.c:342
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400430msgid "named pipe"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400431msgstr "named pipe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400432
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400433#: e2fsck/message.c:344
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400434msgid "symbolic link"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400435msgstr "symbolische Verknüpfung"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400436
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400437#: e2fsck/message.c:346 misc/uuidd.c:161
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400438msgid "socket"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500439msgstr " Socket"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400440
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400441#: e2fsck/message.c:348
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400442#, c-format
443msgid "unknown file type with mode 0%o"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400444msgstr "unbekannter Dateityp mit Modus 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400445
Philipp Thomasedc733d2012-04-22 15:38:42 -0400446#: e2fsck/message.c:423
Philipp Thomas77c871a2010-04-19 16:59:02 -0400447msgid "indirect block"
448msgstr "indirekte Blöcke"
449
Philipp Thomasedc733d2012-04-22 15:38:42 -0400450#: e2fsck/message.c:425
Philipp Thomas77c871a2010-04-19 16:59:02 -0400451msgid "double indirect block"
452msgstr "doppelt indirekte Blöcke"
453
Philipp Thomasedc733d2012-04-22 15:38:42 -0400454#: e2fsck/message.c:427
Philipp Thomas77c871a2010-04-19 16:59:02 -0400455msgid "triple indirect block"
456msgstr "dreifach indirekte Blöcke"
457
Philipp Thomasedc733d2012-04-22 15:38:42 -0400458#: e2fsck/message.c:429
Philipp Thomas77c871a2010-04-19 16:59:02 -0400459msgid "translator block"
460msgstr "Übersetzerblock"
461
Philipp Thomasedc733d2012-04-22 15:38:42 -0400462#: e2fsck/message.c:431
Philipp Thomas77c871a2010-04-19 16:59:02 -0400463msgid "block #"
464msgstr "Block Nr."
465
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400466#: e2fsck/pass1b.c:222
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500467msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500468msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500469
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400470#: e2fsck/pass1b.c:610 e2fsck/pass1b.c:730
Philipp Thomas68801282008-07-17 11:47:00 -0400471#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400472msgid "internal error: can't find dup_blk for %llu\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500473msgstr "interner Fehler: dup_blk für %llu wurde nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500474
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400475#: e2fsck/pass1b.c:821
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500476msgid "returned from clone_file_block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400477msgstr "zurückgegeben von clone_file_block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500478
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400479#: e2fsck/pass1b.c:843
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400480#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400481msgid "internal error: couldn't lookup EA block record for %llu"
482msgstr "interner Fehler: EA Blockliste für %llu wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400483
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400484#: e2fsck/pass1b.c:855
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400485#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400486msgid "internal error: couldn't lookup EA inode record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400487msgstr "Interner Fehler: EA Inodeliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400488
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400489#: e2fsck/pass1.c:475 e2fsck/pass2.c:782
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400490msgid "reading directory block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400491msgstr "lese Verzeichnisblock"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400492
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400493#: e2fsck/pass1.c:598
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500494msgid "in-use inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400495msgstr "„in-use inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500496
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400497#: e2fsck/pass1.c:609
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500498msgid "directory inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400499msgstr "„directory inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500500
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400501#: e2fsck/pass1.c:619
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500502msgid "regular file inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400503msgstr "„regular file inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500504
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400505#: e2fsck/pass1.c:628 misc/e2image.c:1265
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500506msgid "in-use block map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400507msgstr "„in-use block“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500508
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400509#: e2fsck/pass1.c:693
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400510msgid "opening inode scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400511msgstr "Starte Inode-Scan"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500512
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400513#: e2fsck/pass1.c:727
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400514msgid "getting next inode from scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400515msgstr "beim Lesen des nächsten Inodes"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400516
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400517#: e2fsck/pass1.c:1243
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500518msgid "Pass 1"
519msgstr "Durchgang 1"
520
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400521#: e2fsck/pass1.c:1300
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500522#, c-format
523msgid "reading indirect blocks of inode %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400524msgstr "lese indirekte Blöcke von Inode %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500525
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400526#: e2fsck/pass1.c:1350
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500527msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500528msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500529
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400530#: e2fsck/pass1.c:1373
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500531msgid "inode in bad block map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400532msgstr "Inode in „Bad Blocks“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500533
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400534#: e2fsck/pass1.c:1393
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500535msgid "imagic inode map"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400536msgstr "i„magic inode“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500537
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400538#: e2fsck/pass1.c:1420
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500539msgid "multiply claimed block map"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500540msgstr "mehrfach referenzierte Blockliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500541
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400542#: e2fsck/pass1.c:1531
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500543msgid "ext attr block map"
544msgstr "ext attr block map"
545
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400546#: e2fsck/pass1.c:2315
Philipp Thomas77c871a2010-04-19 16:59:02 -0400547#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500548msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400549msgstr "%6lu(%c): erwartete %6lu erhielt phys %6lu (Blockanzahl %lld)\n"
Philipp Thomas40771272008-09-07 22:55:25 -0400550
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400551#: e2fsck/pass1.c:2678
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500552msgid "block bitmap"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500553msgstr "Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500554
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400555#: e2fsck/pass1.c:2684
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500556msgid "inode bitmap"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500557msgstr "Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500558
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400559#: e2fsck/pass1.c:2690
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500560msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500561msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500562
Philipp Thomasedc733d2012-04-22 15:38:42 -0400563#: e2fsck/pass2.c:283
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500564msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400565msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500566
Philipp Thomasedc733d2012-04-22 15:38:42 -0400567#: e2fsck/pass2.c:805
Philipp Thomas720e6362008-06-21 14:06:00 -0400568msgid "Can not continue."
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500569msgstr "das Programm kann nicht fortfahren."
Philipp Thomas720e6362008-06-21 14:06:00 -0400570
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400571#: e2fsck/pass3.c:77
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500572msgid "inode done bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400573msgstr "„inode done“-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500574
Philipp Thomasedc733d2012-04-22 15:38:42 -0400575#: e2fsck/pass3.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500576msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500577msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500578
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400579#: e2fsck/pass3.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500580msgid "Pass 3"
581msgstr "Durchgang 3"
582
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400583#: e2fsck/pass3.c:323
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500584msgid "inode loop detection bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400585msgstr "„inode loop detection“-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500586
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400587#: e2fsck/pass4.c:196
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500588msgid "Pass 4"
589msgstr "Durchgang 4"
590
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400591#: e2fsck/pass5.c:74
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500592msgid "Pass 5"
593msgstr "Durchgang 5"
594
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400595#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500596msgid "(no prompt)"
597msgstr "(nicht interaktiv)"
598
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400599#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500600msgid "Fix"
601msgstr "Repariere"
602
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400603#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500604msgid "Clear"
605msgstr "Bereinige"
606
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400607#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500608msgid "Relocate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400609msgstr "Zurücksetzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500610
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400611#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500612msgid "Allocate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500613msgstr "Gebe frei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500614
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400615#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500616msgid "Expand"
617msgstr "Erweitere"
618
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400619#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500620msgid "Connect to /lost+found"
621msgstr "Verbinde nach /lost+found"
622
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400623#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500624msgid "Create"
625msgstr "Erstelle"
626
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400627#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500628msgid "Salvage"
629msgstr "Rette"
630
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400631#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500632msgid "Truncate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400633msgstr "Verkürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500634
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400635#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500636msgid "Clear inode"
637msgstr "Bereinige Inode"
638
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400639#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500640msgid "Abort"
641msgstr "Abbrechen"
642
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400643#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500644msgid "Split"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500645msgstr "Aufteilen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500646
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400647#: e2fsck/problem.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500648msgid "Continue"
649msgstr "Fortsetzen"
650
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400651#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400652msgid "Clone multiply-claimed blocks"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400653msgstr "Mehrfach referenzierte Blöcke werden geklont"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500654
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400655#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500656msgid "Delete file"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400657msgstr "Datei wird gelöscht"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500658
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400659#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500660msgid "Suppress messages"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400661msgstr "Ausgaben unterdrücken"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500662
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400663#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500664msgid "Unlink"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500665msgstr "Trennen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500666
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400667#: e2fsck/problem.c:69
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500668msgid "Clear HTree index"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400669msgstr "Der HTree-Index wird bereinigt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500670
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400671#: e2fsck/problem.c:70
Theodore Ts'obc759702005-05-09 20:40:55 -0400672msgid "Recreate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400673msgstr "Zurücksetzen"
Theodore Ts'obc759702005-05-09 20:40:55 -0400674
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400675#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500676msgid "(NONE)"
677msgstr "(NICHTS)"
678
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400679#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500680msgid "FIXED"
681msgstr "REPARIERT"
682
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400683#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500684msgid "CLEARED"
685msgstr "BEREINIGT"
686
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400687#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500688msgid "RELOCATED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400689msgstr "ZURÜCKGESETZT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500690
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400691#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500692msgid "ALLOCATED"
693msgstr "FREIGEGEBEN"
694
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400695#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500696msgid "EXPANDED"
697msgstr "ERWEITERT"
698
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400699#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500700msgid "RECONNECTED"
701msgstr "WIEDER VERBUNDEN"
702
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400703#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500704msgid "CREATED"
705msgstr "ANGELEGT"
706
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400707#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500708msgid "SALVAGED"
709msgstr "GERETTET"
710
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400711#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500712msgid "TRUNCATED"
713msgstr "BEENDET"
714
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400715#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500716msgid "INODE CLEARED"
717msgstr "INODE BEREINIGT"
718
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400719#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500720msgid "ABORTED"
721msgstr "ABGEBROCHEN"
722
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400723#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500724msgid "SPLIT"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500725msgstr "ABGESPALTEn"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500726
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400727#: e2fsck/problem.c:92
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500728msgid "CONTINUING"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400729msgstr "ES WIRD FORTGEFAHREN"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500730
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400731#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400732msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400733msgstr "MEHRFACH REFERENZIERTE BLÖCKE WURDEN GEKLONT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500734
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400735#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500736msgid "FILE DELETED"
Philipp Thomas9bf41072014-07-05 23:18:04 -0400737msgstr "DATEI WURDE GELÖSCHT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500738
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400739#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500740msgid "SUPPRESSED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400741msgstr "UNTERDRÜCKT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500742
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400743#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500744msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500745msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500746
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400747#: e2fsck/problem.c:97
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500748msgid "HTREE INDEX CLEARED"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500749msgstr "HTREE-INDEX BEREINIGT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500750
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400751#: e2fsck/problem.c:98
Theodore Ts'obc759702005-05-09 20:40:55 -0400752msgid "WILL RECREATE"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500753msgstr "WIRD WIEDER AUFGEBAUT"
Theodore Ts'obc759702005-05-09 20:40:55 -0400754
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400755#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400756#: e2fsck/problem.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500757msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500758msgstr "@b @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 bitmap for group %g is not in group. (block %b)\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400761#: e2fsck/problem.c:111
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500762msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500763msgstr "@i @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500764
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400765#. @-expanded: inode table for group %g is not in group. (block %b)\n
766#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400767#: e2fsck/problem.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500768msgid ""
769"@i table for @g %g is not in @g. (@b %b)\n"
770"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
771msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500772"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400773"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500774
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400775#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400776#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
777#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400778#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
779#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400780#. @-expanded: e2fsck -b 8193 <device>\n
781#. @-expanded: or\n
782#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400783#. @-expanded: \n
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400784#: e2fsck/problem.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500785msgid ""
786"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400787"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
788"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500789"@f (and not swap or ufs or something else), then the @S\n"
790"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400791" e2fsck -b 8193 <@v>\n"
792" or\n"
793" e2fsck -b 32768 <@v>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500794"\n"
795msgstr ""
796"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -0400797"Der @S ist unlesbar bzw. beschreibt kein gültiges ext2/ext3/ext4\n"
798"@f. Wenn @v gültig ist und ein ext2/ext3/ext4\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500799"@f (kein swap oder ufs usw.) enthält, dann ist der @S\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -0400800"beschädigt, und sie könnten versuchen, e2fsck mit einem anderen @S\n"
801"zu starten:\n"
802" e2fsck -b 8193 <@v>\n"
803" oder\n"
804" e2fsck -b 32768 <@v>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500805"\n"
806
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400807#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
808#. @-expanded: The physical size of the device is %c blocks\n
809#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400810#: e2fsck/problem.c:133
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500811msgid ""
812"The @f size (according to the @S) is %b @bs\n"
813"The physical size of the @v is %c @bs\n"
814"Either the @S or the partition table is likely to be corrupt!\n"
815msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500816"Die @f-Größe ( laut @S) ist %b @bs\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400817"Die physikalische Größe von @v ist %c @bs\n"
818"Entweder der @S oder die Partionstabelle ist beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500819
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400820#. @-expanded: superblock block_size = %b, fragsize = %c.\n
821#. @-expanded: This version of e2fsck does not support fragment sizes different\n
822#. @-expanded: from the block size.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400823#: e2fsck/problem.c:140
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500824msgid ""
825"@S @b_size = %b, fragsize = %c.\n"
826"This version of e2fsck does not support fragment sizes different\n"
827"from the @b size.\n"
828msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500829"@S-@b_size = %b, fragsize = %c.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -0400830"Diese Version von e2fsck unterstützt keine von @b-Größen verschiedene Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500831
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400832#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400833#: e2fsck/problem.c:147
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500834msgid "@S @bs_per_group = %b, should have been %c\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500835msgstr "@bs_per_group im @S = %b, sollte %c sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500836
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400837#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400838#: e2fsck/problem.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500839msgid "@S first_data_@b = %b, should have been %c\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500840msgstr "first_data_@b im @S = %b, sollte %c sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500841
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400842#. @-expanded: filesystem did not have a UUID; generating one.\n
843#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400844#: e2fsck/problem.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500845msgid ""
846"@f did not have a UUID; generating one.\n"
847"\n"
848msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500849"@f hat keinen UUID; es wird eine generiert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500850"\n"
851
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400852#: e2fsck/problem.c:162
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400853#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500854msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400855"Note: if several inode or block bitmap blocks or part\n"
856"of the inode table require relocation, you may wish to try\n"
857"running e2fsck with the '-b %S' option first. The problem\n"
858"may lie only with the primary block group descriptors, and\n"
859"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500860"\n"
861msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400862"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
863"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
864"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -0400865"mit der Option „-b %S“ zu starten. Das Problem könnte\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500866"im primären Blockgruppenbezeichner liegen und seine\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500867"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500868"\n"
869
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400870#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400871#: e2fsck/problem.c:171
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500872msgid "Corruption found in @S. (%s = %N).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500873msgstr "Beschädigung gefunden in @S. (%s = %N).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500874
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400875#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400876#: e2fsck/problem.c:176
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500877#, c-format
878msgid "Error determining size of the physical @v: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500879msgstr "Fehler bei der Feststellung der Größe des physischen @v: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500880
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400881#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400882#: e2fsck/problem.c:181
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400883msgid "@i count in @S is %i, @s %j.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400884msgstr "@i-Anzahl in @S ist %i, sollte %j sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500885
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400886#: e2fsck/problem.c:185
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500887msgid "The Hurd does not support the filetype feature.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500888msgstr "Hurd unterstützt keine Dateitypen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500889
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500890#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400891#: e2fsck/problem.c:190
Philipp Thomas77c871a2010-04-19 16:59:02 -0400892#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500893msgid "@S has an @n @j (@i %i).\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400894msgstr "@S hat ein defektes @j (@i %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500895
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400896#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400897#: e2fsck/problem.c:195
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500898msgid "External @j has multiple @f users (unsupported).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500899msgstr "Externes @j hat mehrere @f-Nutzer (nicht unterstützt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500900
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400901#. @-expanded: Can't find external journal\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400902#: e2fsck/problem.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500903msgid "Can't find external @j\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500904msgstr "Kann kein externes @j finden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500905
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400906#. @-expanded: External journal has bad superblock\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400907#: e2fsck/problem.c:205
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500908msgid "External @j has bad @S\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400909msgstr "Externes @j hat ungültigen @S\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500910
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400911#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400912#: e2fsck/problem.c:210
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500913msgid "External @j does not support this @f\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400914msgstr "Externes @j unterstützt nicht @f\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500915
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500916#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400917#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
918#. @-expanded: format.\n
919#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400920#: e2fsck/problem.c:215
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500921msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500922"@f @j @S is unknown type %N (unsupported).\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -0400923"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 -0500924"It is also possible the @j @S is corrupt.\n"
925msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -0400926"Der Superblock des Dateisystem-Journals hat den unbekannten Type %N (nicht unterstützt).\n"
927"Es ist möglich, dass ihr e2fsck älter ist und/oder dieses @j-Format nicht unterstützt.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500928"Es ist ebenso möglich, dass der @j-@S defekt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500929
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500930#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400931#: e2fsck/problem.c:223
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500932msgid "@j @S is corrupt.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500933msgstr "der @j-@S ist defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500934
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500935#. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400936#: e2fsck/problem.c:228
Philipp Thomas77c871a2010-04-19 16:59:02 -0400937#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500938msgid "@S has_@j flag is clear, but a @j %s is present.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500939msgstr ""
940"Der Bitschalter has_journal im Superblock ist nicht gesetzt, aber ein \n"
941"@j %s ist vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500942
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500943#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400944#: e2fsck/problem.c:233
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500945msgid "@S needs_recovery flag is set, but no @j is present.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500946msgstr ""
947"Im @S ist der Bitschalter „needs_recovery“ gesetzt, aber ein @j ist\n"
948"nicht vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500949
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500950#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400951#: e2fsck/problem.c:238
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500952msgid "@S needs_recovery flag is clear, but @j has data.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500953msgstr ""
954"Der Bitschalter „Wiederherstellung nötig“ im @S ist nicht gesetzt, aber das\n"
955"@j enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500956
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400957#. @-expanded: Clear journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400958#: e2fsck/problem.c:243
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500959msgid "Clear @j"
960msgstr "Bereinige @j"
961
Philipp Thomas77c871a2010-04-19 16:59:02 -0400962#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400963#: e2fsck/problem.c:248 e2fsck/problem.c:702
Philipp Thomas77c871a2010-04-19 16:59:02 -0400964msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500965msgstr "@f hat Eigenschfts-Bitschalter gesetzt, ist aber ein Revision-0-@f. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500966
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400967#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400968#: e2fsck/problem.c:253
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500969msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
970msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
971
Philipp Thomas77c871a2010-04-19 16:59:02 -0400972#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400973#: e2fsck/problem.c:258
Philipp Thomas77c871a2010-04-19 16:59:02 -0400974msgid "@I %B (%b) found in @o @i %i.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500975msgstr "@I @b #%B (%b) in @o @i %i gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500976
Philipp Thomas77c871a2010-04-19 16:59:02 -0400977#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400978#: e2fsck/problem.c:263
Philipp Thomas77c871a2010-04-19 16:59:02 -0400979msgid "Already cleared %B (%b) found in @o @i %i.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500980msgstr "Bereits bereinigter %B (%b) in @o @i %i gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500981
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400982#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400983#: e2fsck/problem.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500984#, c-format
985msgid "@I @o @i %i in @S.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500986msgstr "@I @o @i %i im @S.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500987
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400988#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400989#: e2fsck/problem.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500990#, c-format
991msgid "@I @i %i in @o @i list.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500992msgstr "Illegaler Inode %i in der Liste der verwaisten Inodes.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500993
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500994#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400995#: e2fsck/problem.c:278
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500996msgid "@j @S has an unknown read-only feature flag set.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -0500997msgstr "der @j-@S hat einen unbekannten Nur-Lesen-Bitschalter gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500998
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500999#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001000#: e2fsck/problem.c:283
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001001msgid "@j @S has an unknown incompatible feature flag set.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001002msgstr "im @j-@S ist ein unbekannter Bitschalter für inkompatible Eigenschaft gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001004#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001005#: e2fsck/problem.c:288
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001006msgid "@j version not supported by this e2fsck.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001007msgstr "diese @j-Version wird von diesem e2fsck nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001009#. @-expanded: Moving journal from /%s to hidden inode.\n
1010#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001011#: e2fsck/problem.c:293
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001012#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001013msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001014"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001015"\n"
1016msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001017"Verschiebe @j von /%s zum versteckten Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001018"\n"
1019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001020#. @-expanded: Error moving journal: %m\n
1021#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001022#: e2fsck/problem.c:298
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001023#, c-format
1024msgid ""
1025"Error moving @j: %m\n"
1026"\n"
1027msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001028"Fehler beim Verschieben von @j: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001029"\n"
1030
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001031#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1032#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1033#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001034#: e2fsck/problem.c:303
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001035msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001036"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001037"Clearing fields beyond the V1 @j @S...\n"
1038"\n"
1039msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001040"Unvollständige V2-@j-@S-Felder (vom V1-Journal) gefunden.\n"
1041"Die Felder nach dem V1-@j-@S werden bereinigt...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001042"\n"
1043
Philipp Thomas77c871a2010-04-19 16:59:02 -04001044#. @-expanded: Run journal anyway
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001045#: e2fsck/problem.c:309
Philipp Thomas77c871a2010-04-19 16:59:02 -04001046msgid "Run @j anyway"
1047msgstr "Starte @j trotzdem"
1048
1049#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001050#: e2fsck/problem.c:314
Philipp Thomas77c871a2010-04-19 16:59:02 -04001051msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001052msgstr ""
1053"Der Bitschalter fÜr Wiederherstellung ist im Sicherungs-Superblock nicht\n"
1054"gesetzt, das @j wird daher trotzdem gestartet.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001055
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001056#. @-expanded: Backing up journal inode block information.\n
1057#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001058#: e2fsck/problem.c:319
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001059msgid ""
1060"Backing up @j @i @b information.\n"
1061"\n"
1062msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001063"Die Informationen des Journal-Inodeblocks werden gesichert.\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001064"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001065
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001066#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1067#. @-expanded: is %N; should be zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001068#: e2fsck/problem.c:324
Theodore Ts'obc759702005-05-09 20:40:55 -04001069msgid ""
1070"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1071"is %N; @s zero. "
1072msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001073"Für @f ist resize_@i nicht eingeschaltet, aber s_reserved_gdt_@bs\n"
1074"ist %N; @s Null. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001075
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001076#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001077#: e2fsck/problem.c:330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001078msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Philipp Thomasb93349a2014-05-31 13:32:39 -04001079msgstr "Resize_@i ist nicht aktiviert, aber die zu modifgizierende @i ist nicht-Null."
Theodore Ts'obc759702005-05-09 20:40:55 -04001080
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001081#. @-expanded: Resize inode not valid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001082#: e2fsck/problem.c:335
Theodore Ts'obc759702005-05-09 20:40:55 -04001083msgid "Resize @i not valid. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001084msgstr "Resize-@i ist ungültig. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001085
Philipp Thomas77c871a2010-04-19 16:59:02 -04001086#. @-expanded: superblock last mount time (%t,\n
1087#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001088#: e2fsck/problem.c:340
Philipp Thomas77c871a2010-04-19 16:59:02 -04001089msgid ""
1090"@S last mount time (%t,\n"
1091"\tnow = %T) is in the future.\n"
1092msgstr ""
1093"Der Zeitpunkt des letzten Einhängens von @S (%t,\n"
1094"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001095
Philipp Thomas77c871a2010-04-19 16:59:02 -04001096#. @-expanded: superblock last write time (%t,\n
1097#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001098#: e2fsck/problem.c:345
Philipp Thomas77c871a2010-04-19 16:59:02 -04001099msgid ""
1100"@S last write time (%t,\n"
1101"\tnow = %T) is in the future.\n"
1102msgstr ""
1103"Der Zeitpunkt des letzten Schreibens von @S (%t,\n"
1104"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001105
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001106#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001107#: e2fsck/problem.c:349
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001108#, c-format
1109msgid "@S hint for external superblock @s %X. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001110msgstr "@S-Hinweis für externen Superblock @s %X. "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001111
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001112#. @-expanded: Adding dirhash hint to filesystem.\n
1113#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001114#: e2fsck/problem.c:354
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001115msgid ""
1116"Adding dirhash hint to @f.\n"
1117"\n"
1118msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001119"Füge Verzeinishash-Hilfe zu @f hinzu.\n"
1120"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001121
Philipp Thomasedc733d2012-04-22 15:38:42 -04001122#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001123#: e2fsck/problem.c:359
Philipp Thomasedc733d2012-04-22 15:38:42 -04001124msgid "@g descriptor %g checksum is %04x, should be %04y. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001125msgstr "Die Prüfsumme des @g-Deskriptors %g ist %04x, sie sollte %04y sein. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001126
1127#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001128#: e2fsck/problem.c:364
Philipp Thomas720e6362008-06-21 14:06:00 -04001129#, c-format
1130msgid "@g descriptor %g marked uninitialized without feature set.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001131msgstr "@g-Deskriptor %g ist als nicht initialisiert gekennzeichnet ohne eine gesetzte Eigenschaft.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001132
Philipp Thomas720e6362008-06-21 14:06:00 -04001133#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001134#: e2fsck/problem.c:369
Philipp Thomas720e6362008-06-21 14:06:00 -04001135msgid "@g descriptor %g has invalid unused inodes count %b. "
Philipp Thomasb93349a2014-05-31 13:32:39 -04001136msgstr "@g-Deskriptor %g hat eine ungültige Anzahl ungenutzter Inodes von %b. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001137
1138#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001139#: e2fsck/problem.c:374
Philipp Thomas720e6362008-06-21 14:06:00 -04001140msgid "Last @g @b @B uninitialized. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001141msgstr "Die letzte Gruppen-Blockbitmap ist nicht initialisiert. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001142
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001143#: e2fsck/problem.c:379
Philipp Thomas720e6362008-06-21 14:06:00 -04001144#, c-format
1145msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001146msgstr "Journaltransaktion %i war beschädigt, die Wiederholung wurde abgegrochen.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001147
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001148#: e2fsck/problem.c:383
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001149msgid "The test_fs flag is set (and ext4 is available). "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001150msgstr "Die Kennung test_fs wurde gesetzt (und ext4 ist verfügbar). "
1151
1152#. @-expanded: superblock last mount time is in the future.\n
1153#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1154#. @-expanded: set)
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001155#: e2fsck/problem.c:388
Philipp Thomas77c871a2010-04-19 16:59:02 -04001156msgid ""
1157"@S last mount time is in the future.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001158"\t(by less than a day, probably due to the hardware clock being incorrectly set) "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001159msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04001160"Der Zeitpunkt des letzten Einhängens von @S liegt in der Zukunft.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001161"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-Uhr) "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001162
1163#. @-expanded: superblock last write time is in the future.\n
1164#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1165#. @-expanded: set).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001166#: e2fsck/problem.c:394
Philipp Thomas77c871a2010-04-19 16:59:02 -04001167msgid ""
1168"@S last write time is in the future.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001169"\t(by less than a day, probably due to the hardware clock being incorrectly set). "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001170msgstr ""
1171"Der Zeitpunkt des letzten Schreibens von @S liegt in der Zukunft.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001172"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-Uhr) "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001173
1174#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001175#: e2fsck/problem.c:400
Philipp Thomas77c871a2010-04-19 16:59:02 -04001176msgid "One or more @b @g descriptor checksums are invalid. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001177msgstr "Die Prüfsumme eines oder mehrerer @g-Deskriptoren ist ungültig. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001178
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001179#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001180#: e2fsck/problem.c:405
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001181msgid "Setting free @is count to %j (was %i)\n"
1182msgstr "Setze die Anzahl der freien Inodes auf %j (war %i)\n"
1183
1184#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001185#: e2fsck/problem.c:410
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001186msgid "Setting free @bs count to %c (was %b)\n"
1187msgstr "Setze die Anzahl der freien Blöcke auf %c (war %b)\n"
1188
Eric Sandeen032eafe2012-07-28 17:48:36 -04001189#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001190#: e2fsck/problem.c:415
Eric Sandeen032eafe2012-07-28 17:48:36 -04001191msgid "Making @q @i %i (%Q) hidden.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05001192msgstr "Quota-Inode %i (%Q) wird versteckt.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001193
1194#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001195#: e2fsck/problem.c:420
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001196msgid "@S has invalid MMP block. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001197msgstr "der @S hat einen ungültigen MMP-Block. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001198
1199#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001200#: e2fsck/problem.c:425
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001201msgid "@S has invalid MMP magic. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001202msgstr "der @S besitzt eine falsche MMP-Kennung. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001203
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001204#: e2fsck/problem.c:430
Philipp Thomasedc733d2012-04-22 15:38:42 -04001205#, c-format
1206msgid "ext2fs_open2: %m\n"
1207msgstr "ext2fs_open2: %m\n"
1208
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001209#: e2fsck/problem.c:435
Philipp Thomasedc733d2012-04-22 15:38:42 -04001210#, c-format
1211msgid "ext2fs_check_desc: %m\n"
1212msgstr "ext2fs_check_desc: %m\n"
1213
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001214#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Philipp Thomasedc733d2012-04-22 15:38:42 -04001215#: e2fsck/problem.c:440
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001216msgid "@S 64bit filesystems needs extents to access the whole disk. "
Philipp Thomasb93349a2014-05-31 13:32:39 -04001217msgstr "@S 64Bit-Dateisysteme brauchen Erweiterungern, um auf die gesammte Platte zugreifen zu können. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001218
1219#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1220#: e2fsck/problem.c:447
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001221msgid "Pass 1: Checking @is, @bs, and sizes\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001222msgstr "Durchgang 1: Prüfe @is, @bs und Größen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001223
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001224#. @-expanded: root inode is not a directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001225#: e2fsck/problem.c:451
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001226msgid "@r is not a @d. "
1227msgstr "@r ist kein @d. "
1228
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001229#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001230#: e2fsck/problem.c:456
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001231msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001232msgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001233
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001234#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001235#: e2fsck/problem.c:461
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001236msgid "Reserved @i %i (%Q) has @n mode. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001237msgstr "Reservierte @i %i (%Q) hat einen ungültigen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001238
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001239#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001240#: e2fsck/problem.c:466
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001241#, c-format
1242msgid "@D @i %i has zero dtime. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001243msgstr "dtime in @D @i %i ist Null. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001244
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001245#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001246#: e2fsck/problem.c:471
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001247#, c-format
1248msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001249msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001250
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001251#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001252#: e2fsck/problem.c:476
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001253#, c-format
1254msgid "@i %i is a @z @d. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001255msgstr "@i %i ist ein Verzeichnis mit Länge Null. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001257#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001258#: e2fsck/problem.c:481
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001259msgid "@g %g's @b @B at %b @C.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001260msgstr "die Blockbitmap von @g %g auf %b überschneided sich mit einem anderen FS-Block.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001261
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001262#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001263#: e2fsck/problem.c:486
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001264msgid "@g %g's @i @B at %b @C.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001265msgstr "die @i-@B von @g %g bei %b überschneided sich mit einem anderen FS-Block.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001266
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001267#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001268#: e2fsck/problem.c:491
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001269msgid "@g %g's @i table at %b @C.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001270msgstr "die @i-Tablle von Gruppe %g bei %b steht in Konflikt mit einem anderen Dateisystemblock.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001271
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001272#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001273#: e2fsck/problem.c:496
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001274msgid "@g %g's @b @B (%b) is bad. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001275msgstr "die @b-@B (%b) von @g %g ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001277#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001278#: e2fsck/problem.c:501
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001279msgid "@g %g's @i @B (%b) is bad. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001280msgstr "die @i-@B (%b) von @g %g ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001282#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001283#: e2fsck/problem.c:506
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001284msgid "@i %i, i_size is %Is, @s %N. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001285msgstr "@i %i, i_size ist %Is, sollte %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001287#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001288#: e2fsck/problem.c:511
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001289msgid "@i %i, i_@bs is %Ib, @s %N. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001290msgstr "@i %i, i_@bs ist %Ib, sollte %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001291
Philipp Thomas77c871a2010-04-19 16:59:02 -04001292#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001293#: e2fsck/problem.c:516
Philipp Thomas77c871a2010-04-19 16:59:02 -04001294msgid "@I %B (%b) in @i %i. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001295msgstr "illegaler %B (%b) in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001296
Philipp Thomas77c871a2010-04-19 16:59:02 -04001297#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001298#: e2fsck/problem.c:521
Philipp Thomas77c871a2010-04-19 16:59:02 -04001299msgid "%B (%b) overlaps @f metadata in @i %i. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001300msgstr "%B (%b) überlappt @f-Metadaten in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001301
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001302#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001303#: e2fsck/problem.c:526
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001304#, c-format
1305msgid "@i %i has illegal @b(s). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001306msgstr "@i %i hat unzulässige(n) Block/Blöcke. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001307
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001308#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001309#: e2fsck/problem.c:531
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001310#, c-format
1311msgid "Too many illegal @bs in @i %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001312msgstr "Zu viele unzulässige @bs in @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001313
Philipp Thomas77c871a2010-04-19 16:59:02 -04001314#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001315#: e2fsck/problem.c:536
Philipp Thomas77c871a2010-04-19 16:59:02 -04001316msgid "@I %B (%b) in bad @b @i. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001317msgstr "@I %B (%b) in ungültiger @b-@i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001318
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001319#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001320#: e2fsck/problem.c:541
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001321msgid "Bad @b @i has illegal @b(s). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001322msgstr "Bad-@b @i hat unzulässige(n) Block/Blöcke. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001323
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001324#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001325#: e2fsck/problem.c:546
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001326msgid "Duplicate or bad @b in use!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001327msgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001328
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001329#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001330#: e2fsck/problem.c:551
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001331msgid "Bad @b %b used as bad @b @i indirect @b. "
Philipp Thomasb93349a2014-05-31 13:32:39 -04001332msgstr "Ungültiger @b %b wird benutzt als indirekter Block der Badblock-Inode. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001333
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001334#. @-expanded: \n
1335#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1336#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1337#. @-expanded: in the filesystem.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001338#: e2fsck/problem.c:556
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001339msgid ""
1340"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001341"The bad @b @i has probably been corrupted. You probably\n"
1342"should stop now and run e2fsck -c to scan for bad blocks\n"
1343"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001344msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001345"\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001346"Die Badblock-Indode ist wahrscheinlich beschädigt worden. Sie sollten\n"
1347"nun innehalten und „e2fsck -c“ ausführen, um nach defekten Blöcken in\n"
1348"dem @f zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001350#. @-expanded: \n
1351#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001352#: e2fsck/problem.c:563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001353msgid ""
1354"\n"
1355"If the @b is really bad, the @f can not be fixed.\n"
1356msgstr ""
1357"\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001358"Wenn der @b wirklich defekt ist, kann das @f nicht repariert werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001360#. @-expanded: You can remove this block from the bad block list and hope\n
1361#. @-expanded: that the block is really OK. But there are no guarantees.\n
1362#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001363#: e2fsck/problem.c:568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001364msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001365"You can remove this @b from the bad @b list and hope\n"
1366"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001367"\n"
1368msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001369"Sie können diesen @b von der Liste der defekten Blöcke löschen\n"
1370"und hoffen, das dieser wirklich in Ordnung ist, es gibt aber\n"
1371"KEINE GARANTIEN.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001372"\n"
1373
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001374#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001375#: e2fsck/problem.c:574
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001376msgid "The primary @S (%b) is on the bad @b list.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001377msgstr "Der primäre @S (%b) ist auf der Liste der defekten Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001378
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001379#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001380#: e2fsck/problem.c:579
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001381msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001382msgstr "Block %b im primären Deskriptor @g ist auf der Liste der defekten Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001383
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001384#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001385#: e2fsck/problem.c:585
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001386msgid "Warning: Group %g's @S (%b) is bad.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001387msgstr "Warnung: der @S von Gruppe %g (%b) ist defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001388
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001389#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001390#: e2fsck/problem.c:590
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001391msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001392msgstr "Warnung: die Kopie des Gruppen-Deskriptors von Gruppe %g hat einen defekten Block (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001393
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001394#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001395#: e2fsck/problem.c:596
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001396msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001397msgstr "Programmfehler? @b #%b wird ohne Grund in process_bad_@b verlangt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001398
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001399#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001400#: e2fsck/problem.c:602
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001401msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001402msgstr "@A %N zusammenhängenende(m/n) Block/Blöcken in der @b-@g %g für %s: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001403
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001404#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001405#: e2fsck/problem.c:607
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001406#, c-format
1407msgid "@A @b buffer for relocating %s\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001408msgstr "@A einen @b-Puffer zum Verschieben von %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001409
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001410#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001411#: e2fsck/problem.c:612
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001412msgid "Relocating @g %g's %s from %b to %c...\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001413msgstr "Verschiebe Gruppe %g's %s von %b nach %c...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001414
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001415#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001416#: e2fsck/problem.c:617
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001417#, c-format
1418msgid "Relocating @g %g's %s to %c...\n"
1419msgstr "Verschiebe @g %g's %s nach %c...\n"
1420
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001421#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001422#: e2fsck/problem.c:622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001423msgid "Warning: could not read @b %b of %s: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001424msgstr "Warnung: @b %b von %s konnte nicht gelesen werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001425
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001426#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001427#: e2fsck/problem.c:627
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001428msgid "Warning: could not write @b %b for %s: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001429msgstr "Warnung: @b %b von %s konnte nicht geschrieben werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001430
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001431#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001432#: e2fsck/problem.c:632 e2fsck/problem.c:1481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001433msgid "@A @i @B (%N): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001434msgstr "@A die @i-@B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001435
1436#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001437#: e2fsck/problem.c:637
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001438msgid "@A @b @B (%N): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001439msgstr "@A die @i-@B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001440
1441#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001442#: e2fsck/problem.c:642
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001443#, c-format
1444msgid "@A icount link information: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001445msgstr "@A die „icount link information“: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001446
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001447#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001448#: e2fsck/problem.c:647
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001449#, c-format
1450msgid "@A @d @b array: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001451msgstr "@A das @d-@b-Feld: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001452
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001453#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001454#: e2fsck/problem.c:652
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001455#, c-format
1456msgid "Error while scanning @is (%i): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001457msgstr "Fehler während des Durchsuchens der @is (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001458
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001459#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001460#: e2fsck/problem.c:657
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001461#, c-format
1462msgid "Error while iterating over @bs in @i %i: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001463msgstr "Fehler beim Iterieren über die Blöcke in @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001464
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001465#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001466#: e2fsck/problem.c:662
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001467msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001468msgstr "Fehler beim Speichern der @i Anzahl-Informationen (@i=%i, count=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001469
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001470#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001471#: e2fsck/problem.c:667
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001472msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001473msgstr "Fehler beim Speichern der @d-@b-Informationen (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001475#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001476#: e2fsck/problem.c:673
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001477#, c-format
1478msgid "Error reading @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001479msgstr "Fehler beim Lesen von @i %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001480
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001481#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001482#: e2fsck/problem.c:681
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001483#, c-format
1484msgid "@i %i has imagic flag set. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001485msgstr "@i %i hat den Imagic-Bitschalter gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001486
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001487#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1488#. @-expanded: or append-only flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001489#: e2fsck/problem.c:686
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001490#, c-format
1491msgid ""
1492"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1493"or append-only flag set. "
1494msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001495"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat den Bitschalter für\n"
1496"unveränderbar oder nur-anängen gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001497
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001498#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001499#: e2fsck/problem.c:692
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001500#, c-format
1501msgid "@i %i has @cion flag set on @f without @cion support. "
Philipp Thomasb93349a2014-05-31 13:32:39 -04001502msgstr "@i %i hat den Bitschalter für @c gesetzt auf einem @f ohne Unterstützung dafür. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001503
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001504#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001505#: e2fsck/problem.c:697
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001506#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001507msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001508msgstr "Spezielle (@v/socket/fifo) @i %i hat die Größe Null. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001509
1510#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001511#: e2fsck/problem.c:707
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001512msgid "@j @i is not in use, but contains data. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001513msgstr "@j %i wird nicht verwendet, aber enthält Daten. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001514
1515#. @-expanded: journal is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001516#: e2fsck/problem.c:712
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001517msgid "@j is not regular file. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001518msgstr "@j ist keine reguläre Datei. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001519
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001520#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001521#: e2fsck/problem.c:717
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001522#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001523msgid "@i %i was part of the @o @i list. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001524msgstr "@i %i war Teil der Liste verwaister Inodes. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001525
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001526#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001527#: e2fsck/problem.c:723
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001528msgid "@is that were part of a corrupted orphan linked list found. "
Philipp Thomasb93349a2014-05-31 13:32:39 -04001529msgstr "@is gefunden, die Teil einer defekten verketteten Liste von verwaisten @is waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001530
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001531#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001532#: e2fsck/problem.c:728
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001533msgid "@A refcount structure (%N): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001534msgstr "@A die refcount-Structure (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001535
1536#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001537#: e2fsck/problem.c:733
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001538msgid "Error reading @a @b %b for @i %i. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001539msgstr "Fehler beim Lesen des Blocks für erweiterte Attribute %b f @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001540
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001541#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001542#: e2fsck/problem.c:738
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001543msgid "@i %i has a bad @a @b %b. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001544msgstr "@i %i hat einen defekten erweiterte-Attribute-Block %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001545
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001546#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001547#: e2fsck/problem.c:743
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001548msgid "Error reading @a @b %b (%m). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001549msgstr "Fehler beim Lesen des Blocks für erweiterte Attribute (%m). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001550
Philipp Thomas77c871a2010-04-19 16:59:02 -04001551#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001552#: e2fsck/problem.c:748
Philipp Thomas77c871a2010-04-19 16:59:02 -04001553msgid "@a @b %b has reference count %r, @s %N. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001554msgstr "Der Referenzzähler des Blocks für @a %b ist %r, richtig wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001555
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001556#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001557#: e2fsck/problem.c:753
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001558msgid "Error writing @a @b %b (%m). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001559msgstr "Fehler beim Schreiben des Blocks für @a %b (%m). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001560
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001561#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001562#: e2fsck/problem.c:758
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001563msgid "@a @b %b has h_@bs > 1. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001564msgstr "der Block für @a %b hat h_blocks > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001565
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001567#: e2fsck/problem.c:763
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001568msgid "@A @a @b %b. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001569msgstr "@A den Block für erweiterte Attribute %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001570
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001571#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001572#: e2fsck/problem.c:768
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001573msgid "@a @b %b is corrupt (allocation collision). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001574msgstr "der @b für @a %b ist defekt (Kollision der Platzanforderungen). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001575
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001576#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001577#: e2fsck/problem.c:773
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001578msgid "@a @b %b is corrupt (@n name). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001579msgstr "@a @b %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001580
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001581#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001582#: e2fsck/problem.c:778
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001583msgid "@a @b %b is corrupt (@n value). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001584msgstr "der @b für @a %b ist defekt (ungültiger Wert). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001585
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001586#. @-expanded: inode %i is too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001587#: e2fsck/problem.c:783
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001588#, c-format
1589msgid "@i %i is too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001590msgstr "@i %i ist zu groß. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001591
Philipp Thomas77c871a2010-04-19 16:59:02 -04001592#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001593#: e2fsck/problem.c:787
Philipp Thomas77c871a2010-04-19 16:59:02 -04001594msgid "%B (%b) causes @d to be too big. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001595msgstr "%B (%b) macht @d zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001596
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001597#: e2fsck/problem.c:792
Philipp Thomas77c871a2010-04-19 16:59:02 -04001598msgid "%B (%b) causes file to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001599msgstr "@b #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001600
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001601#: e2fsck/problem.c:797
Philipp Thomas77c871a2010-04-19 16:59:02 -04001602msgid "%B (%b) causes symlink to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001603msgstr "@b #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001604
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001605#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001606#: e2fsck/problem.c:802
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001607#, c-format
1608msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001609msgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001610
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001611#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001612#: e2fsck/problem.c:807
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001613#, c-format
1614msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001615msgstr "@i %i hat den INDEX_FL-Bitschalter gesetzt, ist aber kein @d.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001616
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001617#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001618#: e2fsck/problem.c:812
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001619#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001620msgid "@h %i has an @n root node.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001621msgstr "@h %i hat einen unvollständigen Wurzelknoten („root node“).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001622
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001623#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001624#: e2fsck/problem.c:817
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001625msgid "@h %i has an unsupported hash version (%N)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001626msgstr "@h %i hat eine nicht unterstützte Hash-Version (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001627
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001628#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001629#: e2fsck/problem.c:822
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001630#, c-format
1631msgid "@h %i uses an incompatible htree root node flag.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001632msgstr "@h %i benutzt einen nicht unterstützten Bitschalter für einen Htree-Wurzelknoten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001633
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001634#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001635#: e2fsck/problem.c:827
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001636msgid "@h %i has a tree depth (%N) which is too big\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001637msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001638
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001639#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1640#. @-expanded: filesystem metadata.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001641#: e2fsck/problem.c:832
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001642msgid ""
1643"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1644"@f metadata. "
1645msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001646"der @i für defekte Blöcke hat einen indirekten @b (%b), der mit\n"
1647"den @f-Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001648
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001649#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001650#: e2fsck/problem.c:838
Theodore Ts'obc759702005-05-09 20:40:55 -04001651#, c-format
1652msgid "Resize @i (re)creation failed: %m."
Philipp Thomas9564ee52008-08-22 03:22:50 -04001653msgstr "Erzeugung von Vergrösserungs-@i scheiterte: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001654
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001655#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001656#: e2fsck/problem.c:843
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001657msgid "@i %i has a extra size (%IS) which is @n\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001658msgstr "@h %i hat eine ungültige Extragröße (%IS)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001660#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001661#: e2fsck/problem.c:848
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001662msgid "@a in @i %i has a namelen (%N) which is @n\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001663msgstr "ein erweitertes Attribut in @i %i hat eine ungültige namelen von %N\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001664
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001665#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001666#: e2fsck/problem.c:853
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001667msgid "@a in @i %i has a value offset (%N) which is @n\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001668msgstr "ein erweitertes Attribut in @i %i hat einen ungültigen Werteversatz von %N\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001670#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001671#: e2fsck/problem.c:858
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001672msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001673msgstr "ein erweitertes Attribut in @i %i hat einen ungültigen Werteblock von %N (muß 0 sein)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001674
Philipp Thomas77c871a2010-04-19 16:59:02 -04001675#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001676#: e2fsck/problem.c:863
Philipp Thomas77c871a2010-04-19 16:59:02 -04001677msgid "@a in @i %i has a value size (%N) which is @n\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001678msgstr "ein erweitertes Attribut in @i %i hat eine ungültige Wertegröße von %N\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001679
Philipp Thomas720e6362008-06-21 14:06:00 -04001680#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001681#: e2fsck/problem.c:868
Philipp Thomas720e6362008-06-21 14:06:00 -04001682msgid "@a in @i %i has a hash (%N) which is @n\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001683msgstr "ein erweitertes Attribut in @i %i hat den ungültigen Hash %N\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001684
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001685#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001686#: e2fsck/problem.c:873
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001687msgid "@i %i is a %It but it looks like it is really a directory.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001688msgstr "@i %i ist ein %It, aber es sieht so aus, als ob es tatsächlich ein Verzeichnis ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001689
Philipp Thomas40771272008-09-07 22:55:25 -04001690#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001691#: e2fsck/problem.c:878
Philipp Thomas68801282008-07-17 11:47:00 -04001692#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001693msgid "Error while reading over @x tree in @i %i: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001694msgstr "Fehler beim Iterieren über den @xs-Baum @x in @i %i: %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001695
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001696#. @-expanded: Failed to iterate extents in inode %i\n
1697#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001698#: e2fsck/problem.c:883
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001699msgid ""
1700"Failed to iterate extents in @i %i\n"
1701"\t(op %s, blk %b, lblk %c): %m\n"
1702msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001703"Das Iterieren der Erweiterungen (extents) in @i %i scheiterte\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001704"\t(op %s, blk %b, lblk %c): %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001705
1706#. @-expanded: inode %i has an invalid extent\n
1707#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001708#: e2fsck/problem.c:889
Philipp Thomas720e6362008-06-21 14:06:00 -04001709msgid ""
1710"@i %i has an @n extent\n"
1711"\t(logical @b %c, @n physical @b %b, len %N)\n"
1712msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001713"@i %i hat eine @ne Erweiterung\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001714"\t(logischer @b %c, @n physischer @b %b, Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001715
1716#. @-expanded: inode %i has an invalid extent\n
1717#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001718#: e2fsck/problem.c:894
Philipp Thomas720e6362008-06-21 14:06:00 -04001719msgid ""
1720"@i %i has an @n extent\n"
1721"\t(logical @b %c, physical @b %b, @n len %N)\n"
1722msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001723"@i %i hat eine ungültige Erweiterung\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001724"\t(logischer @b %c, physischer @b %b, @n Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001725
1726#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001727#: e2fsck/problem.c:899
Philipp Thomas720e6362008-06-21 14:06:00 -04001728#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001729msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001730msgstr "@i %i hat EXTENTS_FL-Bitschalter gesetzt, obwohl das @f Erweiterungen nicht unterstützt.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001731
1732#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001733#: e2fsck/problem.c:904
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001734#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001735msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001736msgstr "@i %i besitzt das Erweiterungsformat, aber dem @S fehlt die Eigenschaft EXTENTS\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001737
1738#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001739#: e2fsck/problem.c:909
Philipp Thomas720e6362008-06-21 14:06:00 -04001740#, c-format
1741msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001742msgstr "der @i %i fehlt EXTENT_FL, sie hat aber das Format einer Erweiterung\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001743
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001744#: e2fsck/problem.c:914
Philipp Thomas720e6362008-06-21 14:06:00 -04001745#, c-format
1746msgid "Fast symlink %i has EXTENT_FL set. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001747msgstr "In schnellem Symlink %i ist EXTENT_FL gesetzt. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001748
1749#. @-expanded: inode %i has out of order extents\n
1750#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001751#: e2fsck/problem.c:919
Philipp Thomas720e6362008-06-21 14:06:00 -04001752msgid ""
1753"@i %i has out of order extents\n"
1754"\t(@n logical @b %c, physical @b %b, len %N)\n"
1755msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001756"@i %i hat unregelmässige Erweiterungen\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001757"\t(@n logischer @b %c, physischer @b %b, Länge %N)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001758
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001759#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001760#: e2fsck/problem.c:923
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001761msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001762msgstr "@i %i hat einen ungültigen Erweiterungs-Knoten (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001763
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001764#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001765#: e2fsck/problem.c:928
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001766#, c-format
1767msgid "Error converting subcluster @b @B: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001768msgstr "Fehler beim Umwandeln der Subcluster-Blockbitmap: %m\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001769
1770#. @-expanded: quota inode is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001771#: e2fsck/problem.c:933
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001772msgid "@q @i is not regular file. "
1773msgstr "die @q-@i ist keine reguläre Datei. "
1774
1775#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001776#: e2fsck/problem.c:938
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001777msgid "@q @i is not in use, but contains data. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001778msgstr "@q-@i wird nicht benutzt, enthält aber Daten. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001779
1780#. @-expanded: quota inode is visible to the user.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001781#: e2fsck/problem.c:943
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001782msgid "@q @i is visible to the user. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001783msgstr "die @q-@i ist sichtbar für den Benutzer. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001784
1785#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001786#: e2fsck/problem.c:948
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001787msgid "The bad @b @i looks @n. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001788msgstr "Die Inode für defekte Blöcke sieht ungültig aus. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001789
Philipp Thomasedc733d2012-04-22 15:38:42 -04001790#. @-expanded: inode %i has zero length extent\n
1791#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001792#: e2fsck/problem.c:953
Philipp Thomasedc733d2012-04-22 15:38:42 -04001793msgid ""
1794"@i %i has zero length extent\n"
1795"\t(@n logical @b %c, physical @b %b)\n"
1796msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001797"@i %i hat eine Erweitertung der Länge Null\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04001798"\t(@n logischer @b %c, physischer @b %b)\n"
1799
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001800#. @-expanded: Interior extent node level %N of inode %i:\n
1801#. @-expanded: Logical start %b does not match logical start %c at next level.
1802#: e2fsck/problem.c:960
1803msgid ""
1804"Interior @x node level %N of @i %i:\n"
1805"Logical start %b does not match logical start %c at next level. "
1806msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04001807"Ebene %Ndes internen Erweiterungsknoten von @i %i:\n"
1808"Der logische Start %b passt nicht zum logischen Start %c auf der nächsten Ebene."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001809
1810#. @-expanded: inode %i, end of extent exceeds allowed value\n
1811#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1812#: e2fsck/problem.c:966
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001813msgid ""
1814"@i %i, end of extent exceeds allowed value\n"
1815"\t(logical @b %c, physical @b %b, len %N)\n"
1816msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04001817"@i %i das Ende der Erweiterung ist ausserhalb des gültigen Bereichs\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001818"\t(logischer @b %c, @n physischer @b %b, Länge %N)\n"
1819
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001820#. @-expanded: \n
1821#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1822#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001823#: e2fsck/problem.c:974
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001824msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001825"\n"
1826"Running additional passes to resolve @bs claimed by more than one @i...\n"
1827"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001828msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001829"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001830"Führe zusätzliche Läufe durch, um die von mehr als einer @i beanspruchten Blöcke zu klären...\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001831"Durchgang 1B: Suche nach mehrfach beanspruchten Blöcken\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001832
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001833#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001834#: e2fsck/problem.c:980
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001835#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001836msgid "@m @b(s) in @i %i:"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001837msgstr "@me(r) Block/Blöcke in @i %i:"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001838
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001839#: e2fsck/problem.c:995
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001840#, c-format
1841msgid "Error while scanning inodes (%i): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001842msgstr "Fehlen beim Prüfen der Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001843
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001844#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001845#: e2fsck/problem.c:1000
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001846#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001847msgid "@A @i @B (@i_dup_map): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001848msgstr "@A die @i-@B (inode_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001849
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001850#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001851#: e2fsck/problem.c:1005
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001852#, c-format
1853msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001854msgstr "Fehler beim Iterieren über die Blöcke in @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001855
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001856#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001857#: e2fsck/problem.c:1010 e2fsck/problem.c:1325
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001858msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001859msgstr "Fehler bei der Anpassung des Referenzzählers des Blocks für @a %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001860
Theodore Ts'o6956f612005-12-31 16:46:15 -05001861#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001862#: e2fsck/problem.c:1015
Theodore Ts'o6956f612005-12-31 16:46:15 -05001863msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001864msgstr "Durchgang 1C: Durchsuche Verzeichnisse nach @is mit mehrfach belegten Blöcken.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001865
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001866#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001867#: e2fsck/problem.c:1021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001868msgid "Pass 1D: Reconciling @m @bs\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001869msgstr "Durchgang 1D: Gleiche mehrfach belegte Blöcke ab\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001870
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001871#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001872#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001873#: e2fsck/problem.c:1026
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001874msgid ""
1875"File %Q (@i #%i, mod time %IM) \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001876" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001877msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001878"Datei %Q (@i #%i, Änderungszeit %IM) \n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04001879" hat %r mehrfach belegte(n) Block/Blöcke, gemeinsam genutzt mit %N Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001880
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001881#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001882#: e2fsck/problem.c:1032
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001883msgid "\t%Q (@i #%i, mod time %IM)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001884msgstr "\t%Q (@i #%i, Änderungszeit %IM)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001885
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001886#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001887#: e2fsck/problem.c:1037
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001888msgid "\t<@f metadata>\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001889msgstr "\t<@f-Metadaten>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001890
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001891#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1892#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001893#: e2fsck/problem.c:1042
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001894msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001895"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001896"\n"
1897msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001898"(es gibt %N @is, die mehrfach belegte Blöcke enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001899"\n"
1900
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001901#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1902#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001903#: e2fsck/problem.c:1047
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001904msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001905"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001906"\n"
1907msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001908"mehrfach belegte Blöcke wurden bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001909"\n"
1910
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001911#: e2fsck/problem.c:1060
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001912#, c-format
1913msgid "Couldn't clone file: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001914msgstr "Kann eine Datei nicht klonen: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001915
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001916#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001917#: e2fsck/problem.c:1066
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001918msgid "Pass 2: Checking @d structure\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001919msgstr "Durchgang 2: Prüfe die @dstruktur\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001920
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001921#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001922#: e2fsck/problem.c:1071
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001923#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001924msgid "@n @i number for '.' in @d @i %i.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001925msgstr "Falsche @inummer für „.“ in Verzeichnisinode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001926
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001927#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001928#: e2fsck/problem.c:1076
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001929msgid "@E has @n @i #: %Di.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001930msgstr "@E hat falsche @i-Nr.: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001931
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001932#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001933#: e2fsck/problem.c:1081
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001934msgid "@E has @D/unused @i %Di. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001935msgstr "@E hat gelöschte/unbenutzt @i %Di. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001936
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001937#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001938#: e2fsck/problem.c:1086
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001939msgid "@E @L to '.' "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001940msgstr "@E @L nach „.“ "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001941
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001942#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001943#: e2fsck/problem.c:1091
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001944msgid "@E points to @i (%Di) located in a bad @b.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001945msgstr "@E zeigt auf eine @i (%Di) in einem defekten @b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001946
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001947#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001948#: e2fsck/problem.c:1096
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001949msgid "@E @L to @d %P (%Di).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001950msgstr "@E @L mit @d %P (%Di).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001951
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001952#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001953#: e2fsck/problem.c:1101
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001954msgid "@E @L to the @r.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001955msgstr "@E @L mit der @r.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001956
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001957#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001958#: e2fsck/problem.c:1106
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001959msgid "@E has illegal characters in its name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001960msgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001961
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001962#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001963#: e2fsck/problem.c:1111
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001964#, c-format
1965msgid "Missing '.' in @d @i %i.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04001966msgstr "Fehlende „.“ in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001967
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001968#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001969#: e2fsck/problem.c:1116
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001970#, c-format
1971msgid "Missing '..' in @d @i %i.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001972msgstr "Fehlender Eintrag „..“ in @dinode %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001973
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001974#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001975#: e2fsck/problem.c:1121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001976msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001977msgstr "Der erste @e „%Dn“ (@i=%Di) in @d-@i %i (%p) sollte „.“ sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001978
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001979#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001980#: e2fsck/problem.c:1126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001981msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001982msgstr "Der zweite @e „%Dn“ (inode=%Di) in @d-@i %i sollte „..“ sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001983
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001984#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001985#: e2fsck/problem.c:1131
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001986msgid "i_faddr @F %IF, @s zero.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001987msgstr "i_faddr @F %IF, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001988
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001989#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001990#: e2fsck/problem.c:1136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001991msgid "i_file_acl @F %If, @s zero.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001992msgstr "i_file_acl @F %If, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001993
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001994#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001995#: e2fsck/problem.c:1141
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001996msgid "i_dir_acl @F %Id, @s zero.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05001997msgstr "i_dir_acl @F %Id, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001998
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001999#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002000#: e2fsck/problem.c:1146
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002001msgid "i_frag @F %N, @s zero.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002002msgstr "i_frag @F %N, sollte Null sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002004#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002005#: e2fsck/problem.c:1151
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002006msgid "i_fsize @F %N, @s zero.\n"
2007msgstr "i_fsize @F %N, @s null.\n"
2008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002009#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002010#: e2fsck/problem.c:1156
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002011msgid "@i %i (%Q) has @n mode (%Im).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002012msgstr "@i %i (%Q) hat einen ungültigen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002013
Philipp Thomas77c871a2010-04-19 16:59:02 -04002014#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002015#: e2fsck/problem.c:1161
Philipp Thomas77c871a2010-04-19 16:59:02 -04002016msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002017msgstr "@d-@i %i, @b %B, Offset %N: @d defekt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002018
Philipp Thomas77c871a2010-04-19 16:59:02 -04002019#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002020#: e2fsck/problem.c:1166
Philipp Thomas77c871a2010-04-19 16:59:02 -04002021msgid "@d @i %i, %B, offset %N: filename too long\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002022msgstr "@d-@i %i, @b %B, offset %N: Dateiname zu lang\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002023
Philipp Thomas77c871a2010-04-19 16:59:02 -04002024#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002025#: e2fsck/problem.c:1171
Philipp Thomas77c871a2010-04-19 16:59:02 -04002026msgid "@d @i %i has an unallocated %B. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002027msgstr "@d-@i %i hat einen nicht zugewiesenen %B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002028
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002029#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002030#: e2fsck/problem.c:1176
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002031#, c-format
2032msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002033msgstr "@d-@e „.“ in @d-@i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002034
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002035#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002036#: e2fsck/problem.c:1181
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002037#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002038msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002039msgstr "@d-@e „..“ in @d-@i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002040
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002041#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002042#: e2fsck/problem.c:1186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002043msgid "@i %i (%Q) is an @I character @v.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002044msgstr "@i %i (%Q) ist ein @I zeichenorientiertes Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002045
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002046#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002047#: e2fsck/problem.c:1191
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002048msgid "@i %i (%Q) is an @I @b @v.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002049msgstr "@i %i (%Q) ist ein @I blockorientiertes Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002050
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002051#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002052#: e2fsck/problem.c:1196
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002053msgid "@E is duplicate '.' @e.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002054msgstr "@E ist ein doppelter @e für „.“.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002055
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002056#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002057#: e2fsck/problem.c:1201
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002058msgid "@E is duplicate '..' @e.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002059msgstr "@E ist ein doppelter @e für „..“.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002060
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002061#: e2fsck/problem.c:1206 e2fsck/problem.c:1506
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002062#, c-format
2063msgid "Internal error: couldn't find dir_info for %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002064msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002065
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002066#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002067#: e2fsck/problem.c:1211
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002068msgid "@E has rec_len of %Dr, @s %N.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002069msgstr "@E hat eine rec_len von %Dr, sollte %N sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002070
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002071#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002072#: e2fsck/problem.c:1216
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002073#, c-format
2074msgid "@A icount structure: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002075msgstr "@A die icount-Structur: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002076
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002077#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002078#: e2fsck/problem.c:1221
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002079#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04002080msgid "Error iterating over @d @bs: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002081msgstr "Fehler beim Durchlaufen der @dblöcke: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002082
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002083#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002084#: e2fsck/problem.c:1226
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002085msgid "Error reading @d @b %b (@i %i): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002086msgstr "Fehler beim Lesen des @dblocks %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002087
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002088#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002089#: e2fsck/problem.c:1231
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002090msgid "Error writing @d @b %b (@i %i): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002091msgstr "Fehler beim Schreiben von @dblock %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002092
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002093#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002094#: e2fsck/problem.c:1236
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002095#, c-format
2096msgid "@A new @d @b for @i %i (%s): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002097msgstr "@A einen neuen @dblock für @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002098
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002099#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002100#: e2fsck/problem.c:1241
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002101#, c-format
2102msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002103msgstr "Fehler bei der Freigabe von @i %i: %m\n"
2104
Philipp Thomas40771272008-09-07 22:55:25 -04002105#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002106#: e2fsck/problem.c:1246
Philipp Thomas40771272008-09-07 22:55:25 -04002107#, c-format
2108msgid "@d @e for '.' in %p (%i) is big.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002109msgstr "Verzeichniseintrag für „.“ in %p (%i) ist groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002110
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002111#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002112#: e2fsck/problem.c:1251
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002113msgid "@i %i (%Q) is an @I FIFO.\n"
2114msgstr "@i %i (%Q) ist ein @I FIFO.\n"
2115
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002116#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002117#: e2fsck/problem.c:1256
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002118msgid "@i %i (%Q) is an @I socket.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002119msgstr "@i %i (%Q) ist ein illegaler Socket.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002120
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002121#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002122#: e2fsck/problem.c:1261
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002123msgid "Setting filetype for @E to %N.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002124msgstr "Setze den Dateitype für @E auf %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002125
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002126#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002127#: e2fsck/problem.c:1266
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002128msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002129msgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
2130
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002131#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002132#: e2fsck/problem.c:1271
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002133msgid "@E has filetype set.\n"
2134msgstr "@E hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002135
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002136#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002137#: e2fsck/problem.c:1276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002138msgid "@E has a @z name.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002139msgstr "@E hat einen Namen der Länge Null.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002140
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002141#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002142#: e2fsck/problem.c:1281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002143msgid "Symlink %Q (@i #%i) is @n.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002144msgstr "Symlink %Q (@i #%i) is invalid.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002145
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002146#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002147#: e2fsck/problem.c:1286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002148msgid "@a @b @F @n (%If).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002149msgstr "@a @b @F ist falsch (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002150
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002151#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002152#: e2fsck/problem.c:1291
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002153msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04002154msgstr "@f enthält große Dateien, aber im @S den Bitschalter LARGE_FILE nicht gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002155
Philipp Thomas77c871a2010-04-19 16:59:02 -04002156#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002157#: e2fsck/problem.c:1296
Philipp Thomas77c871a2010-04-19 16:59:02 -04002158msgid "@p @h %d: %B not referenced\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002159msgstr "@p @h %d: %B ist nicht referenziert\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002160
Philipp Thomas77c871a2010-04-19 16:59:02 -04002161#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002162#: e2fsck/problem.c:1301
Philipp Thomas77c871a2010-04-19 16:59:02 -04002163msgid "@p @h %d: %B referenced twice\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002164msgstr "@p @h %d: %B doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002165
Philipp Thomas77c871a2010-04-19 16:59:02 -04002166#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002167#: e2fsck/problem.c:1306
Philipp Thomas77c871a2010-04-19 16:59:02 -04002168msgid "@p @h %d: %B has bad min hash\n"
2169msgstr "@p @h %d: %B hat ungültigen Minimumhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002170
Philipp Thomas77c871a2010-04-19 16:59:02 -04002171#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002172#: e2fsck/problem.c:1311
Philipp Thomas77c871a2010-04-19 16:59:02 -04002173msgid "@p @h %d: %B has bad max hash\n"
2174msgstr "@p @h %d: %B hat ungültigen Maximalhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002175
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002176#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002177#: e2fsck/problem.c:1316
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002178msgid "@n @h %d (%q). "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002179msgstr "Ungültige @h %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002180
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002181#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002182#: e2fsck/problem.c:1320
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002183msgid "@p @h %d (%q): bad @b number %b.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002184msgstr "@p @h %d (%q): falsche Blocknummer %b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002185
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002186#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002187#: e2fsck/problem.c:1330
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002188#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002189msgid "@p @h %d: root node is @n\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002190msgstr "@p @h %d: Wurzelknotenist ungültig\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002191
Philipp Thomas77c871a2010-04-19 16:59:02 -04002192#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002193#: e2fsck/problem.c:1335
Philipp Thomas77c871a2010-04-19 16:59:02 -04002194msgid "@p @h %d: %B has @n limit (%N)\n"
2195msgstr "@p @h %d: %B hat eine ungültige Begrenzung (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002196
Philipp Thomas77c871a2010-04-19 16:59:02 -04002197#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002198#: e2fsck/problem.c:1340
Philipp Thomas77c871a2010-04-19 16:59:02 -04002199msgid "@p @h %d: %B has @n count (%N)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002200msgstr "@p @h %d: %B hat einen ungültigen Zählerstand (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002201
Philipp Thomas77c871a2010-04-19 16:59:02 -04002202#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002203#: e2fsck/problem.c:1345
Philipp Thomas77c871a2010-04-19 16:59:02 -04002204msgid "@p @h %d: %B has an unordered hash table\n"
2205msgstr "@p @h %d: %B hat eine unsortierte Hashtabelle\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002206
Philipp Thomas77c871a2010-04-19 16:59:02 -04002207#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002208#: e2fsck/problem.c:1350
Philipp Thomas77c871a2010-04-19 16:59:02 -04002209msgid "@p @h %d: %B has @n depth (%N)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002210msgstr "@p @h %d: %B hat eine ungültige Tiefe (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002211
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002212#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002213#: e2fsck/problem.c:1355
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002214msgid "Duplicate @E found. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002215msgstr "Doppelter @E gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002216
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002217#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2218#. @-expanded: Rename to %s
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002219#: e2fsck/problem.c:1360
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002220#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002221msgid ""
2222"@E has a non-unique filename.\n"
2223"Rename to %s"
2224msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04002225"@E hat keinen eindeutigen Dateinnamen.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002226"Benenne in %s um"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002227
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002228#. @-expanded: Duplicate entry '%Dn' found.\n
2229#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2230#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002231#: e2fsck/problem.c:1365
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002232msgid ""
2233"Duplicate @e '%Dn' found.\n"
2234"\tMarking %p (%i) to be rebuilt.\n"
2235"\n"
2236msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002237"Doppelter @e „%Dn“ gefunden.\n"
2238"\t%p (%i) wird für die Neuerstellung markiert.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002239"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002240
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002241#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002242#: e2fsck/problem.c:1370
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002243msgid "i_blocks_hi @F %N, @s zero.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002244msgstr "i_blocks_hi @F %N, sollte Null sein.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002245
Philipp Thomas720e6362008-06-21 14:06:00 -04002246#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002247#: e2fsck/problem.c:1375
Philipp Thomas720e6362008-06-21 14:06:00 -04002248msgid "Unexpected @b in @h %d (%q).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002249msgstr "Unerwarteter @b in @h %d (%q).\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002250
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002251#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002252#: e2fsck/problem.c:1379
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002253msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002254msgstr "@E referenziert @i %Di in @g %g, für die _INODE_UNINIT gesetzt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002255
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002256#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002257#: e2fsck/problem.c:1384
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002258msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04002259msgstr "@E verweist auf @i %Di, die im Bereich ungenutzter Inodes von @g %g zu finden ist.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002260
2261#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002262#: e2fsck/problem.c:1389
Philipp Thomas77c871a2010-04-19 16:59:02 -04002263msgid "i_file_acl_hi @F %N, @s zero.\n"
2264msgstr "i_file_acl_hi @F %N, sollte Null sein.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002266#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002267#: e2fsck/problem.c:1396
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002268msgid "Pass 3: Checking @d connectivity\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002269msgstr "Durchgang 3: Prüfe @d-Verknüpfungen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002270
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002271#. @-expanded: root inode not allocated.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002272#: e2fsck/problem.c:1401
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002273msgid "@r not allocated. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002274msgstr "@r nicht zugeordnet. "
2275
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002276#. @-expanded: No room in lost+found directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002277#: e2fsck/problem.c:1406
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002278msgid "No room in @l @d. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002279msgstr "Kein Platz im Verzeichnis @l. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002281#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002282#: e2fsck/problem.c:1411
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002283#, c-format
2284msgid "Unconnected @d @i %i (%p)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002285msgstr "Nicht verbundene @d-@i %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002287#. @-expanded: /lost+found not found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002288#: e2fsck/problem.c:1416
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002289msgid "/@l not found. "
2290msgstr "/@l nicht gefunden. "
2291
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002292#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002293#: e2fsck/problem.c:1421
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002294msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002295msgstr "„..“ in %Q (%i) ist %P (%j), sollte %q (%d) sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002296
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002297#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002298#: e2fsck/problem.c:1426
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002299msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04002300msgstr "Falsches oder fehlendes Verzeichnis /@l. Wiederverbinden nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002301
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002302#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002303#: e2fsck/problem.c:1431
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002304#, c-format
2305msgid "Could not expand /@l: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002306msgstr "Erweitern von /@l nicht möglich: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002307
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002308#: e2fsck/problem.c:1436
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002309#, c-format
2310msgid "Could not reconnect %i: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002311msgstr "Wiederverbinden von %i nicht möglich: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002312
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002313#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002314#: e2fsck/problem.c:1441
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002315#, c-format
2316msgid "Error while trying to find /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002317msgstr "Fehler während der Suche nach /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002318
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002319#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002320#: e2fsck/problem.c:1446
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002321#, c-format
2322msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002323msgstr "ext2fs_new_@b: %m während des Versuches, @d /@l zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002324
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002325#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002326#: e2fsck/problem.c:1451
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002327#, c-format
2328msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002329msgstr "ext2fs_new_@i: %m während des Versuches, @d /@l zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002331#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002332#: e2fsck/problem.c:1456
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002333#, c-format
2334msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002335msgstr "ext2fs_new_dir_@b: %m während des Versuches, @d /@l zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002336
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002337#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002338#: e2fsck/problem.c:1461
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002339#, c-format
2340msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002341msgstr "ext2fs_write_dir_@b: %m während des Schreibens des @d-@bs für /@l\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002342
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002343#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002344#: e2fsck/problem.c:1466
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002345#, c-format
2346msgid "Error while adjusting @i count on @i %i\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002347msgstr "Fehler während des Anpassens der @i-Anzahl auf @i %i\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002348
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002349#. @-expanded: Couldn't fix parent of inode %i: %m\n
2350#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002351#: e2fsck/problem.c:1471
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002352#, c-format
2353msgid ""
2354"Couldn't fix parent of @i %i: %m\n"
2355"\n"
2356msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002357"Konnte den Eigentümer von @i %i nicht reparieren: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002358"\n"
2359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002360#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2361#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002362#: e2fsck/problem.c:1476
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002363#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002364msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002365"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002366"\n"
2367msgstr ""
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002368"Eigentümer von @i %i konnte nicht repariert werden: \n"
2369"@deintrag des Eigentümers wurde nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002370
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002371#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002372#: e2fsck/problem.c:1486
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002373#, c-format
2374msgid "Error creating root @d (%s): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002375msgstr "Fehler beim Erzeugen des Wurzelverzeichnisses (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002376
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002377#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002378#: e2fsck/problem.c:1491
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002379#, c-format
2380msgid "Error creating /@l @d (%s): %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002381msgstr "Fehler beim Erzeugen des Verzeichnisses /@l (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002382
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002383#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002384#: e2fsck/problem.c:1496
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002385msgid "@r is not a @d; aborting.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002386msgstr "die Wurzelinode ist kein @d; Abbruch.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002387
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002388#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002389#: e2fsck/problem.c:1501
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002390msgid "Cannot proceed without a @r.\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002391msgstr "Ohne Wurzelinode ist weiteres Arbeiten nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002392
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002393#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002394#: e2fsck/problem.c:1511
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002395#, c-format
2396msgid "/@l is not a @d (ino=%i)\n"
2397msgstr "/@l ist kein @d (ino=%i)\n"
2398
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002399#: e2fsck/problem.c:1518
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002400msgid "Pass 3A: Optimizing directories\n"
2401msgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2402
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002403#: e2fsck/problem.c:1523
Philipp Thomas77c871a2010-04-19 16:59:02 -04002404#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002405msgid "Failed to create dirs_to_hash iterator: %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002406msgstr "dirs_to_hash Iterator konnte nicht erzeugt werden: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002407
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002408#: e2fsck/problem.c:1528
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002409msgid "Failed to optimize directory %q (%d): %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002410msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002411
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002412#: e2fsck/problem.c:1533
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002413msgid "Optimizing directories: "
2414msgstr "Optimiere Verzeichnisse: "
2415
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002416#: e2fsck/problem.c:1550
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002417msgid "Pass 4: Checking reference counts\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002418msgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002419
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002420#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002421#: e2fsck/problem.c:1555
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002422#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002423msgid "@u @z @i %i. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002424msgstr "@ue @I %i @z. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002425
2426#. @-expanded: unattached inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002427#: e2fsck/problem.c:1560
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002428#, c-format
2429msgid "@u @i %i\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002430msgstr "@ue @i %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002431
2432#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002433#: e2fsck/problem.c:1565
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002434msgid "@i %i ref count is %Il, @s %N. "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002435msgstr "Der Referenzzähler von @i %i ist %Il, @s aber %N sein. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002436
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002437#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2438#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2439#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002440#: e2fsck/problem.c:1569
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002441msgid ""
2442"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2443"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002444"@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 -05002445msgstr ""
2446"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002447"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (AKTIVES) DATEISYSTEM.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04002448"@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 -05002449
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002450#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002451#: e2fsck/problem.c:1579
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002452msgid "Pass 5: Checking @g summary information\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002453msgstr "Durchgang 5: Überprüfe die zusammengefasste Gruppeninformation\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002455#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002456#: e2fsck/problem.c:1584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002457msgid "Padding at end of @i @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002458msgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002459
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002460#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002461#: e2fsck/problem.c:1589
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002462msgid "Padding at end of @b @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002463msgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002464
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002465#. @-expanded: block bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002466#: e2fsck/problem.c:1594
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002467msgid "@b @B differences: "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002468msgstr "Unterschiede in der @b-@B: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002469
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002470#. @-expanded: inode bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002471#: e2fsck/problem.c:1614
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002472msgid "@i @B differences: "
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002473msgstr "Unterschiede in der @i-@B: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002475#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002476#: e2fsck/problem.c:1634
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002477msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002478msgstr "Die Anzahl freier @is ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002480#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002481#: e2fsck/problem.c:1639
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002482msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002483msgstr "Die Anzahl der Verzeichnisse ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002484
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002485#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002486#: e2fsck/problem.c:1644
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002487msgid "Free @is count wrong (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002488msgstr "Die Anzahl freier @is ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002489
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002490#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002491#: e2fsck/problem.c:1649
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002492msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002493msgstr "Die Anzahl freier Blöcke in @g #%g ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002494
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002495#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002496#: e2fsck/problem.c:1654
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002497msgid "Free @bs count wrong (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002498msgstr "Die Anzahl freier Blöcke ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002499
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002500#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2501#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002502#: e2fsck/problem.c:1659
Philipp Thomasb93349a2014-05-31 13:32:39 -04002503msgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
2504msgstr "PROGRAMMIERFEHLER: Dateisystem (#%N) @B-Endpunkte (%b, %c) passen nicht mit den berechneten @B-Endpunkten (%i, %j) überein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002505
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002506#: e2fsck/problem.c:1665
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002507msgid "Internal error: fudging end of bitmap (%N)\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002508msgstr "Interner Fehler: das Ende der Bitmap (%N) wird erraten\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002509
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002510#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002511#: e2fsck/problem.c:1670
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002512#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002513msgid "Error copying in replacement @i @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002514msgstr "Fehler beim hineinkopieren von @i @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002515
2516#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002517#: e2fsck/problem.c:1675
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002518#, c-format
2519msgid "Error copying in replacement @b @B: %m\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002520msgstr "Fehler beim Hineinkopieren der Ersatz-Blockbitmap: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002521
Philipp Thomas720e6362008-06-21 14:06:00 -04002522#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002523#: e2fsck/problem.c:1700
Philipp Thomas720e6362008-06-21 14:06:00 -04002524#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04002525msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04002526msgstr "Blöcke von @g %g sind in Beutzung, obwohl @g als BLOCK_UNINIT markiert ist\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002527
2528#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002529#: e2fsck/problem.c:1705
Theodore Ts'o057a1592010-06-07 12:24:21 -04002530#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04002531msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04002532msgstr "Die @isw der @g %g sind in Benutzung, obwohl @g als INODE_UNINIT markiert ist\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002533
Philipp Thomas77c871a2010-04-19 16:59:02 -04002534#. @-expanded: Recreate journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002535#: e2fsck/problem.c:1712
Philipp Thomas77c871a2010-04-19 16:59:02 -04002536msgid "Recreate @j"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002537msgstr "@j wird wiederhergestellt"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002538
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002539#: e2fsck/problem.c:1717
Eric Sandeen032eafe2012-07-28 17:48:36 -04002540msgid "Update quota info for quota type %N"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002541msgstr "Quota-Info für Typ %N wird aktualisiert"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002542
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002543#: e2fsck/problem.c:1836
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002544#, c-format
2545msgid "Unhandled error code (0x%x)!\n"
2546msgstr "Unbenutzter Fehlercode (0x%x)!\n"
2547
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002548#: e2fsck/problem.c:1961 e2fsck/problem.c:1965
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002549msgid "IGNORED"
2550msgstr "IGNORIERT"
2551
Eric Sandeen032eafe2012-07-28 17:48:36 -04002552#: e2fsck/scantest.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002553#, c-format
2554msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2555msgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2556
Eric Sandeen032eafe2012-07-28 17:48:36 -04002557#: e2fsck/scantest.c:98
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002558#, c-format
2559msgid "size of inode=%d\n"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05002560msgstr "Größe der Inode=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002561
Eric Sandeen032eafe2012-07-28 17:48:36 -04002562#: e2fsck/scantest.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002563msgid "while starting inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002564msgstr "beim Starten der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002565
Eric Sandeen032eafe2012-07-28 17:48:36 -04002566#: e2fsck/scantest.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002567msgid "while doing inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002568msgstr "während der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002569
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002570#: e2fsck/super.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002571#, c-format
2572msgid "while calling ext2fs_block_iterate for inode %d"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002573msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002574
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002575#: e2fsck/super.c:213
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002576#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002577msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2578msgstr "während des Aufrufs von ext2fs_adjust_ea_refcount2 für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002579
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002580#: e2fsck/super.c:274
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002581msgid "Truncating"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002582msgstr "Kürzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002583
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002584#: e2fsck/super.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002585msgid "Clearing"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002586msgstr "Bereinigen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002587
Eric Sandeen032eafe2012-07-28 17:48:36 -04002588#: e2fsck/unix.c:74
Philipp Thomas68801282008-07-17 11:47:00 -04002589#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002590msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04002591"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002592"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002593"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002594"\t\t[-E extended-options] device\n"
2595msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04002596"Aufruf: %s [-panyrcdfvtDFV] [-b Superblock] [-B Blockgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002597"\t\t[-I Inode_Puffer_Blöcke] [-P Prozess_Inodegröße]\n"
2598"\t\t[-l|-L Bad_Blocks_Datei] [-C Dateideskriptor] [-j externes_Journal]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002599"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002600
Eric Sandeen032eafe2012-07-28 17:48:36 -04002601#: e2fsck/unix.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002602msgid ""
2603"\n"
2604"Emergency help:\n"
2605" -p Automatic repair (no questions)\n"
2606" -n Make no changes to the filesystem\n"
2607" -y Assume \"yes\" to all questions\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04002608" -c Check for bad blocks and add them to the badblock list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002609" -f Force checking even if filesystem is marked clean\n"
2610msgstr ""
2611"\n"
Philipp Thomas18eaec22011-10-02 22:50:38 -04002612"Notfallhilfe:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002613" -p automatische Reparatur (keine Fragen)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002614" -n keine Veränderungen am Dateisystem vornehmen\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002615" -y \" Ja \" auf alle Fragen annehmen\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002616" -c suche nach defekten Blöcken\n"
2617" -f erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002618
Eric Sandeen032eafe2012-07-28 17:48:36 -04002619#: e2fsck/unix.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002620msgid ""
2621" -v Be verbose\n"
2622" -b superblock Use alternative superblock\n"
2623" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002624" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002625" -l bad_blocks_file Add to badblocks list\n"
2626" -L bad_blocks_file Set badblocks list\n"
2627msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002628" -v sei gesprächig\n"
2629" -b Superbloc Nutze Superblockkopie\n"
2630" -B Blockgröße erzwinge Blockgröße beim Suchen vom Superblock\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002631" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002632" -l bad_blocks_file zur Liste der defekten Blöcke hinzufügen\n"
2633" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002634
Philipp Thomasd0275172013-01-15 23:30:35 -05002635#: e2fsck/unix.c:131
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002636#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002637msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2638msgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %llu/%llu Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002639
Philipp Thomasd0275172013-01-15 23:30:35 -05002640#: e2fsck/unix.c:157
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002641#, c-format
2642msgid ""
2643"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002644"%12u inode used (%2.2f%%, out of %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002645msgid_plural ""
2646"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002647"%12u inodes used (%2.2f%%, out of %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002648msgstr[0] ""
2649"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002650"%12u Inode ist in Benutzung (%2.2f%% von %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002651msgstr[1] ""
2652"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002653"%12u Inodes sind in Benutzung (%2.2f%% von %u)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002654
Philipp Thomasd0275172013-01-15 23:30:35 -05002655#: e2fsck/unix.c:161
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002656#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002657msgid "%12u non-contiguous file (%0d.%d%%)\n"
2658msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2659msgstr[0] "%12u nicht zusammenhängende Datei (%0d.%d%%)\n"
2660msgstr[1] "%12u nicht zusammenhängende Dateien (%0d.%d%%)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002661
Philipp Thomasd0275172013-01-15 23:30:35 -05002662#: e2fsck/unix.c:166
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002663#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002664msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2665msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2666msgstr[0] "%12u nicht zusammenhängendes Verzeichnis (%0d.%d%%)\n"
2667msgstr[1] "%12u nicht zusammenhängende Verzeichnisse (%0d.%d%%)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002668
Eric Sandeen032eafe2012-07-28 17:48:36 -04002669#: e2fsck/unix.c:171
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002670#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002671msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2672msgstr " # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002673
Philipp Thomasd0275172013-01-15 23:30:35 -05002674#: e2fsck/unix.c:179
2675msgid " Extent depth histogram: "
2676msgstr " Histogramm der Tiefe von Erweiterungen: "
2677
2678#: e2fsck/unix.c:188
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002679#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002680msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2681msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2682msgstr[0] "%12llu Block wird benutzt (%2.2f%% von %llu)\n"
2683msgstr[1] "%12llu Blöcke werden benutzt (%2.2f%% von %llu)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002684
Philipp Thomasd0275172013-01-15 23:30:35 -05002685#: e2fsck/unix.c:192
2686#, c-format
2687msgid "%12u bad block\n"
2688msgid_plural "%12u bad blocks\n"
2689msgstr[0] "%12u ungültiger Block\n"
2690msgstr[1] "%12u ungültige Blöcke\n"
2691
2692#: e2fsck/unix.c:194
2693#, c-format
2694msgid "%12u large file\n"
2695msgid_plural "%12u large files\n"
2696msgstr[0] "%12u große Datei\n"
2697msgstr[1] "%12u große Dateien\n"
2698
2699#: e2fsck/unix.c:196
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002700#, c-format
2701msgid ""
2702"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002703"%12u regular file\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002704msgid_plural ""
2705"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002706"%12u regular files\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002707msgstr[0] ""
2708"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002709"%12u reguläre Datei\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002710msgstr[1] ""
2711"\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002712"%12u reguläre Dateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002713
Philipp Thomasd0275172013-01-15 23:30:35 -05002714#: e2fsck/unix.c:198
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002715#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002716msgid "%12u directory\n"
2717msgid_plural "%12u directories\n"
2718msgstr[0] "%12u Verzeichnis\n"
2719msgstr[1] "%12u Verzeichnisse\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002720
Philipp Thomasd0275172013-01-15 23:30:35 -05002721#: e2fsck/unix.c:200
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002722#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002723msgid "%12u character device file\n"
2724msgid_plural "%12u character device files\n"
2725msgstr[0] "%12u zeichenorientierte Gerätedatei\n"
2726msgstr[1] "%12u zeichenorientierte Gerätedateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002727
Philipp Thomasd0275172013-01-15 23:30:35 -05002728#: e2fsck/unix.c:203
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002729#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002730msgid "%12u block device file\n"
2731msgid_plural "%12u block device files\n"
2732msgstr[0] "%12u Blockgerätedatei\n"
2733msgstr[1] "%12u Blockgerätedateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002734
Philipp Thomasd0275172013-01-15 23:30:35 -05002735#: e2fsck/unix.c:205
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002736#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002737msgid "%12u fifo\n"
2738msgid_plural "%12u fifos\n"
2739msgstr[0] "%12u Fifo\n"
2740msgstr[1] "%12u Fifos\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002741
Philipp Thomasd0275172013-01-15 23:30:35 -05002742#: e2fsck/unix.c:207
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002743#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002744msgid "%12u link\n"
2745msgid_plural "%12u links\n"
2746msgstr[0] "%12u Verknüpfung\n"
2747msgstr[1] "%12u Verknüpfungen\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002748
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002749#: e2fsck/unix.c:209
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002750#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002751msgid "%12u symbolic link"
2752msgid_plural "%12u symbolic links"
2753msgstr[0] "%12u symbolische Verknüpfung"
2754msgstr[1] "%12u symbolische Verknüpfungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002755
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002756#: e2fsck/unix.c:211
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002757#, c-format
2758msgid " (%u fast symbolic link)\n"
2759msgid_plural " (%u fast symbolic links)\n"
2760msgstr[0] " (%u schnelle symbolische Verknüpfung)\n"
2761msgstr[1] " (%u schnelle symbolische Verknüpfungen)\n"
2762
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002763#: e2fsck/unix.c:215
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002764#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002765msgid "%12u socket\n"
2766msgid_plural "%12u sockets\n"
2767msgstr[0] "%12u Socket\n"
2768msgstr[1] "%12u Sockets\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002769
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002770#: e2fsck/unix.c:219
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002771#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05002772msgid "%12u file\n"
2773msgid_plural "%12u files\n"
2774msgstr[0] "%12u Datei\n"
2775msgstr[1] "%12u Dateien\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002776
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002777#: e2fsck/unix.c:232 misc/badblocks.c:988 misc/tune2fs.c:2023 misc/util.c:308
2778#: resize/main.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002779#, c-format
2780msgid "while determining whether %s is mounted."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002781msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002782
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002783#: e2fsck/unix.c:252
Philipp Thomasd0275172013-01-15 23:30:35 -05002784#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002785msgid "Warning! %s is %s.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002786msgstr "Warnung! %s ist %s.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002787
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002788#: e2fsck/unix.c:259
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002789#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002790msgid "%s is %s.\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05002791msgstr "%s ist %s.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002792
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002793#: e2fsck/unix.c:262
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002794msgid ""
2795"Cannot continue, aborting.\n"
2796"\n"
2797msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002798"Fortsetzung nicht möglich, breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002799"\n"
2800
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002801#: e2fsck/unix.c:264
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002802msgid ""
2803"\n"
2804"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002805"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2806"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002807"\n"
2808msgstr ""
2809"\n"
2810"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04002811"WARNUNG!!! Das Dateisystem ist eingehängt, Wenn Sie fortfahren, ***WERDEN***\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002812"Sie ***SCHWERWIEGENDE*** Schäden am Dateisystem verursachen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002813"\n"
2814
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002815#: e2fsck/unix.c:269
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002816msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002817msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002818
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002819#: e2fsck/unix.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002820msgid "check aborted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002821msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002822
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002823#: e2fsck/unix.c:364
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002824msgid " contains a file system with errors"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002825msgstr " enthält ein fehlerhaftes Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002826
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002827#: e2fsck/unix.c:366
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002828msgid " was not cleanly unmounted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002829msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002830
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002831#: e2fsck/unix.c:368
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002832msgid " primary superblock features different from backup"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002833msgstr "Eigenschaften des primären Superblocks unterscheiden sich vom Backup"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002834
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002835#: e2fsck/unix.c:372
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002836#, c-format
2837msgid " has been mounted %u times without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002838msgstr " wurde %u mal ohne Überprüfung eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002839
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002840#: e2fsck/unix.c:379
Theodore Ts'o057a1592010-06-07 12:24:21 -04002841msgid " has filesystem last checked time in the future"
Philipp Thomasb93349a2014-05-31 13:32:39 -04002842msgstr " hat einen in der Zukunft liegenden Zeitpunkt der letzten Püfung des Dateisystems"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002843
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002844#: e2fsck/unix.c:385
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002845#, c-format
2846msgid " has gone %u days without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002847msgstr " wurde %u Tage ohne Überprüfung genutzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002848
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002849#: e2fsck/unix.c:394
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002850msgid ", check forced.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002851msgstr ", Prüfung erzwungen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002852
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002853#: e2fsck/unix.c:427
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002854#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002855msgid "%s: clean, %u/%u files, %llu/%llu blocks"
2856msgstr "%s: sauber, %u/%u Dateien, %llu/%llu Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002857
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002858#: e2fsck/unix.c:447
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002859msgid " (check deferred; on battery)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002860msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002861
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002862#: e2fsck/unix.c:450
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002863msgid " (check after next mount)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002864msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002865
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002866#: e2fsck/unix.c:452
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002867#, c-format
2868msgid " (check in %ld mounts)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002869msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002870
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002871#: e2fsck/unix.c:603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002872#, c-format
2873msgid "ERROR: Couldn't open /dev/null (%s)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002874msgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002875
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002876#: e2fsck/unix.c:672
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002877msgid "Invalid EA version.\n"
2878msgstr "Invalid EA version.\n"
2879
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002880#: e2fsck/unix.c:699
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002881#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002882msgid "Unknown extended option: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002883msgstr "Unbekannte erweiterte Option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002884
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002885#: e2fsck/unix.c:724
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002886#, c-format
2887msgid ""
2888"Syntax error in e2fsck config file (%s, line #%d)\n"
2889"\t%s\n"
2890msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002891"Syntaxfehler in der Konfigurationsdatei von e2fsck (%s, Zeile %d)\n"
2892"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002893
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002894#: e2fsck/unix.c:794
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002895#, c-format
2896msgid "Error validating file descriptor %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002897msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002898
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002899#: e2fsck/unix.c:798
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002900msgid "Invalid completion information file descriptor"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002901msgstr "Ungültiger „completion information“-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002902
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002903#: e2fsck/unix.c:813
Theodore Ts'o6956f612005-12-31 16:46:15 -05002904msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002905msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002906
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002907#: e2fsck/unix.c:834
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002908#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002909msgid "The -t option is not supported on this version of e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002910msgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002911
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002912#: e2fsck/unix.c:865 e2fsck/unix.c:939 misc/tune2fs.c:846 misc/tune2fs.c:1141
2913#: misc/tune2fs.c:1159
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002914#, c-format
2915msgid "Unable to resolve '%s'"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002916msgstr "Nicht möglich „%s“ aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002917
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002918#: e2fsck/unix.c:918
Philipp Thomas3e914b52011-01-24 15:03:41 -05002919msgid "The -n and -D options are incompatible."
2920msgstr "Die Optionen -n und -D schliessen sich gegenseitig aus."
2921
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002922#: e2fsck/unix.c:923
Philipp Thomas3e914b52011-01-24 15:03:41 -05002923msgid "The -n and -c options are incompatible."
2924msgstr "Die Optionen -n und -c schliessen sich gegenseitig aus."
2925
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002926#: e2fsck/unix.c:928
Philipp Thomas3e914b52011-01-24 15:03:41 -05002927msgid "The -n and -l/-L options are incompatible."
2928msgstr "Die Optionen -n und -l/-L schliessen sich gegenseitig aus."
2929
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002930#: e2fsck/unix.c:982
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002931msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04002932msgstr "Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002933
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002934#: e2fsck/unix.c:1029
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002935#, c-format
2936msgid ""
2937"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2938"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002939msgstr "2FSCK_JBD_DEBUG \"%s\" ist keine Ganzzahl\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002940
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002941#: e2fsck/unix.c:1038
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002942#, c-format
2943msgid ""
2944"\n"
2945"Invalid non-numeric argument to -%c (\"%s\")\n"
2946"\n"
2947msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002948"\n"
2949"Ungültiges nicht-numerisches Argument für -%c (\"%s\")\n"
2950"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002951
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002952#: e2fsck/unix.c:1129
Philipp Thomasedc733d2012-04-22 15:38:42 -04002953#, c-format
Philipp Thomasb93349a2014-05-31 13:32:39 -04002954msgid "MMP interval is %u seconds and total wait time is %u seconds. Please wait...\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04002955msgstr ""
2956"MMP Intervall ist %u Sekunden und die gesammte Wartezeit ist %u Sekunden.\n"
2957"Bitte warten...\n"
2958
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002959#: e2fsck/unix.c:1146 e2fsck/unix.c:1151
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002960msgid "while checking MMP block"
2961msgstr "beim Prüfen des MMP-Blocks"
2962
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002963#: e2fsck/unix.c:1153 misc/tune2fs.c:1950
Philipp Thomas294dd5a2011-10-16 21:53:39 -04002964msgid ""
2965"If you are sure the filesystem is not in use on any node, run:\n"
2966"'tune2fs -f -E clear_mmp {device}'\n"
2967msgstr ""
2968"Wenn Sie sicher sind, daß das Dateisystem auf keinem Knoten benutzt wird,\n"
2969"starten Sie bitte:\n"
2970"„tune2fs -f -E clear_mmp {device}“\n"
2971
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002972#: e2fsck/unix.c:1204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002973msgid "Error: ext2fs library version out of date!\n"
2974msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2975
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002976#: e2fsck/unix.c:1211
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002977msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002978msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002979
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002980#: e2fsck/unix.c:1234
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002981#, c-format
2982msgid "\tUsing %s, %s\n"
2983msgstr "\tBenutze %s, %s\n"
2984
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002985#: e2fsck/unix.c:1246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002986msgid "need terminal for interactive repairs"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002987msgstr "Benötige ein Terminal für interaktive Reparaturen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002988
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002989#: e2fsck/unix.c:1299
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002990#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002991msgid "%s: %s trying backup blocks...\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002992msgstr "%s: %s versuche es mit Backup-Blöcken...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002993
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002994#: e2fsck/unix.c:1301
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002995msgid "Superblock invalid,"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002996msgstr "Superblock ungültig"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002997
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002998#: e2fsck/unix.c:1302
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002999msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003000msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003001
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003002#: e2fsck/unix.c:1312
Philipp Thomasedc733d2012-04-22 15:38:42 -04003003#, c-format
3004msgid "%s: %s while using the backup blocks"
3005msgstr "%s: %s beim Benutzen der Backup-Blöcke"
3006
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003007#: e2fsck/unix.c:1316
Philipp Thomas77c871a2010-04-19 16:59:02 -04003008#, c-format
3009msgid "%s: going back to original superblock\n"
3010msgstr "%s: es wird zum originalen Superblock zurück gekehrt\n"
3011
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003012#: e2fsck/unix.c:1345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003013msgid ""
3014"The filesystem revision is apparently too high for this version of e2fsck.\n"
3015"(Or the filesystem superblock is corrupt)\n"
3016"\n"
3017msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003018"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003019"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003020"\n"
3021
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003022#: e2fsck/unix.c:1352
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003023msgid "Could this be a zero-length partition?\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003024msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003025
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003026#: e2fsck/unix.c:1354
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003027#, c-format
3028msgid "You must have %s access to the filesystem or be root\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003029msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003030
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003031#: e2fsck/unix.c:1360
Eric Sandeen032eafe2012-07-28 17:48:36 -04003032msgid "Possibly non-existent or swap device?\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003033msgstr "Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003034
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003035#: e2fsck/unix.c:1362
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003036msgid "Filesystem mounted or opened exclusively by another program?\n"
3037msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003038"Ist das Dateisystem eingehängt or exklusiv von einem anderen Programm\n"
3039"\n"
3040"geöffnet worden?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003041
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003042#: e2fsck/unix.c:1366
Philipp Thomas3e914b52011-01-24 15:03:41 -05003043msgid "Possibly non-existent device?\n"
3044msgstr "Ist das Gerät möglicherweise nicht vorhanden?\n"
3045
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003046#: e2fsck/unix.c:1369
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003047msgid ""
3048"Disk write-protected; use the -n option to do a read-only\n"
3049"check of the device.\n"
3050msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003051"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
3052"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003053
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003054#: e2fsck/unix.c:1433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003055msgid "Get a newer version of e2fsck!"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003056msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003057
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003058#: e2fsck/unix.c:1477
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003059#, c-format
3060msgid "while checking ext3 journal for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003061msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003062
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003063#: e2fsck/unix.c:1489
Philipp Thomasb93349a2014-05-31 13:32:39 -04003064msgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
3065msgstr "Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003066
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003067#: e2fsck/unix.c:1501
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003068#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003069msgid "unable to set superblock flags on %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003070msgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003071
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003072#: e2fsck/unix.c:1508
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003073#, c-format
3074msgid "while recovering ext3 journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003075msgstr "bei der Wiederherstellung des ext3-Journals von %s"
3076
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003077#: e2fsck/unix.c:1532
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003078#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003079msgid "%s has unsupported feature(s):"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003080msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003081
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003082#: e2fsck/unix.c:1547
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003083#, c-format
Philipp Thomasedc733d2012-04-22 15:38:42 -04003084msgid "%s: warning: compression support is experimental.\n"
3085msgstr "%s: Warnung: Die Kompressionsunterstützung ist experimentell.\n"
3086
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003087#: e2fsck/unix.c:1553
Philipp Thomasedc733d2012-04-22 15:38:42 -04003088#, c-format
3089msgid ""
3090"%s: e2fsck not compiled with HTREE support,\n"
3091"\tbut filesystem %s has HTREE directories.\n"
3092msgstr ""
3093"%s: e2fsck wurde ohne Unterstützung für HTREE kompiliert,\n"
3094"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
3095
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003096#: e2fsck/unix.c:1605
Philipp Thomasedc733d2012-04-22 15:38:42 -04003097#, c-format
3098msgid "%s: %s while reading bad blocks inode\n"
3099msgstr "%s: %s beim Lesen des Bad-Block-Inodes\n"
3100
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003101#: e2fsck/unix.c:1608
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003102msgid "This doesn't bode well, but we'll try to go on...\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003103msgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003104
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003105#: e2fsck/unix.c:1649
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003106#, c-format
3107msgid "Creating journal (%d blocks): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003108msgstr "Erstelle Journal (%d Blöcke): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003109
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003110#: e2fsck/unix.c:1659
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003111msgid " Done.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003112msgstr " Erledigt.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003113
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003114#: e2fsck/unix.c:1661
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003115msgid ""
3116"\n"
3117"*** journal has been re-created - filesystem is now ext3 again ***\n"
3118msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003119"\n"
3120"*** Journal wurde wiederhergestellt - Dateisystem ist nun wieder ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003121
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003122#: e2fsck/unix.c:1685
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003123msgid "Restarting e2fsck from the beginning...\n"
3124msgstr "Beginne e2fsck neu ...\n"
3125
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003126#: e2fsck/unix.c:1689
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003127msgid "while resetting context"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003128msgstr "beim Rücksetzen des Kontexts"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003129
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003130#: e2fsck/unix.c:1696
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003131#, c-format
3132msgid "%s: e2fsck canceled.\n"
Philipp Thomascfbdca12011-10-05 02:04:08 -04003133msgstr "%s: e2fsck abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003134
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003135#: e2fsck/unix.c:1701
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003136msgid "aborted"
3137msgstr "abgebrochen"
3138
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003139#: e2fsck/unix.c:1713 e2fsck/util.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003140#, c-format
3141msgid ""
3142"\n"
3143"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3144msgstr ""
3145"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003146"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003147
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003148#: e2fsck/unix.c:1717
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003149#, c-format
3150msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003151msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003152
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003153#: e2fsck/unix.c:1725 e2fsck/util.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003154#, c-format
3155msgid ""
3156"\n"
3157"%s: ********** WARNING: Filesystem still has errors **********\n"
3158"\n"
3159msgstr ""
3160"\n"
3161"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
3162"\n"
3163
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003164#: e2fsck/unix.c:1765
Philipp Thomas720e6362008-06-21 14:06:00 -04003165msgid "while setting block group checksum info"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003166msgstr "beim Setzen der Blockgruppen-Prüfsummeninfo"
Philipp Thomas720e6362008-06-21 14:06:00 -04003167
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003168#: e2fsck/util.c:190 misc/util.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003169msgid "yY"
Makoto Dei748cc432008-04-21 16:49:48 +09003170msgstr "jJ"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003171
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003172#: e2fsck/util.c:191
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003173msgid "nN"
3174msgstr "nN"
3175
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003176#: e2fsck/util.c:205
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003177msgid "<y>"
3178msgstr "<j>"
3179
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003180#: e2fsck/util.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003181msgid "<n>"
3182msgstr "<n>"
3183
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003184#: e2fsck/util.c:209
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003185msgid " (y/n)"
3186msgstr " (j/n)"
3187
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003188#: e2fsck/util.c:223
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003189msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003190msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003191
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003192#: e2fsck/util.c:238
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003193msgid "yes\n"
3194msgstr "ja\n"
3195
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003196#: e2fsck/util.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003197msgid "no\n"
3198msgstr "nein\n"
3199
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003200#: e2fsck/util.c:250
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003201#, c-format
3202msgid ""
3203"%s? no\n"
3204"\n"
3205msgstr ""
3206"%s? nein\n"
3207"\n"
3208
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003209#: e2fsck/util.c:254
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003210#, c-format
3211msgid ""
3212"%s? yes\n"
3213"\n"
3214msgstr ""
3215"%s? ja\n"
3216"\n"
3217
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003218#: e2fsck/util.c:258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003219msgid "yes"
3220msgstr "ja"
3221
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003222#: e2fsck/util.c:258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003223msgid "no"
3224msgstr "nein"
3225
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003226#: e2fsck/util.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003227#, c-format
3228msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003229msgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003230
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003231#: e2fsck/util.c:278
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003232msgid "reading inode and block bitmaps"
3233msgstr "lese Inode und Block bitmaps"
3234
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003235#: e2fsck/util.c:286
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003236#, c-format
3237msgid "while retrying to read bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003238msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003239
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003240#: e2fsck/util.c:298
Philipp Thomas40771272008-09-07 22:55:25 -04003241msgid "writing block and inode bitmaps"
3242msgstr "Schreibe Block- und Inode-Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003243
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003244#: e2fsck/util.c:303
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003245#, c-format
Philipp Thomas40771272008-09-07 22:55:25 -04003246msgid "while rewriting block and inode bitmaps for %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003247msgstr "während des wiederholten Versuches, Block- und Inode-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003248
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003249#: e2fsck/util.c:315
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003250#, c-format
3251msgid ""
3252"\n"
3253"\n"
3254"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3255"\t(i.e., without -a or -p options)\n"
3256msgstr ""
3257"\n"
3258"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003259"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003260"\t(d.h. ohne -a oder -p Option)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003261
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003262#: e2fsck/util.c:396
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003263#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003264msgid "Memory used: %luk/%luk (%luk/%luk), "
3265msgstr "Benutzter Speicher: %luk/%luk (%luk/%luk), "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003266
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003267#: e2fsck/util.c:400
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003268#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003269msgid "Memory used: %lu, "
3270msgstr "Benutzter Speicher: %lu, "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003271
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003272#: e2fsck/util.c:407
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003273#, c-format
3274msgid "time: %5.2f/%5.2f/%5.2f\n"
3275msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
3276
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003277#: e2fsck/util.c:412
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003278#, c-format
3279msgid "elapsed time: %6.3f\n"
3280msgstr "abgelaufende Zeit: %6.3f\n"
3281
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003282#: e2fsck/util.c:447 e2fsck/util.c:461
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003283#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003284msgid "while reading inode %lu in %s"
3285msgstr "beim Lesen von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003286
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003287#: e2fsck/util.c:475 e2fsck/util.c:488
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003288#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003289msgid "while writing inode %lu in %s"
3290msgstr "beim Schreiben von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003291
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003292#: e2fsck/util.c:637
Philipp Thomas720e6362008-06-21 14:06:00 -04003293msgid "while allocating zeroizing buffer"
3294msgstr "beim reservieren eines Puffers zum Nullen"
3295
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003296#: e2fsck/util.c:785
Philipp Thomasb93349a2014-05-31 13:32:39 -04003297msgid "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is running.\n"
3298msgstr "UNERWARTETE INKONSISTENZ: das Dateisystem wird modifiziert während fsck läuft.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003299
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003300#: misc/badblocks.c:69
3301msgid "done \n"
3302msgstr "erledigt \n"
3303
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003304#: misc/badblocks.c:92
Philipp Thomas68801282008-07-17 11:47:00 -04003305#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003306msgid ""
3307"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003308" [-c blocks_at_once] [-d delay_factor_between_reads] [-e max_bad_blocks]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003309" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3310" device [last_block [first_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003311msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003312"Aufruf: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003313" [-c Blöcke_auf_einmal] [-d Verzögerungsfaktor_zwischen_Lesedurchgängen]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003314" [-e maximale_Bad_Blocks] [-p Anzahl_Durchgänge]\n"
3315" [-t Testmuster [-t Testmuster [...]]]\n"
3316" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003317
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003318#: misc/badblocks.c:103
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003319#, c-format
3320msgid ""
3321"%s: The -n and -w options are mutually exclusive.\n"
3322"\n"
3323msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003324"%s: Die Optionen -n und -w schliessen sich gegenseitig aus.\n"
3325"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003326
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003327#: misc/badblocks.c:218
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003328#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003329msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3330msgstr "%6.2f%% erledigt, %s verstrichen. (%d/%d/%d Fehler)"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003331
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003332#: misc/badblocks.c:323
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003333msgid "Testing with random pattern: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003334msgstr "Teste mit zufälligen Mustern: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003335
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003336#: misc/badblocks.c:341
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003337msgid "Testing with pattern 0x"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003338msgstr "Teste mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003339
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003340#: misc/badblocks.c:373 misc/badblocks.c:446
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003341msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003342msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003343
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003344#: misc/badblocks.c:384
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003345#, c-format
3346msgid "Weird value (%ld) in do_read\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003347msgstr "Merkwürdiger Wert (%ld) in do_read\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003348
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003349#: misc/badblocks.c:471
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003350msgid "during ext2fs_sync_device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003351msgstr "während ext2fs_sync_device"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003352
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003353#: misc/badblocks.c:491 misc/badblocks.c:753
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003354msgid "while beginning bad block list iteration"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003355msgstr "beim Beginn des „Bad Block“-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003356
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003357#: misc/badblocks.c:506 misc/badblocks.c:606 misc/badblocks.c:764
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003358msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003359msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003360
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003361#: misc/badblocks.c:510
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003362#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003363msgid "Checking blocks %lu to %lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003364msgstr "Prüfe von Block %lu bis %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003365
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003366#: misc/badblocks.c:515
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003367msgid "Checking for bad blocks in read-only mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003368msgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003369
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003370#: misc/badblocks.c:524
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003371msgid "Checking for bad blocks (read-only test): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003372msgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003373
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003374#: misc/badblocks.c:531 misc/badblocks.c:638 misc/badblocks.c:680
3375#: misc/badblocks.c:827
Philipp Thomas720e6362008-06-21 14:06:00 -04003376msgid "Too many bad blocks, aborting test\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003377msgstr "Zu viele defekte Blöcke - Test wird abgebrochen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003378
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003379#: misc/badblocks.c:613
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003380msgid "Checking for bad blocks in read-write mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003381msgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003382
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003383#: misc/badblocks.c:615 misc/badblocks.c:777
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003384#, c-format
3385msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003386msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003387
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003388#: misc/badblocks.c:670
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003389msgid "Reading and comparing: "
3390msgstr "Lesen und Vergleichen:"
3391
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003392#: misc/badblocks.c:776
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003393msgid "Checking for bad blocks in non-destructive read-write mode\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003394msgstr "Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003395
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003396#: misc/badblocks.c:782
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003397msgid "Checking for bad blocks (non-destructive read-write test)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003398msgstr "Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003399
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003400#: misc/badblocks.c:789
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003401msgid ""
3402"\n"
3403"Interrupt caught, cleaning up\n"
3404msgstr ""
3405"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003406"Unterbrochen, räume auf\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003407
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003408#: misc/badblocks.c:872
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003409#, c-format
3410msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003411msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003412
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003413#: misc/badblocks.c:993 misc/util.c:313
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003414#, c-format
3415msgid "%s is mounted; "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003416msgstr "%s ist eingehängt; "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003417
Philipp Thomasedc733d2012-04-22 15:38:42 -04003418#: misc/badblocks.c:995
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003419msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003420msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003421
3422#: misc/badblocks.c:1000
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003423msgid "it's not safe to run badblocks!\n"
3424msgstr "es ist zu unsicher, Badblocks zu starten!\n"
3425
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003426#: misc/badblocks.c:1005 misc/util.c:324
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003427#, c-format
3428msgid "%s is apparently in use by the system; "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003429msgstr "%s wird offensichtlich vom System genutzt; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003430
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003431#: misc/badblocks.c:1008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003432msgid "badblocks forced anyway.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003433msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003434
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003435#: misc/badblocks.c:1028
Philipp Thomas68801282008-07-17 11:47:00 -04003436#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003437msgid "invalid %s - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003438msgstr "ungültige %s - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04003439
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003440#: misc/badblocks.c:1139
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003441#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003442msgid "can't allocate memory for test_pattern - %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003443msgstr "Kann keinen Speicher für Testmuster reservieren - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003444
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003445#: misc/badblocks.c:1169
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003446msgid "Maximum of one test_pattern may be specified in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003447msgstr "Es darf im Nur-Lesen-Modus nur ein Testmuster angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003448
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003449#: misc/badblocks.c:1175
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003450msgid "Random test_pattern is not allowed in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003451msgstr "Zufälliges Testmuster ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003452
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003453#: misc/badblocks.c:1189
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003454msgid ""
3455"Couldn't determine device size; you must specify\n"
3456"the size manually\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003457msgstr "Größe des Gerätes ist nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003458
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003459#: misc/badblocks.c:1195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003460msgid "while trying to determine device size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003461msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003462
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003463#: misc/badblocks.c:1200
Philipp Thomas68801282008-07-17 11:47:00 -04003464msgid "last block"
3465msgstr "letzter Block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003466
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003467#: misc/badblocks.c:1206
Philipp Thomas68801282008-07-17 11:47:00 -04003468msgid "first block"
3469msgstr "erster Block"
3470
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003471#: misc/badblocks.c:1209
Philipp Thomasb93349a2014-05-31 13:32:39 -04003472#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003473msgid "invalid starting block (%llu): must be less than %llu"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003474msgstr "Ungültiger Startblock (%llu): er muss kleiner als %llu sein"
Philipp Thomas68801282008-07-17 11:47:00 -04003475
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003476#: misc/badblocks.c:1216
Philipp Thomasb93349a2014-05-31 13:32:39 -04003477#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003478msgid "invalid end block (%llu): must be 32-bit value"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003479msgstr "Ungültiger Endblock (%llu): er muss ein 32-Bit Wert sein"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003480
3481#: misc/badblocks.c:1272
Theodore Ts'o197abba2005-06-20 18:00:23 -04003482msgid "while creating in-memory bad blocks list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003483msgstr "erstelle Bad-Block-Liste im Speicher"
3484
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003485#: misc/badblocks.c:1281
3486msgid "input file - bad format"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003487msgstr "die Eingabedatei hat eiun ungültiges Format"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003488
3489#: misc/badblocks.c:1289 misc/badblocks.c:1298
Theodore Ts'o197abba2005-06-20 18:00:23 -04003490msgid "while adding to in-memory bad block list"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003491msgstr "füge zur Bad-Block-Liste im Speicher hinzu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003492
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003493#: misc/badblocks.c:1323
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003494#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003495msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3496msgstr "Durchgang beendet, %u defekte Blöcke gefunden. (%d/%d/%d Fehler)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003497
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003498#: misc/chattr.c:86
Philipp Thomas68801282008-07-17 11:47:00 -04003499#, c-format
Philipp Thomasd0275172013-01-15 23:30:35 -05003500msgid "Usage: %s [-RVf] [-+=AaCcDdeijsSu] [-v version] files...\n"
3501msgstr "Aufruf: %s [-RVf] [-+=AaCcDdeijsSu] [-v Version] Dateien...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003502
Philipp Thomasd0275172013-01-15 23:30:35 -05003503#: misc/chattr.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003504#, c-format
3505msgid "bad version - %s\n"
3506msgstr "falsche Version - %s\n"
3507
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003508#: misc/chattr.c:201 misc/lsattr.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003509#, c-format
3510msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003511msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003512
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003513#: misc/chattr.c:208
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003514#, c-format
3515msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003516msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003517
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003518#: misc/chattr.c:213 misc/chattr.c:225
Philipp Thomas77c871a2010-04-19 16:59:02 -04003519#, c-format
3520msgid "Flags of %s set as "
3521msgstr "Flags von %s wie folgt gesetzt: "
3522
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003523#: misc/chattr.c:234
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003524#, c-format
3525msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003526msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003528#: misc/chattr.c:242
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003529#, c-format
3530msgid "Version of %s set as %lu\n"
3531msgstr "Version von %s gesetzt auf %lu\n"
3532
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003533#: misc/chattr.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003534#, c-format
3535msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003536msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003537
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003538#: misc/chattr.c:267
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003539msgid "Couldn't allocate path variable in chattr_dir_proc"
3540msgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
3541
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003542#: misc/chattr.c:307
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003543msgid "= is incompatible with - and +\n"
3544msgstr "= ist inkompatibel mit - und +\n"
3545
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003546#: misc/chattr.c:315
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003547msgid "Must use '-v', =, - or +\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003548msgstr "Benutze „-v“, =, - oder +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003549
Eric Sandeen032eafe2012-07-28 17:48:36 -04003550#: misc/dumpe2fs.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003551#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003552msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003553msgstr "Aufruf: %s [-bfhixV] [-o superblock=<Nummer>] [-o blocksize=<Nummer>] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003554
Eric Sandeen032eafe2012-07-28 17:48:36 -04003555#: misc/dumpe2fs.c:159
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003556msgid "blocks"
3557msgstr "Blöcke"
3558
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003559#: misc/dumpe2fs.c:169
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003560msgid "clusters"
3561msgstr "Cluster"
3562
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003563#: misc/dumpe2fs.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003564#, c-format
3565msgid "Group %lu: (Blocks "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003566msgstr "Gruppe %lu: (Blöcke "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003567
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003568#: misc/dumpe2fs.c:205
Philipp Thomas720e6362008-06-21 14:06:00 -04003569#, c-format
Philipp Thomasedc733d2012-04-22 15:38:42 -04003570msgid " Checksum 0x%04x"
3571msgstr " Prüfsumme 0x%04x"
Philipp Thomas720e6362008-06-21 14:06:00 -04003572
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003573#: misc/dumpe2fs.c:207
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003574#, c-format
Philipp Thomasedc733d2012-04-22 15:38:42 -04003575msgid " (EXPECTED 0x%04x)"
3576msgstr " (0x%04x ERWARTET)"
3577
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003578#: misc/dumpe2fs.c:208
Philipp Thomasedc733d2012-04-22 15:38:42 -04003579#, c-format
3580msgid ", unused inodes %u\n"
3581msgstr ", ungenutzte Inodes %u\n"
3582
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003583#: misc/dumpe2fs.c:213
Philipp Thomasedc733d2012-04-22 15:38:42 -04003584#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003585msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003586msgstr " %s Superblock in "
3587
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003588#: misc/dumpe2fs.c:214
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003589msgid "Primary"
3590msgstr "Primary"
3591
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003592#: misc/dumpe2fs.c:214
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003593msgid "Backup"
3594msgstr "Backup"
3595
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003596#: misc/dumpe2fs.c:218
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003597msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003598msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003599
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003600#: misc/dumpe2fs.c:222
Theodore Ts'obc759702005-05-09 20:40:55 -04003601msgid ""
3602"\n"
3603" Reserved GDT blocks at "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003604msgstr ""
3605"\n"
3606" reservierte GDT Blöcke bei "
Theodore Ts'obc759702005-05-09 20:40:55 -04003607
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003608#: misc/dumpe2fs.c:229
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003609msgid " Group descriptor at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003610msgstr ", Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003611
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003612#: misc/dumpe2fs.c:235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003613msgid " Block bitmap at "
3614msgstr " Block bitmap in "
3615
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003616#: misc/dumpe2fs.c:239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003617msgid ", Inode bitmap at "
3618msgstr ", Inode Bitmap in "
3619
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003620#: misc/dumpe2fs.c:243
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003621msgid ""
3622"\n"
3623" Inode table at "
3624msgstr ""
3625"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003626" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003627
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003628#: misc/dumpe2fs.c:249
Philipp Thomas68801282008-07-17 11:47:00 -04003629#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003630msgid ""
3631"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003632" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003633msgstr ""
3634"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003635" %u freie %s, %u freie Inodes, %u Verzeichnisse%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003636
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003637#: misc/dumpe2fs.c:256
Philipp Thomas720e6362008-06-21 14:06:00 -04003638#, c-format
3639msgid ", %u unused inodes\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003640msgstr ", %u ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003641
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003642#: misc/dumpe2fs.c:259
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003643msgid " Free blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003644msgstr " Freie Blöcke: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003645
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003646#: misc/dumpe2fs.c:274
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003647msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003648msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003649
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003650#: misc/dumpe2fs.c:310
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003651msgid "while printing bad block list"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003652msgstr "beim Ausgeben der „Bad Block“-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003654#: misc/dumpe2fs.c:316
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003655#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003656msgid "Bad blocks: %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003657msgstr "Bad Blocks: %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003658
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003659#: misc/dumpe2fs.c:345 misc/tune2fs.c:314
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003660msgid "while reading journal inode"
3661msgstr "beim Lesen des Journal-Inodes"
3662
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003663#: misc/dumpe2fs.c:351
Philipp Thomas77c871a2010-04-19 16:59:02 -04003664msgid "while opening journal inode"
3665msgstr "beim Lesen des Journal-Inodes"
3666
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003667#: misc/dumpe2fs.c:357
Philipp Thomas77c871a2010-04-19 16:59:02 -04003668msgid "while reading journal super block"
3669msgstr "beim Lesen des Journal-Superblocks"
3670
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003671#: misc/dumpe2fs.c:364
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003672msgid "Journal superblock magic number invalid!\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003673msgstr "Die magische Zahl im Journal-Superblock ist ungtig!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003674
3675#: misc/dumpe2fs.c:367
Philipp Thomas77c871a2010-04-19 16:59:02 -04003676msgid "Journal features: "
3677msgstr "Jounaleigenschaften: "
3678
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003679#: misc/dumpe2fs.c:380
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003680msgid "Journal size: "
Philipp Thomas9564ee52008-08-22 03:22:50 -04003681msgstr "Journalgrösse: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003682
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003683#: misc/dumpe2fs.c:391
Philipp Thomas77c871a2010-04-19 16:59:02 -04003684#, c-format
3685msgid ""
3686"Journal length: %u\n"
3687"Journal sequence: 0x%08x\n"
3688"Journal start: %u\n"
3689msgstr ""
3690"Journal-Länge: %u\n"
3691"Journal-Sequenz: 0x%08x\n"
3692"Journal-Start: %u\n"
3693
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003694#: misc/dumpe2fs.c:398
Philipp Thomasd0275172013-01-15 23:30:35 -05003695#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003696msgid "Journal errno: %d\n"
Philipp Thomasd0275172013-01-15 23:30:35 -05003697msgstr "Jounal-Fehlernummer: %d\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003698
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003699#: misc/dumpe2fs.c:415 misc/tune2fs.c:230
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003700msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003701msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003702
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003703#: misc/dumpe2fs.c:423
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003704msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003705msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003706
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003707#: misc/dumpe2fs.c:427
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003708#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003709msgid ""
3710"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003711"Journal block size: %u\n"
3712"Journal length: %u\n"
3713"Journal first block: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003714"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003715"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003716"Journal number of users: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003717msgstr ""
3718"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003719"Journal Blockgröße: %u\n"
3720"Journal Länge: %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003721"Journal Startblock: %u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003722"Journal Sequenz: 0x%08x\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003723"Journal Start: %u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003724"Journal Anzahl Nutzer: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003725
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003726#: misc/dumpe2fs.c:440
Theodore Ts'o197abba2005-06-20 18:00:23 -04003727#, c-format
3728msgid "Journal users: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003729msgstr "Jounalnutzer: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003730
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003731#: misc/dumpe2fs.c:456 misc/mke2fs.c:741 misc/tune2fs.c:1178
Theodore Ts'o8f741372008-02-28 21:47:05 -05003732msgid "Couldn't allocate memory to parse options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003733msgstr "Speicher zum Parsen der Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003734
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003735#: misc/dumpe2fs.c:482
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003736#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003737msgid "Invalid superblock parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003738msgstr "Ungültiger Superblock-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003739
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003740#: misc/dumpe2fs.c:497
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003741#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003742msgid "Invalid blocksize parameter: %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003743msgstr "Ungültiger Blockgrössen-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003744
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003745#: misc/dumpe2fs.c:508
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003746#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003747msgid ""
3748"\n"
3749"Bad extended option(s) specified: %s\n"
3750"\n"
3751"Extended options are separated by commas, and may take an argument which\n"
3752"\tis set off by an equals ('=') sign.\n"
3753"\n"
3754"Valid extended options are:\n"
3755"\tsuperblock=<superblock number>\n"
3756"\tblocksize=<blocksize>\n"
3757msgstr ""
3758"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003759"Falsche erweiterte Optionen angegeben: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003760"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003761"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003762"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003763"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003764"Gültige erweiterte Optionen sind:\n"
3765"\tsuperblock=<Nummer des Spuperblocks>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003766"\tblocksize=<Blockgrösse>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003767"\n"
3768
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003769#: misc/dumpe2fs.c:568 misc/mke2fs.c:1709
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003770#, c-format
3771msgid "\tUsing %s\n"
3772msgstr "\tBenutze %s\n"
3773
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003774#: misc/dumpe2fs.c:604 misc/e2image.c:1582 misc/tune2fs.c:1961
3775#: resize/main.c:318
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003776msgid "Couldn't find valid filesystem superblock.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003777msgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003778
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003779#: misc/dumpe2fs.c:632
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003780#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003781msgid ""
3782"\n"
3783"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003784msgstr ""
3785"\n"
3786"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003787
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003788#: misc/e2image.c:101
Philipp Thomasb93349a2014-05-31 13:32:39 -04003789#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003790msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003791msgstr "Aufruf: %s [-r|Q ] [ -fr ] Gerätedatei Abbild-Datei\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003792
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003793#: misc/e2image.c:103
Philipp Thomasb93349a2014-05-31 13:32:39 -04003794#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003795msgid " %s -I device image-file\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003796msgstr " %s [-I] Gerätedatei Abbild-Datei\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003797
3798#: misc/e2image.c:104
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003799#, c-format
Philipp Thomasb93349a2014-05-31 13:32:39 -04003800msgid " %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs [ dest_fs ]\n"
3801msgstr " %s -ra [ -cfnp ] [ -o Quelloffset ] [ -O Zieloffset ] Quell_Fs [ Ziel_fs ]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003802
3803#: misc/e2image.c:169 misc/e2image.c:576 misc/e2image.c:582
3804#: misc/e2image.c:1178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003805msgid "while allocating buffer"
3806msgstr "beim Zuweisen von Puffern"
3807
3808#: misc/e2image.c:174
Philipp Thomasb93349a2014-05-31 13:32:39 -04003809#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003810msgid "Writing block %llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003811msgstr "Block %llu wird geschrieben\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003812
3813#: misc/e2image.c:188
Philipp Thomasb93349a2014-05-31 13:32:39 -04003814#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003815msgid "error writing block %llu"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003816msgstr "Schreibfehler - Block %llu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003817
3818#: misc/e2image.c:191
3819msgid "error in generic_write()"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003820msgstr "Fehler in generic_write()"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003821
3822#: misc/e2image.c:208
Philipp Thomas294dd5a2011-10-16 21:53:39 -04003823msgid "Error: header size is bigger than wrt_size\n"
3824msgstr "Fehler: Größe des Headers übersteigt wrt_size\n"
3825
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003826#: misc/e2image.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003827msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003828msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003829
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003830#: misc/e2image.c:241
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003831msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003832msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003833
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003834#: misc/e2image.c:250
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003835msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003836msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003837
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003838#: misc/e2image.c:258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003839msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003840msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003841
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003842#: misc/e2image.c:266
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003843msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003844msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003845
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003846#: misc/e2image.c:502
Philipp Thomasb93349a2014-05-31 13:32:39 -04003847#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003848msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003849msgstr "Defekter Verzeichnisblock %llu: ungültige rec_len (%d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003850
3851#: misc/e2image.c:514
Philipp Thomasb93349a2014-05-31 13:32:39 -04003852#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003853msgid "Corrupt directory block %llu: bad name_len (%d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003854msgstr "Defekter Verzeichnisblock %llu: ungültige name_len (%d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003855
3856#: misc/e2image.c:555
Philipp Thomasb93349a2014-05-31 13:32:39 -04003857#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003858msgid "%llu / %llu blocks (%d%%)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003859msgstr "%llu / %llu Blöcke (%d%%)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003860
3861#: misc/e2image.c:586 misc/e2image.c:626
3862msgid "Copying "
Philipp Thomasb93349a2014-05-31 13:32:39 -04003863msgstr "Kopieren "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003864
3865#: misc/e2image.c:623
Philipp Thomasb93349a2014-05-31 13:32:39 -04003866msgid "Stopping now will destroy the filesystem, interrupt again if you are sure\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003867msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04003868"Jetzt anzuhalten würde daws Dateisystem zerstören. Wenn Sie sicher sind,\n"
3869"unterbrechen Sie noch einmal\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003870
3871#: misc/e2image.c:649
3872#, c-format
3873msgid " %s remaining at %.2f MB/s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003874msgstr " %s bleibt bai %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003875
3876#: misc/e2image.c:661 misc/e2image.c:1188
Philipp Thomasb93349a2014-05-31 13:32:39 -04003877#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003878msgid "error reading block %llu"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003879msgstr "Fehler beim Lesen von Block %llu"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003880
3881#: misc/e2image.c:715
3882#, c-format
3883msgid "Copied %llu / %llu blocks (%d%%) in %s "
Philipp Thomasb93349a2014-05-31 13:32:39 -04003884msgstr "%llu / %llu Blöcke (%d%%) wurden in %s kopiert "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003885
3886#: misc/e2image.c:719
3887#, c-format
3888msgid "at %.2f MB/s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003889msgstr "bai %.2f MB/s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003890
3891#: misc/e2image.c:755
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003892msgid "while allocating l1 table"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003893msgstr "beim Anfordern von Speicher für die l1 Tabelle"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003894
3895#: misc/e2image.c:800
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003896msgid "while allocating l2 cache"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003897msgstr "beim Anfordern von Speicher für den l2 Zwischenspeicher"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003898
3899#: misc/e2image.c:823
Philipp Thomasb93349a2014-05-31 13:32:39 -04003900msgid "Warning: There are still tables in the cache while putting the cache, data will be lost so the image may not be valid.\n"
3901msgstr "Warnung: Beim Schreiben des Zwischenspeichers gefinden sich immer noch Tabellen in ihm. Damit gehen Daten verloren unddas Abbild ist eventuell ungültig.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003902
3903#: misc/e2image.c:1145
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003904msgid "while allocating ext2_qcow2_image"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003905msgstr "beim Reservieren von Speicher für ext2_qcow2_image"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003906
3907#: misc/e2image.c:1152
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003908msgid "while initializing ext2_qcow2_image"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003909msgstr "beim Initialisieren des ext2_qcow2_image"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003910
3911#: misc/e2image.c:1211 misc/e2image.c:1229
3912msgid "Programming error: multiple sequential refcount blocks created!\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003913msgstr "Programmierfehler: mehrere sequentielle Refcount-Blöcke wurden erzeugt!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003914
3915#: misc/e2image.c:1269
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003916msgid "while allocating block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003917msgstr "beim Reservieren von Speicher für die Block-Bitmap"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003918
3919#: misc/e2image.c:1278
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003920msgid "while allocating scramble block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003921msgstr "beim Reservieren von Speicher für die verwürfelte Block-Bitmap"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003922
3923#: misc/e2image.c:1285
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003924msgid "Scanning inodes...\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003925msgstr "Prüfe die Inodes…\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003926
3927#: misc/e2image.c:1297
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003928msgid "Can't allocate block buffer"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003929msgstr "Es konnte kein Blockpuffer reserviert werden"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003930
3931#: misc/e2image.c:1336 misc/e2image.c:1350
Philipp Thomasb93349a2014-05-31 13:32:39 -04003932#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003933msgid "while iterating over inode %u"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003934msgstr "beim Iterieren über Inode %u"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003935
3936#: misc/e2image.c:1381
3937msgid "Raw and qcow2 images cannot be installed"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003938msgstr "Rohe und Qcow2-Abbilder können nicht installiert werden"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003939
3940#: misc/e2image.c:1403
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003941msgid "error reading bitmaps"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003942msgstr "Fehler beim Lesen der Bitmaps"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003943
3944#: misc/e2image.c:1415
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003945msgid "while opening device file"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003946msgstr "beim Öffnen der Gerätedatei"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003947
3948#: misc/e2image.c:1426
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003949msgid "while restoring the image table"
3950msgstr "beim Schreiben der Inode-Tabelle"
3951
3952#: misc/e2image.c:1523
3953msgid "-a option can only be used with raw or QCOW2 images."
Philipp Thomasb93349a2014-05-31 13:32:39 -04003954msgstr "Die Option „-a“ kann nur bei rohen oder QCOW2-Abbildern benutzt werden."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003955
3956#: misc/e2image.c:1529
3957msgid "Offsets are only allowed with raw images."
Philipp Thomasb93349a2014-05-31 13:32:39 -04003958msgstr "Offsets sind nur bei Roh-Abbildern erlaubt."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003959
3960#: misc/e2image.c:1534
3961msgid "Move mode is only allowed with raw images."
Philipp Thomasb93349a2014-05-31 13:32:39 -04003962msgstr "Verschieben ist nur bei rohen Abbildern erlaubt."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003963
3964#: misc/e2image.c:1539
3965msgid "Move mode requires all data mode."
Philipp Thomasb93349a2014-05-31 13:32:39 -04003966msgstr "Der Verschiebemodus erfordert den „alle Daten“ Modus"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003967
3968#: misc/e2image.c:1549
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003969msgid "checking if mounted"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003970msgstr " Prüfung ob eingehänget"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003971
3972#: misc/e2image.c:1556
3973msgid ""
3974"\n"
3975"Running e2image on a R/W mounted filesystem can result in an\n"
3976"inconsistent image which will not be useful for debugging purposes.\n"
3977"Use -f option if you really want to do that.\n"
3978msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04003979"\n"
3980"Das Starten von E2image auf einem schreib- und lesbar eingehängten\n"
3981"Dateisystem kann zu einem unvollständigen Abbild führen, welches\n"
3982"unbrauchbar für die Fehlersuche wäre. Verwenden Sie die Option -f, wenn\n"
3983"Sie das wirklich machen wollen.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003984
3985#: misc/e2image.c:1608
3986msgid "QCOW2 image can not be written to the stdout!\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003987msgstr "Das QCOW2-Abbild kann nicht auf die Standardausgabe geschrieben werden!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003988
3989#: misc/e2image.c:1614
3990msgid "Can not stat output\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003991msgstr "Der Status der Ausgabe lässt sich nicht feststellen\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003992
3993#: misc/e2image.c:1624
3994#, c-format
3995msgid "Image (%s) is compressed\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04003996msgstr "Das Abbild (%s) ist komprimiert\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003997
3998#: misc/e2image.c:1627
3999#, c-format
4000msgid "Image (%s) is encrypted\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004001msgstr "Das Abbild (%s) ist verschlselt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004002
4003#: misc/e2image.c:1630
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004004#, c-format
4005msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004006msgstr "beim Versuch, das Qcow2-Image (%s) in ein rohes Image (%s) zu konvertieren"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004007
4008#: misc/e2image.c:1639
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004009msgid "The -c option only supported in raw mode\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004010msgstr "Die Option „-c“ wird nur im Roh-Modus unterstützt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004011
4012#: misc/e2image.c:1644
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004013msgid "The -c option not supported when writing to stdout\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004014msgstr "Die Option „-c“ wird beim Schreiben auf die Standardausgabe nicht unterstützt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004015
4016#: misc/e2image.c:1651
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004017msgid "while allocating check_buf"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004018msgstr "beim Anfordern des Prüfpuffers"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004019
4020#: misc/e2image.c:1657
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004021msgid "The -p option only supported in raw mode\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004022msgstr "Die Option „-p“ wird nur im Roh-Modus unterstützt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004023
4024#: misc/e2image.c:1667
4025#, c-format
4026msgid "%d blocks already contained the data to be copied\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004027msgstr "%d Blöcke enthielten bereits die zu kopierenden Daten.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004028
4029#: misc/e2label.c:58
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004030#, c-format
4031msgid "e2label: cannot open %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004032msgstr "e2label: Kann %s nicht öffnen.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004033
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004034#: misc/e2label.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004035#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004036msgid "e2label: cannot seek to superblock\n"
4037msgstr "e2label: cannot seek to superblock\n"
4038
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004039#: misc/e2label.c:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004040#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004041msgid "e2label: error reading superblock\n"
4042msgstr "e2label: Lesefehler im Superblock\n"
4043
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004044#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004045#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004046msgid "e2label: not an ext2 filesystem\n"
4047msgstr "e2label: Kein ext2 Dateisystem\n"
4048
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004049#: misc/e2label.c:97 misc/tune2fs.c:2126
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004050#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004051msgid "Warning: label too long, truncating.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004052msgstr "Warnung: Name zu lang, kürze ihn.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004053
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004054#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004055#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004056msgid "e2label: cannot seek to superblock again\n"
4057msgstr "e2label: cannot seek to superblock again\n"
4058
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004059#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004060#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004061msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004062msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004063
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004064#: misc/e2label.c:117 misc/tune2fs.c:838
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004065#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004066msgid "Usage: e2label device [newlabel]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004067msgstr "Aufruf: e2label Gerät [neuer_Name]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004068
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004069#: misc/e2undo.c:36
Philipp Thomas720e6362008-06-21 14:06:00 -04004070#, c-format
4071msgid "Usage: %s <transaction file> <filesystem>\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004072msgstr "Aufruf: %s <Transaktionsdatei> <Dateisystem>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004073
Philipp Thomas40771272008-09-07 22:55:25 -04004074#: misc/e2undo.c:52
Philipp Thomas720e6362008-06-21 14:06:00 -04004075msgid "Failed to read the file system data \n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004076msgstr "Die Dateisystemdaten konnten nicht gelesenb werden \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004077
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004078#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
Philipp Thomas720e6362008-06-21 14:06:00 -04004079#, c-format
4080msgid "Failed tdb_fetch %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004081msgstr "tdb_fetch von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004082
Philipp Thomas40771272008-09-07 22:55:25 -04004083#: misc/e2undo.c:70
Philipp Thomas720e6362008-06-21 14:06:00 -04004084#, c-format
4085msgid "The file system Mount time didn't match %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004086msgstr "Die Zeit des letzten Einhängens des Dateisystems war nicht %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004087
Philipp Thomas40771272008-09-07 22:55:25 -04004088#: misc/e2undo.c:89
Philipp Thomas720e6362008-06-21 14:06:00 -04004089msgid "The file system UUID didn't match \n"
Philipp Thomas68801282008-07-17 11:47:00 -04004090msgstr "Die UUID des Dateisystems stimmte nicht überein \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004091
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004092#: misc/e2undo.c:163
Philipp Thomas68801282008-07-17 11:47:00 -04004093#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004094msgid "Failed tdb_open %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004095msgstr "tdb_open von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004096
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004097#: misc/e2undo.c:169
Philipp Thomas68801282008-07-17 11:47:00 -04004098#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004099msgid "Error while determining whether %s is mounted.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004100msgstr "Fehler beim Überprüfen, ob %s eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004101
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004102#: misc/e2undo.c:175
Philipp Thomas40771272008-09-07 22:55:25 -04004103msgid "e2undo should only be run on unmounted file system\n"
4104msgstr "e2undo sollte nur auf nicht-eingehängten Dateisystemen laufen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004105
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004106#: misc/e2undo.c:184
Philipp Thomas68801282008-07-17 11:47:00 -04004107#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004108msgid "Failed to open %s\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004109msgstr "%s konnte nicht geöffnet werden\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004110
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004111#: misc/e2undo.c:210
Philipp Thomas720e6362008-06-21 14:06:00 -04004112#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004113msgid "Replayed transaction of size %zd at location %llu\n"
4114msgstr "Zurückgespielte Transaktion der Größe %zd an Position %llu\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004115
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004116#: misc/e2undo.c:216
Philipp Thomas720e6362008-06-21 14:06:00 -04004117#, c-format
4118msgid "Failed write %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004119msgstr "Gescheitertes Schreiben von %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004120
Eric Sandeen032eafe2012-07-28 17:48:36 -04004121#: misc/fsck.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004122#, c-format
4123msgid "WARNING: couldn't open %s: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004124msgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004125
Eric Sandeen032eafe2012-07-28 17:48:36 -04004126#: misc/fsck.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004127#, c-format
4128msgid "WARNING: bad format on line %d of %s\n"
4129msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
4130
Eric Sandeen032eafe2012-07-28 17:48:36 -04004131#: misc/fsck.c:370
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004132msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004133"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004134"\tfield. I will kludge around things for you, but you\n"
4135"\tshould fix your /etc/fstab file as soon as you can.\n"
4136"\n"
4137msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004138"WARNUNG: Ihre /etc/fstab enthält keine Angabe darüber, wann\n"
4139"\tdas Dateisystem geprüft werden soll. Ich werde dieses\n"
4140"\tignorieren, aber Sie sollten ihre /etc/fstab so schnell\n"
4141"\twie möglich korrigieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004142"\n"
4143
Eric Sandeen032eafe2012-07-28 17:48:36 -04004144#: misc/fsck.c:478
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004145#, c-format
4146msgid "fsck: %s: not found\n"
4147msgstr "fsck: %s: nicht gefunden\n"
4148
Eric Sandeen032eafe2012-07-28 17:48:36 -04004149#: misc/fsck.c:594
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004150#, c-format
4151msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004152msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004153
Eric Sandeen032eafe2012-07-28 17:48:36 -04004154#: misc/fsck.c:616
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004155#, c-format
4156msgid "Warning... %s for device %s exited with signal %d.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004157msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004158
Eric Sandeen032eafe2012-07-28 17:48:36 -04004159#: misc/fsck.c:622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004160#, c-format
4161msgid "%s %s: status is %x, should never happen.\n"
4162msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
4163
Eric Sandeen032eafe2012-07-28 17:48:36 -04004164#: misc/fsck.c:661
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004165#, c-format
4166msgid "Finished with %s (exit status %d)\n"
4167msgstr "Beendet mit %s (exit status %d)\n"
4168
Eric Sandeen032eafe2012-07-28 17:48:36 -04004169#: misc/fsck.c:721
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004170#, c-format
4171msgid "%s: Error %d while executing fsck.%s for %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004172msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004173
Eric Sandeen032eafe2012-07-28 17:48:36 -04004174#: misc/fsck.c:742
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004175msgid ""
4176"Either all or none of the filesystem types passed to -t must be prefixed\n"
4177"with 'no' or '!'.\n"
4178msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004179"Bei -t müssen entweder allen oder keinem Dateisystem ein „no“ bzw. „!“\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004180"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004181
Eric Sandeen032eafe2012-07-28 17:48:36 -04004182#: misc/fsck.c:761
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004183msgid "Couldn't allocate memory for filesystem types\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004184msgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004185
Eric Sandeen032eafe2012-07-28 17:48:36 -04004186#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004187#, c-format
Philipp Thomasb93349a2014-05-31 13:32:39 -04004188msgid "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004189msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004190"%s: überspringe die ungültige Zeile in /etc/fstab: bind mount mit\n"
4191" Durchgangsnummer für fsck, die nicht Null ist\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004192
Eric Sandeen032eafe2012-07-28 17:48:36 -04004193#: misc/fsck.c:911
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004194#, c-format
4195msgid "fsck: cannot check %s: fsck.%s not found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004196msgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004197
Eric Sandeen032eafe2012-07-28 17:48:36 -04004198#: misc/fsck.c:967
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004199msgid "Checking all file systems.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004200msgstr "Alle Dateisysteme werden überprüft.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004201
Eric Sandeen032eafe2012-07-28 17:48:36 -04004202#: misc/fsck.c:1058
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004203#, c-format
4204msgid "--waiting-- (pass %d)\n"
4205msgstr "--warten-- (Durchgang %d)\n"
4206
Eric Sandeen032eafe2012-07-28 17:48:36 -04004207#: misc/fsck.c:1078
Philipp Thomasb93349a2014-05-31 13:32:39 -04004208msgid "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4209msgstr "Aufruf: fsck [-AMNPRTV] [ -C [ fd ] ] [-t Datesystemtyp] [FS-Optionen] [Dateisystem...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004210
Eric Sandeen032eafe2012-07-28 17:48:36 -04004211#: misc/fsck.c:1120
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004212#, c-format
4213msgid "%s: too many devices\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004214msgstr "%s: zu viele Geräte\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004215
Eric Sandeen032eafe2012-07-28 17:48:36 -04004216#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004217#, c-format
4218msgid "%s: too many arguments\n"
4219msgstr "%s: zu viele Argumente\n"
4220
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004221#: misc/lsattr.c:74
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004222#, c-format
4223msgid "Usage: %s [-RVadlv] [files...]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004224msgstr "Aufruf: %s [-RVadlv] [Dateien...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004225
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004226#: misc/lsattr.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004227#, c-format
4228msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004229msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004230
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004231#: misc/lsattr.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004232#, c-format
4233msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004234msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004235
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004236#: misc/mke2fs.c:123
Philipp Thomas77c871a2010-04-19 16:59:02 -04004237#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004238msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004239"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004240"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04004241"\t[-G flex-group-size] [-N number-of-inodes]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004242"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004243"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004244"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004245"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004246msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004247"Aufruf: %s [-c|-l Dateiname] [-b Blockgröße] [-C Clustergröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004248"\t[-i Bytes-pro-Inode] [-I Inodegrösse] [-J Journal-Optionen]\n"
4249"\t[-G Größe_der_Metagruppe] [-N Anzahl_der_Inodes]\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004250"\t[-m Reservierte-Blöcke-Prozent] [-o Erzeuger-OS]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004251"\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004252"\t[-M letztes-eingehängtes-Verzeichnis] [-O Eigenschaft[,...]]\n"
4253"\t[-r fs-Revision] [-E erweiterte-Option[,...]]\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04004254"\t[-t Dateisystemtyp] [-T Verwendungs-Typ ] [-U UUID] [-jnqvFKSV]\n"
4255"\tGerät [Block-Anzahl]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004256
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004257#: misc/mke2fs.c:250
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004258#, c-format
4259msgid "Running command: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004260msgstr "Es wird ausgeführt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004261
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004262#: misc/mke2fs.c:254
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004263#, c-format
4264msgid "while trying to run '%s'"
4265msgstr "während des Versuchs, „%s“ auszuführen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004266
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004267#: misc/mke2fs.c:261
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004268msgid "while processing list of bad blocks from program"
4269msgstr "beim Auswerten der „Bad Block“-Liste vom Programm"
4270
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004271#: misc/mke2fs.c:288
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004272#, c-format
4273msgid "Block %d in primary superblock/group descriptor area bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004274msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004275
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004276#: misc/mke2fs.c:290
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004277#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004278msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004279msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004280"Die Blöcke %u bis einschließlich %u müssen in Ordung sein, um ein\n"
4281"\tDateisystem zu erstellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004282
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004283#: misc/mke2fs.c:293
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004284msgid "Aborting....\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004285msgstr "Abbruch...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004286
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004287#: misc/mke2fs.c:313
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004288#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004289msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004290"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004291"\tbad blocks.\n"
4292"\n"
4293msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004294"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %u enthält\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004295"\tdefekte Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004296"\n"
4297
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004298#: misc/mke2fs.c:332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004299msgid "while marking bad blocks as used"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004300msgstr "beim Markieren von defekten Blöcken als „belegt“"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004301
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004302#: misc/mke2fs.c:384
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004303msgid "Writing inode tables: "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004304msgstr "Inode-Tabellen werden geschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004305
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004306#: misc/mke2fs.c:405
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004307#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004308msgid ""
4309"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004310"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004311msgstr ""
4312"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004313"%d Blöcke konnten nicht in die Inoden-Tabellen beginnend bei %llu geschrieben werden: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004314
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004315#: misc/mke2fs.c:419 misc/mke2fs.c:2444 misc/mke2fs.c:2729
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004316msgid "done \n"
4317msgstr "erledigt \n"
4318
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004319#: misc/mke2fs.c:430
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004320msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004321msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004322
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004323#: misc/mke2fs.c:437
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004324msgid "while reading root inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004325msgstr "beim Lesen des Root-Inode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004326
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004327#: misc/mke2fs.c:449
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004328msgid "while setting root inode ownership"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004329msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004330
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004331#: misc/mke2fs.c:467
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004332msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004333msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004334
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004335#: misc/mke2fs.c:474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004336msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004337msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004338
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004339#: misc/mke2fs.c:487
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004340msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004341msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004342
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004343#: misc/mke2fs.c:502
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004344msgid "while setting bad block inode"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004345msgstr "beim Setzen des „Bad Block“-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004346
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004347#: misc/mke2fs.c:529
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004348#, c-format
4349msgid "Out of memory erasing sectors %d-%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004350msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004351
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004352#: misc/mke2fs.c:539
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004353#, c-format
4354msgid "Warning: could not read block 0: %s\n"
4355msgstr "Warnung: konnte Block %s nicht lesen\n"
4356
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004357#: misc/mke2fs.c:555
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004358#, c-format
4359msgid "Warning: could not erase sector %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004360msgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004361
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004362#: misc/mke2fs.c:571
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004363msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004364msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004365
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004366#: misc/mke2fs.c:579
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004367msgid "Zeroing journal device: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004368msgstr "Überschreibe Journal-Device mit Nullen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004369
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004370#: misc/mke2fs.c:591
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004371#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004372msgid "while zeroing journal device (block %llu, count %d)"
4373msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %llu, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004374
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004375#: misc/mke2fs.c:609
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004376msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004377msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004378
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004379#: misc/mke2fs.c:624
Philipp Thomasb93349a2014-05-31 13:32:39 -04004380#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004381msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004382msgstr "Ein Dateisystems mit %llu (%dk) Blöcken und %u Inodes wird erzeugt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004383
4384#: misc/mke2fs.c:632
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004385#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004386msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004387"warning: %llu blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004388"\n"
4389msgstr ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004390"Warnung: %llu Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004391"\n"
4392
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004393#: misc/mke2fs.c:637
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004394#, c-format
4395msgid "Filesystem label=%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004396msgstr "Dateisystem-Label=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004397
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004398#: misc/mke2fs.c:640
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004399#, c-format
4400msgid "OS type: %s\n"
4401msgstr "OS-Typ: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004402
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004403#: misc/mke2fs.c:642
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004404#, c-format
4405msgid "Block size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004406msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004407
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004408#: misc/mke2fs.c:646
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004409#, c-format
4410msgid "Cluster size=%u (log=%u)\n"
4411msgstr "Clustergröße=%u (log=%u)\n"
4412
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004413#: misc/mke2fs.c:650
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004414#, c-format
4415msgid "Fragment size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004416msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004417
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004418#: misc/mke2fs.c:652
Philipp Thomas77c871a2010-04-19 16:59:02 -04004419#, c-format
4420msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4421msgstr "Stride=%u Blöcke, Stripebreite=%u Blöcke\n"
4422
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004423#: misc/mke2fs.c:654
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004424#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004425msgid "%u inodes, %llu blocks\n"
4426msgstr "%u Inodes, %llu Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004427
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004428#: misc/mke2fs.c:656
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004429#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004430msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
4431msgstr "%llu Blöcke (%2.2f%%) reserviert für den Superuser\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004432
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004433#: misc/mke2fs.c:659
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004434#, c-format
4435msgid "First data block=%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004436msgstr "Erster Datenblock=%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004437
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004438#: misc/mke2fs.c:661
4439#, c-format
4440msgid "Root directory owner=%u:%u\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004441msgstr "Eigentümer des Wurzelverzeichnisses=%u:%u\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004442
4443#: misc/mke2fs.c:663
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004444#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004445msgid "Maximum filesystem blocks=%lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004446msgstr "Maximale Dateisystem-Blöcke=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004447
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004448#: misc/mke2fs.c:667
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004449#, c-format
4450msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004451msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004452
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004453#: misc/mke2fs.c:669
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004454#, c-format
4455msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004456msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004457
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004458#: misc/mke2fs.c:672
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004459#, c-format
4460msgid "%u blocks per group, %u clusters per group\n"
4461msgstr "%u Blöcke pro Gruppe, %u Cluster pro Gruppe\n"
4462
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004463#: misc/mke2fs.c:675
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004464#, c-format
4465msgid "%u blocks per group, %u fragments per group\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004466msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004467
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004468#: misc/mke2fs.c:677
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004469#, c-format
4470msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004471msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004472
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004473#: misc/mke2fs.c:686
Philipp Thomasb93349a2014-05-31 13:32:39 -04004474#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004475msgid "Filesystem UUID: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004476msgstr "UUID des Dateisystems: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004477
4478#: misc/mke2fs.c:687
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004479msgid "Superblock backups stored on blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004480msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004481
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004482#: misc/mke2fs.c:764
4483#, c-format
4484msgid "%s requires '-O 64bit'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004485msgstr "%s erfordert „-O 64Bit“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004486
4487#: misc/mke2fs.c:770
4488#, c-format
4489msgid "'%s' must be before 'resize=%u'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004490msgstr "„%s“ muss vor „resize=%u“ kommen\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004491
4492#: misc/mke2fs.c:783
Philipp Thomasb93349a2014-05-31 13:32:39 -04004493#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004494msgid "Invalid desc_size: '%s'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004495msgstr "Unzulässige desc_size: „%s“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004496
4497#: misc/mke2fs.c:796
Philipp Thomasb93349a2014-05-31 13:32:39 -04004498#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004499msgid "Invalid offset: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004500msgstr "Unzulässiger Offset: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004501
4502#: misc/mke2fs.c:810 misc/tune2fs.c:1206
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004503#, c-format
4504msgid "Invalid mmp_update_interval: %s\n"
4505msgstr "Ungültiges mmp_update_interval: %s\n"
4506
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004507#: misc/mke2fs.c:824
Philipp Thomasb93349a2014-05-31 13:32:39 -04004508#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004509msgid "Invalid # of backup superbocks: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004510msgstr "Ungültige Anzahl Ersatz-Superblöcke: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004511
4512#: misc/mke2fs.c:846
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004513#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004514msgid "Invalid stride parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004515msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004516
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004517#: misc/mke2fs.c:861
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004518#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004519msgid "Invalid stripe-width parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004520msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004521
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004522#: misc/mke2fs.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004523#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004524msgid "Invalid resize parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004525msgstr "Ungültiger \"resize\"-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004526
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004527#: misc/mke2fs.c:891
Theodore Ts'obc759702005-05-09 20:40:55 -04004528msgid "The resize maximum must be greater than the filesystem size.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004529msgstr "Das Maximum der Vergrösserung muss oberhalb als der Dateisystem-Grösse liegen.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004530
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004531#: misc/mke2fs.c:915
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004532msgid "On-line resizing not supported with revision 0 filesystems\n"
4533msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004534"Online-Grössenänderungen werden bei Revison 0 Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004535"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004536
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004537#: misc/mke2fs.c:942 misc/mke2fs.c:951
Philipp Thomasb93349a2014-05-31 13:32:39 -04004538#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004539msgid "Invalid root_owner: '%s'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004540msgstr "Ungültiger Eigentümer der Wurzel: „%s“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004541
4542#: misc/mke2fs.c:976
Philipp Thomasedc733d2012-04-22 15:38:42 -04004543#, c-format
4544msgid "Invalid quotatype parameter: %s\n"
4545msgstr "Ungültiger Quotatyp-Parameter: %s\n"
4546
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004547#: misc/mke2fs.c:987
Philipp Thomasb93349a2014-05-31 13:32:39 -04004548#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004549msgid ""
4550"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004551"Bad option(s) specified: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004552"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004553"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004554"\tis set off by an equals ('=') sign.\n"
4555"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004556"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004557"\tmmp_update_interval=<interval>\n"
4558"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004559"\tstride=<RAID per-disk data chunk in blocks>\n"
4560"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004561"\toffset=<offset to create the file system>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004562"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004563"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004564"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004565"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004566"\troot_uid=<uid of root directory>\n"
4567"\troot_gid=<gid of root directory>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004568"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004569"\tdiscard\n"
4570"\tnodiscard\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04004571"\tquotatype=<usr OR grp>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004572"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004573msgstr ""
4574"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004575"Ungültige Option(en) angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004576"\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04004577"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004578"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004579"\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004580"\terhalten welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004581"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004582"gültige erweiterte Optionen sind:\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004583"\tmmp_update_interval=<Intervall>\n"
4584"\tnum_backup_sb=<0|1|2>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004585"\tstride=<RAID Segmentgrösse in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004586"\tstripe-width=<RAID Stride * Datenplatten in Blöcken>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004587"\toffset=<Offset für das Dateisystem>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004588"\tresize=<Obergrenze für Grössenänderung in Blöcken>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004589"\tpacked_meta_blocks=<0 deaktiviert, 1 aktivieren>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004590"\tlazy_itable_init=<0 für Ab-, 1 für Einschalten>\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004591"\tlazy_journal_init=<0 für Ab-, 1 fúr Einschalten>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004592"\troot_uid=<UID desw Wurzelverzeichnisses>\n"
4593"\troot_gid=<GID desw Wurzelverzeichnisses>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004594"\ttest_fs\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004595"\tdiscard\n"
4596"\tnodiscard\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04004597"\tquotatype=<usr ODER grp>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004598"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004599
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004600#: misc/mke2fs.c:1013
Theodore Ts'o8f741372008-02-28 21:47:05 -05004601#, c-format
4602msgid ""
4603"\n"
4604"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4605"\n"
4606msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004607"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004608"Warnung: Die Stripe-breite %u des RAIDs ist kein mehrfaches des Strides %u.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004609"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004610
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004611#: misc/mke2fs.c:1053
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004612#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004613msgid ""
4614"Syntax error in mke2fs config file (%s, line #%d)\n"
4615"\t%s\n"
4616msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004617"Syntaxfehler in der Konfigurationsdatei von mke2fs (%s, Zeile %d)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004618"\t%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004619
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004620#: misc/mke2fs.c:1066 misc/tune2fs.c:416
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004621#, c-format
4622msgid "Invalid filesystem option set: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004623msgstr "Ungültige Dateisystem-Option angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004624
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004625#: misc/mke2fs.c:1078 misc/tune2fs.c:357
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004626#, c-format
4627msgid "Invalid mount option set: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004628msgstr "Ungültige Option für das Einhängen angegeben: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004629
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004630#: misc/mke2fs.c:1218
Philipp Thomas40771272008-09-07 22:55:25 -04004631#, c-format
4632msgid ""
4633"\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004634"Your mke2fs.conf file does not define the %s filesystem type.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004635msgstr ""
4636"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004637"Ihre Datei mke2fs.conf definiert den Typ des Dateisystems %s nicht.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004638
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004639#: misc/mke2fs.c:1222
Philipp Thomas40771272008-09-07 22:55:25 -04004640msgid ""
4641"You probably need to install an updated mke2fs.conf file.\n"
4642"\n"
4643msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004644"Sie müsen wahrscheinlich eine aktualisierte Version der Datyei installieren.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004645"\n"
4646
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004647#: misc/mke2fs.c:1226
Philipp Thomas3e914b52011-01-24 15:03:41 -05004648msgid "Aborting...\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004649msgstr "Abbruch…\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004650
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004651#: misc/mke2fs.c:1267
Philipp Thomas3e914b52011-01-24 15:03:41 -05004652#, c-format
4653msgid ""
4654"\n"
4655"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4656"\n"
4657msgstr ""
4658"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004659"Warnung: der Dateisystemtyp %s ist in mke2fs.conf nicht definiert\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004660"\n"
4661
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004662#: misc/mke2fs.c:1435
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004663msgid "Couldn't allocate memory for new PATH.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004664msgstr "Es konnte kein Speicher für den neuen PFAD reserviert werden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004665
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004666#: misc/mke2fs.c:1476
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004667#, c-format
4668msgid "Couldn't init profile successfully (error: %ld).\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004669msgstr "Das Profil konnte nicht erfolgrteich initialisiert werden: %ld).\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004670
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004671#: misc/mke2fs.c:1509
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004672#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004673msgid "invalid block size - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004674msgstr "ungültige Blockgrösse - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004675
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004676#: misc/mke2fs.c:1513
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004677#, c-format
4678msgid "Warning: blocksize %d not usable on most systems.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004679msgstr "Warnung: Eine Blockgrösse von %d ist auf den meisten System unbrauchbar.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004680
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004681#: misc/mke2fs.c:1529
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004682#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004683msgid "invalid cluster size - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004684msgstr "ungültige Clustergrösse - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004685
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004686#: misc/mke2fs.c:1539
4687msgid "'-R' is deprecated, use '-E' instead"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004688msgstr "„-R“ ist veraltet, bitte verwenden Sie statt dessen „-E“"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004689
4690#: misc/mke2fs.c:1551
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004691msgid "Illegal number for blocks per group"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004692msgstr "Die Zahl der Blöcke pro Gruppe ist unzulässig"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004693
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004694#: misc/mke2fs.c:1556
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004695msgid "blocks per group must be multiple of 8"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004696msgstr "Die Anzahl der Blöcke pro Gruppe muss ein Mehrfaches von 8 sein"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004697
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004698#: misc/mke2fs.c:1564
Philipp Thomas720e6362008-06-21 14:06:00 -04004699msgid "Illegal number for flex_bg size"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004700msgstr "Der Wert für die Grösse von flex_bg ist unzulässig"
Philipp Thomas720e6362008-06-21 14:06:00 -04004701
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004702#: misc/mke2fs.c:1570
Philipp Thomas720e6362008-06-21 14:06:00 -04004703msgid "flex_bg size must be a power of 2"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004704msgstr "Die Grösse von flex_bg muss eine Potenz von 2 sein"
Philipp Thomas720e6362008-06-21 14:06:00 -04004705
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004706#: misc/mke2fs.c:1580
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004707#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004708msgid "invalid inode ratio %s (min %d/max %d)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004709msgstr "Unzulässige Inode-Rate %s (min %d/max %d)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004710
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004711#: misc/mke2fs.c:1590
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004712#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004713msgid "invalid inode size - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004714msgstr "ungültige Inodegrösse - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004715
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004716#: misc/mke2fs.c:1603
Philipp Thomasb93349a2014-05-31 13:32:39 -04004717msgid "Warning: -K option is deprecated and should not be used anymore. Use '-E nodiscard' extended option instead!\n"
4718msgstr "Warnung: die Option -K wird bald nicht mehr unterstüzt. Verwenden Sie statt dessen die Erweiterungsoption „-E nodiscard“!\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004719
4720#: misc/mke2fs.c:1614
4721msgid "in malloc for bad_blocks_filename"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004722msgstr "in malloc für bad_blocks_filename"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004723
4724#: misc/mke2fs.c:1627
4725#, c-format
4726msgid "invalid reserved blocks percent - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004727msgstr "Ungültiger Wert für die prozentuale Anzahl reservierter Blöcke - %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004728
4729#: misc/mke2fs.c:1642
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004730#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004731msgid "bad num inodes - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004732msgstr "ungültige Anzahl von Inodes - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004733
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004734#: misc/mke2fs.c:1659
4735#, c-format
4736msgid "bad revision level - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004737msgstr "ungültige Version - %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004738
4739#: misc/mke2fs.c:1673
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004740msgid "The -t option may only be used once"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004741msgstr "Die Option „-t“ darf nur einmel angegeben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004742
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004743#: misc/mke2fs.c:1681
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004744msgid "The -T option may only be used once"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004745msgstr "Die Option „-T“ darf nur einmel angegeben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004746
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004747#: misc/mke2fs.c:1734 misc/mke2fs.c:2810
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004748#, c-format
4749msgid "while trying to open journal device %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004750msgstr "beim Versuch, das Journalgerät %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004751
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004752#: misc/mke2fs.c:1740
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004753#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004754msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004755msgstr "Die Blockgrösse des Journalgeräts (%d) ist kleiner als die minimale Blockgrösse %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004756
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004757#: misc/mke2fs.c:1746
Philipp Thomas68801282008-07-17 11:47:00 -04004758#, c-format
4759msgid "Using journal device's blocksize: %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004760msgstr "Die Blockgrösse des Journalgerätes wird verwendet: %d\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004761
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004762#: misc/mke2fs.c:1757
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004763#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004764msgid "invalid blocks '%s' on device '%s'"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004765msgstr "ungültiger Block „%s“ auf Gerät „%s“"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004766
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004767#: misc/mke2fs.c:1777
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004768msgid "filesystem"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004769msgstr "fDateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004770
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004771#: misc/mke2fs.c:1790 resize/main.c:368
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004772msgid "while trying to determine filesystem size"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004773msgstr "beim Versuch, die Grösse des Dateisystems zu bestimmen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004774
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004775#: misc/mke2fs.c:1796
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004776msgid ""
4777"Couldn't determine device size; you must specify\n"
4778"the size of the filesystem\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004779msgstr "Die Größe des Gerätes ist nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004780
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004781#: misc/mke2fs.c:1803
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004782msgid ""
4783"Device size reported to be zero. Invalid partition specified, or\n"
4784"\tpartition table wasn't reread after running fdisk, due to\n"
4785"\ta modified partition being busy and in use. You may need to reboot\n"
4786"\tto re-read your partition table.\n"
4787msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004788"Als Grösse des Geräts wird Null zurück geliefert. Entweder wurde eine\n"
4789"\tungültige Partition angegeben oder die Partitionstabelle wurde nach\n"
4790"\teinem Lauf von fdisk nicht neu eingelesen, weil die modifizierte\n"
4791"\tPartition vewendet wurde. Sie müssen unter Umständen den Rechner neu\n"
4792"\tneu starten, damit die Partitionstabelle neu eingelesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004793
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004794#: misc/mke2fs.c:1820
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004795msgid "Filesystem larger than apparent device size."
Philipp Thomasb93349a2014-05-31 13:32:39 -04004796msgstr "Das Dateisystem ist grösser als als die Partition."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004797
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004798#: misc/mke2fs.c:1840
Philipp Thomas720e6362008-06-21 14:06:00 -04004799msgid "Failed to parse fs types list\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004800msgstr "Die Liste der Dateisystemtypen konnte nicht verarbeitet werden\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004801
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004802#: misc/mke2fs.c:1881
4803msgid "while trying to determine hardware sector size"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004804msgstr "beim Versuch, die Sektorgröße festzustellen"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004805
4806#: misc/mke2fs.c:1887
4807msgid "while trying to determine physical sector size"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004808msgstr "beim Versuch, die echte Sektorgröße festzustellen"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004809
4810#: misc/mke2fs.c:1919
4811msgid "while setting blocksize; too small for device\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004812msgstr "beim Setzen der Blockgrösse: zu klein für das Gerät\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004813
4814#: misc/mke2fs.c:1924
4815#, c-format
Philipp Thomasb93349a2014-05-31 13:32:39 -04004816msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4817msgstr "Warnung: die angegebene Blockgrösse %d ist kleiner als die echte Sektorgrösse %d\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004818
4819#: misc/mke2fs.c:1948
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004820#, c-format
4821msgid ""
4822"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4823"\tin 32 bits using a blocksize of %d.\n"
4824msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004825"%1$s: Die Grösse des Gerätes %3$s (0x%2$llx Blöcke) kann bei einer Blockgrösse\n"
4826"\tvon %4$d kann mit 32 Bits nicht dargestellt werden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004827
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004828#: misc/mke2fs.c:1964
Philipp Thomas68801282008-07-17 11:47:00 -04004829msgid "fs_types for mke2fs.conf resolution: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04004830msgstr "Dateisystemtypen für das Aufschlüsseln von mke2fs.conf: "
Philipp Thomas68801282008-07-17 11:47:00 -04004831
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004832#: misc/mke2fs.c:1971
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004833msgid "Filesystem features not supported with revision 0 filesystems\n"
4834msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004835"Eigenschaften von Dateisystemen werden bei Revison-0-Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004836"\tunterstützt\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004837
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004838#: misc/mke2fs.c:1979
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004839msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4840msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004841"Spärliche Superblöcke werden bei Revison-0-Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004842"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004843
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004844#: misc/mke2fs.c:1991
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004845msgid "Journals not supported with revision 0 filesystems\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004846msgstr ""
4847"Journale werden bei Revison-0-Dateisystemen nicht\n"
4848"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004849
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004850#: misc/mke2fs.c:2005
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004851#, c-format
4852msgid "invalid reserved blocks percent - %lf"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004853msgstr "Ungültiger Werte für Prozent reservierter Blöcke - %lf"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004854
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004855#: misc/mke2fs.c:2022
Philipp Thomasb93349a2014-05-31 13:32:39 -04004856msgid "Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to rectify.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004857msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004858"Erweiterungen MÜSSEN für 64-bittige Dateisysteme aktiviert werden.\n"
4859"\tGeben sie „-O extents“ an, um dies zu tun.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004860
4861#: misc/mke2fs.c:2042
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004862msgid "The cluster size may not be smaller than the block size.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004863msgstr "Die Clustergrösse darf nicht kleiner als die Blockgrösse sein.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004864
4865#: misc/mke2fs.c:2048
4866msgid "specifying a cluster size requires the bigalloc feature"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004867msgstr "die Angabe einer Clustergrösse erfordert die Eigenschaft bigalloc"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004868
4869#: misc/mke2fs.c:2067
Philipp Thomas720e6362008-06-21 14:06:00 -04004870#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004871msgid "warning: Unable to get device geometry for %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004872msgstr "Warnung: Die Geometrie des Gerätes „%s“ kann nicht bestimmt werden\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004873
4874#: misc/mke2fs.c:2070
4875#, c-format
4876msgid "%s alignment is offset by %lu bytes.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004877msgstr "Die Ausrichtung von %s ist um %lu Bytes versetzt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004878
4879#: misc/mke2fs.c:2072
4880#, c-format
Philipp Thomasb93349a2014-05-31 13:32:39 -04004881msgid "This may result in very poor performance, (re)-partitioning suggested.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004882msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004883"Dies könnte in sehr schlechter Leistung resultieren. Eine Neupartitionierung\n"
4884"ist angeraten.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004885
4886#: misc/mke2fs.c:2093
4887#, c-format
4888msgid "%d-byte blocks too big for system (max %d)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004889msgstr "Blöcke mit %d Bytes sind zu gross für das Gerät (max %d)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004890
4891#: misc/mke2fs.c:2097
4892#, c-format
Philipp Thomasb93349a2014-05-31 13:32:39 -04004893msgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004894msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004895"Warnung: Blöcke mit %d Bytes sind zu gross für das Gerät (max %d)\n"
4896"\t Weiterverarbeitung wurde erzwungen\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004897
4898#: misc/mke2fs.c:2145
4899msgid "Can't support bigalloc feature without extents feature"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004900msgstr "Bigalloc ist nur mit Extents möglich"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004901
4902#: misc/mke2fs.c:2152
Philipp Thomas720e6362008-06-21 14:06:00 -04004903msgid ""
4904"The resize_inode and meta_bg features are not compatible.\n"
4905"They can not be both enabled simultaneously.\n"
4906msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004907"resize_inode und meta_bg sind nicht kompatibel und können\n"
4908"daher nicht gleichzeitig aktiviert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004909
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004910#: misc/mke2fs.c:2161
4911msgid ""
4912"\n"
4913"Warning: the bigalloc feature is still under development\n"
4914"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
4915"\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004916msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004917"\n"
4918"Warnung: „bigalloc“ befindet sich noch in Entwicklung\n"
4919"Lesen Sie https://ext4.wiki.kernel.org/index.php/Bigalloc für weitere\n"
4920"Informationen\n"
4921"\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004922
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004923#: misc/mke2fs.c:2172
Theodore Ts'obc759702005-05-09 20:40:55 -04004924msgid "reserved online resize blocks not supported on non-sparse filesystem"
4925msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004926"reservierte Blöcke für die Online-Grössenderung werden auf nicht spärlichen\n"
4927"(sparse) Dateisystemen nicht unterstützt"
Theodore Ts'obc759702005-05-09 20:40:55 -04004928
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004929#: misc/mke2fs.c:2181
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004930msgid "blocks per group count out of range"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004931msgstr "Die Anzahl der Blöcke pro Gruppe ist ausserhalb des gültigen Bereichs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004932
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004933#: misc/mke2fs.c:2205
Philipp Thomas720e6362008-06-21 14:06:00 -04004934msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004935msgstr "Flex_bg ist nicht aktiviert, daher darf daür auch keine Grösse angegeben werden"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004936
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004937#: misc/mke2fs.c:2217
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004938#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004939msgid "invalid inode size %d (min %d/max %d)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004940msgstr "unzulässige Innodegrösse %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004941
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004942#: misc/mke2fs.c:2235
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004943#, c-format
4944msgid "too many inodes (%llu), raise inode ratio?"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004945msgstr "zu wenige Inodes (%llu), Anzahl erhöhen?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004946
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004947#: misc/mke2fs.c:2242
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004948#, c-format
4949msgid "too many inodes (%llu), specify < 2^32 inodes"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004950msgstr "zu viele Inodes (%llu), geben Sie weniger als 2^32 Inodes an"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004951
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004952#: misc/mke2fs.c:2256
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004953#, c-format
4954msgid ""
4955"inode_size (%u) * inodes_count (%u) too big for a\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004956"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004957"\tor lower inode count (-N).\n"
4958msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004959"inode_size (%u) * inodes_count (%u) ist zu gross für ein\n"
4960"\tDateisystem mit %llu blöcken, geben Sie ein höheres inode_ratio (-i)\n"
4961"\tan oder eine niedrigere Anzahl Inodes (-N) an.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004962
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004963#: misc/mke2fs.c:2383
Philipp Thomas720e6362008-06-21 14:06:00 -04004964#, c-format
4965msgid ""
4966"Overwriting existing filesystem; this can be undone using the command:\n"
4967" e2undo %s %s\n"
4968"\n"
4969msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004970"Das bestehende Dateisystem wird überschrieben: dies kann mittels des Befehls:\n"
4971": e2undo %s %s\n"
4972"rückgängig gemacht werden\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004973
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004974#: misc/mke2fs.c:2397
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004975msgid "while trying to setup undo file\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004976msgstr "beim Versuch, die Datei mit den Daten zur Rückgängigmachung anzulegen\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004977
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004978#: misc/mke2fs.c:2423
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004979msgid "Discarding device blocks: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04004980msgstr "Geräteblöcke werden verworfen: "
Philipp Thomas77c871a2010-04-19 16:59:02 -04004981
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004982#: misc/mke2fs.c:2439
Philipp Thomas294dd5a2011-10-16 21:53:39 -04004983msgid "failed - "
Philipp Thomasb93349a2014-05-31 13:32:39 -04004984msgstr "gescheitert - "
Philipp Thomas77c871a2010-04-19 16:59:02 -04004985
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004986#: misc/mke2fs.c:2561
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004987msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004988msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004989
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004990#: misc/mke2fs.c:2577
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004991msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
4992msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04004993"Verwerfen war erfolgreich und wird 0en zurück liefern - daher wird\n"
4994"das Löschen der Inodetabelle übersprungen\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05004995
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004996#: misc/mke2fs.c:2665
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004997#, c-format
4998msgid "unknown os - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04004999msgstr "unbekanntes Betriebssystem - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005000
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005001#: misc/mke2fs.c:2717
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005002msgid "Allocating group tables: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04005003msgstr "beim Anfordern von Speicher für die Gruppentabellen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005004
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005005#: misc/mke2fs.c:2725
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005006msgid "while trying to allocate filesystem tables"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005007msgstr "beim Anfordern von Speicher für die Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005008
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005009#: misc/mke2fs.c:2734
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005010msgid ""
5011"\n"
5012"\twhile converting subcluster bitmap"
5013msgstr ""
5014"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005015"\tbeim konvertieren der Subclusterbitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005016
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005017#: misc/mke2fs.c:2777
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005018#, c-format
5019msgid "while zeroing block %llu at end of filesystem"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005020msgstr "beim nullen von Blcok%llu amEnde desDateisystems"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005021
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005022#: misc/mke2fs.c:2791
Theodore Ts'obc759702005-05-09 20:40:55 -04005023msgid "while reserving blocks for online resize"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005024msgstr "beim Reservieren von Blöcken für die Online-Grössenänderung"
Theodore Ts'obc759702005-05-09 20:40:55 -04005025
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005026#: misc/mke2fs.c:2803 misc/tune2fs.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005027msgid "journal"
5028msgstr "Journal"
5029
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005030#: misc/mke2fs.c:2815
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005031#, c-format
5032msgid "Adding journal to device %s: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04005033msgstr "Ein Journal wird auf Gerät %s hinzu gefügt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005034
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005035#: misc/mke2fs.c:2822
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005036#, c-format
5037msgid ""
5038"\n"
5039"\twhile trying to add journal to device %s"
5040msgstr ""
5041"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005042"\tbeim Versuch, ein Journal auf Gerät %s hinzu zu fügen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005043
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005044#: misc/mke2fs.c:2827 misc/mke2fs.c:2858 misc/tune2fs.c:708 misc/tune2fs.c:727
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005045msgid "done\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005046msgstr "erledgt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005047
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005048#: misc/mke2fs.c:2834
Philipp Thomas77c871a2010-04-19 16:59:02 -04005049msgid "Skipping journal creation in super-only mode\n"
5050msgstr "Die Erzeugung eines Journals wird im Nur-Super Modus übersprungen\n"
5051
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005052#: misc/mke2fs.c:2845
Philipp Thomas68801282008-07-17 11:47:00 -04005053#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005054msgid "Creating journal (%u blocks): "
Philipp Thomasb93349a2014-05-31 13:32:39 -04005055msgstr "Das Journal (%u Blöcke) wird angelegt: "
Philipp Thomas720e6362008-06-21 14:06:00 -04005056
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005057#: misc/mke2fs.c:2854
Philipp Thomasedc733d2012-04-22 15:38:42 -04005058msgid ""
5059"\n"
5060"\twhile trying to create journal"
5061msgstr ""
5062"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005063"\t beim Anlegen des Journals"
Philipp Thomasedc733d2012-04-22 15:38:42 -04005064
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005065#: misc/mke2fs.c:2866 misc/tune2fs.c:483
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005066msgid ""
5067"\n"
5068"Error while enabling multiple mount protection feature."
5069msgstr ""
5070"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005071"Fehler beim aktivieren des Schutzes gegen mehrfaches Einhängen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005072
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005073#: misc/mke2fs.c:2871
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005074#, c-format
5075msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005076msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005077"Der Schutz gegen mehrfaches Einhängen wurde aktiviert mit einem\n"
5078"Aktualisierungsintervall von %d Sekunden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005079
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005080#: misc/mke2fs.c:2888
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005081msgid "Writing superblocks and filesystem accounting information: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04005082msgstr ""
5083"Die Superblöcke und die Informationen über die Dateisystemnutzung werden\n"
5084"geschrieben: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005085
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005086#: misc/mke2fs.c:2895
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005087msgid ""
5088"\n"
5089"Warning, had trouble writing out superblocks."
5090msgstr ""
5091"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005092"es gab Schwierigkeiten beim Schreiben der Superblöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005093
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005094#: misc/mke2fs.c:2897
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005095msgid ""
5096"done\n"
5097"\n"
5098msgstr ""
5099"erledigt\n"
5100"\n"
5101
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005102#: misc/mklost+found.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005103msgid "Usage: mklost+found\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005104msgstr "Aufruf: mklost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005105
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005106#: misc/partinfo.c:41
Philipp Thomasa700f512008-08-29 08:49:57 -04005107#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005108msgid ""
5109"Usage: %s device...\n"
5110"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005111"Prints out the partition information for each given device.\n"
5112"For example: %s /dev/hda\n"
5113"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005114msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005115"Aufruf: %s Gerät…\n"
Philipp Thomas68801282008-07-17 11:47:00 -04005116"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005117"Gibt Informationen über die Partitionierung jedes angegebenen Geräts.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005118"Zum Beispiel: %s /dev/hda\n"
5119"\n"
5120
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005121#: misc/partinfo.c:51
Philipp Thomas40771272008-09-07 22:55:25 -04005122#, c-format
5123msgid "Cannot open %s: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005124msgstr "%s kann nicht geöffnet werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04005125
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005126#: misc/partinfo.c:57
Philipp Thomas40771272008-09-07 22:55:25 -04005127#, c-format
5128msgid "Cannot get geometry of %s: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005129msgstr "Die Geometrie von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04005130
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005131#: misc/partinfo.c:65
Philipp Thomas40771272008-09-07 22:55:25 -04005132#, c-format
5133msgid "Cannot get size of %s: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005134msgstr "Die Größe von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04005135
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005136#: misc/partinfo.c:71
Philipp Thomas40771272008-09-07 22:55:25 -04005137#, c-format
5138msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005139msgstr "%s: h=%3d s=%3d c=%4d Start=%8d Größe=%8lu Ende=%8d\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005140
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005141#: misc/tune2fs.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005142msgid "Please run e2fsck on the filesystem.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005143msgstr "Bitte lassen Sie e2fsck dieses Dateisystemaus überprüfen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005144
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005145#: misc/tune2fs.c:121
Philipp Thomasb93349a2014-05-31 13:32:39 -04005146#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005147msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04005148"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005149"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005150"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p mmp_update_interval]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005151"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005152"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005153"\t[-Q quota_options]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005154"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5155"\t[ -I new_inode_size ] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005156msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005157"Aufruf: %s [-c max_Anzahl_Einhängungen] [-e Fehlerverhalten] [-g Gruppe]\n"
5158"\t[-i Intervall[d|m|w]] [-j] [-J Journal_Options] [-l]\n"
5159"\t[-m reservierte_Blöcke_Prozent] [-o [^]Einhängoptionen[,...]] [-p mmp_Aktualisierungsintervall]\n"
5160"\t[-r QAnzahl_reservierte_Blöcke] [-u Benutzer] [-C Anzal_Einhängungen] [-L Volumenkennung]\n"
5161"\t[-M letztes_eingehängtes_Verzeichnis] [-O [^]Eigenschaft[,...]]\n"
5162"\t[-Q Quotaoptionen]\n"
5163"\t[-E erweiterte_Optionen[,...]] [-T Zeitpunkt_letzter_Prüfung] [-U UUID]\n"
5164"\t[ -I neue_Inodegröße ] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005165
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005166#: misc/tune2fs.c:217
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005167msgid "while trying to open external journal"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005168msgstr "beim Versuch, das externe Journal zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005169
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005170#: misc/tune2fs.c:222
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005171#, c-format
5172msgid "%s is not a journal device.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005173msgstr "%s ist kein Journalgerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005174
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005175#: misc/tune2fs.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005176msgid "Journal superblock not found!\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005177msgstr "Der Journal-Superblock wurde nicht gefunden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005179#: misc/tune2fs.c:248
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005180msgid "Filesystem's UUID not found on journal device.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005181msgstr "Die UUID des Dateisystems wurde auf dem Journalgerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005182
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005183#: misc/tune2fs.c:269
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005184msgid ""
5185"Cannot locate journal device. It was NOT removed\n"
5186"Use -f option to remove missing journal device.\n"
5187msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005188"Das Journalgerät wurde nicht gefunden. Es wurde NICHT entfernt\n"
5189"Bitte benutzen Sie die Option „-f“ um das fehlende Gerät zu entfernen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005190
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005191#: misc/tune2fs.c:277
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005192msgid "Journal removed\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005193msgstr "Das Journal wurde entfernt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005194
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005195#: misc/tune2fs.c:321
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005196msgid "while reading bitmaps"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005197msgstr "Fehler beim Lesen der Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005198
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005199#: misc/tune2fs.c:329
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005200msgid "while clearing journal inode"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005201msgstr "beim Rücksetzen der Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005202
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005203#: misc/tune2fs.c:340
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005204msgid "while writing journal inode"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005205msgstr "beim SWchreiben der Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005206
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005207#: misc/tune2fs.c:372 misc/tune2fs.c:385
Philipp Thomas3e914b52011-01-24 15:03:41 -05005208msgid "(and reboot afterwards!)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005209msgstr "(und starten Sie hinterher das System neu)\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005210
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005211#: misc/tune2fs.c:419
Theodore Ts'o8f741372008-02-28 21:47:05 -05005212#, c-format
5213msgid "Clearing filesystem feature '%s' not supported.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005214msgstr "Das Deaktivieren von „%s“ wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005215
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005216#: misc/tune2fs.c:425
Philipp Thomas67671422008-05-14 18:42:45 -04005217#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005218msgid "Setting filesystem feature '%s' not supported.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005219msgstr "Das Aktivieren von „%s“ wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005220
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005221#: misc/tune2fs.c:434
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005222msgid ""
Philipp Thomas68801282008-07-17 11:47:00 -04005223"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005224"unmounted or mounted read-only.\n"
5225msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005226"Has_journal kann nur zurück gesetzt werden, wenn das Dateisystem nicht\n"
5227"oder nur-lesen eingehängt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005228
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005229#: misc/tune2fs.c:443
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005230msgid ""
5231"The needs_recovery flag is set. Please run e2fsck before clearing\n"
5232"the has_journal flag.\n"
5233msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005234"needs_recovery ist gesetzt. Bitte lassen Sie e2fsck laufen, bevor Sie\n"
5235"has_journal zurück setzten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005236
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005237#: misc/tune2fs.c:462
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005238msgid ""
5239"Setting filesystem feature 'sparse_super' not supported\n"
5240"for filesystems with the meta_bg feature enabled.\n"
5241msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005242"Das Setzen von „sparse_super“ wird auf Dateisystemen aktiviertem\n"
5243"„meta_bg“ nicht unterstützt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005244
5245#: misc/tune2fs.c:475
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005246msgid ""
5247"The multiple mount protection feature can't\n"
5248"be set if the filesystem is mounted or\n"
5249"read-only.\n"
5250msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005251"Der Schutz vor mehrfachem Einhängen kann nur aktiviert werden, wenn das\n"
5252"Dateisystem nicht oder nur-lesen eingehängt ist.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005253
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005254#: misc/tune2fs.c:493
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005255#, c-format
5256msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5257msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005258"Der Schutz vor mehrfachem Einhängen wurde mit einem Aktualisierungsintervall\n"
5259"von %d Sekunden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005260
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005261#: misc/tune2fs.c:502
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005262msgid ""
5263"The multiple mount protection feature cannot\n"
5264"be disabled if the filesystem is readonly.\n"
5265msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005266"Der Schutz vor mehrfachem Einhängen kann nicht\n"
5267"deaktiviert werden, wenn das Dateisystem nur-lesenend\n"
5268"eingehängt ist.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005269
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005270#: misc/tune2fs.c:510
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005271msgid "Error while reading bitmaps\n"
5272msgstr "Fehler beim Lesen der Bitmaps\n"
5273
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005274#: misc/tune2fs.c:519
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005275#, c-format
5276msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005277msgstr "Die magische Zahl im MMP-Block passt nicht. Erwartet: %x, gefunden: %x\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005278
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005279#: misc/tune2fs.c:524
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005280msgid "while reading MMP block."
Philipp Thomasb93349a2014-05-31 13:32:39 -04005281msgstr "beim Lesen des MMP-Blocks."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005282
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005283#: misc/tune2fs.c:556
Philipp Thomas720e6362008-06-21 14:06:00 -04005284msgid ""
5285"Clearing the flex_bg flag would cause the the filesystem to be\n"
5286"inconsistent.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005287msgstr "Das deaktivieren von flex_bg würde das Dateisystem inkonsistent machen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005288
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005289#: misc/tune2fs.c:567
Philipp Thomas68801282008-07-17 11:47:00 -04005290msgid ""
5291"The huge_file feature may only be cleared when the filesystem is\n"
5292"unmounted or mounted read-only.\n"
5293msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005294"huge_file kann nur aktiviert werden, wenn das Dateisystem nicht\n"
5295"oder nur-lesen eingehängt ist.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04005296
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005297#: misc/tune2fs.c:627
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005298msgid ""
5299"\n"
5300"Warning: '^quota' option overrides '-Q'arguments.\n"
5301msgstr ""
5302"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005303"Warnung: die Option „^quota“ hat Vorrang vor „-Q“Argumenten.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005304
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005305#: misc/tune2fs.c:672
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005306msgid "The filesystem already has a journal.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005307msgstr "Das Dateisystem hat bereits ein Journal.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005308
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005309#: misc/tune2fs.c:692
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005310#, c-format
5311msgid ""
5312"\n"
5313"\twhile trying to open journal on %s\n"
5314msgstr ""
5315"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005316"\tbeim Versuch, das Journal auf %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005317
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005318#: misc/tune2fs.c:696
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005319#, c-format
5320msgid "Creating journal on device %s: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04005321msgstr "Journal wird erzeugt auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005322
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005323#: misc/tune2fs.c:704
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005324#, c-format
5325msgid "while adding filesystem to journal on %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005326msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005327
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005328#: misc/tune2fs.c:710
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005329msgid "Creating journal inode: "
Philipp Thomasb93349a2014-05-31 13:32:39 -04005330msgstr "Journal-Inodes werden erzeugt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005331
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005332#: misc/tune2fs.c:724
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005333msgid ""
5334"\n"
5335"\twhile trying to create journal file"
5336msgstr ""
5337"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005338"\tbeim Versuch, die Journaldatei zu erzeugen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005339
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005340#: misc/tune2fs.c:799
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005341msgid "Couldn't allocate memory to parse quota options!\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005342msgstr "Speicher zum Parsen der Quota-Optionen konnte nicht reserviert werden!\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005343
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005344#: misc/tune2fs.c:821
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005345msgid ""
5346"\n"
5347"Bad quota options specified.\n"
5348"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005349"Following valid quota options are available (pass by separating with comma):\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005350"\t[^]usrquota\n"
5351"\t[^]grpquota\n"
5352"\n"
5353"\n"
5354msgstr ""
5355"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005356"Es wurden ungültige Quotaoptionen angegeben.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005357"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005358"Die folgenden gültigen Quotaoptionen sind verfügbar (durch Kommata getrennt\n"
5359"angeben):\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005360"\t[^]usrquota\n"
5361"\t[^]grpquota\n"
5362"\n"
5363"\n"
5364
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005365#: misc/tune2fs.c:881
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005366#, c-format
5367msgid "Couldn't parse date/time specifier: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005368msgstr "Die Angabe von Zeit/Datum war unverständlich: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005369
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005370#: misc/tune2fs.c:909 misc/tune2fs.c:922
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005371#, c-format
5372msgid "bad mounts count - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005373msgstr "ungültge Anzahl Einhängungen - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005374
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005375#: misc/tune2fs.c:938
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005376#, c-format
5377msgid "bad error behavior - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005378msgstr "ungültiges Verhalten im Fehlerfall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005379
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005380#: misc/tune2fs.c:965
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005381#, c-format
5382msgid "bad gid/group name - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005383msgstr "ungültige gid/Gruppe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005384
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005385#: misc/tune2fs.c:998
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005386#, c-format
5387msgid "bad interval - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005388msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005389
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005390#: misc/tune2fs.c:1027
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005391#, c-format
5392msgid "bad reserved block ratio - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005393msgstr "ungültiges Verhältnis reservierter Blöcke - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005394
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005395#: misc/tune2fs.c:1042
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005396msgid "-o may only be specified once"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005397msgstr "-o darf nur einmal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005398
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005399#: misc/tune2fs.c:1051
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005400msgid "-O may only be specified once"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005401msgstr "-O darf nur einmal angegeben werden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005402
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005403#: misc/tune2fs.c:1068
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005404#, c-format
5405msgid "bad reserved blocks count - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005406msgstr "ungültige Anzahl reservierter Blöcke - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005407
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005408#: misc/tune2fs.c:1097
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005409#, c-format
5410msgid "bad uid/user name - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005411msgstr "falsche Version - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005412
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005413#: misc/tune2fs.c:1114
Philipp Thomas68801282008-07-17 11:47:00 -04005414#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005415msgid "bad inode size - %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005416msgstr "ungültige Inodegröße - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04005417
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005418#: misc/tune2fs.c:1121
Philipp Thomas720e6362008-06-21 14:06:00 -04005419#, c-format
5420msgid "Inode size must be a power of two- %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005421msgstr "Die Inodegröße muss eine Zweierpotenz sein - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04005422
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005423#: misc/tune2fs.c:1215
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005424#, c-format
5425msgid "mmp_update_interval too big: %lu\n"
5426msgstr "mmp_update_interval ist zu groß: %lu\n"
5427
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005428#: misc/tune2fs.c:1220
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005429#, c-format
5430msgid "Setting multiple mount protection update interval to %lu second\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005431msgid_plural "Setting multiple mount protection update interval to %lu seconds\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005432msgstr[0] ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005433"Das Aktualisierungsintervall des Schutzes vor mehrfachem Einhängen\n"
5434"wird auf %lu Sekunde gesetzt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005435msgstr[1] ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005436"Das Aktualisierungsintervall des Schutzes vor mehrfachem Einhängen\n"
5437"wird auf %lu Sekunden gesetzt\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005438
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005439#: misc/tune2fs.c:1243
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005440#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005441msgid "Invalid RAID stride: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005442msgstr "Ungültiger RAID-stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005443
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005444#: misc/tune2fs.c:1258
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005445#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005446msgid "Invalid RAID stripe-width: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005447msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005448
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005449#: misc/tune2fs.c:1273
Philipp Thomas40771272008-09-07 22:55:25 -04005450#, c-format
5451msgid "Invalid hash algorithm: %s\n"
5452msgstr "Ungültiger Hashalgorithmus: %s\n"
5453
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005454#: misc/tune2fs.c:1279
Philipp Thomas40771272008-09-07 22:55:25 -04005455#, c-format
5456msgid "Setting default hash algorithm to %s (%d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005457msgstr "Der Standardhashalgorithmus wird auf %s (%d) gesetzt\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005458
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005459#: misc/tune2fs.c:1298
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005460msgid ""
5461"\n"
5462"Bad options specified.\n"
5463"\n"
5464"Extended options are separated by commas, and may take an argument which\n"
5465"\tis set off by an equals ('=') sign.\n"
5466"\n"
5467"Valid extended options are:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005468"\tclear_mmp\n"
5469"\thash_alg=<hash algorithm>\n"
5470"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005471"\tstride=<RAID per-disk chunk size in blocks>\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005472"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005473"\ttest_fs\n"
5474"\t^test_fs\n"
5475msgstr ""
5476"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005477"Falsche erweiterte Optionen angegeben: %s\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005478"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005479"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
5480"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005481"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005482"Gültige erweiterte Optionen sind:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005483"\tclear_mmp\n"
5484"\thash_alg=<Hashalgorithmus>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005485"\tmount_opts=<erweiterte Standardeinhängoptionen>\n"
5486"\tstride=<RAID Blockgröße pro PLatte in Blöcken\n"
5487"\tstripe_width=<RAID Stride*Datenplatten in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005488"\ttest_fs\n"
5489"\t^test_fs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005490"\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005491
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005492#: misc/tune2fs.c:1764
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005493msgid "Failed to read inode bitmap\n"
5494msgstr "Die Inode-Bitmap konnte nicht gelesen werden\n"
5495
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005496#: misc/tune2fs.c:1769
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005497msgid "Failed to read block bitmap\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005498msgstr "Die Block-Bitmap konnte nicht gelesen werden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005499
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005500#: misc/tune2fs.c:1786 resize/resize2fs.c:925
Philipp Thomas720e6362008-06-21 14:06:00 -04005501msgid "blocks to be moved"
5502msgstr "zu verschiebende Blöcke"
5503
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005504#: misc/tune2fs.c:1789
Philipp Thomas77c871a2010-04-19 16:59:02 -04005505msgid "Failed to allocate block bitmap when increasing inode size\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005506msgstr "Beim erhöhen der Inodegröße konnte keine Blockbitmap reserviert werden\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005507
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005508#: misc/tune2fs.c:1795
Philipp Thomas77c871a2010-04-19 16:59:02 -04005509msgid "Not enough space to increase inode size \n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005510msgstr "Der Platz reicht nicht aus für eine erhöhung der Inodegröße \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005511
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005512#: misc/tune2fs.c:1800
Philipp Thomas77c871a2010-04-19 16:59:02 -04005513msgid "Failed to relocate blocks during inode resize \n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005514msgstr "Das verschieben von Blöcken während der Größenänderung der Inodes scheiterte \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005515
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005516#: misc/tune2fs.c:1832
Philipp Thomas77c871a2010-04-19 16:59:02 -04005517msgid ""
5518"Error in resizing the inode size.\n"
5519"Run e2undo to undo the file system changes. \n"
5520msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005521"Fehler beim Ändern der Inodegröße.\n"
5522"Starten Sie e2undo, um die Änderungen am Dateisystem rückgängig zu machen. \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005523
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005524#: misc/tune2fs.c:1859
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005525msgid "Couldn't allocate memory for tdb filename\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005526msgstr "Es kann kein Speicher für den Tdb-Dateinamen reserviert werden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005528#: misc/tune2fs.c:1880
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005529#, c-format
5530msgid "while trying to delete %s"
5531msgstr "beim Versuch, %s zu löschen"
5532
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005533#: misc/tune2fs.c:1888
Philipp Thomas77c871a2010-04-19 16:59:02 -04005534#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005535msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005536"To undo the tune2fs operation please run the command\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005537" e2undo %s %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005538"\n"
5539msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005540"Um die durch Tune2fs gemachten Ändrungen rückgängig zu machen, starten Sie\n"
5541"bitte\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005542" e2undo %s %s\n"
Philipp Thomas68801282008-07-17 11:47:00 -04005543"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005544
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005545#: misc/tune2fs.c:1957
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005546#, c-format
5547msgid ""
5548"MMP block magic is bad. Try to fix it by running:\n"
5549"'e2fsck -f %s'\n"
5550msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005551"Die magische Zahl des MMP-Blocks ist ungültig. Versuchen Sie, dies durch\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005552"„e2fsck -f %s“\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005553"zu beheben.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005554
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005555#: misc/tune2fs.c:1975
Philipp Thomas40771272008-09-07 22:55:25 -04005556#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04005557msgid "The inode size is already %lu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005558msgstr "Die Indoegröße ist bereits %lu\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005559
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005560#: misc/tune2fs.c:1982
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005561msgid "Shrinking inode size is not supported\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005562msgstr "Das verringern der Inodegröße wird nicht unterstützt\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005563
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005564#: misc/tune2fs.c:1987
Philipp Thomasb93349a2014-05-31 13:32:39 -04005565#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005566msgid "Invalid inode size %lu (max %d)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005567msgstr "Unzulässige Inodegröße: %lu (max %d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005568
5569#: misc/tune2fs.c:2034
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005570#, c-format
5571msgid "Setting maximal mount count to %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005572msgstr "Die maximale Anzahl von Einhängungen wird auf %d gesezt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005573
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005574#: misc/tune2fs.c:2040
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005575#, c-format
5576msgid "Setting current mount count to %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005577msgstr "Die Anzahl der Einhängungen wird auf %d gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005578
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005579#: misc/tune2fs.c:2045
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005580#, c-format
5581msgid "Setting error behavior to %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005582msgstr "Das Fehlerverhalten wird auf %d gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005583
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005584#: misc/tune2fs.c:2050
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005585#, c-format
5586msgid "Setting reserved blocks gid to %lu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005587msgstr "Die GID reservierter Blöcke wird auf %lu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005588
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005589#: misc/tune2fs.c:2055
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005590#, c-format
5591msgid "interval between checks is too big (%lu)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005592msgstr "der Abstand zwischen zwei Prüfläfen ist zu groß (%lu)"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005593
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005594#: misc/tune2fs.c:2062
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005595#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005596msgid "Setting interval between checks to %lu seconds\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005597msgstr "Der Abstand zwischen den PrüfLäufen wird auf %lu Sekunden gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005598
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005599#: misc/tune2fs.c:2069
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005600#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005601msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005602msgstr "Der prozentuelle Anteil reservierter Blöcke wird auf %g%% (%llu Blöcke)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005603
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005604#: misc/tune2fs.c:2075
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005605#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005606msgid "reserved blocks count is too big (%llu)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005607msgstr "Die Anzahl reservierter Blöcke ist zu groß (%llu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005608
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005609#: misc/tune2fs.c:2082
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005610#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005611msgid "Setting reserved blocks count to %llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005612msgstr "Die Anzahl reservierter Blöcke wird auf %llu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005613
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005614#: misc/tune2fs.c:2088
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005615msgid ""
5616"\n"
5617"The filesystem already has sparse superblocks.\n"
5618msgstr ""
5619"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005620"Das Dateisystemhat bereits spärliche Superblöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005621
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005622#: misc/tune2fs.c:2092
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005623msgid ""
5624"\n"
5625"Setting the sparse superblock flag not supported\n"
5626"for filesystems with the meta_bg feature enabled.\n"
5627msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005628"\n"
5629"Das aktivieren spärlicher Superblöcke wird auf Dateisystemen mit aktivierter\n"
5630"Eigenschaft meta_bg nicht unterstützt.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005631
5632#: misc/tune2fs.c:2103
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005633#, c-format
5634msgid ""
5635"\n"
5636"Sparse superblock flag set. %s"
5637msgstr ""
5638"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005639"Kennung „spärlche Superblöcke“ ist gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005640
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005641#: misc/tune2fs.c:2108
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005642msgid ""
5643"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005644"Clearing the sparse superblock flag not supported.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005645msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005646"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005647"Das zurücksetzen der Kennung „spärlche Superblöcke“ wird nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005648
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005649#: misc/tune2fs.c:2116
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005650#, c-format
5651msgid "Setting time filesystem last checked to %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005652msgstr "Der Zeitpunkt der letzten Prüfung des Dateisystems wird auf %s gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005653
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005654#: misc/tune2fs.c:2122
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005655#, c-format
5656msgid "Setting reserved blocks uid to %lu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005657msgstr "Die UID reservierter Blöcke wird auf %lu gesetzt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005658
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005659#: misc/tune2fs.c:2154
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005660msgid "Error in using clear_mmp. It must be used with -f\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005661msgstr "Fehler bei der Verwendung von clear_mmp. Es muss zusammen mit -f benutzt werden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005662
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005663#: misc/tune2fs.c:2172
Philipp Thomasb93349a2014-05-31 13:32:39 -04005664msgid "The quota feature may only be changed when the filesystem is unmounted.\n"
5665msgstr "Quotas können nur bei nicht eingehängten Dateisystemen geändert werden.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005666
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005667#: misc/tune2fs.c:2191
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005668msgid "The UUID may only be changed when the filesystem is unmounted.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005669msgstr "Die UUID kann nur bei nicht eingehängtem Dateisystem geändert werden.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005670
5671#: misc/tune2fs.c:2219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005672msgid "Invalid UUID format\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005673msgstr "Ungültiges UUID-Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005674
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005675#: misc/tune2fs.c:2232
Philipp Thomas720e6362008-06-21 14:06:00 -04005676msgid "The inode size may only be changed when the filesystem is unmounted.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005677msgstr "Die Inode-Größe kann nur bei ausgehängtem Dateisystem geändert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005678
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005679#: misc/tune2fs.c:2240
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005680msgid ""
5681"Changing the inode size not supported for filesystems with the flex_bg\n"
5682"feature enabled.\n"
5683msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005684"Das Ändern der Inodegröße auf Dateisystemen mit aktiviertem flex_bg\n"
5685"wird nicht unterstützt.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005686
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005687#: misc/tune2fs.c:2253
Philipp Thomas68801282008-07-17 11:47:00 -04005688#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005689msgid "Setting inode size %lu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005690msgstr "Die Inodegröße wird auf %lu gesetzt\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005691
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005692#: misc/tune2fs.c:2256
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005693msgid "Failed to change inode size\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005694msgstr "Die Inodegröße konnte nicht geändert werden\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005695
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005696#: misc/tune2fs.c:2267
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005697#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005698msgid "Setting stride size to %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005699msgstr "Die Stridegröße wird auf %d gesetzt\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005700
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005701#: misc/tune2fs.c:2272
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005702#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005703msgid "Setting stripe width to %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005704msgstr "Die Stripbraite wird auf %d gesetzt\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005705
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005706#: misc/tune2fs.c:2279
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005707#, c-format
5708msgid "Setting extended default mount options to '%s'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005709msgstr "Die erweiterten standard Einhängotionen werden auf „%s“ gesetzt\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005710
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005711#: misc/util.c:90
5712#, c-format
5713msgid "<proceeding>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005714msgstr "<verarbeitung läuft\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005715
5716#: misc/util.c:94
Philipp Thomasb93349a2014-05-31 13:32:39 -04005717#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005718msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
Philipp Thomasb93349a2014-05-31 13:32:39 -04005719msgstr "Trotzdem fortfahren (oder %d Sekunden warten) ? (j,n) "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005720
5721#: misc/util.c:98
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005722msgid "Proceed anyway? (y,n) "
Philipp Thomasb93349a2014-05-31 13:32:39 -04005723msgstr "Trotzdem fortfahren? (j,n) "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005724
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005725#: misc/util.c:129
Philipp Thomasb93349a2014-05-31 13:32:39 -04005726#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005727msgid "\tlast mounted on %s on %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005728msgstr "\tzuletzt auf %s auf %s eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005729
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005730#: misc/util.c:132
Philipp Thomasb93349a2014-05-31 13:32:39 -04005731#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005732msgid "\tlast mounted on %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005733msgstr "\tzuletzt auf %s eingehängt"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005734
5735#: misc/util.c:135
5736#, c-format
5737msgid "\tcreated on %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005738msgstr "\tauf %s erzeugt"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005739
5740#: misc/util.c:138
5741#, c-format
5742msgid "\tlast modified on %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005743msgstr "\tzuletzt modifiziert %s"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005744
5745#: misc/util.c:172
5746#, c-format
5747msgid "Found a %s partition table in %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005748msgstr "In %2$s wurde eine %1$s Partitionstabelle gefunden\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005749
5750#: misc/util.c:202
Philipp Thomasb93349a2014-05-31 13:32:39 -04005751#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005752msgid "Creating regular file %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005753msgstr "Die reguläre Datei %s wird angelegt\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005754
5755#: misc/util.c:205
Philipp Thomasb93349a2014-05-31 13:32:39 -04005756#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005757msgid "Could not open %s: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005758msgstr "%s kann nicht geöffnet werden: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005759
5760#: misc/util.c:208
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005761msgid ""
5762"\n"
5763"The device apparently does not exist; did you specify it correctly?\n"
5764msgstr ""
5765"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005766"Das Gerät existiert offensichtlich nicht; haben Sie es korrekt angegeben?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005767
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005768#: misc/util.c:230
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005769#, c-format
5770msgid "%s is not a block special device.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005771msgstr "%s ist kein spezielles Blockgerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005772
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005773#: misc/util.c:252
Philipp Thomasb93349a2014-05-31 13:32:39 -04005774#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005775msgid "%s contains a %s file system labelled '%s'\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005776msgstr "%s hat ein %s-Dateisystem mit Namen „%s“\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005777
5778#: misc/util.c:255
Philipp Thomasb93349a2014-05-31 13:32:39 -04005779#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005780msgid "%s contains a %s file system\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005781msgstr "%s hat ein %s-Dateisystem\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005782
5783#: misc/util.c:292
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005784#, c-format
5785msgid "%s is entire device, not just one partition!\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005786msgstr "%s ist das ganze Gerät und nicht nur eine einzelne Partition!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005787
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005788#: misc/util.c:315
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005789msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005790msgstr "mke2fs wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005791
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005792#: misc/util.c:320
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005793#, c-format
5794msgid "will not make a %s here!\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005795msgstr "%s wird hier nicht angelegt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005796
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005797#: misc/util.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005798msgid "mke2fs forced anyway.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005799msgstr "mke2fs wird trotzdem erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005800
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005801#: misc/util.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005802msgid "Couldn't allocate memory to parse journal options!\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005803msgstr "Es konnte kein Speicher zum Parsen der Journaloptionen reserviert werden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005804
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005805#: misc/util.c:368
Philipp Thomas3e914b52011-01-24 15:03:41 -05005806#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04005807msgid ""
5808"\n"
5809"Could not find journal device matching %s\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05005810msgstr ""
5811"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005812"Ein zu %s passendes Journalgerät konnte nicht gefunden werden\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04005813
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005814#: misc/util.c:395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005815msgid ""
5816"\n"
5817"Bad journal options specified.\n"
5818"\n"
5819"Journal options are separated by commas, and may take an argument which\n"
5820"\tis set off by an equals ('=') sign.\n"
5821"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04005822"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005823"\tsize=<journal size in megabytes>\n"
5824"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005825"\tlocation=<journal location>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005826"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005827"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005828"\n"
5829msgstr ""
5830"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005831"Falsche Journaloptionen angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005832"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005833"Journaloptionen werden durch Kommatas getrennt. Manche erwarten ein\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005834"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005835"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005836"Gültige Journaloptionen sind:\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005837"\tsize=<Journalgröße in Megabytes>\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005838"\tdevice=<Journalgerät>\n"
5839"\tlocation=<Position des Journals>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005840"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005841"Die Größe des Journals muss zwischen 1024 und 10240000 Dateisystemblöcken\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005842"\tliegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005843"\n"
5844
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005845#: misc/util.c:426
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005846msgid ""
5847"\n"
5848"Filesystem too small for a journal\n"
5849msgstr ""
5850"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005851"Das Dateisystem ist für ein Journal zu klein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005852
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005853#: misc/util.c:433
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005854#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005855msgid ""
5856"\n"
5857"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005858"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005859msgstr ""
5860"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005861"Die gewünschte Journalgröße ist %d Blöcke; sie muss\n"
5862"zwischen 1024 und 10240000 Blöcken liegen. Abbruch.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005863
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005864#: misc/util.c:441
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005865msgid ""
5866"\n"
5867"Journal size too big for filesystem.\n"
5868msgstr ""
5869"\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005870"Das Journal ist für dieses Dateisystem zu groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005871
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005872#: misc/util.c:455
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005873#, c-format
5874msgid ""
5875"This filesystem will be automatically checked every %d mounts or\n"
5876"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5877msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04005878"Dieses Dateisystem wird automatisch alle %d Einhängungen oder\n"
5879"%g Tage überprüft, was immer zuerst kommt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005880
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005881#: misc/uuidd.c:48
5882#, c-format
5883msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005884msgstr "Aufruf: %s [-d] [-p Piddatei] [-s Socketpfad] [-T Timeout]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005885
5886#: misc/uuidd.c:50
5887#, c-format
5888msgid " %s [-r|t] [-n num] [-s socketpath]\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005889msgstr " %s [-r|t] [-n Anzahl] [-s Socketpfad]\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005890
5891#: misc/uuidd.c:52
5892#, c-format
5893msgid " %s -k\n"
5894msgstr " %s -k\n"
5895
5896#: misc/uuidd.c:154
5897msgid "bad arguments"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005898msgstr "ungültige Argumente"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005899
5900#: misc/uuidd.c:172
5901msgid "connect"
5902msgstr "verbinden"
5903
5904#: misc/uuidd.c:191
5905msgid "write"
5906msgstr "schreiben"
5907
5908#: misc/uuidd.c:199
5909msgid "read count"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005910msgstr "Lesezähler"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005911
5912#: misc/uuidd.c:205
5913msgid "bad response length"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005914msgstr "ungültige Länge der Antwort"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005915
5916#: misc/uuidd.c:270
5917#, c-format
5918msgid "uuidd daemon already running at pid %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005919msgstr "der uuidd Dämon läft bereits mit pid %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005920
5921#: misc/uuidd.c:278
5922#, c-format
5923msgid "Couldn't create unix stream socket: %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005924msgstr "Es konnte kein Unix stream Socket erzeugt werden: %s"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005925
5926#: misc/uuidd.c:307
5927#, c-format
5928msgid "Couldn't bind unix socket %s: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005929msgstr "Es konnte nicht mit Unixsocket %s verbunden werden: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005930
5931#: misc/uuidd.c:315
5932#, c-format
5933msgid "Couldn't listen on unix socket %s: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005934msgstr "Lauschen auf Unixsocket %s war nicht möglich: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005935
5936#: misc/uuidd.c:353
5937#, c-format
5938msgid "Error reading from client, len = %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005939msgstr "Fehler beim Lesen vom Client, Länge = %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005940
5941#: misc/uuidd.c:361
5942#, c-format
5943msgid "operation %d, incoming num = %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005944msgstr "Operation %d, eingehende Nummer = %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005945
5946#: misc/uuidd.c:380
5947#, c-format
5948msgid "Generated time UUID: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005949msgstr "Zeit-UUID erzeugt: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005950
5951#: misc/uuidd.c:390
5952#, c-format
5953msgid "Generated random UUID: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005954msgstr "Zufällige UUID erzeugt: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005955
5956#: misc/uuidd.c:399
5957#, c-format
5958msgid "Generated time UUID %s and subsequent UUID\n"
5959msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005960msgstr[0] "Zeit-UUID %s und die folgende UUID erzeugt\n"
5961msgstr[1] "Zeit-UUID %s und die folgenden %d UUIDs erzeugt\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005962
5963#: misc/uuidd.c:420
5964#, c-format
5965msgid "Generated %d UUID's:\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005966msgstr "%d UUIDs erzeugt:\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005967
5968#: misc/uuidd.c:432
5969#, c-format
5970msgid "Invalid operation %d\n"
5971msgstr "Ungültige Operation %d\n"
5972
5973#: misc/uuidd.c:476 misc/uuidd.c:498
5974#, c-format
5975msgid "Bad number: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005976msgstr "Ungültige Nummer: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005977
5978#: misc/uuidd.c:533 misc/uuidd.c:562
5979#, c-format
5980msgid "Error calling uuidd daemon (%s): %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005981msgstr "Fehler beim Aufruf des Uuid-Dämons (%s): %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005982
5983#: misc/uuidd.c:543
5984#, c-format
5985msgid "%s and subsequent UUID\n"
5986msgid_plural "%s and subsequent %d UUIDs\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005987msgstr[0] "%s und die folgende UUID\n"
5988msgstr[1] "%s und die folgenden %d UUIDs\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005989
5990#: misc/uuidd.c:547
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005991msgid "List of UUID's:\n"
5992msgstr "Liste der UUIDs:\n"
5993
5994#: misc/uuidd.c:568
5995#, c-format
5996msgid "Unexpected reply length from server %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04005997msgstr "Unerwartete Antwortlänge von Server %d\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04005998
5999#: misc/uuidd.c:585
6000#, c-format
6001msgid "Couldn't kill uuidd running at pid %d: %s\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006002msgstr "Der mit PID %d laufende uuidd konnte nicht abgeschossen werden: %s\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006003
6004#: misc/uuidd.c:591
6005#, c-format
6006msgid "Killed uuidd running at pid %d\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006007msgstr "Der mit PID %d laufende uuidd wurde abgeschossen\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006008
6009#: misc/uuidgen.c:32
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006010#, c-format
6011msgid "Usage: %s [-r] [-t]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006012msgstr "Aufruf: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006013
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006014#: resize/extent.c:202
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006015msgid "# Extent dump:\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006016msgstr "# Dumpder Erweiterung:\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006017
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006018#: resize/extent.c:203
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006019#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006020msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006021msgstr "#\tAnz=%llu, Größe=%llu, Cursor=%llu, Sortiert=%llu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006022
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006023#: resize/main.c:44
Philipp Thomas68801282008-07-17 11:47:00 -04006024#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006025msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04006026"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006027"\n"
6028msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006029"Aufruf: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] Gerät [neue_größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006030"\n"
6031
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006032#: resize/main.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006033msgid "Extending the inode table"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006034msgstr "Die Inode-Tabelle wird erweitert"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006035
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006036#: resize/main.c:69
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006037msgid "Relocating blocks"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006038msgstr "Blöcke werden verschoben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006039
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006040#: resize/main.c:72
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006041msgid "Scanning inode table"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006042msgstr "Die Inodetabelle wird gelesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006043
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006044#: resize/main.c:75
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006045msgid "Updating inode references"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006046msgstr "Die Inode-Referenzen werden aktualisiert"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006047
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006048#: resize/main.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006049msgid "Moving inode table"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006050msgstr "Die Inode-Tabelle wird verschoben"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006051
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006052#: resize/main.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006053msgid "Unknown pass?!?"
6054msgstr "Unbekannter Durchgang?!?"
6055
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006056#: resize/main.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006057#, c-format
6058msgid "Begin pass %d (max = %lu)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04006059msgstr "Start von Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006060
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006061#: resize/main.c:155
6062msgid ""
6063"\n"
6064"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6065"your own risk! Use the force option if you want to go ahead anyway.\n"
6066"\n"
6067msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006068"\n"
6069"Die Größenveränderung von Bigalloc-Dateisystemen wurde noch nicht vollständig\n"
6070"geprüft. Deswegen handeln Sie auf eigene Gefahr!. Verwenden Sie die „force“\n"
6071"Option, wenn Sie trotzdem fortfahren wollen.n\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006072
6073#: resize/main.c:272
Philipp Thomasba71e3e2008-03-13 18:21:09 -04006074#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05006075msgid "while opening %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04006076msgstr "beim Öffnen von %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05006077
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006078#: resize/main.c:280
Philipp Thomasba71e3e2008-03-13 18:21:09 -04006079#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05006080msgid "while getting stat information for %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006081msgstr "beim Abfragen der Statusinformation für %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05006082
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006083#: resize/main.c:338 resize/main.c:451
Theodore Ts'o057a1592010-06-07 12:24:21 -04006084#, c-format
6085msgid ""
6086"Please run 'e2fsck -f %s' first.\n"
6087"\n"
6088msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006089"Bitte lassen Sie zuerst „e2fsck -f %s“ laufen.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04006090"\n"
6091
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006092#: resize/main.c:342
Philipp Thomas720e6362008-06-21 14:06:00 -04006093#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006094msgid "Estimated minimum size of the filesystem: %llu\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006095msgstr "Geschätzte minimale Größe des Dateisystems: %llu\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006096
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006097#: resize/main.c:378
Philipp Thomas77c871a2010-04-19 16:59:02 -04006098#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006099msgid "Invalid new size: %s\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006100msgstr "Unzulässige neue Größe: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006101
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006102#: resize/main.c:394
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006103msgid "New size too large to be expressed in 32 bits\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006104msgstr "Die neue Größe lässt sich nicht mehr mit 32 Bits ausdrücken\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006105
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006106#: resize/main.c:402
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006107#, c-format
6108msgid "New size smaller than minimum (%llu)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006109msgstr "Die neue Grösse ist kleiner als das Minimum (%llu)\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006110
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006111#: resize/main.c:408
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006112msgid "Invalid stride length"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006113msgstr "Ungültige \"Stride\"-Länge"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006114
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006115#: resize/main.c:432
Philipp Thomasa4edef12011-01-26 18:54:24 -05006116#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006117msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006118"The containing partition (or device) is only %llu (%dk) blocks.\n"
6119"You requested a new size of %llu blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006120"\n"
6121msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006122"Die sie enthaltende Partition (odert Gerät) ist nur %llu (%dk) Blöcke groß.\n"
6123"Sie wollen %llu Blöcke haben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006124
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006125#: resize/main.c:439
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006126#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006127msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006128"The filesystem is already %llu blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006129"\n"
6130msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006131"Das Dateisystem ist bereits %llu Blöcke lang. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006132"\n"
6133
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006134#: resize/main.c:456
Philipp Thomas77c871a2010-04-19 16:59:02 -04006135#, c-format
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006136msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006137msgstr "Die Größe des Dateisystems auf %s wird auf %llu (%dk) Blöcke geändert.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006138
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006139#: resize/main.c:465
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006140#, c-format
6141msgid "while trying to resize %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04006142msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006143
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006144#: resize/main.c:468
Philipp Thomas77c871a2010-04-19 16:59:02 -04006145#, c-format
6146msgid ""
6147"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6148"after the aborted resize operation.\n"
6149msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006150"Bitte lassen Sie „e2fsck -fy %s“ laufen, um das\n"
6151"Dateisystem nach der abgebrochenen Größenänderung\n"
6152"zu reparieren\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006153
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006154#: resize/main.c:474
Theodore Ts'o7527ef12007-12-05 19:35:20 -05006155#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006156msgid ""
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006157"The filesystem on %s is now %llu blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006158"\n"
6159msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006160"Das Dateisystem auf %s is nun %llu Blöcke lang.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006161"\n"
6162
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006163#: resize/main.c:489
Philipp Thomas77c871a2010-04-19 16:59:02 -04006164#, c-format
6165msgid "while trying to truncate %s"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006166msgstr "beim Versuch, %s abzuschneiden"
Philipp Thomas77c871a2010-04-19 16:59:02 -04006167
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006168#: resize/online.c:82
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006169msgid "kernel does not support online resize with sparse_super2"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006170msgstr "Der Kernel unterstützt die Online-Größenänderung mit sparse_super2 nicht"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006171
6172#: resize/online.c:87
Philipp Thomas720e6362008-06-21 14:06:00 -04006173#, c-format
6174msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006175msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006176"Dateisystem bei %s ist auf %s eingehängt; Online-Größenänderung ist\n"
6177"erforderlich\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006179#: resize/online.c:91
Philipp Thomas3e914b52011-01-24 15:03:41 -05006180msgid "On-line shrinking not supported"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006181msgstr "Online-Schrumpfen wird nicht unterstützt"
Philipp Thomas720e6362008-06-21 14:06:00 -04006182
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006183#: resize/online.c:116
Philipp Thomas720e6362008-06-21 14:06:00 -04006184msgid "Filesystem does not support online resizing"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006185msgstr "Das Dateisystem unterstützt die Online-Größenänderung nicht"
Philipp Thomas720e6362008-06-21 14:06:00 -04006186
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006187#: resize/online.c:125
Philipp Thomasd0275172013-01-15 23:30:35 -05006188msgid "Not enough reserved gdt blocks for resizing"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006189msgstr "Nicht genug reservierte GDT-Blöcke für die Größenänderung"
Philipp Thomasd0275172013-01-15 23:30:35 -05006190
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006191#: resize/online.c:132
Philipp Thomasd0275172013-01-15 23:30:35 -05006192msgid "Kernel does not support resizing a file system this large"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006193msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006194"Der Kernel unterstützt die Online-Grössenänderungen eines so großen\n"
6195"Dateisystems nicht"
Philipp Thomasd0275172013-01-15 23:30:35 -05006196
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006197#: resize/online.c:140
Philipp Thomas68801282008-07-17 11:47:00 -04006198#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04006199msgid "while trying to open mountpoint %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04006200msgstr "beim Versuch, Einhängpunkt %s zu öffnen"
Philipp Thomas720e6362008-06-21 14:06:00 -04006201
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006202#: resize/online.c:145
Philipp Thomasb93349a2014-05-31 13:32:39 -04006203#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006204msgid "Old resize interface requested.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006205msgstr "Die alte Schnittstelle für Größenänderung wurde angefordert.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006206
6207#: resize/online.c:164 resize/online.c:181
Philipp Thomas720e6362008-06-21 14:06:00 -04006208msgid "Permission denied to resize filesystem"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006209msgstr "Die Erlaubnis zum ändern der Dateisystemgröße wurde verweigert"
Philipp Thomas720e6362008-06-21 14:06:00 -04006210
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006211#: resize/online.c:167 resize/online.c:187
Philipp Thomas720e6362008-06-21 14:06:00 -04006212msgid "While checking for on-line resizing support"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006213msgstr "Beim überprüfen der Unterstützung für Online-Größenänderung"
Philipp Thomas720e6362008-06-21 14:06:00 -04006214
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006215#: resize/online.c:184
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006216msgid "Kernel does not support online resizing"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006217msgstr "Der Kernel bietet keine Untrerstützung für eine Online-Größenänderung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006218
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006219#: resize/online.c:223
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006220#, c-format
6221msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006222msgstr "Die Größe von %s wird gerade online auf %llu (%dk) Blöcke geändert.\n"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006223
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006224#: resize/online.c:233
Philipp Thomas720e6362008-06-21 14:06:00 -04006225msgid "While trying to extend the last group"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006226msgstr "beim Versuch, die letzte Gruppe zu erweitern"
Philipp Thomas720e6362008-06-21 14:06:00 -04006227
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006228#: resize/online.c:287
Philipp Thomas68801282008-07-17 11:47:00 -04006229#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04006230msgid "While trying to add group #%d"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006231msgstr "beim Versuch, die Gruppe #%d hinzu zu fügen"
Philipp Thomas720e6362008-06-21 14:06:00 -04006232
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006233#: resize/online.c:298
Philipp Thomasa700f512008-08-29 08:49:57 -04006234#, c-format
Philipp Thomasb93349a2014-05-31 13:32:39 -04006235msgid "Filesystem at %s is mounted on %s, and on-line resizing is not supported on this system.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006236msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006237"Das Dateisystem bei %s ist auf %s eingehängt und die Änderung der Größe im\n"
6238"laufenden System wird auf diesem System nicht unterstützt.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04006239
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006240#: resize/resize2fs.c:402
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006241#, c-format
6242msgid "inodes (%llu) must be less than %u"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006243msgstr "Die Inodes (%llu) müssen unter %u liegen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006244
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006245#: resize/resize2fs.c:685
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006246msgid "reserved blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04006247msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006248
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006249#: resize/resize2fs.c:930
Theodore Ts'obc759702005-05-09 20:40:55 -04006250msgid "meta-data blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04006251msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006252
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006253#: resize/resize2fs.c:1031 resize/resize2fs.c:1828
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006254msgid "new meta blocks"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006255msgstr "neue Metadaten-Blöcke"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006256
6257#: resize/resize2fs.c:2046
6258msgid "Should never happen! No sb in last super_sparse bg?\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006259msgstr "Dies sollte nie geschehen! Kein sb im letzten super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006260
6261#: resize/resize2fs.c:2051
6262msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006263msgstr "Dies sollte nie geschehen! Unerwartete old_desc in super_sparse bg?\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006264
6265#: resize/resize2fs.c:2129
Theodore Ts'obc759702005-05-09 20:40:55 -04006266msgid "Should never happen: resize inode corrupt!\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006267msgstr "Dies sollte nie geschehen: die Größenänderungs-Inode ist defekt!\n"
Philipp Thomas3e914b52011-01-24 15:03:41 -05006268
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006269#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006270msgid "EXT2FS Library version 1.42.10"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006271msgstr "EXT2FS Bibliothek Version 1.42.10"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006272
6273#: lib/ext2fs/ext2_err.c:12
6274msgid "Wrong magic number for ext2_filsys structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006275msgstr "Falsche magische Zahl für eine ext2_filesys-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006276
6277#: lib/ext2fs/ext2_err.c:13
6278msgid "Wrong magic number for badblocks_list structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006279msgstr "Falsche magische Zahl für eine badblocks_list-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006280
6281#: lib/ext2fs/ext2_err.c:14
6282msgid "Wrong magic number for badblocks_iterate structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006283msgstr "Falsche magische Zahl für eine badblocks_iterate-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006284
6285#: lib/ext2fs/ext2_err.c:15
6286msgid "Wrong magic number for inode_scan structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006287msgstr "Falsche magische Zahl für eine inode_scan-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006288
6289#: lib/ext2fs/ext2_err.c:16
6290msgid "Wrong magic number for io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006291msgstr "Falsche magische Zahl für eine io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006292
6293#: lib/ext2fs/ext2_err.c:17
6294msgid "Wrong magic number for unix io_channel structure"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006295msgstr "Falsche magische Zahl für eine Unix io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006296
6297#: lib/ext2fs/ext2_err.c:18
6298msgid "Wrong magic number for io_manager structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006299msgstr "Falsche magische Zahl für eine io_manager-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006300
6301#: lib/ext2fs/ext2_err.c:19
6302msgid "Wrong magic number for block_bitmap structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006303msgstr "Falsche magische Zahl für eine block_bitmap-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006304
6305#: lib/ext2fs/ext2_err.c:20
6306msgid "Wrong magic number for inode_bitmap structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006307msgstr "Falsche magische Zahl für eine inode_bitmap-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006308
6309#: lib/ext2fs/ext2_err.c:21
6310msgid "Wrong magic number for generic_bitmap structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006311msgstr "Falsche magische Zahl für eine generic_bitmap-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006312
6313#: lib/ext2fs/ext2_err.c:22
6314msgid "Wrong magic number for test io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006315msgstr "Falsche magische Zahl für eine test-io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006316
6317#: lib/ext2fs/ext2_err.c:23
6318msgid "Wrong magic number for directory block list structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006319msgstr "Falsche magische Zahl für eine Struktur für die Liste der Verzeichnisblöcke"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006320
6321#: lib/ext2fs/ext2_err.c:24
6322msgid "Wrong magic number for icount structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006323msgstr "Falsche magische Zahl für eine icount-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006324
6325#: lib/ext2fs/ext2_err.c:25
6326msgid "Wrong magic number for Powerquest io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006327msgstr "Falsche magische Zahl für eine io_channel-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006328
6329#: lib/ext2fs/ext2_err.c:26
6330msgid "Wrong magic number for ext2 file structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006331msgstr "Falsche magische Zahl für eine ext2 Datei-Struktur"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006332
6333#: lib/ext2fs/ext2_err.c:27
6334msgid "Wrong magic number for Ext2 Image Header"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006335msgstr "Falsche magische Zahl für einen Ext2-Abbild-Kopf"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006336
6337#: lib/ext2fs/ext2_err.c:28
6338msgid "Wrong magic number for inode io_channel structure"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006339msgstr "Falsche magische Zahl für eine Struktur des Inode-io_channels"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006340
6341#: lib/ext2fs/ext2_err.c:29
6342msgid "Wrong magic number for ext4 extent handle"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006343msgstr "Falsche magische Zahl für eine ext4 Erweiterungshandle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006344
6345#: lib/ext2fs/ext2_err.c:30
6346msgid "Bad magic number in super-block"
6347msgstr "Ungültige magische Zahl im Superblock"
6348
6349#: lib/ext2fs/ext2_err.c:31
6350msgid "Filesystem revision too high"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006351msgstr "Die Dateisystemversion ist zu hoch"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006352
6353#: lib/ext2fs/ext2_err.c:32
6354msgid "Attempt to write to filesystem opened read-only"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006355msgstr "Dies ist ein Versuch, auf ein nur-lesened geöffnetes Dateisystem zu schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006356
6357#: lib/ext2fs/ext2_err.c:33
6358msgid "Can't read group descriptors"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006359msgstr "Die Gruppendeskriptoren konnten nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006360
6361#: lib/ext2fs/ext2_err.c:34
6362msgid "Can't write group descriptors"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006363msgstr "Die Gruppendeskriptoren konnten nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006364
6365#: lib/ext2fs/ext2_err.c:35
6366msgid "Corrupt group descriptor: bad block for block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006367msgstr "Defekter Gruppendeskriptor: defekter Block für die Block-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006368
6369#: lib/ext2fs/ext2_err.c:36
6370msgid "Corrupt group descriptor: bad block for inode bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006371msgstr "Defekter Gruppendeskriptor: defekter Block für die Inode-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006372
6373#: lib/ext2fs/ext2_err.c:37
6374msgid "Corrupt group descriptor: bad block for inode table"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006375msgstr "Defekter Gruppendeskriptor: defekter Block für die Inodetabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006376
6377#: lib/ext2fs/ext2_err.c:38
6378msgid "Can't write an inode bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006379msgstr "Die Inode-Bitmap konnte nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006380
6381#: lib/ext2fs/ext2_err.c:39
6382msgid "Can't read an inode bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006383msgstr "Eine Inode-Bitmap konnte nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006384
6385#: lib/ext2fs/ext2_err.c:40
Darrick J. Wong580d8a02013-10-07 09:20:28 -04006386msgid "Can't write a block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006387msgstr "Eine Block-Bitmap kann nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006388
6389#: lib/ext2fs/ext2_err.c:41
Darrick J. Wongba0230f2013-12-12 12:41:58 -05006390msgid "Can't read a block bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006391msgstr "Eine Block-Bitmap kann nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006392
6393#: lib/ext2fs/ext2_err.c:42
6394msgid "Can't write an inode table"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006395msgstr "Eine Inodetablle kann nicht geschrieben werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006396
6397#: lib/ext2fs/ext2_err.c:43
6398msgid "Can't read an inode table"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006399msgstr "Eine Inodetablle kann nicht gelsen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006400
6401#: lib/ext2fs/ext2_err.c:44
6402msgid "Can't read next inode"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006403msgstr "Die nächste Inode kann nicht gelesen werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006404
6405#: lib/ext2fs/ext2_err.c:45
6406msgid "Filesystem has unexpected block size"
6407msgstr "Das Dateisystem hat eine unerwartete Blockgröße"
6408
6409#: lib/ext2fs/ext2_err.c:46
6410msgid "EXT2 directory corrupted"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006411msgstr "Das Ext2-Verzeichnis ist defekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006412
6413#: lib/ext2fs/ext2_err.c:47
6414msgid "Attempt to read block from filesystem resulted in short read"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006415msgstr "Der Versuch, einen Block vom Dateisystem zu lesen endete in kurzem lesen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006416
6417#: lib/ext2fs/ext2_err.c:48
6418msgid "Attempt to write block to filesystem resulted in short write"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006419msgstr "Der Versuch, einen Block auf das Dateisystem zu schreiben endete in kurzem schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006420
6421#: lib/ext2fs/ext2_err.c:49
6422msgid "No free space in the directory"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006423msgstr "Kein freier Platz im Verzeichnis"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006424
6425#: lib/ext2fs/ext2_err.c:50
6426msgid "Inode bitmap not loaded"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006427msgstr "die Inode Bitmap wurde nicht geladen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006428
6429#: lib/ext2fs/ext2_err.c:51
6430msgid "Block bitmap not loaded"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006431msgstr "die Blockbitmap wurde nicht geladen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006432
6433#: lib/ext2fs/ext2_err.c:52
6434msgid "Illegal inode number"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006435msgstr "Illegale Inodenummer"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006436
6437#: lib/ext2fs/ext2_err.c:53
6438msgid "Illegal block number"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006439msgstr "Illegale Blockzahl"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006440
6441#: lib/ext2fs/ext2_err.c:54
6442msgid "Internal error in ext2fs_expand_dir"
6443msgstr "Interner Fehler in ext2fs_expand_dir"
6444
6445#: lib/ext2fs/ext2_err.c:55
6446msgid "Not enough space to build proposed filesystem"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006447msgstr "Nicht genug Platz um das vorgeschlagene Dateiszstem zu bauen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006448
6449#: lib/ext2fs/ext2_err.c:56
6450msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006451msgstr "Es wurde eine illegale Blocknummer an ext2fs_mark_block_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006452
6453#: lib/ext2fs/ext2_err.c:57
6454msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006455msgstr "Es wurde eine illegale Blocknummer an ext2fs_unmark_block_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006456
6457#: lib/ext2fs/ext2_err.c:58
6458msgid "Illegal block number passed to ext2fs_test_block_bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006459msgstr "Es wurde eine illegale Blocknummer an ext2fs_test_block_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006460
6461#: lib/ext2fs/ext2_err.c:59
6462msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006463msgstr "Es wurde eine illegale Inodenummer an ext2fs_mark_inode_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006464
6465#: lib/ext2fs/ext2_err.c:60
6466msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006467msgstr "Es wurde eine illegale Inodenummer an ext2fs_unmark_inode_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006468
6469#: lib/ext2fs/ext2_err.c:61
6470msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006471msgstr "Es wurde eine illegale Inodenummer an ext2fs_test_inode_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006472
6473#: lib/ext2fs/ext2_err.c:62
6474msgid "Attempt to fudge end of block bitmap past the real end"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006475msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006476"Es wird versucht, das Ende der Block-Bitmap jenseits des wirklichen Endes\n"
6477"zu fummeln"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006478
6479#: lib/ext2fs/ext2_err.c:63
6480msgid "Attempt to fudge end of inode bitmap past the real end"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006481msgstr ""
Philipp Thomasb93349a2014-05-31 13:32:39 -04006482"Es wird versucht, das Ende der Inode-Bitmap jenseits des wirklichen Endes\n"
6483"zu fummeln"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006484
6485#: lib/ext2fs/ext2_err.c:64
6486msgid "Illegal indirect block found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006487msgstr "Es wurde ein illegaler indirekter Block gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006488
6489#: lib/ext2fs/ext2_err.c:65
6490msgid "Illegal doubly indirect block found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006491msgstr "Es wurde ein illegaler doppelt indirekter Block gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006492
6493#: lib/ext2fs/ext2_err.c:66
6494msgid "Illegal triply indirect block found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006495msgstr "Es wurde ein illegaler dreifach indirekter Block gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006496
6497#: lib/ext2fs/ext2_err.c:67
6498msgid "Block bitmaps are not the same"
6499msgstr "Die Blockbitmaps sind nicht identisch"
6500
6501#: lib/ext2fs/ext2_err.c:68
6502msgid "Inode bitmaps are not the same"
6503msgstr "Die Inodebitmaps sind nicht identisch"
6504
6505#: lib/ext2fs/ext2_err.c:69
6506msgid "Illegal or malformed device name"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006507msgstr "Ungültiger oder misgestalteter Gerätename"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006508
6509#: lib/ext2fs/ext2_err.c:70
6510msgid "A block group is missing an inode table"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006511msgstr "Einer Blockgruppe fehlt eine Inodetabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006512
6513#: lib/ext2fs/ext2_err.c:71
6514msgid "The ext2 superblock is corrupt"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006515msgstr "Der Ext2-Superblock ist defekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006516
6517#: lib/ext2fs/ext2_err.c:72
6518msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006519msgstr "Eine unzulässige generische Bitnummer wurde an ext2fs_mark_generic_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006520
6521#: lib/ext2fs/ext2_err.c:73
6522msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006523msgstr "Eine unzulässige generische Bitnummer wurde an ext2fs_unmark_generic_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006524
6525#: lib/ext2fs/ext2_err.c:74
6526msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006527msgstr "Eine unzulässige generische Bitnummer wurde an ext2fs_test_generic_bitmap übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006528
6529#: lib/ext2fs/ext2_err.c:75
6530msgid "Too many symbolic links encountered."
Philipp Thomas9bf41072014-07-05 23:18:04 -04006531msgstr "Es wurden zuviele symbolische Verknüpfungen gefunden."
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006532
6533#: lib/ext2fs/ext2_err.c:76
6534msgid "The callback function will not handle this case"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006535msgstr "Die Callback-Funktion kann diesen Fall nicht handhaben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006536
6537#: lib/ext2fs/ext2_err.c:77
6538msgid "The inode is from a bad block in the inode table"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006539msgstr "Die Indoe kommt von einem beschädigten Block in der Inadetabelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006540
6541#: lib/ext2fs/ext2_err.c:78
6542msgid "Filesystem has unsupported feature(s)"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006543msgstr "Das Dateisystem besitzt nicht unterstützte Eigenschaft(en)"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006544
6545#: lib/ext2fs/ext2_err.c:79
6546msgid "Filesystem has unsupported read-only feature(s)"
6547msgstr "Das Dateisystem besitzt nicht unterstützte nur-lesen Eigenschaft(en):"
6548
6549#: lib/ext2fs/ext2_err.c:80
6550msgid "IO Channel failed to seek on read or write"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006551msgstr "Der EA-Kanal hat nicht positioniert beim Lesen oder Schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006552
6553#: lib/ext2fs/ext2_err.c:81
6554msgid "Memory allocation failed"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006555msgstr "Die Reservierung von Speicher schlug fehl"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006556
6557#: lib/ext2fs/ext2_err.c:82
6558msgid "Invalid argument passed to ext2 library"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006559msgstr "Ein ungültiges Argument wurde an die Ext2-Bibliothek übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006560
6561#: lib/ext2fs/ext2_err.c:83
6562msgid "Could not allocate block in ext2 filesystem"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006563msgstr "Konnte kein Block im ext2-Dateisystem angefordert werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006564
6565#: lib/ext2fs/ext2_err.c:84
6566msgid "Could not allocate inode in ext2 filesystem"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006567msgstr "Konnte keine Inode im ext2-Dateisystem angefordert werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006568
6569#: lib/ext2fs/ext2_err.c:85
6570msgid "Ext2 inode is not a directory"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006571msgstr "Die Ext2-Inode weist nicht auf ein Verzeichnis"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006572
6573#: lib/ext2fs/ext2_err.c:86
6574msgid "Too many references in table"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006575msgstr "Zu viele Referenzen in der TAbelle"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006576
6577#: lib/ext2fs/ext2_err.c:87
6578msgid "File not found by ext2_lookup"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006579msgstr "Die Datei wurde von ext2_lookup nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006580
6581#: lib/ext2fs/ext2_err.c:88
6582msgid "File open read-only"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006583msgstr "Die Datei wurde nur-lesend geöffnet"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006584
6585#: lib/ext2fs/ext2_err.c:89
6586msgid "Ext2 directory block not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006587msgstr "Der Verzeichnisblock des ext2-Dateisystems wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006588
6589#: lib/ext2fs/ext2_err.c:90
6590msgid "Ext2 directory already exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006591msgstr "Das Ext2-Verzeichnis existiert bereits"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006592
6593#: lib/ext2fs/ext2_err.c:91
6594msgid "Unimplemented ext2 library function"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006595msgstr "Nicht implementierte Ext2-Bibliotheksfunktion"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006596
6597#: lib/ext2fs/ext2_err.c:92
6598msgid "User cancel requested"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006599msgstr "Der Benutzer hat abgebrochen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006600
6601#: lib/ext2fs/ext2_err.c:93
6602msgid "Ext2 file too big"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006603msgstr "Die Ext2-Datei ist zu groß"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006604
6605#: lib/ext2fs/ext2_err.c:94
6606msgid "Supplied journal device not a block device"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006607msgstr "Das angegebene Journalgerät ist kein blockorientiertes Gerät"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006608
6609#: lib/ext2fs/ext2_err.c:95
6610msgid "Journal superblock not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006611msgstr "Der Journal-Superblock wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006612
6613#: lib/ext2fs/ext2_err.c:96
6614msgid "Journal must be at least 1024 blocks"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006615msgstr "Das Journal muß mindestens 1024 Blöcke groß sein"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006616
6617#: lib/ext2fs/ext2_err.c:97
6618msgid "Unsupported journal version"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006619msgstr "Nicht unterstützte Journalversion"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006620
6621#: lib/ext2fs/ext2_err.c:98
6622msgid "Error loading external journal"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006623msgstr "Fehler beim Laden des externen Journals"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006624
6625#: lib/ext2fs/ext2_err.c:99
6626msgid "Journal not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006627msgstr "Das Journal wurde nicht gefunden. "
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006628
6629#: lib/ext2fs/ext2_err.c:100
6630msgid "Directory hash unsupported"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006631msgstr "Verzeichnishashes werden nicht unterstützt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006632
6633#: lib/ext2fs/ext2_err.c:101
6634msgid "Illegal extended attribute block number"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006635msgstr "Die Nummer des Blocks für erweiterte Attribute ist unzulässig"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006636
6637#: lib/ext2fs/ext2_err.c:102
6638msgid "Cannot create filesystem with requested number of inodes"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006639msgstr "Ein Dateisystem mit der gewünschten Anzahl Inodes kann nicht erzeugt werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006640
6641#: lib/ext2fs/ext2_err.c:103
6642msgid "E2image snapshot not in use"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006643msgstr "Der E2image-Schnappschuss ist nicht in Gebrauch"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006644
6645#: lib/ext2fs/ext2_err.c:104
6646msgid "Too many reserved group descriptor blocks"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006647msgstr "Zu viele reservierte Blöcke für Gruppen-Descriptoren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006648
6649#: lib/ext2fs/ext2_err.c:105
6650msgid "Resize inode is corrupt"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006651msgstr "Die Größenänderungs-Inode ist defekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006652
6653#: lib/ext2fs/ext2_err.c:106
6654msgid "Tried to set block bmap with missing indirect block"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006655msgstr "Es wurde versucht, eine Blockbmap mit fehlendem indirektem Block zu schreiben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006656
6657#: lib/ext2fs/ext2_err.c:107
6658msgid "TDB: Success"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006659msgstr "TDB: Erfolg"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006660
6661#: lib/ext2fs/ext2_err.c:108
6662msgid "TDB: Corrupt database"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006663msgstr "TDB: Korrupte Datenbank"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006664
6665#: lib/ext2fs/ext2_err.c:109
6666msgid "TDB: IO Error"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006667msgstr "TDB: EA-Fehler"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006668
6669#: lib/ext2fs/ext2_err.c:110
6670msgid "TDB: Locking error"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006671msgstr "TDB: Fehler beim Sperren"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006672
6673#: lib/ext2fs/ext2_err.c:111
6674msgid "TDB: Out of memory"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006675msgstr "TDB: Hauptspeicher erschöpft"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006676
6677#: lib/ext2fs/ext2_err.c:112
6678msgid "TDB: Record exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006679msgstr "TDB: Datensatz existiert bereits"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006680
6681#: lib/ext2fs/ext2_err.c:113
6682msgid "TDB: Lock exists on other keys"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006683msgstr "TDB: Die Sperre existiert schon auf anderen Schlüsseln"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006684
6685#: lib/ext2fs/ext2_err.c:114
6686msgid "TDB: Invalid parameter"
6687msgstr "TDB: Ungültiger Parameter"
6688
6689#: lib/ext2fs/ext2_err.c:115
6690msgid "TDB: Record does not exist"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006691msgstr "TDB: Der DAtensatz existiert nicht"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006692
6693#: lib/ext2fs/ext2_err.c:116
6694msgid "TDB: Write not permitted"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006695msgstr "TDB: Schreiben ist nicht zulässig"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006696
6697#: lib/ext2fs/ext2_err.c:117
6698msgid "Ext2fs directory block list is empty"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006699msgstr "Die Liste der Ext2fs-Verzeichnisblöcke ist leer"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006700
6701#: lib/ext2fs/ext2_err.c:118
6702msgid "Attempt to modify a block mapping via a read-only block iterator"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006703msgstr ""
Philipp Thomas9bf41072014-07-05 23:18:04 -04006704"Es wird versucht, eine Block-Kartierung über einen nur-lesen Blockiterator zu\n"
6705"ändern"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006706
6707#: lib/ext2fs/ext2_err.c:119
6708msgid "Wrong magic number for ext4 extent saved path"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006709msgstr "Falsche magische Zahl für einen gespeicherten Pfad zu ext4-Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006710
6711#: lib/ext2fs/ext2_err.c:120
6712msgid "Wrong magic number for 64-bit generic bitmap"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006713msgstr "Falsche magische Zahl für eine 64-Bit generische Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006714
6715#: lib/ext2fs/ext2_err.c:121
6716msgid "Wrong magic number for 64-bit block bitmap"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006717msgstr "Falsche magische Zahl für eine 64-Bit Block-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006718
6719#: lib/ext2fs/ext2_err.c:122
6720msgid "Wrong magic number for 64-bit inode bitmap"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006721msgstr "Falsche magische Zahl für eine 64-Bit Inode-Bitmap"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006722
6723#: lib/ext2fs/ext2_err.c:123
6724msgid "Wrong magic number --- RESERVED_13"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006725msgstr "Falsche magische Zahl --- RESERVED_13"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006726
6727#: lib/ext2fs/ext2_err.c:124
6728msgid "Wrong magic number --- RESERVED_14"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006729msgstr "Falsche magische Zahl --- RESERVED_14"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006730
6731#: lib/ext2fs/ext2_err.c:125
6732msgid "Wrong magic number --- RESERVED_15"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006733msgstr "Falsche magische Zahl --- RESERVED_15"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006734
6735#: lib/ext2fs/ext2_err.c:126
6736msgid "Wrong magic number --- RESERVED_16"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006737msgstr "Falsche magische Zahl --- RESERVED_16"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006738
6739#: lib/ext2fs/ext2_err.c:127
6740msgid "Wrong magic number --- RESERVED_17"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006741msgstr "Falsche magische Zahl --- RESERVED_17"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006742
6743#: lib/ext2fs/ext2_err.c:128
6744msgid "Wrong magic number --- RESERVED_18"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006745msgstr "Falsche magische Zahl --- RESERVED_18"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006746
6747#: lib/ext2fs/ext2_err.c:129
6748msgid "Wrong magic number --- RESERVED_19"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006749msgstr "Falsche magische Zahl --- RESERVED_19"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006750
6751#: lib/ext2fs/ext2_err.c:130
6752msgid "Corrupt extent header"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006753msgstr "Defekter Kopf einer Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006754
6755#: lib/ext2fs/ext2_err.c:131
6756msgid "Corrupt extent index"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006757msgstr "Beschädigter Erweiterungsindex"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006758
6759#: lib/ext2fs/ext2_err.c:132
6760msgid "Corrupt extent"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006761msgstr "Beschädigte Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006762
6763#: lib/ext2fs/ext2_err.c:133
6764msgid "No free space in extent map"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006765msgstr "Es ist kein freier Platz in der Karte der Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006766
6767#: lib/ext2fs/ext2_err.c:134
6768msgid "Inode does not use extents"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006769msgstr "Die INode verwendet keine Erweiterungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006770
6771#: lib/ext2fs/ext2_err.c:135
6772msgid "No 'next' extent"
6773msgstr "Keine „nächste“ Erweiterung"
6774
6775#: lib/ext2fs/ext2_err.c:136
6776msgid "No 'previous' extent"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006777msgstr "Keine „vorherige“ Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006778
6779#: lib/ext2fs/ext2_err.c:137
6780msgid "No 'up' extent"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006781msgstr "Keine „oben“ Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006782
6783#: lib/ext2fs/ext2_err.c:138
6784msgid "No 'down' extent"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006785msgstr "Keine „unten“ Erweiterung"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006786
6787#: lib/ext2fs/ext2_err.c:139
6788msgid "No current node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006789msgstr "Kein aktueller Knoten"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006790
6791#: lib/ext2fs/ext2_err.c:140
6792msgid "Ext2fs operation not supported"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006793msgstr "Diese Ext2fs-Operation wird nicht unterstẗzt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006794
6795#: lib/ext2fs/ext2_err.c:141
6796msgid "No room to insert extent in node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006797msgstr "Es gibt keinen Platz, um die Erweiterung in den Knoten einzufügen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006798
6799#: lib/ext2fs/ext2_err.c:142
6800msgid "Splitting would result in empty node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006801msgstr "Die Aufteilung würde zu einem leeren Knoten führen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006802
6803#: lib/ext2fs/ext2_err.c:143
6804msgid "Extent not found"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006805msgstr "Die Erweiterung wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006806
6807#: lib/ext2fs/ext2_err.c:144
6808msgid "Operation not supported for inodes containing extents"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006809msgstr "Die Operation wird für Inodes mit Erweiterungen nicht unterstẗzt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006810
6811#: lib/ext2fs/ext2_err.c:145
6812msgid "Extent length is invalid"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006813msgstr "Die Länge der Erweiterung in ungültig"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006814
6815#: lib/ext2fs/ext2_err.c:146
6816msgid "I/O Channel does not support 64-bit block numbers"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006817msgstr "Der EA-Kanal unterstützt keine 64-bittigen Blocknummern"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006818
6819#: lib/ext2fs/ext2_err.c:147
6820msgid "Can't check if filesystem is mounted due to missing mtab file"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006821msgstr ""
Philipp Thomas9bf41072014-07-05 23:18:04 -04006822"Wegen des Fehlens von /etc/mtab kann nicht geprüft werden, ob das Dateisystem\n"
6823"eingehängt ist"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006824
6825#: lib/ext2fs/ext2_err.c:148
6826msgid "Filesystem too large to use legacy bitmaps"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006827msgstr "Das Dateisystem ist zu groß um die veralteten Bitmaps zu verwenden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006828
6829#: lib/ext2fs/ext2_err.c:149
6830msgid "MMP: invalid magic number"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006831msgstr "MMP: fehlende magische Zahl"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006832
6833#: lib/ext2fs/ext2_err.c:150
6834msgid "MMP: device currently active"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006835msgstr "MMP: das Gerät ist derzeit aktiv"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006836
6837#: lib/ext2fs/ext2_err.c:151
6838msgid "MMP: fsck being run"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006839msgstr "MMP: fsck läuft derzeit"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006840
6841#: lib/ext2fs/ext2_err.c:152
6842msgid "MMP: block number beyond filesystem range"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006843msgstr "MMP: die Blocknummer ist jenseits der Dateisystemgrenzen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006844
6845#: lib/ext2fs/ext2_err.c:153
6846msgid "MMP: undergoing an unknown operation"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006847msgstr "MMP: ein unbekannte Operation wird durchdeführt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006848
6849#: lib/ext2fs/ext2_err.c:154
6850msgid "MMP: filesystem still in use"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006851msgstr "MMP: das Dateisystem wird immer noch verwendet"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006852
6853#: lib/ext2fs/ext2_err.c:155
6854msgid "MMP: open with O_DIRECT failed"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006855msgstr "MMP: öffnen mit O_DIRECT ist gescheitert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006856
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006857#: lib/ext2fs/ext2_err.c:156
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006858msgid "Block group descriptor size incorrect"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006859msgstr "Die Größe des „Blockgruppen-Descriptors“ ist unzuässig"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006860
6861#: lib/ext2fs/ext2_err.c:157
6862msgid "Inode checksum does not match inode"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006863msgstr "Die Prüfsumme der Inode passt nicht zu ihr"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006864
6865#: lib/ext2fs/ext2_err.c:158
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006866msgid "Inode bitmap checksum does not match bitmap"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006867msgstr "Die Prüfsumme der Inodebitmap passt nicht zur Bitmap"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006868
6869#: lib/ext2fs/ext2_err.c:159
6870msgid "Extent block checksum does not match extent block"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006871msgstr "Die Prüfsumme des Erweiterungsbloacks passt nicht zu ihm"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006872
6873#: lib/ext2fs/ext2_err.c:160
6874msgid "Directory block does not have space for checksum"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006875msgstr "Der Verzeichnisblock hat keinen Platz für eine Prüfsumme"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006876
6877#: lib/ext2fs/ext2_err.c:161
6878msgid "Directory block checksum does not match directory block"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006879msgstr "Die Prüfsumme des Verzeichnisblocks passt nicht zu ihm"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006880
6881#: lib/ext2fs/ext2_err.c:162
6882msgid "Extended attribute block checksum does not match block"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006883msgstr "Die Prüfsumme des Blocks für erweiterte Attribute passt nicht zu ihm"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006884
6885#: lib/ext2fs/ext2_err.c:163
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006886msgid "Superblock checksum does not match superblock"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006887msgstr "Die Prüfsumme des Superblocks passt nicht zu ihm"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006888
6889#: lib/ext2fs/ext2_err.c:164
6890msgid "Unknown checksum algorithm"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006891msgstr "Unbekannter Prüfsummenalgorithmus"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006892
6893#: lib/ext2fs/ext2_err.c:165
6894msgid "MMP block checksum does not match MMP block"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006895msgstr "Die Prüfsumme des des MMP-Blocks passt nicht zu ihm"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006896
6897#: lib/ext2fs/ext2_err.c:166
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006898msgid "Ext2 file already exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006899msgstr "Die Ext2-Datei existiert bereits"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006900
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006901#: e2fsck/prof_err.c:11
6902msgid "Profile version 0.0"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006903msgstr "Profilversion 0.0"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006904
6905#: e2fsck/prof_err.c:12
6906msgid "Bad magic value in profile_node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006907msgstr "Ungültige magische Zahl im profile_node"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006908
6909#: e2fsck/prof_err.c:13
6910msgid "Profile section not found"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006911msgstr "die Profilsektion wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006912
6913#: e2fsck/prof_err.c:14
6914msgid "Profile relation not found"
Philipp Thomasb93349a2014-05-31 13:32:39 -04006915msgstr "Zusammenhang des Profils wurde nicht gefunden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006916
6917#: e2fsck/prof_err.c:15
6918msgid "Attempt to add a relation to node which is not a section"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006919msgstr ""
Philipp Thomas9bf41072014-07-05 23:18:04 -04006920"Dies ist ein Versuch, einen Bezug zu einem Knoten hinzu zu fügen, der keine\n"
6921"Sektion ist"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006922
6923#: e2fsck/prof_err.c:16
6924msgid "A profile section header has a non-zero value"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006925msgstr "Der Vorspann der Profilsektion hat einen von Null verschiedenen Wert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006926
6927#: e2fsck/prof_err.c:17
6928msgid "Bad linked list in profile structures"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006929msgstr "Ungültige verkettete Liste in den Profilstrukturen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006930
6931#: e2fsck/prof_err.c:18
6932msgid "Bad group level in profile structures"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006933msgstr "Ungültige Gruppenebene in den Profilstrukturen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006934
6935#: e2fsck/prof_err.c:19
6936msgid "Bad parent pointer in profile structures"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006937msgstr "Ungültiger Zeiger auf die Eltern in den Profilstrukturen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006938
6939#: e2fsck/prof_err.c:20
6940msgid "Bad magic value in profile iterator"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006941msgstr "Ungültige magische Zahl im Profiliterator"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006942
6943#: e2fsck/prof_err.c:21
6944msgid "Can't set value on section node"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006945msgstr "In dem Sektionsknoten kann der Wert nicht gesetzt werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006946
6947#: e2fsck/prof_err.c:22
6948msgid "Invalid argument passed to profile library"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006949msgstr "Es wurde ein unzulässiges Argument an die Profilbibliothek übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006950
6951#: e2fsck/prof_err.c:23
6952msgid "Attempt to modify read-only profile"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006953msgstr "Es wird versucht, ein nur lesbares Profil zu ändern"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006954
6955#: e2fsck/prof_err.c:24
6956msgid "Profile section header not at top level"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006957msgstr "Der Profilsektionsvorspann ist nicht auf der obersten Ebene"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006958
6959#: e2fsck/prof_err.c:25
6960msgid "Syntax error in profile section header"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006961msgstr "Syntaxfehler im Profilsektionsvorspann"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006962
6963#: e2fsck/prof_err.c:26
6964msgid "Syntax error in profile relation"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006965msgstr "Syntaxfehler in den Profilbeziehungen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006966
6967#: e2fsck/prof_err.c:27
6968msgid "Extra closing brace in profile"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006969msgstr "Überzählige schließende Klammer im Profil"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006970
6971#: e2fsck/prof_err.c:28
6972msgid "Missing open brace in profile"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006973msgstr "Fehlende öffnende Klammer im Profil"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006974
6975#: e2fsck/prof_err.c:29
6976msgid "Bad magic value in profile_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006977msgstr "Ungültige magische Zahl im profile_t"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006978
6979#: e2fsck/prof_err.c:30
6980msgid "Bad magic value in profile_section_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006981msgstr "Unbekannte magische Zahl im section_t des Profils"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006982
6983#: e2fsck/prof_err.c:31
6984msgid "Iteration through all top level section not supported"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006985msgstr "Iteration durch alle Toplevel-Sektionen wird nicht unterstützt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006986
6987#: e2fsck/prof_err.c:32
6988msgid "Invalid profile_section object"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006989msgstr "Ungültiges profile_section-Objekt"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006990
6991#: e2fsck/prof_err.c:33
6992msgid "No more sections"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006993msgstr "Keine weiteren Sektionen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006994
6995#: e2fsck/prof_err.c:34
6996msgid "Bad nameset passed to query routine"
Philipp Thomas9bf41072014-07-05 23:18:04 -04006997msgstr "Ungültige Namen an die Abfrageroutine übergeben"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04006998
6999#: e2fsck/prof_err.c:35
7000msgid "No profile file open"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007001msgstr "Es ist keine Profildatei offen"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007002
7003#: e2fsck/prof_err.c:36
7004msgid "Bad magic value in profile_file_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007005msgstr "UNgültige magische Zahl im profile_file_t"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007006
7007#: e2fsck/prof_err.c:37
7008msgid "Couldn't open profile file"
Philipp Thomas1bdc4f32013-01-27 22:44:56 -05007009msgstr "Die Profildatei konnte nicht geöffnet werden"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007010
7011#: e2fsck/prof_err.c:38
7012msgid "Section already exists"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007013msgstr "Die Sektion existiert bereits"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007014
7015#: e2fsck/prof_err.c:39
7016msgid "Invalid boolean value"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007017msgstr "Ungültiger boolscher Wert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007018
7019#: e2fsck/prof_err.c:40
7020msgid "Invalid integer value"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007021msgstr "Ungültiger ganzzahliger Wert"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007022
7023#: e2fsck/prof_err.c:41
7024msgid "Bad magic value in profile_file_data_t"
Philipp Thomas9bf41072014-07-05 23:18:04 -04007025msgstr "Ungültige magische Zahl im profile_file_data_t"
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007026
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007027#~ msgid "Clearing extent flag not supported on %s"
7028#~ msgstr ""
7029#~ "Das Zurücksetzen des Kennzeichens für „Erweiterung“ wird auf %s\n"
7030#~ "\tnicht unterstützt"
7031
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007032#~ msgid ""
7033#~ "%s: The combination of flex_bg and\n"
7034#~ "\t!resize_inode features is not supported by resize2fs.\n"
7035#~ msgstr ""
7036#~ "%s: Die Kombination der Eigenschaften flex_bg und\n"
7037#~ "t!resize_inode wird von resize2fs nicht unterestützt.\n"
7038
Philipp Thomasedc733d2012-04-22 15:38:42 -04007039#~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
Philipp Thomasb93349a2014-05-31 13:32:39 -04007040#~ msgstr " in @i %i sollte EOFBLOCKS_FL nicht gesetzt sein (Größe %Is, lblk %r)\n"
Philipp Thomasedc733d2012-04-22 15:38:42 -04007041
7042#~ msgid "Couldn't determine journal size"
7043#~ msgstr "Konnte die Größe des Dateisystems nicht ermitteln"
7044
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007045#~ msgid "#\t\t %llu -> %llu (%llu)\n"
7046#~ msgstr "#\t\t %llu -> %llu (%llu)\n"
7047
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007048#~ msgid "short write (only %d bytes) for writing image header"
7049#~ msgstr "short write (only %d bytes) for writing image header"
7050
Philipp Thomas294dd5a2011-10-16 21:53:39 -04007051#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
7052#~ msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
7053
7054#~ msgid "Calling BLKDISCARD from %llu to %llu "
7055#~ msgstr "Der Aufruf von BLKDISCARD für den Bereich von %llu bis %llu war "
7056
7057#~ msgid "succeeded.\n"
7058#~ msgstr "erfolgreich.\n"