blob: 0607fbbc99f2337586274154087bc8d8330fe22a [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"
Philipp Thomas77c871a2010-04-19 16:59:02 -040070"POT-Creation-Date: 2010-03-15 00:18-0400\n"
71"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
Philipp Thomas77c871a2010-04-19 16:59:02 -040093#: e2fsck/unix.c:1077 e2fsck/unix.c:1160 misc/badblocks.c:1155
94#: 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"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400117msgstr "Warnung: Nicht zulässiger Block %u im »Bad Blocks«-Inode gefunden! Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500118
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500119#: e2fsck/ehandler.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500120#, c-format
121msgid "Error reading block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400122msgstr "Lesefehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500123
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500124#: e2fsck/ehandler.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500125#, c-format
126msgid "Error reading block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400127msgstr "Lesefehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500128
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500129#: e2fsck/ehandler.c:60 e2fsck/ehandler.c:109
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500130msgid "Ignore error"
131msgstr "Ignoriere Fehler"
132
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500133#: e2fsck/ehandler.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500134msgid "Force rewrite"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400135msgstr "Rückschreiben erzwingen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500136
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500137#: e2fsck/ehandler.c:103
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500138#, c-format
139msgid "Error writing block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400140msgstr "Schreibfehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500141
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500142#: e2fsck/ehandler.c:106
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500143#, c-format
144msgid "Error writing block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400145msgstr "Schreibfehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500146
147#: e2fsck/emptydir.c:56
148msgid "empty dirblocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400149msgstr "leere Verzeichnisblöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500150
151#: e2fsck/emptydir.c:61
152msgid "empty dir map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500153msgstr "leere Verzeichnisliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500155#: e2fsck/emptydir.c:97
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500156#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400157msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500158msgstr "leerer Verzeichnisblock %u (#%d) im Inode %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500159
160#: e2fsck/extend.c:21
161#, c-format
162msgid "%s: %s filename nblocks blocksize\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400163msgstr "%s: %s Dateiname nblocks Blockgröße\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500164
165#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500166#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500167msgid "Illegal number of blocks!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400168msgstr "Blockanzahl nicht zulässig!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500169
170#: e2fsck/extend.c:49
171#, c-format
172msgid "Couldn't allocate block buffer (size=%d)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400173msgstr "Konnte keinen Blockpuffer (Größe=%d) reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500174
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400175#: e2fsck/flushb.c:34
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500176#, c-format
177msgid "Usage: %s disk\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400178msgstr "Aufruf: %s Laufwerk\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500179
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400180#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500181#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500182msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400183msgstr "BLKFLSBUF ioctl nicht unterstützt! Kann Puffer nicht leeren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500184
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400185#: e2fsck/iscan.c:46
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500186#, c-format
187msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400188msgstr "Aufruf: %s [-F] [-I inode_buffer_blocks] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500189
Philipp Thomas77c871a2010-04-19 16:59:02 -0400190#: e2fsck/iscan.c:83 e2fsck/unix.c:832
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500191#, c-format
192msgid "while opening %s for flushing"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400193msgstr "beim Öffnen von %s für die Puffer-Leerung."
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500194
Philipp Thomas77c871a2010-04-19 16:59:02 -0400195#: e2fsck/iscan.c:88 e2fsck/unix.c:838 resize/main.c:286
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500196#, c-format
197msgid "while trying to flush %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400198msgstr "während des Rückschreibeversuches auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500199
Philipp Thomas77c871a2010-04-19 16:59:02 -0400200#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:489
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500201msgid "while opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500202msgstr "beim Start des Inode-Scans"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500203
Philipp Thomas77c871a2010-04-19 16:59:02 -0400204#: e2fsck/iscan.c:129 misc/e2image.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500205msgid "while getting next inode"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400206msgstr "beim Laden des nächsten Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500207
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400208#: e2fsck/iscan.c:138
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500209#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400210msgid "%u inodes scanned.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400211msgstr "%u Inodes untersucht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500212
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500213#: e2fsck/journal.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500214msgid "reading journal superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500215msgstr "Lese Journal-Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500216
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500217#: e2fsck/journal.c:564
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500218#, c-format
219msgid "%s: no valid journal superblock found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400220msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500221
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500222#: e2fsck/journal.c:573
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500223#, c-format
224msgid "%s: journal too short\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400225msgstr "%s: Das Journal ist zu kurz\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500226
Philipp Thomas77c871a2010-04-19 16:59:02 -0400227#: e2fsck/journal.c:860
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500228#, c-format
229msgid "%s: recovering journal\n"
230msgstr "%s: stelle das Journal wieder her\n"
231
Philipp Thomas77c871a2010-04-19 16:59:02 -0400232#: e2fsck/journal.c:862
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500233#, c-format
234msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500235msgstr "%s: Das Journal ist nur lesbar - Keine Wiederherstellung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500236
Philipp Thomas77c871a2010-04-19 16:59:02 -0400237#: e2fsck/journal.c:887
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500238#, c-format
239msgid "while trying to re-open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400240msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500241
Philipp Thomas77c871a2010-04-19 16:59:02 -0400242#: e2fsck/message.c:111
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500243msgid "aextended attribute"
244msgstr "aerweiterte Eigenschaft"
245
Philipp Thomas77c871a2010-04-19 16:59:02 -0400246#: e2fsck/message.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500247msgid "Aerror allocating"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500248msgstr "AFehler beim Zuweisen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500249
Philipp Thomas77c871a2010-04-19 16:59:02 -0400250#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500251msgid "bblock"
252msgstr "bBlock"
253
Philipp Thomas77c871a2010-04-19 16:59:02 -0400254#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500255msgid "Bbitmap"
256msgstr "BBitmap"
257
Philipp Thomas77c871a2010-04-19 16:59:02 -0400258#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500259msgid "ccompress"
260msgstr "ckomprimieren"
261
Philipp Thomas77c871a2010-04-19 16:59:02 -0400262#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500263msgid "Cconflicts with some other fs @b"
264msgstr "CKonflikte mit anderen Dateisystemen @b"
265
Philipp Thomas77c871a2010-04-19 16:59:02 -0400266#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500267msgid "iinode"
268msgstr "iInode"
269
Philipp Thomas77c871a2010-04-19 16:59:02 -0400270#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500271msgid "Iillegal"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400272msgstr "Iillegal(er)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500273
Philipp Thomas77c871a2010-04-19 16:59:02 -0400274#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500275msgid "jjournal"
276msgstr "jJournal"
277
Philipp Thomas77c871a2010-04-19 16:59:02 -0400278#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500279msgid "Ddeleted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400280msgstr "Dgelöscht"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500281
Philipp Thomas77c871a2010-04-19 16:59:02 -0400282#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500283msgid "ddirectory"
284msgstr "dVerzeichnis"
285
Philipp Thomas77c871a2010-04-19 16:59:02 -0400286#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500287msgid "eentry"
288msgstr "eEintrag"
289
Philipp Thomas77c871a2010-04-19 16:59:02 -0400290#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500291msgid "E@e '%Dn' in %p (%i)"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400292msgstr "E@e »%Dn« in %p (%i)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500293
Philipp Thomas77c871a2010-04-19 16:59:02 -0400294#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500295msgid "ffilesystem"
296msgstr "fDateisystem"
297
Philipp Thomas77c871a2010-04-19 16:59:02 -0400298#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500299msgid "Ffor @i %i (%Q) is"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400300msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500301
Philipp Thomas77c871a2010-04-19 16:59:02 -0400302#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500303msgid "ggroup"
304msgstr "gGruppe"
305
Philipp Thomas77c871a2010-04-19 16:59:02 -0400306#: e2fsck/message.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500307msgid "hHTREE @d @i"
308msgstr "hHTREE @d @i"
309
Philipp Thomas77c871a2010-04-19 16:59:02 -0400310#: e2fsck/message.c:128
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500311msgid "llost+found"
312msgstr "llost+found"
313
Philipp Thomas77c871a2010-04-19 16:59:02 -0400314#: e2fsck/message.c:129
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500315msgid "Lis a link"
316msgstr "List ein Link"
317
Philipp Thomas77c871a2010-04-19 16:59:02 -0400318#: e2fsck/message.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400319msgid "mmultiply-claimed"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400320msgstr "mmehrfach beansprucht"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400321
Philipp Thomas77c871a2010-04-19 16:59:02 -0400322#: e2fsck/message.c:131
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400323msgid "ninvalid"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400324msgstr "nungültig"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400325
Philipp Thomas77c871a2010-04-19 16:59:02 -0400326#: e2fsck/message.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500327msgid "oorphaned"
328msgstr "overwaist"
329
Philipp Thomas77c871a2010-04-19 16:59:02 -0400330#: e2fsck/message.c:133
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500331msgid "pproblem in"
332msgstr "pProblem in"
333
Philipp Thomas77c871a2010-04-19 16:59:02 -0400334#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500335msgid "rroot @i"
336msgstr "rRoot @i"
337
Philipp Thomas77c871a2010-04-19 16:59:02 -0400338#: e2fsck/message.c:135
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500339msgid "sshould be"
340msgstr "ssollte sein"
341
Philipp Thomas77c871a2010-04-19 16:59:02 -0400342#: e2fsck/message.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500343msgid "Ssuper@b"
344msgstr "SSuper@b"
345
Philipp Thomas77c871a2010-04-19 16:59:02 -0400346#: e2fsck/message.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500347msgid "uunattached"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500348msgstr "unicht verbunden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500349
Philipp Thomas77c871a2010-04-19 16:59:02 -0400350#: e2fsck/message.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500351msgid "vdevice"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400352msgstr "vGerät"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500353
Philipp Thomas77c871a2010-04-19 16:59:02 -0400354#: e2fsck/message.c:139
Philipp Thomas720e6362008-06-21 14:06:00 -0400355msgid "xextent"
Philipp Thomas68801282008-07-17 11:47:00 -0400356msgstr "xErweiterung"
Philipp Thomas720e6362008-06-21 14:06:00 -0400357
Philipp Thomas77c871a2010-04-19 16:59:02 -0400358#: e2fsck/message.c:140
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500359msgid "zzero-length"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400360msgstr "zNull-Länge"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500361
Philipp Thomas77c871a2010-04-19 16:59:02 -0400362#: e2fsck/message.c:151
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500363msgid "<The NULL inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500364msgstr "<Der NULL Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500365
Philipp Thomas77c871a2010-04-19 16:59:02 -0400366#: e2fsck/message.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500367msgid "<The bad blocks inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400368msgstr "<Der »Bad Blocks«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500369
Philipp Thomas77c871a2010-04-19 16:59:02 -0400370#: e2fsck/message.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500371msgid "<The ACL index inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400372msgstr "<Der »ACL Index«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500373
Philipp Thomas77c871a2010-04-19 16:59:02 -0400374#: e2fsck/message.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500375msgid "<The ACL data inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400376msgstr "<Der »ACL Data«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500377
Philipp Thomas77c871a2010-04-19 16:59:02 -0400378#: e2fsck/message.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500379msgid "<The boot loader inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400380msgstr "<Der »Boot Loader«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500381
Philipp Thomas77c871a2010-04-19 16:59:02 -0400382#: e2fsck/message.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500383msgid "<The undelete directory inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400384msgstr "<Der »undelete directory«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500385
Philipp Thomas77c871a2010-04-19 16:59:02 -0400386#: e2fsck/message.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500387msgid "<The group descriptor inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400388msgstr "<Des »group descriptor«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500389
Philipp Thomas77c871a2010-04-19 16:59:02 -0400390#: e2fsck/message.c:159
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500391msgid "<The journal inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500392msgstr "<Der Journal-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500393
Philipp Thomas77c871a2010-04-19 16:59:02 -0400394#: e2fsck/message.c:160
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500395msgid "<Reserved inode 9>"
396msgstr "<Der reservierte Inode 9>"
397
Philipp Thomas77c871a2010-04-19 16:59:02 -0400398#: e2fsck/message.c:161
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500399msgid "<Reserved inode 10>"
400msgstr "<Der reservierte Inode 10>"
401
Philipp Thomas77c871a2010-04-19 16:59:02 -0400402#: e2fsck/message.c:330
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500403#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400404msgid "regular file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400405msgstr "'reguläre Datei"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400406
Philipp Thomas77c871a2010-04-19 16:59:02 -0400407#: e2fsck/message.c:332
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500408#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400409msgid "directory"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500410msgstr "Verzeichnis"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400411
Philipp Thomas77c871a2010-04-19 16:59:02 -0400412#: e2fsck/message.c:334
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500413#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400414msgid "character device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400415msgstr "zeichenorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400416
Philipp Thomas77c871a2010-04-19 16:59:02 -0400417#: e2fsck/message.c:336
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500418#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400419msgid "block device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400420msgstr "Blockgerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400421
Philipp Thomas77c871a2010-04-19 16:59:02 -0400422#: e2fsck/message.c:338
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400423#, c-format
424msgid "named pipe"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400425msgstr "named pipe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400426
Philipp Thomas77c871a2010-04-19 16:59:02 -0400427#: e2fsck/message.c:340
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500428#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400429msgid "symbolic link"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400430msgstr "symbolische Verknüpfung"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400431
Philipp Thomas77c871a2010-04-19 16:59:02 -0400432#: e2fsck/message.c:342
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500433#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400434msgid "socket"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500435msgstr " Socket"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400436
Philipp Thomas77c871a2010-04-19 16:59:02 -0400437#: e2fsck/message.c:344
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400438#, c-format
439msgid "unknown file type with mode 0%o"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400440msgstr "unbekannter Dateityp mit Modus 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400441
Philipp Thomas77c871a2010-04-19 16:59:02 -0400442#: e2fsck/message.c:422
443msgid "indirect block"
444msgstr "indirekte Blöcke"
445
446#: e2fsck/message.c:424
447msgid "double indirect block"
448msgstr "doppelt indirekte Blöcke"
449
450#: e2fsck/message.c:426
451msgid "triple indirect block"
452msgstr "dreifach indirekte Blöcke"
453
454#: e2fsck/message.c:428
455msgid "translator block"
456msgstr "Übersetzerblock"
457
458#: e2fsck/message.c:430
459msgid "block #"
460msgstr "Block Nr."
461
462#: e2fsck/pass1b.c:220
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500463msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500464msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500465
Philipp Thomas77c871a2010-04-19 16:59:02 -0400466#: e2fsck/pass1b.c:581 e2fsck/pass1b.c:714
Philipp Thomas68801282008-07-17 11:47:00 -0400467#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -0400468msgid "internal error: can't find dup_blk for %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400469msgstr "interner Fehler; dup_blk für %u nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500470
Philipp Thomas77c871a2010-04-19 16:59:02 -0400471#: e2fsck/pass1b.c:757
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500472msgid "returned from clone_file_block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400473msgstr "zurückgegeben von clone_file_block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500474
Philipp Thomas77c871a2010-04-19 16:59:02 -0400475#: e2fsck/pass1b.c:776
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400476#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400477msgid "internal error: couldn't lookup EA block record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400478msgstr "interner Fehler: EA Blockliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400479
Philipp Thomas77c871a2010-04-19 16:59:02 -0400480#: e2fsck/pass1b.c:788
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400481#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400482msgid "internal error: couldn't lookup EA inode record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400483msgstr "Interner Fehler: EA Inodeliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400484
Philipp Thomas77c871a2010-04-19 16:59:02 -0400485#: e2fsck/pass1.c:475 e2fsck/pass2.c:776
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400486msgid "reading directory block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400487msgstr "lese Verzeichnisblock"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400488
Philipp Thomas77c871a2010-04-19 16:59:02 -0400489#: e2fsck/pass1.c:597
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500490msgid "in-use inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400491msgstr "»in-use inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500492
Philipp Thomas77c871a2010-04-19 16:59:02 -0400493#: e2fsck/pass1.c:606
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500494msgid "directory inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400495msgstr "»directory inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500496
Philipp Thomas77c871a2010-04-19 16:59:02 -0400497#: e2fsck/pass1.c:614
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500498msgid "regular file inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400499msgstr "»regular file inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500500
Philipp Thomas77c871a2010-04-19 16:59:02 -0400501#: e2fsck/pass1.c:621
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500502msgid "in-use block map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400503msgstr "»in-use block«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500504
Philipp Thomas77c871a2010-04-19 16:59:02 -0400505#: e2fsck/pass1.c:675
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400506msgid "opening inode scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400507msgstr "Starte Inode-Scan"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500508
Philipp Thomas77c871a2010-04-19 16:59:02 -0400509#: e2fsck/pass1.c:699
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400510msgid "getting next inode from scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400511msgstr "beim Lesen des nächsten Inodes"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400512
Philipp Thomas77c871a2010-04-19 16:59:02 -0400513#: e2fsck/pass1.c:1169
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500514msgid "Pass 1"
515msgstr "Durchgang 1"
516
Philipp Thomas77c871a2010-04-19 16:59:02 -0400517#: e2fsck/pass1.c:1226
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500518#, c-format
519msgid "reading indirect blocks of inode %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400520msgstr "lese indirekte Blöcke von Inode %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500521
Philipp Thomas77c871a2010-04-19 16:59:02 -0400522#: e2fsck/pass1.c:1270
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500523msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500524msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500525
Philipp Thomas77c871a2010-04-19 16:59:02 -0400526#: e2fsck/pass1.c:1292
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500527msgid "inode in bad block map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400528msgstr "Inode in »Bad Blocks«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500529
Philipp Thomas77c871a2010-04-19 16:59:02 -0400530#: e2fsck/pass1.c:1312
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500531msgid "imagic inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400532msgstr "i»magic inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500533
Philipp Thomas77c871a2010-04-19 16:59:02 -0400534#: e2fsck/pass1.c:1339
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500535msgid "multiply claimed block map"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400536msgstr "Den Eintrag in der Liste belegter Blöcke verdoppeln"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500537
Philipp Thomas77c871a2010-04-19 16:59:02 -0400538#: e2fsck/pass1.c:1438
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500539msgid "ext attr block map"
540msgstr "ext attr block map"
541
Philipp Thomas77c871a2010-04-19 16:59:02 -0400542#: e2fsck/pass1.c:2163
543#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500544msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400545msgstr "%6lu(%c): erwartete %6lu erhielt phys %6lu (Blockanzahl %lld)\n"
Philipp Thomas40771272008-09-07 22:55:25 -0400546
Philipp Thomas77c871a2010-04-19 16:59:02 -0400547#: e2fsck/pass1.c:2515
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500548msgid "block bitmap"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400549msgstr "Block Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500550
Philipp Thomas77c871a2010-04-19 16:59:02 -0400551#: e2fsck/pass1.c:2519
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500552msgid "inode bitmap"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400553msgstr "Inode Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500554
Philipp Thomas77c871a2010-04-19 16:59:02 -0400555#: e2fsck/pass1.c:2523
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500556msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500557msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500558
Philipp Thomas77c871a2010-04-19 16:59:02 -0400559#: e2fsck/pass2.c:277
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500560msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400561msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500562
Philipp Thomas77c871a2010-04-19 16:59:02 -0400563#: e2fsck/pass2.c:799
Philipp Thomas720e6362008-06-21 14:06:00 -0400564msgid "Can not continue."
Philipp Thomas68801282008-07-17 11:47:00 -0400565msgstr "Fortsetzung nicht möglich."
Philipp Thomas720e6362008-06-21 14:06:00 -0400566
Philipp Thomas77c871a2010-04-19 16:59:02 -0400567#: e2fsck/pass3.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500568msgid "inode done bitmap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400569msgstr "»inode done«-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500570
Philipp Thomas77c871a2010-04-19 16:59:02 -0400571#: e2fsck/pass3.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500572msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500573msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500574
Philipp Thomas77c871a2010-04-19 16:59:02 -0400575#: e2fsck/pass3.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500576msgid "Pass 3"
577msgstr "Durchgang 3"
578
Philipp Thomas77c871a2010-04-19 16:59:02 -0400579#: e2fsck/pass3.c:320
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500580msgid "inode loop detection bitmap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400581msgstr "»inode loop detection«-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500582
Philipp Thomas77c871a2010-04-19 16:59:02 -0400583#: e2fsck/pass4.c:191
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500584msgid "Pass 4"
585msgstr "Durchgang 4"
586
Philipp Thomas77c871a2010-04-19 16:59:02 -0400587#: e2fsck/pass5.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500588msgid "Pass 5"
589msgstr "Durchgang 5"
590
Theodore Ts'obc759702005-05-09 20:40:55 -0400591#: e2fsck/problem.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500592msgid "(no prompt)"
593msgstr "(nicht interaktiv)"
594
Theodore Ts'obc759702005-05-09 20:40:55 -0400595#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500596msgid "Fix"
597msgstr "Repariere"
598
Theodore Ts'obc759702005-05-09 20:40:55 -0400599#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500600msgid "Clear"
601msgstr "Bereinige"
602
Theodore Ts'obc759702005-05-09 20:40:55 -0400603#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500604msgid "Relocate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400605msgstr "Zurücksetzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500606
Theodore Ts'obc759702005-05-09 20:40:55 -0400607#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500608msgid "Allocate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500609msgstr "Gebe frei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500610
Theodore Ts'obc759702005-05-09 20:40:55 -0400611#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500612msgid "Expand"
613msgstr "Erweitere"
614
Theodore Ts'obc759702005-05-09 20:40:55 -0400615#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500616msgid "Connect to /lost+found"
617msgstr "Verbinde nach /lost+found"
618
Theodore Ts'obc759702005-05-09 20:40:55 -0400619#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500620msgid "Create"
621msgstr "Erstelle"
622
Theodore Ts'obc759702005-05-09 20:40:55 -0400623#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500624msgid "Salvage"
625msgstr "Rette"
626
Theodore Ts'obc759702005-05-09 20:40:55 -0400627#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500628msgid "Truncate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400629msgstr "Verkürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500630
Theodore Ts'obc759702005-05-09 20:40:55 -0400631#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500632msgid "Clear inode"
633msgstr "Bereinige Inode"
634
Theodore Ts'obc759702005-05-09 20:40:55 -0400635#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500636msgid "Abort"
637msgstr "Abbrechen"
638
Theodore Ts'obc759702005-05-09 20:40:55 -0400639#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500640msgid "Split"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500641msgstr "Aufsplitten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500642
Theodore Ts'obc759702005-05-09 20:40:55 -0400643#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500644msgid "Continue"
645msgstr "Fortsetzen"
646
Theodore Ts'obc759702005-05-09 20:40:55 -0400647#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400648msgid "Clone multiply-claimed blocks"
649msgstr "multiply claimed block map"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500650
Theodore Ts'obc759702005-05-09 20:40:55 -0400651#: e2fsck/problem.c:65
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500652msgid "Delete file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400653msgstr "Lösche Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500654
Theodore Ts'obc759702005-05-09 20:40:55 -0400655#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500656msgid "Suppress messages"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400657msgstr "Ausgaben unterdrücken"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500658
Theodore Ts'obc759702005-05-09 20:40:55 -0400659#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500660msgid "Unlink"
661msgstr "Unlink"
662
Theodore Ts'obc759702005-05-09 20:40:55 -0400663#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500664msgid "Clear HTree index"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500665msgstr "Bereinige HTree-Index"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500666
Theodore Ts'obc759702005-05-09 20:40:55 -0400667#: e2fsck/problem.c:69
Theodore Ts'obc759702005-05-09 20:40:55 -0400668msgid "Recreate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400669msgstr "Zurücksetzen"
Theodore Ts'obc759702005-05-09 20:40:55 -0400670
671#: e2fsck/problem.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500672msgid "(NONE)"
673msgstr "(NICHTS)"
674
Theodore Ts'obc759702005-05-09 20:40:55 -0400675#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500676msgid "FIXED"
677msgstr "REPARIERT"
678
Theodore Ts'obc759702005-05-09 20:40:55 -0400679#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500680msgid "CLEARED"
681msgstr "BEREINIGT"
682
Theodore Ts'obc759702005-05-09 20:40:55 -0400683#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500684msgid "RELOCATED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400685msgstr "ZURÜCKGESETZT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500686
Theodore Ts'obc759702005-05-09 20:40:55 -0400687#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500688msgid "ALLOCATED"
689msgstr "FREIGEGEBEN"
690
Theodore Ts'obc759702005-05-09 20:40:55 -0400691#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500692msgid "EXPANDED"
693msgstr "ERWEITERT"
694
Theodore Ts'obc759702005-05-09 20:40:55 -0400695#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500696msgid "RECONNECTED"
697msgstr "WIEDER VERBUNDEN"
698
Theodore Ts'obc759702005-05-09 20:40:55 -0400699#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500700msgid "CREATED"
701msgstr "ANGELEGT"
702
Theodore Ts'obc759702005-05-09 20:40:55 -0400703#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500704msgid "SALVAGED"
705msgstr "GERETTET"
706
Theodore Ts'obc759702005-05-09 20:40:55 -0400707#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500708msgid "TRUNCATED"
709msgstr "BEENDET"
710
Theodore Ts'obc759702005-05-09 20:40:55 -0400711#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500712msgid "INODE CLEARED"
713msgstr "INODE BEREINIGT"
714
Theodore Ts'obc759702005-05-09 20:40:55 -0400715#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500716msgid "ABORTED"
717msgstr "ABGEBROCHEN"
718
Theodore Ts'obc759702005-05-09 20:40:55 -0400719#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500720msgid "SPLIT"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500721msgstr "ABGESPALTET"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500722
Theodore Ts'obc759702005-05-09 20:40:55 -0400723#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500724msgid "CONTINUING"
725msgstr "SETZE FORT"
726
Theodore Ts'obc759702005-05-09 20:40:55 -0400727#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400728msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400729msgstr "DOPPELTE/DEFEKTE BLÖCKE DUPLIZIERT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500730
Theodore Ts'obc759702005-05-09 20:40:55 -0400731#: e2fsck/problem.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500732msgid "FILE DELETED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400733msgstr "DATEI GELÖSCHT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500734
Theodore Ts'obc759702005-05-09 20:40:55 -0400735#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500736msgid "SUPPRESSED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400737msgstr "UNTERDRÜCKT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500738
Theodore Ts'obc759702005-05-09 20:40:55 -0400739#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500740msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500741msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500742
Theodore Ts'obc759702005-05-09 20:40:55 -0400743#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500744msgid "HTREE INDEX CLEARED"
745msgstr "HTREE INDEX BEREINIGT"
746
Theodore Ts'obc759702005-05-09 20:40:55 -0400747#: e2fsck/problem.c:97
Theodore Ts'obc759702005-05-09 20:40:55 -0400748msgid "WILL RECREATE"
749msgstr "ANGELEGT"
750
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400751#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400752#: e2fsck/problem.c:106
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500753msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400754msgstr "@b @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500755
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400756#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400757#: e2fsck/problem.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500758msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400759msgstr "@i @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500760
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400761#. @-expanded: inode table for group %g is not in group. (block %b)\n
762#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400763#: e2fsck/problem.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500764msgid ""
765"@i table for @g %g is not in @g. (@b %b)\n"
766"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
767msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400768"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
769"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500770
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400771#. @-expanded: \n
772#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
773#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
774#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
775#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
776#. @-expanded: e2fsck -b %S <device>\n
777#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400778#: e2fsck/problem.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500779#, c-format
780msgid ""
781"\n"
782"The @S could not be read or does not describe a correct ext2\n"
783"@f. If the @v is valid and it really contains an ext2\n"
784"@f (and not swap or ufs or something else), then the @S\n"
785"is corrupt, and you might try running e2fsck with an alternate @S:\n"
786" e2fsck -b %S <@v>\n"
787"\n"
788msgstr ""
789"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400790"@S ist unlesbar bzw. beschreibt kein gültiges ext2\n"
791"@f. Wenn @v gültig ist und ein ext2\n"
792"@f (kein swap oder ufs usw.) enthält, dann ist der @S\n"
793"beschädigt, und sie könnten e2fsck mit einem anderen @S:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500794" e2fsck -b %S <@v>\n"
795"\n"
796
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400797#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
798#. @-expanded: The physical size of the device is %c blocks\n
799#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400800#: e2fsck/problem.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500801msgid ""
802"The @f size (according to the @S) is %b @bs\n"
803"The physical size of the @v is %c @bs\n"
804"Either the @S or the partition table is likely to be corrupt!\n"
805msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400806"Die @f Größe ( laut @S) ist %b @bs\n"
807"Die physikalische Größe von @v ist %c @bs\n"
808"Entweder der @S oder die Partionstabelle ist beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500809
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400810#. @-expanded: superblock block_size = %b, fragsize = %c.\n
811#. @-expanded: This version of e2fsck does not support fragment sizes different\n
812#. @-expanded: from the block size.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400813#: e2fsck/problem.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500814msgid ""
815"@S @b_size = %b, fragsize = %c.\n"
816"This version of e2fsck does not support fragment sizes different\n"
817"from the @b size.\n"
818msgstr ""
819"@S @b_size = %b, fragsize = %c.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400820"Diese Version von e2fsck unterstützt keine von @b-Größen verschiedene Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500821
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400822#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400823#: e2fsck/problem.c:144
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500824msgid "@S @bs_per_group = %b, should have been %c\n"
825msgstr "@S @bs_per_group = %b, sollte %c sein.\n"
826
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400827#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400828#: e2fsck/problem.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500829msgid "@S first_data_@b = %b, should have been %c\n"
830msgstr "@S first_data_@b = %b, sollte %c haben.\n"
831
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400832#. @-expanded: filesystem did not have a UUID; generating one.\n
833#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400834#: e2fsck/problem.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500835msgid ""
836"@f did not have a UUID; generating one.\n"
837"\n"
838msgstr ""
839"@f hat keinen UUID ; generiere einen.\n"
840"\n"
841
Theodore Ts'obc759702005-05-09 20:40:55 -0400842#: e2fsck/problem.c:159
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400843#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500844msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400845"Note: if several inode or block bitmap blocks or part\n"
846"of the inode table require relocation, you may wish to try\n"
847"running e2fsck with the '-b %S' option first. The problem\n"
848"may lie only with the primary block group descriptors, and\n"
849"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500850"\n"
851msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400852"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
853"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
854"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400855"mit der Option »-b %S« zu starten. Das Problem könnte\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400856"im primären Blockgruppenbezeichner liegen, und seine\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500857"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500858"\n"
859
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400860#. @-expanded: Corruption found in superblock. (%s = %N).\n
861#: e2fsck/problem.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500862msgid "Corruption found in @S. (%s = %N).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400863msgstr "Beschädigung gefunden in @S. (%s = %N).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500864
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400865#. @-expanded: Error determining size of the physical device: %m\n
866#: e2fsck/problem.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500867#, c-format
868msgid "Error determining size of the physical @v: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400869msgstr "Fehler bei der Feststellung der Größe des physikalischen @v: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500870
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400871#. @-expanded: inode count in superblock is %i, should be %j.\n
872#: e2fsck/problem.c:178
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400873msgid "@i count in @S is %i, @s %j.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400874msgstr "@i-Anzahl in @S ist %i, sollte %j sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500875
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400876#: e2fsck/problem.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500877msgid "The Hurd does not support the filetype feature.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400878msgstr "Hurd unterstützt das Dateityp-Feature nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500879
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500880#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400881#: e2fsck/problem.c:187
Philipp Thomas77c871a2010-04-19 16:59:02 -0400882#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500883msgid "@S has an @n @j (@i %i).\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400884msgstr "@S hat ein defektes @j (@i %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500885
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400886#. @-expanded: External journal has multiple filesystem users (unsupported).\n
887#: e2fsck/problem.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500888msgid "External @j has multiple @f users (unsupported).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400889msgstr "Externes @j hat mehrere @f Nutzer (nicht unterstützt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500890
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400891#. @-expanded: Can't find external journal\n
892#: e2fsck/problem.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500893msgid "Can't find external @j\n"
894msgstr "Kann kein externes @j finden.\n"
895
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400896#. @-expanded: External journal has bad superblock\n
897#: e2fsck/problem.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500898msgid "External @j has bad @S\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400899msgstr "Externes @j hat ungültigen @S\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500900
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400901#. @-expanded: External journal does not support this filesystem\n
902#: e2fsck/problem.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500903msgid "External @j does not support this @f\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400904msgstr "Externes @j unterstützt nicht @f\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500905
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500906#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400907#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
908#. @-expanded: format.\n
909#. @-expanded: It is also possible the journal superblock is corrupt.\n
910#: e2fsck/problem.c:212
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500911msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500912"@f @j @S is unknown type %N (unsupported).\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400913"It is likely that your copy of e2fsck is old and/or doesn't support this @j format.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500914"It is also possible the @j @S is corrupt.\n"
915msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400916"Ext3 @j @S ist eine unbekannter Type %N (nicht unterstützt).\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400917"Es ist möglich, dass ihr e2fsck älter ist und/oder dieses @j Format nicht unterstützt.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400918"Es ist ebenso möglich, dass @j @S defekt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500919
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500920#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400921#: e2fsck/problem.c:220
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500922msgid "@j @S is corrupt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500923msgstr "Ext3 @j @S ist defekt.\n"
924
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500925#. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400926#: e2fsck/problem.c:225
Philipp Thomas77c871a2010-04-19 16:59:02 -0400927#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500928msgid "@S has_@j flag is clear, but a @j %s is present.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400929msgstr "ext3 Recovery-Flag sauber, aber ein @j %s ist vorhanden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500930
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500931#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400932#: e2fsck/problem.c:230
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500933msgid "@S needs_recovery flag is set, but no @j is present.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -0400934msgstr "@S hat das ext3 »needs_recovery«-Flag gesetzt, aber ein @j ist nicht 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 clear, but journal has data.\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400937#: e2fsck/problem.c:235
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500938msgid "@S needs_recovery flag is clear, but @j has data.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400939msgstr "ext3 Recovery-Flag sauber, aber das @j enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500940
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400941#. @-expanded: Clear journal
942#: e2fsck/problem.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500943msgid "Clear @j"
944msgstr "Bereinige @j"
945
Philipp Thomas77c871a2010-04-19 16:59:02 -0400946#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
947#: e2fsck/problem.c:245 e2fsck/problem.c:664
948msgid "@f has feature flag(s) set, but is a revision 0 @f. "
949msgstr "@f hat Eigenschfts-Kennzeichen gesetzt, ist aber ein Revision 0 @f. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500950
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400951#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400952#: e2fsck/problem.c:250
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500953msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
954msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
955
Philipp Thomas77c871a2010-04-19 16:59:02 -0400956#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
957#: e2fsck/problem.c:255
958msgid "@I %B (%b) found in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500959msgstr "@I @b #%B (%b) gefunden in @o @i %i.\n"
960
Philipp Thomas77c871a2010-04-19 16:59:02 -0400961#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
962#: e2fsck/problem.c:260
963msgid "Already cleared %B (%b) found in @o @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500964msgstr "bereits bereinigt @b #%B (%b) gefunden in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500965
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400966#. @-expanded: illegal orphaned inode %i in superblock.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400967#: e2fsck/problem.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500968#, c-format
969msgid "@I @o @i %i in @S.\n"
970msgstr "@I @o @i %i in @S.\n"
971
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400972#. @-expanded: illegal inode %i in orphaned inode list.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400973#: e2fsck/problem.c:270
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500974#, c-format
975msgid "@I @i %i in @o @i list.\n"
976msgstr "@I @i %i in @o @i Liste.\n"
977
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500978#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400979#: e2fsck/problem.c:275
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500980msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500981msgstr "Ext3 @j @S hat ein unbekanntes Nur-Lesen-Flag gesetzt.\n"
982
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500983#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400984#: e2fsck/problem.c:280
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500985msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500986msgstr "Ext3 @j @S hat ein unbekanntes Inkompatibel-Flag gesetzt.\n"
987
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400988#. @-expanded: journal version not supported by this e2fsck.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400989#: e2fsck/problem.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500990msgid "@j version not supported by this e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400991msgstr "@j Version wird von diesem e2fsck nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500992
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400993#. @-expanded: Moving journal from /%s to hidden inode.\n
994#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -0400995#: e2fsck/problem.c:290
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500996#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500997msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400998"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500999"\n"
1000msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001001"Verschiebe @j von /%s zum versteckten Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001002"\n"
1003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001004#. @-expanded: Error moving journal: %m\n
1005#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001006#: e2fsck/problem.c:295
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001007#, c-format
1008msgid ""
1009"Error moving @j: %m\n"
1010"\n"
1011msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001012"Fehler beim Verschieben von @j: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001013"\n"
1014
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001015#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1016#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1017#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001018#: e2fsck/problem.c:300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001019msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001020"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001021"Clearing fields beyond the V1 @j @S...\n"
1022"\n"
1023msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001024"Fand unvollständige V2 @j @S Felder (vom V1 Journal).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001025"Bereinige die Felder hinter V1 @j @S...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001026"\n"
1027
Philipp Thomas77c871a2010-04-19 16:59:02 -04001028#. @-expanded: Run journal anyway
1029#: e2fsck/problem.c:306
1030msgid "Run @j anyway"
1031msgstr "Starte @j trotzdem"
1032
1033#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1034#: e2fsck/problem.c:311
1035msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1036msgstr "Recovery-Kennzeichen in Backup @S nicht gesetzt, @j wird trotzdem gestartet.\n"
1037
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001038#. @-expanded: Backing up journal inode block information.\n
1039#. @-expanded: \n
1040#: e2fsck/problem.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001041msgid ""
1042"Backing up @j @i @b information.\n"
1043"\n"
1044msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001045"Sichere @j @i @b Information.\n"
1046"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001047
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001048#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1049#. @-expanded: is %N; should be zero.
1050#: e2fsck/problem.c:321
Theodore Ts'obc759702005-05-09 20:40:55 -04001051msgid ""
1052"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1053"is %N; @s zero. "
1054msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001055"Für @f ist resize_@i nicht eingeschaltet, aber s_reserved_gdt_@bs\n"
1056"ist %N; @s Null. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001057
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001058#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1059#: e2fsck/problem.c:327
1060msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001061msgstr "Resize_@i nicht aktiviert, aber die zu modifgizierende Inod ist nicht-Null."
Theodore Ts'obc759702005-05-09 20:40:55 -04001062
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001063#. @-expanded: Resize inode not valid.
1064#: e2fsck/problem.c:332
Theodore Ts'obc759702005-05-09 20:40:55 -04001065msgid "Resize @i not valid. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001066msgstr "@r ist kein @d. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001067
Philipp Thomas77c871a2010-04-19 16:59:02 -04001068#. @-expanded: superblock last mount time (%t,\n
1069#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001070#: e2fsck/problem.c:337
Philipp Thomas77c871a2010-04-19 16:59:02 -04001071msgid ""
1072"@S last mount time (%t,\n"
1073"\tnow = %T) is in the future.\n"
1074msgstr ""
1075"Der Zeitpunkt des letzten Einhängens von @S (%t,\n"
1076"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001077
Philipp Thomas77c871a2010-04-19 16:59:02 -04001078#. @-expanded: superblock last write time (%t,\n
1079#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001080#: e2fsck/problem.c:342
Philipp Thomas77c871a2010-04-19 16:59:02 -04001081msgid ""
1082"@S last write time (%t,\n"
1083"\tnow = %T) is in the future.\n"
1084msgstr ""
1085"Der Zeitpunkt des letzten Schreibens von @S (%t,\n"
1086"\tjetzt = %T) liegt in der Zukunft.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001087
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001088#. @-expanded: superblock hint for external superblock should be %X.
1089#: e2fsck/problem.c:346
1090#, c-format
1091msgid "@S hint for external superblock @s %X. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001092msgstr "@S Hinweis für externen Superblock @s %X"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001093
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001094#. @-expanded: Adding dirhash hint to filesystem.\n
1095#. @-expanded: \n
1096#: e2fsck/problem.c:351
1097msgid ""
1098"Adding dirhash hint to @f.\n"
1099"\n"
1100msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001101"Füge Verzeinishash-Hilfe zu @f hinzu.\n"
1102"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001103
Philipp Thomas720e6362008-06-21 14:06:00 -04001104#. @-expanded: group descriptor %g checksum is invalid.
1105#: e2fsck/problem.c:356
1106#, c-format
1107msgid "@g descriptor %g checksum is invalid. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001108msgstr "Prüfsumme von @g -Deskriptor %g ist ungültig. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001109
1110#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1111#: e2fsck/problem.c:361
1112#, c-format
1113msgid "@g descriptor %g marked uninitialized without feature set.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001114msgstr "@g -Deskriptor %g ist als nicht initialisiert gekennzeichnet ohne eine gesetzte Eigenschaft.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001115
1116#. @-expanded: group %g block bitmap uninitialized but inode bitmap in use.\n
1117#: e2fsck/problem.c:366
1118#, c-format
1119msgid "@g %g @b @B uninitialized but @i @B in use.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001120msgstr "Die @b @B von @g %g ist nicht initialisiert aber @i @B wird verwendet.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001121
1122#. @-expanded: group descriptor %g has invalid unused inodes count %b.
1123#: e2fsck/problem.c:371
1124msgid "@g descriptor %g has invalid unused inodes count %b. "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001125msgstr "@g Deskriptor %g hat eine ungültige Anzahl ungenutzter Inodes von %b. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001126
1127#. @-expanded: Last group block bitmap uninitialized.
1128#: e2fsck/problem.c:376
1129msgid "Last @g @b @B uninitialized. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001130msgstr "Die letzte @g @b @B ist nicht initialisiert. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001131
1132#: e2fsck/problem.c:381
1133#, c-format
1134msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001135msgstr "Journaltransaktion %i war beschädigt, die Wiederholung wurde abgegrochen.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001136
1137#: e2fsck/problem.c:385
1138msgid "The test_fs flag is set (and ext4 is available). "
Philipp Thomas77c871a2010-04-19 16:59:02 -04001139msgstr "Die Kennung test_fs wurde gesetzt (und ext4 ist verfügbar). "
1140
1141#. @-expanded: superblock last mount time is in the future.\n
1142#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1143#. @-expanded: set)
1144#: e2fsck/problem.c:390
1145msgid ""
1146"@S last mount time is in the future.\n"
1147"\t(by less than a day, probably due to the hardware clock being incorrectly set) "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001148msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04001149"Der Zeitpunkt des letzten Einhängens von @S liegt in der Zukunft.\n"
1150"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-Uhr) "
1151
1152#. @-expanded: superblock last write time is in the future.\n
1153#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1154#. @-expanded: set).
1155#: e2fsck/problem.c:396
1156msgid ""
1157"@S last write time is in the future.\n"
1158"\t(by less than a day, probably due to the hardware clock being incorrectly set). "
1159msgstr ""
1160"Der Zeitpunkt des letzten Schreibens von @S liegt in der Zukunft.\n"
1161"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-Uhr) "
1162
1163#. @-expanded: One or more block group descriptor checksums are invalid.
1164#: e2fsck/problem.c:402
1165msgid "One or more @b @g descriptor checksums are invalid. "
1166msgstr "Die Prüfsumme eines oder mehrerer @g -Deskriptoren ist ungültig. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001168#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001169#: e2fsck/problem.c:409
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001170msgid "Pass 1: Checking @is, @bs, and sizes\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001171msgstr "Durchgang 1: Prüfe @is, @bs, und Größen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001172
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001173#. @-expanded: root inode is not a directory.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001174#: e2fsck/problem.c:413
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001175msgid "@r is not a @d. "
1176msgstr "@r ist kein @d. "
1177
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001178#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001179#: e2fsck/problem.c:418
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001180msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001181msgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001182
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001183#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001184#: e2fsck/problem.c:423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001185msgid "Reserved @i %i (%Q) has @n mode. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001186msgstr "Reservierte @i %i %Q hat einen falschen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001187
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001188#. @-expanded: deleted inode %i has zero dtime.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001189#: e2fsck/problem.c:428
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001190#, c-format
1191msgid "@D @i %i has zero dtime. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001192msgstr "@D @i %i hat \"zero dtime\". "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001193
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001194#. @-expanded: inode %i is in use, but has dtime set.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001195#: e2fsck/problem.c:433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001196#, c-format
1197msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001198msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001200#. @-expanded: inode %i is a zero-length directory.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001201#: e2fsck/problem.c:438
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001202#, c-format
1203msgid "@i %i is a @z @d. "
1204msgstr "@i %i ist ein @z @d. "
1205
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001206#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001207#: e2fsck/problem.c:443
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001208msgid "@g %g's @b @B at %b @C.\n"
1209msgstr "@g %g's @b @B auf %b @C.\n"
1210
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001211#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001212#: e2fsck/problem.c:448
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001213msgid "@g %g's @i @B at %b @C.\n"
1214msgstr "@g %g's @i @B auf %b @C.\n"
1215
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001216#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001217#: e2fsck/problem.c:453
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001218msgid "@g %g's @i table at %b @C.\n"
1219msgstr "@g %g's @i Tabelle auf %b @C.\n"
1220
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001221#. @-expanded: group %g's block bitmap (%b) is bad.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001222#: e2fsck/problem.c:458
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001223msgid "@g %g's @b @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001224msgstr "@g %g's @b @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001225
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001226#. @-expanded: group %g's inode bitmap (%b) is bad.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001227#: e2fsck/problem.c:463
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001228msgid "@g %g's @i @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001229msgstr "@g %g's @i @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001230
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001231#. @-expanded: inode %i, i_size is %Is, should be %N.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001232#: e2fsck/problem.c:468
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001233msgid "@i %i, i_size is %Is, @s %N. "
1234msgstr "@i %i, i_size ist %Is, @s %N. "
1235
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001236#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001237#: e2fsck/problem.c:473
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001238msgid "@i %i, i_@bs is %Ib, @s %N. "
1239msgstr "@i %i, i_@bs ist %Ib, @s %N. "
1240
Philipp Thomas77c871a2010-04-19 16:59:02 -04001241#. @-expanded: illegal %B (%b) in inode %i.
1242#: e2fsck/problem.c:478
1243msgid "@I %B (%b) in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001244msgstr "@I @b #%B (%b) in @i %i. "
1245
Philipp Thomas77c871a2010-04-19 16:59:02 -04001246#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1247#: e2fsck/problem.c:483
1248msgid "%B (%b) overlaps @f metadata in @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001249msgstr "@b #%B (%b) überlappt @f metadata in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001250
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001251#. @-expanded: inode %i has illegal block(s).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001252#: e2fsck/problem.c:488
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001253#, c-format
1254msgid "@i %i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001255msgstr "@i %i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001257#. @-expanded: Too many illegal blocks in inode %i.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001258#: e2fsck/problem.c:493
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001259#, c-format
1260msgid "Too many illegal @bs in @i %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001261msgstr "Zu viele unzulässige @bs in @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001262
Philipp Thomas77c871a2010-04-19 16:59:02 -04001263#. @-expanded: illegal %B (%b) in bad block inode.
1264#: e2fsck/problem.c:498
1265msgid "@I %B (%b) in bad @b @i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001266msgstr "@I @b #%B (%b) in bad @b @i. "
1267
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001268#. @-expanded: Bad block inode has illegal block(s).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001269#: e2fsck/problem.c:503
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001270msgid "Bad @b @i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001271msgstr "Bad @b @i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001272
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001273#. @-expanded: Duplicate or bad block in use!\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001274#: e2fsck/problem.c:508
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001275msgid "Duplicate or bad @b in use!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001276msgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001277
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001278#. @-expanded: Bad block %b used as bad block inode indirect block.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001279#: e2fsck/problem.c:513
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001280msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001281msgstr "Bad @b %b benutzt als bad @b @i indirekt @b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001282
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001283#. @-expanded: \n
1284#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1285#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1286#. @-expanded: in the filesystem.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001287#: e2fsck/problem.c:518
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001288msgid ""
1289"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001290"The bad @b @i has probably been corrupted. You probably\n"
1291"should stop now and run e2fsck -c to scan for bad blocks\n"
1292"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001293msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001294"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001295"Defekter @b @i ist wahrscheinlich beschädigt worden. Sie sollten\n"
1296"nun eher innehalten und »e2fsck -c« ausführen, um nach defekten\n"
1297"Blöcken in @f zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001298
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001299#. @-expanded: \n
1300#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001301#: e2fsck/problem.c:525
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001302msgid ""
1303"\n"
1304"If the @b is really bad, the @f can not be fixed.\n"
1305msgstr ""
1306"\n"
1307"Wenn der @b wirklich defekt ist, kann der @f nicht repariert werden.\n"
1308
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001309#. @-expanded: You can remove this block from the bad block list and hope\n
1310#. @-expanded: that the block is really OK. But there are no guarantees.\n
1311#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001312#: e2fsck/problem.c:530
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001313msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001314"You can remove this @b from the bad @b list and hope\n"
1315"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001316"\n"
1317msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001318"Sie können @b von der @b - Liste löschen \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001319"und hoffen das @b wirklich in Ordnung ist, es \n"
1320"gibt aber KEINE GARANTIEN.\n"
1321"\n"
1322
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001323#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001324#: e2fsck/problem.c:536
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001325msgid "The primary @S (%b) is on the bad @b list.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001326msgstr "Der primäre @S (%b) ist auf der bad @b Liste.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001328#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001329#: e2fsck/problem.c:541
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001330msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001331msgstr "Block %b im primären Deskriptor @g ist auf der bad @b Liste\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001332
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001333#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001334#: e2fsck/problem.c:547
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001335msgid "Warning: Group %g's @S (%b) is bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001336msgstr "Warnung: Gruppe %g's @S (%b) ist ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001337
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001338#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001339#: e2fsck/problem.c:552
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001340msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001341msgstr "Warnung: Gruppe %g's Kopie vom Deskriptor @g hat einen bad @b (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001342
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001343#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001344#: e2fsck/problem.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001345msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1346msgstr "Programmfehler? @b #%b verlangt ohne Grund in process_bad_@b.\n"
1347
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001348#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001349#: e2fsck/problem.c:564
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001350msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1351msgstr "@A %N grenzt an @b(s) in @b @g %g for %s: %m\n"
1352
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001353#. @-expanded: error allocating block buffer for relocating %s\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001354#: e2fsck/problem.c:569
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001355#, c-format
1356msgid "@A @b buffer for relocating %s\n"
1357msgstr "@A @b Puffer zum Verschieben %s\n"
1358
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001359#. @-expanded: Relocating group %g's %s from %b to %c...\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001360#: e2fsck/problem.c:574
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001361msgid "Relocating @g %g's %s from %b to %c...\n"
1362msgstr "Verschiebe @g %g's %s von %b nach %c...\n"
1363
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001364#. @-expanded: Relocating group %g's %s to %c...\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001365#: e2fsck/problem.c:579
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001366#, c-format
1367msgid "Relocating @g %g's %s to %c...\n"
1368msgstr "Verschiebe @g %g's %s nach %c...\n"
1369
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001370#. @-expanded: Warning: could not read block %b of %s: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001371#: e2fsck/problem.c:584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001372msgid "Warning: could not read @b %b of %s: %m\n"
1373msgstr "Warnung: kann @b %b von %s: %m nicht lesen\n"
1374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001375#. @-expanded: Warning: could not write block %b for %s: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001376#: e2fsck/problem.c:589
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001377msgid "Warning: could not write @b %b for %s: %m\n"
1378msgstr "Warnung: kann @b %b von %s: %m nicht schreiben\n"
1379
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001380#. @-expanded: error allocating inode bitmap (%N): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001381#: e2fsck/problem.c:594 e2fsck/problem.c:1400
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001382msgid "@A @i @B (%N): %m\n"
1383msgstr "@A @i @B (%N): %m\n"
1384
1385#. @-expanded: error allocating block bitmap (%N): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001386#: e2fsck/problem.c:599
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001387msgid "@A @b @B (%N): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001388msgstr "@A @i @B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001389
1390#. @-expanded: error allocating icount link information: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001391#: e2fsck/problem.c:604
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001392#, c-format
1393msgid "@A icount link information: %m\n"
1394msgstr "@A icount link information: %m\n"
1395
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001396#. @-expanded: error allocating directory block array: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001397#: e2fsck/problem.c:609
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001398#, c-format
1399msgid "@A @d @b array: %m\n"
1400msgstr "@A @d @b array: %m\n"
1401
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001402#. @-expanded: Error while scanning inodes (%i): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001403#: e2fsck/problem.c:614
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001404#, c-format
1405msgid "Error while scanning @is (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001406msgstr "Fehler während der Suche @is (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001407
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001408#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001409#: e2fsck/problem.c:619
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001410#, c-format
1411msgid "Error while iterating over @bs in @i %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001412msgstr "Fehler beim Iterieren über @bs in @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001414#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001415#: e2fsck/problem.c:624
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001416msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001417msgstr "Fehler beim Speichern von @i count Informationen (@i=%i, count=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001418
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001419#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001420#: e2fsck/problem.c:629
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001421msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001422msgstr "Fehler beim Speichern @d @b Informationen (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001424#. @-expanded: Error reading inode %i: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001425#: e2fsck/problem.c:635
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001426#, c-format
1427msgid "Error reading @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001428msgstr "Fehler beim Lesen von @i %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001429
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001430#. @-expanded: inode %i has imagic flag set.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001431#: e2fsck/problem.c:643
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001432#, c-format
1433msgid "@i %i has imagic flag set. "
1434msgstr "@i %i hat Imagic-Flag gesetzt. "
1435
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001436#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1437#. @-expanded: or append-only flag set.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001438#: e2fsck/problem.c:648
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001439#, c-format
1440msgid ""
1441"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1442"or append-only flag set. "
1443msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001444"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001445"oder append-only Flag gesetzt. "
1446
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001447#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001448#: e2fsck/problem.c:654
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001449#, c-format
1450msgid "@i %i has @cion flag set on @f without @cion support. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001451msgstr "@i %i hat @cion Flag gesetzt auf @f ohne @cion Unterstützung. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001452
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001453#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001454#: e2fsck/problem.c:659
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001455#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001456msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1457msgstr ""
1458"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
1459"oder append-only Flag gesetzt. "
1460
1461#. @-expanded: journal inode is not in use, but contains data.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001462#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001463msgid "@j @i is not in use, but contains data. "
1464msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
1465
1466#. @-expanded: journal is not regular file.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001467#: e2fsck/problem.c:674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001468msgid "@j is not regular file. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001469msgstr "@j ist keine reguläre Datei. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001470
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001471#. @-expanded: inode %i was part of the orphaned inode list.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001472#: e2fsck/problem.c:679
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001473#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001474msgid "@i %i was part of the @o @i list. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001475msgstr "@i %i war Teil der orphaned @i Liste. "
1476
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001477#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001478#: e2fsck/problem.c:685
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001479msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001480msgstr "@is, die Teile einer defekten Liste mit verwaisten Links waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001482#. @-expanded: error allocating refcount structure (%N): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001483#: e2fsck/problem.c:690
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001484msgid "@A refcount structure (%N): %m\n"
1485msgstr "@A icount structure: %m\n"
1486
1487#. @-expanded: Error reading extended attribute block %b for inode %i.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001488#: e2fsck/problem.c:695
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001489msgid "Error reading @a @b %b for @i %i. "
1490msgstr "Fehler beim Lesen @a @b %b for @i %i. "
1491
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001492#. @-expanded: inode %i has a bad extended attribute block %b.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001493#: e2fsck/problem.c:700
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001494msgid "@i %i has a bad @a @b %b. "
1495msgstr "@i %i hat defekten @a @b %b. "
1496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001497#. @-expanded: Error reading extended attribute block %b (%m).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001498#: e2fsck/problem.c:705
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001499msgid "Error reading @a @b %b (%m). "
1500msgstr "Fehler beim Lesen @a @b %b (%m). "
1501
Philipp Thomas77c871a2010-04-19 16:59:02 -04001502#. @-expanded: extended attribute block %b has reference count %r, should be %N.
1503#: e2fsck/problem.c:710
1504msgid "@a @b %b has reference count %r, @s %N. "
1505msgstr "@a @b %b hat den Referenzzähler %r, richtig wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001506
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001507#. @-expanded: Error writing extended attribute block %b (%m).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001508#: e2fsck/problem.c:715
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001509msgid "Error writing @a @b %b (%m). "
1510msgstr "Fehler beim Schreiben @a @b %b (%m). "
1511
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001512#. @-expanded: extended attribute block %b has h_blocks > 1.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001513#: e2fsck/problem.c:720
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001514msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001515msgstr "@a @b %b hat h_blocks > 1. "
1516
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001517#. @-expanded: error allocating extended attribute block %b.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001518#: e2fsck/problem.c:725
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001519msgid "@A @a @b %b. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001520msgstr "@A @a @b %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001521
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001522#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001523#: e2fsck/problem.c:730
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001524msgid "@a @b %b is corrupt (allocation collision). "
1525msgstr "@a @b %b ist defekt (allocation collision). "
1526
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001527#. @-expanded: extended attribute block %b is corrupt (invalid name).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001528#: e2fsck/problem.c:735
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001529msgid "@a @b %b is corrupt (@n name). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001530msgstr "@a @b %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001531
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001532#. @-expanded: extended attribute block %b is corrupt (invalid value).
Philipp Thomas77c871a2010-04-19 16:59:02 -04001533#: e2fsck/problem.c:740
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001534msgid "@a @b %b is corrupt (@n value). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001535msgstr "@a @b %b ist defekt (ungültiger Wert). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001536
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001537#. @-expanded: inode %i is too big.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001538#: e2fsck/problem.c:745
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001539#, c-format
1540msgid "@i %i is too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001541msgstr "@i %i ist zu groß. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001542
Philipp Thomas77c871a2010-04-19 16:59:02 -04001543#. @-expanded: %B (%b) causes directory to be too big.
1544#: e2fsck/problem.c:749
1545msgid "%B (%b) causes @d to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001546msgstr "@b #%B (%b) macht @d zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001547
Philipp Thomas77c871a2010-04-19 16:59:02 -04001548#: e2fsck/problem.c:754
1549msgid "%B (%b) causes file to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001550msgstr "@b #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001551
Philipp Thomas77c871a2010-04-19 16:59:02 -04001552#: e2fsck/problem.c:759
1553msgid "%B (%b) causes symlink to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001554msgstr "@b #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001555
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001556#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001557#: e2fsck/problem.c:764
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001558#, c-format
1559msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001560msgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001561
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001562#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001563#: e2fsck/problem.c:769
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001564#, c-format
1565msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1566msgstr "@i %i hat INDEX_FL flag gesetzt, ist aber kein @d.\n"
1567
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001568#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001569#: e2fsck/problem.c:774
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001570#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001571msgid "@h %i has an @n root node.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001572msgstr "@h %i hat einen unvollständigen root node.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001573
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001574#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001575#: e2fsck/problem.c:779
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001576msgid "@h %i has an unsupported hash version (%N)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001577msgstr "@h %i hat eine nicht unterstützte hash-Version (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001578
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001579#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001580#: e2fsck/problem.c:784
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001581#, c-format
1582msgid "@h %i uses an incompatible htree root node flag.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001583msgstr "@h %i benutzt einen nicht unterstützten htree root node flag.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001584
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001585#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001586#: e2fsck/problem.c:789
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001587msgid "@h %i has a tree depth (%N) which is too big\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001588msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001589
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001590#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1591#. @-expanded: filesystem metadata.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001592#: e2fsck/problem.c:794
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001593msgid ""
1594"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1595"@f metadata. "
1596msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001597"Defekter @b @i hat einen indirekten @b (%b), der mit\n"
1598"den @f Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001599
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001600#. @-expanded: Resize inode (re)creation failed: %m.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001601#: e2fsck/problem.c:800
Theodore Ts'obc759702005-05-09 20:40:55 -04001602#, c-format
1603msgid "Resize @i (re)creation failed: %m."
Philipp Thomas9564ee52008-08-22 03:22:50 -04001604msgstr "Erzeugung von Vergrösserungs-@i scheiterte: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001605
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001606#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001607#: e2fsck/problem.c:805
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001608msgid "@i %i has a extra size (%IS) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001609msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001610
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001611#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001612#: e2fsck/problem.c:810
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001613msgid "@a in @i %i has a namelen (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001614msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001615
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001616#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001617#: e2fsck/problem.c:815
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001618msgid "@a in @i %i has a value offset (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001619msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001620
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001621#. @-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 -04001622#: e2fsck/problem.c:820
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001623msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001624msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001625
Philipp Thomas77c871a2010-04-19 16:59:02 -04001626#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1627#: e2fsck/problem.c:825
1628msgid "@a in @i %i has a value size (%N) which is @n\n"
1629msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1630
Philipp Thomas720e6362008-06-21 14:06:00 -04001631#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001632#: e2fsck/problem.c:830
Philipp Thomas720e6362008-06-21 14:06:00 -04001633msgid "@a in @i %i has a hash (%N) which is @n\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001634msgstr "@a in %i hat einen @n Hashwert von (%N)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001635
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001636#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001637#: e2fsck/problem.c:835
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001638msgid "@i %i is a %It but it looks like it is really a directory.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001639msgstr "@i ist ein %It aber es sieht so aus, als ob es tatsächlich ein Verzeichnis ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001640
Philipp Thomas40771272008-09-07 22:55:25 -04001641#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001642#: e2fsck/problem.c:840
Philipp Thomas68801282008-07-17 11:47:00 -04001643#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001644msgid "Error while reading over @x tree in @i %i: %m\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001645msgstr "Fehler beim Iterieren über Baum @x in @i %i: %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001646
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001647#. @-expanded: Failed to iterate extents in inode %i\n
1648#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001649#: e2fsck/problem.c:845
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001650msgid ""
1651"Failed to iterate extents in @i %i\n"
1652"\t(op %s, blk %b, lblk %c): %m\n"
1653msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04001654"Das Iterieren der Extents in @i %i scheiterte\n"
1655"\t(op %s, blk %b, lblk %c): %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001656
1657#. @-expanded: inode %i has an invalid extent\n
1658#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001659#: e2fsck/problem.c:851
Philipp Thomas720e6362008-06-21 14:06:00 -04001660msgid ""
1661"@i %i has an @n extent\n"
1662"\t(logical @b %c, @n physical @b %b, len %N)\n"
1663msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04001664"@i %i hat eine @n Erweiterung\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001665"\t(logischer @b %c, @n physischer @b %b, Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001666
1667#. @-expanded: inode %i has an invalid extent\n
1668#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001669#: e2fsck/problem.c:856
Philipp Thomas720e6362008-06-21 14:06:00 -04001670msgid ""
1671"@i %i has an @n extent\n"
1672"\t(logical @b %c, physical @b %b, @n len %N)\n"
1673msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04001674"@i %i hat eine @n Erweiterung\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001675"\t(logischer @b %c, physischer @b %b, @n Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001676
1677#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001678#: e2fsck/problem.c:861
Philipp Thomas720e6362008-06-21 14:06:00 -04001679#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001680msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001681msgstr "@i %i hat EXTENTS_FL Kennung auf einem @f ohne Unterstützung für Erweiterungen.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001682
1683#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001684#: e2fsck/problem.c:866
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001685#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001686msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001687msgstr "@i %i besitzt das Erweiterungsformat, aber dem @S fehlt die Eigenschaft EXTENTS\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001688
1689#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001690#: e2fsck/problem.c:871
Philipp Thomas720e6362008-06-21 14:06:00 -04001691#, c-format
1692msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001693msgstr "@i %i fehlt EXTENT_FL, aber hat das Format einer Erweiterungs-@i\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001694
Philipp Thomas77c871a2010-04-19 16:59:02 -04001695#: e2fsck/problem.c:876
Philipp Thomas720e6362008-06-21 14:06:00 -04001696#, c-format
1697msgid "Fast symlink %i has EXTENT_FL set. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001698msgstr "Schneller Symlink %i hat EXTENT_FL gesetzt. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001699
1700#. @-expanded: inode %i has out of order extents\n
1701#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001702#: e2fsck/problem.c:881
Philipp Thomas720e6362008-06-21 14:06:00 -04001703msgid ""
1704"@i %i has out of order extents\n"
1705"\t(@n logical @b %c, physical @b %b, len %N)\n"
1706msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04001707"@i %i hat unregelmässige Erweitertungen\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001708"\t(@n logischer @b %c, physischer @b %b, Länge %N)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001709
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001710#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001711#: e2fsck/problem.c:885
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001712msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001713msgstr "@i %i hat einen ungültigen Extent-Knoten (blk %b, lblk %c)\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001714
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001715#. @-expanded: \n
1716#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1717#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001718#: e2fsck/problem.c:892
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001719msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001720"\n"
1721"Running additional passes to resolve @bs claimed by more than one @i...\n"
1722"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001723msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001724"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001725"Doppelter @bs gefunden... starte Scan nach doppelten @b.\n"
1726"Durchgang 1B: Suche nach doppelten/defekten @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001727
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001728#. @-expanded: multiply-claimed block(s) in inode %i:
Philipp Thomas77c871a2010-04-19 16:59:02 -04001729#: e2fsck/problem.c:898
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001730#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001731msgid "@m @b(s) in @i %i:"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001732msgstr "@m @b(s) in @i %i:"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001733
Philipp Thomas77c871a2010-04-19 16:59:02 -04001734#: e2fsck/problem.c:913
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001735#, c-format
1736msgid "Error while scanning inodes (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001737msgstr "Fehlen beim Prüfen von Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001738
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001739#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001740#: e2fsck/problem.c:918
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001741#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001742msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001743msgstr "@A @i @B (inode_dup_map): %m\n"
1744
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001745#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001746#: e2fsck/problem.c:923
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001747#, c-format
1748msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001749msgstr "Fehler beim Durchlaufen der @bs in @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001750
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001751#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001752#: e2fsck/problem.c:928 e2fsck/problem.c:1244
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001753msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001754msgstr "Fehler bei der Anpassung des refcount für @a @b %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001755
Theodore Ts'o6956f612005-12-31 16:46:15 -05001756#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001757#: e2fsck/problem.c:934
Theodore Ts'o6956f612005-12-31 16:46:15 -05001758msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001759msgstr "Durchgang 1C: Prüfe Verzeichnisse nach @is mit doppelten @bs.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001760
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001761#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001762#: e2fsck/problem.c:940
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001763msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001764msgstr "Durchgang 1D: Gleiche doppelte @bs ab\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001765
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001766#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001767#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
1768#: e2fsck/problem.c:945
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001769msgid ""
1770"File %Q (@i #%i, mod time %IM) \n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04001771" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001772msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04001773"Datei %Q (@i #%i, Modifikationszeitpunkt %IM) \n"
1774" hat %B doppelte @b(s), gemeinsam genutzt mit %N Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001775
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001776#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001777#: e2fsck/problem.c:951
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001778msgid "\t%Q (@i #%i, mod time %IM)\n"
1779msgstr "\t%Q (@i #%i, mod time %IM)\n"
1780
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001781#. @-expanded: \t<filesystem metadata>\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001782#: e2fsck/problem.c:956
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001783msgid "\t<@f metadata>\n"
1784msgstr "\t<@f metadata>\n"
1785
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001786#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1787#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001788#: e2fsck/problem.c:961
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001789msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001790"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001791"\n"
1792msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001793"(es gibt %N @is, die doppelte/defekte @bs enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001794"\n"
1795
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001796#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1797#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001798#: e2fsck/problem.c:966
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001799msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001800"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001801"\n"
1802msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001803"Duplizierte @bs bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001804"\n"
1805
Philipp Thomas77c871a2010-04-19 16:59:02 -04001806#: e2fsck/problem.c:979
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001807#, c-format
1808msgid "Couldn't clone file: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001809msgstr "Kann die Datei %m nicht klonen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001810
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001811#. @-expanded: Pass 2: Checking directory structure\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001812#: e2fsck/problem.c:985
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001813msgid "Pass 2: Checking @d structure\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001814msgstr "Durchgang 2: Prüfe @d Struktur\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001815
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001816#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001817#: e2fsck/problem.c:990
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001818#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001819msgid "@n @i number for '.' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001820msgstr "Falsche @i Nummer für ».« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001821
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001822#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001823#: e2fsck/problem.c:995
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001824msgid "@E has @n @i #: %Di.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001825msgstr "@E hat falsche @i #: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001826
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001827#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Philipp Thomas77c871a2010-04-19 16:59:02 -04001828#: e2fsck/problem.c:1000
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001829msgid "@E has @D/unused @i %Di. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001830msgstr "@E hat @D/unbenutzt @i %Di. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001831
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001832#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Philipp Thomas77c871a2010-04-19 16:59:02 -04001833#: e2fsck/problem.c:1005
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001834msgid "@E @L to '.' "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001835msgstr "@E @L nach ».« "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001836
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001837#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001838#: e2fsck/problem.c:1010
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001839msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001840msgstr "@E zeigt auf @i (%Di) in einem defekten @b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001841
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001842#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001843#: e2fsck/problem.c:1015
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001844msgid "@E @L to @d %P (%Di).\n"
1845msgstr "@E @L nach @d %P (%Di).\n"
1846
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001847#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001848#: e2fsck/problem.c:1020
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001849msgid "@E @L to the @r.\n"
1850msgstr "@E @L zur @r.\n"
1851
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001852#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001853#: e2fsck/problem.c:1025
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001854msgid "@E has illegal characters in its name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001855msgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001856
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001857#. @-expanded: Missing '.' in directory inode %i.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001858#: e2fsck/problem.c:1030
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001859#, c-format
1860msgid "Missing '.' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001861msgstr "Fehlende ».« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001862
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001863#. @-expanded: Missing '..' in directory inode %i.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001864#: e2fsck/problem.c:1035
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001865#, c-format
1866msgid "Missing '..' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001867msgstr "Fehlende »..« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001868
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001869#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001870#: e2fsck/problem.c:1040
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001871msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001872msgstr "Erster @e »%Dn« (inode=%Di) in @d @i %i (%p) @s ».«\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001873
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001874#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001875#: e2fsck/problem.c:1045
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001876msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001877msgstr "Zweiter @e »%Dn« (inode=%Di) in @d @i %i @s »..«\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001878
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001879#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001880#: e2fsck/problem.c:1050
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001881msgid "i_faddr @F %IF, @s zero.\n"
1882msgstr "i_faddr @F %IF, @s null.\n"
1883
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001884#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001885#: e2fsck/problem.c:1055
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001886msgid "i_file_acl @F %If, @s zero.\n"
1887msgstr "i_file_acl @F %If, @s null.\n"
1888
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001889#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001890#: e2fsck/problem.c:1060
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001891msgid "i_dir_acl @F %Id, @s zero.\n"
1892msgstr "i_dir_acl @F %Id, @s null.\n"
1893
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001894#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001895#: e2fsck/problem.c:1065
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001896msgid "i_frag @F %N, @s zero.\n"
1897msgstr "i_frag @F %N, @s null.\n"
1898
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001899#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001900#: e2fsck/problem.c:1070
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001901msgid "i_fsize @F %N, @s zero.\n"
1902msgstr "i_fsize @F %N, @s null.\n"
1903
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001904#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001905#: e2fsck/problem.c:1075
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001906msgid "@i %i (%Q) has @n mode (%Im).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001907msgstr "@i %i (%Q) hat einen falschen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001908
Philipp Thomas77c871a2010-04-19 16:59:02 -04001909#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
1910#: e2fsck/problem.c:1080
1911msgid "@d @i %i, %B, offset %N: @d corrupted\n"
1912msgstr "@d @i %i, @b %B, Offset %N: @d defekt\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001913
Philipp Thomas77c871a2010-04-19 16:59:02 -04001914#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
1915#: e2fsck/problem.c:1085
1916msgid "@d @i %i, %B, offset %N: filename too long\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001917msgstr "@d @i %i, @b %B, offset %N: Dateiname zu lang\n"
1918
Philipp Thomas77c871a2010-04-19 16:59:02 -04001919#. @-expanded: directory inode %i has an unallocated %B.
1920#: e2fsck/problem.c:1090
1921msgid "@d @i %i has an unallocated %B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001922msgstr "@d @i %i hat einen nicht zugewiesenen @b #%B. "
1923
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001924#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001925#: e2fsck/problem.c:1095
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001926#, c-format
1927msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001928msgstr "».« @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001929
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001930#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001931#: e2fsck/problem.c:1100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001932#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001933msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001934msgstr "»..« @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001935
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001936#. @-expanded: inode %i (%Q) is an illegal character device.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001937#: e2fsck/problem.c:1105
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001938msgid "@i %i (%Q) is an @I character @v.\n"
1939msgstr "@i %i (%Q) ist ein @I Zeichen @v.\n"
1940
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001941#. @-expanded: inode %i (%Q) is an illegal block device.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001942#: e2fsck/problem.c:1110
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001943msgid "@i %i (%Q) is an @I @b @v.\n"
1944msgstr "@i %i (%Q) ist ein @I @b @v.\n"
1945
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001946#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001947#: e2fsck/problem.c:1115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001948msgid "@E is duplicate '.' @e.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001949msgstr "@E ist ein doppelter ».« @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001950
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001951#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001952#: e2fsck/problem.c:1120
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001953msgid "@E is duplicate '..' @e.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001954msgstr "@E ist ein doppelter »..« @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001955
Philipp Thomas77c871a2010-04-19 16:59:02 -04001956#: e2fsck/problem.c:1125 e2fsck/problem.c:1425
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001957#, c-format
1958msgid "Internal error: couldn't find dir_info for %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001959msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001960
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001961#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001962#: e2fsck/problem.c:1130
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001963msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001964msgstr "@E hat rec_len von %Dr, sollte %N sein.\n"
1965
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001966#. @-expanded: error allocating icount structure: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001967#: e2fsck/problem.c:1135
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001968#, c-format
1969msgid "@A icount structure: %m\n"
1970msgstr "@A icount structure: %m\n"
1971
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001972#. @-expanded: Error iterating over directory blocks: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001973#: e2fsck/problem.c:1140
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001974#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04001975msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001976msgstr "Fehler beim Durchlaufen der @d @bs: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001977
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001978#. @-expanded: Error reading directory block %b (inode %i): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001979#: e2fsck/problem.c:1145
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001980msgid "Error reading @d @b %b (@i %i): %m\n"
1981msgstr "Lesefehler @d @b %b (@i %i): %m\n"
1982
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001983#. @-expanded: Error writing directory block %b (inode %i): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001984#: e2fsck/problem.c:1150
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001985msgid "Error writing @d @b %b (@i %i): %m\n"
1986msgstr "Schreibfehler @d @b %b (@i %i): %m\n"
1987
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001988#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001989#: e2fsck/problem.c:1155
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001990#, c-format
1991msgid "@A new @d @b for @i %i (%s): %m\n"
1992msgstr "@A neu @d @b for @i %i (%s): %m\n"
1993
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001994#. @-expanded: Error deallocating inode %i: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04001995#: e2fsck/problem.c:1160
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001996#, c-format
1997msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001998msgstr "Fehler bei der Freigabe von @i %i: %m\n"
1999
Philipp Thomas40771272008-09-07 22:55:25 -04002000#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002001#: e2fsck/problem.c:1165
Philipp Thomas40771272008-09-07 22:55:25 -04002002#, c-format
2003msgid "@d @e for '.' in %p (%i) is big.\n"
2004msgstr "Verzeichniseintrag für ».« in %p (%i) ist gross.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002005
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002006#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002007#: e2fsck/problem.c:1170
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002008msgid "@i %i (%Q) is an @I FIFO.\n"
2009msgstr "@i %i (%Q) ist ein @I FIFO.\n"
2010
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002011#. @-expanded: inode %i (%Q) is an illegal socket.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002012#: e2fsck/problem.c:1175
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002013msgid "@i %i (%Q) is an @I socket.\n"
2014msgstr "@i %i (%Q) ist ein @I Socket.\n"
2015
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002016#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002017#: e2fsck/problem.c:1180
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002018msgid "Setting filetype for @E to %N.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002019msgstr "Setze Dateitype für @E auf %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002020
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002021#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002022#: e2fsck/problem.c:1185
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002023msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002024msgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
2025
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002026#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002027#: e2fsck/problem.c:1190
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002028msgid "@E has filetype set.\n"
2029msgstr "@E hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002030
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002031#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002032#: e2fsck/problem.c:1195
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002033msgid "@E has a @z name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002034msgstr "@E hat einen Namen der Länge Null..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002035
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002036#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002037#: e2fsck/problem.c:1200
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002038msgid "Symlink %Q (@i #%i) is @n.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002039msgstr "Symlink %Q (@i #%i) is invalid.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002040
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002041#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002042#: e2fsck/problem.c:1205
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002043msgid "@a @b @F @n (%If).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002044msgstr "@a @b @F ist falsch (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002045
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002046#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002047#: e2fsck/problem.c:1210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002048msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002049msgstr "@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 -05002050
Philipp Thomas77c871a2010-04-19 16:59:02 -04002051#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2052#: e2fsck/problem.c:1215
2053msgid "@p @h %d: %B not referenced\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002054msgstr "@p @h %d: Node (%B) nicht referenziert\n"
2055
Philipp Thomas77c871a2010-04-19 16:59:02 -04002056#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2057#: e2fsck/problem.c:1220
2058msgid "@p @h %d: %B referenced twice\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002059msgstr "@p @h %d: Node (%B) doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002060
Philipp Thomas77c871a2010-04-19 16:59:02 -04002061#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2062#: e2fsck/problem.c:1225
2063msgid "@p @h %d: %B has bad min hash\n"
2064msgstr "@p @h %d: %B hat ungültigen Minimumhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002065
Philipp Thomas77c871a2010-04-19 16:59:02 -04002066#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2067#: e2fsck/problem.c:1230
2068msgid "@p @h %d: %B has bad max hash\n"
2069msgstr "@p @h %d: %B hat ungültigen Maximalhash\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002070
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002071#. @-expanded: invalid HTREE directory inode %d (%q).
Philipp Thomas77c871a2010-04-19 16:59:02 -04002072#: e2fsck/problem.c:1235
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002073msgid "@n @h %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002074msgstr "Invalid @h %d (%q). "
2075
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002076#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002077#: e2fsck/problem.c:1239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002078msgid "@p @h %d (%q): bad @b number %b.\n"
2079msgstr "@p @h %d (%q): bad @b number %b.\n"
2080
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002081#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002082#: e2fsck/problem.c:1249
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002083#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002084msgid "@p @h %d: root node is @n\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002085msgstr "@p @h %d: root node is invalid\n"
2086
Philipp Thomas77c871a2010-04-19 16:59:02 -04002087#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2088#: e2fsck/problem.c:1254
2089msgid "@p @h %d: %B has @n limit (%N)\n"
2090msgstr "@p @h %d: %B hat eine ungültige Begrenzung (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002091
Philipp Thomas77c871a2010-04-19 16:59:02 -04002092#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2093#: e2fsck/problem.c:1259
2094msgid "@p @h %d: %B has @n count (%N)\n"
2095msgstr "@p @h %d: %B hat einen ungültigen Zähler (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002096
Philipp Thomas77c871a2010-04-19 16:59:02 -04002097#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2098#: e2fsck/problem.c:1264
2099msgid "@p @h %d: %B has an unordered hash table\n"
2100msgstr "@p @h %d: %B hat eine unsortierte Hashtabelle\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002101
Philipp Thomas77c871a2010-04-19 16:59:02 -04002102#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2103#: e2fsck/problem.c:1269
2104msgid "@p @h %d: %B has @n depth (%N)\n"
2105msgstr "@p @h %d: %B has eine ungültige Tiefe (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002106
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002107#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Philipp Thomas77c871a2010-04-19 16:59:02 -04002108#: e2fsck/problem.c:1274
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002109msgid "Duplicate @E found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002110msgstr "Doppelte @E gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002111
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002112#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2113#. @-expanded: Rename to %s
Philipp Thomas77c871a2010-04-19 16:59:02 -04002114#: e2fsck/problem.c:1279
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002115#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002116msgid ""
2117"@E has a non-unique filename.\n"
2118"Rename to %s"
2119msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04002120"@E hat keinen eindeutigen Dateinnamen.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002121"Benenne in %s um"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002122
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002123#. @-expanded: Duplicate entry '%Dn' found.\n
2124#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2125#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002126#: e2fsck/problem.c:1284
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002127msgid ""
2128"Duplicate @e '%Dn' found.\n"
2129"\tMarking %p (%i) to be rebuilt.\n"
2130"\n"
2131msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002132"Doppelte @e '%Dn' gefunden.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002133"\tMarkiere %p (%i) für die Neuerstellung.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002134"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002135
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002136#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002137#: e2fsck/problem.c:1289
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002138msgid "i_blocks_hi @F %N, @s zero.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002139msgstr "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002140
Philipp Thomas720e6362008-06-21 14:06:00 -04002141#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002142#: e2fsck/problem.c:1294
Philipp Thomas720e6362008-06-21 14:06:00 -04002143msgid "Unexpected @b in @h %d (%q).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002144msgstr "Unerwarteter @b in @h %d (%q).\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002145
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002146#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002147#: e2fsck/problem.c:1298
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002148msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002149msgstr "@i %i wurde in @g %g gefunden, für die _INODE_UNINIT gesetzt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002150
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002151#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002152#: e2fsck/problem.c:1303
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002153msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002154msgstr "@i %i wurde im Bereich ungenutzter Inodes von @g %g gefunden.\n"
2155
2156#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2157#: e2fsck/problem.c:1308
2158msgid "i_file_acl_hi @F %N, @s zero.\n"
2159msgstr "i_file_acl_hi @F %N, sollte Null sein.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002160
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002161#. @-expanded: Pass 3: Checking directory connectivity\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002162#: e2fsck/problem.c:1315
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002163msgid "Pass 3: Checking @d connectivity\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002164msgstr "Durchgang 3: Prüfe @d Verknüpfungen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002165
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002166#. @-expanded: root inode not allocated.
Philipp Thomas77c871a2010-04-19 16:59:02 -04002167#: e2fsck/problem.c:1320
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002168msgid "@r not allocated. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002169msgstr "@r nicht zugeordnet. "
2170
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002171#. @-expanded: No room in lost+found directory.
Philipp Thomas77c871a2010-04-19 16:59:02 -04002172#: e2fsck/problem.c:1325
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002173msgid "No room in @l @d. "
2174msgstr "Kein Platz in @l @d. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002175
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002176#. @-expanded: Unconnected directory inode %i (%p)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002177#: e2fsck/problem.c:1330
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002178#, c-format
2179msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002180msgstr "Nicht verbundene @d @i %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002181
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002182#. @-expanded: /lost+found not found.
Philipp Thomas77c871a2010-04-19 16:59:02 -04002183#: e2fsck/problem.c:1335
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002184msgid "/@l not found. "
2185msgstr "/@l nicht gefunden. "
2186
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002187#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002188#: e2fsck/problem.c:1340
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002189msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002190msgstr "»..« in %Q (%i) ist %P (%j), @s %q (%d).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002191
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002192#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002193#: e2fsck/problem.c:1345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002194msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002195msgstr "Falscher oder fehlender /@l. Wiederverbinden nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002196
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002197#. @-expanded: Could not expand /lost+found: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002198#: e2fsck/problem.c:1350
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002199#, c-format
2200msgid "Could not expand /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002201msgstr "Erweitern nicht möglich /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002202
Philipp Thomas77c871a2010-04-19 16:59:02 -04002203#: e2fsck/problem.c:1355
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002204#, c-format
2205msgid "Could not reconnect %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002206msgstr "Wiederverbinden nicht möglich %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002207
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002208#. @-expanded: Error while trying to find /lost+found: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002209#: e2fsck/problem.c:1360
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002210#, c-format
2211msgid "Error while trying to find /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002212msgstr "Fehler während der Suche nach /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002213
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002214#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002215#: e2fsck/problem.c:1365
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002216#, c-format
2217msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002218msgstr "ext2fs_new_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002219
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002220#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002221#: e2fsck/problem.c:1370
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002222#, c-format
2223msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002224msgstr "ext2fs_new_@i: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002225
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002226#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002227#: e2fsck/problem.c:1375
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002228#, c-format
2229msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002230msgstr "ext2fs_new_dir_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002231
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002232#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002233#: e2fsck/problem.c:1380
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002234#, c-format
2235msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002236msgstr "ext2fs_write_dir_@b: %m während des Schreibens von @d @b für /@l\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002238#. @-expanded: Error while adjusting inode count on inode %i\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002239#: e2fsck/problem.c:1385
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002240#, c-format
2241msgid "Error while adjusting @i count on @i %i\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002242msgstr "Fehler während der Einstellung von @i count auf @i %i\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002243
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002244#. @-expanded: Couldn't fix parent of inode %i: %m\n
2245#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002246#: e2fsck/problem.c:1390
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002247#, c-format
2248msgid ""
2249"Couldn't fix parent of @i %i: %m\n"
2250"\n"
2251msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04002252"Konnte Parent von @i %i: %m nicht reparieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002253"\n"
2254
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002255#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2256#. @-expanded: \n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002257#: e2fsck/problem.c:1395
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002258#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002259msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002260"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002261"\n"
2262msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002263"Parent von @i %i konnte nicht repariert werden: \n"
2264"parent @d nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002266#. @-expanded: Error creating root directory (%s): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002267#: e2fsck/problem.c:1405
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002268#, c-format
2269msgid "Error creating root @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002270msgstr "Fehler beim Erzeugen des root @d (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002271
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002272#. @-expanded: Error creating /lost+found directory (%s): %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002273#: e2fsck/problem.c:1410
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002274#, c-format
2275msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002276msgstr "Fehler beim Erzeugen des /@l @d (%s): %m\n"
2277
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002278#. @-expanded: root inode is not a directory; aborting.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002279#: e2fsck/problem.c:1415
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002280msgid "@r is not a @d; aborting.\n"
2281msgstr "@r ist kein @d; breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002282
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002283#. @-expanded: Cannot proceed without a root inode.\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002284#: e2fsck/problem.c:1420
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002285msgid "Cannot proceed without a @r.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002286msgstr "Kann ohne @r nicht fortsetzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002287
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002288#. @-expanded: /lost+found is not a directory (ino=%i)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002289#: e2fsck/problem.c:1430
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002290#, c-format
2291msgid "/@l is not a @d (ino=%i)\n"
2292msgstr "/@l ist kein @d (ino=%i)\n"
2293
Philipp Thomas77c871a2010-04-19 16:59:02 -04002294#: e2fsck/problem.c:1437
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002295msgid "Pass 3A: Optimizing directories\n"
2296msgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2297
Philipp Thomas77c871a2010-04-19 16:59:02 -04002298#: e2fsck/problem.c:1442
2299#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002300msgid "Failed to create dirs_to_hash iterator: %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002301msgstr "dirs_to_hash Iterator konnte nicht erzeugt werden: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002302
Philipp Thomas77c871a2010-04-19 16:59:02 -04002303#: e2fsck/problem.c:1447
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002304msgid "Failed to optimize directory %q (%d): %m\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002305msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002306
Philipp Thomas77c871a2010-04-19 16:59:02 -04002307#: e2fsck/problem.c:1452
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002308msgid "Optimizing directories: "
2309msgstr "Optimiere Verzeichnisse: "
2310
Philipp Thomas77c871a2010-04-19 16:59:02 -04002311#: e2fsck/problem.c:1469
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002312msgid "Pass 4: Checking reference counts\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002313msgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002314
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002315#. @-expanded: unattached zero-length inode %i.
Philipp Thomas77c871a2010-04-19 16:59:02 -04002316#: e2fsck/problem.c:1474
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002317#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002318msgid "@u @z @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002319msgstr "@I @o @i %i in @S. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002320
2321#. @-expanded: unattached inode %i\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002322#: e2fsck/problem.c:1479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002323#, c-format
2324msgid "@u @i %i\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002325msgstr "@u @i %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002326
2327#. @-expanded: inode %i ref count is %Il, should be %N.
Philipp Thomas77c871a2010-04-19 16:59:02 -04002328#: e2fsck/problem.c:1484
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002329msgid "@i %i ref count is %Il, @s %N. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002330msgstr "@i %i Referenzzähler ist %Il, @s %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002331
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002332#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2333#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2334#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002335#: e2fsck/problem.c:1488
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002336msgid ""
2337"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2338"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002339"@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 -05002340msgstr ""
2341"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002342"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (AKTIVES) DATEISYSTEM.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002343"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten identisch sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002344
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002345#. @-expanded: Pass 5: Checking group summary information\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002346#: e2fsck/problem.c:1498
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002347msgid "Pass 5: Checking @g summary information\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002348msgstr "Durchgang 5: Überprüfe @g Zusammenfassung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002350#. @-expanded: Padding at end of inode bitmap is not set.
Philipp Thomas77c871a2010-04-19 16:59:02 -04002351#: e2fsck/problem.c:1503
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002352msgid "Padding at end of @i @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002353msgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002354
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002355#. @-expanded: Padding at end of block bitmap is not set.
Philipp Thomas77c871a2010-04-19 16:59:02 -04002356#: e2fsck/problem.c:1508
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002357msgid "Padding at end of @b @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002358msgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002360#. @-expanded: block bitmap differences:
Philipp Thomas77c871a2010-04-19 16:59:02 -04002361#: e2fsck/problem.c:1513
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002362msgid "@b @B differences: "
2363msgstr "@b @B differieren: "
2364
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002365#. @-expanded: inode bitmap differences:
Philipp Thomas77c871a2010-04-19 16:59:02 -04002366#: e2fsck/problem.c:1533
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002367msgid "@i @B differences: "
2368msgstr "@i @B differieren: "
2369
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002370#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002371#: e2fsck/problem.c:1553
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002372msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002373msgstr "Die Anzahl freier @is ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002375#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002376#: e2fsck/problem.c:1558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002377msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002378msgstr "Die Anzahl Verzeichnisse ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002379
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002380#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002381#: e2fsck/problem.c:1563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002382msgid "Free @is count wrong (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002383msgstr "Die Anzahl freier @is ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002384
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002385#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002386#: e2fsck/problem.c:1568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002387msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002388msgstr "Die Anzahl freier Blöcke in @g #%g ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002389
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002390#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002391#: e2fsck/problem.c:1573
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002392msgid "Free @bs count wrong (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002393msgstr "Die Anzahl freier Blöcke ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002394
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002395#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2396#. @-expanded: endpoints (%i, %j)\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002397#: e2fsck/problem.c:1578
2398msgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
2399msgstr "PROGRAMMIERFEHLER: @f (#%N) @B Endpunkte (%b, %c) passen nicht zu den berechneten @B Endpunkten (%i, %j)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002400
Philipp Thomas77c871a2010-04-19 16:59:02 -04002401#: e2fsck/problem.c:1584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002402msgid "Internal error: fudging end of bitmap (%N)\n"
2403msgstr "Interner Fehler: fudging end of bitmap (%N)\n"
2404
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002405#. @-expanded: Error copying in replacement inode bitmap: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002406#: e2fsck/problem.c:1589
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002407#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002408msgid "Error copying in replacement @i @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002409msgstr "Fehler beim hineinkopieren von @i @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002410
2411#. @-expanded: Error copying in replacement block bitmap: %m\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002412#: e2fsck/problem.c:1594
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002413#, c-format
2414msgid "Error copying in replacement @b @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002415msgstr "Fehler beim hineinkopieren von @b @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002416
Philipp Thomas720e6362008-06-21 14:06:00 -04002417#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002418#: e2fsck/problem.c:1619
Philipp Thomas720e6362008-06-21 14:06:00 -04002419#, c-format
2420msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002421msgstr "Blöcke von @g %g sind in Beutzung obwohl @g als BLOCK_UNINIT markiert ist\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002422
2423#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Philipp Thomas77c871a2010-04-19 16:59:02 -04002424#: e2fsck/problem.c:1624
Philipp Thomas720e6362008-06-21 14:06:00 -04002425#, c-format
2426msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002427msgstr "@g %g @i(s) sind in Benutzung obwohl @g als INODE_UNINIT markiert ist\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002428
Philipp Thomas77c871a2010-04-19 16:59:02 -04002429#. @-expanded: Recreate journal
2430#: e2fsck/problem.c:1631
2431msgid "Recreate @j"
2432msgstr "@j zurücksetzen"
2433
2434#: e2fsck/problem.c:1750
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002435#, c-format
2436msgid "Unhandled error code (0x%x)!\n"
2437msgstr "Unbenutzter Fehlercode (0x%x)!\n"
2438
Philipp Thomas77c871a2010-04-19 16:59:02 -04002439#: e2fsck/problem.c:1854
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002440msgid "IGNORED"
2441msgstr "IGNORIERT"
2442
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002443#: e2fsck/scantest.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002444#, c-format
2445msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2446msgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2447
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002448#: e2fsck/scantest.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002449#, c-format
2450msgid "size of inode=%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002451msgstr "Größe des Inode=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002452
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002453#: e2fsck/scantest.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002454msgid "while starting inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002455msgstr "beim Starten der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002456
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002457#: e2fsck/scantest.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002458msgid "while doing inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002459msgstr "während der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002460
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002461#: e2fsck/super.c:187
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002462#, c-format
2463msgid "while calling ext2fs_block_iterate for inode %d"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002464msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002465
Philipp Thomas720e6362008-06-21 14:06:00 -04002466#: e2fsck/super.c:209
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002467#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002468msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002469msgstr "während des Aufrufs von ext2fs_adjust_ea_refcount für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002470
Philipp Thomas720e6362008-06-21 14:06:00 -04002471#: e2fsck/super.c:267
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002472msgid "Truncating"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002473msgstr "Kürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002474
Philipp Thomas720e6362008-06-21 14:06:00 -04002475#: e2fsck/super.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002476msgid "Clearing"
2477msgstr "Bereinige"
2478
Philipp Thomas40771272008-09-07 22:55:25 -04002479#: e2fsck/unix.c:76
Philipp Thomas68801282008-07-17 11:47:00 -04002480#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002481msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04002482"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002483"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002484"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002485"\t\t[-E extended-options] device\n"
2486msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04002487"Aufruf: %s [-panyrcdfvtDFV] [-b Superblock] [-B Blockgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002488"\t\t[-I Inode_Puffer_Blöcke] [-P Prozess_Inodegröße]\n"
2489"\t\t[-l|-L Bad_Blocks_Datei] [-C Dateideskriptor] [-j externes_Journal]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002490"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002491
Philipp Thomas40771272008-09-07 22:55:25 -04002492#: e2fsck/unix.c:82
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002493#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002494msgid ""
2495"\n"
2496"Emergency help:\n"
2497" -p Automatic repair (no questions)\n"
2498" -n Make no changes to the filesystem\n"
2499" -y Assume \"yes\" to all questions\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002500" -c Check for bad blocks and add them to the badblock list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002501" -f Force checking even if filesystem is marked clean\n"
2502msgstr ""
2503"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002504"Notfallhile:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002505" -p automatische Reparatur (keine Fragen)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002506" -n keine Veränderungen am Dateisystem vornehmen\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002507" -y \" Ja \" auf alle Fragen annehmen\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002508" -c suche nach defekten Blöcken\n"
2509" -f erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002510
Philipp Thomas40771272008-09-07 22:55:25 -04002511#: e2fsck/unix.c:88
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002512#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002513msgid ""
2514" -v Be verbose\n"
2515" -b superblock Use alternative superblock\n"
2516" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002517" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002518" -l bad_blocks_file Add to badblocks list\n"
2519" -L bad_blocks_file Set badblocks list\n"
2520msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002521" -v sei gesprächig\n"
2522" -b Superbloc Nutze Superblockkopie\n"
2523" -B Blockgröße erzwinge Blockgröße beim Suchen vom Superblock\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002524" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002525" -l bad_blocks_file zur Liste der defekten Blöcke hinzufügen\n"
2526" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002527
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002528#: e2fsck/unix.c:132
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002529#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002530msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002531msgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %u/%u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002532
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002533#: e2fsck/unix.c:150
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002534#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002535msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002536msgstr " # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002537
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002538#: e2fsck/unix.c:157
Philipp Thomas40771272008-09-07 22:55:25 -04002539#, c-format
2540msgid " Extent depth histogram: "
2541msgstr " Erweiterungstiefe Histogramm: "
2542
Philipp Thomas77c871a2010-04-19 16:59:02 -04002543#: e2fsck/unix.c:207 misc/badblocks.c:928 misc/tune2fs.c:1625 misc/util.c:151
2544#: resize/main.c:249
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002545#, c-format
2546msgid "while determining whether %s is mounted."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002547msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002548
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002549#: e2fsck/unix.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002550#, c-format
2551msgid "Warning! %s is mounted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002552msgstr "Warnung! %s ist eingehängt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002553
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002554#: e2fsck/unix.c:229
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002555#, c-format
2556msgid "%s is mounted. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002557msgstr "%s ist eingehängt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002558
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002559#: e2fsck/unix.c:231
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002560msgid ""
2561"Cannot continue, aborting.\n"
2562"\n"
2563msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002564"Fortsetzung nicht möglich, breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002565"\n"
2566
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002567#: e2fsck/unix.c:232
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002568#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002569msgid ""
2570"\n"
2571"\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002572"\a\a\a\aWARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2573"cause ***SEVERE*** filesystem damage.\a\a\a\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002574"\n"
2575msgstr ""
2576"\n"
2577"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002578"\a\a\a\aWARNUNG!!! Die Benutzung von e2fsck auf einem eingehängten\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002579"Dateisystem führt zu SCHWERWIEGENDEN SCHÄDEN im Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002580"\n"
2581
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002582#: e2fsck/unix.c:235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002583msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002584msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002585
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002586#: e2fsck/unix.c:237
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002587#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002588msgid "check aborted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002589msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002590
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002591#: e2fsck/unix.c:310
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002592msgid " contains a file system with errors"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002593msgstr " enthält ein fehlerhaftes Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002594
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002595#: e2fsck/unix.c:312
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002596msgid " was not cleanly unmounted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002597msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002598
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002599#: e2fsck/unix.c:314
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002600msgid " primary superblock features different from backup"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002601msgstr "Eigenschaften des primären Superblocks unterscheiden sich vom Backup"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002602
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002603#: e2fsck/unix.c:318
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002604#, c-format
2605msgid " has been mounted %u times without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002606msgstr " wurde %u mal ohne Überprüfung eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002607
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002608#: e2fsck/unix.c:324
Philipp Thomas720e6362008-06-21 14:06:00 -04002609msgid " has filesystem last checked time in the future"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002610msgstr " hat einen in der Zukunft liegenden Zeitpunkt der letzten Püfung des Dateisystems"
Philipp Thomas720e6362008-06-21 14:06:00 -04002611
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002612#: e2fsck/unix.c:330
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002613#, c-format
2614msgid " has gone %u days without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002615msgstr " wurde %u Tage ohne Überprüfung genutzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002616
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002617#: e2fsck/unix.c:339
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002618msgid ", check forced.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002619msgstr ", Prüfung erzwungen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002620
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002621#: e2fsck/unix.c:342
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002622#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002623msgid "%s: clean, %u/%u files, %u/%u blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002624msgstr "%s: sauber, %u/%u Dateien, %u/%u Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002625
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002626#: e2fsck/unix.c:359
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002627msgid " (check deferred; on battery)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002628msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002629
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002630#: e2fsck/unix.c:362
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002631msgid " (check after next mount)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002632msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002633
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002634#: e2fsck/unix.c:364
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002635#, c-format
2636msgid " (check in %ld mounts)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002637msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002638
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002639#: e2fsck/unix.c:511
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002640#, c-format
2641msgid "ERROR: Couldn't open /dev/null (%s)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002642msgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002643
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002644#: e2fsck/unix.c:581
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002645#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002646msgid "Invalid EA version.\n"
2647msgstr "Invalid EA version.\n"
2648
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002649#: e2fsck/unix.c:590
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002650#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002651msgid "Unknown extended option: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002652msgstr "Unbekannte erweiterte Option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002653
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002654#: e2fsck/unix.c:612
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002655#, c-format
2656msgid ""
2657"Syntax error in e2fsck config file (%s, line #%d)\n"
2658"\t%s\n"
2659msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002660"Syntaxfehler in der Konfigurationsdatei von e2fsck (%s, Zeile %d)\n"
2661"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002662
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002663#: e2fsck/unix.c:680
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002664#, c-format
2665msgid "Error validating file descriptor %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002666msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002667
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002668#: e2fsck/unix.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002669msgid "Invalid completion information file descriptor"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002670msgstr "Ungültiger »completion information«-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002671
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002672#: e2fsck/unix.c:699
Theodore Ts'o6956f612005-12-31 16:46:15 -05002673msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002674msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002675
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002676#: e2fsck/unix.c:720
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002677#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002678msgid "The -t option is not supported on this version of e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002679msgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002680
Philipp Thomas77c871a2010-04-19 16:59:02 -04002681#: e2fsck/unix.c:795
2682msgid "The -n and -D options are incompatible."
2683msgstr "Die Optionen -n und -D schliessen sich gegenseitig aus."
2684
2685#: e2fsck/unix.c:800
2686msgid "The -n and -c options are incompatible."
2687msgstr "Die Optionen -n und -c schliessen sich gegenseitig aus."
2688
2689#: e2fsck/unix.c:805
2690msgid "The -n and -l/-L options are incompatible."
2691msgstr "Die Optionen -n und -l/-L schliessen sich gegenseitig aus."
2692
2693#: e2fsck/unix.c:816 misc/tune2fs.c:550 misc/tune2fs.c:835 misc/tune2fs.c:853
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002694#, c-format
2695msgid "Unable to resolve '%s'"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002696msgstr "Nicht möglich »%s« aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002697
Philipp Thomas77c871a2010-04-19 16:59:02 -04002698#: e2fsck/unix.c:845
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002699#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002700msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002701msgstr "Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002702
Philipp Thomas77c871a2010-04-19 16:59:02 -04002703#: e2fsck/unix.c:893
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002704#, c-format
2705msgid ""
2706"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2707"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002708msgstr "2FSCK_JBD_DEBUG \"%s\" ist keine Ganzzahl\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002709
Philipp Thomas77c871a2010-04-19 16:59:02 -04002710#: e2fsck/unix.c:902
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002711#, c-format
2712msgid ""
2713"\n"
2714"Invalid non-numeric argument to -%c (\"%s\")\n"
2715"\n"
2716msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002717"\n"
2718"Ungültiges nicht-numerisches Argument für -%c (\"%s\")\n"
2719"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002720
Philipp Thomas77c871a2010-04-19 16:59:02 -04002721#: e2fsck/unix.c:976
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002722#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002723msgid "Error: ext2fs library version out of date!\n"
2724msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2725
Philipp Thomas77c871a2010-04-19 16:59:02 -04002726#: e2fsck/unix.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002727msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002728msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002729
Philipp Thomas77c871a2010-04-19 16:59:02 -04002730#: e2fsck/unix.c:995
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002731#, c-format
2732msgid "\tUsing %s, %s\n"
2733msgstr "\tBenutze %s, %s\n"
2734
Philipp Thomas77c871a2010-04-19 16:59:02 -04002735#: e2fsck/unix.c:1007
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002736msgid "need terminal for interactive repairs"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002737msgstr "Benötige ein Terminal für interaktive Reparaturen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002738
Philipp Thomas77c871a2010-04-19 16:59:02 -04002739#: e2fsck/unix.c:1040
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002740#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002741msgid "%s: %s trying backup blocks...\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002742msgstr "%s: %s versuche es mit Backup-Blöcken...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002743
Philipp Thomas77c871a2010-04-19 16:59:02 -04002744#: e2fsck/unix.c:1042
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002745msgid "Superblock invalid,"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002746msgstr "Superblock ungültig"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002747
Philipp Thomas77c871a2010-04-19 16:59:02 -04002748#: e2fsck/unix.c:1043
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002749msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002750msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002751
Philipp Thomas77c871a2010-04-19 16:59:02 -04002752#: e2fsck/unix.c:1053
2753#, c-format
2754msgid "%s: going back to original superblock\n"
2755msgstr "%s: es wird zum originalen Superblock zurück gekehrt\n"
2756
2757#: e2fsck/unix.c:1080
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002758#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002759msgid ""
2760"The filesystem revision is apparently too high for this version of e2fsck.\n"
2761"(Or the filesystem superblock is corrupt)\n"
2762"\n"
2763msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002764"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002765"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002766"\n"
2767
Philipp Thomas77c871a2010-04-19 16:59:02 -04002768#: e2fsck/unix.c:1086
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002769#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002770msgid "Could this be a zero-length partition?\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002771msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002772
Philipp Thomas77c871a2010-04-19 16:59:02 -04002773#: e2fsck/unix.c:1088
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002774#, c-format
2775msgid "You must have %s access to the filesystem or be root\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002776msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002777
Philipp Thomas77c871a2010-04-19 16:59:02 -04002778#: e2fsck/unix.c:1093
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002779#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002780msgid "Possibly non-existent or swap device?\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04002781msgstr "Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002782
Philipp Thomas77c871a2010-04-19 16:59:02 -04002783#: e2fsck/unix.c:1095
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002784#, c-format
2785msgid "Filesystem mounted or opened exclusively by another program?\n"
2786msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002787"Ist das Dateisystem eingehängt or exklusiv von einem anderen Programm\n"
2788"\n"
2789"geöffnet worden?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002790
Philipp Thomas77c871a2010-04-19 16:59:02 -04002791#: e2fsck/unix.c:1099
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002792#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002793msgid ""
2794"Disk write-protected; use the -n option to do a read-only\n"
2795"check of the device.\n"
2796msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002797"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
2798"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002799
Philipp Thomas77c871a2010-04-19 16:59:02 -04002800#: e2fsck/unix.c:1163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002801msgid "Get a newer version of e2fsck!"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002802msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002803
Philipp Thomas77c871a2010-04-19 16:59:02 -04002804#: e2fsck/unix.c:1193
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002805#, c-format
2806msgid "while checking ext3 journal for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002807msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002808
Philipp Thomas77c871a2010-04-19 16:59:02 -04002809#: e2fsck/unix.c:1204
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002810#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04002811msgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
2812msgstr "Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002813
Philipp Thomas77c871a2010-04-19 16:59:02 -04002814#: e2fsck/unix.c:1217
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002815#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002816msgid "unable to set superblock flags on %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002817msgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002818
Philipp Thomas77c871a2010-04-19 16:59:02 -04002819#: e2fsck/unix.c:1223
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002820#, c-format
2821msgid "while recovering ext3 journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002822msgstr "bei der Wiederherstellung des ext3-Journals von %s"
2823
Philipp Thomas77c871a2010-04-19 16:59:02 -04002824#: e2fsck/unix.c:1248
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002825#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05002826msgid "%s has unsupported feature(s):"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002827msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002828
Philipp Thomas77c871a2010-04-19 16:59:02 -04002829#: e2fsck/unix.c:1264
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002830msgid "Warning: compression support is experimental.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002831msgstr "Warnung: Die Kompressionsunterstützung ist experimentell.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002832
Philipp Thomas77c871a2010-04-19 16:59:02 -04002833#: e2fsck/unix.c:1269
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002834#, c-format
2835msgid ""
2836"E2fsck not compiled with HTREE support,\n"
2837"\tbut filesystem %s has HTREE directories.\n"
2838msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002839"Die Unterstützung für HTREE wurde in e2fsck nicht aktiviert,\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002840"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
2841
Philipp Thomas77c871a2010-04-19 16:59:02 -04002842#: e2fsck/unix.c:1322
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002843msgid "while reading bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002844msgstr "beim Lesen des Bad-Block-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002845
Philipp Thomas77c871a2010-04-19 16:59:02 -04002846#: e2fsck/unix.c:1324
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002847#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002848msgid "This doesn't bode well, but we'll try to go on...\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002849msgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002850
Philipp Thomas77c871a2010-04-19 16:59:02 -04002851#: e2fsck/unix.c:1350
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002852msgid "Couldn't determine journal size"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002853msgstr "Konnte die Größe des Dateisystems nicht ermitteln"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002854
Philipp Thomas77c871a2010-04-19 16:59:02 -04002855#: e2fsck/unix.c:1353
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002856#, c-format
2857msgid "Creating journal (%d blocks): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002858msgstr "Erstelle Journal (%d Blöcke): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002859
Philipp Thomas77c871a2010-04-19 16:59:02 -04002860#: e2fsck/unix.c:1360 misc/mke2fs.c:2225
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002861msgid ""
2862"\n"
2863"\twhile trying to create journal"
2864msgstr ""
2865"\n"
2866"\tbeim Erstellen des Journals"
2867
Philipp Thomas77c871a2010-04-19 16:59:02 -04002868#: e2fsck/unix.c:1363
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002869#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002870msgid " Done.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002871msgstr " Erledigt.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002872
Philipp Thomas77c871a2010-04-19 16:59:02 -04002873#: e2fsck/unix.c:1364
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002874#, c-format
2875msgid ""
2876"\n"
2877"*** journal has been re-created - filesystem is now ext3 again ***\n"
2878msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002879"\n"
2880"*** Journal wurde wiederhergestellt - Dateisystem ist nun wieder ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002881
Philipp Thomas77c871a2010-04-19 16:59:02 -04002882#: e2fsck/unix.c:1371
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002883#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002884msgid "Restarting e2fsck from the beginning...\n"
2885msgstr "Beginne e2fsck neu ...\n"
2886
Philipp Thomas77c871a2010-04-19 16:59:02 -04002887#: e2fsck/unix.c:1375
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002888msgid "while resetting context"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002889msgstr "beim Rücksetzen des Kontexts"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002890
Philipp Thomas77c871a2010-04-19 16:59:02 -04002891#: e2fsck/unix.c:1382
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002892#, c-format
2893msgid "%s: e2fsck canceled.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002894msgstr "%s: e2fsck abgebrochhen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002895
Philipp Thomas77c871a2010-04-19 16:59:02 -04002896#: e2fsck/unix.c:1387
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002897msgid "aborted"
2898msgstr "abgebrochen"
2899
Philipp Thomas77c871a2010-04-19 16:59:02 -04002900#: e2fsck/unix.c:1399
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002901#, c-format
2902msgid ""
2903"\n"
2904"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2905msgstr ""
2906"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002907"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002908
Philipp Thomas77c871a2010-04-19 16:59:02 -04002909#: e2fsck/unix.c:1402
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002910#, c-format
2911msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002912msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002913
Philipp Thomas77c871a2010-04-19 16:59:02 -04002914#: e2fsck/unix.c:1410
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002915#, c-format
2916msgid ""
2917"\n"
2918"%s: ********** WARNING: Filesystem still has errors **********\n"
2919"\n"
2920msgstr ""
2921"\n"
2922"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
2923"\n"
2924
Philipp Thomas77c871a2010-04-19 16:59:02 -04002925#: e2fsck/unix.c:1446
Philipp Thomas720e6362008-06-21 14:06:00 -04002926msgid "while setting block group checksum info"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002927msgstr "beim Setzen der Blockgruppen-Prüfsummeninfo"
Philipp Thomas720e6362008-06-21 14:06:00 -04002928
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002929#: e2fsck/util.c:138 misc/util.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002930msgid "yY"
Makoto Dei748cc432008-04-21 16:49:48 +09002931msgstr "jJ"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002932
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002933#: e2fsck/util.c:139
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002934msgid "nN"
2935msgstr "nN"
2936
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002937#: e2fsck/util.c:153
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002938msgid "<y>"
2939msgstr "<j>"
2940
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002941#: e2fsck/util.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002942msgid "<n>"
2943msgstr "<n>"
2944
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002945#: e2fsck/util.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002946msgid " (y/n)"
2947msgstr " (j/n)"
2948
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002949#: e2fsck/util.c:172
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002950msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002951msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002952
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002953#: e2fsck/util.c:187
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002954msgid "yes\n"
2955msgstr "ja\n"
2956
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002957#: e2fsck/util.c:189
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002958msgid "no\n"
2959msgstr "nein\n"
2960
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002961#: e2fsck/util.c:199
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002962#, c-format
2963msgid ""
2964"%s? no\n"
2965"\n"
2966msgstr ""
2967"%s? nein\n"
2968"\n"
2969
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002970#: e2fsck/util.c:203
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002971#, c-format
2972msgid ""
2973"%s? yes\n"
2974"\n"
2975msgstr ""
2976"%s? ja\n"
2977"\n"
2978
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002979#: e2fsck/util.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002980msgid "yes"
2981msgstr "ja"
2982
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002983#: e2fsck/util.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002984msgid "no"
2985msgstr "nein"
2986
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002987#: e2fsck/util.c:221
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002988#, c-format
2989msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002990msgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002991
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002992#: e2fsck/util.c:226
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002993msgid "reading inode and block bitmaps"
2994msgstr "lese Inode und Block bitmaps"
2995
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002996#: e2fsck/util.c:231
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002997#, c-format
2998msgid "while retrying to read bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002999msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003000
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003001#: e2fsck/util.c:243
Philipp Thomas40771272008-09-07 22:55:25 -04003002msgid "writing block and inode bitmaps"
3003msgstr "Schreibe Block- und Inode-Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003004
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003005#: e2fsck/util.c:248
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003006#, c-format
Philipp Thomas40771272008-09-07 22:55:25 -04003007msgid "while rewriting block and inode bitmaps for %s"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003008msgstr "während des wiederholten Versuches, Block- und Inode-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003009
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003010#: e2fsck/util.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003011#, c-format
3012msgid ""
3013"\n"
3014"\n"
3015"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3016"\t(i.e., without -a or -p options)\n"
3017msgstr ""
3018"\n"
3019"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003020"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003021"\t(d.h. ohne -a oder -p Option)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003022
Philipp Thomas77c871a2010-04-19 16:59:02 -04003023#: e2fsck/util.c:341
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003024#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003025msgid "Memory used: %luk/%luk (%luk/%luk), "
3026msgstr "Benutzter Speicher: %luk/%luk (%luk/%luk), "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003027
Philipp Thomas77c871a2010-04-19 16:59:02 -04003028#: e2fsck/util.c:345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003029#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003030msgid "Memory used: %lu, "
3031msgstr "Benutzter Speicher: %lu, "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003032
Philipp Thomas77c871a2010-04-19 16:59:02 -04003033#: e2fsck/util.c:352
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003034#, c-format
3035msgid "time: %5.2f/%5.2f/%5.2f\n"
3036msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
3037
Philipp Thomas77c871a2010-04-19 16:59:02 -04003038#: e2fsck/util.c:357
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003039#, c-format
3040msgid "elapsed time: %6.3f\n"
3041msgstr "abgelaufende Zeit: %6.3f\n"
3042
Philipp Thomas77c871a2010-04-19 16:59:02 -04003043#: e2fsck/util.c:391 e2fsck/util.c:405
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003044#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003045msgid "while reading inode %lu in %s"
3046msgstr "beim Lesen von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003047
Philipp Thomas77c871a2010-04-19 16:59:02 -04003048#: e2fsck/util.c:419 e2fsck/util.c:432
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003049#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003050msgid "while writing inode %lu in %s"
3051msgstr "beim Schreiben von Inode %lu in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003052
Philipp Thomas77c871a2010-04-19 16:59:02 -04003053#: e2fsck/util.c:581
Philipp Thomas720e6362008-06-21 14:06:00 -04003054msgid "while allocating zeroizing buffer"
3055msgstr "beim reservieren eines Puffers zum Nullen"
3056
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003057#: misc/badblocks.c:66
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003058msgid "done \n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003059msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003060
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003061#: misc/badblocks.c:89
Philipp Thomas68801282008-07-17 11:47:00 -04003062#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003063msgid ""
3064"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003065" [-c blocks_at_once] [-d delay_factor_between_reads] [-e max_bad_blocks]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003066" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3067" device [last_block [first_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003068msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003069"Aufruf: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003070" [-c Blöcke_auf_einmal] [-d Verzögerungsfaktor_zwischen_Lesedurchgängen]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04003071" [-e maximale_Bad_Blocks] [-p Anzahl_Durchgänge]\n"
3072" [-t Testmuster [-t Testmuster [...]]]\n"
3073" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003074
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003075#: misc/badblocks.c:100
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003076#, c-format
3077msgid ""
3078"%s: The -n and -w options are mutually exclusive.\n"
3079"\n"
3080msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003081"%s: Die Optionen -n und -w schliessen sich gegenseitig aus.\n"
3082"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003083
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003084#: misc/badblocks.c:202
3085#, c-format
3086msgid "%6.2f%% done, %s elapsed"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003087msgstr "%6.2f%% erledigt, %s verstrichen"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003088
Philipp Thomas77c871a2010-04-19 16:59:02 -04003089#: misc/badblocks.c:293
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003090msgid "Testing with random pattern: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003091msgstr "Teste mit zufälligen Mustern: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003092
Philipp Thomas77c871a2010-04-19 16:59:02 -04003093#: misc/badblocks.c:311
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003094msgid "Testing with pattern 0x"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003095msgstr "Teste mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003096
Philipp Thomas77c871a2010-04-19 16:59:02 -04003097#: misc/badblocks.c:339 misc/badblocks.c:408
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003098msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003099msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003100
Philipp Thomas77c871a2010-04-19 16:59:02 -04003101#: misc/badblocks.c:350
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003102#, c-format
3103msgid "Weird value (%ld) in do_read\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003104msgstr "Merkwürdiger Wert (%ld) in do_read\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003105
Philipp Thomas77c871a2010-04-19 16:59:02 -04003106#: misc/badblocks.c:428
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003107msgid "during ext2fs_sync_device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003108msgstr "während ext2fs_sync_device"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003109
Philipp Thomas77c871a2010-04-19 16:59:02 -04003110#: misc/badblocks.c:447 misc/badblocks.c:711
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003111msgid "while beginning bad block list iteration"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003112msgstr "beim Beginn des »Bad Block«-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003113
Philipp Thomas77c871a2010-04-19 16:59:02 -04003114#: misc/badblocks.c:461 misc/badblocks.c:563 misc/badblocks.c:721
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003115msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003116msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003117
Philipp Thomas77c871a2010-04-19 16:59:02 -04003118#: misc/badblocks.c:465
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003119#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003120msgid "Checking blocks %lu to %lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003121msgstr "Prüfe von Block %lu bis %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003122
Philipp Thomas77c871a2010-04-19 16:59:02 -04003123#: misc/badblocks.c:470
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003124msgid "Checking for bad blocks in read-only mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003125msgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003126
Philipp Thomas77c871a2010-04-19 16:59:02 -04003127#: misc/badblocks.c:479
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003128msgid "Checking for bad blocks (read-only test): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003129msgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003130
Philipp Thomas77c871a2010-04-19 16:59:02 -04003131#: misc/badblocks.c:487 misc/badblocks.c:595 misc/badblocks.c:640
3132#: misc/badblocks.c:784
Philipp Thomas720e6362008-06-21 14:06:00 -04003133msgid "Too many bad blocks, aborting test\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003134msgstr "Zu viele defekte Blöcke - Test wird abgebrochen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003135
Philipp Thomas77c871a2010-04-19 16:59:02 -04003136#: misc/badblocks.c:570
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003137msgid "Checking for bad blocks in read-write mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003138msgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003139
Philipp Thomas77c871a2010-04-19 16:59:02 -04003140#: misc/badblocks.c:572 misc/badblocks.c:734
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003141#, c-format
3142msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003143msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003144
Philipp Thomas77c871a2010-04-19 16:59:02 -04003145#: misc/badblocks.c:630
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003146msgid "Reading and comparing: "
3147msgstr "Lesen und Vergleichen:"
3148
Philipp Thomas77c871a2010-04-19 16:59:02 -04003149#: misc/badblocks.c:733
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003150msgid "Checking for bad blocks in non-destructive read-write mode\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003151msgstr "Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003152
Philipp Thomas77c871a2010-04-19 16:59:02 -04003153#: misc/badblocks.c:739
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003154msgid "Checking for bad blocks (non-destructive read-write test)\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003155msgstr "Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003156
Philipp Thomas77c871a2010-04-19 16:59:02 -04003157#: misc/badblocks.c:746
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003158msgid ""
3159"\n"
3160"Interrupt caught, cleaning up\n"
3161msgstr ""
3162"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003163"Unterbrochen, räume auf\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003164
Philipp Thomas77c871a2010-04-19 16:59:02 -04003165#: misc/badblocks.c:822
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003166#, c-format
3167msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003168msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003169
Philipp Thomas77c871a2010-04-19 16:59:02 -04003170#: misc/badblocks.c:933 misc/util.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003171#, c-format
3172msgid "%s is mounted; "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003173msgstr "%s ist eingehängt; "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003174
Philipp Thomas77c871a2010-04-19 16:59:02 -04003175#: misc/badblocks.c:935
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003176msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003177msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003178
Philipp Thomas77c871a2010-04-19 16:59:02 -04003179#: misc/badblocks.c:940
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003180msgid "it's not safe to run badblocks!\n"
3181msgstr "es ist zu unsicher, Badblocks zu starten!\n"
3182
Philipp Thomas77c871a2010-04-19 16:59:02 -04003183#: misc/badblocks.c:945 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003184#, c-format
3185msgid "%s is apparently in use by the system; "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003186msgstr "%s wird offensichtlich vom System genutzt; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003187
Philipp Thomas77c871a2010-04-19 16:59:02 -04003188#: misc/badblocks.c:948
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003189msgid "badblocks forced anyway.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003190msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003191
Philipp Thomas77c871a2010-04-19 16:59:02 -04003192#: misc/badblocks.c:968
Philipp Thomas68801282008-07-17 11:47:00 -04003193#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003194msgid "invalid %s - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003195msgstr "ungültige %s - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04003196
Philipp Thomas77c871a2010-04-19 16:59:02 -04003197#: misc/badblocks.c:1077
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003198#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003199msgid "can't allocate memory for test_pattern - %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003200msgstr "Kann keinen Speicher für Testmuster reservieren - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003201
Philipp Thomas77c871a2010-04-19 16:59:02 -04003202#: misc/badblocks.c:1104
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003203msgid "Maximum of one test_pattern may be specified in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003204msgstr "Es darf im Nur-Lesen-Modus nur ein Testmuster angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003205
Philipp Thomas77c871a2010-04-19 16:59:02 -04003206#: misc/badblocks.c:1110
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003207msgid "Random test_pattern is not allowed in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003208msgstr "Zufälliges Testmuster ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003209
Philipp Thomas77c871a2010-04-19 16:59:02 -04003210#: misc/badblocks.c:1124
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003211msgid ""
3212"Couldn't determine device size; you must specify\n"
3213"the size manually\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003214msgstr "Größe des Gerätes ist nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003215
Philipp Thomas77c871a2010-04-19 16:59:02 -04003216#: misc/badblocks.c:1130
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003217msgid "while trying to determine device size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003218msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003219
Philipp Thomas77c871a2010-04-19 16:59:02 -04003220#: misc/badblocks.c:1135
Philipp Thomas68801282008-07-17 11:47:00 -04003221msgid "last block"
3222msgstr "letzter Block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003223
Philipp Thomas77c871a2010-04-19 16:59:02 -04003224#: misc/badblocks.c:1141
Philipp Thomas68801282008-07-17 11:47:00 -04003225msgid "first block"
3226msgstr "erster Block"
3227
Philipp Thomas77c871a2010-04-19 16:59:02 -04003228#: misc/badblocks.c:1144
Philipp Thomas68801282008-07-17 11:47:00 -04003229#, c-format
3230msgid "invalid starting block (%lu): must be less than %lu"
3231msgstr "Ungültiger Startblock (%lu): er muss kleiner als %lu sein"
3232
Philipp Thomas77c871a2010-04-19 16:59:02 -04003233#: misc/badblocks.c:1200
Theodore Ts'o197abba2005-06-20 18:00:23 -04003234msgid "while creating in-memory bad blocks list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003235msgstr "erstelle Bad-Block-Liste im Speicher"
3236
Philipp Thomas77c871a2010-04-19 16:59:02 -04003237#: misc/badblocks.c:1215
Theodore Ts'o197abba2005-06-20 18:00:23 -04003238msgid "while adding to in-memory bad block list"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003239msgstr "füge zur Bad-Block-Liste im Speicher hinzu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003240
Philipp Thomas77c871a2010-04-19 16:59:02 -04003241#: misc/badblocks.c:1239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003242#, c-format
3243msgid "Pass completed, %u bad blocks found.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003244msgstr "Durchgang beendet, %u defekte Blöcke gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003245
Philipp Thomas720e6362008-06-21 14:06:00 -04003246#: misc/chattr.c:85
Philipp Thomas68801282008-07-17 11:47:00 -04003247#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003248msgid "Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n"
3249msgstr "Aufruf: %s [-RVf] [-+=AacDdeijsSu] [-v Version] Dateien...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003250
Philipp Thomas77c871a2010-04-19 16:59:02 -04003251#: misc/chattr.c:153
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003252#, c-format
3253msgid "bad version - %s\n"
3254msgstr "falsche Version - %s\n"
3255
Philipp Thomas77c871a2010-04-19 16:59:02 -04003256#: misc/chattr.c:200 misc/lsattr.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003257#, c-format
3258msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003259msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003260
Philipp Thomas77c871a2010-04-19 16:59:02 -04003261#: misc/chattr.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003262#, c-format
3263msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003264msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003265
Philipp Thomas77c871a2010-04-19 16:59:02 -04003266#: misc/chattr.c:216 misc/chattr.c:235
3267#, c-format
3268msgid "Clearing extent flag not supported on %s"
3269msgstr ""
3270"Das Zurücksetzen des Kennzeichens für »Erweiterung« wird auf %s\n"
3271"\tnicht unterstützt"
3272
3273#: misc/chattr.c:221 misc/chattr.c:240
3274#, c-format
3275msgid "Flags of %s set as "
3276msgstr "Flags von %s wie folgt gesetzt: "
3277
3278#: misc/chattr.c:249
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003279#, c-format
3280msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003281msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003282
Philipp Thomas77c871a2010-04-19 16:59:02 -04003283#: misc/chattr.c:257
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003284#, c-format
3285msgid "Version of %s set as %lu\n"
3286msgstr "Version von %s gesetzt auf %lu\n"
3287
Philipp Thomas77c871a2010-04-19 16:59:02 -04003288#: misc/chattr.c:261
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003289#, c-format
3290msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003291msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003292
Philipp Thomas77c871a2010-04-19 16:59:02 -04003293#: misc/chattr.c:281
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003294#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003295msgid "Couldn't allocate path variable in chattr_dir_proc"
3296msgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
3297
Philipp Thomas77c871a2010-04-19 16:59:02 -04003298#: misc/chattr.c:320
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003299msgid "= is incompatible with - and +\n"
3300msgstr "= ist inkompatibel mit - und +\n"
3301
Philipp Thomas77c871a2010-04-19 16:59:02 -04003302#: misc/chattr.c:328
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003303msgid "Must use '-v', =, - or +\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003304msgstr "Benutze »-v«, =, - oder +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003305
Theodore Ts'o6956f612005-12-31 16:46:15 -05003306#: misc/dumpe2fs.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003307#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003308msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
3309msgstr "Aufruf: %s [-bfhixV] [-o superblock=<Nummer>] [-o blocksize=<Nummer>] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003310
Philipp Thomas720e6362008-06-21 14:06:00 -04003311#: misc/dumpe2fs.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003312#, c-format
3313msgid "Group %lu: (Blocks "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003314msgstr "Gruppe %lu: (Blöcke "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003315
Philipp Thomas720e6362008-06-21 14:06:00 -04003316#: misc/dumpe2fs.c:173
3317#, c-format
3318msgid " Checksum 0x%04x, unused inodes %d\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003319msgstr " Prüfsumme 0x%04x, %d ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003320
3321#: misc/dumpe2fs.c:178
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003322#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003323msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003324msgstr " %s Superblock in "
3325
Philipp Thomas720e6362008-06-21 14:06:00 -04003326#: misc/dumpe2fs.c:179
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003327msgid "Primary"
3328msgstr "Primary"
3329
Philipp Thomas720e6362008-06-21 14:06:00 -04003330#: misc/dumpe2fs.c:179
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003331msgid "Backup"
3332msgstr "Backup"
3333
Philipp Thomas720e6362008-06-21 14:06:00 -04003334#: misc/dumpe2fs.c:183
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003335#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003336msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003337msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003338
Philipp Thomas720e6362008-06-21 14:06:00 -04003339#: misc/dumpe2fs.c:187
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003340#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003341msgid ""
3342"\n"
3343" Reserved GDT blocks at "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003344msgstr ""
3345"\n"
3346" reservierte GDT Blöcke bei "
Theodore Ts'obc759702005-05-09 20:40:55 -04003347
Philipp Thomas720e6362008-06-21 14:06:00 -04003348#: misc/dumpe2fs.c:194
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003349#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003350msgid " Group descriptor at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003351msgstr ", Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003352
Philipp Thomas720e6362008-06-21 14:06:00 -04003353#: misc/dumpe2fs.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003354msgid " Block bitmap at "
3355msgstr " Block bitmap in "
3356
Philipp Thomas720e6362008-06-21 14:06:00 -04003357#: misc/dumpe2fs.c:205
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003358msgid ", Inode bitmap at "
3359msgstr ", Inode Bitmap in "
3360
Philipp Thomas720e6362008-06-21 14:06:00 -04003361#: misc/dumpe2fs.c:210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003362msgid ""
3363"\n"
3364" Inode table at "
3365msgstr ""
3366"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003367" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003368
Philipp Thomas720e6362008-06-21 14:06:00 -04003369#: misc/dumpe2fs.c:217
Philipp Thomas68801282008-07-17 11:47:00 -04003370#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003371msgid ""
3372"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003373" %u free blocks, %u free inodes, %u directories%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003374msgstr ""
3375"\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003376" %u freie Blöcke, %u freie Inodes, %u Verzeichnisse%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003377
Philipp Thomas720e6362008-06-21 14:06:00 -04003378#: misc/dumpe2fs.c:224
3379#, c-format
3380msgid ", %u unused inodes\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003381msgstr ", %u ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003382
3383#: misc/dumpe2fs.c:227
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003384msgid " Free blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003385msgstr " Freie Blöcke: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003386
Philipp Thomas720e6362008-06-21 14:06:00 -04003387#: misc/dumpe2fs.c:237
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003388msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003389msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003390
Philipp Thomas77c871a2010-04-19 16:59:02 -04003391#: misc/dumpe2fs.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003392msgid "while printing bad block list"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003393msgstr "beim Ausgeben der »Bad Block«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003394
Philipp Thomas77c871a2010-04-19 16:59:02 -04003395#: misc/dumpe2fs.c:274
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003396#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003397msgid "Bad blocks: %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003398msgstr "Bad Blocks: %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003399
Philipp Thomas77c871a2010-04-19 16:59:02 -04003400#: misc/dumpe2fs.c:301 misc/tune2fs.c:281
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003401msgid "while reading journal inode"
3402msgstr "beim Lesen des Journal-Inodes"
3403
Philipp Thomas77c871a2010-04-19 16:59:02 -04003404#: misc/dumpe2fs.c:307
3405msgid "while opening journal inode"
3406msgstr "beim Lesen des Journal-Inodes"
3407
3408#: misc/dumpe2fs.c:313
3409msgid "while reading journal super block"
3410msgstr "beim Lesen des Journal-Superblocks"
3411
3412#: misc/dumpe2fs.c:323
3413#, c-format
3414msgid "Journal features: "
3415msgstr "Jounaleigenschaften: "
3416
3417#: misc/dumpe2fs.c:336
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003418msgid "Journal size: "
Philipp Thomas9564ee52008-08-22 03:22:50 -04003419msgstr "Journalgrösse: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003420
Philipp Thomas77c871a2010-04-19 16:59:02 -04003421#: misc/dumpe2fs.c:347
3422#, c-format
3423msgid ""
3424"Journal length: %u\n"
3425"Journal sequence: 0x%08x\n"
3426"Journal start: %u\n"
3427msgstr ""
3428"Journal-Länge: %u\n"
3429"Journal-Sequenz: 0x%08x\n"
3430"Journal-Start: %u\n"
3431
3432#: misc/dumpe2fs.c:366 misc/tune2fs.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003433msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003434msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003435
Philipp Thomas77c871a2010-04-19 16:59:02 -04003436#: misc/dumpe2fs.c:374
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003437msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003438msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003439
Philipp Thomas77c871a2010-04-19 16:59:02 -04003440#: misc/dumpe2fs.c:378
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003441#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003442msgid ""
3443"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003444"Journal block size: %u\n"
3445"Journal length: %u\n"
3446"Journal first block: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003447"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003448"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003449"Journal number of users: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003450msgstr ""
3451"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003452"Journal Blockgröße: %u\n"
3453"Journal Länge: %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003454"Journal Startblock: %u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003455"Journal Sequenz: 0x%08x\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003456"Journal Start: %u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003457"Journal Anzahl Nutzer: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003458
Philipp Thomas77c871a2010-04-19 16:59:02 -04003459#: misc/dumpe2fs.c:391
Theodore Ts'o197abba2005-06-20 18:00:23 -04003460#, c-format
3461msgid "Journal users: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003462msgstr "Jounalnutzer: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003463
Philipp Thomas77c871a2010-04-19 16:59:02 -04003464#: misc/dumpe2fs.c:407 misc/mke2fs.c:699 misc/tune2fs.c:872
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003465#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003466msgid "Couldn't allocate memory to parse options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003467msgstr "Speicher zum Parsen der Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003468
Philipp Thomas77c871a2010-04-19 16:59:02 -04003469#: misc/dumpe2fs.c:433
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003470#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003471msgid "Invalid superblock parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003472msgstr "Ungültiger Superblock-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003473
Philipp Thomas77c871a2010-04-19 16:59:02 -04003474#: misc/dumpe2fs.c:448
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003475#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003476msgid "Invalid blocksize parameter: %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003477msgstr "Ungültiger Blockgrössen-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003478
Philipp Thomas77c871a2010-04-19 16:59:02 -04003479#: misc/dumpe2fs.c:459
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003480#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003481msgid ""
3482"\n"
3483"Bad extended option(s) specified: %s\n"
3484"\n"
3485"Extended options are separated by commas, and may take an argument which\n"
3486"\tis set off by an equals ('=') sign.\n"
3487"\n"
3488"Valid extended options are:\n"
3489"\tsuperblock=<superblock number>\n"
3490"\tblocksize=<blocksize>\n"
3491msgstr ""
3492"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003493"Falsche erweiterte Optionen angegeben: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003494"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003495"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
3496"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003497"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003498"Gültige erweiterte Optionen sind:\n"
3499"\tsuperblock=<Nummer des Spuperblocks>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003500"\tblocksize=<Blockgrösse>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003501"\n"
3502
Philipp Thomas77c871a2010-04-19 16:59:02 -04003503#: misc/dumpe2fs.c:518 misc/mke2fs.c:1406
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003504#, c-format
3505msgid "\tUsing %s\n"
3506msgstr "\tBenutze %s\n"
3507
Philipp Thomas77c871a2010-04-19 16:59:02 -04003508#: misc/dumpe2fs.c:554 misc/e2image.c:681 misc/tune2fs.c:1576
3509#: resize/main.c:312
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003510#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003511msgid "Couldn't find valid filesystem superblock.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003512msgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003513
Philipp Thomas77c871a2010-04-19 16:59:02 -04003514#: misc/dumpe2fs.c:579
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003515#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003516msgid ""
3517"\n"
3518"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003519msgstr ""
3520"\n"
3521"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003522
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003523#: misc/e2image.c:52
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003524#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003525msgid "Usage: %s [-rsI] device image_file\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003526msgstr "Aufruf: %s [-r] Gerätedatei\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003527
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003528#: misc/e2image.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003529msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003530msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003531
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003532#: misc/e2image.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003533#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003534msgid "short write (only %d bytes) for writing image header"
3535msgstr "short write (only %d bytes) for writing image header"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003536
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003537#: misc/e2image.c:102
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003538msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003539msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003540
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003541#: misc/e2image.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003542msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003543msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003544
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003545#: misc/e2image.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003546msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003547msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003548
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003549#: misc/e2image.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003550msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003551msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003552
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003553#: misc/e2label.c:57
3554#, c-format
3555msgid "e2label: cannot open %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003556msgstr "e2label: Kann %s nicht öffnen.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003557
3558#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003559#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003560msgid "e2label: cannot seek to superblock\n"
3561msgstr "e2label: cannot seek to superblock\n"
3562
3563#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003564#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003565msgid "e2label: error reading superblock\n"
3566msgstr "e2label: Lesefehler im Superblock\n"
3567
3568#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003569#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003570msgid "e2label: not an ext2 filesystem\n"
3571msgstr "e2label: Kein ext2 Dateisystem\n"
3572
Philipp Thomas77c871a2010-04-19 16:59:02 -04003573#: misc/e2label.c:96 misc/tune2fs.c:1711
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003574#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003575msgid "Warning: label too long, truncating.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003576msgstr "Warnung: Name zu lang, kürze ihn.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003577
3578#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003579#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003580msgid "e2label: cannot seek to superblock again\n"
3581msgstr "e2label: cannot seek to superblock again\n"
3582
3583#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003584#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003585msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003586msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003587
Philipp Thomas77c871a2010-04-19 16:59:02 -04003588#: misc/e2label.c:116 misc/tune2fs.c:542
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003589#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003590msgid "Usage: e2label device [newlabel]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003591msgstr "Aufruf: e2label Gerät [neuer_Name]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003592
Philipp Thomas40771272008-09-07 22:55:25 -04003593#: misc/e2undo.c:35
Philipp Thomas720e6362008-06-21 14:06:00 -04003594#, c-format
3595msgid "Usage: %s <transaction file> <filesystem>\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003596msgstr "Aufruf: %s <Transaktionsdatei> <Dateisystem>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003597
Philipp Thomas40771272008-09-07 22:55:25 -04003598#: misc/e2undo.c:52
Philipp Thomas720e6362008-06-21 14:06:00 -04003599msgid "Failed to read the file system data \n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003600msgstr "Die Dateisystemdaten konnten nicht gelesenb werden \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003601
Philipp Thomas77c871a2010-04-19 16:59:02 -04003602#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:205
Philipp Thomas720e6362008-06-21 14:06:00 -04003603#, c-format
3604msgid "Failed tdb_fetch %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003605msgstr "tdb_fetch von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003606
Philipp Thomas40771272008-09-07 22:55:25 -04003607#: misc/e2undo.c:70
Philipp Thomas720e6362008-06-21 14:06:00 -04003608#, c-format
3609msgid "The file system Mount time didn't match %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003610msgstr "Die Zeit des letzten Einhängens des Dateisystems war nicht %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003611
Philipp Thomas40771272008-09-07 22:55:25 -04003612#: misc/e2undo.c:89
Philipp Thomas720e6362008-06-21 14:06:00 -04003613msgid "The file system UUID didn't match \n"
Philipp Thomas68801282008-07-17 11:47:00 -04003614msgstr "Die UUID des Dateisystems stimmte nicht überein \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003615
Philipp Thomas77c871a2010-04-19 16:59:02 -04003616#: misc/e2undo.c:162
Philipp Thomas68801282008-07-17 11:47:00 -04003617#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003618msgid "Failed tdb_open %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003619msgstr "tdb_open von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003620
Philipp Thomas77c871a2010-04-19 16:59:02 -04003621#: misc/e2undo.c:168
Philipp Thomas68801282008-07-17 11:47:00 -04003622#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003623msgid "Error while determining whether %s is mounted.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003624msgstr "Fehler beim Überprüfen, ob %s eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003625
Philipp Thomas77c871a2010-04-19 16:59:02 -04003626#: misc/e2undo.c:174
Philipp Thomas40771272008-09-07 22:55:25 -04003627msgid "e2undo should only be run on unmounted file system\n"
3628msgstr "e2undo sollte nur auf nicht-eingehängten Dateisystemen laufen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003629
Philipp Thomas77c871a2010-04-19 16:59:02 -04003630#: misc/e2undo.c:183
Philipp Thomas68801282008-07-17 11:47:00 -04003631#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003632msgid "Failed to open %s\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003633msgstr "%s konnte nicht geöffnet werden\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003634
Philipp Thomas77c871a2010-04-19 16:59:02 -04003635#: misc/e2undo.c:209
Philipp Thomas720e6362008-06-21 14:06:00 -04003636#, c-format
Philipp Thomas68801282008-07-17 11:47:00 -04003637msgid "Replayed transaction of size %zd at location %ld\n"
3638msgstr "Zurückgespielte Transaktion der Größe %zd an Position %ld\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003639
Philipp Thomas77c871a2010-04-19 16:59:02 -04003640#: misc/e2undo.c:215
Philipp Thomas720e6362008-06-21 14:06:00 -04003641#, c-format
3642msgid "Failed write %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003643msgstr "Gescheitertes Schreiben von %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003644
Philipp Thomas77c871a2010-04-19 16:59:02 -04003645#: misc/fsck.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003646#, c-format
3647msgid "WARNING: couldn't open %s: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003648msgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003649
Philipp Thomas77c871a2010-04-19 16:59:02 -04003650#: misc/fsck.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003651#, c-format
3652msgid "WARNING: bad format on line %d of %s\n"
3653msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
3654
Philipp Thomas77c871a2010-04-19 16:59:02 -04003655#: misc/fsck.c:368
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003656msgid ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003657"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003658"\tfield. I will kludge around things for you, but you\n"
3659"\tshould fix your /etc/fstab file as soon as you can.\n"
3660"\n"
3661msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003662"\a\a\aWARNUNG: Ihre /etc/fstab enthält kein »fsck passno«\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003663"\tFeld. Ich werde dieses ignorieren, aber Sie\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003664"\tsollten ihre /etc/fstab so schnell wie möglich korrigieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003665"\n"
3666
Philipp Thomas77c871a2010-04-19 16:59:02 -04003667#: misc/fsck.c:477
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003668#, c-format
3669msgid "fsck: %s: not found\n"
3670msgstr "fsck: %s: nicht gefunden\n"
3671
Philipp Thomas77c871a2010-04-19 16:59:02 -04003672#: misc/fsck.c:593
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003673#, c-format
3674msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003675msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003676
Philipp Thomas77c871a2010-04-19 16:59:02 -04003677#: misc/fsck.c:615
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003678#, c-format
3679msgid "Warning... %s for device %s exited with signal %d.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003680msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003681
Philipp Thomas77c871a2010-04-19 16:59:02 -04003682#: misc/fsck.c:621
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003683#, c-format
3684msgid "%s %s: status is %x, should never happen.\n"
3685msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
3686
Philipp Thomas77c871a2010-04-19 16:59:02 -04003687#: misc/fsck.c:660
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003688#, c-format
3689msgid "Finished with %s (exit status %d)\n"
3690msgstr "Beendet mit %s (exit status %d)\n"
3691
Philipp Thomas77c871a2010-04-19 16:59:02 -04003692#: misc/fsck.c:720
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003693#, c-format
3694msgid "%s: Error %d while executing fsck.%s for %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003695msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003696
Philipp Thomas77c871a2010-04-19 16:59:02 -04003697#: misc/fsck.c:741
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003698msgid ""
3699"Either all or none of the filesystem types passed to -t must be prefixed\n"
3700"with 'no' or '!'.\n"
3701msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003702"Bei -t müssen entweder allen oder keinem Dateisystem ein »no« bzw. »!«\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003703"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003704
Philipp Thomas77c871a2010-04-19 16:59:02 -04003705#: misc/fsck.c:760
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003706msgid "Couldn't allocate memory for filesystem types\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003707msgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003708
Philipp Thomas77c871a2010-04-19 16:59:02 -04003709#: misc/fsck.c:883
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003710#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04003711msgid "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003712msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003713"%s: überspringe die ungültige Zeile in /etc/fstab: bind mount mit\n"
3714" Durchgangsnummer für fsck, die nicht Null ist\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003715
Philipp Thomas77c871a2010-04-19 16:59:02 -04003716#: misc/fsck.c:910
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003717#, c-format
3718msgid "fsck: cannot check %s: fsck.%s not found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003719msgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003720
Philipp Thomas77c871a2010-04-19 16:59:02 -04003721#: misc/fsck.c:966
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003722msgid "Checking all file systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003723msgstr "Überprüfe alle Dateisysteme.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003724
Philipp Thomas77c871a2010-04-19 16:59:02 -04003725#: misc/fsck.c:1057
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003726#, c-format
3727msgid "--waiting-- (pass %d)\n"
3728msgstr "--warten-- (Durchgang %d)\n"
3729
Philipp Thomas77c871a2010-04-19 16:59:02 -04003730#: misc/fsck.c:1077
3731msgid "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3732msgstr "Aufruf: fsck [-AMNPRTV] [ -C [ fd ] ] [-t Datesystemtyp] [FS-Optionen] [Dateisystem...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003733
Philipp Thomas77c871a2010-04-19 16:59:02 -04003734#: misc/fsck.c:1119
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003735#, c-format
3736msgid "%s: too many devices\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003737msgstr "%s: zu viele Geräte\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003738
Philipp Thomas77c871a2010-04-19 16:59:02 -04003739#: misc/fsck.c:1152 misc/fsck.c:1238
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003740#, c-format
3741msgid "%s: too many arguments\n"
3742msgstr "%s: zu viele Argumente\n"
3743
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003744#: misc/lsattr.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003745#, c-format
3746msgid "Usage: %s [-RVadlv] [files...]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003747msgstr "Aufruf: %s [-RVadlv] [Dateien...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003748
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003749#: misc/lsattr.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003750#, c-format
3751msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003752msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003753
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003754#: misc/lsattr.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003755#, c-format
3756msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003757msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003758
Philipp Thomas77c871a2010-04-19 16:59:02 -04003759#: misc/mke2fs.c:108
3760#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003761msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003762"Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3763"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003764"\t[-G meta group size] [-N number-of-inodes]\n"
3765"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003766"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003767"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003768"\t[-T fs-type] [-U UUID] [-jnqvFKSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003769msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04003770"Aufruf: %s [-c|-l Dateiname] [-b Blockgröße] [-f Fragmentgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003771"\t[-i Bytes-pro-Inode] [-I Inodegrösse] [-J Journal-Optionen]\n"
3772"\t[-G Größe_der_Metagruppe] [-N Anzahl_der_Inodes]\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003773"\t[-m Reservierte-Blöcke-Prozent] [-o Erzeuger-OS]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003774"\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003775"\t[-M letztes-eingehängtes-Verzeichnis] [-O Eigenschaft[,...]]\n"
3776"\t[-r fs-Revision] [-E erweiterte-Option[,...]]\n"
3777"\t[-T Dateisystemtyp] [-jnqvFKSV] Gerät [Block-Anzahl]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003778
Philipp Thomas77c871a2010-04-19 16:59:02 -04003779#: misc/mke2fs.c:210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003780#, c-format
3781msgid "Running command: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003782msgstr "Führe aus: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003783
Philipp Thomas77c871a2010-04-19 16:59:02 -04003784#: misc/mke2fs.c:214
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003785#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003786msgid "while trying to run '%s'"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003787msgstr "während des Versuchs, »%s« auszuführen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003788
Philipp Thomas77c871a2010-04-19 16:59:02 -04003789#: misc/mke2fs.c:221
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003790msgid "while processing list of bad blocks from program"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003791msgstr "beim Auswerten der »Bad Block«-Liste vom Programm"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003792
Philipp Thomas77c871a2010-04-19 16:59:02 -04003793#: misc/mke2fs.c:248
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003794#, c-format
3795msgid "Block %d in primary superblock/group descriptor area bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003796msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003797
Philipp Thomas77c871a2010-04-19 16:59:02 -04003798#: misc/mke2fs.c:250
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003799#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003800msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003801msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003802"Die Blöcke %u bis einschließlich %u müssen in Ordung sein, um ein\n"
3803"\tDateisystem zu erstellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003804
Philipp Thomas77c871a2010-04-19 16:59:02 -04003805#: misc/mke2fs.c:253
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003806msgid "Aborting....\n"
3807msgstr "Breche ab...\n"
3808
Philipp Thomas77c871a2010-04-19 16:59:02 -04003809#: misc/mke2fs.c:273
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003810#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003811msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003812"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003813"\tbad blocks.\n"
3814"\n"
3815msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04003816"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %u enthält\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003817"\tdefekte Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003818"\n"
3819
Philipp Thomas77c871a2010-04-19 16:59:02 -04003820#: misc/mke2fs.c:292
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003821msgid "while marking bad blocks as used"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003822msgstr "beim Markieren von defekten Blöcken als »belegt«"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003823
Philipp Thomas77c871a2010-04-19 16:59:02 -04003824#: misc/mke2fs.c:350
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003825msgid "done \n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003826msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003827
Philipp Thomas77c871a2010-04-19 16:59:02 -04003828#: misc/mke2fs.c:364
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003829msgid "Writing inode tables: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003830msgstr "Schreibe Inode-Tabellen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003831
Philipp Thomas77c871a2010-04-19 16:59:02 -04003832#: misc/mke2fs.c:387
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003833#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003834msgid ""
3835"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003836"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003837msgstr ""
3838"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003839"Konnte %d Blöcke nicht in Inoden-Tabelle schreiben, beginnend bei %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003840
Philipp Thomas77c871a2010-04-19 16:59:02 -04003841#: misc/mke2fs.c:411
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003842msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003843msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003844
Philipp Thomas77c871a2010-04-19 16:59:02 -04003845#: misc/mke2fs.c:418
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003846msgid "while reading root inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003847msgstr "beim Lesen des Root-Inode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003848
Philipp Thomas77c871a2010-04-19 16:59:02 -04003849#: misc/mke2fs.c:432
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003850msgid "while setting root inode ownership"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003851msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003852
Philipp Thomas77c871a2010-04-19 16:59:02 -04003853#: misc/mke2fs.c:450
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003854msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003855msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003856
Philipp Thomas77c871a2010-04-19 16:59:02 -04003857#: misc/mke2fs.c:457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003858msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003859msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003860
Philipp Thomas77c871a2010-04-19 16:59:02 -04003861#: misc/mke2fs.c:470
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003862msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003863msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003864
Philipp Thomas77c871a2010-04-19 16:59:02 -04003865#: misc/mke2fs.c:485
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003866msgid "while setting bad block inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003867msgstr "beim Setzen des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003868
Philipp Thomas77c871a2010-04-19 16:59:02 -04003869#: misc/mke2fs.c:512
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003870#, c-format
3871msgid "Out of memory erasing sectors %d-%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003872msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003873
Philipp Thomas77c871a2010-04-19 16:59:02 -04003874#: misc/mke2fs.c:522
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003875#, c-format
3876msgid "Warning: could not read block 0: %s\n"
3877msgstr "Warnung: konnte Block %s nicht lesen\n"
3878
Philipp Thomas77c871a2010-04-19 16:59:02 -04003879#: misc/mke2fs.c:538
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003880#, c-format
3881msgid "Warning: could not erase sector %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003882msgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003883
Philipp Thomas77c871a2010-04-19 16:59:02 -04003884#: misc/mke2fs.c:554
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003885msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003886msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003887
Philipp Thomas77c871a2010-04-19 16:59:02 -04003888#: misc/mke2fs.c:560
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003889msgid "Zeroing journal device: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003890msgstr "Überschreibe Journal-Device mit Nullen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003891
Philipp Thomas77c871a2010-04-19 16:59:02 -04003892#: misc/mke2fs.c:573
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003893#, c-format
3894msgid "while zeroing journal device (block %u, count %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003895msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %u, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003896
Philipp Thomas77c871a2010-04-19 16:59:02 -04003897#: misc/mke2fs.c:589
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003898msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003899msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003900
Philipp Thomas77c871a2010-04-19 16:59:02 -04003901#: misc/mke2fs.c:605
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003902#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003903msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003904"warning: %u blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003905"\n"
3906msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003907"Warnung: %u Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003908"\n"
3909
Philipp Thomas77c871a2010-04-19 16:59:02 -04003910#: misc/mke2fs.c:610
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003911#, c-format
3912msgid "Filesystem label=%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003913msgstr "Dateisystem-Label=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003914
Philipp Thomas77c871a2010-04-19 16:59:02 -04003915#: misc/mke2fs.c:611
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003916msgid "OS type: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003917msgstr "OS-Typ: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003918
Philipp Thomas77c871a2010-04-19 16:59:02 -04003919#: misc/mke2fs.c:616
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003920#, c-format
3921msgid "Block size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003922msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003923
Philipp Thomas77c871a2010-04-19 16:59:02 -04003924#: misc/mke2fs.c:618
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003925#, c-format
3926msgid "Fragment size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003927msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003928
Philipp Thomas77c871a2010-04-19 16:59:02 -04003929#: misc/mke2fs.c:620
3930#, c-format
3931msgid "Stride=%u blocks, Stripe width=%u blocks\n"
3932msgstr "Stride=%u Blöcke, Stripebreite=%u Blöcke\n"
3933
3934#: misc/mke2fs.c:622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003935#, c-format
3936msgid "%u inodes, %u blocks\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003937msgstr "%u Inodes, %u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003938
Philipp Thomas77c871a2010-04-19 16:59:02 -04003939#: misc/mke2fs.c:624
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003940#, c-format
3941msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003942msgstr "%u Blöcke (%2.2f%%) reserviert für den Superuser\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003943
Philipp Thomas77c871a2010-04-19 16:59:02 -04003944#: misc/mke2fs.c:627
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003945#, c-format
3946msgid "First data block=%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003947msgstr "Erster Datenblock=%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003948
Philipp Thomas77c871a2010-04-19 16:59:02 -04003949#: misc/mke2fs.c:629
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003950#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003951msgid "Maximum filesystem blocks=%lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003952msgstr "Maximale Dateisystem-Blöcke=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003953
Philipp Thomas77c871a2010-04-19 16:59:02 -04003954#: misc/mke2fs.c:633
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003955#, c-format
3956msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003957msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003958
Philipp Thomas77c871a2010-04-19 16:59:02 -04003959#: misc/mke2fs.c:635
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003960#, c-format
3961msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003962msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003963
Philipp Thomas77c871a2010-04-19 16:59:02 -04003964#: misc/mke2fs.c:636
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003965#, c-format
3966msgid "%u blocks per group, %u fragments per group\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003967msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003968
Philipp Thomas77c871a2010-04-19 16:59:02 -04003969#: misc/mke2fs.c:638
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003970#, c-format
3971msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003972msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003973
Philipp Thomas77c871a2010-04-19 16:59:02 -04003974#: misc/mke2fs.c:645
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003975#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003976msgid "Superblock backups stored on blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003977msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003978
Philipp Thomas77c871a2010-04-19 16:59:02 -04003979#: misc/mke2fs.c:724
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003980#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003981msgid "Invalid stride parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003982msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003983
Philipp Thomas77c871a2010-04-19 16:59:02 -04003984#: misc/mke2fs.c:739
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003985#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003986msgid "Invalid stripe-width parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003987msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003988
Philipp Thomas77c871a2010-04-19 16:59:02 -04003989#: misc/mke2fs.c:761
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003990#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003991msgid "Invalid resize parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003992msgstr "Ungültiger \"resize\"-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003993
Philipp Thomas77c871a2010-04-19 16:59:02 -04003994#: misc/mke2fs.c:768
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003995#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003996msgid "The resize maximum must be greater than the filesystem size.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04003997msgstr "Das Maximum der Vergrösserung muss oberhalb als der Dateisystem-Grösse liegen.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003998
Philipp Thomas77c871a2010-04-19 16:59:02 -04003999#: misc/mke2fs.c:792
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004000#, c-format
4001msgid "On-line resizing not supported with revision 0 filesystems\n"
4002msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004003"Online-Grössenänderungen werden bei Revison 0 Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004004"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004005
Philipp Thomas77c871a2010-04-19 16:59:02 -04004006#: misc/mke2fs.c:814
Philipp Thomas68801282008-07-17 11:47:00 -04004007#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004008msgid ""
4009"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004010"Bad option(s) specified: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004011"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004012"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004013"\tis set off by an equals ('=') sign.\n"
4014"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004015"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004016"\tstride=<RAID per-disk data chunk in blocks>\n"
4017"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004018"\tresize=<resize maximum size in blocks>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004019"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004020"\ttest_fs\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004021"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004022msgstr ""
4023"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004024"Ungültige Option(en) angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004025"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004026"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
4027"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004028"\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004029"\terhalten welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
4030"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004031"gültige erweiterte Optionen sind:\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004032"\tstride=<RAID Segmentgrösse in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004033"\tstripe-width=<RAID Stride * Datenplatten in Blöcken>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004034"\tresize=<Obergrenze für Grössenänderung in Blöcken>\n"
4035"\tlazy_itable_init=<0 für Ab-, 1 für Einschalten>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004036"\ttest_fs\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004037"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004038
Philipp Thomas77c871a2010-04-19 16:59:02 -04004039#: misc/mke2fs.c:830
Theodore Ts'o8f741372008-02-28 21:47:05 -05004040#, c-format
4041msgid ""
4042"\n"
4043"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4044"\n"
4045msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004046"\n"
4047"Warnung: RAID Stripe-Breite %u ist kein ganzzahliges Vielfaches von\n"
4048"\tStride %u.\n"
4049"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004050
Philipp Thomas77c871a2010-04-19 16:59:02 -04004051#: misc/mke2fs.c:862
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004052#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004053msgid ""
4054"Syntax error in mke2fs config file (%s, line #%d)\n"
4055"\t%s\n"
4056msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004057"Syntax Fehler in der Konfigurationsdatei von mkefs (%s, Zeile %d)\n"
4058"\t%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004059
Philipp Thomas77c871a2010-04-19 16:59:02 -04004060#: misc/mke2fs.c:875 misc/tune2fs.c:355
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004061#, c-format
4062msgid "Invalid filesystem option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004063msgstr "Unvollständige Dateisystem-Option gesetzt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004064
Philipp Thomas77c871a2010-04-19 16:59:02 -04004065#: misc/mke2fs.c:985
Philipp Thomas40771272008-09-07 22:55:25 -04004066#, c-format
4067msgid ""
4068"\n"
4069"Warning! Your mke2fs.conf file does not define the %s filesystem type.\n"
4070msgstr ""
4071"\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004072"Warnung: Ihre mke2fs.conf Datei definiert den Typ des Dateisystems auf %s nicht.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004073
Philipp Thomas77c871a2010-04-19 16:59:02 -04004074#: misc/mke2fs.c:988
Philipp Thomas40771272008-09-07 22:55:25 -04004075#, c-format
4076msgid ""
4077"You probably need to install an updated mke2fs.conf file.\n"
4078"\n"
4079msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04004080"Sie müssen wahrscheinlich eine aktualisierte mke2fs.conf Datei installieren.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004081"\n"
4082
Philipp Thomas77c871a2010-04-19 16:59:02 -04004083#: misc/mke2fs.c:1224
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004084#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004085msgid "invalid block size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004086msgstr "bad block Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004087
Philipp Thomas77c871a2010-04-19 16:59:02 -04004088#: misc/mke2fs.c:1228
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004089#, c-format
4090msgid "Warning: blocksize %d not usable on most systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004091msgstr "Warnung: Blockgröße %d ist auf den meisten Systemen unbrauchbar.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004092
Philipp Thomas77c871a2010-04-19 16:59:02 -04004093#: misc/mke2fs.c:1244
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004094#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004095msgid "invalid fragment size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004096msgstr "falsche Fragmentgröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004097
Philipp Thomas77c871a2010-04-19 16:59:02 -04004098#: misc/mke2fs.c:1250
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004099#, c-format
4100msgid "Warning: fragments not supported. Ignoring -f option\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004101msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004102
Philipp Thomas77c871a2010-04-19 16:59:02 -04004103#: misc/mke2fs.c:1257
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004104msgid "Illegal number for blocks per group"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004105msgstr "unzulässige Angabe für Blöcke pro Gruppe"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004106
Philipp Thomas77c871a2010-04-19 16:59:02 -04004107#: misc/mke2fs.c:1262
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004108msgid "blocks per group must be multiple of 8"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004109msgstr "Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004110
Philipp Thomas77c871a2010-04-19 16:59:02 -04004111#: misc/mke2fs.c:1270
Philipp Thomas720e6362008-06-21 14:06:00 -04004112msgid "Illegal number for flex_bg size"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004113msgstr "Illegale Zahl für flex_bg Größe"
Philipp Thomas720e6362008-06-21 14:06:00 -04004114
Philipp Thomas77c871a2010-04-19 16:59:02 -04004115#: misc/mke2fs.c:1276
Philipp Thomas720e6362008-06-21 14:06:00 -04004116msgid "flex_bg size must be a power of 2"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004117msgstr "flex_bg Größe muss eine Zweierpotenz sein"
Philipp Thomas720e6362008-06-21 14:06:00 -04004118
Philipp Thomas77c871a2010-04-19 16:59:02 -04004119#: misc/mke2fs.c:1286
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004120#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004121msgid "invalid inode ratio %s (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004122msgstr "Unzulässiges Inode-Verhältnis %s (Min %d/Max %d"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004123
Philipp Thomas77c871a2010-04-19 16:59:02 -04004124#: misc/mke2fs.c:1306
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004125msgid "in malloc for bad_blocks_filename"
4126msgstr "in malloc for bad_blocks_filename"
4127
Philipp Thomas77c871a2010-04-19 16:59:02 -04004128#: misc/mke2fs.c:1316
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004129#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004130msgid "invalid reserved blocks percent - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004131msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004132
Philipp Thomas77c871a2010-04-19 16:59:02 -04004133#: misc/mke2fs.c:1334
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004134#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004135msgid "bad revision level - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004136msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004137
Philipp Thomas77c871a2010-04-19 16:59:02 -04004138#: misc/mke2fs.c:1346
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004139#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004140msgid "invalid inode size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004141msgstr "Unzulässige Inode-Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004142
Philipp Thomas77c871a2010-04-19 16:59:02 -04004143#: misc/mke2fs.c:1366
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004144#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004145msgid "bad num inodes - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004146msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004147
Philipp Thomas77c871a2010-04-19 16:59:02 -04004148#: misc/mke2fs.c:1431 misc/mke2fs.c:2180
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004149#, c-format
4150msgid "while trying to open journal device %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004151msgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004152
Philipp Thomas77c871a2010-04-19 16:59:02 -04004153#: misc/mke2fs.c:1437
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004154#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004155msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004156msgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004157
Philipp Thomas77c871a2010-04-19 16:59:02 -04004158#: misc/mke2fs.c:1443
Philipp Thomas68801282008-07-17 11:47:00 -04004159#, c-format
4160msgid "Using journal device's blocksize: %d\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004161msgstr "Verwende die Blockgrösse des Geräts: %d\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004162
Philipp Thomas77c871a2010-04-19 16:59:02 -04004163#: misc/mke2fs.c:1452
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004164#, c-format
4165msgid "%d-byte blocks too big for system (max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004166msgstr "%d-Byte Blöcke zu groß für das System (max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004167
Philipp Thomas77c871a2010-04-19 16:59:02 -04004168#: misc/mke2fs.c:1456
Philipp Thomas720e6362008-06-21 14:06:00 -04004169#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04004170msgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4171msgstr "Warnung: %d-byte Blöcke sind zu groß für das System (max %d), fahre dennoch fort\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004172
Philipp Thomas77c871a2010-04-19 16:59:02 -04004173#: misc/mke2fs.c:1464
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004174#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004175msgid "invalid blocks count - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004176msgstr "ungültige Anzahl Blöcke - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004177
Philipp Thomas77c871a2010-04-19 16:59:02 -04004178#: misc/mke2fs.c:1474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004179msgid "filesystem"
4180msgstr "Dateisystem"
4181
Philipp Thomas77c871a2010-04-19 16:59:02 -04004182#: misc/mke2fs.c:1510
Philipp Thomas68801282008-07-17 11:47:00 -04004183#, c-format
4184msgid ""
4185"%s: Size of device %s too big to be expressed in 32 bits\n"
4186"\tusing a blocksize of %d.\n"
4187msgstr ""
4188"%s: Größe von Gerät %s lässt sich in 32 Bits nicht darstellen\n"
4189"\teine Blockgröße von %d wird verwendet.\n"
4190
Philipp Thomas77c871a2010-04-19 16:59:02 -04004191#: misc/mke2fs.c:1519 resize/main.c:374
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004192msgid "while trying to determine filesystem size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004193msgstr "beim Bestimmen der Dateisystemgröße"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004194
Philipp Thomas77c871a2010-04-19 16:59:02 -04004195#: misc/mke2fs.c:1526
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004196msgid ""
4197"Couldn't determine device size; you must specify\n"
4198"the size of the filesystem\n"
4199msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004200"Konnte die Gerätegröße nicht ermitteln. Geben\n"
4201"Sie die Größe des Dateisystems an\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004202
Philipp Thomas77c871a2010-04-19 16:59:02 -04004203#: misc/mke2fs.c:1533
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004204msgid ""
4205"Device size reported to be zero. Invalid partition specified, or\n"
4206"\tpartition table wasn't reread after running fdisk, due to\n"
4207"\ta modified partition being busy and in use. You may need to reboot\n"
4208"\tto re-read your partition table.\n"
4209msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004210"Zurückgegebene Gerätegröße ist gleich null. Unvollständige Partition\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004211"\tangegeben oder die Partitionstabelle wurde nach einem fdisk-Lauf\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004212"\tnicht wieder eingelesen, weil eine veränderte Partition in Gebrauch\n"
4213"\tund gesperrt ist. Sie könnten gezwungen sein, neu zu booten, um die\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004214"\tPartitionstabelle neu einzulesen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004215
Philipp Thomas77c871a2010-04-19 16:59:02 -04004216#: misc/mke2fs.c:1551
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004217msgid "Filesystem larger than apparent device size."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004218msgstr "Dateisystem ist größer als augenscheinlich das Gerät selbst."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004219
Philipp Thomas77c871a2010-04-19 16:59:02 -04004220#: misc/mke2fs.c:1557
Philipp Thomas720e6362008-06-21 14:06:00 -04004221#, c-format
4222msgid "Failed to parse fs types list\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004223msgstr "Analyse der Liste von Dateisystemen war nicht möglich\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004224
Philipp Thomas77c871a2010-04-19 16:59:02 -04004225#: misc/mke2fs.c:1591
Philipp Thomas68801282008-07-17 11:47:00 -04004226msgid "fs_types for mke2fs.conf resolution: "
Philipp Thomas9564ee52008-08-22 03:22:50 -04004227msgstr "fs_types für mke2fs.conf Lösung: "
Philipp Thomas68801282008-07-17 11:47:00 -04004228
Philipp Thomas77c871a2010-04-19 16:59:02 -04004229#: misc/mke2fs.c:1598
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004230#, c-format
4231msgid "Filesystem features not supported with revision 0 filesystems\n"
4232msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004233"Dateisystem-Eigenschaften werden für Dateisysteme der Revision 0 nicht\n"
4234"\tunterstützt\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004235
Philipp Thomas77c871a2010-04-19 16:59:02 -04004236#: misc/mke2fs.c:1605
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004237#, c-format
4238msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4239msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004240"Verteilte Superblöcke werden für Dateisysteme der Revision 0 nicht\n"
4241"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004242
Philipp Thomas77c871a2010-04-19 16:59:02 -04004243#: misc/mke2fs.c:1617
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004244#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004245msgid "Journals not supported with revision 0 filesystems\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004246msgstr "Journale werden für Dateisysteme der Revision 0 nicht unterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004247
Philipp Thomas77c871a2010-04-19 16:59:02 -04004248#: misc/mke2fs.c:1635
Philipp Thomas720e6362008-06-21 14:06:00 -04004249#, c-format
4250msgid ""
4251"The resize_inode and meta_bg features are not compatible.\n"
4252"They can not be both enabled simultaneously.\n"
4253msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004254"Die Eigenschaften resize_inode und meta_bg sind nicht kompatibel.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004255"Sie können nicht gleichzeitig aktiviert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004256
Philipp Thomas77c871a2010-04-19 16:59:02 -04004257#: misc/mke2fs.c:1652
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004258msgid "while trying to determine hardware sector size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004259msgstr "beim Ermitteln der Hardware-Sektorgröße"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004260
Philipp Thomas77c871a2010-04-19 16:59:02 -04004261#: misc/mke2fs.c:1690
4262#, c-format
4263msgid "warning: Unable to get device geometry for %s\n"
4264msgstr "Warnung: Die Geometrie für Gerät %s konnte nicht erfragt werden\n"
4265
4266#: misc/mke2fs.c:1693
4267#, c-format
4268msgid "%s alignment is offset by %lu bytes.\n"
4269msgstr "Die Ausrichtung von %s ist um %lu Bytes verschoben.\n"
4270
4271#: misc/mke2fs.c:1695
4272#, c-format
4273msgid "This may result in very poor performance, (re)-partitioning suggested.\n"
4274msgstr ""
4275"Das könnte zu sehr schlechter Leistung führen. Eine (Neu-)Partionierung\n"
4276" wird empfohlen.\n"
4277
4278#: misc/mke2fs.c:1723
Theodore Ts'obc759702005-05-09 20:40:55 -04004279msgid "reserved online resize blocks not supported on non-sparse filesystem"
4280msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004281"Für Online-Grössenänderungen reservierte Blöcke werden auf Dateisystemen\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004282"\tohne Unterstützung für Lückenkompression nicht unterstützt"
Theodore Ts'obc759702005-05-09 20:40:55 -04004283
Philipp Thomas77c871a2010-04-19 16:59:02 -04004284#: misc/mke2fs.c:1732
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004285msgid "blocks per group count out of range"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004286msgstr "Anzahl der Blöcke pro Gruppe ausserhaalb des gültigen Bereichs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004287
Philipp Thomas77c871a2010-04-19 16:59:02 -04004288#: misc/mke2fs.c:1747
Philipp Thomas720e6362008-06-21 14:06:00 -04004289msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004290msgstr "Eigenschaft flex_bg wurde nicht aktiviert, daher darf flex_bg Grösse nicht angegeben werden"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004291
Philipp Thomas77c871a2010-04-19 16:59:02 -04004292#: misc/mke2fs.c:1759
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004293#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004294msgid "invalid inode size %d (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004295msgstr "ungültige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004296
Philipp Thomas77c871a2010-04-19 16:59:02 -04004297#: misc/mke2fs.c:1773
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004298#, c-format
4299msgid "too many inodes (%llu), raise inode ratio?"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004300msgstr "zu viele Inodes (%llu), Inode-Verhältnis erhöhen?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004301
Philipp Thomas77c871a2010-04-19 16:59:02 -04004302#: misc/mke2fs.c:1778
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004303#, c-format
4304msgid "too many inodes (%llu), specify < 2^32 inodes"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004305msgstr "zu viele Inodes (%llu), sie müssen weniger als 2^32 Inodes angeben"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004306
Philipp Thomas77c871a2010-04-19 16:59:02 -04004307#: misc/mke2fs.c:1793
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004308#, c-format
4309msgid ""
4310"inode_size (%u) * inodes_count (%u) too big for a\n"
4311"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
4312"\tor lower inode count (-N).\n"
4313msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004314"inode_size (%u) * inodes_count (%u) is zu gross für ein\n"
4315"\tDateisystem mit %lu Blöcken, geben Sie bitte entweder ein höheres\n"
4316"\tinode_ratio (-i) oder eine niedrigere Anzahl an Inodes (-N) an.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004317
Philipp Thomas77c871a2010-04-19 16:59:02 -04004318#: misc/mke2fs.c:1886 misc/tune2fs.c:1494
4319msgid "Couldn't allocate memory for tdb filename\n"
4320msgstr "Kann keinen Speicher für den tdb-Dateinamen reservieren\n"
4321
4322#: misc/mke2fs.c:1899 misc/tune2fs.c:1516
Philipp Thomas68801282008-07-17 11:47:00 -04004323#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004324msgid "while trying to delete %s"
Philipp Thomas68801282008-07-17 11:47:00 -04004325msgstr "beim Versuch, %s zu löschen"
Philipp Thomas720e6362008-06-21 14:06:00 -04004326
Philipp Thomas77c871a2010-04-19 16:59:02 -04004327#: misc/mke2fs.c:1909
Philipp Thomas720e6362008-06-21 14:06:00 -04004328#, c-format
4329msgid ""
4330"Overwriting existing filesystem; this can be undone using the command:\n"
4331" e2undo %s %s\n"
4332"\n"
4333msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04004334"Überschreibe das bestehende Dateisystem; dies kann rückgängig gemacht werden\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004335"durch den Befehl:\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004336" e2undo %s %s\n"
4337"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004338
Philipp Thomas77c871a2010-04-19 16:59:02 -04004339#: misc/mke2fs.c:1946
4340#, c-format
4341msgid "Calling BLKDISCARD from %llu to %llu "
4342msgstr "Der Aufruf von BLKDISCARD für den Bereich von %llu bis %llu war "
4343
4344#: misc/mke2fs.c:1949
4345#, c-format
4346msgid "failed.\n"
4347msgstr "nicht erfolgreich.\n"
4348
4349#: misc/mke2fs.c:1951
4350#, c-format
4351msgid "succeeded.\n"
4352msgstr "erfolgreich.\n"
4353
4354#: misc/mke2fs.c:2000
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004355msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004356msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004357
Philipp Thomas77c871a2010-04-19 16:59:02 -04004358#: misc/mke2fs.c:2064
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004359#, c-format
4360msgid "unknown os - %s"
4361msgstr "unbekanntes OS - %s"
4362
Philipp Thomas77c871a2010-04-19 16:59:02 -04004363#: misc/mke2fs.c:2118
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004364msgid "while trying to allocate filesystem tables"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004365msgstr "beim Zuordnen von Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004366
Philipp Thomas77c871a2010-04-19 16:59:02 -04004367#: misc/mke2fs.c:2149
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004368#, c-format
4369msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004370msgstr "beim Nullen von Block %u am Ende des Dateisystems"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004371
Philipp Thomas77c871a2010-04-19 16:59:02 -04004372#: misc/mke2fs.c:2162
Theodore Ts'obc759702005-05-09 20:40:55 -04004373msgid "while reserving blocks for online resize"
4374msgstr "beim Lesen des Bad-Block-Inodes"
4375
Philipp Thomas77c871a2010-04-19 16:59:02 -04004376#: misc/mke2fs.c:2173 misc/tune2fs.c:479
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004377msgid "journal"
4378msgstr "Journal"
4379
Philipp Thomas77c871a2010-04-19 16:59:02 -04004380#: misc/mke2fs.c:2185
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004381#, c-format
4382msgid "Adding journal to device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004383msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004384
Philipp Thomas77c871a2010-04-19 16:59:02 -04004385#: misc/mke2fs.c:2192
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004386#, c-format
4387msgid ""
4388"\n"
4389"\twhile trying to add journal to device %s"
4390msgstr ""
4391"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004392"\tbeim Erstellen des Journals auf Gerät %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004393
Philipp Thomas77c871a2010-04-19 16:59:02 -04004394#: misc/mke2fs.c:2197 misc/mke2fs.c:2229 misc/tune2fs.c:508 misc/tune2fs.c:522
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004395#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004396msgid "done\n"
4397msgstr "erledigt\n"
4398
Philipp Thomas77c871a2010-04-19 16:59:02 -04004399#: misc/mke2fs.c:2206
4400#, c-format
4401msgid "Skipping journal creation in super-only mode\n"
4402msgstr "Die Erzeugung eines Journals wird im Nur-Super Modus übersprungen\n"
4403
4404#: misc/mke2fs.c:2217
Philipp Thomas68801282008-07-17 11:47:00 -04004405#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004406msgid "Creating journal (%u blocks): "
Philipp Thomas68801282008-07-17 11:47:00 -04004407msgstr "Erstelle Journal (%u Blöcke): "
Philipp Thomas720e6362008-06-21 14:06:00 -04004408
Philipp Thomas77c871a2010-04-19 16:59:02 -04004409#: misc/mke2fs.c:2234
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004410#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004411msgid "Writing superblocks and filesystem accounting information: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004412msgstr "Schreibe Superblöcke und Dateisystem-Accountinginformationen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004413
Philipp Thomas77c871a2010-04-19 16:59:02 -04004414#: misc/mke2fs.c:2239
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004415#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004416msgid ""
4417"\n"
4418"Warning, had trouble writing out superblocks."
4419msgstr ""
4420"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004421"Warnung: Probleme beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004422
Philipp Thomas77c871a2010-04-19 16:59:02 -04004423#: misc/mke2fs.c:2242
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004424#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004425msgid ""
4426"done\n"
4427"\n"
4428msgstr ""
4429"erledigt\n"
4430"\n"
4431
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004432#: misc/mklost+found.c:49
4433#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004434msgid "Usage: mklost+found\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004435msgstr "Aufruf: mklost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004436
Philipp Thomas40771272008-09-07 22:55:25 -04004437#: misc/partinfo.c:39
Philipp Thomasa700f512008-08-29 08:49:57 -04004438#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004439msgid ""
4440"Usage: %s device...\n"
4441"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004442"Prints out the partition information for each given device.\n"
4443"For example: %s /dev/hda\n"
4444"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004445msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004446"Aufruf: %s Gerät...\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004447"\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004448"Gibt Informationen über die Partitionen jedes angegebenen Gerätes aus.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004449"Zum Beispiel: %s /dev/hda\n"
4450"\n"
4451
4452#: misc/partinfo.c:49
4453#, c-format
4454msgid "Cannot open %s: %s"
4455msgstr "Kann %s nicht öffnen: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004456
4457#: misc/partinfo.c:55
Philipp Thomas40771272008-09-07 22:55:25 -04004458#, c-format
4459msgid "Cannot get geometry of %s: %s"
4460msgstr "Geometrie von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004461
Philipp Thomas40771272008-09-07 22:55:25 -04004462#: misc/partinfo.c:63
4463#, c-format
4464msgid "Cannot get size of %s: %s"
4465msgstr "Grösse von %s kann nicht gelesen werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004466
Philipp Thomas40771272008-09-07 22:55:25 -04004467#: misc/partinfo.c:69
4468#, c-format
4469msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
4470msgstr "%s: h=%3d s=%3d c=%4d Start=%8d Grösse=%8lu Ende=%8d\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004471
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004472#: misc/tune2fs.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004473msgid "Please run e2fsck on the filesystem.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004474msgstr "Lassen Sie bitte e2fsck über das Dateisystem laufen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004475
Philipp Thomas77c871a2010-04-19 16:59:02 -04004476#: misc/tune2fs.c:105
Philipp Thomas68801282008-07-17 11:47:00 -04004477#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004478msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004479"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004480"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4481"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4482"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004483"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004484"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4485"\t[ -I new_inode_size ] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004486msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004487"Aufruf: %s [-c max-Anzahl-Mounts] [-e Fehler-Verhalten] [-g Gruppe]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004488"\t[-i Intervall[d|m|w]] [-j] [-J Journal-Optionen] [-l]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004489"\t[-m reservierte_Blöcke_Prozent] [-o [^]Einhäng_Optionen[,...]]\n"
4490"\t[-r Anzahl_reservierte_Blöcke] [-u Benutzer] [-C Anzahl_Einhängen]\n"
4491"\t[-L Volume_Label] [-M letztes_eingehängtes_Verzeichnis]\n"
4492"\t[-O [^]Eigenschaft[,...]] [-E erweiterte-Option[,...]]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004493"\t[-T letzter_Prüfzeitpunkt] [-U UUID] [-I neue_Inodegrösse] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004494
Philipp Thomas77c871a2010-04-19 16:59:02 -04004495#: misc/tune2fs.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004496msgid "while trying to open external journal"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004497msgstr "beim Öffnen des externen Journals"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004498
Philipp Thomas77c871a2010-04-19 16:59:02 -04004499#: misc/tune2fs.c:194
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004500#, c-format
4501msgid "%s is not a journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004502msgstr "%s ist kein Journal-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004503
Philipp Thomas77c871a2010-04-19 16:59:02 -04004504#: misc/tune2fs.c:209
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004505msgid "Journal superblock not found!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004506msgstr "Journal-Superblock nicht gefunden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004507
Philipp Thomas77c871a2010-04-19 16:59:02 -04004508#: misc/tune2fs.c:221
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004509msgid "Filesystem's UUID not found on journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004510msgstr "UUID des Dateisystems auf Journal-Gerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004511
Philipp Thomas77c871a2010-04-19 16:59:02 -04004512#: misc/tune2fs.c:242
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004513msgid "Journal NOT removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004514msgstr "Journal NICHT gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004515
Philipp Thomas77c871a2010-04-19 16:59:02 -04004516#: misc/tune2fs.c:248
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004517msgid "Journal removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004518msgstr "Journal gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004519
Philipp Thomas77c871a2010-04-19 16:59:02 -04004520#: misc/tune2fs.c:288
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004521msgid "while reading bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004522msgstr "beim Lesen von Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004523
Philipp Thomas77c871a2010-04-19 16:59:02 -04004524#: misc/tune2fs.c:296
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004525msgid "while clearing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004526msgstr "beim Bereinigen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004527
Philipp Thomas77c871a2010-04-19 16:59:02 -04004528#: misc/tune2fs.c:307
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004529msgid "while writing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004530msgstr "beim Schreiben des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004531
Philipp Thomas77c871a2010-04-19 16:59:02 -04004532#: misc/tune2fs.c:322
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004533#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004534msgid "Invalid mount option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004535msgstr "Ungültige Einhänge-Option gesetzt: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004536
Philipp Thomas77c871a2010-04-19 16:59:02 -04004537#: misc/tune2fs.c:358
Theodore Ts'o8f741372008-02-28 21:47:05 -05004538#, c-format
4539msgid "Clearing filesystem feature '%s' not supported.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004540msgstr "Das Zurücksetzen von Dateisystem-Eigenschaft »%s« wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004541
Philipp Thomas77c871a2010-04-19 16:59:02 -04004542#: misc/tune2fs.c:364
Philipp Thomas67671422008-05-14 18:42:45 -04004543#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004544msgid "Setting filesystem feature '%s' not supported.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004545msgstr "Das Setzen der Dateisystem-Eigenschaft »%s« wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004546
Philipp Thomas77c871a2010-04-19 16:59:02 -04004547#: misc/tune2fs.c:373
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004548msgid ""
Philipp Thomas68801282008-07-17 11:47:00 -04004549"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004550"unmounted or mounted read-only.\n"
4551msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004552"Die has_jounal Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
4553"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004554
Philipp Thomas77c871a2010-04-19 16:59:02 -04004555#: misc/tune2fs.c:381
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004556msgid ""
4557"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4558"the has_journal flag.\n"
4559msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004560"Das needs_recovery Flag ist gesetzt. Bitte starten sie e2fsck vor\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004561"der Zurücksetzung des has_journal Flags.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004562
Philipp Thomas77c871a2010-04-19 16:59:02 -04004563#: misc/tune2fs.c:414
Philipp Thomas720e6362008-06-21 14:06:00 -04004564msgid ""
4565"Clearing the flex_bg flag would cause the the filesystem to be\n"
4566"inconsistent.\n"
4567msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004568"Das Zurücksetzen der Kennung flex_bg würde das Dateisystem inkonsistent\n"
4569"machen.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004570
Philipp Thomas77c871a2010-04-19 16:59:02 -04004571#: misc/tune2fs.c:425
Philipp Thomas68801282008-07-17 11:47:00 -04004572msgid ""
4573"The huge_file feature may only be cleared when the filesystem is\n"
4574"unmounted or mounted read-only.\n"
4575msgstr ""
4576"Die huge_file Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
4577"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
4578
Philipp Thomas77c871a2010-04-19 16:59:02 -04004579#: misc/tune2fs.c:453
Philipp Thomas68801282008-07-17 11:47:00 -04004580#, c-format
4581msgid "(and reboot afterwards!)\n"
4582msgstr "(und hinterher das System neu starten!)\n"
4583
Philipp Thomas77c871a2010-04-19 16:59:02 -04004584#: misc/tune2fs.c:474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004585msgid "The filesystem already has a journal.\n"
4586msgstr "Das Dateisystem hat schon ein Journal.\n"
4587
Philipp Thomas77c871a2010-04-19 16:59:02 -04004588#: misc/tune2fs.c:492
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004589#, c-format
4590msgid ""
4591"\n"
4592"\twhile trying to open journal on %s\n"
4593msgstr ""
4594"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004595"\tbeim Öffnen des Journals auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004596
Philipp Thomas77c871a2010-04-19 16:59:02 -04004597#: misc/tune2fs.c:496
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004598#, c-format
4599msgid "Creating journal on device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004600msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004601
Philipp Thomas77c871a2010-04-19 16:59:02 -04004602#: misc/tune2fs.c:504
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004603#, c-format
4604msgid "while adding filesystem to journal on %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004605msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004606
Philipp Thomas77c871a2010-04-19 16:59:02 -04004607#: misc/tune2fs.c:510
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004608msgid "Creating journal inode: "
Philipp Thomasa700f512008-08-29 08:49:57 -04004609msgstr "Erstelle Journal-Inode: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004610
Philipp Thomas77c871a2010-04-19 16:59:02 -04004611#: misc/tune2fs.c:519
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004612msgid ""
4613"\n"
4614"\twhile trying to create journal file"
4615msgstr ""
4616"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004617"\tbeim Erstellen der Journaldatei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004618
Philipp Thomas77c871a2010-04-19 16:59:02 -04004619#: misc/tune2fs.c:585
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004620#, c-format
4621msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004622msgstr "Konnte Datum/Zeit nicht parsen: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004623
Philipp Thomas77c871a2010-04-19 16:59:02 -04004624#: misc/tune2fs.c:609 misc/tune2fs.c:622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004625#, c-format
4626msgid "bad mounts count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004627msgstr "Ungültiger Mounts-Zähler - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004628
Philipp Thomas77c871a2010-04-19 16:59:02 -04004629#: misc/tune2fs.c:638
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004630#, c-format
4631msgid "bad error behavior - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004632msgstr "ungültiges Fehler-Verhalten - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004633
Philipp Thomas77c871a2010-04-19 16:59:02 -04004634#: misc/tune2fs.c:665
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004635#, c-format
4636msgid "bad gid/group name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004637msgstr "ungültige(r) GID oder Gruppenname - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004638
Philipp Thomas77c871a2010-04-19 16:59:02 -04004639#: misc/tune2fs.c:698
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004640#, c-format
4641msgid "bad interval - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004642msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004643
Philipp Thomas77c871a2010-04-19 16:59:02 -04004644#: misc/tune2fs.c:727
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004645#, c-format
4646msgid "bad reserved block ratio - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004647msgstr "ungültiges Reservierte-Blöcke-Verhältnis - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004648
Philipp Thomas77c871a2010-04-19 16:59:02 -04004649#: misc/tune2fs.c:742
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004650msgid "-o may only be specified once"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004651msgstr "-o darf nur eimal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004652
Philipp Thomas77c871a2010-04-19 16:59:02 -04004653#: misc/tune2fs.c:752
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004654msgid "-O may only be specified once"
4655msgstr "-O darf nur eimal angegeben werden"
4656
Philipp Thomas77c871a2010-04-19 16:59:02 -04004657#: misc/tune2fs.c:762
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004658#, c-format
4659msgid "bad reserved blocks count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004660msgstr "ungültige Anzahl von reservierten Blöcken - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004661
Philipp Thomas77c871a2010-04-19 16:59:02 -04004662#: misc/tune2fs.c:791
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004663#, c-format
4664msgid "bad uid/user name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004665msgstr "ungültige(r) UID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004666
Philipp Thomas77c871a2010-04-19 16:59:02 -04004667#: misc/tune2fs.c:808
Philipp Thomas68801282008-07-17 11:47:00 -04004668#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004669msgid "bad inode size - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004670msgstr "Unzulässige Inodegröße - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004671
Philipp Thomas77c871a2010-04-19 16:59:02 -04004672#: misc/tune2fs.c:815
Philipp Thomas720e6362008-06-21 14:06:00 -04004673#, c-format
4674msgid "Inode size must be a power of two- %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004675msgstr "Inodegrösse muss eine Zweierpotenz sein- %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004676
Philipp Thomas77c871a2010-04-19 16:59:02 -04004677#: misc/tune2fs.c:904
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004678#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004679msgid "Invalid RAID stride: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004680msgstr "Ungültiger RAID Stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004681
Philipp Thomas77c871a2010-04-19 16:59:02 -04004682#: misc/tune2fs.c:919
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004683#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004684msgid "Invalid RAID stripe-width: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004685msgstr "Ungültige RAID Stripe-Breite: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004686
Philipp Thomas77c871a2010-04-19 16:59:02 -04004687#: misc/tune2fs.c:934
Philipp Thomas40771272008-09-07 22:55:25 -04004688#, c-format
4689msgid "Invalid hash algorithm: %s\n"
4690msgstr "Ungültiger Hashalgorithmus: %s\n"
4691
Philipp Thomas77c871a2010-04-19 16:59:02 -04004692#: misc/tune2fs.c:940
Philipp Thomas40771272008-09-07 22:55:25 -04004693#, c-format
4694msgid "Setting default hash algorithm to %s (%d)\n"
4695msgstr "Der standard Hashalgorithmus wird auf %s (%d) gesetzt\n"
4696
Philipp Thomas77c871a2010-04-19 16:59:02 -04004697#: misc/tune2fs.c:948
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004698#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004699msgid ""
4700"\n"
4701"Bad options specified.\n"
4702"\n"
4703"Extended options are separated by commas, and may take an argument which\n"
4704"\tis set off by an equals ('=') sign.\n"
4705"\n"
4706"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004707"\tstride=<RAID per-disk chunk size in blocks>\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004708"\tstripe_width=<RAID stride*data disks in blocks>\n"
4709"\thash_alg=<hash algorithm>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004710"\ttest_fs\n"
4711"\t^test_fs\n"
4712msgstr ""
4713"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004714"Ungültige Optionen wurden angegeben.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004715"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004716"Erweiterte Optionen werden mit Kommatas getrennt angegeben und erwarten\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004717"\teventuell ein Argument, welches mit Gleichheitszeichen (»=«)\n"
4718"\tzugewiesenwird.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004719"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004720"Gültige erweiterte Optionen sind:\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004721"\tstride=<RAID Segmentgrösse pro PLatte in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004722"\tstripe-width=<RAID Stride*Datenplatten in Blöcken>\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004723"\thash_alg=<Hashalgorithmus>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004724"\ttest_fs\n"
4725"\t^test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004726
Philipp Thomas77c871a2010-04-19 16:59:02 -04004727#: misc/tune2fs.c:1421 resize/resize2fs.c:790
Philipp Thomas720e6362008-06-21 14:06:00 -04004728msgid "blocks to be moved"
4729msgstr "zu verschiebende Blöcke"
4730
Philipp Thomas77c871a2010-04-19 16:59:02 -04004731#: misc/tune2fs.c:1424
4732msgid "Failed to allocate block bitmap when increasing inode size\n"
4733msgstr "Beim Vergrössern der Inodes konnte keine Block-Bitmap angelegt werden\n"
4734
4735#: misc/tune2fs.c:1430
4736msgid "Not enough space to increase inode size \n"
4737msgstr "Der Platz reicht nicht aus um die Inodegrösse zu erhöhen \n"
4738
4739#: misc/tune2fs.c:1435
4740msgid "Failed to relocate blocks during inode resize \n"
4741msgstr "Beim Vergrössern der Inodes konnten die Blöcke nicht verschoben werden \n"
4742
4743#: misc/tune2fs.c:1467
4744msgid ""
4745"Error in resizing the inode size.\n"
4746"Run e2undo to undo the file system changes. \n"
4747msgstr ""
4748"Fehler beim Verändern der Inodegrösse.\n"
4749"Starten Sie e2undo um die Änderungen am Dateisystem rückgängig zu machen. \n"
4750
4751#: misc/tune2fs.c:1526
4752#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004753msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004754"To undo the tune2fs operation please run the command\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004755" e2undo %s %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004756"\n"
4757msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004758"Um die Aktionen von tune2fs rückgängig zu machen, starten Sie bitte den\n"
4759"Befehl\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004760" e2undo %s %s\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004761"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004762
Philipp Thomas77c871a2010-04-19 16:59:02 -04004763#: misc/tune2fs.c:1587
Philipp Thomas40771272008-09-07 22:55:25 -04004764#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04004765msgid "The inode size is already %lu\n"
4766msgstr "Die Inodegrösse ist bereits %lu\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004767
Philipp Thomas77c871a2010-04-19 16:59:02 -04004768#: misc/tune2fs.c:1592
Philipp Thomas40771272008-09-07 22:55:25 -04004769#, c-format
4770msgid "Shrinking the inode size is not supported\n"
4771msgstr "Das Schrumpfen der Inodegrösse wird nicht unterstützt\n"
4772
Philipp Thomas77c871a2010-04-19 16:59:02 -04004773#: misc/tune2fs.c:1635
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004774#, c-format
4775msgid "Setting maximal mount count to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004776msgstr "Setze die maximale Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004777
Philipp Thomas77c871a2010-04-19 16:59:02 -04004778#: misc/tune2fs.c:1641
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004779#, c-format
4780msgid "Setting current mount count to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004781msgstr "Setze die derzeitige Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004782
Philipp Thomas77c871a2010-04-19 16:59:02 -04004783#: misc/tune2fs.c:1646
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004784#, c-format
4785msgid "Setting error behavior to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004786msgstr "Setze das Fehler-Verhalten auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004787
Philipp Thomas77c871a2010-04-19 16:59:02 -04004788#: misc/tune2fs.c:1651
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004789#, c-format
4790msgid "Setting reserved blocks gid to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004791msgstr "Setze die GID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004792
Philipp Thomas77c871a2010-04-19 16:59:02 -04004793#: misc/tune2fs.c:1656
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004794#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004795msgid "Setting interval between checks to %lu seconds\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004796msgstr "Setze das Intervall zwischen Checks auf %lu Sekunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004797
Philipp Thomas77c871a2010-04-19 16:59:02 -04004798#: misc/tune2fs.c:1663
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004799#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004800msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004801msgstr "Setze den Prozentsatz reservierter Böcke auf %g%% (%u Blöcke)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004802
Philipp Thomas77c871a2010-04-19 16:59:02 -04004803#: misc/tune2fs.c:1670
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004804#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004805msgid "reserved blocks count is too big (%lu)"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004806msgstr "Anzahl der reservierten Blöcke ist zu gross (%lu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004807
Philipp Thomas77c871a2010-04-19 16:59:02 -04004808#: misc/tune2fs.c:1676
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004809#, c-format
4810msgid "Setting reserved blocks count to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004811msgstr "Setze die Anzahl der reservierten Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004812
Philipp Thomas77c871a2010-04-19 16:59:02 -04004813#: misc/tune2fs.c:1682
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004814msgid ""
4815"\n"
4816"The filesystem already has sparse superblocks.\n"
4817msgstr ""
4818"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004819"Das Dateisystem hat bereits verteilte Superblöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004820
Philipp Thomas77c871a2010-04-19 16:59:02 -04004821#: misc/tune2fs.c:1689
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004822#, c-format
4823msgid ""
4824"\n"
4825"Sparse superblock flag set. %s"
4826msgstr ""
4827"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004828"Kennzeichen für verteilten Superblock gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004829
Philipp Thomas77c871a2010-04-19 16:59:02 -04004830#: misc/tune2fs.c:1694
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004831msgid ""
4832"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004833"Clearing the sparse superflag not supported.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004834msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004835"\n"
4836"Das Zurücksetzen des Kennzeichens für »verteilter Superblock« wird nicht\n"
4837"\tunterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004838
Philipp Thomas77c871a2010-04-19 16:59:02 -04004839#: misc/tune2fs.c:1701
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004840#, c-format
4841msgid "Setting time filesystem last checked to %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004842msgstr "Setze die Zeit des letzten Dateisystemchecks auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004843
Philipp Thomas77c871a2010-04-19 16:59:02 -04004844#: misc/tune2fs.c:1707
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004845#, c-format
4846msgid "Setting reserved blocks uid to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004847msgstr "Setze die UID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004848
Philipp Thomas77c871a2010-04-19 16:59:02 -04004849#: misc/tune2fs.c:1758
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004850msgid "Invalid UUID format\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004851msgstr "Ungültiges UUID Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004852
Philipp Thomas77c871a2010-04-19 16:59:02 -04004853#: misc/tune2fs.c:1770
Philipp Thomas720e6362008-06-21 14:06:00 -04004854msgid "The inode size may only be changed when the filesystem is unmounted.\n"
4855msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004856"Die Grösse der Inodes kann nur geändert werden, wenn das Dateisystem\n"
4857"nicht eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004858
Philipp Thomas77c871a2010-04-19 16:59:02 -04004859#: misc/tune2fs.c:1777
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004860msgid ""
4861"Changing the inode size not supported for filesystems with the flex_bg\n"
4862"feature enabled.\n"
4863msgstr ""
Philipp Thomas77c871a2010-04-19 16:59:02 -04004864"Das Ändern der Inodegrösse wird auf Dateisystemen mit aktivierter flex_bg\n"
4865"Eigenschaft nicht unterstützt.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004866
Philipp Thomas77c871a2010-04-19 16:59:02 -04004867#: misc/tune2fs.c:1789
Philipp Thomas68801282008-07-17 11:47:00 -04004868#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004869msgid "Setting inode size %lu\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004870msgstr "Setze Inode-Größe auf %lu\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004871
Philipp Thomas77c871a2010-04-19 16:59:02 -04004872#: misc/tune2fs.c:1799
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004873#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004874msgid "Setting stride size to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004875msgstr "Setze Stride-Größe auf %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004876
Philipp Thomas77c871a2010-04-19 16:59:02 -04004877#: misc/tune2fs.c:1804
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004878#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004879msgid "Setting stripe width to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004880msgstr "Setze die Stripe-Breite auf %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004881
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004882#: misc/util.c:72
4883msgid "Proceed anyway? (y,n) "
Theodore Ts'o3e5ffd82008-05-12 09:51:17 -04004884msgstr "Trotzdem fortsetzen? (j,n) "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004885
4886#: misc/util.c:93
4887#, c-format
4888msgid "Could not stat %s --- %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004889msgstr "Status für %s konnte nicht ermittelt werden --- %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004890
4891#: misc/util.c:96
4892msgid ""
4893"\n"
4894"The device apparently does not exist; did you specify it correctly?\n"
4895msgstr ""
4896"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004897"Das Gerät existiert offensichtlich nicht; haben Sie es richtig angegeben?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004898
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004899#: misc/util.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004900#, c-format
4901msgid "%s is not a block special device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004902msgstr "%s ist kein spezielles Block-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004903
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004904#: misc/util.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004905#, c-format
4906msgid "%s is entire device, not just one partition!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004907msgstr "%s ist das ganze Gerät, nicht nur eine Partition!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004908
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004909#: misc/util.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004910msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004911msgstr "mke2fs trotzdem erzwungen. Hoffentlich ist /etc/mtab ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004912
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004913#: misc/util.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004914#, c-format
4915msgid "will not make a %s here!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004916msgstr "werde dort kein %s erstellen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004917
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004918#: misc/util.c:170
4919msgid "mke2fs forced anyway.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004920msgstr "mke2fs wird sowieso erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004921
4922#: misc/util.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004923msgid "Couldn't allocate memory to parse journal options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004924msgstr "Konnte keinen Speicher zur Analyse der Journal-Optionen anfordern!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004925
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004926#: misc/util.c:228
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004927msgid ""
4928"\n"
4929"Bad journal options specified.\n"
4930"\n"
4931"Journal options are separated by commas, and may take an argument which\n"
4932"\tis set off by an equals ('=') sign.\n"
4933"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004934"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004935"\tsize=<journal size in megabytes>\n"
4936"\tdevice=<journal device>\n"
4937"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004938"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004939"\n"
4940msgstr ""
4941"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004942"Ungültige Journal-Optionen wurden angegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004943"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004944"Journal-Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
4945"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004946"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004947"Gültige Journal-Optionen sind:\n"
4948"\tsize=<Journalgröße in Megabytes>\n"
4949"\tdevice=<Journal-Gerät>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004950"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004951"Die Grösse des Journals muss zwischen 1024 und 10240000 Dateisystem-Blöcken\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004952"\tliegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004953"\n"
4954
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004955#: misc/util.c:258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004956msgid ""
4957"\n"
4958"Filesystem too small for a journal\n"
4959msgstr ""
4960"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004961"Das Dateisystem ist zu klein für ein Journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004962
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004963#: misc/util.c:265
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004964#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004965msgid ""
4966"\n"
4967"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004968"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004969msgstr ""
4970"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004971"Die angegebene Journalgröße beträgt %d Blöcke. Sie muss aber zwischen\n"
4972"1024 und 102400 Dateisystem-Blöcken liegen. Abbruch! \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004973
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004974#: misc/util.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004975msgid ""
4976"\n"
4977"Journal size too big for filesystem.\n"
4978msgstr ""
4979"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004980"Das Journal ist zu groß für dieses Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004981
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004982#: misc/util.c:283
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004983#, c-format
4984msgid ""
4985"This filesystem will be automatically checked every %d mounts or\n"
4986"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4987msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004988"Das Dateisystem wird automatisch nach jeweils %d Einhäng-Vorgängen bzw.\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04004989"alle %g Tage überprüft, je nachdem, was zuerst eintritt. Dies kann durch\n"
4990"tune2fs -c oder -i geändert werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004991
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004992#: misc/uuidgen.c:31
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004993#, c-format
4994msgid "Usage: %s [-r] [-t]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004995msgstr "Aufruf: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004996
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004997#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004998msgid "# Extent dump:\n"
4999msgstr "# Extent dump:\n"
5000
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005001#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005002#, c-format
5003msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
5004msgstr "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
5005
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05005006#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005007#, c-format
5008msgid "#\t\t %u -> %u (%d)\n"
5009msgstr "#\t\t %u -> %u (%d)\n"
5010
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005011#: resize/main.c:42
Philipp Thomas68801282008-07-17 11:47:00 -04005012#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005013msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04005014"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005015"\n"
5016msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04005017"Aufruf: %s [-d Debug_Optionen] [-f] [-F] [-M] [-P] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005018"\n"
5019
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005020#: resize/main.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005021msgid "Extending the inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005022msgstr "Vergrößere die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005023
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005024#: resize/main.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005025msgid "Relocating blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005026msgstr "Verteile die Blöcke neu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005027
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005028#: resize/main.c:70
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005029msgid "Scanning inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005030msgstr "Prüfe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005031
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005032#: resize/main.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005033msgid "Updating inode references"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005034msgstr "Aktualisiere die Inode-Referenzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005035
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005036#: resize/main.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005037msgid "Moving inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005038msgstr "Verschiebe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005039
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005040#: resize/main.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005041msgid "Unknown pass?!?"
5042msgstr "Unbekannter Durchgang?!?"
5043
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005044#: resize/main.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005045#, c-format
5046msgid "Begin pass %d (max = %lu)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005047msgstr "Start von Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005048
Philipp Thomas77c871a2010-04-19 16:59:02 -04005049#: resize/main.c:265
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005050#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05005051msgid "while opening %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005052msgstr "beim Öffnen von %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005053
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005054# c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04005055#: resize/main.c:277
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005056#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05005057msgid "while getting stat information for %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005058msgstr "beim Ermitteln der Statusinformation für %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005059
Philipp Thomas77c871a2010-04-19 16:59:02 -04005060#: resize/main.c:338
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005061#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005062msgid ""
5063"%s: The combination of flex_bg and\n"
5064"\t!resize_inode features is not supported by resize2fs.\n"
5065msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04005066"%s: Die Kombination der Eigenschaften flex_bg und\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005067"t!resize_inode wird von resize2fs nicht unterestützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005068
Philipp Thomas77c871a2010-04-19 16:59:02 -04005069#: resize/main.c:348
Philipp Thomas720e6362008-06-21 14:06:00 -04005070#, c-format
5071msgid "Estimated minimum size of the filesystem: %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005072msgstr "Geschätzte minimale Grösse des Dateisystems: %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005073
Philipp Thomas77c871a2010-04-19 16:59:02 -04005074#: resize/main.c:384
5075#, c-format
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005076msgid "Invalid new size: %s\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005077msgstr "Unzulässige neue Größe: %s\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005078
Philipp Thomas77c871a2010-04-19 16:59:02 -04005079#: resize/main.c:396
5080#, c-format
5081msgid "New size smaller than minimum (%u)\n"
5082msgstr "Die neue Größe ist kleiner als das Minimum (%u)\n"
5083
5084#: resize/main.c:402
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005085msgid "Invalid stride length"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005086msgstr "Ungültige Stride-Länge"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005087
Philipp Thomas77c871a2010-04-19 16:59:02 -04005088#: resize/main.c:426
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005089#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005090msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005091"The containing partition (or device) is only %u (%dk) blocks.\n"
5092"You requested a new size of %u blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005093"\n"
5094msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005095"Die Partition (oder das Gerät) ist nur %u (%dk) Blöcke groß.\n"
5096"Die gewünschte Größe war %u Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005097"\n"
5098
Philipp Thomas77c871a2010-04-19 16:59:02 -04005099#: resize/main.c:433
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005100#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005101msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005102"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005103"\n"
5104msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005105"Das Dateisystem ist schon %u Blöcke groß. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005106"\n"
5107
Philipp Thomas77c871a2010-04-19 16:59:02 -04005108#: resize/main.c:444
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005109#, c-format
5110msgid ""
5111"Please run 'e2fsck -f %s' first.\n"
5112"\n"
5113msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005114"Bitte zuerst »e2fsck -f %s« laufen lassen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005115"\n"
5116
Philipp Thomas77c871a2010-04-19 16:59:02 -04005117#: resize/main.c:448
5118#, c-format
5119msgid "Resizing the filesystem on %s to %u (%dk) blocks.\n"
5120msgstr ""
5121"Die Grösse des Dateisystems auf %s wird auf %u (%dk) Blöcke geändert.\n"
5122"\n"
5123
5124#: resize/main.c:457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005125#, c-format
5126msgid "while trying to resize %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005127msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005128
Philipp Thomas77c871a2010-04-19 16:59:02 -04005129#: resize/main.c:460
5130#, c-format
5131msgid ""
5132"Please run 'e2fsck -fy %s' to fix the filesystem\n"
5133"after the aborted resize operation.\n"
5134msgstr ""
5135"Bitte führen Sie »e2fsck -fy %s« aus, um das Dateisystem\n"
5136"nach der abgebrochenen Grössenänderung zu reparieren.\n"
5137
5138#: resize/main.c:466
Theodore Ts'o7527ef12007-12-05 19:35:20 -05005139#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005140msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005141"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005142"\n"
5143msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005144"Das Dateisystem auf %s ist nun %u Blöcke groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005145"\n"
5146
Philipp Thomas77c871a2010-04-19 16:59:02 -04005147#: resize/main.c:481
5148#, c-format
5149msgid "while trying to truncate %s"
5150msgstr "beim Versuch, %s zu kürzen"
5151
Philipp Thomas720e6362008-06-21 14:06:00 -04005152#: resize/online.c:37
5153#, c-format
5154msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Philipp Thomas77c871a2010-04-19 16:59:02 -04005155msgstr "Das Dateisystem auf %s ist auf %s eingehängt; Online-Grössenveränderung nötig\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005156
5157#: resize/online.c:41
Philipp Thomas68801282008-07-17 11:47:00 -04005158#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005159msgid "On-line shrinking from %u to %u not supported.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005160msgstr "Die Online-Verkleinerung von %u auf %u wird nicht unterstützt.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005161
5162#: resize/online.c:61
Philipp Thomas720e6362008-06-21 14:06:00 -04005163msgid "Filesystem does not support online resizing"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005164msgstr "Das Dateisystem unterstützt keine Online-Grössenveränderung"
Philipp Thomas720e6362008-06-21 14:06:00 -04005165
5166#: resize/online.c:68
Philipp Thomas68801282008-07-17 11:47:00 -04005167#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005168msgid "while trying to open mountpoint %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005169msgstr "beim Versuch, Einhängpunkt %s zu öffnen"
Philipp Thomas720e6362008-06-21 14:06:00 -04005170
5171#: resize/online.c:76
5172msgid "Permission denied to resize filesystem"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005173msgstr "Zugriff verweigert für die Grössenänderung des Dateisystems"
Philipp Thomas720e6362008-06-21 14:06:00 -04005174
5175#: resize/online.c:79
Philipp Thomas720e6362008-06-21 14:06:00 -04005176msgid "Kernel does not support online resizing"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005177msgstr "Der Kernel unterstützt die Online-Vergrösserung nicht"
Philipp Thomas720e6362008-06-21 14:06:00 -04005178
5179#: resize/online.c:82
Philipp Thomas720e6362008-06-21 14:06:00 -04005180msgid "While checking for on-line resizing support"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005181msgstr "Beim Überprüfen, ob Online-Vergrösserung unterstützt wird"
Philipp Thomas720e6362008-06-21 14:06:00 -04005182
Philipp Thomas40771272008-09-07 22:55:25 -04005183#: resize/online.c:111
Philipp Thomas720e6362008-06-21 14:06:00 -04005184#, c-format
5185msgid "Performing an on-line resize of %s to %u (%dk) blocks.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005186msgstr "Führe eine Online-Grössenänderung von %s auf %u (%dk) Blöcke durch.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005187
Philipp Thomas40771272008-09-07 22:55:25 -04005188#: resize/online.c:121
Philipp Thomas720e6362008-06-21 14:06:00 -04005189msgid "While trying to extend the last group"
Philipp Thomas68801282008-07-17 11:47:00 -04005190msgstr "Beim Versuch, die letzte Gruppe zu erweitern"
Philipp Thomas720e6362008-06-21 14:06:00 -04005191
Philipp Thomas40771272008-09-07 22:55:25 -04005192#: resize/online.c:180
Philipp Thomas68801282008-07-17 11:47:00 -04005193#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04005194msgid "While trying to add group #%d"
Philipp Thomas9564ee52008-08-22 03:22:50 -04005195msgstr "Beim Versuch, Gruppe %d hinzu zu fügen"
Philipp Thomas720e6362008-06-21 14:06:00 -04005196
Philipp Thomas40771272008-09-07 22:55:25 -04005197#: resize/online.c:191
Philipp Thomasa700f512008-08-29 08:49:57 -04005198#, c-format
Philipp Thomas77c871a2010-04-19 16:59:02 -04005199msgid "Filesystem at %s is mounted on %s, and on-line resizing is not supported on this system.\n"
5200msgstr "Dateisystem auf %s ist auf %s eingehängt und Online-Grössenänderung wird auf diesem System nicht unterstützt.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04005201
Philipp Thomas77c871a2010-04-19 16:59:02 -04005202#: resize/resize2fs.c:350
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005203#, c-format
5204msgid "inodes (%llu) must be less than %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005205msgstr "Die Anzahl der Indoes (%llu) muss unter %u liegen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005206
Philipp Thomas77c871a2010-04-19 16:59:02 -04005207#: resize/resize2fs.c:582
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005208msgid "reserved blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005209msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005210
Philipp Thomas77c871a2010-04-19 16:59:02 -04005211#: resize/resize2fs.c:795
Theodore Ts'obc759702005-05-09 20:40:55 -04005212msgid "meta-data blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005213msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005214
Philipp Thomas77c871a2010-04-19 16:59:02 -04005215#: resize/resize2fs.c:1752
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005216#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005217msgid "Should never happen: resize inode corrupt!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005218msgstr "Das sollte niemals passieren: Die zu verändernde Inode ist defekt!\n"