blob: 900c53432d1f5d1e1de88bb1ea50fb10d09864be [file] [log] [blame]
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001# Deutsche Übersetzungen für e2fsprogs
2# Copyright (C) 1996 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
4# Olaf Klemke <olke@users.sourceforge.net>,2002
5# Marc Langer <marc@marclanger.de>,2003
6# Philipp Thomas <pth@suse.de>, 2007, 2008
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04008#. The strings in e2fsck's problem.c can be very hard to translate,
9#. since the strings are expanded in two different ways. First of all,
10#. there is an @-expansion, where strings like "@i" are expanded to
11#. "inode", and so on. In order to make it easier for translators, the
12#. e2fsprogs po template file has been enhanced with comments that show
13#. the @-expansion, for the strings in the problem.c file.
14#.
15#. Translators are free to use the @-expansion facility if they so
16#. choose, by providing translations for strings in e2fsck/message.c.
17#. These translation can completely replace an expansion; for example,
18#. if "bblock" (which indicated that "@b" would be expanded to "block")
19#. is translated as "ddatenverlust", then "@d" will be expanded to
20#. "datenverlust". Alternatively, translators can simply not use the
21#. @-expansion facility at all.
22#.
23#. The second expansion which is done for e2fsck's problem.c messages is
24#. a dynamic %-expansion, which expands %i as an inode number, and so
25#. on. A table of these expansions can be found below. Note that
26#. %-expressions that begin with "%D" and "%I" are two-character
27#. expansions; so for example, "%Iu" expands to the inode's user id
28#. ownership field (inode->i_uid).
29#.
30#. %b <blk> block number
31#. %B <blkcount> integer
32#. %c <blk2> block number
33#. %Di <dirent> -> ino inode number
34#. %Dn <dirent> -> name string
35#. %Dr <dirent> -> rec_len
36#. %Dl <dirent> -> name_len
37#. %Dt <dirent> -> filetype
38#. %d <dir> inode number
39#. %g <group> integer
40#. %i <ino> inode number
41#. %Is <inode> -> i_size
42#. %IS <inode> -> i_extra_isize
43#. %Ib <inode> -> i_blocks
44#. %Il <inode> -> i_links_count
45#. %Im <inode> -> i_mode
46#. %IM <inode> -> i_mtime
47#. %IF <inode> -> i_faddr
48#. %If <inode> -> i_file_acl
49#. %Id <inode> -> i_dir_acl
50#. %Iu <inode> -> i_uid
51#. %Ig <inode> -> i_gid
52#. %j <ino2> inode number
53#. %m <com_err error message>
54#. %N <num>
55#. %p ext2fs_get_pathname of directory <ino>
56#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
57#. the containing directory. (If dirent is NULL
58#. then return the pathname of directory <ino2>)
59#. %q ext2fs_get_pathname of directory <dir>
60#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
61#. the containing directory.
62#. %s <str> miscellaneous string
63#. %S backup superblock
64#. %X <num> hexadecimal format
65#.
Theodore Ts'oa2328c92002-10-30 23:26:03 -050066msgid ""
67msgstr ""
Philipp Thomas40771272008-09-07 22:55:25 -040068"Project-Id-Version: e2fsprogs-1.41.1\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050069"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Philipp Thomas40771272008-09-07 22:55:25 -040070"POT-Creation-Date: 2008-08-29 23:13-0400\n"
71"PO-Revision-Date: 2008-09-03 12:39+0200\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040072"Last-Translator: Philipp Thomas <pth@suse.de>\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -050073"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050074"MIME-Version: 1.0\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040075"Content-Type: text/plain; charset=UTF-8\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050076"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050077"Plural-Forms: nplurals=2; plural=(n != 1);\n"
78
Philipp Thomas40771272008-09-07 22:55:25 -040079#: e2fsck/badblocks.c:22 misc/mke2fs.c:164
Theodore Ts'oa2328c92002-10-30 23:26:03 -050080#, c-format
81msgid "Bad block %u out of range; ignored.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040082msgstr "Bad block %u außerhalb des gültigen Bereichs; ignoriert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050083
84#: e2fsck/badblocks.c:45
85msgid "while sanity checking the bad blocks inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -040086msgstr "während der logischen Prüfung des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050087
88#: e2fsck/badblocks.c:57
89msgid "while reading the bad blocks inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -040090msgstr "während des Lesens des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050091
Theodore Ts'oa04eba32003-05-03 16:35:17 -040092#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Philipp Thomas40771272008-09-07 22:55:25 -040093#: e2fsck/unix.c:1020 e2fsck/unix.c:1103 misc/badblocks.c:1102
94#: misc/badblocks.c:1110 misc/badblocks.c:1124 misc/badblocks.c:1136
95#: misc/dumpe2fs.c:505 misc/e2image.c:573 misc/e2image.c:669
96#: misc/e2image.c:685 misc/mke2fs.c:180 misc/tune2fs.c:1449 resize/main.c:304
Theodore Ts'oa2328c92002-10-30 23:26:03 -050097#, c-format
98msgid "while trying to open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040099msgstr "beim Versuch, %s zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500100
101#: e2fsck/badblocks.c:82
102#, c-format
103msgid "while trying popen '%s'"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400104msgstr "beim Versuch, »%s« mittels »popen« zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500105
Philipp Thomas40771272008-09-07 22:55:25 -0400106#: e2fsck/badblocks.c:93 misc/mke2fs.c:187
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500107msgid "while reading in list of bad blocks from file"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400108msgstr "beim Lesen der »Bad Block«-Liste aus der Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500109
Theodore Ts'o8f741372008-02-28 21:47:05 -0500110#: e2fsck/badblocks.c:104
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500111msgid "while updating bad block inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400112msgstr "beim Updaten des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500113
Theodore Ts'o8f741372008-02-28 21:47:05 -0500114#: e2fsck/badblocks.c:130
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500115#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400116msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Philipp Thomas68801282008-07-17 11:47:00 -0400117msgstr "Warnung: Nicht zulässiger Block %u im »Bad Blocks«-Inode gefunden! Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500118
119#: e2fsck/ehandler.c:53
120#, c-format
121msgid "Error reading block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400122msgstr "Lesefehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500123
124#: e2fsck/ehandler.c:56
125#, c-format
126msgid "Error reading block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400127msgstr "Lesefehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500128
129#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
130msgid "Ignore error"
131msgstr "Ignoriere Fehler"
132
133#: e2fsck/ehandler.c:60
134msgid "Force rewrite"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400135msgstr "Rückschreiben erzwingen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500136
137#: e2fsck/ehandler.c:100
138#, c-format
139msgid "Error writing block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400140msgstr "Schreibfehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500141
142#: e2fsck/ehandler.c:103
143#, c-format
144msgid "Error writing block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400145msgstr "Schreibfehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500146
147#: e2fsck/emptydir.c:56
148msgid "empty dirblocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400149msgstr "leere Verzeichnisblöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500150
151#: e2fsck/emptydir.c:61
152msgid "empty dir map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500153msgstr "leere Verzeichnisliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500155#: e2fsck/emptydir.c:97
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500156#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400157msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500158msgstr "leerer Verzeichnisblock %u (#%d) im Inode %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500159
160#: e2fsck/extend.c:21
161#, c-format
162msgid "%s: %s filename nblocks blocksize\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400163msgstr "%s: %s Dateiname nblocks Blockgröße\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500164
165#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500166#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500167msgid "Illegal number of blocks!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400168msgstr "Blockanzahl nicht zulässig!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500169
170#: e2fsck/extend.c:49
171#, c-format
172msgid "Couldn't allocate block buffer (size=%d)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400173msgstr "Konnte keinen Blockpuffer (Größe=%d) reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500174
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400175#: e2fsck/flushb.c:34
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500176#, c-format
177msgid "Usage: %s disk\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400178msgstr "Aufruf: %s Laufwerk\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500179
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400180#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500181#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500182msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400183msgstr "BLKFLSBUF ioctl nicht unterstützt! Kann Puffer nicht leeren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500184
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400185#: e2fsck/iscan.c:46
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500186#, c-format
187msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400188msgstr "Aufruf: %s [-F] [-I inode_buffer_blocks] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500189
Philipp Thomas40771272008-09-07 22:55:25 -0400190#: e2fsck/iscan.c:83 e2fsck/unix.c:804
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500191#, c-format
192msgid "while opening %s for flushing"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400193msgstr "beim Öffnen von %s für die Puffer-Leerung."
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500194
Philipp Thomas40771272008-09-07 22:55:25 -0400195#: e2fsck/iscan.c:88 e2fsck/unix.c:810 resize/main.c:282
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500196#, c-format
197msgid "while trying to flush %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400198msgstr "während des Rückschreibeversuches auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500199
Philipp Thomas40771272008-09-07 22:55:25 -0400200#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:480
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500201msgid "while opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500202msgstr "beim Start des Inode-Scans"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500203
Philipp Thomas40771272008-09-07 22:55:25 -0400204#: e2fsck/iscan.c:129 misc/e2image.c:498
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500205msgid "while getting next inode"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400206msgstr "beim Laden des nächsten Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500207
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400208#: e2fsck/iscan.c:138
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500209#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400210msgid "%u inodes scanned.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400211msgstr "%u Inodes untersucht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500212
Philipp Thomas720e6362008-06-21 14:06:00 -0400213#: e2fsck/journal.c:505
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500214msgid "reading journal superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500215msgstr "Lese Journal-Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500216
Philipp Thomas720e6362008-06-21 14:06:00 -0400217#: e2fsck/journal.c:562
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500218#, c-format
219msgid "%s: no valid journal superblock found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400220msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500221
Philipp Thomas720e6362008-06-21 14:06:00 -0400222#: e2fsck/journal.c:571
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500223#, c-format
224msgid "%s: journal too short\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400225msgstr "%s: Das Journal ist zu kurz\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500226
Philipp Thomas720e6362008-06-21 14:06:00 -0400227#: e2fsck/journal.c:856
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500228#, c-format
229msgid "%s: recovering journal\n"
230msgstr "%s: stelle das Journal wieder her\n"
231
Philipp Thomas720e6362008-06-21 14:06:00 -0400232#: e2fsck/journal.c:858
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500233#, c-format
234msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500235msgstr "%s: Das Journal ist nur lesbar - Keine Wiederherstellung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500236
Philipp Thomas720e6362008-06-21 14:06:00 -0400237#: e2fsck/journal.c:879
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500238#, c-format
239msgid "while trying to re-open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400240msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500241
Philipp Thomas720e6362008-06-21 14:06:00 -0400242#: e2fsck/message.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500243msgid "aextended attribute"
244msgstr "aerweiterte Eigenschaft"
245
Philipp Thomas720e6362008-06-21 14:06:00 -0400246#: e2fsck/message.c:111
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500247msgid "Aerror allocating"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500248msgstr "AFehler beim Zuweisen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500249
Philipp Thomas720e6362008-06-21 14:06:00 -0400250#: e2fsck/message.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500251msgid "bblock"
252msgstr "bBlock"
253
Philipp Thomas720e6362008-06-21 14:06:00 -0400254#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500255msgid "Bbitmap"
256msgstr "BBitmap"
257
Philipp Thomas720e6362008-06-21 14:06:00 -0400258#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500259msgid "ccompress"
260msgstr "ckomprimieren"
261
Philipp Thomas720e6362008-06-21 14:06:00 -0400262#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500263msgid "Cconflicts with some other fs @b"
264msgstr "CKonflikte mit anderen Dateisystemen @b"
265
Philipp Thomas720e6362008-06-21 14:06:00 -0400266#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500267msgid "iinode"
268msgstr "iInode"
269
Philipp Thomas720e6362008-06-21 14:06:00 -0400270#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500271msgid "Iillegal"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400272msgstr "Iillegal(er)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500273
Philipp Thomas720e6362008-06-21 14:06:00 -0400274#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500275msgid "jjournal"
276msgstr "jJournal"
277
Philipp Thomas720e6362008-06-21 14:06:00 -0400278#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500279msgid "Ddeleted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400280msgstr "Dgelöscht"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500281
Philipp Thomas720e6362008-06-21 14:06:00 -0400282#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500283msgid "ddirectory"
284msgstr "dVerzeichnis"
285
Philipp Thomas720e6362008-06-21 14:06:00 -0400286#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500287msgid "eentry"
288msgstr "eEintrag"
289
Philipp Thomas720e6362008-06-21 14:06:00 -0400290#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500291msgid "E@e '%Dn' in %p (%i)"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400292msgstr "E@e »%Dn« in %p (%i)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500293
Philipp Thomas720e6362008-06-21 14:06:00 -0400294#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500295msgid "ffilesystem"
296msgstr "fDateisystem"
297
Philipp Thomas720e6362008-06-21 14:06:00 -0400298#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500299msgid "Ffor @i %i (%Q) is"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400300msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500301
Philipp Thomas720e6362008-06-21 14:06:00 -0400302#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500303msgid "ggroup"
304msgstr "gGruppe"
305
Philipp Thomas720e6362008-06-21 14:06:00 -0400306#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500307msgid "hHTREE @d @i"
308msgstr "hHTREE @d @i"
309
Philipp Thomas720e6362008-06-21 14:06:00 -0400310#: e2fsck/message.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500311msgid "llost+found"
312msgstr "llost+found"
313
Philipp Thomas720e6362008-06-21 14:06:00 -0400314#: e2fsck/message.c:128
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500315msgid "Lis a link"
316msgstr "List ein Link"
317
Philipp Thomas720e6362008-06-21 14:06:00 -0400318#: e2fsck/message.c:129
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400319msgid "mmultiply-claimed"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400320msgstr "mmehrfach beansprucht"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400321
Philipp Thomas720e6362008-06-21 14:06:00 -0400322#: e2fsck/message.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400323msgid "ninvalid"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400324msgstr "nungültig"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400325
Philipp Thomas720e6362008-06-21 14:06:00 -0400326#: e2fsck/message.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500327msgid "oorphaned"
328msgstr "overwaist"
329
Philipp Thomas720e6362008-06-21 14:06:00 -0400330#: e2fsck/message.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500331msgid "pproblem in"
332msgstr "pProblem in"
333
Philipp Thomas720e6362008-06-21 14:06:00 -0400334#: e2fsck/message.c:133
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500335msgid "rroot @i"
336msgstr "rRoot @i"
337
Philipp Thomas720e6362008-06-21 14:06:00 -0400338#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500339msgid "sshould be"
340msgstr "ssollte sein"
341
Philipp Thomas720e6362008-06-21 14:06:00 -0400342#: e2fsck/message.c:135
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500343msgid "Ssuper@b"
344msgstr "SSuper@b"
345
Philipp Thomas720e6362008-06-21 14:06:00 -0400346#: e2fsck/message.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500347msgid "uunattached"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500348msgstr "unicht verbunden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500349
Philipp Thomas720e6362008-06-21 14:06:00 -0400350#: e2fsck/message.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500351msgid "vdevice"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400352msgstr "vGerät"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500353
Philipp Thomas720e6362008-06-21 14:06:00 -0400354#: e2fsck/message.c:138
Philipp Thomas720e6362008-06-21 14:06:00 -0400355msgid "xextent"
Philipp Thomas68801282008-07-17 11:47:00 -0400356msgstr "xErweiterung"
Philipp Thomas720e6362008-06-21 14:06:00 -0400357
358#: e2fsck/message.c:139
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500359msgid "zzero-length"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400360msgstr "zNull-Länge"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500361
Philipp Thomas720e6362008-06-21 14:06:00 -0400362#: e2fsck/message.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500363msgid "<The NULL inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500364msgstr "<Der NULL Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500365
Philipp Thomas720e6362008-06-21 14:06:00 -0400366#: e2fsck/message.c:151
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500367msgid "<The bad blocks inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400368msgstr "<Der »Bad Blocks«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500369
Philipp Thomas720e6362008-06-21 14:06:00 -0400370#: e2fsck/message.c:153
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500371msgid "<The ACL index inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400372msgstr "<Der »ACL Index«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500373
Philipp Thomas720e6362008-06-21 14:06:00 -0400374#: e2fsck/message.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500375msgid "<The ACL data inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400376msgstr "<Der »ACL Data«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500377
Philipp Thomas720e6362008-06-21 14:06:00 -0400378#: e2fsck/message.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500379msgid "<The boot loader inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400380msgstr "<Der »Boot Loader«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500381
Philipp Thomas720e6362008-06-21 14:06:00 -0400382#: e2fsck/message.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500383msgid "<The undelete directory inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400384msgstr "<Der »undelete directory«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500385
Philipp Thomas720e6362008-06-21 14:06:00 -0400386#: e2fsck/message.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500387msgid "<The group descriptor inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400388msgstr "<Des »group descriptor«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500389
Philipp Thomas720e6362008-06-21 14:06:00 -0400390#: e2fsck/message.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500391msgid "<The journal inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500392msgstr "<Der Journal-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500393
Philipp Thomas720e6362008-06-21 14:06:00 -0400394#: e2fsck/message.c:159
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500395msgid "<Reserved inode 9>"
396msgstr "<Der reservierte Inode 9>"
397
Philipp Thomas720e6362008-06-21 14:06:00 -0400398#: e2fsck/message.c:160
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500399msgid "<Reserved inode 10>"
400msgstr "<Der reservierte Inode 10>"
401
Philipp Thomas720e6362008-06-21 14:06:00 -0400402#: e2fsck/message.c:321
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500403#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400404msgid "regular file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400405msgstr "'reguläre Datei"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400406
Philipp Thomas720e6362008-06-21 14:06:00 -0400407#: e2fsck/message.c:323
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500408#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400409msgid "directory"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500410msgstr "Verzeichnis"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400411
Philipp Thomas720e6362008-06-21 14:06:00 -0400412#: e2fsck/message.c:325
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500413#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400414msgid "character device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400415msgstr "zeichenorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400416
Philipp Thomas720e6362008-06-21 14:06:00 -0400417#: e2fsck/message.c:327
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500418#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400419msgid "block device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400420msgstr "Blockgerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400421
Philipp Thomas720e6362008-06-21 14:06:00 -0400422#: e2fsck/message.c:329
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400423#, c-format
424msgid "named pipe"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400425msgstr "named pipe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400426
Philipp Thomas720e6362008-06-21 14:06:00 -0400427#: e2fsck/message.c:331
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500428#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400429msgid "symbolic link"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400430msgstr "symbolische Verknüpfung"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400431
Philipp Thomas720e6362008-06-21 14:06:00 -0400432#: e2fsck/message.c:333
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500433#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400434msgid "socket"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500435msgstr " Socket"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400436
Philipp Thomas720e6362008-06-21 14:06:00 -0400437#: e2fsck/message.c:335
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400438#, c-format
439msgid "unknown file type with mode 0%o"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400440msgstr "unbekannter Dateityp mit Modus 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400441
442#: e2fsck/pass1b.c:215
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500443msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500444msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500445
Philipp Thomas720e6362008-06-21 14:06:00 -0400446#: e2fsck/pass1b.c:567 e2fsck/pass1b.c:700
Philipp Thomas68801282008-07-17 11:47:00 -0400447#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -0400448msgid "internal error: can't find dup_blk for %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400449msgstr "interner Fehler; dup_blk für %u nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500450
Philipp Thomas720e6362008-06-21 14:06:00 -0400451#: e2fsck/pass1b.c:743
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500452msgid "returned from clone_file_block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400453msgstr "zurückgegeben von clone_file_block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500454
Philipp Thomas720e6362008-06-21 14:06:00 -0400455#: e2fsck/pass1b.c:762
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400456#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400457msgid "internal error: couldn't lookup EA block record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400458msgstr "interner Fehler: EA Blockliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400459
Philipp Thomas720e6362008-06-21 14:06:00 -0400460#: e2fsck/pass1b.c:774
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400461#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400462msgid "internal error: couldn't lookup EA inode record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400463msgstr "Interner Fehler: EA Inodeliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400464
Philipp Thomas40771272008-09-07 22:55:25 -0400465#: e2fsck/pass1.c:430 e2fsck/pass2.c:780
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400466msgid "reading directory block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400467msgstr "lese Verzeichnisblock"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400468
Philipp Thomas40771272008-09-07 22:55:25 -0400469#: e2fsck/pass1.c:552
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500470msgid "in-use inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400471msgstr "»in-use inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500472
Philipp Thomas40771272008-09-07 22:55:25 -0400473#: e2fsck/pass1.c:561
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500474msgid "directory inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400475msgstr "»directory inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500476
Philipp Thomas40771272008-09-07 22:55:25 -0400477#: e2fsck/pass1.c:569
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500478msgid "regular file inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400479msgstr "»regular file inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500480
Philipp Thomas40771272008-09-07 22:55:25 -0400481#: e2fsck/pass1.c:576
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500482msgid "in-use block map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400483msgstr "»in-use block«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500484
Philipp Thomas40771272008-09-07 22:55:25 -0400485#: e2fsck/pass1.c:630
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400486msgid "opening inode scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400487msgstr "Starte Inode-Scan"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500488
Philipp Thomas40771272008-09-07 22:55:25 -0400489#: e2fsck/pass1.c:654
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400490msgid "getting next inode from scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400491msgstr "beim Lesen des nächsten Inodes"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400492
Philipp Thomas40771272008-09-07 22:55:25 -0400493#: e2fsck/pass1.c:1122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500494msgid "Pass 1"
495msgstr "Durchgang 1"
496
Philipp Thomas40771272008-09-07 22:55:25 -0400497#: e2fsck/pass1.c:1181
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500498#, c-format
499msgid "reading indirect blocks of inode %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400500msgstr "lese indirekte Blöcke von Inode %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500501
Philipp Thomas40771272008-09-07 22:55:25 -0400502#: e2fsck/pass1.c:1223
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500503msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500504msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500505
Philipp Thomas40771272008-09-07 22:55:25 -0400506#: e2fsck/pass1.c:1245
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500507msgid "inode in bad block map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400508msgstr "Inode in »Bad Blocks«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500509
Philipp Thomas40771272008-09-07 22:55:25 -0400510#: e2fsck/pass1.c:1265
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500511msgid "imagic inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400512msgstr "i»magic inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500513
Philipp Thomas40771272008-09-07 22:55:25 -0400514#: e2fsck/pass1.c:1292
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500515msgid "multiply claimed block map"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400516msgstr "Den Eintrag in der Liste belegter Blöcke verdoppeln"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500517
Philipp Thomas40771272008-09-07 22:55:25 -0400518#: e2fsck/pass1.c:1391
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500519msgid "ext attr block map"
520msgstr "ext attr block map"
521
Philipp Thomas40771272008-09-07 22:55:25 -0400522#: e2fsck/pass1.c:2107
523#, c-format
524msgid "%6lu: expecting %6lu got phys %6lu (blkcnt %lld)\n"
525msgstr "%6lu: erwartete %6lu erhielt phys %6lu (Blockanzahl %lld)\n"
526
527#: e2fsck/pass1.c:2420
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500528msgid "block bitmap"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400529msgstr "Block Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500530
Philipp Thomas40771272008-09-07 22:55:25 -0400531#: e2fsck/pass1.c:2424
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500532msgid "inode bitmap"
Philipp Thomas9564ee52008-08-22 03:22:50 -0400533msgstr "Inode Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500534
Philipp Thomas40771272008-09-07 22:55:25 -0400535#: e2fsck/pass1.c:2428
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500536msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500537msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500538
Philipp Thomas40771272008-09-07 22:55:25 -0400539#: e2fsck/pass2.c:284
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500540msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400541msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500542
Philipp Thomas40771272008-09-07 22:55:25 -0400543#: e2fsck/pass2.c:803
Philipp Thomas720e6362008-06-21 14:06:00 -0400544msgid "Can not continue."
Philipp Thomas68801282008-07-17 11:47:00 -0400545msgstr "Fortsetzung nicht möglich."
Philipp Thomas720e6362008-06-21 14:06:00 -0400546
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400547#: e2fsck/pass3.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500548msgid "inode done bitmap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400549msgstr "»inode done«-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500550
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400551#: e2fsck/pass3.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500552msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500553msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500554
Philipp Thomas720e6362008-06-21 14:06:00 -0400555#: e2fsck/pass3.c:146
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500556msgid "Pass 3"
557msgstr "Durchgang 3"
558
Philipp Thomas720e6362008-06-21 14:06:00 -0400559#: e2fsck/pass3.c:334
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500560msgid "inode loop detection bitmap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400561msgstr "»inode loop detection«-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500562
Philipp Thomas720e6362008-06-21 14:06:00 -0400563#: e2fsck/pass4.c:196
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500564msgid "Pass 4"
565msgstr "Durchgang 4"
566
567#: e2fsck/pass5.c:70
568msgid "Pass 5"
569msgstr "Durchgang 5"
570
Theodore Ts'obc759702005-05-09 20:40:55 -0400571#: e2fsck/problem.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500572msgid "(no prompt)"
573msgstr "(nicht interaktiv)"
574
Theodore Ts'obc759702005-05-09 20:40:55 -0400575#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500576msgid "Fix"
577msgstr "Repariere"
578
Theodore Ts'obc759702005-05-09 20:40:55 -0400579#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500580msgid "Clear"
581msgstr "Bereinige"
582
Theodore Ts'obc759702005-05-09 20:40:55 -0400583#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500584msgid "Relocate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400585msgstr "Zurücksetzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500586
Theodore Ts'obc759702005-05-09 20:40:55 -0400587#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500588msgid "Allocate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500589msgstr "Gebe frei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500590
Theodore Ts'obc759702005-05-09 20:40:55 -0400591#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500592msgid "Expand"
593msgstr "Erweitere"
594
Theodore Ts'obc759702005-05-09 20:40:55 -0400595#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500596msgid "Connect to /lost+found"
597msgstr "Verbinde nach /lost+found"
598
Theodore Ts'obc759702005-05-09 20:40:55 -0400599#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500600msgid "Create"
601msgstr "Erstelle"
602
Theodore Ts'obc759702005-05-09 20:40:55 -0400603#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500604msgid "Salvage"
605msgstr "Rette"
606
Theodore Ts'obc759702005-05-09 20:40:55 -0400607#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500608msgid "Truncate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400609msgstr "Verkürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500610
Theodore Ts'obc759702005-05-09 20:40:55 -0400611#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500612msgid "Clear inode"
613msgstr "Bereinige Inode"
614
Theodore Ts'obc759702005-05-09 20:40:55 -0400615#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500616msgid "Abort"
617msgstr "Abbrechen"
618
Theodore Ts'obc759702005-05-09 20:40:55 -0400619#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500620msgid "Split"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500621msgstr "Aufsplitten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500622
Theodore Ts'obc759702005-05-09 20:40:55 -0400623#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500624msgid "Continue"
625msgstr "Fortsetzen"
626
Theodore Ts'obc759702005-05-09 20:40:55 -0400627#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400628msgid "Clone multiply-claimed blocks"
629msgstr "multiply claimed block map"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500630
Theodore Ts'obc759702005-05-09 20:40:55 -0400631#: e2fsck/problem.c:65
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500632msgid "Delete file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400633msgstr "Lösche Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500634
Theodore Ts'obc759702005-05-09 20:40:55 -0400635#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500636msgid "Suppress messages"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400637msgstr "Ausgaben unterdrücken"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500638
Theodore Ts'obc759702005-05-09 20:40:55 -0400639#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500640msgid "Unlink"
641msgstr "Unlink"
642
Theodore Ts'obc759702005-05-09 20:40:55 -0400643#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500644msgid "Clear HTree index"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500645msgstr "Bereinige HTree-Index"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500646
Theodore Ts'obc759702005-05-09 20:40:55 -0400647#: e2fsck/problem.c:69
Theodore Ts'obc759702005-05-09 20:40:55 -0400648msgid "Recreate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400649msgstr "Zurücksetzen"
Theodore Ts'obc759702005-05-09 20:40:55 -0400650
651#: e2fsck/problem.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500652msgid "(NONE)"
653msgstr "(NICHTS)"
654
Theodore Ts'obc759702005-05-09 20:40:55 -0400655#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500656msgid "FIXED"
657msgstr "REPARIERT"
658
Theodore Ts'obc759702005-05-09 20:40:55 -0400659#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500660msgid "CLEARED"
661msgstr "BEREINIGT"
662
Theodore Ts'obc759702005-05-09 20:40:55 -0400663#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500664msgid "RELOCATED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400665msgstr "ZURÜCKGESETZT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500666
Theodore Ts'obc759702005-05-09 20:40:55 -0400667#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500668msgid "ALLOCATED"
669msgstr "FREIGEGEBEN"
670
Theodore Ts'obc759702005-05-09 20:40:55 -0400671#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500672msgid "EXPANDED"
673msgstr "ERWEITERT"
674
Theodore Ts'obc759702005-05-09 20:40:55 -0400675#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500676msgid "RECONNECTED"
677msgstr "WIEDER VERBUNDEN"
678
Theodore Ts'obc759702005-05-09 20:40:55 -0400679#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500680msgid "CREATED"
681msgstr "ANGELEGT"
682
Theodore Ts'obc759702005-05-09 20:40:55 -0400683#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500684msgid "SALVAGED"
685msgstr "GERETTET"
686
Theodore Ts'obc759702005-05-09 20:40:55 -0400687#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500688msgid "TRUNCATED"
689msgstr "BEENDET"
690
Theodore Ts'obc759702005-05-09 20:40:55 -0400691#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500692msgid "INODE CLEARED"
693msgstr "INODE BEREINIGT"
694
Theodore Ts'obc759702005-05-09 20:40:55 -0400695#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500696msgid "ABORTED"
697msgstr "ABGEBROCHEN"
698
Theodore Ts'obc759702005-05-09 20:40:55 -0400699#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500700msgid "SPLIT"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500701msgstr "ABGESPALTET"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500702
Theodore Ts'obc759702005-05-09 20:40:55 -0400703#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500704msgid "CONTINUING"
705msgstr "SETZE FORT"
706
Theodore Ts'obc759702005-05-09 20:40:55 -0400707#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400708msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400709msgstr "DOPPELTE/DEFEKTE BLÖCKE DUPLIZIERT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500710
Theodore Ts'obc759702005-05-09 20:40:55 -0400711#: e2fsck/problem.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500712msgid "FILE DELETED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400713msgstr "DATEI GELÖSCHT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500714
Theodore Ts'obc759702005-05-09 20:40:55 -0400715#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500716msgid "SUPPRESSED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400717msgstr "UNTERDRÜCKT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500718
Theodore Ts'obc759702005-05-09 20:40:55 -0400719#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500720msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500721msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500722
Theodore Ts'obc759702005-05-09 20:40:55 -0400723#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500724msgid "HTREE INDEX CLEARED"
725msgstr "HTREE INDEX BEREINIGT"
726
Theodore Ts'obc759702005-05-09 20:40:55 -0400727#: e2fsck/problem.c:97
Theodore Ts'obc759702005-05-09 20:40:55 -0400728msgid "WILL RECREATE"
729msgstr "ANGELEGT"
730
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400731#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400732#: e2fsck/problem.c:106
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500733msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400734msgstr "@b @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500735
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400736#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400737#: e2fsck/problem.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500738msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400739msgstr "@i @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500740
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400741#. @-expanded: inode table for group %g is not in group. (block %b)\n
742#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400743#: e2fsck/problem.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500744msgid ""
745"@i table for @g %g is not in @g. (@b %b)\n"
746"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
747msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400748"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
749"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500750
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400751#. @-expanded: \n
752#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
753#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
754#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
755#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
756#. @-expanded: e2fsck -b %S <device>\n
757#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400758#: e2fsck/problem.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500759#, c-format
760msgid ""
761"\n"
762"The @S could not be read or does not describe a correct ext2\n"
763"@f. If the @v is valid and it really contains an ext2\n"
764"@f (and not swap or ufs or something else), then the @S\n"
765"is corrupt, and you might try running e2fsck with an alternate @S:\n"
766" e2fsck -b %S <@v>\n"
767"\n"
768msgstr ""
769"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400770"@S ist unlesbar bzw. beschreibt kein gültiges ext2\n"
771"@f. Wenn @v gültig ist und ein ext2\n"
772"@f (kein swap oder ufs usw.) enthält, dann ist der @S\n"
773"beschädigt, und sie könnten e2fsck mit einem anderen @S:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500774" e2fsck -b %S <@v>\n"
775"\n"
776
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400777#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
778#. @-expanded: The physical size of the device is %c blocks\n
779#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400780#: e2fsck/problem.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500781msgid ""
782"The @f size (according to the @S) is %b @bs\n"
783"The physical size of the @v is %c @bs\n"
784"Either the @S or the partition table is likely to be corrupt!\n"
785msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400786"Die @f Größe ( laut @S) ist %b @bs\n"
787"Die physikalische Größe von @v ist %c @bs\n"
788"Entweder der @S oder die Partionstabelle ist beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500789
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400790#. @-expanded: superblock block_size = %b, fragsize = %c.\n
791#. @-expanded: This version of e2fsck does not support fragment sizes different\n
792#. @-expanded: from the block size.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400793#: e2fsck/problem.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500794msgid ""
795"@S @b_size = %b, fragsize = %c.\n"
796"This version of e2fsck does not support fragment sizes different\n"
797"from the @b size.\n"
798msgstr ""
799"@S @b_size = %b, fragsize = %c.\n"
Philipp Thomas68801282008-07-17 11:47:00 -0400800"Diese Version von e2fsck unterstützt keine von @b-Größen verschiedene Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500801
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400802#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400803#: e2fsck/problem.c:144
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500804msgid "@S @bs_per_group = %b, should have been %c\n"
805msgstr "@S @bs_per_group = %b, sollte %c sein.\n"
806
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400807#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400808#: e2fsck/problem.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500809msgid "@S first_data_@b = %b, should have been %c\n"
810msgstr "@S first_data_@b = %b, sollte %c haben.\n"
811
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400812#. @-expanded: filesystem did not have a UUID; generating one.\n
813#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400814#: e2fsck/problem.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500815msgid ""
816"@f did not have a UUID; generating one.\n"
817"\n"
818msgstr ""
819"@f hat keinen UUID ; generiere einen.\n"
820"\n"
821
Theodore Ts'obc759702005-05-09 20:40:55 -0400822#: e2fsck/problem.c:159
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400823#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500824msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400825"Note: if several inode or block bitmap blocks or part\n"
826"of the inode table require relocation, you may wish to try\n"
827"running e2fsck with the '-b %S' option first. The problem\n"
828"may lie only with the primary block group descriptors, and\n"
829"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500830"\n"
831msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400832"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
833"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
834"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400835"mit der Option »-b %S« zu starten. Das Problem könnte\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400836"im primären Blockgruppenbezeichner liegen, und seine\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500837"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500838"\n"
839
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400840#. @-expanded: Corruption found in superblock. (%s = %N).\n
841#: e2fsck/problem.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500842msgid "Corruption found in @S. (%s = %N).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400843msgstr "Beschädigung gefunden in @S. (%s = %N).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500844
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400845#. @-expanded: Error determining size of the physical device: %m\n
846#: e2fsck/problem.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500847#, c-format
848msgid "Error determining size of the physical @v: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400849msgstr "Fehler bei der Feststellung der Größe des physikalischen @v: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500850
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400851#. @-expanded: inode count in superblock is %i, should be %j.\n
852#: e2fsck/problem.c:178
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400853msgid "@i count in @S is %i, @s %j.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400854msgstr "@i-Anzahl in @S ist %i, sollte %j sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500855
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400856#: e2fsck/problem.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500857msgid "The Hurd does not support the filetype feature.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400858msgstr "Hurd unterstützt das Dateityp-Feature nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500859
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400860#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
861#: e2fsck/problem.c:187
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400862#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400863msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500864msgstr "@S hat einen defekten ext3 @j (@i %i).\n"
865
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400866#. @-expanded: External journal has multiple filesystem users (unsupported).\n
867#: e2fsck/problem.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500868msgid "External @j has multiple @f users (unsupported).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400869msgstr "Externes @j hat mehrere @f Nutzer (nicht unterstützt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500870
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400871#. @-expanded: Can't find external journal\n
872#: e2fsck/problem.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500873msgid "Can't find external @j\n"
874msgstr "Kann kein externes @j finden.\n"
875
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400876#. @-expanded: External journal has bad superblock\n
877#: e2fsck/problem.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500878msgid "External @j has bad @S\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400879msgstr "Externes @j hat ungültigen @S\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500880
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400881#. @-expanded: External journal does not support this filesystem\n
882#: e2fsck/problem.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500883msgid "External @j does not support this @f\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400884msgstr "Externes @j unterstützt nicht @f\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500885
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400886#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
887#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
888#. @-expanded: format.\n
889#. @-expanded: It is also possible the journal superblock is corrupt.\n
890#: e2fsck/problem.c:212
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500891msgid ""
892"Ext3 @j @S is unknown type %N (unsupported).\n"
Philipp Thomas68801282008-07-17 11:47:00 -0400893"It is likely that your copy of e2fsck is old and/or doesn't support this @j format.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500894"It is also possible the @j @S is corrupt.\n"
895msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400896"Ext3 @j @S ist eine unbekannter Type %N (nicht unterstützt).\n"
Philipp Thomas68801282008-07-17 11:47:00 -0400897"Es ist möglich, dass ihr e2fsck älter ist und/oder dieses @j Format nicht unterstützt.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400898"Es ist ebenso möglich, dass @j @S defekt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500899
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400900#. @-expanded: Ext3 journal superblock is corrupt.\n
901#: e2fsck/problem.c:220
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500902msgid "Ext3 @j @S is corrupt.\n"
903msgstr "Ext3 @j @S ist defekt.\n"
904
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400905#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
906#: e2fsck/problem.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500907#, c-format
908msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
909msgstr "@S hat kein has_@j Flag, aber ein ext3 @j %s.\n"
910
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400911#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
912#: e2fsck/problem.c:230
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500913msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400914msgstr "@S hat das ext3 »needs_recovery«-Flag gesetzt, aber kein @j.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500915
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400916#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
917#: e2fsck/problem.c:235
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400918msgid "ext3 recovery flag is clear, but @j has data.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400919msgstr "ext3 Recovery-Flag sauber, aber das @j enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500920
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400921#. @-expanded: Clear journal
922#: e2fsck/problem.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500923msgid "Clear @j"
924msgstr "Bereinige @j"
925
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400926#. @-expanded: Run journal anyway
927#: e2fsck/problem.c:245
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500928msgid "Run @j anyway"
929msgstr "Starte @j trotzdem"
930
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400931#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
932#: e2fsck/problem.c:250
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500933msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Philipp Thomas68801282008-07-17 11:47:00 -0400934msgstr "Recovery-Kennzeichen in Backup @S nicht gesetzt, @j wird trotzdem gestartet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500935
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400936#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
937#: e2fsck/problem.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500938msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
939msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
940
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400941#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
942#: e2fsck/problem.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500943msgid "@I @b #%B (%b) found in @o @i %i.\n"
944msgstr "@I @b #%B (%b) gefunden in @o @i %i.\n"
945
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400946#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
947#: e2fsck/problem.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500948msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500949msgstr "bereits bereinigt @b #%B (%b) gefunden in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500950
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400951#. @-expanded: illegal orphaned inode %i in superblock.\n
952#: e2fsck/problem.c:270
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500953#, c-format
954msgid "@I @o @i %i in @S.\n"
955msgstr "@I @o @i %i in @S.\n"
956
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400957#. @-expanded: illegal inode %i in orphaned inode list.\n
958#: e2fsck/problem.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500959#, c-format
960msgid "@I @i %i in @o @i list.\n"
961msgstr "@I @i %i in @o @i Liste.\n"
962
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400963#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Philipp Thomas720e6362008-06-21 14:06:00 -0400964#: e2fsck/problem.c:280 e2fsck/problem.c:643
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400965msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400966msgstr "@f hat Eigenschfts-Kennzeichen gesetzt, ist aber ein Revision 0 @f. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400967
968#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
969#: e2fsck/problem.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500970msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
971msgstr "Ext3 @j @S hat ein unbekanntes Nur-Lesen-Flag gesetzt.\n"
972
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400973#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
974#: e2fsck/problem.c:290
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500975msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
976msgstr "Ext3 @j @S hat ein unbekanntes Inkompatibel-Flag gesetzt.\n"
977
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400978#. @-expanded: journal version not supported by this e2fsck.\n
979#: e2fsck/problem.c:295
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500980msgid "@j version not supported by this e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400981msgstr "@j Version wird von diesem e2fsck nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500982
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400983#. @-expanded: Moving journal from /%s to hidden inode.\n
984#. @-expanded: \n
985#: e2fsck/problem.c:300
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500986#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500987msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400988"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500989"\n"
990msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500991"Verschiebe @j von /%s zum versteckten Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500992"\n"
993
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400994#. @-expanded: Error moving journal: %m\n
995#. @-expanded: \n
996#: e2fsck/problem.c:305
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500997#, c-format
998msgid ""
999"Error moving @j: %m\n"
1000"\n"
1001msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001002"Fehler beim Verschieben von @j: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001003"\n"
1004
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001005#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1006#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1007#. @-expanded: \n
1008#: e2fsck/problem.c:310
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001009msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001010"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001011"Clearing fields beyond the V1 @j @S...\n"
1012"\n"
1013msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001014"Fand unvollständige V2 @j @S Felder (vom V1 Journal).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001015"Bereinige die Felder hinter V1 @j @S...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001016"\n"
1017
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001018#. @-expanded: Backing up journal inode block information.\n
1019#. @-expanded: \n
1020#: e2fsck/problem.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001021msgid ""
1022"Backing up @j @i @b information.\n"
1023"\n"
1024msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001025"Sichere @j @i @b Information.\n"
1026"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001027
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001028#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1029#. @-expanded: is %N; should be zero.
1030#: e2fsck/problem.c:321
Theodore Ts'obc759702005-05-09 20:40:55 -04001031msgid ""
1032"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1033"is %N; @s zero. "
1034msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001035"Für @f ist resize_@i nicht eingeschaltet, aber s_reserved_gdt_@bs\n"
1036"ist %N; @s Null. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001037
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001038#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1039#: e2fsck/problem.c:327
1040msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Philipp Thomas68801282008-07-17 11:47:00 -04001041msgstr "Resize_@i nicht aktiviert, aber die zu modifgizierende Inod ist nicht-Null."
Theodore Ts'obc759702005-05-09 20:40:55 -04001042
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001043#. @-expanded: Resize inode not valid.
1044#: e2fsck/problem.c:332
Theodore Ts'obc759702005-05-09 20:40:55 -04001045msgid "Resize @i not valid. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001046msgstr "@r ist kein @d. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001047
Theodore Ts'o6956f612005-12-31 16:46:15 -05001048#. @-expanded: superblock last mount time is in the future.
1049#: e2fsck/problem.c:337
1050msgid "@S last mount time is in the future. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001051msgstr "Der Zeitpunkt des letzten Einhängens von @S liegt in der Zukunft"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001052
1053#. @-expanded: superblock last write time is in the future.
1054#: e2fsck/problem.c:342
1055msgid "@S last write time is in the future. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001056msgstr "Der Zeitpunkt des letzten Schreibens von @S liegt in der Zukunft. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001057
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001058#. @-expanded: superblock hint for external superblock should be %X.
1059#: e2fsck/problem.c:346
1060#, c-format
1061msgid "@S hint for external superblock @s %X. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001062msgstr "@S Hinweis für externen Superblock @s %X"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001063
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001064#. @-expanded: Adding dirhash hint to filesystem.\n
1065#. @-expanded: \n
1066#: e2fsck/problem.c:351
1067msgid ""
1068"Adding dirhash hint to @f.\n"
1069"\n"
1070msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001071"Füge Verzeinishash-Hilfe zu @f hinzu.\n"
1072"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001073
Philipp Thomas720e6362008-06-21 14:06:00 -04001074#. @-expanded: group descriptor %g checksum is invalid.
1075#: e2fsck/problem.c:356
1076#, c-format
1077msgid "@g descriptor %g checksum is invalid. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001078msgstr "Prüfsumme von @g -Deskriptor %g ist ungültig. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001079
1080#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1081#: e2fsck/problem.c:361
1082#, c-format
1083msgid "@g descriptor %g marked uninitialized without feature set.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001084msgstr "@g -Deskriptor %g ist als nicht initialisiert gekennzeichnet ohne eine gesetzte Eigenschaft.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001085
1086#. @-expanded: group %g block bitmap uninitialized but inode bitmap in use.\n
1087#: e2fsck/problem.c:366
1088#, c-format
1089msgid "@g %g @b @B uninitialized but @i @B in use.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001090msgstr "Die @b @B von @g %g ist nicht initialisiert aber @i @B wird verwendet.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001091
1092#. @-expanded: group descriptor %g has invalid unused inodes count %b.
1093#: e2fsck/problem.c:371
1094msgid "@g descriptor %g has invalid unused inodes count %b. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001095msgstr "@g Deskriptor %g hat eine ungültige Anzahl ungenutzter Inodes von %b. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001096
1097#. @-expanded: Last group block bitmap uninitialized.
1098#: e2fsck/problem.c:376
1099msgid "Last @g @b @B uninitialized. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001100msgstr "Die letzte @g @b @B ist nicht initialisiert. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001101
1102#: e2fsck/problem.c:381
1103#, c-format
1104msgid "Journal transaction %i was corrupt, replay was aborted.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001105msgstr "Journaltransaktion %i war beschädigt, die Wiederholung wurde abgegrochen.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001106
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001107#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001108#: e2fsck/problem.c:388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001109msgid "Pass 1: Checking @is, @bs, and sizes\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001110msgstr "Durchgang 1: Prüfe @is, @bs, und Größen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001111
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001112#. @-expanded: root inode is not a directory.
Philipp Thomas720e6362008-06-21 14:06:00 -04001113#: e2fsck/problem.c:392
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001114msgid "@r is not a @d. "
1115msgstr "@r ist kein @d. "
1116
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001117#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Philipp Thomas720e6362008-06-21 14:06:00 -04001118#: e2fsck/problem.c:397
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001119msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001120msgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001122#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Philipp Thomas720e6362008-06-21 14:06:00 -04001123#: e2fsck/problem.c:402
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001124msgid "Reserved @i %i (%Q) has @n mode. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001125msgstr "Reservierte @i %i %Q hat einen falschen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001127#. @-expanded: deleted inode %i has zero dtime.
Philipp Thomas720e6362008-06-21 14:06:00 -04001128#: e2fsck/problem.c:407
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001129#, c-format
1130msgid "@D @i %i has zero dtime. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001131msgstr "@D @i %i hat \"zero dtime\". "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001132
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001133#. @-expanded: inode %i is in use, but has dtime set.
Philipp Thomas720e6362008-06-21 14:06:00 -04001134#: e2fsck/problem.c:412
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001135#, c-format
1136msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001137msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001138
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001139#. @-expanded: inode %i is a zero-length directory.
Philipp Thomas720e6362008-06-21 14:06:00 -04001140#: e2fsck/problem.c:417
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001141#, c-format
1142msgid "@i %i is a @z @d. "
1143msgstr "@i %i ist ein @z @d. "
1144
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001145#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001146#: e2fsck/problem.c:422
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001147msgid "@g %g's @b @B at %b @C.\n"
1148msgstr "@g %g's @b @B auf %b @C.\n"
1149
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001150#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001151#: e2fsck/problem.c:427
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001152msgid "@g %g's @i @B at %b @C.\n"
1153msgstr "@g %g's @i @B auf %b @C.\n"
1154
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001155#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001156#: e2fsck/problem.c:432
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001157msgid "@g %g's @i table at %b @C.\n"
1158msgstr "@g %g's @i Tabelle auf %b @C.\n"
1159
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001160#. @-expanded: group %g's block bitmap (%b) is bad.
Philipp Thomas720e6362008-06-21 14:06:00 -04001161#: e2fsck/problem.c:437
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001162msgid "@g %g's @b @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001163msgstr "@g %g's @b @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001164
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001165#. @-expanded: group %g's inode bitmap (%b) is bad.
Philipp Thomas720e6362008-06-21 14:06:00 -04001166#: e2fsck/problem.c:442
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001167msgid "@g %g's @i @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001168msgstr "@g %g's @i @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001170#. @-expanded: inode %i, i_size is %Is, should be %N.
Philipp Thomas720e6362008-06-21 14:06:00 -04001171#: e2fsck/problem.c:447
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001172msgid "@i %i, i_size is %Is, @s %N. "
1173msgstr "@i %i, i_size ist %Is, @s %N. "
1174
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001175#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Philipp Thomas720e6362008-06-21 14:06:00 -04001176#: e2fsck/problem.c:452
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001177msgid "@i %i, i_@bs is %Ib, @s %N. "
1178msgstr "@i %i, i_@bs ist %Ib, @s %N. "
1179
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001180#. @-expanded: illegal block #%B (%b) in inode %i.
Philipp Thomas720e6362008-06-21 14:06:00 -04001181#: e2fsck/problem.c:457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001182msgid "@I @b #%B (%b) in @i %i. "
1183msgstr "@I @b #%B (%b) in @i %i. "
1184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001185#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Philipp Thomas720e6362008-06-21 14:06:00 -04001186#: e2fsck/problem.c:462
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001187msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001188msgstr "@b #%B (%b) überlappt @f metadata in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001189
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001190#. @-expanded: inode %i has illegal block(s).
Philipp Thomas720e6362008-06-21 14:06:00 -04001191#: e2fsck/problem.c:467
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001192#, c-format
1193msgid "@i %i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001194msgstr "@i %i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001195
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001196#. @-expanded: Too many illegal blocks in inode %i.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001197#: e2fsck/problem.c:472
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001198#, c-format
1199msgid "Too many illegal @bs in @i %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001200msgstr "Zu viele unzulässige @bs in @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001201
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001202#. @-expanded: illegal block #%B (%b) in bad block inode.
Philipp Thomas720e6362008-06-21 14:06:00 -04001203#: e2fsck/problem.c:477
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001204msgid "@I @b #%B (%b) in bad @b @i. "
1205msgstr "@I @b #%B (%b) in bad @b @i. "
1206
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001207#. @-expanded: Bad block inode has illegal block(s).
Philipp Thomas720e6362008-06-21 14:06:00 -04001208#: e2fsck/problem.c:482
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001209msgid "Bad @b @i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001210msgstr "Bad @b @i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001211
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001212#. @-expanded: Duplicate or bad block in use!\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001213#: e2fsck/problem.c:487
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001214msgid "Duplicate or bad @b in use!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001215msgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001216
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001217#. @-expanded: Bad block %b used as bad block inode indirect block.
Philipp Thomas720e6362008-06-21 14:06:00 -04001218#: e2fsck/problem.c:492
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001219msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001220msgstr "Bad @b %b benutzt als bad @b @i indirekt @b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001221
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001222#. @-expanded: \n
1223#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1224#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1225#. @-expanded: in the filesystem.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001226#: e2fsck/problem.c:497
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001227msgid ""
1228"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001229"The bad @b @i has probably been corrupted. You probably\n"
1230"should stop now and run e2fsck -c to scan for bad blocks\n"
1231"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001232msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001233"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001234"Defekter @b @i ist wahrscheinlich beschädigt worden. Sie sollten\n"
1235"nun eher innehalten und »e2fsck -c« ausführen, um nach defekten\n"
1236"Blöcken in @f zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001238#. @-expanded: \n
1239#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001240#: e2fsck/problem.c:504
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001241msgid ""
1242"\n"
1243"If the @b is really bad, the @f can not be fixed.\n"
1244msgstr ""
1245"\n"
1246"Wenn der @b wirklich defekt ist, kann der @f nicht repariert werden.\n"
1247
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001248#. @-expanded: You can remove this block from the bad block list and hope\n
1249#. @-expanded: that the block is really OK. But there are no guarantees.\n
1250#. @-expanded: \n
Philipp Thomas720e6362008-06-21 14:06:00 -04001251#: e2fsck/problem.c:509
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001252msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001253"You can remove this @b from the bad @b list and hope\n"
1254"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001255"\n"
1256msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001257"Sie können @b von der @b - Liste löschen \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001258"und hoffen das @b wirklich in Ordnung ist, es \n"
1259"gibt aber KEINE GARANTIEN.\n"
1260"\n"
1261
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001262#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001263#: e2fsck/problem.c:515
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001264msgid "The primary @S (%b) is on the bad @b list.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001265msgstr "Der primäre @S (%b) ist auf der bad @b Liste.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001266
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001267#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001268#: e2fsck/problem.c:520
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001269msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001270msgstr "Block %b im primären Deskriptor @g ist auf der bad @b Liste\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001271
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001272#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001273#: e2fsck/problem.c:526
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001274msgid "Warning: Group %g's @S (%b) is bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001275msgstr "Warnung: Gruppe %g's @S (%b) ist ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001277#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001278#: e2fsck/problem.c:531
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001279msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001280msgstr "Warnung: Gruppe %g's Kopie vom Deskriptor @g hat einen bad @b (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001282#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001283#: e2fsck/problem.c:537
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001284msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1285msgstr "Programmfehler? @b #%b verlangt ohne Grund in process_bad_@b.\n"
1286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001287#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001288#: e2fsck/problem.c:543
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001289msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1290msgstr "@A %N grenzt an @b(s) in @b @g %g for %s: %m\n"
1291
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001292#. @-expanded: error allocating block buffer for relocating %s\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001293#: e2fsck/problem.c:548
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001294#, c-format
1295msgid "@A @b buffer for relocating %s\n"
1296msgstr "@A @b Puffer zum Verschieben %s\n"
1297
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001298#. @-expanded: Relocating group %g's %s from %b to %c...\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001299#: e2fsck/problem.c:553
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001300msgid "Relocating @g %g's %s from %b to %c...\n"
1301msgstr "Verschiebe @g %g's %s von %b nach %c...\n"
1302
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001303#. @-expanded: Relocating group %g's %s to %c...\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001304#: e2fsck/problem.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001305#, c-format
1306msgid "Relocating @g %g's %s to %c...\n"
1307msgstr "Verschiebe @g %g's %s nach %c...\n"
1308
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001309#. @-expanded: Warning: could not read block %b of %s: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001310#: e2fsck/problem.c:563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001311msgid "Warning: could not read @b %b of %s: %m\n"
1312msgstr "Warnung: kann @b %b von %s: %m nicht lesen\n"
1313
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001314#. @-expanded: Warning: could not write block %b for %s: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001315#: e2fsck/problem.c:568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001316msgid "Warning: could not write @b %b for %s: %m\n"
1317msgstr "Warnung: kann @b %b von %s: %m nicht schreiben\n"
1318
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001319#. @-expanded: error allocating inode bitmap (%N): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001320#: e2fsck/problem.c:573 e2fsck/problem.c:1369
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001321msgid "@A @i @B (%N): %m\n"
1322msgstr "@A @i @B (%N): %m\n"
1323
1324#. @-expanded: error allocating block bitmap (%N): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001325#: e2fsck/problem.c:578
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001326msgid "@A @b @B (%N): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001327msgstr "@A @i @B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001328
1329#. @-expanded: error allocating icount link information: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001330#: e2fsck/problem.c:583
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001331#, c-format
1332msgid "@A icount link information: %m\n"
1333msgstr "@A icount link information: %m\n"
1334
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001335#. @-expanded: error allocating directory block array: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001336#: e2fsck/problem.c:588
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001337#, c-format
1338msgid "@A @d @b array: %m\n"
1339msgstr "@A @d @b array: %m\n"
1340
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001341#. @-expanded: Error while scanning inodes (%i): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001342#: e2fsck/problem.c:593
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001343#, c-format
1344msgid "Error while scanning @is (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001345msgstr "Fehler während der Suche @is (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001346
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001347#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001348#: e2fsck/problem.c:598
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001349#, c-format
1350msgid "Error while iterating over @bs in @i %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001351msgstr "Fehler beim Iterieren über @bs in @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001352
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001353#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001354#: e2fsck/problem.c:603
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001355msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001356msgstr "Fehler beim Speichern von @i count Informationen (@i=%i, count=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001357
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001358#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001359#: e2fsck/problem.c:608
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001360msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001361msgstr "Fehler beim Speichern @d @b Informationen (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001362
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001363#. @-expanded: Error reading inode %i: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001364#: e2fsck/problem.c:614
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001365#, c-format
1366msgid "Error reading @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001367msgstr "Fehler beim Lesen von @i %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001368
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001369#. @-expanded: inode %i has imagic flag set.
Philipp Thomas720e6362008-06-21 14:06:00 -04001370#: e2fsck/problem.c:622
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001371#, c-format
1372msgid "@i %i has imagic flag set. "
1373msgstr "@i %i hat Imagic-Flag gesetzt. "
1374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001375#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1376#. @-expanded: or append-only flag set.
Philipp Thomas720e6362008-06-21 14:06:00 -04001377#: e2fsck/problem.c:627
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001378#, c-format
1379msgid ""
1380"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1381"or append-only flag set. "
1382msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001383"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001384"oder append-only Flag gesetzt. "
1385
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001386#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Philipp Thomas720e6362008-06-21 14:06:00 -04001387#: e2fsck/problem.c:633
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001388#, c-format
1389msgid "@i %i has @cion flag set on @f without @cion support. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001390msgstr "@i %i hat @cion Flag gesetzt auf @f ohne @cion Unterstützung. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001391
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001392#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Philipp Thomas720e6362008-06-21 14:06:00 -04001393#: e2fsck/problem.c:638
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001394#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001395msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1396msgstr ""
1397"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
1398"oder append-only Flag gesetzt. "
1399
1400#. @-expanded: journal inode is not in use, but contains data.
Philipp Thomas720e6362008-06-21 14:06:00 -04001401#: e2fsck/problem.c:648
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001402msgid "@j @i is not in use, but contains data. "
1403msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
1404
1405#. @-expanded: journal is not regular file.
Philipp Thomas720e6362008-06-21 14:06:00 -04001406#: e2fsck/problem.c:653
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001407msgid "@j is not regular file. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001408msgstr "@j ist keine reguläre Datei. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001409
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001410#. @-expanded: inode %i was part of the orphaned inode list.
Philipp Thomas720e6362008-06-21 14:06:00 -04001411#: e2fsck/problem.c:658
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001412#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001413msgid "@i %i was part of the @o @i list. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001414msgstr "@i %i war Teil der orphaned @i Liste. "
1415
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001416#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Philipp Thomas720e6362008-06-21 14:06:00 -04001417#: e2fsck/problem.c:664
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001418msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001419msgstr "@is, die Teile einer defekten Liste mit verwaisten Links waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001420
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001421#. @-expanded: error allocating refcount structure (%N): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001422#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001423msgid "@A refcount structure (%N): %m\n"
1424msgstr "@A icount structure: %m\n"
1425
1426#. @-expanded: Error reading extended attribute block %b for inode %i.
Philipp Thomas720e6362008-06-21 14:06:00 -04001427#: e2fsck/problem.c:674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001428msgid "Error reading @a @b %b for @i %i. "
1429msgstr "Fehler beim Lesen @a @b %b for @i %i. "
1430
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001431#. @-expanded: inode %i has a bad extended attribute block %b.
Philipp Thomas720e6362008-06-21 14:06:00 -04001432#: e2fsck/problem.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001433msgid "@i %i has a bad @a @b %b. "
1434msgstr "@i %i hat defekten @a @b %b. "
1435
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001436#. @-expanded: Error reading extended attribute block %b (%m).
Philipp Thomas720e6362008-06-21 14:06:00 -04001437#: e2fsck/problem.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001438msgid "Error reading @a @b %b (%m). "
1439msgstr "Fehler beim Lesen @a @b %b (%m). "
1440
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001441#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Philipp Thomas720e6362008-06-21 14:06:00 -04001442#: e2fsck/problem.c:689
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001443msgid "@a @b %b has reference count %B, @s %N. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001444msgstr "@a @b %b hat den Referenzzähler %B, richtig wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001445
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001446#. @-expanded: Error writing extended attribute block %b (%m).
Philipp Thomas720e6362008-06-21 14:06:00 -04001447#: e2fsck/problem.c:694
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001448msgid "Error writing @a @b %b (%m). "
1449msgstr "Fehler beim Schreiben @a @b %b (%m). "
1450
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001451#. @-expanded: extended attribute block %b has h_blocks > 1.
Philipp Thomas720e6362008-06-21 14:06:00 -04001452#: e2fsck/problem.c:699
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001453msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001454msgstr "@a @b %b hat h_blocks > 1. "
1455
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001456#. @-expanded: error allocating extended attribute block %b.
Philipp Thomas720e6362008-06-21 14:06:00 -04001457#: e2fsck/problem.c:704
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001458msgid "@A @a @b %b. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001459msgstr "@A @a @b %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001460
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001461#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Philipp Thomas720e6362008-06-21 14:06:00 -04001462#: e2fsck/problem.c:709
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001463msgid "@a @b %b is corrupt (allocation collision). "
1464msgstr "@a @b %b ist defekt (allocation collision). "
1465
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001466#. @-expanded: extended attribute block %b is corrupt (invalid name).
Philipp Thomas720e6362008-06-21 14:06:00 -04001467#: e2fsck/problem.c:714
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001468msgid "@a @b %b is corrupt (@n name). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001469msgstr "@a @b %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001470
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001471#. @-expanded: extended attribute block %b is corrupt (invalid value).
Philipp Thomas720e6362008-06-21 14:06:00 -04001472#: e2fsck/problem.c:719
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001473msgid "@a @b %b is corrupt (@n value). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001474msgstr "@a @b %b ist defekt (ungültiger Wert). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476#. @-expanded: inode %i is too big.
Philipp Thomas720e6362008-06-21 14:06:00 -04001477#: e2fsck/problem.c:724
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001478#, c-format
1479msgid "@i %i is too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001480msgstr "@i %i ist zu groß. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001482#. @-expanded: block #%B (%b) causes directory to be too big.
Philipp Thomas720e6362008-06-21 14:06:00 -04001483#: e2fsck/problem.c:728
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001484msgid "@b #%B (%b) causes @d to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001485msgstr "@b #%B (%b) macht @d zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001486
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001487#. @-expanded: block #%B (%b) causes file to be too big.
Philipp Thomas720e6362008-06-21 14:06:00 -04001488#: e2fsck/problem.c:733
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001489msgid "@b #%B (%b) causes file to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001490msgstr "@b #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001491
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001492#. @-expanded: block #%B (%b) causes symlink to be too big.
Philipp Thomas720e6362008-06-21 14:06:00 -04001493#: e2fsck/problem.c:738
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001494msgid "@b #%B (%b) causes symlink to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001495msgstr "@b #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001497#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001498#: e2fsck/problem.c:743
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001499#, c-format
1500msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001501msgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001502
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001503#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001504#: e2fsck/problem.c:748
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001505#, c-format
1506msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1507msgstr "@i %i hat INDEX_FL flag gesetzt, ist aber kein @d.\n"
1508
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001509#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001510#: e2fsck/problem.c:753
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001511#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001512msgid "@h %i has an @n root node.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001513msgstr "@h %i hat einen unvollständigen root node.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001514
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001515#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001516#: e2fsck/problem.c:758
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001517msgid "@h %i has an unsupported hash version (%N)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001518msgstr "@h %i hat eine nicht unterstützte hash-Version (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001519
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001520#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001521#: e2fsck/problem.c:763
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001522#, c-format
1523msgid "@h %i uses an incompatible htree root node flag.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001524msgstr "@h %i benutzt einen nicht unterstützten htree root node flag.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001525
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001526#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001527#: e2fsck/problem.c:768
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001528msgid "@h %i has a tree depth (%N) which is too big\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001529msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001530
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001531#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1532#. @-expanded: filesystem metadata.
Philipp Thomas720e6362008-06-21 14:06:00 -04001533#: e2fsck/problem.c:773
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001534msgid ""
1535"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1536"@f metadata. "
1537msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001538"Defekter @b @i hat einen indirekten @b (%b), der mit\n"
1539"den @f Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001540
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001541#. @-expanded: Resize inode (re)creation failed: %m.
Philipp Thomas720e6362008-06-21 14:06:00 -04001542#: e2fsck/problem.c:779
Theodore Ts'obc759702005-05-09 20:40:55 -04001543#, c-format
1544msgid "Resize @i (re)creation failed: %m."
Philipp Thomas9564ee52008-08-22 03:22:50 -04001545msgstr "Erzeugung von Vergrösserungs-@i scheiterte: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001546
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001547#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001548#: e2fsck/problem.c:784
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001549msgid "@i %i has a extra size (%IS) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001550msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001551
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001552#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001553#: e2fsck/problem.c:789
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001554msgid "@a in @i %i has a namelen (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001555msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001556
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001557#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001558#: e2fsck/problem.c:794
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001559msgid "@a in @i %i has a value size (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001560msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001561
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001562#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001563#: e2fsck/problem.c:799
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001564msgid "@a in @i %i has a value offset (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001565msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001566
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001567#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001568#: e2fsck/problem.c:804
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001569msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001570msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001571
Philipp Thomas720e6362008-06-21 14:06:00 -04001572#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1573#: e2fsck/problem.c:809
Philipp Thomas720e6362008-06-21 14:06:00 -04001574msgid "@a in @i %i has a hash (%N) which is @n\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001575msgstr "@a in %i hat einen @n Hashwert von (%N)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001576
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001577#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001578#: e2fsck/problem.c:814
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001579msgid "@i %i is a %It but it looks like it is really a directory.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001580msgstr "@i ist ein %It aber es sieht so aus, als ob es tatsächlich ein Verzeichnis ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001581
Philipp Thomas40771272008-09-07 22:55:25 -04001582#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001583#: e2fsck/problem.c:819
Philipp Thomas68801282008-07-17 11:47:00 -04001584#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001585msgid "Error while reading over @x tree in @i %i: %m\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001586msgstr "Fehler beim Iterieren über Baum @x in @i %i: %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001587
1588#: e2fsck/problem.c:824
Philipp Thomas68801282008-07-17 11:47:00 -04001589#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001590msgid "Error while deleting extent: %m\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001591msgstr "Fehler während des Löschens der Erweiterung: %m\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001592
1593#. @-expanded: inode %i has an invalid extent\n
1594#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1595#: e2fsck/problem.c:829
1596msgid ""
1597"@i %i has an @n extent\n"
1598"\t(logical @b %c, @n physical @b %b, len %N)\n"
1599msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04001600"@i %i hat eine @n Erweiterung\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001601"\t(logischer @b %c, @n physischer @b %b, Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001602
1603#. @-expanded: inode %i has an invalid extent\n
1604#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1605#: e2fsck/problem.c:834
1606msgid ""
1607"@i %i has an @n extent\n"
1608"\t(logical @b %c, physical @b %b, @n len %N)\n"
1609msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04001610"@i %i hat eine @n Erweiterung\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001611"\t(logischer @b %c, physischer @b %b, @n Länge %N)\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001612
1613#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1614#: e2fsck/problem.c:839
Philipp Thomas68801282008-07-17 11:47:00 -04001615#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04001616msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001617msgstr "@i %i hat EXTENTS_FL Kennung auf einem @f ohne Unterstützung für Erweiterungen.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001618
1619#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1620#: e2fsck/problem.c:844
1621#, c-format
1622msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001623msgstr "@i %i besitzt das Erweiterungsformat, aber dem @S fehlt die Eigenschaft EXTENTS\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001624
1625#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1626#: e2fsck/problem.c:849
1627#, c-format
1628msgid "@i %i missing EXTENT_FL, but is in extents format\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04001629msgstr "@i %i fehlt EXTENT_FL, aber hat das Format einer Erweiterungs-@i\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04001630
1631#: e2fsck/problem.c:854
1632#, c-format
1633msgid "Fast symlink %i has EXTENT_FL set. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001634msgstr "Schneller Symlink %i hat EXTENT_FL gesetzt. "
Philipp Thomas720e6362008-06-21 14:06:00 -04001635
1636#. @-expanded: inode %i has out of order extents\n
1637#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1638#: e2fsck/problem.c:859
1639msgid ""
1640"@i %i has out of order extents\n"
1641"\t(@n logical @b %c, physical @b %b, len %N)\n"
1642msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04001643"@i %i hat unregelmässige Erweitertungen\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001644"\t(@n logischer @b %c, physischer @b %b, Länge %N)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001645
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001646#. @-expanded: \n
1647#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1648#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001649#: e2fsck/problem.c:866
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001650msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001651"\n"
1652"Running additional passes to resolve @bs claimed by more than one @i...\n"
1653"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001654msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001655"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001656"Doppelter @bs gefunden... starte Scan nach doppelten @b.\n"
1657"Durchgang 1B: Suche nach doppelten/defekten @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001658
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001659#. @-expanded: multiply-claimed block(s) in inode %i:
Philipp Thomas720e6362008-06-21 14:06:00 -04001660#: e2fsck/problem.c:872
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001661#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001662msgid "@m @b(s) in @i %i:"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001663msgstr "@m @b(s) in @i %i:"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001664
Philipp Thomas720e6362008-06-21 14:06:00 -04001665#: e2fsck/problem.c:887
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001666#, c-format
1667msgid "Error while scanning inodes (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001668msgstr "Fehlen beim Prüfen von Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001670#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001671#: e2fsck/problem.c:892
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001672#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001673msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001674msgstr "@A @i @B (inode_dup_map): %m\n"
1675
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001676#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001677#: e2fsck/problem.c:897
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001678#, c-format
1679msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001680msgstr "Fehler beim Durchlaufen der @bs in @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001681
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001682#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001683#: e2fsck/problem.c:902 e2fsck/problem.c:1218
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001684msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001685msgstr "Fehler bei der Anpassung des refcount für @a @b %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001686
Theodore Ts'o6956f612005-12-31 16:46:15 -05001687#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001688#: e2fsck/problem.c:908
Theodore Ts'o6956f612005-12-31 16:46:15 -05001689msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001690msgstr "Durchgang 1C: Prüfe Verzeichnisse nach @is mit doppelten @bs.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001691
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001692#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001693#: e2fsck/problem.c:914
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001694msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001695msgstr "Durchgang 1D: Gleiche doppelte @bs ab\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001696
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001697#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1698#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001699#: e2fsck/problem.c:919
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001700msgid ""
1701"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001702" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001703msgstr ""
1704"Datei %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001705" hat %B doppelte @b(s), geteilt mit %N Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001706
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001707#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001708#: e2fsck/problem.c:925
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001709msgid "\t%Q (@i #%i, mod time %IM)\n"
1710msgstr "\t%Q (@i #%i, mod time %IM)\n"
1711
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001712#. @-expanded: \t<filesystem metadata>\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001713#: e2fsck/problem.c:930
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001714msgid "\t<@f metadata>\n"
1715msgstr "\t<@f metadata>\n"
1716
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001717#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1718#. @-expanded: \n
Philipp Thomas720e6362008-06-21 14:06:00 -04001719#: e2fsck/problem.c:935
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001720msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001721"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001722"\n"
1723msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001724"(es gibt %N @is, die doppelte/defekte @bs enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001725"\n"
1726
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001727#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1728#. @-expanded: \n
Philipp Thomas720e6362008-06-21 14:06:00 -04001729#: e2fsck/problem.c:940
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001730msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001731"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001732"\n"
1733msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001734"Duplizierte @bs bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001735"\n"
1736
Philipp Thomas720e6362008-06-21 14:06:00 -04001737#: e2fsck/problem.c:953
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001738#, c-format
1739msgid "Couldn't clone file: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001740msgstr "Kann die Datei %m nicht klonen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001741
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001742#. @-expanded: Pass 2: Checking directory structure\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001743#: e2fsck/problem.c:959
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001744msgid "Pass 2: Checking @d structure\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001745msgstr "Durchgang 2: Prüfe @d Struktur\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001746
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001747#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001748#: e2fsck/problem.c:964
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001749#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001750msgid "@n @i number for '.' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001751msgstr "Falsche @i Nummer für ».« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001752
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001753#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001754#: e2fsck/problem.c:969
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001755msgid "@E has @n @i #: %Di.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001756msgstr "@E hat falsche @i #: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001757
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001758#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Philipp Thomas720e6362008-06-21 14:06:00 -04001759#: e2fsck/problem.c:974
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001760msgid "@E has @D/unused @i %Di. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04001761msgstr "@E hat @D/unbenutzt @i %Di. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001762
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001763#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Philipp Thomas720e6362008-06-21 14:06:00 -04001764#: e2fsck/problem.c:979
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001765msgid "@E @L to '.' "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001766msgstr "@E @L nach ».« "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001767
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001768#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001769#: e2fsck/problem.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001770msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001771msgstr "@E zeigt auf @i (%Di) in einem defekten @b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001772
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001773#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001774#: e2fsck/problem.c:989
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001775msgid "@E @L to @d %P (%Di).\n"
1776msgstr "@E @L nach @d %P (%Di).\n"
1777
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001778#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001779#: e2fsck/problem.c:994
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001780msgid "@E @L to the @r.\n"
1781msgstr "@E @L zur @r.\n"
1782
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001783#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001784#: e2fsck/problem.c:999
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001785msgid "@E has illegal characters in its name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001786msgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001787
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001788#. @-expanded: Missing '.' in directory inode %i.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001789#: e2fsck/problem.c:1004
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001790#, c-format
1791msgid "Missing '.' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001792msgstr "Fehlende ».« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001793
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001794#. @-expanded: Missing '..' in directory inode %i.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001795#: e2fsck/problem.c:1009
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001796#, c-format
1797msgid "Missing '..' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001798msgstr "Fehlende »..« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001799
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001800#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001801#: e2fsck/problem.c:1014
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001802msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001803msgstr "Erster @e »%Dn« (inode=%Di) in @d @i %i (%p) @s ».«\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001804
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001805#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001806#: e2fsck/problem.c:1019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001807msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001808msgstr "Zweiter @e »%Dn« (inode=%Di) in @d @i %i @s »..«\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001809
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001810#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001811#: e2fsck/problem.c:1024
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001812msgid "i_faddr @F %IF, @s zero.\n"
1813msgstr "i_faddr @F %IF, @s null.\n"
1814
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001815#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001816#: e2fsck/problem.c:1029
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001817msgid "i_file_acl @F %If, @s zero.\n"
1818msgstr "i_file_acl @F %If, @s null.\n"
1819
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001820#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001821#: e2fsck/problem.c:1034
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001822msgid "i_dir_acl @F %Id, @s zero.\n"
1823msgstr "i_dir_acl @F %Id, @s null.\n"
1824
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001825#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001826#: e2fsck/problem.c:1039
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001827msgid "i_frag @F %N, @s zero.\n"
1828msgstr "i_frag @F %N, @s null.\n"
1829
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001830#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001831#: e2fsck/problem.c:1044
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001832msgid "i_fsize @F %N, @s zero.\n"
1833msgstr "i_fsize @F %N, @s null.\n"
1834
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001835#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001836#: e2fsck/problem.c:1049
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001837msgid "@i %i (%Q) has @n mode (%Im).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001838msgstr "@i %i (%Q) hat einen falschen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001839
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001840#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001841#: e2fsck/problem.c:1054
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001842msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1843msgstr "@d @i %i, @b %B, offset %N: @d defekt\n"
1844
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001845#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001846#: e2fsck/problem.c:1059
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001847msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1848msgstr "@d @i %i, @b %B, offset %N: Dateiname zu lang\n"
1849
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001850#. @-expanded: directory inode %i has an unallocated block #%B.
Philipp Thomas720e6362008-06-21 14:06:00 -04001851#: e2fsck/problem.c:1064
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001852msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001853msgstr "@d @i %i hat einen nicht zugewiesenen @b #%B. "
1854
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001855#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001856#: e2fsck/problem.c:1069
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001857#, c-format
1858msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001859msgstr "».« @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001860
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001861#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001862#: e2fsck/problem.c:1074
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001863#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001864msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001865msgstr "»..« @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001866
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001867#. @-expanded: inode %i (%Q) is an illegal character device.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001868#: e2fsck/problem.c:1079
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001869msgid "@i %i (%Q) is an @I character @v.\n"
1870msgstr "@i %i (%Q) ist ein @I Zeichen @v.\n"
1871
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001872#. @-expanded: inode %i (%Q) is an illegal block device.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001873#: e2fsck/problem.c:1084
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001874msgid "@i %i (%Q) is an @I @b @v.\n"
1875msgstr "@i %i (%Q) ist ein @I @b @v.\n"
1876
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001877#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001878#: e2fsck/problem.c:1089
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001879msgid "@E is duplicate '.' @e.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001880msgstr "@E ist ein doppelter ».« @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001881
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001882#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001883#: e2fsck/problem.c:1094
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001884msgid "@E is duplicate '..' @e.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001885msgstr "@E ist ein doppelter »..« @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001886
Philipp Thomas720e6362008-06-21 14:06:00 -04001887#: e2fsck/problem.c:1099 e2fsck/problem.c:1394
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001888#, c-format
1889msgid "Internal error: couldn't find dir_info for %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001890msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001891
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001892#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001893#: e2fsck/problem.c:1104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001894msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001895msgstr "@E hat rec_len von %Dr, sollte %N sein.\n"
1896
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001897#. @-expanded: error allocating icount structure: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001898#: e2fsck/problem.c:1109
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001899#, c-format
1900msgid "@A icount structure: %m\n"
1901msgstr "@A icount structure: %m\n"
1902
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001903#. @-expanded: Error iterating over directory blocks: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001904#: e2fsck/problem.c:1114
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001905#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04001906msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001907msgstr "Fehler beim Durchlaufen der @d @bs: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001908
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001909#. @-expanded: Error reading directory block %b (inode %i): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001910#: e2fsck/problem.c:1119
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001911msgid "Error reading @d @b %b (@i %i): %m\n"
1912msgstr "Lesefehler @d @b %b (@i %i): %m\n"
1913
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001914#. @-expanded: Error writing directory block %b (inode %i): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001915#: e2fsck/problem.c:1124
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001916msgid "Error writing @d @b %b (@i %i): %m\n"
1917msgstr "Schreibfehler @d @b %b (@i %i): %m\n"
1918
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001919#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001920#: e2fsck/problem.c:1129
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001921#, c-format
1922msgid "@A new @d @b for @i %i (%s): %m\n"
1923msgstr "@A neu @d @b for @i %i (%s): %m\n"
1924
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001925#. @-expanded: Error deallocating inode %i: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001926#: e2fsck/problem.c:1134
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001927#, c-format
1928msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001929msgstr "Fehler bei der Freigabe von @i %i: %m\n"
1930
Philipp Thomas40771272008-09-07 22:55:25 -04001931#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001932#: e2fsck/problem.c:1139
Philipp Thomas40771272008-09-07 22:55:25 -04001933#, c-format
1934msgid "@d @e for '.' in %p (%i) is big.\n"
1935msgstr "Verzeichniseintrag für ».« in %p (%i) ist gross.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001936
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001937#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001938#: e2fsck/problem.c:1144
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001939msgid "@i %i (%Q) is an @I FIFO.\n"
1940msgstr "@i %i (%Q) ist ein @I FIFO.\n"
1941
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001942#. @-expanded: inode %i (%Q) is an illegal socket.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001943#: e2fsck/problem.c:1149
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001944msgid "@i %i (%Q) is an @I socket.\n"
1945msgstr "@i %i (%Q) ist ein @I Socket.\n"
1946
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001947#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001948#: e2fsck/problem.c:1154
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001949msgid "Setting filetype for @E to %N.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001950msgstr "Setze Dateitype für @E auf %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001951
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001952#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001953#: e2fsck/problem.c:1159
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001954msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001955msgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
1956
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001957#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001958#: e2fsck/problem.c:1164
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001959msgid "@E has filetype set.\n"
1960msgstr "@E hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001961
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001962#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001963#: e2fsck/problem.c:1169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001964msgid "@E has a @z name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001965msgstr "@E hat einen Namen der Länge Null..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001966
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001967#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001968#: e2fsck/problem.c:1174
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001969msgid "Symlink %Q (@i #%i) is @n.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001970msgstr "Symlink %Q (@i #%i) is invalid.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001971
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001972#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001973#: e2fsck/problem.c:1179
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001974msgid "@a @b @F @n (%If).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001975msgstr "@a @b @F ist falsch (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001976
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001977#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001978#: e2fsck/problem.c:1184
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001979msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04001980msgstr "@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 -05001981
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001982#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001983#: e2fsck/problem.c:1189
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001984msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001985msgstr "@p @h %d: Node (%B) nicht referenziert\n"
1986
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001987#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001988#: e2fsck/problem.c:1194
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001989msgid "@p @h %d: node (%B) referenced twice\n"
1990msgstr "@p @h %d: Node (%B) doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001991
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001992#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001993#: e2fsck/problem.c:1199
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001994msgid "@p @h %d: node (%B) has bad min hash\n"
1995msgstr "@p @h %d: node (%B) has bad min hash\n"
1996
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001997#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Philipp Thomas720e6362008-06-21 14:06:00 -04001998#: e2fsck/problem.c:1204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001999msgid "@p @h %d: node (%B) has bad max hash\n"
2000msgstr "@p @h %d: node (%B) has bad max hash\n"
2001
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002002#. @-expanded: invalid HTREE directory inode %d (%q).
Philipp Thomas720e6362008-06-21 14:06:00 -04002003#: e2fsck/problem.c:1209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002004msgid "@n @h %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002005msgstr "Invalid @h %d (%q). "
2006
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002007#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002008#: e2fsck/problem.c:1213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002009msgid "@p @h %d (%q): bad @b number %b.\n"
2010msgstr "@p @h %d (%q): bad @b number %b.\n"
2011
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002012#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002013#: e2fsck/problem.c:1223
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002014#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002015msgid "@p @h %d: root node is @n\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002016msgstr "@p @h %d: root node is invalid\n"
2017
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002018#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002019#: e2fsck/problem.c:1228
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002020msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002021msgstr "@p @h %d: node (%B) has bad limit (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002022
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002023#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002024#: e2fsck/problem.c:1233
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002025msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002026msgstr "@p @h %d: node (%B) has bad count (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002027
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002028#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002029#: e2fsck/problem.c:1238
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002030msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002031msgstr "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002032
Philipp Thomas40771272008-09-07 22:55:25 -04002033#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth (%N)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002034#: e2fsck/problem.c:1243
Philipp Thomas40771272008-09-07 22:55:25 -04002035msgid "@p @h %d: node (%B) has @n depth (%N)\n"
2036msgstr "@p @h %d: Knoten (%B) has @n Tiefe (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002037
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002038#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Philipp Thomas720e6362008-06-21 14:06:00 -04002039#: e2fsck/problem.c:1248
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002040msgid "Duplicate @E found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002041msgstr "Doppelte @E gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002042
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002043#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2044#. @-expanded: Rename to %s
Philipp Thomas720e6362008-06-21 14:06:00 -04002045#: e2fsck/problem.c:1253
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002046#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002047msgid ""
2048"@E has a non-unique filename.\n"
2049"Rename to %s"
2050msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04002051"@E hat keinen eindeutigen Dateinnamen.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002052"Benenne in %s um"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002053
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002054#. @-expanded: Duplicate entry '%Dn' found.\n
2055#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2056#. @-expanded: \n
Philipp Thomas720e6362008-06-21 14:06:00 -04002057#: e2fsck/problem.c:1258
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002058msgid ""
2059"Duplicate @e '%Dn' found.\n"
2060"\tMarking %p (%i) to be rebuilt.\n"
2061"\n"
2062msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002063"Doppelte @e '%Dn' gefunden.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002064"\tMarkiere %p (%i) für die Neuerstellung.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002065"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002066
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002067#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002068#: e2fsck/problem.c:1263
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002069msgid "i_blocks_hi @F %N, @s zero.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002070msgstr "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002071
Philipp Thomas720e6362008-06-21 14:06:00 -04002072#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2073#: e2fsck/problem.c:1268
Philipp Thomas720e6362008-06-21 14:06:00 -04002074msgid "Unexpected @b in @h %d (%q).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002075msgstr "Unerwarteter @b in @h %d (%q).\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002076
2077#. @-expanded: inode %i found in group %g where _INODE_UNINIT is set.
2078#: e2fsck/problem.c:1272
2079#, c-format
2080msgid "@i %i found in @g %g where _INODE_UNINIT is set. "
Philipp Thomas9564ee52008-08-22 03:22:50 -04002081msgstr "@i %i wurde in @g %g gefunden, für die _INODE_UNINIT gesetzt ist. "
Philipp Thomas720e6362008-06-21 14:06:00 -04002082
2083#. @-expanded: inode %i found in group %g unused inodes area.
2084#: e2fsck/problem.c:1277
2085#, c-format
2086msgid "@i %i found in @g %g unused inodes area. "
Philipp Thomas68801282008-07-17 11:47:00 -04002087msgstr "@i %i wurde im Bereich ungenutzter Inodes von @g %g gefunden. "
Philipp Thomas720e6362008-06-21 14:06:00 -04002088
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002089#. @-expanded: Pass 3: Checking directory connectivity\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002090#: e2fsck/problem.c:1284
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002091msgid "Pass 3: Checking @d connectivity\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002092msgstr "Durchgang 3: Prüfe @d Verknüpfungen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002093
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002094#. @-expanded: root inode not allocated.
Philipp Thomas720e6362008-06-21 14:06:00 -04002095#: e2fsck/problem.c:1289
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002096msgid "@r not allocated. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002097msgstr "@r nicht zugeordnet. "
2098
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002099#. @-expanded: No room in lost+found directory.
Philipp Thomas720e6362008-06-21 14:06:00 -04002100#: e2fsck/problem.c:1294
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002101msgid "No room in @l @d. "
2102msgstr "Kein Platz in @l @d. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002103
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002104#. @-expanded: Unconnected directory inode %i (%p)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002105#: e2fsck/problem.c:1299
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002106#, c-format
2107msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002108msgstr "Nicht verbundene @d @i %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002110#. @-expanded: /lost+found not found.
Philipp Thomas720e6362008-06-21 14:06:00 -04002111#: e2fsck/problem.c:1304
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002112msgid "/@l not found. "
2113msgstr "/@l nicht gefunden. "
2114
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002115#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002116#: e2fsck/problem.c:1309
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002117msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002118msgstr "»..« in %Q (%i) ist %P (%j), @s %q (%d).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002119
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002120#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002121#: e2fsck/problem.c:1314
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002122msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002123msgstr "Falscher oder fehlender /@l. Wiederverbinden nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002124
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002125#. @-expanded: Could not expand /lost+found: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002126#: e2fsck/problem.c:1319
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002127#, c-format
2128msgid "Could not expand /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002129msgstr "Erweitern nicht möglich /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002130
Philipp Thomas720e6362008-06-21 14:06:00 -04002131#: e2fsck/problem.c:1324
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002132#, c-format
2133msgid "Could not reconnect %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002134msgstr "Wiederverbinden nicht möglich %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002135
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002136#. @-expanded: Error while trying to find /lost+found: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002137#: e2fsck/problem.c:1329
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002138#, c-format
2139msgid "Error while trying to find /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002140msgstr "Fehler während der Suche nach /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002141
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002142#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002143#: e2fsck/problem.c:1334
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002144#, c-format
2145msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002146msgstr "ext2fs_new_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002147
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002148#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002149#: e2fsck/problem.c:1339
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002150#, c-format
2151msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002152msgstr "ext2fs_new_@i: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002154#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002155#: e2fsck/problem.c:1344
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002156#, c-format
2157msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002158msgstr "ext2fs_new_dir_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002159
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002160#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002161#: e2fsck/problem.c:1349
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002162#, c-format
2163msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002164msgstr "ext2fs_write_dir_@b: %m während des Schreibens von @d @b für /@l\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002165
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002166#. @-expanded: Error while adjusting inode count on inode %i\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002167#: e2fsck/problem.c:1354
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002168#, c-format
2169msgid "Error while adjusting @i count on @i %i\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002170msgstr "Fehler während der Einstellung von @i count auf @i %i\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002171
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002172#. @-expanded: Couldn't fix parent of inode %i: %m\n
2173#. @-expanded: \n
Philipp Thomas720e6362008-06-21 14:06:00 -04002174#: e2fsck/problem.c:1359
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002175#, c-format
2176msgid ""
2177"Couldn't fix parent of @i %i: %m\n"
2178"\n"
2179msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04002180"Konnte Parent von @i %i: %m nicht reparieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002181"\n"
2182
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002183#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2184#. @-expanded: \n
Philipp Thomas720e6362008-06-21 14:06:00 -04002185#: e2fsck/problem.c:1364
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002186#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002187msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002188"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002189"\n"
2190msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002191"Parent von @i %i konnte nicht repariert werden: \n"
2192"parent @d nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002193
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002194#. @-expanded: Error creating root directory (%s): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002195#: e2fsck/problem.c:1374
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002196#, c-format
2197msgid "Error creating root @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002198msgstr "Fehler beim Erzeugen des root @d (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002200#. @-expanded: Error creating /lost+found directory (%s): %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002201#: e2fsck/problem.c:1379
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002202#, c-format
2203msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002204msgstr "Fehler beim Erzeugen des /@l @d (%s): %m\n"
2205
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002206#. @-expanded: root inode is not a directory; aborting.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002207#: e2fsck/problem.c:1384
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002208msgid "@r is not a @d; aborting.\n"
2209msgstr "@r ist kein @d; breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002210
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002211#. @-expanded: Cannot proceed without a root inode.\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002212#: e2fsck/problem.c:1389
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002213msgid "Cannot proceed without a @r.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002214msgstr "Kann ohne @r nicht fortsetzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002215
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002216#. @-expanded: /lost+found is not a directory (ino=%i)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002217#: e2fsck/problem.c:1399
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002218#, c-format
2219msgid "/@l is not a @d (ino=%i)\n"
2220msgstr "/@l ist kein @d (ino=%i)\n"
2221
Philipp Thomas720e6362008-06-21 14:06:00 -04002222#: e2fsck/problem.c:1406
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002223msgid "Pass 3A: Optimizing directories\n"
2224msgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2225
Philipp Thomas720e6362008-06-21 14:06:00 -04002226#: e2fsck/problem.c:1411
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002227#, c-format
2228msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002229msgstr "dirs_to_hash iterator konnte nicht erzeugt werden: %m"
2230
Philipp Thomas720e6362008-06-21 14:06:00 -04002231#: e2fsck/problem.c:1416
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002232msgid "Failed to optimize directory %q (%d): %m"
2233msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002234
Philipp Thomas720e6362008-06-21 14:06:00 -04002235#: e2fsck/problem.c:1421
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002236msgid "Optimizing directories: "
2237msgstr "Optimiere Verzeichnisse: "
2238
Philipp Thomas720e6362008-06-21 14:06:00 -04002239#: e2fsck/problem.c:1438
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002240msgid "Pass 4: Checking reference counts\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002241msgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002242
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002243#. @-expanded: unattached zero-length inode %i.
Philipp Thomas720e6362008-06-21 14:06:00 -04002244#: e2fsck/problem.c:1443
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002245#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002246msgid "@u @z @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002247msgstr "@I @o @i %i in @S. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002248
2249#. @-expanded: unattached inode %i\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002250#: e2fsck/problem.c:1448
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002251#, c-format
2252msgid "@u @i %i\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002253msgstr "@u @i %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002254
2255#. @-expanded: inode %i ref count is %Il, should be %N.
Philipp Thomas720e6362008-06-21 14:06:00 -04002256#: e2fsck/problem.c:1453
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002257msgid "@i %i ref count is %Il, @s %N. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002258msgstr "@i %i Referenzzähler ist %Il, @s %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002259
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002260#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2261#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2262#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002263#: e2fsck/problem.c:1457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002264msgid ""
2265"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2266"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002267"@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 -05002268msgstr ""
2269"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002270"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (AKTIVES) DATEISYSTEM.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04002271"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten identisch sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002272
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002273#. @-expanded: Pass 5: Checking group summary information\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002274#: e2fsck/problem.c:1467
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002275msgid "Pass 5: Checking @g summary information\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002276msgstr "Durchgang 5: Überprüfe @g Zusammenfassung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002277
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002278#. @-expanded: Padding at end of inode bitmap is not set.
Philipp Thomas720e6362008-06-21 14:06:00 -04002279#: e2fsck/problem.c:1472
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002280msgid "Padding at end of @i @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002281msgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002282
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002283#. @-expanded: Padding at end of block bitmap is not set.
Philipp Thomas720e6362008-06-21 14:06:00 -04002284#: e2fsck/problem.c:1477
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002285msgid "Padding at end of @b @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002286msgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002287
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002288#. @-expanded: block bitmap differences:
Philipp Thomas720e6362008-06-21 14:06:00 -04002289#: e2fsck/problem.c:1482
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002290msgid "@b @B differences: "
2291msgstr "@b @B differieren: "
2292
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002293#. @-expanded: inode bitmap differences:
Philipp Thomas720e6362008-06-21 14:06:00 -04002294#: e2fsck/problem.c:1502
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002295msgid "@i @B differences: "
2296msgstr "@i @B differieren: "
2297
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002298#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002299#: e2fsck/problem.c:1522
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002300msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002301msgstr "Die Anzahl freier @is ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002302
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002303#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002304#: e2fsck/problem.c:1527
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002305msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002306msgstr "Die Anzahl Verzeichnisse ist falsch für @g #%g (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002307
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002308#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002309#: e2fsck/problem.c:1532
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002310msgid "Free @is count wrong (%i, counted=%j).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002311msgstr "Die Anzahl freier @is ist falsch (%i, gezählt=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002312
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002313#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002314#: e2fsck/problem.c:1537
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002315msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002316msgstr "Die Anzahl freier Blöcke in @g #%g ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002317
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002318#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002319#: e2fsck/problem.c:1542
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002320msgid "Free @bs count wrong (%b, counted=%c).\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002321msgstr "Die Anzahl freier Blöcke ist falsch (%b, gezählt=%c).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002322
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002323#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2324#. @-expanded: endpoints (%i, %j)\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002325#: e2fsck/problem.c:1547
Philipp Thomas68801282008-07-17 11:47:00 -04002326msgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
2327msgstr "PROGRAMMIERFEHLER: @f (#%N) @B Endpunkte (%b, %c) passen nicht zu den berechneten @B Endpunkten (%i, %j)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002328
Philipp Thomas720e6362008-06-21 14:06:00 -04002329#: e2fsck/problem.c:1553
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002330msgid "Internal error: fudging end of bitmap (%N)\n"
2331msgstr "Interner Fehler: fudging end of bitmap (%N)\n"
2332
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002333#. @-expanded: Error copying in replacement inode bitmap: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002334#: e2fsck/problem.c:1558
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002335#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002336msgid "Error copying in replacement @i @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002337msgstr "Fehler beim hineinkopieren von @i @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002338
2339#. @-expanded: Error copying in replacement block bitmap: %m\n
Philipp Thomas720e6362008-06-21 14:06:00 -04002340#: e2fsck/problem.c:1563
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002341#, c-format
2342msgid "Error copying in replacement @b @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002343msgstr "Fehler beim hineinkopieren von @b @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002344
Philipp Thomas720e6362008-06-21 14:06:00 -04002345#: e2fsck/problem.c:1588
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002346msgid "Recreate journal to make the filesystem ext3 again?\n"
2347msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002348"Soll das Journal wiederhergestellt werden, damit das Dateisystem\n"
2349"\twieder ext3 ist?\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002350
Philipp Thomas720e6362008-06-21 14:06:00 -04002351#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2352#: e2fsck/problem.c:1593
2353#, c-format
2354msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002355msgstr "Blöcke von @g %g sind in Beutzung obwohl @g als BLOCK_UNINIT markiert ist\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002356
2357#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2358#: e2fsck/problem.c:1598
2359#, c-format
2360msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002361msgstr "@g %g @i(s) sind in Benutzung obwohl @g als INODE_UNINIT markiert ist\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04002362
2363#: e2fsck/problem.c:1716
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002364#, c-format
2365msgid "Unhandled error code (0x%x)!\n"
2366msgstr "Unbenutzter Fehlercode (0x%x)!\n"
2367
Philipp Thomas720e6362008-06-21 14:06:00 -04002368#: e2fsck/problem.c:1810
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002369msgid "IGNORED"
2370msgstr "IGNORIERT"
2371
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002372#: e2fsck/scantest.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002373#, c-format
2374msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2375msgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2376
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002377#: e2fsck/scantest.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002378#, c-format
2379msgid "size of inode=%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002380msgstr "Größe des Inode=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002381
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002382#: e2fsck/scantest.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002383msgid "while starting inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002384msgstr "beim Starten der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002385
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002386#: e2fsck/scantest.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002387msgid "while doing inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002388msgstr "während der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002389
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002390#: e2fsck/super.c:187
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002391#, c-format
2392msgid "while calling ext2fs_block_iterate for inode %d"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002393msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002394
Philipp Thomas720e6362008-06-21 14:06:00 -04002395#: e2fsck/super.c:209
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002396#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002397msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002398msgstr "während des Aufrufs von ext2fs_adjust_ea_refcount für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002399
Philipp Thomas720e6362008-06-21 14:06:00 -04002400#: e2fsck/super.c:267
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002401msgid "Truncating"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002402msgstr "Kürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002403
Philipp Thomas720e6362008-06-21 14:06:00 -04002404#: e2fsck/super.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002405msgid "Clearing"
2406msgstr "Bereinige"
2407
Philipp Thomas40771272008-09-07 22:55:25 -04002408#: e2fsck/unix.c:76
Philipp Thomas68801282008-07-17 11:47:00 -04002409#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002410msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04002411"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002412"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002413"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002414"\t\t[-E extended-options] device\n"
2415msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04002416"Aufruf: %s [-panyrcdfvtDFV] [-b Superblock] [-B Blockgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002417"\t\t[-I Inode_Puffer_Blöcke] [-P Prozess_Inodegröße]\n"
2418"\t\t[-l|-L Bad_Blocks_Datei] [-C Dateideskriptor] [-j externes_Journal]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002419"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002420
Philipp Thomas40771272008-09-07 22:55:25 -04002421#: e2fsck/unix.c:82
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002422#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002423msgid ""
2424"\n"
2425"Emergency help:\n"
2426" -p Automatic repair (no questions)\n"
2427" -n Make no changes to the filesystem\n"
2428" -y Assume \"yes\" to all questions\n"
Philipp Thomas68801282008-07-17 11:47:00 -04002429" -c Check for bad blocks and add them to the badblock list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002430" -f Force checking even if filesystem is marked clean\n"
2431msgstr ""
2432"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002433"Notfallhile:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002434" -p automatische Reparatur (keine Fragen)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002435" -n keine Veränderungen am Dateisystem vornehmen\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002436" -y \" Ja \" auf alle Fragen annehmen\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002437" -c suche nach defekten Blöcken\n"
2438" -f erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002439
Philipp Thomas40771272008-09-07 22:55:25 -04002440#: e2fsck/unix.c:88
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002441#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002442msgid ""
2443" -v Be verbose\n"
2444" -b superblock Use alternative superblock\n"
2445" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002446" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002447" -l bad_blocks_file Add to badblocks list\n"
2448" -L bad_blocks_file Set badblocks list\n"
2449msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002450" -v sei gesprächig\n"
2451" -b Superbloc Nutze Superblockkopie\n"
2452" -B Blockgröße erzwinge Blockgröße beim Suchen vom Superblock\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002453" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002454" -l bad_blocks_file zur Liste der defekten Blöcke hinzufügen\n"
2455" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002456
Philipp Thomas40771272008-09-07 22:55:25 -04002457#: e2fsck/unix.c:124
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002458#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002459msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002460msgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %u/%u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002461
Philipp Thomas40771272008-09-07 22:55:25 -04002462#: e2fsck/unix.c:136
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002463#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002464msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002465msgstr " # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002466
Philipp Thomas40771272008-09-07 22:55:25 -04002467#: e2fsck/unix.c:143
2468#, c-format
2469msgid " Extent depth histogram: "
2470msgstr " Erweiterungstiefe Histogramm: "
2471
2472#: e2fsck/unix.c:193 misc/badblocks.c:871 misc/tune2fs.c:1501 misc/util.c:151
Philipp Thomas720e6362008-06-21 14:06:00 -04002473#: resize/main.c:245
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002474#, c-format
2475msgid "while determining whether %s is mounted."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002476msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002477
Philipp Thomas40771272008-09-07 22:55:25 -04002478#: e2fsck/unix.c:211
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002479#, c-format
2480msgid "Warning! %s is mounted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002481msgstr "Warnung! %s ist eingehängt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002482
Philipp Thomas40771272008-09-07 22:55:25 -04002483#: e2fsck/unix.c:215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002484#, c-format
2485msgid "%s is mounted. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002486msgstr "%s ist eingehängt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002487
Philipp Thomas40771272008-09-07 22:55:25 -04002488#: e2fsck/unix.c:217
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002489msgid ""
2490"Cannot continue, aborting.\n"
2491"\n"
2492msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002493"Fortsetzung nicht möglich, breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002494"\n"
2495
Philipp Thomas40771272008-09-07 22:55:25 -04002496#: e2fsck/unix.c:218
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002497#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002498msgid ""
2499"\n"
2500"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002501"\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2502"SEVERE filesystem damage.\a\a\a\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002503"\n"
2504msgstr ""
2505"\n"
2506"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002507"\a\a\a\aWARNUNG!!! Die Benutzung von e2fsck auf einem eingehängten\n"
2508"Dateisystem kann das Dateisystem STARK BESCHÄDIGEN.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002509"\n"
2510
Philipp Thomas40771272008-09-07 22:55:25 -04002511#: e2fsck/unix.c:221
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002512msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002513msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002514
Philipp Thomas40771272008-09-07 22:55:25 -04002515#: e2fsck/unix.c:223
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002516#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002517msgid "check aborted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002518msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002519
Philipp Thomas40771272008-09-07 22:55:25 -04002520#: e2fsck/unix.c:296
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002521msgid " contains a file system with errors"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002522msgstr " enthält ein fehlerhaftes Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002523
Philipp Thomas40771272008-09-07 22:55:25 -04002524#: e2fsck/unix.c:298
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002525msgid " was not cleanly unmounted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002526msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002527
Philipp Thomas40771272008-09-07 22:55:25 -04002528#: e2fsck/unix.c:300
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002529msgid " primary superblock features different from backup"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002530msgstr "Eigenschaften des primären Superblocks unterscheiden sich vom Backup"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002531
Philipp Thomas40771272008-09-07 22:55:25 -04002532#: e2fsck/unix.c:304
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002533#, c-format
2534msgid " has been mounted %u times without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002535msgstr " wurde %u mal ohne Überprüfung eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002536
Philipp Thomas40771272008-09-07 22:55:25 -04002537#: e2fsck/unix.c:310
Philipp Thomas720e6362008-06-21 14:06:00 -04002538msgid " has filesystem last checked time in the future"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002539msgstr " hat einen in der Zukunft liegenden Zeitpunkt der letzten Püfung des Dateisystems"
Philipp Thomas720e6362008-06-21 14:06:00 -04002540
Philipp Thomas40771272008-09-07 22:55:25 -04002541#: e2fsck/unix.c:316
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002542#, c-format
2543msgid " has gone %u days without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002544msgstr " wurde %u Tage ohne Überprüfung genutzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002545
Philipp Thomas40771272008-09-07 22:55:25 -04002546#: e2fsck/unix.c:325
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002547msgid ", check forced.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002548msgstr ", Prüfung erzwungen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002549
Philipp Thomas40771272008-09-07 22:55:25 -04002550#: e2fsck/unix.c:328
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002551#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002552msgid "%s: clean, %u/%u files, %u/%u blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002553msgstr "%s: sauber, %u/%u Dateien, %u/%u Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002554
Philipp Thomas40771272008-09-07 22:55:25 -04002555#: e2fsck/unix.c:345
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002556msgid " (check deferred; on battery)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002557msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002558
Philipp Thomas40771272008-09-07 22:55:25 -04002559#: e2fsck/unix.c:348
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002560msgid " (check after next mount)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002561msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002562
Philipp Thomas40771272008-09-07 22:55:25 -04002563#: e2fsck/unix.c:350
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002564#, c-format
2565msgid " (check in %ld mounts)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002566msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002567
Philipp Thomas40771272008-09-07 22:55:25 -04002568#: e2fsck/unix.c:497
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002569#, c-format
2570msgid "ERROR: Couldn't open /dev/null (%s)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002571msgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002572
Philipp Thomas40771272008-09-07 22:55:25 -04002573#: e2fsck/unix.c:567
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002574#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002575msgid "Invalid EA version.\n"
2576msgstr "Invalid EA version.\n"
2577
Philipp Thomas40771272008-09-07 22:55:25 -04002578#: e2fsck/unix.c:576
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002579#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002580msgid "Unknown extended option: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002581msgstr "Unbekannte erweiterte Option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002582
Philipp Thomas40771272008-09-07 22:55:25 -04002583#: e2fsck/unix.c:598
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002584#, c-format
2585msgid ""
2586"Syntax error in e2fsck config file (%s, line #%d)\n"
2587"\t%s\n"
2588msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002589"Syntaxfehler in der Konfigurationsdatei von e2fsck (%s, Zeile %d)\n"
2590"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002591
Philipp Thomas40771272008-09-07 22:55:25 -04002592#: e2fsck/unix.c:666
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002593#, c-format
2594msgid "Error validating file descriptor %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002595msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002596
Philipp Thomas40771272008-09-07 22:55:25 -04002597#: e2fsck/unix.c:670
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002598msgid "Invalid completion information file descriptor"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002599msgstr "Ungültiger »completion information«-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002600
Philipp Thomas40771272008-09-07 22:55:25 -04002601#: e2fsck/unix.c:685
Theodore Ts'o6956f612005-12-31 16:46:15 -05002602msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002603msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002604
Philipp Thomas40771272008-09-07 22:55:25 -04002605#: e2fsck/unix.c:706
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002606#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002607msgid "The -t option is not supported on this version of e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002608msgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002609
Philipp Thomas40771272008-09-07 22:55:25 -04002610#: e2fsck/unix.c:787 misc/tune2fs.c:545 misc/tune2fs.c:830 misc/tune2fs.c:847
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002611#, c-format
2612msgid "Unable to resolve '%s'"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002613msgstr "Nicht möglich »%s« aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002614
Philipp Thomas40771272008-09-07 22:55:25 -04002615#: e2fsck/unix.c:817
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002616#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002617msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04002618msgstr "Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002619
Philipp Thomas40771272008-09-07 22:55:25 -04002620#: e2fsck/unix.c:865
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002621#, c-format
2622msgid ""
2623"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2624"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002625msgstr "2FSCK_JBD_DEBUG \"%s\" ist keine Ganzzahl\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002626
Philipp Thomas40771272008-09-07 22:55:25 -04002627#: e2fsck/unix.c:874
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002628#, c-format
2629msgid ""
2630"\n"
2631"Invalid non-numeric argument to -%c (\"%s\")\n"
2632"\n"
2633msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002634"\n"
2635"Ungültiges nicht-numerisches Argument für -%c (\"%s\")\n"
2636"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002637
Philipp Thomas40771272008-09-07 22:55:25 -04002638#: e2fsck/unix.c:915
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002639#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002640msgid "Error: ext2fs library version out of date!\n"
2641msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2642
Philipp Thomas40771272008-09-07 22:55:25 -04002643#: e2fsck/unix.c:923
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002644msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002645msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002646
Philipp Thomas40771272008-09-07 22:55:25 -04002647#: e2fsck/unix.c:937
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002648#, c-format
2649msgid "\tUsing %s, %s\n"
2650msgstr "\tBenutze %s, %s\n"
2651
Philipp Thomas40771272008-09-07 22:55:25 -04002652#: e2fsck/unix.c:949
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002653msgid "need terminal for interactive repairs"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002654msgstr "Benötige ein Terminal für interaktive Reparaturen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002655
Philipp Thomas40771272008-09-07 22:55:25 -04002656#: e2fsck/unix.c:993
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002657#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002658msgid "%s: %s trying backup blocks...\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002659msgstr "%s: %s versuche es mit Backup-Blöcken...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002660
Philipp Thomas40771272008-09-07 22:55:25 -04002661#: e2fsck/unix.c:995
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002662msgid "Superblock invalid,"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002663msgstr "Superblock ungültig"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002664
Philipp Thomas40771272008-09-07 22:55:25 -04002665#: e2fsck/unix.c:996
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002666msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002667msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002668
Philipp Thomas40771272008-09-07 22:55:25 -04002669#: e2fsck/unix.c:1023
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002670#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002671msgid ""
2672"The filesystem revision is apparently too high for this version of e2fsck.\n"
2673"(Or the filesystem superblock is corrupt)\n"
2674"\n"
2675msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002676"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002677"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002678"\n"
2679
Philipp Thomas40771272008-09-07 22:55:25 -04002680#: e2fsck/unix.c:1029
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002681#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002682msgid "Could this be a zero-length partition?\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002683msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002684
Philipp Thomas40771272008-09-07 22:55:25 -04002685#: e2fsck/unix.c:1031
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002686#, c-format
2687msgid "You must have %s access to the filesystem or be root\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002688msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002689
Philipp Thomas40771272008-09-07 22:55:25 -04002690#: e2fsck/unix.c:1036
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002691#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002692msgid "Possibly non-existent or swap device?\n"
Philipp Thomas68801282008-07-17 11:47:00 -04002693msgstr "Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002694
Philipp Thomas40771272008-09-07 22:55:25 -04002695#: e2fsck/unix.c:1038
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002696#, c-format
2697msgid "Filesystem mounted or opened exclusively by another program?\n"
2698msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002699"Ist das Dateisystem eingehängt or exklusiv von einem anderen Programm\n"
2700"\n"
2701"geöffnet worden?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002702
Philipp Thomas40771272008-09-07 22:55:25 -04002703#: e2fsck/unix.c:1042
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002704#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002705msgid ""
2706"Disk write-protected; use the -n option to do a read-only\n"
2707"check of the device.\n"
2708msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002709"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
2710"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002711
Philipp Thomas40771272008-09-07 22:55:25 -04002712#: e2fsck/unix.c:1106
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002713msgid "Get a newer version of e2fsck!"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002714msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002715
Philipp Thomas40771272008-09-07 22:55:25 -04002716#: e2fsck/unix.c:1130
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002717#, c-format
2718msgid "while checking ext3 journal for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002719msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002720
Philipp Thomas40771272008-09-07 22:55:25 -04002721#: e2fsck/unix.c:1141
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002722#, c-format
Philipp Thomas68801282008-07-17 11:47:00 -04002723msgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
2724msgstr "Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002725
Philipp Thomas40771272008-09-07 22:55:25 -04002726#: e2fsck/unix.c:1154
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002727#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002728msgid "unable to set superblock flags on %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002729msgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002730
Philipp Thomas40771272008-09-07 22:55:25 -04002731#: e2fsck/unix.c:1160
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002732#, c-format
2733msgid "while recovering ext3 journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002734msgstr "bei der Wiederherstellung des ext3-Journals von %s"
2735
Philipp Thomas40771272008-09-07 22:55:25 -04002736#: e2fsck/unix.c:1184
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002737#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05002738msgid "%s has unsupported feature(s):"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002739msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002740
Philipp Thomas40771272008-09-07 22:55:25 -04002741#: e2fsck/unix.c:1200
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002742msgid "Warning: compression support is experimental.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002743msgstr "Warnung: Die Kompressionsunterstützung ist experimentell.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002744
Philipp Thomas40771272008-09-07 22:55:25 -04002745#: e2fsck/unix.c:1205
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002746#, c-format
2747msgid ""
2748"E2fsck not compiled with HTREE support,\n"
2749"\tbut filesystem %s has HTREE directories.\n"
2750msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002751"Die Unterstützung für HTREE wurde in e2fsck nicht aktiviert,\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002752"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
2753
Philipp Thomas40771272008-09-07 22:55:25 -04002754#: e2fsck/unix.c:1259
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002755msgid "while reading bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002756msgstr "beim Lesen des Bad-Block-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002757
Philipp Thomas40771272008-09-07 22:55:25 -04002758#: e2fsck/unix.c:1261
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002759#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002760msgid "This doesn't bode well, but we'll try to go on...\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002761msgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002762
Philipp Thomas40771272008-09-07 22:55:25 -04002763#: e2fsck/unix.c:1287
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002764msgid "Couldn't determine journal size"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002765msgstr "Konnte die Größe des Dateisystems nicht ermitteln"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002766
Philipp Thomas40771272008-09-07 22:55:25 -04002767#: e2fsck/unix.c:1290
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002768#, c-format
2769msgid "Creating journal (%d blocks): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002770msgstr "Erstelle Journal (%d Blöcke): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002771
Philipp Thomas40771272008-09-07 22:55:25 -04002772#: e2fsck/unix.c:1297 misc/mke2fs.c:2059
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002773msgid ""
2774"\n"
2775"\twhile trying to create journal"
2776msgstr ""
2777"\n"
2778"\tbeim Erstellen des Journals"
2779
Philipp Thomas40771272008-09-07 22:55:25 -04002780#: e2fsck/unix.c:1300
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002781#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002782msgid " Done.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002783msgstr " Erledigt.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002784
Philipp Thomas40771272008-09-07 22:55:25 -04002785#: e2fsck/unix.c:1301
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002786#, c-format
2787msgid ""
2788"\n"
2789"*** journal has been re-created - filesystem is now ext3 again ***\n"
2790msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002791"\n"
2792"*** Journal wurde wiederhergestellt - Dateisystem ist nun wieder ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002793
Philipp Thomas40771272008-09-07 22:55:25 -04002794#: e2fsck/unix.c:1308
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002795#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002796msgid "Restarting e2fsck from the beginning...\n"
2797msgstr "Beginne e2fsck neu ...\n"
2798
Philipp Thomas40771272008-09-07 22:55:25 -04002799#: e2fsck/unix.c:1312
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002800msgid "while resetting context"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002801msgstr "beim Rücksetzen des Kontexts"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002802
Philipp Thomas40771272008-09-07 22:55:25 -04002803#: e2fsck/unix.c:1319
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002804#, c-format
2805msgid "%s: e2fsck canceled.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002806msgstr "%s: e2fsck abgebrochhen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002807
Philipp Thomas40771272008-09-07 22:55:25 -04002808#: e2fsck/unix.c:1324
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002809msgid "aborted"
2810msgstr "abgebrochen"
2811
Philipp Thomas40771272008-09-07 22:55:25 -04002812#: e2fsck/unix.c:1336
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002813#, c-format
2814msgid ""
2815"\n"
2816"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2817msgstr ""
2818"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002819"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002820
Philipp Thomas40771272008-09-07 22:55:25 -04002821#: e2fsck/unix.c:1339
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002822#, c-format
2823msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002824msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002825
Philipp Thomas40771272008-09-07 22:55:25 -04002826#: e2fsck/unix.c:1347
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002827#, c-format
2828msgid ""
2829"\n"
2830"%s: ********** WARNING: Filesystem still has errors **********\n"
2831"\n"
2832msgstr ""
2833"\n"
2834"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
2835"\n"
2836
Philipp Thomas40771272008-09-07 22:55:25 -04002837#: e2fsck/unix.c:1383
Philipp Thomas720e6362008-06-21 14:06:00 -04002838msgid "while setting block group checksum info"
Philipp Thomas9564ee52008-08-22 03:22:50 -04002839msgstr "beim Setzen der Blockgruppen-Prüfsummeninfo"
Philipp Thomas720e6362008-06-21 14:06:00 -04002840
2841#: e2fsck/util.c:135 misc/util.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002842msgid "yY"
Makoto Dei748cc432008-04-21 16:49:48 +09002843msgstr "jJ"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002844
Philipp Thomas720e6362008-06-21 14:06:00 -04002845#: e2fsck/util.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002846msgid "nN"
2847msgstr "nN"
2848
Philipp Thomas720e6362008-06-21 14:06:00 -04002849#: e2fsck/util.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002850msgid "<y>"
2851msgstr "<j>"
2852
Philipp Thomas720e6362008-06-21 14:06:00 -04002853#: e2fsck/util.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002854msgid "<n>"
2855msgstr "<n>"
2856
Philipp Thomas720e6362008-06-21 14:06:00 -04002857#: e2fsck/util.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002858msgid " (y/n)"
2859msgstr " (j/n)"
2860
Philipp Thomas720e6362008-06-21 14:06:00 -04002861#: e2fsck/util.c:169
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002862msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002863msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002864
Philipp Thomas720e6362008-06-21 14:06:00 -04002865#: e2fsck/util.c:184
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002866msgid "yes\n"
2867msgstr "ja\n"
2868
Philipp Thomas720e6362008-06-21 14:06:00 -04002869#: e2fsck/util.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002870msgid "no\n"
2871msgstr "nein\n"
2872
Philipp Thomas720e6362008-06-21 14:06:00 -04002873#: e2fsck/util.c:196
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002874#, c-format
2875msgid ""
2876"%s? no\n"
2877"\n"
2878msgstr ""
2879"%s? nein\n"
2880"\n"
2881
Philipp Thomas720e6362008-06-21 14:06:00 -04002882#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002883#, c-format
2884msgid ""
2885"%s? yes\n"
2886"\n"
2887msgstr ""
2888"%s? ja\n"
2889"\n"
2890
Philipp Thomas720e6362008-06-21 14:06:00 -04002891#: e2fsck/util.c:204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002892msgid "yes"
2893msgstr "ja"
2894
Philipp Thomas720e6362008-06-21 14:06:00 -04002895#: e2fsck/util.c:204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002896msgid "no"
2897msgstr "nein"
2898
Philipp Thomas720e6362008-06-21 14:06:00 -04002899#: e2fsck/util.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002900#, c-format
2901msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002902msgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002903
Philipp Thomas720e6362008-06-21 14:06:00 -04002904#: e2fsck/util.c:223
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002905msgid "reading inode and block bitmaps"
2906msgstr "lese Inode und Block bitmaps"
2907
Philipp Thomas720e6362008-06-21 14:06:00 -04002908#: e2fsck/util.c:228
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002909#, c-format
2910msgid "while retrying to read bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002911msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002912
Philipp Thomas40771272008-09-07 22:55:25 -04002913#: e2fsck/util.c:240
2914msgid "writing block and inode bitmaps"
2915msgstr "Schreibe Block- und Inode-Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002916
Philipp Thomas40771272008-09-07 22:55:25 -04002917#: e2fsck/util.c:245
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002918#, c-format
Philipp Thomas40771272008-09-07 22:55:25 -04002919msgid "while rewriting block and inode bitmaps for %s"
2920msgstr "während des wiederholten Versuches, Block- und Inode-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002921
Philipp Thomas40771272008-09-07 22:55:25 -04002922#: e2fsck/util.c:257
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002923#, c-format
2924msgid ""
2925"\n"
2926"\n"
2927"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2928"\t(i.e., without -a or -p options)\n"
2929msgstr ""
2930"\n"
2931"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002932"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002933"\t(d.h. ohne -a oder -p Option)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002934
Philipp Thomas40771272008-09-07 22:55:25 -04002935#: e2fsck/util.c:332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002936#, c-format
2937msgid "Memory used: %dk/%dk (%dk/%dk), "
2938msgstr "benutzter Speicher: %dk/%dk (%dk/%dk), "
2939
Philipp Thomas40771272008-09-07 22:55:25 -04002940#: e2fsck/util.c:336
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002941#, c-format
2942msgid "Memory used: %d, "
2943msgstr "benutzter Speicher: %d, "
2944
Philipp Thomas40771272008-09-07 22:55:25 -04002945#: e2fsck/util.c:342
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002946#, c-format
2947msgid "time: %5.2f/%5.2f/%5.2f\n"
2948msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
2949
Philipp Thomas40771272008-09-07 22:55:25 -04002950#: e2fsck/util.c:347
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002951#, c-format
2952msgid "elapsed time: %6.3f\n"
2953msgstr "abgelaufende Zeit: %6.3f\n"
2954
Philipp Thomas40771272008-09-07 22:55:25 -04002955#: e2fsck/util.c:381 e2fsck/util.c:395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002956#, c-format
2957msgid "while reading inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002958msgstr "beim Lesen von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002959
Philipp Thomas40771272008-09-07 22:55:25 -04002960#: e2fsck/util.c:409 e2fsck/util.c:422
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002961#, c-format
2962msgid "while writing inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002963msgstr "beim Schreiben von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002964
Philipp Thomas40771272008-09-07 22:55:25 -04002965#: e2fsck/util.c:571
Philipp Thomas720e6362008-06-21 14:06:00 -04002966msgid "while allocating zeroizing buffer"
2967msgstr "beim reservieren eines Puffers zum Nullen"
2968
Philipp Thomas68801282008-07-17 11:47:00 -04002969#: misc/badblocks.c:63
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002970msgid "done \n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002971msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002972
Philipp Thomas40771272008-09-07 22:55:25 -04002973#: misc/badblocks.c:85
Philipp Thomas68801282008-07-17 11:47:00 -04002974#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002975msgid ""
2976"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04002977" [-c blocks_at_once] [-d delay_factor_between_reads] [-e max_bad_blocks]\n"
2978" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
2979" device [last_block [first_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002980msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002981"Aufruf: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Philipp Thomas40771272008-09-07 22:55:25 -04002982" [-c Blöcke_auf_einmal] [-d Verzögerungsfaktor_zwischen_Lesedurchgängen]\n"
2983" [-e maximale_Bad_Blocks] [-p Anzahl_Durchgänge]\n"
2984" [-t Testmuster [-t Testmuster [...]]]\n"
2985" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002986
Philipp Thomas40771272008-09-07 22:55:25 -04002987#: misc/badblocks.c:96
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002988#, c-format
2989msgid ""
2990"%s: The -n and -w options are mutually exclusive.\n"
2991"\n"
2992msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002993"%s: Die Optionen -n und -w schliessen sich gegenseitig aus.\n"
2994"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002995
Philipp Thomas40771272008-09-07 22:55:25 -04002996#: misc/badblocks.c:244
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002997msgid "Testing with random pattern: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002998msgstr "Teste mit zufälligen Mustern: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002999
Philipp Thomas40771272008-09-07 22:55:25 -04003000#: misc/badblocks.c:262
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003001msgid "Testing with pattern 0x"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003002msgstr "Teste mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003003
Philipp Thomas40771272008-09-07 22:55:25 -04003004#: misc/badblocks.c:290 misc/badblocks.c:359
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003005msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003006msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003007
Philipp Thomas40771272008-09-07 22:55:25 -04003008#: misc/badblocks.c:301
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003009#, c-format
3010msgid "Weird value (%ld) in do_read\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003011msgstr "Merkwürdiger Wert (%ld) in do_read\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003012
Philipp Thomas40771272008-09-07 22:55:25 -04003013#: misc/badblocks.c:379
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003014msgid "during ext2fs_sync_device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003015msgstr "während ext2fs_sync_device"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003016
Philipp Thomas40771272008-09-07 22:55:25 -04003017#: misc/badblocks.c:395 misc/badblocks.c:654
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003018msgid "while beginning bad block list iteration"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003019msgstr "beim Beginn des »Bad Block«-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003020
Philipp Thomas40771272008-09-07 22:55:25 -04003021#: misc/badblocks.c:409 misc/badblocks.c:506 misc/badblocks.c:664
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003022msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003023msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003024
Philipp Thomas40771272008-09-07 22:55:25 -04003025#: misc/badblocks.c:413
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003026#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003027msgid "Checking blocks %lu to %lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003028msgstr "Prüfe von Block %lu bis %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003029
Philipp Thomas40771272008-09-07 22:55:25 -04003030#: misc/badblocks.c:418
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003031msgid "Checking for bad blocks in read-only mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003032msgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003033
Philipp Thomas40771272008-09-07 22:55:25 -04003034#: misc/badblocks.c:427
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003035msgid "Checking for bad blocks (read-only test): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003036msgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003037
Philipp Thomas40771272008-09-07 22:55:25 -04003038#: misc/badblocks.c:435 misc/badblocks.c:538 misc/badblocks.c:583
3039#: misc/badblocks.c:727
Philipp Thomas720e6362008-06-21 14:06:00 -04003040msgid "Too many bad blocks, aborting test\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003041msgstr "Zu viele defekte Blöcke - Test wird abgebrochen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003042
Philipp Thomas40771272008-09-07 22:55:25 -04003043#: misc/badblocks.c:513
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003044msgid "Checking for bad blocks in read-write mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003045msgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003046
Philipp Thomas40771272008-09-07 22:55:25 -04003047#: misc/badblocks.c:515 misc/badblocks.c:677
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003048#, c-format
3049msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003050msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003051
Philipp Thomas40771272008-09-07 22:55:25 -04003052#: misc/badblocks.c:573
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003053msgid "Reading and comparing: "
3054msgstr "Lesen und Vergleichen:"
3055
Philipp Thomas40771272008-09-07 22:55:25 -04003056#: misc/badblocks.c:676
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003057msgid "Checking for bad blocks in non-destructive read-write mode\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003058msgstr "Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003059
Philipp Thomas40771272008-09-07 22:55:25 -04003060#: misc/badblocks.c:682
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003061msgid "Checking for bad blocks (non-destructive read-write test)\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003062msgstr "Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003063
Philipp Thomas40771272008-09-07 22:55:25 -04003064#: misc/badblocks.c:689
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003065msgid ""
3066"\n"
3067"Interrupt caught, cleaning up\n"
3068msgstr ""
3069"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003070"Unterbrochen, räume auf\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003071
Philipp Thomas40771272008-09-07 22:55:25 -04003072#: misc/badblocks.c:765
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003073#, c-format
3074msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003075msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003076
Philipp Thomas40771272008-09-07 22:55:25 -04003077#: misc/badblocks.c:876 misc/util.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003078#, c-format
3079msgid "%s is mounted; "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003080msgstr "%s ist eingehängt; "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003081
Philipp Thomas40771272008-09-07 22:55:25 -04003082#: misc/badblocks.c:878
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003083msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003084msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003085
Philipp Thomas40771272008-09-07 22:55:25 -04003086#: misc/badblocks.c:883
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003087msgid "it's not safe to run badblocks!\n"
3088msgstr "es ist zu unsicher, Badblocks zu starten!\n"
3089
Philipp Thomas40771272008-09-07 22:55:25 -04003090#: misc/badblocks.c:888 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003091#, c-format
3092msgid "%s is apparently in use by the system; "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003093msgstr "%s wird offensichtlich vom System genutzt; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003094
Philipp Thomas40771272008-09-07 22:55:25 -04003095#: misc/badblocks.c:891
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003096msgid "badblocks forced anyway.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003097msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003098
Philipp Thomas40771272008-09-07 22:55:25 -04003099#: misc/badblocks.c:911
Philipp Thomas68801282008-07-17 11:47:00 -04003100#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003101msgid "invalid %s - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003102msgstr "ungültige %s - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04003103
Philipp Thomas40771272008-09-07 22:55:25 -04003104#: misc/badblocks.c:970
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003105#, c-format
3106msgid "bad block size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003107msgstr "bad block Größe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003108
Philipp Thomas40771272008-09-07 22:55:25 -04003109#: misc/badblocks.c:1025
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003110#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003111msgid "can't allocate memory for test_pattern - %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003112msgstr "Kann keinen Speicher für Testmuster reservieren - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003113
Philipp Thomas40771272008-09-07 22:55:25 -04003114#: misc/badblocks.c:1052
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003115msgid "Maximum of one test_pattern may be specified in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003116msgstr "Es darf im Nur-Lesen-Modus nur ein Testmuster angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003117
Philipp Thomas40771272008-09-07 22:55:25 -04003118#: misc/badblocks.c:1058
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003119msgid "Random test_pattern is not allowed in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003120msgstr "Zufälliges Testmuster ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003121
Philipp Thomas40771272008-09-07 22:55:25 -04003122#: misc/badblocks.c:1072
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003123msgid ""
3124"Couldn't determine device size; you must specify\n"
3125"the size manually\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003126msgstr "Größe des Gerätes ist nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003127
Philipp Thomas40771272008-09-07 22:55:25 -04003128#: misc/badblocks.c:1078
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003129msgid "while trying to determine device size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003130msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003131
Philipp Thomas40771272008-09-07 22:55:25 -04003132#: misc/badblocks.c:1083
Philipp Thomas68801282008-07-17 11:47:00 -04003133msgid "last block"
3134msgstr "letzter Block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003135
Philipp Thomas40771272008-09-07 22:55:25 -04003136#: misc/badblocks.c:1089
Philipp Thomas68801282008-07-17 11:47:00 -04003137msgid "first block"
3138msgstr "erster Block"
3139
Philipp Thomas40771272008-09-07 22:55:25 -04003140#: misc/badblocks.c:1092
Philipp Thomas68801282008-07-17 11:47:00 -04003141#, c-format
3142msgid "invalid starting block (%lu): must be less than %lu"
3143msgstr "Ungültiger Startblock (%lu): er muss kleiner als %lu sein"
3144
Philipp Thomas40771272008-09-07 22:55:25 -04003145#: misc/badblocks.c:1147
Theodore Ts'o197abba2005-06-20 18:00:23 -04003146msgid "while creating in-memory bad blocks list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003147msgstr "erstelle Bad-Block-Liste im Speicher"
3148
Philipp Thomas40771272008-09-07 22:55:25 -04003149#: misc/badblocks.c:1162
Theodore Ts'o197abba2005-06-20 18:00:23 -04003150msgid "while adding to in-memory bad block list"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003151msgstr "füge zur Bad-Block-Liste im Speicher hinzu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003152
Philipp Thomas40771272008-09-07 22:55:25 -04003153#: misc/badblocks.c:1186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003154#, c-format
3155msgid "Pass completed, %u bad blocks found.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003156msgstr "Durchgang beendet, %u defekte Blöcke gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003157
Philipp Thomas720e6362008-06-21 14:06:00 -04003158#: misc/chattr.c:85
Philipp Thomas68801282008-07-17 11:47:00 -04003159#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003160msgid "Usage: %s [-RVf] [-+=AacDdijsSu] [-v version] files...\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003161msgstr "Aufruf: %s [-RVf] [-+=AacDdijsSu] [-v Version] Dateien...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003162
Philipp Thomas720e6362008-06-21 14:06:00 -04003163#: misc/chattr.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003164#, c-format
3165msgid "bad version - %s\n"
3166msgstr "falsche Version - %s\n"
3167
Philipp Thomas720e6362008-06-21 14:06:00 -04003168#: misc/chattr.c:198 misc/lsattr.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003169#, c-format
3170msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003171msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003172
Philipp Thomas720e6362008-06-21 14:06:00 -04003173#: misc/chattr.c:204 misc/chattr.c:222
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003174#, c-format
3175msgid "Flags of %s set as "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003176msgstr "Flags von %s wie folgt gesetzt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003177
Philipp Thomas720e6362008-06-21 14:06:00 -04003178#: misc/chattr.c:214
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003179#, c-format
3180msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003181msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003182
Philipp Thomas720e6362008-06-21 14:06:00 -04003183#: misc/chattr.c:231
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003184#, c-format
3185msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003186msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003187
Philipp Thomas720e6362008-06-21 14:06:00 -04003188#: misc/chattr.c:239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003189#, c-format
3190msgid "Version of %s set as %lu\n"
3191msgstr "Version von %s gesetzt auf %lu\n"
3192
Philipp Thomas720e6362008-06-21 14:06:00 -04003193#: misc/chattr.c:243
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003194#, c-format
3195msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003196msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003197
Philipp Thomas720e6362008-06-21 14:06:00 -04003198#: misc/chattr.c:263
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003199#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003200msgid "Couldn't allocate path variable in chattr_dir_proc"
3201msgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
3202
Philipp Thomas720e6362008-06-21 14:06:00 -04003203#: misc/chattr.c:302
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003204msgid "= is incompatible with - and +\n"
3205msgstr "= ist inkompatibel mit - und +\n"
3206
Philipp Thomas720e6362008-06-21 14:06:00 -04003207#: misc/chattr.c:310
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003208msgid "Must use '-v', =, - or +\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003209msgstr "Benutze »-v«, =, - oder +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003210
Theodore Ts'o6956f612005-12-31 16:46:15 -05003211#: misc/dumpe2fs.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003212#, c-format
3213msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003214msgstr "Aufruf: %s [-bfhixV] [-ob Superblock] [-oB Blockgröße] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003215
Philipp Thomas720e6362008-06-21 14:06:00 -04003216#: misc/dumpe2fs.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003217#, c-format
3218msgid "Group %lu: (Blocks "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003219msgstr "Gruppe %lu: (Blöcke "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003220
Philipp Thomas720e6362008-06-21 14:06:00 -04003221#: misc/dumpe2fs.c:173
3222#, c-format
3223msgid " Checksum 0x%04x, unused inodes %d\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003224msgstr " Prüfsumme 0x%04x, %d ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003225
3226#: misc/dumpe2fs.c:178
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003227#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003228msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003229msgstr " %s Superblock in "
3230
Philipp Thomas720e6362008-06-21 14:06:00 -04003231#: misc/dumpe2fs.c:179
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003232msgid "Primary"
3233msgstr "Primary"
3234
Philipp Thomas720e6362008-06-21 14:06:00 -04003235#: misc/dumpe2fs.c:179
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003236msgid "Backup"
3237msgstr "Backup"
3238
Philipp Thomas720e6362008-06-21 14:06:00 -04003239#: misc/dumpe2fs.c:183
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003240#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003241msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003242msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003243
Philipp Thomas720e6362008-06-21 14:06:00 -04003244#: misc/dumpe2fs.c:187
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003245#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003246msgid ""
3247"\n"
3248" Reserved GDT blocks at "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003249msgstr ""
3250"\n"
3251" reservierte GDT Blöcke bei "
Theodore Ts'obc759702005-05-09 20:40:55 -04003252
Philipp Thomas720e6362008-06-21 14:06:00 -04003253#: misc/dumpe2fs.c:194
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003254#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003255msgid " Group descriptor at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003256msgstr ", Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003257
Philipp Thomas720e6362008-06-21 14:06:00 -04003258#: misc/dumpe2fs.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003259msgid " Block bitmap at "
3260msgstr " Block bitmap in "
3261
Philipp Thomas720e6362008-06-21 14:06:00 -04003262#: misc/dumpe2fs.c:205
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003263msgid ", Inode bitmap at "
3264msgstr ", Inode Bitmap in "
3265
Philipp Thomas720e6362008-06-21 14:06:00 -04003266#: misc/dumpe2fs.c:210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003267msgid ""
3268"\n"
3269" Inode table at "
3270msgstr ""
3271"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003272" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003273
Philipp Thomas720e6362008-06-21 14:06:00 -04003274#: misc/dumpe2fs.c:217
Philipp Thomas68801282008-07-17 11:47:00 -04003275#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003276msgid ""
3277"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003278" %u free blocks, %u free inodes, %u directories%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003279msgstr ""
3280"\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003281" %u freie Blöcke, %u freie Inodes, %u Verzeichnisse%s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003282
Philipp Thomas720e6362008-06-21 14:06:00 -04003283#: misc/dumpe2fs.c:224
3284#, c-format
3285msgid ", %u unused inodes\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003286msgstr ", %u ungenutzte Inodes\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003287
3288#: misc/dumpe2fs.c:227
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003289msgid " Free blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003290msgstr " Freie Blöcke: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003291
Philipp Thomas720e6362008-06-21 14:06:00 -04003292#: misc/dumpe2fs.c:237
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003293msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003294msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003295
Philipp Thomas720e6362008-06-21 14:06:00 -04003296#: misc/dumpe2fs.c:264
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003297msgid "while printing bad block list"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003298msgstr "beim Ausgeben der »Bad Block«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003299
Philipp Thomas720e6362008-06-21 14:06:00 -04003300#: misc/dumpe2fs.c:270
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003301#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003302msgid "Bad blocks: %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003303msgstr "Bad Blocks: %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003304
Philipp Thomas68801282008-07-17 11:47:00 -04003305#: misc/dumpe2fs.c:292 misc/tune2fs.c:276
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003306msgid "while reading journal inode"
3307msgstr "beim Lesen des Journal-Inodes"
3308
Philipp Thomas720e6362008-06-21 14:06:00 -04003309#: misc/dumpe2fs.c:295
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003310msgid "Journal size: "
Philipp Thomas9564ee52008-08-22 03:22:50 -04003311msgstr "Journalgrösse: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003312
Philipp Thomas68801282008-07-17 11:47:00 -04003313#: misc/dumpe2fs.c:319 misc/tune2fs.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003314msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003315msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003316
Philipp Thomas720e6362008-06-21 14:06:00 -04003317#: misc/dumpe2fs.c:327
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003318msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003319msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003320
Philipp Thomas720e6362008-06-21 14:06:00 -04003321#: misc/dumpe2fs.c:331
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003322#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003323msgid ""
3324"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003325"Journal block size: %u\n"
3326"Journal length: %u\n"
3327"Journal first block: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003328"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003329"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003330"Journal number of users: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003331msgstr ""
3332"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003333"Journal Blockgröße: %u\n"
3334"Journal Länge: %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003335"Journal Startblock: %u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003336"Journal Sequenz: 0x%08x\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003337"Journal Start: %u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003338"Journal Anzahl Nutzer: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003339
Philipp Thomas720e6362008-06-21 14:06:00 -04003340#: misc/dumpe2fs.c:344
Theodore Ts'o197abba2005-06-20 18:00:23 -04003341#, c-format
3342msgid "Journal users: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003343msgstr "Jounalnutzer: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003344
Philipp Thomas40771272008-09-07 22:55:25 -04003345#: misc/dumpe2fs.c:360 misc/mke2fs.c:692 misc/tune2fs.c:865
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003346#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003347msgid "Couldn't allocate memory to parse options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003348msgstr "Speicher zum Parsen der Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003349
Philipp Thomas720e6362008-06-21 14:06:00 -04003350#: misc/dumpe2fs.c:386
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003351#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003352msgid "Invalid superblock parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003353msgstr "Ungültiger Superblock-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003354
Philipp Thomas720e6362008-06-21 14:06:00 -04003355#: misc/dumpe2fs.c:401
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003356#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003357msgid "Invalid blocksize parameter: %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003358msgstr "Ungültiger Blockgrössen-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003359
Philipp Thomas720e6362008-06-21 14:06:00 -04003360#: misc/dumpe2fs.c:412
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003361#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003362msgid ""
3363"\n"
3364"Bad extended option(s) specified: %s\n"
3365"\n"
3366"Extended options are separated by commas, and may take an argument which\n"
3367"\tis set off by an equals ('=') sign.\n"
3368"\n"
3369"Valid extended options are:\n"
3370"\tsuperblock=<superblock number>\n"
3371"\tblocksize=<blocksize>\n"
3372msgstr ""
3373"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003374"Falsche erweiterte Optionen angegeben: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003375"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003376"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
3377"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003378"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003379"Gültige erweiterte Optionen sind:\n"
3380"\tsuperblock=<Nummer des Spuperblocks>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003381"\tblocksize=<Blockgrösse>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003382"\n"
3383
Philipp Thomas40771272008-09-07 22:55:25 -04003384#: misc/dumpe2fs.c:471 misc/mke2fs.c:1348
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003385#, c-format
3386msgid "\tUsing %s\n"
3387msgstr "\tBenutze %s\n"
3388
Philipp Thomas40771272008-09-07 22:55:25 -04003389#: misc/dumpe2fs.c:507 misc/e2image.c:671 misc/tune2fs.c:1452
Philipp Thomas720e6362008-06-21 14:06:00 -04003390#: resize/main.c:306
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003391#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003392msgid "Couldn't find valid filesystem superblock.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003393msgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003394
Philipp Thomas720e6362008-06-21 14:06:00 -04003395#: misc/dumpe2fs.c:531
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003396#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003397msgid ""
3398"\n"
3399"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003400msgstr ""
3401"\n"
3402"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003403
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003404#: misc/e2image.c:50
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003405#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003406msgid "Usage: %s [-rsI] device image_file\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003407msgstr "Aufruf: %s [-r] Gerätedatei\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003408
Theodore Ts'obc759702005-05-09 20:40:55 -04003409#: misc/e2image.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003410msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003411msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003412
Theodore Ts'obc759702005-05-09 20:40:55 -04003413#: misc/e2image.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003414#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003415msgid "short write (only %d bytes) for writing image header"
3416msgstr "short write (only %d bytes) for writing image header"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003417
Theodore Ts'obc759702005-05-09 20:40:55 -04003418#: misc/e2image.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003419msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003420msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003421
Theodore Ts'obc759702005-05-09 20:40:55 -04003422#: misc/e2image.c:108
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003423msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003424msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003425
Theodore Ts'obc759702005-05-09 20:40:55 -04003426#: misc/e2image.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003427msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003428msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003429
Theodore Ts'obc759702005-05-09 20:40:55 -04003430#: misc/e2image.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003431msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003432msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003433
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003434#: misc/e2label.c:57
3435#, c-format
3436msgid "e2label: cannot open %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003437msgstr "e2label: Kann %s nicht öffnen.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003438
3439#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003440#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003441msgid "e2label: cannot seek to superblock\n"
3442msgstr "e2label: cannot seek to superblock\n"
3443
3444#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003445#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003446msgid "e2label: error reading superblock\n"
3447msgstr "e2label: Lesefehler im Superblock\n"
3448
3449#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003450#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003451msgid "e2label: not an ext2 filesystem\n"
3452msgstr "e2label: Kein ext2 Dateisystem\n"
3453
Philipp Thomas40771272008-09-07 22:55:25 -04003454#: misc/e2label.c:96 misc/tune2fs.c:1585
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003455#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003456msgid "Warning: label too long, truncating.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003457msgstr "Warnung: Name zu lang, kürze ihn.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003458
3459#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003460#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003461msgid "e2label: cannot seek to superblock again\n"
3462msgstr "e2label: cannot seek to superblock again\n"
3463
3464#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003465#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003466msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003467msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003468
Philipp Thomas40771272008-09-07 22:55:25 -04003469#: misc/e2label.c:116 misc/tune2fs.c:537
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003470#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003471msgid "Usage: e2label device [newlabel]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003472msgstr "Aufruf: e2label Gerät [neuer_Name]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003473
Philipp Thomas40771272008-09-07 22:55:25 -04003474#: misc/e2undo.c:35
Philipp Thomas720e6362008-06-21 14:06:00 -04003475#, c-format
3476msgid "Usage: %s <transaction file> <filesystem>\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003477msgstr "Aufruf: %s <Transaktionsdatei> <Dateisystem>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003478
Philipp Thomas40771272008-09-07 22:55:25 -04003479#: misc/e2undo.c:52
Philipp Thomas720e6362008-06-21 14:06:00 -04003480msgid "Failed to read the file system data \n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003481msgstr "Die Dateisystemdaten konnten nicht gelesenb werden \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003482
Philipp Thomas40771272008-09-07 22:55:25 -04003483#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:204
Philipp Thomas720e6362008-06-21 14:06:00 -04003484#, c-format
3485msgid "Failed tdb_fetch %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003486msgstr "tdb_fetch von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003487
Philipp Thomas40771272008-09-07 22:55:25 -04003488#: misc/e2undo.c:70
Philipp Thomas720e6362008-06-21 14:06:00 -04003489#, c-format
3490msgid "The file system Mount time didn't match %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003491msgstr "Die Zeit des letzten Einhängens des Dateisystems war nicht %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003492
Philipp Thomas40771272008-09-07 22:55:25 -04003493#: misc/e2undo.c:89
Philipp Thomas720e6362008-06-21 14:06:00 -04003494msgid "The file system UUID didn't match \n"
Philipp Thomas68801282008-07-17 11:47:00 -04003495msgstr "Die UUID des Dateisystems stimmte nicht überein \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003496
Philipp Thomas40771272008-09-07 22:55:25 -04003497#: misc/e2undo.c:161
Philipp Thomas68801282008-07-17 11:47:00 -04003498#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003499msgid "Failed tdb_open %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003500msgstr "tdb_open von %s ist misslungen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003501
Philipp Thomas40771272008-09-07 22:55:25 -04003502#: misc/e2undo.c:167
Philipp Thomas68801282008-07-17 11:47:00 -04003503#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003504msgid "Error while determining whether %s is mounted.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003505msgstr "Fehler beim Überprüfen, ob %s eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003506
Philipp Thomas40771272008-09-07 22:55:25 -04003507#: misc/e2undo.c:173
3508msgid "e2undo should only be run on unmounted file system\n"
3509msgstr "e2undo sollte nur auf nicht-eingehängten Dateisystemen laufen\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003510
Philipp Thomas40771272008-09-07 22:55:25 -04003511#: misc/e2undo.c:182
Philipp Thomas68801282008-07-17 11:47:00 -04003512#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04003513msgid "Failed to open %s\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003514msgstr "%s konnte nicht geöffnet werden\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003515
Philipp Thomas40771272008-09-07 22:55:25 -04003516#: misc/e2undo.c:208
Philipp Thomas720e6362008-06-21 14:06:00 -04003517#, c-format
Philipp Thomas68801282008-07-17 11:47:00 -04003518msgid "Replayed transaction of size %zd at location %ld\n"
3519msgstr "Zurückgespielte Transaktion der Größe %zd an Position %ld\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003520
Philipp Thomas40771272008-09-07 22:55:25 -04003521#: misc/e2undo.c:214
Philipp Thomas720e6362008-06-21 14:06:00 -04003522#, c-format
3523msgid "Failed write %s\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003524msgstr "Gescheitertes Schreiben von %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003525
Philipp Thomas40771272008-09-07 22:55:25 -04003526#: misc/fsck.c:347
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003527#, c-format
3528msgid "WARNING: couldn't open %s: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003529msgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003530
Philipp Thomas40771272008-09-07 22:55:25 -04003531#: misc/fsck.c:357
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003532#, c-format
3533msgid "WARNING: bad format on line %d of %s\n"
3534msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
3535
Philipp Thomas40771272008-09-07 22:55:25 -04003536#: misc/fsck.c:372
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003537msgid ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003538"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003539"\tfield. I will kludge around things for you, but you\n"
3540"\tshould fix your /etc/fstab file as soon as you can.\n"
3541"\n"
3542msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003543"\a\a\aWARNUNG: Ihre /etc/fstab enthält kein »fsck passno«\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003544"\tFeld. Ich werde dieses ignorieren, aber Sie\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003545"\tsollten ihre /etc/fstab so schnell wie möglich korrigieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003546"\n"
3547
Philipp Thomas40771272008-09-07 22:55:25 -04003548#: misc/fsck.c:481
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003549#, c-format
3550msgid "fsck: %s: not found\n"
3551msgstr "fsck: %s: nicht gefunden\n"
3552
Philipp Thomas40771272008-09-07 22:55:25 -04003553#: misc/fsck.c:597
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003554#, c-format
3555msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003556msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003557
Philipp Thomas40771272008-09-07 22:55:25 -04003558#: misc/fsck.c:619
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003559#, c-format
3560msgid "Warning... %s for device %s exited with signal %d.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003561msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003562
Philipp Thomas40771272008-09-07 22:55:25 -04003563#: misc/fsck.c:625
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003564#, c-format
3565msgid "%s %s: status is %x, should never happen.\n"
3566msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
3567
Philipp Thomas40771272008-09-07 22:55:25 -04003568#: misc/fsck.c:664
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003569#, c-format
3570msgid "Finished with %s (exit status %d)\n"
3571msgstr "Beendet mit %s (exit status %d)\n"
3572
Philipp Thomas40771272008-09-07 22:55:25 -04003573#: misc/fsck.c:724
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003574#, c-format
3575msgid "%s: Error %d while executing fsck.%s for %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003576msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003577
Philipp Thomas40771272008-09-07 22:55:25 -04003578#: misc/fsck.c:745
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003579msgid ""
3580"Either all or none of the filesystem types passed to -t must be prefixed\n"
3581"with 'no' or '!'.\n"
3582msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003583"Bei -t müssen entweder allen oder keinem Dateisystem ein »no« bzw. »!«\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003584"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003585
Philipp Thomas40771272008-09-07 22:55:25 -04003586#: misc/fsck.c:764
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003587msgid "Couldn't allocate memory for filesystem types\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003588msgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003589
Philipp Thomas40771272008-09-07 22:55:25 -04003590#: misc/fsck.c:887
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003591#, c-format
Philipp Thomas68801282008-07-17 11:47:00 -04003592msgid "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003593msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003594"%s: überspringe die ungültige Zeile in /etc/fstab: bind mount mit\n"
3595" Durchgangsnummer für fsck, die nicht Null ist\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003596
Philipp Thomas40771272008-09-07 22:55:25 -04003597#: misc/fsck.c:914
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003598#, c-format
3599msgid "fsck: cannot check %s: fsck.%s not found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003600msgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003601
Philipp Thomas40771272008-09-07 22:55:25 -04003602#: misc/fsck.c:970
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003603msgid "Checking all file systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003604msgstr "Überprüfe alle Dateisysteme.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003605
Philipp Thomas40771272008-09-07 22:55:25 -04003606#: misc/fsck.c:1061
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003607#, c-format
3608msgid "--waiting-- (pass %d)\n"
3609msgstr "--warten-- (Durchgang %d)\n"
3610
Philipp Thomas40771272008-09-07 22:55:25 -04003611#: misc/fsck.c:1081
Philipp Thomas68801282008-07-17 11:47:00 -04003612msgid "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003613msgstr "Aufruf: fsck [-AMNPRTV] [ -C [ fd ] ] [-t Datesystemtyp] [FS-Optionen] [Dateisystem...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003614
Philipp Thomas40771272008-09-07 22:55:25 -04003615#: misc/fsck.c:1123
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003616#, c-format
3617msgid "%s: too many devices\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003618msgstr "%s: zu viele Geräte\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003619
Philipp Thomas40771272008-09-07 22:55:25 -04003620#: misc/fsck.c:1156 misc/fsck.c:1242
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003621#, c-format
3622msgid "%s: too many arguments\n"
3623msgstr "%s: zu viele Argumente\n"
3624
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003625#: misc/lsattr.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003626#, c-format
3627msgid "Usage: %s [-RVadlv] [files...]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003628msgstr "Aufruf: %s [-RVadlv] [Dateien...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003629
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003630#: misc/lsattr.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003631#, c-format
3632msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003633msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003634
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003635#: misc/lsattr.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003636#, c-format
3637msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003638msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003639
Philipp Thomas40771272008-09-07 22:55:25 -04003640#: misc/mke2fs.c:103
Philipp Thomas68801282008-07-17 11:47:00 -04003641#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003642msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003643"Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3644"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003645"\t[-G meta group size] [-N number-of-inodes]\n"
3646"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003647"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003648"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
3649"\t[-T fs-type] [-jnqvFSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003650msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04003651"Aufruf: %s [-c|-l Dateiname] [-b Blockgröße] [-f Fragmentgröße]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003652"\t[-i Bytes-pro-Inode] [-I Inodegrösse] [-J Journal-Optionen]\n"
3653"\t[-G Größe_der_Metagruppe] [-N Anzahl_der_Inodes]\n"
Philipp Thomas68801282008-07-17 11:47:00 -04003654"\t[-m Reservierte-Blöcke-Prozent] [-o Erzeuger-OS]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003655"\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003656"\t[-M letztes-eingehängtes-Verzeichnis] [-O feature[,...]]\n"
3657"\t[-r fs-revision] [-E erweiterte-Option[,...]]\n"
3658"\t[-T Fs-Typ] [-jnqvFSV] Gerät [Block-Anzahl]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003659
Philipp Thomas40771272008-09-07 22:55:25 -04003660#: misc/mke2fs.c:205
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003661#, c-format
3662msgid "Running command: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003663msgstr "Führe aus: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003664
Philipp Thomas40771272008-09-07 22:55:25 -04003665#: misc/mke2fs.c:209
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003666#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003667msgid "while trying to run '%s'"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003668msgstr "während des Versuchs, »%s« auszuführen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003669
Philipp Thomas40771272008-09-07 22:55:25 -04003670#: misc/mke2fs.c:216
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003671msgid "while processing list of bad blocks from program"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003672msgstr "beim Auswerten der »Bad Block«-Liste vom Programm"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003673
Philipp Thomas40771272008-09-07 22:55:25 -04003674#: misc/mke2fs.c:243
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003675#, c-format
3676msgid "Block %d in primary superblock/group descriptor area bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003677msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003678
Philipp Thomas40771272008-09-07 22:55:25 -04003679#: misc/mke2fs.c:245
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003680#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003681msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003682msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003683"Die Blöcke %u bis einschließlich %u müssen in Ordung sein, um ein\n"
3684"\tDateisystem zu erstellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003685
Philipp Thomas40771272008-09-07 22:55:25 -04003686#: misc/mke2fs.c:248
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003687msgid "Aborting....\n"
3688msgstr "Breche ab...\n"
3689
Philipp Thomas40771272008-09-07 22:55:25 -04003690#: misc/mke2fs.c:268
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003691#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003692msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003693"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003694"\tbad blocks.\n"
3695"\n"
3696msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04003697"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %u enthält\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003698"\tdefekte Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003699"\n"
3700
Philipp Thomas40771272008-09-07 22:55:25 -04003701#: misc/mke2fs.c:287
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003702msgid "while marking bad blocks as used"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003703msgstr "beim Markieren von defekten Blöcken als »belegt«"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003704
Philipp Thomas40771272008-09-07 22:55:25 -04003705#: misc/mke2fs.c:345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003706msgid "done \n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003707msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003708
Philipp Thomas40771272008-09-07 22:55:25 -04003709#: misc/mke2fs.c:359
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003710msgid "Writing inode tables: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003711msgstr "Schreibe Inode-Tabellen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003712
Philipp Thomas40771272008-09-07 22:55:25 -04003713#: misc/mke2fs.c:382
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003714#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003715msgid ""
3716"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003717"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003718msgstr ""
3719"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003720"Konnte %d Blöcke nicht in Inoden-Tabelle schreiben, beginnend bei %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003721
Philipp Thomas40771272008-09-07 22:55:25 -04003722#: misc/mke2fs.c:406
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003723msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003724msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003725
Philipp Thomas40771272008-09-07 22:55:25 -04003726#: misc/mke2fs.c:413
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003727msgid "while reading root inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003728msgstr "beim Lesen des Root-Inode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003729
Philipp Thomas40771272008-09-07 22:55:25 -04003730#: misc/mke2fs.c:427
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003731msgid "while setting root inode ownership"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003732msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003733
Philipp Thomas40771272008-09-07 22:55:25 -04003734#: misc/mke2fs.c:445
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003735msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003736msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003737
Philipp Thomas40771272008-09-07 22:55:25 -04003738#: misc/mke2fs.c:452
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003739msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003740msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003741
Philipp Thomas40771272008-09-07 22:55:25 -04003742#: misc/mke2fs.c:465
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003743msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003744msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003745
Philipp Thomas40771272008-09-07 22:55:25 -04003746#: misc/mke2fs.c:480
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003747msgid "while setting bad block inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003748msgstr "beim Setzen des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003749
Philipp Thomas40771272008-09-07 22:55:25 -04003750#: misc/mke2fs.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003751#, c-format
3752msgid "Out of memory erasing sectors %d-%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003753msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003754
Philipp Thomas40771272008-09-07 22:55:25 -04003755#: misc/mke2fs.c:517
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003756#, c-format
3757msgid "Warning: could not read block 0: %s\n"
3758msgstr "Warnung: konnte Block %s nicht lesen\n"
3759
Philipp Thomas40771272008-09-07 22:55:25 -04003760#: misc/mke2fs.c:533
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003761#, c-format
3762msgid "Warning: could not erase sector %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003763msgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003764
Philipp Thomas40771272008-09-07 22:55:25 -04003765#: misc/mke2fs.c:549
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003766msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003767msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003768
Philipp Thomas40771272008-09-07 22:55:25 -04003769#: misc/mke2fs.c:555
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003770msgid "Zeroing journal device: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003771msgstr "Überschreibe Journal-Device mit Nullen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003772
Philipp Thomas40771272008-09-07 22:55:25 -04003773#: misc/mke2fs.c:568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003774#, c-format
3775msgid "while zeroing journal device (block %u, count %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003776msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %u, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003777
Philipp Thomas40771272008-09-07 22:55:25 -04003778#: misc/mke2fs.c:584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003779msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003780msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003781
Philipp Thomas40771272008-09-07 22:55:25 -04003782#: misc/mke2fs.c:600
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003783#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003784msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003785"warning: %u blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003786"\n"
3787msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003788"Warnung: %u Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003789"\n"
3790
Philipp Thomas40771272008-09-07 22:55:25 -04003791#: misc/mke2fs.c:605
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003792#, c-format
3793msgid "Filesystem label=%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003794msgstr "Dateisystem-Label=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003795
Philipp Thomas40771272008-09-07 22:55:25 -04003796#: misc/mke2fs.c:606
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003797msgid "OS type: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003798msgstr "OS-Typ: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003799
Philipp Thomas40771272008-09-07 22:55:25 -04003800#: misc/mke2fs.c:611
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003801#, c-format
3802msgid "Block size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003803msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003804
Philipp Thomas40771272008-09-07 22:55:25 -04003805#: misc/mke2fs.c:613
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003806#, c-format
3807msgid "Fragment size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003808msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003809
Philipp Thomas40771272008-09-07 22:55:25 -04003810#: misc/mke2fs.c:615
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003811#, c-format
3812msgid "%u inodes, %u blocks\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003813msgstr "%u Inodes, %u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003814
Philipp Thomas40771272008-09-07 22:55:25 -04003815#: misc/mke2fs.c:617
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003816#, c-format
3817msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003818msgstr "%u Blöcke (%2.2f%%) reserviert für den Superuser\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003819
Philipp Thomas40771272008-09-07 22:55:25 -04003820#: misc/mke2fs.c:620
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003821#, c-format
3822msgid "First data block=%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003823msgstr "Erster Datenblock=%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003824
Philipp Thomas40771272008-09-07 22:55:25 -04003825#: misc/mke2fs.c:622
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003826#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003827msgid "Maximum filesystem blocks=%lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003828msgstr "Maximale Dateisystem-Blöcke=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003829
Philipp Thomas40771272008-09-07 22:55:25 -04003830#: misc/mke2fs.c:626
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003831#, c-format
3832msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003833msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003834
Philipp Thomas40771272008-09-07 22:55:25 -04003835#: misc/mke2fs.c:628
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003836#, c-format
3837msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003838msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003839
Philipp Thomas40771272008-09-07 22:55:25 -04003840#: misc/mke2fs.c:629
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003841#, c-format
3842msgid "%u blocks per group, %u fragments per group\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003843msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003844
Philipp Thomas40771272008-09-07 22:55:25 -04003845#: misc/mke2fs.c:631
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003846#, c-format
3847msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003848msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003849
Philipp Thomas40771272008-09-07 22:55:25 -04003850#: misc/mke2fs.c:638
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003851#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003852msgid "Superblock backups stored on blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003853msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003854
Philipp Thomas40771272008-09-07 22:55:25 -04003855#: misc/mke2fs.c:717
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003856#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003857msgid "Invalid stride parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003858msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003859
Philipp Thomas40771272008-09-07 22:55:25 -04003860#: misc/mke2fs.c:732
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003861#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003862msgid "Invalid stripe-width parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003863msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003864
Philipp Thomas40771272008-09-07 22:55:25 -04003865#: misc/mke2fs.c:754
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003866#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003867msgid "Invalid resize parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003868msgstr "Ungültiger \"resize\"-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003869
Philipp Thomas40771272008-09-07 22:55:25 -04003870#: misc/mke2fs.c:761
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003871#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003872msgid "The resize maximum must be greater than the filesystem size.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003873msgstr "Das Maximum der Vergrösserung muss oberhalb als der Dateisystem-Grösse liegen.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003874
Philipp Thomas40771272008-09-07 22:55:25 -04003875#: misc/mke2fs.c:785
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003876#, c-format
3877msgid "On-line resizing not supported with revision 0 filesystems\n"
3878msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04003879"Online-Grössenänderungen werden bei Revison 0 Dateisystemen nicht\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003880"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003881
Philipp Thomas40771272008-09-07 22:55:25 -04003882#: misc/mke2fs.c:807
Philipp Thomas68801282008-07-17 11:47:00 -04003883#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003884msgid ""
3885"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003886"Bad option(s) specified: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003887"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003888"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003889"\tis set off by an equals ('=') sign.\n"
3890"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003891"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003892"\tstride=<RAID per-disk data chunk in blocks>\n"
3893"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003894"\tresize=<resize maximum size in blocks>\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003895"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003896"\ttest_fs\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04003897"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003898msgstr ""
3899"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003900"Ungültige Option(en) angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003901"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003902"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
3903"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003904"\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003905"\terhalten welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
3906"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003907"gültige erweiterte Optionen sind:\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003908"\tstride=<RAID Segmentgrösse in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003909"\tstripe-width=<RAID Stride * Datenplatten in Blöcken>\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003910"\tresize=<Obergrenze für Grössenänderung in Blöcken>\n"
3911"\tlazy_itable_init=<0 für Ab-, 1 für Einschalten>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003912"\ttest_fs\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003913"\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003914
Philipp Thomas40771272008-09-07 22:55:25 -04003915#: misc/mke2fs.c:823
Theodore Ts'o8f741372008-02-28 21:47:05 -05003916#, c-format
3917msgid ""
3918"\n"
3919"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
3920"\n"
3921msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003922"\n"
3923"Warnung: RAID Stripe-Breite %u ist kein ganzzahliges Vielfaches von\n"
3924"\tStride %u.\n"
3925"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003926
Philipp Thomas40771272008-09-07 22:55:25 -04003927#: misc/mke2fs.c:855
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003928#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003929msgid ""
3930"Syntax error in mke2fs config file (%s, line #%d)\n"
3931"\t%s\n"
3932msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003933"Syntax Fehler in der Konfigurationsdatei von mkefs (%s, Zeile %d)\n"
3934"\t%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003935
Philipp Thomas40771272008-09-07 22:55:25 -04003936#: misc/mke2fs.c:868 misc/tune2fs.c:350
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003937#, c-format
3938msgid "Invalid filesystem option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003939msgstr "Unvollständige Dateisystem-Option gesetzt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003940
Philipp Thomas40771272008-09-07 22:55:25 -04003941#: misc/mke2fs.c:976
3942#, c-format
3943msgid ""
3944"\n"
3945"Warning! Your mke2fs.conf file does not define the %s filesystem type.\n"
3946msgstr ""
3947"\n"
3948"Warnung: Ihre mke2fs.conf Datei definiert den Typ des Dateisystems auf %s nicht.\n"
3949
3950#: misc/mke2fs.c:979
3951#, c-format
3952msgid ""
3953"You probably need to install an updated mke2fs.conf file.\n"
3954"\n"
3955msgstr ""
3956"Sie müssen wahrscheinlich eine aktualisierte mke2fs.conf Datei installieren.\n"
3957"\n"
3958
3959#: misc/mke2fs.c:1173
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003960#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003961msgid "invalid block size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003962msgstr "bad block Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003963
Philipp Thomas40771272008-09-07 22:55:25 -04003964#: misc/mke2fs.c:1177
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003965#, c-format
3966msgid "Warning: blocksize %d not usable on most systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003967msgstr "Warnung: Blockgröße %d ist auf den meisten Systemen unbrauchbar.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003968
Philipp Thomas40771272008-09-07 22:55:25 -04003969#: misc/mke2fs.c:1193
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003970#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003971msgid "invalid fragment size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003972msgstr "falsche Fragmentgröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003973
Philipp Thomas40771272008-09-07 22:55:25 -04003974#: misc/mke2fs.c:1199
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003975#, c-format
3976msgid "Warning: fragments not supported. Ignoring -f option\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003977msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003978
Philipp Thomas40771272008-09-07 22:55:25 -04003979#: misc/mke2fs.c:1206
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003980msgid "Illegal number for blocks per group"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003981msgstr "unzulässige Angabe für Blöcke pro Gruppe"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003982
Philipp Thomas40771272008-09-07 22:55:25 -04003983#: misc/mke2fs.c:1211
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003984msgid "blocks per group must be multiple of 8"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003985msgstr "Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003986
Philipp Thomas40771272008-09-07 22:55:25 -04003987#: misc/mke2fs.c:1219
Philipp Thomas720e6362008-06-21 14:06:00 -04003988msgid "Illegal number for flex_bg size"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003989msgstr "Illegale Zahl für flex_bg Größe"
Philipp Thomas720e6362008-06-21 14:06:00 -04003990
Philipp Thomas40771272008-09-07 22:55:25 -04003991#: misc/mke2fs.c:1225
Philipp Thomas720e6362008-06-21 14:06:00 -04003992msgid "flex_bg size must be a power of 2"
Philipp Thomas9564ee52008-08-22 03:22:50 -04003993msgstr "flex_bg Größe muss eine Zweierpotenz sein"
Philipp Thomas720e6362008-06-21 14:06:00 -04003994
Philipp Thomas40771272008-09-07 22:55:25 -04003995#: misc/mke2fs.c:1235
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003996#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003997msgid "invalid inode ratio %s (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003998msgstr "Unzulässiges Inode-Verhältnis %s (Min %d/Max %d"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003999
Philipp Thomas40771272008-09-07 22:55:25 -04004000#: misc/mke2fs.c:1252
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004001msgid "in malloc for bad_blocks_filename"
4002msgstr "in malloc for bad_blocks_filename"
4003
Philipp Thomas40771272008-09-07 22:55:25 -04004004#: misc/mke2fs.c:1261
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004005#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004006msgid "invalid reserved blocks percent - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004007msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004008
Philipp Thomas40771272008-09-07 22:55:25 -04004009#: misc/mke2fs.c:1279
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004010#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004011msgid "bad revision level - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004012msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004013
Philipp Thomas40771272008-09-07 22:55:25 -04004014#: misc/mke2fs.c:1291
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004015#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004016msgid "invalid inode size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004017msgstr "Unzulässige Inode-Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004018
Philipp Thomas40771272008-09-07 22:55:25 -04004019#: misc/mke2fs.c:1311
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004020#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004021msgid "bad num inodes - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004022msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004023
Philipp Thomas40771272008-09-07 22:55:25 -04004024#: misc/mke2fs.c:1372 misc/mke2fs.c:2020
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004025#, c-format
4026msgid "while trying to open journal device %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004027msgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004028
Philipp Thomas40771272008-09-07 22:55:25 -04004029#: misc/mke2fs.c:1378
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004030#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004031msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004032msgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004033
Philipp Thomas40771272008-09-07 22:55:25 -04004034#: misc/mke2fs.c:1384
Philipp Thomas68801282008-07-17 11:47:00 -04004035#, c-format
4036msgid "Using journal device's blocksize: %d\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004037msgstr "Verwende die Blockgrösse des Geräts: %d\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004038
Philipp Thomas40771272008-09-07 22:55:25 -04004039#: misc/mke2fs.c:1393
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004040#, c-format
4041msgid "%d-byte blocks too big for system (max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004042msgstr "%d-Byte Blöcke zu groß für das System (max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004043
Philipp Thomas40771272008-09-07 22:55:25 -04004044#: misc/mke2fs.c:1397
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004045#, c-format
Philipp Thomas68801282008-07-17 11:47:00 -04004046msgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004047msgstr "Warnung: %d-byte Blöcke sind zu groß für das System (max %d), fahre dennoch fort\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004048
Philipp Thomas40771272008-09-07 22:55:25 -04004049#: misc/mke2fs.c:1405
Philipp Thomas720e6362008-06-21 14:06:00 -04004050#, c-format
4051msgid "invalid blocks count - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004052msgstr "ungültige Anzahl Blöcke - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004053
Philipp Thomas40771272008-09-07 22:55:25 -04004054#: misc/mke2fs.c:1415
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004055msgid "filesystem"
4056msgstr "Dateisystem"
4057
Philipp Thomas40771272008-09-07 22:55:25 -04004058#: misc/mke2fs.c:1437
Philipp Thomas68801282008-07-17 11:47:00 -04004059#, c-format
4060msgid ""
4061"%s: Size of device %s too big to be expressed in 32 bits\n"
4062"\tusing a blocksize of %d.\n"
4063msgstr ""
4064"%s: Größe von Gerät %s lässt sich in 32 Bits nicht darstellen\n"
4065"\teine Blockgröße von %d wird verwendet.\n"
4066
Philipp Thomas40771272008-09-07 22:55:25 -04004067#: misc/mke2fs.c:1445 resize/main.c:366
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004068msgid "while trying to determine filesystem size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004069msgstr "beim Bestimmen der Dateisystemgröße"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004070
Philipp Thomas40771272008-09-07 22:55:25 -04004071#: misc/mke2fs.c:1451
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004072msgid ""
4073"Couldn't determine device size; you must specify\n"
4074"the size of the filesystem\n"
4075msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004076"Konnte die Gerätegröße nicht ermitteln. Geben\n"
4077"Sie die Größe des Dateisystems an\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004078
Philipp Thomas40771272008-09-07 22:55:25 -04004079#: misc/mke2fs.c:1458
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004080msgid ""
4081"Device size reported to be zero. Invalid partition specified, or\n"
4082"\tpartition table wasn't reread after running fdisk, due to\n"
4083"\ta modified partition being busy and in use. You may need to reboot\n"
4084"\tto re-read your partition table.\n"
4085msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004086"Zurückgegebene Gerätegröße ist gleich null. Unvollständige Partition\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004087"\tangegeben oder die Partitionstabelle wurde nach einem fdisk-Lauf\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004088"\tnicht wieder eingelesen, weil eine veränderte Partition in Gebrauch\n"
4089"\tund gesperrt ist. Sie könnten gezwungen sein, neu zu booten, um die\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004090"\tPartitionstabelle neu einzulesen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004091
Philipp Thomas40771272008-09-07 22:55:25 -04004092#: misc/mke2fs.c:1476
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004093msgid "Filesystem larger than apparent device size."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004094msgstr "Dateisystem ist größer als augenscheinlich das Gerät selbst."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004095
Philipp Thomas40771272008-09-07 22:55:25 -04004096#: misc/mke2fs.c:1482
Philipp Thomas720e6362008-06-21 14:06:00 -04004097#, c-format
4098msgid "Failed to parse fs types list\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004099msgstr "Analyse der Liste von Dateisystemen war nicht möglich\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004100
Philipp Thomas40771272008-09-07 22:55:25 -04004101#: misc/mke2fs.c:1518
Philipp Thomas68801282008-07-17 11:47:00 -04004102msgid "fs_types for mke2fs.conf resolution: "
Philipp Thomas9564ee52008-08-22 03:22:50 -04004103msgstr "fs_types für mke2fs.conf Lösung: "
Philipp Thomas68801282008-07-17 11:47:00 -04004104
Philipp Thomas40771272008-09-07 22:55:25 -04004105#: misc/mke2fs.c:1525
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004106#, c-format
4107msgid "Filesystem features not supported with revision 0 filesystems\n"
4108msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004109"Dateisystem-Eigenschaften werden für Dateisysteme der Revision 0 nicht\n"
4110"\tunterstützt\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004111
Philipp Thomas40771272008-09-07 22:55:25 -04004112#: misc/mke2fs.c:1532
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004113#, c-format
4114msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4115msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004116"Verteilte Superblöcke werden für Dateisysteme der Revision 0 nicht\n"
4117"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004118
Philipp Thomas40771272008-09-07 22:55:25 -04004119#: misc/mke2fs.c:1544
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004120#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004121msgid "Journals not supported with revision 0 filesystems\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004122msgstr "Journale werden für Dateisysteme der Revision 0 nicht unterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004123
Philipp Thomas40771272008-09-07 22:55:25 -04004124#: misc/mke2fs.c:1562
Philipp Thomas720e6362008-06-21 14:06:00 -04004125#, c-format
4126msgid ""
4127"The resize_inode and meta_bg features are not compatible.\n"
4128"They can not be both enabled simultaneously.\n"
4129msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004130"Die Eigenschaften resize_inode und meta_bg sind nicht kompatibel.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004131"Sie können nicht gleichzeitig aktiviert werden.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004132
Philipp Thomas40771272008-09-07 22:55:25 -04004133#: misc/mke2fs.c:1579
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004134msgid "while trying to determine hardware sector size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004135msgstr "beim Ermitteln der Hardware-Sektorgröße"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004136
Philipp Thomas40771272008-09-07 22:55:25 -04004137#: misc/mke2fs.c:1637
Theodore Ts'obc759702005-05-09 20:40:55 -04004138msgid "reserved online resize blocks not supported on non-sparse filesystem"
4139msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004140"Für Online-Grössenänderungen reservierte Blöcke werden auf Dateisystemen\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004141"\tohne Unterstützung für Lückenkompression nicht unterstützt"
Theodore Ts'obc759702005-05-09 20:40:55 -04004142
Philipp Thomas40771272008-09-07 22:55:25 -04004143#: misc/mke2fs.c:1646
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004144msgid "blocks per group count out of range"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004145msgstr "Anzahl der Blöcke pro Gruppe ausserhaalb des gültigen Bereichs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004146
Philipp Thomas40771272008-09-07 22:55:25 -04004147#: misc/mke2fs.c:1661
Philipp Thomas720e6362008-06-21 14:06:00 -04004148msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004149msgstr "Eigenschaft flex_bg wurde nicht aktiviert, daher darf flex_bg Grösse nicht angegeben werden"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004150
Philipp Thomas40771272008-09-07 22:55:25 -04004151#: misc/mke2fs.c:1673
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004152#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004153msgid "invalid inode size %d (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004154msgstr "ungültige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004155
Philipp Thomas40771272008-09-07 22:55:25 -04004156#: misc/mke2fs.c:1687
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004157#, c-format
4158msgid "too many inodes (%llu), raise inode ratio?"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004159msgstr "zu viele Inodes (%llu), Inode-Verhältnis erhöhen?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004160
Philipp Thomas40771272008-09-07 22:55:25 -04004161#: misc/mke2fs.c:1692
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004162#, c-format
4163msgid "too many inodes (%llu), specify < 2^32 inodes"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004164msgstr "zu viele Inodes (%llu), sie müssen weniger als 2^32 Inodes angeben"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004165
Philipp Thomas40771272008-09-07 22:55:25 -04004166#: misc/mke2fs.c:1707
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004167#, c-format
4168msgid ""
4169"inode_size (%u) * inodes_count (%u) too big for a\n"
4170"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
4171"\tor lower inode count (-N).\n"
4172msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004173"inode_size (%u) * inodes_count (%u) is zu gross für ein\n"
4174"\tDateisystem mit %lu Blöcken, geben Sie bitte entweder ein höheres\n"
4175"\tinode_ratio (-i) oder eine niedrigere Anzahl an Inodes (-N) an.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004176
Philipp Thomas40771272008-09-07 22:55:25 -04004177#: misc/mke2fs.c:1804 misc/tune2fs.c:1398
Philipp Thomas68801282008-07-17 11:47:00 -04004178#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004179msgid "while trying to delete %s"
Philipp Thomas68801282008-07-17 11:47:00 -04004180msgstr "beim Versuch, %s zu löschen"
Philipp Thomas720e6362008-06-21 14:06:00 -04004181
Philipp Thomas40771272008-09-07 22:55:25 -04004182#: misc/mke2fs.c:1813
Philipp Thomas720e6362008-06-21 14:06:00 -04004183#, c-format
4184msgid ""
4185"Overwriting existing filesystem; this can be undone using the command:\n"
4186" e2undo %s %s\n"
4187"\n"
4188msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004189"Überschreibe das bestehende Dateisystem; dies kann rückgängig gemacht werden\n"
4190"durch den Befehl:\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004191" e2undo %s %s\n"
4192"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004193
Philipp Thomas40771272008-09-07 22:55:25 -04004194#: misc/mke2fs.c:1860
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004195msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004196msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004197
Philipp Thomas40771272008-09-07 22:55:25 -04004198#: misc/mke2fs.c:1904
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004199#, c-format
4200msgid "unknown os - %s"
4201msgstr "unbekanntes OS - %s"
4202
Philipp Thomas40771272008-09-07 22:55:25 -04004203#: misc/mke2fs.c:1958
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004204msgid "while trying to allocate filesystem tables"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004205msgstr "beim Zuordnen von Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004206
Philipp Thomas40771272008-09-07 22:55:25 -04004207#: misc/mke2fs.c:1989
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004208#, c-format
4209msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004210msgstr "beim Nullen von Block %u am Ende des Dateisystems"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004211
Philipp Thomas40771272008-09-07 22:55:25 -04004212#: misc/mke2fs.c:2002
Theodore Ts'obc759702005-05-09 20:40:55 -04004213msgid "while reserving blocks for online resize"
4214msgstr "beim Lesen des Bad-Block-Inodes"
4215
Philipp Thomas40771272008-09-07 22:55:25 -04004216#: misc/mke2fs.c:2013 misc/tune2fs.c:474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004217msgid "journal"
4218msgstr "Journal"
4219
Philipp Thomas40771272008-09-07 22:55:25 -04004220#: misc/mke2fs.c:2025
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004221#, c-format
4222msgid "Adding journal to device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004223msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004224
Philipp Thomas40771272008-09-07 22:55:25 -04004225#: misc/mke2fs.c:2032
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004226#, c-format
4227msgid ""
4228"\n"
4229"\twhile trying to add journal to device %s"
4230msgstr ""
4231"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004232"\tbeim Erstellen des Journals auf Gerät %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004233
Philipp Thomas40771272008-09-07 22:55:25 -04004234#: misc/mke2fs.c:2037 misc/mke2fs.c:2063 misc/tune2fs.c:502 misc/tune2fs.c:516
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004235#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004236msgid "done\n"
4237msgstr "erledigt\n"
4238
Philipp Thomas40771272008-09-07 22:55:25 -04004239#: misc/mke2fs.c:2051
Philipp Thomas68801282008-07-17 11:47:00 -04004240#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004241msgid "Creating journal (%u blocks): "
Philipp Thomas68801282008-07-17 11:47:00 -04004242msgstr "Erstelle Journal (%u Blöcke): "
Philipp Thomas720e6362008-06-21 14:06:00 -04004243
Philipp Thomas40771272008-09-07 22:55:25 -04004244#: misc/mke2fs.c:2068
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004245#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004246msgid "Writing superblocks and filesystem accounting information: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004247msgstr "Schreibe Superblöcke und Dateisystem-Accountinginformationen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004248
Philipp Thomas40771272008-09-07 22:55:25 -04004249#: misc/mke2fs.c:2073
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004250#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004251msgid ""
4252"\n"
4253"Warning, had trouble writing out superblocks."
4254msgstr ""
4255"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004256"Warnung: Probleme beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004257
Philipp Thomas40771272008-09-07 22:55:25 -04004258#: misc/mke2fs.c:2076
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004259#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004260msgid ""
4261"done\n"
4262"\n"
4263msgstr ""
4264"erledigt\n"
4265"\n"
4266
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004267#: misc/mklost+found.c:49
4268#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004269msgid "Usage: mklost+found\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004270msgstr "Aufruf: mklost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004271
Philipp Thomas40771272008-09-07 22:55:25 -04004272#: misc/partinfo.c:39
Philipp Thomasa700f512008-08-29 08:49:57 -04004273#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004274msgid ""
4275"Usage: %s device...\n"
4276"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004277"Prints out the partition information for each given device.\n"
4278"For example: %s /dev/hda\n"
4279"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004280msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004281"Aufruf: %s Gerät...\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004282"\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004283"Gibt Informationen über die Partitionen jedes angegebenen Gerätes aus.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004284"Zum Beispiel: %s /dev/hda\n"
4285"\n"
4286
4287#: misc/partinfo.c:49
4288#, c-format
4289msgid "Cannot open %s: %s"
4290msgstr "Kann %s nicht öffnen: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004291
4292#: misc/partinfo.c:55
Philipp Thomas40771272008-09-07 22:55:25 -04004293#, c-format
4294msgid "Cannot get geometry of %s: %s"
4295msgstr "Geometrie von %s kann nicht ermittelt werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004296
Philipp Thomas40771272008-09-07 22:55:25 -04004297#: misc/partinfo.c:63
4298#, c-format
4299msgid "Cannot get size of %s: %s"
4300msgstr "Grösse von %s kann nicht gelesen werden: %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004301
Philipp Thomas40771272008-09-07 22:55:25 -04004302#: misc/partinfo.c:69
4303#, c-format
4304msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
4305msgstr "%s: h=%3d s=%3d c=%4d Start=%8d Grösse=%8lu Ende=%8d\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004306
Philipp Thomas68801282008-07-17 11:47:00 -04004307#: misc/tune2fs.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004308msgid "Please run e2fsck on the filesystem.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004309msgstr "Lassen Sie bitte e2fsck über das Dateisystem laufen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004310
Philipp Thomas68801282008-07-17 11:47:00 -04004311#: misc/tune2fs.c:101
4312#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004313msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004314"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004315"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4316"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4317"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004318"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004319"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4320"\t[ -I new_inode_size ] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004321msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004322"Aufruf: %s [-c max-Anzahl-Mounts] [-e Fehler-Verhalten] [-g Gruppe]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004323"\t[-i Intervall[d|m|w]] [-j] [-J Journal-Optionen] [-l]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004324"\t[-m reservierte_Blöcke_Prozent] [-o [^]Einhäng_Optionen[,...]]\n"
4325"\t[-r Anzahl_reservierte_Blöcke] [-u Benutzer] [-C Anzahl_Einhängen]\n"
4326"\t[-L Volume_Label] [-M letztes_eingehängtes_Verzeichnis]\n"
4327"\t[-O [^]Eigenschaft[,...]] [-E erweiterte-Option[,...]]\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004328"\t[-T letzter_Prüfzeitpunkt] [-U UUID] [-I neue_Inodegrösse] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004329
Philipp Thomas68801282008-07-17 11:47:00 -04004330#: misc/tune2fs.c:185
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004331msgid "while trying to open external journal"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004332msgstr "beim Öffnen des externen Journals"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004333
Philipp Thomas68801282008-07-17 11:47:00 -04004334#: misc/tune2fs.c:189
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004335#, c-format
4336msgid "%s is not a journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004337msgstr "%s ist kein Journal-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004338
Philipp Thomas68801282008-07-17 11:47:00 -04004339#: misc/tune2fs.c:204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004340msgid "Journal superblock not found!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004341msgstr "Journal-Superblock nicht gefunden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004342
Philipp Thomas68801282008-07-17 11:47:00 -04004343#: misc/tune2fs.c:216
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004344msgid "Filesystem's UUID not found on journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004345msgstr "UUID des Dateisystems auf Journal-Gerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004346
Philipp Thomas68801282008-07-17 11:47:00 -04004347#: misc/tune2fs.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004348msgid "Journal NOT removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004349msgstr "Journal NICHT gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004350
Philipp Thomas68801282008-07-17 11:47:00 -04004351#: misc/tune2fs.c:243
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004352msgid "Journal removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004353msgstr "Journal gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004354
Philipp Thomas68801282008-07-17 11:47:00 -04004355#: misc/tune2fs.c:283
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004356msgid "while reading bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004357msgstr "beim Lesen von Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004358
Philipp Thomas68801282008-07-17 11:47:00 -04004359#: misc/tune2fs.c:291
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004360msgid "while clearing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004361msgstr "beim Bereinigen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004362
Philipp Thomas68801282008-07-17 11:47:00 -04004363#: misc/tune2fs.c:302
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004364msgid "while writing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004365msgstr "beim Schreiben des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004366
Philipp Thomas68801282008-07-17 11:47:00 -04004367#: misc/tune2fs.c:317
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004368#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004369msgid "Invalid mount option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004370msgstr "Ungültige Einhänge-Option gesetzt: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004371
Philipp Thomas68801282008-07-17 11:47:00 -04004372#: misc/tune2fs.c:353
Theodore Ts'o8f741372008-02-28 21:47:05 -05004373#, c-format
4374msgid "Clearing filesystem feature '%s' not supported.\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004375msgstr "Das Zurücksetzen von Dateisystem-Eigenschaft »%s« wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004376
Philipp Thomas68801282008-07-17 11:47:00 -04004377#: misc/tune2fs.c:359
Philipp Thomas67671422008-05-14 18:42:45 -04004378#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004379msgid "Setting filesystem feature '%s' not supported.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004380msgstr "Das Setzen der Dateisystem-Eigenschaft »%s« wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004381
Philipp Thomas68801282008-07-17 11:47:00 -04004382#: misc/tune2fs.c:368
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004383msgid ""
Philipp Thomas68801282008-07-17 11:47:00 -04004384"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004385"unmounted or mounted read-only.\n"
4386msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004387"Die has_jounal Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
4388"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004389
Philipp Thomas68801282008-07-17 11:47:00 -04004390#: misc/tune2fs.c:376
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004391msgid ""
4392"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4393"the has_journal flag.\n"
4394msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004395"Das needs_recovery Flag ist gesetzt. Bitte starten sie e2fsck vor\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004396"der Zurücksetzung des has_journal Flags.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004397
Philipp Thomas40771272008-09-07 22:55:25 -04004398#: misc/tune2fs.c:409
Philipp Thomas720e6362008-06-21 14:06:00 -04004399msgid ""
4400"Clearing the flex_bg flag would cause the the filesystem to be\n"
4401"inconsistent.\n"
4402msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004403"Das Zurücksetzen der Kennung flex_bg würde das Dateisystem inkonsistent\n"
4404"machen.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004405
Philipp Thomas40771272008-09-07 22:55:25 -04004406#: misc/tune2fs.c:420
Philipp Thomas68801282008-07-17 11:47:00 -04004407msgid ""
4408"The huge_file feature may only be cleared when the filesystem is\n"
4409"unmounted or mounted read-only.\n"
4410msgstr ""
4411"Die huge_file Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
4412"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
4413
Philipp Thomas40771272008-09-07 22:55:25 -04004414#: misc/tune2fs.c:448
Philipp Thomas68801282008-07-17 11:47:00 -04004415#, c-format
4416msgid "(and reboot afterwards!)\n"
4417msgstr "(und hinterher das System neu starten!)\n"
4418
Philipp Thomas40771272008-09-07 22:55:25 -04004419#: misc/tune2fs.c:469
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004420msgid "The filesystem already has a journal.\n"
4421msgstr "Das Dateisystem hat schon ein Journal.\n"
4422
Philipp Thomas40771272008-09-07 22:55:25 -04004423#: misc/tune2fs.c:486
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004424#, c-format
4425msgid ""
4426"\n"
4427"\twhile trying to open journal on %s\n"
4428msgstr ""
4429"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004430"\tbeim Öffnen des Journals auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004431
Philipp Thomas40771272008-09-07 22:55:25 -04004432#: misc/tune2fs.c:490
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004433#, c-format
4434msgid "Creating journal on device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004435msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004436
Philipp Thomas40771272008-09-07 22:55:25 -04004437#: misc/tune2fs.c:498
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004438#, c-format
4439msgid "while adding filesystem to journal on %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004440msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004441
Philipp Thomas40771272008-09-07 22:55:25 -04004442#: misc/tune2fs.c:504
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004443msgid "Creating journal inode: "
Philipp Thomasa700f512008-08-29 08:49:57 -04004444msgstr "Erstelle Journal-Inode: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004445
Philipp Thomas40771272008-09-07 22:55:25 -04004446#: misc/tune2fs.c:513
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004447msgid ""
4448"\n"
4449"\twhile trying to create journal file"
4450msgstr ""
4451"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004452"\tbeim Erstellen der Journaldatei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004453
Philipp Thomas40771272008-09-07 22:55:25 -04004454#: misc/tune2fs.c:580
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004455#, c-format
4456msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004457msgstr "Konnte Datum/Zeit nicht parsen: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004458
Philipp Thomas40771272008-09-07 22:55:25 -04004459#: misc/tune2fs.c:605 misc/tune2fs.c:618
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004460#, c-format
4461msgid "bad mounts count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004462msgstr "Ungültiger Mounts-Zähler - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004463
Philipp Thomas40771272008-09-07 22:55:25 -04004464#: misc/tune2fs.c:634
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004465#, c-format
4466msgid "bad error behavior - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004467msgstr "ungültiges Fehler-Verhalten - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004468
Philipp Thomas40771272008-09-07 22:55:25 -04004469#: misc/tune2fs.c:661
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004470#, c-format
4471msgid "bad gid/group name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004472msgstr "ungültige(r) GID oder Gruppenname - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004473
Philipp Thomas40771272008-09-07 22:55:25 -04004474#: misc/tune2fs.c:694
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004475#, c-format
4476msgid "bad interval - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004477msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004478
Philipp Thomas40771272008-09-07 22:55:25 -04004479#: misc/tune2fs.c:722
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004480#, c-format
4481msgid "bad reserved block ratio - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004482msgstr "ungültiges Reservierte-Blöcke-Verhältnis - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004483
Philipp Thomas40771272008-09-07 22:55:25 -04004484#: misc/tune2fs.c:737
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004485msgid "-o may only be specified once"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004486msgstr "-o darf nur eimal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004487
Philipp Thomas40771272008-09-07 22:55:25 -04004488#: misc/tune2fs.c:747
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004489msgid "-O may only be specified once"
4490msgstr "-O darf nur eimal angegeben werden"
4491
Philipp Thomas40771272008-09-07 22:55:25 -04004492#: misc/tune2fs.c:757
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004493#, c-format
4494msgid "bad reserved blocks count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004495msgstr "ungültige Anzahl von reservierten Blöcken - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004496
Philipp Thomas40771272008-09-07 22:55:25 -04004497#: misc/tune2fs.c:786
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004498#, c-format
4499msgid "bad uid/user name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004500msgstr "ungültige(r) UID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004501
Philipp Thomas40771272008-09-07 22:55:25 -04004502#: misc/tune2fs.c:803
Philipp Thomas68801282008-07-17 11:47:00 -04004503#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004504msgid "bad inode size - %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004505msgstr "Unzulässige Inodegröße - %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004506
Philipp Thomas40771272008-09-07 22:55:25 -04004507#: misc/tune2fs.c:810
Philipp Thomas720e6362008-06-21 14:06:00 -04004508#, c-format
4509msgid "Inode size must be a power of two- %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004510msgstr "Inodegrösse muss eine Zweierpotenz sein- %s"
Philipp Thomas720e6362008-06-21 14:06:00 -04004511
Philipp Thomas40771272008-09-07 22:55:25 -04004512#: misc/tune2fs.c:897
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004513#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004514msgid "Invalid RAID stride: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004515msgstr "Ungültiger RAID Stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004516
Philipp Thomas40771272008-09-07 22:55:25 -04004517#: misc/tune2fs.c:912
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004518#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004519msgid "Invalid RAID stripe-width: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004520msgstr "Ungültige RAID Stripe-Breite: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004521
Philipp Thomas40771272008-09-07 22:55:25 -04004522#: misc/tune2fs.c:927
4523#, c-format
4524msgid "Invalid hash algorithm: %s\n"
4525msgstr "Ungültiger Hashalgorithmus: %s\n"
4526
4527#: misc/tune2fs.c:933
4528#, c-format
4529msgid "Setting default hash algorithm to %s (%d)\n"
4530msgstr "Der standard Hashalgorithmus wird auf %s (%d) gesetzt\n"
4531
4532#: misc/tune2fs.c:941
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004533#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004534msgid ""
4535"\n"
4536"Bad options specified.\n"
4537"\n"
4538"Extended options are separated by commas, and may take an argument which\n"
4539"\tis set off by an equals ('=') sign.\n"
4540"\n"
4541"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004542"\tstride=<RAID per-disk chunk size in blocks>\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004543"\tstripe_width=<RAID stride*data disks in blocks>\n"
4544"\thash_alg=<hash algorithm>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004545"\ttest_fs\n"
4546"\t^test_fs\n"
4547msgstr ""
4548"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004549"Ungültige Optionen wurden angegeben.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004550"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004551"Erweiterte Optionen werden mit Kommatas getrennt angegeben und erwarten\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004552"\teventuell ein Argument, welches mit Gleichheitszeichen (»=«)\n"
4553"\tzugewiesenwird.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004554"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004555"Gültige erweiterte Optionen sind:\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004556"\tstride=<RAID Segmentgrösse pro PLatte in Blöcken>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004557"\tstripe-width=<RAID Stride*Datenplatten in Blöcken>\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004558"\thash_alg=<Hashalgorithmus>\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004559"\ttest_fs\n"
4560"\t^test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004561
Philipp Thomas40771272008-09-07 22:55:25 -04004562#: misc/tune2fs.c:1330 resize/resize2fs.c:724
Philipp Thomas720e6362008-06-21 14:06:00 -04004563msgid "blocks to be moved"
4564msgstr "zu verschiebende Blöcke"
4565
Philipp Thomas40771272008-09-07 22:55:25 -04004566#: misc/tune2fs.c:1407
Philipp Thomas720e6362008-06-21 14:06:00 -04004567#, c-format
4568msgid ""
4569"To undo the tune2fs operations please run the command\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004570" e2undo %s %s\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004571"\n"
4572msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004573"Um die Aktionen von tune2fs rückgängig zu machen, starten Sie bitte den\n"
4574"Befehl\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004575" e2undo %s %s\n"
Philipp Thomas68801282008-07-17 11:47:00 -04004576"\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004577
Philipp Thomas40771272008-09-07 22:55:25 -04004578#: misc/tune2fs.c:1463
4579#, c-format
4580msgid "The inode size is already %d\n"
4581msgstr "Die Inodegrösse ist bereits %d\n"
4582
4583#: misc/tune2fs.c:1468
4584#, c-format
4585msgid "Shrinking the inode size is not supported\n"
4586msgstr "Das Schrumpfen der Inodegrösse wird nicht unterstützt\n"
4587
4588#: misc/tune2fs.c:1511
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004589#, c-format
4590msgid "Setting maximal mount count to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004591msgstr "Setze die maximale Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004592
Philipp Thomas40771272008-09-07 22:55:25 -04004593#: misc/tune2fs.c:1517
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004594#, c-format
4595msgid "Setting current mount count to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004596msgstr "Setze die derzeitige Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004597
Philipp Thomas40771272008-09-07 22:55:25 -04004598#: misc/tune2fs.c:1522
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004599#, c-format
4600msgid "Setting error behavior to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004601msgstr "Setze das Fehler-Verhalten auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004602
Philipp Thomas40771272008-09-07 22:55:25 -04004603#: misc/tune2fs.c:1527
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004604#, c-format
4605msgid "Setting reserved blocks gid to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004606msgstr "Setze die GID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004607
Philipp Thomas40771272008-09-07 22:55:25 -04004608#: misc/tune2fs.c:1532
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004609#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004610msgid "Setting interval between checks to %lu seconds\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004611msgstr "Setze das Intervall zwischen Checks auf %lu Sekunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004612
Philipp Thomas40771272008-09-07 22:55:25 -04004613#: misc/tune2fs.c:1538
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004614#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004615msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004616msgstr "Setze den Prozentsatz reservierter Böcke auf %g%% (%u Blöcke)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004617
Philipp Thomas40771272008-09-07 22:55:25 -04004618#: misc/tune2fs.c:1544
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004619#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004620msgid "reserved blocks count is too big (%lu)"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004621msgstr "Anzahl der reservierten Blöcke ist zu gross (%lu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004622
Philipp Thomas40771272008-09-07 22:55:25 -04004623#: misc/tune2fs.c:1550
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004624#, c-format
4625msgid "Setting reserved blocks count to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004626msgstr "Setze die Anzahl der reservierten Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004627
Philipp Thomas40771272008-09-07 22:55:25 -04004628#: misc/tune2fs.c:1556
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004629msgid ""
4630"\n"
4631"The filesystem already has sparse superblocks.\n"
4632msgstr ""
4633"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004634"Das Dateisystem hat bereits verteilte Superblöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004635
Philipp Thomas40771272008-09-07 22:55:25 -04004636#: misc/tune2fs.c:1563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004637#, c-format
4638msgid ""
4639"\n"
4640"Sparse superblock flag set. %s"
4641msgstr ""
4642"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004643"Kennzeichen für verteilten Superblock gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004644
Philipp Thomas40771272008-09-07 22:55:25 -04004645#: misc/tune2fs.c:1568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004646msgid ""
4647"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004648"Clearing the sparse superflag not supported.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004649msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004650"\n"
4651"Das Zurücksetzen des Kennzeichens für »verteilter Superblock« wird nicht\n"
4652"\tunterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004653
Philipp Thomas40771272008-09-07 22:55:25 -04004654#: misc/tune2fs.c:1575
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004655#, c-format
4656msgid "Setting time filesystem last checked to %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004657msgstr "Setze die Zeit des letzten Dateisystemchecks auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004658
Philipp Thomas40771272008-09-07 22:55:25 -04004659#: misc/tune2fs.c:1581
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004660#, c-format
4661msgid "Setting reserved blocks uid to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004662msgstr "Setze die UID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004663
Philipp Thomas40771272008-09-07 22:55:25 -04004664#: misc/tune2fs.c:1616
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004665msgid "Invalid UUID format\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004666msgstr "Ungültiges UUID Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004667
Philipp Thomas40771272008-09-07 22:55:25 -04004668#: misc/tune2fs.c:1623
Philipp Thomas720e6362008-06-21 14:06:00 -04004669msgid "The inode size may only be changed when the filesystem is unmounted.\n"
4670msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004671"Die Grösse der Inodes kann nur geändert werden, wenn das Dateisystem\n"
4672"nicht eingehängt ist.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004673
Philipp Thomas40771272008-09-07 22:55:25 -04004674#: misc/tune2fs.c:1634
Philipp Thomas720e6362008-06-21 14:06:00 -04004675msgid ""
4676"Error in resizing the inode size.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004677"Run e2undo to undo the file system changes. \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004678msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004679"Fehler beim Verändern der Inodegrösse.\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004680"Starten Sie e2undo um die Änderungen am Dateisystem rückgängig zu machen. \n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004681
Philipp Thomas40771272008-09-07 22:55:25 -04004682#: misc/tune2fs.c:1638
Philipp Thomas68801282008-07-17 11:47:00 -04004683#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004684msgid "Setting inode size %lu\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004685msgstr "Setze Inode-Größe auf %lu\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004686
Philipp Thomas40771272008-09-07 22:55:25 -04004687#: misc/tune2fs.c:1648
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004688#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004689msgid "Setting stride size to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004690msgstr "Setze Stride-Größe auf %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004691
Philipp Thomas40771272008-09-07 22:55:25 -04004692#: misc/tune2fs.c:1653
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004693#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004694msgid "Setting stripe width to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004695msgstr "Setze die Stripe-Breite auf %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004696
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004697#: misc/util.c:72
4698msgid "Proceed anyway? (y,n) "
Theodore Ts'o3e5ffd82008-05-12 09:51:17 -04004699msgstr "Trotzdem fortsetzen? (j,n) "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004700
4701#: misc/util.c:93
4702#, c-format
4703msgid "Could not stat %s --- %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004704msgstr "Status für %s konnte nicht ermittelt werden --- %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004705
4706#: misc/util.c:96
4707msgid ""
4708"\n"
4709"The device apparently does not exist; did you specify it correctly?\n"
4710msgstr ""
4711"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004712"Das Gerät existiert offensichtlich nicht; haben Sie es richtig angegeben?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004713
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004714#: misc/util.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004715#, c-format
4716msgid "%s is not a block special device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004717msgstr "%s ist kein spezielles Block-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004718
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004719#: misc/util.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004720#, c-format
4721msgid "%s is entire device, not just one partition!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004722msgstr "%s ist das ganze Gerät, nicht nur eine Partition!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004723
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004724#: misc/util.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004725msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004726msgstr "mke2fs trotzdem erzwungen. Hoffentlich ist /etc/mtab ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004727
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004728#: misc/util.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004729#, c-format
4730msgid "will not make a %s here!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004731msgstr "werde dort kein %s erstellen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004732
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004733#: misc/util.c:170
4734msgid "mke2fs forced anyway.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004735msgstr "mke2fs wird sowieso erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004736
4737#: misc/util.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004738msgid "Couldn't allocate memory to parse journal options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004739msgstr "Konnte keinen Speicher zur Analyse der Journal-Optionen anfordern!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004740
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004741#: misc/util.c:228
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004742msgid ""
4743"\n"
4744"Bad journal options specified.\n"
4745"\n"
4746"Journal options are separated by commas, and may take an argument which\n"
4747"\tis set off by an equals ('=') sign.\n"
4748"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004749"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004750"\tsize=<journal size in megabytes>\n"
4751"\tdevice=<journal device>\n"
4752"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004753"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004754"\n"
4755msgstr ""
4756"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004757"Ungültige Journal-Optionen wurden angegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004758"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004759"Journal-Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
4760"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004761"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004762"Gültige Journal-Optionen sind:\n"
4763"\tsize=<Journalgröße in Megabytes>\n"
4764"\tdevice=<Journal-Gerät>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004765"\n"
Philipp Thomas40771272008-09-07 22:55:25 -04004766"Die Grösse des Journals muss zwischen 1024 und 10240000 Dateisystem-Blöcken\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004767"\tliegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004768"\n"
4769
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004770#: misc/util.c:258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004771msgid ""
4772"\n"
4773"Filesystem too small for a journal\n"
4774msgstr ""
4775"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004776"Das Dateisystem ist zu klein für ein Journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004777
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004778#: misc/util.c:265
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004779#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004780msgid ""
4781"\n"
4782"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004783"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004784msgstr ""
4785"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004786"Die angegebene Journalgröße beträgt %d Blöcke. Sie muss aber zwischen\n"
4787"1024 und 102400 Dateisystem-Blöcken liegen. Abbruch! \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004788
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004789#: misc/util.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004790msgid ""
4791"\n"
4792"Journal size too big for filesystem.\n"
4793msgstr ""
4794"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004795"Das Journal ist zu groß für dieses Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004796
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004797#: misc/util.c:283
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004798#, c-format
4799msgid ""
4800"This filesystem will be automatically checked every %d mounts or\n"
4801"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4802msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004803"Das Dateisystem wird automatisch nach jeweils %d Einhäng-Vorgängen bzw.\n"
4804"alle %g Tage überprüft, je nachdem, was zuerst eintritt. Veränderbar mit\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004805"tune2fs -c oder -t .\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004806
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004807#: misc/uuidgen.c:31
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004808#, c-format
4809msgid "Usage: %s [-r] [-t]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004810msgstr "Aufruf: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004811
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004812#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004813msgid "# Extent dump:\n"
4814msgstr "# Extent dump:\n"
4815
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004816#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004817#, c-format
4818msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4819msgstr "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4820
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004821#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004822#, c-format
4823msgid "#\t\t %u -> %u (%d)\n"
4824msgstr "#\t\t %u -> %u (%d)\n"
4825
Theodore Ts'o6956f612005-12-31 16:46:15 -05004826#: resize/main.c:39
Philipp Thomas68801282008-07-17 11:47:00 -04004827#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004828msgid ""
Philipp Thomas720e6362008-06-21 14:06:00 -04004829"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004830"\n"
4831msgstr ""
Philipp Thomas9564ee52008-08-22 03:22:50 -04004832"Aufruf: %s [-d Debug_Optionen] [-f] [-F] [-M] [-P] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004833"\n"
4834
Theodore Ts'o6956f612005-12-31 16:46:15 -05004835#: resize/main.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004836msgid "Extending the inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004837msgstr "Vergrößere die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004838
Theodore Ts'o6956f612005-12-31 16:46:15 -05004839#: resize/main.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004840msgid "Relocating blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004841msgstr "Verteile die Blöcke neu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004842
Theodore Ts'o6956f612005-12-31 16:46:15 -05004843#: resize/main.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004844msgid "Scanning inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004845msgstr "Prüfe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004846
Theodore Ts'o6956f612005-12-31 16:46:15 -05004847#: resize/main.c:70
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004848msgid "Updating inode references"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004849msgstr "Aktualisiere die Inode-Referenzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004850
Theodore Ts'o6956f612005-12-31 16:46:15 -05004851#: resize/main.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004852msgid "Moving inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004853msgstr "Verschiebe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004854
Theodore Ts'o6956f612005-12-31 16:46:15 -05004855#: resize/main.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004856msgid "Unknown pass?!?"
4857msgstr "Unbekannter Durchgang?!?"
4858
Theodore Ts'o6956f612005-12-31 16:46:15 -05004859#: resize/main.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004860#, c-format
4861msgid "Begin pass %d (max = %lu)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004862msgstr "Start von Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004863
Philipp Thomas720e6362008-06-21 14:06:00 -04004864#: resize/main.c:261
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004865#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004866msgid "while opening %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004867msgstr "beim Öffnen von %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004868
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004869# c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004870#: resize/main.c:273
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004871#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004872msgid "while getting stat information for %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004873msgstr "beim Ermitteln der Statusinformation für %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004874
Philipp Thomas720e6362008-06-21 14:06:00 -04004875#: resize/main.c:332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004876#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004877msgid ""
4878"%s: The combination of flex_bg and\n"
4879"\t!resize_inode features is not supported by resize2fs.\n"
4880msgstr ""
Philipp Thomas68801282008-07-17 11:47:00 -04004881"%s: Die Kombination der Eigenschaften flex_bg und\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004882"t!resize_inode wird von resize2fs nicht unterestützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004883
Philipp Thomas720e6362008-06-21 14:06:00 -04004884#: resize/main.c:340
4885#, c-format
4886msgid "Estimated minimum size of the filesystem: %u\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004887msgstr "Geschätzte minimale Grösse des Dateisystems: %u\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004888
4889#: resize/main.c:384
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004890msgid "Invalid stride length"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004891msgstr "Ungültige Stride-Länge"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004892
Philipp Thomas720e6362008-06-21 14:06:00 -04004893#: resize/main.c:408
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004894#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004895msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004896"The containing partition (or device) is only %u (%dk) blocks.\n"
4897"You requested a new size of %u blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004898"\n"
4899msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004900"Die Partition (oder das Gerät) ist nur %u (%dk) Blöcke groß.\n"
4901"Die gewünschte Größe war %u Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004902"\n"
4903
Philipp Thomas720e6362008-06-21 14:06:00 -04004904#: resize/main.c:415
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004905#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004906msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004907"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004908"\n"
4909msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004910"Das Dateisystem ist schon %u Blöcke groß. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004911"\n"
4912
Philipp Thomas720e6362008-06-21 14:06:00 -04004913#: resize/main.c:426
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004914#, c-format
4915msgid ""
4916"Please run 'e2fsck -f %s' first.\n"
4917"\n"
4918msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004919"Bitte zuerst »e2fsck -f %s« laufen lassen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004920"\n"
4921
Philipp Thomas720e6362008-06-21 14:06:00 -04004922#: resize/main.c:437
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004923#, c-format
4924msgid "while trying to resize %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004925msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004926
Philipp Thomas720e6362008-06-21 14:06:00 -04004927#: resize/main.c:442
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004928#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004929msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004930"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004931"\n"
4932msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004933"Das Dateisystem auf %s ist nun %u Blöcke groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004934"\n"
4935
Philipp Thomas720e6362008-06-21 14:06:00 -04004936#: resize/online.c:37
4937#, c-format
4938msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004939msgstr "Das Dateisystem auf %s ist auf %s eingehängt; Online-Grössenveränderung nötig\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004940
4941#: resize/online.c:41
Philipp Thomas68801282008-07-17 11:47:00 -04004942#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004943msgid "On-line shrinking from %u to %u not supported.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004944msgstr "Die Online-Verkleinerung von %u auf %u wird nicht unterstützt.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004945
4946#: resize/online.c:61
Philipp Thomas720e6362008-06-21 14:06:00 -04004947msgid "Filesystem does not support online resizing"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004948msgstr "Das Dateisystem unterstützt keine Online-Grössenveränderung"
Philipp Thomas720e6362008-06-21 14:06:00 -04004949
4950#: resize/online.c:68
Philipp Thomas68801282008-07-17 11:47:00 -04004951#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004952msgid "while trying to open mountpoint %s"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004953msgstr "beim Versuch, Einhängpunkt %s zu öffnen"
Philipp Thomas720e6362008-06-21 14:06:00 -04004954
4955#: resize/online.c:76
4956msgid "Permission denied to resize filesystem"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004957msgstr "Zugriff verweigert für die Grössenänderung des Dateisystems"
Philipp Thomas720e6362008-06-21 14:06:00 -04004958
4959#: resize/online.c:79
Philipp Thomas720e6362008-06-21 14:06:00 -04004960msgid "Kernel does not support online resizing"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004961msgstr "Der Kernel unterstützt die Online-Vergrösserung nicht"
Philipp Thomas720e6362008-06-21 14:06:00 -04004962
4963#: resize/online.c:82
Philipp Thomas720e6362008-06-21 14:06:00 -04004964msgid "While checking for on-line resizing support"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004965msgstr "Beim Überprüfen, ob Online-Vergrösserung unterstützt wird"
Philipp Thomas720e6362008-06-21 14:06:00 -04004966
Philipp Thomas40771272008-09-07 22:55:25 -04004967#: resize/online.c:111
Philipp Thomas720e6362008-06-21 14:06:00 -04004968#, c-format
4969msgid "Performing an on-line resize of %s to %u (%dk) blocks.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004970msgstr "Führe eine Online-Grössenänderung von %s auf %u (%dk) Blöcke durch.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004971
Philipp Thomas40771272008-09-07 22:55:25 -04004972#: resize/online.c:121
Philipp Thomas720e6362008-06-21 14:06:00 -04004973msgid "While trying to extend the last group"
Philipp Thomas68801282008-07-17 11:47:00 -04004974msgstr "Beim Versuch, die letzte Gruppe zu erweitern"
Philipp Thomas720e6362008-06-21 14:06:00 -04004975
Philipp Thomas40771272008-09-07 22:55:25 -04004976#: resize/online.c:180
Philipp Thomas68801282008-07-17 11:47:00 -04004977#, c-format
Philipp Thomas720e6362008-06-21 14:06:00 -04004978msgid "While trying to add group #%d"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004979msgstr "Beim Versuch, Gruppe %d hinzu zu fügen"
Philipp Thomas720e6362008-06-21 14:06:00 -04004980
Philipp Thomas40771272008-09-07 22:55:25 -04004981#: resize/online.c:191
Philipp Thomasa700f512008-08-29 08:49:57 -04004982#, c-format
Philipp Thomas40771272008-09-07 22:55:25 -04004983msgid "Filesystem at %s is mounted on %s, and on-line resizing is not supported on this system.\n"
Philipp Thomas9564ee52008-08-22 03:22:50 -04004984msgstr "Dateisystem auf %s ist auf %s eingehängt und Online-Grössenänderung wird auf diesem System nicht unterstützt.\n"
Philipp Thomas720e6362008-06-21 14:06:00 -04004985
Philipp Thomas40771272008-09-07 22:55:25 -04004986#: resize/resize2fs.c:294
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004987#, c-format
4988msgid "inodes (%llu) must be less than %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004989msgstr "Die Anzahl der Indoes (%llu) muss unter %u liegen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004990
Philipp Thomas40771272008-09-07 22:55:25 -04004991#: resize/resize2fs.c:719
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004992msgid "reserved blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004993msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004994
Philipp Thomas40771272008-09-07 22:55:25 -04004995#: resize/resize2fs.c:729
Theodore Ts'obc759702005-05-09 20:40:55 -04004996msgid "meta-data blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004997msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004998
Philipp Thomas40771272008-09-07 22:55:25 -04004999#: resize/resize2fs.c:1667
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005000#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005001msgid "Should never happen: resize inode corrupt!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04005002msgstr "Das sollte niemals passieren: Die zu verändernde Inode ist defekt!\n"
Philipp Thomas40771272008-09-07 22:55:25 -04005003
5004#~ msgid "while retrying to write block bitmaps for %s"
5005#~ msgstr "während des wiederholten Versuches, Block-Bitmaps für %s zu schreiben."
5006
5007#~ msgid "writing inode bitmaps"
5008#~ msgstr "Schreibe Inoden-Bitmaps"
5009
5010#~ msgid "%s failed for %s: %s\n"
5011#~ msgstr "%s ist für %s gescheitert: %s\n"
5012
5013#~ msgid "open"
5014#~ msgstr "offen"
5015
5016#~ msgid "HDIO_GETGEO ioctl"
5017#~ msgstr "HDIO_GETGEO Ioctl"
5018
5019#~ msgid "BLKGETSIZE ioctl"
5020#~ msgstr "BLKGETSIZE Ioctl"