blob: 68f982dead99c6696bf05a723678ccdf963519ab [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
6# Philipp Thomas <pth@suse.de>, 2007, 2008
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 Thomas68801282008-07-17 11:47:00 -040068"Project-Id-Version: e2fsprogs-1.41.0\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050069"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Philipp Thomas68801282008-07-17 11:47:00 -040070"POT-Creation-Date: 2008-07-10 17:12-0400\n"
Philipp Thomasa700f512008-08-29 08:49:57 -040071"PO-Revision-Date: 2008-08-29 12:33+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 Thomas720e6362008-06-21 14:06:00 -040079#: e2fsck/badblocks.c:22 misc/mke2fs.c:162
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 Thomas68801282008-07-17 11:47:00 -040093#: e2fsck/unix.c:997 e2fsck/unix.c:1080 misc/badblocks.c:1080
94#: misc/badblocks.c:1088 misc/badblocks.c:1102 misc/badblocks.c:1114
Philipp Thomas720e6362008-06-21 14:06:00 -040095#: misc/dumpe2fs.c:505 misc/e2image.c:571 misc/e2image.c:667
Philipp Thomas68801282008-07-17 11:47:00 -040096#: misc/e2image.c:683 misc/mke2fs.c:178 misc/tune2fs.c:1444 resize/main.c:304
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 Thomas720e6362008-06-21 14:06:00 -0400106#: e2fsck/badblocks.c:93 misc/mke2fs.c:185
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 Thomas68801282008-07-17 11:47:00 -0400117msgstr "Warnung: Nicht zulässiger Block %u im »Bad Blocks«-Inode gefunden! Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500118
119#: e2fsck/ehandler.c:53
120#, 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
124#: e2fsck/ehandler.c:56
125#, 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
129#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
130msgid "Ignore error"
131msgstr "Ignoriere Fehler"
132
133#: e2fsck/ehandler.c:60
134msgid "Force rewrite"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400135msgstr "Rückschreiben erzwingen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500136
137#: e2fsck/ehandler.c:100
138#, 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
142#: e2fsck/ehandler.c:103
143#, 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 Thomas720e6362008-06-21 14:06:00 -0400190#: e2fsck/iscan.c:83 e2fsck/unix.c:781
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 Thomas720e6362008-06-21 14:06:00 -0400195#: e2fsck/iscan.c:88 e2fsck/unix.c:787 resize/main.c:282
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 Thomas720e6362008-06-21 14:06:00 -0400200#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:478
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 Thomas720e6362008-06-21 14:06:00 -0400204#: e2fsck/iscan.c:129 misc/e2image.c:496
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
Philipp Thomas720e6362008-06-21 14:06:00 -0400213#: e2fsck/journal.c:505
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
Philipp Thomas720e6362008-06-21 14:06:00 -0400217#: e2fsck/journal.c:562
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
Philipp Thomas720e6362008-06-21 14:06:00 -0400222#: e2fsck/journal.c:571
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 Thomas720e6362008-06-21 14:06:00 -0400227#: e2fsck/journal.c:856
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 Thomas720e6362008-06-21 14:06:00 -0400232#: e2fsck/journal.c:858
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 Thomas720e6362008-06-21 14:06:00 -0400237#: e2fsck/journal.c:879
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 Thomas720e6362008-06-21 14:06:00 -0400242#: e2fsck/message.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500243msgid "aextended attribute"
244msgstr "aerweiterte Eigenschaft"
245
Philipp Thomas720e6362008-06-21 14:06:00 -0400246#: e2fsck/message.c:111
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 Thomas720e6362008-06-21 14:06:00 -0400250#: e2fsck/message.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500251msgid "bblock"
252msgstr "bBlock"
253
Philipp Thomas720e6362008-06-21 14:06:00 -0400254#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500255msgid "Bbitmap"
256msgstr "BBitmap"
257
Philipp Thomas720e6362008-06-21 14:06:00 -0400258#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500259msgid "ccompress"
260msgstr "ckomprimieren"
261
Philipp Thomas720e6362008-06-21 14:06:00 -0400262#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500263msgid "Cconflicts with some other fs @b"
264msgstr "CKonflikte mit anderen Dateisystemen @b"
265
Philipp Thomas720e6362008-06-21 14:06:00 -0400266#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500267msgid "iinode"
268msgstr "iInode"
269
Philipp Thomas720e6362008-06-21 14:06:00 -0400270#: e2fsck/message.c:117
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 Thomas720e6362008-06-21 14:06:00 -0400274#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500275msgid "jjournal"
276msgstr "jJournal"
277
Philipp Thomas720e6362008-06-21 14:06:00 -0400278#: e2fsck/message.c:119
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 Thomas720e6362008-06-21 14:06:00 -0400282#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500283msgid "ddirectory"
284msgstr "dVerzeichnis"
285
Philipp Thomas720e6362008-06-21 14:06:00 -0400286#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500287msgid "eentry"
288msgstr "eEintrag"
289
Philipp Thomas720e6362008-06-21 14:06:00 -0400290#: e2fsck/message.c:122
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 Thomas720e6362008-06-21 14:06:00 -0400294#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500295msgid "ffilesystem"
296msgstr "fDateisystem"
297
Philipp Thomas720e6362008-06-21 14:06:00 -0400298#: e2fsck/message.c:124
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 Thomas720e6362008-06-21 14:06:00 -0400302#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500303msgid "ggroup"
304msgstr "gGruppe"
305
Philipp Thomas720e6362008-06-21 14:06:00 -0400306#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500307msgid "hHTREE @d @i"
308msgstr "hHTREE @d @i"
309
Philipp Thomas720e6362008-06-21 14:06:00 -0400310#: e2fsck/message.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500311msgid "llost+found"
312msgstr "llost+found"
313
Philipp Thomas720e6362008-06-21 14:06:00 -0400314#: e2fsck/message.c:128
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500315msgid "Lis a link"
316msgstr "List ein Link"
317
Philipp Thomas720e6362008-06-21 14:06:00 -0400318#: e2fsck/message.c:129
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 Thomas720e6362008-06-21 14:06:00 -0400322#: e2fsck/message.c:130
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 Thomas720e6362008-06-21 14:06:00 -0400326#: e2fsck/message.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500327msgid "oorphaned"
328msgstr "overwaist"
329
Philipp Thomas720e6362008-06-21 14:06:00 -0400330#: e2fsck/message.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500331msgid "pproblem in"
332msgstr "pProblem in"
333
Philipp Thomas720e6362008-06-21 14:06:00 -0400334#: e2fsck/message.c:133
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500335msgid "rroot @i"
336msgstr "rRoot @i"
337
Philipp Thomas720e6362008-06-21 14:06:00 -0400338#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500339msgid "sshould be"
340msgstr "ssollte sein"
341
Philipp Thomas720e6362008-06-21 14:06:00 -0400342#: e2fsck/message.c:135
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500343msgid "Ssuper@b"
344msgstr "SSuper@b"
345
Philipp Thomas720e6362008-06-21 14:06:00 -0400346#: e2fsck/message.c:136
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 Thomas720e6362008-06-21 14:06:00 -0400350#: e2fsck/message.c:137
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 Thomas720e6362008-06-21 14:06:00 -0400354#: e2fsck/message.c:138
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
358#: e2fsck/message.c:139
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 Thomas720e6362008-06-21 14:06:00 -0400362#: e2fsck/message.c:150
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 Thomas720e6362008-06-21 14:06:00 -0400366#: e2fsck/message.c:151
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 Thomas720e6362008-06-21 14:06:00 -0400370#: e2fsck/message.c:153
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 Thomas720e6362008-06-21 14:06:00 -0400374#: e2fsck/message.c:154
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 Thomas720e6362008-06-21 14:06:00 -0400378#: e2fsck/message.c:155
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 Thomas720e6362008-06-21 14:06:00 -0400382#: e2fsck/message.c:156
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 Thomas720e6362008-06-21 14:06:00 -0400386#: e2fsck/message.c:157
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 Thomas720e6362008-06-21 14:06:00 -0400390#: e2fsck/message.c:158
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 Thomas720e6362008-06-21 14:06:00 -0400394#: e2fsck/message.c:159
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500395msgid "<Reserved inode 9>"
396msgstr "<Der reservierte Inode 9>"
397
Philipp Thomas720e6362008-06-21 14:06:00 -0400398#: e2fsck/message.c:160
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500399msgid "<Reserved inode 10>"
400msgstr "<Der reservierte Inode 10>"
401
Philipp Thomas720e6362008-06-21 14:06:00 -0400402#: e2fsck/message.c:321
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 Thomas720e6362008-06-21 14:06:00 -0400407#: e2fsck/message.c:323
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 Thomas720e6362008-06-21 14:06:00 -0400412#: e2fsck/message.c:325
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 Thomas720e6362008-06-21 14:06:00 -0400417#: e2fsck/message.c:327
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 Thomas720e6362008-06-21 14:06:00 -0400422#: e2fsck/message.c:329
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 Thomas720e6362008-06-21 14:06:00 -0400427#: e2fsck/message.c:331
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 Thomas720e6362008-06-21 14:06:00 -0400432#: e2fsck/message.c:333
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 Thomas720e6362008-06-21 14:06:00 -0400437#: e2fsck/message.c:335
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
442#: e2fsck/pass1b.c:215
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500443msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500444msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500445
Philipp Thomas720e6362008-06-21 14:06:00 -0400446#: e2fsck/pass1b.c:567 e2fsck/pass1b.c:700
Philipp Thomas68801282008-07-17 11:47:00 -0400447#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -0400448msgid "internal error: can't find dup_blk for %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400449msgstr "interner Fehler; dup_blk für %u nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500450
Philipp Thomas720e6362008-06-21 14:06:00 -0400451#: e2fsck/pass1b.c:743
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500452msgid "returned from clone_file_block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400453msgstr "zurückgegeben von clone_file_block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500454
Philipp Thomas720e6362008-06-21 14:06:00 -0400455#: e2fsck/pass1b.c:762
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400456#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400457msgid "internal error: couldn't lookup EA block record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400458msgstr "interner Fehler: EA Blockliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400459
Philipp Thomas720e6362008-06-21 14:06:00 -0400460#: e2fsck/pass1b.c:774
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400461#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400462msgid "internal error: couldn't lookup EA inode record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400463msgstr "Interner Fehler: EA Inodeliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400464
Philipp Thomas720e6362008-06-21 14:06:00 -0400465#: e2fsck/pass1.c:430 e2fsck/pass2.c:770
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400466msgid "reading directory block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400467msgstr "lese Verzeichnisblock"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400468
Philipp Thomas720e6362008-06-21 14:06:00 -0400469#: e2fsck/pass1.c:548
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500470msgid "in-use inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400471msgstr "»in-use inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500472
Philipp Thomas720e6362008-06-21 14:06:00 -0400473#: e2fsck/pass1.c:557
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500474msgid "directory inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400475msgstr "»directory inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500476
Philipp Thomas720e6362008-06-21 14:06:00 -0400477#: e2fsck/pass1.c:565
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500478msgid "regular file inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400479msgstr "»regular file inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500480
Philipp Thomas720e6362008-06-21 14:06:00 -0400481#: e2fsck/pass1.c:572
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500482msgid "in-use block map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400483msgstr "»in-use block«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500484
Philipp Thomas720e6362008-06-21 14:06:00 -0400485#: e2fsck/pass1.c:626
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400486msgid "opening inode scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400487msgstr "Starte Inode-Scan"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500488
Philipp Thomas720e6362008-06-21 14:06:00 -0400489#: e2fsck/pass1.c:650
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400490msgid "getting next inode from scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400491msgstr "beim Lesen des nächsten Inodes"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400492
Philipp Thomas720e6362008-06-21 14:06:00 -0400493#: e2fsck/pass1.c:1116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500494msgid "Pass 1"
495msgstr "Durchgang 1"
496
Philipp Thomas720e6362008-06-21 14:06:00 -0400497#: e2fsck/pass1.c:1175
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500498#, c-format
499msgid "reading indirect blocks of inode %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400500msgstr "lese indirekte Blöcke von Inode %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500501
Philipp Thomas720e6362008-06-21 14:06:00 -0400502#: e2fsck/pass1.c:1217
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500503msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500504msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500505
Philipp Thomas720e6362008-06-21 14:06:00 -0400506#: e2fsck/pass1.c:1239
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500507msgid "inode in bad block map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400508msgstr "Inode in »Bad Blocks«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500509
Philipp Thomas720e6362008-06-21 14:06:00 -0400510#: e2fsck/pass1.c:1259
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500511msgid "imagic inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400512msgstr "i»magic inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500513
Philipp Thomas720e6362008-06-21 14:06:00 -0400514#: e2fsck/pass1.c:1286
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500515msgid "multiply claimed block map"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400516msgstr "Den Eintrag in der Liste belegter Blöcke verdoppeln"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500517
Philipp Thomas720e6362008-06-21 14:06:00 -0400518#: e2fsck/pass1.c:1385
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500519msgid "ext attr block map"
520msgstr "ext attr block map"
521
Philipp Thomas68801282008-07-17 11:47:00 -0400522#: e2fsck/pass1.c:2378
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500523msgid "block bitmap"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400524msgstr "Block Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500525
Philipp Thomas68801282008-07-17 11:47:00 -0400526#: e2fsck/pass1.c:2382
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500527msgid "inode bitmap"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400528msgstr "Inode Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500529
Philipp Thomas68801282008-07-17 11:47:00 -0400530#: e2fsck/pass1.c:2386
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500531msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500532msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500533
Theodore Ts'o8f741372008-02-28 21:47:05 -0500534#: e2fsck/pass2.c:283
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500535msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400536msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500537
Philipp Thomas720e6362008-06-21 14:06:00 -0400538#: e2fsck/pass2.c:793
Philipp Thomas720e6362008-06-21 14:06:00 -0400539msgid "Can not continue."
Philipp Thomas68801282008-07-17 11:47:00 -0400540msgstr "Fortsetzung nicht möglich."
Philipp Thomas720e6362008-06-21 14:06:00 -0400541
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400542#: e2fsck/pass3.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500543msgid "inode done bitmap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400544msgstr "»inode done«-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500545
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400546#: e2fsck/pass3.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500547msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500548msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500549
Philipp Thomas720e6362008-06-21 14:06:00 -0400550#: e2fsck/pass3.c:146
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500551msgid "Pass 3"
552msgstr "Durchgang 3"
553
Philipp Thomas720e6362008-06-21 14:06:00 -0400554#: e2fsck/pass3.c:334
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500555msgid "inode loop detection bitmap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400556msgstr "»inode loop detection«-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500557
Philipp Thomas720e6362008-06-21 14:06:00 -0400558#: e2fsck/pass4.c:196
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500559msgid "Pass 4"
560msgstr "Durchgang 4"
561
562#: e2fsck/pass5.c:70
563msgid "Pass 5"
564msgstr "Durchgang 5"
565
Theodore Ts'obc759702005-05-09 20:40:55 -0400566#: e2fsck/problem.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500567msgid "(no prompt)"
568msgstr "(nicht interaktiv)"
569
Theodore Ts'obc759702005-05-09 20:40:55 -0400570#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500571msgid "Fix"
572msgstr "Repariere"
573
Theodore Ts'obc759702005-05-09 20:40:55 -0400574#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500575msgid "Clear"
576msgstr "Bereinige"
577
Theodore Ts'obc759702005-05-09 20:40:55 -0400578#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500579msgid "Relocate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400580msgstr "Zurücksetzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500581
Theodore Ts'obc759702005-05-09 20:40:55 -0400582#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500583msgid "Allocate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500584msgstr "Gebe frei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500585
Theodore Ts'obc759702005-05-09 20:40:55 -0400586#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500587msgid "Expand"
588msgstr "Erweitere"
589
Theodore Ts'obc759702005-05-09 20:40:55 -0400590#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500591msgid "Connect to /lost+found"
592msgstr "Verbinde nach /lost+found"
593
Theodore Ts'obc759702005-05-09 20:40:55 -0400594#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500595msgid "Create"
596msgstr "Erstelle"
597
Theodore Ts'obc759702005-05-09 20:40:55 -0400598#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500599msgid "Salvage"
600msgstr "Rette"
601
Theodore Ts'obc759702005-05-09 20:40:55 -0400602#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500603msgid "Truncate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400604msgstr "Verkürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500605
Theodore Ts'obc759702005-05-09 20:40:55 -0400606#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500607msgid "Clear inode"
608msgstr "Bereinige Inode"
609
Theodore Ts'obc759702005-05-09 20:40:55 -0400610#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500611msgid "Abort"
612msgstr "Abbrechen"
613
Theodore Ts'obc759702005-05-09 20:40:55 -0400614#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500615msgid "Split"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500616msgstr "Aufsplitten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500617
Theodore Ts'obc759702005-05-09 20:40:55 -0400618#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500619msgid "Continue"
620msgstr "Fortsetzen"
621
Theodore Ts'obc759702005-05-09 20:40:55 -0400622#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400623msgid "Clone multiply-claimed blocks"
624msgstr "multiply claimed block map"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500625
Theodore Ts'obc759702005-05-09 20:40:55 -0400626#: e2fsck/problem.c:65
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500627msgid "Delete file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400628msgstr "Lösche Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500629
Theodore Ts'obc759702005-05-09 20:40:55 -0400630#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500631msgid "Suppress messages"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400632msgstr "Ausgaben unterdrücken"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500633
Theodore Ts'obc759702005-05-09 20:40:55 -0400634#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500635msgid "Unlink"
636msgstr "Unlink"
637
Theodore Ts'obc759702005-05-09 20:40:55 -0400638#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500639msgid "Clear HTree index"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500640msgstr "Bereinige HTree-Index"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500641
Theodore Ts'obc759702005-05-09 20:40:55 -0400642#: e2fsck/problem.c:69
Theodore Ts'obc759702005-05-09 20:40:55 -0400643msgid "Recreate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400644msgstr "Zurücksetzen"
Theodore Ts'obc759702005-05-09 20:40:55 -0400645
646#: e2fsck/problem.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500647msgid "(NONE)"
648msgstr "(NICHTS)"
649
Theodore Ts'obc759702005-05-09 20:40:55 -0400650#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500651msgid "FIXED"
652msgstr "REPARIERT"
653
Theodore Ts'obc759702005-05-09 20:40:55 -0400654#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500655msgid "CLEARED"
656msgstr "BEREINIGT"
657
Theodore Ts'obc759702005-05-09 20:40:55 -0400658#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500659msgid "RELOCATED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400660msgstr "ZURÜCKGESETZT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500661
Theodore Ts'obc759702005-05-09 20:40:55 -0400662#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500663msgid "ALLOCATED"
664msgstr "FREIGEGEBEN"
665
Theodore Ts'obc759702005-05-09 20:40:55 -0400666#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500667msgid "EXPANDED"
668msgstr "ERWEITERT"
669
Theodore Ts'obc759702005-05-09 20:40:55 -0400670#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500671msgid "RECONNECTED"
672msgstr "WIEDER VERBUNDEN"
673
Theodore Ts'obc759702005-05-09 20:40:55 -0400674#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500675msgid "CREATED"
676msgstr "ANGELEGT"
677
Theodore Ts'obc759702005-05-09 20:40:55 -0400678#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500679msgid "SALVAGED"
680msgstr "GERETTET"
681
Theodore Ts'obc759702005-05-09 20:40:55 -0400682#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500683msgid "TRUNCATED"
684msgstr "BEENDET"
685
Theodore Ts'obc759702005-05-09 20:40:55 -0400686#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500687msgid "INODE CLEARED"
688msgstr "INODE BEREINIGT"
689
Theodore Ts'obc759702005-05-09 20:40:55 -0400690#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500691msgid "ABORTED"
692msgstr "ABGEBROCHEN"
693
Theodore Ts'obc759702005-05-09 20:40:55 -0400694#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500695msgid "SPLIT"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500696msgstr "ABGESPALTET"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500697
Theodore Ts'obc759702005-05-09 20:40:55 -0400698#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500699msgid "CONTINUING"
700msgstr "SETZE FORT"
701
Theodore Ts'obc759702005-05-09 20:40:55 -0400702#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400703msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400704msgstr "DOPPELTE/DEFEKTE BLÖCKE DUPLIZIERT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500705
Theodore Ts'obc759702005-05-09 20:40:55 -0400706#: e2fsck/problem.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500707msgid "FILE DELETED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400708msgstr "DATEI GELÖSCHT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500709
Theodore Ts'obc759702005-05-09 20:40:55 -0400710#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500711msgid "SUPPRESSED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400712msgstr "UNTERDRÜCKT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500713
Theodore Ts'obc759702005-05-09 20:40:55 -0400714#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500715msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500716msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500717
Theodore Ts'obc759702005-05-09 20:40:55 -0400718#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500719msgid "HTREE INDEX CLEARED"
720msgstr "HTREE INDEX BEREINIGT"
721
Theodore Ts'obc759702005-05-09 20:40:55 -0400722#: e2fsck/problem.c:97
Theodore Ts'obc759702005-05-09 20:40:55 -0400723msgid "WILL RECREATE"
724msgstr "ANGELEGT"
725
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400726#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400727#: e2fsck/problem.c:106
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500728msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400729msgstr "@b @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500730
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400731#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400732#: e2fsck/problem.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500733msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400734msgstr "@i @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500735
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400736#. @-expanded: inode table for group %g is not in group. (block %b)\n
737#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400738#: e2fsck/problem.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500739msgid ""
740"@i table for @g %g is not in @g. (@b %b)\n"
741"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
742msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400743"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
744"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500745
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400746#. @-expanded: \n
747#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
748#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
749#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
750#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
751#. @-expanded: e2fsck -b %S <device>\n
752#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400753#: e2fsck/problem.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500754#, c-format
755msgid ""
756"\n"
757"The @S could not be read or does not describe a correct ext2\n"
758"@f. If the @v is valid and it really contains an ext2\n"
759"@f (and not swap or ufs or something else), then the @S\n"
760"is corrupt, and you might try running e2fsck with an alternate @S:\n"
761" e2fsck -b %S <@v>\n"
762"\n"
763msgstr ""
764"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400765"@S ist unlesbar bzw. beschreibt kein gültiges ext2\n"
766"@f. Wenn @v gültig ist und ein ext2\n"
767"@f (kein swap oder ufs usw.) enthält, dann ist der @S\n"
768"beschädigt, und sie könnten e2fsck mit einem anderen @S:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500769" e2fsck -b %S <@v>\n"
770"\n"
771
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400772#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
773#. @-expanded: The physical size of the device is %c blocks\n
774#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400775#: e2fsck/problem.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500776msgid ""
777"The @f size (according to the @S) is %b @bs\n"
778"The physical size of the @v is %c @bs\n"
779"Either the @S or the partition table is likely to be corrupt!\n"
780msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400781"Die @f Größe ( laut @S) ist %b @bs\n"
782"Die physikalische Größe von @v ist %c @bs\n"
783"Entweder der @S oder die Partionstabelle ist beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500784
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400785#. @-expanded: superblock block_size = %b, fragsize = %c.\n
786#. @-expanded: This version of e2fsck does not support fragment sizes different\n
787#. @-expanded: from the block size.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400788#: e2fsck/problem.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500789msgid ""
790"@S @b_size = %b, fragsize = %c.\n"
791"This version of e2fsck does not support fragment sizes different\n"
792"from the @b size.\n"
793msgstr ""
794"@S @b_size = %b, fragsize = %c.\n"
Philipp Thomas68801282008-07-17 11:47:00 -0400795"Diese Version von e2fsck unterstützt keine von @b-Größen verschiedene Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500796
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400797#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400798#: e2fsck/problem.c:144
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500799msgid "@S @bs_per_group = %b, should have been %c\n"
800msgstr "@S @bs_per_group = %b, sollte %c sein.\n"
801
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400802#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400803#: e2fsck/problem.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500804msgid "@S first_data_@b = %b, should have been %c\n"
805msgstr "@S first_data_@b = %b, sollte %c haben.\n"
806
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400807#. @-expanded: filesystem did not have a UUID; generating one.\n
808#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400809#: e2fsck/problem.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500810msgid ""
811"@f did not have a UUID; generating one.\n"
812"\n"
813msgstr ""
814"@f hat keinen UUID ; generiere einen.\n"
815"\n"
816
Theodore Ts'obc759702005-05-09 20:40:55 -0400817#: e2fsck/problem.c:159
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400818#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500819msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400820"Note: if several inode or block bitmap blocks or part\n"
821"of the inode table require relocation, you may wish to try\n"
822"running e2fsck with the '-b %S' option first. The problem\n"
823"may lie only with the primary block group descriptors, and\n"
824"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500825"\n"
826msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400827"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
828"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
829"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400830"mit der Option »-b %S« zu starten. Das Problem könnte\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400831"im primären Blockgruppenbezeichner liegen, und seine\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500832"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500833"\n"
834
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400835#. @-expanded: Corruption found in superblock. (%s = %N).\n
836#: e2fsck/problem.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500837msgid "Corruption found in @S. (%s = %N).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400838msgstr "Beschädigung gefunden in @S. (%s = %N).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500839
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400840#. @-expanded: Error determining size of the physical device: %m\n
841#: e2fsck/problem.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500842#, c-format
843msgid "Error determining size of the physical @v: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400844msgstr "Fehler bei der Feststellung der Größe des physikalischen @v: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500845
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400846#. @-expanded: inode count in superblock is %i, should be %j.\n
847#: e2fsck/problem.c:178
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400848msgid "@i count in @S is %i, @s %j.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400849msgstr "@i-Anzahl in @S ist %i, sollte %j sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500850
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400851#: e2fsck/problem.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500852msgid "The Hurd does not support the filetype feature.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400853msgstr "Hurd unterstützt das Dateityp-Feature nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500854
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400855#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
856#: e2fsck/problem.c:187
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400857#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400858msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500859msgstr "@S hat einen defekten ext3 @j (@i %i).\n"
860
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400861#. @-expanded: External journal has multiple filesystem users (unsupported).\n
862#: e2fsck/problem.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500863msgid "External @j has multiple @f users (unsupported).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400864msgstr "Externes @j hat mehrere @f Nutzer (nicht unterstützt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500865
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400866#. @-expanded: Can't find external journal\n
867#: e2fsck/problem.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500868msgid "Can't find external @j\n"
869msgstr "Kann kein externes @j finden.\n"
870
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400871#. @-expanded: External journal has bad superblock\n
872#: e2fsck/problem.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500873msgid "External @j has bad @S\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400874msgstr "Externes @j hat ungültigen @S\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500875
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400876#. @-expanded: External journal does not support this filesystem\n
877#: e2fsck/problem.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500878msgid "External @j does not support this @f\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400879msgstr "Externes @j unterstützt nicht @f\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500880
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400881#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
882#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
883#. @-expanded: format.\n
884#. @-expanded: It is also possible the journal superblock is corrupt.\n
885#: e2fsck/problem.c:212
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500886msgid ""
887"Ext3 @j @S is unknown type %N (unsupported).\n"
Philipp Thomas68801282008-07-17 11:47:00 -0400888"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 -0500889"It is also possible the @j @S is corrupt.\n"
890msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400891"Ext3 @j @S ist eine unbekannter Type %N (nicht unterstützt).\n"
Philipp Thomas68801282008-07-17 11:47:00 -0400892"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 -0400893"Es ist ebenso möglich, dass @j @S defekt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500894
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400895#. @-expanded: Ext3 journal superblock is corrupt.\n
896#: e2fsck/problem.c:220
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500897msgid "Ext3 @j @S is corrupt.\n"
898msgstr "Ext3 @j @S ist defekt.\n"
899
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400900#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
901#: e2fsck/problem.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500902#, c-format
903msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
904msgstr "@S hat kein has_@j Flag, aber ein ext3 @j %s.\n"
905
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400906#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
907#: e2fsck/problem.c:230
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500908msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400909msgstr "@S hat das ext3 »needs_recovery«-Flag gesetzt, aber kein @j.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500910
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400911#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
912#: e2fsck/problem.c:235
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400913msgid "ext3 recovery flag is clear, but @j has data.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400914msgstr "ext3 Recovery-Flag sauber, aber das @j enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500915
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400916#. @-expanded: Clear journal
917#: e2fsck/problem.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500918msgid "Clear @j"
919msgstr "Bereinige @j"
920
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400921#. @-expanded: Run journal anyway
922#: e2fsck/problem.c:245
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500923msgid "Run @j anyway"
924msgstr "Starte @j trotzdem"
925
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400926#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
927#: e2fsck/problem.c:250
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500928msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Philipp Thomas68801282008-07-17 11:47:00 -0400929msgstr "Recovery-Kennzeichen in Backup @S nicht gesetzt, @j wird trotzdem gestartet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500930
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400931#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
932#: e2fsck/problem.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500933msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
934msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
935
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400936#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
937#: e2fsck/problem.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500938msgid "@I @b #%B (%b) found in @o @i %i.\n"
939msgstr "@I @b #%B (%b) gefunden in @o @i %i.\n"
940
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400941#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
942#: e2fsck/problem.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500943msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500944msgstr "bereits bereinigt @b #%B (%b) gefunden in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500945
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400946#. @-expanded: illegal orphaned inode %i in superblock.\n
947#: e2fsck/problem.c:270
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500948#, c-format
949msgid "@I @o @i %i in @S.\n"
950msgstr "@I @o @i %i in @S.\n"
951
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400952#. @-expanded: illegal inode %i in orphaned inode list.\n
953#: e2fsck/problem.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500954#, c-format
955msgid "@I @i %i in @o @i list.\n"
956msgstr "@I @i %i in @o @i Liste.\n"
957
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400958#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Philipp Thomas720e6362008-06-21 14:06:00 -0400959#: e2fsck/problem.c:280 e2fsck/problem.c:643
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400960msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400961msgstr "@f hat Eigenschfts-Kennzeichen gesetzt, ist aber ein Revision 0 @f. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400962
963#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
964#: e2fsck/problem.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500965msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
966msgstr "Ext3 @j @S hat ein unbekanntes Nur-Lesen-Flag gesetzt.\n"
967
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400968#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
969#: e2fsck/problem.c:290
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500970msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
971msgstr "Ext3 @j @S hat ein unbekanntes Inkompatibel-Flag gesetzt.\n"
972
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400973#. @-expanded: journal version not supported by this e2fsck.\n
974#: e2fsck/problem.c:295
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500975msgid "@j version not supported by this e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400976msgstr "@j Version wird von diesem e2fsck nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500977
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400978#. @-expanded: Moving journal from /%s to hidden inode.\n
979#. @-expanded: \n
980#: e2fsck/problem.c:300
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500981#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500982msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400983"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500984"\n"
985msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500986"Verschiebe @j von /%s zum versteckten Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500987"\n"
988
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400989#. @-expanded: Error moving journal: %m\n
990#. @-expanded: \n
991#: e2fsck/problem.c:305
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500992#, c-format
993msgid ""
994"Error moving @j: %m\n"
995"\n"
996msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500997"Fehler beim Verschieben von @j: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500998"\n"
999
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001000#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1001#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1002#. @-expanded: \n
1003#: e2fsck/problem.c:310
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001004msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001005"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001006"Clearing fields beyond the V1 @j @S...\n"
1007"\n"
1008msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001009"Fand unvollständige V2 @j @S Felder (vom V1 Journal).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001010"Bereinige die Felder hinter V1 @j @S...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001011"\n"
1012
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001013#. @-expanded: Backing up journal inode block information.\n
1014#. @-expanded: \n
1015#: e2fsck/problem.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001016msgid ""
1017"Backing up @j @i @b information.\n"
1018"\n"
1019msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001020"Sichere @j @i @b Information.\n"
1021"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001022
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001023#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1024#. @-expanded: is %N; should be zero.
1025#: e2fsck/problem.c:321
Theodore Ts'obc759702005-05-09 20:40:55 -04001026msgid ""
1027"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1028"is %N; @s zero. "
1029msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001030"Für @f ist resize_@i nicht eingeschaltet, aber s_reserved_gdt_@bs\n"
1031"ist %N; @s Null. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001032
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001033#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1034#: e2fsck/problem.c:327
1035msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Philipp Thomas68801282008-07-17 11:47:00 -04001036msgstr "Resize_@i nicht aktiviert, aber die zu modifgizierende Inod ist nicht-Null."
Theodore Ts'obc759702005-05-09 20:40:55 -04001037
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001038#. @-expanded: Resize inode not valid.
1039#: e2fsck/problem.c:332
Theodore Ts'obc759702005-05-09 20:40:55 -04001040msgid "Resize @i not valid. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001041msgstr "@r ist kein @d. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001042
Theodore Ts'o6956f612005-12-31 16:46:15 -05001043#. @-expanded: superblock last mount time is in the future.
1044#: e2fsck/problem.c:337
1045msgid "@S last mount time is in the future. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001046msgstr "Der Zeitpunkt des letzten Einhängens von @S liegt in der Zukunft"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001047
1048#. @-expanded: superblock last write time is in the future.
1049#: e2fsck/problem.c:342
1050msgid "@S last write time is in the future. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001051msgstr "Der Zeitpunkt des letzten Schreibens von @S liegt in der Zukunft. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001052
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001053#. @-expanded: superblock hint for external superblock should be %X.
1054#: e2fsck/problem.c:346
1055#, c-format
1056msgid "@S hint for external superblock @s %X. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001057msgstr "@S Hinweis für externen Superblock @s %X"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001058
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001059#. @-expanded: Adding dirhash hint to filesystem.\n
1060#. @-expanded: \n
1061#: e2fsck/problem.c:351
1062msgid ""
1063"Adding dirhash hint to @f.\n"
1064"\n"
1065msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001066"Füge Verzeinishash-Hilfe zu @f hinzu.\n"
1067"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001068
Philipp Thomas720e6362008-06-21 14:06:00 -04001069#. @-expanded: group descriptor %g checksum is invalid.
1070#: e2fsck/problem.c:356
1071#, c-format
1072msgid "@g descriptor %g checksum is invalid. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001073msgstr "Prüfsumme von @g -Deskriptor %g ist ungültig. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001074
1075#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1076#: e2fsck/problem.c:361
1077#, c-format
1078msgid "@g descriptor %g marked uninitialized without feature set.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001079msgstr "@g -Deskriptor %g ist als nicht initialisiert gekennzeichnet ohne eine gesetzte Eigenschaft.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001080
1081#. @-expanded: group %g block bitmap uninitialized but inode bitmap in use.\n
1082#: e2fsck/problem.c:366
1083#, c-format
1084msgid "@g %g @b @B uninitialized but @i @B in use.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001085msgstr "Die @b @B von @g %g ist nicht initialisiert aber @i @B wird verwendet.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001086
1087#. @-expanded: group descriptor %g has invalid unused inodes count %b.
1088#: e2fsck/problem.c:371
1089msgid "@g descriptor %g has invalid unused inodes count %b. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001090msgstr "@g Deskriptor %g hat eine ungültige Anzahl ungenutzter Inodes von %b. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001091
1092#. @-expanded: Last group block bitmap uninitialized.
1093#: e2fsck/problem.c:376
1094msgid "Last @g @b @B uninitialized. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001095msgstr "Die letzte @g @b @B ist nicht initialisiert. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001096
1097#: e2fsck/problem.c:381
1098#, c-format
1099msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001100msgstr "Journaltransaktion %i war beschädigt, die Wiederholung wurde abgegrochen.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001101
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001102#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001103#: e2fsck/problem.c:388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001104msgid "Pass 1: Checking @is, @bs, and sizes\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001105msgstr "Durchgang 1: Prüfe @is, @bs, und Größen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001106
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001107#. @-expanded: root inode is not a directory.
Philipp Thomas720e6362008-06-21 14:06:00 -04001108#: e2fsck/problem.c:392
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001109msgid "@r is not a @d. "
1110msgstr "@r ist kein @d. "
1111
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001112#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Philipp Thomas720e6362008-06-21 14:06:00 -04001113#: e2fsck/problem.c:397
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001114msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001115msgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001116
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001117#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Philipp Thomas720e6362008-06-21 14:06:00 -04001118#: e2fsck/problem.c:402
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001119msgid "Reserved @i %i (%Q) has @n mode. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001120msgstr "Reservierte @i %i %Q hat einen falschen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001122#. @-expanded: deleted inode %i has zero dtime.
Philipp Thomas720e6362008-06-21 14:06:00 -04001123#: e2fsck/problem.c:407
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001124#, c-format
1125msgid "@D @i %i has zero dtime. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001126msgstr "@D @i %i hat \"zero dtime\". "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001127
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001128#. @-expanded: inode %i is in use, but has dtime set.
Philipp Thomas720e6362008-06-21 14:06:00 -04001129#: e2fsck/problem.c:412
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001130#, c-format
1131msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001132msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001133
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001134#. @-expanded: inode %i is a zero-length directory.
Philipp Thomas720e6362008-06-21 14:06:00 -04001135#: e2fsck/problem.c:417
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001136#, c-format
1137msgid "@i %i is a @z @d. "
1138msgstr "@i %i ist ein @z @d. "
1139
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001140#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001141#: e2fsck/problem.c:422
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001142msgid "@g %g's @b @B at %b @C.\n"
1143msgstr "@g %g's @b @B auf %b @C.\n"
1144
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001145#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001146#: e2fsck/problem.c:427
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001147msgid "@g %g's @i @B at %b @C.\n"
1148msgstr "@g %g's @i @B auf %b @C.\n"
1149
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001150#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001151#: e2fsck/problem.c:432
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001152msgid "@g %g's @i table at %b @C.\n"
1153msgstr "@g %g's @i Tabelle auf %b @C.\n"
1154
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001155#. @-expanded: group %g's block bitmap (%b) is bad.
Philipp Thomas720e6362008-06-21 14:06:00 -04001156#: e2fsck/problem.c:437
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001157msgid "@g %g's @b @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001158msgstr "@g %g's @b @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001159
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001160#. @-expanded: group %g's inode bitmap (%b) is bad.
Philipp Thomas720e6362008-06-21 14:06:00 -04001161#: e2fsck/problem.c:442
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001162msgid "@g %g's @i @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001163msgstr "@g %g's @i @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001164
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001165#. @-expanded: inode %i, i_size is %Is, should be %N.
Philipp Thomas720e6362008-06-21 14:06:00 -04001166#: e2fsck/problem.c:447
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001167msgid "@i %i, i_size is %Is, @s %N. "
1168msgstr "@i %i, i_size ist %Is, @s %N. "
1169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001170#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Philipp Thomas720e6362008-06-21 14:06:00 -04001171#: e2fsck/problem.c:452
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001172msgid "@i %i, i_@bs is %Ib, @s %N. "
1173msgstr "@i %i, i_@bs ist %Ib, @s %N. "
1174
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001175#. @-expanded: illegal block #%B (%b) in inode %i.
Philipp Thomas720e6362008-06-21 14:06:00 -04001176#: e2fsck/problem.c:457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001177msgid "@I @b #%B (%b) in @i %i. "
1178msgstr "@I @b #%B (%b) in @i %i. "
1179
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001180#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Philipp Thomas720e6362008-06-21 14:06:00 -04001181#: e2fsck/problem.c:462
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001182msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001183msgstr "@b #%B (%b) überlappt @f metadata in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001185#. @-expanded: inode %i has illegal block(s).
Philipp Thomas720e6362008-06-21 14:06:00 -04001186#: e2fsck/problem.c:467
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001187#, c-format
1188msgid "@i %i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001189msgstr "@i %i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001190
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001191#. @-expanded: Too many illegal blocks in inode %i.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001192#: e2fsck/problem.c:472
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001193#, c-format
1194msgid "Too many illegal @bs in @i %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001195msgstr "Zu viele unzulässige @bs in @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001196
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001197#. @-expanded: illegal block #%B (%b) in bad block inode.
Philipp Thomas720e6362008-06-21 14:06:00 -04001198#: e2fsck/problem.c:477
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001199msgid "@I @b #%B (%b) in bad @b @i. "
1200msgstr "@I @b #%B (%b) in bad @b @i. "
1201
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001202#. @-expanded: Bad block inode has illegal block(s).
Philipp Thomas720e6362008-06-21 14:06:00 -04001203#: e2fsck/problem.c:482
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001204msgid "Bad @b @i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001205msgstr "Bad @b @i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001206
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001207#. @-expanded: Duplicate or bad block in use!\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001208#: e2fsck/problem.c:487
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001209msgid "Duplicate or bad @b in use!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001210msgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001211
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001212#. @-expanded: Bad block %b used as bad block inode indirect block.
Philipp Thomas720e6362008-06-21 14:06:00 -04001213#: e2fsck/problem.c:492
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001214msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001215msgstr "Bad @b %b benutzt als bad @b @i indirekt @b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001216
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001217#. @-expanded: \n
1218#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1219#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1220#. @-expanded: in the filesystem.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001221#: e2fsck/problem.c:497
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001222msgid ""
1223"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001224"The bad @b @i has probably been corrupted. You probably\n"
1225"should stop now and run e2fsck -c to scan for bad blocks\n"
1226"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001227msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001228"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001229"Defekter @b @i ist wahrscheinlich beschädigt worden. Sie sollten\n"
1230"nun eher innehalten und »e2fsck -c« ausführen, um nach defekten\n"
1231"Blöcken in @f zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001232
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001233#. @-expanded: \n
1234#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001235#: e2fsck/problem.c:504
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001236msgid ""
1237"\n"
1238"If the @b is really bad, the @f can not be fixed.\n"
1239msgstr ""
1240"\n"
1241"Wenn der @b wirklich defekt ist, kann der @f nicht repariert werden.\n"
1242
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001243#. @-expanded: You can remove this block from the bad block list and hope\n
1244#. @-expanded: that the block is really OK. But there are no guarantees.\n
1245#. @-expanded: \n
Philipp Thomas720e6362008-06-21 14:06:00 -04001246#: e2fsck/problem.c:509
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001247msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001248"You can remove this @b from the bad @b list and hope\n"
1249"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001250"\n"
1251msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001252"Sie können @b von der @b - Liste löschen \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001253"und hoffen das @b wirklich in Ordnung ist, es \n"
1254"gibt aber KEINE GARANTIEN.\n"
1255"\n"
1256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001257#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001258#: e2fsck/problem.c:515
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001259msgid "The primary @S (%b) is on the bad @b list.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001260msgstr "Der primäre @S (%b) ist auf der bad @b Liste.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001261
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001262#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001263#: e2fsck/problem.c:520
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001264msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001265msgstr "Block %b im primären Deskriptor @g ist auf der bad @b Liste\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001266
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001267#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001268#: e2fsck/problem.c:526
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001269msgid "Warning: Group %g's @S (%b) is bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001270msgstr "Warnung: Gruppe %g's @S (%b) ist ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001271
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001272#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001273#: e2fsck/problem.c:531
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001274msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001275msgstr "Warnung: Gruppe %g's Kopie vom Deskriptor @g hat einen bad @b (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001277#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001278#: e2fsck/problem.c:537
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001279msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1280msgstr "Programmfehler? @b #%b verlangt ohne Grund in process_bad_@b.\n"
1281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001282#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001283#: e2fsck/problem.c:543
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001284msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1285msgstr "@A %N grenzt an @b(s) in @b @g %g for %s: %m\n"
1286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001287#. @-expanded: error allocating block buffer for relocating %s\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001288#: e2fsck/problem.c:548
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001289#, c-format
1290msgid "@A @b buffer for relocating %s\n"
1291msgstr "@A @b Puffer zum Verschieben %s\n"
1292
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001293#. @-expanded: Relocating group %g's %s from %b to %c...\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001294#: e2fsck/problem.c:553
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001295msgid "Relocating @g %g's %s from %b to %c...\n"
1296msgstr "Verschiebe @g %g's %s von %b nach %c...\n"
1297
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001298#. @-expanded: Relocating group %g's %s to %c...\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001299#: e2fsck/problem.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001300#, c-format
1301msgid "Relocating @g %g's %s to %c...\n"
1302msgstr "Verschiebe @g %g's %s nach %c...\n"
1303
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001304#. @-expanded: Warning: could not read block %b of %s: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001305#: e2fsck/problem.c:563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001306msgid "Warning: could not read @b %b of %s: %m\n"
1307msgstr "Warnung: kann @b %b von %s: %m nicht lesen\n"
1308
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001309#. @-expanded: Warning: could not write block %b for %s: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001310#: e2fsck/problem.c:568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001311msgid "Warning: could not write @b %b for %s: %m\n"
1312msgstr "Warnung: kann @b %b von %s: %m nicht schreiben\n"
1313
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001314#. @-expanded: error allocating inode bitmap (%N): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001315#: e2fsck/problem.c:573 e2fsck/problem.c:1369
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001316msgid "@A @i @B (%N): %m\n"
1317msgstr "@A @i @B (%N): %m\n"
1318
1319#. @-expanded: error allocating block bitmap (%N): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001320#: e2fsck/problem.c:578
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001321msgid "@A @b @B (%N): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001322msgstr "@A @i @B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001323
1324#. @-expanded: error allocating icount link information: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001325#: e2fsck/problem.c:583
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001326#, c-format
1327msgid "@A icount link information: %m\n"
1328msgstr "@A icount link information: %m\n"
1329
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001330#. @-expanded: error allocating directory block array: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001331#: e2fsck/problem.c:588
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001332#, c-format
1333msgid "@A @d @b array: %m\n"
1334msgstr "@A @d @b array: %m\n"
1335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001336#. @-expanded: Error while scanning inodes (%i): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001337#: e2fsck/problem.c:593
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001338#, c-format
1339msgid "Error while scanning @is (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001340msgstr "Fehler während der Suche @is (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001341
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001342#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001343#: e2fsck/problem.c:598
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001344#, c-format
1345msgid "Error while iterating over @bs in @i %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001346msgstr "Fehler beim Iterieren über @bs in @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001347
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001348#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001349#: e2fsck/problem.c:603
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001350msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001351msgstr "Fehler beim Speichern von @i count Informationen (@i=%i, count=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001352
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001353#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001354#: e2fsck/problem.c:608
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001355msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001356msgstr "Fehler beim Speichern @d @b Informationen (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001357
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001358#. @-expanded: Error reading inode %i: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001359#: e2fsck/problem.c:614
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001360#, c-format
1361msgid "Error reading @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001362msgstr "Fehler beim Lesen von @i %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001363
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001364#. @-expanded: inode %i has imagic flag set.
Philipp Thomas720e6362008-06-21 14:06:00 -04001365#: e2fsck/problem.c:622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001366#, c-format
1367msgid "@i %i has imagic flag set. "
1368msgstr "@i %i hat Imagic-Flag gesetzt. "
1369
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001370#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1371#. @-expanded: or append-only flag set.
Philipp Thomas720e6362008-06-21 14:06:00 -04001372#: e2fsck/problem.c:627
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001373#, c-format
1374msgid ""
1375"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1376"or append-only flag set. "
1377msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001378"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001379"oder append-only Flag gesetzt. "
1380
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001381#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Philipp Thomas720e6362008-06-21 14:06:00 -04001382#: e2fsck/problem.c:633
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001383#, c-format
1384msgid "@i %i has @cion flag set on @f without @cion support. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001385msgstr "@i %i hat @cion Flag gesetzt auf @f ohne @cion Unterstützung. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001386
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001387#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Philipp Thomas720e6362008-06-21 14:06:00 -04001388#: e2fsck/problem.c:638
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001389#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001390msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1391msgstr ""
1392"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
1393"oder append-only Flag gesetzt. "
1394
1395#. @-expanded: journal inode is not in use, but contains data.
Philipp Thomas720e6362008-06-21 14:06:00 -04001396#: e2fsck/problem.c:648
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001397msgid "@j @i is not in use, but contains data. "
1398msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
1399
1400#. @-expanded: journal is not regular file.
Philipp Thomas720e6362008-06-21 14:06:00 -04001401#: e2fsck/problem.c:653
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001402msgid "@j is not regular file. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001403msgstr "@j ist keine reguläre Datei. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001404
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001405#. @-expanded: inode %i was part of the orphaned inode list.
Philipp Thomas720e6362008-06-21 14:06:00 -04001406#: e2fsck/problem.c:658
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001407#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001408msgid "@i %i was part of the @o @i list. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001409msgstr "@i %i war Teil der orphaned @i Liste. "
1410
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001411#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Philipp Thomas720e6362008-06-21 14:06:00 -04001412#: e2fsck/problem.c:664
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001413msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001414msgstr "@is, die Teile einer defekten Liste mit verwaisten Links waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001415
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001416#. @-expanded: error allocating refcount structure (%N): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001417#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001418msgid "@A refcount structure (%N): %m\n"
1419msgstr "@A icount structure: %m\n"
1420
1421#. @-expanded: Error reading extended attribute block %b for inode %i.
Philipp Thomas720e6362008-06-21 14:06:00 -04001422#: e2fsck/problem.c:674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001423msgid "Error reading @a @b %b for @i %i. "
1424msgstr "Fehler beim Lesen @a @b %b for @i %i. "
1425
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001426#. @-expanded: inode %i has a bad extended attribute block %b.
Philipp Thomas720e6362008-06-21 14:06:00 -04001427#: e2fsck/problem.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001428msgid "@i %i has a bad @a @b %b. "
1429msgstr "@i %i hat defekten @a @b %b. "
1430
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001431#. @-expanded: Error reading extended attribute block %b (%m).
Philipp Thomas720e6362008-06-21 14:06:00 -04001432#: e2fsck/problem.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001433msgid "Error reading @a @b %b (%m). "
1434msgstr "Fehler beim Lesen @a @b %b (%m). "
1435
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001436#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Philipp Thomas720e6362008-06-21 14:06:00 -04001437#: e2fsck/problem.c:689
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001438msgid "@a @b %b has reference count %B, @s %N. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001439msgstr "@a @b %b hat den Referenzzähler %B, richtig wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001440
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001441#. @-expanded: Error writing extended attribute block %b (%m).
Philipp Thomas720e6362008-06-21 14:06:00 -04001442#: e2fsck/problem.c:694
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001443msgid "Error writing @a @b %b (%m). "
1444msgstr "Fehler beim Schreiben @a @b %b (%m). "
1445
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001446#. @-expanded: extended attribute block %b has h_blocks > 1.
Philipp Thomas720e6362008-06-21 14:06:00 -04001447#: e2fsck/problem.c:699
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001448msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001449msgstr "@a @b %b hat h_blocks > 1. "
1450
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001451#. @-expanded: error allocating extended attribute block %b.
Philipp Thomas720e6362008-06-21 14:06:00 -04001452#: e2fsck/problem.c:704
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001453msgid "@A @a @b %b. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001454msgstr "@A @a @b %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001455
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001456#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Philipp Thomas720e6362008-06-21 14:06:00 -04001457#: e2fsck/problem.c:709
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001458msgid "@a @b %b is corrupt (allocation collision). "
1459msgstr "@a @b %b ist defekt (allocation collision). "
1460
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001461#. @-expanded: extended attribute block %b is corrupt (invalid name).
Philipp Thomas720e6362008-06-21 14:06:00 -04001462#: e2fsck/problem.c:714
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001463msgid "@a @b %b is corrupt (@n name). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001464msgstr "@a @b %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001465
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001466#. @-expanded: extended attribute block %b is corrupt (invalid value).
Philipp Thomas720e6362008-06-21 14:06:00 -04001467#: e2fsck/problem.c:719
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001468msgid "@a @b %b is corrupt (@n value). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001469msgstr "@a @b %b ist defekt (ungültiger Wert). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001470
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001471#. @-expanded: inode %i is too big.
Philipp Thomas720e6362008-06-21 14:06:00 -04001472#: e2fsck/problem.c:724
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001473#, c-format
1474msgid "@i %i is too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001475msgstr "@i %i ist zu groß. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001476
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001477#. @-expanded: block #%B (%b) causes directory to be too big.
Philipp Thomas720e6362008-06-21 14:06:00 -04001478#: e2fsck/problem.c:728
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001479msgid "@b #%B (%b) causes @d to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001480msgstr "@b #%B (%b) macht @d zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001482#. @-expanded: block #%B (%b) causes file to be too big.
Philipp Thomas720e6362008-06-21 14:06:00 -04001483#: e2fsck/problem.c:733
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001484msgid "@b #%B (%b) causes file to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001485msgstr "@b #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001486
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001487#. @-expanded: block #%B (%b) causes symlink to be too big.
Philipp Thomas720e6362008-06-21 14:06:00 -04001488#: e2fsck/problem.c:738
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001489msgid "@b #%B (%b) causes symlink to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001490msgstr "@b #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001491
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001492#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001493#: e2fsck/problem.c:743
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001494#, c-format
1495msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001496msgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001497
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001498#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001499#: e2fsck/problem.c:748
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001500#, c-format
1501msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1502msgstr "@i %i hat INDEX_FL flag gesetzt, ist aber kein @d.\n"
1503
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001504#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001505#: e2fsck/problem.c:753
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001506#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001507msgid "@h %i has an @n root node.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001508msgstr "@h %i hat einen unvollständigen root node.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001509
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001510#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001511#: e2fsck/problem.c:758
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001512msgid "@h %i has an unsupported hash version (%N)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001513msgstr "@h %i hat eine nicht unterstützte hash-Version (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001514
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001515#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001516#: e2fsck/problem.c:763
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001517#, c-format
1518msgid "@h %i uses an incompatible htree root node flag.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001519msgstr "@h %i benutzt einen nicht unterstützten htree root node flag.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001520
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001521#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001522#: e2fsck/problem.c:768
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001523msgid "@h %i has a tree depth (%N) which is too big\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001524msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001525
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001526#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1527#. @-expanded: filesystem metadata.
Philipp Thomas720e6362008-06-21 14:06:00 -04001528#: e2fsck/problem.c:773
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001529msgid ""
1530"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1531"@f metadata. "
1532msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001533"Defekter @b @i hat einen indirekten @b (%b), der mit\n"
1534"den @f Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001535
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001536#. @-expanded: Resize inode (re)creation failed: %m.
Philipp Thomas720e6362008-06-21 14:06:00 -04001537#: e2fsck/problem.c:779
Theodore Ts'obc759702005-05-09 20:40:55 -04001538#, c-format
1539msgid "Resize @i (re)creation failed: %m."
Philipp Thomas9564ee52008-08-22 03:22:50 -04001540msgstr "Erzeugung von Vergrösserungs-@i scheiterte: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001541
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001542#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001543#: e2fsck/problem.c:784
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001544msgid "@i %i has a extra size (%IS) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001545msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001546
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001547#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001548#: e2fsck/problem.c:789
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001549msgid "@a in @i %i has a namelen (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001550msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001551
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001552#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001553#: e2fsck/problem.c:794
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001554msgid "@a in @i %i has a value size (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001555msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001556
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001557#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001558#: e2fsck/problem.c:799
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001559msgid "@a in @i %i has a value offset (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001560msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001561
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001562#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001563#: e2fsck/problem.c:804
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001564msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001565msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001566
Philipp Thomas720e6362008-06-21 14:06:00 -04001567#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1568#: e2fsck/problem.c:809
Philipp Thomas720e6362008-06-21 14:06:00 -04001569msgid "@a in @i %i has a hash (%N) which is @n\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001570msgstr "@a in %i hat einen @n Hashwert von (%N)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001571
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001572#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001573#: e2fsck/problem.c:814
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001574msgid "@i %i is a %It but it looks like it is really a directory.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001575msgstr "@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 -04001576
1577#. @-expanded: Error while reading over @x tree in inode %i: %m\n
1578#: e2fsck/problem.c:819
Philipp Thomas68801282008-07-17 11:47:00 -04001579#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001580msgid "Error while reading over @x tree in @i %i: %m\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001581msgstr "Fehler beim Iterieren über Baum @x in @i %i: %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001582
1583#: e2fsck/problem.c:824
Philipp Thomas68801282008-07-17 11:47:00 -04001584#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001585msgid "Error while deleting extent: %m\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001586msgstr "Fehler während des Löschens der Erweiterung: %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001587
1588#. @-expanded: inode %i has an invalid extent\n
1589#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1590#: e2fsck/problem.c:829
1591msgid ""
1592"@i %i has an @n extent\n"
1593"\t(logical @b %c, @n physical @b %b, len %N)\n"
1594msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04001595"@i %i hat eine @n Erweiterung\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001596"\t(logischer @b %c, @n physischer @b %b, Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001597
1598#. @-expanded: inode %i has an invalid extent\n
1599#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1600#: e2fsck/problem.c:834
1601msgid ""
1602"@i %i has an @n extent\n"
1603"\t(logical @b %c, physical @b %b, @n len %N)\n"
1604msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04001605"@i %i hat eine @n Erweiterung\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001606"\t(logischer @b %c, physischer @b %b, @n Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001607
1608#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1609#: e2fsck/problem.c:839
Philipp Thomas68801282008-07-17 11:47:00 -04001610#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001611msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001612msgstr "@i %i hat EXTENTS_FL Kennung auf einem @f ohne Unterstützung für Erweiterungen.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001613
1614#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1615#: e2fsck/problem.c:844
1616#, c-format
1617msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001618msgstr "@i %i besitzt das Erweiterungsformat, aber dem @S fehlt die Eigenschaft EXTENTS\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001619
1620#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1621#: e2fsck/problem.c:849
1622#, c-format
1623msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001624msgstr "@i %i fehlt EXTENT_FL, aber hat das Format einer Erweiterungs-@i\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001625
1626#: e2fsck/problem.c:854
1627#, c-format
1628msgid "Fast symlink %i has EXTENT_FL set. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001629msgstr "Schneller Symlink %i hat EXTENT_FL gesetzt. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001630
1631#. @-expanded: inode %i has out of order extents\n
1632#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1633#: e2fsck/problem.c:859
1634msgid ""
1635"@i %i has out of order extents\n"
1636"\t(@n logical @b %c, physical @b %b, len %N)\n"
1637msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04001638"@i %i hat unregelmässige Erweitertungen\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001639"\t(@n logischer @b %c, physischer @b %b, Länge %N)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001640
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001641#. @-expanded: \n
1642#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1643#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001644#: e2fsck/problem.c:866
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001645msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001646"\n"
1647"Running additional passes to resolve @bs claimed by more than one @i...\n"
1648"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001649msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001650"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001651"Doppelter @bs gefunden... starte Scan nach doppelten @b.\n"
1652"Durchgang 1B: Suche nach doppelten/defekten @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001653
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001654#. @-expanded: multiply-claimed block(s) in inode %i:
Philipp Thomas720e6362008-06-21 14:06:00 -04001655#: e2fsck/problem.c:872
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001656#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001657msgid "@m @b(s) in @i %i:"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001658msgstr "@m @b(s) in @i %i:"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001659
Philipp Thomas720e6362008-06-21 14:06:00 -04001660#: e2fsck/problem.c:887
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001661#, c-format
1662msgid "Error while scanning inodes (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001663msgstr "Fehlen beim Prüfen von Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001664
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001665#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001666#: e2fsck/problem.c:892
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001667#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001668msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001669msgstr "@A @i @B (inode_dup_map): %m\n"
1670
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001671#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001672#: e2fsck/problem.c:897
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001673#, c-format
1674msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001675msgstr "Fehler beim Durchlaufen der @bs in @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001676
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001677#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001678#: e2fsck/problem.c:902 e2fsck/problem.c:1218
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001679msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001680msgstr "Fehler bei der Anpassung des refcount für @a @b %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001681
Theodore Ts'o6956f612005-12-31 16:46:15 -05001682#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001683#: e2fsck/problem.c:908
Theodore Ts'o6956f612005-12-31 16:46:15 -05001684msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001685msgstr "Durchgang 1C: Prüfe Verzeichnisse nach @is mit doppelten @bs.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001686
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001687#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001688#: e2fsck/problem.c:914
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001689msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001690msgstr "Durchgang 1D: Gleiche doppelte @bs ab\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001691
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001692#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1693#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001694#: e2fsck/problem.c:919
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001695msgid ""
1696"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001697" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001698msgstr ""
1699"Datei %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001700" hat %B doppelte @b(s), geteilt mit %N Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001701
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001702#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001703#: e2fsck/problem.c:925
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001704msgid "\t%Q (@i #%i, mod time %IM)\n"
1705msgstr "\t%Q (@i #%i, mod time %IM)\n"
1706
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001707#. @-expanded: \t<filesystem metadata>\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001708#: e2fsck/problem.c:930
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001709msgid "\t<@f metadata>\n"
1710msgstr "\t<@f metadata>\n"
1711
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001712#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1713#. @-expanded: \n
Philipp Thomas720e6362008-06-21 14:06:00 -04001714#: e2fsck/problem.c:935
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001715msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001716"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001717"\n"
1718msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001719"(es gibt %N @is, die doppelte/defekte @bs enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001720"\n"
1721
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001722#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1723#. @-expanded: \n
Philipp Thomas720e6362008-06-21 14:06:00 -04001724#: e2fsck/problem.c:940
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001725msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001726"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001727"\n"
1728msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001729"Duplizierte @bs bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001730"\n"
1731
Philipp Thomas720e6362008-06-21 14:06:00 -04001732#: e2fsck/problem.c:953
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001733#, c-format
1734msgid "Couldn't clone file: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001735msgstr "Kann die Datei %m nicht klonen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001736
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001737#. @-expanded: Pass 2: Checking directory structure\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001738#: e2fsck/problem.c:959
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001739msgid "Pass 2: Checking @d structure\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001740msgstr "Durchgang 2: Prüfe @d Struktur\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001741
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001742#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001743#: e2fsck/problem.c:964
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001744#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001745msgid "@n @i number for '.' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001746msgstr "Falsche @i Nummer für ».« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001747
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001748#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001749#: e2fsck/problem.c:969
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001750msgid "@E has @n @i #: %Di.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001751msgstr "@E hat falsche @i #: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001752
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001753#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Philipp Thomas720e6362008-06-21 14:06:00 -04001754#: e2fsck/problem.c:974
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001755msgid "@E has @D/unused @i %Di. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001756msgstr "@E hat @D/unbenutzt @i %Di. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001757
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001758#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Philipp Thomas720e6362008-06-21 14:06:00 -04001759#: e2fsck/problem.c:979
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001760msgid "@E @L to '.' "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001761msgstr "@E @L nach ».« "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001762
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001763#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001764#: e2fsck/problem.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001765msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001766msgstr "@E zeigt auf @i (%Di) in einem defekten @b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001767
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001768#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001769#: e2fsck/problem.c:989
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001770msgid "@E @L to @d %P (%Di).\n"
1771msgstr "@E @L nach @d %P (%Di).\n"
1772
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001773#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001774#: e2fsck/problem.c:994
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001775msgid "@E @L to the @r.\n"
1776msgstr "@E @L zur @r.\n"
1777
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001778#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001779#: e2fsck/problem.c:999
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001780msgid "@E has illegal characters in its name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001781msgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001782
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001783#. @-expanded: Missing '.' in directory inode %i.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001784#: e2fsck/problem.c:1004
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001785#, c-format
1786msgid "Missing '.' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001787msgstr "Fehlende ».« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001788
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001789#. @-expanded: Missing '..' in directory inode %i.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001790#: e2fsck/problem.c:1009
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001791#, c-format
1792msgid "Missing '..' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001793msgstr "Fehlende »..« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001794
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001795#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001796#: e2fsck/problem.c:1014
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001797msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001798msgstr "Erster @e »%Dn« (inode=%Di) in @d @i %i (%p) @s ».«\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001799
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001800#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001801#: e2fsck/problem.c:1019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001802msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001803msgstr "Zweiter @e »%Dn« (inode=%Di) in @d @i %i @s »..«\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001804
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001805#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001806#: e2fsck/problem.c:1024
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001807msgid "i_faddr @F %IF, @s zero.\n"
1808msgstr "i_faddr @F %IF, @s null.\n"
1809
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001810#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001811#: e2fsck/problem.c:1029
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001812msgid "i_file_acl @F %If, @s zero.\n"
1813msgstr "i_file_acl @F %If, @s null.\n"
1814
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001815#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001816#: e2fsck/problem.c:1034
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001817msgid "i_dir_acl @F %Id, @s zero.\n"
1818msgstr "i_dir_acl @F %Id, @s null.\n"
1819
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001820#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001821#: e2fsck/problem.c:1039
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001822msgid "i_frag @F %N, @s zero.\n"
1823msgstr "i_frag @F %N, @s null.\n"
1824
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001825#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001826#: e2fsck/problem.c:1044
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001827msgid "i_fsize @F %N, @s zero.\n"
1828msgstr "i_fsize @F %N, @s null.\n"
1829
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001830#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001831#: e2fsck/problem.c:1049
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001832msgid "@i %i (%Q) has @n mode (%Im).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001833msgstr "@i %i (%Q) hat einen falschen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001834
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001835#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001836#: e2fsck/problem.c:1054
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001837msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1838msgstr "@d @i %i, @b %B, offset %N: @d defekt\n"
1839
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001840#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001841#: e2fsck/problem.c:1059
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001842msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1843msgstr "@d @i %i, @b %B, offset %N: Dateiname zu lang\n"
1844
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001845#. @-expanded: directory inode %i has an unallocated block #%B.
Philipp Thomas720e6362008-06-21 14:06:00 -04001846#: e2fsck/problem.c:1064
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001847msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001848msgstr "@d @i %i hat einen nicht zugewiesenen @b #%B. "
1849
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001850#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001851#: e2fsck/problem.c:1069
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001852#, c-format
1853msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001854msgstr "».« @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001855
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001856#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001857#: e2fsck/problem.c:1074
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001858#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001859msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001860msgstr "»..« @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001861
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001862#. @-expanded: inode %i (%Q) is an illegal character device.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001863#: e2fsck/problem.c:1079
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001864msgid "@i %i (%Q) is an @I character @v.\n"
1865msgstr "@i %i (%Q) ist ein @I Zeichen @v.\n"
1866
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001867#. @-expanded: inode %i (%Q) is an illegal block device.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001868#: e2fsck/problem.c:1084
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001869msgid "@i %i (%Q) is an @I @b @v.\n"
1870msgstr "@i %i (%Q) ist ein @I @b @v.\n"
1871
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001872#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001873#: e2fsck/problem.c:1089
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001874msgid "@E is duplicate '.' @e.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001875msgstr "@E ist ein doppelter ».« @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001876
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001877#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001878#: e2fsck/problem.c:1094
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001879msgid "@E is duplicate '..' @e.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001880msgstr "@E ist ein doppelter »..« @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001881
Philipp Thomas720e6362008-06-21 14:06:00 -04001882#: e2fsck/problem.c:1099 e2fsck/problem.c:1394
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001883#, c-format
1884msgid "Internal error: couldn't find dir_info for %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001885msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001886
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001887#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001888#: e2fsck/problem.c:1104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001889msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001890msgstr "@E hat rec_len von %Dr, sollte %N sein.\n"
1891
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001892#. @-expanded: error allocating icount structure: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001893#: e2fsck/problem.c:1109
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001894#, c-format
1895msgid "@A icount structure: %m\n"
1896msgstr "@A icount structure: %m\n"
1897
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001898#. @-expanded: Error iterating over directory blocks: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001899#: e2fsck/problem.c:1114
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001900#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04001901msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001902msgstr "Fehler beim Durchlaufen der @d @bs: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001903
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001904#. @-expanded: Error reading directory block %b (inode %i): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001905#: e2fsck/problem.c:1119
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001906msgid "Error reading @d @b %b (@i %i): %m\n"
1907msgstr "Lesefehler @d @b %b (@i %i): %m\n"
1908
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001909#. @-expanded: Error writing directory block %b (inode %i): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001910#: e2fsck/problem.c:1124
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001911msgid "Error writing @d @b %b (@i %i): %m\n"
1912msgstr "Schreibfehler @d @b %b (@i %i): %m\n"
1913
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001914#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001915#: e2fsck/problem.c:1129
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001916#, c-format
1917msgid "@A new @d @b for @i %i (%s): %m\n"
1918msgstr "@A neu @d @b for @i %i (%s): %m\n"
1919
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001920#. @-expanded: Error deallocating inode %i: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001921#: e2fsck/problem.c:1134
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001922#, c-format
1923msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001924msgstr "Fehler bei der Freigabe von @i %i: %m\n"
1925
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001926#. @-expanded: directory entry for '.' is big.
Philipp Thomas720e6362008-06-21 14:06:00 -04001927#: e2fsck/problem.c:1139
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001928msgid "@d @e for '.' is big. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001929msgstr "@d @e für ».« ist groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001930
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001931#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001932#: e2fsck/problem.c:1144
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001933msgid "@i %i (%Q) is an @I FIFO.\n"
1934msgstr "@i %i (%Q) ist ein @I FIFO.\n"
1935
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001936#. @-expanded: inode %i (%Q) is an illegal socket.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001937#: e2fsck/problem.c:1149
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001938msgid "@i %i (%Q) is an @I socket.\n"
1939msgstr "@i %i (%Q) ist ein @I Socket.\n"
1940
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001941#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001942#: e2fsck/problem.c:1154
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001943msgid "Setting filetype for @E to %N.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001944msgstr "Setze Dateitype für @E auf %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001945
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001946#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001947#: e2fsck/problem.c:1159
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001948msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001949msgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
1950
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001951#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001952#: e2fsck/problem.c:1164
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001953msgid "@E has filetype set.\n"
1954msgstr "@E hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001955
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001956#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001957#: e2fsck/problem.c:1169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001958msgid "@E has a @z name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001959msgstr "@E hat einen Namen der Länge Null..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001960
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001961#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001962#: e2fsck/problem.c:1174
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001963msgid "Symlink %Q (@i #%i) is @n.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001964msgstr "Symlink %Q (@i #%i) is invalid.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001965
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001966#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001967#: e2fsck/problem.c:1179
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001968msgid "@a @b @F @n (%If).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001969msgstr "@a @b @F ist falsch (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001970
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001971#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001972#: e2fsck/problem.c:1184
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001973msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001974msgstr "@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 -05001975
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001976#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001977#: e2fsck/problem.c:1189
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001978msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001979msgstr "@p @h %d: Node (%B) nicht referenziert\n"
1980
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001981#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001982#: e2fsck/problem.c:1194
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001983msgid "@p @h %d: node (%B) referenced twice\n"
1984msgstr "@p @h %d: Node (%B) doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001985
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001986#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001987#: e2fsck/problem.c:1199
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001988msgid "@p @h %d: node (%B) has bad min hash\n"
1989msgstr "@p @h %d: node (%B) has bad min hash\n"
1990
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001991#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001992#: e2fsck/problem.c:1204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001993msgid "@p @h %d: node (%B) has bad max hash\n"
1994msgstr "@p @h %d: node (%B) has bad max hash\n"
1995
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001996#. @-expanded: invalid HTREE directory inode %d (%q).
Philipp Thomas720e6362008-06-21 14:06:00 -04001997#: e2fsck/problem.c:1209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001998msgid "@n @h %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001999msgstr "Invalid @h %d (%q). "
2000
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002001#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002002#: e2fsck/problem.c:1213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002003msgid "@p @h %d (%q): bad @b number %b.\n"
2004msgstr "@p @h %d (%q): bad @b number %b.\n"
2005
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002006#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002007#: e2fsck/problem.c:1223
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002008#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002009msgid "@p @h %d: root node is @n\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002010msgstr "@p @h %d: root node is invalid\n"
2011
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002012#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002013#: e2fsck/problem.c:1228
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002014msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002015msgstr "@p @h %d: node (%B) has bad limit (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002016
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002017#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002018#: e2fsck/problem.c:1233
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002019msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002020msgstr "@p @h %d: node (%B) has bad count (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002022#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002023#: e2fsck/problem.c:1238
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002024msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002025msgstr "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002026
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002027#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002028#: e2fsck/problem.c:1243
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002029msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002030msgstr "@p @h %d: node (%B) has bad depth\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002031
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002032#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Philipp Thomas720e6362008-06-21 14:06:00 -04002033#: e2fsck/problem.c:1248
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002034msgid "Duplicate @E found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002035msgstr "Doppelte @E gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002036
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002037#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2038#. @-expanded: Rename to %s
Philipp Thomas720e6362008-06-21 14:06:00 -04002039#: e2fsck/problem.c:1253
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002040#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002041msgid ""
2042"@E has a non-unique filename.\n"
2043"Rename to %s"
2044msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04002045"@E hat keinen eindeutigen Dateinnamen.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002046"Benenne in %s um"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002047
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002048#. @-expanded: Duplicate entry '%Dn' found.\n
2049#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2050#. @-expanded: \n
Philipp Thomas720e6362008-06-21 14:06:00 -04002051#: e2fsck/problem.c:1258
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002052msgid ""
2053"Duplicate @e '%Dn' found.\n"
2054"\tMarking %p (%i) to be rebuilt.\n"
2055"\n"
2056msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002057"Doppelte @e '%Dn' gefunden.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002058"\tMarkiere %p (%i) für die Neuerstellung.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002059"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002060
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002061#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002062#: e2fsck/problem.c:1263
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002063msgid "i_blocks_hi @F %N, @s zero.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002064msgstr "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002065
Philipp Thomas720e6362008-06-21 14:06:00 -04002066#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2067#: e2fsck/problem.c:1268
Philipp Thomas720e6362008-06-21 14:06:00 -04002068msgid "Unexpected @b in @h %d (%q).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002069msgstr "Unerwarteter @b in @h %d (%q).\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002070
2071#. @-expanded: inode %i found in group %g where _INODE_UNINIT is set.
2072#: e2fsck/problem.c:1272
2073#, c-format
2074msgid "@i %i found in @g %g where _INODE_UNINIT is set. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04002075msgstr "@i %i wurde in @g %g gefunden, für die _INODE_UNINIT gesetzt ist. "
Philipp Thomas720e6362008-06-21 14:06:00 -04002076
2077#. @-expanded: inode %i found in group %g unused inodes area.
2078#: e2fsck/problem.c:1277
2079#, c-format
2080msgid "@i %i found in @g %g unused inodes area. "
Philipp Thomas68801282008-07-17 11:47:00 -04002081msgstr "@i %i wurde im Bereich ungenutzter Inodes von @g %g gefunden. "
Philipp Thomas720e6362008-06-21 14:06:00 -04002082
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002083#. @-expanded: Pass 3: Checking directory connectivity\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002084#: e2fsck/problem.c:1284
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002085msgid "Pass 3: Checking @d connectivity\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002086msgstr "Durchgang 3: Prüfe @d Verknüpfungen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002087
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002088#. @-expanded: root inode not allocated.
Philipp Thomas720e6362008-06-21 14:06:00 -04002089#: e2fsck/problem.c:1289
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002090msgid "@r not allocated. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002091msgstr "@r nicht zugeordnet. "
2092
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002093#. @-expanded: No room in lost+found directory.
Philipp Thomas720e6362008-06-21 14:06:00 -04002094#: e2fsck/problem.c:1294
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002095msgid "No room in @l @d. "
2096msgstr "Kein Platz in @l @d. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002097
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002098#. @-expanded: Unconnected directory inode %i (%p)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002099#: e2fsck/problem.c:1299
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002100#, c-format
2101msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002102msgstr "Nicht verbundene @d @i %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002103
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002104#. @-expanded: /lost+found not found.
Philipp Thomas720e6362008-06-21 14:06:00 -04002105#: e2fsck/problem.c:1304
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002106msgid "/@l not found. "
2107msgstr "/@l nicht gefunden. "
2108
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002109#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002110#: e2fsck/problem.c:1309
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002111msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002112msgstr "»..« in %Q (%i) ist %P (%j), @s %q (%d).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002113
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002114#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002115#: e2fsck/problem.c:1314
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002116msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002117msgstr "Falscher oder fehlender /@l. Wiederverbinden nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002118
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002119#. @-expanded: Could not expand /lost+found: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002120#: e2fsck/problem.c:1319
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002121#, c-format
2122msgid "Could not expand /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002123msgstr "Erweitern nicht möglich /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002124
Philipp Thomas720e6362008-06-21 14:06:00 -04002125#: e2fsck/problem.c:1324
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002126#, c-format
2127msgid "Could not reconnect %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002128msgstr "Wiederverbinden nicht möglich %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002129
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002130#. @-expanded: Error while trying to find /lost+found: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002131#: e2fsck/problem.c:1329
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002132#, c-format
2133msgid "Error while trying to find /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002134msgstr "Fehler während der Suche nach /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002135
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002136#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002137#: e2fsck/problem.c:1334
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002138#, c-format
2139msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002140msgstr "ext2fs_new_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002141
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002142#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002143#: e2fsck/problem.c:1339
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002144#, c-format
2145msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002146msgstr "ext2fs_new_@i: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002147
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002148#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002149#: e2fsck/problem.c:1344
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002150#, c-format
2151msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002152msgstr "ext2fs_new_dir_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002154#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002155#: e2fsck/problem.c:1349
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002156#, c-format
2157msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002158msgstr "ext2fs_write_dir_@b: %m während des Schreibens von @d @b für /@l\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002159
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002160#. @-expanded: Error while adjusting inode count on inode %i\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002161#: e2fsck/problem.c:1354
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002162#, c-format
2163msgid "Error while adjusting @i count on @i %i\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002164msgstr "Fehler während der Einstellung von @i count auf @i %i\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002165
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002166#. @-expanded: Couldn't fix parent of inode %i: %m\n
2167#. @-expanded: \n
Philipp Thomas720e6362008-06-21 14:06:00 -04002168#: e2fsck/problem.c:1359
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002169#, c-format
2170msgid ""
2171"Couldn't fix parent of @i %i: %m\n"
2172"\n"
2173msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04002174"Konnte Parent von @i %i: %m nicht reparieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002175"\n"
2176
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002177#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2178#. @-expanded: \n
Philipp Thomas720e6362008-06-21 14:06:00 -04002179#: e2fsck/problem.c:1364
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002180#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002181msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002182"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002183"\n"
2184msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002185"Parent von @i %i konnte nicht repariert werden: \n"
2186"parent @d nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002187
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002188#. @-expanded: Error creating root directory (%s): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002189#: e2fsck/problem.c:1374
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002190#, c-format
2191msgid "Error creating root @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002192msgstr "Fehler beim Erzeugen des root @d (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002193
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002194#. @-expanded: Error creating /lost+found directory (%s): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002195#: e2fsck/problem.c:1379
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002196#, c-format
2197msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002198msgstr "Fehler beim Erzeugen des /@l @d (%s): %m\n"
2199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002200#. @-expanded: root inode is not a directory; aborting.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002201#: e2fsck/problem.c:1384
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002202msgid "@r is not a @d; aborting.\n"
2203msgstr "@r ist kein @d; breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002204
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002205#. @-expanded: Cannot proceed without a root inode.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002206#: e2fsck/problem.c:1389
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002207msgid "Cannot proceed without a @r.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002208msgstr "Kann ohne @r nicht fortsetzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002210#. @-expanded: /lost+found is not a directory (ino=%i)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002211#: e2fsck/problem.c:1399
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002212#, c-format
2213msgid "/@l is not a @d (ino=%i)\n"
2214msgstr "/@l ist kein @d (ino=%i)\n"
2215
Philipp Thomas720e6362008-06-21 14:06:00 -04002216#: e2fsck/problem.c:1406
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002217msgid "Pass 3A: Optimizing directories\n"
2218msgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2219
Philipp Thomas720e6362008-06-21 14:06:00 -04002220#: e2fsck/problem.c:1411
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002221#, c-format
2222msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002223msgstr "dirs_to_hash iterator konnte nicht erzeugt werden: %m"
2224
Philipp Thomas720e6362008-06-21 14:06:00 -04002225#: e2fsck/problem.c:1416
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002226msgid "Failed to optimize directory %q (%d): %m"
2227msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002228
Philipp Thomas720e6362008-06-21 14:06:00 -04002229#: e2fsck/problem.c:1421
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002230msgid "Optimizing directories: "
2231msgstr "Optimiere Verzeichnisse: "
2232
Philipp Thomas720e6362008-06-21 14:06:00 -04002233#: e2fsck/problem.c:1438
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002234msgid "Pass 4: Checking reference counts\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002235msgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002236
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002237#. @-expanded: unattached zero-length inode %i.
Philipp Thomas720e6362008-06-21 14:06:00 -04002238#: e2fsck/problem.c:1443
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002239#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002240msgid "@u @z @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002241msgstr "@I @o @i %i in @S. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002242
2243#. @-expanded: unattached inode %i\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002244#: e2fsck/problem.c:1448
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002245#, c-format
2246msgid "@u @i %i\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002247msgstr "@u @i %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002248
2249#. @-expanded: inode %i ref count is %Il, should be %N.
Philipp Thomas720e6362008-06-21 14:06:00 -04002250#: e2fsck/problem.c:1453
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002251msgid "@i %i ref count is %Il, @s %N. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002252msgstr "@i %i Referenzzähler ist %Il, @s %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002253
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002254#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2255#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2256#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002257#: e2fsck/problem.c:1457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002258msgid ""
2259"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2260"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002261"@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 -05002262msgstr ""
2263"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002264"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (AKTIVES) DATEISYSTEM.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04002265"@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 -05002266
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002267#. @-expanded: Pass 5: Checking group summary information\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002268#: e2fsck/problem.c:1467
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002269msgid "Pass 5: Checking @g summary information\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002270msgstr "Durchgang 5: Überprüfe @g Zusammenfassung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002271
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002272#. @-expanded: Padding at end of inode bitmap is not set.
Philipp Thomas720e6362008-06-21 14:06:00 -04002273#: e2fsck/problem.c:1472
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002274msgid "Padding at end of @i @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002275msgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002277#. @-expanded: Padding at end of block bitmap is not set.
Philipp Thomas720e6362008-06-21 14:06:00 -04002278#: e2fsck/problem.c:1477
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002279msgid "Padding at end of @b @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002280msgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002282#. @-expanded: block bitmap differences:
Philipp Thomas720e6362008-06-21 14:06:00 -04002283#: e2fsck/problem.c:1482
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002284msgid "@b @B differences: "
2285msgstr "@b @B differieren: "
2286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002287#. @-expanded: inode bitmap differences:
Philipp Thomas720e6362008-06-21 14:06:00 -04002288#: e2fsck/problem.c:1502
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002289msgid "@i @B differences: "
2290msgstr "@i @B differieren: "
2291
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002292#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002293#: e2fsck/problem.c:1522
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002294msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002295msgstr "Die Anzahl freier @is ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002296
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002297#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002298#: e2fsck/problem.c:1527
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002299msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002300msgstr "Die Anzahl Verzeichnisse ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002301
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002302#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002303#: e2fsck/problem.c:1532
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002304msgid "Free @is count wrong (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002305msgstr "Die Anzahl freier @is ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002306
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002307#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002308#: e2fsck/problem.c:1537
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002309msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002310msgstr "Die Anzahl freier Blöcke in @g #%g ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002311
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002312#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002313#: e2fsck/problem.c:1542
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002314msgid "Free @bs count wrong (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002315msgstr "Die Anzahl freier Blöcke ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002316
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002317#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2318#. @-expanded: endpoints (%i, %j)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002319#: e2fsck/problem.c:1547
Philipp Thomas68801282008-07-17 11:47:00 -04002320msgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
2321msgstr "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 -05002322
Philipp Thomas720e6362008-06-21 14:06:00 -04002323#: e2fsck/problem.c:1553
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002324msgid "Internal error: fudging end of bitmap (%N)\n"
2325msgstr "Interner Fehler: fudging end of bitmap (%N)\n"
2326
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002327#. @-expanded: Error copying in replacement inode bitmap: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002328#: e2fsck/problem.c:1558
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002329#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002330msgid "Error copying in replacement @i @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002331msgstr "Fehler beim hineinkopieren von @i @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002332
2333#. @-expanded: Error copying in replacement block bitmap: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002334#: e2fsck/problem.c:1563
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002335#, c-format
2336msgid "Error copying in replacement @b @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002337msgstr "Fehler beim hineinkopieren von @b @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002338
Philipp Thomas720e6362008-06-21 14:06:00 -04002339#: e2fsck/problem.c:1588
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002340msgid "Recreate journal to make the filesystem ext3 again?\n"
2341msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002342"Soll das Journal wiederhergestellt werden, damit das Dateisystem\n"
2343"\twieder ext3 ist?\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002344
Philipp Thomas720e6362008-06-21 14:06:00 -04002345#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2346#: e2fsck/problem.c:1593
2347#, c-format
2348msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002349msgstr "Blöcke von @g %g sind in Beutzung obwohl @g als BLOCK_UNINIT markiert ist\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002350
2351#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2352#: e2fsck/problem.c:1598
2353#, c-format
2354msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002355msgstr "@g %g @i(s) sind in Benutzung obwohl @g als INODE_UNINIT markiert ist\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002356
2357#: e2fsck/problem.c:1716
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002358#, c-format
2359msgid "Unhandled error code (0x%x)!\n"
2360msgstr "Unbenutzter Fehlercode (0x%x)!\n"
2361
Philipp Thomas720e6362008-06-21 14:06:00 -04002362#: e2fsck/problem.c:1810
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002363msgid "IGNORED"
2364msgstr "IGNORIERT"
2365
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002366#: e2fsck/scantest.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002367#, c-format
2368msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2369msgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2370
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002371#: e2fsck/scantest.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002372#, c-format
2373msgid "size of inode=%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002374msgstr "Größe des Inode=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002375
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002376#: e2fsck/scantest.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002377msgid "while starting inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002378msgstr "beim Starten der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002379
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002380#: e2fsck/scantest.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002381msgid "while doing inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002382msgstr "während der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002383
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002384#: e2fsck/super.c:187
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002385#, c-format
2386msgid "while calling ext2fs_block_iterate for inode %d"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002387msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002388
Philipp Thomas720e6362008-06-21 14:06:00 -04002389#: e2fsck/super.c:209
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002390#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002391msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002392msgstr "während des Aufrufs von ext2fs_adjust_ea_refcount für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002393
Philipp Thomas720e6362008-06-21 14:06:00 -04002394#: e2fsck/super.c:267
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002395msgid "Truncating"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002396msgstr "Kürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002397
Philipp Thomas720e6362008-06-21 14:06:00 -04002398#: e2fsck/super.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002399msgid "Clearing"
2400msgstr "Bereinige"
2401
Philipp Thomas720e6362008-06-21 14:06:00 -04002402#: e2fsck/unix.c:73
Philipp Thomas68801282008-07-17 11:47:00 -04002403#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002404msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04002405"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002406"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002407"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002408"\t\t[-E extended-options] device\n"
2409msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04002410"Aufruf: %s [-panyrcdfvtDFV] [-b Superblock] [-B Blockgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002411"\t\t[-I Inode_Puffer_Blöcke] [-P Prozess_Inodegröße]\n"
2412"\t\t[-l|-L Bad_Blocks_Datei] [-C Dateideskriptor] [-j externes_Journal]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002413"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002414
Philipp Thomas720e6362008-06-21 14:06:00 -04002415#: e2fsck/unix.c:79
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002416#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002417msgid ""
2418"\n"
2419"Emergency help:\n"
2420" -p Automatic repair (no questions)\n"
2421" -n Make no changes to the filesystem\n"
2422" -y Assume \"yes\" to all questions\n"
Philipp Thomas68801282008-07-17 11:47:00 -04002423" -c Check for bad blocks and add them to the badblock list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002424" -f Force checking even if filesystem is marked clean\n"
2425msgstr ""
2426"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002427"Notfallhile:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002428" -p automatische Reparatur (keine Fragen)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002429" -n keine Veränderungen am Dateisystem vornehmen\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002430" -y \" Ja \" auf alle Fragen annehmen\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002431" -c suche nach defekten Blöcken\n"
2432" -f erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002433
Philipp Thomas720e6362008-06-21 14:06:00 -04002434#: e2fsck/unix.c:85
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002435#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002436msgid ""
2437" -v Be verbose\n"
2438" -b superblock Use alternative superblock\n"
2439" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002440" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002441" -l bad_blocks_file Add to badblocks list\n"
2442" -L bad_blocks_file Set badblocks list\n"
2443msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002444" -v sei gesprächig\n"
2445" -b Superbloc Nutze Superblockkopie\n"
2446" -B Blockgröße erzwinge Blockgröße beim Suchen vom Superblock\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002447" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002448" -l bad_blocks_file zur Liste der defekten Blöcke hinzufügen\n"
2449" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002450
Philipp Thomas720e6362008-06-21 14:06:00 -04002451#: e2fsck/unix.c:120
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002452#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002453msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002454msgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %u/%u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002455
Philipp Thomas720e6362008-06-21 14:06:00 -04002456#: e2fsck/unix.c:132
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002457#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002458msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002459msgstr " # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002460
Philipp Thomas68801282008-07-17 11:47:00 -04002461#: e2fsck/unix.c:175 misc/badblocks.c:849 misc/tune2fs.c:1464 misc/util.c:151
Philipp Thomas720e6362008-06-21 14:06:00 -04002462#: resize/main.c:245
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002463#, c-format
2464msgid "while determining whether %s is mounted."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002465msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002466
Philipp Thomas720e6362008-06-21 14:06:00 -04002467#: e2fsck/unix.c:193
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002468#, c-format
2469msgid "Warning! %s is mounted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002470msgstr "Warnung! %s ist eingehängt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002471
Philipp Thomas720e6362008-06-21 14:06:00 -04002472#: e2fsck/unix.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002473#, c-format
2474msgid "%s is mounted. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002475msgstr "%s ist eingehängt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002476
Philipp Thomas720e6362008-06-21 14:06:00 -04002477#: e2fsck/unix.c:199
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002478msgid ""
2479"Cannot continue, aborting.\n"
2480"\n"
2481msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002482"Fortsetzung nicht möglich, breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002483"\n"
2484
Philipp Thomas720e6362008-06-21 14:06:00 -04002485#: e2fsck/unix.c:200
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002486#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002487msgid ""
2488"\n"
2489"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002490"\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2491"SEVERE filesystem damage.\a\a\a\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002492"\n"
2493msgstr ""
2494"\n"
2495"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002496"\a\a\a\aWARNUNG!!! Die Benutzung von e2fsck auf einem eingehängten\n"
2497"Dateisystem kann das Dateisystem STARK BESCHÄDIGEN.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002498"\n"
2499
Philipp Thomas720e6362008-06-21 14:06:00 -04002500#: e2fsck/unix.c:203
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002501msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002502msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002503
Philipp Thomas720e6362008-06-21 14:06:00 -04002504#: e2fsck/unix.c:205
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002505#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002506msgid "check aborted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002507msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002508
Philipp Thomas720e6362008-06-21 14:06:00 -04002509#: e2fsck/unix.c:278
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002510msgid " contains a file system with errors"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002511msgstr " enthält ein fehlerhaftes Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002512
Philipp Thomas720e6362008-06-21 14:06:00 -04002513#: e2fsck/unix.c:280
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002514msgid " was not cleanly unmounted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002515msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002516
Philipp Thomas720e6362008-06-21 14:06:00 -04002517#: e2fsck/unix.c:282
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002518msgid " primary superblock features different from backup"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002519msgstr "Eigenschaften des primären Superblocks unterscheiden sich vom Backup"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002520
Philipp Thomas720e6362008-06-21 14:06:00 -04002521#: e2fsck/unix.c:286
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002522#, c-format
2523msgid " has been mounted %u times without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002524msgstr " wurde %u mal ohne Überprüfung eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002525
Philipp Thomas720e6362008-06-21 14:06:00 -04002526#: e2fsck/unix.c:292
Philipp Thomas720e6362008-06-21 14:06:00 -04002527msgid " has filesystem last checked time in the future"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002528msgstr " hat einen in der Zukunft liegenden Zeitpunkt der letzten Püfung des Dateisystems"
Philipp Thomas720e6362008-06-21 14:06:00 -04002529
2530#: e2fsck/unix.c:298
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002531#, c-format
2532msgid " has gone %u days without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002533msgstr " wurde %u Tage ohne Überprüfung genutzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002534
Philipp Thomas720e6362008-06-21 14:06:00 -04002535#: e2fsck/unix.c:307
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002536msgid ", check forced.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002537msgstr ", Prüfung erzwungen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002538
Philipp Thomas720e6362008-06-21 14:06:00 -04002539#: e2fsck/unix.c:310
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002540#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002541msgid "%s: clean, %u/%u files, %u/%u blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002542msgstr "%s: sauber, %u/%u Dateien, %u/%u Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002543
Philipp Thomas720e6362008-06-21 14:06:00 -04002544#: e2fsck/unix.c:327
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002545msgid " (check deferred; on battery)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002546msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002547
Philipp Thomas720e6362008-06-21 14:06:00 -04002548#: e2fsck/unix.c:330
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002549msgid " (check after next mount)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002550msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002551
Philipp Thomas720e6362008-06-21 14:06:00 -04002552#: e2fsck/unix.c:332
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002553#, c-format
2554msgid " (check in %ld mounts)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002555msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002556
Philipp Thomas720e6362008-06-21 14:06:00 -04002557#: e2fsck/unix.c:479
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002558#, c-format
2559msgid "ERROR: Couldn't open /dev/null (%s)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002560msgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002561
Philipp Thomas720e6362008-06-21 14:06:00 -04002562#: e2fsck/unix.c:549
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002563#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002564msgid "Invalid EA version.\n"
2565msgstr "Invalid EA version.\n"
2566
Philipp Thomas720e6362008-06-21 14:06:00 -04002567#: e2fsck/unix.c:555
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002568#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002569msgid "Unknown extended option: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002570msgstr "Unbekannte erweiterte Option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002571
Philipp Thomas720e6362008-06-21 14:06:00 -04002572#: e2fsck/unix.c:575
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002573#, c-format
2574msgid ""
2575"Syntax error in e2fsck config file (%s, line #%d)\n"
2576"\t%s\n"
2577msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002578"Syntaxfehler in der Konfigurationsdatei von e2fsck (%s, Zeile %d)\n"
2579"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002580
Philipp Thomas720e6362008-06-21 14:06:00 -04002581#: e2fsck/unix.c:643
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002582#, c-format
2583msgid "Error validating file descriptor %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002584msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002585
Philipp Thomas720e6362008-06-21 14:06:00 -04002586#: e2fsck/unix.c:647
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002587msgid "Invalid completion information file descriptor"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002588msgstr "Ungültiger »completion information«-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002589
Philipp Thomas720e6362008-06-21 14:06:00 -04002590#: e2fsck/unix.c:662
Theodore Ts'o6956f612005-12-31 16:46:15 -05002591msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002592msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002593
Philipp Thomas720e6362008-06-21 14:06:00 -04002594#: e2fsck/unix.c:683
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002595#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002596msgid "The -t option is not supported on this version of e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002597msgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002598
Philipp Thomas68801282008-07-17 11:47:00 -04002599#: e2fsck/unix.c:764 misc/tune2fs.c:546 misc/tune2fs.c:831 misc/tune2fs.c:848
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002600#, c-format
2601msgid "Unable to resolve '%s'"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002602msgstr "Nicht möglich »%s« aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002603
Philipp Thomas720e6362008-06-21 14:06:00 -04002604#: e2fsck/unix.c:794
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002605#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002606msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04002607msgstr "Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002608
Philipp Thomas720e6362008-06-21 14:06:00 -04002609#: e2fsck/unix.c:842
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002610#, c-format
2611msgid ""
2612"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2613"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002614msgstr "2FSCK_JBD_DEBUG \"%s\" ist keine Ganzzahl\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002615
Philipp Thomas720e6362008-06-21 14:06:00 -04002616#: e2fsck/unix.c:851
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002617#, c-format
2618msgid ""
2619"\n"
2620"Invalid non-numeric argument to -%c (\"%s\")\n"
2621"\n"
2622msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002623"\n"
2624"Ungültiges nicht-numerisches Argument für -%c (\"%s\")\n"
2625"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002626
Philipp Thomas720e6362008-06-21 14:06:00 -04002627#: e2fsck/unix.c:892
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002628#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002629msgid "Error: ext2fs library version out of date!\n"
2630msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2631
Philipp Thomas720e6362008-06-21 14:06:00 -04002632#: e2fsck/unix.c:900
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002633msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002634msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002635
Philipp Thomas720e6362008-06-21 14:06:00 -04002636#: e2fsck/unix.c:914
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002637#, c-format
2638msgid "\tUsing %s, %s\n"
2639msgstr "\tBenutze %s, %s\n"
2640
Philipp Thomas720e6362008-06-21 14:06:00 -04002641#: e2fsck/unix.c:926
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002642msgid "need terminal for interactive repairs"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002643msgstr "Benötige ein Terminal für interaktive Reparaturen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002644
Philipp Thomas720e6362008-06-21 14:06:00 -04002645#: e2fsck/unix.c:970
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002646#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002647msgid "%s: %s trying backup blocks...\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002648msgstr "%s: %s versuche es mit Backup-Blöcken...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002649
Philipp Thomas720e6362008-06-21 14:06:00 -04002650#: e2fsck/unix.c:972
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002651msgid "Superblock invalid,"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002652msgstr "Superblock ungültig"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002653
Philipp Thomas720e6362008-06-21 14:06:00 -04002654#: e2fsck/unix.c:973
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002655msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002656msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002657
Philipp Thomas720e6362008-06-21 14:06:00 -04002658#: e2fsck/unix.c:1000
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002659#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002660msgid ""
2661"The filesystem revision is apparently too high for this version of e2fsck.\n"
2662"(Or the filesystem superblock is corrupt)\n"
2663"\n"
2664msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002665"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002666"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002667"\n"
2668
Philipp Thomas720e6362008-06-21 14:06:00 -04002669#: e2fsck/unix.c:1006
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002670#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002671msgid "Could this be a zero-length partition?\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002672msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002673
Philipp Thomas720e6362008-06-21 14:06:00 -04002674#: e2fsck/unix.c:1008
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002675#, c-format
2676msgid "You must have %s access to the filesystem or be root\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002677msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002678
Philipp Thomas720e6362008-06-21 14:06:00 -04002679#: e2fsck/unix.c:1013
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002680#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002681msgid "Possibly non-existent or swap device?\n"
Philipp Thomas68801282008-07-17 11:47:00 -04002682msgstr "Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002683
Philipp Thomas720e6362008-06-21 14:06:00 -04002684#: e2fsck/unix.c:1015
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002685#, c-format
2686msgid "Filesystem mounted or opened exclusively by another program?\n"
2687msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002688"Ist das Dateisystem eingehängt or exklusiv von einem anderen Programm\n"
2689"\n"
2690"geöffnet worden?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002691
Philipp Thomas720e6362008-06-21 14:06:00 -04002692#: e2fsck/unix.c:1019
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002693#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002694msgid ""
2695"Disk write-protected; use the -n option to do a read-only\n"
2696"check of the device.\n"
2697msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002698"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
2699"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002700
Philipp Thomas720e6362008-06-21 14:06:00 -04002701#: e2fsck/unix.c:1083
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002702msgid "Get a newer version of e2fsck!"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002703msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002704
Philipp Thomas720e6362008-06-21 14:06:00 -04002705#: e2fsck/unix.c:1107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002706#, c-format
2707msgid "while checking ext3 journal for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002708msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002709
Philipp Thomas720e6362008-06-21 14:06:00 -04002710#: e2fsck/unix.c:1118
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002711#, c-format
Philipp Thomas68801282008-07-17 11:47:00 -04002712msgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
2713msgstr "Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002714
Philipp Thomas720e6362008-06-21 14:06:00 -04002715#: e2fsck/unix.c:1131
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002716#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002717msgid "unable to set superblock flags on %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002718msgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002719
Philipp Thomas720e6362008-06-21 14:06:00 -04002720#: e2fsck/unix.c:1137
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002721#, c-format
2722msgid "while recovering ext3 journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002723msgstr "bei der Wiederherstellung des ext3-Journals von %s"
2724
Philipp Thomas720e6362008-06-21 14:06:00 -04002725#: e2fsck/unix.c:1161
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002726#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05002727msgid "%s has unsupported feature(s):"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002728msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002729
Philipp Thomas720e6362008-06-21 14:06:00 -04002730#: e2fsck/unix.c:1177
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002731msgid "Warning: compression support is experimental.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002732msgstr "Warnung: Die Kompressionsunterstützung ist experimentell.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002733
Philipp Thomas720e6362008-06-21 14:06:00 -04002734#: e2fsck/unix.c:1182
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002735#, c-format
2736msgid ""
2737"E2fsck not compiled with HTREE support,\n"
2738"\tbut filesystem %s has HTREE directories.\n"
2739msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002740"Die Unterstützung für HTREE wurde in e2fsck nicht aktiviert,\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002741"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
2742
Philipp Thomas720e6362008-06-21 14:06:00 -04002743#: e2fsck/unix.c:1236
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002744msgid "while reading bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002745msgstr "beim Lesen des Bad-Block-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002746
Philipp Thomas720e6362008-06-21 14:06:00 -04002747#: e2fsck/unix.c:1238
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002748#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002749msgid "This doesn't bode well, but we'll try to go on...\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002750msgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002751
Philipp Thomas720e6362008-06-21 14:06:00 -04002752#: e2fsck/unix.c:1264
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002753msgid "Couldn't determine journal size"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002754msgstr "Konnte die Größe des Dateisystems nicht ermitteln"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002755
Philipp Thomas720e6362008-06-21 14:06:00 -04002756#: e2fsck/unix.c:1267
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002757#, c-format
2758msgid "Creating journal (%d blocks): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002759msgstr "Erstelle Journal (%d Blöcke): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002760
Philipp Thomas68801282008-07-17 11:47:00 -04002761#: e2fsck/unix.c:1274 misc/mke2fs.c:2038
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002762msgid ""
2763"\n"
2764"\twhile trying to create journal"
2765msgstr ""
2766"\n"
2767"\tbeim Erstellen des Journals"
2768
Philipp Thomas720e6362008-06-21 14:06:00 -04002769#: e2fsck/unix.c:1277
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002770#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002771msgid " Done.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002772msgstr " Erledigt.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002773
Philipp Thomas720e6362008-06-21 14:06:00 -04002774#: e2fsck/unix.c:1278
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002775#, c-format
2776msgid ""
2777"\n"
2778"*** journal has been re-created - filesystem is now ext3 again ***\n"
2779msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002780"\n"
2781"*** Journal wurde wiederhergestellt - Dateisystem ist nun wieder ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002782
Philipp Thomas720e6362008-06-21 14:06:00 -04002783#: e2fsck/unix.c:1285
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002784#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002785msgid "Restarting e2fsck from the beginning...\n"
2786msgstr "Beginne e2fsck neu ...\n"
2787
Philipp Thomas720e6362008-06-21 14:06:00 -04002788#: e2fsck/unix.c:1289
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002789msgid "while resetting context"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002790msgstr "beim Rücksetzen des Kontexts"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002791
Philipp Thomas720e6362008-06-21 14:06:00 -04002792#: e2fsck/unix.c:1296
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002793#, c-format
2794msgid "%s: e2fsck canceled.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002795msgstr "%s: e2fsck abgebrochhen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002796
Philipp Thomas720e6362008-06-21 14:06:00 -04002797#: e2fsck/unix.c:1301
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002798msgid "aborted"
2799msgstr "abgebrochen"
2800
Philipp Thomas720e6362008-06-21 14:06:00 -04002801#: e2fsck/unix.c:1313
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002802#, c-format
2803msgid ""
2804"\n"
2805"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2806msgstr ""
2807"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002808"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002809
Philipp Thomas720e6362008-06-21 14:06:00 -04002810#: e2fsck/unix.c:1316
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002811#, c-format
2812msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002813msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002814
Philipp Thomas720e6362008-06-21 14:06:00 -04002815#: e2fsck/unix.c:1324
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002816#, c-format
2817msgid ""
2818"\n"
2819"%s: ********** WARNING: Filesystem still has errors **********\n"
2820"\n"
2821msgstr ""
2822"\n"
2823"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
2824"\n"
2825
Philipp Thomas720e6362008-06-21 14:06:00 -04002826#: e2fsck/unix.c:1360
Philipp Thomas720e6362008-06-21 14:06:00 -04002827msgid "while setting block group checksum info"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002828msgstr "beim Setzen der Blockgruppen-Prüfsummeninfo"
Philipp Thomas720e6362008-06-21 14:06:00 -04002829
2830#: e2fsck/util.c:135 misc/util.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002831msgid "yY"
Makoto Dei748cc432008-04-21 16:49:48 +09002832msgstr "jJ"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002833
Philipp Thomas720e6362008-06-21 14:06:00 -04002834#: e2fsck/util.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002835msgid "nN"
2836msgstr "nN"
2837
Philipp Thomas720e6362008-06-21 14:06:00 -04002838#: e2fsck/util.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002839msgid "<y>"
2840msgstr "<j>"
2841
Philipp Thomas720e6362008-06-21 14:06:00 -04002842#: e2fsck/util.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002843msgid "<n>"
2844msgstr "<n>"
2845
Philipp Thomas720e6362008-06-21 14:06:00 -04002846#: e2fsck/util.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002847msgid " (y/n)"
2848msgstr " (j/n)"
2849
Philipp Thomas720e6362008-06-21 14:06:00 -04002850#: e2fsck/util.c:169
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002851msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002852msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002853
Philipp Thomas720e6362008-06-21 14:06:00 -04002854#: e2fsck/util.c:184
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002855msgid "yes\n"
2856msgstr "ja\n"
2857
Philipp Thomas720e6362008-06-21 14:06:00 -04002858#: e2fsck/util.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002859msgid "no\n"
2860msgstr "nein\n"
2861
Philipp Thomas720e6362008-06-21 14:06:00 -04002862#: e2fsck/util.c:196
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002863#, c-format
2864msgid ""
2865"%s? no\n"
2866"\n"
2867msgstr ""
2868"%s? nein\n"
2869"\n"
2870
Philipp Thomas720e6362008-06-21 14:06:00 -04002871#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002872#, c-format
2873msgid ""
2874"%s? yes\n"
2875"\n"
2876msgstr ""
2877"%s? ja\n"
2878"\n"
2879
Philipp Thomas720e6362008-06-21 14:06:00 -04002880#: e2fsck/util.c:204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002881msgid "yes"
2882msgstr "ja"
2883
Philipp Thomas720e6362008-06-21 14:06:00 -04002884#: e2fsck/util.c:204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002885msgid "no"
2886msgstr "nein"
2887
Philipp Thomas720e6362008-06-21 14:06:00 -04002888#: e2fsck/util.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002889#, c-format
2890msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002891msgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002892
Philipp Thomas720e6362008-06-21 14:06:00 -04002893#: e2fsck/util.c:223
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002894msgid "reading inode and block bitmaps"
2895msgstr "lese Inode und Block bitmaps"
2896
Philipp Thomas720e6362008-06-21 14:06:00 -04002897#: e2fsck/util.c:228
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002898#, c-format
2899msgid "while retrying to read bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002900msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002901
Philipp Thomas720e6362008-06-21 14:06:00 -04002902#: e2fsck/util.c:241
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002903msgid "writing block bitmaps"
2904msgstr "Schreibe Block-Bitmaps"
2905
Philipp Thomas720e6362008-06-21 14:06:00 -04002906#: e2fsck/util.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002907#, c-format
2908msgid "while retrying to write block bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002909msgstr "während des wiederholten Versuches, Block-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002910
Philipp Thomas720e6362008-06-21 14:06:00 -04002911#: e2fsck/util.c:253
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002912msgid "writing inode bitmaps"
2913msgstr "Schreibe Inoden-Bitmaps"
2914
Philipp Thomas720e6362008-06-21 14:06:00 -04002915#: e2fsck/util.c:258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002916#, c-format
2917msgid "while retrying to write inode bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002918msgstr "während des wiederholten Versuches, Inode-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002919
Philipp Thomas720e6362008-06-21 14:06:00 -04002920#: e2fsck/util.c:271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002921#, c-format
2922msgid ""
2923"\n"
2924"\n"
2925"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2926"\t(i.e., without -a or -p options)\n"
2927msgstr ""
2928"\n"
2929"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002930"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002931"\t(d.h. ohne -a oder -p Option)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002932
Philipp Thomas720e6362008-06-21 14:06:00 -04002933#: e2fsck/util.c:346
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002934#, c-format
2935msgid "Memory used: %dk/%dk (%dk/%dk), "
2936msgstr "benutzter Speicher: %dk/%dk (%dk/%dk), "
2937
Philipp Thomas720e6362008-06-21 14:06:00 -04002938#: e2fsck/util.c:350
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002939#, c-format
2940msgid "Memory used: %d, "
2941msgstr "benutzter Speicher: %d, "
2942
Philipp Thomas720e6362008-06-21 14:06:00 -04002943#: e2fsck/util.c:356
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002944#, c-format
2945msgid "time: %5.2f/%5.2f/%5.2f\n"
2946msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
2947
Philipp Thomas720e6362008-06-21 14:06:00 -04002948#: e2fsck/util.c:361
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002949#, c-format
2950msgid "elapsed time: %6.3f\n"
2951msgstr "abgelaufende Zeit: %6.3f\n"
2952
Philipp Thomas720e6362008-06-21 14:06:00 -04002953#: e2fsck/util.c:395 e2fsck/util.c:409
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002954#, c-format
2955msgid "while reading inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002956msgstr "beim Lesen von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002957
Philipp Thomas720e6362008-06-21 14:06:00 -04002958#: e2fsck/util.c:423 e2fsck/util.c:436
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002959#, c-format
2960msgid "while writing inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002961msgstr "beim Schreiben von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002962
Philipp Thomas720e6362008-06-21 14:06:00 -04002963#: e2fsck/util.c:585
2964msgid "while allocating zeroizing buffer"
2965msgstr "beim reservieren eines Puffers zum Nullen"
2966
Philipp Thomas68801282008-07-17 11:47:00 -04002967#: misc/badblocks.c:63
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002968msgid "done \n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002969msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002970
Philipp Thomas68801282008-07-17 11:47:00 -04002971#: misc/badblocks.c:84
2972#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002973msgid ""
2974"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Philipp Thomas68801282008-07-17 11:47:00 -04002975" [-c blocks_at_once] [-p num_passes] [-e max_bad_blocks] [-d delay_factor_between_reads] [-t test_pattern [-t test_pattern [...]]]\n"
2976" device [last_block [first_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002977msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002978"Aufruf: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002979" [-c Blöcke_auf_einmal] [-p Anzahl_Durchgänge] [-e maximale_Bad_Blocks] [-d Verzögerungsfaktor_zwischen_Lesedurchgängen] [-t Testmuster [-t Testmuster [...]]]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002980" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002981
Philipp Thomas68801282008-07-17 11:47:00 -04002982#: misc/badblocks.c:92
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002983#, c-format
2984msgid ""
2985"%s: The -n and -w options are mutually exclusive.\n"
2986"\n"
2987msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002988"%s: Die Optionen -n und -w schliessen sich gegenseitig aus.\n"
2989"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002990
Philipp Thomas68801282008-07-17 11:47:00 -04002991#: misc/badblocks.c:240
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002992msgid "Testing with random pattern: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002993msgstr "Teste mit zufälligen Mustern: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002994
Philipp Thomas68801282008-07-17 11:47:00 -04002995#: misc/badblocks.c:258
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002996msgid "Testing with pattern 0x"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002997msgstr "Teste mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002998
Philipp Thomas68801282008-07-17 11:47:00 -04002999#: misc/badblocks.c:286 misc/badblocks.c:337
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003000msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003001msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003002
Philipp Thomas68801282008-07-17 11:47:00 -04003003#: misc/badblocks.c:297
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003004#, c-format
3005msgid "Weird value (%ld) in do_read\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003006msgstr "Merkwürdiger Wert (%ld) in do_read\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003007
Philipp Thomas68801282008-07-17 11:47:00 -04003008#: misc/badblocks.c:357
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003009msgid "during ext2fs_sync_device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003010msgstr "während ext2fs_sync_device"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003011
Philipp Thomas68801282008-07-17 11:47:00 -04003012#: misc/badblocks.c:373 misc/badblocks.c:632
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003013msgid "while beginning bad block list iteration"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003014msgstr "beim Beginn des »Bad Block«-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003015
Philipp Thomas68801282008-07-17 11:47:00 -04003016#: misc/badblocks.c:387 misc/badblocks.c:484 misc/badblocks.c:642
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003017msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003018msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003019
Philipp Thomas68801282008-07-17 11:47:00 -04003020#: misc/badblocks.c:391
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003021#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003022msgid "Checking blocks %lu to %lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003023msgstr "Prüfe von Block %lu bis %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003024
Philipp Thomas68801282008-07-17 11:47:00 -04003025#: misc/badblocks.c:396
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003026msgid "Checking for bad blocks in read-only mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003027msgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003028
Philipp Thomas68801282008-07-17 11:47:00 -04003029#: misc/badblocks.c:405
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003030msgid "Checking for bad blocks (read-only test): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003031msgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003032
Philipp Thomas68801282008-07-17 11:47:00 -04003033#: misc/badblocks.c:413 misc/badblocks.c:516 misc/badblocks.c:561
3034#: misc/badblocks.c:705
Philipp Thomas720e6362008-06-21 14:06:00 -04003035msgid "Too many bad blocks, aborting test\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003036msgstr "Zu viele defekte Blöcke - Test wird abgebrochen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003037
Philipp Thomas68801282008-07-17 11:47:00 -04003038#: misc/badblocks.c:491
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003039msgid "Checking for bad blocks in read-write mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003040msgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003041
Philipp Thomas68801282008-07-17 11:47:00 -04003042#: misc/badblocks.c:493 misc/badblocks.c:655
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003043#, c-format
3044msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003045msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003046
Philipp Thomas68801282008-07-17 11:47:00 -04003047#: misc/badblocks.c:551
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003048msgid "Reading and comparing: "
3049msgstr "Lesen und Vergleichen:"
3050
Philipp Thomas68801282008-07-17 11:47:00 -04003051#: misc/badblocks.c:654
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003052msgid "Checking for bad blocks in non-destructive read-write mode\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003053msgstr "Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003054
Philipp Thomas68801282008-07-17 11:47:00 -04003055#: misc/badblocks.c:660
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003056msgid "Checking for bad blocks (non-destructive read-write test)\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003057msgstr "Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003058
Philipp Thomas68801282008-07-17 11:47:00 -04003059#: misc/badblocks.c:667
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003060msgid ""
3061"\n"
3062"Interrupt caught, cleaning up\n"
3063msgstr ""
3064"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003065"Unterbrochen, räume auf\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003066
Philipp Thomas68801282008-07-17 11:47:00 -04003067#: misc/badblocks.c:743
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003068#, c-format
3069msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003070msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003071
Philipp Thomas68801282008-07-17 11:47:00 -04003072#: misc/badblocks.c:854 misc/util.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003073#, c-format
3074msgid "%s is mounted; "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003075msgstr "%s ist eingehängt; "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003076
Philipp Thomas68801282008-07-17 11:47:00 -04003077#: misc/badblocks.c:856
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003078msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003079msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003080
Philipp Thomas68801282008-07-17 11:47:00 -04003081#: misc/badblocks.c:861
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003082msgid "it's not safe to run badblocks!\n"
3083msgstr "es ist zu unsicher, Badblocks zu starten!\n"
3084
Philipp Thomas68801282008-07-17 11:47:00 -04003085#: misc/badblocks.c:866 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003086#, c-format
3087msgid "%s is apparently in use by the system; "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003088msgstr "%s wird offensichtlich vom System genutzt; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003089
Philipp Thomas68801282008-07-17 11:47:00 -04003090#: misc/badblocks.c:869
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003091msgid "badblocks forced anyway.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003092msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003093
Philipp Thomas68801282008-07-17 11:47:00 -04003094#: misc/badblocks.c:889
3095#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003096msgid "invalid %s - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003097msgstr "ungültige %s - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04003098
Philipp Thomas68801282008-07-17 11:47:00 -04003099#: misc/badblocks.c:948
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003100#, c-format
3101msgid "bad block size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003102msgstr "bad block Größe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003103
Philipp Thomas68801282008-07-17 11:47:00 -04003104#: misc/badblocks.c:1003
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003105#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003106msgid "can't allocate memory for test_pattern - %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003107msgstr "Kann keinen Speicher für Testmuster reservieren - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003108
Philipp Thomas68801282008-07-17 11:47:00 -04003109#: misc/badblocks.c:1030
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003110msgid "Maximum of one test_pattern may be specified in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003111msgstr "Es darf im Nur-Lesen-Modus nur ein Testmuster angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003112
Philipp Thomas68801282008-07-17 11:47:00 -04003113#: misc/badblocks.c:1036
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003114msgid "Random test_pattern is not allowed in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003115msgstr "Zufälliges Testmuster ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003116
Philipp Thomas68801282008-07-17 11:47:00 -04003117#: misc/badblocks.c:1050
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003118msgid ""
3119"Couldn't determine device size; you must specify\n"
3120"the size manually\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003121msgstr "Größe des Gerätes ist nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003122
Philipp Thomas68801282008-07-17 11:47:00 -04003123#: misc/badblocks.c:1056
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003124msgid "while trying to determine device size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003125msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003126
Philipp Thomas68801282008-07-17 11:47:00 -04003127#: misc/badblocks.c:1061
3128msgid "last block"
3129msgstr "letzter Block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003130
Philipp Thomas68801282008-07-17 11:47:00 -04003131#: misc/badblocks.c:1067
3132msgid "first block"
3133msgstr "erster Block"
3134
3135#: misc/badblocks.c:1070
3136#, c-format
3137msgid "invalid starting block (%lu): must be less than %lu"
3138msgstr "Ungültiger Startblock (%lu): er muss kleiner als %lu sein"
3139
3140#: misc/badblocks.c:1125
Theodore Ts'o197abba2005-06-20 18:00:23 -04003141msgid "while creating in-memory bad blocks list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003142msgstr "erstelle Bad-Block-Liste im Speicher"
3143
Philipp Thomas68801282008-07-17 11:47:00 -04003144#: misc/badblocks.c:1140
Theodore Ts'o197abba2005-06-20 18:00:23 -04003145msgid "while adding to in-memory bad block list"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003146msgstr "füge zur Bad-Block-Liste im Speicher hinzu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003147
Philipp Thomas68801282008-07-17 11:47:00 -04003148#: misc/badblocks.c:1164
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003149#, c-format
3150msgid "Pass completed, %u bad blocks found.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003151msgstr "Durchgang beendet, %u defekte Blöcke gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003152
Philipp Thomas720e6362008-06-21 14:06:00 -04003153#: misc/chattr.c:85
Philipp Thomas68801282008-07-17 11:47:00 -04003154#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003155msgid "Usage: %s [-RVf] [-+=AacDdijsSu] [-v version] files...\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003156msgstr "Aufruf: %s [-RVf] [-+=AacDdijsSu] [-v Version] Dateien...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003157
Philipp Thomas720e6362008-06-21 14:06:00 -04003158#: misc/chattr.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003159#, c-format
3160msgid "bad version - %s\n"
3161msgstr "falsche Version - %s\n"
3162
Philipp Thomas720e6362008-06-21 14:06:00 -04003163#: misc/chattr.c:198 misc/lsattr.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003164#, c-format
3165msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003166msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003167
Philipp Thomas720e6362008-06-21 14:06:00 -04003168#: misc/chattr.c:204 misc/chattr.c:222
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003169#, c-format
3170msgid "Flags of %s set as "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003171msgstr "Flags von %s wie folgt gesetzt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003172
Philipp Thomas720e6362008-06-21 14:06:00 -04003173#: misc/chattr.c:214
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003174#, c-format
3175msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003176msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003177
Philipp Thomas720e6362008-06-21 14:06:00 -04003178#: misc/chattr.c:231
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003179#, c-format
3180msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003181msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003182
Philipp Thomas720e6362008-06-21 14:06:00 -04003183#: misc/chattr.c:239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003184#, c-format
3185msgid "Version of %s set as %lu\n"
3186msgstr "Version von %s gesetzt auf %lu\n"
3187
Philipp Thomas720e6362008-06-21 14:06:00 -04003188#: misc/chattr.c:243
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003189#, c-format
3190msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003191msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003192
Philipp Thomas720e6362008-06-21 14:06:00 -04003193#: misc/chattr.c:263
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003194#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003195msgid "Couldn't allocate path variable in chattr_dir_proc"
3196msgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
3197
Philipp Thomas720e6362008-06-21 14:06:00 -04003198#: misc/chattr.c:302
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003199msgid "= is incompatible with - and +\n"
3200msgstr "= ist inkompatibel mit - und +\n"
3201
Philipp Thomas720e6362008-06-21 14:06:00 -04003202#: misc/chattr.c:310
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003203msgid "Must use '-v', =, - or +\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003204msgstr "Benutze »-v«, =, - oder +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003205
Theodore Ts'o6956f612005-12-31 16:46:15 -05003206#: misc/dumpe2fs.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003207#, c-format
3208msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003209msgstr "Aufruf: %s [-bfhixV] [-ob Superblock] [-oB Blockgröße] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003210
Philipp Thomas720e6362008-06-21 14:06:00 -04003211#: misc/dumpe2fs.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003212#, c-format
3213msgid "Group %lu: (Blocks "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003214msgstr "Gruppe %lu: (Blöcke "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003215
Philipp Thomas720e6362008-06-21 14:06:00 -04003216#: misc/dumpe2fs.c:173
3217#, c-format
3218msgid " Checksum 0x%04x, unused inodes %d\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003219msgstr " Prüfsumme 0x%04x, %d ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003220
3221#: misc/dumpe2fs.c:178
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003222#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003223msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003224msgstr " %s Superblock in "
3225
Philipp Thomas720e6362008-06-21 14:06:00 -04003226#: misc/dumpe2fs.c:179
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003227msgid "Primary"
3228msgstr "Primary"
3229
Philipp Thomas720e6362008-06-21 14:06:00 -04003230#: misc/dumpe2fs.c:179
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003231msgid "Backup"
3232msgstr "Backup"
3233
Philipp Thomas720e6362008-06-21 14:06:00 -04003234#: misc/dumpe2fs.c:183
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003235#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003236msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003237msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003238
Philipp Thomas720e6362008-06-21 14:06:00 -04003239#: misc/dumpe2fs.c:187
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003240#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003241msgid ""
3242"\n"
3243" Reserved GDT blocks at "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003244msgstr ""
3245"\n"
3246" reservierte GDT Blöcke bei "
Theodore Ts'obc759702005-05-09 20:40:55 -04003247
Philipp Thomas720e6362008-06-21 14:06:00 -04003248#: misc/dumpe2fs.c:194
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003249#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003250msgid " Group descriptor at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003251msgstr ", Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003252
Philipp Thomas720e6362008-06-21 14:06:00 -04003253#: misc/dumpe2fs.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003254msgid " Block bitmap at "
3255msgstr " Block bitmap in "
3256
Philipp Thomas720e6362008-06-21 14:06:00 -04003257#: misc/dumpe2fs.c:205
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003258msgid ", Inode bitmap at "
3259msgstr ", Inode Bitmap in "
3260
Philipp Thomas720e6362008-06-21 14:06:00 -04003261#: misc/dumpe2fs.c:210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003262msgid ""
3263"\n"
3264" Inode table at "
3265msgstr ""
3266"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003267" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003268
Philipp Thomas720e6362008-06-21 14:06:00 -04003269#: misc/dumpe2fs.c:217
Philipp Thomas68801282008-07-17 11:47:00 -04003270#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003271msgid ""
3272"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003273" %u free blocks, %u free inodes, %u directories%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003274msgstr ""
3275"\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003276" %u freie Blöcke, %u freie Inodes, %u Verzeichnisse%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003277
Philipp Thomas720e6362008-06-21 14:06:00 -04003278#: misc/dumpe2fs.c:224
3279#, c-format
3280msgid ", %u unused inodes\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003281msgstr ", %u ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003282
3283#: misc/dumpe2fs.c:227
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003284msgid " Free blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003285msgstr " Freie Blöcke: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003286
Philipp Thomas720e6362008-06-21 14:06:00 -04003287#: misc/dumpe2fs.c:237
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003288msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003289msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003290
Philipp Thomas720e6362008-06-21 14:06:00 -04003291#: misc/dumpe2fs.c:264
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003292msgid "while printing bad block list"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003293msgstr "beim Ausgeben der »Bad Block«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003294
Philipp Thomas720e6362008-06-21 14:06:00 -04003295#: misc/dumpe2fs.c:270
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003296#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003297msgid "Bad blocks: %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003298msgstr "Bad Blocks: %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003299
Philipp Thomas68801282008-07-17 11:47:00 -04003300#: misc/dumpe2fs.c:292 misc/tune2fs.c:276
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003301msgid "while reading journal inode"
3302msgstr "beim Lesen des Journal-Inodes"
3303
Philipp Thomas720e6362008-06-21 14:06:00 -04003304#: misc/dumpe2fs.c:295
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003305msgid "Journal size: "
Philipp Thomas9564ee52008-08-22 03:22:50 -04003306msgstr "Journalgrösse: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003307
Philipp Thomas68801282008-07-17 11:47:00 -04003308#: misc/dumpe2fs.c:319 misc/tune2fs.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003309msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003310msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003311
Philipp Thomas720e6362008-06-21 14:06:00 -04003312#: misc/dumpe2fs.c:327
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003313msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003314msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003315
Philipp Thomas720e6362008-06-21 14:06:00 -04003316#: misc/dumpe2fs.c:331
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003317#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003318msgid ""
3319"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003320"Journal block size: %u\n"
3321"Journal length: %u\n"
3322"Journal first block: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003323"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003324"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003325"Journal number of users: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003326msgstr ""
3327"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003328"Journal Blockgröße: %u\n"
3329"Journal Länge: %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003330"Journal Startblock: %u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003331"Journal Sequenz: 0x%08x\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003332"Journal Start: %u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003333"Journal Anzahl Nutzer: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003334
Philipp Thomas720e6362008-06-21 14:06:00 -04003335#: misc/dumpe2fs.c:344
Theodore Ts'o197abba2005-06-20 18:00:23 -04003336#, c-format
3337msgid "Journal users: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003338msgstr "Jounalnutzer: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003339
Philipp Thomas68801282008-07-17 11:47:00 -04003340#: misc/dumpe2fs.c:360 misc/mke2fs.c:690 misc/tune2fs.c:866
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003341#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003342msgid "Couldn't allocate memory to parse options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003343msgstr "Speicher zum Parsen der Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003344
Philipp Thomas720e6362008-06-21 14:06:00 -04003345#: misc/dumpe2fs.c:386
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003346#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003347msgid "Invalid superblock parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003348msgstr "Ungültiger Superblock-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003349
Philipp Thomas720e6362008-06-21 14:06:00 -04003350#: misc/dumpe2fs.c:401
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003351#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003352msgid "Invalid blocksize parameter: %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003353msgstr "Ungültiger Blockgrössen-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003354
Philipp Thomas720e6362008-06-21 14:06:00 -04003355#: misc/dumpe2fs.c:412
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003356#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003357msgid ""
3358"\n"
3359"Bad extended option(s) specified: %s\n"
3360"\n"
3361"Extended options are separated by commas, and may take an argument which\n"
3362"\tis set off by an equals ('=') sign.\n"
3363"\n"
3364"Valid extended options are:\n"
3365"\tsuperblock=<superblock number>\n"
3366"\tblocksize=<blocksize>\n"
3367msgstr ""
3368"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003369"Falsche erweiterte Optionen angegeben: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003370"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003371"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
3372"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003373"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003374"Gültige erweiterte Optionen sind:\n"
3375"\tsuperblock=<Nummer des Spuperblocks>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003376"\tblocksize=<Blockgrösse>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003377"\n"
3378
Philipp Thomas68801282008-07-17 11:47:00 -04003379#: misc/dumpe2fs.c:471 misc/mke2fs.c:1332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003380#, c-format
3381msgid "\tUsing %s\n"
3382msgstr "\tBenutze %s\n"
3383
Philipp Thomas68801282008-07-17 11:47:00 -04003384#: misc/dumpe2fs.c:507 misc/e2image.c:669 misc/tune2fs.c:1447
Philipp Thomas720e6362008-06-21 14:06:00 -04003385#: resize/main.c:306
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003386#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003387msgid "Couldn't find valid filesystem superblock.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003388msgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003389
Philipp Thomas720e6362008-06-21 14:06:00 -04003390#: misc/dumpe2fs.c:531
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003391#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003392msgid ""
3393"\n"
3394"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003395msgstr ""
3396"\n"
3397"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003398
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003399#: misc/e2image.c:50
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003400#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003401msgid "Usage: %s [-rsI] device image_file\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003402msgstr "Aufruf: %s [-r] Gerätedatei\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003403
Theodore Ts'obc759702005-05-09 20:40:55 -04003404#: misc/e2image.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003405msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003406msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003407
Theodore Ts'obc759702005-05-09 20:40:55 -04003408#: misc/e2image.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003409#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003410msgid "short write (only %d bytes) for writing image header"
3411msgstr "short write (only %d bytes) for writing image header"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003412
Theodore Ts'obc759702005-05-09 20:40:55 -04003413#: misc/e2image.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003414msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003415msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003416
Theodore Ts'obc759702005-05-09 20:40:55 -04003417#: misc/e2image.c:108
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003418msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003419msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003420
Theodore Ts'obc759702005-05-09 20:40:55 -04003421#: misc/e2image.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003422msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003423msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003424
Theodore Ts'obc759702005-05-09 20:40:55 -04003425#: misc/e2image.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003426msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003427msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003428
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003429#: misc/e2label.c:57
3430#, c-format
3431msgid "e2label: cannot open %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003432msgstr "e2label: Kann %s nicht öffnen.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003433
3434#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003435#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003436msgid "e2label: cannot seek to superblock\n"
3437msgstr "e2label: cannot seek to superblock\n"
3438
3439#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003440#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003441msgid "e2label: error reading superblock\n"
3442msgstr "e2label: Lesefehler im Superblock\n"
3443
3444#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003445#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003446msgid "e2label: not an ext2 filesystem\n"
3447msgstr "e2label: Kein ext2 Dateisystem\n"
3448
Philipp Thomas68801282008-07-17 11:47:00 -04003449#: misc/e2label.c:96 misc/tune2fs.c:1548
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003450#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003451msgid "Warning: label too long, truncating.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003452msgstr "Warnung: Name zu lang, kürze ihn.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003453
3454#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003455#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003456msgid "e2label: cannot seek to superblock again\n"
3457msgstr "e2label: cannot seek to superblock again\n"
3458
3459#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003460#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003461msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003462msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003463
Philipp Thomas68801282008-07-17 11:47:00 -04003464#: misc/e2label.c:116 misc/tune2fs.c:538
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003465#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003466msgid "Usage: e2label device [newlabel]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003467msgstr "Aufruf: e2label Gerät [neuer_Name]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003468
Philipp Thomas720e6362008-06-21 14:06:00 -04003469#: misc/e2undo.c:33
3470#, c-format
3471msgid "Usage: %s <transaction file> <filesystem>\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003472msgstr "Aufruf: %s <Transaktionsdatei> <Dateisystem>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003473
3474#: misc/e2undo.c:50
Philipp Thomas720e6362008-06-21 14:06:00 -04003475msgid "Failed to read the file system data \n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003476msgstr "Die Dateisystemdaten konnten nicht gelesenb werden \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003477
3478#: misc/e2undo.c:60 misc/e2undo.c:81 misc/e2undo.c:106 misc/e2undo.c:202
3479#, c-format
3480msgid "Failed tdb_fetch %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003481msgstr "tdb_fetch von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003482
3483#: misc/e2undo.c:68
3484#, c-format
3485msgid "The file system Mount time didn't match %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003486msgstr "Die Zeit des letzten Einhängens des Dateisystems war nicht %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003487
3488#: misc/e2undo.c:87
3489msgid "The file system UUID didn't match \n"
Philipp Thomas68801282008-07-17 11:47:00 -04003490msgstr "Die UUID des Dateisystems stimmte nicht überein \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003491
3492#: misc/e2undo.c:159
Philipp Thomas68801282008-07-17 11:47:00 -04003493#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003494msgid "Failed tdb_open %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003495msgstr "tdb_open von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003496
3497#: misc/e2undo.c:165
Philipp Thomas68801282008-07-17 11:47:00 -04003498#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003499msgid "Error while determining whether %s is mounted.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003500msgstr "Fehler beim Überprüfen, ob %s eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003501
3502#: misc/e2undo.c:171
3503msgid "undoe2fs should only be run on unmounted file system\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003504msgstr "undoe2fs sollte nur auf nicht-eingehängten Dateisystemen laufen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003505
3506#: misc/e2undo.c:180
Philipp Thomas68801282008-07-17 11:47:00 -04003507#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003508msgid "Failed to open %s\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003509msgstr "%s konnte nicht geöffnet werden\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003510
3511#: misc/e2undo.c:206
3512#, c-format
Philipp Thomas68801282008-07-17 11:47:00 -04003513msgid "Replayed transaction of size %zd at location %ld\n"
3514msgstr "Zurückgespielte Transaktion der Größe %zd an Position %ld\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003515
3516#: misc/e2undo.c:212
3517#, c-format
3518msgid "Failed write %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003519msgstr "Gescheitertes Schreiben von %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003520
3521#: misc/fsck.c:345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003522#, c-format
3523msgid "WARNING: couldn't open %s: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003524msgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003525
Philipp Thomas720e6362008-06-21 14:06:00 -04003526#: misc/fsck.c:355
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003527#, c-format
3528msgid "WARNING: bad format on line %d of %s\n"
3529msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
3530
Philipp Thomas720e6362008-06-21 14:06:00 -04003531#: misc/fsck.c:370
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003532msgid ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003533"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003534"\tfield. I will kludge around things for you, but you\n"
3535"\tshould fix your /etc/fstab file as soon as you can.\n"
3536"\n"
3537msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003538"\a\a\aWARNUNG: Ihre /etc/fstab enthält kein »fsck passno«\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003539"\tFeld. Ich werde dieses ignorieren, aber Sie\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003540"\tsollten ihre /etc/fstab so schnell wie möglich korrigieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003541"\n"
3542
Philipp Thomas720e6362008-06-21 14:06:00 -04003543#: misc/fsck.c:479
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003544#, c-format
3545msgid "fsck: %s: not found\n"
3546msgstr "fsck: %s: nicht gefunden\n"
3547
Philipp Thomas720e6362008-06-21 14:06:00 -04003548#: misc/fsck.c:595
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003549#, c-format
3550msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003551msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003552
Philipp Thomas720e6362008-06-21 14:06:00 -04003553#: misc/fsck.c:617
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003554#, c-format
3555msgid "Warning... %s for device %s exited with signal %d.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003556msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003557
Philipp Thomas720e6362008-06-21 14:06:00 -04003558#: misc/fsck.c:623
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003559#, c-format
3560msgid "%s %s: status is %x, should never happen.\n"
3561msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
3562
Philipp Thomas720e6362008-06-21 14:06:00 -04003563#: misc/fsck.c:662
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003564#, c-format
3565msgid "Finished with %s (exit status %d)\n"
3566msgstr "Beendet mit %s (exit status %d)\n"
3567
Philipp Thomas720e6362008-06-21 14:06:00 -04003568#: misc/fsck.c:722
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003569#, c-format
3570msgid "%s: Error %d while executing fsck.%s for %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003571msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003572
Philipp Thomas720e6362008-06-21 14:06:00 -04003573#: misc/fsck.c:743
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003574msgid ""
3575"Either all or none of the filesystem types passed to -t must be prefixed\n"
3576"with 'no' or '!'.\n"
3577msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003578"Bei -t müssen entweder allen oder keinem Dateisystem ein »no« bzw. »!«\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003579"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003580
Philipp Thomas720e6362008-06-21 14:06:00 -04003581#: misc/fsck.c:762
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003582msgid "Couldn't allocate memory for filesystem types\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003583msgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003584
Philipp Thomas720e6362008-06-21 14:06:00 -04003585#: misc/fsck.c:885
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003586#, c-format
Philipp Thomas68801282008-07-17 11:47:00 -04003587msgid "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003588msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003589"%s: überspringe die ungültige Zeile in /etc/fstab: bind mount mit\n"
3590" Durchgangsnummer für fsck, die nicht Null ist\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003591
Philipp Thomas720e6362008-06-21 14:06:00 -04003592#: misc/fsck.c:912
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003593#, c-format
3594msgid "fsck: cannot check %s: fsck.%s not found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003595msgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003596
Philipp Thomas720e6362008-06-21 14:06:00 -04003597#: misc/fsck.c:968
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003598msgid "Checking all file systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003599msgstr "Überprüfe alle Dateisysteme.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003600
Philipp Thomas720e6362008-06-21 14:06:00 -04003601#: misc/fsck.c:1059
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003602#, c-format
3603msgid "--waiting-- (pass %d)\n"
3604msgstr "--warten-- (Durchgang %d)\n"
3605
Philipp Thomas720e6362008-06-21 14:06:00 -04003606#: misc/fsck.c:1079
Philipp Thomas68801282008-07-17 11:47:00 -04003607msgid "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003608msgstr "Aufruf: fsck [-AMNPRTV] [ -C [ fd ] ] [-t Datesystemtyp] [FS-Optionen] [Dateisystem...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003609
Philipp Thomas720e6362008-06-21 14:06:00 -04003610#: misc/fsck.c:1121
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003611#, c-format
3612msgid "%s: too many devices\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003613msgstr "%s: zu viele Geräte\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003614
Philipp Thomas720e6362008-06-21 14:06:00 -04003615#: misc/fsck.c:1154 misc/fsck.c:1240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003616#, c-format
3617msgid "%s: too many arguments\n"
3618msgstr "%s: zu viele Argumente\n"
3619
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003620#: misc/lsattr.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003621#, c-format
3622msgid "Usage: %s [-RVadlv] [files...]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003623msgstr "Aufruf: %s [-RVadlv] [Dateien...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003624
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003625#: misc/lsattr.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003626#, c-format
3627msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003628msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003629
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003630#: misc/lsattr.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003631#, c-format
3632msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003633msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003634
Philipp Thomas720e6362008-06-21 14:06:00 -04003635#: misc/mke2fs.c:101
Philipp Thomas68801282008-07-17 11:47:00 -04003636#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003637msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003638"Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3639"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003640"\t[-G meta group size] [-N number-of-inodes]\n"
3641"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003642"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003643"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
3644"\t[-T fs-type] [-jnqvFSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003645msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04003646"Aufruf: %s [-c|-l Dateiname] [-b Blockgröße] [-f Fragmentgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003647"\t[-i Bytes-pro-Inode] [-I Inodegrösse] [-J Journal-Optionen]\n"
3648"\t[-G Größe_der_Metagruppe] [-N Anzahl_der_Inodes]\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003649"\t[-m Reservierte-Blöcke-Prozent] [-o Erzeuger-OS]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003650"\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003651"\t[-M letztes-eingehängtes-Verzeichnis] [-O feature[,...]]\n"
3652"\t[-r fs-revision] [-E erweiterte-Option[,...]]\n"
3653"\t[-T Fs-Typ] [-jnqvFSV] Gerät [Block-Anzahl]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003654
Philipp Thomas720e6362008-06-21 14:06:00 -04003655#: misc/mke2fs.c:203
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003656#, c-format
3657msgid "Running command: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003658msgstr "Führe aus: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003659
Philipp Thomas720e6362008-06-21 14:06:00 -04003660#: misc/mke2fs.c:207
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003661#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003662msgid "while trying to run '%s'"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003663msgstr "während des Versuchs, »%s« auszuführen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003664
Philipp Thomas720e6362008-06-21 14:06:00 -04003665#: misc/mke2fs.c:214
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003666msgid "while processing list of bad blocks from program"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003667msgstr "beim Auswerten der »Bad Block«-Liste vom Programm"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003668
Philipp Thomas720e6362008-06-21 14:06:00 -04003669#: misc/mke2fs.c:241
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003670#, c-format
3671msgid "Block %d in primary superblock/group descriptor area bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003672msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003673
Philipp Thomas720e6362008-06-21 14:06:00 -04003674#: misc/mke2fs.c:243
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003675#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003676msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003677msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003678"Die Blöcke %u bis einschließlich %u müssen in Ordung sein, um ein\n"
3679"\tDateisystem zu erstellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003680
Philipp Thomas720e6362008-06-21 14:06:00 -04003681#: misc/mke2fs.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003682msgid "Aborting....\n"
3683msgstr "Breche ab...\n"
3684
Philipp Thomas720e6362008-06-21 14:06:00 -04003685#: misc/mke2fs.c:266
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003686#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003687msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003688"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003689"\tbad blocks.\n"
3690"\n"
3691msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04003692"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %u enthält\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003693"\tdefekte Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003694"\n"
3695
Philipp Thomas720e6362008-06-21 14:06:00 -04003696#: misc/mke2fs.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003697msgid "while marking bad blocks as used"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003698msgstr "beim Markieren von defekten Blöcken als »belegt«"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003699
Philipp Thomas720e6362008-06-21 14:06:00 -04003700#: misc/mke2fs.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003701msgid "done \n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003702msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003703
Philipp Thomas720e6362008-06-21 14:06:00 -04003704#: misc/mke2fs.c:357
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003705msgid "Writing inode tables: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003706msgstr "Schreibe Inode-Tabellen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003707
Philipp Thomas720e6362008-06-21 14:06:00 -04003708#: misc/mke2fs.c:380
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003709#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003710msgid ""
3711"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003712"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003713msgstr ""
3714"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003715"Konnte %d Blöcke nicht in Inoden-Tabelle schreiben, beginnend bei %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003716
Philipp Thomas720e6362008-06-21 14:06:00 -04003717#: misc/mke2fs.c:404
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003718msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003719msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003720
Philipp Thomas720e6362008-06-21 14:06:00 -04003721#: misc/mke2fs.c:411
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003722msgid "while reading root inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003723msgstr "beim Lesen des Root-Inode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003724
Philipp Thomas720e6362008-06-21 14:06:00 -04003725#: misc/mke2fs.c:425
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003726msgid "while setting root inode ownership"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003727msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003728
Philipp Thomas720e6362008-06-21 14:06:00 -04003729#: misc/mke2fs.c:443
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003730msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003731msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003732
Philipp Thomas720e6362008-06-21 14:06:00 -04003733#: misc/mke2fs.c:450
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003734msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003735msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003736
Philipp Thomas720e6362008-06-21 14:06:00 -04003737#: misc/mke2fs.c:463
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003738msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003739msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003740
Philipp Thomas720e6362008-06-21 14:06:00 -04003741#: misc/mke2fs.c:478
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003742msgid "while setting bad block inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003743msgstr "beim Setzen des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003744
Philipp Thomas68801282008-07-17 11:47:00 -04003745#: misc/mke2fs.c:505
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003746#, c-format
3747msgid "Out of memory erasing sectors %d-%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003748msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003749
Philipp Thomas68801282008-07-17 11:47:00 -04003750#: misc/mke2fs.c:515
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003751#, c-format
3752msgid "Warning: could not read block 0: %s\n"
3753msgstr "Warnung: konnte Block %s nicht lesen\n"
3754
Philipp Thomas68801282008-07-17 11:47:00 -04003755#: misc/mke2fs.c:531
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003756#, c-format
3757msgid "Warning: could not erase sector %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003758msgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003759
Philipp Thomas68801282008-07-17 11:47:00 -04003760#: misc/mke2fs.c:547
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003761msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003762msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003763
Philipp Thomas68801282008-07-17 11:47:00 -04003764#: misc/mke2fs.c:553
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003765msgid "Zeroing journal device: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003766msgstr "Überschreibe Journal-Device mit Nullen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003767
Philipp Thomas68801282008-07-17 11:47:00 -04003768#: misc/mke2fs.c:566
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003769#, c-format
3770msgid "while zeroing journal device (block %u, count %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003771msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %u, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003772
Philipp Thomas68801282008-07-17 11:47:00 -04003773#: misc/mke2fs.c:582
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003774msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003775msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003776
Philipp Thomas68801282008-07-17 11:47:00 -04003777#: misc/mke2fs.c:598
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003778#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003779msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003780"warning: %u blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003781"\n"
3782msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003783"Warnung: %u Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003784"\n"
3785
Philipp Thomas68801282008-07-17 11:47:00 -04003786#: misc/mke2fs.c:603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003787#, c-format
3788msgid "Filesystem label=%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003789msgstr "Dateisystem-Label=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003790
Philipp Thomas68801282008-07-17 11:47:00 -04003791#: misc/mke2fs.c:604
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003792msgid "OS type: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003793msgstr "OS-Typ: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003794
Philipp Thomas68801282008-07-17 11:47:00 -04003795#: misc/mke2fs.c:609
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003796#, c-format
3797msgid "Block size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003798msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003799
Philipp Thomas68801282008-07-17 11:47:00 -04003800#: misc/mke2fs.c:611
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003801#, c-format
3802msgid "Fragment size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003803msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003804
Philipp Thomas68801282008-07-17 11:47:00 -04003805#: misc/mke2fs.c:613
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003806#, c-format
3807msgid "%u inodes, %u blocks\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003808msgstr "%u Inodes, %u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003809
Philipp Thomas68801282008-07-17 11:47:00 -04003810#: misc/mke2fs.c:615
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003811#, c-format
3812msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003813msgstr "%u Blöcke (%2.2f%%) reserviert für den Superuser\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003814
Philipp Thomas68801282008-07-17 11:47:00 -04003815#: misc/mke2fs.c:618
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003816#, c-format
3817msgid "First data block=%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003818msgstr "Erster Datenblock=%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003819
Philipp Thomas68801282008-07-17 11:47:00 -04003820#: misc/mke2fs.c:620
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003821#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003822msgid "Maximum filesystem blocks=%lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003823msgstr "Maximale Dateisystem-Blöcke=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003824
Philipp Thomas68801282008-07-17 11:47:00 -04003825#: misc/mke2fs.c:624
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003826#, c-format
3827msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003828msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003829
Philipp Thomas68801282008-07-17 11:47:00 -04003830#: misc/mke2fs.c:626
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003831#, c-format
3832msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003833msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003834
Philipp Thomas68801282008-07-17 11:47:00 -04003835#: misc/mke2fs.c:627
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003836#, c-format
3837msgid "%u blocks per group, %u fragments per group\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003838msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003839
Philipp Thomas68801282008-07-17 11:47:00 -04003840#: misc/mke2fs.c:629
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003841#, c-format
3842msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003843msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003844
Philipp Thomas68801282008-07-17 11:47:00 -04003845#: misc/mke2fs.c:636
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003846#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003847msgid "Superblock backups stored on blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003848msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003849
Philipp Thomas68801282008-07-17 11:47:00 -04003850#: misc/mke2fs.c:715
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003851#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003852msgid "Invalid stride parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003853msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003854
Philipp Thomas68801282008-07-17 11:47:00 -04003855#: misc/mke2fs.c:730
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003856#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003857msgid "Invalid stripe-width parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003858msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003859
Philipp Thomas68801282008-07-17 11:47:00 -04003860#: misc/mke2fs.c:752
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003861#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003862msgid "Invalid resize parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003863msgstr "Ungültiger \"resize\"-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003864
Philipp Thomas68801282008-07-17 11:47:00 -04003865#: misc/mke2fs.c:759
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003866#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003867msgid "The resize maximum must be greater than the filesystem size.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003868msgstr "Das Maximum der Vergrösserung muss oberhalb als der Dateisystem-Grösse liegen.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003869
Philipp Thomas68801282008-07-17 11:47:00 -04003870#: misc/mke2fs.c:783
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003871#, c-format
3872msgid "On-line resizing not supported with revision 0 filesystems\n"
3873msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04003874"Online-Grössenänderungen werden bei Revison 0 Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003875"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003876
Philipp Thomas68801282008-07-17 11:47:00 -04003877#: misc/mke2fs.c:805
3878#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003879msgid ""
3880"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003881"Bad option(s) specified: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003882"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003883"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003884"\tis set off by an equals ('=') sign.\n"
3885"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003886"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003887"\tstride=<RAID per-disk data chunk in blocks>\n"
3888"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003889"\tresize=<resize maximum size in blocks>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003890"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003891"\ttest_fs\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003892"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003893msgstr ""
3894"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003895"Ungültige Option(en) angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003896"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003897"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
3898"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003899"\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003900"\terhalten welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
3901"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003902"gültige erweiterte Optionen sind:\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003903"\tstride=<RAID Segmentgrösse in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003904"\tstripe-width=<RAID Stride * Datenplatten in Blöcken>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003905"\tresize=<Obergrenze für Grössenänderung in Blöcken>\n"
3906"\tlazy_itable_init=<0 für Ab-, 1 für Einschalten>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003907"\ttest_fs\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003908"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003909
Philipp Thomas68801282008-07-17 11:47:00 -04003910#: misc/mke2fs.c:821
Theodore Ts'o8f741372008-02-28 21:47:05 -05003911#, c-format
3912msgid ""
3913"\n"
3914"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
3915"\n"
3916msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003917"\n"
3918"Warnung: RAID Stripe-Breite %u ist kein ganzzahliges Vielfaches von\n"
3919"\tStride %u.\n"
3920"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003921
Philipp Thomas68801282008-07-17 11:47:00 -04003922#: misc/mke2fs.c:853
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003923#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003924msgid ""
3925"Syntax error in mke2fs config file (%s, line #%d)\n"
3926"\t%s\n"
3927msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003928"Syntax Fehler in der Konfigurationsdatei von mkefs (%s, Zeile %d)\n"
3929"\t%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003930
Philipp Thomas68801282008-07-17 11:47:00 -04003931#: misc/mke2fs.c:866 misc/tune2fs.c:350
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003932#, c-format
3933msgid "Invalid filesystem option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003934msgstr "Unvollständige Dateisystem-Option gesetzt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003935
Philipp Thomas68801282008-07-17 11:47:00 -04003936#: misc/mke2fs.c:1157
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003937#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003938msgid "invalid block size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003939msgstr "bad block Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003940
Philipp Thomas68801282008-07-17 11:47:00 -04003941#: misc/mke2fs.c:1161
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003942#, c-format
3943msgid "Warning: blocksize %d not usable on most systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003944msgstr "Warnung: Blockgröße %d ist auf den meisten Systemen unbrauchbar.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003945
Philipp Thomas68801282008-07-17 11:47:00 -04003946#: misc/mke2fs.c:1177
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003947#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003948msgid "invalid fragment size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003949msgstr "falsche Fragmentgröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003950
Philipp Thomas68801282008-07-17 11:47:00 -04003951#: misc/mke2fs.c:1183
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003952#, c-format
3953msgid "Warning: fragments not supported. Ignoring -f option\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003954msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003955
Philipp Thomas68801282008-07-17 11:47:00 -04003956#: misc/mke2fs.c:1190
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003957msgid "Illegal number for blocks per group"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003958msgstr "unzulässige Angabe für Blöcke pro Gruppe"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003959
Philipp Thomas68801282008-07-17 11:47:00 -04003960#: misc/mke2fs.c:1195
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003961msgid "blocks per group must be multiple of 8"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003962msgstr "Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003963
Philipp Thomas68801282008-07-17 11:47:00 -04003964#: misc/mke2fs.c:1203
Philipp Thomas720e6362008-06-21 14:06:00 -04003965msgid "Illegal number for flex_bg size"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003966msgstr "Illegale Zahl für flex_bg Größe"
Philipp Thomas720e6362008-06-21 14:06:00 -04003967
Philipp Thomas68801282008-07-17 11:47:00 -04003968#: misc/mke2fs.c:1209
Philipp Thomas720e6362008-06-21 14:06:00 -04003969msgid "flex_bg size must be a power of 2"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003970msgstr "flex_bg Größe muss eine Zweierpotenz sein"
Philipp Thomas720e6362008-06-21 14:06:00 -04003971
Philipp Thomas68801282008-07-17 11:47:00 -04003972#: misc/mke2fs.c:1219
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003973#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003974msgid "invalid inode ratio %s (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003975msgstr "Unzulässiges Inode-Verhältnis %s (Min %d/Max %d"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003976
Philipp Thomas68801282008-07-17 11:47:00 -04003977#: misc/mke2fs.c:1236
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003978msgid "in malloc for bad_blocks_filename"
3979msgstr "in malloc for bad_blocks_filename"
3980
Philipp Thomas68801282008-07-17 11:47:00 -04003981#: misc/mke2fs.c:1245
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003982#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003983msgid "invalid reserved blocks percent - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003984msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003985
Philipp Thomas68801282008-07-17 11:47:00 -04003986#: misc/mke2fs.c:1263
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003987#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003988msgid "bad revision level - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003989msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003990
Philipp Thomas68801282008-07-17 11:47:00 -04003991#: misc/mke2fs.c:1275
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003992#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003993msgid "invalid inode size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003994msgstr "Unzulässige Inode-Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003995
Philipp Thomas68801282008-07-17 11:47:00 -04003996#: misc/mke2fs.c:1295
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003997#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003998msgid "bad num inodes - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003999msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004000
Philipp Thomas68801282008-07-17 11:47:00 -04004001#: misc/mke2fs.c:1356 misc/mke2fs.c:1999
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004002#, c-format
4003msgid "while trying to open journal device %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004004msgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004005
Philipp Thomas68801282008-07-17 11:47:00 -04004006#: misc/mke2fs.c:1362
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004007#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004008msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004009msgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004010
Philipp Thomas68801282008-07-17 11:47:00 -04004011#: misc/mke2fs.c:1368
4012#, c-format
4013msgid "Using journal device's blocksize: %d\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004014msgstr "Verwende die Blockgrösse des Geräts: %d\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004015
4016#: misc/mke2fs.c:1377
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004017#, c-format
4018msgid "%d-byte blocks too big for system (max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004019msgstr "%d-Byte Blöcke zu groß für das System (max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004020
Philipp Thomas68801282008-07-17 11:47:00 -04004021#: misc/mke2fs.c:1381
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004022#, c-format
Philipp Thomas68801282008-07-17 11:47:00 -04004023msgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004024msgstr "Warnung: %d-byte Blöcke sind zu groß für das System (max %d), fahre dennoch fort\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004025
Philipp Thomas68801282008-07-17 11:47:00 -04004026#: misc/mke2fs.c:1389
Philipp Thomas720e6362008-06-21 14:06:00 -04004027#, c-format
4028msgid "invalid blocks count - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004029msgstr "ungültige Anzahl Blöcke - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004030
Philipp Thomas68801282008-07-17 11:47:00 -04004031#: misc/mke2fs.c:1399
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004032msgid "filesystem"
4033msgstr "Dateisystem"
4034
Philipp Thomas68801282008-07-17 11:47:00 -04004035#: misc/mke2fs.c:1421
4036#, c-format
4037msgid ""
4038"%s: Size of device %s too big to be expressed in 32 bits\n"
4039"\tusing a blocksize of %d.\n"
4040msgstr ""
4041"%s: Größe von Gerät %s lässt sich in 32 Bits nicht darstellen\n"
4042"\teine Blockgröße von %d wird verwendet.\n"
4043
4044#: misc/mke2fs.c:1429 resize/main.c:366
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004045msgid "while trying to determine filesystem size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004046msgstr "beim Bestimmen der Dateisystemgröße"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004047
Philipp Thomas68801282008-07-17 11:47:00 -04004048#: misc/mke2fs.c:1435
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004049msgid ""
4050"Couldn't determine device size; you must specify\n"
4051"the size of the filesystem\n"
4052msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004053"Konnte die Gerätegröße nicht ermitteln. Geben\n"
4054"Sie die Größe des Dateisystems an\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004055
Philipp Thomas68801282008-07-17 11:47:00 -04004056#: misc/mke2fs.c:1442
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004057msgid ""
4058"Device size reported to be zero. Invalid partition specified, or\n"
4059"\tpartition table wasn't reread after running fdisk, due to\n"
4060"\ta modified partition being busy and in use. You may need to reboot\n"
4061"\tto re-read your partition table.\n"
4062msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004063"Zurückgegebene Gerätegröße ist gleich null. Unvollständige Partition\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004064"\tangegeben oder die Partitionstabelle wurde nach einem fdisk-Lauf\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004065"\tnicht wieder eingelesen, weil eine veränderte Partition in Gebrauch\n"
4066"\tund gesperrt ist. Sie könnten gezwungen sein, neu zu booten, um die\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004067"\tPartitionstabelle neu einzulesen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004068
Philipp Thomas68801282008-07-17 11:47:00 -04004069#: misc/mke2fs.c:1460
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004070msgid "Filesystem larger than apparent device size."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004071msgstr "Dateisystem ist größer als augenscheinlich das Gerät selbst."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004072
Philipp Thomas68801282008-07-17 11:47:00 -04004073#: misc/mke2fs.c:1466
Philipp Thomas720e6362008-06-21 14:06:00 -04004074#, c-format
4075msgid "Failed to parse fs types list\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004076msgstr "Analyse der Liste von Dateisystemen war nicht möglich\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004077
Philipp Thomas68801282008-07-17 11:47:00 -04004078#: misc/mke2fs.c:1502
4079msgid "fs_types for mke2fs.conf resolution: "
Philipp Thomas9564ee52008-08-22 03:22:50 -04004080msgstr "fs_types für mke2fs.conf Lösung: "
Philipp Thomas68801282008-07-17 11:47:00 -04004081
4082#: misc/mke2fs.c:1509
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004083#, c-format
4084msgid "Filesystem features not supported with revision 0 filesystems\n"
4085msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004086"Dateisystem-Eigenschaften werden für Dateisysteme der Revision 0 nicht\n"
4087"\tunterstützt\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004088
Philipp Thomas68801282008-07-17 11:47:00 -04004089#: misc/mke2fs.c:1516
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004090#, c-format
4091msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4092msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004093"Verteilte Superblöcke werden für Dateisysteme der Revision 0 nicht\n"
4094"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004095
Philipp Thomas68801282008-07-17 11:47:00 -04004096#: misc/mke2fs.c:1528
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004097#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004098msgid "Journals not supported with revision 0 filesystems\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004099msgstr "Journale werden für Dateisysteme der Revision 0 nicht unterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004100
Philipp Thomas68801282008-07-17 11:47:00 -04004101#: misc/mke2fs.c:1546
Philipp Thomas720e6362008-06-21 14:06:00 -04004102#, c-format
4103msgid ""
4104"The resize_inode and meta_bg features are not compatible.\n"
4105"They can not be both enabled simultaneously.\n"
4106msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004107"Die Eigenschaften resize_inode und meta_bg sind nicht kompatibel.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004108"Sie können nicht gleichzeitig aktiviert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004109
Philipp Thomas68801282008-07-17 11:47:00 -04004110#: misc/mke2fs.c:1563
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004111msgid "while trying to determine hardware sector size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004112msgstr "beim Ermitteln der Hardware-Sektorgröße"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004113
Philipp Thomas68801282008-07-17 11:47:00 -04004114#: misc/mke2fs.c:1621
Theodore Ts'obc759702005-05-09 20:40:55 -04004115msgid "reserved online resize blocks not supported on non-sparse filesystem"
4116msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004117"Für Online-Grössenänderungen reservierte Blöcke werden auf Dateisystemen\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004118"\tohne Unterstützung für Lückenkompression nicht unterstützt"
Theodore Ts'obc759702005-05-09 20:40:55 -04004119
Philipp Thomas68801282008-07-17 11:47:00 -04004120#: misc/mke2fs.c:1630
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004121msgid "blocks per group count out of range"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004122msgstr "Anzahl der Blöcke pro Gruppe ausserhaalb des gültigen Bereichs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004123
Philipp Thomas68801282008-07-17 11:47:00 -04004124#: misc/mke2fs.c:1645
Philipp Thomas720e6362008-06-21 14:06:00 -04004125msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004126msgstr "Eigenschaft flex_bg wurde nicht aktiviert, daher darf flex_bg Grösse nicht angegeben werden"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004127
Philipp Thomas68801282008-07-17 11:47:00 -04004128#: misc/mke2fs.c:1657
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004129#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004130msgid "invalid inode size %d (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004131msgstr "ungültige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004132
Philipp Thomas68801282008-07-17 11:47:00 -04004133#: misc/mke2fs.c:1671
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004134#, c-format
4135msgid "too many inodes (%llu), raise inode ratio?"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004136msgstr "zu viele Inodes (%llu), Inode-Verhältnis erhöhen?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004137
Philipp Thomas68801282008-07-17 11:47:00 -04004138#: misc/mke2fs.c:1676
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004139#, c-format
4140msgid "too many inodes (%llu), specify < 2^32 inodes"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004141msgstr "zu viele Inodes (%llu), sie müssen weniger als 2^32 Inodes angeben"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004142
Philipp Thomas68801282008-07-17 11:47:00 -04004143#: misc/mke2fs.c:1691
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004144#, c-format
4145msgid ""
4146"inode_size (%u) * inodes_count (%u) too big for a\n"
4147"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
4148"\tor lower inode count (-N).\n"
4149msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004150"inode_size (%u) * inodes_count (%u) is zu gross für ein\n"
4151"\tDateisystem mit %lu Blöcken, geben Sie bitte entweder ein höheres\n"
4152"\tinode_ratio (-i) oder eine niedrigere Anzahl an Inodes (-N) an.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004153
Philipp Thomas68801282008-07-17 11:47:00 -04004154#: misc/mke2fs.c:1788 misc/tune2fs.c:1384
4155#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004156msgid "while trying to delete %s"
Philipp Thomas68801282008-07-17 11:47:00 -04004157msgstr "beim Versuch, %s zu löschen"
Philipp Thomas720e6362008-06-21 14:06:00 -04004158
Philipp Thomas68801282008-07-17 11:47:00 -04004159#: misc/mke2fs.c:1797
Philipp Thomas720e6362008-06-21 14:06:00 -04004160#, c-format
4161msgid ""
4162"Overwriting existing filesystem; this can be undone using the command:\n"
4163" e2undo %s %s\n"
4164"\n"
4165msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004166"Überschreibe das bestehende Dateisystem; dies kann rückgängig gemacht werden\n"
4167"durch den Befehl:\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004168" e2undo %s %s\n"
4169"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004170
Philipp Thomas68801282008-07-17 11:47:00 -04004171#: misc/mke2fs.c:1843
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004172msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004173msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004174
Philipp Thomas68801282008-07-17 11:47:00 -04004175#: misc/mke2fs.c:1883
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004176#, c-format
4177msgid "unknown os - %s"
4178msgstr "unbekanntes OS - %s"
4179
Philipp Thomas68801282008-07-17 11:47:00 -04004180#: misc/mke2fs.c:1937
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004181msgid "while trying to allocate filesystem tables"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004182msgstr "beim Zuordnen von Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004183
Philipp Thomas68801282008-07-17 11:47:00 -04004184#: misc/mke2fs.c:1968
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004185#, c-format
4186msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004187msgstr "beim Nullen von Block %u am Ende des Dateisystems"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004188
Philipp Thomas68801282008-07-17 11:47:00 -04004189#: misc/mke2fs.c:1981
Theodore Ts'obc759702005-05-09 20:40:55 -04004190msgid "while reserving blocks for online resize"
4191msgstr "beim Lesen des Bad-Block-Inodes"
4192
Philipp Thomas68801282008-07-17 11:47:00 -04004193#: misc/mke2fs.c:1992 misc/tune2fs.c:475
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004194msgid "journal"
4195msgstr "Journal"
4196
Philipp Thomas68801282008-07-17 11:47:00 -04004197#: misc/mke2fs.c:2004
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004198#, c-format
4199msgid "Adding journal to device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004200msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004201
Philipp Thomas68801282008-07-17 11:47:00 -04004202#: misc/mke2fs.c:2011
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004203#, c-format
4204msgid ""
4205"\n"
4206"\twhile trying to add journal to device %s"
4207msgstr ""
4208"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004209"\tbeim Erstellen des Journals auf Gerät %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004210
Philipp Thomas68801282008-07-17 11:47:00 -04004211#: misc/mke2fs.c:2016 misc/mke2fs.c:2042 misc/tune2fs.c:503 misc/tune2fs.c:517
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004212#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004213msgid "done\n"
4214msgstr "erledigt\n"
4215
Philipp Thomas68801282008-07-17 11:47:00 -04004216#: misc/mke2fs.c:2030
4217#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004218msgid "Creating journal (%u blocks): "
Philipp Thomas68801282008-07-17 11:47:00 -04004219msgstr "Erstelle Journal (%u Blöcke): "
Philipp Thomas720e6362008-06-21 14:06:00 -04004220
Philipp Thomas68801282008-07-17 11:47:00 -04004221#: misc/mke2fs.c:2047
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004222#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004223msgid "Writing superblocks and filesystem accounting information: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004224msgstr "Schreibe Superblöcke und Dateisystem-Accountinginformationen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004225
Philipp Thomas68801282008-07-17 11:47:00 -04004226#: misc/mke2fs.c:2052
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004227#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004228msgid ""
4229"\n"
4230"Warning, had trouble writing out superblocks."
4231msgstr ""
4232"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004233"Warnung: Probleme beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004234
Philipp Thomas68801282008-07-17 11:47:00 -04004235#: misc/mke2fs.c:2055
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004236#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004237msgid ""
4238"done\n"
4239"\n"
4240msgstr ""
4241"erledigt\n"
4242"\n"
4243
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004244#: misc/mklost+found.c:49
4245#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004246msgid "Usage: mklost+found\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004247msgstr "Aufruf: mklost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004248
Philipp Thomas720e6362008-06-21 14:06:00 -04004249#: misc/partinfo.c:28
4250#, c-format
4251msgid "%s failed for %s: %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004252msgstr "%s ist für %s gescheitert: %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004253
4254#: misc/partinfo.c:45
Philipp Thomasa700f512008-08-29 08:49:57 -04004255#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004256msgid ""
4257"Usage: %s device...\n"
4258"\n"
4259"Prints out thepartition information for each given device.\n"
4260msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004261"Aufruf: %s Gerät...\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004262"\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004263"Gibt Informationen über die Partitionen jedes angegebenen Gerätes aus.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004264
4265#: misc/partinfo.c:55
4266msgid "open"
Philipp Thomas68801282008-07-17 11:47:00 -04004267msgstr "offen"
Philipp Thomas720e6362008-06-21 14:06:00 -04004268
4269#: misc/partinfo.c:60
4270msgid "HDIO_GETGEO ioctl"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004271msgstr "HDIO_GETGEO Ioctl"
Philipp Thomas720e6362008-06-21 14:06:00 -04004272
4273#: misc/partinfo.c:67
4274msgid "BLKGETSIZE ioctl"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004275msgstr "BLKGETSIZE Ioctl"
Philipp Thomas720e6362008-06-21 14:06:00 -04004276
Philipp Thomas68801282008-07-17 11:47:00 -04004277#: misc/tune2fs.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004278msgid "Please run e2fsck on the filesystem.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004279msgstr "Bitte e2fsck über das Dateisystem laufen lassen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004280
Philipp Thomas68801282008-07-17 11:47:00 -04004281#: misc/tune2fs.c:101
4282#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004283msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004284"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004285"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4286"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4287"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004288"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004289"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4290"\t[ -I new_inode_size ] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004291msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004292"Aufruf: %s [-c max-Anzahl-Mounts] [-e Fehler-Verhalten] [-g Gruppe]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004293"\t[-i Intervall[d|m|w]] [-j] [-J Journal-Optionen] [-l]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004294"\t[-m reservierte_Blöcke_Prozent] [-o [^]Einhäng_Optionen[,...]]\n"
4295"\t[-r Anzahl_reservierte_Blöcke] [-u Benutzer] [-C Anzahl_Einhängen]\n"
4296"\t[-L Volume_Label] [-M letztes_eingehängtes_Verzeichnis]\n"
4297"\t[-O [^]Eigenschaft[,...]] [-E erweiterte-Option[,...]]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004298"\t[-T letzter_Prüfzeitpunkt] [-U UUID] [-I neue_Inodegrösse] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004299
Philipp Thomas68801282008-07-17 11:47:00 -04004300#: misc/tune2fs.c:185
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004301msgid "while trying to open external journal"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004302msgstr "beim Öffnen des externen Journals"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004303
Philipp Thomas68801282008-07-17 11:47:00 -04004304#: misc/tune2fs.c:189
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004305#, c-format
4306msgid "%s is not a journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004307msgstr "%s ist kein Journal-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004308
Philipp Thomas68801282008-07-17 11:47:00 -04004309#: misc/tune2fs.c:204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004310msgid "Journal superblock not found!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004311msgstr "Journal-Superblock nicht gefunden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004312
Philipp Thomas68801282008-07-17 11:47:00 -04004313#: misc/tune2fs.c:216
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004314msgid "Filesystem's UUID not found on journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004315msgstr "UUID des Dateisystems auf Journal-Gerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004316
Philipp Thomas68801282008-07-17 11:47:00 -04004317#: misc/tune2fs.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004318msgid "Journal NOT removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004319msgstr "Journal NICHT gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004320
Philipp Thomas68801282008-07-17 11:47:00 -04004321#: misc/tune2fs.c:243
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004322msgid "Journal removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004323msgstr "Journal gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004324
Philipp Thomas68801282008-07-17 11:47:00 -04004325#: misc/tune2fs.c:283
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004326msgid "while reading bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004327msgstr "beim Lesen von Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004328
Philipp Thomas68801282008-07-17 11:47:00 -04004329#: misc/tune2fs.c:291
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004330msgid "while clearing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004331msgstr "beim Bereinigen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004332
Philipp Thomas68801282008-07-17 11:47:00 -04004333#: misc/tune2fs.c:302
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004334msgid "while writing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004335msgstr "beim Schreiben des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004336
Philipp Thomas68801282008-07-17 11:47:00 -04004337#: misc/tune2fs.c:317
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004338#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004339msgid "Invalid mount option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004340msgstr "Ungültige Einhänge-Option gesetzt: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004341
Philipp Thomas68801282008-07-17 11:47:00 -04004342#: misc/tune2fs.c:353
Theodore Ts'o8f741372008-02-28 21:47:05 -05004343#, c-format
4344msgid "Clearing filesystem feature '%s' not supported.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004345msgstr "Das Zurücksetzen von Dateisystem-Eigenschaft »%s« wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004346
Philipp Thomas68801282008-07-17 11:47:00 -04004347#: misc/tune2fs.c:359
Philipp Thomas67671422008-05-14 18:42:45 -04004348#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004349msgid "Setting filesystem feature '%s' not supported.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004350msgstr "Das Setzen der Dateisystem-Eigenschaft »%s« wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004351
Philipp Thomas68801282008-07-17 11:47:00 -04004352#: misc/tune2fs.c:368
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004353msgid ""
Philipp Thomas68801282008-07-17 11:47:00 -04004354"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004355"unmounted or mounted read-only.\n"
4356msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004357"Die has_jounal Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
4358"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004359
Philipp Thomas68801282008-07-17 11:47:00 -04004360#: misc/tune2fs.c:376
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004361msgid ""
4362"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4363"the has_journal flag.\n"
4364msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004365"Das needs_recovery Flag ist gesetzt. Bitte starten sie e2fsck vor\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004366"der Zurücksetzung des has_journal Flags.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004367
Philipp Thomas68801282008-07-17 11:47:00 -04004368#: misc/tune2fs.c:410
Philipp Thomas720e6362008-06-21 14:06:00 -04004369msgid ""
4370"Clearing the flex_bg flag would cause the the filesystem to be\n"
4371"inconsistent.\n"
4372msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004373"Das Zurücksetzen der Kennung flex_bg würde das Dateisystem inkonsistent\n"
4374"machen.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004375
Philipp Thomas68801282008-07-17 11:47:00 -04004376#: misc/tune2fs.c:421
4377msgid ""
4378"The huge_file feature may only be cleared when the filesystem is\n"
4379"unmounted or mounted read-only.\n"
4380msgstr ""
4381"Die huge_file Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
4382"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
4383
4384#: misc/tune2fs.c:449
4385#, c-format
4386msgid "(and reboot afterwards!)\n"
4387msgstr "(und hinterher das System neu starten!)\n"
4388
4389#: misc/tune2fs.c:470
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004390msgid "The filesystem already has a journal.\n"
4391msgstr "Das Dateisystem hat schon ein Journal.\n"
4392
Philipp Thomas68801282008-07-17 11:47:00 -04004393#: misc/tune2fs.c:487
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004394#, c-format
4395msgid ""
4396"\n"
4397"\twhile trying to open journal on %s\n"
4398msgstr ""
4399"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004400"\tbeim Öffnen des Journals auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004401
Philipp Thomas68801282008-07-17 11:47:00 -04004402#: misc/tune2fs.c:491
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004403#, c-format
4404msgid "Creating journal on device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004405msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004406
Philipp Thomas68801282008-07-17 11:47:00 -04004407#: misc/tune2fs.c:499
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004408#, c-format
4409msgid "while adding filesystem to journal on %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004410msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004411
Philipp Thomas68801282008-07-17 11:47:00 -04004412#: misc/tune2fs.c:505
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004413msgid "Creating journal inode: "
Philipp Thomasa700f512008-08-29 08:49:57 -04004414msgstr "Erstelle Journal-Inode: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004415
Philipp Thomas68801282008-07-17 11:47:00 -04004416#: misc/tune2fs.c:514
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004417msgid ""
4418"\n"
4419"\twhile trying to create journal file"
4420msgstr ""
4421"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004422"\tbeim Erstellen der Journaldatei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004423
Philipp Thomas68801282008-07-17 11:47:00 -04004424#: misc/tune2fs.c:581
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004425#, c-format
4426msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004427msgstr "Konnte Datum/Zeit nicht parsen: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004428
Philipp Thomas68801282008-07-17 11:47:00 -04004429#: misc/tune2fs.c:606 misc/tune2fs.c:619
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004430#, c-format
4431msgid "bad mounts count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004432msgstr "Ungültiger Mounts-Zähler - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004433
Philipp Thomas68801282008-07-17 11:47:00 -04004434#: misc/tune2fs.c:635
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004435#, c-format
4436msgid "bad error behavior - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004437msgstr "ungültiges Fehler-Verhalten - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004438
Philipp Thomas68801282008-07-17 11:47:00 -04004439#: misc/tune2fs.c:662
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004440#, c-format
4441msgid "bad gid/group name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004442msgstr "ungültige(r) GID oder Gruppenname - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004443
Philipp Thomas68801282008-07-17 11:47:00 -04004444#: misc/tune2fs.c:695
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004445#, c-format
4446msgid "bad interval - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004447msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004448
Philipp Thomas68801282008-07-17 11:47:00 -04004449#: misc/tune2fs.c:723
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004450#, c-format
4451msgid "bad reserved block ratio - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004452msgstr "ungültiges Reservierte-Blöcke-Verhältnis - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004453
Philipp Thomas68801282008-07-17 11:47:00 -04004454#: misc/tune2fs.c:738
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004455msgid "-o may only be specified once"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004456msgstr "-o darf nur eimal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004457
Philipp Thomas68801282008-07-17 11:47:00 -04004458#: misc/tune2fs.c:748
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004459msgid "-O may only be specified once"
4460msgstr "-O darf nur eimal angegeben werden"
4461
Philipp Thomas68801282008-07-17 11:47:00 -04004462#: misc/tune2fs.c:758
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004463#, c-format
4464msgid "bad reserved blocks count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004465msgstr "ungültige Anzahl von reservierten Blöcken - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004466
Philipp Thomas68801282008-07-17 11:47:00 -04004467#: misc/tune2fs.c:787
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004468#, c-format
4469msgid "bad uid/user name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004470msgstr "ungültige(r) UID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004471
Philipp Thomas68801282008-07-17 11:47:00 -04004472#: misc/tune2fs.c:804
4473#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004474msgid "bad inode size - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004475msgstr "Unzulässige Inodegröße - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004476
Philipp Thomas68801282008-07-17 11:47:00 -04004477#: misc/tune2fs.c:811
Philipp Thomas720e6362008-06-21 14:06:00 -04004478#, c-format
4479msgid "Inode size must be a power of two- %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004480msgstr "Inodegrösse muss eine Zweierpotenz sein- %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004481
Philipp Thomas68801282008-07-17 11:47:00 -04004482#: misc/tune2fs.c:898
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004483#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004484msgid "Invalid RAID stride: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004485msgstr "Ungültiger RAID Stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004486
Philipp Thomas68801282008-07-17 11:47:00 -04004487#: misc/tune2fs.c:913
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004488#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004489msgid "Invalid RAID stripe-width: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004490msgstr "Ungültige RAID Stripe-Breite: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004491
Philipp Thomas68801282008-07-17 11:47:00 -04004492#: misc/tune2fs.c:923
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004493#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004494msgid ""
4495"\n"
4496"Bad options specified.\n"
4497"\n"
4498"Extended options are separated by commas, and may take an argument which\n"
4499"\tis set off by an equals ('=') sign.\n"
4500"\n"
4501"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004502"\tstride=<RAID per-disk chunk size in blocks>\n"
4503"\tstripe-width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004504"\ttest_fs\n"
4505"\t^test_fs\n"
4506msgstr ""
4507"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004508"Falsche Optionen angegeben.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004509"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004510"Erweiterte Optionen werden mit Kommatas getrennt angegeben und benötigen\n"
4511"\teventuell ein Argument, welches mit Gleichheitszeichen (»=«)\n"
4512"\tzugewiesenwird.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004513"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004514"Gültige erweiterte Optionen sind:\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004515"\tstride=<RAID Segmentgrösse pro PLatte in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004516"\tstripe-width=<RAID Stride*Datenplatten in Blöcken>\n"
4517"\ttest_fs\n"
4518"\t^test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004519
Philipp Thomas68801282008-07-17 11:47:00 -04004520#: misc/tune2fs.c:1296
Philipp Thomas720e6362008-06-21 14:06:00 -04004521#, c-format
4522msgid "New inode size too small\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004523msgstr "Neue Inodegrösse ist zu klein\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004524
Philipp Thomas68801282008-07-17 11:47:00 -04004525#: misc/tune2fs.c:1316 resize/resize2fs.c:658
Philipp Thomas720e6362008-06-21 14:06:00 -04004526msgid "blocks to be moved"
4527msgstr "zu verschiebende Blöcke"
4528
Philipp Thomas68801282008-07-17 11:47:00 -04004529#: misc/tune2fs.c:1393
Philipp Thomas720e6362008-06-21 14:06:00 -04004530#, c-format
4531msgid ""
4532"To undo the tune2fs operations please run the command\n"
4533" undoe2fs %s %s\n"
4534"\n"
4535msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004536"Um die Aktionen von tune2fs rückgängig zu machen, starten Sie bitte den\n"
4537"Befehl\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004538" undoe2fs %s %s\n"
4539"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004540
Philipp Thomas68801282008-07-17 11:47:00 -04004541#: misc/tune2fs.c:1474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004542#, c-format
4543msgid "Setting maximal mount count to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004544msgstr "Setze die maximale Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004545
Philipp Thomas68801282008-07-17 11:47:00 -04004546#: misc/tune2fs.c:1480
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004547#, c-format
4548msgid "Setting current mount count to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004549msgstr "Setze die derzeitige Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004550
Philipp Thomas68801282008-07-17 11:47:00 -04004551#: misc/tune2fs.c:1485
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004552#, c-format
4553msgid "Setting error behavior to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004554msgstr "Setze das Fehler-Verhalten auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004555
Philipp Thomas68801282008-07-17 11:47:00 -04004556#: misc/tune2fs.c:1490
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004557#, c-format
4558msgid "Setting reserved blocks gid to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004559msgstr "Setze die GID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004560
Philipp Thomas68801282008-07-17 11:47:00 -04004561#: misc/tune2fs.c:1495
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004562#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004563msgid "Setting interval between checks to %lu seconds\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004564msgstr "Setze das Intervall zwischen Checks auf %lu Sekunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004565
Philipp Thomas68801282008-07-17 11:47:00 -04004566#: misc/tune2fs.c:1501
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004567#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004568msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004569msgstr "Setze den Prozentsatz reservierter Böcke auf %g%% (%u Blöcke)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004570
Philipp Thomas68801282008-07-17 11:47:00 -04004571#: misc/tune2fs.c:1507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004572#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004573msgid "reserved blocks count is too big (%lu)"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004574msgstr "Anzahl der reservierten Blöcke ist zu gross (%lu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004575
Philipp Thomas68801282008-07-17 11:47:00 -04004576#: misc/tune2fs.c:1513
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004577#, c-format
4578msgid "Setting reserved blocks count to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004579msgstr "Setze die Anzahl der reservierten Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004580
Philipp Thomas68801282008-07-17 11:47:00 -04004581#: misc/tune2fs.c:1519
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004582msgid ""
4583"\n"
4584"The filesystem already has sparse superblocks.\n"
4585msgstr ""
4586"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004587"Das Dateisystem hat bereits verteilte Superblöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004588
Philipp Thomas68801282008-07-17 11:47:00 -04004589#: misc/tune2fs.c:1526
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004590#, c-format
4591msgid ""
4592"\n"
4593"Sparse superblock flag set. %s"
4594msgstr ""
4595"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004596"Kennzeichen für verteilten Superblock gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004597
Philipp Thomas68801282008-07-17 11:47:00 -04004598#: misc/tune2fs.c:1531
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004599msgid ""
4600"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004601"Clearing the sparse superflag not supported.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004602msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004603"\n"
4604"Das Zurücksetzen des Kennzeichens für »verteilter Superblock« wird nicht\n"
4605"\tunterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004606
Philipp Thomas68801282008-07-17 11:47:00 -04004607#: misc/tune2fs.c:1538
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004608#, c-format
4609msgid "Setting time filesystem last checked to %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004610msgstr "Setze die Zeit des letzten Dateisystemchecks auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004611
Philipp Thomas68801282008-07-17 11:47:00 -04004612#: misc/tune2fs.c:1544
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004613#, c-format
4614msgid "Setting reserved blocks uid to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004615msgstr "Setze die UID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004616
Philipp Thomas68801282008-07-17 11:47:00 -04004617#: misc/tune2fs.c:1579
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004618msgid "Invalid UUID format\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004619msgstr "Ungültiges UUID Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004620
Philipp Thomas68801282008-07-17 11:47:00 -04004621#: misc/tune2fs.c:1586
Philipp Thomas720e6362008-06-21 14:06:00 -04004622msgid "The inode size may only be changed when the filesystem is unmounted.\n"
4623msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004624"Die Grösse der Inodes kann nur geändert werden, wenn das Dateisystem\n"
4625"nicht eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004626
Philipp Thomas68801282008-07-17 11:47:00 -04004627#: misc/tune2fs.c:1597
Philipp Thomas720e6362008-06-21 14:06:00 -04004628msgid ""
4629"Error in resizing the inode size.\n"
4630"Run undoe2fs to undo the file system changes. \n"
4631msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004632"Fehler beim Verändern der Inodegrösse.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004633"Starten Sie undoe2fs um die Änderungen am Dateisystem rückgängig zu machen. \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004634
Philipp Thomas68801282008-07-17 11:47:00 -04004635#: misc/tune2fs.c:1601
4636#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004637msgid "Setting inode size %lu\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004638msgstr "Setze Inode-Größe auf %lu\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004639
Philipp Thomas68801282008-07-17 11:47:00 -04004640#: misc/tune2fs.c:1611
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004641#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004642msgid "Setting stride size to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004643msgstr "Setze Stride-Größe auf %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004644
Philipp Thomas68801282008-07-17 11:47:00 -04004645#: misc/tune2fs.c:1616
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004646#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004647msgid "Setting stripe width to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004648msgstr "Setze die Stripe-Breite auf %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004649
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004650#: misc/util.c:72
4651msgid "Proceed anyway? (y,n) "
Theodore Ts'o3e5ffd82008-05-12 09:51:17 -04004652msgstr "Trotzdem fortsetzen? (j,n) "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004653
4654#: misc/util.c:93
4655#, c-format
4656msgid "Could not stat %s --- %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004657msgstr "Status für %s konnte nicht ermittelt werden --- %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004658
4659#: misc/util.c:96
4660msgid ""
4661"\n"
4662"The device apparently does not exist; did you specify it correctly?\n"
4663msgstr ""
4664"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004665"Das Gerät existiert offensichtlich nicht; haben Sie es richtig angegeben?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004666
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004667#: misc/util.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004668#, c-format
4669msgid "%s is not a block special device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004670msgstr "%s ist kein spezielles Block-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004671
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004672#: misc/util.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004673#, c-format
4674msgid "%s is entire device, not just one partition!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004675msgstr "%s ist das ganze Gerät, nicht nur eine Partition!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004676
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004677#: misc/util.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004678msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004679msgstr "mke2fs trotzdem erzwungen. Hoffentlich ist /etc/mtab ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004680
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004681#: misc/util.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004682#, c-format
4683msgid "will not make a %s here!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004684msgstr "werde dort kein %s erstellen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004685
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004686#: misc/util.c:170
4687msgid "mke2fs forced anyway.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004688msgstr "mke2fs wird sowieso erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004689
4690#: misc/util.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004691msgid "Couldn't allocate memory to parse journal options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004692msgstr "Konnte keinen Speicher zur Analyse der Journal-Optionen anfordern!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004693
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004694#: misc/util.c:228
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004695msgid ""
4696"\n"
4697"Bad journal options specified.\n"
4698"\n"
4699"Journal options are separated by commas, and may take an argument which\n"
4700"\tis set off by an equals ('=') sign.\n"
4701"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004702"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004703"\tsize=<journal size in megabytes>\n"
4704"\tdevice=<journal device>\n"
4705"\n"
4706"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4707"\n"
4708msgstr ""
4709"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004710"Ungültioge Journal-Optionen angegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004711"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004712"Journal-Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
4713"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004714"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004715"Gültige Journal-Optionen sind:\n"
4716"\tsize=<Journalgröße in Megabytes>\n"
4717"\tdevice=<Journal-Gerät>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004718"\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004719"Die Grösse des Journals muss zwischen 1024 und 102400 Dateisystem-Blöcken\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004720"\tliegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004721"\n"
4722
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004723#: misc/util.c:258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004724msgid ""
4725"\n"
4726"Filesystem too small for a journal\n"
4727msgstr ""
4728"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004729"Das Dateisystem ist zu klein für ein Journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004730
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004731#: misc/util.c:265
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004732#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004733msgid ""
4734"\n"
4735"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004736"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004737msgstr ""
4738"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004739"Die angegebene Journalgröße beträgt %d Blöcke. Sie muss aber zwischen\n"
4740"1024 und 102400 Dateisystem-Blöcken liegen. Abbruch! \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004741
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004742#: misc/util.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004743msgid ""
4744"\n"
4745"Journal size too big for filesystem.\n"
4746msgstr ""
4747"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004748"Das Journal ist zu groß für dieses Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004749
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004750#: misc/util.c:283
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004751#, c-format
4752msgid ""
4753"This filesystem will be automatically checked every %d mounts or\n"
4754"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4755msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004756"Das Dateisystem wird automatisch nach jeweils %d Einhäng-Vorgängen bzw.\n"
4757"alle %g Tage überprüft, je nachdem, was zuerst eintritt. Veränderbar mit\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004758"tune2fs -c oder -t .\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004759
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004760#: misc/uuidgen.c:31
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004761#, c-format
4762msgid "Usage: %s [-r] [-t]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004763msgstr "Aufruf: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004764
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004765#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004766msgid "# Extent dump:\n"
4767msgstr "# Extent dump:\n"
4768
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004769#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004770#, c-format
4771msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4772msgstr "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4773
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004774#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004775#, c-format
4776msgid "#\t\t %u -> %u (%d)\n"
4777msgstr "#\t\t %u -> %u (%d)\n"
4778
Theodore Ts'o6956f612005-12-31 16:46:15 -05004779#: resize/main.c:39
Philipp Thomas68801282008-07-17 11:47:00 -04004780#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004781msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04004782"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004783"\n"
4784msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004785"Aufruf: %s [-d Debug_Optionen] [-f] [-F] [-M] [-P] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004786"\n"
4787
Theodore Ts'o6956f612005-12-31 16:46:15 -05004788#: resize/main.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004789msgid "Extending the inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004790msgstr "Vergrößere die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004791
Theodore Ts'o6956f612005-12-31 16:46:15 -05004792#: resize/main.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004793msgid "Relocating blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004794msgstr "Verteile die Blöcke neu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004795
Theodore Ts'o6956f612005-12-31 16:46:15 -05004796#: resize/main.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004797msgid "Scanning inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004798msgstr "Prüfe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004799
Theodore Ts'o6956f612005-12-31 16:46:15 -05004800#: resize/main.c:70
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004801msgid "Updating inode references"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004802msgstr "Aktualisiere die Inode-Referenzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004803
Theodore Ts'o6956f612005-12-31 16:46:15 -05004804#: resize/main.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004805msgid "Moving inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004806msgstr "Verschiebe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004807
Theodore Ts'o6956f612005-12-31 16:46:15 -05004808#: resize/main.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004809msgid "Unknown pass?!?"
4810msgstr "Unbekannter Durchgang?!?"
4811
Theodore Ts'o6956f612005-12-31 16:46:15 -05004812#: resize/main.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004813#, c-format
4814msgid "Begin pass %d (max = %lu)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004815msgstr "Start von Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004816
Philipp Thomas720e6362008-06-21 14:06:00 -04004817#: resize/main.c:261
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004818#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004819msgid "while opening %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004820msgstr "beim Öffnen von %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004821
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004822# c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004823#: resize/main.c:273
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004824#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004825msgid "while getting stat information for %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004826msgstr "beim Ermitteln der Statusinformation für %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004827
Philipp Thomas720e6362008-06-21 14:06:00 -04004828#: resize/main.c:332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004829#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004830msgid ""
4831"%s: The combination of flex_bg and\n"
4832"\t!resize_inode features is not supported by resize2fs.\n"
4833msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04004834"%s: Die Kombination der Eigenschaften flex_bg und\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004835"t!resize_inode wird von resize2fs nicht unterestützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004836
Philipp Thomas720e6362008-06-21 14:06:00 -04004837#: resize/main.c:340
4838#, c-format
4839msgid "Estimated minimum size of the filesystem: %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004840msgstr "Geschätzte minimale Grösse des Dateisystems: %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004841
4842#: resize/main.c:384
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004843msgid "Invalid stride length"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004844msgstr "Ungültige Stride-Länge"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004845
Philipp Thomas720e6362008-06-21 14:06:00 -04004846#: resize/main.c:408
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004847#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004848msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004849"The containing partition (or device) is only %u (%dk) blocks.\n"
4850"You requested a new size of %u blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004851"\n"
4852msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004853"Die Partition (oder das Gerät) ist nur %u (%dk) Blöcke groß.\n"
4854"Die gewünschte Größe war %u Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004855"\n"
4856
Philipp Thomas720e6362008-06-21 14:06:00 -04004857#: resize/main.c:415
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004858#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004859msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004860"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004861"\n"
4862msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004863"Das Dateisystem ist schon %u Blöcke groß. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004864"\n"
4865
Philipp Thomas720e6362008-06-21 14:06:00 -04004866#: resize/main.c:426
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004867#, c-format
4868msgid ""
4869"Please run 'e2fsck -f %s' first.\n"
4870"\n"
4871msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004872"Bitte zuerst »e2fsck -f %s« laufen lassen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004873"\n"
4874
Philipp Thomas720e6362008-06-21 14:06:00 -04004875#: resize/main.c:437
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004876#, c-format
4877msgid "while trying to resize %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004878msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004879
Philipp Thomas720e6362008-06-21 14:06:00 -04004880#: resize/main.c:442
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004881#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004882msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004883"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004884"\n"
4885msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004886"Das Dateisystem auf %s ist nun %u Blöcke groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004887"\n"
4888
Philipp Thomas720e6362008-06-21 14:06:00 -04004889#: resize/online.c:37
4890#, c-format
4891msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004892msgstr "Das Dateisystem auf %s ist auf %s eingehängt; Online-Grössenveränderung nötig\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004893
4894#: resize/online.c:41
Philipp Thomas68801282008-07-17 11:47:00 -04004895#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004896msgid "On-line shrinking from %u to %u not supported.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004897msgstr "Die Online-Verkleinerung von %u auf %u wird nicht unterstützt.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004898
4899#: resize/online.c:61
Philipp Thomas720e6362008-06-21 14:06:00 -04004900msgid "Filesystem does not support online resizing"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004901msgstr "Das Dateisystem unterstützt keine Online-Grössenveränderung"
Philipp Thomas720e6362008-06-21 14:06:00 -04004902
4903#: resize/online.c:68
Philipp Thomas68801282008-07-17 11:47:00 -04004904#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004905msgid "while trying to open mountpoint %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004906msgstr "beim Versuch, Einhängpunkt %s zu öffnen"
Philipp Thomas720e6362008-06-21 14:06:00 -04004907
4908#: resize/online.c:76
4909msgid "Permission denied to resize filesystem"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004910msgstr "Zugriff verweigert für die Grössenänderung des Dateisystems"
Philipp Thomas720e6362008-06-21 14:06:00 -04004911
4912#: resize/online.c:79
Philipp Thomas720e6362008-06-21 14:06:00 -04004913msgid "Kernel does not support online resizing"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004914msgstr "Der Kernel unterstützt die Online-Vergrösserung nicht"
Philipp Thomas720e6362008-06-21 14:06:00 -04004915
4916#: resize/online.c:82
Philipp Thomas720e6362008-06-21 14:06:00 -04004917msgid "While checking for on-line resizing support"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004918msgstr "Beim Überprüfen, ob Online-Vergrösserung unterstützt wird"
Philipp Thomas720e6362008-06-21 14:06:00 -04004919
4920#: resize/online.c:100
4921#, c-format
4922msgid "Performing an on-line resize of %s to %u (%dk) blocks.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004923msgstr "Führe eine Online-Grössenänderung von %s auf %u (%dk) Blöcke durch.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004924
4925#: resize/online.c:110
Philipp Thomas720e6362008-06-21 14:06:00 -04004926msgid "While trying to extend the last group"
Philipp Thomas68801282008-07-17 11:47:00 -04004927msgstr "Beim Versuch, die letzte Gruppe zu erweitern"
Philipp Thomas720e6362008-06-21 14:06:00 -04004928
4929#: resize/online.c:169
Philipp Thomas68801282008-07-17 11:47:00 -04004930#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004931msgid "While trying to add group #%d"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004932msgstr "Beim Versuch, Gruppe %d hinzu zu fügen"
Philipp Thomas720e6362008-06-21 14:06:00 -04004933
4934#: resize/online.c:180
Philipp Thomasa700f512008-08-29 08:49:57 -04004935#, c-format
Philipp Thomas68801282008-07-17 11:47:00 -04004936msgid "Filesystem at %s is mounted on %s, and on-line resizing isnot supported on this system.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004937msgstr "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 -04004938
4939#: resize/resize2fs.c:236
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004940#, c-format
4941msgid "inodes (%llu) must be less than %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004942msgstr "Die Anzahl der Indoes (%llu) muss unter %u liegen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004943
Philipp Thomas68801282008-07-17 11:47:00 -04004944#: resize/resize2fs.c:653
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004945msgid "reserved blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004946msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004947
Philipp Thomas68801282008-07-17 11:47:00 -04004948#: resize/resize2fs.c:663
Theodore Ts'obc759702005-05-09 20:40:55 -04004949msgid "meta-data blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004950msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004951
Philipp Thomas68801282008-07-17 11:47:00 -04004952#: resize/resize2fs.c:1574
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004953#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004954msgid "Should never happen: resize inode corrupt!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004955msgstr "Das sollte niemals passieren: Die zu verändernde Inode ist defekt!\n"