blob: edffd1220c9c69ee3576902272ca2e9f8604cb26 [file] [log] [blame]
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001# Übertragung ins Deutsche.
2# Olaf Klemke (C) 2002 Free Software Foundation, Inc.
3# Olaf Klemke <olke@users.sourceforge.net>,2002
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004# Marc Langer <marc@marclanger.de>,2003
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006#. The strings in e2fsck's problem.c can be very hard to translate,
7#. since the strings are expanded in two different ways. First of all,
8#. there is an @-expansion, where strings like "@i" are expanded to
9#. "inode", and so on. In order to make it easier for translators, the
10#. e2fsprogs po template file has been enhanced with comments that show
11#. the @-expansion, for the strings in the problem.c file.
12#.
13#. Translators are free to use the @-expansion facility if they so
14#. choose, by providing translations for strings in e2fsck/message.c.
15#. These translation can completely replace an expansion; for example,
16#. if "bblock" (which indicated that "@b" would be expanded to "block")
17#. is translated as "ddatenverlust", then "@d" will be expanded to
18#. "datenverlust". Alternatively, translators can simply not use the
19#. @-expansion facility at all.
20#.
21#. The second expansion which is done for e2fsck's problem.c messages is
22#. a dynamic %-expansion, which expands %i as an inode number, and so
23#. on. A table of these expansions can be found below. Note that
24#. %-expressions that begin with "%D" and "%I" are two-character
25#. expansions; so for example, "%Iu" expands to the inode's user id
26#. ownership field (inode->i_uid).
27#.
28#. %b <blk> block number
29#. %B <blkcount> integer
30#. %c <blk2> block number
31#. %Di <dirent> -> ino inode number
32#. %Dn <dirent> -> name string
33#. %Dr <dirent> -> rec_len
34#. %Dl <dirent> -> name_len
35#. %Dt <dirent> -> filetype
36#. %d <dir> inode number
37#. %g <group> integer
38#. %i <ino> inode number
39#. %Is <inode> -> i_size
40#. %IS <inode> -> i_extra_isize
41#. %Ib <inode> -> i_blocks
42#. %Il <inode> -> i_links_count
43#. %Im <inode> -> i_mode
44#. %IM <inode> -> i_mtime
45#. %IF <inode> -> i_faddr
46#. %If <inode> -> i_file_acl
47#. %Id <inode> -> i_dir_acl
48#. %Iu <inode> -> i_uid
49#. %Ig <inode> -> i_gid
50#. %j <ino2> inode number
51#. %m <com_err error message>
52#. %N <num>
53#. %p ext2fs_get_pathname of directory <ino>
54#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
55#. the containing directory. (If dirent is NULL
56#. then return the pathname of directory <ino2>)
57#. %q ext2fs_get_pathname of directory <dir>
58#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
59#. the containing directory.
60#. %s <str> miscellaneous string
61#. %S backup superblock
62#. %X <num> hexadecimal format
63#.
Theodore Ts'oa2328c92002-10-30 23:26:03 -050064msgid ""
65msgstr ""
66"Project-Id-Version: e2fsprogs-1.28\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050067"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -040068"POT-Creation-Date: 2005-06-16 20:50-0400\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050069"PO-Revision-Date: 2003-08-24 23:00MEST\n"
70"Last-Translator: Marc Langer <marc@marclanger.de>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050071"Language-Team: deutsch <gnome-de@gnome.org>\n"
72"MIME-Version: 1.0\n"
73"Content-Type: text/plain; charset=ISO-8859-15\n"
74"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050075"Plural-Forms: nplurals=2; plural=(n != 1);\n"
76
Theodore Ts'obc759702005-05-09 20:40:55 -040077#: e2fsck/badblocks.c:22 misc/mke2fs.c:224
Theodore Ts'oa2328c92002-10-30 23:26:03 -050078#, c-format
79msgid "Bad block %u out of range; ignored.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050080msgstr "Bad block %u außerhalb des gültigen Bereichs; ignoriert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050081
82#: e2fsck/badblocks.c:45
83msgid "while sanity checking the bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050084msgstr "während der logischen Prüfung des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050085
86#: e2fsck/badblocks.c:57
87msgid "while reading the bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050088msgstr "während des Lesens des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050089
Theodore Ts'oa04eba32003-05-03 16:35:17 -040090#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o7ae19832005-06-19 09:45:36 -040091#: e2fsck/unix.c:914 e2fsck/unix.c:946 misc/badblocks.c:1005
92#: misc/badblocks.c:1013 misc/badblocks.c:1027 misc/badblocks.c:1039
Theodore Ts'obc759702005-05-09 20:40:55 -040093#: misc/dumpe2fs.c:340 misc/e2image.c:565 misc/e2image.c:658
94#: misc/e2image.c:674 misc/mke2fs.c:240 misc/tune2fs.c:775 resize/main.c:208
Theodore Ts'oa2328c92002-10-30 23:26:03 -050095#, c-format
96msgid "while trying to open %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050097msgstr "beim Versuch, %s zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050098
99#: e2fsck/badblocks.c:82
100#, c-format
101msgid "while trying popen '%s'"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500102msgstr "beim Versuch, '%s' mittels 'popen' zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500103
Theodore Ts'obc759702005-05-09 20:40:55 -0400104#: e2fsck/badblocks.c:93 misc/mke2fs.c:247
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500105msgid "while reading in list of bad blocks from file"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500106msgstr "beim Lesen der 'Bad Block'-Liste aus der Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500107
108#: e2fsck/badblocks.c:103
109msgid "while updating bad block inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500110msgstr "beim Updaten des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500111
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500112#: e2fsck/badblocks.c:129
Theodore Ts'obc759702005-05-09 20:40:55 -0400113#, fuzzy, c-format
114msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500115msgstr ""
116"Warnung! Nicht zulässigen Block %u im 'Bad Blocks'-Inode gefunden! "
117"Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500118
119#: e2fsck/ehandler.c:53
120#, c-format
121msgid "Error reading block %lu (%s) while %s. "
122msgstr "Lesefehler - Block %lu (%s) während %s "
123
124#: e2fsck/ehandler.c:56
125#, c-format
126msgid "Error reading block %lu (%s). "
127msgstr "Lesefehler - Block %lu (%s) "
128
129#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
130msgid "Ignore error"
131msgstr "Ignoriere Fehler"
132
133#: e2fsck/ehandler.c:60
134msgid "Force rewrite"
135msgstr "Rückschreiben erzwingen"
136
137#: e2fsck/ehandler.c:100
138#, c-format
139msgid "Error writing block %lu (%s) while %s. "
140msgstr "Schreibfehler - Block %lu (%s) während %s "
141
142#: e2fsck/ehandler.c:103
143#, c-format
144msgid "Error writing block %lu (%s). "
145msgstr "Schreibfehler - Block %lu (%s) "
146
147#: e2fsck/emptydir.c:56
148msgid "empty dirblocks"
149msgstr "leere Verzeichnisblöcke"
150
151#: e2fsck/emptydir.c:61
152msgid "empty dir map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500153msgstr "leere Verzeichnisliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500155#: e2fsck/emptydir.c:97
156#, c-format
157msgid "Empty directory block %d (#%d) in inode %d\n"
158msgstr "leerer Verzeichnisblock %d (#%d) im Inode %d\n"
159
160#: e2fsck/extend.c:21
161#, c-format
162msgid "%s: %s filename nblocks blocksize\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500163msgstr "%s: %s Dateiname nblocks Blockgröße\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500164
165#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500166#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500167msgid "Illegal number of blocks!\n"
168msgstr "Blockanzahl nicht zulässig!\n"
169
170#: e2fsck/extend.c:49
171#, c-format
172msgid "Couldn't allocate block buffer (size=%d)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500173msgstr "Konnte keinen Blockpuffer (Größe=%d) reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500174
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400175#: e2fsck/flushb.c:34
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500176#, c-format
177msgid "Usage: %s disk\n"
178msgstr "Verwendung: %s Laufwerk\n"
179
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400180#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500181#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500182msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500183msgstr "BLKFLSBUF ioctl nicht unterstützt! Kann Puffer nicht leeren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500184
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400185#: e2fsck/iscan.c:46
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500186#, c-format
187msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
188msgstr "Verwendung: %s [-F] [-I inode_buffer_blocks] Gerät\n"
189
Theodore Ts'obc759702005-05-09 20:40:55 -0400190#: e2fsck/iscan.c:83 e2fsck/unix.c:733 resize/main.c:185
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500191#, c-format
192msgid "while opening %s for flushing"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500193msgstr "beim Öffnen von %s für die Puffer-Leerung."
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500194
Theodore Ts'obc759702005-05-09 20:40:55 -0400195#: e2fsck/iscan.c:88 e2fsck/unix.c:739 resize/main.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500196#, c-format
197msgid "while trying to flush %s"
198msgstr "während des Rückschreibeversuches auf %s."
199
Theodore Ts'obc759702005-05-09 20:40:55 -0400200#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:475
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500201msgid "while opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500202msgstr "beim Start des Inode-Scans"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500203
Theodore Ts'obc759702005-05-09 20:40:55 -0400204#: e2fsck/iscan.c:129 misc/e2image.c:493
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500205msgid "while getting next inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500206msgstr "beim Laden des nächsten Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500207
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400208#: e2fsck/iscan.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500209#, c-format
210msgid "%d inodes scanned.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500211msgstr "%d Inodes gescannt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500212
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500213#: e2fsck/journal.c:463
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500214msgid "reading journal superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500215msgstr "Lese Journal-Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500216
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500217#: e2fsck/journal.c:520
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500218#, c-format
219msgid "%s: no valid journal superblock found\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500220msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500221
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500222#: e2fsck/journal.c:529
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500223#, c-format
224msgid "%s: journal too short\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500225msgstr "%s: Das Journal ist zu kurz.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500226
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500227#: e2fsck/journal.c:802
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500228#, c-format
229msgid "%s: recovering journal\n"
230msgstr "%s: stelle das Journal wieder her\n"
231
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500232#: e2fsck/journal.c:804
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500233#, c-format
234msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500235msgstr "%s: Das Journal ist nur lesbar - Keine Wiederherstellung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500236
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500237#: e2fsck/journal.c:825
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500238#, c-format
239msgid "while trying to re-open %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500240msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500241
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400242#: e2fsck/message.c:108
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500243msgid "aextended attribute"
244msgstr "aerweiterte Eigenschaft"
245
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400246#: e2fsck/message.c:109
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500247msgid "Aerror allocating"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500248msgstr "AFehler beim Zuweisen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500249
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400250#: e2fsck/message.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500251msgid "bblock"
252msgstr "bBlock"
253
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400254#: e2fsck/message.c:111
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500255msgid "Bbitmap"
256msgstr "BBitmap"
257
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400258#: e2fsck/message.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500259msgid "ccompress"
260msgstr "ckomprimieren"
261
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400262#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500263msgid "Cconflicts with some other fs @b"
264msgstr "CKonflikte mit anderen Dateisystemen @b"
265
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400266#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500267msgid "iinode"
268msgstr "iInode"
269
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400270#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500271msgid "Iillegal"
272msgstr "Inicht zulässig"
273
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400274#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500275msgid "jjournal"
276msgstr "jJournal"
277
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400278#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500279msgid "Ddeleted"
280msgstr "Dgelöscht"
281
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400282#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500283msgid "ddirectory"
284msgstr "dVerzeichnis"
285
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400286#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500287msgid "eentry"
288msgstr "eEintrag"
289
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400290#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500291msgid "E@e '%Dn' in %p (%i)"
292msgstr "E@e '%Dn' in %p (%i)"
293
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400294#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500295msgid "ffilesystem"
296msgstr "fDateisystem"
297
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400298#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500299msgid "Ffor @i %i (%Q) is"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500300msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500301
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400302#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500303msgid "ggroup"
304msgstr "gGruppe"
305
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400306#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500307msgid "hHTREE @d @i"
308msgstr "hHTREE @d @i"
309
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400310#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500311msgid "llost+found"
312msgstr "llost+found"
313
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400314#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500315msgid "Lis a link"
316msgstr "List ein Link"
317
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400318#: e2fsck/message.c:127
319#, fuzzy
320msgid "mmultiply-claimed"
321msgstr "mehrfach beanspruchte Inode-Liste"
322
323#: e2fsck/message.c:128
324msgid "ninvalid"
325msgstr ""
326
327#: e2fsck/message.c:129
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500328msgid "oorphaned"
329msgstr "overwaist"
330
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400331#: e2fsck/message.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500332msgid "pproblem in"
333msgstr "pProblem in"
334
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400335#: e2fsck/message.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500336msgid "rroot @i"
337msgstr "rRoot @i"
338
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400339#: e2fsck/message.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500340msgid "sshould be"
341msgstr "ssollte sein"
342
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400343#: e2fsck/message.c:133
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500344msgid "Ssuper@b"
345msgstr "SSuper@b"
346
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400347#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500348msgid "uunattached"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500349msgstr "unicht verbunden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500350
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400351#: e2fsck/message.c:135
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500352msgid "vdevice"
353msgstr "vGerät"
354
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400355#: e2fsck/message.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500356msgid "zzero-length"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500357msgstr "zNull-Länge"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500358
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400359#: e2fsck/message.c:147
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500360msgid "<The NULL inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500361msgstr "<Der NULL Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500362
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400363#: e2fsck/message.c:148
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500364msgid "<The bad blocks inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500365msgstr "<Der 'Bad Blocks'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500366
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400367#: e2fsck/message.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500368msgid "<The ACL index inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500369msgstr "<Der 'ACL Index'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500370
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400371#: e2fsck/message.c:151
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500372msgid "<The ACL data inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500373msgstr "<Der 'ACL Data'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500374
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400375#: e2fsck/message.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500376msgid "<The boot loader inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500377msgstr "<Der 'Boot Loader'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500378
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400379#: e2fsck/message.c:153
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500380msgid "<The undelete directory inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500381msgstr "<Der 'undelete directory'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500382
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400383#: e2fsck/message.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500384msgid "<The group descriptor inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500385msgstr "<Des 'group descriptor'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500386
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400387#: e2fsck/message.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500388msgid "<The journal inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500389msgstr "<Der Journal-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500390
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400391#: e2fsck/message.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500392msgid "<Reserved inode 9>"
393msgstr "<Der reservierte Inode 9>"
394
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400395#: e2fsck/message.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500396msgid "<Reserved inode 10>"
397msgstr "<Der reservierte Inode 10>"
398
Theodore Ts'obc759702005-05-09 20:40:55 -0400399#: e2fsck/pass1b.c:209
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500400msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500401msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500402
Theodore Ts'obc759702005-05-09 20:40:55 -0400403#: e2fsck/pass1b.c:558 e2fsck/pass1b.c:695
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500404#, c-format
405msgid "internal error; can't find dup_blk for %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500406msgstr "interner Fehler; dup_blk für %d nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500407
Theodore Ts'obc759702005-05-09 20:40:55 -0400408#: e2fsck/pass1b.c:738
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500409msgid "returned from clone_file_block"
410msgstr "zurückgegeben von clone_file_block"
411
Theodore Ts'obc759702005-05-09 20:40:55 -0400412#: e2fsck/pass1.c:430
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500413msgid "in-use inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500414msgstr "'in-use inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500415
Theodore Ts'obc759702005-05-09 20:40:55 -0400416#: e2fsck/pass1.c:439
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500417msgid "directory inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500418msgstr "'directory inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500419
Theodore Ts'obc759702005-05-09 20:40:55 -0400420#: e2fsck/pass1.c:447
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500421msgid "regular file inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500422msgstr "'regular file inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500423
Theodore Ts'obc759702005-05-09 20:40:55 -0400424#: e2fsck/pass1.c:454
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500425msgid "in-use block map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500426msgstr "'in-use block'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500427
Theodore Ts'obc759702005-05-09 20:40:55 -0400428#: e2fsck/pass1.c:505
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500429msgid "doing inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500430msgstr "Inode-Scan"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500431
Theodore Ts'obc759702005-05-09 20:40:55 -0400432#: e2fsck/pass1.c:917
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500433msgid "Pass 1"
434msgstr "Durchgang 1"
435
Theodore Ts'obc759702005-05-09 20:40:55 -0400436#: e2fsck/pass1.c:976
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500437#, c-format
438msgid "reading indirect blocks of inode %u"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500439msgstr "lese indirekte Blöcke von Inode %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500440
Theodore Ts'obc759702005-05-09 20:40:55 -0400441#: e2fsck/pass1.c:1018
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500442msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500443msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500444
Theodore Ts'obc759702005-05-09 20:40:55 -0400445#: e2fsck/pass1.c:1040
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500446msgid "inode in bad block map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500447msgstr "Inode in 'Bad Blocks'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500448
Theodore Ts'obc759702005-05-09 20:40:55 -0400449#: e2fsck/pass1.c:1060
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500450msgid "imagic inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500451msgstr "i'magic inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500452
Theodore Ts'obc759702005-05-09 20:40:55 -0400453#: e2fsck/pass1.c:1087
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500454msgid "multiply claimed block map"
455msgstr "multiply claimed block map"
456
Theodore Ts'obc759702005-05-09 20:40:55 -0400457#: e2fsck/pass1.c:1186
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500458msgid "ext attr block map"
459msgstr "ext attr block map"
460
Theodore Ts'obc759702005-05-09 20:40:55 -0400461#: e2fsck/pass1.c:1959
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500462msgid "block bitmap"
463msgstr "block bitmap"
464
Theodore Ts'obc759702005-05-09 20:40:55 -0400465#: e2fsck/pass1.c:1963
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500466msgid "inode bitmap"
467msgstr "inode bitmap"
468
Theodore Ts'obc759702005-05-09 20:40:55 -0400469#: e2fsck/pass1.c:1967
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500470msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500471msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500472
Theodore Ts'obc759702005-05-09 20:40:55 -0400473#: e2fsck/pass2.c:287
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500474msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400475msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500476
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400477#: e2fsck/pass3.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500478msgid "inode done bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500479msgstr "'inode done'-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500480
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400481#: e2fsck/pass3.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500482msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500483msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500484
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400485#: e2fsck/pass3.c:143
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500486msgid "Pass 3"
487msgstr "Durchgang 3"
488
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500489#: e2fsck/pass3.c:334
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500490msgid "inode loop detection bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500491msgstr "'inode loop detection'-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500492
493#: e2fsck/pass4.c:174
494msgid "Pass 4"
495msgstr "Durchgang 4"
496
497#: e2fsck/pass5.c:70
498msgid "Pass 5"
499msgstr "Durchgang 5"
500
Theodore Ts'obc759702005-05-09 20:40:55 -0400501#: e2fsck/problem.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500502msgid "(no prompt)"
503msgstr "(nicht interaktiv)"
504
Theodore Ts'obc759702005-05-09 20:40:55 -0400505#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500506msgid "Fix"
507msgstr "Repariere"
508
Theodore Ts'obc759702005-05-09 20:40:55 -0400509#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500510msgid "Clear"
511msgstr "Bereinige"
512
Theodore Ts'obc759702005-05-09 20:40:55 -0400513#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500514msgid "Relocate"
515msgstr "Zurücksetzen"
516
Theodore Ts'obc759702005-05-09 20:40:55 -0400517#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500518msgid "Allocate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500519msgstr "Gebe frei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500520
Theodore Ts'obc759702005-05-09 20:40:55 -0400521#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500522msgid "Expand"
523msgstr "Erweitere"
524
Theodore Ts'obc759702005-05-09 20:40:55 -0400525#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500526msgid "Connect to /lost+found"
527msgstr "Verbinde nach /lost+found"
528
Theodore Ts'obc759702005-05-09 20:40:55 -0400529#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500530msgid "Create"
531msgstr "Erstelle"
532
Theodore Ts'obc759702005-05-09 20:40:55 -0400533#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500534msgid "Salvage"
535msgstr "Rette"
536
Theodore Ts'obc759702005-05-09 20:40:55 -0400537#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500538msgid "Truncate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500539msgstr "Verkürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500540
Theodore Ts'obc759702005-05-09 20:40:55 -0400541#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500542msgid "Clear inode"
543msgstr "Bereinige Inode"
544
Theodore Ts'obc759702005-05-09 20:40:55 -0400545#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500546msgid "Abort"
547msgstr "Abbrechen"
548
Theodore Ts'obc759702005-05-09 20:40:55 -0400549#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500550msgid "Split"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500551msgstr "Aufsplitten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500552
Theodore Ts'obc759702005-05-09 20:40:55 -0400553#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500554msgid "Continue"
555msgstr "Fortsetzen"
556
Theodore Ts'obc759702005-05-09 20:40:55 -0400557#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400558#, fuzzy
559msgid "Clone multiply-claimed blocks"
560msgstr "multiply claimed block map"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500561
Theodore Ts'obc759702005-05-09 20:40:55 -0400562#: e2fsck/problem.c:65
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500563msgid "Delete file"
564msgstr "Lösche Datei"
565
Theodore Ts'obc759702005-05-09 20:40:55 -0400566#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500567msgid "Suppress messages"
568msgstr "Ausgaben unterdrücken"
569
Theodore Ts'obc759702005-05-09 20:40:55 -0400570#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500571msgid "Unlink"
572msgstr "Unlink"
573
Theodore Ts'obc759702005-05-09 20:40:55 -0400574#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500575msgid "Clear HTree index"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500576msgstr "Bereinige HTree-Index"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500577
Theodore Ts'obc759702005-05-09 20:40:55 -0400578#: e2fsck/problem.c:69
579#, fuzzy
580msgid "Recreate"
581msgstr "Zurücksetzen"
582
583#: e2fsck/problem.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500584msgid "(NONE)"
585msgstr "(NICHTS)"
586
Theodore Ts'obc759702005-05-09 20:40:55 -0400587#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500588msgid "FIXED"
589msgstr "REPARIERT"
590
Theodore Ts'obc759702005-05-09 20:40:55 -0400591#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500592msgid "CLEARED"
593msgstr "BEREINIGT"
594
Theodore Ts'obc759702005-05-09 20:40:55 -0400595#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500596msgid "RELOCATED"
597msgstr "ZURÜCKGESETZT"
598
Theodore Ts'obc759702005-05-09 20:40:55 -0400599#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500600msgid "ALLOCATED"
601msgstr "FREIGEGEBEN"
602
Theodore Ts'obc759702005-05-09 20:40:55 -0400603#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500604msgid "EXPANDED"
605msgstr "ERWEITERT"
606
Theodore Ts'obc759702005-05-09 20:40:55 -0400607#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500608msgid "RECONNECTED"
609msgstr "WIEDER VERBUNDEN"
610
Theodore Ts'obc759702005-05-09 20:40:55 -0400611#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500612msgid "CREATED"
613msgstr "ANGELEGT"
614
Theodore Ts'obc759702005-05-09 20:40:55 -0400615#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500616msgid "SALVAGED"
617msgstr "GERETTET"
618
Theodore Ts'obc759702005-05-09 20:40:55 -0400619#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500620msgid "TRUNCATED"
621msgstr "BEENDET"
622
Theodore Ts'obc759702005-05-09 20:40:55 -0400623#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500624msgid "INODE CLEARED"
625msgstr "INODE BEREINIGT"
626
Theodore Ts'obc759702005-05-09 20:40:55 -0400627#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500628msgid "ABORTED"
629msgstr "ABGEBROCHEN"
630
Theodore Ts'obc759702005-05-09 20:40:55 -0400631#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500632msgid "SPLIT"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500633msgstr "ABGESPALTET"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500634
Theodore Ts'obc759702005-05-09 20:40:55 -0400635#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500636msgid "CONTINUING"
637msgstr "SETZE FORT"
638
Theodore Ts'obc759702005-05-09 20:40:55 -0400639#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400640#, fuzzy
641msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500642msgstr "DOPPELTE/DEFEKTE BLÖCKE DUPLIZIERT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500643
Theodore Ts'obc759702005-05-09 20:40:55 -0400644#: e2fsck/problem.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500645msgid "FILE DELETED"
646msgstr "DATEI GELÖSCHT"
647
Theodore Ts'obc759702005-05-09 20:40:55 -0400648#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500649msgid "SUPPRESSED"
650msgstr "UNTERDRÜCKT"
651
Theodore Ts'obc759702005-05-09 20:40:55 -0400652#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500653msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500654msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500655
Theodore Ts'obc759702005-05-09 20:40:55 -0400656#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500657msgid "HTREE INDEX CLEARED"
658msgstr "HTREE INDEX BEREINIGT"
659
Theodore Ts'obc759702005-05-09 20:40:55 -0400660#: e2fsck/problem.c:97
661#, fuzzy
662msgid "WILL RECREATE"
663msgstr "ANGELEGT"
664
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400665#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400666#: e2fsck/problem.c:106
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500667msgid "@b @B for @g %g is not in @g. (@b %b)\n"
668msgstr "@b @B für @g %g ist nicht in @g. (@b %b)\n"
669
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400670#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400671#: e2fsck/problem.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500672msgid "@i @B for @g %g is not in @g. (@b %b)\n"
673msgstr "@i @B für @g %g ist nicht in @g. (@b %b)\n"
674
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400675#. @-expanded: inode table for group %g is not in group. (block %b)\n
676#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400677#: e2fsck/problem.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500678msgid ""
679"@i table for @g %g is not in @g. (@b %b)\n"
680"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
681msgstr ""
682"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500683"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500684
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400685#. @-expanded: \n
686#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
687#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
688#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
689#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
690#. @-expanded: e2fsck -b %S <device>\n
691#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400692#: e2fsck/problem.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500693#, c-format
694msgid ""
695"\n"
696"The @S could not be read or does not describe a correct ext2\n"
697"@f. If the @v is valid and it really contains an ext2\n"
698"@f (and not swap or ufs or something else), then the @S\n"
699"is corrupt, and you might try running e2fsck with an alternate @S:\n"
700" e2fsck -b %S <@v>\n"
701"\n"
702msgstr ""
703"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500704"@S ist unlesbar bzw. beschreibt kein gültiges ext2\n"
705"@f. Wenn @v gültig ist und ein ext2\n"
706"@f (kein swap oder ufs usw.) enthält, dann ist der @S\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500707"beschädigt, und sie könnten e2fsck mit einem anderen @S:\n"
708" e2fsck -b %S <@v>\n"
709"\n"
710
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400711#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
712#. @-expanded: The physical size of the device is %c blocks\n
713#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400714#: e2fsck/problem.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500715msgid ""
716"The @f size (according to the @S) is %b @bs\n"
717"The physical size of the @v is %c @bs\n"
718"Either the @S or the partition table is likely to be corrupt!\n"
719msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500720"Die @f Größe ( laut @S) ist %b @bs\n"
721"Die physikalische Größe von @v ist %c @bs\n"
722"Entweder der @S oder die Partionstabelle ist beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500723
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400724#. @-expanded: superblock block_size = %b, fragsize = %c.\n
725#. @-expanded: This version of e2fsck does not support fragment sizes different\n
726#. @-expanded: from the block size.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400727#: e2fsck/problem.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500728msgid ""
729"@S @b_size = %b, fragsize = %c.\n"
730"This version of e2fsck does not support fragment sizes different\n"
731"from the @b size.\n"
732msgstr ""
733"@S @b_size = %b, fragsize = %c.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500734"Diese Version von e2fsck unterstützt keine von @b-Größen verschiedene "
735"Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500736
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400737#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400738#: e2fsck/problem.c:144
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500739msgid "@S @bs_per_group = %b, should have been %c\n"
740msgstr "@S @bs_per_group = %b, sollte %c sein.\n"
741
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400742#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400743#: e2fsck/problem.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500744msgid "@S first_data_@b = %b, should have been %c\n"
745msgstr "@S first_data_@b = %b, sollte %c haben.\n"
746
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400747#. @-expanded: filesystem did not have a UUID; generating one.\n
748#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400749#: e2fsck/problem.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500750msgid ""
751"@f did not have a UUID; generating one.\n"
752"\n"
753msgstr ""
754"@f hat keinen UUID ; generiere einen.\n"
755"\n"
756
Theodore Ts'obc759702005-05-09 20:40:55 -0400757#: e2fsck/problem.c:159
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400758#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500759msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400760"Note: if several inode or block bitmap blocks or part\n"
761"of the inode table require relocation, you may wish to try\n"
762"running e2fsck with the '-b %S' option first. The problem\n"
763"may lie only with the primary block group descriptors, and\n"
764"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500765"\n"
766msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500767"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
768"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
769"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
770"mit der Option '-b %S' zu starten. Das Problem könnte\n"
771"im primären Blockgruppenbezeichner liegen, und seine\n"
772"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500773"\n"
774
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400775#. @-expanded: Corruption found in superblock. (%s = %N).\n
776#: e2fsck/problem.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500777msgid "Corruption found in @S. (%s = %N).\n"
778msgstr "Beschädigung gefunden in @S. (%s = %N).\n"
779
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400780#. @-expanded: Error determining size of the physical device: %m\n
781#: e2fsck/problem.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500782#, c-format
783msgid "Error determining size of the physical @v: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500784msgstr "Fehler bei der Feststellung der Größe des physikalischen @v: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500785
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400786#. @-expanded: inode count in superblock is %i, should be %j.\n
787#: e2fsck/problem.c:178
788#, fuzzy
789msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500790msgstr "@i Anzahl in @S ist %i, sollte %j sein.\n"
791
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400792#: e2fsck/problem.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500793msgid "The Hurd does not support the filetype feature.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500794msgstr "Der Hurd unterstützt das Dateityp-Feature nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500795
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400796#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
797#: e2fsck/problem.c:187
798#, fuzzy, c-format
799msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500800msgstr "@S hat einen defekten ext3 @j (@i %i).\n"
801
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400802#. @-expanded: External journal has multiple filesystem users (unsupported).\n
803#: e2fsck/problem.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500804msgid "External @j has multiple @f users (unsupported).\n"
805msgstr "Externer @j hat mehrere @f Nutzer (nicht unterstützt).\n"
806
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400807#. @-expanded: Can't find external journal\n
808#: e2fsck/problem.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500809msgid "Can't find external @j\n"
810msgstr "Kann kein externes @j finden.\n"
811
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400812#. @-expanded: External journal has bad superblock\n
813#: e2fsck/problem.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500814msgid "External @j has bad @S\n"
815msgstr "Externes @j hat ungültigen @S\n"
816
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400817#. @-expanded: External journal does not support this filesystem\n
818#: e2fsck/problem.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500819msgid "External @j does not support this @f\n"
820msgstr "Externes @j unterstützt nicht @f\n"
821
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400822#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
823#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
824#. @-expanded: format.\n
825#. @-expanded: It is also possible the journal superblock is corrupt.\n
826#: e2fsck/problem.c:212
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500827msgid ""
828"Ext3 @j @S is unknown type %N (unsupported).\n"
829"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
830"format.\n"
831"It is also possible the @j @S is corrupt.\n"
832msgstr ""
833"Ext3 @j @S ist eine unbekannter Type %N (nicht unterstützt).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500834"Es ist möglich, dass ihr e2fsck älter ist und/oder dieses @j Format nicht "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500835"unterstützt.\n"
836"Es ist ebenso möglich, dass @j @S defekt ist.\n"
837
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400838#. @-expanded: Ext3 journal superblock is corrupt.\n
839#: e2fsck/problem.c:220
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500840msgid "Ext3 @j @S is corrupt.\n"
841msgstr "Ext3 @j @S ist defekt.\n"
842
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400843#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
844#: e2fsck/problem.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500845#, c-format
846msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
847msgstr "@S hat kein has_@j Flag, aber ein ext3 @j %s.\n"
848
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400849#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
850#: e2fsck/problem.c:230
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500851msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500852msgstr "@S hat das ext3 'needs_recovery'-Flag gesetzt, aber kein @j.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500853
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400854#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
855#: e2fsck/problem.c:235
856#, fuzzy
857msgid "ext3 recovery flag is clear, but @j has data.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500858msgstr "ext3 Recovery-Flag sauber, aber das @j enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500859
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400860#. @-expanded: Clear journal
861#: e2fsck/problem.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500862msgid "Clear @j"
863msgstr "Bereinige @j"
864
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400865#. @-expanded: Run journal anyway
866#: e2fsck/problem.c:245
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500867msgid "Run @j anyway"
868msgstr "Starte @j trotzdem"
869
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400870#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
871#: e2fsck/problem.c:250
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500872msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500873msgstr ""
874"Recovery-Flag in Backup @S nicht gesetzt, @j wird trotzdem gestartet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500875
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400876#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
877#: e2fsck/problem.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500878msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
879msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
880
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400881#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
882#: e2fsck/problem.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500883msgid "@I @b #%B (%b) found in @o @i %i.\n"
884msgstr "@I @b #%B (%b) gefunden in @o @i %i.\n"
885
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400886#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
887#: e2fsck/problem.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500888msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500889msgstr "bereits bereinigt @b #%B (%b) gefunden in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500890
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400891#. @-expanded: illegal orphaned inode %i in superblock.\n
892#: e2fsck/problem.c:270
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500893#, c-format
894msgid "@I @o @i %i in @S.\n"
895msgstr "@I @o @i %i in @S.\n"
896
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400897#. @-expanded: illegal inode %i in orphaned inode list.\n
898#: e2fsck/problem.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500899#, c-format
900msgid "@I @i %i in @o @i list.\n"
901msgstr "@I @i %i in @o @i Liste.\n"
902
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400903#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
904#: e2fsck/problem.c:280 e2fsck/problem.c:594
905msgid "@f has feature flag(s) set, but is a revision 0 @f. "
906msgstr ""
907
908#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
909#: e2fsck/problem.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500910msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
911msgstr "Ext3 @j @S hat ein unbekanntes Nur-Lesen-Flag gesetzt.\n"
912
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400913#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
914#: e2fsck/problem.c:290
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500915msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
916msgstr "Ext3 @j @S hat ein unbekanntes Inkompatibel-Flag gesetzt.\n"
917
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400918#. @-expanded: journal version not supported by this e2fsck.\n
919#: e2fsck/problem.c:295
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500920msgid "@j version not supported by this e2fsck.\n"
921msgstr "@j Version wird von diesem e2fsck nicht unterstützt.\n"
922
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400923#. @-expanded: Moving journal from /%s to hidden inode.\n
924#. @-expanded: \n
925#: e2fsck/problem.c:300
926#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500927msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400928"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500929"\n"
930msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500931"Verschiebe @j von /%s zum versteckten Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500932"\n"
933
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400934#. @-expanded: Error moving journal: %m\n
935#. @-expanded: \n
936#: e2fsck/problem.c:305
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500937#, c-format
938msgid ""
939"Error moving @j: %m\n"
940"\n"
941msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500942"Fehler beim Verschieben von @j: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500943"\n"
944
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400945#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
946#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
947#. @-expanded: \n
948#: e2fsck/problem.c:310
949#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500950msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400951"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500952"Clearing fields beyond the V1 @j @S...\n"
953"\n"
954msgstr ""
955"Fand unvollständige V2 @j @S Felder (vom V1 Journal).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500956"Bereinige die Felder hinter V1 @j @S...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500957"\n"
958
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400959#. @-expanded: Backing up journal inode block information.\n
960#. @-expanded: \n
961#: e2fsck/problem.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500962msgid ""
963"Backing up @j @i @b information.\n"
964"\n"
965msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -0400966"Sichere @j @i @b Information.\n"
967"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500968
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400969#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
970#. @-expanded: is %N; should be zero.
971#: e2fsck/problem.c:321
Theodore Ts'obc759702005-05-09 20:40:55 -0400972msgid ""
973"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
974"is %N; @s zero. "
975msgstr ""
976
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400977#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
978#: e2fsck/problem.c:327
979msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'obc759702005-05-09 20:40:55 -0400980msgstr ""
981
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400982#. @-expanded: Resize inode not valid.
983#: e2fsck/problem.c:332
Theodore Ts'obc759702005-05-09 20:40:55 -0400984#, fuzzy
985msgid "Resize @i not valid. "
986msgstr "@r ist kein @d. "
987
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400988#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
989#: e2fsck/problem.c:339
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500990msgid "Pass 1: Checking @is, @bs, and sizes\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500991msgstr "Durchgang 1: Prüfe @is, @bs, und Größen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500992
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400993#. @-expanded: root inode is not a directory.
994#: e2fsck/problem.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500995msgid "@r is not a @d. "
996msgstr "@r ist kein @d. "
997
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400998#. @-expanded: root inode has dtime set (probably due to old mke2fs).
999#: e2fsck/problem.c:348
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001000msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001001msgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001002
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001003#. @-expanded: Reserved inode %i (%Q) has invalid mode.
1004#: e2fsck/problem.c:353
1005#, fuzzy
1006msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001007msgstr "Reservierte @i %i %Q hat einen falschen Modus. "
1008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001009#. @-expanded: deleted inode %i has zero dtime.
1010#: e2fsck/problem.c:358
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001011#, c-format
1012msgid "@D @i %i has zero dtime. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001013msgstr "@D @i %i hat \"zero dtime\". "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001014
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001015#. @-expanded: inode %i is in use, but has dtime set.
1016#: e2fsck/problem.c:363
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001017#, c-format
1018msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001019msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001020
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001021#. @-expanded: inode %i is a zero-length directory.
1022#: e2fsck/problem.c:368
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001023#, c-format
1024msgid "@i %i is a @z @d. "
1025msgstr "@i %i ist ein @z @d. "
1026
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001027#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1028#: e2fsck/problem.c:373
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001029msgid "@g %g's @b @B at %b @C.\n"
1030msgstr "@g %g's @b @B auf %b @C.\n"
1031
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001032#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1033#: e2fsck/problem.c:378
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001034msgid "@g %g's @i @B at %b @C.\n"
1035msgstr "@g %g's @i @B auf %b @C.\n"
1036
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001037#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1038#: e2fsck/problem.c:383
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001039msgid "@g %g's @i table at %b @C.\n"
1040msgstr "@g %g's @i Tabelle auf %b @C.\n"
1041
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001042#. @-expanded: group %g's block bitmap (%b) is bad.
1043#: e2fsck/problem.c:388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001044msgid "@g %g's @b @B (%b) is bad. "
1045msgstr "@g %g's @b @B (%b) ist ungültig. "
1046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001047#. @-expanded: group %g's inode bitmap (%b) is bad.
1048#: e2fsck/problem.c:393
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001049msgid "@g %g's @i @B (%b) is bad. "
1050msgstr "@g %g's @i @B (%b) ist ungültig. "
1051
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001052#. @-expanded: inode %i, i_size is %Is, should be %N.
1053#: e2fsck/problem.c:398
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001054msgid "@i %i, i_size is %Is, @s %N. "
1055msgstr "@i %i, i_size ist %Is, @s %N. "
1056
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001057#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1058#: e2fsck/problem.c:403
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001059msgid "@i %i, i_@bs is %Ib, @s %N. "
1060msgstr "@i %i, i_@bs ist %Ib, @s %N. "
1061
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001062#. @-expanded: illegal block #%B (%b) in inode %i.
1063#: e2fsck/problem.c:408
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001064msgid "@I @b #%B (%b) in @i %i. "
1065msgstr "@I @b #%B (%b) in @i %i. "
1066
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001067#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
1068#: e2fsck/problem.c:413
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001069msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1070msgstr "@b #%B (%b) überlappt @f metadata in @i %i. "
1071
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001072#. @-expanded: inode %i has illegal block(s).
1073#: e2fsck/problem.c:418
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001074#, c-format
1075msgid "@i %i has illegal @b(s). "
1076msgstr "@i %i hat unzulässigen @b(s). "
1077
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001078#. @-expanded: Too many illegal blocks in inode %i.\n
1079#: e2fsck/problem.c:423
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001080#, c-format
1081msgid "Too many illegal @bs in @i %i.\n"
1082msgstr "Zu viele unzulässige @bs in @i %i.\n"
1083
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001084#. @-expanded: illegal block #%B (%b) in bad block inode.
1085#: e2fsck/problem.c:428
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001086msgid "@I @b #%B (%b) in bad @b @i. "
1087msgstr "@I @b #%B (%b) in bad @b @i. "
1088
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001089#. @-expanded: Bad block inode has illegal block(s).
1090#: e2fsck/problem.c:433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001091msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001092msgstr "Bad @b @i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001093
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001094#. @-expanded: Duplicate or bad block in use!\n
1095#: e2fsck/problem.c:438
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001096msgid "Duplicate or bad @b in use!\n"
1097msgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
1098
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001099#. @-expanded: Bad block %b used as bad block inode indirect block.
1100#: e2fsck/problem.c:443
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001101msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001102msgstr "Bad @b %b benutzt als bad @b @i indirekt @b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001103
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001104#. @-expanded: \n
1105#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1106#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1107#. @-expanded: in the filesystem.\n
1108#: e2fsck/problem.c:448
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001109msgid ""
1110"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001111"The bad @b @i has probably been corrupted. You probably\n"
1112"should stop now and run e2fsck -c to scan for bad blocks\n"
1113"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001114msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001115"\n"
1116"Defekter @b @i ist wahrscheinlich beschädigt worden. Sie sollten\n"
1117"nun eher innehalten und »e2fsck -c« ausführen, um nach defekten\n"
1118"Blöcken in @f zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001119
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001120#. @-expanded: \n
1121#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1122#: e2fsck/problem.c:455
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001123msgid ""
1124"\n"
1125"If the @b is really bad, the @f can not be fixed.\n"
1126msgstr ""
1127"\n"
1128"Wenn der @b wirklich defekt ist, kann der @f nicht repariert werden.\n"
1129
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001130#. @-expanded: You can remove this block from the bad block list and hope\n
1131#. @-expanded: that the block is really OK. But there are no guarantees.\n
1132#. @-expanded: \n
1133#: e2fsck/problem.c:460
1134#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001135msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001136"You can remove this @b from the bad @b list and hope\n"
1137"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001138"\n"
1139msgstr ""
1140"Sie können @b von der @b - Liste löschen \n"
1141"und hoffen das @b wirklich in Ordnung ist, es \n"
1142"gibt aber KEINE GARANTIEN.\n"
1143"\n"
1144
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001145#. @-expanded: The primary superblock (%b) is on the bad block list.\n
1146#: e2fsck/problem.c:466
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001147msgid "The primary @S (%b) is on the bad @b list.\n"
1148msgstr "Der primäre @S (%b) ist auf der bad @b Liste.\n"
1149
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001150#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1151#: e2fsck/problem.c:471
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001152msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001153msgstr "Block %b im primären Deskriptor @g ist auf der bad @b Liste\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001154
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001155#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1156#: e2fsck/problem.c:477
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001157msgid "Warning: Group %g's @S (%b) is bad.\n"
1158msgstr "Warnung: Gruppe %g's @S (%b) ist ungültig.\n"
1159
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001160#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1161#: e2fsck/problem.c:482
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001162msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001163msgstr "Warnung: Gruppe %g's Kopie vom Deskriptor @g hat einen bad @b (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001164
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001165#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1166#: e2fsck/problem.c:488
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001167msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1168msgstr "Programmfehler? @b #%b verlangt ohne Grund in process_bad_@b.\n"
1169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001170#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1171#: e2fsck/problem.c:494
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001172msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1173msgstr "@A %N grenzt an @b(s) in @b @g %g for %s: %m\n"
1174
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001175#. @-expanded: error allocating block buffer for relocating %s\n
1176#: e2fsck/problem.c:499
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001177#, c-format
1178msgid "@A @b buffer for relocating %s\n"
1179msgstr "@A @b Puffer zum Verschieben %s\n"
1180
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001181#. @-expanded: Relocating group %g's %s from %b to %c...\n
1182#: e2fsck/problem.c:504
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001183msgid "Relocating @g %g's %s from %b to %c...\n"
1184msgstr "Verschiebe @g %g's %s von %b nach %c...\n"
1185
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001186#. @-expanded: Relocating group %g's %s to %c...\n
1187#: e2fsck/problem.c:509
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001188#, c-format
1189msgid "Relocating @g %g's %s to %c...\n"
1190msgstr "Verschiebe @g %g's %s nach %c...\n"
1191
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001192#. @-expanded: Warning: could not read block %b of %s: %m\n
1193#: e2fsck/problem.c:514
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001194msgid "Warning: could not read @b %b of %s: %m\n"
1195msgstr "Warnung: kann @b %b von %s: %m nicht lesen\n"
1196
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001197#. @-expanded: Warning: could not write block %b for %s: %m\n
1198#: e2fsck/problem.c:519
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001199msgid "Warning: could not write @b %b for %s: %m\n"
1200msgstr "Warnung: kann @b %b von %s: %m nicht schreiben\n"
1201
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001202#. @-expanded: error allocating inode bitmap (%N): %m\n
1203#: e2fsck/problem.c:524 e2fsck/problem.c:1251
1204msgid "@A @i @B (%N): %m\n"
1205msgstr "@A @i @B (%N): %m\n"
1206
1207#. @-expanded: error allocating block bitmap (%N): %m\n
1208#: e2fsck/problem.c:529
1209#, fuzzy
1210msgid "@A @b @B (%N): %m\n"
1211msgstr "@A @i @B (%N): %m\n"
1212
1213#. @-expanded: error allocating icount link information: %m\n
1214#: e2fsck/problem.c:534
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001215#, c-format
1216msgid "@A icount link information: %m\n"
1217msgstr "@A icount link information: %m\n"
1218
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001219#. @-expanded: error allocating directory block array: %m\n
1220#: e2fsck/problem.c:539
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001221#, c-format
1222msgid "@A @d @b array: %m\n"
1223msgstr "@A @d @b array: %m\n"
1224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001225#. @-expanded: Error while scanning inodes (%i): %m\n
1226#: e2fsck/problem.c:544
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001227#, c-format
1228msgid "Error while scanning @is (%i): %m\n"
1229msgstr "Fehler während der Suche @is (%i): %m\n"
1230
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001231#. @-expanded: Error while iterating over blocks in inode %i: %m\n
1232#: e2fsck/problem.c:549
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001233#, c-format
1234msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001235msgstr "Fehler beim Iterieren über @bs in @i %i: %m\n"
1236
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001237#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1238#: e2fsck/problem.c:554
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001239msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001240msgstr ""
1241"Fehler beim Speichern von @i count Informationen (@i=%i, count=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001242
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001243#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1244#: e2fsck/problem.c:559
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001245msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001246msgstr "Fehler beim Speichern @d @b Informationen (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001247
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001248#. @-expanded: Error reading inode %i: %m\n
1249#: e2fsck/problem.c:565
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001250#, c-format
1251msgid "Error reading @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001252msgstr "Fehler beim Lesen von @i %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001253
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001254#. @-expanded: inode %i has imagic flag set.
1255#: e2fsck/problem.c:573
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001256#, c-format
1257msgid "@i %i has imagic flag set. "
1258msgstr "@i %i hat Imagic-Flag gesetzt. "
1259
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001260#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1261#. @-expanded: or append-only flag set.
1262#: e2fsck/problem.c:578
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001263#, c-format
1264msgid ""
1265"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1266"or append-only flag set. "
1267msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001268"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001269"oder append-only Flag gesetzt. "
1270
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001271#. @-expanded: inode %i has compression flag set on filesystem without compression support.
1272#: e2fsck/problem.c:584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001273#, c-format
1274msgid "@i %i has @cion flag set on @f without @cion support. "
1275msgstr "@i %i hat @cion Flag gesetzt auf @f ohne @cion Unterstützung. "
1276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001277#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1278#: e2fsck/problem.c:589
1279#, fuzzy, c-format
1280msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1281msgstr ""
1282"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
1283"oder append-only Flag gesetzt. "
1284
1285#. @-expanded: journal inode is not in use, but contains data.
1286#: e2fsck/problem.c:599
1287#, fuzzy
1288msgid "@j @i is not in use, but contains data. "
1289msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
1290
1291#. @-expanded: journal is not regular file.
1292#: e2fsck/problem.c:604
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001293msgid "@j is not regular file. "
1294msgstr "@j ist keine reguläre Datei. "
1295
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001296#. @-expanded: inode %i was part of the orphaned inode list.
1297#: e2fsck/problem.c:609
1298#, fuzzy, c-format
1299msgid "@i %i was part of the @o @i list. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001300msgstr "@i %i war Teil der orphaned @i Liste. "
1301
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001302#. @-expanded: inodes that were part of a corrupted orphan linked list found.
1303#: e2fsck/problem.c:615
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001304msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001305msgstr "@is, die Teile einer defekten Liste mit verwaisten Links waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001306
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001307#. @-expanded: error allocating refcount structure (%N): %m\n
1308#: e2fsck/problem.c:620
1309#, fuzzy
1310msgid "@A refcount structure (%N): %m\n"
1311msgstr "@A icount structure: %m\n"
1312
1313#. @-expanded: Error reading extended attribute block %b for inode %i.
1314#: e2fsck/problem.c:625
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001315msgid "Error reading @a @b %b for @i %i. "
1316msgstr "Fehler beim Lesen @a @b %b for @i %i. "
1317
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001318#. @-expanded: inode %i has a bad extended attribute block %b.
1319#: e2fsck/problem.c:630
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001320msgid "@i %i has a bad @a @b %b. "
1321msgstr "@i %i hat defekten @a @b %b. "
1322
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001323#. @-expanded: Error reading extended attribute block %b (%m).
1324#: e2fsck/problem.c:635
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001325msgid "Error reading @a @b %b (%m). "
1326msgstr "Fehler beim Lesen @a @b %b (%m). "
1327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001328#. @-expanded: extended attribute block %b has reference count %B, should be %N.
1329#: e2fsck/problem.c:640
1330#, fuzzy
1331msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001332msgstr "@a @b %b hat den Referenzzähler %B, richtig wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001333
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001334#. @-expanded: Error writing extended attribute block %b (%m).
1335#: e2fsck/problem.c:645
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001336msgid "Error writing @a @b %b (%m). "
1337msgstr "Fehler beim Schreiben @a @b %b (%m). "
1338
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001339#. @-expanded: extended attribute block %b has h_blocks > 1.
1340#: e2fsck/problem.c:650
1341#, fuzzy
1342msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001343msgstr "@a @b %b hat h_blocks > 1. "
1344
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001345#. @-expanded: error allocating extended attribute block %b.
1346#: e2fsck/problem.c:655
1347#, fuzzy
1348msgid "@A @a @b %b. "
1349msgstr "@I @o @i %i in @S.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001350
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001351#. @-expanded: extended attribute block %b is corrupt (allocation collision).
1352#: e2fsck/problem.c:660
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001353msgid "@a @b %b is corrupt (allocation collision). "
1354msgstr "@a @b %b ist defekt (allocation collision). "
1355
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001356#. @-expanded: extended attribute block %b is corrupt (invalid name).
1357#: e2fsck/problem.c:665
1358#, fuzzy
1359msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001360msgstr "@a @b %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001361
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001362#. @-expanded: extended attribute block %b is corrupt (invalid value).
1363#: e2fsck/problem.c:670
1364#, fuzzy
1365msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001366msgstr "@a @b %b ist defekt (ungültiger Wert). "
1367
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001368#. @-expanded: inode %i is too big.
1369#: e2fsck/problem.c:675
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001370#, c-format
1371msgid "@i %i is too big. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001372msgstr "@i %i ist zu groß. "
1373
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001374#. @-expanded: block #%B (%b) causes directory to be too big.
1375#: e2fsck/problem.c:679
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001376msgid "@b #%B (%b) causes @d to be too big. "
1377msgstr "@b #%B (%b) macht @d zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001378
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001379#. @-expanded: block #%B (%b) causes file to be too big.
1380#: e2fsck/problem.c:684
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001381msgid "@b #%B (%b) causes file to be too big. "
1382msgstr "@b #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001383
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001384#. @-expanded: block #%B (%b) causes symlink to be too big.
1385#: e2fsck/problem.c:689
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001386msgid "@b #%B (%b) causes symlink to be too big. "
1387msgstr "@b #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001388
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001389#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1390#: e2fsck/problem.c:694
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001391#, c-format
1392msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1393msgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
1394
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001395#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1396#: e2fsck/problem.c:699
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001397#, c-format
1398msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1399msgstr "@i %i hat INDEX_FL flag gesetzt, ist aber kein @d.\n"
1400
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001401#. @-expanded: HTREE directory inode %i has an invalid root node.\n
1402#: e2fsck/problem.c:704
1403#, fuzzy, c-format
1404msgid "@h %i has an @n root node.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001405msgstr "@h %i hat einen unvollständigen root node.\n"
1406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001407#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1408#: e2fsck/problem.c:709
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001409msgid "@h %i has an unsupported hash version (%N)\n"
1410msgstr "@h %i hat eine nicht unterstützte hash-Version (%N)\n"
1411
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001412#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1413#: e2fsck/problem.c:714
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001414#, c-format
1415msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001416msgstr "@h %i benutzt einen nicht unterstützten htree root node flag.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001417
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001418#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1419#: e2fsck/problem.c:719
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001420msgid "@h %i has a tree depth (%N) which is too big\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001421msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001422
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001423#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1424#. @-expanded: filesystem metadata.
1425#: e2fsck/problem.c:724
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001426msgid ""
1427"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1428"@f metadata. "
1429msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001430"Defekter @b @i hat einen indirekten @b (%b), der mit\n"
1431"den @f Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001432
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001433#. @-expanded: Resize inode (re)creation failed: %m.
1434#: e2fsck/problem.c:730
Theodore Ts'obc759702005-05-09 20:40:55 -04001435#, c-format
1436msgid "Resize @i (re)creation failed: %m."
1437msgstr ""
1438
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001439#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1440#: e2fsck/problem.c:735
Theodore Ts'obc759702005-05-09 20:40:55 -04001441#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001442msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001443msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1444
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001445#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1446#: e2fsck/problem.c:740
Theodore Ts'obc759702005-05-09 20:40:55 -04001447#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001448msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001449msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1450
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001451#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1452#: e2fsck/problem.c:745
Theodore Ts'obc759702005-05-09 20:40:55 -04001453#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001454msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001455msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1456
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001457#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1458#: e2fsck/problem.c:750
Theodore Ts'obc759702005-05-09 20:40:55 -04001459#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001460msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001461msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1462
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001463#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1464#: e2fsck/problem.c:755
Theodore Ts'obc759702005-05-09 20:40:55 -04001465#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001466msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001467msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1468
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001469#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
1470#: e2fsck/problem.c:760
1471#, fuzzy
1472msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
1473msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1474
1475#. @-expanded: \n
1476#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1477#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1478#: e2fsck/problem.c:767
1479#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001480msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001481"\n"
1482"Running additional passes to resolve @bs claimed by more than one @i...\n"
1483"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001484msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001485"Doppelter @bs gefunden... starte Scan nach doppelten @b.\n"
1486"Durchgang 1B: Suche nach doppelten/defekten @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001487
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001488#. @-expanded: multiply-claimed block(s) in inode %i:
1489#: e2fsck/problem.c:773
1490#, fuzzy, c-format
1491msgid "@m @b(s) in @i %i:"
1492msgstr "@I @b #%B (%b) in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001493
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001494#: e2fsck/problem.c:788
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001495#, c-format
1496msgid "Error while scanning inodes (%i): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001497msgstr "Fehlen beim Prüfen von Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001498
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001499#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1500#: e2fsck/problem.c:793
1501#, fuzzy, c-format
1502msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001503msgstr "@A @i @B (inode_dup_map): %m\n"
1504
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001505#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1506#: e2fsck/problem.c:798
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001507#, c-format
1508msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001509msgstr "Fehler beim Durchlaufen der @bs in @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001510
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001511#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1512#: e2fsck/problem.c:803 e2fsck/problem.c:1119
1513#, fuzzy
1514msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001515msgstr "Fehler bei der Anpassung des refcount für @a @b %b (@i %i): %m\n"
1516
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001517#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks.\n
1518#: e2fsck/problem.c:809
1519#, fuzzy
1520msgid "Pass 1C: Scanning directories for @is with @m @bs.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001521msgstr "Durchgang 1C: Prüfe Verzeichnisse nach @is mit doppelten @bs.\n"
1522
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001523#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1524#: e2fsck/problem.c:815
1525#, fuzzy
1526msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001527msgstr "Durchgang 1D: Gleiche doppelte @bs ab\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001528
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001529#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1530#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
1531#: e2fsck/problem.c:820
1532#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001533msgid ""
1534"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001535" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001536msgstr ""
1537"Datei %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001538" hat %B doppelte @b(s), geteilt mit %N Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001539
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001540#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1541#: e2fsck/problem.c:826
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001542msgid "\t%Q (@i #%i, mod time %IM)\n"
1543msgstr "\t%Q (@i #%i, mod time %IM)\n"
1544
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001545#. @-expanded: \t<filesystem metadata>\n
1546#: e2fsck/problem.c:831
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001547msgid "\t<@f metadata>\n"
1548msgstr "\t<@f metadata>\n"
1549
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001550#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1551#. @-expanded: \n
1552#: e2fsck/problem.c:836
1553#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001554msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001555"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001556"\n"
1557msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001558"(es gibt %N @is, die doppelte/defekte @bs enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001559"\n"
1560
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001561#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1562#. @-expanded: \n
1563#: e2fsck/problem.c:841
1564#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001565msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001567"\n"
1568msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001569"Duplizierte @bs bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001570"\n"
1571
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001572#: e2fsck/problem.c:854
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001573#, c-format
1574msgid "Couldn't clone file: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001575msgstr "Kann die Datei %m nicht klonen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001576
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001577#. @-expanded: Pass 2: Checking directory structure\n
1578#: e2fsck/problem.c:860
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001579msgid "Pass 2: Checking @d structure\n"
1580msgstr "Durchgang 2: Prüfe @d Struktur\n"
1581
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001582#. @-expanded: invalid inode number for '.' in directory inode %i.\n
1583#: e2fsck/problem.c:865
1584#, fuzzy, c-format
1585msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001586msgstr "Falsche @i Nummer für '.' in @d @i %i.\n"
1587
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001588#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1589#: e2fsck/problem.c:870
1590#, fuzzy
1591msgid "@E has @n @i #: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001592msgstr "@E hat falsche @i #: %Di.\n"
1593
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001594#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
1595#: e2fsck/problem.c:875
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001596msgid "@E has @D/unused @i %Di. "
1597msgstr "@E hat @D/unbenutzt @i %Di. "
1598
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001599#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
1600#: e2fsck/problem.c:880
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001601msgid "@E @L to '.' "
1602msgstr "@E @L nach '.' "
1603
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001604#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1605#: e2fsck/problem.c:885
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001606msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001607msgstr "@E zeigt auf @i (%Di) in einem defekten @b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001608
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001609#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1610#: e2fsck/problem.c:890
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001611msgid "@E @L to @d %P (%Di).\n"
1612msgstr "@E @L nach @d %P (%Di).\n"
1613
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001614#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1615#: e2fsck/problem.c:895
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001616msgid "@E @L to the @r.\n"
1617msgstr "@E @L zur @r.\n"
1618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001619#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1620#: e2fsck/problem.c:900
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001621msgid "@E has illegal characters in its name.\n"
1622msgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
1623
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001624#. @-expanded: Missing '.' in directory inode %i.\n
1625#: e2fsck/problem.c:905
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001626#, c-format
1627msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001628msgstr "Fehlende '.' in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001629
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001630#. @-expanded: Missing '..' in directory inode %i.\n
1631#: e2fsck/problem.c:910
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001632#, c-format
1633msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001634msgstr "Fehlende '..' in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001635
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001636#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1637#: e2fsck/problem.c:915
1638#, fuzzy
1639msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001640msgstr "Erster @e '%Dn' (inode=%Di) in @d @i %i (%p) @s '.'\n"
1641
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001642#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1643#: e2fsck/problem.c:920
1644#, fuzzy
1645msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001646msgstr "Zweiter @e '%Dn' (inode=%Di) in @d @i %i @s '..'\n"
1647
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001648#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1649#: e2fsck/problem.c:925
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001650msgid "i_faddr @F %IF, @s zero.\n"
1651msgstr "i_faddr @F %IF, @s null.\n"
1652
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001653#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1654#: e2fsck/problem.c:930
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001655msgid "i_file_acl @F %If, @s zero.\n"
1656msgstr "i_file_acl @F %If, @s null.\n"
1657
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001658#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1659#: e2fsck/problem.c:935
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001660msgid "i_dir_acl @F %Id, @s zero.\n"
1661msgstr "i_dir_acl @F %Id, @s null.\n"
1662
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001663#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1664#: e2fsck/problem.c:940
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001665msgid "i_frag @F %N, @s zero.\n"
1666msgstr "i_frag @F %N, @s null.\n"
1667
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001668#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1669#: e2fsck/problem.c:945
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001670msgid "i_fsize @F %N, @s zero.\n"
1671msgstr "i_fsize @F %N, @s null.\n"
1672
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001673#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1674#: e2fsck/problem.c:950
1675#, fuzzy
1676msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001677msgstr "@i %i (%Q) hat einen falschen Modus (%Im).\n"
1678
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001679#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
1680#: e2fsck/problem.c:955
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001681msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1682msgstr "@d @i %i, @b %B, offset %N: @d defekt\n"
1683
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001684#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
1685#: e2fsck/problem.c:960
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001686msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1687msgstr "@d @i %i, @b %B, offset %N: Dateiname zu lang\n"
1688
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001689#. @-expanded: directory inode %i has an unallocated block #%B.
1690#: e2fsck/problem.c:965
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001691msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001692msgstr "@d @i %i hat einen nicht zugewiesenen @b #%B. "
1693
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001694#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1695#: e2fsck/problem.c:970
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001696#, c-format
1697msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1698msgstr "'.' @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001699
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001700#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1701#: e2fsck/problem.c:975
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001702#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001703msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1704msgstr "'..' @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001705
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001706#. @-expanded: inode %i (%Q) is an illegal character device.\n
1707#: e2fsck/problem.c:980
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001708msgid "@i %i (%Q) is an @I character @v.\n"
1709msgstr "@i %i (%Q) ist ein @I Zeichen @v.\n"
1710
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001711#. @-expanded: inode %i (%Q) is an illegal block device.\n
1712#: e2fsck/problem.c:985
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001713msgid "@i %i (%Q) is an @I @b @v.\n"
1714msgstr "@i %i (%Q) ist ein @I @b @v.\n"
1715
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001716#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1717#: e2fsck/problem.c:990
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001718msgid "@E is duplicate '.' @e.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001719msgstr "@E ist ein doppelter '.' @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001720
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001721#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1722#: e2fsck/problem.c:995
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001723msgid "@E is duplicate '..' @e.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001724msgstr "@E ist ein doppelter '..' @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001725
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001726#: e2fsck/problem.c:1000 e2fsck/problem.c:1276
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001727#, c-format
1728msgid "Internal error: couldn't find dir_info for %i.\n"
1729msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
1730
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001731#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1732#: e2fsck/problem.c:1005
1733#, fuzzy
1734msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001735msgstr "@E hat rec_len von %Dr, sollte %N sein.\n"
1736
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001737#. @-expanded: error allocating icount structure: %m\n
1738#: e2fsck/problem.c:1010
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001739#, c-format
1740msgid "@A icount structure: %m\n"
1741msgstr "@A icount structure: %m\n"
1742
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001743#. @-expanded: Error iterating over directory blocks: %m\n
1744#: e2fsck/problem.c:1015
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001745#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04001746msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001747msgstr "Fehler beim Durchlaufen der @d @bs: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001748
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001749#. @-expanded: Error reading directory block %b (inode %i): %m\n
1750#: e2fsck/problem.c:1020
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001751msgid "Error reading @d @b %b (@i %i): %m\n"
1752msgstr "Lesefehler @d @b %b (@i %i): %m\n"
1753
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001754#. @-expanded: Error writing directory block %b (inode %i): %m\n
1755#: e2fsck/problem.c:1025
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001756msgid "Error writing @d @b %b (@i %i): %m\n"
1757msgstr "Schreibfehler @d @b %b (@i %i): %m\n"
1758
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001759#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
1760#: e2fsck/problem.c:1030
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001761#, c-format
1762msgid "@A new @d @b for @i %i (%s): %m\n"
1763msgstr "@A neu @d @b for @i %i (%s): %m\n"
1764
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001765#. @-expanded: Error deallocating inode %i: %m\n
1766#: e2fsck/problem.c:1035
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001767#, c-format
1768msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001769msgstr "Fehler bei der Freigabe von @i %i: %m\n"
1770
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001771#. @-expanded: directory entry for '.' is big.
1772#: e2fsck/problem.c:1040
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001773msgid "@d @e for '.' is big. "
1774msgstr "@d @e für '.' ist groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001775
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001776#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
1777#: e2fsck/problem.c:1045
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001778msgid "@i %i (%Q) is an @I FIFO.\n"
1779msgstr "@i %i (%Q) ist ein @I FIFO.\n"
1780
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001781#. @-expanded: inode %i (%Q) is an illegal socket.\n
1782#: e2fsck/problem.c:1050
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001783msgid "@i %i (%Q) is an @I socket.\n"
1784msgstr "@i %i (%Q) ist ein @I Socket.\n"
1785
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001786#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
1787#: e2fsck/problem.c:1055
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001788msgid "Setting filetype for @E to %N.\n"
1789msgstr "Setze Dateitype für @E auf %N.\n"
1790
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001791#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
1792#: e2fsck/problem.c:1060
1793#, fuzzy
1794msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001795msgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
1796
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001797#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
1798#: e2fsck/problem.c:1065
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001799msgid "@E has filetype set.\n"
1800msgstr "@E hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001801
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001802#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
1803#: e2fsck/problem.c:1070
1804#, fuzzy
1805msgid "@E has a @z name.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001806msgstr "@E hat einen Namen der Länge Null..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001807
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001808#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
1809#: e2fsck/problem.c:1075
1810#, fuzzy
1811msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001812msgstr "Symlink %Q (@i #%i) is invalid.\n"
1813
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001814#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
1815#: e2fsck/problem.c:1080
1816#, fuzzy
1817msgid "@a @b @F @n (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001818msgstr "@a @b @F ist falsch (%If).\n"
1819
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001820#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
1821#: e2fsck/problem.c:1085
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001822msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
1823msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001824"@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 -05001825
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001826#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
1827#: e2fsck/problem.c:1090
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001828msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001829msgstr "@p @h %d: Node (%B) nicht referenziert\n"
1830
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001831#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
1832#: e2fsck/problem.c:1095
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001833msgid "@p @h %d: node (%B) referenced twice\n"
1834msgstr "@p @h %d: Node (%B) doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001835
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001836#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
1837#: e2fsck/problem.c:1100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001838msgid "@p @h %d: node (%B) has bad min hash\n"
1839msgstr "@p @h %d: node (%B) has bad min hash\n"
1840
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001841#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
1842#: e2fsck/problem.c:1105
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001843msgid "@p @h %d: node (%B) has bad max hash\n"
1844msgstr "@p @h %d: node (%B) has bad max hash\n"
1845
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001846#. @-expanded: invalid HTREE directory inode %d (%q).
1847#: e2fsck/problem.c:1110
1848#, fuzzy
1849msgid "@n @h %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001850msgstr "Invalid @h %d (%q). "
1851
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001852#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
1853#: e2fsck/problem.c:1114
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001854msgid "@p @h %d (%q): bad @b number %b.\n"
1855msgstr "@p @h %d (%q): bad @b number %b.\n"
1856
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001857#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
1858#: e2fsck/problem.c:1124
1859#, fuzzy, c-format
1860msgid "@p @h %d: root node is @n\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001861msgstr "@p @h %d: root node is invalid\n"
1862
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001863#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
1864#: e2fsck/problem.c:1129
1865#, fuzzy
1866msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001867msgstr "@p @h %d: node (%B) has bad limit (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001868
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001869#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
1870#: e2fsck/problem.c:1134
1871#, fuzzy
1872msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001873msgstr "@p @h %d: node (%B) has bad count (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001874
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001875#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
1876#: e2fsck/problem.c:1139
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001877msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001878msgstr "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001879
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001880#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
1881#: e2fsck/problem.c:1144
1882#, fuzzy
1883msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001884msgstr "@p @h %d: node (%B) has bad depth\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001885
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001886#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
1887#: e2fsck/problem.c:1149
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001888msgid "Duplicate @E found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001889msgstr "Doppelte @E gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001890
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001891#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1892#. @-expanded: Rename to %s
1893#: e2fsck/problem.c:1154
Theodore Ts'oddc32a02003-05-03 18:45:55 -04001894#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001895msgid ""
1896"@E has a non-unique filename.\n"
1897"Rename to %s"
1898msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001899"@E hat keinen eindeutigen Dateinnamen.\n"
1900"Benenne in %s um"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001901
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001902#. @-expanded: Duplicate entry '%Dn' found.\n
1903#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1904#. @-expanded: \n
1905#: e2fsck/problem.c:1159
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001906msgid ""
1907"Duplicate @e '%Dn' found.\n"
1908"\tMarking %p (%i) to be rebuilt.\n"
1909"\n"
1910msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001911"Doppelte @e '%Dn' gefunden.\n"
1912"\tMarkiere %p (%i) für die Neuerstellung.\n"
1913"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001914
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001915#. @-expanded: Pass 3: Checking directory connectivity\n
1916#: e2fsck/problem.c:1166
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001917msgid "Pass 3: Checking @d connectivity\n"
1918msgstr "Durchgang 3: Prüfe @d Verknüpfungen\n"
1919
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001920#. @-expanded: root inode not allocated.
1921#: e2fsck/problem.c:1171
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001922msgid "@r not allocated. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001923msgstr "@r nicht zugeordnet. "
1924
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001925#. @-expanded: No room in lost+found directory.
1926#: e2fsck/problem.c:1176
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001927msgid "No room in @l @d. "
1928msgstr "Kein Platz in @l @d. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001929
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001930#. @-expanded: Unconnected directory inode %i (%p)\n
1931#: e2fsck/problem.c:1181
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001932#, c-format
1933msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001934msgstr "Nicht verbundene @d @i %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001935
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001936#. @-expanded: /lost+found not found.
1937#: e2fsck/problem.c:1186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001938msgid "/@l not found. "
1939msgstr "/@l nicht gefunden. "
1940
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001941#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
1942#: e2fsck/problem.c:1191
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001943msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
1944msgstr "'..' in %Q (%i) ist %P (%j), @s %q (%d).\n"
1945
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001946#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
1947#: e2fsck/problem.c:1196
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001948msgid "Bad or non-existent /@l. Cannot reconnect.\n"
1949msgstr "Falscher oder fehlender /@l. Wiederverbinden nicht möglich.\n"
1950
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001951#. @-expanded: Could not expand /lost+found: %m\n
1952#: e2fsck/problem.c:1201
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001953#, c-format
1954msgid "Could not expand /@l: %m\n"
1955msgstr "Erweitern nicht möglich /@l: %m\n"
1956
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001957#: e2fsck/problem.c:1206
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001958#, c-format
1959msgid "Could not reconnect %i: %m\n"
1960msgstr "Wiederverbinden nicht möglich %i: %m\n"
1961
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001962#. @-expanded: Error while trying to find /lost+found: %m\n
1963#: e2fsck/problem.c:1211
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001964#, c-format
1965msgid "Error while trying to find /@l: %m\n"
1966msgstr "Fehler während der Suche nach /@l: %m\n"
1967
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001968#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
1969#: e2fsck/problem.c:1216
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001970#, c-format
1971msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
1972msgstr "ext2fs_new_@b: %m während des Versuches /@l @d zu erzeugen.\n"
1973
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001974#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
1975#: e2fsck/problem.c:1221
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001976#, c-format
1977msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
1978msgstr "ext2fs_new_@i: %m während des Versuches /@l @d zu erzeugen.\n"
1979
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001980#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
1981#: e2fsck/problem.c:1226
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001982#, c-format
1983msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
1984msgstr "ext2fs_new_dir_@b: %m während des Versuches /@l @d zu erzeugen.\n"
1985
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001986#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
1987#: e2fsck/problem.c:1231
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001988#, c-format
1989msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
1990msgstr "ext2fs_write_dir_@b: %m während des Schreibens von @d @b für /@l\n"
1991
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001992#. @-expanded: Error while adjusting inode count on inode %i\n
1993#: e2fsck/problem.c:1236
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001994#, c-format
1995msgid "Error while adjusting @i count on @i %i\n"
1996msgstr "Fehler während der Einstellung von @i count auf @i %i\n"
1997
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001998#. @-expanded: Couldn't fix parent of inode %i: %m\n
1999#. @-expanded: \n
2000#: e2fsck/problem.c:1241
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002001#, c-format
2002msgid ""
2003"Couldn't fix parent of @i %i: %m\n"
2004"\n"
2005msgstr ""
2006"Konnte Parent von @i %i: %m nicht reparieren\n"
2007"\n"
2008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002009#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2010#. @-expanded: \n
2011#: e2fsck/problem.c:1246
2012#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002013msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002014"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002015"\n"
2016msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002017"Parent von @i %i konnte nicht repariert werden: \n"
2018"parent @d nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002020#. @-expanded: Error creating root directory (%s): %m\n
2021#: e2fsck/problem.c:1256
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002022#, c-format
2023msgid "Error creating root @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002024msgstr "Fehler beim Erzeugen des root @d (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002025
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002026#. @-expanded: Error creating /lost+found directory (%s): %m\n
2027#: e2fsck/problem.c:1261
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002028#, c-format
2029msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002030msgstr "Fehler beim Erzeugen des /@l @d (%s): %m\n"
2031
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002032#. @-expanded: root inode is not a directory; aborting.\n
2033#: e2fsck/problem.c:1266
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002034msgid "@r is not a @d; aborting.\n"
2035msgstr "@r ist kein @d; breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002036
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002037#. @-expanded: Cannot proceed without a root inode.\n
2038#: e2fsck/problem.c:1271
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002039msgid "Cannot proceed without a @r.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002040msgstr "Kann ohne @r nicht fortsetzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002041
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002042#. @-expanded: /lost+found is not a directory (ino=%i)\n
2043#: e2fsck/problem.c:1281
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002044#, c-format
2045msgid "/@l is not a @d (ino=%i)\n"
2046msgstr "/@l ist kein @d (ino=%i)\n"
2047
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002048#: e2fsck/problem.c:1288
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002049msgid "Pass 3A: Optimizing directories\n"
2050msgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2051
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002052#: e2fsck/problem.c:1293
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002053#, c-format
2054msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002055msgstr "dirs_to_hash iterator konnte nicht erzeugt werden: %m"
2056
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002057#: e2fsck/problem.c:1298
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002058msgid "Failed to optimize directory %q (%d): %m"
2059msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002060
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002061#: e2fsck/problem.c:1303
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002062msgid "Optimizing directories: "
2063msgstr "Optimiere Verzeichnisse: "
2064
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002065#: e2fsck/problem.c:1320
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002066msgid "Pass 4: Checking reference counts\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002067msgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002068
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002069#. @-expanded: unattached zero-length inode %i.
2070#: e2fsck/problem.c:1325
2071#, fuzzy, c-format
2072msgid "@u @z @i %i. "
2073msgstr "@I @o @i %i in @S.\n"
2074
2075#. @-expanded: unattached inode %i\n
2076#: e2fsck/problem.c:1330
2077#, c-format
2078msgid "@u @i %i\n"
2079msgstr ""
2080
2081#. @-expanded: inode %i ref count is %Il, should be %N.
2082#: e2fsck/problem.c:1335
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002083msgid "@i %i ref count is %Il, @s %N. "
2084msgstr "@i %i Prüfsumme ist %Il, @s %N. "
2085
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002086#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2087#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2088#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2089#: e2fsck/problem.c:1339
2090#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002091msgid ""
2092"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2093"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002094"@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 -05002095msgstr ""
2096"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
2097"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (LIVE) DATEISYSTEM.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002098"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten gleich "
2099"sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002100
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002101#. @-expanded: Pass 5: Checking group summary information\n
2102#: e2fsck/problem.c:1349
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002103msgid "Pass 5: Checking @g summary information\n"
2104msgstr "Durchgang 5: Überprüfe @g Zusammenfassung\n"
2105
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002106#. @-expanded: Padding at end of inode bitmap is not set.
2107#: e2fsck/problem.c:1354
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002108msgid "Padding at end of @i @B is not set. "
2109msgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
2110
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002111#. @-expanded: Padding at end of block bitmap is not set.
2112#: e2fsck/problem.c:1359
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002113msgid "Padding at end of @b @B is not set. "
2114msgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
2115
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002116#. @-expanded: block bitmap differences:
2117#: e2fsck/problem.c:1364
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002118msgid "@b @B differences: "
2119msgstr "@b @B differieren: "
2120
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002121#. @-expanded: inode bitmap differences:
2122#: e2fsck/problem.c:1384
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002123msgid "@i @B differences: "
2124msgstr "@i @B differieren: "
2125
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002126#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2127#: e2fsck/problem.c:1404
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002128msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2129msgstr "Freie @is Anzahl ist falsch für @g #%g (%i, counted=%j).\n"
2130
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002131#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2132#: e2fsck/problem.c:1409
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002133msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2134msgstr "Verzeichnisanzahl ist falsch für @g #%g (%i, counted=%j).\n"
2135
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002136#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2137#: e2fsck/problem.c:1414
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002138msgid "Free @is count wrong (%i, counted=%j).\n"
2139msgstr "Freie @is Anzahl ist falsch (%i, counted=%j).\n"
2140
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002141#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2142#: e2fsck/problem.c:1419
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002143msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2144msgstr "Freie @bs Anzahl ist falsch @g #%g (%b, counted=%c).\n"
2145
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002146#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2147#: e2fsck/problem.c:1424
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002148msgid "Free @bs count wrong (%b, counted=%c).\n"
2149msgstr "Freie @bs Anzahl ist falsch (%b, counted=%c).\n"
2150
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002151#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2152#. @-expanded: endpoints (%i, %j)\n
2153#: e2fsck/problem.c:1429
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002154msgid ""
2155"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2156"endpoints (%i, %j)\n"
2157msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002158"PROGRAMMIERFEHLER: @f (#%N) @B Endpunkte (%b, %c) passen nicht zu den "
2159"berechneten @B Endpunkten (%i, %j)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002160
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002161#: e2fsck/problem.c:1435
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002162msgid "Internal error: fudging end of bitmap (%N)\n"
2163msgstr "Interner Fehler: fudging end of bitmap (%N)\n"
2164
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002165#. @-expanded: Error copying in replacement inode bitmap: %m\n
2166#: e2fsck/problem.c:1440
2167#, fuzzy, c-format
2168msgid "Error copying in replacement @i @B: %m\n"
2169msgstr "Fehler beim Lesen von @i %i: %m\n"
2170
2171#. @-expanded: Error copying in replacement block bitmap: %m\n
2172#: e2fsck/problem.c:1445
2173#, c-format
2174msgid "Error copying in replacement @b @B: %m\n"
2175msgstr ""
2176
2177#: e2fsck/problem.c:1569
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002178#, c-format
2179msgid "Unhandled error code (0x%x)!\n"
2180msgstr "Unbenutzter Fehlercode (0x%x)!\n"
2181
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002182#: e2fsck/problem.c:1642
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002183msgid "IGNORED"
2184msgstr "IGNORIERT"
2185
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002186#: e2fsck/scantest.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002187#, c-format
2188msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2189msgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2190
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002191#: e2fsck/scantest.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002192#, c-format
2193msgid "size of inode=%d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002194msgstr "Größe des Inode=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002195
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002196#: e2fsck/scantest.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002197msgid "while starting inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002198msgstr "beim Starten der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002199
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002200#: e2fsck/scantest.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002201msgid "while doing inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002202msgstr "während der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002203
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002204#: e2fsck/super.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002205#, c-format
2206msgid "while calling ext2fs_block_iterate for inode %d"
2207msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
2208
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002209#: e2fsck/super.c:223
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002210#, c-format
2211msgid "while calling ext2fs_adjust_ea_refocunt for inode %d"
2212msgstr "while calling ext2fs_adjust_ea_refocunt for inode %d"
2213
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002214#: e2fsck/super.c:281
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002215msgid "Truncating"
2216msgstr "Kürze"
2217
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002218#: e2fsck/super.c:282
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002219msgid "Clearing"
2220msgstr "Bereinige"
2221
2222#: e2fsck/swapfs.c:98
2223msgid "while calling ext2fs_block_iterate"
2224msgstr "während des Aufrufs von ext2fs_block_iterate"
2225
2226#: e2fsck/swapfs.c:104
2227msgid "while calling iterator function"
2228msgstr "während des Aufrufs der Iterator-Funktion"
2229
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002230#: e2fsck/swapfs.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002231msgid "while allocating inode buffer"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002232msgstr "beim Zuweisen des Inode-Puffers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002233
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002234#: e2fsck/swapfs.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002235#, c-format
2236msgid "while reading inode table (group %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002237msgstr "beim Lesen der Inode-Tabelle (Gruppe %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002238
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002239#: e2fsck/swapfs.c:176
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002240#, c-format
2241msgid "while writing inode table (group %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002242msgstr "beim Schreiben der Inode-Tabelle (Gruppe %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002243
Theodore Ts'obc759702005-05-09 20:40:55 -04002244#: e2fsck/swapfs.c:223
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002245#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002246msgid "Pass 0: Doing byte-swap of filesystem\n"
2247msgstr "Durchgang 0: Byte-Swap des Dateisystems\n"
2248
Theodore Ts'obc759702005-05-09 20:40:55 -04002249#: e2fsck/swapfs.c:230
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002250#, c-format
2251msgid ""
2252"%s: the filesystem must be freshly checked using fsck\n"
2253"and not mounted before trying to byte-swap it.\n"
2254msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002255"%s: Das Dateisystem muss mit fsck neu überprüft werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002256"und darf vor dem Byte-Swap nicht mehr eingehängt werden.\n"
2257
Theodore Ts'obc759702005-05-09 20:40:55 -04002258#: e2fsck/swapfs.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002259msgid "Byte swap"
2260msgstr "Byte Swap"
2261
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002262#: e2fsck/unix.c:74
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002263#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002264msgid ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002265"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002266"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2267"\t\t[-l|-L bad_blocks_file] [-C fd] [-j ext-journal]\n"
2268"\t\t[-E extended-options] device\n"
2269msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002270"Verwendung: %s [-panyrcdfvstFSV] [-b Superblock] [-B Blockgröße]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002271"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2272"\t\t[-l|-L bad_blocks_file] [-C fd] [-j ext-journal]\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002273"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002274
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002275#: e2fsck/unix.c:80
2276#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002277msgid ""
2278"\n"
2279"Emergency help:\n"
2280" -p Automatic repair (no questions)\n"
2281" -n Make no changes to the filesystem\n"
2282" -y Assume \"yes\" to all questions\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002283" -c Check for bad blocks and add them to the badblock "
2284"list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002285" -f Force checking even if filesystem is marked clean\n"
2286msgstr ""
2287"\n"
2288"Notfallhile:\n"
2289" -p automatische Reparatur (keine Fragen)\n"
2290" -n keine Veränderungen am Dateisystem vornehmen\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002291" -y \" Ja \" auf alle Fragen annehmen\n"
2292" -c suche nach defekten Blöcken\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002293" -f erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
2294
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002295#: e2fsck/unix.c:86
2296#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002297msgid ""
2298" -v Be verbose\n"
2299" -b superblock Use alternative superblock\n"
2300" -B blocksize Force blocksize when looking for superblock\n"
2301" -j external-journal Set location of the external journal\n"
2302" -l bad_blocks_file Add to badblocks list\n"
2303" -L bad_blocks_file Set badblocks list\n"
2304msgstr ""
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002305" -v sei gesprächig\n"
2306" -b Superbloc Nutze Superblockkopie\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002307" -B Blockgröße erzwinge Blockgröße beim Suchen vom Superblock\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002308" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
2309" -l bad_blocks_file zur Liste der defekten Blöcke hinzufügen\n"
2310" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002311
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002312#: e2fsck/unix.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002313#, c-format
2314msgid "%s: %d/%d files (%0d.%d%% non-contiguous), %d/%d blocks\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002315msgstr "%s: %d/%d Dateien (%0d.%d%% nicht zusammenhängend), %d/%d Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002316
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002317#: e2fsck/unix.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002318#, c-format
2319msgid " # of inodes with ind/dind/tind blocks: %d/%d/%d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002320msgstr " # von Inodes mit ind/dind/tind Blöcken: %d/%d/%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002321
Theodore Ts'obc759702005-05-09 20:40:55 -04002322#: e2fsck/unix.c:176 misc/badblocks.c:779 misc/tune2fs.c:791 misc/util.c:151
2323#: resize/main.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002324#, c-format
2325msgid "while determining whether %s is mounted."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002326msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002327
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002328#: e2fsck/unix.c:191
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002329#, c-format
2330msgid "Warning! %s is mounted.\n"
2331msgstr "Warnung! %s ist eingehängt.\n"
2332
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002333#: e2fsck/unix.c:195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002334#, c-format
2335msgid "%s is mounted. "
2336msgstr "%s ist eingehängt. "
2337
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002338#: e2fsck/unix.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002339msgid ""
2340"Cannot continue, aborting.\n"
2341"\n"
2342msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002343"Fortsetzung nicht möglich, breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002344"\n"
2345
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002346#: e2fsck/unix.c:198
2347#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002348msgid ""
2349"\n"
2350"\n"
2351"WARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2352"SEVERE filesystem damage.\n"
2353"\n"
2354msgstr ""
2355"\n"
2356"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002357"WARNUNG!!! Die Benutzung von e2fsck auf einem eingehängten\n"
2358"Dateisystem kann das Dateisystem STARK BESCHÄDIGEN.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002359"\n"
2360
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002361#: e2fsck/unix.c:201
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002362msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002363msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002364
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002365#: e2fsck/unix.c:203
2366#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002367msgid "check aborted.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002368msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002369
Theodore Ts'obc759702005-05-09 20:40:55 -04002370#: e2fsck/unix.c:266
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002371msgid " contains a file system with errors"
2372msgstr " enthält ein fehlerhaftes Dateisystem"
2373
Theodore Ts'obc759702005-05-09 20:40:55 -04002374#: e2fsck/unix.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002375msgid " was not cleanly unmounted"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002376msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002377
Theodore Ts'obc759702005-05-09 20:40:55 -04002378#: e2fsck/unix.c:272
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002379#, c-format
2380msgid " has been mounted %u times without being checked"
2381msgstr " wurde %u mal ohne Überprüfung eingehängt"
2382
Theodore Ts'obc759702005-05-09 20:40:55 -04002383#: e2fsck/unix.c:280
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002384#, c-format
2385msgid " has gone %u days without being checked"
2386msgstr " wurde %u Tage ohne Überprüfung genutzt"
2387
Theodore Ts'obc759702005-05-09 20:40:55 -04002388#: e2fsck/unix.c:289
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002389msgid ", check forced.\n"
2390msgstr ", Prüfung erzwungen.\n"
2391
Theodore Ts'obc759702005-05-09 20:40:55 -04002392#: e2fsck/unix.c:292
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002393#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002394msgid "%s: clean, %d/%d files, %d/%d blocks"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002395msgstr "%s: i.O., %d/%d Dateien, %d/%d Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002396
Theodore Ts'obc759702005-05-09 20:40:55 -04002397#: e2fsck/unix.c:308
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002398msgid " (check after next mount)"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002399msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002400
Theodore Ts'obc759702005-05-09 20:40:55 -04002401#: e2fsck/unix.c:310
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002402#, c-format
2403msgid " (check in %ld mounts)"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002404msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002405
Theodore Ts'obc759702005-05-09 20:40:55 -04002406#: e2fsck/unix.c:456
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002407#, c-format
2408msgid "ERROR: Couldn't open /dev/null (%s)\n"
2409msgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
2410
Theodore Ts'obc759702005-05-09 20:40:55 -04002411#: e2fsck/unix.c:527
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002412#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002413msgid "Invalid EA version.\n"
2414msgstr "Invalid EA version.\n"
2415
Theodore Ts'obc759702005-05-09 20:40:55 -04002416#: e2fsck/unix.c:536
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002417#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002418msgid ""
2419"Extended options are separated by commas, and may take an argument which\n"
2420"is set off by an equals ('=') sign. Valid raid options are:\n"
2421"\tea_ver=<ea_version (1 or 2)\n"
2422"\n"
2423msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002424"Eweiterte Optionen werden komma-getrennt angegeben, sie können ein\n"
2425"Argument erhalten, welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
2426"Gültige Optionen sind:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002427"\tea_ver=<ea_version (1 or 2)\n"
2428"\n"
2429
Theodore Ts'obc759702005-05-09 20:40:55 -04002430#: e2fsck/unix.c:594
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002431#, c-format
2432msgid "Error validating file descriptor %d: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002433msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002434
Theodore Ts'obc759702005-05-09 20:40:55 -04002435#: e2fsck/unix.c:598
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002436msgid "Invalid completion information file descriptor"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002437msgstr "Ungültiger 'completion information'-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002438
Theodore Ts'obc759702005-05-09 20:40:55 -04002439#: e2fsck/unix.c:613
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002440msgid "Only one the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002441msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002442
Theodore Ts'obc759702005-05-09 20:40:55 -04002443#: e2fsck/unix.c:634
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002444#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002445msgid "The -t option is not supported on this version of e2fsck.\n"
2446msgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
2447
Theodore Ts'obc759702005-05-09 20:40:55 -04002448#: e2fsck/unix.c:699
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002449#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002450msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002451msgstr ""
2452"Das Byte-Swapping wurde in diese Version von e2fsck nicht einkompiliert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002453
Theodore Ts'obc759702005-05-09 20:40:55 -04002454#: e2fsck/unix.c:722 misc/tune2fs.c:458 misc/tune2fs.c:716 misc/tune2fs.c:733
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002455#, c-format
2456msgid "Unable to resolve '%s'"
Theodore Ts'o2eb9e702004-05-04 19:07:18 -04002457msgstr "Nicht möglich »%s« aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002458
Theodore Ts'obc759702005-05-09 20:40:55 -04002459#: e2fsck/unix.c:748
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002460#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002461msgid "Incompatible options not allowed when byte-swapping.\n"
2462msgstr "Inkompatible Optionen sind beim Byte-Swapping nicht erlaubt.\n"
2463
Theodore Ts'obc759702005-05-09 20:40:55 -04002464#: e2fsck/unix.c:755
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002465#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002466msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002467msgstr ""
2468"Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002469
Theodore Ts'obc759702005-05-09 20:40:55 -04002470#: e2fsck/unix.c:833
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002471#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002472msgid "Error: ext2fs library version out of date!\n"
2473msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2474
Theodore Ts'obc759702005-05-09 20:40:55 -04002475#: e2fsck/unix.c:841
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002476msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002477msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002478
Theodore Ts'obc759702005-05-09 20:40:55 -04002479#: e2fsck/unix.c:855
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002480#, c-format
2481msgid "\tUsing %s, %s\n"
2482msgstr "\tBenutze %s, %s\n"
2483
Theodore Ts'obc759702005-05-09 20:40:55 -04002484#: e2fsck/unix.c:867
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002485msgid "need terminal for interactive repairs"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002486msgstr "Benötige ein Terminal für interaktive Reparaturen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002487
Theodore Ts'obc759702005-05-09 20:40:55 -04002488#: e2fsck/unix.c:904
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002489#, c-format
2490msgid "%s trying backup blocks...\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002491msgstr "%s versuche Backup-Blöcke...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002492
Theodore Ts'obc759702005-05-09 20:40:55 -04002493#: e2fsck/unix.c:905
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002494msgid "Couldn't find ext2 superblock,"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002495msgstr "Konnte den ext2-Superblock nicht finden,"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002496
Theodore Ts'obc759702005-05-09 20:40:55 -04002497#: e2fsck/unix.c:906
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002498msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002499msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002500
Theodore Ts'obc759702005-05-09 20:40:55 -04002501#: e2fsck/unix.c:917
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002502#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002503msgid ""
2504"The filesystem revision is apparently too high for this version of e2fsck.\n"
2505"(Or the filesystem superblock is corrupt)\n"
2506"\n"
2507msgstr ""
2508"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002509"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002510"\n"
2511
Theodore Ts'obc759702005-05-09 20:40:55 -04002512#: e2fsck/unix.c:923
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002513#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002514msgid "Could this be a zero-length partition?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002515msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002516
Theodore Ts'obc759702005-05-09 20:40:55 -04002517#: e2fsck/unix.c:925
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002518#, c-format
2519msgid "You must have %s access to the filesystem or be root\n"
2520msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
2521
Theodore Ts'obc759702005-05-09 20:40:55 -04002522#: e2fsck/unix.c:930
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002523#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002524msgid "Possibly non-existent or swap device?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002525msgstr ""
2526"Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002527
Theodore Ts'obc759702005-05-09 20:40:55 -04002528#: e2fsck/unix.c:933
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002529#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002530msgid ""
2531"Disk write-protected; use the -n option to do a read-only\n"
2532"check of the device.\n"
2533msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002534"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
2535"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002536
Theodore Ts'obc759702005-05-09 20:40:55 -04002537#: e2fsck/unix.c:949
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002538msgid "Get a newer version of e2fsck!"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002539msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002540
Theodore Ts'obc759702005-05-09 20:40:55 -04002541#: e2fsck/unix.c:970
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002542#, c-format
2543msgid "while checking ext3 journal for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002544msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002545
Theodore Ts'obc759702005-05-09 20:40:55 -04002546#: e2fsck/unix.c:981
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002547#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002548msgid ""
2549"Warning: skipping journal recovery because doing a read-only filesystem "
2550"check.\n"
2551msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002552"Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-"
2553"Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002554
Theodore Ts'obc759702005-05-09 20:40:55 -04002555#: e2fsck/unix.c:994
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002556#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002557msgid "unable to set superblock flags on %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002558msgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002559
Theodore Ts'obc759702005-05-09 20:40:55 -04002560#: e2fsck/unix.c:1000
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002561#, c-format
2562msgid "while recovering ext3 journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002563msgstr "bei der Wiederherstellung des ext3-Journals von %s"
2564
Theodore Ts'obc759702005-05-09 20:40:55 -04002565#: e2fsck/unix.c:1029
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002566msgid "Warning: compression support is experimental.\n"
2567msgstr "Warnung: Die Kompressionsunterstützung ist experimentell.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002568
Theodore Ts'obc759702005-05-09 20:40:55 -04002569#: e2fsck/unix.c:1034
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002570#, c-format
2571msgid ""
2572"E2fsck not compiled with HTREE support,\n"
2573"\tbut filesystem %s has HTREE directories.\n"
2574msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002575"Die Unterstützung für HTREE wurde in e2fsck nicht aktiviert,\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002576"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
2577
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002578#: e2fsck/unix.c:1078
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002579#, c-format
2580msgid "%s: Filesystem byte order already normalized.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002581msgstr "%s: die Byte-Reihenfolge des Dateisystems wurde schon normalisiert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002582
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002583#: e2fsck/unix.c:1098
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002584msgid "while reading bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002585msgstr "beim Lesen des Bad-Block-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002586
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002587#: e2fsck/unix.c:1100
2588#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002589msgid "This doesn't bode well, but we'll try to go on...\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002590msgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002591
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002592#: e2fsck/unix.c:1107
2593#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002594msgid "Restarting e2fsck from the beginning...\n"
2595msgstr "Beginne e2fsck neu ...\n"
2596
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002597#: e2fsck/unix.c:1111
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002598msgid "while resetting context"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002599msgstr "beim Rücksetzen des Kontexts"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002600
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002601#: e2fsck/unix.c:1118
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002602#, c-format
2603msgid "%s: e2fsck canceled.\n"
2604msgstr "%s: e2fsck abgebrochhen.\n"
2605
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002606#: e2fsck/unix.c:1123
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002607msgid "aborted"
2608msgstr "abgebrochen"
2609
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002610#: e2fsck/unix.c:1131
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002611#, c-format
2612msgid ""
2613"\n"
2614"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2615msgstr ""
2616"\n"
2617"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
2618
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002619#: e2fsck/unix.c:1134
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002620#, c-format
2621msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002622msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002623
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002624#: e2fsck/unix.c:1140
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002625#, c-format
2626msgid ""
2627"\n"
2628"%s: ********** WARNING: Filesystem still has errors **********\n"
2629"\n"
2630msgstr ""
2631"\n"
2632"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
2633"\n"
2634
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002635#: e2fsck/util.c:131 misc/util.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002636msgid "yY"
2637msgstr "yJ"
2638
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002639#: e2fsck/util.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002640msgid "nN"
2641msgstr "nN"
2642
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002643#: e2fsck/util.c:146
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002644msgid "<y>"
2645msgstr "<j>"
2646
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002647#: e2fsck/util.c:148
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002648msgid "<n>"
2649msgstr "<n>"
2650
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002651#: e2fsck/util.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002652msgid " (y/n)"
2653msgstr " (j/n)"
2654
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002655#: e2fsck/util.c:165
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002656msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002657msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002658
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002659#: e2fsck/util.c:180
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002660msgid "yes\n"
2661msgstr "ja\n"
2662
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002663#: e2fsck/util.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002664msgid "no\n"
2665msgstr "nein\n"
2666
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002667#: e2fsck/util.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002668#, c-format
2669msgid ""
2670"%s? no\n"
2671"\n"
2672msgstr ""
2673"%s? nein\n"
2674"\n"
2675
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002676#: e2fsck/util.c:196
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002677#, c-format
2678msgid ""
2679"%s? yes\n"
2680"\n"
2681msgstr ""
2682"%s? ja\n"
2683"\n"
2684
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002685#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002686msgid "yes"
2687msgstr "ja"
2688
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002689#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002690msgid "no"
2691msgstr "nein"
2692
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002693#: e2fsck/util.c:213
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002694#, c-format
2695msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2696msgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
2697
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002698#: e2fsck/util.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002699msgid "reading inode and block bitmaps"
2700msgstr "lese Inode und Block bitmaps"
2701
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002702#: e2fsck/util.c:223
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002703#, c-format
2704msgid "while retrying to read bitmaps for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002705msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002706
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002707#: e2fsck/util.c:235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002708msgid "writing block bitmaps"
2709msgstr "Schreibe Block-Bitmaps"
2710
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002711#: e2fsck/util.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002712#, c-format
2713msgid "while retrying to write block bitmaps for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002714msgstr "während des wiederholten Versuches, Block-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002715
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002716#: e2fsck/util.c:247
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002717msgid "writing inode bitmaps"
2718msgstr "Schreibe Inoden-Bitmaps"
2719
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002720#: e2fsck/util.c:252
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002721#, c-format
2722msgid "while retrying to write inode bitmaps for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002723msgstr "während des wiederholten Versuches, Inode-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002724
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002725#: e2fsck/util.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002726#, c-format
2727msgid ""
2728"\n"
2729"\n"
2730"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2731"\t(i.e., without -a or -p options)\n"
2732msgstr ""
2733"\n"
2734"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002735"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
2736"\t(d.h. ohne -a oder -p Option)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002737
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002738#: e2fsck/util.c:330
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002739#, c-format
2740msgid "Memory used: %dk/%dk (%dk/%dk), "
2741msgstr "benutzter Speicher: %dk/%dk (%dk/%dk), "
2742
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002743#: e2fsck/util.c:334
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002744#, c-format
2745msgid "Memory used: %d, "
2746msgstr "benutzter Speicher: %d, "
2747
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002748#: e2fsck/util.c:340
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002749#, c-format
2750msgid "time: %5.2f/%5.2f/%5.2f\n"
2751msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
2752
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002753#: e2fsck/util.c:345
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002754#, c-format
2755msgid "elapsed time: %6.3f\n"
2756msgstr "abgelaufende Zeit: %6.3f\n"
2757
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002758#: e2fsck/util.c:359
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002759#, c-format
2760msgid "while reading inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002761msgstr "beim Lesen von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002762
Theodore Ts'obc759702005-05-09 20:40:55 -04002763#: e2fsck/util.c:373 e2fsck/util.c:386
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002764#, c-format
2765msgid "while writing inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002766msgstr "beim Schreiben von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002767
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002768#: misc/badblocks.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002769msgid "done \n"
2770msgstr "erledigt \n"
2771
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002772#: misc/badblocks.c:78
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002773#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002774msgid ""
2775"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002776" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2777"[...]]]\n"
2778" device [last_block [start_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002779msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002780"Verwendung: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002781" [-c Blöcke_auf_einmal] [-p Durchgänge ] [-t Testpattern [-t Testpattern "
2782"[...]]]\n"
2783" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002784
Theodore Ts'obc759702005-05-09 20:40:55 -04002785#: misc/badblocks.c:225
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002786msgid "Testing with random pattern: "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002787msgstr "Teste mit zufälligen Mustern: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002788
Theodore Ts'obc759702005-05-09 20:40:55 -04002789#: misc/badblocks.c:243
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002790msgid "Testing with pattern 0x"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002791msgstr "Teste mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002792
Theodore Ts'obc759702005-05-09 20:40:55 -04002793#: misc/badblocks.c:268 misc/badblocks.c:297
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002794msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002795msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002796
Theodore Ts'obc759702005-05-09 20:40:55 -04002797#: misc/badblocks.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002798#, c-format
2799msgid "Weird value (%ld) in do_read\n"
2800msgstr "Merkwürdiger Wert (%ld) in do_read\n"
2801
Theodore Ts'obc759702005-05-09 20:40:55 -04002802#: misc/badblocks.c:317
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002803msgid "during ext2fs_sync_device"
2804msgstr "während ext2fs_sync_device"
2805
Theodore Ts'obc759702005-05-09 20:40:55 -04002806#: misc/badblocks.c:333 misc/badblocks.c:571
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002807msgid "while beginning bad block list iteration"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002808msgstr "beim Beginn des 'Bad Block'-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002809
Theodore Ts'obc759702005-05-09 20:40:55 -04002810#: misc/badblocks.c:347 misc/badblocks.c:437 misc/badblocks.c:581
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002811msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002812msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002813
Theodore Ts'obc759702005-05-09 20:40:55 -04002814#: misc/badblocks.c:351
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002815#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002816msgid "Checking blocks %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002817msgstr "Prüfe von Block %lu bis %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002818
Theodore Ts'obc759702005-05-09 20:40:55 -04002819#: misc/badblocks.c:355
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002820msgid "Checking for bad blocks in read-only mode\n"
2821msgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
2822
Theodore Ts'obc759702005-05-09 20:40:55 -04002823#: misc/badblocks.c:364
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002824msgid "Checking for bad blocks (read-only test): "
2825msgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
2826
Theodore Ts'obc759702005-05-09 20:40:55 -04002827#: misc/badblocks.c:444
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002828msgid "Checking for bad blocks in read-write mode\n"
2829msgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
2830
Theodore Ts'obc759702005-05-09 20:40:55 -04002831#: misc/badblocks.c:446 misc/badblocks.c:594
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002832#, c-format
2833msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002834msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002835
Theodore Ts'obc759702005-05-09 20:40:55 -04002836#: misc/badblocks.c:497
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002837msgid "Reading and comparing: "
2838msgstr "Lesen und Vergleichen:"
2839
Theodore Ts'obc759702005-05-09 20:40:55 -04002840#: misc/badblocks.c:593
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002841msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002842msgstr ""
2843"Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002844
Theodore Ts'obc759702005-05-09 20:40:55 -04002845#: misc/badblocks.c:597
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002846msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002847msgstr ""
2848"Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002849
Theodore Ts'obc759702005-05-09 20:40:55 -04002850#: misc/badblocks.c:604
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002851msgid ""
2852"\n"
2853"Interrupt caught, cleaning up\n"
2854msgstr ""
2855"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002856"Unterbrochen, räume auf\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002857
Theodore Ts'obc759702005-05-09 20:40:55 -04002858#: misc/badblocks.c:674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002859#, c-format
2860msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002861msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002862
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002863#: misc/badblocks.c:784 misc/util.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002864#, c-format
2865msgid "%s is mounted; "
2866msgstr "%s ist eingehängt; "
2867
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002868#: misc/badblocks.c:786
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002869msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002870msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002871"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002872
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002873#: misc/badblocks.c:791
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002874msgid "it's not safe to run badblocks!\n"
2875msgstr "es ist zu unsicher, Badblocks zu starten!\n"
2876
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002877#: misc/badblocks.c:796 misc/util.c:167
2878#, c-format
2879msgid "%s is apparently in use by the system; "
2880msgstr ""
2881
2882#: misc/badblocks.c:799
2883#, fuzzy
2884msgid "badblocks forced anyway.\n"
2885msgstr ""
2886"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
2887
2888#: misc/badblocks.c:861
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002889#, c-format
2890msgid "bad block size - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002891msgstr "bad block Größe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002892
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002893#: misc/badblocks.c:918
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002894#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002895msgid "can't allocate memory for test_pattern - %s"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002896msgstr "Kann keinen Speicher für Testpattern reservieren - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002897
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002898#: misc/badblocks.c:932
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002899#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002900msgid "invalid test_pattern: %s\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002901msgstr "Ungültiges Testpattern: %s\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002902
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002903#: misc/badblocks.c:948
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002904msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002905msgstr "Es darf im Nur-Lesen-Modus nur ein Testpattern angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002906
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002907#: misc/badblocks.c:954
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002908msgid "Random test_pattern is not allowed in read-only mode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002909msgstr "Zufälliges Testpattern ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002910
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002911#: misc/badblocks.c:968
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002912msgid ""
2913"Couldn't determine device size; you must specify\n"
2914"the size manually\n"
2915msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002916"Größe des Gerätes nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002917
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002918#: misc/badblocks.c:974
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002919msgid "while trying to determine device size"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002920msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002921
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002922#: misc/badblocks.c:980 misc/mke2fs.c:1223
Theodore Ts'obc759702005-05-09 20:40:55 -04002923#, fuzzy, c-format
2924msgid "invalid blocks count - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002925msgstr "Bad Blocks Anzahl - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002926
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002927#: misc/badblocks.c:989
Theodore Ts'obc759702005-05-09 20:40:55 -04002928#, fuzzy, c-format
2929msgid "invalid starting block - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002930msgstr "Defekter Startblock - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002931
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002932#: misc/badblocks.c:995
Theodore Ts'obc759702005-05-09 20:40:55 -04002933#, fuzzy, c-format
2934msgid "invalid blocks range: %lu-%lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002935msgstr "Bad Blocks Bereich: %lu-%lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002936
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002937#: misc/badblocks.c:1050
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002938msgid "creating in-memory bad blocks list"
2939msgstr "erstelle Bad-Block-Liste im Speicher"
2940
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002941#: misc/badblocks.c:1065
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002942msgid "adding to in-memory bad block list"
2943msgstr "füge zur Bad-Block-Liste im Speicher hinzu"
2944
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002945#: misc/badblocks.c:1089
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002946#, c-format
2947msgid "Pass completed, %u bad blocks found.\n"
2948msgstr "Durchgang beendet, %u defekte Blöcke gefunden.\n"
2949
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002950#: misc/chattr.c:87
Theodore Ts'obc759702005-05-09 20:40:55 -04002951#, fuzzy, c-format
2952msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002953msgstr "Verwendung: %s [-RV] [-+=AacDdijsSu] [-v Version] Dateien...\n"
2954
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002955#: misc/chattr.c:148
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002956#, c-format
2957msgid "bad version - %s\n"
2958msgstr "falsche Version - %s\n"
2959
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002960#: misc/chattr.c:192 misc/lsattr.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002961#, c-format
2962msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002963msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002964
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002965#: misc/chattr.c:209 misc/chattr.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002966#, c-format
2967msgid "Flags of %s set as "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002968msgstr "Flags von %s wie folgt gesetzt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002969
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002970#: misc/chattr.c:218
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002971#, c-format
2972msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002973msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002974
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002975#: misc/chattr.c:233
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002976#, c-format
2977msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002978msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002979
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002980#: misc/chattr.c:238
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002981#, c-format
2982msgid "Version of %s set as %lu\n"
2983msgstr "Version von %s gesetzt auf %lu\n"
2984
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002985#: misc/chattr.c:241
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002986#, c-format
2987msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002988msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002989
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002990#: misc/chattr.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002991msgid "Couldn't allocate path variable in chattr_dir_proc"
2992msgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
2993
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002994#: misc/chattr.c:291
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002995msgid "= is incompatible with - and +\n"
2996msgstr "= ist inkompatibel mit - und +\n"
2997
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002998#: misc/chattr.c:299
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002999msgid "Must use '-v', =, - or +\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003000msgstr "Benutze '-v', =, - oder +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003001
3002#: misc/dumpe2fs.c:54
3003#, c-format
3004msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003005msgstr "Verwendung: %s [-bfhixV] [-ob Superblock] [-oB Blockgröße] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003006
Theodore Ts'obc759702005-05-09 20:40:55 -04003007#: misc/dumpe2fs.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003008#, c-format
3009msgid "Group %lu: (Blocks "
3010msgstr "Gruppe %lu: (Blöcke "
3011
Theodore Ts'obc759702005-05-09 20:40:55 -04003012#: misc/dumpe2fs.c:126
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003013#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003014msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003015msgstr " %s Superblock in "
3016
Theodore Ts'obc759702005-05-09 20:40:55 -04003017#: misc/dumpe2fs.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003018msgid "Primary"
3019msgstr "Primary"
3020
Theodore Ts'obc759702005-05-09 20:40:55 -04003021#: misc/dumpe2fs.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003022msgid "Backup"
3023msgstr "Backup"
3024
Theodore Ts'obc759702005-05-09 20:40:55 -04003025#: misc/dumpe2fs.c:131
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003026#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003027msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003028msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003029
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003030#: misc/dumpe2fs.c:135
Theodore Ts'obc759702005-05-09 20:40:55 -04003031#, fuzzy, c-format
3032msgid ""
3033"\n"
3034" Reserved GDT blocks at "
3035msgstr "reservierte Blöcke"
3036
3037#: misc/dumpe2fs.c:143
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003038#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003039msgid " Group descriptor at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003040msgstr ", Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003041
Theodore Ts'obc759702005-05-09 20:40:55 -04003042#: misc/dumpe2fs.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003043msgid " Block bitmap at "
3044msgstr " Block bitmap in "
3045
Theodore Ts'obc759702005-05-09 20:40:55 -04003046#: misc/dumpe2fs.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003047msgid ", Inode bitmap at "
3048msgstr ", Inode Bitmap in "
3049
Theodore Ts'obc759702005-05-09 20:40:55 -04003050#: misc/dumpe2fs.c:159
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003051msgid ""
3052"\n"
3053" Inode table at "
3054msgstr ""
3055"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003056" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003057
Theodore Ts'obc759702005-05-09 20:40:55 -04003058#: misc/dumpe2fs.c:166
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003059#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003060msgid ""
3061"\n"
3062" %d free blocks, %d free inodes, %d directories\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003063msgstr ""
3064"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003065" %d freie Blöcke, %d freie Inodes, %d Verzeichnisse\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003066
Theodore Ts'obc759702005-05-09 20:40:55 -04003067#: misc/dumpe2fs.c:172
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003068msgid " Free blocks: "
3069msgstr " Freie Blöcke: "
3070
Theodore Ts'obc759702005-05-09 20:40:55 -04003071#: misc/dumpe2fs.c:180
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003072msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003073msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003074
Theodore Ts'obc759702005-05-09 20:40:55 -04003075#: misc/dumpe2fs.c:206
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003076msgid "while printing bad block list"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003077msgstr "beim Ausgeben der 'Bad Block'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003078
Theodore Ts'obc759702005-05-09 20:40:55 -04003079#: misc/dumpe2fs.c:212
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003080#, c-format
3081msgid "Bad blocks: %d"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003082msgstr "Bad Blocks: %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003083
Theodore Ts'obc759702005-05-09 20:40:55 -04003084#: misc/dumpe2fs.c:235 misc/tune2fs.c:153
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003085msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003086msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003087
Theodore Ts'obc759702005-05-09 20:40:55 -04003088#: misc/dumpe2fs.c:243
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003089msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003090msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003091
Theodore Ts'obc759702005-05-09 20:40:55 -04003092#: misc/dumpe2fs.c:247
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003093#, c-format
3094msgid ""
3095"\n"
3096"Journal block size: %d\n"
3097"Journal length: %d\n"
3098"Journal first block: %d\n"
3099"Journal sequence: 0x%08x\n"
3100"Journal start: %d\n"
3101"Journal number of users: %d\n"
3102msgstr ""
3103"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003104"Journal Blockgröße: %d\n"
3105"Journal Länge: %d\n"
3106"Journal Startblock: %d\n"
3107"Journal Sequenz: 0x%08x\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003108"Journal Start: %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003109"Journal Nutzeranzahl: %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003110
Theodore Ts'obc759702005-05-09 20:40:55 -04003111#: misc/dumpe2fs.c:315 misc/mke2fs.c:1161
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003112#, c-format
3113msgid "\tUsing %s\n"
3114msgstr "\tBenutze %s\n"
3115
Theodore Ts'obc759702005-05-09 20:40:55 -04003116#: misc/dumpe2fs.c:342 misc/e2image.c:660 misc/tune2fs.c:778 resize/main.c:210
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003117#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003118msgid "Couldn't find valid filesystem superblock.\n"
3119msgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
3120
Theodore Ts'obc759702005-05-09 20:40:55 -04003121#: misc/dumpe2fs.c:353
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003122#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003123msgid "Note: This is a byte-swapped filesystem\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003124msgstr "Anmerkung: Dieses ist ein Byte-Swapped Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003125
Theodore Ts'obc759702005-05-09 20:40:55 -04003126#: misc/dumpe2fs.c:369
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003127#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003128msgid ""
3129"\n"
3130"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003131msgstr ""
3132"\n"
3133"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003134
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003135#: misc/e2image.c:50
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003136#, fuzzy, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003137msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003138msgstr "Verwendung: %s [-r] Gerätedatei\n"
3139
Theodore Ts'obc759702005-05-09 20:40:55 -04003140#: misc/e2image.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003141msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003142msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003143
Theodore Ts'obc759702005-05-09 20:40:55 -04003144#: misc/e2image.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003145#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003146msgid "short write (only %d bytes) for writing image header"
3147msgstr "short write (only %d bytes) for writing image header"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003148
Theodore Ts'obc759702005-05-09 20:40:55 -04003149#: misc/e2image.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003150msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003151msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003152
Theodore Ts'obc759702005-05-09 20:40:55 -04003153#: misc/e2image.c:108
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003154msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003155msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003156
Theodore Ts'obc759702005-05-09 20:40:55 -04003157#: misc/e2image.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003158msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003159msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003160
Theodore Ts'obc759702005-05-09 20:40:55 -04003161#: misc/e2image.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003162msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003163msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003164
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003165#: misc/e2label.c:57
3166#, c-format
3167msgid "e2label: cannot open %s\n"
3168msgstr "e2label: Kann %s nicht öffnen.\n"
3169
3170#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003171#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003172msgid "e2label: cannot seek to superblock\n"
3173msgstr "e2label: cannot seek to superblock\n"
3174
3175#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003176#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003177msgid "e2label: error reading superblock\n"
3178msgstr "e2label: Lesefehler im Superblock\n"
3179
3180#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003181#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003182msgid "e2label: not an ext2 filesystem\n"
3183msgstr "e2label: Kein ext2 Dateisystem\n"
3184
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003185#: misc/e2label.c:96 misc/tune2fs.c:885
3186#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003187msgid "Warning: label too long, truncating.\n"
3188msgstr "Warnung: Name zu lang, kürze ihn.\n"
3189
3190#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003191#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003192msgid "e2label: cannot seek to superblock again\n"
3193msgstr "e2label: cannot seek to superblock again\n"
3194
3195#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003196#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003197msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003198msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003199
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003200#: misc/e2label.c:116 misc/tune2fs.c:450
3201#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003202msgid "Usage: e2label device [newlabel]\n"
3203msgstr "Verwendung: e2label Gerät [neuer_Name]\n"
3204
3205#: misc/findsuper.c:126
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003206#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003207msgid "Usage: findsuper device [skipbytes [startkb]]\n"
3208msgstr "Verwendung: findsuper Gerät [skipbytes [startkb]]\n"
3209
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003210#: misc/findsuper.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003211#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003212msgid "skipbytes should be a number, not %s\n"
3213msgstr "skipbytes sollte eine Zahl sein, nicht %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003214
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003215#: misc/findsuper.c:137
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003216#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003217msgid "skipbytes must be a multiple of the sector size\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003218msgstr "skipbytes müssen ein vielfaches der Sektorgröße sein\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003219
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003220#: misc/findsuper.c:143
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003221#, c-format
3222msgid "startkb should be a number, not %s\n"
3223msgstr "startkb sollte eine Zahl sein, nicht %s\n"
3224
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003225#: misc/findsuper.c:147
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003226#, c-format
3227msgid "startkb should be positive, not %Ld\n"
3228msgstr "startkb sollte positiv sein, nicht %Ld\n"
3229
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003230#: misc/findsuper.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003231#, c-format
3232msgid "starting at %Ld, with %d byte increments\n"
3233msgstr "starting at %Ld, with %d byte increments\n"
3234
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003235#: misc/findsuper.c:158
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003236#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003237msgid " thisoff block fs_blk_sz blksz grp last_mount\n"
3238msgstr " thisoff block fs_blk_sz blksz grp last_mount\n"
3239
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003240#: misc/findsuper.c:204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003241#, c-format
3242msgid ""
3243"\n"
3244"%14Ld: finished with errno %d\n"
3245msgstr ""
3246"\n"
3247"%14Ld: beendet mit errno %d\n"
3248
Theodore Ts'obc759702005-05-09 20:40:55 -04003249#: misc/fsck.c:346
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003250#, c-format
3251msgid "WARNING: couldn't open %s: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003252msgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003253
Theodore Ts'obc759702005-05-09 20:40:55 -04003254#: misc/fsck.c:356
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003255#, c-format
3256msgid "WARNING: bad format on line %d of %s\n"
3257msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
3258
Theodore Ts'obc759702005-05-09 20:40:55 -04003259#: misc/fsck.c:371
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003260msgid ""
3261"WARNING: Your /etc/fstab does not contain the fsck passno\n"
3262"\tfield. I will kludge around things for you, but you\n"
3263"\tshould fix your /etc/fstab file as soon as you can.\n"
3264"\n"
3265msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003266"WARNUNG: Ihre /etc/fstab enthält kein 'fsck passno'\n"
3267"\tFeld. Ich werde dieses ignorieren, aber Sie\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003268"\tsollten ihre /etc/fstab so schnell wie möglich korrigieren.\n"
3269"\n"
3270
Theodore Ts'obc759702005-05-09 20:40:55 -04003271#: misc/fsck.c:472
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003272#, c-format
3273msgid "fsck: %s: not found\n"
3274msgstr "fsck: %s: nicht gefunden\n"
3275
Theodore Ts'obc759702005-05-09 20:40:55 -04003276#: misc/fsck.c:585
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003277#, c-format
3278msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003279msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003280
Theodore Ts'obc759702005-05-09 20:40:55 -04003281#: misc/fsck.c:607
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003282#, c-format
3283msgid "Warning... %s for device %s exited with signal %d.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003284msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003285
Theodore Ts'obc759702005-05-09 20:40:55 -04003286#: misc/fsck.c:613
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003287#, c-format
3288msgid "%s %s: status is %x, should never happen.\n"
3289msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
3290
Theodore Ts'obc759702005-05-09 20:40:55 -04003291#: misc/fsck.c:649
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003292#, c-format
3293msgid "Finished with %s (exit status %d)\n"
3294msgstr "Beendet mit %s (exit status %d)\n"
3295
Theodore Ts'obc759702005-05-09 20:40:55 -04003296#: misc/fsck.c:709
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003297#, c-format
3298msgid "%s: Error %d while executing fsck.%s for %s\n"
3299msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
3300
Theodore Ts'obc759702005-05-09 20:40:55 -04003301#: misc/fsck.c:730
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003302msgid ""
3303"Either all or none of the filesystem types passed to -t must be prefixed\n"
3304"with 'no' or '!'.\n"
3305msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003306"Bei -t müssen entweder allen oder keinem Dateisystem ein 'no' bzw. '!'\n"
3307"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003308
Theodore Ts'obc759702005-05-09 20:40:55 -04003309#: misc/fsck.c:749
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003310msgid "Couldn't allocate memory for filesystem types\n"
3311msgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
3312
Theodore Ts'obc759702005-05-09 20:40:55 -04003313#: misc/fsck.c:889
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003314#, c-format
3315msgid "fsck: cannot check %s: fsck.%s not found\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003316msgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003317
Theodore Ts'obc759702005-05-09 20:40:55 -04003318#: misc/fsck.c:945
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003319msgid "Checking all file systems.\n"
3320msgstr "Überprüfe alle Dateisysteme.\n"
3321
Theodore Ts'obc759702005-05-09 20:40:55 -04003322#: misc/fsck.c:1031
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003323#, c-format
3324msgid "--waiting-- (pass %d)\n"
3325msgstr "--warten-- (Durchgang %d)\n"
3326
Theodore Ts'obc759702005-05-09 20:40:55 -04003327#: misc/fsck.c:1051
3328#, fuzzy
3329msgid ""
3330"Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003331msgstr ""
3332"Verwendung: fsck [-ACNPRTV] [-t Datesystemtyp] [fs-Optionen] "
3333"[Dateisystem...]\n"
3334
Theodore Ts'obc759702005-05-09 20:40:55 -04003335#: misc/fsck.c:1093
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003336#, c-format
3337msgid "%s: too many devices\n"
3338msgstr "%s: zu viele Geräte\n"
3339
Theodore Ts'obc759702005-05-09 20:40:55 -04003340#: misc/fsck.c:1126 misc/fsck.c:1212
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003341#, c-format
3342msgid "%s: too many arguments\n"
3343msgstr "%s: zu viele Argumente\n"
3344
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003345#: misc/lsattr.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003346#, c-format
3347msgid "Usage: %s [-RVadlv] [files...]\n"
3348msgstr "Verwendung: %s [-RVadlv] [Dateien...]\n"
3349
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003350#: misc/lsattr.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003351#, c-format
3352msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003353msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003354
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003355#: misc/lsattr.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003356#, c-format
3357msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003358msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003359
Theodore Ts'obc759702005-05-09 20:40:55 -04003360#: misc/mke2fs.c:93
3361#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003362msgid ""
3363"Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
3364"\t[-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes]\n"
3365"\t[-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]\n"
3366"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003367"\t[-r fs-revision] [-R options] [-qvSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003368msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003369"Verwendung: %s [-c|-t|-l Dateiname] [-b Blockgröße] [-f Fragmentgröße]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003370"\t[-i Bytes-pro-Inode] [-j] [-J Journal-Optionen] [-N Anzahl_der_Inoden]\n"
3371"\t[-m Reservierte-Blöcke-Prozent] [-o creator-os] [-g Blöcke-pro-Gruppe]\n"
3372"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
3373"\t[-r fs-revision] [-R raid_opts] [-qvSV] Gerät [Blockanzahl]\n"
3374
Theodore Ts'obc759702005-05-09 20:40:55 -04003375#: misc/mke2fs.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003376#, c-format
3377msgid "Running command: %s\n"
3378msgstr "Führe aus: %s\n"
3379
Theodore Ts'obc759702005-05-09 20:40:55 -04003380#: misc/mke2fs.c:269
3381#, fuzzy, c-format
3382msgid "while trying to run '%s'"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003383msgstr "während des Ausführungsversuchs von '%s'"
3384
Theodore Ts'obc759702005-05-09 20:40:55 -04003385#: misc/mke2fs.c:276
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003386msgid "while processing list of bad blocks from program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003387msgstr "beim Auswerten der 'Bad Block'-Liste vom Programm"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003388
Theodore Ts'obc759702005-05-09 20:40:55 -04003389#: misc/mke2fs.c:303
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003390#, c-format
3391msgid "Block %d in primary superblock/group descriptor area bad.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003392msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003393
Theodore Ts'obc759702005-05-09 20:40:55 -04003394#: misc/mke2fs.c:305
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003395#, c-format
3396msgid "Blocks %d through %d must be good in order to build a filesystem.\n"
3397msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003398"Die Blöcke %d bis einschließlich %d müssen i.O. sein um ein Dateisystem zu "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003399"erstellen.\n"
3400
Theodore Ts'obc759702005-05-09 20:40:55 -04003401#: misc/mke2fs.c:308
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003402msgid "Aborting....\n"
3403msgstr "Breche ab...\n"
3404
Theodore Ts'obc759702005-05-09 20:40:55 -04003405#: misc/mke2fs.c:328
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003406#, c-format
3407msgid ""
3408"Warning: the backup superblock/group descriptors at block %d contain\n"
3409"\tbad blocks.\n"
3410"\n"
3411msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003412"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %d "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003413"enthält\n"
3414"\tdefekte Blöcke.\n"
3415"\n"
3416
Theodore Ts'obc759702005-05-09 20:40:55 -04003417#: misc/mke2fs.c:346
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003418msgid "while marking bad blocks as used"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003419msgstr "beim Markieren von defekten Blöcken als 'belegt'"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003420
Theodore Ts'obc759702005-05-09 20:40:55 -04003421#: misc/mke2fs.c:404
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003422msgid "done \n"
3423msgstr "erledigt \n"
3424
Theodore Ts'obc759702005-05-09 20:40:55 -04003425#: misc/mke2fs.c:439
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003426msgid "while allocating zeroizing buffer"
3427msgstr "while allocating zeroizing buffer"
3428
Theodore Ts'obc759702005-05-09 20:40:55 -04003429#: misc/mke2fs.c:480
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003430msgid "Writing inode tables: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003431msgstr "Schreibe Inode-Tabellen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003432
Theodore Ts'obc759702005-05-09 20:40:55 -04003433#: misc/mke2fs.c:491
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003434#, c-format
3435msgid ""
3436"\n"
3437"Could not write %d blocks in inode table starting at %d: %s\n"
3438msgstr ""
3439"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003440"Konnte %d Blöcke nicht in Inoden-Tabelle schreiben, beginnend bei %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003441
Theodore Ts'obc759702005-05-09 20:40:55 -04003442#: misc/mke2fs.c:514
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003443msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003444msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003445
Theodore Ts'obc759702005-05-09 20:40:55 -04003446#: misc/mke2fs.c:521
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003447msgid "while reading root inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003448msgstr "beim Lesen des Root-Inode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003449
Theodore Ts'obc759702005-05-09 20:40:55 -04003450#: misc/mke2fs.c:530
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003451msgid "while setting root inode ownership"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003452msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003453
Theodore Ts'obc759702005-05-09 20:40:55 -04003454#: misc/mke2fs.c:548
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003455msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003456msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003457
Theodore Ts'obc759702005-05-09 20:40:55 -04003458#: misc/mke2fs.c:555
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003459msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003460msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003461
Theodore Ts'obc759702005-05-09 20:40:55 -04003462#: misc/mke2fs.c:565
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003463msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003464msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003465
Theodore Ts'obc759702005-05-09 20:40:55 -04003466#: misc/mke2fs.c:581
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003467msgid "while setting bad block inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003468msgstr "beim Setzen des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003469
Theodore Ts'obc759702005-05-09 20:40:55 -04003470#: misc/mke2fs.c:613
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003471#, c-format
3472msgid "Out of memory erasing sectors %d-%d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003473msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003474
Theodore Ts'obc759702005-05-09 20:40:55 -04003475#: misc/mke2fs.c:623
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003476#, c-format
3477msgid "Warning: could not read block 0: %s\n"
3478msgstr "Warnung: konnte Block %s nicht lesen\n"
3479
Theodore Ts'obc759702005-05-09 20:40:55 -04003480#: misc/mke2fs.c:639
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003481#, c-format
3482msgid "Warning: could not erase sector %d: %s\n"
3483msgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
3484
Theodore Ts'obc759702005-05-09 20:40:55 -04003485#: misc/mke2fs.c:655
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003486msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003487msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003488
Theodore Ts'obc759702005-05-09 20:40:55 -04003489#: misc/mke2fs.c:661
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003490msgid "Zeroing journal device: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003491msgstr "Überschreibe Journal-Device mit Nullen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003492
Theodore Ts'obc759702005-05-09 20:40:55 -04003493#: misc/mke2fs.c:668
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003494#, c-format
3495msgid "while zeroing journal device (block %u, count %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003496msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %u, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003497
Theodore Ts'obc759702005-05-09 20:40:55 -04003498#: misc/mke2fs.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003499msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003500msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003501
Theodore Ts'obc759702005-05-09 20:40:55 -04003502#: misc/mke2fs.c:695
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003503#, c-format
3504msgid ""
3505"warning: %d blocks unused.\n"
3506"\n"
3507msgstr ""
3508"Warnung: %d Blöcke unbenutzt.\n"
3509"\n"
3510
Theodore Ts'obc759702005-05-09 20:40:55 -04003511#: misc/mke2fs.c:700
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003512#, c-format
3513msgid "Filesystem label=%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003514msgstr "Dateisystem-Label=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003515
Theodore Ts'obc759702005-05-09 20:40:55 -04003516#: misc/mke2fs.c:701
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003517msgid "OS type: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003518msgstr "OS-Typ: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003519
Theodore Ts'obc759702005-05-09 20:40:55 -04003520#: misc/mke2fs.c:706
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003521#, c-format
3522msgid "Block size=%u (log=%u)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003523msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003524
Theodore Ts'obc759702005-05-09 20:40:55 -04003525#: misc/mke2fs.c:708
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003526#, c-format
3527msgid "Fragment size=%u (log=%u)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003528msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003529
Theodore Ts'obc759702005-05-09 20:40:55 -04003530#: misc/mke2fs.c:710
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003531#, c-format
3532msgid "%u inodes, %u blocks\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003533msgstr "%u Inodes, %u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003534
Theodore Ts'obc759702005-05-09 20:40:55 -04003535#: misc/mke2fs.c:712
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003536#, c-format
3537msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3538msgstr "%u Blöcke (%2.2f%%) reserviert für den Superuser\n"
3539
Theodore Ts'obc759702005-05-09 20:40:55 -04003540#: misc/mke2fs.c:715
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003541#, c-format
3542msgid "First data block=%u\n"
3543msgstr "erster Datenblock=%u\n"
3544
Theodore Ts'obc759702005-05-09 20:40:55 -04003545#: misc/mke2fs.c:717
3546#, fuzzy, c-format
3547msgid "Maximum filesystem blocks=%lu\n"
3548msgstr "Dateisystem-Label=%s\n"
3549
3550#: misc/mke2fs.c:722
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003551#, c-format
3552msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003553msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003554
Theodore Ts'obc759702005-05-09 20:40:55 -04003555#: misc/mke2fs.c:724
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003556#, c-format
3557msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003558msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003559
Theodore Ts'obc759702005-05-09 20:40:55 -04003560#: misc/mke2fs.c:725
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003561#, c-format
3562msgid "%u blocks per group, %u fragments per group\n"
3563msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
3564
Theodore Ts'obc759702005-05-09 20:40:55 -04003565#: misc/mke2fs.c:727
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003566#, c-format
3567msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003568msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003569
Theodore Ts'obc759702005-05-09 20:40:55 -04003570#: misc/mke2fs.c:734
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003571#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003572msgid "Superblock backups stored on blocks: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003573msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003574
Theodore Ts'obc759702005-05-09 20:40:55 -04003575#: misc/mke2fs.c:790
3576#, fuzzy, c-format
3577msgid "Couldn't allocate memory to parse options!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003578msgstr ""
3579"Speicher zum Parsen der RAID-Optionen konnte nicht reserviert werden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003580
Theodore Ts'obc759702005-05-09 20:40:55 -04003581#: misc/mke2fs.c:814
3582#, fuzzy, c-format
3583msgid "Invalid stride parameter: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003584msgstr "Ungültiger \"stride\"-Parameter.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003585
Theodore Ts'obc759702005-05-09 20:40:55 -04003586#: misc/mke2fs.c:835
3587#, fuzzy, c-format
3588msgid "Invalid resize parameter: %s\n"
3589msgstr "Ungültiger \"stride\"-Parameter.\n"
3590
3591#: misc/mke2fs.c:842
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003592#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003593msgid "The resize maximum must be greater than the filesystem size.\n"
3594msgstr ""
3595
3596#: misc/mke2fs.c:873
3597#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003598msgid ""
3599"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003600"Bad options specified.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003601"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003602"Options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003603"\tis set off by an equals ('=') sign.\n"
3604"\n"
3605"Valid raid options are:\n"
3606"\tstride=<stride length in blocks>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003607"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003608"\n"
3609msgstr ""
3610"\n"
3611"falsche Raid-Optionen angegeben.\n"
3612"\n"
3613"Raid-Optionen werden mit Kommatas getrennt angegeben, sie können ein "
3614"Argument\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003615"\terhalten welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003616"\n"
3617"gültige Raid-Optionen sind:\n"
3618"\tstride=<stride length in blocks>\n"
3619"\n"
3620
Theodore Ts'obc759702005-05-09 20:40:55 -04003621#: misc/mke2fs.c:987
3622#, fuzzy, c-format
3623msgid "invalid block size - %s"
3624msgstr "bad block Größe - %s"
3625
3626#: misc/mke2fs.c:991
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003627#, c-format
3628msgid "Warning: blocksize %d not usable on most systems.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003629msgstr "Warnung: Blockgröße %d ist auf den meisten Systemen unbrauchbar.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003630
Theodore Ts'obc759702005-05-09 20:40:55 -04003631#: misc/mke2fs.c:1008
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003632#, c-format
3633msgid "bad fragment size - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003634msgstr "falsche Fragmentgröße - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003635
Theodore Ts'obc759702005-05-09 20:40:55 -04003636#: misc/mke2fs.c:1014
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003637#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003638msgid "Warning: fragments not supported. Ignoring -f option\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003639msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003640
Theodore Ts'obc759702005-05-09 20:40:55 -04003641#: misc/mke2fs.c:1021
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003642msgid "Illegal number for blocks per group"
3643msgstr "unzulässige Angabe für Blöcke pro Gruppe"
3644
Theodore Ts'obc759702005-05-09 20:40:55 -04003645#: misc/mke2fs.c:1026
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003646msgid "blocks per group must be multiple of 8"
3647msgstr "Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
3648
Theodore Ts'obc759702005-05-09 20:40:55 -04003649#: misc/mke2fs.c:1036
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003650#, fuzzy, c-format
3651msgid "bad inode ratio %s (min %d/max %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003652msgstr "Unzulässiges Inode-Verhältnis %s (Min %d/Max %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003653
Theodore Ts'obc759702005-05-09 20:40:55 -04003654#: misc/mke2fs.c:1055
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003655msgid "in malloc for bad_blocks_filename"
3656msgstr "in malloc for bad_blocks_filename"
3657
Theodore Ts'obc759702005-05-09 20:40:55 -04003658#: misc/mke2fs.c:1064
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003659#, c-format
3660msgid "bad reserved blocks percent - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003661msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003662
Theodore Ts'obc759702005-05-09 20:40:55 -04003663#: misc/mke2fs.c:1096
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003664#, c-format
3665msgid "bad inode size - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003666msgstr "Unzulässige Inode-Größe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003667
Theodore Ts'obc759702005-05-09 20:40:55 -04003668#: misc/mke2fs.c:1130 misc/tune2fs.c:302
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003669#, c-format
3670msgid "Invalid filesystem option set: %s\n"
3671msgstr "Unvollständige Dateisystem-Option gesetzt: %s\n"
3672
Theodore Ts'obc759702005-05-09 20:40:55 -04003673#: misc/mke2fs.c:1185 misc/mke2fs.c:1566
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003674#, c-format
3675msgid "while trying to open journal device %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003676msgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003677
Theodore Ts'obc759702005-05-09 20:40:55 -04003678#: misc/mke2fs.c:1191
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003679#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003680msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003681msgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003682
Theodore Ts'obc759702005-05-09 20:40:55 -04003683#: misc/mke2fs.c:1205
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003684#, c-format
3685msgid "%d-byte blocks too big for system (max %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003686msgstr "%d-Byte Blöcke zu groß für das System (max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003687
Theodore Ts'obc759702005-05-09 20:40:55 -04003688#: misc/mke2fs.c:1209
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003689#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003690msgid ""
3691"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003692msgstr ""
3693"Warnung: %d-byte Blöcke zu groß für das System (max %d), fahre dennoch fort\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003694
Theodore Ts'obc759702005-05-09 20:40:55 -04003695#: misc/mke2fs.c:1246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003696msgid "filesystem"
3697msgstr "Dateisystem"
3698
Theodore Ts'obc759702005-05-09 20:40:55 -04003699#: misc/mke2fs.c:1269 resize/main.c:244
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003700msgid "while trying to determine filesystem size"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003701msgstr "beim Bestimmen der Dateisystemgröße"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003702
Theodore Ts'obc759702005-05-09 20:40:55 -04003703#: misc/mke2fs.c:1275
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003704msgid ""
3705"Couldn't determine device size; you must specify\n"
3706"the size of the filesystem\n"
3707msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003708"Konnte die Gerätegröße nicht ermitteln. Geben\n"
3709"Sie die Größe des Dateisystems an\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003710
Theodore Ts'obc759702005-05-09 20:40:55 -04003711#: misc/mke2fs.c:1282
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003712msgid ""
3713"Device size reported to be zero. Invalid partition specified, or\n"
3714"\tpartition table wasn't reread after running fdisk, due to\n"
3715"\ta modified partition being busy and in use. You may need to reboot\n"
3716"\tto re-read your partition table.\n"
3717msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003718"Zurückgegebene Gerätegröße ist gleich null. Unvollständige Partition\n"
3719"\tangegeben oder die Partitionstabelle wurde nach einem fdisk-Lauf\n"
3720"\tnicht wieder eingelesen, weil eine veränderte Partition in Gebrauch\n"
3721"\tund gesperrt ist. Sie könnten gezwungen sein, neu zu booten, um die\n"
3722"\tPartitionstabelle neu einzulesen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003723
Theodore Ts'obc759702005-05-09 20:40:55 -04003724#: misc/mke2fs.c:1300
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003725msgid "Filesystem larger than apparent device size."
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003726msgstr "Dateisystem ist größer als augenscheinlich das Gerät selbst."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003727
Theodore Ts'obc759702005-05-09 20:40:55 -04003728#: misc/mke2fs.c:1322
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003729msgid "while trying to determine hardware sector size"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003730msgstr "beim Ermitteln der Hardware-Sektorgröße"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003731
Theodore Ts'obc759702005-05-09 20:40:55 -04003732#: misc/mke2fs.c:1341
3733msgid "reserved online resize blocks not supported on non-sparse filesystem"
3734msgstr ""
3735
3736#: misc/mke2fs.c:1350
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003737msgid "blocks per group count out of range"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003738msgstr "Anzahl der Blöcke pro Gruppe nicht im gültigen Bereich"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003739
Theodore Ts'obc759702005-05-09 20:40:55 -04003740#: misc/mke2fs.c:1360
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003741#, c-format
3742msgid "bad inode size %d (min %d/max %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003743msgstr "ungültige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003744
Theodore Ts'obc759702005-05-09 20:40:55 -04003745#: misc/mke2fs.c:1366
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003746#, c-format
3747msgid "Warning: %d-byte inodes not usable on most systems\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003748msgstr ""
3749"Warnung: %d-Byte Inodes sind auf den meisten Systemen nicht benutzbar\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003750
Theodore Ts'obc759702005-05-09 20:40:55 -04003751#: misc/mke2fs.c:1416
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003752msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003753msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003754
Theodore Ts'obc759702005-05-09 20:40:55 -04003755#: misc/mke2fs.c:1450
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003756#, c-format
3757msgid "unknown os - %s"
3758msgstr "unbekanntes OS - %s"
3759
Theodore Ts'obc759702005-05-09 20:40:55 -04003760#: misc/mke2fs.c:1504
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003761msgid "while trying to allocate filesystem tables"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003762msgstr "beim Zuordnen von Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003763
Theodore Ts'obc759702005-05-09 20:40:55 -04003764#: misc/mke2fs.c:1535
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003765#, c-format
3766msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003767msgstr "beim Nullen von Block %u am Ende des Dateisystems"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003768
Theodore Ts'obc759702005-05-09 20:40:55 -04003769#: misc/mke2fs.c:1548
3770#, fuzzy
3771msgid "while reserving blocks for online resize"
3772msgstr "beim Lesen des Bad-Block-Inodes"
3773
3774#: misc/mke2fs.c:1559 misc/tune2fs.c:387
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003775msgid "journal"
3776msgstr "Journal"
3777
Theodore Ts'obc759702005-05-09 20:40:55 -04003778#: misc/mke2fs.c:1571
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003779#, c-format
3780msgid "Adding journal to device %s: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003781msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003782
Theodore Ts'obc759702005-05-09 20:40:55 -04003783#: misc/mke2fs.c:1578
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003784#, c-format
3785msgid ""
3786"\n"
3787"\twhile trying to add journal to device %s"
3788msgstr ""
3789"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003790"\tbeim Erstellen des Journals auf Gerät %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003791
Theodore Ts'obc759702005-05-09 20:40:55 -04003792#: misc/mke2fs.c:1583 misc/mke2fs.c:1607 misc/tune2fs.c:415 misc/tune2fs.c:429
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003793#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003794msgid "done\n"
3795msgstr "erledigt\n"
3796
Theodore Ts'obc759702005-05-09 20:40:55 -04003797#: misc/mke2fs.c:1595
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003798#, c-format
3799msgid "Creating journal (%d blocks): "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003800msgstr "Erstelle Journal (%d Blöcke): "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003801
Theodore Ts'obc759702005-05-09 20:40:55 -04003802#: misc/mke2fs.c:1603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003803msgid ""
3804"\n"
3805"\twhile trying to create journal"
3806msgstr ""
3807"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003808"\tbeim Erstellen des Journals"
3809
Theodore Ts'obc759702005-05-09 20:40:55 -04003810#: misc/mke2fs.c:1612
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003811#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003812msgid "Writing superblocks and filesystem accounting information: "
3813msgstr "Schreibe Superblöcke und Dateisystem-Accountinginformationen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003814
Theodore Ts'obc759702005-05-09 20:40:55 -04003815#: misc/mke2fs.c:1617
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003816#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003817msgid ""
3818"\n"
3819"Warning, had trouble writing out superblocks."
3820msgstr ""
3821"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003822"Warnung: Probleme beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003823
Theodore Ts'obc759702005-05-09 20:40:55 -04003824#: misc/mke2fs.c:1620
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003825#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003826msgid ""
3827"done\n"
3828"\n"
3829msgstr ""
3830"erledigt\n"
3831"\n"
3832
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003833#: misc/mklost+found.c:49
3834#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003835msgid "Usage: mklost+found\n"
3836msgstr "Verwendung: mklost+found\n"
3837
3838#: misc/partinfo.c:21
3839#, c-format
3840msgid "%s failed for %s: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003841msgstr "%s fehlgeschlagen für %s: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003842
3843#: misc/partinfo.c:38
3844#, c-format
3845msgid ""
3846"Usage: %s <dev1> <dev2> <dev3>\n"
3847"\n"
3848"This program prints out the partition information for a set of devices\n"
3849"A common way to use this program is:\n"
3850"\n"
3851"\t%s /dev/hda?\n"
3852"\n"
3853msgstr ""
3854"Verwendung: %s <dev1> <dev2> <dev3>\n"
3855"\n"
3856"Dieses Programm gibt die Partitionsinformationen einer Gruppe von Geräten "
3857"aus.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003858"Das Programm wird üblicherweise so benutzt:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003859"\n"
3860"\t%s /dev/hda?\n"
3861"\n"
3862
3863#: misc/partinfo.c:55
3864msgid "HDIO_GETGEO ioctl"
3865msgstr "HDIO_GETGEO ioctl"
3866
3867#: misc/partinfo.c:62
3868msgid "BLKGETSIZE ioctl"
3869msgstr "BLKGETSIZE ioctl"
3870
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003871#: misc/tune2fs.c:77
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003872msgid "Please run e2fsck on the filesystem.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003873msgstr "Bitte e2fsck über das Dateisystem laufen lassen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003874
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003875#: misc/tune2fs.c:84
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003876#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003877msgid ""
3878"Usage: %s [-c max-mounts-count] [-e errors-behavior] [-g group]\n"
3879"\t[-i interval[d|m|w]] [-j] [-J journal-options]\n"
3880"\t[-l] [-s sparse-flag] [-m reserved-blocks-percent]\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003881"\t[-o [^]mount-options[,...]] [-r reserved-blocks-count]\n"
3882"\t[-u user] [-C mount-count] [-L volume-label] [-M last-mounted-dir]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003883"\t[-O [^]feature[,...]] [-T last-check-time] [-U UUID] device\n"
3884msgstr ""
3885"Verwendung: %s [-c max-mounts-count] [-e errors-behavior] [-g group]\n"
3886"\t[-i interval[d|m|w]] [-j] [-J journal-options]\n"
3887"\t[-l] [-s sparse-flag] [-m reserved-blocks-percent]\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003888"\t[-o [^]mount-options[,...]] [-r reserved-blocks-count]\n"
3889"\t[-u user] [-C mount-count] [-L volume-label] [-M last-mounted-dir]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003890"\t[-O [^]feature[,...]] [-T last-check-time] [-U UUID] Gerät\n"
3891
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003892#: misc/tune2fs.c:141
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003893msgid "while trying to open external journal"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003894msgstr "beim Öffnen des externen Journals"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003895
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003896#: misc/tune2fs.c:145
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003897#, c-format
3898msgid "%s is not a journal device.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003899msgstr "%s ist kein Journal-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003900
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003901#: misc/tune2fs.c:160
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003902msgid "Journal superblock not found!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003903msgstr "Journal-Superblock nicht gefunden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003904
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003905#: misc/tune2fs.c:172
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003906msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003907msgstr "UUID des Dateisystems auf Journal-Gerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003908
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003909#: misc/tune2fs.c:193
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003910msgid "Journal NOT removed\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003911msgstr "Journal NICHT gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003912
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003913#: misc/tune2fs.c:199
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003914msgid "Journal removed\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003915msgstr "Journal gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003916
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003917#: misc/tune2fs.c:231
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003918msgid "while reading journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003919msgstr "beim Lesen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003920
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003921#: misc/tune2fs.c:238
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003922msgid "while reading bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003923msgstr "beim Lesen von Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003924
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003925#: misc/tune2fs.c:245
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003926msgid "while clearing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003927msgstr "beim Bereinigen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003928
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003929#: misc/tune2fs.c:256
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003930msgid "while writing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003931msgstr "beim Schreiben des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003932
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003933#: misc/tune2fs.c:271
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003934#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003935msgid "Invalid mount option set: %s\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003936msgstr "Ungültige Einhänge-Option gesetzt: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003937
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003938#: misc/tune2fs.c:317
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003939msgid ""
3940"The has_journal flag may only be cleared when the filesystem is\n"
3941"unmounted or mounted read-only.\n"
3942msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003943"Das has_jounal Flag kann nur gelöscht werden, wenn das Dateisystem\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003944"nicht eingehängt oder im Nur-Lesen-Modus ist.\n"
3945
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003946#: misc/tune2fs.c:325
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003947msgid ""
3948"The needs_recovery flag is set. Please run e2fsck before clearing\n"
3949"the has_journal flag.\n"
3950msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003951"Das needs_recovery Flag ist gesetzt. Bitte starten sie e2fsck vor\n"
3952"der Löschung des has_journal Flags.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003953
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003954#: misc/tune2fs.c:382
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003955msgid "The filesystem already has a journal.\n"
3956msgstr "Das Dateisystem hat schon ein Journal.\n"
3957
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003958#: misc/tune2fs.c:399
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003959#, c-format
3960msgid ""
3961"\n"
3962"\twhile trying to open journal on %s\n"
3963msgstr ""
3964"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003965"\tbeim Öffnen des Journals auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003966
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003967#: misc/tune2fs.c:403
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003968#, c-format
3969msgid "Creating journal on device %s: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003970msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003971
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003972#: misc/tune2fs.c:411
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003973#, c-format
3974msgid "while adding filesystem to journal on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003975msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003976
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003977#: misc/tune2fs.c:417
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003978msgid "Creating journal inode: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003979msgstr "Erstelle Journal-Inode: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003980
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003981#: misc/tune2fs.c:426
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003982msgid ""
3983"\n"
3984"\twhile trying to create journal file"
3985msgstr ""
3986"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003987"\tbeim Erstellen der Journaldatei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003988
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003989#: misc/tune2fs.c:492
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003990#, c-format
3991msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003992msgstr "Konnte Datum/Zeit nicht parsen: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003993
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003994#: misc/tune2fs.c:514 misc/tune2fs.c:527
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003995#, c-format
3996msgid "bad mounts count - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003997msgstr "Ungültiger Mounts-Zähler - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003998
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003999#: misc/tune2fs.c:543
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004000#, c-format
4001msgid "bad error behavior - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004002msgstr "ungültiges Fehler-Verhalten - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004003
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004004#: misc/tune2fs.c:566
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004005#, c-format
4006msgid "bad gid/group name - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004007msgstr "ungültige(r) GID oder Gruppenname - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004008
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004009#: misc/tune2fs.c:599
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004010#, c-format
4011msgid "bad interval - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004012msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004013
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004014#: misc/tune2fs.c:627
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004015#, c-format
4016msgid "bad reserved block ratio - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004017msgstr "ungültiges Reservierte-Blöcke-Verhältnis - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004018
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004019#: misc/tune2fs.c:642
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004020msgid "-o may only be specified once"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004021msgstr "-o darf nur eimal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004022
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004023#: misc/tune2fs.c:652
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004024msgid "-O may only be specified once"
4025msgstr "-O darf nur eimal angegeben werden"
4026
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004027#: misc/tune2fs.c:662
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004028#, c-format
4029msgid "bad reserved blocks count - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004030msgstr "ungültige Anzahl von reservierten Blöcken - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004031
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004032#: misc/tune2fs.c:691
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004033#, c-format
4034msgid "bad uid/user name - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004035msgstr "ungültige(r) UID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004036
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004037#: misc/tune2fs.c:801
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004038#, c-format
4039msgid "Setting maximal mount count to %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004040msgstr "Setze maximale Mount-Anzahl zu auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004041
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004042#: misc/tune2fs.c:807
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004043#, c-format
4044msgid "Setting current mount count to %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004045msgstr "Setze derzeitige Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004046
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004047#: misc/tune2fs.c:812
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004048#, c-format
4049msgid "Setting error behavior to %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004050msgstr "Setze Fehler-Verhalten auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004051
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004052#: misc/tune2fs.c:817
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004053#, c-format
4054msgid "Setting reserved blocks gid to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004055msgstr "Setze GID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004056
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004057#: misc/tune2fs.c:822
Theodore Ts'obc759702005-05-09 20:40:55 -04004058#, fuzzy, c-format
4059msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004060msgstr "Setze Intervall zwischen Checks auf %lu Sekunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004061
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004062#: misc/tune2fs.c:828
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004063#, c-format
4064msgid "Setting reserved blocks percentage to %lu (%u blocks)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004065msgstr "Setze Verhältnis der reservierten Blöcke auf %lu (%u blocks)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004066
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004067#: misc/tune2fs.c:834
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004068#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004069msgid "reserved blocks count is too big (%lu)"
4070msgstr "Anzahl der reservierten Blöcke zu groß (%lu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004071
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004072#: misc/tune2fs.c:840
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004073#, c-format
4074msgid "Setting reserved blocks count to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004075msgstr "Setze Anzahl der reservierten Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004076
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004077#: misc/tune2fs.c:846
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004078msgid ""
4079"\n"
4080"The filesystem already has sparse superblocks.\n"
4081msgstr ""
4082"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004083"Das Dateisystem hat bereits einen \"sparse superblock\".\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004084
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004085#: misc/tune2fs.c:853
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004086#, c-format
4087msgid ""
4088"\n"
4089"Sparse superblock flag set. %s"
4090msgstr ""
4091"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004092"Sparse superblock Flag gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004093
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004094#: misc/tune2fs.c:860
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004095msgid ""
4096"\n"
4097"The filesystem already has sparse superblocks disabled.\n"
4098msgstr ""
4099"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004100"Sparse Superblocks sind auf dem Dateisystem bereits deaktiviert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004101
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004102#: misc/tune2fs.c:868
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004103#, c-format
4104msgid ""
4105"\n"
4106"Sparse superblock flag cleared. %s"
4107msgstr ""
4108"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004109"Sparse superblock Flag gelöscht. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004110
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004111#: misc/tune2fs.c:875
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004112#, c-format
4113msgid "Setting time filesystem last checked to %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004114msgstr "Setze Zeit des letzten Dateisystemchecks auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004115
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004116#: misc/tune2fs.c:881
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004117#, c-format
4118msgid "Setting reserved blocks uid to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004119msgstr "Setze UID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004120
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004121#: misc/tune2fs.c:914
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004122msgid "Invalid UUID format\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004123msgstr "Ungültiges UUID Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004124
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004125#: misc/util.c:72
4126msgid "Proceed anyway? (y,n) "
4127msgstr "Trotzdem fortsetzen? (y,n) "
4128
4129#: misc/util.c:93
4130#, c-format
4131msgid "Could not stat %s --- %s\n"
4132msgstr "Could not stat %s --- %s\n"
4133
4134#: misc/util.c:96
4135msgid ""
4136"\n"
4137"The device apparently does not exist; did you specify it correctly?\n"
4138msgstr ""
4139"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004140"Das Gerät scheint nicht zu existieren, haben Sie es richtig angegeben?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004141
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004142#: misc/util.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004143#, c-format
4144msgid "%s is not a block special device.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004145msgstr "%s ist kein spezielles Block-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004146
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004147#: misc/util.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004148#, c-format
4149msgid "%s is entire device, not just one partition!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004150msgstr "%s ist ein vollständiges Gerät, nicht nur eine Partition!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004151
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004152#: misc/util.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004153msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004154msgstr "mke2fs trotzdem erzwungen. Hoffentlich stimmt /etc/mtab nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004155
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004156#: misc/util.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004157#, c-format
4158msgid "will not make a %s here!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004159msgstr "werde dort kein %s erstellen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004160
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004161#: misc/util.c:170
4162msgid "mke2fs forced anyway.\n"
4163msgstr ""
4164
4165#: misc/util.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004166msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004167msgstr "Konnte keinen Speicher zuweisen, um Journal-Optionen zu parsen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004169#: misc/util.c:228
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004170msgid ""
4171"\n"
4172"Bad journal options specified.\n"
4173"\n"
4174"Journal options are separated by commas, and may take an argument which\n"
4175"\tis set off by an equals ('=') sign.\n"
4176"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004177"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004178"\tsize=<journal size in megabytes>\n"
4179"\tdevice=<journal device>\n"
4180"\n"
4181"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4182"\n"
4183msgstr ""
4184"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004185"Ungültioge Journal-Optionen angegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004186"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004187"Journal-Optionen werden mit Kommata getrennt angegeben, sie können ein "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004188"Argument\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004189"\terhalten welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004190"\n"
4191"Gültige Journal-Optionen sind:\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004192"\tsize=<Journalgröße in Megabytes>\n"
4193"\tdevice=<Journal-Gerät>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004194"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004195"Die Journalgröße muss zwischen 1024 und 102400 Dateisystem-Blöcken liegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004196"\n"
4197
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004198#: misc/util.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004199msgid ""
4200"\n"
4201"Filesystem too small for a journal\n"
4202msgstr ""
4203"\n"
4204"Dateisystem zu klein für ein Journal\n"
4205
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004206#: misc/util.c:262
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004207#, c-format
4208msgid ""
4209"\n"
4210"The requested journal size is %d blocks; it must be\n"
4211"between 1024 and 102400 blocks. Aborting.\n"
4212msgstr ""
4213"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004214"Die angegebene Journalgröße ist %d Blöcke. Sie muss aber zwischen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004215"1024 und 102400 Dateisystem-Blöcken liegen. Breche ab! \n"
4216
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004217#: misc/util.c:270
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004218msgid ""
4219"\n"
4220"Journal size too big for filesystem.\n"
4221msgstr ""
4222"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004223"Das Journal ist zu groß für dieses Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004225#: misc/util.c:294
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004226#, c-format
4227msgid ""
4228"This filesystem will be automatically checked every %d mounts or\n"
4229"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4230msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004231"Das Dateisystem wird automatisch alle %d Mounts bzw. alle %g Tage "
4232"überprüft,\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004233"je nachdem, was zuerst eintritt. Veränderbar mit tune2fs -c oder -t .\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004234
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004235#: misc/uuidgen.c:30
4236#, c-format
4237msgid "Usage: %s [-r] [-t]\n"
4238msgstr "Verwendung: %s [-r] [-t]\n"
4239
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004240#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004241msgid "# Extent dump:\n"
4242msgstr "# Extent dump:\n"
4243
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004244#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004245#, c-format
4246msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4247msgstr "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4248
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004249#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004250#, c-format
4251msgid "#\t\t %u -> %u (%d)\n"
4252msgstr "#\t\t %u -> %u (%d)\n"
4253
Theodore Ts'obc759702005-05-09 20:40:55 -04004254#: resize/main.c:34
4255#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004256msgid ""
Theodore Ts'obc759702005-05-09 20:40:55 -04004257"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004258"\n"
4259msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004260"Verwendung: %s [-d debug_flags] [-f] [-F] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004261"\n"
4262
Theodore Ts'obc759702005-05-09 20:40:55 -04004263#: resize/main.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004264msgid "Extending the inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004265msgstr "Vergrößere Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004266
Theodore Ts'obc759702005-05-09 20:40:55 -04004267#: resize/main.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004268msgid "Relocating blocks"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004269msgstr "Verteile Blöcke neu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004270
Theodore Ts'obc759702005-05-09 20:40:55 -04004271#: resize/main.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004272msgid "Scanning inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004273msgstr "Scanne Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004274
Theodore Ts'obc759702005-05-09 20:40:55 -04004275#: resize/main.c:65
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004276msgid "Updating inode references"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004277msgstr "Aktualisiere Inode-Referenzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004278
Theodore Ts'obc759702005-05-09 20:40:55 -04004279#: resize/main.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004280msgid "Moving inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004281msgstr "Verschiebe Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004282
Theodore Ts'obc759702005-05-09 20:40:55 -04004283#: resize/main.c:71
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004284msgid "Unknown pass?!?"
4285msgstr "Unbekannter Durchgang?!?"
4286
Theodore Ts'obc759702005-05-09 20:40:55 -04004287#: resize/main.c:74
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004288#, c-format
4289msgid "Begin pass %d (max = %lu)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004290msgstr "Beginne Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004291
Theodore Ts'obc759702005-05-09 20:40:55 -04004292#: resize/main.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004293#, c-format
4294msgid ""
4295"%s is mounted; can't resize a mounted filesystem!\n"
4296"\n"
4297msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004298"%s ist eingehängt, kann die Größe deshalb nicht verändern!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004299"\n"
4300
Theodore Ts'obc759702005-05-09 20:40:55 -04004301#: resize/main.c:251
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004302#, c-format
4303msgid "bad filesystem size - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004304msgstr "ungültige Dateisystemgröße - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004305
Theodore Ts'obc759702005-05-09 20:40:55 -04004306#: resize/main.c:278
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004307#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004308msgid ""
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004309"The containing partition (or device) is only %d (%dk) blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004310"You requested a new size of %d blocks.\n"
4311"\n"
4312msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004313"Die Partition (oder das Gerät) enthält nur %d (%dk) Blöcke.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004314"Die geforderte neue Größe ist %d Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004315"\n"
4316
Theodore Ts'obc759702005-05-09 20:40:55 -04004317#: resize/main.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004318#, c-format
4319msgid ""
4320"The filesystem is already %d blocks long. Nothing to do!\n"
4321"\n"
4322msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004323"Das Dateisystem ist schon %d Blöcke groß. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004324"\n"
4325
Theodore Ts'obc759702005-05-09 20:40:55 -04004326#: resize/main.c:292
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004327#, c-format
4328msgid ""
4329"Please run 'e2fsck -f %s' first.\n"
4330"\n"
4331msgstr ""
4332"Bitte zuerst 'e2fsck -f %s ' laufen lassen.\n"
4333"\n"
4334
Theodore Ts'obc759702005-05-09 20:40:55 -04004335#: resize/main.c:302
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004336#, c-format
4337msgid "while trying to resize %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004338msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004339
Theodore Ts'obc759702005-05-09 20:40:55 -04004340#: resize/main.c:307
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004341#, c-format
4342msgid ""
4343"The filesystem on %s is now %d blocks long.\n"
4344"\n"
4345msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004346"Das Dateisystem auf %s ist nun %d Blöcke groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004347"\n"
4348
Theodore Ts'obc759702005-05-09 20:40:55 -04004349#: resize/resize2fs.c:579
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004350msgid "reserved blocks"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004351msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004352
Theodore Ts'obc759702005-05-09 20:40:55 -04004353#: resize/resize2fs.c:584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004354msgid "blocks to be moved"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004355msgstr "zu verschiebene Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004356
Theodore Ts'obc759702005-05-09 20:40:55 -04004357#: resize/resize2fs.c:589
4358msgid "meta-data blocks"
4359msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004360
Theodore Ts'obc759702005-05-09 20:40:55 -04004361#: resize/resize2fs.c:1469
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004362#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004363msgid "Should never happen: resize inode corrupt!\n"
4364msgstr ""
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004365
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004366#~ msgid "Clone duplicate/bad blocks"
4367#~ msgstr "Dupliziere doppelte und defekte Blöcke"
4368
4369#~ msgid "Duplicate/bad @b(s) in @i %i:"
4370#~ msgstr "Doppelte/defekte @b(s) in @i %i:"
4371
4372#~ msgid "Error allocating @a @b %b. "
4373#~ msgstr "Fehler allocating @a @b %b. "
4374
Theodore Ts'obc759702005-05-09 20:40:55 -04004375#~ msgid "resize2fs %s (%s)\n"
4376#~ msgstr "resize2fs %s (%s)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004377
Theodore Ts'obc759702005-05-09 20:40:55 -04004378#~ msgid "Number of free blocks: %d/%d, Needed: %d\n"
4379#~ msgstr "Anzahl der freien Blöcke ist: %d / %d ; benötigt: %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004380
Theodore Ts'obc759702005-05-09 20:40:55 -04004381#~ msgid "Going into desperation mode for block allocations\n"
4382#~ msgstr "Gehe in Verzweifelungs-Modus für die Blockzuordnung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004383
Theodore Ts'obc759702005-05-09 20:40:55 -04004384#~ msgid "Moving %d blocks %u->%u\n"
4385#~ msgstr "Verschiebe %d Blöcke %u->%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004386
Theodore Ts'obc759702005-05-09 20:40:55 -04004387#~ msgid "ino=%u, blockcnt=%lld, %u->%u\n"
4388#~ msgstr "ino=%u, blockcnt=%lld, %u->%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004389
Theodore Ts'obc759702005-05-09 20:40:55 -04004390#~ msgid "Inode moved %u->%u\n"
4391#~ msgstr "Inode verschoben %u->%u\n"
4392
4393#~ msgid "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
4394#~ msgstr "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
4395
4396#~ msgid "Itable move group %d block %u->%u (diff %d)\n"
4397#~ msgstr "Itable move group %d block %u->%u (diff %d)\n"
4398
4399#~ msgid "%d blocks of zeros...\n"
4400#~ msgstr "%d Blöcke mit Nullen...\n"
4401
4402#~ msgid "Inode table move finished.\n"
4403#~ msgstr "Verschieben der Inode-Tabelle fertiggestellt.\n"
4404
4405#~ msgid "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
4406#~ msgstr "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
4407
4408#~ msgid "(unknown os)"
4409#~ msgstr "(unbekanntes OS)"
Theodore Ts'of592bed2003-07-26 00:51:54 -04004410
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004411#~ msgid ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004412#~ "\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004413#~ "%8d inode used (%d%%)\n"
4414#~ msgid_plural ""
4415#~ "\n"
4416#~ "%8d inodes used (%d%%)\n"
4417#~ msgstr[0] ""
4418#~ "\n"
4419#~ "%8d Inode benutzt (%d%%)\n"
4420#~ msgstr[1] ""
4421#~ "\n"
4422#~ "%8d Inodes benutzt (%d%%)\n"
4423
4424#~ msgid "%8d non-contiguous inode (%0d.%d%%)\n"
4425#~ msgid_plural "%8d non-contiguous inodes (%0d.%d%%)\n"
4426#~ msgstr[0] "%8d nicht zusammenhängender Inode (%0d.%d%%)\n"
4427#~ msgstr[1] "%8d nicht zusammenhängende Inodes (%0d.%d%%)\n"
4428
4429#~ msgid "%8d block used (%d%%)\n"
4430#~ msgid_plural "%8d blocks used (%d%%)\n"
4431#~ msgstr[0] "%8d Block benutzt (%d%%)\n"
4432#~ msgstr[1] "%8d Blöcke benutzt (%d%%)\n"
4433
4434#~ msgid "%8d bad block\n"
4435#~ msgid_plural "%8d bad blocks\n"
4436#~ msgstr[0] "%8d defekter Block\n"
4437#~ msgstr[1] "%8d defekte Blöcke\n"
4438
4439#~ msgid "%8d large file\n"
4440#~ msgid_plural "%8d large files\n"
4441#~ msgstr[0] "%8d große Datei\n"
4442#~ msgstr[1] "%8d große Dateien\n"
4443
4444#~ msgid ""
4445#~ "\n"
4446#~ "%8d regular file\n"
4447#~ msgid_plural ""
4448#~ "\n"
4449#~ "%8d regular files\n"
4450#~ msgstr[0] ""
4451#~ "\n"
4452#~ "%8d gewöhnliche Datei\n"
4453#~ msgstr[1] ""
4454#~ "\n"
4455#~ "%8d gewöhnliche Dateien\n"
4456
4457#~ msgid "%8d directory\n"
4458#~ msgid_plural "%8d directories\n"
4459#~ msgstr[0] "%8d Verzeichnis\n"
4460#~ msgstr[1] "%8d Verzeichnisse\n"
4461
4462#~ msgid "%8d character device file\n"
4463#~ msgid_plural "%8d character device files\n"
4464#~ msgstr[0] "%8d »character device«-Datei\n"
4465#~ msgstr[1] "%8d »character device«-Dateien\n"
4466
4467#~ msgid "%8d block device file\n"
4468#~ msgid_plural "%8d block device files\n"
4469#~ msgstr[0] "%8d »block device«-Datei\n"
4470#~ msgstr[1] "%8d »block device«-Dateien\n"
4471
4472#~ msgid "%8d fifo\n"
4473#~ msgid_plural "%8d fifos\n"
4474#~ msgstr[0] "%8d FIFO\n"
4475#~ msgstr[1] "%8d FIFOs\n"
4476
4477#~ msgid "%8d link\n"
4478#~ msgid_plural "%8d links\n"
4479#~ msgstr[0] "%8d Link\n"
4480#~ msgstr[1] "%8d Links\n"
4481
4482#~ msgid "%8d symbolic link"
4483#~ msgid_plural "%8d symbolic links"
4484#~ msgstr[0] "%8d symbolischer Link"
4485#~ msgstr[1] "%8d symbolische Links"
4486
4487#~ msgid " (%d fast symbolic link)\n"
4488#~ msgid_plural " (%d fast symbolic links)\n"
4489#~ msgstr[0] " (%d schneller symbolischer Link)\n"
4490#~ msgstr[1] " (%d schnelle symbolische Links)\n"
4491
4492#~ msgid "%8d socket\n"
4493#~ msgid_plural "%8d sockets\n"
4494#~ msgstr[0] "%8d Socket\n"
4495#~ msgstr[1] "%8d Sockets\n"
4496
4497#~ msgid "%8d file\n"
4498#~ msgid_plural "%8d files\n"
4499#~ msgstr[0] "%8d Datei\n"
4500#~ msgstr[1] "%8d Dateien\n"
4501
4502#~ msgid ""
4503#~ "\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004504#~ "This inconsistency can not be fixed with e2fsck; to fix it, use\n"
4505#~ "dumpe2fs -b to dump out the bad @b list and e2fsck -L filename\n"
4506#~ "to read it back in again.\n"
4507#~ msgstr ""
4508#~ "\n"
4509#~ "Diese Defekte können nicht mit e2fsck behoben werden. Benutzen\n"
4510#~ "Sie stattdessen 'dumpe2fs -b' zum Auslesen der defekten @b Liste und\n"
4511#~ "'e2fsck -L DATEINAME' zum Wiedereinlesen.\n"
4512
4513#~ msgid "during seek on block %d"
4514#~ msgstr "beim Suchen in Block %d"
4515
4516#~ msgid ""
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004517#~ "%8d blocks used (%d%%)\n"
4518#~ "%8d bad blocks\n"
4519#~ msgstr ""
4520#~ "%8d Blöcke benutzt (%d%%)\n"
4521#~ "%8d defekte Blöcke\n"
4522
4523#~ msgid ""
4524#~ "\n"
4525#~ "%8d regular files\n"
4526#~ "%8d directories\n"
4527#~ "%8d character device files\n"
4528#~ "%8d block device files\n"
4529#~ "%8d fifos\n"
4530#~ "%8d links\n"
4531#~ "%8d symbolic links (%d fast symbolic links)\n"
4532#~ "%8d sockets\n"
4533#~ "--------\n"
4534#~ "%8d files\n"
4535#~ msgstr ""
4536#~ "\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004537#~ "%8d reguläre Dateien\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004538#~ "%8d Verzeichnisse\n"
4539#~ "%8d character device Dateien\n"
4540#~ "%8d block device Dateien\n"
4541#~ "%8d fifos\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004542#~ "%8d Links\n"
4543#~ "%8d symbolische Links (%d schnelle symbolische Links)\n"
4544#~ "%8d Sockets\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004545#~ "--------\n"
4546#~ "%8d Dateien\n"
4547
4548#~ msgid "Initializing random test data\n"
4549#~ msgstr "Initialisiere Zufalls-Test-Daten\n"
4550
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004551#~ msgid "%8d large file%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004552#~ msgstr "%8d große Dateien %s\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004553
4554#~ msgid "ext2fs_check_if_mount"
4555#~ msgstr "ext2fs_check_if_mount"
4556
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004557#~ msgid "Couldn't allocate memory to parse extended options!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004558#~ msgstr ""
4559#~ "Konnte keinen Speicher zum Parsen der erweiterten Optionen zuweisen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004560
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004561#~ msgid "Could not determine filesystem type for %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004562#~ msgstr "Konnte den Dateisystemtyp für %s nicht feststellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004563
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004564#~ msgid "WARNING: %s: bad UUID\n"
4565#~ msgstr "WARNUNG: %s: falscher UUID\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004566
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004567#~ msgid "while trying to read the bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004568#~ msgstr "beim Lesen der Bitmaps"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004569
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004570#~ msgid "bmap journal inode %ld, block %d\n"
4571#~ msgstr "bmap Journal Inode %ld, Block %d\n"
4572
4573#~ msgid "Debug error in e2fsck adjust_inode_count, should never happen.\n"
4574#~ msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004575#~ "Debug Fehler in e2fsck adjust_inode_count, sollte niemals auftreten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004576
4577#~ msgid "*** WARNING *** leaving data in the @j may be DANGEROUS.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004578#~ msgstr "*** WARNUNG *** Hinterlasse Daten im @j - konnte GEFÄHRLICH sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004579
4580#~ msgid "Group %lu: (Blocks 0x%04x -- 0x%04x)\n"
4581#~ msgstr "Gruppe %lu: (Blöcke 0x%04x -- 0x%04x)\n"
4582
4583#~ msgid " %s Superblock at 0x%04x, Group Descriptors at 0x%04x-0x%04x\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004584#~ msgstr " %s Superblock in 0x%04x, Gruppendescriptoren in 0x%04x-0x%04x\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004585
4586#~ msgid " %s Superblock at %u, Group Descriptors at %u-%u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004587#~ msgstr " %s Superblock in %u, Gruppendescriptoren in %u-%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004588
4589#~ msgid ""
4590#~ " Block bitmap at 0x%04x (+%d), Inode bitmap at 0x%04x (+%d)\n"
4591#~ " Inode table at 0x%04x-0x%04x (+%d)\n"
4592#~ msgstr ""
4593#~ " Block bitmap at 0x%04x (+%d), Inode bitmap at 0x%04x (+%d)\n"
4594#~ " Inode table at 0x%04x-0x%04x (+%d)\n"
4595
4596#~ msgid ""
4597#~ " Block bitmap at %u (+%d), Inode bitmap at %u (+%d)\n"
4598#~ " Inode table at %u-%u (+%d)\n"
4599#~ msgstr ""
4600#~ " Block bitmap at %u (+%d), Inode bitmap at %u (+%d)\n"
4601#~ " Inode table at %u-%u (+%d)\n"
4602
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004603#~ msgid "Do you really want to skip less than a sector??\n"
4604#~ msgstr "Wollen sie wirklich weniger als einen Sektor überspringen??\n"
4605
4606#~ msgid "Have to start at 0 or greater,not %ld\n"
4607#~ msgstr "Muss mit grösser/gleich Null beginnen, nicht %ld\n"
4608
4609#~ msgid "read failed"
4610#~ msgstr "read failed"
4611
4612#~ msgid "Failed on %d at %ld\n"
4613#~ msgstr "Gescheitert in %d auf %ld\n"
4614
4615#~ msgid ""
4616#~ "\n"
4617#~ "No devices specified to be checked!\n"
4618#~ msgstr ""
4619#~ "\n"
4620#~ "Keine Geräte zur Überprüfung angegeben!\n"