blob: cdfed7bac70c8ce88969b049d9729fa2c5935dca [file] [log] [blame]
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001# Übertragung von e2fsprogs ins Deutsche.
2# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
3# Olaf Klemke <olke@users.sourceforge.net>, 2002.
4# Marc Langer <marc@marclanger.de>, 2003.
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006#. The strings in e2fsck's problem.c can be very hard to translate,
7#. since the strings are expanded in two different ways. First of all,
8#. there is an @-expansion, where strings like "@i" are expanded to
9#. "inode", and so on. In order to make it easier for translators, the
10#. e2fsprogs po template file has been enhanced with comments that show
11#. the @-expansion, for the strings in the problem.c file.
12#.
13#. Translators are free to use the @-expansion facility if they so
14#. choose, by providing translations for strings in e2fsck/message.c.
15#. These translation can completely replace an expansion; for example,
16#. if "bblock" (which indicated that "@b" would be expanded to "block")
17#. is translated as "ddatenverlust", then "@d" will be expanded to
18#. "datenverlust". Alternatively, translators can simply not use the
19#. @-expansion facility at all.
20#.
21#. The second expansion which is done for e2fsck's problem.c messages is
22#. a dynamic %-expansion, which expands %i as an inode number, and so
23#. on. A table of these expansions can be found below. Note that
24#. %-expressions that begin with "%D" and "%I" are two-character
25#. expansions; so for example, "%Iu" expands to the inode's user id
26#. ownership field (inode->i_uid).
27#.
28#. %b <blk> block number
29#. %B <blkcount> integer
30#. %c <blk2> block number
31#. %Di <dirent> -> ino inode number
32#. %Dn <dirent> -> name string
33#. %Dr <dirent> -> rec_len
34#. %Dl <dirent> -> name_len
35#. %Dt <dirent> -> filetype
36#. %d <dir> inode number
37#. %g <group> integer
38#. %i <ino> inode number
39#. %Is <inode> -> i_size
40#. %IS <inode> -> i_extra_isize
41#. %Ib <inode> -> i_blocks
42#. %Il <inode> -> i_links_count
43#. %Im <inode> -> i_mode
44#. %IM <inode> -> i_mtime
45#. %IF <inode> -> i_faddr
46#. %If <inode> -> i_file_acl
47#. %Id <inode> -> i_dir_acl
48#. %Iu <inode> -> i_uid
49#. %Ig <inode> -> i_gid
50#. %j <ino2> inode number
51#. %m <com_err error message>
52#. %N <num>
53#. %p ext2fs_get_pathname of directory <ino>
54#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
55#. the containing directory. (If dirent is NULL
56#. then return the pathname of directory <ino2>)
57#. %q ext2fs_get_pathname of directory <dir>
58#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
59#. the containing directory.
60#. %s <str> miscellaneous string
61#. %S backup superblock
62#. %X <num> hexadecimal format
63#.
Theodore Ts'oa2328c92002-10-30 23:26:03 -050064msgid ""
65msgstr ""
66"Project-Id-Version: e2fsprogs-1.28\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050067"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -050068"POT-Creation-Date: 2007-12-05 19:25-0500\n"
69"PO-Revision-Date: 2007-12-05 15:25+0100\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050070"Last-Translator: Marc Langer <marc@marclanger.de>\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -050071"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050072"MIME-Version: 1.0\n"
73"Content-Type: text/plain; charset=ISO-8859-15\n"
74"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050075"Plural-Forms: nplurals=2; plural=(n != 1);\n"
76
Theodore Ts'o851bcf32007-07-08 12:09:40 -040077#: e2fsck/badblocks.c:22 misc/mke2fs.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -050078#, c-format
79msgid "Bad block %u out of range; ignored.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050080msgstr "Bad block %u außerhalb des gültigen Bereichs; ignoriert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050081
82#: e2fsck/badblocks.c:45
83msgid "while sanity checking the bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050084msgstr "während der logischen Prüfung des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050085
86#: e2fsck/badblocks.c:57
87msgid "while reading the bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050088msgstr "während des Lesens des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050089
Theodore Ts'oa04eba32003-05-03 16:35:17 -040090#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o7527ef12007-12-05 19:35:20 -050091#: e2fsck/unix.c:991 e2fsck/unix.c:1074 misc/badblocks.c:1025
Theodore Ts'o851bcf32007-07-08 12:09:40 -040092#: misc/badblocks.c:1033 misc/badblocks.c:1047 misc/badblocks.c:1059
Theodore Ts'o7527ef12007-12-05 19:35:20 -050093#: misc/dumpe2fs.c:400 misc/e2image.c:570 misc/e2image.c:663
94#: misc/e2image.c:679 misc/mke2fs.c:172 misc/tune2fs.c:776 resize/main.c:296
Theodore Ts'oa2328c92002-10-30 23:26:03 -050095#, c-format
96msgid "while trying to open %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050097msgstr "beim Versuch, %s zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050098
99#: e2fsck/badblocks.c:82
100#, c-format
101msgid "while trying popen '%s'"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500102msgstr "beim Versuch, '%s' mittels 'popen' zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500103
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400104#: e2fsck/badblocks.c:93 misc/mke2fs.c:179
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500105msgid "while reading in list of bad blocks from file"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500106msgstr "beim Lesen der 'Bad Block'-Liste aus der Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500107
108#: e2fsck/badblocks.c:103
109msgid "while updating bad block inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500110msgstr "beim Updaten des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500111
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500112#: e2fsck/badblocks.c:129
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500113#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400114msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500115msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500116"Warnung: nicht zulässigen Block %u im 'Bad Blocks'-Inode gefunden! "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500117"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. "
122msgstr "Lesefehler - Block %lu (%s) während %s "
123
124#: e2fsck/ehandler.c:56
125#, c-format
126msgid "Error reading block %lu (%s). "
127msgstr "Lesefehler - Block %lu (%s) "
128
129#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
130msgid "Ignore error"
131msgstr "Ignoriere Fehler"
132
133#: e2fsck/ehandler.c:60
134msgid "Force rewrite"
135msgstr "Rückschreiben erzwingen"
136
137#: e2fsck/ehandler.c:100
138#, c-format
139msgid "Error writing block %lu (%s) while %s. "
140msgstr "Schreibfehler - Block %lu (%s) während %s "
141
142#: e2fsck/ehandler.c:103
143#, c-format
144msgid "Error writing block %lu (%s). "
145msgstr "Schreibfehler - Block %lu (%s) "
146
147#: e2fsck/emptydir.c:56
148msgid "empty dirblocks"
149msgstr "leere Verzeichnisblöcke"
150
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"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500163msgstr "%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"
168msgstr "Blockanzahl nicht zulässig!\n"
169
170#: e2fsck/extend.c:49
171#, c-format
172msgid "Couldn't allocate block buffer (size=%d)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500173msgstr "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"
178msgstr "Verwendung: %s Laufwerk\n"
179
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"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500183msgstr "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"
188msgstr "Verwendung: %s [-F] [-I inode_buffer_blocks] Gerät\n"
189
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500190#: e2fsck/iscan.c:83 e2fsck/unix.c:786
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500191#, c-format
192msgid "while opening %s for flushing"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500193msgstr "beim Öffnen von %s für die Puffer-Leerung."
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500194
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500195#: e2fsck/iscan.c:88 e2fsck/unix.c:792 resize/main.c:274
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500196#, c-format
197msgid "while trying to flush %s"
198msgstr "während des Rückschreibeversuches auf %s."
199
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500200#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:479
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
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500204#: e2fsck/iscan.c:129 misc/e2image.c:497
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500205msgid "while getting next inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500206msgstr "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"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500211msgstr "%u Inodes gescannt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500212
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500213#: e2fsck/journal.c:501
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500214msgid "reading journal superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500215msgstr "Lese Journal-Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500216
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500217#: e2fsck/journal.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500218#, c-format
219msgid "%s: no valid journal superblock found\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500220msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500221
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500222#: e2fsck/journal.c:567
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500223#, c-format
224msgid "%s: journal too short\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500225msgstr "%s: Das Journal ist zu kurz.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500226
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500227#: e2fsck/journal.c:841
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
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500232#: e2fsck/journal.c:843
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
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500237#: e2fsck/journal.c:864
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500238#, c-format
239msgid "while trying to re-open %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500240msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500241
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400242#: e2fsck/message.c:109
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500243msgid "aextended attribute"
244msgstr "aerweiterte Eigenschaft"
245
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400246#: e2fsck/message.c:110
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
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400250#: e2fsck/message.c:111
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500251msgid "bblock"
252msgstr "bBlock"
253
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400254#: e2fsck/message.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500255msgid "Bbitmap"
256msgstr "BBitmap"
257
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400258#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500259msgid "ccompress"
260msgstr "ckomprimieren"
261
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400262#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500263msgid "Cconflicts with some other fs @b"
264msgstr "CKonflikte mit anderen Dateisystemen @b"
265
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400266#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500267msgid "iinode"
268msgstr "iInode"
269
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400270#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500271msgid "Iillegal"
272msgstr "Inicht zulässig"
273
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400274#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500275msgid "jjournal"
276msgstr "jJournal"
277
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400278#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500279msgid "Ddeleted"
280msgstr "Dgelöscht"
281
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400282#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500283msgid "ddirectory"
284msgstr "dVerzeichnis"
285
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400286#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500287msgid "eentry"
288msgstr "eEintrag"
289
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400290#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500291msgid "E@e '%Dn' in %p (%i)"
292msgstr "E@e '%Dn' in %p (%i)"
293
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400294#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500295msgid "ffilesystem"
296msgstr "fDateisystem"
297
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400298#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500299msgid "Ffor @i %i (%Q) is"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500300msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500301
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400302#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500303msgid "ggroup"
304msgstr "gGruppe"
305
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400306#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500307msgid "hHTREE @d @i"
308msgstr "hHTREE @d @i"
309
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400310#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500311msgid "llost+found"
312msgstr "llost+found"
313
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400314#: e2fsck/message.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500315msgid "Lis a link"
316msgstr "List ein Link"
317
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400318#: e2fsck/message.c:128
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400319msgid "mmultiply-claimed"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500320msgstr "mmehrfach beanspruchte"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400321
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400322#: e2fsck/message.c:129
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400323msgid "ninvalid"
324msgstr ""
325
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400326#: e2fsck/message.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500327msgid "oorphaned"
328msgstr "overwaist"
329
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400330#: e2fsck/message.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500331msgid "pproblem in"
332msgstr "pProblem in"
333
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400334#: e2fsck/message.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500335msgid "rroot @i"
336msgstr "rRoot @i"
337
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400338#: e2fsck/message.c:133
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500339msgid "sshould be"
340msgstr "ssollte sein"
341
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400342#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500343msgid "Ssuper@b"
344msgstr "SSuper@b"
345
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400346#: e2fsck/message.c:135
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
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400350#: e2fsck/message.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500351msgid "vdevice"
352msgstr "vGerät"
353
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400354#: e2fsck/message.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500355msgid "zzero-length"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500356msgstr "zNull-Länge"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500357
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400358#: e2fsck/message.c:148
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500359msgid "<The NULL inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500360msgstr "<Der NULL Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500361
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400362#: e2fsck/message.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500363msgid "<The bad blocks inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500364msgstr "<Der 'Bad Blocks'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500365
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400366#: e2fsck/message.c:151
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500367msgid "<The ACL index inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500368msgstr "<Der 'ACL Index'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500369
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400370#: e2fsck/message.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500371msgid "<The ACL data inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500372msgstr "<Der 'ACL Data'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500373
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400374#: e2fsck/message.c:153
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500375msgid "<The boot loader inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500376msgstr "<Der 'Boot Loader'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500377
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400378#: e2fsck/message.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500379msgid "<The undelete directory inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500380msgstr "<Der 'undelete directory'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500381
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400382#: e2fsck/message.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500383msgid "<The group descriptor inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500384msgstr "<Des 'group descriptor'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500385
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400386#: e2fsck/message.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500387msgid "<The journal inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500388msgstr "<Der Journal-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500389
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400390#: e2fsck/message.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500391msgid "<Reserved inode 9>"
392msgstr "<Der reservierte Inode 9>"
393
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400394#: e2fsck/message.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500395msgid "<Reserved inode 10>"
396msgstr "<Der reservierte Inode 10>"
397
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400398#: e2fsck/message.c:314
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500399#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400400msgid "regular file"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500401msgstr "nomrmale Datei"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400402
403#: e2fsck/message.c:316
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500404#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400405msgid "directory"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500406msgstr "Verzeichnis"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400407
408#: e2fsck/message.c:318
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500409#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400410msgid "character device"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500411msgstr "zeichenorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400412
413#: e2fsck/message.c:320
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500414#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400415msgid "block device"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500416msgstr "blockorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400417
418#: e2fsck/message.c:322
419#, c-format
420msgid "named pipe"
421msgstr ""
422
423#: e2fsck/message.c:324
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500424#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400425msgid "symbolic link"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500426msgstr "symbolische Verknüpfung"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400427
428#: e2fsck/message.c:326
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500429#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400430msgid "socket"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500431msgstr " Socket"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400432
433#: e2fsck/message.c:328
434#, c-format
435msgid "unknown file type with mode 0%o"
436msgstr ""
437
438#: e2fsck/pass1b.c:215
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500439msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500440msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500441
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400442#: e2fsck/pass1b.c:566 e2fsck/pass1b.c:703
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500443#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500444msgid "internal error; can't find dup_blk for %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500445msgstr "interner Fehler; dup_blk für %u nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500446
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400447#: e2fsck/pass1b.c:746
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500448msgid "returned from clone_file_block"
449msgstr "zurückgegeben von clone_file_block"
450
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400451#: e2fsck/pass1b.c:765
452#, fuzzy, c-format
453msgid "internal error: couldn't lookup EA block record for %u"
454msgstr "interner Fehler; dup_blk für %d nicht gefunden\n"
455
456#: e2fsck/pass1b.c:777
457#, fuzzy, c-format
458msgid "internal error: couldn't lookup EA inode record for %u"
459msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
460
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500461#: e2fsck/pass1.c:404 e2fsck/pass2.c:779
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400462#, fuzzy
463msgid "reading directory block"
464msgstr "lese indirekte Blöcke von Inode %u"
465
466#: e2fsck/pass1.c:521
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500467msgid "in-use inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500468msgstr "'in-use inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500469
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400470#: e2fsck/pass1.c:530
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500471msgid "directory inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500472msgstr "'directory inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500473
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400474#: e2fsck/pass1.c:538
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500475msgid "regular file inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500476msgstr "'regular file inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500477
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400478#: e2fsck/pass1.c:545
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500479msgid "in-use block map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500480msgstr "'in-use block'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500481
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400482#: e2fsck/pass1.c:599
483#, fuzzy
484msgid "opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500485msgstr "Inode-Scan"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500486
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400487#: e2fsck/pass1.c:623
488#, fuzzy
489msgid "getting next inode from scan"
490msgstr "beim Laden des nächsten Inodes"
491
492#: e2fsck/pass1.c:1016
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500493msgid "Pass 1"
494msgstr "Durchgang 1"
495
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400496#: e2fsck/pass1.c:1075
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500497#, c-format
498msgid "reading indirect blocks of inode %u"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500499msgstr "lese indirekte Blöcke von Inode %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500500
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400501#: e2fsck/pass1.c:1117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500502msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500503msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500504
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400505#: e2fsck/pass1.c:1139
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500506msgid "inode in bad block map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500507msgstr "Inode in 'Bad Blocks'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500508
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400509#: e2fsck/pass1.c:1159
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500510msgid "imagic inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500511msgstr "i'magic inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500512
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400513#: e2fsck/pass1.c:1186
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500514msgid "multiply claimed block map"
515msgstr "multiply claimed block map"
516
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400517#: e2fsck/pass1.c:1285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500518msgid "ext attr block map"
519msgstr "ext attr block map"
520
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500521#: e2fsck/pass1.c:2072
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500522msgid "block bitmap"
523msgstr "block bitmap"
524
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500525#: e2fsck/pass1.c:2076
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500526msgid "inode bitmap"
527msgstr "inode bitmap"
528
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500529#: e2fsck/pass1.c:2080
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500530msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500531msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500532
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500533#: e2fsck/pass2.c:292
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500534msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400535msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500536
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400537#: e2fsck/pass3.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500538msgid "inode done bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500539msgstr "'inode done'-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500540
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400541#: e2fsck/pass3.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500542msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500543msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500544
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400545#: e2fsck/pass3.c:145
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500546msgid "Pass 3"
547msgstr "Durchgang 3"
548
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400549#: e2fsck/pass3.c:333
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500550msgid "inode loop detection bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500551msgstr "'inode loop detection'-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500552
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400553#: e2fsck/pass4.c:176
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500554msgid "Pass 4"
555msgstr "Durchgang 4"
556
557#: e2fsck/pass5.c:70
558msgid "Pass 5"
559msgstr "Durchgang 5"
560
Theodore Ts'obc759702005-05-09 20:40:55 -0400561#: e2fsck/problem.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500562msgid "(no prompt)"
563msgstr "(nicht interaktiv)"
564
Theodore Ts'obc759702005-05-09 20:40:55 -0400565#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500566msgid "Fix"
567msgstr "Repariere"
568
Theodore Ts'obc759702005-05-09 20:40:55 -0400569#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500570msgid "Clear"
571msgstr "Bereinige"
572
Theodore Ts'obc759702005-05-09 20:40:55 -0400573#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500574msgid "Relocate"
575msgstr "Zurücksetzen"
576
Theodore Ts'obc759702005-05-09 20:40:55 -0400577#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500578msgid "Allocate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500579msgstr "Gebe frei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500580
Theodore Ts'obc759702005-05-09 20:40:55 -0400581#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500582msgid "Expand"
583msgstr "Erweitere"
584
Theodore Ts'obc759702005-05-09 20:40:55 -0400585#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500586msgid "Connect to /lost+found"
587msgstr "Verbinde nach /lost+found"
588
Theodore Ts'obc759702005-05-09 20:40:55 -0400589#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500590msgid "Create"
591msgstr "Erstelle"
592
Theodore Ts'obc759702005-05-09 20:40:55 -0400593#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500594msgid "Salvage"
595msgstr "Rette"
596
Theodore Ts'obc759702005-05-09 20:40:55 -0400597#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500598msgid "Truncate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500599msgstr "Verkürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500600
Theodore Ts'obc759702005-05-09 20:40:55 -0400601#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500602msgid "Clear inode"
603msgstr "Bereinige Inode"
604
Theodore Ts'obc759702005-05-09 20:40:55 -0400605#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500606msgid "Abort"
607msgstr "Abbrechen"
608
Theodore Ts'obc759702005-05-09 20:40:55 -0400609#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500610msgid "Split"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500611msgstr "Aufsplitten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500612
Theodore Ts'obc759702005-05-09 20:40:55 -0400613#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500614msgid "Continue"
615msgstr "Fortsetzen"
616
Theodore Ts'obc759702005-05-09 20:40:55 -0400617#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400618#, fuzzy
619msgid "Clone multiply-claimed blocks"
620msgstr "multiply claimed block map"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500621
Theodore Ts'obc759702005-05-09 20:40:55 -0400622#: e2fsck/problem.c:65
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500623msgid "Delete file"
624msgstr "Lösche Datei"
625
Theodore Ts'obc759702005-05-09 20:40:55 -0400626#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500627msgid "Suppress messages"
628msgstr "Ausgaben unterdrücken"
629
Theodore Ts'obc759702005-05-09 20:40:55 -0400630#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500631msgid "Unlink"
632msgstr "Unlink"
633
Theodore Ts'obc759702005-05-09 20:40:55 -0400634#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500635msgid "Clear HTree index"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500636msgstr "Bereinige HTree-Index"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500637
Theodore Ts'obc759702005-05-09 20:40:55 -0400638#: e2fsck/problem.c:69
639#, fuzzy
640msgid "Recreate"
641msgstr "Zurücksetzen"
642
643#: e2fsck/problem.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500644msgid "(NONE)"
645msgstr "(NICHTS)"
646
Theodore Ts'obc759702005-05-09 20:40:55 -0400647#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500648msgid "FIXED"
649msgstr "REPARIERT"
650
Theodore Ts'obc759702005-05-09 20:40:55 -0400651#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500652msgid "CLEARED"
653msgstr "BEREINIGT"
654
Theodore Ts'obc759702005-05-09 20:40:55 -0400655#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500656msgid "RELOCATED"
657msgstr "ZURÜCKGESETZT"
658
Theodore Ts'obc759702005-05-09 20:40:55 -0400659#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500660msgid "ALLOCATED"
661msgstr "FREIGEGEBEN"
662
Theodore Ts'obc759702005-05-09 20:40:55 -0400663#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500664msgid "EXPANDED"
665msgstr "ERWEITERT"
666
Theodore Ts'obc759702005-05-09 20:40:55 -0400667#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500668msgid "RECONNECTED"
669msgstr "WIEDER VERBUNDEN"
670
Theodore Ts'obc759702005-05-09 20:40:55 -0400671#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500672msgid "CREATED"
673msgstr "ANGELEGT"
674
Theodore Ts'obc759702005-05-09 20:40:55 -0400675#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500676msgid "SALVAGED"
677msgstr "GERETTET"
678
Theodore Ts'obc759702005-05-09 20:40:55 -0400679#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500680msgid "TRUNCATED"
681msgstr "BEENDET"
682
Theodore Ts'obc759702005-05-09 20:40:55 -0400683#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500684msgid "INODE CLEARED"
685msgstr "INODE BEREINIGT"
686
Theodore Ts'obc759702005-05-09 20:40:55 -0400687#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500688msgid "ABORTED"
689msgstr "ABGEBROCHEN"
690
Theodore Ts'obc759702005-05-09 20:40:55 -0400691#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500692msgid "SPLIT"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500693msgstr "ABGESPALTET"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500694
Theodore Ts'obc759702005-05-09 20:40:55 -0400695#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500696msgid "CONTINUING"
697msgstr "SETZE FORT"
698
Theodore Ts'obc759702005-05-09 20:40:55 -0400699#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400700#, fuzzy
701msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500702msgstr "DOPPELTE/DEFEKTE BLÖCKE DUPLIZIERT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500703
Theodore Ts'obc759702005-05-09 20:40:55 -0400704#: e2fsck/problem.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500705msgid "FILE DELETED"
706msgstr "DATEI GELÖSCHT"
707
Theodore Ts'obc759702005-05-09 20:40:55 -0400708#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500709msgid "SUPPRESSED"
710msgstr "UNTERDRÜCKT"
711
Theodore Ts'obc759702005-05-09 20:40:55 -0400712#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500713msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500714msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500715
Theodore Ts'obc759702005-05-09 20:40:55 -0400716#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500717msgid "HTREE INDEX CLEARED"
718msgstr "HTREE INDEX BEREINIGT"
719
Theodore Ts'obc759702005-05-09 20:40:55 -0400720#: e2fsck/problem.c:97
721#, fuzzy
722msgid "WILL RECREATE"
723msgstr "ANGELEGT"
724
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400725#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400726#: e2fsck/problem.c:106
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500727msgid "@b @B for @g %g is not in @g. (@b %b)\n"
728msgstr "@b @B für @g %g ist nicht in @g. (@b %b)\n"
729
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400730#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400731#: e2fsck/problem.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500732msgid "@i @B for @g %g is not in @g. (@b %b)\n"
733msgstr "@i @B für @g %g ist nicht in @g. (@b %b)\n"
734
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400735#. @-expanded: inode table for group %g is not in group. (block %b)\n
736#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400737#: e2fsck/problem.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500738msgid ""
739"@i table for @g %g is not in @g. (@b %b)\n"
740"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
741msgstr ""
742"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500743"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500744
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400745#. @-expanded: \n
746#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
747#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
748#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
749#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
750#. @-expanded: e2fsck -b %S <device>\n
751#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400752#: e2fsck/problem.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500753#, c-format
754msgid ""
755"\n"
756"The @S could not be read or does not describe a correct ext2\n"
757"@f. If the @v is valid and it really contains an ext2\n"
758"@f (and not swap or ufs or something else), then the @S\n"
759"is corrupt, and you might try running e2fsck with an alternate @S:\n"
760" e2fsck -b %S <@v>\n"
761"\n"
762msgstr ""
763"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500764"@S ist unlesbar bzw. beschreibt kein gültiges ext2\n"
765"@f. Wenn @v gültig ist und ein ext2\n"
766"@f (kein swap oder ufs usw.) enthält, dann ist der @S\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500767"beschädigt, und sie könnten e2fsck mit einem anderen @S:\n"
768" e2fsck -b %S <@v>\n"
769"\n"
770
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400771#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
772#. @-expanded: The physical size of the device is %c blocks\n
773#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400774#: e2fsck/problem.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500775msgid ""
776"The @f size (according to the @S) is %b @bs\n"
777"The physical size of the @v is %c @bs\n"
778"Either the @S or the partition table is likely to be corrupt!\n"
779msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500780"Die @f Größe ( laut @S) ist %b @bs\n"
781"Die physikalische Größe von @v ist %c @bs\n"
782"Entweder der @S oder die Partionstabelle ist beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500783
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400784#. @-expanded: superblock block_size = %b, fragsize = %c.\n
785#. @-expanded: This version of e2fsck does not support fragment sizes different\n
786#. @-expanded: from the block size.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400787#: e2fsck/problem.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500788msgid ""
789"@S @b_size = %b, fragsize = %c.\n"
790"This version of e2fsck does not support fragment sizes different\n"
791"from the @b size.\n"
792msgstr ""
793"@S @b_size = %b, fragsize = %c.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500794"Diese Version von e2fsck unterstützt keine von @b-Größen verschiedene "
795"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
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400818#, fuzzy, 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 ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500827"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"
830"mit der Option '-b %S' zu starten. Das Problem könnte\n"
831"im primären Blockgruppenbezeichner liegen, und seine\n"
832"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"
838msgstr "Beschädigung gefunden in @S. (%s = %N).\n"
839
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"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500844msgstr "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
848#, fuzzy
849msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500850msgstr "@i Anzahl in @S ist %i, sollte %j sein.\n"
851
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400852#: e2fsck/problem.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500853msgid "The Hurd does not support the filetype feature.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500854msgstr "Der Hurd unterstützt das Dateityp-Feature nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500855
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400856#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
857#: e2fsck/problem.c:187
858#, fuzzy, c-format
859msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500860msgstr "@S hat einen defekten ext3 @j (@i %i).\n"
861
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400862#. @-expanded: External journal has multiple filesystem users (unsupported).\n
863#: e2fsck/problem.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500864msgid "External @j has multiple @f users (unsupported).\n"
865msgstr "Externer @j hat mehrere @f Nutzer (nicht unterstützt).\n"
866
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400867#. @-expanded: Can't find external journal\n
868#: e2fsck/problem.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500869msgid "Can't find external @j\n"
870msgstr "Kann kein externes @j finden.\n"
871
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400872#. @-expanded: External journal has bad superblock\n
873#: e2fsck/problem.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500874msgid "External @j has bad @S\n"
875msgstr "Externes @j hat ungültigen @S\n"
876
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400877#. @-expanded: External journal does not support this filesystem\n
878#: e2fsck/problem.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500879msgid "External @j does not support this @f\n"
880msgstr "Externes @j unterstützt nicht @f\n"
881
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400882#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
883#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
884#. @-expanded: format.\n
885#. @-expanded: It is also possible the journal superblock is corrupt.\n
886#: e2fsck/problem.c:212
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500887msgid ""
888"Ext3 @j @S is unknown type %N (unsupported).\n"
889"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
890"format.\n"
891"It is also possible the @j @S is corrupt.\n"
892msgstr ""
893"Ext3 @j @S ist eine unbekannter Type %N (nicht unterstützt).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500894"Es ist möglich, dass ihr e2fsck älter ist und/oder dieses @j Format nicht "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500895"unterstützt.\n"
896"Es ist ebenso möglich, dass @j @S defekt ist.\n"
897
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400898#. @-expanded: Ext3 journal superblock is corrupt.\n
899#: e2fsck/problem.c:220
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500900msgid "Ext3 @j @S is corrupt.\n"
901msgstr "Ext3 @j @S ist defekt.\n"
902
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400903#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
904#: e2fsck/problem.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500905#, c-format
906msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
907msgstr "@S hat kein has_@j Flag, aber ein ext3 @j %s.\n"
908
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400909#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
910#: e2fsck/problem.c:230
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500911msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500912msgstr "@S hat das ext3 'needs_recovery'-Flag gesetzt, aber kein @j.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500913
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400914#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
915#: e2fsck/problem.c:235
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400916msgid "ext3 recovery flag is clear, but @j has data.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500917msgstr "ext3 Recovery-Flag ist sauber, aber das @j enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500918
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400919#. @-expanded: Clear journal
920#: e2fsck/problem.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500921msgid "Clear @j"
922msgstr "Bereinige @j"
923
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400924#. @-expanded: Run journal anyway
925#: e2fsck/problem.c:245
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500926msgid "Run @j anyway"
927msgstr "Starte @j trotzdem"
928
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400929#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
930#: e2fsck/problem.c:250
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500931msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500932msgstr ""
933"Recovery-Flag in Backup @S nicht gesetzt, @j wird trotzdem gestartet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500934
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400935#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
936#: e2fsck/problem.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500937msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
938msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
939
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400940#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
941#: e2fsck/problem.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500942msgid "@I @b #%B (%b) found in @o @i %i.\n"
943msgstr "@I @b #%B (%b) gefunden in @o @i %i.\n"
944
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400945#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
946#: e2fsck/problem.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500947msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500948msgstr "bereits bereinigt @b #%B (%b) gefunden in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500949
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400950#. @-expanded: illegal orphaned inode %i in superblock.\n
951#: e2fsck/problem.c:270
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500952#, c-format
953msgid "@I @o @i %i in @S.\n"
954msgstr "@I @o @i %i in @S.\n"
955
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400956#. @-expanded: illegal inode %i in orphaned inode list.\n
957#: e2fsck/problem.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500958#, c-format
959msgid "@I @i %i in @o @i list.\n"
960msgstr "@I @i %i in @o @i Liste.\n"
961
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400962#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400963#: e2fsck/problem.c:280 e2fsck/problem.c:613
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400964msgid "@f has feature flag(s) set, but is a revision 0 @f. "
965msgstr ""
966
967#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
968#: e2fsck/problem.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500969msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
970msgstr "Ext3 @j @S hat ein unbekanntes Nur-Lesen-Flag gesetzt.\n"
971
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400972#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
973#: e2fsck/problem.c:290
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500974msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
975msgstr "Ext3 @j @S hat ein unbekanntes Inkompatibel-Flag gesetzt.\n"
976
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400977#. @-expanded: journal version not supported by this e2fsck.\n
978#: e2fsck/problem.c:295
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500979msgid "@j version not supported by this e2fsck.\n"
980msgstr "@j Version wird von diesem e2fsck nicht unterstützt.\n"
981
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400982#. @-expanded: Moving journal from /%s to hidden inode.\n
983#. @-expanded: \n
984#: e2fsck/problem.c:300
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500985#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500986msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400987"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500988"\n"
989msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500990"Verschiebe @j von /%s zum versteckten Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500991"\n"
992
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400993#. @-expanded: Error moving journal: %m\n
994#. @-expanded: \n
995#: e2fsck/problem.c:305
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500996#, c-format
997msgid ""
998"Error moving @j: %m\n"
999"\n"
1000msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001001"Fehler beim Verschieben von @j: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001002"\n"
1003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001004#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1005#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1006#. @-expanded: \n
1007#: e2fsck/problem.c:310
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001008msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001009"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001010"Clearing fields beyond the V1 @j @S...\n"
1011"\n"
1012msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001013"Fand ungültige V2 @j @S Felder (vom V1 Journal).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001014"Bereinige die Felder hinter V1 @j @S...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001015"\n"
1016
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001017#. @-expanded: Backing up journal inode block information.\n
1018#. @-expanded: \n
1019#: e2fsck/problem.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001020msgid ""
1021"Backing up @j @i @b information.\n"
1022"\n"
1023msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001024"Sichere @j @i @b Information.\n"
1025"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001026
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001027#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1028#. @-expanded: is %N; should be zero.
1029#: e2fsck/problem.c:321
Theodore Ts'obc759702005-05-09 20:40:55 -04001030msgid ""
1031"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1032"is %N; @s zero. "
1033msgstr ""
1034
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001035#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1036#: e2fsck/problem.c:327
1037msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001038msgstr ""
1039
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001040#. @-expanded: Resize inode not valid.
1041#: e2fsck/problem.c:332
Theodore Ts'obc759702005-05-09 20:40:55 -04001042msgid "Resize @i not valid. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001043msgstr ""
Theodore Ts'obc759702005-05-09 20:40:55 -04001044
Theodore Ts'o6956f612005-12-31 16:46:15 -05001045#. @-expanded: superblock last mount time is in the future.
1046#: e2fsck/problem.c:337
1047msgid "@S last mount time is in the future. "
1048msgstr ""
1049
1050#. @-expanded: superblock last write time is in the future.
1051#: e2fsck/problem.c:342
1052msgid "@S last write time is in the future. "
1053msgstr ""
1054
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001055#. @-expanded: superblock hint for external superblock should be %X.
1056#: e2fsck/problem.c:346
1057#, c-format
1058msgid "@S hint for external superblock @s %X. "
1059msgstr ""
1060
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001061#. @-expanded: Adding dirhash hint to filesystem.\n
1062#. @-expanded: \n
1063#: e2fsck/problem.c:351
1064msgid ""
1065"Adding dirhash hint to @f.\n"
1066"\n"
1067msgstr ""
1068
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001069#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001070#: e2fsck/problem.c:358
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001071msgid "Pass 1: Checking @is, @bs, and sizes\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001072msgstr "Durchgang 1: Prüfe @is, @bs, und Größen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001073
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001074#. @-expanded: root inode is not a directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001075#: e2fsck/problem.c:362
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001076msgid "@r is not a @d. "
1077msgstr "@r ist kein @d. "
1078
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001079#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001080#: e2fsck/problem.c:367
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001081msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001082msgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001083
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001084#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001085#: e2fsck/problem.c:372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001086msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001087msgstr "Reservierte @i %i (%Q) hat einen ungültigen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001088
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001089#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001090#: e2fsck/problem.c:377
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001091#, c-format
1092msgid "@D @i %i has zero dtime. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001093msgstr "@D @i %i hat \"zero dtime\". "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001095#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001096#: e2fsck/problem.c:382
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001097#, c-format
1098msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001099msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001100
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001101#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001102#: e2fsck/problem.c:387
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001103#, c-format
1104msgid "@i %i is a @z @d. "
1105msgstr "@i %i ist ein @z @d. "
1106
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001107#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001108#: e2fsck/problem.c:392
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001109msgid "@g %g's @b @B at %b @C.\n"
1110msgstr "@g %g's @b @B auf %b @C.\n"
1111
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001112#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001113#: e2fsck/problem.c:397
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001114msgid "@g %g's @i @B at %b @C.\n"
1115msgstr "@g %g's @i @B auf %b @C.\n"
1116
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001117#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001118#: e2fsck/problem.c:402
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001119msgid "@g %g's @i table at %b @C.\n"
1120msgstr "@g %g's @i Tabelle auf %b @C.\n"
1121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001122#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001123#: e2fsck/problem.c:407
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001124msgid "@g %g's @b @B (%b) is bad. "
1125msgstr "@g %g's @b @B (%b) ist ungültig. "
1126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001127#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001128#: e2fsck/problem.c:412
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001129msgid "@g %g's @i @B (%b) is bad. "
1130msgstr "@g %g's @i @B (%b) ist ungültig. "
1131
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001132#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001133#: e2fsck/problem.c:417
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001134msgid "@i %i, i_size is %Is, @s %N. "
1135msgstr "@i %i, i_size ist %Is, @s %N. "
1136
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001137#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001138#: e2fsck/problem.c:422
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001139msgid "@i %i, i_@bs is %Ib, @s %N. "
1140msgstr "@i %i, i_@bs ist %Ib, @s %N. "
1141
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001142#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001143#: e2fsck/problem.c:427
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001144msgid "@I @b #%B (%b) in @i %i. "
1145msgstr "@I @b #%B (%b) in @i %i. "
1146
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001147#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001148#: e2fsck/problem.c:432
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001149msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1150msgstr "@b #%B (%b) überlappt @f metadata in @i %i. "
1151
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001152#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001153#: e2fsck/problem.c:437
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001154#, c-format
1155msgid "@i %i has illegal @b(s). "
1156msgstr "@i %i hat unzulässigen @b(s). "
1157
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001158#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001159#: e2fsck/problem.c:442
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001160#, c-format
1161msgid "Too many illegal @bs in @i %i.\n"
1162msgstr "Zu viele unzulässige @bs in @i %i.\n"
1163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001164#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001165#: e2fsck/problem.c:447
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001166msgid "@I @b #%B (%b) in bad @b @i. "
1167msgstr "@I @b #%B (%b) in bad @b @i. "
1168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001169#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001170#: e2fsck/problem.c:452
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001171msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001172msgstr "Bad @b @i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001173
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001174#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001175#: e2fsck/problem.c:457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001176msgid "Duplicate or bad @b in use!\n"
1177msgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
1178
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001179#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001180#: e2fsck/problem.c:462
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001181msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001182msgstr "Bad @b %b benutzt als bad @b @i indirekt @b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001183
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001184#. @-expanded: \n
1185#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1186#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1187#. @-expanded: in the filesystem.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001188#: e2fsck/problem.c:467
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001189msgid ""
1190"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001191"The bad @b @i has probably been corrupted. You probably\n"
1192"should stop now and run e2fsck -c to scan for bad blocks\n"
1193"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001194msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001195"\n"
1196"Defekter @b @i ist wahrscheinlich beschädigt worden. Sie sollten\n"
1197"nun eher innehalten und »e2fsck -c« ausführen, um nach defekten\n"
1198"Blöcken in @f zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001200#. @-expanded: \n
1201#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001202#: e2fsck/problem.c:474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001203msgid ""
1204"\n"
1205"If the @b is really bad, the @f can not be fixed.\n"
1206msgstr ""
1207"\n"
1208"Wenn der @b wirklich defekt ist, kann der @f nicht repariert werden.\n"
1209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001210#. @-expanded: You can remove this block from the bad block list and hope\n
1211#. @-expanded: that the block is really OK. But there are no guarantees.\n
1212#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001213#: e2fsck/problem.c:479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001214#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001215msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001216"You can remove this @b from the bad @b list and hope\n"
1217"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001218"\n"
1219msgstr ""
1220"Sie können @b von der @b - Liste löschen \n"
1221"und hoffen das @b wirklich in Ordnung ist, es \n"
1222"gibt aber KEINE GARANTIEN.\n"
1223"\n"
1224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001225#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001226#: e2fsck/problem.c:485
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001227msgid "The primary @S (%b) is on the bad @b list.\n"
1228msgstr "Der primäre @S (%b) ist auf der bad @b Liste.\n"
1229
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001230#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001231#: e2fsck/problem.c:490
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001232msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001233msgstr "Block %b im primären Deskriptor @g ist auf der bad @b Liste\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001234
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001235#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001236#: e2fsck/problem.c:496
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001237msgid "Warning: Group %g's @S (%b) is bad.\n"
1238msgstr "Warnung: Gruppe %g's @S (%b) ist ungültig.\n"
1239
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001240#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001241#: e2fsck/problem.c:501
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001242msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001243msgstr "Warnung: Gruppe %g's Kopie vom Deskriptor @g hat einen bad @b (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001244
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001245#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001246#: e2fsck/problem.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001247msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1248msgstr "Programmfehler? @b #%b verlangt ohne Grund in process_bad_@b.\n"
1249
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001250#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001251#: e2fsck/problem.c:513
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001252msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1253msgstr "@A %N grenzt an @b(s) in @b @g %g for %s: %m\n"
1254
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001255#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001256#: e2fsck/problem.c:518
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001257#, c-format
1258msgid "@A @b buffer for relocating %s\n"
1259msgstr "@A @b Puffer zum Verschieben %s\n"
1260
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001261#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001262#: e2fsck/problem.c:523
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001263msgid "Relocating @g %g's %s from %b to %c...\n"
1264msgstr "Verschiebe @g %g's %s von %b nach %c...\n"
1265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001266#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001267#: e2fsck/problem.c:528
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001268#, c-format
1269msgid "Relocating @g %g's %s to %c...\n"
1270msgstr "Verschiebe @g %g's %s nach %c...\n"
1271
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001272#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001273#: e2fsck/problem.c:533
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001274msgid "Warning: could not read @b %b of %s: %m\n"
1275msgstr "Warnung: kann @b %b von %s: %m nicht lesen\n"
1276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001277#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001278#: e2fsck/problem.c:538
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001279msgid "Warning: could not write @b %b for %s: %m\n"
1280msgstr "Warnung: kann @b %b von %s: %m nicht schreiben\n"
1281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001282#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001283#: e2fsck/problem.c:543 e2fsck/problem.c:1280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001284msgid "@A @i @B (%N): %m\n"
1285msgstr "@A @i @B (%N): %m\n"
1286
1287#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001288#: e2fsck/problem.c:548
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001289msgid "@A @b @B (%N): %m\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001290msgstr "@A @b @B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001291
1292#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001293#: e2fsck/problem.c:553
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001294#, c-format
1295msgid "@A icount link information: %m\n"
1296msgstr "@A icount link information: %m\n"
1297
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001298#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001299#: e2fsck/problem.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001300#, c-format
1301msgid "@A @d @b array: %m\n"
1302msgstr "@A @d @b array: %m\n"
1303
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001304#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001305#: e2fsck/problem.c:563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001306#, c-format
1307msgid "Error while scanning @is (%i): %m\n"
1308msgstr "Fehler während der Suche @is (%i): %m\n"
1309
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001310#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001311#: e2fsck/problem.c:568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001312#, c-format
1313msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001314msgstr "Fehler beim Iterieren über @bs in @i %i: %m\n"
1315
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001316#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001317#: e2fsck/problem.c:573
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001318msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001319msgstr ""
1320"Fehler beim Speichern von @i count Informationen (@i=%i, count=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001321
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001322#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001323#: e2fsck/problem.c:578
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001324msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001325msgstr "Fehler beim Speichern @d @b Informationen (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001326
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001327#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001328#: e2fsck/problem.c:584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001329#, c-format
1330msgid "Error reading @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001331msgstr "Fehler beim Lesen von @i %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001332
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001333#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001334#: e2fsck/problem.c:592
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001335#, c-format
1336msgid "@i %i has imagic flag set. "
1337msgstr "@i %i hat Imagic-Flag gesetzt. "
1338
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001339#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1340#. @-expanded: or append-only flag set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001341#: e2fsck/problem.c:597
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001342#, c-format
1343msgid ""
1344"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1345"or append-only flag set. "
1346msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001347"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001348"oder append-only Flag gesetzt. "
1349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001350#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001351#: e2fsck/problem.c:603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001352#, c-format
1353msgid "@i %i has @cion flag set on @f without @cion support. "
1354msgstr "@i %i hat @cion Flag gesetzt auf @f ohne @cion Unterstützung. "
1355
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001356#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001357#: e2fsck/problem.c:608
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001358#, fuzzy, c-format
1359msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1360msgstr ""
1361"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
1362"oder append-only Flag gesetzt. "
1363
1364#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001365#: e2fsck/problem.c:618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001366#, fuzzy
1367msgid "@j @i is not in use, but contains data. "
1368msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
1369
1370#. @-expanded: journal is not regular file.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001371#: e2fsck/problem.c:623
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001372msgid "@j is not regular file. "
1373msgstr "@j ist keine reguläre Datei. "
1374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001375#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001376#: e2fsck/problem.c:628
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001377#, fuzzy, c-format
1378msgid "@i %i was part of the @o @i list. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001379msgstr "@i %i war Teil der orphaned @i Liste. "
1380
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001381#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001382#: e2fsck/problem.c:634
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001383msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001384msgstr "@is, die Teile einer defekten Liste mit verwaisten Links waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001385
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001386#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001387#: e2fsck/problem.c:639
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001388#, fuzzy
1389msgid "@A refcount structure (%N): %m\n"
1390msgstr "@A icount structure: %m\n"
1391
1392#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001393#: e2fsck/problem.c:644
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001394msgid "Error reading @a @b %b for @i %i. "
1395msgstr "Fehler beim Lesen @a @b %b for @i %i. "
1396
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001397#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001398#: e2fsck/problem.c:649
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001399msgid "@i %i has a bad @a @b %b. "
1400msgstr "@i %i hat defekten @a @b %b. "
1401
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001402#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001403#: e2fsck/problem.c:654
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001404msgid "Error reading @a @b %b (%m). "
1405msgstr "Fehler beim Lesen @a @b %b (%m). "
1406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001407#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001408#: e2fsck/problem.c:659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001409#, fuzzy
1410msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001411msgstr "@a @b %b hat den Referenzzähler %B, richtig wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001412
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001413#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001414#: e2fsck/problem.c:664
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001415msgid "Error writing @a @b %b (%m). "
1416msgstr "Fehler beim Schreiben @a @b %b (%m). "
1417
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001418#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001419#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001420#, fuzzy
1421msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001422msgstr "@a @b %b hat h_blocks > 1. "
1423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001424#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001425#: e2fsck/problem.c:674
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001426#, fuzzy
1427msgid "@A @a @b %b. "
1428msgstr "@I @o @i %i in @S.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001429
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001430#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001431#: e2fsck/problem.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001432msgid "@a @b %b is corrupt (allocation collision). "
1433msgstr "@a @b %b ist defekt (allocation collision). "
1434
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001435#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001436#: e2fsck/problem.c:684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001437#, fuzzy
1438msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001439msgstr "@a @b %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001440
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001441#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001442#: e2fsck/problem.c:689
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001443#, fuzzy
1444msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001445msgstr "@a @b %b ist defekt (ungültiger Wert). "
1446
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001447#. @-expanded: inode %i is too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001448#: e2fsck/problem.c:694
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001449#, c-format
1450msgid "@i %i is too big. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001451msgstr "@i %i ist zu groß. "
1452
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001453#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001454#: e2fsck/problem.c:698
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001455msgid "@b #%B (%b) causes @d to be too big. "
1456msgstr "@b #%B (%b) macht @d zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001457
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001458#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001459#: e2fsck/problem.c:703
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001460msgid "@b #%B (%b) causes file to be too big. "
1461msgstr "@b #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001462
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001463#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001464#: e2fsck/problem.c:708
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001465msgid "@b #%B (%b) causes symlink to be too big. "
1466msgstr "@b #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001467
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001468#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001469#: e2fsck/problem.c:713
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001470#, c-format
1471msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1472msgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
1473
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001474#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001475#: e2fsck/problem.c:718
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001476#, c-format
1477msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1478msgstr "@i %i hat INDEX_FL flag gesetzt, ist aber kein @d.\n"
1479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001480#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001481#: e2fsck/problem.c:723
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001482#, fuzzy, c-format
1483msgid "@h %i has an @n root node.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001484msgstr "@h %i hat einen unvollständigen root node.\n"
1485
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001486#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001487#: e2fsck/problem.c:728
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001488msgid "@h %i has an unsupported hash version (%N)\n"
1489msgstr "@h %i hat eine nicht unterstützte hash-Version (%N)\n"
1490
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001491#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001492#: e2fsck/problem.c:733
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001493#, c-format
1494msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001495msgstr "@h %i benutzt einen nicht unterstützten htree root node flag.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001497#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001498#: e2fsck/problem.c:738
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001499msgid "@h %i has a tree depth (%N) which is too big\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001500msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001501
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001502#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1503#. @-expanded: filesystem metadata.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001504#: e2fsck/problem.c:743
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001505msgid ""
1506"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1507"@f metadata. "
1508msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001509"Defekter @b @i hat einen indirekten @b (%b), der mit\n"
1510"den @f Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001511
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001512#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001513#: e2fsck/problem.c:749
Theodore Ts'obc759702005-05-09 20:40:55 -04001514#, c-format
1515msgid "Resize @i (re)creation failed: %m."
1516msgstr ""
1517
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001518#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001519#: e2fsck/problem.c:754
Theodore Ts'obc759702005-05-09 20:40:55 -04001520#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001521msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001522msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1523
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001524#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001525#: e2fsck/problem.c:759
Theodore Ts'obc759702005-05-09 20:40:55 -04001526#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001527msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001528msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1529
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001530#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001531#: e2fsck/problem.c:764
Theodore Ts'obc759702005-05-09 20:40:55 -04001532#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001533msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001534msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1535
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001536#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001537#: e2fsck/problem.c:769
Theodore Ts'obc759702005-05-09 20:40:55 -04001538#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001539msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001540msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1541
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001542#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001543#: e2fsck/problem.c:774
Theodore Ts'obc759702005-05-09 20:40:55 -04001544#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001545msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001546msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1547
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001548#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001549#: e2fsck/problem.c:779
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001550#, fuzzy
1551msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
1552msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1553
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001554#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1555#: e2fsck/problem.c:784
1556msgid "@i %i is a %It but it looks like it is really a directory.\n"
1557msgstr ""
1558
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001559#. @-expanded: \n
1560#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1561#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001562#: e2fsck/problem.c:791
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001563#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001564msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001565"\n"
1566"Running additional passes to resolve @bs claimed by more than one @i...\n"
1567"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001568msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001569"Doppelter @bs gefunden... starte Scan nach doppelten @b.\n"
1570"Durchgang 1B: Suche nach doppelten/defekten @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001571
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001572#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001573#: e2fsck/problem.c:797
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001574#, fuzzy, c-format
1575msgid "@m @b(s) in @i %i:"
1576msgstr "@I @b #%B (%b) in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001577
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001578#: e2fsck/problem.c:812
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001579#, c-format
1580msgid "Error while scanning inodes (%i): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001581msgstr "Fehlen beim Prüfen von Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001582
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001583#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001584#: e2fsck/problem.c:817
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001585#, fuzzy, c-format
1586msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001587msgstr "@A @i @B (inode_dup_map): %m\n"
1588
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001589#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001590#: e2fsck/problem.c:822
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001591#, c-format
1592msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001593msgstr "Fehler beim Durchlaufen der @bs in @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001594
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001595#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001596#: e2fsck/problem.c:827 e2fsck/problem.c:1143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001597#, fuzzy
1598msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001599msgstr "Fehler bei der Anpassung des refcount für @a @b %b (@i %i): %m\n"
1600
Theodore Ts'o6956f612005-12-31 16:46:15 -05001601#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001602#: e2fsck/problem.c:833
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001603#, fuzzy
Theodore Ts'o6956f612005-12-31 16:46:15 -05001604msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001605msgstr "Durchgang 1C: Prüfe Verzeichnisse nach @is mit doppelten @bs.\n"
1606
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001607#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001608#: e2fsck/problem.c:839
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001609#, fuzzy
1610msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001611msgstr "Durchgang 1D: Gleiche doppelte @bs ab\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001612
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001613#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1614#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001615#: e2fsck/problem.c:844
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001616#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001617msgid ""
1618"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001619" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001620msgstr ""
1621"Datei %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001622" hat %B doppelte @b(s), geteilt mit %N Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001623
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001624#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001625#: e2fsck/problem.c:850
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001626msgid "\t%Q (@i #%i, mod time %IM)\n"
1627msgstr "\t%Q (@i #%i, mod time %IM)\n"
1628
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001629#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001630#: e2fsck/problem.c:855
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001631msgid "\t<@f metadata>\n"
1632msgstr "\t<@f metadata>\n"
1633
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001634#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1635#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001636#: e2fsck/problem.c:860
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001637#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001638msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001639"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001640"\n"
1641msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001642"(es gibt %N @is, die doppelte/defekte @bs enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001643"\n"
1644
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001645#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1646#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001647#: e2fsck/problem.c:865
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001648#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001649msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001650"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001651"\n"
1652msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001653"Duplizierte @bs bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001654"\n"
1655
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001656#: e2fsck/problem.c:878
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001657#, c-format
1658msgid "Couldn't clone file: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001659msgstr "Kann die Datei %m nicht klonen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001660
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001661#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001662#: e2fsck/problem.c:884
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001663msgid "Pass 2: Checking @d structure\n"
1664msgstr "Durchgang 2: Prüfe @d Struktur\n"
1665
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001666#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001667#: e2fsck/problem.c:889
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001668#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001669msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001670msgstr "Ungültige @i-Nummer für '.' in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001671
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001672#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001673#: e2fsck/problem.c:894
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001674msgid "@E has @n @i #: %Di.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001675msgstr "@E hat ungültigen @i-Nummer: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001676
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001677#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001678#: e2fsck/problem.c:899
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001679msgid "@E has @D/unused @i %Di. "
1680msgstr "@E hat @D/unbenutzt @i %Di. "
1681
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001682#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001683#: e2fsck/problem.c:904
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001684msgid "@E @L to '.' "
1685msgstr "@E @L nach '.' "
1686
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001687#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001688#: e2fsck/problem.c:909
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001689msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001690msgstr "@E zeigt auf @i (%Di) in einem defekten @b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001691
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001692#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001693#: e2fsck/problem.c:914
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001694msgid "@E @L to @d %P (%Di).\n"
1695msgstr "@E @L nach @d %P (%Di).\n"
1696
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001697#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001698#: e2fsck/problem.c:919
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001699msgid "@E @L to the @r.\n"
1700msgstr "@E @L zur @r.\n"
1701
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001702#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001703#: e2fsck/problem.c:924
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001704msgid "@E has illegal characters in its name.\n"
1705msgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
1706
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001707#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001708#: e2fsck/problem.c:929
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001709#, c-format
1710msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001711msgstr "Fehlende '.' in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001712
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001713#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001714#: e2fsck/problem.c:934
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001715#, c-format
1716msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001717msgstr "Fehlende '..' in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001718
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001719#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001720#: e2fsck/problem.c:939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001721#, fuzzy
1722msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001723msgstr "Erster @e '%Dn' (inode=%Di) in @d @i %i (%p) @s '.'\n"
1724
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001725#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001726#: e2fsck/problem.c:944
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001727#, fuzzy
1728msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001729msgstr "Zweiter @e '%Dn' (inode=%Di) in @d @i %i @s '..'\n"
1730
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001731#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001732#: e2fsck/problem.c:949
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001733msgid "i_faddr @F %IF, @s zero.\n"
1734msgstr "i_faddr @F %IF, @s null.\n"
1735
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001736#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001737#: e2fsck/problem.c:954
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001738msgid "i_file_acl @F %If, @s zero.\n"
1739msgstr "i_file_acl @F %If, @s null.\n"
1740
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001741#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001742#: e2fsck/problem.c:959
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001743msgid "i_dir_acl @F %Id, @s zero.\n"
1744msgstr "i_dir_acl @F %Id, @s null.\n"
1745
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001746#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001747#: e2fsck/problem.c:964
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001748msgid "i_frag @F %N, @s zero.\n"
1749msgstr "i_frag @F %N, @s null.\n"
1750
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001751#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001752#: e2fsck/problem.c:969
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001753msgid "i_fsize @F %N, @s zero.\n"
1754msgstr "i_fsize @F %N, @s null.\n"
1755
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001756#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001757#: e2fsck/problem.c:974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001758msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001759msgstr "@i %i (%Q) hat einen ungültigen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001760
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001761#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001762#: e2fsck/problem.c:979
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001763msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1764msgstr "@d @i %i, @b %B, offset %N: @d defekt\n"
1765
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001766#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001767#: e2fsck/problem.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001768msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1769msgstr "@d @i %i, @b %B, offset %N: Dateiname zu lang\n"
1770
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001771#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001772#: e2fsck/problem.c:989
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001773msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001774msgstr "@d @i %i hat einen nicht zugewiesenen @b #%B. "
1775
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001776#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001777#: e2fsck/problem.c:994
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001778#, c-format
1779msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1780msgstr "'.' @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001781
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001782#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001783#: e2fsck/problem.c:999
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001784#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001785msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1786msgstr "'..' @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001787
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001788#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001789#: e2fsck/problem.c:1004
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001790msgid "@i %i (%Q) is an @I character @v.\n"
1791msgstr "@i %i (%Q) ist ein @I Zeichen @v.\n"
1792
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001793#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001794#: e2fsck/problem.c:1009
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001795msgid "@i %i (%Q) is an @I @b @v.\n"
1796msgstr "@i %i (%Q) ist ein @I @b @v.\n"
1797
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001798#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001799#: e2fsck/problem.c:1014
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001800msgid "@E is duplicate '.' @e.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001801msgstr "@E ist ein doppelter '.' @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001802
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001803#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001804#: e2fsck/problem.c:1019
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001805msgid "@E is duplicate '..' @e.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001806msgstr "@E ist ein doppelter '..' @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001807
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001808#: e2fsck/problem.c:1024 e2fsck/problem.c:1305
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001809#, c-format
1810msgid "Internal error: couldn't find dir_info for %i.\n"
1811msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
1812
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001813#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001814#: e2fsck/problem.c:1029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001815#, fuzzy
1816msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001817msgstr "@E hat rec_len von %Dr, sollte %N sein.\n"
1818
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001819#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001820#: e2fsck/problem.c:1034
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001821#, c-format
1822msgid "@A icount structure: %m\n"
1823msgstr "@A icount structure: %m\n"
1824
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001825#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001826#: e2fsck/problem.c:1039
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001827#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04001828msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001829msgstr "Fehler beim Durchlaufen der @d @bs: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001830
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001831#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001832#: e2fsck/problem.c:1044
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001833msgid "Error reading @d @b %b (@i %i): %m\n"
1834msgstr "Lesefehler @d @b %b (@i %i): %m\n"
1835
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001836#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001837#: e2fsck/problem.c:1049
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001838msgid "Error writing @d @b %b (@i %i): %m\n"
1839msgstr "Schreibfehler @d @b %b (@i %i): %m\n"
1840
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001841#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001842#: e2fsck/problem.c:1054
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001843#, c-format
1844msgid "@A new @d @b for @i %i (%s): %m\n"
1845msgstr "@A neu @d @b for @i %i (%s): %m\n"
1846
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001847#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001848#: e2fsck/problem.c:1059
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001849#, c-format
1850msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001851msgstr "Fehler bei der Freigabe von @i %i: %m\n"
1852
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001853#. @-expanded: directory entry for '.' is big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001854#: e2fsck/problem.c:1064
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001855msgid "@d @e for '.' is big. "
1856msgstr "@d @e für '.' ist groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001857
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001858#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001859#: e2fsck/problem.c:1069
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001860msgid "@i %i (%Q) is an @I FIFO.\n"
1861msgstr "@i %i (%Q) ist ein @I FIFO.\n"
1862
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001863#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001864#: e2fsck/problem.c:1074
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001865msgid "@i %i (%Q) is an @I socket.\n"
1866msgstr "@i %i (%Q) ist ein @I Socket.\n"
1867
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001868#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001869#: e2fsck/problem.c:1079
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001870msgid "Setting filetype for @E to %N.\n"
1871msgstr "Setze Dateitype für @E auf %N.\n"
1872
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001873#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001874#: e2fsck/problem.c:1084
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001875msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001876msgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
1877
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001878#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001879#: e2fsck/problem.c:1089
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001880msgid "@E has filetype set.\n"
1881msgstr "@E hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001882
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001883#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001884#: e2fsck/problem.c:1094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001885msgid "@E has a @z name.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001886msgstr "@E hat einen Namen der Länge Null.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001887
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001888#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001889#: e2fsck/problem.c:1099
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001890msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001891msgstr "Symlink %Q (@i #%i) is ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001892
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001893#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001894#: e2fsck/problem.c:1104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001895msgid "@a @b @F @n (%If).\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001896msgstr "@a @b @F ist ungültig (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001897
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001898#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001899#: e2fsck/problem.c:1109
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001900msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
1901msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001902"@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 -05001903
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001904#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001905#: e2fsck/problem.c:1114
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001906msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001907msgstr "@p @h %d: Node (%B) nicht referenziert\n"
1908
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001909#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001910#: e2fsck/problem.c:1119
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001911msgid "@p @h %d: node (%B) referenced twice\n"
1912msgstr "@p @h %d: Node (%B) doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001913
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001914#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001915#: e2fsck/problem.c:1124
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001916msgid "@p @h %d: node (%B) has bad min hash\n"
1917msgstr "@p @h %d: node (%B) has bad min hash\n"
1918
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001919#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001920#: e2fsck/problem.c:1129
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001921msgid "@p @h %d: node (%B) has bad max hash\n"
1922msgstr "@p @h %d: node (%B) has bad max hash\n"
1923
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001924#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001925#: e2fsck/problem.c:1134
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001926#, fuzzy
1927msgid "@n @h %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001928msgstr "Invalid @h %d (%q). "
1929
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001930#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001931#: e2fsck/problem.c:1138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001932msgid "@p @h %d (%q): bad @b number %b.\n"
1933msgstr "@p @h %d (%q): bad @b number %b.\n"
1934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001935#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001936#: e2fsck/problem.c:1148
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001937#, fuzzy, c-format
1938msgid "@p @h %d: root node is @n\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001939msgstr "@p @h %d: root node is invalid\n"
1940
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001941#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001942#: e2fsck/problem.c:1153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001943#, fuzzy
1944msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001945msgstr "@p @h %d: node (%B) has bad limit (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001946
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001947#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001948#: e2fsck/problem.c:1158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001949#, fuzzy
1950msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001951msgstr "@p @h %d: node (%B) has bad count (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001952
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001953#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001954#: e2fsck/problem.c:1163
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001955msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001956msgstr "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001957
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001958#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001959#: e2fsck/problem.c:1168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001960#, fuzzy
1961msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001962msgstr "@p @h %d: node (%B) has bad depth\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001963
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001964#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001965#: e2fsck/problem.c:1173
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001966msgid "Duplicate @E found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001967msgstr "Doppelte @E gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001968
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001969#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1970#. @-expanded: Rename to %s
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001971#: e2fsck/problem.c:1178
Theodore Ts'oddc32a02003-05-03 18:45:55 -04001972#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001973msgid ""
1974"@E has a non-unique filename.\n"
1975"Rename to %s"
1976msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001977"@E hat keinen eindeutigen Dateinamen.\n"
1978"Benenne in %s um."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001979
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001980#. @-expanded: Duplicate entry '%Dn' found.\n
1981#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1982#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001983#: e2fsck/problem.c:1183
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001984msgid ""
1985"Duplicate @e '%Dn' found.\n"
1986"\tMarking %p (%i) to be rebuilt.\n"
1987"\n"
1988msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001989"Doppelte @e '%Dn' gefunden.\n"
1990"\tMarkiere %p (%i) für die Neuerstellung.\n"
1991"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001992
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001993#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
1994#: e2fsck/problem.c:1188
1995#, fuzzy
1996msgid "i_blocks_hi @F %N, @s zero.\n"
1997msgstr "i_fsize @F %N, @s null.\n"
1998
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001999#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002000#: e2fsck/problem.c:1195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002001msgid "Pass 3: Checking @d connectivity\n"
2002msgstr "Durchgang 3: Prüfe @d Verknüpfungen\n"
2003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002004#. @-expanded: root inode not allocated.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002005#: e2fsck/problem.c:1200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002006msgid "@r not allocated. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002007msgstr "@r nicht zugeordnet. "
2008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002009#. @-expanded: No room in lost+found directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002010#: e2fsck/problem.c:1205
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002011msgid "No room in @l @d. "
2012msgstr "Kein Platz in @l @d. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002014#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002015#: e2fsck/problem.c:1210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002016#, c-format
2017msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002018msgstr "Nicht verbundene @d @i %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002020#. @-expanded: /lost+found not found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002021#: e2fsck/problem.c:1215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002022msgid "/@l not found. "
2023msgstr "/@l nicht gefunden. "
2024
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002025#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002026#: e2fsck/problem.c:1220
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002027msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2028msgstr "'..' in %Q (%i) ist %P (%j), @s %q (%d).\n"
2029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002030#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002031#: e2fsck/problem.c:1225
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002032msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2033msgstr "Falscher oder fehlender /@l. Wiederverbinden nicht möglich.\n"
2034
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002035#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002036#: e2fsck/problem.c:1230
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002037#, c-format
2038msgid "Could not expand /@l: %m\n"
2039msgstr "Erweitern nicht möglich /@l: %m\n"
2040
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002041#: e2fsck/problem.c:1235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002042#, c-format
2043msgid "Could not reconnect %i: %m\n"
2044msgstr "Wiederverbinden nicht möglich %i: %m\n"
2045
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002046#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002047#: e2fsck/problem.c:1240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002048#, c-format
2049msgid "Error while trying to find /@l: %m\n"
2050msgstr "Fehler während der Suche nach /@l: %m\n"
2051
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002052#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002053#: e2fsck/problem.c:1245
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002054#, c-format
2055msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2056msgstr "ext2fs_new_@b: %m während des Versuches /@l @d zu erzeugen.\n"
2057
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002058#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002059#: e2fsck/problem.c:1250
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002060#, c-format
2061msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2062msgstr "ext2fs_new_@i: %m während des Versuches /@l @d zu erzeugen.\n"
2063
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002064#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002065#: e2fsck/problem.c:1255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002066#, c-format
2067msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2068msgstr "ext2fs_new_dir_@b: %m während des Versuches /@l @d zu erzeugen.\n"
2069
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002070#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002071#: e2fsck/problem.c:1260
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002072#, c-format
2073msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2074msgstr "ext2fs_write_dir_@b: %m während des Schreibens von @d @b für /@l\n"
2075
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002076#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002077#: e2fsck/problem.c:1265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002078#, c-format
2079msgid "Error while adjusting @i count on @i %i\n"
2080msgstr "Fehler während der Einstellung von @i count auf @i %i\n"
2081
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002082#. @-expanded: Couldn't fix parent of inode %i: %m\n
2083#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002084#: e2fsck/problem.c:1270
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002085#, c-format
2086msgid ""
2087"Couldn't fix parent of @i %i: %m\n"
2088"\n"
2089msgstr ""
2090"Konnte Parent von @i %i: %m nicht reparieren\n"
2091"\n"
2092
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002093#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2094#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002095#: e2fsck/problem.c:1275
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002096#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002097msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002098"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002099"\n"
2100msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002101"Parent von @i %i konnte nicht repariert werden: \n"
2102"parent @d nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002103
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002104#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002105#: e2fsck/problem.c:1285
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002106#, c-format
2107msgid "Error creating root @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002108msgstr "Fehler beim Erzeugen des root @d (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002110#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002111#: e2fsck/problem.c:1290
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002112#, c-format
2113msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002114msgstr "Fehler beim Erzeugen des /@l @d (%s): %m\n"
2115
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002116#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002117#: e2fsck/problem.c:1295
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002118msgid "@r is not a @d; aborting.\n"
2119msgstr "@r ist kein @d; breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002120
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002121#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002122#: e2fsck/problem.c:1300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002123msgid "Cannot proceed without a @r.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002124msgstr "Kann ohne @r nicht fortsetzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002125
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002126#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002127#: e2fsck/problem.c:1310
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002128#, c-format
2129msgid "/@l is not a @d (ino=%i)\n"
2130msgstr "/@l ist kein @d (ino=%i)\n"
2131
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002132#: e2fsck/problem.c:1317
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002133msgid "Pass 3A: Optimizing directories\n"
2134msgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2135
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002136#: e2fsck/problem.c:1322
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002137#, c-format
2138msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002139msgstr "dirs_to_hash iterator konnte nicht erzeugt werden: %m"
2140
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002141#: e2fsck/problem.c:1327
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002142msgid "Failed to optimize directory %q (%d): %m"
2143msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002144
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002145#: e2fsck/problem.c:1332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002146msgid "Optimizing directories: "
2147msgstr "Optimiere Verzeichnisse: "
2148
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002149#: e2fsck/problem.c:1349
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002150msgid "Pass 4: Checking reference counts\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002151msgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002152
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002153#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002154#: e2fsck/problem.c:1354
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002155#, fuzzy, c-format
2156msgid "@u @z @i %i. "
2157msgstr "@I @o @i %i in @S.\n"
2158
2159#. @-expanded: unattached inode %i\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002160#: e2fsck/problem.c:1359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002161#, c-format
2162msgid "@u @i %i\n"
2163msgstr ""
2164
2165#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002166#: e2fsck/problem.c:1364
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002167msgid "@i %i ref count is %Il, @s %N. "
2168msgstr "@i %i Prüfsumme ist %Il, @s %N. "
2169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002170#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2171#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2172#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002173#: e2fsck/problem.c:1368
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002174#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002175msgid ""
2176"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2177"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002178"@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 -05002179msgstr ""
2180"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
2181"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (LIVE) DATEISYSTEM.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002182"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten gleich "
2183"sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002185#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002186#: e2fsck/problem.c:1378
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002187msgid "Pass 5: Checking @g summary information\n"
2188msgstr "Durchgang 5: Überprüfe @g Zusammenfassung\n"
2189
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002190#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002191#: e2fsck/problem.c:1383
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002192msgid "Padding at end of @i @B is not set. "
2193msgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
2194
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002195#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002196#: e2fsck/problem.c:1388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002197msgid "Padding at end of @b @B is not set. "
2198msgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
2199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002200#. @-expanded: block bitmap differences:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002201#: e2fsck/problem.c:1393
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002202msgid "@b @B differences: "
2203msgstr "@b @B differieren: "
2204
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002205#. @-expanded: inode bitmap differences:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002206#: e2fsck/problem.c:1413
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002207msgid "@i @B differences: "
2208msgstr "@i @B differieren: "
2209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002210#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002211#: e2fsck/problem.c:1433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002212msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2213msgstr "Freie @is Anzahl ist falsch für @g #%g (%i, counted=%j).\n"
2214
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002215#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002216#: e2fsck/problem.c:1438
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002217msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2218msgstr "Verzeichnisanzahl ist falsch für @g #%g (%i, counted=%j).\n"
2219
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002220#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002221#: e2fsck/problem.c:1443
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002222msgid "Free @is count wrong (%i, counted=%j).\n"
2223msgstr "Freie @is Anzahl ist falsch (%i, counted=%j).\n"
2224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002225#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002226#: e2fsck/problem.c:1448
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002227msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2228msgstr "Freie @bs Anzahl ist falsch @g #%g (%b, counted=%c).\n"
2229
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002230#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002231#: e2fsck/problem.c:1453
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002232msgid "Free @bs count wrong (%b, counted=%c).\n"
2233msgstr "Freie @bs Anzahl ist falsch (%b, counted=%c).\n"
2234
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002235#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2236#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002237#: e2fsck/problem.c:1458
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002238msgid ""
2239"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2240"endpoints (%i, %j)\n"
2241msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002242"PROGRAMMIERFEHLER: @f (#%N) @B Endpunkte (%b, %c) passen nicht zu den "
2243"berechneten @B Endpunkten (%i, %j)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002244
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002245#: e2fsck/problem.c:1464
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002246msgid "Internal error: fudging end of bitmap (%N)\n"
2247msgstr "Interner Fehler: fudging end of bitmap (%N)\n"
2248
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002249#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002250#: e2fsck/problem.c:1469
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002251#, fuzzy, c-format
2252msgid "Error copying in replacement @i @B: %m\n"
2253msgstr "Fehler beim Lesen von @i %i: %m\n"
2254
2255#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002256#: e2fsck/problem.c:1474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002257#, c-format
2258msgid "Error copying in replacement @b @B: %m\n"
2259msgstr ""
2260
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002261#: e2fsck/problem.c:1499
2262msgid "Recreate journal to make the filesystem ext3 again?\n"
2263msgstr ""
2264
2265#: e2fsck/problem.c:1617
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002266#, c-format
2267msgid "Unhandled error code (0x%x)!\n"
2268msgstr "Unbenutzter Fehlercode (0x%x)!\n"
2269
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002270#: e2fsck/problem.c:1711
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002271msgid "IGNORED"
2272msgstr "IGNORIERT"
2273
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002274#: e2fsck/scantest.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002275#, c-format
2276msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2277msgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2278
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002279#: e2fsck/scantest.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002280#, c-format
2281msgid "size of inode=%d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002282msgstr "Größe des Inode=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002283
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002284#: e2fsck/scantest.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002285msgid "while starting inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002286msgstr "beim Starten der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002287
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002288#: e2fsck/scantest.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002289msgid "while doing inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002290msgstr "während der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002291
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002292#: e2fsck/super.c:187
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002293#, c-format
2294msgid "while calling ext2fs_block_iterate for inode %d"
2295msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
2296
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002297#: e2fsck/super.c:210
2298#, fuzzy, c-format
2299msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002300msgstr "while calling ext2fs_adjust_ea_refocunt for inode %d"
2301
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002302#: e2fsck/super.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002303msgid "Truncating"
2304msgstr "Kürze"
2305
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002306#: e2fsck/super.c:269
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002307msgid "Clearing"
2308msgstr "Bereinige"
2309
2310#: e2fsck/swapfs.c:98
2311msgid "while calling ext2fs_block_iterate"
2312msgstr "während des Aufrufs von ext2fs_block_iterate"
2313
2314#: e2fsck/swapfs.c:104
2315msgid "while calling iterator function"
2316msgstr "während des Aufrufs der Iterator-Funktion"
2317
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002318#: e2fsck/swapfs.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002319msgid "while allocating inode buffer"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002320msgstr "beim Zuweisen des Inode-Puffers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002321
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002322#: e2fsck/swapfs.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002323#, c-format
2324msgid "while reading inode table (group %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002325msgstr "beim Lesen der Inode-Tabelle (Gruppe %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002326
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002327#: e2fsck/swapfs.c:176
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002328#, c-format
2329msgid "while writing inode table (group %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002330msgstr "beim Schreiben der Inode-Tabelle (Gruppe %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002331
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002332#: e2fsck/swapfs.c:226
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002333#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002334msgid "Pass 0: Doing byte-swap of filesystem\n"
2335msgstr "Durchgang 0: Byte-Swap des Dateisystems\n"
2336
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002337#: e2fsck/swapfs.c:233
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002338#, c-format
2339msgid ""
2340"%s: the filesystem must be freshly checked using fsck\n"
2341"and not mounted before trying to byte-swap it.\n"
2342msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002343"%s: Das Dateisystem muss mit fsck neu überprüft werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002344"und darf vor dem Byte-Swap nicht mehr eingehängt werden.\n"
2345
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002346#: e2fsck/swapfs.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002347msgid "Byte swap"
2348msgstr "Byte Swap"
2349
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002350#: e2fsck/unix.c:74
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002351#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002352msgid ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002353"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002354"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002355"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002356"\t\t[-E extended-options] device\n"
2357msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002358"Verwendung: %s [-panyrcdfvstDFSV] [-b Superblock] [-B Blockgröße]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002359"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002360"\t\t[-l|-L bad_blocks_file] [-C fd] [-j externes-Journal]\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002361"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002362
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002363#: e2fsck/unix.c:80
2364#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002365msgid ""
2366"\n"
2367"Emergency help:\n"
2368" -p Automatic repair (no questions)\n"
2369" -n Make no changes to the filesystem\n"
2370" -y Assume \"yes\" to all questions\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002371" -c Check for bad blocks and add them to the badblock "
2372"list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002373" -f Force checking even if filesystem is marked clean\n"
2374msgstr ""
2375"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002376"Notfallhilfe:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002377" -p automatische Reparatur (keine Fragen)\n"
2378" -n keine Veränderungen am Dateisystem vornehmen\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002379" -y \" Ja \" auf alle Fragen annehmen\n"
2380" -c suche nach defekten Blöcken\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002381" -f erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
2382
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002383#: e2fsck/unix.c:86
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002384#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002385msgid ""
2386" -v Be verbose\n"
2387" -b superblock Use alternative superblock\n"
2388" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002389" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002390" -l bad_blocks_file Add to badblocks list\n"
2391" -L bad_blocks_file Set badblocks list\n"
2392msgstr ""
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002393" -v sei gesprächig\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002394" -b Superbloc nutze Superblockkopie\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002395" -B Blockgröße erzwinge Blockgröße beim Suchen vom Superblock\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002396" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
2397" -l bad_blocks_file zur Liste der defekten Blöcke hinzufügen\n"
2398" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002399
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002400#: e2fsck/unix.c:121
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002401#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002402msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002403msgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %u/%u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002404
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002405#: e2fsck/unix.c:133
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002406#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002407msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002408msgstr " # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002409
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002410#: e2fsck/unix.c:176 misc/badblocks.c:789 misc/tune2fs.c:794 misc/util.c:151
2411#: resize/main.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002412#, c-format
2413msgid "while determining whether %s is mounted."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002414msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002415
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002416#: e2fsck/unix.c:194
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002417#, c-format
2418msgid "Warning! %s is mounted.\n"
2419msgstr "Warnung! %s ist eingehängt.\n"
2420
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002421#: e2fsck/unix.c:198
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002422#, c-format
2423msgid "%s is mounted. "
2424msgstr "%s ist eingehängt. "
2425
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002426#: e2fsck/unix.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002427msgid ""
2428"Cannot continue, aborting.\n"
2429"\n"
2430msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002431"Fortsetzung nicht möglich, breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002432"\n"
2433
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002434#: e2fsck/unix.c:201
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002435#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002436msgid ""
2437"\n"
2438"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002439"\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2440"SEVERE filesystem damage.\a\a\a\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002441"\n"
2442msgstr ""
2443"\n"
2444"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002445"\a\a\a\aWARNUNG!!! Die Benutzung von e2fsck auf einem eingehängten\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002446"Dateisystem kann das Dateisystem STARK BESCHÄDIGEN.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002447"\n"
2448
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002449#: e2fsck/unix.c:204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002450msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002451msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002452
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002453#: e2fsck/unix.c:206
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002454#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002455msgid "check aborted.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002456msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002457
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002458#: e2fsck/unix.c:280
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002459msgid " contains a file system with errors"
2460msgstr " enthält ein fehlerhaftes Dateisystem"
2461
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002462#: e2fsck/unix.c:282
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002463msgid " was not cleanly unmounted"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002464msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002465
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002466#: e2fsck/unix.c:284
2467msgid " primary superblock features different from backup"
2468msgstr ""
2469
2470#: e2fsck/unix.c:288
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002471#, c-format
2472msgid " has been mounted %u times without being checked"
2473msgstr " wurde %u mal ohne Überprüfung eingehängt"
2474
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002475#: e2fsck/unix.c:295
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002476#, c-format
2477msgid " has gone %u days without being checked"
2478msgstr " wurde %u Tage ohne Überprüfung genutzt"
2479
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002480#: e2fsck/unix.c:304
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002481msgid ", check forced.\n"
2482msgstr ", Prüfung erzwungen.\n"
2483
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002484#: e2fsck/unix.c:307
2485#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002486msgid "%s: clean, %u/%u files, %u/%u blocks"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002487msgstr "%s: i.O., %u/%u Dateien, %u/%u Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002488
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002489#: e2fsck/unix.c:324
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002490#, fuzzy
2491msgid " (check deferred; on battery)"
2492msgstr " (Prüfung nach nächstem Einhängen)"
2493
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002494#: e2fsck/unix.c:327
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002495msgid " (check after next mount)"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002496msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002497
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002498#: e2fsck/unix.c:329
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002499#, c-format
2500msgid " (check in %ld mounts)"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002501msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002502
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002503#: e2fsck/unix.c:475
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002504#, c-format
2505msgid "ERROR: Couldn't open /dev/null (%s)\n"
2506msgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
2507
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002508#: e2fsck/unix.c:546
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002509#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002510msgid "Invalid EA version.\n"
2511msgstr "Invalid EA version.\n"
2512
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002513#: e2fsck/unix.c:552
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002514#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002515msgid "Unknown extended option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002516msgstr ""
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002517
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002518#: e2fsck/unix.c:572
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002519#, c-format
2520msgid ""
2521"Syntax error in e2fsck config file (%s, line #%d)\n"
2522"\t%s\n"
2523msgstr ""
2524
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002525#: e2fsck/unix.c:636
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002526#, c-format
2527msgid "Error validating file descriptor %d: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002528msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002529
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002530#: e2fsck/unix.c:640
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002531msgid "Invalid completion information file descriptor"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002532msgstr "Ungültiger 'completion information'-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002533
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002534#: e2fsck/unix.c:655
Theodore Ts'o6956f612005-12-31 16:46:15 -05002535msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002536msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002537
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002538#: e2fsck/unix.c:676
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002539#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002540msgid "The -t option is not supported on this version of e2fsck.\n"
2541msgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
2542
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002543#: e2fsck/unix.c:747
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002544#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002545msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002546msgstr ""
2547"Das Byte-Swapping wurde in diese Version von e2fsck nicht einkompiliert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002548
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002549#: e2fsck/unix.c:770 misc/tune2fs.c:459 misc/tune2fs.c:717 misc/tune2fs.c:734
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002550#, c-format
2551msgid "Unable to resolve '%s'"
Theodore Ts'o2eb9e702004-05-04 19:07:18 -04002552msgstr "Nicht möglich »%s« aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002553
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002554#: e2fsck/unix.c:801
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002555#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002556msgid "Incompatible options not allowed when byte-swapping.\n"
2557msgstr "Inkompatible Optionen sind beim Byte-Swapping nicht erlaubt.\n"
2558
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002559#: e2fsck/unix.c:808
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002560#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002561msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002562msgstr ""
2563"Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002564
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002565#: e2fsck/unix.c:856
2566#, c-format
2567msgid ""
2568"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2569"\n"
2570msgstr ""
2571
2572#: e2fsck/unix.c:864
2573#, c-format
2574msgid ""
2575"\n"
2576"Invalid non-numeric argument to -%c (\"%s\")\n"
2577"\n"
2578msgstr ""
2579
2580#: e2fsck/unix.c:903
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002581#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002582msgid "Error: ext2fs library version out of date!\n"
2583msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2584
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002585#: e2fsck/unix.c:911
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002586msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002587msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002588
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002589#: e2fsck/unix.c:925
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002590#, c-format
2591msgid "\tUsing %s, %s\n"
2592msgstr "\tBenutze %s, %s\n"
2593
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002594#: e2fsck/unix.c:937
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002595msgid "need terminal for interactive repairs"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002596msgstr "Benötige ein Terminal für interaktive Reparaturen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002597
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002598#: e2fsck/unix.c:977
2599#, fuzzy, c-format
2600msgid "%s: %s trying backup blocks...\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002601msgstr "%s versuche Backup-Blöcke...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002602
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002603#: e2fsck/unix.c:979
2604msgid "Superblock invalid,"
2605msgstr ""
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002606
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002607#: e2fsck/unix.c:980
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002608msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002609msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002610
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002611#: e2fsck/unix.c:994
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002612#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002613msgid ""
2614"The filesystem revision is apparently too high for this version of e2fsck.\n"
2615"(Or the filesystem superblock is corrupt)\n"
2616"\n"
2617msgstr ""
2618"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002619"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002620"\n"
2621
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002622#: e2fsck/unix.c:1000
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002623#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002624msgid "Could this be a zero-length partition?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002625msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002626
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002627#: e2fsck/unix.c:1002
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002628#, c-format
2629msgid "You must have %s access to the filesystem or be root\n"
2630msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
2631
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002632#: e2fsck/unix.c:1007
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002633#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002634msgid "Possibly non-existent or swap device?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002635msgstr ""
2636"Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002637
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002638#: e2fsck/unix.c:1009
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002639#, c-format
2640msgid "Filesystem mounted or opened exclusively by another program?\n"
2641msgstr ""
2642
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002643#: e2fsck/unix.c:1013
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002644#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002645msgid ""
2646"Disk write-protected; use the -n option to do a read-only\n"
2647"check of the device.\n"
2648msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002649"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
2650"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002651
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002652#: e2fsck/unix.c:1077
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002653msgid "Get a newer version of e2fsck!"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002654msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002655
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002656#: e2fsck/unix.c:1098
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002657#, c-format
2658msgid "while checking ext3 journal for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002659msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002660
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002661#: e2fsck/unix.c:1109
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002662#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002663msgid ""
2664"Warning: skipping journal recovery because doing a read-only filesystem "
2665"check.\n"
2666msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002667"Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-"
2668"Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002669
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002670#: e2fsck/unix.c:1122
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002671#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002672msgid "unable to set superblock flags on %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002673msgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002674
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002675#: e2fsck/unix.c:1128
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002676#, c-format
2677msgid "while recovering ext3 journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002678msgstr "bei der Wiederherstellung des ext3-Journals von %s"
2679
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002680#: e2fsck/unix.c:1157
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002681msgid "Warning: compression support is experimental.\n"
2682msgstr "Warnung: Die Kompressionsunterstützung ist experimentell.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002683
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002684#: e2fsck/unix.c:1162
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002685#, c-format
2686msgid ""
2687"E2fsck not compiled with HTREE support,\n"
2688"\tbut filesystem %s has HTREE directories.\n"
2689msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002690"Die Unterstützung für HTREE wurde in e2fsck nicht aktiviert,\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002691"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
2692
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002693#: e2fsck/unix.c:1211
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002694#, c-format
2695msgid "%s: Filesystem byte order already normalized.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002696msgstr "%s: die Byte-Reihenfolge des Dateisystems wurde schon normalisiert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002697
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002698#: e2fsck/unix.c:1231
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002699msgid "while reading bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002700msgstr "beim Lesen des Bad-Block-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002701
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002702#: e2fsck/unix.c:1233
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002703#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002704msgid "This doesn't bode well, but we'll try to go on...\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002705msgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002706
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002707#: e2fsck/unix.c:1259
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002708msgid "Couldn't determine journal size"
2709msgstr ""
2710
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002711#: e2fsck/unix.c:1262 misc/mke2fs.c:1737
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002712#, c-format
2713msgid "Creating journal (%d blocks): "
2714msgstr "Erstelle Journal (%d Blöcke): "
2715
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002716#: e2fsck/unix.c:1269 misc/mke2fs.c:1745
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002717msgid ""
2718"\n"
2719"\twhile trying to create journal"
2720msgstr ""
2721"\n"
2722"\tbeim Erstellen des Journals"
2723
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002724#: e2fsck/unix.c:1272
2725#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002726msgid " Done.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002727msgstr " erledigt.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002728
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002729#: e2fsck/unix.c:1273
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002730#, c-format
2731msgid ""
2732"\n"
2733"*** journal has been re-created - filesystem is now ext3 again ***\n"
2734msgstr ""
2735
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002736#: e2fsck/unix.c:1280
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002737#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002738msgid "Restarting e2fsck from the beginning...\n"
2739msgstr "Beginne e2fsck neu ...\n"
2740
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002741#: e2fsck/unix.c:1284
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002742msgid "while resetting context"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002743msgstr "beim Rücksetzen des Kontexts"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002744
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002745#: e2fsck/unix.c:1291
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002746#, c-format
2747msgid "%s: e2fsck canceled.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002748msgstr "%s: e2fsck abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002749
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002750#: e2fsck/unix.c:1296
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002751msgid "aborted"
2752msgstr "abgebrochen"
2753
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002754#: e2fsck/unix.c:1308
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002755#, c-format
2756msgid ""
2757"\n"
2758"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2759msgstr ""
2760"\n"
2761"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
2762
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002763#: e2fsck/unix.c:1311
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002764#, c-format
2765msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002766msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002767
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002768#: e2fsck/unix.c:1319
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002769#, c-format
2770msgid ""
2771"\n"
2772"%s: ********** WARNING: Filesystem still has errors **********\n"
2773"\n"
2774msgstr ""
2775"\n"
2776"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
2777"\n"
2778
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002779#: e2fsck/util.c:131 misc/util.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002780msgid "yY"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002781msgstr "jJ"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002782
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002783#: e2fsck/util.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002784msgid "nN"
2785msgstr "nN"
2786
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002787#: e2fsck/util.c:146
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002788msgid "<y>"
2789msgstr "<j>"
2790
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002791#: e2fsck/util.c:148
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002792msgid "<n>"
2793msgstr "<n>"
2794
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002795#: e2fsck/util.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002796msgid " (y/n)"
2797msgstr " (j/n)"
2798
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002799#: e2fsck/util.c:165
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002800msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002801msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002802
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002803#: e2fsck/util.c:180
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002804msgid "yes\n"
2805msgstr "ja\n"
2806
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002807#: e2fsck/util.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002808msgid "no\n"
2809msgstr "nein\n"
2810
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002811#: e2fsck/util.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002812#, c-format
2813msgid ""
2814"%s? no\n"
2815"\n"
2816msgstr ""
2817"%s? nein\n"
2818"\n"
2819
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002820#: e2fsck/util.c:196
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002821#, c-format
2822msgid ""
2823"%s? yes\n"
2824"\n"
2825msgstr ""
2826"%s? ja\n"
2827"\n"
2828
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002829#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002830msgid "yes"
2831msgstr "ja"
2832
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002833#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002834msgid "no"
2835msgstr "nein"
2836
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002837#: e2fsck/util.c:214
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002838#, c-format
2839msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2840msgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
2841
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002842#: e2fsck/util.c:219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002843msgid "reading inode and block bitmaps"
2844msgstr "lese Inode und Block bitmaps"
2845
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002846#: e2fsck/util.c:224
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002847#, c-format
2848msgid "while retrying to read bitmaps for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002849msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002850
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002851#: e2fsck/util.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002852msgid "writing block bitmaps"
2853msgstr "Schreibe Block-Bitmaps"
2854
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002855#: e2fsck/util.c:242
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002856#, c-format
2857msgid "while retrying to write block bitmaps for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002858msgstr "während des wiederholten Versuches, Block-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002859
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002860#: e2fsck/util.c:249
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002861msgid "writing inode bitmaps"
2862msgstr "Schreibe Inoden-Bitmaps"
2863
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002864#: e2fsck/util.c:254
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002865#, c-format
2866msgid "while retrying to write inode bitmaps for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002867msgstr "während des wiederholten Versuches, Inode-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002868
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002869#: e2fsck/util.c:267
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002870#, c-format
2871msgid ""
2872"\n"
2873"\n"
2874"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2875"\t(i.e., without -a or -p options)\n"
2876msgstr ""
2877"\n"
2878"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002879"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
2880"\t(d.h. ohne -a oder -p Option)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002881
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002882#: e2fsck/util.c:332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002883#, c-format
2884msgid "Memory used: %dk/%dk (%dk/%dk), "
2885msgstr "benutzter Speicher: %dk/%dk (%dk/%dk), "
2886
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002887#: e2fsck/util.c:336
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002888#, c-format
2889msgid "Memory used: %d, "
2890msgstr "benutzter Speicher: %d, "
2891
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002892#: e2fsck/util.c:342
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002893#, c-format
2894msgid "time: %5.2f/%5.2f/%5.2f\n"
2895msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
2896
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002897#: e2fsck/util.c:347
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002898#, c-format
2899msgid "elapsed time: %6.3f\n"
2900msgstr "abgelaufende Zeit: %6.3f\n"
2901
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002902#: e2fsck/util.c:361
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002903#, c-format
2904msgid "while reading inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002905msgstr "beim Lesen von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002906
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002907#: e2fsck/util.c:375 e2fsck/util.c:388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002908#, c-format
2909msgid "while writing inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002910msgstr "beim Schreiben von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002911
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002912#: misc/badblocks.c:61
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002913msgid "done \n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002914msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002915
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002916#: misc/badblocks.c:80
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002917#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002918msgid ""
2919"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002920" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2921"[...]]]\n"
2922" device [last_block [start_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002923msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002924"Verwendung: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002925" [-c Blöcke_auf_einmal] [-p Durchgänge ] [-t Testpattern [-t Testpattern "
2926"[...]]]\n"
2927" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002928
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002929#: misc/badblocks.c:88
2930#, c-format
2931msgid ""
2932"%s: The -n and -w options are mutually exclusive.\n"
2933"\n"
2934msgstr ""
2935
2936#: misc/badblocks.c:235
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002937msgid "Testing with random pattern: "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002938msgstr "Teste mit zufälligen Mustern: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002939
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002940#: misc/badblocks.c:253
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002941msgid "Testing with pattern 0x"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002942msgstr "Teste mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002943
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002944#: misc/badblocks.c:278 misc/badblocks.c:307
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002945msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002946msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002947
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002948#: misc/badblocks.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002949#, c-format
2950msgid "Weird value (%ld) in do_read\n"
2951msgstr "Merkwürdiger Wert (%ld) in do_read\n"
2952
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002953#: misc/badblocks.c:327
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002954msgid "during ext2fs_sync_device"
2955msgstr "während ext2fs_sync_device"
2956
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002957#: misc/badblocks.c:343 misc/badblocks.c:581
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002958msgid "while beginning bad block list iteration"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002959msgstr "beim Beginn des 'Bad Block'-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002960
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002961#: misc/badblocks.c:357 misc/badblocks.c:447 misc/badblocks.c:591
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002962msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002963msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002964
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002965#: misc/badblocks.c:361
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002966#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002967msgid "Checking blocks %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002968msgstr "Prüfe von Block %lu bis %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002969
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002970#: misc/badblocks.c:365
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002971msgid "Checking for bad blocks in read-only mode\n"
2972msgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
2973
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002974#: misc/badblocks.c:374
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002975msgid "Checking for bad blocks (read-only test): "
2976msgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
2977
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002978#: misc/badblocks.c:454
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002979msgid "Checking for bad blocks in read-write mode\n"
2980msgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
2981
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002982#: misc/badblocks.c:456 misc/badblocks.c:604
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002983#, c-format
2984msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002985msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002986
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002987#: misc/badblocks.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002988msgid "Reading and comparing: "
2989msgstr "Lesen und Vergleichen:"
2990
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002991#: misc/badblocks.c:603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002992msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002993msgstr ""
2994"Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002995
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002996#: misc/badblocks.c:607
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002997msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002998msgstr ""
2999"Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003000
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003001#: misc/badblocks.c:614
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003002msgid ""
3003"\n"
3004"Interrupt caught, cleaning up\n"
3005msgstr ""
3006"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003007"Unterbrochen, räume auf\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003008
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003009#: misc/badblocks.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003010#, c-format
3011msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003012msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003013
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003014#: misc/badblocks.c:794 misc/util.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003015#, c-format
3016msgid "%s is mounted; "
3017msgstr "%s ist eingehängt; "
3018
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003019#: misc/badblocks.c:796
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003020msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003021msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003022"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003023
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003024#: misc/badblocks.c:801
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003025msgid "it's not safe to run badblocks!\n"
3026msgstr "es ist zu unsicher, Badblocks zu starten!\n"
3027
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003028#: misc/badblocks.c:806 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003029#, c-format
3030msgid "%s is apparently in use by the system; "
3031msgstr ""
3032
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003033#: misc/badblocks.c:809
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003034msgid "badblocks forced anyway.\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003035msgstr "Badblocks wird trotzdem erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003036
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003037#: misc/badblocks.c:871
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003038#, c-format
3039msgid "bad block size - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003040msgstr "bad block Größe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003041
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003042#: misc/badblocks.c:928
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003043#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003044msgid "can't allocate memory for test_pattern - %s"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003045msgstr "Kann keinen Speicher für Testpattern reservieren - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003046
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003047#: misc/badblocks.c:942
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003048#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003049msgid "invalid test_pattern: %s\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003050msgstr "Ungültiges Testpattern: %s\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003051
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003052#: misc/badblocks.c:961
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003053msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003054msgstr "Es darf im Nur-Lesen-Modus nur ein Testpattern angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003055
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003056#: misc/badblocks.c:967
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003057msgid "Random test_pattern is not allowed in read-only mode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003058msgstr "Zufälliges Testpattern ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003059
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003060#: misc/badblocks.c:981
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003061msgid ""
3062"Couldn't determine device size; you must specify\n"
3063"the size manually\n"
3064msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003065"Größe des Gerätes nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003066
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003067#: misc/badblocks.c:987
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003068msgid "while trying to determine device size"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003069msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003070
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003071#: misc/badblocks.c:996 misc/mke2fs.c:1219
Theodore Ts'obc759702005-05-09 20:40:55 -04003072#, fuzzy, c-format
3073msgid "invalid blocks count - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003074msgstr "Bad Blocks Anzahl - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003075
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003076#: misc/badblocks.c:1009
Theodore Ts'obc759702005-05-09 20:40:55 -04003077#, fuzzy, c-format
3078msgid "invalid starting block - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003079msgstr "Defekter Startblock - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003080
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003081#: misc/badblocks.c:1015
Theodore Ts'obc759702005-05-09 20:40:55 -04003082#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003083msgid "invalid starting block (%d): must be less than %lu"
3084msgstr "Defekter Startblock - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003085
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003086#: misc/badblocks.c:1070
Theodore Ts'o197abba2005-06-20 18:00:23 -04003087#, fuzzy
3088msgid "while creating in-memory bad blocks list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003089msgstr "erstelle Bad-Block-Liste im Speicher"
3090
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003091#: misc/badblocks.c:1085
Theodore Ts'o197abba2005-06-20 18:00:23 -04003092#, fuzzy
3093msgid "while adding to in-memory bad block list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003094msgstr "füge zur Bad-Block-Liste im Speicher hinzu"
3095
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003096#: misc/badblocks.c:1109
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003097#, c-format
3098msgid "Pass completed, %u bad blocks found.\n"
3099msgstr "Durchgang beendet, %u defekte Blöcke gefunden.\n"
3100
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003101#: misc/chattr.c:84
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003102#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003103msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003104msgstr "Verwendung: %s [-RV] [-+=AacDdijsSu] [-v Version] Dateien...\n"
3105
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003106#: misc/chattr.c:147
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003107#, c-format
3108msgid "bad version - %s\n"
3109msgstr "falsche Version - %s\n"
3110
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003111#: misc/chattr.c:191 misc/lsattr.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003112#, c-format
3113msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003114msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003115
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003116#: misc/chattr.c:208 misc/chattr.c:224
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003117#, c-format
3118msgid "Flags of %s set as "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003119msgstr "Flags von %s wie folgt gesetzt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003120
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003121#: misc/chattr.c:217
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003122#, c-format
3123msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003124msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003125
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003126#: misc/chattr.c:232
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003127#, c-format
3128msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003129msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003130
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003131#: misc/chattr.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003132#, c-format
3133msgid "Version of %s set as %lu\n"
3134msgstr "Version von %s gesetzt auf %lu\n"
3135
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003136#: misc/chattr.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003137#, c-format
3138msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003139msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003140
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003141#: misc/chattr.c:254
3142#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003143msgid "Couldn't allocate path variable in chattr_dir_proc"
3144msgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
3145
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003146#: misc/chattr.c:292
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003147msgid "= is incompatible with - and +\n"
3148msgstr "= ist inkompatibel mit - und +\n"
3149
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003150#: misc/chattr.c:300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003151msgid "Must use '-v', =, - or +\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003152msgstr "Benutze '-v', =, - oder +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003153
Theodore Ts'o6956f612005-12-31 16:46:15 -05003154#: misc/dumpe2fs.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003155#, c-format
3156msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003157msgstr "Verwendung: %s [-bfhixV] [-ob Superblock] [-oB Blockgröße] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003158
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003159#: misc/dumpe2fs.c:162
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003160#, c-format
3161msgid "Group %lu: (Blocks "
3162msgstr "Gruppe %lu: (Blöcke "
3163
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003164#: misc/dumpe2fs.c:168
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003165#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003166msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003167msgstr " %s Superblock in "
3168
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003169#: misc/dumpe2fs.c:169
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003170msgid "Primary"
3171msgstr "Primary"
3172
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003173#: misc/dumpe2fs.c:169
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003174msgid "Backup"
3175msgstr "Backup"
3176
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003177#: misc/dumpe2fs.c:173
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003178#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003179msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003180msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003181
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003182#: misc/dumpe2fs.c:177
Theodore Ts'obc759702005-05-09 20:40:55 -04003183#, fuzzy, c-format
3184msgid ""
3185"\n"
3186" Reserved GDT blocks at "
3187msgstr "reservierte Blöcke"
3188
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003189#: misc/dumpe2fs.c:184
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003190#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003191msgid " Group descriptor at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003192msgstr ", Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003193
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003194#: misc/dumpe2fs.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003195msgid " Block bitmap at "
3196msgstr " Block bitmap in "
3197
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003198#: misc/dumpe2fs.c:195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003199msgid ", Inode bitmap at "
3200msgstr ", Inode Bitmap in "
3201
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003202#: misc/dumpe2fs.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003203msgid ""
3204"\n"
3205" Inode table at "
3206msgstr ""
3207"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003208" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003209
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003210#: misc/dumpe2fs.c:207
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003211#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003212msgid ""
3213"\n"
3214" %d free blocks, %d free inodes, %d directories\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003215msgstr ""
3216"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003217" %d freie Blöcke, %d freie Inodes, %d Verzeichnisse\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003218
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003219#: misc/dumpe2fs.c:213
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003220msgid " Free blocks: "
3221msgstr " Freie Blöcke: "
3222
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003223#: misc/dumpe2fs.c:221
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003224msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003225msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003226
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003227#: misc/dumpe2fs.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003228msgid "while printing bad block list"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003229msgstr "beim Ausgeben der 'Bad Block'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003230
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003231#: misc/dumpe2fs.c:252
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003232#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003233msgid "Bad blocks: %u"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003234msgstr "Bad Blocks: %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003235
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003236#: misc/dumpe2fs.c:274 misc/tune2fs.c:232
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003237msgid "while reading journal inode"
3238msgstr "beim Lesen des Journal-Inodes"
3239
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003240#: misc/dumpe2fs.c:277
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003241msgid "Journal size: "
3242msgstr ""
3243
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003244#: misc/dumpe2fs.c:296 misc/tune2fs.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003245msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003246msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003247
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003248#: misc/dumpe2fs.c:304
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003249msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003250msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003251
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003252#: misc/dumpe2fs.c:308
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003253#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003254msgid ""
3255"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003256"Journal block size: %u\n"
3257"Journal length: %u\n"
3258"Journal first block: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003259"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003260"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003261"Journal number of users: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003262msgstr ""
3263"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003264"Journal Blockgröße: %u\n"
3265"Journal Länge: %u\n"
3266"Journal Startblock: %u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003267"Journal Sequenz: 0x%08x\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003268"Journal Start: %u\n"
3269"Journal Nutzeranzahl: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003270
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003271#: misc/dumpe2fs.c:321
Theodore Ts'o197abba2005-06-20 18:00:23 -04003272#, c-format
3273msgid "Journal users: %s\n"
3274msgstr ""
3275
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003276#: misc/dumpe2fs.c:376 misc/mke2fs.c:1163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003277#, c-format
3278msgid "\tUsing %s\n"
3279msgstr "\tBenutze %s\n"
3280
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003281#: misc/dumpe2fs.c:402 misc/e2image.c:665 misc/tune2fs.c:779 resize/main.c:298
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003282#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003283msgid "Couldn't find valid filesystem superblock.\n"
3284msgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
3285
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003286#: misc/dumpe2fs.c:413
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003287#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003288msgid "Note: This is a byte-swapped filesystem\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003289msgstr "Anmerkung: Dieses ist ein Byte-Swapped Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003290
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003291#: misc/dumpe2fs.c:432
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003292#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003293msgid ""
3294"\n"
3295"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003296msgstr ""
3297"\n"
3298"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003299
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003300#: misc/e2image.c:50
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003301#, fuzzy, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003302msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003303msgstr "Verwendung: %s [-r] Gerätedatei\n"
3304
Theodore Ts'obc759702005-05-09 20:40:55 -04003305#: misc/e2image.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003306msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003307msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003308
Theodore Ts'obc759702005-05-09 20:40:55 -04003309#: misc/e2image.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003310#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003311msgid "short write (only %d bytes) for writing image header"
3312msgstr "short write (only %d bytes) for writing image header"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003313
Theodore Ts'obc759702005-05-09 20:40:55 -04003314#: misc/e2image.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003315msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003316msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003317
Theodore Ts'obc759702005-05-09 20:40:55 -04003318#: misc/e2image.c:108
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003319msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003320msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003321
Theodore Ts'obc759702005-05-09 20:40:55 -04003322#: misc/e2image.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003323msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003324msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003325
Theodore Ts'obc759702005-05-09 20:40:55 -04003326#: misc/e2image.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003327msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003328msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003329
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003330#: misc/e2label.c:57
3331#, c-format
3332msgid "e2label: cannot open %s\n"
3333msgstr "e2label: Kann %s nicht öffnen.\n"
3334
3335#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003336#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003337msgid "e2label: cannot seek to superblock\n"
3338msgstr "e2label: cannot seek to superblock\n"
3339
3340#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003341#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003342msgid "e2label: error reading superblock\n"
3343msgstr "e2label: Lesefehler im Superblock\n"
3344
3345#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003346#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003347msgid "e2label: not an ext2 filesystem\n"
3348msgstr "e2label: Kein ext2 Dateisystem\n"
3349
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003350#: misc/e2label.c:96 misc/tune2fs.c:888
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003351#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003352msgid "Warning: label too long, truncating.\n"
3353msgstr "Warnung: Name zu lang, kürze ihn.\n"
3354
3355#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003356#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003357msgid "e2label: cannot seek to superblock again\n"
3358msgstr "e2label: cannot seek to superblock again\n"
3359
3360#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003361#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003362msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003363msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003364
Theodore Ts'o6956f612005-12-31 16:46:15 -05003365#: misc/e2label.c:116 misc/tune2fs.c:451
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003366#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003367msgid "Usage: e2label device [newlabel]\n"
3368msgstr "Verwendung: e2label Gerät [neuer_Name]\n"
3369
Theodore Ts'obc759702005-05-09 20:40:55 -04003370#: misc/fsck.c:346
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003371#, c-format
3372msgid "WARNING: couldn't open %s: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003373msgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003374
Theodore Ts'obc759702005-05-09 20:40:55 -04003375#: misc/fsck.c:356
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003376#, c-format
3377msgid "WARNING: bad format on line %d of %s\n"
3378msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
3379
Theodore Ts'obc759702005-05-09 20:40:55 -04003380#: misc/fsck.c:371
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003381msgid ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003382"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003383"\tfield. I will kludge around things for you, but you\n"
3384"\tshould fix your /etc/fstab file as soon as you can.\n"
3385"\n"
3386msgstr ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003387"\a\a\aWARNUNG: Ihre /etc/fstab enthält kein 'fsck passno'\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003388"\tFeld. Ich werde dieses ignorieren, aber Sie\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003389"\tsollten ihre /etc/fstab so schnell wie möglich korrigieren.\n"
3390"\n"
3391
Theodore Ts'obc759702005-05-09 20:40:55 -04003392#: misc/fsck.c:472
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003393#, c-format
3394msgid "fsck: %s: not found\n"
3395msgstr "fsck: %s: nicht gefunden\n"
3396
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003397#: misc/fsck.c:588
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003398#, c-format
3399msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003400msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003401
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003402#: misc/fsck.c:610
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003403#, c-format
3404msgid "Warning... %s for device %s exited with signal %d.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003405msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003406
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003407#: misc/fsck.c:616
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003408#, c-format
3409msgid "%s %s: status is %x, should never happen.\n"
3410msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
3411
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003412#: misc/fsck.c:652
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003413#, c-format
3414msgid "Finished with %s (exit status %d)\n"
3415msgstr "Beendet mit %s (exit status %d)\n"
3416
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003417#: misc/fsck.c:712
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003418#, c-format
3419msgid "%s: Error %d while executing fsck.%s for %s\n"
3420msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
3421
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003422#: misc/fsck.c:733
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003423msgid ""
3424"Either all or none of the filesystem types passed to -t must be prefixed\n"
3425"with 'no' or '!'.\n"
3426msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003427"Bei -t müssen entweder allen oder keinem Dateisystem ein 'no' bzw. '!'\n"
3428"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003429
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003430#: misc/fsck.c:752
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003431msgid "Couldn't allocate memory for filesystem types\n"
3432msgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
3433
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003434#: misc/fsck.c:875
3435#, c-format
3436msgid ""
3437"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3438"number\n"
3439msgstr ""
3440
3441#: misc/fsck.c:902
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003442#, c-format
3443msgid "fsck: cannot check %s: fsck.%s not found\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003444msgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003445
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003446#: misc/fsck.c:958
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003447msgid "Checking all file systems.\n"
3448msgstr "Überprüfe alle Dateisysteme.\n"
3449
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003450#: misc/fsck.c:1044
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003451#, c-format
3452msgid "--waiting-- (pass %d)\n"
3453msgstr "--warten-- (Durchgang %d)\n"
3454
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003455#: misc/fsck.c:1064
Theodore Ts'obc759702005-05-09 20:40:55 -04003456msgid ""
3457"Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003458msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003459"Verwendung: fsck [-ANPRTV] [-C [fd]] [-t Dateisystemtyp] [fs-Optionen] "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003460"[Dateisystem...]\n"
3461
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003462#: misc/fsck.c:1106
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003463#, c-format
3464msgid "%s: too many devices\n"
3465msgstr "%s: zu viele Geräte\n"
3466
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003467#: misc/fsck.c:1139 misc/fsck.c:1225
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003468#, c-format
3469msgid "%s: too many arguments\n"
3470msgstr "%s: zu viele Argumente\n"
3471
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003472#: misc/lsattr.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003473#, c-format
3474msgid "Usage: %s [-RVadlv] [files...]\n"
3475msgstr "Verwendung: %s [-RVadlv] [Dateien...]\n"
3476
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003477#: misc/lsattr.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003478#, c-format
3479msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003480msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003481
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003482#: misc/lsattr.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003483#, c-format
3484msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003485msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003486
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003487#: misc/mke2fs.c:97
Theodore Ts'obc759702005-05-09 20:40:55 -04003488#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003489msgid ""
3490"Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003491"\t[-i bytes-per-inode] [-I inode-size] [-j] [-J journal-options]\n"
3492"\t[-N number-of-inodes] [-m reserved-blocks-percentage] [-o creator-os]\n"
3493"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003494"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]] [-qvSV]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003495"\tdevice [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003496msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003497"Verwendung: %s [-c|-t|-l Dateiname] [-b Blockgröße] [-f Fragmentgröße]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003498"\t[-i Bytes-pro-Inode] [-j] [-J Journal-Optionen] [-N Anzahl_der_Inoden]\n"
3499"\t[-m Reservierte-Blöcke-Prozent] [-o creator-os] [-g Blöcke-pro-Gruppe]\n"
3500"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
3501"\t[-r fs-revision] [-R raid_opts] [-qvSV] Gerät [Blockanzahl]\n"
3502
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003503#: misc/mke2fs.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003504#, c-format
3505msgid "Running command: %s\n"
3506msgstr "Führe aus: %s\n"
3507
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003508#: misc/mke2fs.c:201
Theodore Ts'obc759702005-05-09 20:40:55 -04003509#, fuzzy, c-format
3510msgid "while trying to run '%s'"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003511msgstr "während des Ausführungsversuchs von '%s'"
3512
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003513#: misc/mke2fs.c:208
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003514msgid "while processing list of bad blocks from program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003515msgstr "beim Auswerten der 'Bad Block'-Liste vom Programm"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003516
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003517#: misc/mke2fs.c:235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003518#, c-format
3519msgid "Block %d in primary superblock/group descriptor area bad.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003520msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003521
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003522#: misc/mke2fs.c:237
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003523#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003524msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003525msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003526"Die Blöcke %d bis einschließlich %d müssen i.O. sein um ein Dateisystem zu "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003527"erstellen.\n"
3528
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003529#: misc/mke2fs.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003530msgid "Aborting....\n"
3531msgstr "Breche ab...\n"
3532
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003533#: misc/mke2fs.c:260
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003534#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003535msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003536"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003537"\tbad blocks.\n"
3538"\n"
3539msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003540"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %d "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003541"enthält\n"
3542"\tdefekte Blöcke.\n"
3543"\n"
3544
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003545#: misc/mke2fs.c:278
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003546msgid "while marking bad blocks as used"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003547msgstr "beim Markieren von defekten Blöcken als 'belegt'"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003548
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003549#: misc/mke2fs.c:336
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003550msgid "done \n"
3551msgstr "erledigt \n"
3552
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003553#: misc/mke2fs.c:371
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003554msgid "while allocating zeroizing buffer"
3555msgstr "while allocating zeroizing buffer"
3556
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003557#: misc/mke2fs.c:413
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003558msgid "Writing inode tables: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003559msgstr "Schreibe Inode-Tabellen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003560
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003561#: misc/mke2fs.c:430
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003562#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003563msgid ""
3564"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003565"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003566msgstr ""
3567"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003568"Konnte %d Blöcke nicht in Inoden-Tabelle schreiben, beginnend bei %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003569
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003570#: misc/mke2fs.c:486
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003571msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003572msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003573
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003574#: misc/mke2fs.c:493
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003575msgid "while reading root inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003576msgstr "beim Lesen des Root-Inode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003577
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003578#: misc/mke2fs.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003579msgid "while setting root inode ownership"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003580msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003581
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003582#: misc/mke2fs.c:525
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003583msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003584msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003585
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003586#: misc/mke2fs.c:532
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003587msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003588msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003589
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003590#: misc/mke2fs.c:542
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003591msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003592msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003593
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003594#: misc/mke2fs.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003595msgid "while setting bad block inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003596msgstr "beim Setzen des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003597
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003598#: misc/mke2fs.c:590
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003599#, c-format
3600msgid "Out of memory erasing sectors %d-%d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003601msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003602
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003603#: misc/mke2fs.c:600
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003604#, c-format
3605msgid "Warning: could not read block 0: %s\n"
3606msgstr "Warnung: konnte Block %s nicht lesen\n"
3607
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003608#: misc/mke2fs.c:616
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003609#, c-format
3610msgid "Warning: could not erase sector %d: %s\n"
3611msgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
3612
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003613#: misc/mke2fs.c:632
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003614msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003615msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003616
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003617#: misc/mke2fs.c:638
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003618msgid "Zeroing journal device: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003619msgstr "Überschreibe Journal-Device mit Nullen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003620
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003621#: misc/mke2fs.c:645
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003622#, c-format
3623msgid "while zeroing journal device (block %u, count %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003624msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %u, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003625
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003626#: misc/mke2fs.c:656
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003627msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003628msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003629
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003630#: misc/mke2fs.c:672
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003631#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003632msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003633"warning: %u blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003634"\n"
3635msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003636"Warnung: %u Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003637"\n"
3638
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003639#: misc/mke2fs.c:677
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003640#, c-format
3641msgid "Filesystem label=%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003642msgstr "Dateisystem-Label=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003643
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003644#: misc/mke2fs.c:678
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003645msgid "OS type: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003646msgstr "OS-Typ: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003647
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003648#: misc/mke2fs.c:683
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003649#, c-format
3650msgid "Block size=%u (log=%u)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003651msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003652
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003653#: misc/mke2fs.c:685
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003654#, c-format
3655msgid "Fragment size=%u (log=%u)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003656msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003657
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003658#: misc/mke2fs.c:687
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003659#, c-format
3660msgid "%u inodes, %u blocks\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003661msgstr "%u Inodes, %u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003662
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003663#: misc/mke2fs.c:689
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003664#, c-format
3665msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3666msgstr "%u Blöcke (%2.2f%%) reserviert für den Superuser\n"
3667
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003668#: misc/mke2fs.c:692
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003669#, c-format
3670msgid "First data block=%u\n"
3671msgstr "erster Datenblock=%u\n"
3672
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003673#: misc/mke2fs.c:694
Theodore Ts'obc759702005-05-09 20:40:55 -04003674#, fuzzy, c-format
3675msgid "Maximum filesystem blocks=%lu\n"
3676msgstr "Dateisystem-Label=%s\n"
3677
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003678#: misc/mke2fs.c:699
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003679#, c-format
3680msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003681msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003682
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003683#: misc/mke2fs.c:701
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003684#, c-format
3685msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003686msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003687
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003688#: misc/mke2fs.c:702
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003689#, c-format
3690msgid "%u blocks per group, %u fragments per group\n"
3691msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
3692
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003693#: misc/mke2fs.c:704
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003694#, c-format
3695msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003696msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003697
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003698#: misc/mke2fs.c:711
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003699#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003700msgid "Superblock backups stored on blocks: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003701msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003702
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003703#: misc/mke2fs.c:767
Theodore Ts'obc759702005-05-09 20:40:55 -04003704#, fuzzy, c-format
3705msgid "Couldn't allocate memory to parse options!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003706msgstr ""
3707"Speicher zum Parsen der RAID-Optionen konnte nicht reserviert werden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003708
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003709#: misc/mke2fs.c:791
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003710#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003711msgid "Invalid stride parameter: %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003712msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003713
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003714#: misc/mke2fs.c:812
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003715#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003716msgid "Invalid resize parameter: %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003717msgstr "Ungültiger \"resize\"-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003718
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003719#: misc/mke2fs.c:819
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003720#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003721msgid "The resize maximum must be greater than the filesystem size.\n"
3722msgstr ""
3723
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003724#: misc/mke2fs.c:843
3725#, c-format
3726msgid "On-line resizing not supported with revision 0 filesystems\n"
3727msgstr ""
3728
3729#: misc/mke2fs.c:856
Theodore Ts'obc759702005-05-09 20:40:55 -04003730#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003731msgid ""
3732"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003733"Bad options specified.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003734"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003735"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003736"\tis set off by an equals ('=') sign.\n"
3737"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003738"Valid extended options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003739"\tstride=<stride length in blocks>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003740"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003741"\n"
3742msgstr ""
3743"\n"
3744"falsche Raid-Optionen angegeben.\n"
3745"\n"
3746"Raid-Optionen werden mit Kommatas getrennt angegeben, sie können ein "
3747"Argument\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003748"\terhalten welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003749"\n"
3750"gültige Raid-Optionen sind:\n"
3751"\tstride=<stride length in blocks>\n"
3752"\n"
3753
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003754#: misc/mke2fs.c:884
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003755#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003756msgid ""
3757"Syntax error in mke2fs config file (%s, line #%d)\n"
3758"\t%s\n"
3759msgstr ""
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003760
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003761#: misc/mke2fs.c:897 misc/tune2fs.c:303
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003762#, c-format
3763msgid "Invalid filesystem option set: %s\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003764msgstr "Ungültige Dateisystem-Option gesetzt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003765
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003766#: misc/mke2fs.c:1004
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003767#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003768msgid "invalid block size - %s"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003769msgstr "ungültige Blockgröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003770
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003771#: misc/mke2fs.c:1008
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003772#, c-format
3773msgid "Warning: blocksize %d not usable on most systems.\n"
3774msgstr "Warnung: Blockgröße %d ist auf den meisten Systemen unbrauchbar.\n"
3775
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003776#: misc/mke2fs.c:1025
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003777#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003778msgid "invalid fragment size - %s"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003779msgstr "ungültige Fragmentgröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003780
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003781#: misc/mke2fs.c:1031
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003782#, c-format
3783msgid "Warning: fragments not supported. Ignoring -f option\n"
3784msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
3785
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003786#: misc/mke2fs.c:1038
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003787msgid "Illegal number for blocks per group"
3788msgstr "unzulässige Angabe für Blöcke pro Gruppe"
3789
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003790#: misc/mke2fs.c:1043
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003791msgid "blocks per group must be multiple of 8"
3792msgstr "Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
3793
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003794#: misc/mke2fs.c:1053
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003795#, fuzzy, c-format
3796msgid "invalid inode ratio %s (min %d/max %d)"
3797msgstr "Unzulässiges Inode-Verhältnis %s (Min %d/Max %d"
3798
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003799#: misc/mke2fs.c:1070
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003800msgid "in malloc for bad_blocks_filename"
3801msgstr "in malloc for bad_blocks_filename"
3802
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003803#: misc/mke2fs.c:1079
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003804#, fuzzy, c-format
3805msgid "invalid reserved blocks percent - %s"
3806msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %s"
3807
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003808#: misc/mke2fs.c:1097
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003809#, fuzzy, c-format
3810msgid "bad revision level - %s"
3811msgstr "ungültiges Intervall - %s"
3812
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003813#: misc/mke2fs.c:1109
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003814#, fuzzy, c-format
3815msgid "invalid inode size - %s"
3816msgstr "Unzulässige Inode-Größe - %s"
3817
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003818#: misc/mke2fs.c:1129
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003819#, fuzzy, c-format
3820msgid "bad num inodes - %s"
3821msgstr "ungültiges Intervall - %s"
3822
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003823#: misc/mke2fs.c:1187 misc/mke2fs.c:1706
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003824#, c-format
3825msgid "while trying to open journal device %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003826msgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003827
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003828#: misc/mke2fs.c:1193
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003829#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003830msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003831msgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003832
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003833#: misc/mke2fs.c:1207
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003834#, c-format
3835msgid "%d-byte blocks too big for system (max %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003836msgstr "%d-Byte Blöcke zu groß für das System (max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003837
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003838#: misc/mke2fs.c:1211
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003839#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003840msgid ""
3841"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003842msgstr ""
3843"Warnung: %d-byte Blöcke zu groß für das System (max %d), fahre dennoch fort\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003844
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003845#: misc/mke2fs.c:1229
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003846msgid "filesystem"
3847msgstr "Dateisystem"
3848
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003849#: misc/mke2fs.c:1252 resize/main.c:332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003850msgid "while trying to determine filesystem size"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003851msgstr "beim Bestimmen der Dateisystemgröße"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003852
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003853#: misc/mke2fs.c:1258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003854msgid ""
3855"Couldn't determine device size; you must specify\n"
3856"the size of the filesystem\n"
3857msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003858"Konnte die Gerätegröße nicht ermitteln. Geben\n"
3859"Sie die Größe des Dateisystems an\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003860
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003861#: misc/mke2fs.c:1265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003862msgid ""
3863"Device size reported to be zero. Invalid partition specified, or\n"
3864"\tpartition table wasn't reread after running fdisk, due to\n"
3865"\ta modified partition being busy and in use. You may need to reboot\n"
3866"\tto re-read your partition table.\n"
3867msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003868"Zurückgegebene Gerätegröße ist gleich null. Ungültige Partition\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003869"\tangegeben oder die Partitionstabelle wurde nach einem fdisk-Lauf\n"
3870"\tnicht wieder eingelesen, weil eine veränderte Partition in Gebrauch\n"
3871"\tund gesperrt ist. Sie könnten gezwungen sein, neu zu booten, um die\n"
3872"\tPartitionstabelle neu einzulesen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003873
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003874#: misc/mke2fs.c:1283
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003875msgid "Filesystem larger than apparent device size."
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003876msgstr "Dateisystem ist größer als augenscheinlich das Gerät selbst."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003877
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003878#: misc/mke2fs.c:1331
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003879#, c-format
3880msgid "Filesystem features not supported with revision 0 filesystems\n"
3881msgstr ""
3882
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003883#: misc/mke2fs.c:1338
3884#, c-format
3885msgid "Sparse superblocks not supported with revision 0 filesystems\n"
3886msgstr ""
3887
3888#: misc/mke2fs.c:1350
3889#, fuzzy, c-format
3890msgid "Journals not supported with revision 0 filesystems\n"
3891msgstr ""
3892"\n"
3893"Das Journal ist zu groß für dieses Dateisystem.\n"
3894
3895#: misc/mke2fs.c:1376
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003896msgid "while trying to determine hardware sector size"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003897msgstr "beim Ermitteln der Hardware-Sektorgröße"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003898
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003899#: misc/mke2fs.c:1428
Theodore Ts'obc759702005-05-09 20:40:55 -04003900msgid "reserved online resize blocks not supported on non-sparse filesystem"
3901msgstr ""
3902
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003903#: misc/mke2fs.c:1437
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003904msgid "blocks per group count out of range"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003905msgstr "Anzahl der Blöcke pro Gruppe nicht im gültigen Bereich"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003906
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003907#: misc/mke2fs.c:1444
Theodore Ts'o6956f612005-12-31 16:46:15 -05003908msgid ""
3909"Filesystem too large. No more than 2**31-1 blocks\n"
3910"\t (8TB using a blocksize of 4k) are currently supported."
3911msgstr ""
3912
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003913#: misc/mke2fs.c:1451
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003914#, c-format
3915msgid ""
3916"\n"
3917"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3918"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3919"\n"
3920msgstr ""
3921
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003922#: misc/mke2fs.c:1468
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003923#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003924msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003925msgstr "ungültige Inode-Größe %d (min %d / max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003926
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003927#: misc/mke2fs.c:1474
3928#, fuzzy, c-format
3929msgid "Warning: %d-byte inodes not usable on older systems\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003930msgstr ""
3931"Warnung: %d-Byte Inodes sind auf den meisten Systemen nicht benutzbar\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003932
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003933#: misc/mke2fs.c:1486
3934#, c-format
3935msgid "too many inodes (%llu), raise inode ratio?"
3936msgstr ""
3937
3938#: misc/mke2fs.c:1491
3939#, c-format
3940msgid "too many inodes (%llu), specify < 2^32 inodes"
3941msgstr ""
3942
3943#: misc/mke2fs.c:1506
3944#, c-format
3945msgid ""
3946"inode_size (%u) * inodes_count (%u) too big for a\n"
3947"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
3948"\tor lower inode count (-N).\n"
3949msgstr ""
3950
3951#: misc/mke2fs.c:1555
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003952msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003953msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003954
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003955#: misc/mke2fs.c:1589
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003956#, c-format
3957msgid "unknown os - %s"
3958msgstr "unbekanntes OS - %s"
3959
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003960#: misc/mke2fs.c:1643
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003961msgid "while trying to allocate filesystem tables"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003962msgstr "beim Zuordnen von Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003963
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003964#: misc/mke2fs.c:1674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003965#, c-format
3966msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003967msgstr "beim Nullen von Block %u am Ende des Dateisystems"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003968
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003969#: misc/mke2fs.c:1688
Theodore Ts'obc759702005-05-09 20:40:55 -04003970#, fuzzy
3971msgid "while reserving blocks for online resize"
3972msgstr "beim Lesen des Bad-Block-Inodes"
3973
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003974#: misc/mke2fs.c:1699 misc/tune2fs.c:388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003975msgid "journal"
3976msgstr "Journal"
3977
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003978#: misc/mke2fs.c:1711
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003979#, c-format
3980msgid "Adding journal to device %s: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003981msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003982
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003983#: misc/mke2fs.c:1718
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003984#, c-format
3985msgid ""
3986"\n"
3987"\twhile trying to add journal to device %s"
3988msgstr ""
3989"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003990"\tbeim Erstellen des Journals auf Gerät %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003991
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003992#: misc/mke2fs.c:1723 misc/mke2fs.c:1749 misc/tune2fs.c:416 misc/tune2fs.c:430
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003993#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003994msgid "done\n"
3995msgstr "erledigt\n"
3996
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003997#: misc/mke2fs.c:1754
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003998#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003999msgid "Writing superblocks and filesystem accounting information: "
4000msgstr "Schreibe Superblöcke und Dateisystem-Accountinginformationen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004001
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004002#: misc/mke2fs.c:1759
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004003#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004004msgid ""
4005"\n"
4006"Warning, had trouble writing out superblocks."
4007msgstr ""
4008"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004009"Warnung: Probleme beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004010
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004011#: misc/mke2fs.c:1762
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004012#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004013msgid ""
4014"done\n"
4015"\n"
4016msgstr ""
4017"erledigt\n"
4018"\n"
4019
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004020#: misc/mklost+found.c:49
4021#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004022msgid "Usage: mklost+found\n"
4023msgstr "Verwendung: mklost+found\n"
4024
Theodore Ts'o6956f612005-12-31 16:46:15 -05004025#: misc/tune2fs.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004026msgid "Please run e2fsck on the filesystem.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004027msgstr "Bitte e2fsck über das Dateisystem laufen lassen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004028
Theodore Ts'o6956f612005-12-31 16:46:15 -05004029#: misc/tune2fs.c:85
Theodore Ts'o197abba2005-06-20 18:00:23 -04004030#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004031msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004032"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4033"\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
4034"\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
4035"\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
4036"\t[-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
4037"\t[-O [^]feature[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004038msgstr ""
4039"Verwendung: %s [-c max-mounts-count] [-e errors-behavior] [-g group]\n"
4040"\t[-i interval[d|m|w]] [-j] [-J journal-options]\n"
4041"\t[-l] [-s sparse-flag] [-m reserved-blocks-percent]\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004042"\t[-o [^]mount-options[,...]] [-r reserved-blocks-count]\n"
4043"\t[-u user] [-C mount-count] [-L volume-label] [-M last-mounted-dir]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004044"\t[-O [^]feature[,...]] [-T last-check-time] [-U UUID] Gerät\n"
4045
Theodore Ts'o6956f612005-12-31 16:46:15 -05004046#: misc/tune2fs.c:142
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004047msgid "while trying to open external journal"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004048msgstr "beim Öffnen des externen Journals"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004049
Theodore Ts'o6956f612005-12-31 16:46:15 -05004050#: misc/tune2fs.c:146
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004051#, c-format
4052msgid "%s is not a journal device.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004053msgstr "%s ist kein Journal-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004054
Theodore Ts'o6956f612005-12-31 16:46:15 -05004055#: misc/tune2fs.c:161
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004056msgid "Journal superblock not found!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004057msgstr "Journal-Superblock nicht gefunden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004058
Theodore Ts'o6956f612005-12-31 16:46:15 -05004059#: misc/tune2fs.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004060msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004061msgstr "UUID des Dateisystems auf Journal-Gerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004062
Theodore Ts'o6956f612005-12-31 16:46:15 -05004063#: misc/tune2fs.c:194
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004064msgid "Journal NOT removed\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004065msgstr "Journal NICHT gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004066
Theodore Ts'o6956f612005-12-31 16:46:15 -05004067#: misc/tune2fs.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004068msgid "Journal removed\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004069msgstr "Journal gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004070
Theodore Ts'o6956f612005-12-31 16:46:15 -05004071#: misc/tune2fs.c:239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004072msgid "while reading bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004073msgstr "beim Lesen von Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004074
Theodore Ts'o6956f612005-12-31 16:46:15 -05004075#: misc/tune2fs.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004076msgid "while clearing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004077msgstr "beim Bereinigen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004078
Theodore Ts'o6956f612005-12-31 16:46:15 -05004079#: misc/tune2fs.c:257
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004080msgid "while writing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004081msgstr "beim Schreiben des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004082
Theodore Ts'o6956f612005-12-31 16:46:15 -05004083#: misc/tune2fs.c:272
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004084#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004085msgid "Invalid mount option set: %s\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004086msgstr "Ungültige Einhänge-Option gesetzt: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004087
Theodore Ts'o6956f612005-12-31 16:46:15 -05004088#: misc/tune2fs.c:318
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004089msgid ""
4090"The has_journal flag may only be cleared when the filesystem is\n"
4091"unmounted or mounted read-only.\n"
4092msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004093"Das has_jounal Flag kann nur gelöscht werden, wenn das Dateisystem\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004094"nicht eingehängt oder im Nur-Lesen-Modus ist.\n"
4095
Theodore Ts'o6956f612005-12-31 16:46:15 -05004096#: misc/tune2fs.c:326
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004097msgid ""
4098"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4099"the has_journal flag.\n"
4100msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004101"Das needs_recovery Flag ist gesetzt. Bitte starten sie e2fsck vor\n"
4102"der Löschung des has_journal Flags.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004103
Theodore Ts'o6956f612005-12-31 16:46:15 -05004104#: misc/tune2fs.c:383
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004105msgid "The filesystem already has a journal.\n"
4106msgstr "Das Dateisystem hat schon ein Journal.\n"
4107
Theodore Ts'o6956f612005-12-31 16:46:15 -05004108#: misc/tune2fs.c:400
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004109#, c-format
4110msgid ""
4111"\n"
4112"\twhile trying to open journal on %s\n"
4113msgstr ""
4114"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004115"\tbeim Öffnen des Journals auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004116
Theodore Ts'o6956f612005-12-31 16:46:15 -05004117#: misc/tune2fs.c:404
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004118#, c-format
4119msgid "Creating journal on device %s: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004120msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004121
Theodore Ts'o6956f612005-12-31 16:46:15 -05004122#: misc/tune2fs.c:412
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004123#, c-format
4124msgid "while adding filesystem to journal on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004125msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004126
Theodore Ts'o6956f612005-12-31 16:46:15 -05004127#: misc/tune2fs.c:418
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004128msgid "Creating journal inode: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004129msgstr "Erstelle Journal-Inode: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004130
Theodore Ts'o6956f612005-12-31 16:46:15 -05004131#: misc/tune2fs.c:427
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004132msgid ""
4133"\n"
4134"\twhile trying to create journal file"
4135msgstr ""
4136"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004137"\tbeim Erstellen der Journaldatei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004138
Theodore Ts'o6956f612005-12-31 16:46:15 -05004139#: misc/tune2fs.c:493
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004140#, c-format
4141msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004142msgstr "Konnte Datum/Zeit nicht parsen: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004143
Theodore Ts'o6956f612005-12-31 16:46:15 -05004144#: misc/tune2fs.c:515 misc/tune2fs.c:528
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004145#, c-format
4146msgid "bad mounts count - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004147msgstr "Ungültiger Mounts-Zähler - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004148
Theodore Ts'o6956f612005-12-31 16:46:15 -05004149#: misc/tune2fs.c:544
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004150#, c-format
4151msgid "bad error behavior - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004152msgstr "ungültiges Fehler-Verhalten - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004153
Theodore Ts'o6956f612005-12-31 16:46:15 -05004154#: misc/tune2fs.c:567
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004155#, c-format
4156msgid "bad gid/group name - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004157msgstr "ungültige(r) GID oder Gruppenname - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004158
Theodore Ts'o6956f612005-12-31 16:46:15 -05004159#: misc/tune2fs.c:600
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004160#, c-format
4161msgid "bad interval - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004162msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004163
Theodore Ts'o6956f612005-12-31 16:46:15 -05004164#: misc/tune2fs.c:628
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004165#, c-format
4166msgid "bad reserved block ratio - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004167msgstr "ungültiges Reservierte-Blöcke-Verhältnis - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004168
Theodore Ts'o6956f612005-12-31 16:46:15 -05004169#: misc/tune2fs.c:643
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004170msgid "-o may only be specified once"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004171msgstr "-o darf nur eimal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004172
Theodore Ts'o6956f612005-12-31 16:46:15 -05004173#: misc/tune2fs.c:653
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004174msgid "-O may only be specified once"
4175msgstr "-O darf nur eimal angegeben werden"
4176
Theodore Ts'o6956f612005-12-31 16:46:15 -05004177#: misc/tune2fs.c:663
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004178#, c-format
4179msgid "bad reserved blocks count - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004180msgstr "ungültige Anzahl von reservierten Blöcken - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004181
Theodore Ts'o6956f612005-12-31 16:46:15 -05004182#: misc/tune2fs.c:692
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004183#, c-format
4184msgid "bad uid/user name - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004185msgstr "ungültige(r) UID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004186
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004187#: misc/tune2fs.c:804
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004188#, c-format
4189msgid "Setting maximal mount count to %d\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004190msgstr "Setze maximale Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004191
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004192#: misc/tune2fs.c:810
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004193#, c-format
4194msgid "Setting current mount count to %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004195msgstr "Setze derzeitige Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004196
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004197#: misc/tune2fs.c:815
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004198#, c-format
4199msgid "Setting error behavior to %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004200msgstr "Setze Fehler-Verhalten auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004201
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004202#: misc/tune2fs.c:820
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004203#, c-format
4204msgid "Setting reserved blocks gid to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004205msgstr "Setze GID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004206
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004207#: misc/tune2fs.c:825
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004208#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004209msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004210msgstr "Setze Intervall zwischen Checks auf %lu Sekunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004211
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004212#: misc/tune2fs.c:831
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004213#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004214msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004215msgstr "Setze Verhältnis der reservierten Blöcke auf %g%% (%u blocks)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004216
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004217#: misc/tune2fs.c:837
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004218#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004219msgid "reserved blocks count is too big (%lu)"
4220msgstr "Anzahl der reservierten Blöcke zu groß (%lu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004221
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004222#: misc/tune2fs.c:843
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004223#, c-format
4224msgid "Setting reserved blocks count to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004225msgstr "Setze Anzahl der reservierten Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004226
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004227#: misc/tune2fs.c:849
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004228msgid ""
4229"\n"
4230"The filesystem already has sparse superblocks.\n"
4231msgstr ""
4232"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004233"Das Dateisystem hat bereits einen \"sparse superblock\".\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004234
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004235#: misc/tune2fs.c:856
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004236#, c-format
4237msgid ""
4238"\n"
4239"Sparse superblock flag set. %s"
4240msgstr ""
4241"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004242"Sparse superblock Flag gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004243
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004244#: misc/tune2fs.c:863
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004245msgid ""
4246"\n"
4247"The filesystem already has sparse superblocks disabled.\n"
4248msgstr ""
4249"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004250"Sparse Superblocks sind auf dem Dateisystem bereits deaktiviert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004251
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004252#: misc/tune2fs.c:871
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004253#, c-format
4254msgid ""
4255"\n"
4256"Sparse superblock flag cleared. %s"
4257msgstr ""
4258"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004259"Sparse superblock Flag gelöscht. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004260
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004261#: misc/tune2fs.c:878
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004262#, c-format
4263msgid "Setting time filesystem last checked to %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004264msgstr "Setze Zeit des letzten Dateisystemchecks auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004265
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004266#: misc/tune2fs.c:884
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004267#, c-format
4268msgid "Setting reserved blocks uid to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004269msgstr "Setze UID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004270
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004271#: misc/tune2fs.c:917
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004272msgid "Invalid UUID format\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004273msgstr "Ungültiges UUID Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004274
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004275#: misc/util.c:72
4276msgid "Proceed anyway? (y,n) "
4277msgstr "Trotzdem fortsetzen? (y,n) "
4278
4279#: misc/util.c:93
4280#, c-format
4281msgid "Could not stat %s --- %s\n"
4282msgstr "Could not stat %s --- %s\n"
4283
4284#: misc/util.c:96
4285msgid ""
4286"\n"
4287"The device apparently does not exist; did you specify it correctly?\n"
4288msgstr ""
4289"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004290"Das Gerät scheint nicht zu existieren, haben Sie es richtig angegeben?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004291
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004292#: misc/util.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004293#, c-format
4294msgid "%s is not a block special device.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004295msgstr "%s ist kein spezielles Block-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004296
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004297#: misc/util.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004298#, c-format
4299msgid "%s is entire device, not just one partition!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004300msgstr "%s ist ein vollständiges Gerät, nicht nur eine Partition!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004301
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004302#: misc/util.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004303msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004304msgstr "mke2fs trotzdem erzwungen. Hoffentlich stimmt /etc/mtab nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004305
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004306#: misc/util.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004307#, c-format
4308msgid "will not make a %s here!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004309msgstr "werde dort kein %s erstellen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004310
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004311#: misc/util.c:170
4312msgid "mke2fs forced anyway.\n"
4313msgstr ""
4314
4315#: misc/util.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004316msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004317msgstr "Konnte keinen Speicher zuweisen, um Journal-Optionen zu parsen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004318
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004319#: misc/util.c:228
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004320msgid ""
4321"\n"
4322"Bad journal options specified.\n"
4323"\n"
4324"Journal options are separated by commas, and may take an argument which\n"
4325"\tis set off by an equals ('=') sign.\n"
4326"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004327"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004328"\tsize=<journal size in megabytes>\n"
4329"\tdevice=<journal device>\n"
4330"\n"
4331"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4332"\n"
4333msgstr ""
4334"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004335"Ungültioge Journal-Optionen angegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004336"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004337"Journal-Optionen werden mit Kommata getrennt angegeben, sie können ein "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004338"Argument\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004339"\terhalten welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004340"\n"
4341"Gültige Journal-Optionen sind:\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004342"\tsize=<Journalgröße in Megabytes>\n"
4343"\tdevice=<Journal-Gerät>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004344"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004345"Die Journalgröße muss zwischen 1024 und 102400 Dateisystem-Blöcken liegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004346"\n"
4347
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004348#: misc/util.c:258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004349msgid ""
4350"\n"
4351"Filesystem too small for a journal\n"
4352msgstr ""
4353"\n"
4354"Dateisystem zu klein für ein Journal\n"
4355
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004356#: misc/util.c:265
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004357#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004358msgid ""
4359"\n"
4360"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004361"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004362msgstr ""
4363"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004364"Die angegebene Journalgröße ist %d Blöcke. Sie muss aber zwischen\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004365"1024 und 10240000 Dateisystem-Blöcken liegen. Breche ab!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004366
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004367#: misc/util.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004368msgid ""
4369"\n"
4370"Journal size too big for filesystem.\n"
4371msgstr ""
4372"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004373"Das Journal ist zu groß für dieses Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004374
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004375#: misc/util.c:283
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004376#, c-format
4377msgid ""
4378"This filesystem will be automatically checked every %d mounts or\n"
4379"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4380msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004381"Das Dateisystem wird automatisch alle %d Mounts bzw. alle %g Tage "
4382"überprüft,\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004383"je nachdem, was zuerst eintritt. Veränderbar mit tune2fs -c oder -t .\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004384
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004385#: misc/uuidgen.c:31
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004386#, c-format
4387msgid "Usage: %s [-r] [-t]\n"
4388msgstr "Verwendung: %s [-r] [-t]\n"
4389
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004390#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004391msgid "# Extent dump:\n"
4392msgstr "# Extent dump:\n"
4393
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004394#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004395#, c-format
4396msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4397msgstr "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4398
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004399#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004400#, c-format
4401msgid "#\t\t %u -> %u (%d)\n"
4402msgstr "#\t\t %u -> %u (%d)\n"
4403
Theodore Ts'o6956f612005-12-31 16:46:15 -05004404#: resize/main.c:39
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004405#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004406msgid ""
Theodore Ts'obc759702005-05-09 20:40:55 -04004407"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004408"\n"
4409msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004410"Verwendung: %s [-d debug_flags] [-f] [-F] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004411"\n"
4412
Theodore Ts'o6956f612005-12-31 16:46:15 -05004413#: resize/main.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004414msgid "Extending the inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004415msgstr "Vergrößere Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004416
Theodore Ts'o6956f612005-12-31 16:46:15 -05004417#: resize/main.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004418msgid "Relocating blocks"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004419msgstr "Verteile Blöcke neu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004420
Theodore Ts'o6956f612005-12-31 16:46:15 -05004421#: resize/main.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004422msgid "Scanning inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004423msgstr "Scanne Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004424
Theodore Ts'o6956f612005-12-31 16:46:15 -05004425#: resize/main.c:70
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004426msgid "Updating inode references"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004427msgstr "Aktualisiere Inode-Referenzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004428
Theodore Ts'o6956f612005-12-31 16:46:15 -05004429#: resize/main.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004430msgid "Moving inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004431msgstr "Verschiebe Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004432
Theodore Ts'o6956f612005-12-31 16:46:15 -05004433#: resize/main.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004434msgid "Unknown pass?!?"
4435msgstr "Unbekannter Durchgang?!?"
4436
Theodore Ts'o6956f612005-12-31 16:46:15 -05004437#: resize/main.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004438#, c-format
4439msgid "Begin pass %d (max = %lu)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004440msgstr "Beginne Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004441
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004442#: resize/main.c:253
Theodore Ts'o6956f612005-12-31 16:46:15 -05004443#, fuzzy, c-format
4444msgid "while opening %s"
4445msgstr "beim Start des Inode-Scans"
4446
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004447#: resize/main.c:265
Theodore Ts'o6956f612005-12-31 16:46:15 -05004448#, fuzzy, c-format
4449msgid "while getting stat information for %s"
4450msgstr "beim Setzen der Version in %s"
4451
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004452#: resize/main.c:339
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004453#, c-format
4454msgid "bad filesystem size - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004455msgstr "ungültige Dateisystemgröße - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004456
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004457#: resize/main.c:353
4458#, fuzzy
4459msgid "Invalid stride length"
4460msgstr "Ungültiger \"stride\"-Parameter.\n"
4461
4462#: resize/main.c:377
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004463#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004464msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004465"The containing partition (or device) is only %u (%dk) blocks.\n"
4466"You requested a new size of %u blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004467"\n"
4468msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004469"Die Partition (oder das Gerät) enthält nur %d (%dk) Blöcke.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004470"Die geforderte neue Größe ist %d Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004471"\n"
4472
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004473#: resize/main.c:384
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004474#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004475msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004476"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004477"\n"
4478msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004479"Das Dateisystem ist schon %u Blöcke groß. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004480"\n"
4481
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004482#: resize/main.c:395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004483#, c-format
4484msgid ""
4485"Please run 'e2fsck -f %s' first.\n"
4486"\n"
4487msgstr ""
4488"Bitte zuerst 'e2fsck -f %s ' laufen lassen.\n"
4489"\n"
4490
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004491#: resize/main.c:406
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004492#, c-format
4493msgid "while trying to resize %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004494msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004495
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004496#: resize/main.c:411
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004497#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004498msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004499"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004500"\n"
4501msgstr ""
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004502"Das Dateisystem auf %s ist nun %u Blöcke groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004503"\n"
4504
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004505#: resize/resize2fs.c:233
4506#, c-format
4507msgid "inodes (%llu) must be less than %u"
4508msgstr ""
4509
4510#: resize/resize2fs.c:642
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004511msgid "reserved blocks"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004512msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004513
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004514#: resize/resize2fs.c:647
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004515msgid "blocks to be moved"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004516msgstr "zu verschiebene Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004517
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004518#: resize/resize2fs.c:652
Theodore Ts'obc759702005-05-09 20:40:55 -04004519msgid "meta-data blocks"
4520msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004521
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004522#: resize/resize2fs.c:1534
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004523#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004524msgid "Should never happen: resize inode corrupt!\n"
4525msgstr ""
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004526
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004527#~ msgid "Couldn't find ext2 superblock,"
4528#~ msgstr "Konnte den ext2-Superblock nicht finden,"
4529
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004530#, fuzzy
4531#~ msgid "invalid blocks range: %lu-%lu"
4532#~ msgstr "Bad Blocks Bereich: %lu-%lu"
4533
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004534#~ msgid ""
4535#~ "%s is mounted; can't resize a mounted filesystem!\n"
4536#~ "\n"
4537#~ msgstr ""
4538#~ "%s ist eingehängt, kann die Größe deshalb nicht verändern!\n"
4539#~ "\n"
4540
Theodore Ts'o6956f612005-12-31 16:46:15 -05004541#~ msgid "done \n"
4542#~ msgstr "erledigt \n"
4543
Theodore Ts'o197abba2005-06-20 18:00:23 -04004544#~ msgid ""
4545#~ "Extended options are separated by commas, and may take an argument which\n"
4546#~ "is set off by an equals ('=') sign. Valid raid options are:\n"
4547#~ "\tea_ver=<ea_version (1 or 2)\n"
4548#~ "\n"
4549#~ msgstr ""
4550#~ "Eweiterte Optionen werden komma-getrennt angegeben, sie können ein\n"
4551#~ "Argument erhalten, welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
4552#~ "Gültige Optionen sind:\n"
4553#~ "\tea_ver=<ea_version (1 or 2)\n"
4554#~ "\n"
4555
4556#~ msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4557#~ msgstr "Verwendung: findsuper Gerät [skipbytes [startkb]]\n"
4558
4559#~ msgid "skipbytes should be a number, not %s\n"
4560#~ msgstr "skipbytes sollte eine Zahl sein, nicht %s\n"
4561
4562#~ msgid "skipbytes must be a multiple of the sector size\n"
4563#~ msgstr "skipbytes müssen ein vielfaches der Sektorgröße sein\n"
4564
4565#~ msgid "startkb should be a number, not %s\n"
4566#~ msgstr "startkb sollte eine Zahl sein, nicht %s\n"
4567
4568#~ msgid "startkb should be positive, not %Ld\n"
4569#~ msgstr "startkb sollte positiv sein, nicht %Ld\n"
4570
4571#~ msgid "starting at %Ld, with %d byte increments\n"
4572#~ msgstr "starting at %Ld, with %d byte increments\n"
4573
4574#~ msgid " thisoff block fs_blk_sz blksz grp last_mount\n"
4575#~ msgstr " thisoff block fs_blk_sz blksz grp last_mount\n"
4576
4577#~ msgid ""
4578#~ "\n"
4579#~ "%14Ld: finished with errno %d\n"
4580#~ msgstr ""
4581#~ "\n"
4582#~ "%14Ld: beendet mit errno %d\n"
4583
4584#~ msgid "%s failed for %s: %s\n"
4585#~ msgstr "%s fehlgeschlagen für %s: %s\n"
4586
4587#~ msgid ""
4588#~ "Usage: %s <dev1> <dev2> <dev3>\n"
4589#~ "\n"
4590#~ "This program prints out the partition information for a set of devices\n"
4591#~ "A common way to use this program is:\n"
4592#~ "\n"
4593#~ "\t%s /dev/hda?\n"
4594#~ "\n"
4595#~ msgstr ""
4596#~ "Verwendung: %s <dev1> <dev2> <dev3>\n"
4597#~ "\n"
4598#~ "Dieses Programm gibt die Partitionsinformationen einer Gruppe von Geräten "
4599#~ "aus.\n"
4600#~ "Das Programm wird üblicherweise so benutzt:\n"
4601#~ "\n"
4602#~ "\t%s /dev/hda?\n"
4603#~ "\n"
4604
4605#~ msgid "HDIO_GETGEO ioctl"
4606#~ msgstr "HDIO_GETGEO ioctl"
4607
4608#~ msgid "BLKGETSIZE ioctl"
4609#~ msgstr "BLKGETSIZE ioctl"
4610
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004611#~ msgid "Clone duplicate/bad blocks"
4612#~ msgstr "Dupliziere doppelte und defekte Blöcke"
4613
4614#~ msgid "Duplicate/bad @b(s) in @i %i:"
4615#~ msgstr "Doppelte/defekte @b(s) in @i %i:"
4616
4617#~ msgid "Error allocating @a @b %b. "
4618#~ msgstr "Fehler allocating @a @b %b. "
4619
Theodore Ts'obc759702005-05-09 20:40:55 -04004620#~ msgid "resize2fs %s (%s)\n"
4621#~ msgstr "resize2fs %s (%s)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004622
Theodore Ts'obc759702005-05-09 20:40:55 -04004623#~ msgid "Number of free blocks: %d/%d, Needed: %d\n"
4624#~ msgstr "Anzahl der freien Blöcke ist: %d / %d ; benötigt: %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004625
Theodore Ts'obc759702005-05-09 20:40:55 -04004626#~ msgid "Going into desperation mode for block allocations\n"
4627#~ msgstr "Gehe in Verzweifelungs-Modus für die Blockzuordnung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004628
Theodore Ts'obc759702005-05-09 20:40:55 -04004629#~ msgid "Moving %d blocks %u->%u\n"
4630#~ msgstr "Verschiebe %d Blöcke %u->%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004631
Theodore Ts'obc759702005-05-09 20:40:55 -04004632#~ msgid "ino=%u, blockcnt=%lld, %u->%u\n"
4633#~ msgstr "ino=%u, blockcnt=%lld, %u->%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004634
Theodore Ts'obc759702005-05-09 20:40:55 -04004635#~ msgid "Inode moved %u->%u\n"
4636#~ msgstr "Inode verschoben %u->%u\n"
4637
4638#~ msgid "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
4639#~ msgstr "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
4640
4641#~ msgid "Itable move group %d block %u->%u (diff %d)\n"
4642#~ msgstr "Itable move group %d block %u->%u (diff %d)\n"
4643
4644#~ msgid "%d blocks of zeros...\n"
4645#~ msgstr "%d Blöcke mit Nullen...\n"
4646
4647#~ msgid "Inode table move finished.\n"
4648#~ msgstr "Verschieben der Inode-Tabelle fertiggestellt.\n"
4649
4650#~ msgid "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
4651#~ msgstr "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
4652
4653#~ msgid "(unknown os)"
4654#~ msgstr "(unbekanntes OS)"
Theodore Ts'of592bed2003-07-26 00:51:54 -04004655
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004656#~ msgid ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004657#~ "\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004658#~ "%8d inode used (%d%%)\n"
4659#~ msgid_plural ""
4660#~ "\n"
4661#~ "%8d inodes used (%d%%)\n"
4662#~ msgstr[0] ""
4663#~ "\n"
4664#~ "%8d Inode benutzt (%d%%)\n"
4665#~ msgstr[1] ""
4666#~ "\n"
4667#~ "%8d Inodes benutzt (%d%%)\n"
4668
4669#~ msgid "%8d non-contiguous inode (%0d.%d%%)\n"
4670#~ msgid_plural "%8d non-contiguous inodes (%0d.%d%%)\n"
4671#~ msgstr[0] "%8d nicht zusammenhängender Inode (%0d.%d%%)\n"
4672#~ msgstr[1] "%8d nicht zusammenhängende Inodes (%0d.%d%%)\n"
4673
4674#~ msgid "%8d block used (%d%%)\n"
4675#~ msgid_plural "%8d blocks used (%d%%)\n"
4676#~ msgstr[0] "%8d Block benutzt (%d%%)\n"
4677#~ msgstr[1] "%8d Blöcke benutzt (%d%%)\n"
4678
4679#~ msgid "%8d bad block\n"
4680#~ msgid_plural "%8d bad blocks\n"
4681#~ msgstr[0] "%8d defekter Block\n"
4682#~ msgstr[1] "%8d defekte Blöcke\n"
4683
4684#~ msgid "%8d large file\n"
4685#~ msgid_plural "%8d large files\n"
4686#~ msgstr[0] "%8d große Datei\n"
4687#~ msgstr[1] "%8d große Dateien\n"
4688
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004689#~ msgid "%8d directory\n"
4690#~ msgid_plural "%8d directories\n"
4691#~ msgstr[0] "%8d Verzeichnis\n"
4692#~ msgstr[1] "%8d Verzeichnisse\n"
4693
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004694#~ msgid "%8d fifo\n"
4695#~ msgid_plural "%8d fifos\n"
4696#~ msgstr[0] "%8d FIFO\n"
4697#~ msgstr[1] "%8d FIFOs\n"
4698
4699#~ msgid "%8d link\n"
4700#~ msgid_plural "%8d links\n"
4701#~ msgstr[0] "%8d Link\n"
4702#~ msgstr[1] "%8d Links\n"
4703
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004704#~ msgid " (%d fast symbolic link)\n"
4705#~ msgid_plural " (%d fast symbolic links)\n"
4706#~ msgstr[0] " (%d schneller symbolischer Link)\n"
4707#~ msgstr[1] " (%d schnelle symbolische Links)\n"
4708
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004709#~ msgid "%8d file\n"
4710#~ msgid_plural "%8d files\n"
4711#~ msgstr[0] "%8d Datei\n"
4712#~ msgstr[1] "%8d Dateien\n"
4713
4714#~ msgid ""
4715#~ "\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004716#~ "This inconsistency can not be fixed with e2fsck; to fix it, use\n"
4717#~ "dumpe2fs -b to dump out the bad @b list and e2fsck -L filename\n"
4718#~ "to read it back in again.\n"
4719#~ msgstr ""
4720#~ "\n"
4721#~ "Diese Defekte können nicht mit e2fsck behoben werden. Benutzen\n"
4722#~ "Sie stattdessen 'dumpe2fs -b' zum Auslesen der defekten @b Liste und\n"
4723#~ "'e2fsck -L DATEINAME' zum Wiedereinlesen.\n"
4724
4725#~ msgid "during seek on block %d"
4726#~ msgstr "beim Suchen in Block %d"
4727
4728#~ msgid ""
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004729#~ "%8d blocks used (%d%%)\n"
4730#~ "%8d bad blocks\n"
4731#~ msgstr ""
4732#~ "%8d Blöcke benutzt (%d%%)\n"
4733#~ "%8d defekte Blöcke\n"
4734
4735#~ msgid ""
4736#~ "\n"
4737#~ "%8d regular files\n"
4738#~ "%8d directories\n"
4739#~ "%8d character device files\n"
4740#~ "%8d block device files\n"
4741#~ "%8d fifos\n"
4742#~ "%8d links\n"
4743#~ "%8d symbolic links (%d fast symbolic links)\n"
4744#~ "%8d sockets\n"
4745#~ "--------\n"
4746#~ "%8d files\n"
4747#~ msgstr ""
4748#~ "\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004749#~ "%8d reguläre Dateien\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004750#~ "%8d Verzeichnisse\n"
4751#~ "%8d character device Dateien\n"
4752#~ "%8d block device Dateien\n"
4753#~ "%8d fifos\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004754#~ "%8d Links\n"
4755#~ "%8d symbolische Links (%d schnelle symbolische Links)\n"
4756#~ "%8d Sockets\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004757#~ "--------\n"
4758#~ "%8d Dateien\n"
4759
4760#~ msgid "Initializing random test data\n"
4761#~ msgstr "Initialisiere Zufalls-Test-Daten\n"
4762
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004763#~ msgid "%8d large file%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004764#~ msgstr "%8d große Dateien %s\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004765
4766#~ msgid "ext2fs_check_if_mount"
4767#~ msgstr "ext2fs_check_if_mount"
4768
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004769#~ msgid "Couldn't allocate memory to parse extended options!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004770#~ msgstr ""
4771#~ "Konnte keinen Speicher zum Parsen der erweiterten Optionen zuweisen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004772
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004773#~ msgid "Could not determine filesystem type for %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004774#~ msgstr "Konnte den Dateisystemtyp für %s nicht feststellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004775
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004776#~ msgid "WARNING: %s: bad UUID\n"
4777#~ msgstr "WARNUNG: %s: falscher UUID\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004778
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004779#~ msgid "while trying to read the bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004780#~ msgstr "beim Lesen der Bitmaps"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004781
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004782#~ msgid "bmap journal inode %ld, block %d\n"
4783#~ msgstr "bmap Journal Inode %ld, Block %d\n"
4784
4785#~ msgid "Debug error in e2fsck adjust_inode_count, should never happen.\n"
4786#~ msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004787#~ "Debug Fehler in e2fsck adjust_inode_count, sollte niemals auftreten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004788
4789#~ msgid "*** WARNING *** leaving data in the @j may be DANGEROUS.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004790#~ msgstr "*** WARNUNG *** Hinterlasse Daten im @j - konnte GEFÄHRLICH sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004791
4792#~ msgid "Group %lu: (Blocks 0x%04x -- 0x%04x)\n"
4793#~ msgstr "Gruppe %lu: (Blöcke 0x%04x -- 0x%04x)\n"
4794
4795#~ msgid " %s Superblock at 0x%04x, Group Descriptors at 0x%04x-0x%04x\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004796#~ msgstr " %s Superblock in 0x%04x, Gruppendescriptoren in 0x%04x-0x%04x\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004797
4798#~ msgid " %s Superblock at %u, Group Descriptors at %u-%u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004799#~ msgstr " %s Superblock in %u, Gruppendescriptoren in %u-%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004800
4801#~ msgid ""
4802#~ " Block bitmap at 0x%04x (+%d), Inode bitmap at 0x%04x (+%d)\n"
4803#~ " Inode table at 0x%04x-0x%04x (+%d)\n"
4804#~ msgstr ""
4805#~ " Block bitmap at 0x%04x (+%d), Inode bitmap at 0x%04x (+%d)\n"
4806#~ " Inode table at 0x%04x-0x%04x (+%d)\n"
4807
4808#~ msgid ""
4809#~ " Block bitmap at %u (+%d), Inode bitmap at %u (+%d)\n"
4810#~ " Inode table at %u-%u (+%d)\n"
4811#~ msgstr ""
4812#~ " Block bitmap at %u (+%d), Inode bitmap at %u (+%d)\n"
4813#~ " Inode table at %u-%u (+%d)\n"
4814
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004815#~ msgid "Do you really want to skip less than a sector??\n"
4816#~ msgstr "Wollen sie wirklich weniger als einen Sektor überspringen??\n"
4817
4818#~ msgid "Have to start at 0 or greater,not %ld\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004819#~ msgstr "Muss mit größer/gleich Null beginnen, nicht %ld\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004820
4821#~ msgid "read failed"
4822#~ msgstr "read failed"
4823
4824#~ msgid "Failed on %d at %ld\n"
4825#~ msgstr "Gescheitert in %d auf %ld\n"
4826
4827#~ msgid ""
4828#~ "\n"
4829#~ "No devices specified to be checked!\n"
4830#~ msgstr ""
4831#~ "\n"
4832#~ "Keine Geräte zur Überprüfung angegeben!\n"