blob: 27cac77daae07e582a0f2ea06616c1d94cf665d3 [file] [log] [blame]
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001# Deutsche Übersetzungen für e2fsprogs
2# Copyright (C) 1996 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
4# Olaf Klemke <olke@users.sourceforge.net>,2002
5# Marc Langer <marc@marclanger.de>,2003
Philipp Thomas77c871a2010-04-19 16:59:02 -04006# Philipp Thomas <pth@suse.de>, 2007, 2008, 2009, 2010
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04008#. The strings in e2fsck's problem.c can be very hard to translate,
9#. since the strings are expanded in two different ways. First of all,
10#. there is an @-expansion, where strings like "@i" are expanded to
11#. "inode", and so on. In order to make it easier for translators, the
12#. e2fsprogs po template file has been enhanced with comments that show
13#. the @-expansion, for the strings in the problem.c file.
14#.
15#. Translators are free to use the @-expansion facility if they so
16#. choose, by providing translations for strings in e2fsck/message.c.
17#. These translation can completely replace an expansion; for example,
18#. if "bblock" (which indicated that "@b" would be expanded to "block")
19#. is translated as "ddatenverlust", then "@d" will be expanded to
20#. "datenverlust". Alternatively, translators can simply not use the
21#. @-expansion facility at all.
22#.
23#. The second expansion which is done for e2fsck's problem.c messages is
24#. a dynamic %-expansion, which expands %i as an inode number, and so
25#. on. A table of these expansions can be found below. Note that
26#. %-expressions that begin with "%D" and "%I" are two-character
27#. expansions; so for example, "%Iu" expands to the inode's user id
28#. ownership field (inode->i_uid).
29#.
30#. %b <blk> block number
31#. %B <blkcount> integer
32#. %c <blk2> block number
33#. %Di <dirent> -> ino inode number
34#. %Dn <dirent> -> name string
35#. %Dr <dirent> -> rec_len
36#. %Dl <dirent> -> name_len
37#. %Dt <dirent> -> filetype
38#. %d <dir> inode number
39#. %g <group> integer
40#. %i <ino> inode number
41#. %Is <inode> -> i_size
42#. %IS <inode> -> i_extra_isize
43#. %Ib <inode> -> i_blocks
44#. %Il <inode> -> i_links_count
45#. %Im <inode> -> i_mode
46#. %IM <inode> -> i_mtime
47#. %IF <inode> -> i_faddr
48#. %If <inode> -> i_file_acl
49#. %Id <inode> -> i_dir_acl
50#. %Iu <inode> -> i_uid
51#. %Ig <inode> -> i_gid
52#. %j <ino2> inode number
53#. %m <com_err error message>
54#. %N <num>
55#. %p ext2fs_get_pathname of directory <ino>
56#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
57#. the containing directory. (If dirent is NULL
58#. then return the pathname of directory <ino2>)
59#. %q ext2fs_get_pathname of directory <dir>
60#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
61#. the containing directory.
62#. %s <str> miscellaneous string
63#. %S backup superblock
64#. %X <num> hexadecimal format
65#.
Theodore Ts'oa2328c92002-10-30 23:26:03 -050066msgid ""
67msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -040068"Project-Id-Version: e2fsprogs-1.41.11\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050069"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -040070"POT-Creation-Date: 2010-05-17 23:05-0400\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -040071"PO-Revision-Date: 2010-04-19 18:28+0200\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040072"Last-Translator: Philipp Thomas <pth@suse.de>\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -050073"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050074"MIME-Version: 1.0\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040075"Content-Type: text/plain; charset=UTF-8\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050076"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050077"Plural-Forms: nplurals=2; plural=(n != 1);\n"
78
Philipp Thomas77c871a2010-04-19 16:59:02 -040079#: e2fsck/badblocks.c:22 misc/mke2fs.c:169
Theodore Ts'oa2328c92002-10-30 23:26:03 -050080#, c-format
81msgid "Bad block %u out of range; ignored.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040082msgstr "Bad block %u außerhalb des gültigen Bereichs; ignoriert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050083
84#: e2fsck/badblocks.c:45
85msgid "while sanity checking the bad blocks inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -040086msgstr "während der logischen Prüfung des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050087
88#: e2fsck/badblocks.c:57
89msgid "while reading the bad blocks inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -040090msgstr "während des Lesens des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050091
Theodore Ts'oa04eba32003-05-03 16:35:17 -040092#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o057a1592010-06-07 12:24:21 -040093#: e2fsck/unix.c:1083 e2fsck/unix.c:1166 misc/badblocks.c:1155
Philipp Thomas77c871a2010-04-19 16:59:02 -040094#: misc/badblocks.c:1163 misc/badblocks.c:1177 misc/badblocks.c:1189
95#: misc/dumpe2fs.c:552 misc/e2image.c:583 misc/e2image.c:679
96#: misc/e2image.c:695 misc/mke2fs.c:185 misc/tune2fs.c:1573 resize/main.c:310
Theodore Ts'oa2328c92002-10-30 23:26:03 -050097#, c-format
98msgid "while trying to open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040099msgstr "beim Versuch, %s zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500100
101#: e2fsck/badblocks.c:82
102#, c-format
103msgid "while trying popen '%s'"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400104msgstr "beim Versuch, »%s« mittels »popen« zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500105
Philipp Thomas77c871a2010-04-19 16:59:02 -0400106#: e2fsck/badblocks.c:93 misc/mke2fs.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500107msgid "while reading in list of bad blocks from file"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400108msgstr "beim Lesen der »Bad Block«-Liste aus der Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500109
Theodore Ts'o8f741372008-02-28 21:47:05 -0500110#: e2fsck/badblocks.c:104
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500111msgid "while updating bad block inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400112msgstr "beim Updaten des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500113
Theodore Ts'o8f741372008-02-28 21:47:05 -0500114#: e2fsck/badblocks.c:130
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500115#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400116msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -0400117msgstr ""
118"Warnung: Nicht zulässiger Block %u im »Bad Blocks«-Inode gefunden! "
119"Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500120
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500121#: e2fsck/ehandler.c:54
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
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500126#: e2fsck/ehandler.c:57
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
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500131#: e2fsck/ehandler.c:60 e2fsck/ehandler.c:109
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500132msgid "Ignore error"
133msgstr "Ignoriere Fehler"
134
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500135#: e2fsck/ehandler.c:61
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
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500139#: e2fsck/ehandler.c:103
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
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500144#: e2fsck/ehandler.c:106
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
149#: e2fsck/emptydir.c:56
150msgid "empty dirblocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400151msgstr "leere Verzeichnisblöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500152
153#: e2fsck/emptydir.c:61
154msgid "empty dir map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500155msgstr "leere Verzeichnisliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500156
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500157#: e2fsck/emptydir.c:97
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
162#: e2fsck/extend.c:21
163#, 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
167#: e2fsck/extend.c:43
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
172#: e2fsck/extend.c:49
173#, c-format
174msgid "Couldn't allocate block buffer (size=%d)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400175msgstr "Konnte keinen Blockpuffer (Größe=%d) reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500176
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400177#: e2fsck/flushb.c:34
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
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400182#: e2fsck/flushb.c:63
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
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400187#: e2fsck/iscan.c:46
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'o057a1592010-06-07 12:24:21 -0400192#: e2fsck/iscan.c:83 e2fsck/unix.c:838
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500193#, c-format
194msgid "while opening %s for flushing"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400195msgstr "beim Öffnen von %s für die Puffer-Leerung."
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500196
Theodore Ts'o057a1592010-06-07 12:24:21 -0400197#: e2fsck/iscan.c:88 e2fsck/unix.c:844 resize/main.c:286
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
Philipp Thomas77c871a2010-04-19 16:59:02 -0400202#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:489
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500203msgid "while opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500204msgstr "beim Start des Inode-Scans"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500205
Philipp Thomas77c871a2010-04-19 16:59:02 -0400206#: e2fsck/iscan.c:129 misc/e2image.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500207msgid "while getting next inode"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400208msgstr "beim Laden des nächsten Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500209
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400210#: e2fsck/iscan.c:138
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500211#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400212msgid "%u inodes scanned.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400213msgstr "%u Inodes untersucht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500214
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500215#: e2fsck/journal.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500216msgid "reading journal superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500217msgstr "Lese Journal-Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500218
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500219#: e2fsck/journal.c:564
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500220#, c-format
221msgid "%s: no valid journal superblock found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400222msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500223
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500224#: e2fsck/journal.c:573
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500225#, c-format
226msgid "%s: journal too short\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400227msgstr "%s: Das Journal ist zu kurz\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500228
Philipp Thomas77c871a2010-04-19 16:59:02 -0400229#: e2fsck/journal.c:860
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500230#, c-format
231msgid "%s: recovering journal\n"
232msgstr "%s: stelle das Journal wieder her\n"
233
Philipp Thomas77c871a2010-04-19 16:59:02 -0400234#: e2fsck/journal.c:862
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500235#, c-format
236msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500237msgstr "%s: Das Journal ist nur lesbar - Keine Wiederherstellung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500238
Philipp Thomas77c871a2010-04-19 16:59:02 -0400239#: e2fsck/journal.c:887
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500240#, c-format
241msgid "while trying to re-open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400242msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500243
Philipp Thomas77c871a2010-04-19 16:59:02 -0400244#: e2fsck/message.c:111
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500245msgid "aextended attribute"
246msgstr "aerweiterte Eigenschaft"
247
Philipp Thomas77c871a2010-04-19 16:59:02 -0400248#: e2fsck/message.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500249msgid "Aerror allocating"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500250msgstr "AFehler beim Zuweisen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500251
Philipp Thomas77c871a2010-04-19 16:59:02 -0400252#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500253msgid "bblock"
254msgstr "bBlock"
255
Philipp Thomas77c871a2010-04-19 16:59:02 -0400256#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500257msgid "Bbitmap"
258msgstr "BBitmap"
259
Philipp Thomas77c871a2010-04-19 16:59:02 -0400260#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500261msgid "ccompress"
262msgstr "ckomprimieren"
263
Philipp Thomas77c871a2010-04-19 16:59:02 -0400264#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500265msgid "Cconflicts with some other fs @b"
266msgstr "CKonflikte mit anderen Dateisystemen @b"
267
Philipp Thomas77c871a2010-04-19 16:59:02 -0400268#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500269msgid "iinode"
270msgstr "iInode"
271
Philipp Thomas77c871a2010-04-19 16:59:02 -0400272#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500273msgid "Iillegal"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400274msgstr "Iillegal(er)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500275
Philipp Thomas77c871a2010-04-19 16:59:02 -0400276#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500277msgid "jjournal"
278msgstr "jJournal"
279
Philipp Thomas77c871a2010-04-19 16:59:02 -0400280#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500281msgid "Ddeleted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400282msgstr "Dgelöscht"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500283
Philipp Thomas77c871a2010-04-19 16:59:02 -0400284#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500285msgid "ddirectory"
286msgstr "dVerzeichnis"
287
Philipp Thomas77c871a2010-04-19 16:59:02 -0400288#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500289msgid "eentry"
290msgstr "eEintrag"
291
Philipp Thomas77c871a2010-04-19 16:59:02 -0400292#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500293msgid "E@e '%Dn' in %p (%i)"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400294msgstr "E@e »%Dn« in %p (%i)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500295
Philipp Thomas77c871a2010-04-19 16:59:02 -0400296#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500297msgid "ffilesystem"
298msgstr "fDateisystem"
299
Philipp Thomas77c871a2010-04-19 16:59:02 -0400300#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500301msgid "Ffor @i %i (%Q) is"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400302msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500303
Philipp Thomas77c871a2010-04-19 16:59:02 -0400304#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500305msgid "ggroup"
306msgstr "gGruppe"
307
Philipp Thomas77c871a2010-04-19 16:59:02 -0400308#: e2fsck/message.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500309msgid "hHTREE @d @i"
310msgstr "hHTREE @d @i"
311
Philipp Thomas77c871a2010-04-19 16:59:02 -0400312#: e2fsck/message.c:128
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500313msgid "llost+found"
314msgstr "llost+found"
315
Philipp Thomas77c871a2010-04-19 16:59:02 -0400316#: e2fsck/message.c:129
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500317msgid "Lis a link"
318msgstr "List ein Link"
319
Philipp Thomas77c871a2010-04-19 16:59:02 -0400320#: e2fsck/message.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400321msgid "mmultiply-claimed"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400322msgstr "mmehrfach beansprucht"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400323
Philipp Thomas77c871a2010-04-19 16:59:02 -0400324#: e2fsck/message.c:131
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400325msgid "ninvalid"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400326msgstr "nungültig"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400327
Philipp Thomas77c871a2010-04-19 16:59:02 -0400328#: e2fsck/message.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500329msgid "oorphaned"
330msgstr "overwaist"
331
Philipp Thomas77c871a2010-04-19 16:59:02 -0400332#: e2fsck/message.c:133
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500333msgid "pproblem in"
334msgstr "pProblem in"
335
Philipp Thomas77c871a2010-04-19 16:59:02 -0400336#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500337msgid "rroot @i"
338msgstr "rRoot @i"
339
Philipp Thomas77c871a2010-04-19 16:59:02 -0400340#: e2fsck/message.c:135
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500341msgid "sshould be"
342msgstr "ssollte sein"
343
Philipp Thomas77c871a2010-04-19 16:59:02 -0400344#: e2fsck/message.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500345msgid "Ssuper@b"
346msgstr "SSuper@b"
347
Philipp Thomas77c871a2010-04-19 16:59:02 -0400348#: e2fsck/message.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500349msgid "uunattached"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500350msgstr "unicht verbunden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500351
Philipp Thomas77c871a2010-04-19 16:59:02 -0400352#: e2fsck/message.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500353msgid "vdevice"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400354msgstr "vGerät"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500355
Philipp Thomas77c871a2010-04-19 16:59:02 -0400356#: e2fsck/message.c:139
Philipp Thomas720e6362008-06-21 14:06:00 -0400357msgid "xextent"
Philipp Thomas68801282008-07-17 11:47:00 -0400358msgstr "xErweiterung"
Philipp Thomas720e6362008-06-21 14:06:00 -0400359
Philipp Thomas77c871a2010-04-19 16:59:02 -0400360#: e2fsck/message.c:140
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500361msgid "zzero-length"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400362msgstr "zNull-Länge"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500363
Philipp Thomas77c871a2010-04-19 16:59:02 -0400364#: e2fsck/message.c:151
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500365msgid "<The NULL inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500366msgstr "<Der NULL Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500367
Philipp Thomas77c871a2010-04-19 16:59:02 -0400368#: e2fsck/message.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500369msgid "<The bad blocks inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400370msgstr "<Der »Bad Blocks«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500371
Philipp Thomas77c871a2010-04-19 16:59:02 -0400372#: e2fsck/message.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500373msgid "<The ACL index inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400374msgstr "<Der »ACL Index«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500375
Philipp Thomas77c871a2010-04-19 16:59:02 -0400376#: e2fsck/message.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500377msgid "<The ACL data inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400378msgstr "<Der »ACL Data«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500379
Philipp Thomas77c871a2010-04-19 16:59:02 -0400380#: e2fsck/message.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500381msgid "<The boot loader inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400382msgstr "<Der »Boot Loader«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500383
Philipp Thomas77c871a2010-04-19 16:59:02 -0400384#: e2fsck/message.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500385msgid "<The undelete directory inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400386msgstr "<Der »undelete directory«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500387
Philipp Thomas77c871a2010-04-19 16:59:02 -0400388#: e2fsck/message.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500389msgid "<The group descriptor inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400390msgstr "<Des »group descriptor«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500391
Philipp Thomas77c871a2010-04-19 16:59:02 -0400392#: e2fsck/message.c:159
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500393msgid "<The journal inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500394msgstr "<Der Journal-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500395
Philipp Thomas77c871a2010-04-19 16:59:02 -0400396#: e2fsck/message.c:160
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500397msgid "<Reserved inode 9>"
398msgstr "<Der reservierte Inode 9>"
399
Philipp Thomas77c871a2010-04-19 16:59:02 -0400400#: e2fsck/message.c:161
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500401msgid "<Reserved inode 10>"
402msgstr "<Der reservierte Inode 10>"
403
Philipp Thomas77c871a2010-04-19 16:59:02 -0400404#: e2fsck/message.c:330
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500405#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400406msgid "regular file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400407msgstr "'reguläre Datei"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400408
Philipp Thomas77c871a2010-04-19 16:59:02 -0400409#: e2fsck/message.c:332
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500410#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400411msgid "directory"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500412msgstr "Verzeichnis"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400413
Philipp Thomas77c871a2010-04-19 16:59:02 -0400414#: e2fsck/message.c:334
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500415#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400416msgid "character device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400417msgstr "zeichenorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400418
Philipp Thomas77c871a2010-04-19 16:59:02 -0400419#: e2fsck/message.c:336
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500420#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400421msgid "block device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400422msgstr "Blockgerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400423
Philipp Thomas77c871a2010-04-19 16:59:02 -0400424#: e2fsck/message.c:338
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400425#, c-format
426msgid "named pipe"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400427msgstr "named pipe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400428
Philipp Thomas77c871a2010-04-19 16:59:02 -0400429#: e2fsck/message.c:340
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500430#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400431msgid "symbolic link"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400432msgstr "symbolische Verknüpfung"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400433
Philipp Thomas77c871a2010-04-19 16:59:02 -0400434#: e2fsck/message.c:342
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500435#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400436msgid "socket"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500437msgstr " Socket"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400438
Philipp Thomas77c871a2010-04-19 16:59:02 -0400439#: e2fsck/message.c:344
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400440#, c-format
441msgid "unknown file type with mode 0%o"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400442msgstr "unbekannter Dateityp mit Modus 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400443
Philipp Thomas77c871a2010-04-19 16:59:02 -0400444#: e2fsck/message.c:422
445msgid "indirect block"
446msgstr "indirekte Blöcke"
447
448#: e2fsck/message.c:424
449msgid "double indirect block"
450msgstr "doppelt indirekte Blöcke"
451
452#: e2fsck/message.c:426
453msgid "triple indirect block"
454msgstr "dreifach indirekte Blöcke"
455
456#: e2fsck/message.c:428
457msgid "translator block"
458msgstr "Übersetzerblock"
459
460#: e2fsck/message.c:430
461msgid "block #"
462msgstr "Block Nr."
463
464#: e2fsck/pass1b.c:220
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500465msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500466msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500467
Philipp Thomas77c871a2010-04-19 16:59:02 -0400468#: e2fsck/pass1b.c:581 e2fsck/pass1b.c:714
Philipp Thomas68801282008-07-17 11:47:00 -0400469#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -0400470msgid "internal error: can't find dup_blk for %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400471msgstr "interner Fehler; dup_blk für %u nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500472
Philipp Thomas77c871a2010-04-19 16:59:02 -0400473#: e2fsck/pass1b.c:757
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500474msgid "returned from clone_file_block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400475msgstr "zurückgegeben von clone_file_block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500476
Philipp Thomas77c871a2010-04-19 16:59:02 -0400477#: e2fsck/pass1b.c:776
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400478#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400479msgid "internal error: couldn't lookup EA block record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400480msgstr "interner Fehler: EA Blockliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400481
Philipp Thomas77c871a2010-04-19 16:59:02 -0400482#: e2fsck/pass1b.c:788
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400483#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400484msgid "internal error: couldn't lookup EA inode record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400485msgstr "Interner Fehler: EA Inodeliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400486
Philipp Thomas77c871a2010-04-19 16:59:02 -0400487#: e2fsck/pass1.c:475 e2fsck/pass2.c:776
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400488msgid "reading directory block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400489msgstr "lese Verzeichnisblock"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400490
Philipp Thomas77c871a2010-04-19 16:59:02 -0400491#: e2fsck/pass1.c:597
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500492msgid "in-use inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400493msgstr "»in-use inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500494
Philipp Thomas77c871a2010-04-19 16:59:02 -0400495#: e2fsck/pass1.c:606
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500496msgid "directory inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400497msgstr "»directory inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500498
Philipp Thomas77c871a2010-04-19 16:59:02 -0400499#: e2fsck/pass1.c:614
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500500msgid "regular file inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400501msgstr "»regular file inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500502
Philipp Thomas77c871a2010-04-19 16:59:02 -0400503#: e2fsck/pass1.c:621
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500504msgid "in-use block map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400505msgstr "»in-use block«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500506
Philipp Thomas77c871a2010-04-19 16:59:02 -0400507#: e2fsck/pass1.c:675
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400508msgid "opening inode scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400509msgstr "Starte Inode-Scan"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500510
Philipp Thomas77c871a2010-04-19 16:59:02 -0400511#: e2fsck/pass1.c:699
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400512msgid "getting next inode from scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400513msgstr "beim Lesen des nächsten Inodes"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400514
Theodore Ts'o057a1592010-06-07 12:24:21 -0400515#: e2fsck/pass1.c:1173
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500516msgid "Pass 1"
517msgstr "Durchgang 1"
518
Theodore Ts'o057a1592010-06-07 12:24:21 -0400519#: e2fsck/pass1.c:1230
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500520#, c-format
521msgid "reading indirect blocks of inode %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400522msgstr "lese indirekte Blöcke von Inode %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500523
Theodore Ts'o057a1592010-06-07 12:24:21 -0400524#: e2fsck/pass1.c:1274
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500525msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500526msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500527
Theodore Ts'o057a1592010-06-07 12:24:21 -0400528#: e2fsck/pass1.c:1296
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500529msgid "inode in bad block map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400530msgstr "Inode in »Bad Blocks«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500531
Theodore Ts'o057a1592010-06-07 12:24:21 -0400532#: e2fsck/pass1.c:1316
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500533msgid "imagic inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400534msgstr "i»magic inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500535
Theodore Ts'o057a1592010-06-07 12:24:21 -0400536#: e2fsck/pass1.c:1343
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500537msgid "multiply claimed block map"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400538msgstr "Den Eintrag in der Liste belegter Blöcke verdoppeln"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500539
Theodore Ts'o057a1592010-06-07 12:24:21 -0400540#: e2fsck/pass1.c:1443
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500541msgid "ext attr block map"
542msgstr "ext attr block map"
543
Theodore Ts'o057a1592010-06-07 12:24:21 -0400544#: e2fsck/pass1.c:2181
Philipp Thomas77c871a2010-04-19 16:59:02 -0400545#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500546msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400547msgstr "%6lu(%c): erwartete %6lu erhielt phys %6lu (Blockanzahl %lld)\n"
Philipp Thomas40771272008-09-07 22:55:25 -0400548
Theodore Ts'o057a1592010-06-07 12:24:21 -0400549#: e2fsck/pass1.c:2533
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500550msgid "block bitmap"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400551msgstr "Block Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500552
Theodore Ts'o057a1592010-06-07 12:24:21 -0400553#: e2fsck/pass1.c:2537
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500554msgid "inode bitmap"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400555msgstr "Inode Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500556
Theodore Ts'o057a1592010-06-07 12:24:21 -0400557#: e2fsck/pass1.c:2541
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500558msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500559msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500560
Philipp Thomas77c871a2010-04-19 16:59:02 -0400561#: e2fsck/pass2.c:277
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500562msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400563msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500564
Philipp Thomas77c871a2010-04-19 16:59:02 -0400565#: e2fsck/pass2.c:799
Philipp Thomas720e6362008-06-21 14:06:00 -0400566msgid "Can not continue."
Philipp Thomas68801282008-07-17 11:47:00 -0400567msgstr "Fortsetzung nicht möglich."
Philipp Thomas720e6362008-06-21 14:06:00 -0400568
Philipp Thomas77c871a2010-04-19 16:59:02 -0400569#: e2fsck/pass3.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500570msgid "inode done bitmap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400571msgstr "»inode done«-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500572
Philipp Thomas77c871a2010-04-19 16:59:02 -0400573#: e2fsck/pass3.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500574msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500575msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500576
Philipp Thomas77c871a2010-04-19 16:59:02 -0400577#: e2fsck/pass3.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500578msgid "Pass 3"
579msgstr "Durchgang 3"
580
Philipp Thomas77c871a2010-04-19 16:59:02 -0400581#: e2fsck/pass3.c:320
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500582msgid "inode loop detection bitmap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400583msgstr "»inode loop detection«-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500584
Philipp Thomas77c871a2010-04-19 16:59:02 -0400585#: e2fsck/pass4.c:191
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500586msgid "Pass 4"
587msgstr "Durchgang 4"
588
Philipp Thomas77c871a2010-04-19 16:59:02 -0400589#: e2fsck/pass5.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500590msgid "Pass 5"
591msgstr "Durchgang 5"
592
Theodore Ts'obc759702005-05-09 20:40:55 -0400593#: e2fsck/problem.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500594msgid "(no prompt)"
595msgstr "(nicht interaktiv)"
596
Theodore Ts'obc759702005-05-09 20:40:55 -0400597#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500598msgid "Fix"
599msgstr "Repariere"
600
Theodore Ts'obc759702005-05-09 20:40:55 -0400601#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500602msgid "Clear"
603msgstr "Bereinige"
604
Theodore Ts'obc759702005-05-09 20:40:55 -0400605#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500606msgid "Relocate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400607msgstr "Zurücksetzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500608
Theodore Ts'obc759702005-05-09 20:40:55 -0400609#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500610msgid "Allocate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500611msgstr "Gebe frei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500612
Theodore Ts'obc759702005-05-09 20:40:55 -0400613#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500614msgid "Expand"
615msgstr "Erweitere"
616
Theodore Ts'obc759702005-05-09 20:40:55 -0400617#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500618msgid "Connect to /lost+found"
619msgstr "Verbinde nach /lost+found"
620
Theodore Ts'obc759702005-05-09 20:40:55 -0400621#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500622msgid "Create"
623msgstr "Erstelle"
624
Theodore Ts'obc759702005-05-09 20:40:55 -0400625#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500626msgid "Salvage"
627msgstr "Rette"
628
Theodore Ts'obc759702005-05-09 20:40:55 -0400629#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500630msgid "Truncate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400631msgstr "Verkürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500632
Theodore Ts'obc759702005-05-09 20:40:55 -0400633#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500634msgid "Clear inode"
635msgstr "Bereinige Inode"
636
Theodore Ts'obc759702005-05-09 20:40:55 -0400637#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500638msgid "Abort"
639msgstr "Abbrechen"
640
Theodore Ts'obc759702005-05-09 20:40:55 -0400641#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500642msgid "Split"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500643msgstr "Aufsplitten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500644
Theodore Ts'obc759702005-05-09 20:40:55 -0400645#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500646msgid "Continue"
647msgstr "Fortsetzen"
648
Theodore Ts'obc759702005-05-09 20:40:55 -0400649#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400650msgid "Clone multiply-claimed blocks"
651msgstr "multiply claimed block map"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500652
Theodore Ts'obc759702005-05-09 20:40:55 -0400653#: e2fsck/problem.c:65
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500654msgid "Delete file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400655msgstr "Lösche Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500656
Theodore Ts'obc759702005-05-09 20:40:55 -0400657#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500658msgid "Suppress messages"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400659msgstr "Ausgaben unterdrücken"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500660
Theodore Ts'obc759702005-05-09 20:40:55 -0400661#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500662msgid "Unlink"
663msgstr "Unlink"
664
Theodore Ts'obc759702005-05-09 20:40:55 -0400665#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500666msgid "Clear HTree index"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500667msgstr "Bereinige HTree-Index"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500668
Theodore Ts'obc759702005-05-09 20:40:55 -0400669#: e2fsck/problem.c:69
Theodore Ts'obc759702005-05-09 20:40:55 -0400670msgid "Recreate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400671msgstr "Zurücksetzen"
Theodore Ts'obc759702005-05-09 20:40:55 -0400672
673#: e2fsck/problem.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500674msgid "(NONE)"
675msgstr "(NICHTS)"
676
Theodore Ts'obc759702005-05-09 20:40:55 -0400677#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500678msgid "FIXED"
679msgstr "REPARIERT"
680
Theodore Ts'obc759702005-05-09 20:40:55 -0400681#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500682msgid "CLEARED"
683msgstr "BEREINIGT"
684
Theodore Ts'obc759702005-05-09 20:40:55 -0400685#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500686msgid "RELOCATED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400687msgstr "ZURÜCKGESETZT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500688
Theodore Ts'obc759702005-05-09 20:40:55 -0400689#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500690msgid "ALLOCATED"
691msgstr "FREIGEGEBEN"
692
Theodore Ts'obc759702005-05-09 20:40:55 -0400693#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500694msgid "EXPANDED"
695msgstr "ERWEITERT"
696
Theodore Ts'obc759702005-05-09 20:40:55 -0400697#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500698msgid "RECONNECTED"
699msgstr "WIEDER VERBUNDEN"
700
Theodore Ts'obc759702005-05-09 20:40:55 -0400701#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500702msgid "CREATED"
703msgstr "ANGELEGT"
704
Theodore Ts'obc759702005-05-09 20:40:55 -0400705#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500706msgid "SALVAGED"
707msgstr "GERETTET"
708
Theodore Ts'obc759702005-05-09 20:40:55 -0400709#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500710msgid "TRUNCATED"
711msgstr "BEENDET"
712
Theodore Ts'obc759702005-05-09 20:40:55 -0400713#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500714msgid "INODE CLEARED"
715msgstr "INODE BEREINIGT"
716
Theodore Ts'obc759702005-05-09 20:40:55 -0400717#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500718msgid "ABORTED"
719msgstr "ABGEBROCHEN"
720
Theodore Ts'obc759702005-05-09 20:40:55 -0400721#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500722msgid "SPLIT"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500723msgstr "ABGESPALTET"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500724
Theodore Ts'obc759702005-05-09 20:40:55 -0400725#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500726msgid "CONTINUING"
727msgstr "SETZE FORT"
728
Theodore Ts'obc759702005-05-09 20:40:55 -0400729#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400730msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400731msgstr "DOPPELTE/DEFEKTE BLÖCKE DUPLIZIERT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500732
Theodore Ts'obc759702005-05-09 20:40:55 -0400733#: e2fsck/problem.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500734msgid "FILE DELETED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400735msgstr "DATEI GELÖSCHT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500736
Theodore Ts'obc759702005-05-09 20:40:55 -0400737#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500738msgid "SUPPRESSED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400739msgstr "UNTERDRÜCKT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500740
Theodore Ts'obc759702005-05-09 20:40:55 -0400741#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500742msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500743msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500744
Theodore Ts'obc759702005-05-09 20:40:55 -0400745#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500746msgid "HTREE INDEX CLEARED"
747msgstr "HTREE INDEX BEREINIGT"
748
Theodore Ts'obc759702005-05-09 20:40:55 -0400749#: e2fsck/problem.c:97
Theodore Ts'obc759702005-05-09 20:40:55 -0400750msgid "WILL RECREATE"
751msgstr "ANGELEGT"
752
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400753#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400754#: e2fsck/problem.c:106
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500755msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400756msgstr "@b @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500757
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400758#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400759#: e2fsck/problem.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500760msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400761msgstr "@i @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500762
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400763#. @-expanded: inode table for group %g is not in group. (block %b)\n
764#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400765#: e2fsck/problem.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500766msgid ""
767"@i table for @g %g is not in @g. (@b %b)\n"
768"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
769msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400770"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
771"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500772
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400773#. @-expanded: \n
774#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
775#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
776#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
777#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
778#. @-expanded: e2fsck -b %S <device>\n
779#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400780#: e2fsck/problem.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500781#, c-format
782msgid ""
783"\n"
784"The @S could not be read or does not describe a correct ext2\n"
785"@f. If the @v is valid and it really contains an ext2\n"
786"@f (and not swap or ufs or something else), then the @S\n"
787"is corrupt, and you might try running e2fsck with an alternate @S:\n"
788" e2fsck -b %S <@v>\n"
789"\n"
790msgstr ""
791"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400792"@S ist unlesbar bzw. beschreibt kein gültiges ext2\n"
793"@f. Wenn @v gültig ist und ein ext2\n"
794"@f (kein swap oder ufs usw.) enthält, dann ist der @S\n"
795"beschädigt, und sie könnten e2fsck mit einem anderen @S:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500796" e2fsck -b %S <@v>\n"
797"\n"
798
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400799#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
800#. @-expanded: The physical size of the device is %c blocks\n
801#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400802#: e2fsck/problem.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500803msgid ""
804"The @f size (according to the @S) is %b @bs\n"
805"The physical size of the @v is %c @bs\n"
806"Either the @S or the partition table is likely to be corrupt!\n"
807msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400808"Die @f Größe ( laut @S) ist %b @bs\n"
809"Die physikalische Größe von @v ist %c @bs\n"
810"Entweder der @S oder die Partionstabelle ist beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500811
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400812#. @-expanded: superblock block_size = %b, fragsize = %c.\n
813#. @-expanded: This version of e2fsck does not support fragment sizes different\n
814#. @-expanded: from the block size.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400815#: e2fsck/problem.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500816msgid ""
817"@S @b_size = %b, fragsize = %c.\n"
818"This version of e2fsck does not support fragment sizes different\n"
819"from the @b size.\n"
820msgstr ""
821"@S @b_size = %b, fragsize = %c.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -0400822"Diese Version von e2fsck unterstützt keine von @b-Größen verschiedene "
823"Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500824
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400825#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400826#: e2fsck/problem.c:144
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500827msgid "@S @bs_per_group = %b, should have been %c\n"
828msgstr "@S @bs_per_group = %b, sollte %c sein.\n"
829
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400830#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400831#: e2fsck/problem.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500832msgid "@S first_data_@b = %b, should have been %c\n"
833msgstr "@S first_data_@b = %b, sollte %c haben.\n"
834
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400835#. @-expanded: filesystem did not have a UUID; generating one.\n
836#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400837#: e2fsck/problem.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500838msgid ""
839"@f did not have a UUID; generating one.\n"
840"\n"
841msgstr ""
842"@f hat keinen UUID ; generiere einen.\n"
843"\n"
844
Theodore Ts'obc759702005-05-09 20:40:55 -0400845#: e2fsck/problem.c:159
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400846#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500847msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400848"Note: if several inode or block bitmap blocks or part\n"
849"of the inode table require relocation, you may wish to try\n"
850"running e2fsck with the '-b %S' option first. The problem\n"
851"may lie only with the primary block group descriptors, and\n"
852"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500853"\n"
854msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400855"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
856"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
857"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400858"mit der Option »-b %S« zu starten. Das Problem könnte\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400859"im primären Blockgruppenbezeichner liegen, und seine\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500860"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500861"\n"
862
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400863#. @-expanded: Corruption found in superblock. (%s = %N).\n
864#: e2fsck/problem.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500865msgid "Corruption found in @S. (%s = %N).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400866msgstr "Beschädigung gefunden in @S. (%s = %N).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500867
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400868#. @-expanded: Error determining size of the physical device: %m\n
869#: e2fsck/problem.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500870#, c-format
871msgid "Error determining size of the physical @v: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400872msgstr "Fehler bei der Feststellung der Größe des physikalischen @v: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500873
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400874#. @-expanded: inode count in superblock is %i, should be %j.\n
875#: e2fsck/problem.c:178
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400876msgid "@i count in @S is %i, @s %j.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400877msgstr "@i-Anzahl in @S ist %i, sollte %j sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500878
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400879#: e2fsck/problem.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500880msgid "The Hurd does not support the filetype feature.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400881msgstr "Hurd unterstützt das Dateityp-Feature nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500882
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500883#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400884#: e2fsck/problem.c:187
Philipp Thomas77c871a2010-04-19 16:59:02 -0400885#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500886msgid "@S has an @n @j (@i %i).\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400887msgstr "@S hat ein defektes @j (@i %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500888
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400889#. @-expanded: External journal has multiple filesystem users (unsupported).\n
890#: e2fsck/problem.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500891msgid "External @j has multiple @f users (unsupported).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400892msgstr "Externes @j hat mehrere @f Nutzer (nicht unterstützt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500893
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400894#. @-expanded: Can't find external journal\n
895#: e2fsck/problem.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500896msgid "Can't find external @j\n"
897msgstr "Kann kein externes @j finden.\n"
898
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400899#. @-expanded: External journal has bad superblock\n
900#: e2fsck/problem.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500901msgid "External @j has bad @S\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400902msgstr "Externes @j hat ungültigen @S\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500903
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400904#. @-expanded: External journal does not support this filesystem\n
905#: e2fsck/problem.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500906msgid "External @j does not support this @f\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400907msgstr "Externes @j unterstützt nicht @f\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500908
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500909#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400910#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
911#. @-expanded: format.\n
912#. @-expanded: It is also possible the journal superblock is corrupt.\n
913#: e2fsck/problem.c:212
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500914msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500915"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -0400916"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
917"format.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500918"It is also possible the @j @S is corrupt.\n"
919msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400920"Ext3 @j @S ist eine unbekannter Type %N (nicht unterstützt).\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -0400921"Es ist möglich, dass ihr e2fsck älter ist und/oder dieses @j Format nicht "
922"unterstützt.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400923"Es ist ebenso möglich, dass @j @S defekt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500924
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500925#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400926#: e2fsck/problem.c:220
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500927msgid "@j @S is corrupt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500928msgstr "Ext3 @j @S ist defekt.\n"
929
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500930#. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400931#: e2fsck/problem.c:225
Philipp Thomas77c871a2010-04-19 16:59:02 -0400932#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500933msgid "@S has_@j flag is clear, but a @j %s is present.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400934msgstr "ext3 Recovery-Flag sauber, aber ein @j %s ist vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500935
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500936#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400937#: e2fsck/problem.c:230
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500938msgid "@S needs_recovery flag is set, but no @j is present.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -0400939msgstr ""
940"@S hat das ext3 »needs_recovery«-Flag gesetzt, aber ein @j ist nicht "
941"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 clear, but journal has data.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400944#: e2fsck/problem.c:235
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500945msgid "@S needs_recovery flag is clear, but @j has data.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400946msgstr "ext3 Recovery-Flag sauber, aber das @j enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500947
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400948#. @-expanded: Clear journal
949#: e2fsck/problem.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500950msgid "Clear @j"
951msgstr "Bereinige @j"
952
Philipp Thomas77c871a2010-04-19 16:59:02 -0400953#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
954#: e2fsck/problem.c:245 e2fsck/problem.c:664
955msgid "@f has feature flag(s) set, but is a revision 0 @f. "
956msgstr "@f hat Eigenschfts-Kennzeichen gesetzt, ist aber ein Revision 0 @f. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500957
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400958#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400959#: e2fsck/problem.c:250
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500960msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
961msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
962
Philipp Thomas77c871a2010-04-19 16:59:02 -0400963#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
964#: e2fsck/problem.c:255
965msgid "@I %B (%b) found in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500966msgstr "@I @b #%B (%b) gefunden in @o @i %i.\n"
967
Philipp Thomas77c871a2010-04-19 16:59:02 -0400968#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
969#: e2fsck/problem.c:260
970msgid "Already cleared %B (%b) found in @o @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500971msgstr "bereits bereinigt @b #%B (%b) gefunden in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500972
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400973#. @-expanded: illegal orphaned inode %i in superblock.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400974#: e2fsck/problem.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500975#, c-format
976msgid "@I @o @i %i in @S.\n"
977msgstr "@I @o @i %i in @S.\n"
978
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400979#. @-expanded: illegal inode %i in orphaned inode list.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400980#: e2fsck/problem.c:270
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500981#, c-format
982msgid "@I @i %i in @o @i list.\n"
983msgstr "@I @i %i in @o @i Liste.\n"
984
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500985#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400986#: e2fsck/problem.c:275
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500987msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500988msgstr "Ext3 @j @S hat ein unbekanntes Nur-Lesen-Flag gesetzt.\n"
989
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500990#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400991#: e2fsck/problem.c:280
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500992msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500993msgstr "Ext3 @j @S hat ein unbekanntes Inkompatibel-Flag gesetzt.\n"
994
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400995#. @-expanded: journal version not supported by this e2fsck.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400996#: e2fsck/problem.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500997msgid "@j version not supported by this e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400998msgstr "@j Version wird von diesem e2fsck nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500999
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001000#. @-expanded: Moving journal from /%s to hidden inode.\n
1001#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001002#: e2fsck/problem.c:290
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001003#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001004msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001005"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001006"\n"
1007msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001008"Verschiebe @j von /%s zum versteckten Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001009"\n"
1010
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001011#. @-expanded: Error moving journal: %m\n
1012#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001013#: e2fsck/problem.c:295
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001014#, c-format
1015msgid ""
1016"Error moving @j: %m\n"
1017"\n"
1018msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001019"Fehler beim Verschieben von @j: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001020"\n"
1021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001022#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1023#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1024#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001025#: e2fsck/problem.c:300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001026msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001027"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001028"Clearing fields beyond the V1 @j @S...\n"
1029"\n"
1030msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001031"Fand unvollständige V2 @j @S Felder (vom V1 Journal).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001032"Bereinige die Felder hinter V1 @j @S...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001033"\n"
1034
Philipp Thomas77c871a2010-04-19 16:59:02 -04001035#. @-expanded: Run journal anyway
1036#: e2fsck/problem.c:306
1037msgid "Run @j anyway"
1038msgstr "Starte @j trotzdem"
1039
1040#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1041#: e2fsck/problem.c:311
1042msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04001043msgstr ""
1044"Recovery-Kennzeichen in Backup @S nicht gesetzt, @j wird trotzdem "
1045"gestartet.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001047#. @-expanded: Backing up journal inode block information.\n
1048#. @-expanded: \n
1049#: e2fsck/problem.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001050msgid ""
1051"Backing up @j @i @b information.\n"
1052"\n"
1053msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001054"Sichere @j @i @b Information.\n"
1055"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001056
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001057#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1058#. @-expanded: is %N; should be zero.
1059#: e2fsck/problem.c:321
Theodore Ts'obc759702005-05-09 20:40:55 -04001060msgid ""
1061"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1062"is %N; @s zero. "
1063msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001064"Für @f ist resize_@i nicht eingeschaltet, aber s_reserved_gdt_@bs\n"
1065"ist %N; @s Null. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001066
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001067#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1068#: e2fsck/problem.c:327
1069msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o057a1592010-06-07 12:24:21 -04001070msgstr ""
1071"Resize_@i nicht aktiviert, aber die zu modifgizierende Inod ist nicht-Null."
Theodore Ts'obc759702005-05-09 20:40:55 -04001072
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001073#. @-expanded: Resize inode not valid.
1074#: e2fsck/problem.c:332
Theodore Ts'obc759702005-05-09 20:40:55 -04001075msgid "Resize @i not valid. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001076msgstr "@r ist kein @d. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001077
Philipp Thomas77c871a2010-04-19 16:59:02 -04001078#. @-expanded: superblock last mount time (%t,\n
1079#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001080#: e2fsck/problem.c:337
Philipp Thomas77c871a2010-04-19 16:59:02 -04001081msgid ""
1082"@S last mount time (%t,\n"
1083"\tnow = %T) is in the future.\n"
1084msgstr ""
1085"Der Zeitpunkt des letzten Einhängens von @S (%t,\n"
1086"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001087
Philipp Thomas77c871a2010-04-19 16:59:02 -04001088#. @-expanded: superblock last write time (%t,\n
1089#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001090#: e2fsck/problem.c:342
Philipp Thomas77c871a2010-04-19 16:59:02 -04001091msgid ""
1092"@S last write time (%t,\n"
1093"\tnow = %T) is in the future.\n"
1094msgstr ""
1095"Der Zeitpunkt des letzten Schreibens von @S (%t,\n"
1096"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001097
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001098#. @-expanded: superblock hint for external superblock should be %X.
1099#: e2fsck/problem.c:346
1100#, c-format
1101msgid "@S hint for external superblock @s %X. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001102msgstr "@S Hinweis für externen Superblock @s %X"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001103
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001104#. @-expanded: Adding dirhash hint to filesystem.\n
1105#. @-expanded: \n
1106#: e2fsck/problem.c:351
1107msgid ""
1108"Adding dirhash hint to @f.\n"
1109"\n"
1110msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001111"Füge Verzeinishash-Hilfe zu @f hinzu.\n"
1112"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001113
Philipp Thomas720e6362008-06-21 14:06:00 -04001114#. @-expanded: group descriptor %g checksum is invalid.
1115#: e2fsck/problem.c:356
1116#, c-format
1117msgid "@g descriptor %g checksum is invalid. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001118msgstr "Prüfsumme von @g -Deskriptor %g ist ungültig. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001119
1120#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1121#: e2fsck/problem.c:361
1122#, c-format
1123msgid "@g descriptor %g marked uninitialized without feature set.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04001124msgstr ""
1125"@g -Deskriptor %g ist als nicht initialisiert gekennzeichnet ohne eine "
1126"gesetzte Eigenschaft.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001127
1128#. @-expanded: group %g block bitmap uninitialized but inode bitmap in use.\n
1129#: e2fsck/problem.c:366
1130#, c-format
1131msgid "@g %g @b @B uninitialized but @i @B in use.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04001132msgstr ""
1133"Die @b @B von @g %g ist nicht initialisiert aber @i @B wird verwendet.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001134
1135#. @-expanded: group descriptor %g has invalid unused inodes count %b.
1136#: e2fsck/problem.c:371
1137msgid "@g descriptor %g has invalid unused inodes count %b. "
Theodore Ts'o057a1592010-06-07 12:24:21 -04001138msgstr ""
1139"@g Deskriptor %g hat eine ungültige Anzahl ungenutzter Inodes von %b. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001140
1141#. @-expanded: Last group block bitmap uninitialized.
1142#: e2fsck/problem.c:376
1143msgid "Last @g @b @B uninitialized. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001144msgstr "Die letzte @g @b @B ist nicht initialisiert. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001145
1146#: e2fsck/problem.c:381
1147#, c-format
1148msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04001149msgstr ""
1150"Journaltransaktion %i war beschädigt, die Wiederholung wurde abgegrochen.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001151
1152#: e2fsck/problem.c:385
1153msgid "The test_fs flag is set (and ext4 is available). "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001154msgstr "Die Kennung test_fs wurde gesetzt (und ext4 ist verfügbar). "
1155
1156#. @-expanded: superblock last mount time is in the future.\n
1157#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1158#. @-expanded: set)
1159#: e2fsck/problem.c:390
1160msgid ""
1161"@S last mount time is in the future.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04001162"\t(by less than a day, probably due to the hardware clock being incorrectly "
1163"set) "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001164msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04001165"Der Zeitpunkt des letzten Einhängens von @S liegt in der Zukunft.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04001166"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-"
1167"Uhr) "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001168
1169#. @-expanded: superblock last write time is in the future.\n
1170#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1171#. @-expanded: set).
1172#: e2fsck/problem.c:396
1173msgid ""
1174"@S last write time is in the future.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04001175"\t(by less than a day, probably due to the hardware clock being incorrectly "
1176"set). "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001177msgstr ""
1178"Der Zeitpunkt des letzten Schreibens von @S liegt in der Zukunft.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04001179"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-"
1180"Uhr) "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001181
1182#. @-expanded: One or more block group descriptor checksums are invalid.
1183#: e2fsck/problem.c:402
1184msgid "One or more @b @g descriptor checksums are invalid. "
1185msgstr "Die Prüfsumme eines oder mehrerer @g -Deskriptoren ist ungültig. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001186
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001187#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001188#: e2fsck/problem.c:409
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001189msgid "Pass 1: Checking @is, @bs, and sizes\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001190msgstr "Durchgang 1: Prüfe @is, @bs, und Größen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001191
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001192#. @-expanded: root inode is not a directory.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001193#: e2fsck/problem.c:413
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001194msgid "@r is not a @d. "
1195msgstr "@r ist kein @d. "
1196
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001197#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001198#: e2fsck/problem.c:418
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001199msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001200msgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001201
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001202#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001203#: e2fsck/problem.c:423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001204msgid "Reserved @i %i (%Q) has @n mode. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001205msgstr "Reservierte @i %i %Q hat einen falschen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001206
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001207#. @-expanded: deleted inode %i has zero dtime.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001208#: e2fsck/problem.c:428
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001209#, c-format
1210msgid "@D @i %i has zero dtime. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001211msgstr "@D @i %i hat \"zero dtime\". "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001212
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001213#. @-expanded: inode %i is in use, but has dtime set.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001214#: e2fsck/problem.c:433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001215#, c-format
1216msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001217msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001218
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001219#. @-expanded: inode %i is a zero-length directory.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001220#: e2fsck/problem.c:438
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001221#, c-format
1222msgid "@i %i is a @z @d. "
1223msgstr "@i %i ist ein @z @d. "
1224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001225#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001226#: e2fsck/problem.c:443
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001227msgid "@g %g's @b @B at %b @C.\n"
1228msgstr "@g %g's @b @B auf %b @C.\n"
1229
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001230#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001231#: e2fsck/problem.c:448
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001232msgid "@g %g's @i @B at %b @C.\n"
1233msgstr "@g %g's @i @B auf %b @C.\n"
1234
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001235#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001236#: e2fsck/problem.c:453
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001237msgid "@g %g's @i table at %b @C.\n"
1238msgstr "@g %g's @i Tabelle auf %b @C.\n"
1239
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001240#. @-expanded: group %g's block bitmap (%b) is bad.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001241#: e2fsck/problem.c:458
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001242msgid "@g %g's @b @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001243msgstr "@g %g's @b @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001244
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001245#. @-expanded: group %g's inode bitmap (%b) is bad.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001246#: e2fsck/problem.c:463
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001247msgid "@g %g's @i @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001248msgstr "@g %g's @i @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001249
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001250#. @-expanded: inode %i, i_size is %Is, should be %N.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001251#: e2fsck/problem.c:468
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001252msgid "@i %i, i_size is %Is, @s %N. "
1253msgstr "@i %i, i_size ist %Is, @s %N. "
1254
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001255#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001256#: e2fsck/problem.c:473
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001257msgid "@i %i, i_@bs is %Ib, @s %N. "
1258msgstr "@i %i, i_@bs ist %Ib, @s %N. "
1259
Philipp Thomas77c871a2010-04-19 16:59:02 -04001260#. @-expanded: illegal %B (%b) in inode %i.
1261#: e2fsck/problem.c:478
1262msgid "@I %B (%b) in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001263msgstr "@I @b #%B (%b) in @i %i. "
1264
Philipp Thomas77c871a2010-04-19 16:59:02 -04001265#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1266#: e2fsck/problem.c:483
1267msgid "%B (%b) overlaps @f metadata in @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001268msgstr "@b #%B (%b) überlappt @f metadata in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001269
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001270#. @-expanded: inode %i has illegal block(s).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001271#: e2fsck/problem.c:488
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001272#, c-format
1273msgid "@i %i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001274msgstr "@i %i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001275
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001276#. @-expanded: Too many illegal blocks in inode %i.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001277#: e2fsck/problem.c:493
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001278#, c-format
1279msgid "Too many illegal @bs in @i %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001280msgstr "Zu viele unzulässige @bs in @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001281
Philipp Thomas77c871a2010-04-19 16:59:02 -04001282#. @-expanded: illegal %B (%b) in bad block inode.
1283#: e2fsck/problem.c:498
1284msgid "@I %B (%b) in bad @b @i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001285msgstr "@I @b #%B (%b) in bad @b @i. "
1286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001287#. @-expanded: Bad block inode has illegal block(s).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001288#: e2fsck/problem.c:503
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001289msgid "Bad @b @i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001290msgstr "Bad @b @i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001291
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001292#. @-expanded: Duplicate or bad block in use!\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001293#: e2fsck/problem.c:508
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001294msgid "Duplicate or bad @b in use!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001295msgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001296
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001297#. @-expanded: Bad block %b used as bad block inode indirect block.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001298#: e2fsck/problem.c:513
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001299msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001300msgstr "Bad @b %b benutzt als bad @b @i indirekt @b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001301
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001302#. @-expanded: \n
1303#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1304#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1305#. @-expanded: in the filesystem.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001306#: e2fsck/problem.c:518
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001307msgid ""
1308"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001309"The bad @b @i has probably been corrupted. You probably\n"
1310"should stop now and run e2fsck -c to scan for bad blocks\n"
1311"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001312msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001313"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001314"Defekter @b @i ist wahrscheinlich beschädigt worden. Sie sollten\n"
1315"nun eher innehalten und »e2fsck -c« ausführen, um nach defekten\n"
1316"Blöcken in @f zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001317
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001318#. @-expanded: \n
1319#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001320#: e2fsck/problem.c:525
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001321msgid ""
1322"\n"
1323"If the @b is really bad, the @f can not be fixed.\n"
1324msgstr ""
1325"\n"
1326"Wenn der @b wirklich defekt ist, kann der @f nicht repariert werden.\n"
1327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001328#. @-expanded: You can remove this block from the bad block list and hope\n
1329#. @-expanded: that the block is really OK. But there are no guarantees.\n
1330#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001331#: e2fsck/problem.c:530
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001332msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001333"You can remove this @b from the bad @b list and hope\n"
1334"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001335"\n"
1336msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001337"Sie können @b von der @b - Liste löschen \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001338"und hoffen das @b wirklich in Ordnung ist, es \n"
1339"gibt aber KEINE GARANTIEN.\n"
1340"\n"
1341
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001342#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001343#: e2fsck/problem.c:536
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001344msgid "The primary @S (%b) is on the bad @b list.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001345msgstr "Der primäre @S (%b) ist auf der bad @b Liste.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001346
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001347#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001348#: e2fsck/problem.c:541
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001349msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001350msgstr "Block %b im primären Deskriptor @g ist auf der bad @b Liste\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001351
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001352#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001353#: e2fsck/problem.c:547
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001354msgid "Warning: Group %g's @S (%b) is bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001355msgstr "Warnung: Gruppe %g's @S (%b) ist ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001356
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001357#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001358#: e2fsck/problem.c:552
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001359msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001360msgstr "Warnung: Gruppe %g's Kopie vom Deskriptor @g hat einen bad @b (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001361
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001362#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001363#: e2fsck/problem.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001364msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1365msgstr "Programmfehler? @b #%b verlangt ohne Grund in process_bad_@b.\n"
1366
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001367#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001368#: e2fsck/problem.c:564
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001369msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1370msgstr "@A %N grenzt an @b(s) in @b @g %g for %s: %m\n"
1371
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001372#. @-expanded: error allocating block buffer for relocating %s\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001373#: e2fsck/problem.c:569
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001374#, c-format
1375msgid "@A @b buffer for relocating %s\n"
1376msgstr "@A @b Puffer zum Verschieben %s\n"
1377
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001378#. @-expanded: Relocating group %g's %s from %b to %c...\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001379#: e2fsck/problem.c:574
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001380msgid "Relocating @g %g's %s from %b to %c...\n"
1381msgstr "Verschiebe @g %g's %s von %b nach %c...\n"
1382
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001383#. @-expanded: Relocating group %g's %s to %c...\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001384#: e2fsck/problem.c:579
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001385#, c-format
1386msgid "Relocating @g %g's %s to %c...\n"
1387msgstr "Verschiebe @g %g's %s nach %c...\n"
1388
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001389#. @-expanded: Warning: could not read block %b of %s: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001390#: e2fsck/problem.c:584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001391msgid "Warning: could not read @b %b of %s: %m\n"
1392msgstr "Warnung: kann @b %b von %s: %m nicht lesen\n"
1393
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001394#. @-expanded: Warning: could not write block %b for %s: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001395#: e2fsck/problem.c:589
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001396msgid "Warning: could not write @b %b for %s: %m\n"
1397msgstr "Warnung: kann @b %b von %s: %m nicht schreiben\n"
1398
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001399#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001400#: e2fsck/problem.c:594 e2fsck/problem.c:1405
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001401msgid "@A @i @B (%N): %m\n"
1402msgstr "@A @i @B (%N): %m\n"
1403
1404#. @-expanded: error allocating block bitmap (%N): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001405#: e2fsck/problem.c:599
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001406msgid "@A @b @B (%N): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001407msgstr "@A @i @B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001408
1409#. @-expanded: error allocating icount link information: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001410#: e2fsck/problem.c:604
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001411#, c-format
1412msgid "@A icount link information: %m\n"
1413msgstr "@A icount link information: %m\n"
1414
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001415#. @-expanded: error allocating directory block array: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001416#: e2fsck/problem.c:609
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001417#, c-format
1418msgid "@A @d @b array: %m\n"
1419msgstr "@A @d @b array: %m\n"
1420
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001421#. @-expanded: Error while scanning inodes (%i): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001422#: e2fsck/problem.c:614
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001423#, c-format
1424msgid "Error while scanning @is (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001425msgstr "Fehler während der Suche @is (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001426
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001427#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001428#: e2fsck/problem.c:619
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001429#, c-format
1430msgid "Error while iterating over @bs in @i %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001431msgstr "Fehler beim Iterieren über @bs in @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001432
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001433#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001434#: e2fsck/problem.c:624
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001435msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04001436msgstr ""
1437"Fehler beim Speichern von @i count Informationen (@i=%i, count=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001438
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001439#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001440#: e2fsck/problem.c:629
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001441msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001442msgstr "Fehler beim Speichern @d @b Informationen (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001443
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001444#. @-expanded: Error reading inode %i: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001445#: e2fsck/problem.c:635
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001446#, c-format
1447msgid "Error reading @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001448msgstr "Fehler beim Lesen von @i %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001449
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001450#. @-expanded: inode %i has imagic flag set.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001451#: e2fsck/problem.c:643
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001452#, c-format
1453msgid "@i %i has imagic flag set. "
1454msgstr "@i %i hat Imagic-Flag gesetzt. "
1455
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001456#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1457#. @-expanded: or append-only flag set.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001458#: e2fsck/problem.c:648
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001459#, c-format
1460msgid ""
1461"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1462"or append-only flag set. "
1463msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001464"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001465"oder append-only Flag gesetzt. "
1466
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001467#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001468#: e2fsck/problem.c:654
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001469#, c-format
1470msgid "@i %i has @cion flag set on @f without @cion support. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001471msgstr "@i %i hat @cion Flag gesetzt auf @f ohne @cion Unterstützung. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001472
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001473#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001474#: e2fsck/problem.c:659
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001475#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1477msgstr ""
1478"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
1479"oder append-only Flag gesetzt. "
1480
1481#. @-expanded: journal inode is not in use, but contains data.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001482#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001483msgid "@j @i is not in use, but contains data. "
1484msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
1485
1486#. @-expanded: journal is not regular file.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001487#: e2fsck/problem.c:674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001488msgid "@j is not regular file. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001489msgstr "@j ist keine reguläre Datei. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001490
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001491#. @-expanded: inode %i was part of the orphaned inode list.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001492#: e2fsck/problem.c:679
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001493#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001494msgid "@i %i was part of the @o @i list. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001495msgstr "@i %i war Teil der orphaned @i Liste. "
1496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001497#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001498#: e2fsck/problem.c:685
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001499msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001500msgstr "@is, die Teile einer defekten Liste mit verwaisten Links waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001501
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001502#. @-expanded: error allocating refcount structure (%N): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001503#: e2fsck/problem.c:690
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001504msgid "@A refcount structure (%N): %m\n"
1505msgstr "@A icount structure: %m\n"
1506
1507#. @-expanded: Error reading extended attribute block %b for inode %i.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001508#: e2fsck/problem.c:695
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001509msgid "Error reading @a @b %b for @i %i. "
1510msgstr "Fehler beim Lesen @a @b %b for @i %i. "
1511
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001512#. @-expanded: inode %i has a bad extended attribute block %b.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001513#: e2fsck/problem.c:700
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001514msgid "@i %i has a bad @a @b %b. "
1515msgstr "@i %i hat defekten @a @b %b. "
1516
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001517#. @-expanded: Error reading extended attribute block %b (%m).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001518#: e2fsck/problem.c:705
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001519msgid "Error reading @a @b %b (%m). "
1520msgstr "Fehler beim Lesen @a @b %b (%m). "
1521
Philipp Thomas77c871a2010-04-19 16:59:02 -04001522#. @-expanded: extended attribute block %b has reference count %r, should be %N.
1523#: e2fsck/problem.c:710
1524msgid "@a @b %b has reference count %r, @s %N. "
1525msgstr "@a @b %b hat den Referenzzähler %r, richtig wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001526
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001527#. @-expanded: Error writing extended attribute block %b (%m).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001528#: e2fsck/problem.c:715
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001529msgid "Error writing @a @b %b (%m). "
1530msgstr "Fehler beim Schreiben @a @b %b (%m). "
1531
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001532#. @-expanded: extended attribute block %b has h_blocks > 1.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001533#: e2fsck/problem.c:720
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001534msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001535msgstr "@a @b %b hat h_blocks > 1. "
1536
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001537#. @-expanded: error allocating extended attribute block %b.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001538#: e2fsck/problem.c:725
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001539msgid "@A @a @b %b. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001540msgstr "@A @a @b %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001541
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001542#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001543#: e2fsck/problem.c:730
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001544msgid "@a @b %b is corrupt (allocation collision). "
1545msgstr "@a @b %b ist defekt (allocation collision). "
1546
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001547#. @-expanded: extended attribute block %b is corrupt (invalid name).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001548#: e2fsck/problem.c:735
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001549msgid "@a @b %b is corrupt (@n name). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001550msgstr "@a @b %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001551
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001552#. @-expanded: extended attribute block %b is corrupt (invalid value).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001553#: e2fsck/problem.c:740
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001554msgid "@a @b %b is corrupt (@n value). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001555msgstr "@a @b %b ist defekt (ungültiger Wert). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001556
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001557#. @-expanded: inode %i is too big.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001558#: e2fsck/problem.c:745
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001559#, c-format
1560msgid "@i %i is too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001561msgstr "@i %i ist zu groß. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001562
Philipp Thomas77c871a2010-04-19 16:59:02 -04001563#. @-expanded: %B (%b) causes directory to be too big.
1564#: e2fsck/problem.c:749
1565msgid "%B (%b) causes @d to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001566msgstr "@b #%B (%b) macht @d zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001567
Philipp Thomas77c871a2010-04-19 16:59:02 -04001568#: e2fsck/problem.c:754
1569msgid "%B (%b) causes file to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001570msgstr "@b #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001571
Philipp Thomas77c871a2010-04-19 16:59:02 -04001572#: e2fsck/problem.c:759
1573msgid "%B (%b) causes symlink to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001574msgstr "@b #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001575
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001576#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001577#: e2fsck/problem.c:764
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001578#, c-format
1579msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001580msgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001581
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001582#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001583#: e2fsck/problem.c:769
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001584#, c-format
1585msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1586msgstr "@i %i hat INDEX_FL flag gesetzt, ist aber kein @d.\n"
1587
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001588#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001589#: e2fsck/problem.c:774
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001590#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001591msgid "@h %i has an @n root node.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001592msgstr "@h %i hat einen unvollständigen root node.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001593
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001594#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001595#: e2fsck/problem.c:779
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001596msgid "@h %i has an unsupported hash version (%N)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001597msgstr "@h %i hat eine nicht unterstützte hash-Version (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001598
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001599#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001600#: e2fsck/problem.c:784
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001601#, c-format
1602msgid "@h %i uses an incompatible htree root node flag.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001603msgstr "@h %i benutzt einen nicht unterstützten htree root node flag.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001604
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001605#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001606#: e2fsck/problem.c:789
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001607msgid "@h %i has a tree depth (%N) which is too big\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001608msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001609
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001610#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1611#. @-expanded: filesystem metadata.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001612#: e2fsck/problem.c:794
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001613msgid ""
1614"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1615"@f metadata. "
1616msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001617"Defekter @b @i hat einen indirekten @b (%b), der mit\n"
1618"den @f Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001619
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001620#. @-expanded: Resize inode (re)creation failed: %m.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001621#: e2fsck/problem.c:800
Theodore Ts'obc759702005-05-09 20:40:55 -04001622#, c-format
1623msgid "Resize @i (re)creation failed: %m."
Philipp Thomas9564ee52008-08-22 03:22:50 -04001624msgstr "Erzeugung von Vergrösserungs-@i scheiterte: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001625
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001626#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001627#: e2fsck/problem.c:805
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001628msgid "@i %i has a extra size (%IS) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001629msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001630
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001631#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001632#: e2fsck/problem.c:810
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001633msgid "@a in @i %i has a namelen (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001634msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001635
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001636#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001637#: e2fsck/problem.c:815
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001638msgid "@a in @i %i has a value offset (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001639msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001640
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001641#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001642#: e2fsck/problem.c:820
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001643msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001644msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001645
Philipp Thomas77c871a2010-04-19 16:59:02 -04001646#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1647#: e2fsck/problem.c:825
1648msgid "@a in @i %i has a value size (%N) which is @n\n"
1649msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1650
Philipp Thomas720e6362008-06-21 14:06:00 -04001651#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001652#: e2fsck/problem.c:830
Philipp Thomas720e6362008-06-21 14:06:00 -04001653msgid "@a in @i %i has a hash (%N) which is @n\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001654msgstr "@a in %i hat einen @n Hashwert von (%N)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001655
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001656#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001657#: e2fsck/problem.c:835
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001658msgid "@i %i is a %It but it looks like it is really a directory.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04001659msgstr ""
1660"@i ist ein %It aber es sieht so aus, als ob es tatsächlich ein Verzeichnis "
1661"ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001662
Philipp Thomas40771272008-09-07 22:55:25 -04001663#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001664#: e2fsck/problem.c:840
Philipp Thomas68801282008-07-17 11:47:00 -04001665#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001666msgid "Error while reading over @x tree in @i %i: %m\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001667msgstr "Fehler beim Iterieren über Baum @x in @i %i: %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001668
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001669#. @-expanded: Failed to iterate extents in inode %i\n
1670#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001671#: e2fsck/problem.c:845
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001672msgid ""
1673"Failed to iterate extents in @i %i\n"
1674"\t(op %s, blk %b, lblk %c): %m\n"
1675msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04001676"Das Iterieren der Extents in @i %i scheiterte\n"
1677"\t(op %s, blk %b, lblk %c): %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001678
1679#. @-expanded: inode %i has an invalid extent\n
1680#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001681#: e2fsck/problem.c:851
Philipp Thomas720e6362008-06-21 14:06:00 -04001682msgid ""
1683"@i %i has an @n extent\n"
1684"\t(logical @b %c, @n physical @b %b, len %N)\n"
1685msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04001686"@i %i hat eine @n Erweiterung\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001687"\t(logischer @b %c, @n physischer @b %b, Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001688
1689#. @-expanded: inode %i has an invalid extent\n
1690#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001691#: e2fsck/problem.c:856
Philipp Thomas720e6362008-06-21 14:06:00 -04001692msgid ""
1693"@i %i has an @n extent\n"
1694"\t(logical @b %c, physical @b %b, @n len %N)\n"
1695msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04001696"@i %i hat eine @n Erweiterung\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001697"\t(logischer @b %c, physischer @b %b, @n Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001698
1699#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001700#: e2fsck/problem.c:861
Philipp Thomas720e6362008-06-21 14:06:00 -04001701#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001702msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04001703msgstr ""
1704"@i %i hat EXTENTS_FL Kennung auf einem @f ohne Unterstützung für "
1705"Erweiterungen.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001706
1707#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001708#: e2fsck/problem.c:866
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001709#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001710msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04001711msgstr ""
1712"@i %i besitzt das Erweiterungsformat, aber dem @S fehlt die Eigenschaft "
1713"EXTENTS\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001714
1715#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001716#: e2fsck/problem.c:871
Philipp Thomas720e6362008-06-21 14:06:00 -04001717#, c-format
1718msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001719msgstr "@i %i fehlt EXTENT_FL, aber hat das Format einer Erweiterungs-@i\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001720
Philipp Thomas77c871a2010-04-19 16:59:02 -04001721#: e2fsck/problem.c:876
Philipp Thomas720e6362008-06-21 14:06:00 -04001722#, c-format
1723msgid "Fast symlink %i has EXTENT_FL set. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001724msgstr "Schneller Symlink %i hat EXTENT_FL gesetzt. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001725
1726#. @-expanded: inode %i has out of order extents\n
1727#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001728#: e2fsck/problem.c:881
Philipp Thomas720e6362008-06-21 14:06:00 -04001729msgid ""
1730"@i %i has out of order extents\n"
1731"\t(@n logical @b %c, physical @b %b, len %N)\n"
1732msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04001733"@i %i hat unregelmässige Erweitertungen\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001734"\t(@n logischer @b %c, physischer @b %b, Länge %N)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001735
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001736#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001737#: e2fsck/problem.c:885
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001738msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001739msgstr "@i %i hat einen ungültigen Extent-Knoten (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001740
Theodore Ts'o057a1592010-06-07 12:24:21 -04001741#. @-expanded: inode %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n
1742#: e2fsck/problem.c:889
1743msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
1744msgstr ""
1745
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001746#. @-expanded: \n
1747#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1748#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001749#: e2fsck/problem.c:897
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001750msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001751"\n"
1752"Running additional passes to resolve @bs claimed by more than one @i...\n"
1753"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001754msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001755"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001756"Doppelter @bs gefunden... starte Scan nach doppelten @b.\n"
1757"Durchgang 1B: Suche nach doppelten/defekten @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001758
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001759#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o057a1592010-06-07 12:24:21 -04001760#: e2fsck/problem.c:903
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001761#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001762msgid "@m @b(s) in @i %i:"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001763msgstr "@m @b(s) in @i %i:"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001764
Theodore Ts'o057a1592010-06-07 12:24:21 -04001765#: e2fsck/problem.c:918
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001766#, c-format
1767msgid "Error while scanning inodes (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001768msgstr "Fehlen beim Prüfen von Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001769
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001770#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001771#: e2fsck/problem.c:923
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001772#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001773msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001774msgstr "@A @i @B (inode_dup_map): %m\n"
1775
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001776#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001777#: e2fsck/problem.c:928
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001778#, c-format
1779msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001780msgstr "Fehler beim Durchlaufen der @bs in @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001781
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001782#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001783#: e2fsck/problem.c:933 e2fsck/problem.c:1249
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001784msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001785msgstr "Fehler bei der Anpassung des refcount für @a @b %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001786
Theodore Ts'o6956f612005-12-31 16:46:15 -05001787#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001788#: e2fsck/problem.c:939
Theodore Ts'o6956f612005-12-31 16:46:15 -05001789msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001790msgstr "Durchgang 1C: Prüfe Verzeichnisse nach @is mit doppelten @bs.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001791
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001792#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001793#: e2fsck/problem.c:945
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001794msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001795msgstr "Durchgang 1D: Gleiche doppelte @bs ab\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001796
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001797#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001798#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001799#: e2fsck/problem.c:950
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001800msgid ""
1801"File %Q (@i #%i, mod time %IM) \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001802" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001803msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04001804"Datei %Q (@i #%i, Modifikationszeitpunkt %IM) \n"
1805" hat %B doppelte @b(s), gemeinsam genutzt mit %N Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001806
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001807#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001808#: e2fsck/problem.c:956
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001809msgid "\t%Q (@i #%i, mod time %IM)\n"
1810msgstr "\t%Q (@i #%i, mod time %IM)\n"
1811
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001812#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001813#: e2fsck/problem.c:961
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001814msgid "\t<@f metadata>\n"
1815msgstr "\t<@f metadata>\n"
1816
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001817#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1818#. @-expanded: \n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001819#: e2fsck/problem.c:966
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001820msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001821"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001822"\n"
1823msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001824"(es gibt %N @is, die doppelte/defekte @bs enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001825"\n"
1826
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001827#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1828#. @-expanded: \n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001829#: e2fsck/problem.c:971
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001830msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001831"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001832"\n"
1833msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001834"Duplizierte @bs bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001835"\n"
1836
Theodore Ts'o057a1592010-06-07 12:24:21 -04001837#: e2fsck/problem.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001838#, c-format
1839msgid "Couldn't clone file: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001840msgstr "Kann die Datei %m nicht klonen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001841
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001842#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001843#: e2fsck/problem.c:990
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001844msgid "Pass 2: Checking @d structure\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001845msgstr "Durchgang 2: Prüfe @d Struktur\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001846
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001847#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001848#: e2fsck/problem.c:995
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001849#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001850msgid "@n @i number for '.' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001851msgstr "Falsche @i Nummer für ».« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001852
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001853#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001854#: e2fsck/problem.c:1000
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001855msgid "@E has @n @i #: %Di.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001856msgstr "@E hat falsche @i #: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001857
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001858#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o057a1592010-06-07 12:24:21 -04001859#: e2fsck/problem.c:1005
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001860msgid "@E has @D/unused @i %Di. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001861msgstr "@E hat @D/unbenutzt @i %Di. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001862
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001863#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o057a1592010-06-07 12:24:21 -04001864#: e2fsck/problem.c:1010
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001865msgid "@E @L to '.' "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001866msgstr "@E @L nach ».« "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001867
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001868#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001869#: e2fsck/problem.c:1015
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001870msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001871msgstr "@E zeigt auf @i (%Di) in einem defekten @b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001872
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001873#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001874#: e2fsck/problem.c:1020
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001875msgid "@E @L to @d %P (%Di).\n"
1876msgstr "@E @L nach @d %P (%Di).\n"
1877
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001878#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001879#: e2fsck/problem.c:1025
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001880msgid "@E @L to the @r.\n"
1881msgstr "@E @L zur @r.\n"
1882
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001883#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001884#: e2fsck/problem.c:1030
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001885msgid "@E has illegal characters in its name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001886msgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001887
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001888#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001889#: e2fsck/problem.c:1035
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001890#, c-format
1891msgid "Missing '.' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001892msgstr "Fehlende ».« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001893
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001894#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001895#: e2fsck/problem.c:1040
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001896#, c-format
1897msgid "Missing '..' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001898msgstr "Fehlende »..« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001899
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001900#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001901#: e2fsck/problem.c:1045
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001902msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001903msgstr "Erster @e »%Dn« (inode=%Di) in @d @i %i (%p) @s ».«\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001904
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001905#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001906#: e2fsck/problem.c:1050
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001907msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001908msgstr "Zweiter @e »%Dn« (inode=%Di) in @d @i %i @s »..«\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001909
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001910#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001911#: e2fsck/problem.c:1055
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001912msgid "i_faddr @F %IF, @s zero.\n"
1913msgstr "i_faddr @F %IF, @s null.\n"
1914
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001915#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001916#: e2fsck/problem.c:1060
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001917msgid "i_file_acl @F %If, @s zero.\n"
1918msgstr "i_file_acl @F %If, @s null.\n"
1919
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001920#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001921#: e2fsck/problem.c:1065
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001922msgid "i_dir_acl @F %Id, @s zero.\n"
1923msgstr "i_dir_acl @F %Id, @s null.\n"
1924
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001925#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001926#: e2fsck/problem.c:1070
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001927msgid "i_frag @F %N, @s zero.\n"
1928msgstr "i_frag @F %N, @s null.\n"
1929
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001930#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001931#: e2fsck/problem.c:1075
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001932msgid "i_fsize @F %N, @s zero.\n"
1933msgstr "i_fsize @F %N, @s null.\n"
1934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001935#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001936#: e2fsck/problem.c:1080
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001937msgid "@i %i (%Q) has @n mode (%Im).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001938msgstr "@i %i (%Q) hat einen falschen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001939
Philipp Thomas77c871a2010-04-19 16:59:02 -04001940#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001941#: e2fsck/problem.c:1085
Philipp Thomas77c871a2010-04-19 16:59:02 -04001942msgid "@d @i %i, %B, offset %N: @d corrupted\n"
1943msgstr "@d @i %i, @b %B, Offset %N: @d defekt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001944
Philipp Thomas77c871a2010-04-19 16:59:02 -04001945#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001946#: e2fsck/problem.c:1090
Philipp Thomas77c871a2010-04-19 16:59:02 -04001947msgid "@d @i %i, %B, offset %N: filename too long\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001948msgstr "@d @i %i, @b %B, offset %N: Dateiname zu lang\n"
1949
Philipp Thomas77c871a2010-04-19 16:59:02 -04001950#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o057a1592010-06-07 12:24:21 -04001951#: e2fsck/problem.c:1095
Philipp Thomas77c871a2010-04-19 16:59:02 -04001952msgid "@d @i %i has an unallocated %B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001953msgstr "@d @i %i hat einen nicht zugewiesenen @b #%B. "
1954
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001955#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001956#: e2fsck/problem.c:1100
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001957#, c-format
1958msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001959msgstr "».« @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001960
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001961#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001962#: e2fsck/problem.c:1105
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001963#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001964msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001965msgstr "»..« @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001966
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001967#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001968#: e2fsck/problem.c:1110
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001969msgid "@i %i (%Q) is an @I character @v.\n"
1970msgstr "@i %i (%Q) ist ein @I Zeichen @v.\n"
1971
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001972#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001973#: e2fsck/problem.c:1115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001974msgid "@i %i (%Q) is an @I @b @v.\n"
1975msgstr "@i %i (%Q) ist ein @I @b @v.\n"
1976
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001977#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001978#: e2fsck/problem.c:1120
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001979msgid "@E is duplicate '.' @e.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001980msgstr "@E ist ein doppelter ».« @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001981
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001982#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001983#: e2fsck/problem.c:1125
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001984msgid "@E is duplicate '..' @e.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001985msgstr "@E ist ein doppelter »..« @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001986
Theodore Ts'o057a1592010-06-07 12:24:21 -04001987#: e2fsck/problem.c:1130 e2fsck/problem.c:1430
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001988#, c-format
1989msgid "Internal error: couldn't find dir_info for %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001990msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001991
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001992#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001993#: e2fsck/problem.c:1135
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001994msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001995msgstr "@E hat rec_len von %Dr, sollte %N sein.\n"
1996
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001997#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04001998#: e2fsck/problem.c:1140
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001999#, c-format
2000msgid "@A icount structure: %m\n"
2001msgstr "@A icount structure: %m\n"
2002
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002003#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002004#: e2fsck/problem.c:1145
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002005#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04002006msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002007msgstr "Fehler beim Durchlaufen der @d @bs: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002009#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002010#: e2fsck/problem.c:1150
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002011msgid "Error reading @d @b %b (@i %i): %m\n"
2012msgstr "Lesefehler @d @b %b (@i %i): %m\n"
2013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002014#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002015#: e2fsck/problem.c:1155
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002016msgid "Error writing @d @b %b (@i %i): %m\n"
2017msgstr "Schreibfehler @d @b %b (@i %i): %m\n"
2018
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002019#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002020#: e2fsck/problem.c:1160
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002021#, c-format
2022msgid "@A new @d @b for @i %i (%s): %m\n"
2023msgstr "@A neu @d @b for @i %i (%s): %m\n"
2024
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002025#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002026#: e2fsck/problem.c:1165
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002027#, c-format
2028msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002029msgstr "Fehler bei der Freigabe von @i %i: %m\n"
2030
Philipp Thomas40771272008-09-07 22:55:25 -04002031#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002032#: e2fsck/problem.c:1170
Philipp Thomas40771272008-09-07 22:55:25 -04002033#, c-format
2034msgid "@d @e for '.' in %p (%i) is big.\n"
2035msgstr "Verzeichniseintrag für ».« in %p (%i) ist gross.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002036
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002037#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002038#: e2fsck/problem.c:1175
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002039msgid "@i %i (%Q) is an @I FIFO.\n"
2040msgstr "@i %i (%Q) ist ein @I FIFO.\n"
2041
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002042#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002043#: e2fsck/problem.c:1180
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002044msgid "@i %i (%Q) is an @I socket.\n"
2045msgstr "@i %i (%Q) ist ein @I Socket.\n"
2046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002047#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002048#: e2fsck/problem.c:1185
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002049msgid "Setting filetype for @E to %N.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002050msgstr "Setze Dateitype für @E auf %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002051
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002052#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002053#: e2fsck/problem.c:1190
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002054msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002055msgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
2056
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002057#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002058#: e2fsck/problem.c:1195
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002059msgid "@E has filetype set.\n"
2060msgstr "@E hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002061
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002062#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002063#: e2fsck/problem.c:1200
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002064msgid "@E has a @z name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002065msgstr "@E hat einen Namen der Länge Null..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002066
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002067#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002068#: e2fsck/problem.c:1205
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002069msgid "Symlink %Q (@i #%i) is @n.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002070msgstr "Symlink %Q (@i #%i) is invalid.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002071
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002072#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002073#: e2fsck/problem.c:1210
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002074msgid "@a @b @F @n (%If).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002075msgstr "@a @b @F ist falsch (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002076
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002077#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002078#: e2fsck/problem.c:1215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002079msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002080msgstr ""
2081"@f enthält große Dateien, aber das LARGE_FILE Flag in @S ist nicht gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002082
Philipp Thomas77c871a2010-04-19 16:59:02 -04002083#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002084#: e2fsck/problem.c:1220
Philipp Thomas77c871a2010-04-19 16:59:02 -04002085msgid "@p @h %d: %B not referenced\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002086msgstr "@p @h %d: Node (%B) nicht referenziert\n"
2087
Philipp Thomas77c871a2010-04-19 16:59:02 -04002088#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002089#: e2fsck/problem.c:1225
Philipp Thomas77c871a2010-04-19 16:59:02 -04002090msgid "@p @h %d: %B referenced twice\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002091msgstr "@p @h %d: Node (%B) doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002092
Philipp Thomas77c871a2010-04-19 16:59:02 -04002093#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002094#: e2fsck/problem.c:1230
Philipp Thomas77c871a2010-04-19 16:59:02 -04002095msgid "@p @h %d: %B has bad min hash\n"
2096msgstr "@p @h %d: %B hat ungültigen Minimumhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002097
Philipp Thomas77c871a2010-04-19 16:59:02 -04002098#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002099#: e2fsck/problem.c:1235
Philipp Thomas77c871a2010-04-19 16:59:02 -04002100msgid "@p @h %d: %B has bad max hash\n"
2101msgstr "@p @h %d: %B hat ungültigen Maximalhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002102
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002103#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o057a1592010-06-07 12:24:21 -04002104#: e2fsck/problem.c:1240
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002105msgid "@n @h %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002106msgstr "Invalid @h %d (%q). "
2107
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002108#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002109#: e2fsck/problem.c:1244
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002110msgid "@p @h %d (%q): bad @b number %b.\n"
2111msgstr "@p @h %d (%q): bad @b number %b.\n"
2112
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002113#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002114#: e2fsck/problem.c:1254
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002115#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002116msgid "@p @h %d: root node is @n\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002117msgstr "@p @h %d: root node is invalid\n"
2118
Philipp Thomas77c871a2010-04-19 16:59:02 -04002119#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002120#: e2fsck/problem.c:1259
Philipp Thomas77c871a2010-04-19 16:59:02 -04002121msgid "@p @h %d: %B has @n limit (%N)\n"
2122msgstr "@p @h %d: %B hat eine ungültige Begrenzung (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002123
Philipp Thomas77c871a2010-04-19 16:59:02 -04002124#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002125#: e2fsck/problem.c:1264
Philipp Thomas77c871a2010-04-19 16:59:02 -04002126msgid "@p @h %d: %B has @n count (%N)\n"
2127msgstr "@p @h %d: %B hat einen ungültigen Zähler (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002128
Philipp Thomas77c871a2010-04-19 16:59:02 -04002129#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002130#: e2fsck/problem.c:1269
Philipp Thomas77c871a2010-04-19 16:59:02 -04002131msgid "@p @h %d: %B has an unordered hash table\n"
2132msgstr "@p @h %d: %B hat eine unsortierte Hashtabelle\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002133
Philipp Thomas77c871a2010-04-19 16:59:02 -04002134#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002135#: e2fsck/problem.c:1274
Philipp Thomas77c871a2010-04-19 16:59:02 -04002136msgid "@p @h %d: %B has @n depth (%N)\n"
2137msgstr "@p @h %d: %B has eine ungültige Tiefe (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002138
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002139#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002140#: e2fsck/problem.c:1279
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002141msgid "Duplicate @E found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002142msgstr "Doppelte @E gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002144#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2145#. @-expanded: Rename to %s
Theodore Ts'o057a1592010-06-07 12:24:21 -04002146#: e2fsck/problem.c:1284
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002147#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002148msgid ""
2149"@E has a non-unique filename.\n"
2150"Rename to %s"
2151msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04002152"@E hat keinen eindeutigen Dateinnamen.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002153"Benenne in %s um"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002154
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002155#. @-expanded: Duplicate entry '%Dn' found.\n
2156#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2157#. @-expanded: \n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002158#: e2fsck/problem.c:1289
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002159msgid ""
2160"Duplicate @e '%Dn' found.\n"
2161"\tMarking %p (%i) to be rebuilt.\n"
2162"\n"
2163msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002164"Doppelte @e '%Dn' gefunden.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002165"\tMarkiere %p (%i) für die Neuerstellung.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002166"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002167
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002168#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002169#: e2fsck/problem.c:1294
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002170msgid "i_blocks_hi @F %N, @s zero.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002171msgstr "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002172
Philipp Thomas720e6362008-06-21 14:06:00 -04002173#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002174#: e2fsck/problem.c:1299
Philipp Thomas720e6362008-06-21 14:06:00 -04002175msgid "Unexpected @b in @h %d (%q).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002176msgstr "Unerwarteter @b in @h %d (%q).\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002177
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002178#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002179#: e2fsck/problem.c:1303
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002180msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002181msgstr "@i %i wurde in @g %g gefunden, für die _INODE_UNINIT gesetzt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002182
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002183#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002184#: e2fsck/problem.c:1308
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002185msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002186msgstr "@i %i wurde im Bereich ungenutzter Inodes von @g %g gefunden.\n"
2187
2188#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002189#: e2fsck/problem.c:1313
Philipp Thomas77c871a2010-04-19 16:59:02 -04002190msgid "i_file_acl_hi @F %N, @s zero.\n"
2191msgstr "i_file_acl_hi @F %N, sollte Null sein.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002192
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002193#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002194#: e2fsck/problem.c:1320
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002195msgid "Pass 3: Checking @d connectivity\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002196msgstr "Durchgang 3: Prüfe @d Verknüpfungen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002197
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002198#. @-expanded: root inode not allocated.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002199#: e2fsck/problem.c:1325
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002200msgid "@r not allocated. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002201msgstr "@r nicht zugeordnet. "
2202
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002203#. @-expanded: No room in lost+found directory.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002204#: e2fsck/problem.c:1330
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002205msgid "No room in @l @d. "
2206msgstr "Kein Platz in @l @d. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002207
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002208#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002209#: e2fsck/problem.c:1335
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002210#, c-format
2211msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002212msgstr "Nicht verbundene @d @i %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002213
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002214#. @-expanded: /lost+found not found.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002215#: e2fsck/problem.c:1340
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002216msgid "/@l not found. "
2217msgstr "/@l nicht gefunden. "
2218
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002219#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002220#: e2fsck/problem.c:1345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002221msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002222msgstr "»..« in %Q (%i) ist %P (%j), @s %q (%d).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002223
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002224#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002225#: e2fsck/problem.c:1350
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002226msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002227msgstr "Falscher oder fehlender /@l. Wiederverbinden nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002228
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002229#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002230#: e2fsck/problem.c:1355
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002231#, c-format
2232msgid "Could not expand /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002233msgstr "Erweitern nicht möglich /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002234
Theodore Ts'o057a1592010-06-07 12:24:21 -04002235#: e2fsck/problem.c:1360
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002236#, c-format
2237msgid "Could not reconnect %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002238msgstr "Wiederverbinden nicht möglich %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002239
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002240#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002241#: e2fsck/problem.c:1365
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002242#, c-format
2243msgid "Error while trying to find /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002244msgstr "Fehler während der Suche nach /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002245
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002246#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002247#: e2fsck/problem.c:1370
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002248#, c-format
2249msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002250msgstr "ext2fs_new_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002251
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002252#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002253#: e2fsck/problem.c:1375
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002254#, c-format
2255msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002256msgstr "ext2fs_new_@i: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002257
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002258#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002259#: e2fsck/problem.c:1380
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002260#, c-format
2261msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002262msgstr "ext2fs_new_dir_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002263
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002264#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002265#: e2fsck/problem.c:1385
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002266#, c-format
2267msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002268msgstr "ext2fs_write_dir_@b: %m während des Schreibens von @d @b für /@l\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002269
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002270#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002271#: e2fsck/problem.c:1390
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002272#, c-format
2273msgid "Error while adjusting @i count on @i %i\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002274msgstr "Fehler während der Einstellung von @i count auf @i %i\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002275
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002276#. @-expanded: Couldn't fix parent of inode %i: %m\n
2277#. @-expanded: \n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002278#: e2fsck/problem.c:1395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002279#, c-format
2280msgid ""
2281"Couldn't fix parent of @i %i: %m\n"
2282"\n"
2283msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04002284"Konnte Parent von @i %i: %m nicht reparieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002285"\n"
2286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002287#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2288#. @-expanded: \n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002289#: e2fsck/problem.c:1400
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002290#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002291msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002292"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002293"\n"
2294msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002295"Parent von @i %i konnte nicht repariert werden: \n"
2296"parent @d nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002297
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002298#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002299#: e2fsck/problem.c:1410
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002300#, c-format
2301msgid "Error creating root @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002302msgstr "Fehler beim Erzeugen des root @d (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002303
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002304#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002305#: e2fsck/problem.c:1415
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002306#, c-format
2307msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002308msgstr "Fehler beim Erzeugen des /@l @d (%s): %m\n"
2309
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002310#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002311#: e2fsck/problem.c:1420
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002312msgid "@r is not a @d; aborting.\n"
2313msgstr "@r ist kein @d; breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002314
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002315#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002316#: e2fsck/problem.c:1425
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002317msgid "Cannot proceed without a @r.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002318msgstr "Kann ohne @r nicht fortsetzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002319
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002320#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002321#: e2fsck/problem.c:1435
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002322#, c-format
2323msgid "/@l is not a @d (ino=%i)\n"
2324msgstr "/@l ist kein @d (ino=%i)\n"
2325
Theodore Ts'o057a1592010-06-07 12:24:21 -04002326#: e2fsck/problem.c:1442
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002327msgid "Pass 3A: Optimizing directories\n"
2328msgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2329
Theodore Ts'o057a1592010-06-07 12:24:21 -04002330#: e2fsck/problem.c:1447
Philipp Thomas77c871a2010-04-19 16:59:02 -04002331#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002332msgid "Failed to create dirs_to_hash iterator: %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002333msgstr "dirs_to_hash Iterator konnte nicht erzeugt werden: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002334
Theodore Ts'o057a1592010-06-07 12:24:21 -04002335#: e2fsck/problem.c:1452
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002336msgid "Failed to optimize directory %q (%d): %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002337msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002338
Theodore Ts'o057a1592010-06-07 12:24:21 -04002339#: e2fsck/problem.c:1457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002340msgid "Optimizing directories: "
2341msgstr "Optimiere Verzeichnisse: "
2342
Theodore Ts'o057a1592010-06-07 12:24:21 -04002343#: e2fsck/problem.c:1474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002344msgid "Pass 4: Checking reference counts\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002345msgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002346
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002347#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002348#: e2fsck/problem.c:1479
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002349#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002350msgid "@u @z @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002351msgstr "@I @o @i %i in @S. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002352
2353#. @-expanded: unattached inode %i\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002354#: e2fsck/problem.c:1484
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002355#, c-format
2356msgid "@u @i %i\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002357msgstr "@u @i %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002358
2359#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002360#: e2fsck/problem.c:1489
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002361msgid "@i %i ref count is %Il, @s %N. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002362msgstr "@i %i Referenzzähler ist %Il, @s %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002363
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002364#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2365#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2366#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002367#: e2fsck/problem.c:1493
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002368msgid ""
2369"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2370"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002371"@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 -05002372msgstr ""
2373"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002374"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (AKTIVES) DATEISYSTEM.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002375"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten identisch "
2376"sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002377
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002378#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002379#: e2fsck/problem.c:1503
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002380msgid "Pass 5: Checking @g summary information\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002381msgstr "Durchgang 5: Überprüfe @g Zusammenfassung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002382
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002383#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002384#: e2fsck/problem.c:1508
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002385msgid "Padding at end of @i @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002386msgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002387
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002388#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o057a1592010-06-07 12:24:21 -04002389#: e2fsck/problem.c:1513
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002390msgid "Padding at end of @b @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002391msgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002392
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002393#. @-expanded: block bitmap differences:
Theodore Ts'o057a1592010-06-07 12:24:21 -04002394#: e2fsck/problem.c:1518
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002395msgid "@b @B differences: "
2396msgstr "@b @B differieren: "
2397
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002398#. @-expanded: inode bitmap differences:
Theodore Ts'o057a1592010-06-07 12:24:21 -04002399#: e2fsck/problem.c:1538
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002400msgid "@i @B differences: "
2401msgstr "@i @B differieren: "
2402
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002403#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002404#: e2fsck/problem.c:1558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002405msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002406msgstr "Die Anzahl freier @is ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002407
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002408#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002409#: e2fsck/problem.c:1563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002410msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002411msgstr "Die Anzahl Verzeichnisse ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002412
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002413#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002414#: e2fsck/problem.c:1568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002415msgid "Free @is count wrong (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002416msgstr "Die Anzahl freier @is ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002417
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002418#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002419#: e2fsck/problem.c:1573
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002420msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002421msgstr "Die Anzahl freier Blöcke in @g #%g ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002422
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002423#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002424#: e2fsck/problem.c:1578
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002425msgid "Free @bs count wrong (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002426msgstr "Die Anzahl freier Blöcke ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002427
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002428#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2429#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002430#: e2fsck/problem.c:1583
2431msgid ""
2432"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2433"endpoints (%i, %j)\n"
2434msgstr ""
2435"PROGRAMMIERFEHLER: @f (#%N) @B Endpunkte (%b, %c) passen nicht zu den "
2436"berechneten @B Endpunkten (%i, %j)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002437
Theodore Ts'o057a1592010-06-07 12:24:21 -04002438#: e2fsck/problem.c:1589
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002439msgid "Internal error: fudging end of bitmap (%N)\n"
2440msgstr "Interner Fehler: fudging end of bitmap (%N)\n"
2441
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002442#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002443#: e2fsck/problem.c:1594
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002444#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002445msgid "Error copying in replacement @i @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002446msgstr "Fehler beim hineinkopieren von @i @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002447
2448#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o057a1592010-06-07 12:24:21 -04002449#: e2fsck/problem.c:1599
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002450#, c-format
2451msgid "Error copying in replacement @b @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002452msgstr "Fehler beim hineinkopieren von @b @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002453
Philipp Thomas720e6362008-06-21 14:06:00 -04002454#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002455#: e2fsck/problem.c:1624
Philipp Thomas720e6362008-06-21 14:06:00 -04002456#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04002457msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2458msgstr ""
2459"Blöcke von @g %g sind in Beutzung obwohl @g als BLOCK_UNINIT markiert ist\n"
2460
2461#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2462#: e2fsck/problem.c:1629
2463#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04002464msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002465msgstr ""
2466"@g %g @i(s) sind in Benutzung obwohl @g als INODE_UNINIT markiert ist\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002467
Philipp Thomas77c871a2010-04-19 16:59:02 -04002468#. @-expanded: Recreate journal
Theodore Ts'o057a1592010-06-07 12:24:21 -04002469#: e2fsck/problem.c:1636
Philipp Thomas77c871a2010-04-19 16:59:02 -04002470msgid "Recreate @j"
2471msgstr "@j zurücksetzen"
2472
Theodore Ts'o057a1592010-06-07 12:24:21 -04002473#: e2fsck/problem.c:1755
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002474#, c-format
2475msgid "Unhandled error code (0x%x)!\n"
2476msgstr "Unbenutzter Fehlercode (0x%x)!\n"
2477
Theodore Ts'o057a1592010-06-07 12:24:21 -04002478#: e2fsck/problem.c:1850
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002479msgid "IGNORED"
2480msgstr "IGNORIERT"
2481
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002482#: e2fsck/scantest.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002483#, c-format
2484msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2485msgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2486
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002487#: e2fsck/scantest.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002488#, c-format
2489msgid "size of inode=%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002490msgstr "Größe des Inode=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002491
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002492#: e2fsck/scantest.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002493msgid "while starting inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002494msgstr "beim Starten der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002495
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002496#: e2fsck/scantest.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002497msgid "while doing inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002498msgstr "während der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002499
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002500#: e2fsck/super.c:187
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002501#, c-format
2502msgid "while calling ext2fs_block_iterate for inode %d"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002503msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002504
Philipp Thomas720e6362008-06-21 14:06:00 -04002505#: e2fsck/super.c:209
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002506#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002507msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002508msgstr "während des Aufrufs von ext2fs_adjust_ea_refcount für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002509
Philipp Thomas720e6362008-06-21 14:06:00 -04002510#: e2fsck/super.c:267
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002511msgid "Truncating"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002512msgstr "Kürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002513
Philipp Thomas720e6362008-06-21 14:06:00 -04002514#: e2fsck/super.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002515msgid "Clearing"
2516msgstr "Bereinige"
2517
Philipp Thomas40771272008-09-07 22:55:25 -04002518#: e2fsck/unix.c:76
Philipp Thomas68801282008-07-17 11:47:00 -04002519#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002520msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04002521"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002522"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002523"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002524"\t\t[-E extended-options] device\n"
2525msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04002526"Aufruf: %s [-panyrcdfvtDFV] [-b Superblock] [-B Blockgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002527"\t\t[-I Inode_Puffer_Blöcke] [-P Prozess_Inodegröße]\n"
2528"\t\t[-l|-L Bad_Blocks_Datei] [-C Dateideskriptor] [-j externes_Journal]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002529"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002530
Philipp Thomas40771272008-09-07 22:55:25 -04002531#: e2fsck/unix.c:82
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002532#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002533msgid ""
2534"\n"
2535"Emergency help:\n"
2536" -p Automatic repair (no questions)\n"
2537" -n Make no changes to the filesystem\n"
2538" -y Assume \"yes\" to all questions\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002539" -c Check for bad blocks and add them to the badblock "
2540"list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002541" -f Force checking even if filesystem is marked clean\n"
2542msgstr ""
2543"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002544"Notfallhile:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002545" -p automatische Reparatur (keine Fragen)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002546" -n keine Veränderungen am Dateisystem vornehmen\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002547" -y \" Ja \" auf alle Fragen annehmen\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002548" -c suche nach defekten Blöcken\n"
2549" -f erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002550
Philipp Thomas40771272008-09-07 22:55:25 -04002551#: e2fsck/unix.c:88
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002552#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002553msgid ""
2554" -v Be verbose\n"
2555" -b superblock Use alternative superblock\n"
2556" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002557" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002558" -l bad_blocks_file Add to badblocks list\n"
2559" -L bad_blocks_file Set badblocks list\n"
2560msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002561" -v sei gesprächig\n"
2562" -b Superbloc Nutze Superblockkopie\n"
2563" -B Blockgröße erzwinge Blockgröße beim Suchen vom Superblock\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002564" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002565" -l bad_blocks_file zur Liste der defekten Blöcke hinzufügen\n"
2566" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002567
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002568#: e2fsck/unix.c:132
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002569#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002570msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002571msgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %u/%u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002572
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002573#: e2fsck/unix.c:150
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002574#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002575msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002576msgstr " # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002577
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002578#: e2fsck/unix.c:157
Philipp Thomas40771272008-09-07 22:55:25 -04002579#, c-format
2580msgid " Extent depth histogram: "
2581msgstr " Erweiterungstiefe Histogramm: "
2582
Philipp Thomas77c871a2010-04-19 16:59:02 -04002583#: e2fsck/unix.c:207 misc/badblocks.c:928 misc/tune2fs.c:1625 misc/util.c:151
2584#: resize/main.c:249
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002585#, c-format
2586msgid "while determining whether %s is mounted."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002587msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002588
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002589#: e2fsck/unix.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002590#, c-format
2591msgid "Warning! %s is mounted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002592msgstr "Warnung! %s ist eingehängt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002593
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002594#: e2fsck/unix.c:229
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002595#, c-format
2596msgid "%s is mounted. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002597msgstr "%s ist eingehängt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002598
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002599#: e2fsck/unix.c:231
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002600msgid ""
2601"Cannot continue, aborting.\n"
2602"\n"
2603msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002604"Fortsetzung nicht möglich, breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002605"\n"
2606
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002607#: e2fsck/unix.c:232
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002608#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002609msgid ""
2610"\n"
2611"\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002612"\a\a\a\aWARNING!!! The filesystem is mounted. If you continue you "
2613"***WILL***\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002614"cause ***SEVERE*** filesystem damage.\a\a\a\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002615"\n"
2616msgstr ""
2617"\n"
2618"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002619"\a\a\a\aWARNUNG!!! Die Benutzung von e2fsck auf einem eingehängten\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002620"Dateisystem führt zu SCHWERWIEGENDEN SCHÄDEN im Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002621"\n"
2622
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002623#: e2fsck/unix.c:235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002624msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002625msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002626
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002627#: e2fsck/unix.c:237
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002628#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002629msgid "check aborted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002630msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002631
Theodore Ts'o057a1592010-06-07 12:24:21 -04002632#: e2fsck/unix.c:315
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002633msgid " contains a file system with errors"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002634msgstr " enthält ein fehlerhaftes Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002635
Theodore Ts'o057a1592010-06-07 12:24:21 -04002636#: e2fsck/unix.c:317
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002637msgid " was not cleanly unmounted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002638msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002639
Theodore Ts'o057a1592010-06-07 12:24:21 -04002640#: e2fsck/unix.c:319
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002641msgid " primary superblock features different from backup"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002642msgstr "Eigenschaften des primären Superblocks unterscheiden sich vom Backup"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002643
Theodore Ts'o057a1592010-06-07 12:24:21 -04002644#: e2fsck/unix.c:323
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002645#, c-format
2646msgid " has been mounted %u times without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002647msgstr " wurde %u mal ohne Überprüfung eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002648
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002649#: e2fsck/unix.c:330
Theodore Ts'o057a1592010-06-07 12:24:21 -04002650msgid " has filesystem last checked time in the future"
2651msgstr ""
2652" hat einen in der Zukunft liegenden Zeitpunkt der letzten Püfung des "
2653"Dateisystems"
2654
2655#: e2fsck/unix.c:336
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002656#, c-format
2657msgid " has gone %u days without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002658msgstr " wurde %u Tage ohne Überprüfung genutzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002659
Theodore Ts'o057a1592010-06-07 12:24:21 -04002660#: e2fsck/unix.c:345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002661msgid ", check forced.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002662msgstr ", Prüfung erzwungen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002663
Theodore Ts'o057a1592010-06-07 12:24:21 -04002664#: e2fsck/unix.c:348
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002665#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002666msgid "%s: clean, %u/%u files, %u/%u blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002667msgstr "%s: sauber, %u/%u Dateien, %u/%u Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002668
Theodore Ts'o057a1592010-06-07 12:24:21 -04002669#: e2fsck/unix.c:365
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002670msgid " (check deferred; on battery)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002671msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002672
Theodore Ts'o057a1592010-06-07 12:24:21 -04002673#: e2fsck/unix.c:368
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002674msgid " (check after next mount)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002675msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002676
Theodore Ts'o057a1592010-06-07 12:24:21 -04002677#: e2fsck/unix.c:370
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002678#, c-format
2679msgid " (check in %ld mounts)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002680msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002681
Theodore Ts'o057a1592010-06-07 12:24:21 -04002682#: e2fsck/unix.c:517
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002683#, c-format
2684msgid "ERROR: Couldn't open /dev/null (%s)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002685msgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002686
Theodore Ts'o057a1592010-06-07 12:24:21 -04002687#: e2fsck/unix.c:587
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002688#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002689msgid "Invalid EA version.\n"
2690msgstr "Invalid EA version.\n"
2691
Theodore Ts'o057a1592010-06-07 12:24:21 -04002692#: e2fsck/unix.c:596
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002693#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002694msgid "Unknown extended option: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002695msgstr "Unbekannte erweiterte Option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002696
Theodore Ts'o057a1592010-06-07 12:24:21 -04002697#: e2fsck/unix.c:618
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002698#, c-format
2699msgid ""
2700"Syntax error in e2fsck config file (%s, line #%d)\n"
2701"\t%s\n"
2702msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002703"Syntaxfehler in der Konfigurationsdatei von e2fsck (%s, Zeile %d)\n"
2704"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002705
Theodore Ts'o057a1592010-06-07 12:24:21 -04002706#: e2fsck/unix.c:686
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002707#, c-format
2708msgid "Error validating file descriptor %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002709msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002710
Theodore Ts'o057a1592010-06-07 12:24:21 -04002711#: e2fsck/unix.c:690
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002712msgid "Invalid completion information file descriptor"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002713msgstr "Ungültiger »completion information«-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002714
Theodore Ts'o057a1592010-06-07 12:24:21 -04002715#: e2fsck/unix.c:705
Theodore Ts'o6956f612005-12-31 16:46:15 -05002716msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002717msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002718
Theodore Ts'o057a1592010-06-07 12:24:21 -04002719#: e2fsck/unix.c:726
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002720#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002721msgid "The -t option is not supported on this version of e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002722msgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002723
Theodore Ts'o057a1592010-06-07 12:24:21 -04002724#: e2fsck/unix.c:801
Philipp Thomas77c871a2010-04-19 16:59:02 -04002725msgid "The -n and -D options are incompatible."
2726msgstr "Die Optionen -n und -D schliessen sich gegenseitig aus."
2727
Theodore Ts'o057a1592010-06-07 12:24:21 -04002728#: e2fsck/unix.c:806
Philipp Thomas77c871a2010-04-19 16:59:02 -04002729msgid "The -n and -c options are incompatible."
2730msgstr "Die Optionen -n und -c schliessen sich gegenseitig aus."
2731
Theodore Ts'o057a1592010-06-07 12:24:21 -04002732#: e2fsck/unix.c:811
Philipp Thomas77c871a2010-04-19 16:59:02 -04002733msgid "The -n and -l/-L options are incompatible."
2734msgstr "Die Optionen -n und -l/-L schliessen sich gegenseitig aus."
2735
Theodore Ts'o057a1592010-06-07 12:24:21 -04002736#: e2fsck/unix.c:822 misc/tune2fs.c:550 misc/tune2fs.c:835 misc/tune2fs.c:853
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002737#, c-format
2738msgid "Unable to resolve '%s'"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002739msgstr "Nicht möglich »%s« aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002740
Theodore Ts'o057a1592010-06-07 12:24:21 -04002741#: e2fsck/unix.c:851
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002742#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002743msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002744msgstr ""
2745"Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002746
Theodore Ts'o057a1592010-06-07 12:24:21 -04002747#: e2fsck/unix.c:899
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002748#, c-format
2749msgid ""
2750"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2751"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002752msgstr "2FSCK_JBD_DEBUG \"%s\" ist keine Ganzzahl\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002753
Theodore Ts'o057a1592010-06-07 12:24:21 -04002754#: e2fsck/unix.c:908
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002755#, c-format
2756msgid ""
2757"\n"
2758"Invalid non-numeric argument to -%c (\"%s\")\n"
2759"\n"
2760msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002761"\n"
2762"Ungültiges nicht-numerisches Argument für -%c (\"%s\")\n"
2763"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002764
Theodore Ts'o057a1592010-06-07 12:24:21 -04002765#: e2fsck/unix.c:982
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002766#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002767msgid "Error: ext2fs library version out of date!\n"
2768msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2769
Theodore Ts'o057a1592010-06-07 12:24:21 -04002770#: e2fsck/unix.c:990
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002771msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002772msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002773
Theodore Ts'o057a1592010-06-07 12:24:21 -04002774#: e2fsck/unix.c:1001
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002775#, c-format
2776msgid "\tUsing %s, %s\n"
2777msgstr "\tBenutze %s, %s\n"
2778
Theodore Ts'o057a1592010-06-07 12:24:21 -04002779#: e2fsck/unix.c:1013
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002780msgid "need terminal for interactive repairs"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002781msgstr "Benötige ein Terminal für interaktive Reparaturen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002782
Theodore Ts'o057a1592010-06-07 12:24:21 -04002783#: e2fsck/unix.c:1046
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002784#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002785msgid "%s: %s trying backup blocks...\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002786msgstr "%s: %s versuche es mit Backup-Blöcken...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002787
Theodore Ts'o057a1592010-06-07 12:24:21 -04002788#: e2fsck/unix.c:1048
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002789msgid "Superblock invalid,"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002790msgstr "Superblock ungültig"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002791
Theodore Ts'o057a1592010-06-07 12:24:21 -04002792#: e2fsck/unix.c:1049
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002793msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002794msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002795
Theodore Ts'o057a1592010-06-07 12:24:21 -04002796#: e2fsck/unix.c:1059
Philipp Thomas77c871a2010-04-19 16:59:02 -04002797#, c-format
2798msgid "%s: going back to original superblock\n"
2799msgstr "%s: es wird zum originalen Superblock zurück gekehrt\n"
2800
Theodore Ts'o057a1592010-06-07 12:24:21 -04002801#: e2fsck/unix.c:1086
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002802#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002803msgid ""
2804"The filesystem revision is apparently too high for this version of e2fsck.\n"
2805"(Or the filesystem superblock is corrupt)\n"
2806"\n"
2807msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002808"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002809"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002810"\n"
2811
Theodore Ts'o057a1592010-06-07 12:24:21 -04002812#: e2fsck/unix.c:1092
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002813#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002814msgid "Could this be a zero-length partition?\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002815msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002816
Theodore Ts'o057a1592010-06-07 12:24:21 -04002817#: e2fsck/unix.c:1094
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002818#, c-format
2819msgid "You must have %s access to the filesystem or be root\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002820msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002821
Theodore Ts'o057a1592010-06-07 12:24:21 -04002822#: e2fsck/unix.c:1099
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002823#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002824msgid "Possibly non-existent or swap device?\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04002825msgstr ""
2826"Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002827
Theodore Ts'o057a1592010-06-07 12:24:21 -04002828#: e2fsck/unix.c:1101
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002829#, c-format
2830msgid "Filesystem mounted or opened exclusively by another program?\n"
2831msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002832"Ist das Dateisystem eingehängt or exklusiv von einem anderen Programm\n"
2833"\n"
2834"geöffnet worden?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002835
Theodore Ts'o057a1592010-06-07 12:24:21 -04002836#: e2fsck/unix.c:1105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002837#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002838msgid ""
2839"Disk write-protected; use the -n option to do a read-only\n"
2840"check of the device.\n"
2841msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002842"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
2843"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002844
Theodore Ts'o057a1592010-06-07 12:24:21 -04002845#: e2fsck/unix.c:1169
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002846msgid "Get a newer version of e2fsck!"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002847msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002848
Theodore Ts'o057a1592010-06-07 12:24:21 -04002849#: e2fsck/unix.c:1199
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002850#, c-format
2851msgid "while checking ext3 journal for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002852msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002853
Theodore Ts'o057a1592010-06-07 12:24:21 -04002854#: e2fsck/unix.c:1210
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002855#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04002856msgid ""
2857"Warning: skipping journal recovery because doing a read-only filesystem "
2858"check.\n"
2859msgstr ""
2860"Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-"
2861"Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002862
Theodore Ts'o057a1592010-06-07 12:24:21 -04002863#: e2fsck/unix.c:1223
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002864#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002865msgid "unable to set superblock flags on %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002866msgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002867
Theodore Ts'o057a1592010-06-07 12:24:21 -04002868#: e2fsck/unix.c:1229
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002869#, c-format
2870msgid "while recovering ext3 journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002871msgstr "bei der Wiederherstellung des ext3-Journals von %s"
2872
Theodore Ts'o057a1592010-06-07 12:24:21 -04002873#: e2fsck/unix.c:1254
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002874#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05002875msgid "%s has unsupported feature(s):"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002876msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002877
Theodore Ts'o057a1592010-06-07 12:24:21 -04002878#: e2fsck/unix.c:1270
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002879msgid "Warning: compression support is experimental.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002880msgstr "Warnung: Die Kompressionsunterstützung ist experimentell.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002881
Theodore Ts'o057a1592010-06-07 12:24:21 -04002882#: e2fsck/unix.c:1275
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002883#, c-format
2884msgid ""
2885"E2fsck not compiled with HTREE support,\n"
2886"\tbut filesystem %s has HTREE directories.\n"
2887msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002888"Die Unterstützung für HTREE wurde in e2fsck nicht aktiviert,\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002889"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
2890
Theodore Ts'o057a1592010-06-07 12:24:21 -04002891#: e2fsck/unix.c:1328
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002892msgid "while reading bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002893msgstr "beim Lesen des Bad-Block-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002894
Theodore Ts'o057a1592010-06-07 12:24:21 -04002895#: e2fsck/unix.c:1330
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002896#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002897msgid "This doesn't bode well, but we'll try to go on...\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002898msgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002899
Theodore Ts'o057a1592010-06-07 12:24:21 -04002900#: e2fsck/unix.c:1356
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002901msgid "Couldn't determine journal size"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002902msgstr "Konnte die Größe des Dateisystems nicht ermitteln"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002903
Theodore Ts'o057a1592010-06-07 12:24:21 -04002904#: e2fsck/unix.c:1359
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002905#, c-format
2906msgid "Creating journal (%d blocks): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002907msgstr "Erstelle Journal (%d Blöcke): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002908
Theodore Ts'o057a1592010-06-07 12:24:21 -04002909#: e2fsck/unix.c:1366 misc/mke2fs.c:2248
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002910msgid ""
2911"\n"
2912"\twhile trying to create journal"
2913msgstr ""
2914"\n"
2915"\tbeim Erstellen des Journals"
2916
Theodore Ts'o057a1592010-06-07 12:24:21 -04002917#: e2fsck/unix.c:1369
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002918#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002919msgid " Done.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002920msgstr " Erledigt.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002921
Theodore Ts'o057a1592010-06-07 12:24:21 -04002922#: e2fsck/unix.c:1370
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002923#, c-format
2924msgid ""
2925"\n"
2926"*** journal has been re-created - filesystem is now ext3 again ***\n"
2927msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002928"\n"
2929"*** Journal wurde wiederhergestellt - Dateisystem ist nun wieder ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002930
Theodore Ts'o057a1592010-06-07 12:24:21 -04002931#: e2fsck/unix.c:1377
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002932#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002933msgid "Restarting e2fsck from the beginning...\n"
2934msgstr "Beginne e2fsck neu ...\n"
2935
Theodore Ts'o057a1592010-06-07 12:24:21 -04002936#: e2fsck/unix.c:1381
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002937msgid "while resetting context"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002938msgstr "beim Rücksetzen des Kontexts"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002939
Theodore Ts'o057a1592010-06-07 12:24:21 -04002940#: e2fsck/unix.c:1388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002941#, c-format
2942msgid "%s: e2fsck canceled.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002943msgstr "%s: e2fsck abgebrochhen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002944
Theodore Ts'o057a1592010-06-07 12:24:21 -04002945#: e2fsck/unix.c:1393
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002946msgid "aborted"
2947msgstr "abgebrochen"
2948
Theodore Ts'o057a1592010-06-07 12:24:21 -04002949#: e2fsck/unix.c:1405
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002950#, c-format
2951msgid ""
2952"\n"
2953"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2954msgstr ""
2955"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002956"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002957
Theodore Ts'o057a1592010-06-07 12:24:21 -04002958#: e2fsck/unix.c:1408
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002959#, c-format
2960msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002961msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002962
Theodore Ts'o057a1592010-06-07 12:24:21 -04002963#: e2fsck/unix.c:1416
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002964#, c-format
2965msgid ""
2966"\n"
2967"%s: ********** WARNING: Filesystem still has errors **********\n"
2968"\n"
2969msgstr ""
2970"\n"
2971"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
2972"\n"
2973
Theodore Ts'o057a1592010-06-07 12:24:21 -04002974#: e2fsck/unix.c:1454
Philipp Thomas720e6362008-06-21 14:06:00 -04002975msgid "while setting block group checksum info"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002976msgstr "beim Setzen der Blockgruppen-Prüfsummeninfo"
Philipp Thomas720e6362008-06-21 14:06:00 -04002977
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002978#: e2fsck/util.c:138 misc/util.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002979msgid "yY"
Makoto Dei748cc432008-04-21 16:49:48 +09002980msgstr "jJ"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002981
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002982#: e2fsck/util.c:139
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002983msgid "nN"
2984msgstr "nN"
2985
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002986#: e2fsck/util.c:153
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002987msgid "<y>"
2988msgstr "<j>"
2989
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002990#: e2fsck/util.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002991msgid "<n>"
2992msgstr "<n>"
2993
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002994#: e2fsck/util.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002995msgid " (y/n)"
2996msgstr " (j/n)"
2997
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002998#: e2fsck/util.c:172
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002999msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003000msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003001
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003002#: e2fsck/util.c:187
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003003msgid "yes\n"
3004msgstr "ja\n"
3005
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003006#: e2fsck/util.c:189
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003007msgid "no\n"
3008msgstr "nein\n"
3009
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003010#: e2fsck/util.c:199
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003011#, c-format
3012msgid ""
3013"%s? no\n"
3014"\n"
3015msgstr ""
3016"%s? nein\n"
3017"\n"
3018
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003019#: e2fsck/util.c:203
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003020#, c-format
3021msgid ""
3022"%s? yes\n"
3023"\n"
3024msgstr ""
3025"%s? ja\n"
3026"\n"
3027
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003028#: e2fsck/util.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003029msgid "yes"
3030msgstr "ja"
3031
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003032#: e2fsck/util.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003033msgid "no"
3034msgstr "nein"
3035
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003036#: e2fsck/util.c:221
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003037#, c-format
3038msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003039msgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003040
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003041#: e2fsck/util.c:226
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003042msgid "reading inode and block bitmaps"
3043msgstr "lese Inode und Block bitmaps"
3044
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003045#: e2fsck/util.c:231
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003046#, c-format
3047msgid "while retrying to read bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003048msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003049
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003050#: e2fsck/util.c:243
Philipp Thomas40771272008-09-07 22:55:25 -04003051msgid "writing block and inode bitmaps"
3052msgstr "Schreibe Block- und Inode-Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003053
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003054#: e2fsck/util.c:248
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003055#, c-format
Philipp Thomas40771272008-09-07 22:55:25 -04003056msgid "while rewriting block and inode bitmaps for %s"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003057msgstr ""
3058"während des wiederholten Versuches, Block- und Inode-Bitmaps für %s zu "
3059"schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003060
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003061#: e2fsck/util.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003062#, c-format
3063msgid ""
3064"\n"
3065"\n"
3066"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3067"\t(i.e., without -a or -p options)\n"
3068msgstr ""
3069"\n"
3070"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003071"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003072"\t(d.h. ohne -a oder -p Option)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003073
Philipp Thomas77c871a2010-04-19 16:59:02 -04003074#: e2fsck/util.c:341
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003075#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003076msgid "Memory used: %luk/%luk (%luk/%luk), "
3077msgstr "Benutzter Speicher: %luk/%luk (%luk/%luk), "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003078
Philipp Thomas77c871a2010-04-19 16:59:02 -04003079#: e2fsck/util.c:345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003080#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003081msgid "Memory used: %lu, "
3082msgstr "Benutzter Speicher: %lu, "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003083
Philipp Thomas77c871a2010-04-19 16:59:02 -04003084#: e2fsck/util.c:352
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003085#, c-format
3086msgid "time: %5.2f/%5.2f/%5.2f\n"
3087msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
3088
Philipp Thomas77c871a2010-04-19 16:59:02 -04003089#: e2fsck/util.c:357
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003090#, c-format
3091msgid "elapsed time: %6.3f\n"
3092msgstr "abgelaufende Zeit: %6.3f\n"
3093
Philipp Thomas77c871a2010-04-19 16:59:02 -04003094#: e2fsck/util.c:391 e2fsck/util.c:405
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003095#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003096msgid "while reading inode %lu in %s"
3097msgstr "beim Lesen von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003098
Philipp Thomas77c871a2010-04-19 16:59:02 -04003099#: e2fsck/util.c:419 e2fsck/util.c:432
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003100#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003101msgid "while writing inode %lu in %s"
3102msgstr "beim Schreiben von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003103
Philipp Thomas77c871a2010-04-19 16:59:02 -04003104#: e2fsck/util.c:581
Philipp Thomas720e6362008-06-21 14:06:00 -04003105msgid "while allocating zeroizing buffer"
3106msgstr "beim reservieren eines Puffers zum Nullen"
3107
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003108#: misc/badblocks.c:66
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003109msgid "done \n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003110msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003111
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003112#: misc/badblocks.c:89
Philipp Thomas68801282008-07-17 11:47:00 -04003113#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003114msgid ""
3115"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003116" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3117"max_bad_blocks]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003118" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3119" device [last_block [first_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003120msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003121"Aufruf: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003122" [-c Blöcke_auf_einmal] [-d "
3123"Verzögerungsfaktor_zwischen_Lesedurchgängen]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003124" [-e maximale_Bad_Blocks] [-p Anzahl_Durchgänge]\n"
3125" [-t Testmuster [-t Testmuster [...]]]\n"
3126" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003127
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003128#: misc/badblocks.c:100
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003129#, c-format
3130msgid ""
3131"%s: The -n and -w options are mutually exclusive.\n"
3132"\n"
3133msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003134"%s: Die Optionen -n und -w schliessen sich gegenseitig aus.\n"
3135"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003136
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003137#: misc/badblocks.c:202
3138#, c-format
3139msgid "%6.2f%% done, %s elapsed"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003140msgstr "%6.2f%% erledigt, %s verstrichen"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003141
Philipp Thomas77c871a2010-04-19 16:59:02 -04003142#: misc/badblocks.c:293
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003143msgid "Testing with random pattern: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003144msgstr "Teste mit zufälligen Mustern: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003145
Philipp Thomas77c871a2010-04-19 16:59:02 -04003146#: misc/badblocks.c:311
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003147msgid "Testing with pattern 0x"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003148msgstr "Teste mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003149
Philipp Thomas77c871a2010-04-19 16:59:02 -04003150#: misc/badblocks.c:339 misc/badblocks.c:408
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003151msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003152msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003153
Philipp Thomas77c871a2010-04-19 16:59:02 -04003154#: misc/badblocks.c:350
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003155#, c-format
3156msgid "Weird value (%ld) in do_read\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003157msgstr "Merkwürdiger Wert (%ld) in do_read\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003158
Philipp Thomas77c871a2010-04-19 16:59:02 -04003159#: misc/badblocks.c:428
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003160msgid "during ext2fs_sync_device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003161msgstr "während ext2fs_sync_device"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003162
Philipp Thomas77c871a2010-04-19 16:59:02 -04003163#: misc/badblocks.c:447 misc/badblocks.c:711
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003164msgid "while beginning bad block list iteration"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003165msgstr "beim Beginn des »Bad Block«-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003166
Philipp Thomas77c871a2010-04-19 16:59:02 -04003167#: misc/badblocks.c:461 misc/badblocks.c:563 misc/badblocks.c:721
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003168msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003169msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003170
Philipp Thomas77c871a2010-04-19 16:59:02 -04003171#: misc/badblocks.c:465
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003172#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003173msgid "Checking blocks %lu to %lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003174msgstr "Prüfe von Block %lu bis %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003175
Philipp Thomas77c871a2010-04-19 16:59:02 -04003176#: misc/badblocks.c:470
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003177msgid "Checking for bad blocks in read-only mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003178msgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003179
Philipp Thomas77c871a2010-04-19 16:59:02 -04003180#: misc/badblocks.c:479
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003181msgid "Checking for bad blocks (read-only test): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003182msgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003183
Philipp Thomas77c871a2010-04-19 16:59:02 -04003184#: misc/badblocks.c:487 misc/badblocks.c:595 misc/badblocks.c:640
3185#: misc/badblocks.c:784
Philipp Thomas720e6362008-06-21 14:06:00 -04003186msgid "Too many bad blocks, aborting test\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003187msgstr "Zu viele defekte Blöcke - Test wird abgebrochen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003188
Philipp Thomas77c871a2010-04-19 16:59:02 -04003189#: misc/badblocks.c:570
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003190msgid "Checking for bad blocks in read-write mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003191msgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003192
Philipp Thomas77c871a2010-04-19 16:59:02 -04003193#: misc/badblocks.c:572 misc/badblocks.c:734
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003194#, c-format
3195msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003196msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003197
Philipp Thomas77c871a2010-04-19 16:59:02 -04003198#: misc/badblocks.c:630
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003199msgid "Reading and comparing: "
3200msgstr "Lesen und Vergleichen:"
3201
Philipp Thomas77c871a2010-04-19 16:59:02 -04003202#: misc/badblocks.c:733
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003203msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003204msgstr ""
3205"Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003206
Philipp Thomas77c871a2010-04-19 16:59:02 -04003207#: misc/badblocks.c:739
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003208msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003209msgstr ""
3210"Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003211
Philipp Thomas77c871a2010-04-19 16:59:02 -04003212#: misc/badblocks.c:746
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003213msgid ""
3214"\n"
3215"Interrupt caught, cleaning up\n"
3216msgstr ""
3217"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003218"Unterbrochen, räume auf\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003219
Philipp Thomas77c871a2010-04-19 16:59:02 -04003220#: misc/badblocks.c:822
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003221#, c-format
3222msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003223msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003224
Philipp Thomas77c871a2010-04-19 16:59:02 -04003225#: misc/badblocks.c:933 misc/util.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003226#, c-format
3227msgid "%s is mounted; "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003228msgstr "%s ist eingehängt; "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003229
Philipp Thomas77c871a2010-04-19 16:59:02 -04003230#: misc/badblocks.c:935
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003231msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003232msgstr ""
3233"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003234
Philipp Thomas77c871a2010-04-19 16:59:02 -04003235#: misc/badblocks.c:940
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003236msgid "it's not safe to run badblocks!\n"
3237msgstr "es ist zu unsicher, Badblocks zu starten!\n"
3238
Philipp Thomas77c871a2010-04-19 16:59:02 -04003239#: misc/badblocks.c:945 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003240#, c-format
3241msgid "%s is apparently in use by the system; "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003242msgstr "%s wird offensichtlich vom System genutzt; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003243
Philipp Thomas77c871a2010-04-19 16:59:02 -04003244#: misc/badblocks.c:948
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003245msgid "badblocks forced anyway.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003246msgstr ""
3247"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003248
Philipp Thomas77c871a2010-04-19 16:59:02 -04003249#: misc/badblocks.c:968
Philipp Thomas68801282008-07-17 11:47:00 -04003250#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003251msgid "invalid %s - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003252msgstr "ungültige %s - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04003253
Philipp Thomas77c871a2010-04-19 16:59:02 -04003254#: misc/badblocks.c:1077
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003255#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003256msgid "can't allocate memory for test_pattern - %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003257msgstr "Kann keinen Speicher für Testmuster reservieren - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003258
Philipp Thomas77c871a2010-04-19 16:59:02 -04003259#: misc/badblocks.c:1104
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003260msgid "Maximum of one test_pattern may be specified in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003261msgstr "Es darf im Nur-Lesen-Modus nur ein Testmuster angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003262
Philipp Thomas77c871a2010-04-19 16:59:02 -04003263#: misc/badblocks.c:1110
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003264msgid "Random test_pattern is not allowed in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003265msgstr "Zufälliges Testmuster ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003266
Philipp Thomas77c871a2010-04-19 16:59:02 -04003267#: misc/badblocks.c:1124
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003268msgid ""
3269"Couldn't determine device size; you must specify\n"
3270"the size manually\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003271msgstr ""
3272"Größe des Gerätes ist nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003273
Philipp Thomas77c871a2010-04-19 16:59:02 -04003274#: misc/badblocks.c:1130
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003275msgid "while trying to determine device size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003276msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003277
Philipp Thomas77c871a2010-04-19 16:59:02 -04003278#: misc/badblocks.c:1135
Philipp Thomas68801282008-07-17 11:47:00 -04003279msgid "last block"
3280msgstr "letzter Block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003281
Philipp Thomas77c871a2010-04-19 16:59:02 -04003282#: misc/badblocks.c:1141
Philipp Thomas68801282008-07-17 11:47:00 -04003283msgid "first block"
3284msgstr "erster Block"
3285
Philipp Thomas77c871a2010-04-19 16:59:02 -04003286#: misc/badblocks.c:1144
Philipp Thomas68801282008-07-17 11:47:00 -04003287#, c-format
3288msgid "invalid starting block (%lu): must be less than %lu"
3289msgstr "Ungültiger Startblock (%lu): er muss kleiner als %lu sein"
3290
Philipp Thomas77c871a2010-04-19 16:59:02 -04003291#: misc/badblocks.c:1200
Theodore Ts'o197abba2005-06-20 18:00:23 -04003292msgid "while creating in-memory bad blocks list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003293msgstr "erstelle Bad-Block-Liste im Speicher"
3294
Philipp Thomas77c871a2010-04-19 16:59:02 -04003295#: misc/badblocks.c:1215
Theodore Ts'o197abba2005-06-20 18:00:23 -04003296msgid "while adding to in-memory bad block list"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003297msgstr "füge zur Bad-Block-Liste im Speicher hinzu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003298
Philipp Thomas77c871a2010-04-19 16:59:02 -04003299#: misc/badblocks.c:1239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003300#, c-format
3301msgid "Pass completed, %u bad blocks found.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003302msgstr "Durchgang beendet, %u defekte Blöcke gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003303
Philipp Thomas720e6362008-06-21 14:06:00 -04003304#: misc/chattr.c:85
Philipp Thomas68801282008-07-17 11:47:00 -04003305#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003306msgid "Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n"
3307msgstr "Aufruf: %s [-RVf] [-+=AacDdeijsSu] [-v Version] Dateien...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003308
Philipp Thomas77c871a2010-04-19 16:59:02 -04003309#: misc/chattr.c:153
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003310#, c-format
3311msgid "bad version - %s\n"
3312msgstr "falsche Version - %s\n"
3313
Philipp Thomas77c871a2010-04-19 16:59:02 -04003314#: misc/chattr.c:200 misc/lsattr.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003315#, c-format
3316msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003317msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003318
Philipp Thomas77c871a2010-04-19 16:59:02 -04003319#: misc/chattr.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003320#, c-format
3321msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003322msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003323
Philipp Thomas77c871a2010-04-19 16:59:02 -04003324#: misc/chattr.c:216 misc/chattr.c:235
3325#, c-format
3326msgid "Clearing extent flag not supported on %s"
3327msgstr ""
3328"Das Zurücksetzen des Kennzeichens für »Erweiterung« wird auf %s\n"
3329"\tnicht unterstützt"
3330
3331#: misc/chattr.c:221 misc/chattr.c:240
3332#, c-format
3333msgid "Flags of %s set as "
3334msgstr "Flags von %s wie folgt gesetzt: "
3335
3336#: misc/chattr.c:249
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003337#, c-format
3338msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003339msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003340
Philipp Thomas77c871a2010-04-19 16:59:02 -04003341#: misc/chattr.c:257
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003342#, c-format
3343msgid "Version of %s set as %lu\n"
3344msgstr "Version von %s gesetzt auf %lu\n"
3345
Philipp Thomas77c871a2010-04-19 16:59:02 -04003346#: misc/chattr.c:261
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003347#, c-format
3348msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003349msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003350
Philipp Thomas77c871a2010-04-19 16:59:02 -04003351#: misc/chattr.c:281
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003352#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003353msgid "Couldn't allocate path variable in chattr_dir_proc"
3354msgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
3355
Philipp Thomas77c871a2010-04-19 16:59:02 -04003356#: misc/chattr.c:320
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003357msgid "= is incompatible with - and +\n"
3358msgstr "= ist inkompatibel mit - und +\n"
3359
Philipp Thomas77c871a2010-04-19 16:59:02 -04003360#: misc/chattr.c:328
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003361msgid "Must use '-v', =, - or +\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003362msgstr "Benutze »-v«, =, - oder +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003363
Theodore Ts'o6956f612005-12-31 16:46:15 -05003364#: misc/dumpe2fs.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003365#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003366msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04003367msgstr ""
3368"Aufruf: %s [-bfhixV] [-o superblock=<Nummer>] [-o blocksize=<Nummer>] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003369
Philipp Thomas720e6362008-06-21 14:06:00 -04003370#: misc/dumpe2fs.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003371#, c-format
3372msgid "Group %lu: (Blocks "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003373msgstr "Gruppe %lu: (Blöcke "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003374
Philipp Thomas720e6362008-06-21 14:06:00 -04003375#: misc/dumpe2fs.c:173
3376#, c-format
3377msgid " Checksum 0x%04x, unused inodes %d\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003378msgstr " Prüfsumme 0x%04x, %d ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003379
3380#: misc/dumpe2fs.c:178
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003381#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003382msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003383msgstr " %s Superblock in "
3384
Philipp Thomas720e6362008-06-21 14:06:00 -04003385#: misc/dumpe2fs.c:179
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003386msgid "Primary"
3387msgstr "Primary"
3388
Philipp Thomas720e6362008-06-21 14:06:00 -04003389#: misc/dumpe2fs.c:179
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003390msgid "Backup"
3391msgstr "Backup"
3392
Philipp Thomas720e6362008-06-21 14:06:00 -04003393#: misc/dumpe2fs.c:183
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003394#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003395msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003396msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003397
Philipp Thomas720e6362008-06-21 14:06:00 -04003398#: misc/dumpe2fs.c:187
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003399#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003400msgid ""
3401"\n"
3402" Reserved GDT blocks at "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003403msgstr ""
3404"\n"
3405" reservierte GDT Blöcke bei "
Theodore Ts'obc759702005-05-09 20:40:55 -04003406
Philipp Thomas720e6362008-06-21 14:06:00 -04003407#: misc/dumpe2fs.c:194
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003408#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003409msgid " Group descriptor at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003410msgstr ", Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003411
Philipp Thomas720e6362008-06-21 14:06:00 -04003412#: misc/dumpe2fs.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003413msgid " Block bitmap at "
3414msgstr " Block bitmap in "
3415
Philipp Thomas720e6362008-06-21 14:06:00 -04003416#: misc/dumpe2fs.c:205
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003417msgid ", Inode bitmap at "
3418msgstr ", Inode Bitmap in "
3419
Philipp Thomas720e6362008-06-21 14:06:00 -04003420#: misc/dumpe2fs.c:210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003421msgid ""
3422"\n"
3423" Inode table at "
3424msgstr ""
3425"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003426" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003427
Philipp Thomas720e6362008-06-21 14:06:00 -04003428#: misc/dumpe2fs.c:217
Philipp Thomas68801282008-07-17 11:47:00 -04003429#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003430msgid ""
3431"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003432" %u free blocks, %u free inodes, %u directories%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003433msgstr ""
3434"\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003435" %u freie Blöcke, %u freie Inodes, %u Verzeichnisse%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003436
Philipp Thomas720e6362008-06-21 14:06:00 -04003437#: misc/dumpe2fs.c:224
3438#, c-format
3439msgid ", %u unused inodes\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003440msgstr ", %u ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003441
3442#: misc/dumpe2fs.c:227
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003443msgid " Free blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003444msgstr " Freie Blöcke: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003445
Philipp Thomas720e6362008-06-21 14:06:00 -04003446#: misc/dumpe2fs.c:237
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003447msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003448msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003449
Philipp Thomas77c871a2010-04-19 16:59:02 -04003450#: misc/dumpe2fs.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003451msgid "while printing bad block list"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003452msgstr "beim Ausgeben der »Bad Block«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003453
Philipp Thomas77c871a2010-04-19 16:59:02 -04003454#: misc/dumpe2fs.c:274
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003455#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003456msgid "Bad blocks: %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003457msgstr "Bad Blocks: %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003458
Philipp Thomas77c871a2010-04-19 16:59:02 -04003459#: misc/dumpe2fs.c:301 misc/tune2fs.c:281
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003460msgid "while reading journal inode"
3461msgstr "beim Lesen des Journal-Inodes"
3462
Philipp Thomas77c871a2010-04-19 16:59:02 -04003463#: misc/dumpe2fs.c:307
3464msgid "while opening journal inode"
3465msgstr "beim Lesen des Journal-Inodes"
3466
3467#: misc/dumpe2fs.c:313
3468msgid "while reading journal super block"
3469msgstr "beim Lesen des Journal-Superblocks"
3470
3471#: misc/dumpe2fs.c:323
3472#, c-format
3473msgid "Journal features: "
3474msgstr "Jounaleigenschaften: "
3475
3476#: misc/dumpe2fs.c:336
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003477msgid "Journal size: "
Philipp Thomas9564ee52008-08-22 03:22:50 -04003478msgstr "Journalgrösse: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003479
Philipp Thomas77c871a2010-04-19 16:59:02 -04003480#: misc/dumpe2fs.c:347
3481#, c-format
3482msgid ""
3483"Journal length: %u\n"
3484"Journal sequence: 0x%08x\n"
3485"Journal start: %u\n"
3486msgstr ""
3487"Journal-Länge: %u\n"
3488"Journal-Sequenz: 0x%08x\n"
3489"Journal-Start: %u\n"
3490
3491#: misc/dumpe2fs.c:366 misc/tune2fs.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003492msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003493msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003494
Philipp Thomas77c871a2010-04-19 16:59:02 -04003495#: misc/dumpe2fs.c:374
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003496msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003497msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003498
Philipp Thomas77c871a2010-04-19 16:59:02 -04003499#: misc/dumpe2fs.c:378
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003500#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003501msgid ""
3502"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003503"Journal block size: %u\n"
3504"Journal length: %u\n"
3505"Journal first block: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003506"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003507"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003508"Journal number of users: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003509msgstr ""
3510"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003511"Journal Blockgröße: %u\n"
3512"Journal Länge: %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003513"Journal Startblock: %u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003514"Journal Sequenz: 0x%08x\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003515"Journal Start: %u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003516"Journal Anzahl Nutzer: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003517
Philipp Thomas77c871a2010-04-19 16:59:02 -04003518#: misc/dumpe2fs.c:391
Theodore Ts'o197abba2005-06-20 18:00:23 -04003519#, c-format
3520msgid "Journal users: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003521msgstr "Jounalnutzer: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003522
Philipp Thomas77c871a2010-04-19 16:59:02 -04003523#: misc/dumpe2fs.c:407 misc/mke2fs.c:699 misc/tune2fs.c:872
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003524#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003525msgid "Couldn't allocate memory to parse options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003526msgstr "Speicher zum Parsen der Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003527
Philipp Thomas77c871a2010-04-19 16:59:02 -04003528#: misc/dumpe2fs.c:433
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003529#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003530msgid "Invalid superblock parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003531msgstr "Ungültiger Superblock-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003532
Philipp Thomas77c871a2010-04-19 16:59:02 -04003533#: misc/dumpe2fs.c:448
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003534#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003535msgid "Invalid blocksize parameter: %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003536msgstr "Ungültiger Blockgrössen-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003537
Philipp Thomas77c871a2010-04-19 16:59:02 -04003538#: misc/dumpe2fs.c:459
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003539#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003540msgid ""
3541"\n"
3542"Bad extended option(s) specified: %s\n"
3543"\n"
3544"Extended options are separated by commas, and may take an argument which\n"
3545"\tis set off by an equals ('=') sign.\n"
3546"\n"
3547"Valid extended options are:\n"
3548"\tsuperblock=<superblock number>\n"
3549"\tblocksize=<blocksize>\n"
3550msgstr ""
3551"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003552"Falsche erweiterte Optionen angegeben: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003553"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003554"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
3555"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003556"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003557"Gültige erweiterte Optionen sind:\n"
3558"\tsuperblock=<Nummer des Spuperblocks>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003559"\tblocksize=<Blockgrösse>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003560"\n"
3561
Philipp Thomas77c871a2010-04-19 16:59:02 -04003562#: misc/dumpe2fs.c:518 misc/mke2fs.c:1406
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003563#, c-format
3564msgid "\tUsing %s\n"
3565msgstr "\tBenutze %s\n"
3566
Philipp Thomas77c871a2010-04-19 16:59:02 -04003567#: misc/dumpe2fs.c:554 misc/e2image.c:681 misc/tune2fs.c:1576
3568#: resize/main.c:312
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003569#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003570msgid "Couldn't find valid filesystem superblock.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003571msgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003572
Philipp Thomas77c871a2010-04-19 16:59:02 -04003573#: misc/dumpe2fs.c:579
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003574#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003575msgid ""
3576"\n"
3577"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003578msgstr ""
3579"\n"
3580"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003581
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003582#: misc/e2image.c:52
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003583#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003584msgid "Usage: %s [-rsI] device image_file\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003585msgstr "Aufruf: %s [-r] Gerätedatei\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003586
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003587#: misc/e2image.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003588msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003589msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003590
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003591#: misc/e2image.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003592#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003593msgid "short write (only %d bytes) for writing image header"
3594msgstr "short write (only %d bytes) for writing image header"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003595
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003596#: misc/e2image.c:102
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003597msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003598msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003599
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003600#: misc/e2image.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003601msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003602msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003603
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003604#: misc/e2image.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003605msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003606msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003607
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003608#: misc/e2image.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003609msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003610msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003611
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003612#: misc/e2label.c:57
3613#, c-format
3614msgid "e2label: cannot open %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003615msgstr "e2label: Kann %s nicht öffnen.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003616
3617#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003618#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003619msgid "e2label: cannot seek to superblock\n"
3620msgstr "e2label: cannot seek to superblock\n"
3621
3622#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003623#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003624msgid "e2label: error reading superblock\n"
3625msgstr "e2label: Lesefehler im Superblock\n"
3626
3627#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003628#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003629msgid "e2label: not an ext2 filesystem\n"
3630msgstr "e2label: Kein ext2 Dateisystem\n"
3631
Philipp Thomas77c871a2010-04-19 16:59:02 -04003632#: misc/e2label.c:96 misc/tune2fs.c:1711
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003633#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003634msgid "Warning: label too long, truncating.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003635msgstr "Warnung: Name zu lang, kürze ihn.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003636
3637#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003638#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003639msgid "e2label: cannot seek to superblock again\n"
3640msgstr "e2label: cannot seek to superblock again\n"
3641
3642#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003643#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003644msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003645msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003646
Philipp Thomas77c871a2010-04-19 16:59:02 -04003647#: misc/e2label.c:116 misc/tune2fs.c:542
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003648#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003649msgid "Usage: e2label device [newlabel]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003650msgstr "Aufruf: e2label Gerät [neuer_Name]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003651
Philipp Thomas40771272008-09-07 22:55:25 -04003652#: misc/e2undo.c:35
Philipp Thomas720e6362008-06-21 14:06:00 -04003653#, c-format
3654msgid "Usage: %s <transaction file> <filesystem>\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003655msgstr "Aufruf: %s <Transaktionsdatei> <Dateisystem>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003656
Philipp Thomas40771272008-09-07 22:55:25 -04003657#: misc/e2undo.c:52
Philipp Thomas720e6362008-06-21 14:06:00 -04003658msgid "Failed to read the file system data \n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003659msgstr "Die Dateisystemdaten konnten nicht gelesenb werden \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003660
Philipp Thomas77c871a2010-04-19 16:59:02 -04003661#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:205
Philipp Thomas720e6362008-06-21 14:06:00 -04003662#, c-format
3663msgid "Failed tdb_fetch %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003664msgstr "tdb_fetch von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003665
Philipp Thomas40771272008-09-07 22:55:25 -04003666#: misc/e2undo.c:70
Philipp Thomas720e6362008-06-21 14:06:00 -04003667#, c-format
3668msgid "The file system Mount time didn't match %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003669msgstr "Die Zeit des letzten Einhängens des Dateisystems war nicht %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003670
Philipp Thomas40771272008-09-07 22:55:25 -04003671#: misc/e2undo.c:89
Philipp Thomas720e6362008-06-21 14:06:00 -04003672msgid "The file system UUID didn't match \n"
Philipp Thomas68801282008-07-17 11:47:00 -04003673msgstr "Die UUID des Dateisystems stimmte nicht überein \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003674
Philipp Thomas77c871a2010-04-19 16:59:02 -04003675#: misc/e2undo.c:162
Philipp Thomas68801282008-07-17 11:47:00 -04003676#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003677msgid "Failed tdb_open %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003678msgstr "tdb_open von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003679
Philipp Thomas77c871a2010-04-19 16:59:02 -04003680#: misc/e2undo.c:168
Philipp Thomas68801282008-07-17 11:47:00 -04003681#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003682msgid "Error while determining whether %s is mounted.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003683msgstr "Fehler beim Überprüfen, ob %s eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003684
Philipp Thomas77c871a2010-04-19 16:59:02 -04003685#: misc/e2undo.c:174
Philipp Thomas40771272008-09-07 22:55:25 -04003686msgid "e2undo should only be run on unmounted file system\n"
3687msgstr "e2undo sollte nur auf nicht-eingehängten Dateisystemen laufen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003688
Philipp Thomas77c871a2010-04-19 16:59:02 -04003689#: misc/e2undo.c:183
Philipp Thomas68801282008-07-17 11:47:00 -04003690#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003691msgid "Failed to open %s\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003692msgstr "%s konnte nicht geöffnet werden\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003693
Philipp Thomas77c871a2010-04-19 16:59:02 -04003694#: misc/e2undo.c:209
Philipp Thomas720e6362008-06-21 14:06:00 -04003695#, c-format
Philipp Thomas68801282008-07-17 11:47:00 -04003696msgid "Replayed transaction of size %zd at location %ld\n"
3697msgstr "Zurückgespielte Transaktion der Größe %zd an Position %ld\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003698
Philipp Thomas77c871a2010-04-19 16:59:02 -04003699#: misc/e2undo.c:215
Philipp Thomas720e6362008-06-21 14:06:00 -04003700#, c-format
3701msgid "Failed write %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003702msgstr "Gescheitertes Schreiben von %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003703
Philipp Thomas77c871a2010-04-19 16:59:02 -04003704#: misc/fsck.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003705#, c-format
3706msgid "WARNING: couldn't open %s: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003707msgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003708
Philipp Thomas77c871a2010-04-19 16:59:02 -04003709#: misc/fsck.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003710#, c-format
3711msgid "WARNING: bad format on line %d of %s\n"
3712msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
3713
Philipp Thomas77c871a2010-04-19 16:59:02 -04003714#: misc/fsck.c:368
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003715msgid ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003716"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003717"\tfield. I will kludge around things for you, but you\n"
3718"\tshould fix your /etc/fstab file as soon as you can.\n"
3719"\n"
3720msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003721"\a\a\aWARNUNG: Ihre /etc/fstab enthält kein »fsck passno«\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003722"\tFeld. Ich werde dieses ignorieren, aber Sie\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003723"\tsollten ihre /etc/fstab so schnell wie möglich korrigieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003724"\n"
3725
Philipp Thomas77c871a2010-04-19 16:59:02 -04003726#: misc/fsck.c:477
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003727#, c-format
3728msgid "fsck: %s: not found\n"
3729msgstr "fsck: %s: nicht gefunden\n"
3730
Philipp Thomas77c871a2010-04-19 16:59:02 -04003731#: misc/fsck.c:593
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003732#, c-format
3733msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003734msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003735
Philipp Thomas77c871a2010-04-19 16:59:02 -04003736#: misc/fsck.c:615
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003737#, c-format
3738msgid "Warning... %s for device %s exited with signal %d.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003739msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003740
Philipp Thomas77c871a2010-04-19 16:59:02 -04003741#: misc/fsck.c:621
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003742#, c-format
3743msgid "%s %s: status is %x, should never happen.\n"
3744msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
3745
Philipp Thomas77c871a2010-04-19 16:59:02 -04003746#: misc/fsck.c:660
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003747#, c-format
3748msgid "Finished with %s (exit status %d)\n"
3749msgstr "Beendet mit %s (exit status %d)\n"
3750
Philipp Thomas77c871a2010-04-19 16:59:02 -04003751#: misc/fsck.c:720
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003752#, c-format
3753msgid "%s: Error %d while executing fsck.%s for %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003754msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003755
Philipp Thomas77c871a2010-04-19 16:59:02 -04003756#: misc/fsck.c:741
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003757msgid ""
3758"Either all or none of the filesystem types passed to -t must be prefixed\n"
3759"with 'no' or '!'.\n"
3760msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003761"Bei -t müssen entweder allen oder keinem Dateisystem ein »no« bzw. »!«\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003762"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003763
Philipp Thomas77c871a2010-04-19 16:59:02 -04003764#: misc/fsck.c:760
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003765msgid "Couldn't allocate memory for filesystem types\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003766msgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003767
Philipp Thomas77c871a2010-04-19 16:59:02 -04003768#: misc/fsck.c:883
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003769#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04003770msgid ""
3771"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3772"number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003773msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003774"%s: überspringe die ungültige Zeile in /etc/fstab: bind mount mit\n"
3775" Durchgangsnummer für fsck, die nicht Null ist\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003776
Philipp Thomas77c871a2010-04-19 16:59:02 -04003777#: misc/fsck.c:910
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003778#, c-format
3779msgid "fsck: cannot check %s: fsck.%s not found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003780msgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003781
Philipp Thomas77c871a2010-04-19 16:59:02 -04003782#: misc/fsck.c:966
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003783msgid "Checking all file systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003784msgstr "Überprüfe alle Dateisysteme.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003785
Philipp Thomas77c871a2010-04-19 16:59:02 -04003786#: misc/fsck.c:1057
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003787#, c-format
3788msgid "--waiting-- (pass %d)\n"
3789msgstr "--warten-- (Durchgang %d)\n"
3790
Philipp Thomas77c871a2010-04-19 16:59:02 -04003791#: misc/fsck.c:1077
Theodore Ts'o057a1592010-06-07 12:24:21 -04003792msgid ""
3793"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3794msgstr ""
3795"Aufruf: fsck [-AMNPRTV] [ -C [ fd ] ] [-t Datesystemtyp] [FS-Optionen] "
3796"[Dateisystem...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003797
Philipp Thomas77c871a2010-04-19 16:59:02 -04003798#: misc/fsck.c:1119
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003799#, c-format
3800msgid "%s: too many devices\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003801msgstr "%s: zu viele Geräte\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003802
Philipp Thomas77c871a2010-04-19 16:59:02 -04003803#: misc/fsck.c:1152 misc/fsck.c:1238
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003804#, c-format
3805msgid "%s: too many arguments\n"
3806msgstr "%s: zu viele Argumente\n"
3807
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003808#: misc/lsattr.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003809#, c-format
3810msgid "Usage: %s [-RVadlv] [files...]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003811msgstr "Aufruf: %s [-RVadlv] [Dateien...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003812
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003813#: misc/lsattr.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003814#, c-format
3815msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003816msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003817
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003818#: misc/lsattr.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003819#, c-format
3820msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003821msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003822
Philipp Thomas77c871a2010-04-19 16:59:02 -04003823#: misc/mke2fs.c:108
3824#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003825msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003826"Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3827"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003828"\t[-G meta group size] [-N number-of-inodes]\n"
3829"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003830"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003831"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003832"\t[-T fs-type] [-U UUID] [-jnqvFKSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003833msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04003834"Aufruf: %s [-c|-l Dateiname] [-b Blockgröße] [-f Fragmentgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003835"\t[-i Bytes-pro-Inode] [-I Inodegrösse] [-J Journal-Optionen]\n"
3836"\t[-G Größe_der_Metagruppe] [-N Anzahl_der_Inodes]\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003837"\t[-m Reservierte-Blöcke-Prozent] [-o Erzeuger-OS]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003838"\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003839"\t[-M letztes-eingehängtes-Verzeichnis] [-O Eigenschaft[,...]]\n"
3840"\t[-r fs-Revision] [-E erweiterte-Option[,...]]\n"
3841"\t[-T Dateisystemtyp] [-jnqvFKSV] Gerät [Block-Anzahl]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003842
Philipp Thomas77c871a2010-04-19 16:59:02 -04003843#: misc/mke2fs.c:210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003844#, c-format
3845msgid "Running command: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003846msgstr "Führe aus: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003847
Philipp Thomas77c871a2010-04-19 16:59:02 -04003848#: misc/mke2fs.c:214
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003849#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003850msgid "while trying to run '%s'"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003851msgstr "während des Versuchs, »%s« auszuführen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003852
Philipp Thomas77c871a2010-04-19 16:59:02 -04003853#: misc/mke2fs.c:221
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003854msgid "while processing list of bad blocks from program"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003855msgstr "beim Auswerten der »Bad Block«-Liste vom Programm"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003856
Philipp Thomas77c871a2010-04-19 16:59:02 -04003857#: misc/mke2fs.c:248
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003858#, c-format
3859msgid "Block %d in primary superblock/group descriptor area bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003860msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003861
Philipp Thomas77c871a2010-04-19 16:59:02 -04003862#: misc/mke2fs.c:250
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003863#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003864msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003865msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003866"Die Blöcke %u bis einschließlich %u müssen in Ordung sein, um ein\n"
3867"\tDateisystem zu erstellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003868
Philipp Thomas77c871a2010-04-19 16:59:02 -04003869#: misc/mke2fs.c:253
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003870msgid "Aborting....\n"
3871msgstr "Breche ab...\n"
3872
Philipp Thomas77c871a2010-04-19 16:59:02 -04003873#: misc/mke2fs.c:273
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003874#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003875msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003876"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003877"\tbad blocks.\n"
3878"\n"
3879msgstr ""
Theodore Ts'o057a1592010-06-07 12:24:21 -04003880"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %u "
3881"enthält\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003882"\tdefekte Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003883"\n"
3884
Philipp Thomas77c871a2010-04-19 16:59:02 -04003885#: misc/mke2fs.c:292
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003886msgid "while marking bad blocks as used"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003887msgstr "beim Markieren von defekten Blöcken als »belegt«"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003888
Philipp Thomas77c871a2010-04-19 16:59:02 -04003889#: misc/mke2fs.c:350
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003890msgid "done \n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003891msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003892
Philipp Thomas77c871a2010-04-19 16:59:02 -04003893#: misc/mke2fs.c:364
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003894msgid "Writing inode tables: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003895msgstr "Schreibe Inode-Tabellen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003896
Philipp Thomas77c871a2010-04-19 16:59:02 -04003897#: misc/mke2fs.c:387
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003898#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003899msgid ""
3900"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003901"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003902msgstr ""
3903"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003904"Konnte %d Blöcke nicht in Inoden-Tabelle schreiben, beginnend bei %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003905
Philipp Thomas77c871a2010-04-19 16:59:02 -04003906#: misc/mke2fs.c:411
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003907msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003908msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003909
Philipp Thomas77c871a2010-04-19 16:59:02 -04003910#: misc/mke2fs.c:418
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003911msgid "while reading root inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003912msgstr "beim Lesen des Root-Inode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003913
Philipp Thomas77c871a2010-04-19 16:59:02 -04003914#: misc/mke2fs.c:432
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003915msgid "while setting root inode ownership"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003916msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003917
Philipp Thomas77c871a2010-04-19 16:59:02 -04003918#: misc/mke2fs.c:450
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003919msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003920msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003921
Philipp Thomas77c871a2010-04-19 16:59:02 -04003922#: misc/mke2fs.c:457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003923msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003924msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003925
Philipp Thomas77c871a2010-04-19 16:59:02 -04003926#: misc/mke2fs.c:470
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003927msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003928msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003929
Philipp Thomas77c871a2010-04-19 16:59:02 -04003930#: misc/mke2fs.c:485
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003931msgid "while setting bad block inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003932msgstr "beim Setzen des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003933
Philipp Thomas77c871a2010-04-19 16:59:02 -04003934#: misc/mke2fs.c:512
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003935#, c-format
3936msgid "Out of memory erasing sectors %d-%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003937msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003938
Philipp Thomas77c871a2010-04-19 16:59:02 -04003939#: misc/mke2fs.c:522
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003940#, c-format
3941msgid "Warning: could not read block 0: %s\n"
3942msgstr "Warnung: konnte Block %s nicht lesen\n"
3943
Philipp Thomas77c871a2010-04-19 16:59:02 -04003944#: misc/mke2fs.c:538
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003945#, c-format
3946msgid "Warning: could not erase sector %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003947msgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003948
Philipp Thomas77c871a2010-04-19 16:59:02 -04003949#: misc/mke2fs.c:554
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003950msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003951msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003952
Philipp Thomas77c871a2010-04-19 16:59:02 -04003953#: misc/mke2fs.c:560
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003954msgid "Zeroing journal device: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003955msgstr "Überschreibe Journal-Device mit Nullen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003956
Philipp Thomas77c871a2010-04-19 16:59:02 -04003957#: misc/mke2fs.c:573
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003958#, c-format
3959msgid "while zeroing journal device (block %u, count %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003960msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %u, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003961
Philipp Thomas77c871a2010-04-19 16:59:02 -04003962#: misc/mke2fs.c:589
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003963msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003964msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003965
Philipp Thomas77c871a2010-04-19 16:59:02 -04003966#: misc/mke2fs.c:605
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003967#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003968msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003969"warning: %u blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003970"\n"
3971msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003972"Warnung: %u Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003973"\n"
3974
Philipp Thomas77c871a2010-04-19 16:59:02 -04003975#: misc/mke2fs.c:610
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003976#, c-format
3977msgid "Filesystem label=%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003978msgstr "Dateisystem-Label=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003979
Philipp Thomas77c871a2010-04-19 16:59:02 -04003980#: misc/mke2fs.c:611
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003981msgid "OS type: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003982msgstr "OS-Typ: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003983
Philipp Thomas77c871a2010-04-19 16:59:02 -04003984#: misc/mke2fs.c:616
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003985#, c-format
3986msgid "Block size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003987msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003988
Philipp Thomas77c871a2010-04-19 16:59:02 -04003989#: misc/mke2fs.c:618
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003990#, c-format
3991msgid "Fragment size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003992msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003993
Philipp Thomas77c871a2010-04-19 16:59:02 -04003994#: misc/mke2fs.c:620
3995#, c-format
3996msgid "Stride=%u blocks, Stripe width=%u blocks\n"
3997msgstr "Stride=%u Blöcke, Stripebreite=%u Blöcke\n"
3998
3999#: misc/mke2fs.c:622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004000#, c-format
4001msgid "%u inodes, %u blocks\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004002msgstr "%u Inodes, %u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004003
Philipp Thomas77c871a2010-04-19 16:59:02 -04004004#: misc/mke2fs.c:624
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004005#, c-format
4006msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004007msgstr "%u Blöcke (%2.2f%%) reserviert für den Superuser\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004008
Philipp Thomas77c871a2010-04-19 16:59:02 -04004009#: misc/mke2fs.c:627
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004010#, c-format
4011msgid "First data block=%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004012msgstr "Erster Datenblock=%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004013
Philipp Thomas77c871a2010-04-19 16:59:02 -04004014#: misc/mke2fs.c:629
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004015#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004016msgid "Maximum filesystem blocks=%lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004017msgstr "Maximale Dateisystem-Blöcke=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004018
Philipp Thomas77c871a2010-04-19 16:59:02 -04004019#: misc/mke2fs.c:633
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004020#, c-format
4021msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004022msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004023
Philipp Thomas77c871a2010-04-19 16:59:02 -04004024#: misc/mke2fs.c:635
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004025#, c-format
4026msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004027msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004028
Philipp Thomas77c871a2010-04-19 16:59:02 -04004029#: misc/mke2fs.c:636
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004030#, c-format
4031msgid "%u blocks per group, %u fragments per group\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004032msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004033
Philipp Thomas77c871a2010-04-19 16:59:02 -04004034#: misc/mke2fs.c:638
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004035#, c-format
4036msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004037msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004038
Philipp Thomas77c871a2010-04-19 16:59:02 -04004039#: misc/mke2fs.c:645
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004040#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004041msgid "Superblock backups stored on blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004042msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004043
Philipp Thomas77c871a2010-04-19 16:59:02 -04004044#: misc/mke2fs.c:724
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004045#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004046msgid "Invalid stride parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004047msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004048
Philipp Thomas77c871a2010-04-19 16:59:02 -04004049#: misc/mke2fs.c:739
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004050#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004051msgid "Invalid stripe-width parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004052msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004053
Philipp Thomas77c871a2010-04-19 16:59:02 -04004054#: misc/mke2fs.c:761
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004055#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004056msgid "Invalid resize parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004057msgstr "Ungültiger \"resize\"-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004058
Philipp Thomas77c871a2010-04-19 16:59:02 -04004059#: misc/mke2fs.c:768
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004060#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004061msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004062msgstr ""
4063"Das Maximum der Vergrösserung muss oberhalb als der Dateisystem-Grösse "
4064"liegen.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004065
Philipp Thomas77c871a2010-04-19 16:59:02 -04004066#: misc/mke2fs.c:792
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004067#, c-format
4068msgid "On-line resizing not supported with revision 0 filesystems\n"
4069msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004070"Online-Grössenänderungen werden bei Revison 0 Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004071"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004072
Philipp Thomas77c871a2010-04-19 16:59:02 -04004073#: misc/mke2fs.c:814
Philipp Thomas68801282008-07-17 11:47:00 -04004074#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004075msgid ""
4076"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004077"Bad option(s) specified: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004078"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004079"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004080"\tis set off by an equals ('=') sign.\n"
4081"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004082"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004083"\tstride=<RAID per-disk data chunk in blocks>\n"
4084"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004085"\tresize=<resize maximum size in blocks>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004086"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004087"\ttest_fs\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004088"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004089msgstr ""
4090"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004091"Ungültige Option(en) angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004092"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004093"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
4094"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004095"\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004096"\terhalten welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
4097"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004098"gültige erweiterte Optionen sind:\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004099"\tstride=<RAID Segmentgrösse in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004100"\tstripe-width=<RAID Stride * Datenplatten in Blöcken>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004101"\tresize=<Obergrenze für Grössenänderung in Blöcken>\n"
4102"\tlazy_itable_init=<0 für Ab-, 1 für Einschalten>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004103"\ttest_fs\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004104"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004105
Philipp Thomas77c871a2010-04-19 16:59:02 -04004106#: misc/mke2fs.c:830
Theodore Ts'o8f741372008-02-28 21:47:05 -05004107#, c-format
4108msgid ""
4109"\n"
4110"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4111"\n"
4112msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004113"\n"
4114"Warnung: RAID Stripe-Breite %u ist kein ganzzahliges Vielfaches von\n"
4115"\tStride %u.\n"
4116"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004117
Philipp Thomas77c871a2010-04-19 16:59:02 -04004118#: misc/mke2fs.c:862
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004119#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004120msgid ""
4121"Syntax error in mke2fs config file (%s, line #%d)\n"
4122"\t%s\n"
4123msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004124"Syntax Fehler in der Konfigurationsdatei von mkefs (%s, Zeile %d)\n"
4125"\t%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004126
Philipp Thomas77c871a2010-04-19 16:59:02 -04004127#: misc/mke2fs.c:875 misc/tune2fs.c:355
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004128#, c-format
4129msgid "Invalid filesystem option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004130msgstr "Unvollständige Dateisystem-Option gesetzt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004131
Philipp Thomas77c871a2010-04-19 16:59:02 -04004132#: misc/mke2fs.c:985
Philipp Thomas40771272008-09-07 22:55:25 -04004133#, c-format
4134msgid ""
4135"\n"
4136"Warning! Your mke2fs.conf file does not define the %s filesystem type.\n"
4137msgstr ""
4138"\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004139"Warnung: Ihre mke2fs.conf Datei definiert den Typ des Dateisystems auf %s "
4140"nicht.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004141
Philipp Thomas77c871a2010-04-19 16:59:02 -04004142#: misc/mke2fs.c:988
Philipp Thomas40771272008-09-07 22:55:25 -04004143#, c-format
4144msgid ""
4145"You probably need to install an updated mke2fs.conf file.\n"
4146"\n"
4147msgstr ""
Theodore Ts'o057a1592010-06-07 12:24:21 -04004148"Sie müssen wahrscheinlich eine aktualisierte mke2fs.conf Datei "
4149"installieren.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004150"\n"
4151
Philipp Thomas77c871a2010-04-19 16:59:02 -04004152#: misc/mke2fs.c:1224
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004153#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004154msgid "invalid block size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004155msgstr "bad block Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004156
Philipp Thomas77c871a2010-04-19 16:59:02 -04004157#: misc/mke2fs.c:1228
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004158#, c-format
4159msgid "Warning: blocksize %d not usable on most systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004160msgstr "Warnung: Blockgröße %d ist auf den meisten Systemen unbrauchbar.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004161
Philipp Thomas77c871a2010-04-19 16:59:02 -04004162#: misc/mke2fs.c:1244
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004163#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004164msgid "invalid fragment size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004165msgstr "falsche Fragmentgröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004166
Philipp Thomas77c871a2010-04-19 16:59:02 -04004167#: misc/mke2fs.c:1250
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004168#, c-format
4169msgid "Warning: fragments not supported. Ignoring -f option\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004170msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004171
Philipp Thomas77c871a2010-04-19 16:59:02 -04004172#: misc/mke2fs.c:1257
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004173msgid "Illegal number for blocks per group"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004174msgstr "unzulässige Angabe für Blöcke pro Gruppe"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004175
Philipp Thomas77c871a2010-04-19 16:59:02 -04004176#: misc/mke2fs.c:1262
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004177msgid "blocks per group must be multiple of 8"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004178msgstr "Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004179
Philipp Thomas77c871a2010-04-19 16:59:02 -04004180#: misc/mke2fs.c:1270
Philipp Thomas720e6362008-06-21 14:06:00 -04004181msgid "Illegal number for flex_bg size"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004182msgstr "Illegale Zahl für flex_bg Größe"
Philipp Thomas720e6362008-06-21 14:06:00 -04004183
Philipp Thomas77c871a2010-04-19 16:59:02 -04004184#: misc/mke2fs.c:1276
Philipp Thomas720e6362008-06-21 14:06:00 -04004185msgid "flex_bg size must be a power of 2"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004186msgstr "flex_bg Größe muss eine Zweierpotenz sein"
Philipp Thomas720e6362008-06-21 14:06:00 -04004187
Philipp Thomas77c871a2010-04-19 16:59:02 -04004188#: misc/mke2fs.c:1286
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004189#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004190msgid "invalid inode ratio %s (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004191msgstr "Unzulässiges Inode-Verhältnis %s (Min %d/Max %d"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004192
Philipp Thomas77c871a2010-04-19 16:59:02 -04004193#: misc/mke2fs.c:1306
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004194msgid "in malloc for bad_blocks_filename"
4195msgstr "in malloc for bad_blocks_filename"
4196
Philipp Thomas77c871a2010-04-19 16:59:02 -04004197#: misc/mke2fs.c:1316
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004198#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004199msgid "invalid reserved blocks percent - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004200msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004201
Philipp Thomas77c871a2010-04-19 16:59:02 -04004202#: misc/mke2fs.c:1334
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004203#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004204msgid "bad revision level - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004205msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004206
Philipp Thomas77c871a2010-04-19 16:59:02 -04004207#: misc/mke2fs.c:1346
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004208#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004209msgid "invalid inode size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004210msgstr "Unzulässige Inode-Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004211
Philipp Thomas77c871a2010-04-19 16:59:02 -04004212#: misc/mke2fs.c:1366
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004213#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004214msgid "bad num inodes - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004215msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004216
Theodore Ts'o057a1592010-06-07 12:24:21 -04004217#: misc/mke2fs.c:1431 misc/mke2fs.c:2203
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004218#, c-format
4219msgid "while trying to open journal device %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004220msgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004221
Philipp Thomas77c871a2010-04-19 16:59:02 -04004222#: misc/mke2fs.c:1437
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004223#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004224msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004225msgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004226
Philipp Thomas77c871a2010-04-19 16:59:02 -04004227#: misc/mke2fs.c:1443
Philipp Thomas68801282008-07-17 11:47:00 -04004228#, c-format
4229msgid "Using journal device's blocksize: %d\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004230msgstr "Verwende die Blockgrösse des Geräts: %d\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004231
Philipp Thomas77c871a2010-04-19 16:59:02 -04004232#: misc/mke2fs.c:1452
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004233#, c-format
4234msgid "%d-byte blocks too big for system (max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004235msgstr "%d-Byte Blöcke zu groß für das System (max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004236
Philipp Thomas77c871a2010-04-19 16:59:02 -04004237#: misc/mke2fs.c:1456
Philipp Thomas720e6362008-06-21 14:06:00 -04004238#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04004239msgid ""
4240"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4241msgstr ""
4242"Warnung: %d-byte Blöcke sind zu groß für das System (max %d), fahre dennoch "
4243"fort\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004244
Philipp Thomas77c871a2010-04-19 16:59:02 -04004245#: misc/mke2fs.c:1464
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004246#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004247msgid "invalid blocks count - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004248msgstr "ungültige Anzahl Blöcke - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004249
Philipp Thomas77c871a2010-04-19 16:59:02 -04004250#: misc/mke2fs.c:1474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004251msgid "filesystem"
4252msgstr "Dateisystem"
4253
Philipp Thomas77c871a2010-04-19 16:59:02 -04004254#: misc/mke2fs.c:1510
Philipp Thomas68801282008-07-17 11:47:00 -04004255#, c-format
4256msgid ""
4257"%s: Size of device %s too big to be expressed in 32 bits\n"
4258"\tusing a blocksize of %d.\n"
4259msgstr ""
4260"%s: Größe von Gerät %s lässt sich in 32 Bits nicht darstellen\n"
4261"\teine Blockgröße von %d wird verwendet.\n"
4262
Theodore Ts'o057a1592010-06-07 12:24:21 -04004263#: misc/mke2fs.c:1519 resize/main.c:382
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004264msgid "while trying to determine filesystem size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004265msgstr "beim Bestimmen der Dateisystemgröße"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004266
Philipp Thomas77c871a2010-04-19 16:59:02 -04004267#: misc/mke2fs.c:1526
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004268msgid ""
4269"Couldn't determine device size; you must specify\n"
4270"the size of the filesystem\n"
4271msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004272"Konnte die Gerätegröße nicht ermitteln. Geben\n"
4273"Sie die Größe des Dateisystems an\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004274
Philipp Thomas77c871a2010-04-19 16:59:02 -04004275#: misc/mke2fs.c:1533
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004276msgid ""
4277"Device size reported to be zero. Invalid partition specified, or\n"
4278"\tpartition table wasn't reread after running fdisk, due to\n"
4279"\ta modified partition being busy and in use. You may need to reboot\n"
4280"\tto re-read your partition table.\n"
4281msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004282"Zurückgegebene Gerätegröße ist gleich null. Unvollständige Partition\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004283"\tangegeben oder die Partitionstabelle wurde nach einem fdisk-Lauf\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004284"\tnicht wieder eingelesen, weil eine veränderte Partition in Gebrauch\n"
4285"\tund gesperrt ist. Sie könnten gezwungen sein, neu zu booten, um die\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004286"\tPartitionstabelle neu einzulesen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004287
Philipp Thomas77c871a2010-04-19 16:59:02 -04004288#: misc/mke2fs.c:1551
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004289msgid "Filesystem larger than apparent device size."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004290msgstr "Dateisystem ist größer als augenscheinlich das Gerät selbst."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004291
Philipp Thomas77c871a2010-04-19 16:59:02 -04004292#: misc/mke2fs.c:1557
Philipp Thomas720e6362008-06-21 14:06:00 -04004293#, c-format
4294msgid "Failed to parse fs types list\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004295msgstr "Analyse der Liste von Dateisystemen war nicht möglich\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004296
Philipp Thomas77c871a2010-04-19 16:59:02 -04004297#: misc/mke2fs.c:1591
Philipp Thomas68801282008-07-17 11:47:00 -04004298msgid "fs_types for mke2fs.conf resolution: "
Philipp Thomas9564ee52008-08-22 03:22:50 -04004299msgstr "fs_types für mke2fs.conf Lösung: "
Philipp Thomas68801282008-07-17 11:47:00 -04004300
Philipp Thomas77c871a2010-04-19 16:59:02 -04004301#: misc/mke2fs.c:1598
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004302#, c-format
4303msgid "Filesystem features not supported with revision 0 filesystems\n"
4304msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004305"Dateisystem-Eigenschaften werden für Dateisysteme der Revision 0 nicht\n"
4306"\tunterstützt\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004307
Philipp Thomas77c871a2010-04-19 16:59:02 -04004308#: misc/mke2fs.c:1605
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004309#, c-format
4310msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4311msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004312"Verteilte Superblöcke werden für Dateisysteme der Revision 0 nicht\n"
4313"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004314
Philipp Thomas77c871a2010-04-19 16:59:02 -04004315#: misc/mke2fs.c:1617
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004316#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004317msgid "Journals not supported with revision 0 filesystems\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004318msgstr "Journale werden für Dateisysteme der Revision 0 nicht unterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004319
Philipp Thomas77c871a2010-04-19 16:59:02 -04004320#: misc/mke2fs.c:1635
Philipp Thomas720e6362008-06-21 14:06:00 -04004321#, c-format
4322msgid ""
4323"The resize_inode and meta_bg features are not compatible.\n"
4324"They can not be both enabled simultaneously.\n"
4325msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004326"Die Eigenschaften resize_inode und meta_bg sind nicht kompatibel.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004327"Sie können nicht gleichzeitig aktiviert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004328
Philipp Thomas77c871a2010-04-19 16:59:02 -04004329#: misc/mke2fs.c:1652
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004330msgid "while trying to determine hardware sector size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004331msgstr "beim Ermitteln der Hardware-Sektorgröße"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004332
Theodore Ts'o057a1592010-06-07 12:24:21 -04004333#: misc/mke2fs.c:1658
4334#, fuzzy
4335msgid "while trying to determine physical sector size"
4336msgstr "beim Ermitteln der Hardware-Sektorgröße"
4337
4338#: misc/mke2fs.c:1687
4339#, fuzzy
4340msgid "while setting blocksize; too small for device\n"
4341msgstr "beim Setzen der Blockgruppen-Prüfsummeninfo"
4342
4343#: misc/mke2fs.c:1691
4344#, fuzzy, c-format
4345msgid ""
4346"Warning: specified blocksize %d is less than device physical sectorsize %d, "
4347"forced to continue\n"
4348msgstr ""
4349"Warnung: %d-byte Blöcke sind zu groß für das System (max %d), fahre dennoch "
4350"fort\n"
4351
4352#: misc/mke2fs.c:1712
Philipp Thomas77c871a2010-04-19 16:59:02 -04004353#, c-format
4354msgid "warning: Unable to get device geometry for %s\n"
4355msgstr "Warnung: Die Geometrie für Gerät %s konnte nicht erfragt werden\n"
4356
Theodore Ts'o057a1592010-06-07 12:24:21 -04004357#: misc/mke2fs.c:1715
Philipp Thomas77c871a2010-04-19 16:59:02 -04004358#, c-format
4359msgid "%s alignment is offset by %lu bytes.\n"
4360msgstr "Die Ausrichtung von %s ist um %lu Bytes verschoben.\n"
4361
Theodore Ts'o057a1592010-06-07 12:24:21 -04004362#: misc/mke2fs.c:1717
Philipp Thomas77c871a2010-04-19 16:59:02 -04004363#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04004364msgid ""
4365"This may result in very poor performance, (re)-partitioning suggested.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004366msgstr ""
4367"Das könnte zu sehr schlechter Leistung führen. Eine (Neu-)Partionierung\n"
4368" wird empfohlen.\n"
4369
Theodore Ts'o057a1592010-06-07 12:24:21 -04004370#: misc/mke2fs.c:1745
Theodore Ts'obc759702005-05-09 20:40:55 -04004371msgid "reserved online resize blocks not supported on non-sparse filesystem"
4372msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004373"Für Online-Grössenänderungen reservierte Blöcke werden auf Dateisystemen\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004374"\tohne Unterstützung für Lückenkompression nicht unterstützt"
Theodore Ts'obc759702005-05-09 20:40:55 -04004375
Theodore Ts'o057a1592010-06-07 12:24:21 -04004376#: misc/mke2fs.c:1754
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004377msgid "blocks per group count out of range"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004378msgstr "Anzahl der Blöcke pro Gruppe ausserhaalb des gültigen Bereichs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004379
Theodore Ts'o057a1592010-06-07 12:24:21 -04004380#: misc/mke2fs.c:1769
Philipp Thomas720e6362008-06-21 14:06:00 -04004381msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004382msgstr ""
4383"Eigenschaft flex_bg wurde nicht aktiviert, daher darf flex_bg Grösse nicht "
4384"angegeben werden"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004385
Theodore Ts'o057a1592010-06-07 12:24:21 -04004386#: misc/mke2fs.c:1781
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004387#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004388msgid "invalid inode size %d (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004389msgstr "ungültige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004390
Theodore Ts'o057a1592010-06-07 12:24:21 -04004391#: misc/mke2fs.c:1795
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004392#, c-format
4393msgid "too many inodes (%llu), raise inode ratio?"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004394msgstr "zu viele Inodes (%llu), Inode-Verhältnis erhöhen?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004395
Theodore Ts'o057a1592010-06-07 12:24:21 -04004396#: misc/mke2fs.c:1800
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004397#, c-format
4398msgid "too many inodes (%llu), specify < 2^32 inodes"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004399msgstr "zu viele Inodes (%llu), sie müssen weniger als 2^32 Inodes angeben"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004400
Theodore Ts'o057a1592010-06-07 12:24:21 -04004401#: misc/mke2fs.c:1815
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004402#, c-format
4403msgid ""
4404"inode_size (%u) * inodes_count (%u) too big for a\n"
4405"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
4406"\tor lower inode count (-N).\n"
4407msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004408"inode_size (%u) * inodes_count (%u) is zu gross für ein\n"
4409"\tDateisystem mit %lu Blöcken, geben Sie bitte entweder ein höheres\n"
4410"\tinode_ratio (-i) oder eine niedrigere Anzahl an Inodes (-N) an.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004411
Theodore Ts'o057a1592010-06-07 12:24:21 -04004412#: misc/mke2fs.c:1908 misc/tune2fs.c:1494
Philipp Thomas77c871a2010-04-19 16:59:02 -04004413msgid "Couldn't allocate memory for tdb filename\n"
4414msgstr "Kann keinen Speicher für den tdb-Dateinamen reservieren\n"
4415
Theodore Ts'o057a1592010-06-07 12:24:21 -04004416#: misc/mke2fs.c:1921 misc/tune2fs.c:1516
Philipp Thomas68801282008-07-17 11:47:00 -04004417#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004418msgid "while trying to delete %s"
Philipp Thomas68801282008-07-17 11:47:00 -04004419msgstr "beim Versuch, %s zu löschen"
Philipp Thomas720e6362008-06-21 14:06:00 -04004420
Theodore Ts'o057a1592010-06-07 12:24:21 -04004421#: misc/mke2fs.c:1931
Philipp Thomas720e6362008-06-21 14:06:00 -04004422#, c-format
4423msgid ""
4424"Overwriting existing filesystem; this can be undone using the command:\n"
4425" e2undo %s %s\n"
4426"\n"
4427msgstr ""
Theodore Ts'o057a1592010-06-07 12:24:21 -04004428"Überschreibe das bestehende Dateisystem; dies kann rückgängig gemacht "
4429"werden\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004430"durch den Befehl:\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004431" e2undo %s %s\n"
4432"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004433
Theodore Ts'o057a1592010-06-07 12:24:21 -04004434#: misc/mke2fs.c:1968
Philipp Thomas77c871a2010-04-19 16:59:02 -04004435#, c-format
4436msgid "Calling BLKDISCARD from %llu to %llu "
4437msgstr "Der Aufruf von BLKDISCARD für den Bereich von %llu bis %llu war "
4438
Theodore Ts'o057a1592010-06-07 12:24:21 -04004439#: misc/mke2fs.c:1972
Philipp Thomas77c871a2010-04-19 16:59:02 -04004440#, c-format
4441msgid "failed.\n"
4442msgstr "nicht erfolgreich.\n"
4443
Theodore Ts'o057a1592010-06-07 12:24:21 -04004444#: misc/mke2fs.c:1974
Philipp Thomas77c871a2010-04-19 16:59:02 -04004445#, c-format
4446msgid "succeeded.\n"
4447msgstr "erfolgreich.\n"
4448
Theodore Ts'o057a1592010-06-07 12:24:21 -04004449#: misc/mke2fs.c:2023
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004450msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004451msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004452
Theodore Ts'o057a1592010-06-07 12:24:21 -04004453#: misc/mke2fs.c:2087
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004454#, c-format
4455msgid "unknown os - %s"
4456msgstr "unbekanntes OS - %s"
4457
Theodore Ts'o057a1592010-06-07 12:24:21 -04004458#: misc/mke2fs.c:2141
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004459msgid "while trying to allocate filesystem tables"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004460msgstr "beim Zuordnen von Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004461
Theodore Ts'o057a1592010-06-07 12:24:21 -04004462#: misc/mke2fs.c:2172
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004463#, c-format
4464msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004465msgstr "beim Nullen von Block %u am Ende des Dateisystems"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004466
Theodore Ts'o057a1592010-06-07 12:24:21 -04004467#: misc/mke2fs.c:2185
Theodore Ts'obc759702005-05-09 20:40:55 -04004468msgid "while reserving blocks for online resize"
4469msgstr "beim Lesen des Bad-Block-Inodes"
4470
Theodore Ts'o057a1592010-06-07 12:24:21 -04004471#: misc/mke2fs.c:2196 misc/tune2fs.c:479
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004472msgid "journal"
4473msgstr "Journal"
4474
Theodore Ts'o057a1592010-06-07 12:24:21 -04004475#: misc/mke2fs.c:2208
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004476#, c-format
4477msgid "Adding journal to device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004478msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004479
Theodore Ts'o057a1592010-06-07 12:24:21 -04004480#: misc/mke2fs.c:2215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004481#, c-format
4482msgid ""
4483"\n"
4484"\twhile trying to add journal to device %s"
4485msgstr ""
4486"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004487"\tbeim Erstellen des Journals auf Gerät %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004488
Theodore Ts'o057a1592010-06-07 12:24:21 -04004489#: misc/mke2fs.c:2220 misc/mke2fs.c:2252 misc/tune2fs.c:508 misc/tune2fs.c:522
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004490#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004491msgid "done\n"
4492msgstr "erledigt\n"
4493
Theodore Ts'o057a1592010-06-07 12:24:21 -04004494#: misc/mke2fs.c:2229
Philipp Thomas77c871a2010-04-19 16:59:02 -04004495#, c-format
4496msgid "Skipping journal creation in super-only mode\n"
4497msgstr "Die Erzeugung eines Journals wird im Nur-Super Modus übersprungen\n"
4498
Theodore Ts'o057a1592010-06-07 12:24:21 -04004499#: misc/mke2fs.c:2240
Philipp Thomas68801282008-07-17 11:47:00 -04004500#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004501msgid "Creating journal (%u blocks): "
Philipp Thomas68801282008-07-17 11:47:00 -04004502msgstr "Erstelle Journal (%u Blöcke): "
Philipp Thomas720e6362008-06-21 14:06:00 -04004503
Theodore Ts'o057a1592010-06-07 12:24:21 -04004504#: misc/mke2fs.c:2257
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004505#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004506msgid "Writing superblocks and filesystem accounting information: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004507msgstr "Schreibe Superblöcke und Dateisystem-Accountinginformationen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004508
Theodore Ts'o057a1592010-06-07 12:24:21 -04004509#: misc/mke2fs.c:2262
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004510#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004511msgid ""
4512"\n"
4513"Warning, had trouble writing out superblocks."
4514msgstr ""
4515"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004516"Warnung: Probleme beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004517
Theodore Ts'o057a1592010-06-07 12:24:21 -04004518#: misc/mke2fs.c:2265
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004519#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004520msgid ""
4521"done\n"
4522"\n"
4523msgstr ""
4524"erledigt\n"
4525"\n"
4526
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004527#: misc/mklost+found.c:49
4528#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004529msgid "Usage: mklost+found\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004530msgstr "Aufruf: mklost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004531
Philipp Thomas40771272008-09-07 22:55:25 -04004532#: misc/partinfo.c:39
Philipp Thomasa700f512008-08-29 08:49:57 -04004533#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004534msgid ""
4535"Usage: %s device...\n"
4536"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004537"Prints out the partition information for each given device.\n"
4538"For example: %s /dev/hda\n"
4539"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004540msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004541"Aufruf: %s Gerät...\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004542"\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004543"Gibt Informationen über die Partitionen jedes angegebenen Gerätes aus.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004544"Zum Beispiel: %s /dev/hda\n"
4545"\n"
4546
4547#: misc/partinfo.c:49
4548#, c-format
4549msgid "Cannot open %s: %s"
4550msgstr "Kann %s nicht öffnen: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004551
4552#: misc/partinfo.c:55
Philipp Thomas40771272008-09-07 22:55:25 -04004553#, c-format
4554msgid "Cannot get geometry of %s: %s"
4555msgstr "Geometrie von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004556
Philipp Thomas40771272008-09-07 22:55:25 -04004557#: misc/partinfo.c:63
4558#, c-format
4559msgid "Cannot get size of %s: %s"
4560msgstr "Grösse von %s kann nicht gelesen werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004561
Philipp Thomas40771272008-09-07 22:55:25 -04004562#: misc/partinfo.c:69
4563#, c-format
4564msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
4565msgstr "%s: h=%3d s=%3d c=%4d Start=%8d Grösse=%8lu Ende=%8d\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004566
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004567#: misc/tune2fs.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004568msgid "Please run e2fsck on the filesystem.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004569msgstr "Lassen Sie bitte e2fsck über das Dateisystem laufen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004570
Philipp Thomas77c871a2010-04-19 16:59:02 -04004571#: misc/tune2fs.c:105
Philipp Thomas68801282008-07-17 11:47:00 -04004572#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004573msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004574"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004575"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4576"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4577"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004578"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004579"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4580"\t[ -I new_inode_size ] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004581msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004582"Aufruf: %s [-c max-Anzahl-Mounts] [-e Fehler-Verhalten] [-g Gruppe]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004583"\t[-i Intervall[d|m|w]] [-j] [-J Journal-Optionen] [-l]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004584"\t[-m reservierte_Blöcke_Prozent] [-o [^]Einhäng_Optionen[,...]]\n"
4585"\t[-r Anzahl_reservierte_Blöcke] [-u Benutzer] [-C Anzahl_Einhängen]\n"
4586"\t[-L Volume_Label] [-M letztes_eingehängtes_Verzeichnis]\n"
4587"\t[-O [^]Eigenschaft[,...]] [-E erweiterte-Option[,...]]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004588"\t[-T letzter_Prüfzeitpunkt] [-U UUID] [-I neue_Inodegrösse] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004589
Philipp Thomas77c871a2010-04-19 16:59:02 -04004590#: misc/tune2fs.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004591msgid "while trying to open external journal"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004592msgstr "beim Öffnen des externen Journals"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004593
Philipp Thomas77c871a2010-04-19 16:59:02 -04004594#: misc/tune2fs.c:194
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004595#, c-format
4596msgid "%s is not a journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004597msgstr "%s ist kein Journal-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004598
Philipp Thomas77c871a2010-04-19 16:59:02 -04004599#: misc/tune2fs.c:209
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004600msgid "Journal superblock not found!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004601msgstr "Journal-Superblock nicht gefunden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004602
Philipp Thomas77c871a2010-04-19 16:59:02 -04004603#: misc/tune2fs.c:221
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004604msgid "Filesystem's UUID not found on journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004605msgstr "UUID des Dateisystems auf Journal-Gerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004606
Philipp Thomas77c871a2010-04-19 16:59:02 -04004607#: misc/tune2fs.c:242
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004608msgid "Journal NOT removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004609msgstr "Journal NICHT gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004610
Philipp Thomas77c871a2010-04-19 16:59:02 -04004611#: misc/tune2fs.c:248
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004612msgid "Journal removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004613msgstr "Journal gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004614
Philipp Thomas77c871a2010-04-19 16:59:02 -04004615#: misc/tune2fs.c:288
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004616msgid "while reading bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004617msgstr "beim Lesen von Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004618
Philipp Thomas77c871a2010-04-19 16:59:02 -04004619#: misc/tune2fs.c:296
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004620msgid "while clearing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004621msgstr "beim Bereinigen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004622
Philipp Thomas77c871a2010-04-19 16:59:02 -04004623#: misc/tune2fs.c:307
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004624msgid "while writing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004625msgstr "beim Schreiben des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004626
Philipp Thomas77c871a2010-04-19 16:59:02 -04004627#: misc/tune2fs.c:322
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004628#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004629msgid "Invalid mount option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004630msgstr "Ungültige Einhänge-Option gesetzt: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004631
Philipp Thomas77c871a2010-04-19 16:59:02 -04004632#: misc/tune2fs.c:358
Theodore Ts'o8f741372008-02-28 21:47:05 -05004633#, c-format
4634msgid "Clearing filesystem feature '%s' not supported.\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004635msgstr ""
4636"Das Zurücksetzen von Dateisystem-Eigenschaft »%s« wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004637
Philipp Thomas77c871a2010-04-19 16:59:02 -04004638#: misc/tune2fs.c:364
Philipp Thomas67671422008-05-14 18:42:45 -04004639#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004640msgid "Setting filesystem feature '%s' not supported.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004641msgstr "Das Setzen der Dateisystem-Eigenschaft »%s« wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004642
Philipp Thomas77c871a2010-04-19 16:59:02 -04004643#: misc/tune2fs.c:373
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004644msgid ""
Philipp Thomas68801282008-07-17 11:47:00 -04004645"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004646"unmounted or mounted read-only.\n"
4647msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004648"Die has_jounal Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
4649"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004650
Philipp Thomas77c871a2010-04-19 16:59:02 -04004651#: misc/tune2fs.c:381
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004652msgid ""
4653"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4654"the has_journal flag.\n"
4655msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004656"Das needs_recovery Flag ist gesetzt. Bitte starten sie e2fsck vor\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004657"der Zurücksetzung des has_journal Flags.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004658
Philipp Thomas77c871a2010-04-19 16:59:02 -04004659#: misc/tune2fs.c:414
Philipp Thomas720e6362008-06-21 14:06:00 -04004660msgid ""
4661"Clearing the flex_bg flag would cause the the filesystem to be\n"
4662"inconsistent.\n"
4663msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004664"Das Zurücksetzen der Kennung flex_bg würde das Dateisystem inkonsistent\n"
4665"machen.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004666
Philipp Thomas77c871a2010-04-19 16:59:02 -04004667#: misc/tune2fs.c:425
Philipp Thomas68801282008-07-17 11:47:00 -04004668msgid ""
4669"The huge_file feature may only be cleared when the filesystem is\n"
4670"unmounted or mounted read-only.\n"
4671msgstr ""
4672"Die huge_file Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
4673"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
4674
Philipp Thomas77c871a2010-04-19 16:59:02 -04004675#: misc/tune2fs.c:453
Philipp Thomas68801282008-07-17 11:47:00 -04004676#, c-format
4677msgid "(and reboot afterwards!)\n"
4678msgstr "(und hinterher das System neu starten!)\n"
4679
Philipp Thomas77c871a2010-04-19 16:59:02 -04004680#: misc/tune2fs.c:474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004681msgid "The filesystem already has a journal.\n"
4682msgstr "Das Dateisystem hat schon ein Journal.\n"
4683
Philipp Thomas77c871a2010-04-19 16:59:02 -04004684#: misc/tune2fs.c:492
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004685#, c-format
4686msgid ""
4687"\n"
4688"\twhile trying to open journal on %s\n"
4689msgstr ""
4690"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004691"\tbeim Öffnen des Journals auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004692
Philipp Thomas77c871a2010-04-19 16:59:02 -04004693#: misc/tune2fs.c:496
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004694#, c-format
4695msgid "Creating journal on device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004696msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004697
Philipp Thomas77c871a2010-04-19 16:59:02 -04004698#: misc/tune2fs.c:504
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004699#, c-format
4700msgid "while adding filesystem to journal on %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004701msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004702
Philipp Thomas77c871a2010-04-19 16:59:02 -04004703#: misc/tune2fs.c:510
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004704msgid "Creating journal inode: "
Philipp Thomasa700f512008-08-29 08:49:57 -04004705msgstr "Erstelle Journal-Inode: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004706
Philipp Thomas77c871a2010-04-19 16:59:02 -04004707#: misc/tune2fs.c:519
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004708msgid ""
4709"\n"
4710"\twhile trying to create journal file"
4711msgstr ""
4712"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004713"\tbeim Erstellen der Journaldatei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004714
Philipp Thomas77c871a2010-04-19 16:59:02 -04004715#: misc/tune2fs.c:585
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004716#, c-format
4717msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004718msgstr "Konnte Datum/Zeit nicht parsen: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004719
Philipp Thomas77c871a2010-04-19 16:59:02 -04004720#: misc/tune2fs.c:609 misc/tune2fs.c:622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004721#, c-format
4722msgid "bad mounts count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004723msgstr "Ungültiger Mounts-Zähler - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004724
Philipp Thomas77c871a2010-04-19 16:59:02 -04004725#: misc/tune2fs.c:638
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004726#, c-format
4727msgid "bad error behavior - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004728msgstr "ungültiges Fehler-Verhalten - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004729
Philipp Thomas77c871a2010-04-19 16:59:02 -04004730#: misc/tune2fs.c:665
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004731#, c-format
4732msgid "bad gid/group name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004733msgstr "ungültige(r) GID oder Gruppenname - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004734
Philipp Thomas77c871a2010-04-19 16:59:02 -04004735#: misc/tune2fs.c:698
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004736#, c-format
4737msgid "bad interval - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004738msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004739
Philipp Thomas77c871a2010-04-19 16:59:02 -04004740#: misc/tune2fs.c:727
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004741#, c-format
4742msgid "bad reserved block ratio - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004743msgstr "ungültiges Reservierte-Blöcke-Verhältnis - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004744
Philipp Thomas77c871a2010-04-19 16:59:02 -04004745#: misc/tune2fs.c:742
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004746msgid "-o may only be specified once"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004747msgstr "-o darf nur eimal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004748
Philipp Thomas77c871a2010-04-19 16:59:02 -04004749#: misc/tune2fs.c:752
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004750msgid "-O may only be specified once"
4751msgstr "-O darf nur eimal angegeben werden"
4752
Philipp Thomas77c871a2010-04-19 16:59:02 -04004753#: misc/tune2fs.c:762
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004754#, c-format
4755msgid "bad reserved blocks count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004756msgstr "ungültige Anzahl von reservierten Blöcken - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004757
Philipp Thomas77c871a2010-04-19 16:59:02 -04004758#: misc/tune2fs.c:791
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004759#, c-format
4760msgid "bad uid/user name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004761msgstr "ungültige(r) UID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004762
Philipp Thomas77c871a2010-04-19 16:59:02 -04004763#: misc/tune2fs.c:808
Philipp Thomas68801282008-07-17 11:47:00 -04004764#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004765msgid "bad inode size - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004766msgstr "Unzulässige Inodegröße - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004767
Philipp Thomas77c871a2010-04-19 16:59:02 -04004768#: misc/tune2fs.c:815
Philipp Thomas720e6362008-06-21 14:06:00 -04004769#, c-format
4770msgid "Inode size must be a power of two- %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004771msgstr "Inodegrösse muss eine Zweierpotenz sein- %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004772
Philipp Thomas77c871a2010-04-19 16:59:02 -04004773#: misc/tune2fs.c:904
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004774#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004775msgid "Invalid RAID stride: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004776msgstr "Ungültiger RAID Stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004777
Philipp Thomas77c871a2010-04-19 16:59:02 -04004778#: misc/tune2fs.c:919
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004779#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004780msgid "Invalid RAID stripe-width: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004781msgstr "Ungültige RAID Stripe-Breite: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004782
Philipp Thomas77c871a2010-04-19 16:59:02 -04004783#: misc/tune2fs.c:934
Philipp Thomas40771272008-09-07 22:55:25 -04004784#, c-format
4785msgid "Invalid hash algorithm: %s\n"
4786msgstr "Ungültiger Hashalgorithmus: %s\n"
4787
Philipp Thomas77c871a2010-04-19 16:59:02 -04004788#: misc/tune2fs.c:940
Philipp Thomas40771272008-09-07 22:55:25 -04004789#, c-format
4790msgid "Setting default hash algorithm to %s (%d)\n"
4791msgstr "Der standard Hashalgorithmus wird auf %s (%d) gesetzt\n"
4792
Philipp Thomas77c871a2010-04-19 16:59:02 -04004793#: misc/tune2fs.c:948
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004794#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004795msgid ""
4796"\n"
4797"Bad options specified.\n"
4798"\n"
4799"Extended options are separated by commas, and may take an argument which\n"
4800"\tis set off by an equals ('=') sign.\n"
4801"\n"
4802"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004803"\tstride=<RAID per-disk chunk size in blocks>\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004804"\tstripe_width=<RAID stride*data disks in blocks>\n"
4805"\thash_alg=<hash algorithm>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004806"\ttest_fs\n"
4807"\t^test_fs\n"
4808msgstr ""
4809"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004810"Ungültige Optionen wurden angegeben.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004811"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004812"Erweiterte Optionen werden mit Kommatas getrennt angegeben und erwarten\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004813"\teventuell ein Argument, welches mit Gleichheitszeichen (»=«)\n"
4814"\tzugewiesenwird.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004815"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004816"Gültige erweiterte Optionen sind:\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004817"\tstride=<RAID Segmentgrösse pro PLatte in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004818"\tstripe-width=<RAID Stride*Datenplatten in Blöcken>\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004819"\thash_alg=<Hashalgorithmus>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004820"\ttest_fs\n"
4821"\t^test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004822
Philipp Thomas77c871a2010-04-19 16:59:02 -04004823#: misc/tune2fs.c:1421 resize/resize2fs.c:790
Philipp Thomas720e6362008-06-21 14:06:00 -04004824msgid "blocks to be moved"
4825msgstr "zu verschiebende Blöcke"
4826
Philipp Thomas77c871a2010-04-19 16:59:02 -04004827#: misc/tune2fs.c:1424
4828msgid "Failed to allocate block bitmap when increasing inode size\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004829msgstr ""
4830"Beim Vergrössern der Inodes konnte keine Block-Bitmap angelegt werden\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004831
4832#: misc/tune2fs.c:1430
4833msgid "Not enough space to increase inode size \n"
4834msgstr "Der Platz reicht nicht aus um die Inodegrösse zu erhöhen \n"
4835
4836#: misc/tune2fs.c:1435
4837msgid "Failed to relocate blocks during inode resize \n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04004838msgstr ""
4839"Beim Vergrössern der Inodes konnten die Blöcke nicht verschoben werden \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004840
4841#: misc/tune2fs.c:1467
4842msgid ""
4843"Error in resizing the inode size.\n"
4844"Run e2undo to undo the file system changes. \n"
4845msgstr ""
4846"Fehler beim Verändern der Inodegrösse.\n"
4847"Starten Sie e2undo um die Änderungen am Dateisystem rückgängig zu machen. \n"
4848
4849#: misc/tune2fs.c:1526
4850#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004851msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004852"To undo the tune2fs operation please run the command\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004853" e2undo %s %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004854"\n"
4855msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004856"Um die Aktionen von tune2fs rückgängig zu machen, starten Sie bitte den\n"
4857"Befehl\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004858" e2undo %s %s\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004859"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004860
Philipp Thomas77c871a2010-04-19 16:59:02 -04004861#: misc/tune2fs.c:1587
Philipp Thomas40771272008-09-07 22:55:25 -04004862#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04004863msgid "The inode size is already %lu\n"
4864msgstr "Die Inodegrösse ist bereits %lu\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004865
Philipp Thomas77c871a2010-04-19 16:59:02 -04004866#: misc/tune2fs.c:1592
Philipp Thomas40771272008-09-07 22:55:25 -04004867#, c-format
4868msgid "Shrinking the inode size is not supported\n"
4869msgstr "Das Schrumpfen der Inodegrösse wird nicht unterstützt\n"
4870
Philipp Thomas77c871a2010-04-19 16:59:02 -04004871#: misc/tune2fs.c:1635
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004872#, c-format
4873msgid "Setting maximal mount count to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004874msgstr "Setze die maximale Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004875
Philipp Thomas77c871a2010-04-19 16:59:02 -04004876#: misc/tune2fs.c:1641
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004877#, c-format
4878msgid "Setting current mount count to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004879msgstr "Setze die derzeitige Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004880
Philipp Thomas77c871a2010-04-19 16:59:02 -04004881#: misc/tune2fs.c:1646
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004882#, c-format
4883msgid "Setting error behavior to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004884msgstr "Setze das Fehler-Verhalten auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004885
Philipp Thomas77c871a2010-04-19 16:59:02 -04004886#: misc/tune2fs.c:1651
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004887#, c-format
4888msgid "Setting reserved blocks gid to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004889msgstr "Setze die GID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004890
Philipp Thomas77c871a2010-04-19 16:59:02 -04004891#: misc/tune2fs.c:1656
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004892#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004893msgid "Setting interval between checks to %lu seconds\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004894msgstr "Setze das Intervall zwischen Checks auf %lu Sekunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004895
Philipp Thomas77c871a2010-04-19 16:59:02 -04004896#: misc/tune2fs.c:1663
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004897#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004898msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004899msgstr "Setze den Prozentsatz reservierter Böcke auf %g%% (%u Blöcke)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004900
Philipp Thomas77c871a2010-04-19 16:59:02 -04004901#: misc/tune2fs.c:1670
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004902#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004903msgid "reserved blocks count is too big (%lu)"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004904msgstr "Anzahl der reservierten Blöcke ist zu gross (%lu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004905
Philipp Thomas77c871a2010-04-19 16:59:02 -04004906#: misc/tune2fs.c:1676
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004907#, c-format
4908msgid "Setting reserved blocks count to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004909msgstr "Setze die Anzahl der reservierten Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004910
Philipp Thomas77c871a2010-04-19 16:59:02 -04004911#: misc/tune2fs.c:1682
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004912msgid ""
4913"\n"
4914"The filesystem already has sparse superblocks.\n"
4915msgstr ""
4916"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004917"Das Dateisystem hat bereits verteilte Superblöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004918
Philipp Thomas77c871a2010-04-19 16:59:02 -04004919#: misc/tune2fs.c:1689
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004920#, c-format
4921msgid ""
4922"\n"
4923"Sparse superblock flag set. %s"
4924msgstr ""
4925"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004926"Kennzeichen für verteilten Superblock gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004927
Philipp Thomas77c871a2010-04-19 16:59:02 -04004928#: misc/tune2fs.c:1694
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004929msgid ""
4930"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004931"Clearing the sparse superflag not supported.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004932msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004933"\n"
4934"Das Zurücksetzen des Kennzeichens für »verteilter Superblock« wird nicht\n"
4935"\tunterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004936
Philipp Thomas77c871a2010-04-19 16:59:02 -04004937#: misc/tune2fs.c:1701
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004938#, c-format
4939msgid "Setting time filesystem last checked to %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004940msgstr "Setze die Zeit des letzten Dateisystemchecks auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004941
Philipp Thomas77c871a2010-04-19 16:59:02 -04004942#: misc/tune2fs.c:1707
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004943#, c-format
4944msgid "Setting reserved blocks uid to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004945msgstr "Setze die UID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004946
Philipp Thomas77c871a2010-04-19 16:59:02 -04004947#: misc/tune2fs.c:1758
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004948msgid "Invalid UUID format\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004949msgstr "Ungültiges UUID Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004950
Philipp Thomas77c871a2010-04-19 16:59:02 -04004951#: misc/tune2fs.c:1770
Philipp Thomas720e6362008-06-21 14:06:00 -04004952msgid "The inode size may only be changed when the filesystem is unmounted.\n"
4953msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004954"Die Grösse der Inodes kann nur geändert werden, wenn das Dateisystem\n"
4955"nicht eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004956
Philipp Thomas77c871a2010-04-19 16:59:02 -04004957#: misc/tune2fs.c:1777
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004958msgid ""
4959"Changing the inode size not supported for filesystems with the flex_bg\n"
4960"feature enabled.\n"
4961msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04004962"Das Ändern der Inodegrösse wird auf Dateisystemen mit aktivierter flex_bg\n"
4963"Eigenschaft nicht unterstützt.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004964
Philipp Thomas77c871a2010-04-19 16:59:02 -04004965#: misc/tune2fs.c:1789
Philipp Thomas68801282008-07-17 11:47:00 -04004966#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004967msgid "Setting inode size %lu\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004968msgstr "Setze Inode-Größe auf %lu\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004969
Philipp Thomas77c871a2010-04-19 16:59:02 -04004970#: misc/tune2fs.c:1799
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004971#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004972msgid "Setting stride size to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004973msgstr "Setze Stride-Größe auf %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004974
Philipp Thomas77c871a2010-04-19 16:59:02 -04004975#: misc/tune2fs.c:1804
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004976#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004977msgid "Setting stripe width to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004978msgstr "Setze die Stripe-Breite auf %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004979
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004980#: misc/util.c:72
4981msgid "Proceed anyway? (y,n) "
Theodore Ts'o3e5ffd82008-05-12 09:51:17 -04004982msgstr "Trotzdem fortsetzen? (j,n) "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004983
4984#: misc/util.c:93
4985#, c-format
4986msgid "Could not stat %s --- %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004987msgstr "Status für %s konnte nicht ermittelt werden --- %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004988
4989#: misc/util.c:96
4990msgid ""
4991"\n"
4992"The device apparently does not exist; did you specify it correctly?\n"
4993msgstr ""
4994"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004995"Das Gerät existiert offensichtlich nicht; haben Sie es richtig angegeben?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004996
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004997#: misc/util.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004998#, c-format
4999msgid "%s is not a block special device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005000msgstr "%s ist kein spezielles Block-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005001
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005002#: misc/util.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005003#, c-format
5004msgid "%s is entire device, not just one partition!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005005msgstr "%s ist das ganze Gerät, nicht nur eine Partition!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005006
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005007#: misc/util.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005008msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005009msgstr "mke2fs trotzdem erzwungen. Hoffentlich ist /etc/mtab ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005010
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05005011#: misc/util.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005012#, c-format
5013msgid "will not make a %s here!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05005014msgstr "werde dort kein %s erstellen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005015
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005016#: misc/util.c:170
5017msgid "mke2fs forced anyway.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005018msgstr "mke2fs wird sowieso erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005019
5020#: misc/util.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005021msgid "Couldn't allocate memory to parse journal options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005022msgstr "Konnte keinen Speicher zur Analyse der Journal-Optionen anfordern!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005023
Theodore Ts'o057a1592010-06-07 12:24:21 -04005024#: misc/util.c:211
5025#, fuzzy, c-format
5026msgid ""
5027"\n"
5028"Could not find journal device matching %s\n"
5029msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
5030
5031#: misc/util.c:232
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005032msgid ""
5033"\n"
5034"Bad journal options specified.\n"
5035"\n"
5036"Journal options are separated by commas, and may take an argument which\n"
5037"\tis set off by an equals ('=') sign.\n"
5038"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04005039"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005040"\tsize=<journal size in megabytes>\n"
5041"\tdevice=<journal device>\n"
5042"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005043"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005044"\n"
5045msgstr ""
5046"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005047"Ungültige Journal-Optionen wurden angegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005048"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005049"Journal-Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
5050"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005051"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005052"Gültige Journal-Optionen sind:\n"
5053"\tsize=<Journalgröße in Megabytes>\n"
5054"\tdevice=<Journal-Gerät>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005055"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005056"Die Grösse des Journals muss zwischen 1024 und 10240000 Dateisystem-Blöcken\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005057"\tliegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005058"\n"
5059
Theodore Ts'o057a1592010-06-07 12:24:21 -04005060#: misc/util.c:262
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005061msgid ""
5062"\n"
5063"Filesystem too small for a journal\n"
5064msgstr ""
5065"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005066"Das Dateisystem ist zu klein für ein Journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005067
Theodore Ts'o057a1592010-06-07 12:24:21 -04005068#: misc/util.c:269
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005069#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005070msgid ""
5071"\n"
5072"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005073"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005074msgstr ""
5075"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005076"Die angegebene Journalgröße beträgt %d Blöcke. Sie muss aber zwischen\n"
5077"1024 und 102400 Dateisystem-Blöcken liegen. Abbruch! \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005078
Theodore Ts'o057a1592010-06-07 12:24:21 -04005079#: misc/util.c:277
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005080msgid ""
5081"\n"
5082"Journal size too big for filesystem.\n"
5083msgstr ""
5084"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005085"Das Journal ist zu groß für dieses Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005086
Theodore Ts'o057a1592010-06-07 12:24:21 -04005087#: misc/util.c:287
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005088#, c-format
5089msgid ""
5090"This filesystem will be automatically checked every %d mounts or\n"
5091"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5092msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005093"Das Dateisystem wird automatisch nach jeweils %d Einhäng-Vorgängen bzw.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005094"alle %g Tage überprüft, je nachdem, was zuerst eintritt. Dies kann durch\n"
5095"tune2fs -c oder -i geändert werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005096
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005097#: misc/uuidgen.c:31
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005098#, c-format
5099msgid "Usage: %s [-r] [-t]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005100msgstr "Aufruf: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005101
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005102#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005103msgid "# Extent dump:\n"
5104msgstr "# Extent dump:\n"
5105
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005106#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005107#, c-format
5108msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
5109msgstr "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
5110
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005111#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005112#, c-format
5113msgid "#\t\t %u -> %u (%d)\n"
5114msgstr "#\t\t %u -> %u (%d)\n"
5115
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005116#: resize/main.c:42
Philipp Thomas68801282008-07-17 11:47:00 -04005117#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005118msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04005119"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005120"\n"
5121msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04005122"Aufruf: %s [-d Debug_Optionen] [-f] [-F] [-M] [-P] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005123"\n"
5124
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005125#: resize/main.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005126msgid "Extending the inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005127msgstr "Vergrößere die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005128
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005129#: resize/main.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005130msgid "Relocating blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005131msgstr "Verteile die Blöcke neu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005132
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005133#: resize/main.c:70
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005134msgid "Scanning inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005135msgstr "Prüfe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005136
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005137#: resize/main.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005138msgid "Updating inode references"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005139msgstr "Aktualisiere die Inode-Referenzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005140
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005141#: resize/main.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005142msgid "Moving inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005143msgstr "Verschiebe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005144
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005145#: resize/main.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005146msgid "Unknown pass?!?"
5147msgstr "Unbekannter Durchgang?!?"
5148
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005149#: resize/main.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005150#, c-format
5151msgid "Begin pass %d (max = %lu)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005152msgstr "Start von Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005153
Philipp Thomas77c871a2010-04-19 16:59:02 -04005154#: resize/main.c:265
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005155#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05005156msgid "while opening %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005157msgstr "beim Öffnen von %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005158
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005159# c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04005160#: resize/main.c:277
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005161#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05005162msgid "while getting stat information for %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005163msgstr "beim Ermitteln der Statusinformation für %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005164
Philipp Thomas77c871a2010-04-19 16:59:02 -04005165#: resize/main.c:338
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005166#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005167msgid ""
5168"%s: The combination of flex_bg and\n"
5169"\t!resize_inode features is not supported by resize2fs.\n"
5170msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04005171"%s: Die Kombination der Eigenschaften flex_bg und\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005172"t!resize_inode wird von resize2fs nicht unterestützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005173
Theodore Ts'o057a1592010-06-07 12:24:21 -04005174#: resize/main.c:352 resize/main.c:452
5175#, c-format
5176msgid ""
5177"Please run 'e2fsck -f %s' first.\n"
5178"\n"
5179msgstr ""
5180"Bitte zuerst »e2fsck -f %s« laufen lassen.\n"
5181"\n"
5182
5183#: resize/main.c:356
Philipp Thomas720e6362008-06-21 14:06:00 -04005184#, c-format
5185msgid "Estimated minimum size of the filesystem: %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005186msgstr "Geschätzte minimale Grösse des Dateisystems: %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005187
Theodore Ts'o057a1592010-06-07 12:24:21 -04005188#: resize/main.c:392
Philipp Thomas77c871a2010-04-19 16:59:02 -04005189#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005190msgid "Invalid new size: %s\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005191msgstr "Unzulässige neue Größe: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005192
Theodore Ts'o057a1592010-06-07 12:24:21 -04005193#: resize/main.c:404
Philipp Thomas77c871a2010-04-19 16:59:02 -04005194#, c-format
5195msgid "New size smaller than minimum (%u)\n"
5196msgstr "Die neue Größe ist kleiner als das Minimum (%u)\n"
5197
Theodore Ts'o057a1592010-06-07 12:24:21 -04005198#: resize/main.c:410
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005199msgid "Invalid stride length"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005200msgstr "Ungültige Stride-Länge"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005201
Theodore Ts'o057a1592010-06-07 12:24:21 -04005202#: resize/main.c:434
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005203#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005204msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005205"The containing partition (or device) is only %u (%dk) blocks.\n"
5206"You requested a new size of %u blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005207"\n"
5208msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005209"Die Partition (oder das Gerät) ist nur %u (%dk) Blöcke groß.\n"
5210"Die gewünschte Größe war %u Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005211"\n"
5212
Theodore Ts'o057a1592010-06-07 12:24:21 -04005213#: resize/main.c:441
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005214#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005215msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005216"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005217"\n"
5218msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005219"Das Dateisystem ist schon %u Blöcke groß. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005220"\n"
5221
Theodore Ts'o057a1592010-06-07 12:24:21 -04005222#: resize/main.c:456
Philipp Thomas77c871a2010-04-19 16:59:02 -04005223#, c-format
5224msgid "Resizing the filesystem on %s to %u (%dk) blocks.\n"
5225msgstr ""
5226"Die Grösse des Dateisystems auf %s wird auf %u (%dk) Blöcke geändert.\n"
5227"\n"
5228
Theodore Ts'o057a1592010-06-07 12:24:21 -04005229#: resize/main.c:465
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005230#, c-format
5231msgid "while trying to resize %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005232msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005233
Theodore Ts'o057a1592010-06-07 12:24:21 -04005234#: resize/main.c:468
Philipp Thomas77c871a2010-04-19 16:59:02 -04005235#, c-format
5236msgid ""
5237"Please run 'e2fsck -fy %s' to fix the filesystem\n"
5238"after the aborted resize operation.\n"
5239msgstr ""
5240"Bitte führen Sie »e2fsck -fy %s« aus, um das Dateisystem\n"
5241"nach der abgebrochenen Grössenänderung zu reparieren.\n"
5242
Theodore Ts'o057a1592010-06-07 12:24:21 -04005243#: resize/main.c:474
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005244#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005245msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005246"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005247"\n"
5248msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005249"Das Dateisystem auf %s ist nun %u Blöcke groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005250"\n"
5251
Theodore Ts'o057a1592010-06-07 12:24:21 -04005252#: resize/main.c:489
Philipp Thomas77c871a2010-04-19 16:59:02 -04005253#, c-format
5254msgid "while trying to truncate %s"
5255msgstr "beim Versuch, %s zu kürzen"
5256
Philipp Thomas720e6362008-06-21 14:06:00 -04005257#: resize/online.c:37
5258#, c-format
5259msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Theodore Ts'o057a1592010-06-07 12:24:21 -04005260msgstr ""
5261"Das Dateisystem auf %s ist auf %s eingehängt; Online-Grössenveränderung "
5262"nötig\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005263
5264#: resize/online.c:41
Philipp Thomas68801282008-07-17 11:47:00 -04005265#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005266msgid "On-line shrinking from %u to %u not supported.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005267msgstr "Die Online-Verkleinerung von %u auf %u wird nicht unterstützt.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005268
5269#: resize/online.c:61
Philipp Thomas720e6362008-06-21 14:06:00 -04005270msgid "Filesystem does not support online resizing"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005271msgstr "Das Dateisystem unterstützt keine Online-Grössenveränderung"
Philipp Thomas720e6362008-06-21 14:06:00 -04005272
5273#: resize/online.c:68
Philipp Thomas68801282008-07-17 11:47:00 -04005274#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005275msgid "while trying to open mountpoint %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005276msgstr "beim Versuch, Einhängpunkt %s zu öffnen"
Philipp Thomas720e6362008-06-21 14:06:00 -04005277
5278#: resize/online.c:76
5279msgid "Permission denied to resize filesystem"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005280msgstr "Zugriff verweigert für die Grössenänderung des Dateisystems"
Philipp Thomas720e6362008-06-21 14:06:00 -04005281
5282#: resize/online.c:79
Philipp Thomas720e6362008-06-21 14:06:00 -04005283msgid "Kernel does not support online resizing"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005284msgstr "Der Kernel unterstützt die Online-Vergrösserung nicht"
Philipp Thomas720e6362008-06-21 14:06:00 -04005285
5286#: resize/online.c:82
Philipp Thomas720e6362008-06-21 14:06:00 -04005287msgid "While checking for on-line resizing support"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005288msgstr "Beim Überprüfen, ob Online-Vergrösserung unterstützt wird"
Philipp Thomas720e6362008-06-21 14:06:00 -04005289
Philipp Thomas40771272008-09-07 22:55:25 -04005290#: resize/online.c:111
Philipp Thomas720e6362008-06-21 14:06:00 -04005291#, c-format
5292msgid "Performing an on-line resize of %s to %u (%dk) blocks.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005293msgstr "Führe eine Online-Grössenänderung von %s auf %u (%dk) Blöcke durch.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005294
Philipp Thomas40771272008-09-07 22:55:25 -04005295#: resize/online.c:121
Philipp Thomas720e6362008-06-21 14:06:00 -04005296msgid "While trying to extend the last group"
Philipp Thomas68801282008-07-17 11:47:00 -04005297msgstr "Beim Versuch, die letzte Gruppe zu erweitern"
Philipp Thomas720e6362008-06-21 14:06:00 -04005298
Philipp Thomas40771272008-09-07 22:55:25 -04005299#: resize/online.c:180
Philipp Thomas68801282008-07-17 11:47:00 -04005300#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005301msgid "While trying to add group #%d"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005302msgstr "Beim Versuch, Gruppe %d hinzu zu fügen"
Philipp Thomas720e6362008-06-21 14:06:00 -04005303
Philipp Thomas40771272008-09-07 22:55:25 -04005304#: resize/online.c:191
Philipp Thomasa700f512008-08-29 08:49:57 -04005305#, c-format
Theodore Ts'o057a1592010-06-07 12:24:21 -04005306msgid ""
5307"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
5308"this system.\n"
5309msgstr ""
5310"Dateisystem auf %s ist auf %s eingehängt und Online-Grössenänderung wird auf "
5311"diesem System nicht unterstützt.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005312
Philipp Thomas77c871a2010-04-19 16:59:02 -04005313#: resize/resize2fs.c:350
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005314#, c-format
5315msgid "inodes (%llu) must be less than %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005316msgstr "Die Anzahl der Indoes (%llu) muss unter %u liegen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005317
Philipp Thomas77c871a2010-04-19 16:59:02 -04005318#: resize/resize2fs.c:582
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005319msgid "reserved blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005320msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005321
Philipp Thomas77c871a2010-04-19 16:59:02 -04005322#: resize/resize2fs.c:795
Theodore Ts'obc759702005-05-09 20:40:55 -04005323msgid "meta-data blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005324msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005325
Philipp Thomas77c871a2010-04-19 16:59:02 -04005326#: resize/resize2fs.c:1752
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005327#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005328msgid "Should never happen: resize inode corrupt!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005329msgstr "Das sollte niemals passieren: Die zu verändernde Inode ist defekt!\n"