blob: 774b098f47c381d0850fe40342ba8e7672a3cf8c [file] [log] [blame]
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001# Deutsche Übersetzungen für e2fsprogs
2# Copyright (C) 1996 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
4# Olaf Klemke <olke@users.sourceforge.net>,2002
5# Marc Langer <marc@marclanger.de>,2003
6# Philipp Thomas <pth@suse.de>, 2007, 2008
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04008#. The strings in e2fsck's problem.c can be very hard to translate,
9#. since the strings are expanded in two different ways. First of all,
10#. there is an @-expansion, where strings like "@i" are expanded to
11#. "inode", and so on. In order to make it easier for translators, the
12#. e2fsprogs po template file has been enhanced with comments that show
13#. the @-expansion, for the strings in the problem.c file.
14#.
15#. Translators are free to use the @-expansion facility if they so
16#. choose, by providing translations for strings in e2fsck/message.c.
17#. These translation can completely replace an expansion; for example,
18#. if "bblock" (which indicated that "@b" would be expanded to "block")
19#. is translated as "ddatenverlust", then "@d" will be expanded to
20#. "datenverlust". Alternatively, translators can simply not use the
21#. @-expansion facility at all.
22#.
23#. The second expansion which is done for e2fsck's problem.c messages is
24#. a dynamic %-expansion, which expands %i as an inode number, and so
25#. on. A table of these expansions can be found below. Note that
26#. %-expressions that begin with "%D" and "%I" are two-character
27#. expansions; so for example, "%Iu" expands to the inode's user id
28#. ownership field (inode->i_uid).
29#.
30#. %b <blk> block number
31#. %B <blkcount> integer
32#. %c <blk2> block number
33#. %Di <dirent> -> ino inode number
34#. %Dn <dirent> -> name string
35#. %Dr <dirent> -> rec_len
36#. %Dl <dirent> -> name_len
37#. %Dt <dirent> -> filetype
38#. %d <dir> inode number
39#. %g <group> integer
40#. %i <ino> inode number
41#. %Is <inode> -> i_size
42#. %IS <inode> -> i_extra_isize
43#. %Ib <inode> -> i_blocks
44#. %Il <inode> -> i_links_count
45#. %Im <inode> -> i_mode
46#. %IM <inode> -> i_mtime
47#. %IF <inode> -> i_faddr
48#. %If <inode> -> i_file_acl
49#. %Id <inode> -> i_dir_acl
50#. %Iu <inode> -> i_uid
51#. %Ig <inode> -> i_gid
52#. %j <ino2> inode number
53#. %m <com_err error message>
54#. %N <num>
55#. %p ext2fs_get_pathname of directory <ino>
56#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
57#. the containing directory. (If dirent is NULL
58#. then return the pathname of directory <ino2>)
59#. %q ext2fs_get_pathname of directory <dir>
60#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
61#. the containing directory.
62#. %s <str> miscellaneous string
63#. %S backup superblock
64#. %X <num> hexadecimal format
65#.
Theodore Ts'oa2328c92002-10-30 23:26:03 -050066msgid ""
67msgstr ""
Philipp Thomas67671422008-05-14 18:42:45 -040068"Project-Id-Version: e2fsprogs-1.40.8\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050069"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -050070"POT-Creation-Date: 2008-02-28 21:45-0500\n"
Philipp Thomas67671422008-05-14 18:42:45 -040071"PO-Revision-Date: 2008-05-14 11:45+0200\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040072"Last-Translator: Philipp Thomas <pth@suse.de>\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -050073"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050074"MIME-Version: 1.0\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040075"Content-Type: text/plain; charset=UTF-8\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050076"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050077"Plural-Forms: nplurals=2; plural=(n != 1);\n"
78
Theodore Ts'o8f741372008-02-28 21:47:05 -050079#: e2fsck/badblocks.c:22 misc/mke2fs.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -050080#, c-format
81msgid "Bad block %u out of range; ignored.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040082msgstr "Bad block %u außerhalb des gültigen Bereichs; ignoriert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050083
84#: e2fsck/badblocks.c:45
85msgid "while sanity checking the bad blocks inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -040086msgstr "während der logischen Prüfung des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050087
88#: e2fsck/badblocks.c:57
89msgid "while reading the bad blocks inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -040090msgstr "während des Lesens des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050091
Theodore Ts'oa04eba32003-05-03 16:35:17 -040092#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o8f741372008-02-28 21:47:05 -050093#: e2fsck/unix.c:1010 e2fsck/unix.c:1093 misc/badblocks.c:1025
Theodore Ts'o851bcf32007-07-08 12:09:40 -040094#: misc/badblocks.c:1033 misc/badblocks.c:1047 misc/badblocks.c:1059
Theodore Ts'o8f741372008-02-28 21:47:05 -050095#: misc/dumpe2fs.c:483 misc/e2image.c:571 misc/e2image.c:664
96#: misc/e2image.c:680 misc/mke2fs.c:173 misc/tune2fs.c:916 resize/main.c:296
Theodore Ts'oa2328c92002-10-30 23:26:03 -050097#, c-format
98msgid "while trying to open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040099msgstr "beim Versuch, %s zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500100
101#: e2fsck/badblocks.c:82
102#, c-format
103msgid "while trying popen '%s'"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400104msgstr "beim Versuch, »%s« mittels »popen« zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500105
Theodore Ts'o8f741372008-02-28 21:47:05 -0500106#: e2fsck/badblocks.c:93 misc/mke2fs.c:180
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500107msgid "while reading in list of bad blocks from file"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400108msgstr "beim Lesen der »Bad Block«-Liste aus der Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500109
Theodore Ts'o8f741372008-02-28 21:47:05 -0500110#: e2fsck/badblocks.c:104
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500111msgid "while updating bad block inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400112msgstr "beim Updaten des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500113
Theodore Ts'o8f741372008-02-28 21:47:05 -0500114#: e2fsck/badblocks.c:130
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500115#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400116msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Philipp Thomas67671422008-05-14 18:42:45 -0400117msgstr "Warnung: Nicht zulässiger Block %u im »Bad Blocks«-Inode gefunden! Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500118
119#: e2fsck/ehandler.c:53
120#, c-format
121msgid "Error reading block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400122msgstr "Lesefehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500123
124#: e2fsck/ehandler.c:56
125#, c-format
126msgid "Error reading block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400127msgstr "Lesefehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500128
129#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
130msgid "Ignore error"
131msgstr "Ignoriere Fehler"
132
133#: e2fsck/ehandler.c:60
134msgid "Force rewrite"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400135msgstr "Rückschreiben erzwingen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500136
137#: e2fsck/ehandler.c:100
138#, c-format
139msgid "Error writing block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400140msgstr "Schreibfehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500141
142#: e2fsck/ehandler.c:103
143#, c-format
144msgid "Error writing block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400145msgstr "Schreibfehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500146
147#: e2fsck/emptydir.c:56
148msgid "empty dirblocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400149msgstr "leere Verzeichnisblöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500150
151#: e2fsck/emptydir.c:61
152msgid "empty dir map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500153msgstr "leere Verzeichnisliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500155#: e2fsck/emptydir.c:97
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500156#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400157msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500158msgstr "leerer Verzeichnisblock %u (#%d) im Inode %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500159
160#: e2fsck/extend.c:21
161#, c-format
162msgid "%s: %s filename nblocks blocksize\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400163msgstr "%s: %s Dateiname nblocks Blockgröße\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500164
165#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500166#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500167msgid "Illegal number of blocks!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400168msgstr "Blockanzahl nicht zulässig!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500169
170#: e2fsck/extend.c:49
171#, c-format
172msgid "Couldn't allocate block buffer (size=%d)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400173msgstr "Konnte keinen Blockpuffer (Größe=%d) reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500174
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400175#: e2fsck/flushb.c:34
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500176#, c-format
177msgid "Usage: %s disk\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400178msgstr "Aufruf: %s Laufwerk\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500179
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400180#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500181#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500182msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400183msgstr "BLKFLSBUF ioctl nicht unterstützt! Kann Puffer nicht leeren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500184
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400185#: e2fsck/iscan.c:46
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500186#, c-format
187msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400188msgstr "Aufruf: %s [-F] [-I inode_buffer_blocks] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500189
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500190#: e2fsck/iscan.c:83 e2fsck/unix.c:786
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500191#, c-format
192msgid "while opening %s for flushing"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400193msgstr "beim Öffnen von %s für die Puffer-Leerung."
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500194
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500195#: e2fsck/iscan.c:88 e2fsck/unix.c:792 resize/main.c:274
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500196#, c-format
197msgid "while trying to flush %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400198msgstr "während des Rückschreibeversuches auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500199
Theodore Ts'of1d5fce2008-02-09 23:19:35 -0500200#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:480
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500201msgid "while opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500202msgstr "beim Start des Inode-Scans"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500203
Theodore Ts'of1d5fce2008-02-09 23:19:35 -0500204#: e2fsck/iscan.c:129 misc/e2image.c:498
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500205msgid "while getting next inode"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400206msgstr "beim Laden des nächsten Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500207
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400208#: e2fsck/iscan.c:138
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500209#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400210msgid "%u inodes scanned.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400211msgstr "%u Inodes untersucht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500212
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500213#: e2fsck/journal.c:501
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500214msgid "reading journal superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500215msgstr "Lese Journal-Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500216
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500217#: e2fsck/journal.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500218#, c-format
219msgid "%s: no valid journal superblock found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400220msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500221
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500222#: e2fsck/journal.c:567
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500223#, c-format
224msgid "%s: journal too short\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400225msgstr "%s: Das Journal ist zu kurz\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500226
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500227#: e2fsck/journal.c:841
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500228#, c-format
229msgid "%s: recovering journal\n"
230msgstr "%s: stelle das Journal wieder her\n"
231
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500232#: e2fsck/journal.c:843
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500233#, c-format
234msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500235msgstr "%s: Das Journal ist nur lesbar - Keine Wiederherstellung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500236
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500237#: e2fsck/journal.c:864
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500238#, c-format
239msgid "while trying to re-open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400240msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500241
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400242#: e2fsck/message.c:109
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500243msgid "aextended attribute"
244msgstr "aerweiterte Eigenschaft"
245
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400246#: e2fsck/message.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500247msgid "Aerror allocating"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500248msgstr "AFehler beim Zuweisen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500249
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400250#: e2fsck/message.c:111
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500251msgid "bblock"
252msgstr "bBlock"
253
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400254#: e2fsck/message.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500255msgid "Bbitmap"
256msgstr "BBitmap"
257
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400258#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500259msgid "ccompress"
260msgstr "ckomprimieren"
261
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400262#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500263msgid "Cconflicts with some other fs @b"
264msgstr "CKonflikte mit anderen Dateisystemen @b"
265
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400266#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500267msgid "iinode"
268msgstr "iInode"
269
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400270#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500271msgid "Iillegal"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400272msgstr "Inicht zulässig"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500273
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400274#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500275msgid "jjournal"
276msgstr "jJournal"
277
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400278#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500279msgid "Ddeleted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400280msgstr "Dgelöscht"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500281
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400282#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500283msgid "ddirectory"
284msgstr "dVerzeichnis"
285
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400286#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500287msgid "eentry"
288msgstr "eEintrag"
289
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400290#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500291msgid "E@e '%Dn' in %p (%i)"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400292msgstr "E@e »%Dn« in %p (%i)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500293
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400294#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500295msgid "ffilesystem"
296msgstr "fDateisystem"
297
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400298#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500299msgid "Ffor @i %i (%Q) is"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400300msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500301
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400302#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500303msgid "ggroup"
304msgstr "gGruppe"
305
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400306#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500307msgid "hHTREE @d @i"
308msgstr "hHTREE @d @i"
309
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400310#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500311msgid "llost+found"
312msgstr "llost+found"
313
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400314#: e2fsck/message.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500315msgid "Lis a link"
316msgstr "List ein Link"
317
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400318#: e2fsck/message.c:128
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400319msgid "mmultiply-claimed"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400320msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400321
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400322#: e2fsck/message.c:129
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400323msgid "ninvalid"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400324msgstr "nungültig"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400325
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400326#: e2fsck/message.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500327msgid "oorphaned"
328msgstr "overwaist"
329
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400330#: e2fsck/message.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500331msgid "pproblem in"
332msgstr "pProblem in"
333
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400334#: e2fsck/message.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500335msgid "rroot @i"
336msgstr "rRoot @i"
337
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400338#: e2fsck/message.c:133
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500339msgid "sshould be"
340msgstr "ssollte sein"
341
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400342#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500343msgid "Ssuper@b"
344msgstr "SSuper@b"
345
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400346#: e2fsck/message.c:135
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500347msgid "uunattached"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500348msgstr "unicht verbunden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500349
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400350#: e2fsck/message.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500351msgid "vdevice"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400352msgstr "vGerät"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500353
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400354#: e2fsck/message.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500355msgid "zzero-length"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400356msgstr "zNull-Länge"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500357
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400358#: e2fsck/message.c:148
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500359msgid "<The NULL inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500360msgstr "<Der NULL Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500361
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400362#: e2fsck/message.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500363msgid "<The bad blocks inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400364msgstr "<Der »Bad Blocks«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500365
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400366#: e2fsck/message.c:151
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500367msgid "<The ACL index inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400368msgstr "<Der »ACL Index«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500369
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400370#: e2fsck/message.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500371msgid "<The ACL data inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400372msgstr "<Der »ACL Data«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500373
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400374#: e2fsck/message.c:153
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500375msgid "<The boot loader inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400376msgstr "<Der »Boot Loader«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500377
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400378#: e2fsck/message.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500379msgid "<The undelete directory inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400380msgstr "<Der »undelete directory«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500381
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400382#: e2fsck/message.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500383msgid "<The group descriptor inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400384msgstr "<Des »group descriptor«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500385
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400386#: e2fsck/message.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500387msgid "<The journal inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500388msgstr "<Der Journal-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500389
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400390#: e2fsck/message.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500391msgid "<Reserved inode 9>"
392msgstr "<Der reservierte Inode 9>"
393
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400394#: e2fsck/message.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500395msgid "<Reserved inode 10>"
396msgstr "<Der reservierte Inode 10>"
397
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400398#: e2fsck/message.c:314
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500399#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400400msgid "regular file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400401msgstr "'reguläre Datei"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400402
403#: e2fsck/message.c:316
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500404#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400405msgid "directory"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500406msgstr "Verzeichnis"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400407
408#: e2fsck/message.c:318
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500409#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400410msgid "character device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400411msgstr "zeichenorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400412
413#: e2fsck/message.c:320
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500414#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400415msgid "block device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400416msgstr "Blockgerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400417
418#: e2fsck/message.c:322
419#, c-format
420msgid "named pipe"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400421msgstr "named pipe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400422
423#: e2fsck/message.c:324
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500424#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400425msgid "symbolic link"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400426msgstr "symbolische Verknüpfung"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400427
428#: e2fsck/message.c:326
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500429#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400430msgid "socket"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500431msgstr " Socket"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400432
433#: e2fsck/message.c:328
434#, c-format
435msgid "unknown file type with mode 0%o"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400436msgstr "unbekannter Dateityp mit Modus 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400437
438#: e2fsck/pass1b.c:215
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500439msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500440msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500441
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400442#: e2fsck/pass1b.c:566 e2fsck/pass1b.c:703
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500443#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500444msgid "internal error; can't find dup_blk for %u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400445msgstr "interner Fehler; dup_blk für %u nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500446
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400447#: e2fsck/pass1b.c:746
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500448msgid "returned from clone_file_block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400449msgstr "zurückgegeben von clone_file_block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500450
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400451#: e2fsck/pass1b.c:765
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400452#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400453msgid "internal error: couldn't lookup EA block record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400454msgstr "interner Fehler: EA Blockliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400455
456#: e2fsck/pass1b.c:777
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400457#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400458msgid "internal error: couldn't lookup EA inode record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400459msgstr "Interner Fehler: EA Inodeliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400460
Theodore Ts'o8f741372008-02-28 21:47:05 -0500461#: e2fsck/pass1.c:404 e2fsck/pass2.c:770
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400462msgid "reading directory block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400463msgstr "lese Verzeichnisblock"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400464
465#: e2fsck/pass1.c:521
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500466msgid "in-use inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400467msgstr "»in-use inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500468
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400469#: e2fsck/pass1.c:530
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500470msgid "directory inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400471msgstr "»directory inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500472
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400473#: e2fsck/pass1.c:538
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500474msgid "regular file inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400475msgstr "»regular file inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500476
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400477#: e2fsck/pass1.c:545
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500478msgid "in-use block map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400479msgstr "»in-use block«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500480
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400481#: e2fsck/pass1.c:599
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400482msgid "opening inode scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400483msgstr "Starte Inode-Scan"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500484
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400485#: e2fsck/pass1.c:623
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400486msgid "getting next inode from scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400487msgstr "beim Lesen des nächsten Inodes"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400488
489#: e2fsck/pass1.c:1016
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500490msgid "Pass 1"
491msgstr "Durchgang 1"
492
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400493#: e2fsck/pass1.c:1075
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500494#, c-format
495msgid "reading indirect blocks of inode %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400496msgstr "lese indirekte Blöcke von Inode %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500497
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400498#: e2fsck/pass1.c:1117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500499msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500500msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500501
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400502#: e2fsck/pass1.c:1139
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500503msgid "inode in bad block map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400504msgstr "Inode in »Bad Blocks«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500505
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400506#: e2fsck/pass1.c:1159
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500507msgid "imagic inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400508msgstr "i»magic inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500509
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400510#: e2fsck/pass1.c:1186
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500511msgid "multiply claimed block map"
512msgstr "multiply claimed block map"
513
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400514#: e2fsck/pass1.c:1285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500515msgid "ext attr block map"
516msgstr "ext attr block map"
517
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500518#: e2fsck/pass1.c:2072
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500519msgid "block bitmap"
520msgstr "block bitmap"
521
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500522#: e2fsck/pass1.c:2076
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500523msgid "inode bitmap"
524msgstr "inode bitmap"
525
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500526#: e2fsck/pass1.c:2080
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500527msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500528msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500529
Theodore Ts'o8f741372008-02-28 21:47:05 -0500530#: e2fsck/pass2.c:283
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500531msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400532msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500533
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400534#: e2fsck/pass3.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500535msgid "inode done bitmap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400536msgstr "»inode done«-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500537
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400538#: e2fsck/pass3.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500539msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500540msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500541
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400542#: e2fsck/pass3.c:145
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500543msgid "Pass 3"
544msgstr "Durchgang 3"
545
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400546#: e2fsck/pass3.c:333
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500547msgid "inode loop detection bitmap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400548msgstr "»inode loop detection«-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500549
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400550#: e2fsck/pass4.c:176
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500551msgid "Pass 4"
552msgstr "Durchgang 4"
553
554#: e2fsck/pass5.c:70
555msgid "Pass 5"
556msgstr "Durchgang 5"
557
Theodore Ts'obc759702005-05-09 20:40:55 -0400558#: e2fsck/problem.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500559msgid "(no prompt)"
560msgstr "(nicht interaktiv)"
561
Theodore Ts'obc759702005-05-09 20:40:55 -0400562#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500563msgid "Fix"
564msgstr "Repariere"
565
Theodore Ts'obc759702005-05-09 20:40:55 -0400566#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500567msgid "Clear"
568msgstr "Bereinige"
569
Theodore Ts'obc759702005-05-09 20:40:55 -0400570#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500571msgid "Relocate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400572msgstr "Zurücksetzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500573
Theodore Ts'obc759702005-05-09 20:40:55 -0400574#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500575msgid "Allocate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500576msgstr "Gebe frei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500577
Theodore Ts'obc759702005-05-09 20:40:55 -0400578#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500579msgid "Expand"
580msgstr "Erweitere"
581
Theodore Ts'obc759702005-05-09 20:40:55 -0400582#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500583msgid "Connect to /lost+found"
584msgstr "Verbinde nach /lost+found"
585
Theodore Ts'obc759702005-05-09 20:40:55 -0400586#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500587msgid "Create"
588msgstr "Erstelle"
589
Theodore Ts'obc759702005-05-09 20:40:55 -0400590#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500591msgid "Salvage"
592msgstr "Rette"
593
Theodore Ts'obc759702005-05-09 20:40:55 -0400594#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500595msgid "Truncate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400596msgstr "Verkürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500597
Theodore Ts'obc759702005-05-09 20:40:55 -0400598#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500599msgid "Clear inode"
600msgstr "Bereinige Inode"
601
Theodore Ts'obc759702005-05-09 20:40:55 -0400602#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500603msgid "Abort"
604msgstr "Abbrechen"
605
Theodore Ts'obc759702005-05-09 20:40:55 -0400606#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500607msgid "Split"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500608msgstr "Aufsplitten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500609
Theodore Ts'obc759702005-05-09 20:40:55 -0400610#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500611msgid "Continue"
612msgstr "Fortsetzen"
613
Theodore Ts'obc759702005-05-09 20:40:55 -0400614#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400615msgid "Clone multiply-claimed blocks"
616msgstr "multiply claimed block map"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500617
Theodore Ts'obc759702005-05-09 20:40:55 -0400618#: e2fsck/problem.c:65
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500619msgid "Delete file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400620msgstr "Lösche Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500621
Theodore Ts'obc759702005-05-09 20:40:55 -0400622#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500623msgid "Suppress messages"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400624msgstr "Ausgaben unterdrücken"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500625
Theodore Ts'obc759702005-05-09 20:40:55 -0400626#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500627msgid "Unlink"
628msgstr "Unlink"
629
Theodore Ts'obc759702005-05-09 20:40:55 -0400630#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500631msgid "Clear HTree index"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500632msgstr "Bereinige HTree-Index"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500633
Theodore Ts'obc759702005-05-09 20:40:55 -0400634#: e2fsck/problem.c:69
Theodore Ts'obc759702005-05-09 20:40:55 -0400635msgid "Recreate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400636msgstr "Zurücksetzen"
Theodore Ts'obc759702005-05-09 20:40:55 -0400637
638#: e2fsck/problem.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500639msgid "(NONE)"
640msgstr "(NICHTS)"
641
Theodore Ts'obc759702005-05-09 20:40:55 -0400642#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500643msgid "FIXED"
644msgstr "REPARIERT"
645
Theodore Ts'obc759702005-05-09 20:40:55 -0400646#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500647msgid "CLEARED"
648msgstr "BEREINIGT"
649
Theodore Ts'obc759702005-05-09 20:40:55 -0400650#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500651msgid "RELOCATED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400652msgstr "ZURÜCKGESETZT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500653
Theodore Ts'obc759702005-05-09 20:40:55 -0400654#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500655msgid "ALLOCATED"
656msgstr "FREIGEGEBEN"
657
Theodore Ts'obc759702005-05-09 20:40:55 -0400658#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500659msgid "EXPANDED"
660msgstr "ERWEITERT"
661
Theodore Ts'obc759702005-05-09 20:40:55 -0400662#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500663msgid "RECONNECTED"
664msgstr "WIEDER VERBUNDEN"
665
Theodore Ts'obc759702005-05-09 20:40:55 -0400666#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500667msgid "CREATED"
668msgstr "ANGELEGT"
669
Theodore Ts'obc759702005-05-09 20:40:55 -0400670#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500671msgid "SALVAGED"
672msgstr "GERETTET"
673
Theodore Ts'obc759702005-05-09 20:40:55 -0400674#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500675msgid "TRUNCATED"
676msgstr "BEENDET"
677
Theodore Ts'obc759702005-05-09 20:40:55 -0400678#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500679msgid "INODE CLEARED"
680msgstr "INODE BEREINIGT"
681
Theodore Ts'obc759702005-05-09 20:40:55 -0400682#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500683msgid "ABORTED"
684msgstr "ABGEBROCHEN"
685
Theodore Ts'obc759702005-05-09 20:40:55 -0400686#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500687msgid "SPLIT"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500688msgstr "ABGESPALTET"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500689
Theodore Ts'obc759702005-05-09 20:40:55 -0400690#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500691msgid "CONTINUING"
692msgstr "SETZE FORT"
693
Theodore Ts'obc759702005-05-09 20:40:55 -0400694#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400695msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400696msgstr "DOPPELTE/DEFEKTE BLÖCKE DUPLIZIERT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500697
Theodore Ts'obc759702005-05-09 20:40:55 -0400698#: e2fsck/problem.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500699msgid "FILE DELETED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400700msgstr "DATEI GELÖSCHT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500701
Theodore Ts'obc759702005-05-09 20:40:55 -0400702#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500703msgid "SUPPRESSED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400704msgstr "UNTERDRÜCKT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500705
Theodore Ts'obc759702005-05-09 20:40:55 -0400706#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500707msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500708msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500709
Theodore Ts'obc759702005-05-09 20:40:55 -0400710#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500711msgid "HTREE INDEX CLEARED"
712msgstr "HTREE INDEX BEREINIGT"
713
Theodore Ts'obc759702005-05-09 20:40:55 -0400714#: e2fsck/problem.c:97
Theodore Ts'obc759702005-05-09 20:40:55 -0400715msgid "WILL RECREATE"
716msgstr "ANGELEGT"
717
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400718#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400719#: e2fsck/problem.c:106
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500720msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400721msgstr "@b @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500722
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400723#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400724#: e2fsck/problem.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500725msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400726msgstr "@i @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500727
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400728#. @-expanded: inode table for group %g is not in group. (block %b)\n
729#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400730#: e2fsck/problem.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500731msgid ""
732"@i table for @g %g is not in @g. (@b %b)\n"
733"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
734msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400735"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
736"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500737
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400738#. @-expanded: \n
739#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
740#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
741#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
742#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
743#. @-expanded: e2fsck -b %S <device>\n
744#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400745#: e2fsck/problem.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500746#, c-format
747msgid ""
748"\n"
749"The @S could not be read or does not describe a correct ext2\n"
750"@f. If the @v is valid and it really contains an ext2\n"
751"@f (and not swap or ufs or something else), then the @S\n"
752"is corrupt, and you might try running e2fsck with an alternate @S:\n"
753" e2fsck -b %S <@v>\n"
754"\n"
755msgstr ""
756"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400757"@S ist unlesbar bzw. beschreibt kein gültiges ext2\n"
758"@f. Wenn @v gültig ist und ein ext2\n"
759"@f (kein swap oder ufs usw.) enthält, dann ist der @S\n"
760"beschädigt, und sie könnten e2fsck mit einem anderen @S:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500761" e2fsck -b %S <@v>\n"
762"\n"
763
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400764#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
765#. @-expanded: The physical size of the device is %c blocks\n
766#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400767#: e2fsck/problem.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500768msgid ""
769"The @f size (according to the @S) is %b @bs\n"
770"The physical size of the @v is %c @bs\n"
771"Either the @S or the partition table is likely to be corrupt!\n"
772msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400773"Die @f Größe ( laut @S) ist %b @bs\n"
774"Die physikalische Größe von @v ist %c @bs\n"
775"Entweder der @S oder die Partionstabelle ist beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500776
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400777#. @-expanded: superblock block_size = %b, fragsize = %c.\n
778#. @-expanded: This version of e2fsck does not support fragment sizes different\n
779#. @-expanded: from the block size.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400780#: e2fsck/problem.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500781msgid ""
782"@S @b_size = %b, fragsize = %c.\n"
783"This version of e2fsck does not support fragment sizes different\n"
784"from the @b size.\n"
785msgstr ""
786"@S @b_size = %b, fragsize = %c.\n"
Philipp Thomas67671422008-05-14 18:42:45 -0400787"Diese Version von e2fsck unterstützt keine von @b-Größen verschiedene Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500788
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400789#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400790#: e2fsck/problem.c:144
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500791msgid "@S @bs_per_group = %b, should have been %c\n"
792msgstr "@S @bs_per_group = %b, sollte %c sein.\n"
793
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400794#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400795#: e2fsck/problem.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500796msgid "@S first_data_@b = %b, should have been %c\n"
797msgstr "@S first_data_@b = %b, sollte %c haben.\n"
798
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400799#. @-expanded: filesystem did not have a UUID; generating one.\n
800#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400801#: e2fsck/problem.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500802msgid ""
803"@f did not have a UUID; generating one.\n"
804"\n"
805msgstr ""
806"@f hat keinen UUID ; generiere einen.\n"
807"\n"
808
Theodore Ts'obc759702005-05-09 20:40:55 -0400809#: e2fsck/problem.c:159
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400810#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500811msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400812"Note: if several inode or block bitmap blocks or part\n"
813"of the inode table require relocation, you may wish to try\n"
814"running e2fsck with the '-b %S' option first. The problem\n"
815"may lie only with the primary block group descriptors, and\n"
816"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500817"\n"
818msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400819"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
820"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
821"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400822"mit der Option »-b %S« zu starten. Das Problem könnte\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400823"im primären Blockgruppenbezeichner liegen, und seine\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500824"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500825"\n"
826
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400827#. @-expanded: Corruption found in superblock. (%s = %N).\n
828#: e2fsck/problem.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500829msgid "Corruption found in @S. (%s = %N).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400830msgstr "Beschädigung gefunden in @S. (%s = %N).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500831
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400832#. @-expanded: Error determining size of the physical device: %m\n
833#: e2fsck/problem.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500834#, c-format
835msgid "Error determining size of the physical @v: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400836msgstr "Fehler bei der Feststellung der Größe des physikalischen @v: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500837
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400838#. @-expanded: inode count in superblock is %i, should be %j.\n
839#: e2fsck/problem.c:178
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400840msgid "@i count in @S is %i, @s %j.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400841msgstr "@i-Anzahl in @S ist %i, sollte %j sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500842
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400843#: e2fsck/problem.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500844msgid "The Hurd does not support the filetype feature.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400845msgstr "Hurd unterstützt das Dateityp-Feature nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500846
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400847#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
848#: e2fsck/problem.c:187
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400849#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400850msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500851msgstr "@S hat einen defekten ext3 @j (@i %i).\n"
852
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400853#. @-expanded: External journal has multiple filesystem users (unsupported).\n
854#: e2fsck/problem.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500855msgid "External @j has multiple @f users (unsupported).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400856msgstr "Externes @j hat mehrere @f Nutzer (nicht unterstützt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500857
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400858#. @-expanded: Can't find external journal\n
859#: e2fsck/problem.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500860msgid "Can't find external @j\n"
861msgstr "Kann kein externes @j finden.\n"
862
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400863#. @-expanded: External journal has bad superblock\n
864#: e2fsck/problem.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500865msgid "External @j has bad @S\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400866msgstr "Externes @j hat ungültigen @S\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500867
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400868#. @-expanded: External journal does not support this filesystem\n
869#: e2fsck/problem.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500870msgid "External @j does not support this @f\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400871msgstr "Externes @j unterstützt nicht @f\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500872
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400873#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
874#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
875#. @-expanded: format.\n
876#. @-expanded: It is also possible the journal superblock is corrupt.\n
877#: e2fsck/problem.c:212
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500878msgid ""
879"Ext3 @j @S is unknown type %N (unsupported).\n"
Philipp Thomas67671422008-05-14 18:42:45 -0400880"It is likely that your copy of e2fsck is old and/or doesn't support this @j format.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500881"It is also possible the @j @S is corrupt.\n"
882msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400883"Ext3 @j @S ist eine unbekannter Type %N (nicht unterstützt).\n"
Philipp Thomas67671422008-05-14 18:42:45 -0400884"Es ist möglich, dass ihr e2fsck älter ist und/oder dieses @j Format nicht unterstützt.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400885"Es ist ebenso möglich, dass @j @S defekt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500886
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400887#. @-expanded: Ext3 journal superblock is corrupt.\n
888#: e2fsck/problem.c:220
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500889msgid "Ext3 @j @S is corrupt.\n"
890msgstr "Ext3 @j @S ist defekt.\n"
891
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400892#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
893#: e2fsck/problem.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500894#, c-format
895msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
896msgstr "@S hat kein has_@j Flag, aber ein ext3 @j %s.\n"
897
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400898#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
899#: e2fsck/problem.c:230
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500900msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400901msgstr "@S hat das ext3 »needs_recovery«-Flag gesetzt, aber kein @j.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500902
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400903#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
904#: e2fsck/problem.c:235
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400905msgid "ext3 recovery flag is clear, but @j has data.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400906msgstr "ext3 Recovery-Flag sauber, aber das @j enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500907
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400908#. @-expanded: Clear journal
909#: e2fsck/problem.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500910msgid "Clear @j"
911msgstr "Bereinige @j"
912
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400913#. @-expanded: Run journal anyway
914#: e2fsck/problem.c:245
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500915msgid "Run @j anyway"
916msgstr "Starte @j trotzdem"
917
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400918#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
919#: e2fsck/problem.c:250
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500920msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Philipp Thomas67671422008-05-14 18:42:45 -0400921msgstr "Recovery-Kennzeichen in Backup @S nicht gesetzt, @j wird trotzdem gestartet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500922
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400923#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
924#: e2fsck/problem.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500925msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
926msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
927
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400928#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
929#: e2fsck/problem.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500930msgid "@I @b #%B (%b) found in @o @i %i.\n"
931msgstr "@I @b #%B (%b) gefunden in @o @i %i.\n"
932
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400933#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
934#: e2fsck/problem.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500935msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500936msgstr "bereits bereinigt @b #%B (%b) gefunden in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500937
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400938#. @-expanded: illegal orphaned inode %i in superblock.\n
939#: e2fsck/problem.c:270
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500940#, c-format
941msgid "@I @o @i %i in @S.\n"
942msgstr "@I @o @i %i in @S.\n"
943
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400944#. @-expanded: illegal inode %i in orphaned inode list.\n
945#: e2fsck/problem.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500946#, c-format
947msgid "@I @i %i in @o @i list.\n"
948msgstr "@I @i %i in @o @i Liste.\n"
949
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400950#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400951#: e2fsck/problem.c:280 e2fsck/problem.c:613
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400952msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400953msgstr "@f hat Eigenschfts-Kennzeichen gesetzt, ist aber ein Revision 0 @f. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400954
955#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
956#: e2fsck/problem.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500957msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
958msgstr "Ext3 @j @S hat ein unbekanntes Nur-Lesen-Flag gesetzt.\n"
959
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400960#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
961#: e2fsck/problem.c:290
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500962msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
963msgstr "Ext3 @j @S hat ein unbekanntes Inkompatibel-Flag gesetzt.\n"
964
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400965#. @-expanded: journal version not supported by this e2fsck.\n
966#: e2fsck/problem.c:295
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500967msgid "@j version not supported by this e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400968msgstr "@j Version wird von diesem e2fsck nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500969
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400970#. @-expanded: Moving journal from /%s to hidden inode.\n
971#. @-expanded: \n
972#: e2fsck/problem.c:300
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500973#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500974msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400975"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500976"\n"
977msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500978"Verschiebe @j von /%s zum versteckten Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500979"\n"
980
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400981#. @-expanded: Error moving journal: %m\n
982#. @-expanded: \n
983#: e2fsck/problem.c:305
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500984#, c-format
985msgid ""
986"Error moving @j: %m\n"
987"\n"
988msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500989"Fehler beim Verschieben von @j: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500990"\n"
991
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400992#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
993#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
994#. @-expanded: \n
995#: e2fsck/problem.c:310
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500996msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400997"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500998"Clearing fields beyond the V1 @j @S...\n"
999"\n"
1000msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001001"Fand unvollständige V2 @j @S Felder (vom V1 Journal).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001002"Bereinige die Felder hinter V1 @j @S...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001003"\n"
1004
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001005#. @-expanded: Backing up journal inode block information.\n
1006#. @-expanded: \n
1007#: e2fsck/problem.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001008msgid ""
1009"Backing up @j @i @b information.\n"
1010"\n"
1011msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001012"Sichere @j @i @b Information.\n"
1013"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001014
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001015#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1016#. @-expanded: is %N; should be zero.
1017#: e2fsck/problem.c:321
Theodore Ts'obc759702005-05-09 20:40:55 -04001018msgid ""
1019"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1020"is %N; @s zero. "
1021msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001022"Für @f ist resize_@i nicht eingeschaltet, aber s_reserved_gdt_@bs\n"
1023"ist %N; @s Null. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001024
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001025#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1026#: e2fsck/problem.c:327
1027msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Philipp Thomas67671422008-05-14 18:42:45 -04001028msgstr "Resize_@i nicht aktiviert, aber die zu modifgizierende Inod ist nicht-Null."
Theodore Ts'obc759702005-05-09 20:40:55 -04001029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001030#. @-expanded: Resize inode not valid.
1031#: e2fsck/problem.c:332
Theodore Ts'obc759702005-05-09 20:40:55 -04001032msgid "Resize @i not valid. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001033msgstr "@r ist kein @d. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001034
Theodore Ts'o6956f612005-12-31 16:46:15 -05001035#. @-expanded: superblock last mount time is in the future.
1036#: e2fsck/problem.c:337
1037msgid "@S last mount time is in the future. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001038msgstr "Der Zeitpunkt des letzten Einhängens von @S liegt in der Zukunft"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001039
1040#. @-expanded: superblock last write time is in the future.
1041#: e2fsck/problem.c:342
1042msgid "@S last write time is in the future. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001043msgstr "Der Zeitpunkt des letzten Schreibens von @S liegt in der Zukunft. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001044
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001045#. @-expanded: superblock hint for external superblock should be %X.
1046#: e2fsck/problem.c:346
1047#, c-format
1048msgid "@S hint for external superblock @s %X. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001049msgstr "@S Hinweis für externen Superblock @s %X"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001050
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001051#. @-expanded: Adding dirhash hint to filesystem.\n
1052#. @-expanded: \n
1053#: e2fsck/problem.c:351
1054msgid ""
1055"Adding dirhash hint to @f.\n"
1056"\n"
1057msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001058"Füge Verzeinishash-Hilfe zu @f hinzu.\n"
1059"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001060
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001061#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001062#: e2fsck/problem.c:358
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001063msgid "Pass 1: Checking @is, @bs, and sizes\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001064msgstr "Durchgang 1: Prüfe @is, @bs, und Größen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001065
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001066#. @-expanded: root inode is not a directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001067#: e2fsck/problem.c:362
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001068msgid "@r is not a @d. "
1069msgstr "@r ist kein @d. "
1070
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001071#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001072#: e2fsck/problem.c:367
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001073msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001074msgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001075
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001076#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001077#: e2fsck/problem.c:372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001078msgid "Reserved @i %i (%Q) has @n mode. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001079msgstr "Reservierte @i %i %Q hat einen falschen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001080
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001081#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001082#: e2fsck/problem.c:377
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001083#, c-format
1084msgid "@D @i %i has zero dtime. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001085msgstr "@D @i %i hat \"zero dtime\". "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001086
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001087#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001088#: e2fsck/problem.c:382
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001089#, c-format
1090msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001091msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001092
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001093#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001094#: e2fsck/problem.c:387
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001095#, c-format
1096msgid "@i %i is a @z @d. "
1097msgstr "@i %i ist ein @z @d. "
1098
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001099#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001100#: e2fsck/problem.c:392
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001101msgid "@g %g's @b @B at %b @C.\n"
1102msgstr "@g %g's @b @B auf %b @C.\n"
1103
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001104#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001105#: e2fsck/problem.c:397
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001106msgid "@g %g's @i @B at %b @C.\n"
1107msgstr "@g %g's @i @B auf %b @C.\n"
1108
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001109#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001110#: e2fsck/problem.c:402
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001111msgid "@g %g's @i table at %b @C.\n"
1112msgstr "@g %g's @i Tabelle auf %b @C.\n"
1113
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001114#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001115#: e2fsck/problem.c:407
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001116msgid "@g %g's @b @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001117msgstr "@g %g's @b @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001118
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001119#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001120#: e2fsck/problem.c:412
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001121msgid "@g %g's @i @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001122msgstr "@g %g's @i @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001123
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001124#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001125#: e2fsck/problem.c:417
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001126msgid "@i %i, i_size is %Is, @s %N. "
1127msgstr "@i %i, i_size ist %Is, @s %N. "
1128
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001129#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001130#: e2fsck/problem.c:422
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001131msgid "@i %i, i_@bs is %Ib, @s %N. "
1132msgstr "@i %i, i_@bs ist %Ib, @s %N. "
1133
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001134#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001135#: e2fsck/problem.c:427
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001136msgid "@I @b #%B (%b) in @i %i. "
1137msgstr "@I @b #%B (%b) in @i %i. "
1138
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001139#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001140#: e2fsck/problem.c:432
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001141msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001142msgstr "@b #%B (%b) überlappt @f metadata in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001144#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001145#: e2fsck/problem.c:437
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001146#, c-format
1147msgid "@i %i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001148msgstr "@i %i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001149
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001150#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001151#: e2fsck/problem.c:442
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001152#, c-format
1153msgid "Too many illegal @bs in @i %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001154msgstr "Zu viele unzulässige @bs in @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001155
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001156#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001157#: e2fsck/problem.c:447
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001158msgid "@I @b #%B (%b) in bad @b @i. "
1159msgstr "@I @b #%B (%b) in bad @b @i. "
1160
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001161#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001162#: e2fsck/problem.c:452
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001163msgid "Bad @b @i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001164msgstr "Bad @b @i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001165
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001166#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001167#: e2fsck/problem.c:457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001168msgid "Duplicate or bad @b in use!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001169msgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001170
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001171#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001172#: e2fsck/problem.c:462
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001173msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001174msgstr "Bad @b %b benutzt als bad @b @i indirekt @b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001175
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001176#. @-expanded: \n
1177#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1178#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1179#. @-expanded: in the filesystem.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001180#: e2fsck/problem.c:467
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001181msgid ""
1182"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001183"The bad @b @i has probably been corrupted. You probably\n"
1184"should stop now and run e2fsck -c to scan for bad blocks\n"
1185"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001186msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001187"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001188"Defekter @b @i ist wahrscheinlich beschädigt worden. Sie sollten\n"
1189"nun eher innehalten und »e2fsck -c« ausführen, um nach defekten\n"
1190"Blöcken in @f zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001191
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001192#. @-expanded: \n
1193#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001194#: e2fsck/problem.c:474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001195msgid ""
1196"\n"
1197"If the @b is really bad, the @f can not be fixed.\n"
1198msgstr ""
1199"\n"
1200"Wenn der @b wirklich defekt ist, kann der @f nicht repariert werden.\n"
1201
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001202#. @-expanded: You can remove this block from the bad block list and hope\n
1203#. @-expanded: that the block is really OK. But there are no guarantees.\n
1204#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001205#: e2fsck/problem.c:479
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001206msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001207"You can remove this @b from the bad @b list and hope\n"
1208"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001209"\n"
1210msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001211"Sie können @b von der @b - Liste löschen \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001212"und hoffen das @b wirklich in Ordnung ist, es \n"
1213"gibt aber KEINE GARANTIEN.\n"
1214"\n"
1215
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001216#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001217#: e2fsck/problem.c:485
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001218msgid "The primary @S (%b) is on the bad @b list.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001219msgstr "Der primäre @S (%b) ist auf der bad @b Liste.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001220
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001221#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001222#: e2fsck/problem.c:490
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001223msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001224msgstr "Block %b im primären Deskriptor @g ist auf der bad @b Liste\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001225
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001226#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001227#: e2fsck/problem.c:496
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001228msgid "Warning: Group %g's @S (%b) is bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001229msgstr "Warnung: Gruppe %g's @S (%b) ist ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001230
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001231#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001232#: e2fsck/problem.c:501
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001233msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001234msgstr "Warnung: Gruppe %g's Kopie vom Deskriptor @g hat einen bad @b (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001235
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001236#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001237#: e2fsck/problem.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001238msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1239msgstr "Programmfehler? @b #%b verlangt ohne Grund in process_bad_@b.\n"
1240
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001241#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001242#: e2fsck/problem.c:513
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001243msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1244msgstr "@A %N grenzt an @b(s) in @b @g %g for %s: %m\n"
1245
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001246#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001247#: e2fsck/problem.c:518
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001248#, c-format
1249msgid "@A @b buffer for relocating %s\n"
1250msgstr "@A @b Puffer zum Verschieben %s\n"
1251
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001252#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001253#: e2fsck/problem.c:523
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001254msgid "Relocating @g %g's %s from %b to %c...\n"
1255msgstr "Verschiebe @g %g's %s von %b nach %c...\n"
1256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001257#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001258#: e2fsck/problem.c:528
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001259#, c-format
1260msgid "Relocating @g %g's %s to %c...\n"
1261msgstr "Verschiebe @g %g's %s nach %c...\n"
1262
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001263#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001264#: e2fsck/problem.c:533
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001265msgid "Warning: could not read @b %b of %s: %m\n"
1266msgstr "Warnung: kann @b %b von %s: %m nicht lesen\n"
1267
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001268#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001269#: e2fsck/problem.c:538
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001270msgid "Warning: could not write @b %b for %s: %m\n"
1271msgstr "Warnung: kann @b %b von %s: %m nicht schreiben\n"
1272
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001273#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001274#: e2fsck/problem.c:543 e2fsck/problem.c:1280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001275msgid "@A @i @B (%N): %m\n"
1276msgstr "@A @i @B (%N): %m\n"
1277
1278#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001279#: e2fsck/problem.c:548
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001280msgid "@A @b @B (%N): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001281msgstr "@A @i @B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001282
1283#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001284#: e2fsck/problem.c:553
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001285#, c-format
1286msgid "@A icount link information: %m\n"
1287msgstr "@A icount link information: %m\n"
1288
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001289#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001290#: e2fsck/problem.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001291#, c-format
1292msgid "@A @d @b array: %m\n"
1293msgstr "@A @d @b array: %m\n"
1294
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001295#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001296#: e2fsck/problem.c:563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001297#, c-format
1298msgid "Error while scanning @is (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001299msgstr "Fehler während der Suche @is (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001301#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001302#: e2fsck/problem.c:568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001303#, c-format
1304msgid "Error while iterating over @bs in @i %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001305msgstr "Fehler beim Iterieren über @bs in @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001306
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001307#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001308#: e2fsck/problem.c:573
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001309msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Philipp Thomas67671422008-05-14 18:42:45 -04001310msgstr "Fehler beim Speichern von @i count Informationen (@i=%i, count=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001311
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001312#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001313#: e2fsck/problem.c:578
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001314msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001315msgstr "Fehler beim Speichern @d @b Informationen (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001316
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001317#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001318#: e2fsck/problem.c:584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001319#, c-format
1320msgid "Error reading @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001321msgstr "Fehler beim Lesen von @i %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001322
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001323#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001324#: e2fsck/problem.c:592
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001325#, c-format
1326msgid "@i %i has imagic flag set. "
1327msgstr "@i %i hat Imagic-Flag gesetzt. "
1328
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001329#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1330#. @-expanded: or append-only flag set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001331#: e2fsck/problem.c:597
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001332#, c-format
1333msgid ""
1334"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1335"or append-only flag set. "
1336msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001337"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001338"oder append-only Flag gesetzt. "
1339
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001340#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001341#: e2fsck/problem.c:603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001342#, c-format
1343msgid "@i %i has @cion flag set on @f without @cion support. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001344msgstr "@i %i hat @cion Flag gesetzt auf @f ohne @cion Unterstützung. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001345
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001346#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001347#: e2fsck/problem.c:608
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001348#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001349msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1350msgstr ""
1351"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
1352"oder append-only Flag gesetzt. "
1353
1354#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001355#: e2fsck/problem.c:618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001356msgid "@j @i is not in use, but contains data. "
1357msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
1358
1359#. @-expanded: journal is not regular file.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001360#: e2fsck/problem.c:623
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001361msgid "@j is not regular file. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001362msgstr "@j ist keine reguläre Datei. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001363
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001364#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001365#: e2fsck/problem.c:628
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001366#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001367msgid "@i %i was part of the @o @i list. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001368msgstr "@i %i war Teil der orphaned @i Liste. "
1369
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001370#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001371#: e2fsck/problem.c:634
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001372msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001373msgstr "@is, die Teile einer defekten Liste mit verwaisten Links waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001375#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001376#: e2fsck/problem.c:639
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001377msgid "@A refcount structure (%N): %m\n"
1378msgstr "@A icount structure: %m\n"
1379
1380#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001381#: e2fsck/problem.c:644
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001382msgid "Error reading @a @b %b for @i %i. "
1383msgstr "Fehler beim Lesen @a @b %b for @i %i. "
1384
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001385#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001386#: e2fsck/problem.c:649
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001387msgid "@i %i has a bad @a @b %b. "
1388msgstr "@i %i hat defekten @a @b %b. "
1389
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001390#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001391#: e2fsck/problem.c:654
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001392msgid "Error reading @a @b %b (%m). "
1393msgstr "Fehler beim Lesen @a @b %b (%m). "
1394
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001395#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001396#: e2fsck/problem.c:659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001397msgid "@a @b %b has reference count %B, @s %N. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001398msgstr "@a @b %b hat den Referenzzähler %B, richtig wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001399
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001400#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001401#: e2fsck/problem.c:664
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001402msgid "Error writing @a @b %b (%m). "
1403msgstr "Fehler beim Schreiben @a @b %b (%m). "
1404
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001405#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001406#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001407msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001408msgstr "@a @b %b hat h_blocks > 1. "
1409
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001410#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001411#: e2fsck/problem.c:674
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001412msgid "@A @a @b %b. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001413msgstr "@A @a @b %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001414
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001415#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001416#: e2fsck/problem.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001417msgid "@a @b %b is corrupt (allocation collision). "
1418msgstr "@a @b %b ist defekt (allocation collision). "
1419
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001420#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001421#: e2fsck/problem.c:684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001422msgid "@a @b %b is corrupt (@n name). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001423msgstr "@a @b %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001424
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001425#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001426#: e2fsck/problem.c:689
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001427msgid "@a @b %b is corrupt (@n value). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001428msgstr "@a @b %b ist defekt (ungültiger Wert). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001429
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001430#. @-expanded: inode %i is too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001431#: e2fsck/problem.c:694
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001432#, c-format
1433msgid "@i %i is too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001434msgstr "@i %i ist zu groß. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001435
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001436#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001437#: e2fsck/problem.c:698
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001438msgid "@b #%B (%b) causes @d to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001439msgstr "@b #%B (%b) macht @d zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001440
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001441#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001442#: e2fsck/problem.c:703
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001443msgid "@b #%B (%b) causes file to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001444msgstr "@b #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001445
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001446#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001447#: e2fsck/problem.c:708
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001448msgid "@b #%B (%b) causes symlink to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001449msgstr "@b #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001450
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001451#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001452#: e2fsck/problem.c:713
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001453#, c-format
1454msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001455msgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001456
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001457#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001458#: e2fsck/problem.c:718
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001459#, c-format
1460msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1461msgstr "@i %i hat INDEX_FL flag gesetzt, ist aber kein @d.\n"
1462
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001463#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001464#: e2fsck/problem.c:723
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001465#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001466msgid "@h %i has an @n root node.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001467msgstr "@h %i hat einen unvollständigen root node.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001468
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001469#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001470#: e2fsck/problem.c:728
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001471msgid "@h %i has an unsupported hash version (%N)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001472msgstr "@h %i hat eine nicht unterstützte hash-Version (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001473
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001474#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001475#: e2fsck/problem.c:733
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001476#, c-format
1477msgid "@h %i uses an incompatible htree root node flag.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001478msgstr "@h %i benutzt einen nicht unterstützten htree root node flag.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001480#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001481#: e2fsck/problem.c:738
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001482msgid "@h %i has a tree depth (%N) which is too big\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001483msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001484
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001485#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1486#. @-expanded: filesystem metadata.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001487#: e2fsck/problem.c:743
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001488msgid ""
1489"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1490"@f metadata. "
1491msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001492"Defekter @b @i hat einen indirekten @b (%b), der mit\n"
1493"den @f Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001494
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001495#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001496#: e2fsck/problem.c:749
Theodore Ts'obc759702005-05-09 20:40:55 -04001497#, c-format
1498msgid "Resize @i (re)creation failed: %m."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001499msgstr "Erzeugung von Vergrösserungs-@i scheiterte: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001500
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001501#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001502#: e2fsck/problem.c:754
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001503msgid "@i %i has a extra size (%IS) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001504msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001505
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001506#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001507#: e2fsck/problem.c:759
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001508msgid "@a in @i %i has a namelen (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001509msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001510
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001511#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001512#: e2fsck/problem.c:764
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001513msgid "@a in @i %i has a value size (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001514msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001515
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001516#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001517#: e2fsck/problem.c:769
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001518msgid "@a in @i %i has a value offset (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001519msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001520
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001521#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001522#: e2fsck/problem.c:774
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001523msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001524msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001525
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001526#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001527#: e2fsck/problem.c:779
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001528msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001529msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001530
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001531#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1532#: e2fsck/problem.c:784
1533msgid "@i %i is a %It but it looks like it is really a directory.\n"
Philipp Thomas67671422008-05-14 18:42:45 -04001534msgstr "@i ist ein %It aber es sieht so aus, als ob es tatsächlich ein Verzeichnis ist.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001535
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001536#. @-expanded: \n
1537#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1538#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001539#: e2fsck/problem.c:791
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001540msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001541"\n"
1542"Running additional passes to resolve @bs claimed by more than one @i...\n"
1543"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001544msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001545"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001546"Doppelter @bs gefunden... starte Scan nach doppelten @b.\n"
1547"Durchgang 1B: Suche nach doppelten/defekten @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001548
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001549#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001550#: e2fsck/problem.c:797
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001551#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001552msgid "@m @b(s) in @i %i:"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001553msgstr "@m @b(s) in @i %i:"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001554
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001555#: e2fsck/problem.c:812
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001556#, c-format
1557msgid "Error while scanning inodes (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001558msgstr "Fehlen beim Prüfen von Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001559
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001560#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001561#: e2fsck/problem.c:817
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001562#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001563msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001564msgstr "@A @i @B (inode_dup_map): %m\n"
1565
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001567#: e2fsck/problem.c:822
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001568#, c-format
1569msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001570msgstr "Fehler beim Durchlaufen der @bs in @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001571
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001572#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001573#: e2fsck/problem.c:827 e2fsck/problem.c:1143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001574msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001575msgstr "Fehler bei der Anpassung des refcount für @a @b %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001576
Theodore Ts'o6956f612005-12-31 16:46:15 -05001577#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001578#: e2fsck/problem.c:833
Theodore Ts'o6956f612005-12-31 16:46:15 -05001579msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001580msgstr "Durchgang 1C: Prüfe Verzeichnisse nach @is mit doppelten @bs.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001581
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001582#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001583#: e2fsck/problem.c:839
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001584msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001585msgstr "Durchgang 1D: Gleiche doppelte @bs ab\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001586
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001587#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1588#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001589#: e2fsck/problem.c:844
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001590msgid ""
1591"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001592" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001593msgstr ""
1594"Datei %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001595" hat %B doppelte @b(s), geteilt mit %N Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001596
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001597#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001598#: e2fsck/problem.c:850
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001599msgid "\t%Q (@i #%i, mod time %IM)\n"
1600msgstr "\t%Q (@i #%i, mod time %IM)\n"
1601
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001602#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001603#: e2fsck/problem.c:855
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001604msgid "\t<@f metadata>\n"
1605msgstr "\t<@f metadata>\n"
1606
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001607#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1608#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001609#: e2fsck/problem.c:860
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001610msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001611"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001612"\n"
1613msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001614"(es gibt %N @is, die doppelte/defekte @bs enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001615"\n"
1616
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001617#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1618#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001619#: e2fsck/problem.c:865
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001620msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001621"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001622"\n"
1623msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001624"Duplizierte @bs bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001625"\n"
1626
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001627#: e2fsck/problem.c:878
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001628#, c-format
1629msgid "Couldn't clone file: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001630msgstr "Kann die Datei %m nicht klonen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001631
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001632#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001633#: e2fsck/problem.c:884
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001634msgid "Pass 2: Checking @d structure\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001635msgstr "Durchgang 2: Prüfe @d Struktur\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001636
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001637#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001638#: e2fsck/problem.c:889
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001639#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001640msgid "@n @i number for '.' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001641msgstr "Falsche @i Nummer für ».« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001642
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001643#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001644#: e2fsck/problem.c:894
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001645msgid "@E has @n @i #: %Di.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001646msgstr "@E hat falsche @i #: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001647
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001648#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001649#: e2fsck/problem.c:899
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001650msgid "@E has @D/unused @i %Di. "
1651msgstr "@E hat @D/unbenutzt @i %Di. "
1652
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001653#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001654#: e2fsck/problem.c:904
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001655msgid "@E @L to '.' "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001656msgstr "@E @L nach ».« "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001657
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001658#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001659#: e2fsck/problem.c:909
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001660msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001661msgstr "@E zeigt auf @i (%Di) in einem defekten @b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001662
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001663#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001664#: e2fsck/problem.c:914
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001665msgid "@E @L to @d %P (%Di).\n"
1666msgstr "@E @L nach @d %P (%Di).\n"
1667
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001668#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001669#: e2fsck/problem.c:919
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001670msgid "@E @L to the @r.\n"
1671msgstr "@E @L zur @r.\n"
1672
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001673#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001674#: e2fsck/problem.c:924
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001675msgid "@E has illegal characters in its name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001676msgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001677
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001678#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001679#: e2fsck/problem.c:929
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001680#, c-format
1681msgid "Missing '.' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001682msgstr "Fehlende ».« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001683
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001684#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001685#: e2fsck/problem.c:934
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001686#, c-format
1687msgid "Missing '..' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001688msgstr "Fehlende »..« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001689
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001690#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001691#: e2fsck/problem.c:939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001692msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001693msgstr "Erster @e »%Dn« (inode=%Di) in @d @i %i (%p) @s ».«\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001694
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001695#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001696#: e2fsck/problem.c:944
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001697msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001698msgstr "Zweiter @e »%Dn« (inode=%Di) in @d @i %i @s »..«\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001699
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001700#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001701#: e2fsck/problem.c:949
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001702msgid "i_faddr @F %IF, @s zero.\n"
1703msgstr "i_faddr @F %IF, @s null.\n"
1704
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001705#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001706#: e2fsck/problem.c:954
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001707msgid "i_file_acl @F %If, @s zero.\n"
1708msgstr "i_file_acl @F %If, @s null.\n"
1709
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001710#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001711#: e2fsck/problem.c:959
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001712msgid "i_dir_acl @F %Id, @s zero.\n"
1713msgstr "i_dir_acl @F %Id, @s null.\n"
1714
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001715#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001716#: e2fsck/problem.c:964
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001717msgid "i_frag @F %N, @s zero.\n"
1718msgstr "i_frag @F %N, @s null.\n"
1719
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001720#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001721#: e2fsck/problem.c:969
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001722msgid "i_fsize @F %N, @s zero.\n"
1723msgstr "i_fsize @F %N, @s null.\n"
1724
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001725#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001726#: e2fsck/problem.c:974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001727msgid "@i %i (%Q) has @n mode (%Im).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001728msgstr "@i %i (%Q) hat einen falschen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001729
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001730#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001731#: e2fsck/problem.c:979
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001732msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1733msgstr "@d @i %i, @b %B, offset %N: @d defekt\n"
1734
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001735#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001736#: e2fsck/problem.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001737msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1738msgstr "@d @i %i, @b %B, offset %N: Dateiname zu lang\n"
1739
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001740#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001741#: e2fsck/problem.c:989
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001742msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001743msgstr "@d @i %i hat einen nicht zugewiesenen @b #%B. "
1744
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001745#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001746#: e2fsck/problem.c:994
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001747#, c-format
1748msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001749msgstr "».« @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001750
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001751#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001752#: e2fsck/problem.c:999
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001753#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001754msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001755msgstr "»..« @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001756
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001757#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001758#: e2fsck/problem.c:1004
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001759msgid "@i %i (%Q) is an @I character @v.\n"
1760msgstr "@i %i (%Q) ist ein @I Zeichen @v.\n"
1761
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001762#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001763#: e2fsck/problem.c:1009
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001764msgid "@i %i (%Q) is an @I @b @v.\n"
1765msgstr "@i %i (%Q) ist ein @I @b @v.\n"
1766
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001767#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001768#: e2fsck/problem.c:1014
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001769msgid "@E is duplicate '.' @e.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001770msgstr "@E ist ein doppelter ».« @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001771
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001772#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001773#: e2fsck/problem.c:1019
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001774msgid "@E is duplicate '..' @e.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001775msgstr "@E ist ein doppelter »..« @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001776
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001777#: e2fsck/problem.c:1024 e2fsck/problem.c:1305
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001778#, c-format
1779msgid "Internal error: couldn't find dir_info for %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001780msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001781
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001782#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001783#: e2fsck/problem.c:1029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001784msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001785msgstr "@E hat rec_len von %Dr, sollte %N sein.\n"
1786
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001787#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001788#: e2fsck/problem.c:1034
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001789#, c-format
1790msgid "@A icount structure: %m\n"
1791msgstr "@A icount structure: %m\n"
1792
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001793#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001794#: e2fsck/problem.c:1039
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001795#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04001796msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001797msgstr "Fehler beim Durchlaufen der @d @bs: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001798
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001799#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001800#: e2fsck/problem.c:1044
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001801msgid "Error reading @d @b %b (@i %i): %m\n"
1802msgstr "Lesefehler @d @b %b (@i %i): %m\n"
1803
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001804#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001805#: e2fsck/problem.c:1049
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001806msgid "Error writing @d @b %b (@i %i): %m\n"
1807msgstr "Schreibfehler @d @b %b (@i %i): %m\n"
1808
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001809#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001810#: e2fsck/problem.c:1054
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001811#, c-format
1812msgid "@A new @d @b for @i %i (%s): %m\n"
1813msgstr "@A neu @d @b for @i %i (%s): %m\n"
1814
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001815#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001816#: e2fsck/problem.c:1059
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001817#, c-format
1818msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001819msgstr "Fehler bei der Freigabe von @i %i: %m\n"
1820
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001821#. @-expanded: directory entry for '.' is big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001822#: e2fsck/problem.c:1064
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001823msgid "@d @e for '.' is big. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001824msgstr "@d @e für ».« ist groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001825
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001826#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001827#: e2fsck/problem.c:1069
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001828msgid "@i %i (%Q) is an @I FIFO.\n"
1829msgstr "@i %i (%Q) ist ein @I FIFO.\n"
1830
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001831#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001832#: e2fsck/problem.c:1074
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001833msgid "@i %i (%Q) is an @I socket.\n"
1834msgstr "@i %i (%Q) ist ein @I Socket.\n"
1835
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001836#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001837#: e2fsck/problem.c:1079
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001838msgid "Setting filetype for @E to %N.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001839msgstr "Setze Dateitype für @E auf %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001840
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001841#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001842#: e2fsck/problem.c:1084
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001843msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001844msgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
1845
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001846#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001847#: e2fsck/problem.c:1089
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001848msgid "@E has filetype set.\n"
1849msgstr "@E hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001850
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001851#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001852#: e2fsck/problem.c:1094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001853msgid "@E has a @z name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001854msgstr "@E hat einen Namen der Länge Null..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001855
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001856#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001857#: e2fsck/problem.c:1099
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001858msgid "Symlink %Q (@i #%i) is @n.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001859msgstr "Symlink %Q (@i #%i) is invalid.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001860
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001861#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001862#: e2fsck/problem.c:1104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001863msgid "@a @b @F @n (%If).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001864msgstr "@a @b @F ist falsch (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001865
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001866#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001867#: e2fsck/problem.c:1109
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001868msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Philipp Thomas67671422008-05-14 18:42:45 -04001869msgstr "@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 -05001870
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001871#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001872#: e2fsck/problem.c:1114
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001873msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001874msgstr "@p @h %d: Node (%B) nicht referenziert\n"
1875
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001876#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001877#: e2fsck/problem.c:1119
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001878msgid "@p @h %d: node (%B) referenced twice\n"
1879msgstr "@p @h %d: Node (%B) doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001880
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001881#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001882#: e2fsck/problem.c:1124
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001883msgid "@p @h %d: node (%B) has bad min hash\n"
1884msgstr "@p @h %d: node (%B) has bad min hash\n"
1885
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001886#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001887#: e2fsck/problem.c:1129
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001888msgid "@p @h %d: node (%B) has bad max hash\n"
1889msgstr "@p @h %d: node (%B) has bad max hash\n"
1890
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001891#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001892#: e2fsck/problem.c:1134
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001893msgid "@n @h %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001894msgstr "Invalid @h %d (%q). "
1895
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001896#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001897#: e2fsck/problem.c:1138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001898msgid "@p @h %d (%q): bad @b number %b.\n"
1899msgstr "@p @h %d (%q): bad @b number %b.\n"
1900
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001901#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001902#: e2fsck/problem.c:1148
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001903#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001904msgid "@p @h %d: root node is @n\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001905msgstr "@p @h %d: root node is invalid\n"
1906
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001907#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001908#: e2fsck/problem.c:1153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001909msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001910msgstr "@p @h %d: node (%B) has bad limit (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001911
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001912#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001913#: e2fsck/problem.c:1158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001914msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001915msgstr "@p @h %d: node (%B) has bad count (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001916
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001917#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001918#: e2fsck/problem.c:1163
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001919msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001920msgstr "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001921
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001922#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001923#: e2fsck/problem.c:1168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001924msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001925msgstr "@p @h %d: node (%B) has bad depth\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001926
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001927#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001928#: e2fsck/problem.c:1173
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001929msgid "Duplicate @E found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001930msgstr "Doppelte @E gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001931
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001932#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1933#. @-expanded: Rename to %s
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001934#: e2fsck/problem.c:1178
Theodore Ts'oddc32a02003-05-03 18:45:55 -04001935#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001936msgid ""
1937"@E has a non-unique filename.\n"
1938"Rename to %s"
1939msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001940"@E hat keinen eindeutigen Dateinnamen.\n"
1941"Benenne in %s um"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001942
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001943#. @-expanded: Duplicate entry '%Dn' found.\n
1944#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1945#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001946#: e2fsck/problem.c:1183
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001947msgid ""
1948"Duplicate @e '%Dn' found.\n"
1949"\tMarking %p (%i) to be rebuilt.\n"
1950"\n"
1951msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001952"Doppelte @e '%Dn' gefunden.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001953"\tMarkiere %p (%i) für die Neuerstellung.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001954"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001955
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001956#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
1957#: e2fsck/problem.c:1188
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001958msgid "i_blocks_hi @F %N, @s zero.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001959msgstr "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001960
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001961#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001962#: e2fsck/problem.c:1195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001963msgid "Pass 3: Checking @d connectivity\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001964msgstr "Durchgang 3: Prüfe @d Verknüpfungen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001965
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001966#. @-expanded: root inode not allocated.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001967#: e2fsck/problem.c:1200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001968msgid "@r not allocated. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001969msgstr "@r nicht zugeordnet. "
1970
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001971#. @-expanded: No room in lost+found directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001972#: e2fsck/problem.c:1205
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001973msgid "No room in @l @d. "
1974msgstr "Kein Platz in @l @d. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001975
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001976#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001977#: e2fsck/problem.c:1210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001978#, c-format
1979msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001980msgstr "Nicht verbundene @d @i %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001981
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001982#. @-expanded: /lost+found not found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001983#: e2fsck/problem.c:1215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001984msgid "/@l not found. "
1985msgstr "/@l nicht gefunden. "
1986
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001987#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001988#: e2fsck/problem.c:1220
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001989msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001990msgstr "»..« in %Q (%i) ist %P (%j), @s %q (%d).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001991
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001992#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001993#: e2fsck/problem.c:1225
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001994msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001995msgstr "Falscher oder fehlender /@l. Wiederverbinden nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001996
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001997#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001998#: e2fsck/problem.c:1230
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001999#, c-format
2000msgid "Could not expand /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002001msgstr "Erweitern nicht möglich /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002002
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002003#: e2fsck/problem.c:1235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002004#, c-format
2005msgid "Could not reconnect %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002006msgstr "Wiederverbinden nicht möglich %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002007
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002008#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002009#: e2fsck/problem.c:1240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002010#, c-format
2011msgid "Error while trying to find /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002012msgstr "Fehler während der Suche nach /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002014#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002015#: e2fsck/problem.c:1245
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002016#, c-format
2017msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002018msgstr "ext2fs_new_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002020#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002021#: e2fsck/problem.c:1250
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002022#, c-format
2023msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002024msgstr "ext2fs_new_@i: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002025
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002026#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002027#: e2fsck/problem.c:1255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002028#, c-format
2029msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002030msgstr "ext2fs_new_dir_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002031
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002032#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002033#: e2fsck/problem.c:1260
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002034#, c-format
2035msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002036msgstr "ext2fs_write_dir_@b: %m während des Schreibens von @d @b für /@l\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002037
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002038#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002039#: e2fsck/problem.c:1265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002040#, c-format
2041msgid "Error while adjusting @i count on @i %i\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002042msgstr "Fehler während der Einstellung von @i count auf @i %i\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002043
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002044#. @-expanded: Couldn't fix parent of inode %i: %m\n
2045#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002046#: e2fsck/problem.c:1270
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002047#, c-format
2048msgid ""
2049"Couldn't fix parent of @i %i: %m\n"
2050"\n"
2051msgstr ""
2052"Konnte Parent von @i %i: %m nicht reparieren\n"
2053"\n"
2054
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002055#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2056#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002057#: e2fsck/problem.c:1275
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002058#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002059msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002060"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002061"\n"
2062msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002063"Parent von @i %i konnte nicht repariert werden: \n"
2064"parent @d nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002065
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002066#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002067#: e2fsck/problem.c:1285
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002068#, c-format
2069msgid "Error creating root @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002070msgstr "Fehler beim Erzeugen des root @d (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002071
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002072#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002073#: e2fsck/problem.c:1290
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002074#, c-format
2075msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002076msgstr "Fehler beim Erzeugen des /@l @d (%s): %m\n"
2077
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002078#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002079#: e2fsck/problem.c:1295
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002080msgid "@r is not a @d; aborting.\n"
2081msgstr "@r ist kein @d; breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002082
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002083#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002084#: e2fsck/problem.c:1300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002085msgid "Cannot proceed without a @r.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002086msgstr "Kann ohne @r nicht fortsetzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002087
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002088#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002089#: e2fsck/problem.c:1310
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002090#, c-format
2091msgid "/@l is not a @d (ino=%i)\n"
2092msgstr "/@l ist kein @d (ino=%i)\n"
2093
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002094#: e2fsck/problem.c:1317
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002095msgid "Pass 3A: Optimizing directories\n"
2096msgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2097
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002098#: e2fsck/problem.c:1322
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002099#, c-format
2100msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002101msgstr "dirs_to_hash iterator konnte nicht erzeugt werden: %m"
2102
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002103#: e2fsck/problem.c:1327
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002104msgid "Failed to optimize directory %q (%d): %m"
2105msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002106
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002107#: e2fsck/problem.c:1332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002108msgid "Optimizing directories: "
2109msgstr "Optimiere Verzeichnisse: "
2110
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002111#: e2fsck/problem.c:1349
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002112msgid "Pass 4: Checking reference counts\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002113msgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002114
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002115#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002116#: e2fsck/problem.c:1354
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002117#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002118msgid "@u @z @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002119msgstr "@I @o @i %i in @S. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002120
2121#. @-expanded: unattached inode %i\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002122#: e2fsck/problem.c:1359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002123#, c-format
2124msgid "@u @i %i\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002125msgstr "@u @i %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002126
2127#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002128#: e2fsck/problem.c:1364
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002129msgid "@i %i ref count is %Il, @s %N. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002130msgstr "@i %i Referenzzähler ist %Il, @s %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002131
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002132#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2133#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2134#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002135#: e2fsck/problem.c:1368
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002136msgid ""
2137"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2138"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002139"@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 -05002140msgstr ""
2141"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002142"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (LIVE) DATEISYSTEM.\n"
Philipp Thomas67671422008-05-14 18:42:45 -04002143"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten identisch sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002144
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002145#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002146#: e2fsck/problem.c:1378
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002147msgid "Pass 5: Checking @g summary information\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002148msgstr "Durchgang 5: Überprüfe @g Zusammenfassung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002149
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002150#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002151#: e2fsck/problem.c:1383
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002152msgid "Padding at end of @i @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002153msgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002154
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002155#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002156#: e2fsck/problem.c:1388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002157msgid "Padding at end of @b @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002158msgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002159
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002160#. @-expanded: block bitmap differences:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002161#: e2fsck/problem.c:1393
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002162msgid "@b @B differences: "
2163msgstr "@b @B differieren: "
2164
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002165#. @-expanded: inode bitmap differences:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002166#: e2fsck/problem.c:1413
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002167msgid "@i @B differences: "
2168msgstr "@i @B differieren: "
2169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002170#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002171#: e2fsck/problem.c:1433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002172msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002173msgstr "Freie @is Anzahl ist falsch für @g #%g (%i, counted=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002174
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002175#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002176#: e2fsck/problem.c:1438
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002177msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002178msgstr "Verzeichnisanzahl ist falsch für @g #%g (%i, counted=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002179
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002180#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002181#: e2fsck/problem.c:1443
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002182msgid "Free @is count wrong (%i, counted=%j).\n"
2183msgstr "Freie @is Anzahl ist falsch (%i, counted=%j).\n"
2184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002185#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002186#: e2fsck/problem.c:1448
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002187msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2188msgstr "Freie @bs Anzahl ist falsch @g #%g (%b, counted=%c).\n"
2189
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002190#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002191#: e2fsck/problem.c:1453
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002192msgid "Free @bs count wrong (%b, counted=%c).\n"
2193msgstr "Freie @bs Anzahl ist falsch (%b, counted=%c).\n"
2194
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002195#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2196#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002197#: e2fsck/problem.c:1458
Philipp Thomas67671422008-05-14 18:42:45 -04002198msgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
2199msgstr "PROGRAMMIERFEHLER: @f (#%N) @B Endpunkte (%b, %c) passen nicht zu den berechneten @B Endpunkten (%i, %j)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002200
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002201#: e2fsck/problem.c:1464
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002202msgid "Internal error: fudging end of bitmap (%N)\n"
2203msgstr "Interner Fehler: fudging end of bitmap (%N)\n"
2204
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002205#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002206#: e2fsck/problem.c:1469
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002207#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002208msgid "Error copying in replacement @i @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002209msgstr "Fehler beim hineinkopieren von @i @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002210
2211#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002212#: e2fsck/problem.c:1474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002213#, c-format
2214msgid "Error copying in replacement @b @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002215msgstr "Fehler beim hineinkopieren von @b @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002216
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002217#: e2fsck/problem.c:1499
2218msgid "Recreate journal to make the filesystem ext3 again?\n"
2219msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002220"Soll das Journal wiederhergestellt werden, damit das Dateisystem\n"
2221"\twieder ext3 ist?\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002222
2223#: e2fsck/problem.c:1617
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002224#, c-format
2225msgid "Unhandled error code (0x%x)!\n"
2226msgstr "Unbenutzter Fehlercode (0x%x)!\n"
2227
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002228#: e2fsck/problem.c:1711
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002229msgid "IGNORED"
2230msgstr "IGNORIERT"
2231
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002232#: e2fsck/scantest.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002233#, c-format
2234msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2235msgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2236
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002237#: e2fsck/scantest.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002238#, c-format
2239msgid "size of inode=%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002240msgstr "Größe des Inode=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002241
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002242#: e2fsck/scantest.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002243msgid "while starting inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002244msgstr "beim Starten der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002245
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002246#: e2fsck/scantest.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002247msgid "while doing inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002248msgstr "während der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002249
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002250#: e2fsck/super.c:187
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002251#, c-format
2252msgid "while calling ext2fs_block_iterate for inode %d"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002253msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002254
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002255#: e2fsck/super.c:210
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002256#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002257msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002258msgstr "während des Aufrufs von ext2fs_adjust_ea_refcount für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002259
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002260#: e2fsck/super.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002261msgid "Truncating"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002262msgstr "Kürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002263
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002264#: e2fsck/super.c:269
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002265msgid "Clearing"
2266msgstr "Bereinige"
2267
2268#: e2fsck/swapfs.c:98
2269msgid "while calling ext2fs_block_iterate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002270msgstr "während des Aufrufs von ext2fs_block_iterate"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002271
2272#: e2fsck/swapfs.c:104
2273msgid "while calling iterator function"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002274msgstr "während des Aufrufs der Iterator-Funktion"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002275
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002276#: e2fsck/swapfs.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002277msgid "while allocating inode buffer"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002278msgstr "beim Zuweisen des Inode-Puffers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002279
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002280#: e2fsck/swapfs.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002281#, c-format
2282msgid "while reading inode table (group %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002283msgstr "beim Lesen der Inode-Tabelle (Gruppe %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002284
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002285#: e2fsck/swapfs.c:176
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002286#, c-format
2287msgid "while writing inode table (group %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002288msgstr "beim Schreiben der Inode-Tabelle (Gruppe %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002289
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002290#: e2fsck/swapfs.c:226
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002291#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002292msgid "Pass 0: Doing byte-swap of filesystem\n"
2293msgstr "Durchgang 0: Byte-Swap des Dateisystems\n"
2294
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002295#: e2fsck/swapfs.c:233
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002296#, c-format
2297msgid ""
2298"%s: the filesystem must be freshly checked using fsck\n"
2299"and not mounted before trying to byte-swap it.\n"
2300msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002301"%s: Das Dateisystem muss mit fsck neu überprüft werden\n"
2302"und darf vor dem Byte-Swap nicht mehr eingehängt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002303
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002304#: e2fsck/swapfs.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002305msgid "Byte swap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002306msgstr "Bytes vertauschen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002307
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002308#: e2fsck/unix.c:74
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002309#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002310msgid ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002311"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002312"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002313"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002314"\t\t[-E extended-options] device\n"
2315msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002316"Aufruf: %s [-panyrcdfvstFSV] [-b Superblock] [-B Blockgröße]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002317"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002318"\t\t[-l|-L bad_blocks_file] [-C fd] [-j ext-journal]\n"
2319"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002320
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002321#: e2fsck/unix.c:80
2322#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002323msgid ""
2324"\n"
2325"Emergency help:\n"
2326" -p Automatic repair (no questions)\n"
2327" -n Make no changes to the filesystem\n"
2328" -y Assume \"yes\" to all questions\n"
Philipp Thomas67671422008-05-14 18:42:45 -04002329" -c Check for bad blocks and add them to the badblock list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002330" -f Force checking even if filesystem is marked clean\n"
2331msgstr ""
2332"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002333"Notfallhile:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002334" -p automatische Reparatur (keine Fragen)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002335" -n keine Veränderungen am Dateisystem vornehmen\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002336" -y \" Ja \" auf alle Fragen annehmen\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002337" -c suche nach defekten Blöcken\n"
2338" -f erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002339
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002340#: e2fsck/unix.c:86
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002341#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002342msgid ""
2343" -v Be verbose\n"
2344" -b superblock Use alternative superblock\n"
2345" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002346" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002347" -l bad_blocks_file Add to badblocks list\n"
2348" -L bad_blocks_file Set badblocks list\n"
2349msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002350" -v sei gesprächig\n"
2351" -b Superbloc Nutze Superblockkopie\n"
2352" -B Blockgröße erzwinge Blockgröße beim Suchen vom Superblock\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002353" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002354" -l bad_blocks_file zur Liste der defekten Blöcke hinzufügen\n"
2355" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002356
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002357#: e2fsck/unix.c:121
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002358#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002359msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002360msgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %u/%u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002361
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002362#: e2fsck/unix.c:133
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002363#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002364msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002365msgstr " # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002366
Theodore Ts'o8f741372008-02-28 21:47:05 -05002367#: e2fsck/unix.c:176 misc/badblocks.c:789 misc/tune2fs.c:941 misc/util.c:151
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002368#: resize/main.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002369#, c-format
2370msgid "while determining whether %s is mounted."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002371msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002372
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002373#: e2fsck/unix.c:194
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002374#, c-format
2375msgid "Warning! %s is mounted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002376msgstr "Warnung! %s ist eingehängt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002377
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002378#: e2fsck/unix.c:198
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002379#, c-format
2380msgid "%s is mounted. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002381msgstr "%s ist eingehängt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002382
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002383#: e2fsck/unix.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002384msgid ""
2385"Cannot continue, aborting.\n"
2386"\n"
2387msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002388"Fortsetzung nicht möglich, breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002389"\n"
2390
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002391#: e2fsck/unix.c:201
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002392#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002393msgid ""
2394"\n"
2395"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002396"\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2397"SEVERE filesystem damage.\a\a\a\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002398"\n"
2399msgstr ""
2400"\n"
2401"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002402"\a\a\a\aWARNUNG!!! Die Benutzung von e2fsck auf einem eingehängten\n"
2403"Dateisystem kann das Dateisystem STARK BESCHÄDIGEN.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002404"\n"
2405
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002406#: e2fsck/unix.c:204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002407msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002408msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002409
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002410#: e2fsck/unix.c:206
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002411#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002412msgid "check aborted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002413msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002414
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002415#: e2fsck/unix.c:280
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002416msgid " contains a file system with errors"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002417msgstr " enthält ein fehlerhaftes Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002418
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002419#: e2fsck/unix.c:282
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002420msgid " was not cleanly unmounted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002421msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002422
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002423#: e2fsck/unix.c:284
2424msgid " primary superblock features different from backup"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002425msgstr "Eigenschaften des primären Superblocks unterscheiden sich vom Backup"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002426
2427#: e2fsck/unix.c:288
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002428#, c-format
2429msgid " has been mounted %u times without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002430msgstr " wurde %u mal ohne Überprüfung eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002431
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002432#: e2fsck/unix.c:295
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002433#, c-format
2434msgid " has gone %u days without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002435msgstr " wurde %u Tage ohne Überprüfung genutzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002436
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002437#: e2fsck/unix.c:304
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002438msgid ", check forced.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002439msgstr ", Prüfung erzwungen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002440
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002441#: e2fsck/unix.c:307
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002442#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002443msgid "%s: clean, %u/%u files, %u/%u blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002444msgstr "%s: sauber, %u/%u Dateien, %u/%u Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002445
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002446#: e2fsck/unix.c:324
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002447msgid " (check deferred; on battery)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002448msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002449
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002450#: e2fsck/unix.c:327
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002451msgid " (check after next mount)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002452msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002453
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002454#: e2fsck/unix.c:329
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002455#, c-format
2456msgid " (check in %ld mounts)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002457msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002458
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002459#: e2fsck/unix.c:475
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002460#, c-format
2461msgid "ERROR: Couldn't open /dev/null (%s)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002462msgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002463
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002464#: e2fsck/unix.c:546
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002465#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002466msgid "Invalid EA version.\n"
2467msgstr "Invalid EA version.\n"
2468
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002469#: e2fsck/unix.c:552
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002470#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002471msgid "Unknown extended option: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002472msgstr "Unbekannte erweiterte Option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002473
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002474#: e2fsck/unix.c:572
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002475#, c-format
2476msgid ""
2477"Syntax error in e2fsck config file (%s, line #%d)\n"
2478"\t%s\n"
2479msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002480"Syntaxfehler in der Konfigurationsdatei von e2fsck (%s, Zeile %d)\n"
2481"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002482
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002483#: e2fsck/unix.c:636
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002484#, c-format
2485msgid "Error validating file descriptor %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002486msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002487
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002488#: e2fsck/unix.c:640
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002489msgid "Invalid completion information file descriptor"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002490msgstr "Ungültiger »completion information«-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002491
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002492#: e2fsck/unix.c:655
Theodore Ts'o6956f612005-12-31 16:46:15 -05002493msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002494msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002495
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002496#: e2fsck/unix.c:676
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002497#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002498msgid "The -t option is not supported on this version of e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002499msgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002500
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002501#: e2fsck/unix.c:747
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002502#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002503msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
Philipp Thomas67671422008-05-14 18:42:45 -04002504msgstr "Das Byte-Swapping wurde in diese Version von e2fsck nicht einkompiliert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002505
Theodore Ts'o8f741372008-02-28 21:47:05 -05002506#: e2fsck/unix.c:770 misc/tune2fs.c:504 misc/tune2fs.c:769 misc/tune2fs.c:786
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002507#, c-format
2508msgid "Unable to resolve '%s'"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002509msgstr "Nicht möglich »%s« aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002510
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002511#: e2fsck/unix.c:801
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002512#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002513msgid "Incompatible options not allowed when byte-swapping.\n"
2514msgstr "Inkompatible Optionen sind beim Byte-Swapping nicht erlaubt.\n"
2515
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002516#: e2fsck/unix.c:808
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002517#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002518msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Philipp Thomas67671422008-05-14 18:42:45 -04002519msgstr "Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002520
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002521#: e2fsck/unix.c:856
2522#, c-format
2523msgid ""
2524"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2525"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002526msgstr "2FSCK_JBD_DEBUG \"%s\" ist keine Ganzzahl\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002527
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002528#: e2fsck/unix.c:865
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002529#, c-format
2530msgid ""
2531"\n"
2532"Invalid non-numeric argument to -%c (\"%s\")\n"
2533"\n"
2534msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002535"\n"
2536"Ungültiges nicht-numerisches Argument für -%c (\"%s\")\n"
2537"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002538
Theodore Ts'o8f741372008-02-28 21:47:05 -05002539#: e2fsck/unix.c:905
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002540#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002541msgid "Error: ext2fs library version out of date!\n"
2542msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2543
Theodore Ts'o8f741372008-02-28 21:47:05 -05002544#: e2fsck/unix.c:913
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002545msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002546msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002547
Theodore Ts'o8f741372008-02-28 21:47:05 -05002548#: e2fsck/unix.c:927
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002549#, c-format
2550msgid "\tUsing %s, %s\n"
2551msgstr "\tBenutze %s, %s\n"
2552
Theodore Ts'o8f741372008-02-28 21:47:05 -05002553#: e2fsck/unix.c:939
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002554msgid "need terminal for interactive repairs"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002555msgstr "Benötige ein Terminal für interaktive Reparaturen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002556
Theodore Ts'o8f741372008-02-28 21:47:05 -05002557#: e2fsck/unix.c:983
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002558#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002559msgid "%s: %s trying backup blocks...\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002560msgstr "%s: %s versuche es mit Backup-Blöcken...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002561
Theodore Ts'o8f741372008-02-28 21:47:05 -05002562#: e2fsck/unix.c:985
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002563msgid "Superblock invalid,"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002564msgstr "Superblock ungültig"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002565
Theodore Ts'o8f741372008-02-28 21:47:05 -05002566#: e2fsck/unix.c:986
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002567msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002568msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002569
Theodore Ts'o8f741372008-02-28 21:47:05 -05002570#: e2fsck/unix.c:1013
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002571#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002572msgid ""
2573"The filesystem revision is apparently too high for this version of e2fsck.\n"
2574"(Or the filesystem superblock is corrupt)\n"
2575"\n"
2576msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002577"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002578"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002579"\n"
2580
Theodore Ts'o8f741372008-02-28 21:47:05 -05002581#: e2fsck/unix.c:1019
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002582#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002583msgid "Could this be a zero-length partition?\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002584msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002585
Theodore Ts'o8f741372008-02-28 21:47:05 -05002586#: e2fsck/unix.c:1021
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002587#, c-format
2588msgid "You must have %s access to the filesystem or be root\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002589msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002590
Theodore Ts'o8f741372008-02-28 21:47:05 -05002591#: e2fsck/unix.c:1026
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002592#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002593msgid "Possibly non-existent or swap device?\n"
Philipp Thomas67671422008-05-14 18:42:45 -04002594msgstr "Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002595
Theodore Ts'o8f741372008-02-28 21:47:05 -05002596#: e2fsck/unix.c:1028
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002597#, c-format
2598msgid "Filesystem mounted or opened exclusively by another program?\n"
2599msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002600"Ist das Dateisystem eingehängt or exklusiv von einem anderen Programm\n"
2601"\n"
2602"geöffnet worden?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002603
Theodore Ts'o8f741372008-02-28 21:47:05 -05002604#: e2fsck/unix.c:1032
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002605#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002606msgid ""
2607"Disk write-protected; use the -n option to do a read-only\n"
2608"check of the device.\n"
2609msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002610"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
2611"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002612
Theodore Ts'o8f741372008-02-28 21:47:05 -05002613#: e2fsck/unix.c:1096
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002614msgid "Get a newer version of e2fsck!"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002615msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002616
Theodore Ts'o8f741372008-02-28 21:47:05 -05002617#: e2fsck/unix.c:1117
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002618#, c-format
2619msgid "while checking ext3 journal for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002620msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002621
Theodore Ts'o8f741372008-02-28 21:47:05 -05002622#: e2fsck/unix.c:1128
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002623#, c-format
Philipp Thomas67671422008-05-14 18:42:45 -04002624msgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
2625msgstr "Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002626
Theodore Ts'o8f741372008-02-28 21:47:05 -05002627#: e2fsck/unix.c:1141
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002628#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002629msgid "unable to set superblock flags on %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002630msgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002631
Theodore Ts'o8f741372008-02-28 21:47:05 -05002632#: e2fsck/unix.c:1147
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002633#, c-format
2634msgid "while recovering ext3 journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002635msgstr "bei der Wiederherstellung des ext3-Journals von %s"
2636
Theodore Ts'o8f741372008-02-28 21:47:05 -05002637#: e2fsck/unix.c:1171
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002638#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05002639msgid "%s has unsupported feature(s):"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002640msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002641
2642#: e2fsck/unix.c:1187
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002643msgid "Warning: compression support is experimental.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002644msgstr "Warnung: Die Kompressionsunterstützung ist experimentell.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002645
Theodore Ts'o8f741372008-02-28 21:47:05 -05002646#: e2fsck/unix.c:1192
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002647#, c-format
2648msgid ""
2649"E2fsck not compiled with HTREE support,\n"
2650"\tbut filesystem %s has HTREE directories.\n"
2651msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002652"Die Unterstützung für HTREE wurde in e2fsck nicht aktiviert,\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002653"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
2654
Theodore Ts'o8f741372008-02-28 21:47:05 -05002655#: e2fsck/unix.c:1241
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002656#, c-format
2657msgid "%s: Filesystem byte order already normalized.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002658msgstr "%s: die Byte-Reihenfolge des Dateisystems wurde schon normalisiert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002659
Theodore Ts'o8f741372008-02-28 21:47:05 -05002660#: e2fsck/unix.c:1261
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002661msgid "while reading bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002662msgstr "beim Lesen des Bad-Block-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002663
Theodore Ts'o8f741372008-02-28 21:47:05 -05002664#: e2fsck/unix.c:1263
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002665#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002666msgid "This doesn't bode well, but we'll try to go on...\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002667msgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002668
Theodore Ts'o8f741372008-02-28 21:47:05 -05002669#: e2fsck/unix.c:1289
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002670msgid "Couldn't determine journal size"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002671msgstr "Konnte die Größe des Dateisystems nicht ermitteln"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002672
Theodore Ts'o8f741372008-02-28 21:47:05 -05002673#: e2fsck/unix.c:1292 misc/mke2fs.c:1776
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002674#, c-format
2675msgid "Creating journal (%d blocks): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002676msgstr "Erstelle Journal (%d Blöcke): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002677
Theodore Ts'o8f741372008-02-28 21:47:05 -05002678#: e2fsck/unix.c:1299 misc/mke2fs.c:1784
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002679msgid ""
2680"\n"
2681"\twhile trying to create journal"
2682msgstr ""
2683"\n"
2684"\tbeim Erstellen des Journals"
2685
Theodore Ts'o8f741372008-02-28 21:47:05 -05002686#: e2fsck/unix.c:1302
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002687#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002688msgid " Done.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002689msgstr " Erledigt.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002690
Theodore Ts'o8f741372008-02-28 21:47:05 -05002691#: e2fsck/unix.c:1303
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002692#, c-format
2693msgid ""
2694"\n"
2695"*** journal has been re-created - filesystem is now ext3 again ***\n"
2696msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002697"\n"
2698"*** Journal wurde wiederhergestellt - Dateisystem ist nun wieder ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002699
Theodore Ts'o8f741372008-02-28 21:47:05 -05002700#: e2fsck/unix.c:1310
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002701#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002702msgid "Restarting e2fsck from the beginning...\n"
2703msgstr "Beginne e2fsck neu ...\n"
2704
Theodore Ts'o8f741372008-02-28 21:47:05 -05002705#: e2fsck/unix.c:1314
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002706msgid "while resetting context"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002707msgstr "beim Rücksetzen des Kontexts"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002708
Theodore Ts'o8f741372008-02-28 21:47:05 -05002709#: e2fsck/unix.c:1321
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002710#, c-format
2711msgid "%s: e2fsck canceled.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002712msgstr "%s: e2fsck abgebrochhen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002713
Theodore Ts'o8f741372008-02-28 21:47:05 -05002714#: e2fsck/unix.c:1326
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002715msgid "aborted"
2716msgstr "abgebrochen"
2717
Theodore Ts'o8f741372008-02-28 21:47:05 -05002718#: e2fsck/unix.c:1338
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002719#, c-format
2720msgid ""
2721"\n"
2722"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2723msgstr ""
2724"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002725"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002726
Theodore Ts'o8f741372008-02-28 21:47:05 -05002727#: e2fsck/unix.c:1341
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002728#, c-format
2729msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002730msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002731
Theodore Ts'o8f741372008-02-28 21:47:05 -05002732#: e2fsck/unix.c:1349
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002733#, c-format
2734msgid ""
2735"\n"
2736"%s: ********** WARNING: Filesystem still has errors **********\n"
2737"\n"
2738msgstr ""
2739"\n"
2740"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
2741"\n"
2742
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002743#: e2fsck/util.c:131 misc/util.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002744msgid "yY"
Makoto Dei748cc432008-04-21 16:49:48 +09002745msgstr "jJ"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002746
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002747#: e2fsck/util.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002748msgid "nN"
2749msgstr "nN"
2750
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002751#: e2fsck/util.c:146
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002752msgid "<y>"
2753msgstr "<j>"
2754
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002755#: e2fsck/util.c:148
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002756msgid "<n>"
2757msgstr "<n>"
2758
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002759#: e2fsck/util.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002760msgid " (y/n)"
2761msgstr " (j/n)"
2762
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002763#: e2fsck/util.c:165
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002764msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002765msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002766
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002767#: e2fsck/util.c:180
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002768msgid "yes\n"
2769msgstr "ja\n"
2770
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002771#: e2fsck/util.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002772msgid "no\n"
2773msgstr "nein\n"
2774
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002775#: e2fsck/util.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002776#, c-format
2777msgid ""
2778"%s? no\n"
2779"\n"
2780msgstr ""
2781"%s? nein\n"
2782"\n"
2783
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002784#: e2fsck/util.c:196
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002785#, c-format
2786msgid ""
2787"%s? yes\n"
2788"\n"
2789msgstr ""
2790"%s? ja\n"
2791"\n"
2792
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002793#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002794msgid "yes"
2795msgstr "ja"
2796
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002797#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002798msgid "no"
2799msgstr "nein"
2800
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002801#: e2fsck/util.c:214
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002802#, c-format
2803msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002804msgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002805
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002806#: e2fsck/util.c:219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002807msgid "reading inode and block bitmaps"
2808msgstr "lese Inode und Block bitmaps"
2809
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002810#: e2fsck/util.c:224
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002811#, c-format
2812msgid "while retrying to read bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002813msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002814
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002815#: e2fsck/util.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002816msgid "writing block bitmaps"
2817msgstr "Schreibe Block-Bitmaps"
2818
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002819#: e2fsck/util.c:242
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002820#, c-format
2821msgid "while retrying to write block bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002822msgstr "während des wiederholten Versuches, Block-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002823
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002824#: e2fsck/util.c:249
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002825msgid "writing inode bitmaps"
2826msgstr "Schreibe Inoden-Bitmaps"
2827
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002828#: e2fsck/util.c:254
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002829#, c-format
2830msgid "while retrying to write inode bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002831msgstr "während des wiederholten Versuches, Inode-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002832
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002833#: e2fsck/util.c:267
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002834#, c-format
2835msgid ""
2836"\n"
2837"\n"
2838"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2839"\t(i.e., without -a or -p options)\n"
2840msgstr ""
2841"\n"
2842"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002843"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002844"\t(d.h. ohne -a oder -p Option)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002845
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002846#: e2fsck/util.c:332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002847#, c-format
2848msgid "Memory used: %dk/%dk (%dk/%dk), "
2849msgstr "benutzter Speicher: %dk/%dk (%dk/%dk), "
2850
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002851#: e2fsck/util.c:336
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002852#, c-format
2853msgid "Memory used: %d, "
2854msgstr "benutzter Speicher: %d, "
2855
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002856#: e2fsck/util.c:342
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002857#, c-format
2858msgid "time: %5.2f/%5.2f/%5.2f\n"
2859msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
2860
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002861#: e2fsck/util.c:347
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002862#, c-format
2863msgid "elapsed time: %6.3f\n"
2864msgstr "abgelaufende Zeit: %6.3f\n"
2865
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002866#: e2fsck/util.c:361
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002867#, c-format
2868msgid "while reading inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002869msgstr "beim Lesen von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002870
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002871#: e2fsck/util.c:375 e2fsck/util.c:388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002872#, c-format
2873msgid "while writing inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002874msgstr "beim Schreiben von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002875
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002876#: misc/badblocks.c:61
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002877msgid "done \n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002878msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002879
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002880#: misc/badblocks.c:80
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002881#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002882msgid ""
2883"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Philipp Thomas67671422008-05-14 18:42:45 -04002884" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002885" device [last_block [start_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002886msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002887"Aufruf: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Philipp Thomas67671422008-05-14 18:42:45 -04002888" [-c Blöcke_auf_einmal] [-p Anzahl_Durchgänge ] [-t Testmuster [-t Testmuster [...]]]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002889" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002890
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002891#: misc/badblocks.c:88
2892#, c-format
2893msgid ""
2894"%s: The -n and -w options are mutually exclusive.\n"
2895"\n"
2896msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002897"%s: Die Optionen -n und -w schliessen sich gegenseitig aus.\n"
2898"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002899
2900#: misc/badblocks.c:235
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002901msgid "Testing with random pattern: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002902msgstr "Teste mit zufälligen Mustern: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002903
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002904#: misc/badblocks.c:253
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002905msgid "Testing with pattern 0x"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002906msgstr "Teste mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002907
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002908#: misc/badblocks.c:278 misc/badblocks.c:307
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002909msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002910msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002911
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002912#: misc/badblocks.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002913#, c-format
2914msgid "Weird value (%ld) in do_read\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002915msgstr "Merkwürdiger Wert (%ld) in do_read\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002916
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002917#: misc/badblocks.c:327
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002918msgid "during ext2fs_sync_device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002919msgstr "während ext2fs_sync_device"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002920
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002921#: misc/badblocks.c:343 misc/badblocks.c:581
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002922msgid "while beginning bad block list iteration"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002923msgstr "beim Beginn des »Bad Block«-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002924
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002925#: misc/badblocks.c:357 misc/badblocks.c:447 misc/badblocks.c:591
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002926msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002927msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002928
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002929#: misc/badblocks.c:361
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002930#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002931msgid "Checking blocks %lu to %lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002932msgstr "Prüfe von Block %lu bis %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002933
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002934#: misc/badblocks.c:365
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002935msgid "Checking for bad blocks in read-only mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002936msgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002937
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002938#: misc/badblocks.c:374
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002939msgid "Checking for bad blocks (read-only test): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002940msgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002941
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002942#: misc/badblocks.c:454
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002943msgid "Checking for bad blocks in read-write mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002944msgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002945
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002946#: misc/badblocks.c:456 misc/badblocks.c:604
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002947#, c-format
2948msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002949msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002950
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002951#: misc/badblocks.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002952msgid "Reading and comparing: "
2953msgstr "Lesen und Vergleichen:"
2954
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002955#: misc/badblocks.c:603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002956msgid "Checking for bad blocks in non-destructive read-write mode\n"
Philipp Thomas67671422008-05-14 18:42:45 -04002957msgstr "Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002958
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002959#: misc/badblocks.c:607
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002960msgid "Checking for bad blocks (non-destructive read-write test)\n"
Philipp Thomas67671422008-05-14 18:42:45 -04002961msgstr "Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002962
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002963#: misc/badblocks.c:614
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002964msgid ""
2965"\n"
2966"Interrupt caught, cleaning up\n"
2967msgstr ""
2968"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002969"Unterbrochen, räume auf\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002970
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002971#: misc/badblocks.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002972#, c-format
2973msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002974msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002975
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002976#: misc/badblocks.c:794 misc/util.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002977#, c-format
2978msgid "%s is mounted; "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002979msgstr "%s ist eingehängt; "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002980
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002981#: misc/badblocks.c:796
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002982msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomas67671422008-05-14 18:42:45 -04002983msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002984
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002985#: misc/badblocks.c:801
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002986msgid "it's not safe to run badblocks!\n"
2987msgstr "es ist zu unsicher, Badblocks zu starten!\n"
2988
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002989#: misc/badblocks.c:806 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002990#, c-format
2991msgid "%s is apparently in use by the system; "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002992msgstr "%s wird offensichtlich vom System genutzt; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002993
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002994#: misc/badblocks.c:809
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002995msgid "badblocks forced anyway.\n"
Philipp Thomas67671422008-05-14 18:42:45 -04002996msgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002997
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002998#: misc/badblocks.c:871
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002999#, c-format
3000msgid "bad block size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003001msgstr "bad block Größe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003002
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003003#: misc/badblocks.c:928
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003004#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003005msgid "can't allocate memory for test_pattern - %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003006msgstr "Kann keinen Speicher für Testmuster reservieren - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003007
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003008#: misc/badblocks.c:942
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003009#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003010msgid "invalid test_pattern: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003011msgstr "Ungültiges Testmuster: %s\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003012
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003013#: misc/badblocks.c:961
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003014msgid "Maximum of one test_pattern may be specified in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003015msgstr "Es darf im Nur-Lesen-Modus nur ein Testmuster angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003016
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003017#: misc/badblocks.c:967
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003018msgid "Random test_pattern is not allowed in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003019msgstr "Zufälliges Testmuster ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003020
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003021#: misc/badblocks.c:981
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003022msgid ""
3023"Couldn't determine device size; you must specify\n"
3024"the size manually\n"
Philipp Thomas67671422008-05-14 18:42:45 -04003025msgstr "Größe des Gerätes ist nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003026
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003027#: misc/badblocks.c:987
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003028msgid "while trying to determine device size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003029msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003030
Theodore Ts'o8f741372008-02-28 21:47:05 -05003031#: misc/badblocks.c:996 misc/mke2fs.c:1255
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003032#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003033msgid "invalid blocks count - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003034msgstr "Bad Blocks Anzahl - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003035
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003036#: misc/badblocks.c:1009
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003037#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003038msgid "invalid starting block - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003039msgstr "Defekter Startblock - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003040
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003041#: misc/badblocks.c:1015
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003042#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003043msgid "invalid starting block (%d): must be less than %lu"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003044msgstr "Ungültiger Startblock (%d): er muss kleiner als %lu sein"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003045
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003046#: misc/badblocks.c:1070
Theodore Ts'o197abba2005-06-20 18:00:23 -04003047msgid "while creating in-memory bad blocks list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003048msgstr "erstelle Bad-Block-Liste im Speicher"
3049
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003050#: misc/badblocks.c:1085
Theodore Ts'o197abba2005-06-20 18:00:23 -04003051msgid "while adding to in-memory bad block list"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003052msgstr "füge zur Bad-Block-Liste im Speicher hinzu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003053
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003054#: misc/badblocks.c:1109
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003055#, c-format
3056msgid "Pass completed, %u bad blocks found.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003057msgstr "Durchgang beendet, %u defekte Blöcke gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003058
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003059#: misc/chattr.c:84
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003060#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003061msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003062msgstr "Aufruf: %s [-RV] [-+=AacDdijsSu] [-v Version] Dateien...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003063
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003064#: misc/chattr.c:147
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003065#, c-format
3066msgid "bad version - %s\n"
3067msgstr "falsche Version - %s\n"
3068
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003069#: misc/chattr.c:191 misc/lsattr.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003070#, c-format
3071msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003072msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003073
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003074#: misc/chattr.c:208 misc/chattr.c:224
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003075#, c-format
3076msgid "Flags of %s set as "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003077msgstr "Flags von %s wie folgt gesetzt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003078
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003079#: misc/chattr.c:217
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003080#, c-format
3081msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003082msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003083
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003084#: misc/chattr.c:232
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003085#, c-format
3086msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003087msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003088
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003089#: misc/chattr.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003090#, c-format
3091msgid "Version of %s set as %lu\n"
3092msgstr "Version von %s gesetzt auf %lu\n"
3093
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003094#: misc/chattr.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003095#, c-format
3096msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003097msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003098
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003099#: misc/chattr.c:254
3100#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003101msgid "Couldn't allocate path variable in chattr_dir_proc"
3102msgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
3103
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003104#: misc/chattr.c:292
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003105msgid "= is incompatible with - and +\n"
3106msgstr "= ist inkompatibel mit - und +\n"
3107
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003108#: misc/chattr.c:300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003109msgid "Must use '-v', =, - or +\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003110msgstr "Benutze »-v«, =, - oder +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003111
Theodore Ts'o6956f612005-12-31 16:46:15 -05003112#: misc/dumpe2fs.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003113#, c-format
3114msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003115msgstr "Aufruf: %s [-bfhixV] [-ob Superblock] [-oB Blockgröße] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003116
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003117#: misc/dumpe2fs.c:162
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003118#, c-format
3119msgid "Group %lu: (Blocks "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003120msgstr "Gruppe %lu: (Blöcke "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003121
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003122#: misc/dumpe2fs.c:168
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003123#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003124msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003125msgstr " %s Superblock in "
3126
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003127#: misc/dumpe2fs.c:169
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003128msgid "Primary"
3129msgstr "Primary"
3130
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003131#: misc/dumpe2fs.c:169
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003132msgid "Backup"
3133msgstr "Backup"
3134
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003135#: misc/dumpe2fs.c:173
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003136#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003137msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003138msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003139
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003140#: misc/dumpe2fs.c:177
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003141#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003142msgid ""
3143"\n"
3144" Reserved GDT blocks at "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003145msgstr ""
3146"\n"
3147" reservierte GDT Blöcke bei "
Theodore Ts'obc759702005-05-09 20:40:55 -04003148
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003149#: misc/dumpe2fs.c:184
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003150#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003151msgid " Group descriptor at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003152msgstr ", Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003153
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003154#: misc/dumpe2fs.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003155msgid " Block bitmap at "
3156msgstr " Block bitmap in "
3157
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003158#: misc/dumpe2fs.c:195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003159msgid ", Inode bitmap at "
3160msgstr ", Inode Bitmap in "
3161
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003162#: misc/dumpe2fs.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003163msgid ""
3164"\n"
3165" Inode table at "
3166msgstr ""
3167"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003168" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003169
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003170#: misc/dumpe2fs.c:207
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003171#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003172msgid ""
3173"\n"
3174" %d free blocks, %d free inodes, %d directories\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003175msgstr ""
3176"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003177" %d freie Blöcke, %d freie Inodes, %d Verzeichnisse\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003178
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003179#: misc/dumpe2fs.c:213
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003180msgid " Free blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003181msgstr " Freie Blöcke: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003182
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003183#: misc/dumpe2fs.c:221
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003184msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003185msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003186
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003187#: misc/dumpe2fs.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003188msgid "while printing bad block list"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003189msgstr "beim Ausgeben der »Bad Block«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003190
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003191#: misc/dumpe2fs.c:252
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003192#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003193msgid "Bad blocks: %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003194msgstr "Bad Blocks: %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003195
Theodore Ts'o8f741372008-02-28 21:47:05 -05003196#: misc/dumpe2fs.c:274 misc/tune2fs.c:261
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003197msgid "while reading journal inode"
3198msgstr "beim Lesen des Journal-Inodes"
3199
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003200#: misc/dumpe2fs.c:277
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003201msgid "Journal size: "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003202msgstr "Journalgrösse: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003203
Theodore Ts'o8f741372008-02-28 21:47:05 -05003204#: misc/dumpe2fs.c:296 misc/tune2fs.c:183
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003205msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003206msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003207
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003208#: misc/dumpe2fs.c:304
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003209msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003210msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003211
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003212#: misc/dumpe2fs.c:308
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003213#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003214msgid ""
3215"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003216"Journal block size: %u\n"
3217"Journal length: %u\n"
3218"Journal first block: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003219"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003220"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003221"Journal number of users: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003222msgstr ""
3223"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003224"Journal Blockgröße: %u\n"
3225"Journal Länge: %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003226"Journal Startblock: %u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003227"Journal Sequenz: 0x%08x\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003228"Journal Start: %u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003229"Journal Anzahl Nutzer: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003230
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003231#: misc/dumpe2fs.c:321
Theodore Ts'o197abba2005-06-20 18:00:23 -04003232#, c-format
3233msgid "Journal users: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003234msgstr "Jounalnutzer: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003235
Theodore Ts'o8f741372008-02-28 21:47:05 -05003236#: misc/dumpe2fs.c:337 misc/mke2fs.c:768 misc/tune2fs.c:810
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003237#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003238msgid "Couldn't allocate memory to parse options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003239msgstr "Speicher zum Parsen der Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003240
3241#: misc/dumpe2fs.c:363
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003242#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003243msgid "Invalid superblock parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003244msgstr "Ungültiger Superblock-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003245
3246#: misc/dumpe2fs.c:378
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003247#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003248msgid "Invalid blocksize parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003249msgstr "Ungültiger Blockgrössen-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003250
3251#: misc/dumpe2fs.c:389
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003252#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003253msgid ""
3254"\n"
3255"Bad extended option(s) specified: %s\n"
3256"\n"
3257"Extended options are separated by commas, and may take an argument which\n"
3258"\tis set off by an equals ('=') sign.\n"
3259"\n"
3260"Valid extended options are:\n"
3261"\tsuperblock=<superblock number>\n"
3262"\tblocksize=<blocksize>\n"
3263msgstr ""
3264"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003265"Falsche erweiterte Optionen angegeben: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003266"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003267"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
3268"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003269"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003270"Gültige erweiterte Optionen sind:\n"
3271"\tsuperblock=<Nummer des Spuperblocks>\n"
3272"\tblocksize=<Blockgrösse>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003273"\n"
3274
3275#: misc/dumpe2fs.c:449 misc/mke2fs.c:1199
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003276#, c-format
3277msgid "\tUsing %s\n"
3278msgstr "\tBenutze %s\n"
3279
Theodore Ts'o8f741372008-02-28 21:47:05 -05003280#: misc/dumpe2fs.c:485 misc/e2image.c:666 misc/tune2fs.c:919 resize/main.c:298
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003281#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003282msgid "Couldn't find valid filesystem superblock.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003283msgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003284
Theodore Ts'o8f741372008-02-28 21:47:05 -05003285#: misc/dumpe2fs.c:496
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003286#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003287msgid "Note: This is a byte-swapped filesystem\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003288msgstr "Anmerkung: Dieses ist ein Byte-Swapped Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003289
Theodore Ts'o8f741372008-02-28 21:47:05 -05003290#: misc/dumpe2fs.c:515
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003291#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003292msgid ""
3293"\n"
3294"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003295msgstr ""
3296"\n"
3297"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003298
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003299#: misc/e2image.c:50
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003300#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003301msgid "Usage: %s [-rsI] device image_file\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003302msgstr "Aufruf: %s [-r] Gerätedatei\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003303
Theodore Ts'obc759702005-05-09 20:40:55 -04003304#: misc/e2image.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003305msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003306msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003307
Theodore Ts'obc759702005-05-09 20:40:55 -04003308#: misc/e2image.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003309#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003310msgid "short write (only %d bytes) for writing image header"
3311msgstr "short write (only %d bytes) for writing image header"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003312
Theodore Ts'obc759702005-05-09 20:40:55 -04003313#: misc/e2image.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003314msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003315msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003316
Theodore Ts'obc759702005-05-09 20:40:55 -04003317#: misc/e2image.c:108
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003318msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003319msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003320
Theodore Ts'obc759702005-05-09 20:40:55 -04003321#: misc/e2image.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003322msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003323msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003324
Theodore Ts'obc759702005-05-09 20:40:55 -04003325#: misc/e2image.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003326msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003327msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003328
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003329#: misc/e2label.c:57
3330#, c-format
3331msgid "e2label: cannot open %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003332msgstr "e2label: Kann %s nicht öffnen.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003333
3334#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003335#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003336msgid "e2label: cannot seek to superblock\n"
3337msgstr "e2label: cannot seek to superblock\n"
3338
3339#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003340#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003341msgid "e2label: error reading superblock\n"
3342msgstr "e2label: Lesefehler im Superblock\n"
3343
3344#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003345#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003346msgid "e2label: not an ext2 filesystem\n"
3347msgstr "e2label: Kein ext2 Dateisystem\n"
3348
Theodore Ts'o8f741372008-02-28 21:47:05 -05003349#: misc/e2label.c:96 misc/tune2fs.c:1025
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003350#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003351msgid "Warning: label too long, truncating.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003352msgstr "Warnung: Name zu lang, kürze ihn.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003353
3354#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003355#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003356msgid "e2label: cannot seek to superblock again\n"
3357msgstr "e2label: cannot seek to superblock again\n"
3358
3359#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003360#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003361msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003362msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003363
Theodore Ts'o8f741372008-02-28 21:47:05 -05003364#: misc/e2label.c:116 misc/tune2fs.c:496
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003365#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003366msgid "Usage: e2label device [newlabel]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003367msgstr "Aufruf: e2label Gerät [neuer_Name]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003368
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003369#: misc/fsck.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003370#, c-format
3371msgid "WARNING: couldn't open %s: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003372msgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003373
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003374#: misc/fsck.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003375#, c-format
3376msgid "WARNING: bad format on line %d of %s\n"
3377msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
3378
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003379#: misc/fsck.c:368
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003380msgid ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003381"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003382"\tfield. I will kludge around things for you, but you\n"
3383"\tshould fix your /etc/fstab file as soon as you can.\n"
3384"\n"
3385msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003386"\a\a\aWARNUNG: Ihre /etc/fstab enthält kein »fsck passno«\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003387"\tFeld. Ich werde dieses ignorieren, aber Sie\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003388"\tsollten ihre /etc/fstab so schnell wie möglich korrigieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003389"\n"
3390
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003391#: misc/fsck.c:469
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003392#, c-format
3393msgid "fsck: %s: not found\n"
3394msgstr "fsck: %s: nicht gefunden\n"
3395
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003396#: misc/fsck.c:585
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003397#, c-format
3398msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003399msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003400
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003401#: misc/fsck.c:607
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003402#, c-format
3403msgid "Warning... %s for device %s exited with signal %d.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003404msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003405
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003406#: misc/fsck.c:613
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003407#, c-format
3408msgid "%s %s: status is %x, should never happen.\n"
3409msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
3410
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003411#: misc/fsck.c:649
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003412#, c-format
3413msgid "Finished with %s (exit status %d)\n"
3414msgstr "Beendet mit %s (exit status %d)\n"
3415
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003416#: misc/fsck.c:709
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003417#, c-format
3418msgid "%s: Error %d while executing fsck.%s for %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003419msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003420
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003421#: misc/fsck.c:730
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003422msgid ""
3423"Either all or none of the filesystem types passed to -t must be prefixed\n"
3424"with 'no' or '!'.\n"
3425msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003426"Bei -t müssen entweder allen oder keinem Dateisystem ein »no« bzw. »!«\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003427"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003428
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003429#: misc/fsck.c:749
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003430msgid "Couldn't allocate memory for filesystem types\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003431msgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003432
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003433#: misc/fsck.c:872
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003434#, c-format
Philipp Thomas67671422008-05-14 18:42:45 -04003435msgid "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003436msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003437"%s: überspringe die ungültige Zeile in /etc/fstab: bind mount mit\n"
3438" Durchgangsnummer für fsck, die nicht Null ist\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003439
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003440#: misc/fsck.c:899
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003441#, c-format
3442msgid "fsck: cannot check %s: fsck.%s not found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003443msgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003444
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003445#: misc/fsck.c:955
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003446msgid "Checking all file systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003447msgstr "Überprüfe alle Dateisysteme.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003448
Theodore Ts'o8f741372008-02-28 21:47:05 -05003449#: misc/fsck.c:1046
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003450#, c-format
3451msgid "--waiting-- (pass %d)\n"
3452msgstr "--warten-- (Durchgang %d)\n"
3453
Theodore Ts'o8f741372008-02-28 21:47:05 -05003454#: misc/fsck.c:1066
Philipp Thomas67671422008-05-14 18:42:45 -04003455msgid "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3456msgstr "Aufruf: fsck [-AMNPRTV] [ -C [ fd ] ] [-t Datesystemtyp] [FS-Optionen] [Dateisystem...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003457
Theodore Ts'o8f741372008-02-28 21:47:05 -05003458#: misc/fsck.c:1108
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003459#, c-format
3460msgid "%s: too many devices\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003461msgstr "%s: zu viele Geräte\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003462
Theodore Ts'o8f741372008-02-28 21:47:05 -05003463#: misc/fsck.c:1141 misc/fsck.c:1227
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003464#, c-format
3465msgid "%s: too many arguments\n"
3466msgstr "%s: zu viele Argumente\n"
3467
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003468#: misc/lsattr.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003469#, c-format
3470msgid "Usage: %s [-RVadlv] [files...]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003471msgstr "Aufruf: %s [-RVadlv] [Dateien...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003472
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003473#: misc/lsattr.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003474#, c-format
3475msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003476msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003477
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003478#: misc/lsattr.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003479#, c-format
3480msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003481msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003482
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003483#: misc/mke2fs.c:97
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003484#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003485msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003486"Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3487"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003488"\t[-N number-of-inodes] [-m reserved-blocks-percentage] [-o creator-os]\n"
3489"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003490"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
3491"\t[-T fs-type] [-jnqvFSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003492msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003493"Aufruf: %s [-c|-t|-l Dateiname] [-b Blockgröße] [-f Fragmentgröße]\n"
3494"\t[-i Bytes-pro-Inode] [-I Inodegrösse] [-J Journal-Optionen]\n"
3495"\t[-N Anzahl_der_Inodes] [-m Reservierte-Blöcke-Prozent] [-o Erzeuger-OS]\n"
3496"\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"
3497"\t[-M letztes-eingehängtes-Verzeichnis] [-O feature[,...]] [-r fs-revision]\n"
3498"\t[-R raid_opts] [-jnqvFSV] Gerät [Blockanzahl]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003499
Theodore Ts'o8f741372008-02-28 21:47:05 -05003500#: misc/mke2fs.c:198
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003501#, c-format
3502msgid "Running command: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003503msgstr "Führe aus: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003504
Theodore Ts'o8f741372008-02-28 21:47:05 -05003505#: misc/mke2fs.c:202
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003506#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003507msgid "while trying to run '%s'"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003508msgstr "während des Versuchs, »%s« auszuführen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003509
Theodore Ts'o8f741372008-02-28 21:47:05 -05003510#: misc/mke2fs.c:209
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003511msgid "while processing list of bad blocks from program"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003512msgstr "beim Auswerten der »Bad Block«-Liste vom Programm"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003513
Theodore Ts'o8f741372008-02-28 21:47:05 -05003514#: misc/mke2fs.c:236
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003515#, c-format
3516msgid "Block %d in primary superblock/group descriptor area bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003517msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003518
Theodore Ts'o8f741372008-02-28 21:47:05 -05003519#: misc/mke2fs.c:238
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003520#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003521msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003522msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003523"Die Blöcke %u bis einschließlich %u müssen in Ordung sein, um ein\n"
3524"\tDateisystem zu erstellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003525
Theodore Ts'o8f741372008-02-28 21:47:05 -05003526#: misc/mke2fs.c:241
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003527msgid "Aborting....\n"
3528msgstr "Breche ab...\n"
3529
Theodore Ts'o8f741372008-02-28 21:47:05 -05003530#: misc/mke2fs.c:261
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003531#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003532msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003533"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003534"\tbad blocks.\n"
3535"\n"
3536msgstr ""
Philipp Thomas67671422008-05-14 18:42:45 -04003537"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %u enthält\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003538"\tdefekte Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003539"\n"
3540
Theodore Ts'o8f741372008-02-28 21:47:05 -05003541#: misc/mke2fs.c:279
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003542msgid "while marking bad blocks as used"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003543msgstr "beim Markieren von defekten Blöcken als »belegt«"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003544
Theodore Ts'o8f741372008-02-28 21:47:05 -05003545#: misc/mke2fs.c:337
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003546msgid "done \n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003547msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003548
Theodore Ts'o8f741372008-02-28 21:47:05 -05003549#: misc/mke2fs.c:372
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003550msgid "while allocating zeroizing buffer"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003551msgstr "beim reservieren eines Puffers zum Nullen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003552
Theodore Ts'o8f741372008-02-28 21:47:05 -05003553#: misc/mke2fs.c:414
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003554msgid "Writing inode tables: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003555msgstr "Schreibe Inode-Tabellen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003556
Theodore Ts'o8f741372008-02-28 21:47:05 -05003557#: misc/mke2fs.c:431
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003558#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003559msgid ""
3560"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003561"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003562msgstr ""
3563"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003564"Konnte %d Blöcke nicht in Inoden-Tabelle schreiben, beginnend bei %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003565
Theodore Ts'o8f741372008-02-28 21:47:05 -05003566#: misc/mke2fs.c:487
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003567msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003568msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003569
Theodore Ts'o8f741372008-02-28 21:47:05 -05003570#: misc/mke2fs.c:494
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003571msgid "while reading root inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003572msgstr "beim Lesen des Root-Inode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003573
Theodore Ts'o8f741372008-02-28 21:47:05 -05003574#: misc/mke2fs.c:508
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003575msgid "while setting root inode ownership"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003576msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003577
Theodore Ts'o8f741372008-02-28 21:47:05 -05003578#: misc/mke2fs.c:526
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003579msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003580msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003581
Theodore Ts'o8f741372008-02-28 21:47:05 -05003582#: misc/mke2fs.c:533
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003583msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003584msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003585
Theodore Ts'o8f741372008-02-28 21:47:05 -05003586#: misc/mke2fs.c:543
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003587msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003588msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003589
Theodore Ts'o8f741372008-02-28 21:47:05 -05003590#: misc/mke2fs.c:559
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003591msgid "while setting bad block inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003592msgstr "beim Setzen des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003593
Theodore Ts'o8f741372008-02-28 21:47:05 -05003594#: misc/mke2fs.c:591
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003595#, c-format
3596msgid "Out of memory erasing sectors %d-%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003597msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003598
Theodore Ts'o8f741372008-02-28 21:47:05 -05003599#: misc/mke2fs.c:601
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003600#, c-format
3601msgid "Warning: could not read block 0: %s\n"
3602msgstr "Warnung: konnte Block %s nicht lesen\n"
3603
Theodore Ts'o8f741372008-02-28 21:47:05 -05003604#: misc/mke2fs.c:617
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003605#, c-format
3606msgid "Warning: could not erase sector %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003607msgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003608
Theodore Ts'o8f741372008-02-28 21:47:05 -05003609#: misc/mke2fs.c:633
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003610msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003611msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003612
Theodore Ts'o8f741372008-02-28 21:47:05 -05003613#: misc/mke2fs.c:639
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003614msgid "Zeroing journal device: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003615msgstr "Überschreibe Journal-Device mit Nullen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003616
Theodore Ts'o8f741372008-02-28 21:47:05 -05003617#: misc/mke2fs.c:646
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003618#, c-format
3619msgid "while zeroing journal device (block %u, count %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003620msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %u, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003621
Theodore Ts'o8f741372008-02-28 21:47:05 -05003622#: misc/mke2fs.c:657
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003623msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003624msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003625
Theodore Ts'o8f741372008-02-28 21:47:05 -05003626#: misc/mke2fs.c:673
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003627#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003628msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003629"warning: %u blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003630"\n"
3631msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003632"Warnung: %u Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003633"\n"
3634
Theodore Ts'o8f741372008-02-28 21:47:05 -05003635#: misc/mke2fs.c:678
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003636#, c-format
3637msgid "Filesystem label=%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003638msgstr "Dateisystem-Label=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003639
Theodore Ts'o8f741372008-02-28 21:47:05 -05003640#: misc/mke2fs.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003641msgid "OS type: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003642msgstr "OS-Typ: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003643
Theodore Ts'o8f741372008-02-28 21:47:05 -05003644#: misc/mke2fs.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003645#, c-format
3646msgid "Block size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003647msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003648
Theodore Ts'o8f741372008-02-28 21:47:05 -05003649#: misc/mke2fs.c:686
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003650#, c-format
3651msgid "Fragment size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003652msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003653
Theodore Ts'o8f741372008-02-28 21:47:05 -05003654#: misc/mke2fs.c:688
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003655#, c-format
3656msgid "%u inodes, %u blocks\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003657msgstr "%u Inodes, %u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003658
Theodore Ts'o8f741372008-02-28 21:47:05 -05003659#: misc/mke2fs.c:690
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003660#, c-format
3661msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003662msgstr "%u Blöcke (%2.2f%%) reserviert für den Superuser\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003663
Theodore Ts'o8f741372008-02-28 21:47:05 -05003664#: misc/mke2fs.c:693
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003665#, c-format
3666msgid "First data block=%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003667msgstr "Erster Datenblock=%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003668
Theodore Ts'o8f741372008-02-28 21:47:05 -05003669#: misc/mke2fs.c:695
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003670#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003671msgid "Maximum filesystem blocks=%lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003672msgstr "Maximale Dateisystem-Blöcke=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003673
Theodore Ts'o8f741372008-02-28 21:47:05 -05003674#: misc/mke2fs.c:700
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003675#, c-format
3676msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003677msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003678
Theodore Ts'o8f741372008-02-28 21:47:05 -05003679#: misc/mke2fs.c:702
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003680#, c-format
3681msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003682msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003683
Theodore Ts'o8f741372008-02-28 21:47:05 -05003684#: misc/mke2fs.c:703
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003685#, c-format
3686msgid "%u blocks per group, %u fragments per group\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003687msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003688
Theodore Ts'o8f741372008-02-28 21:47:05 -05003689#: misc/mke2fs.c:705
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003690#, c-format
3691msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003692msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003693
Theodore Ts'o8f741372008-02-28 21:47:05 -05003694#: misc/mke2fs.c:712
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003695#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003696msgid "Superblock backups stored on blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003697msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003698
Theodore Ts'o8f741372008-02-28 21:47:05 -05003699#: misc/mke2fs.c:793
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003700#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003701msgid "Invalid stride parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003702msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003703
Theodore Ts'o8f741372008-02-28 21:47:05 -05003704#: misc/mke2fs.c:808
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003705#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003706msgid "Invalid stripe-width parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003707msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003708
3709#: misc/mke2fs.c:830
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003710#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003711msgid "Invalid resize parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003712msgstr "Ungültiger \"resize\"-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003713
Theodore Ts'o8f741372008-02-28 21:47:05 -05003714#: misc/mke2fs.c:837
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003715#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003716msgid "The resize maximum must be greater than the filesystem size.\n"
Philipp Thomas67671422008-05-14 18:42:45 -04003717msgstr "Das Maximum der Vergrösserung muss oberhalb als der Dateisystem-Grösse liegen.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003718
Theodore Ts'o8f741372008-02-28 21:47:05 -05003719#: misc/mke2fs.c:861
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003720#, c-format
3721msgid "On-line resizing not supported with revision 0 filesystems\n"
3722msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003723"Online-Grössenänderungen werden bei Revison 0 Dateisystemen nicht\n"
3724"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003725
Theodore Ts'o8f741372008-02-28 21:47:05 -05003726#: misc/mke2fs.c:878
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003727#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003728msgid ""
3729"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003730"Bad option(s) specified: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003731"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003732"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003733"\tis set off by an equals ('=') sign.\n"
3734"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003735"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003736"\tstride=<RAID per-disk data chunk in blocks>\n"
3737"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003738"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003739"\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003740"\ttest_fs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003741msgstr ""
3742"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003743"Ungültige Option(en) angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003744"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003745"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
3746"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003747"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003748"\terhalten welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003749"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003750"gültige erweiterte Optionen sind:\n"
3751"\tstride=<RAID Segmentgrösse in Blöcken>\n"
3752"\tstripe-width=<RAID Stride * Datenplatten in Blöcken>\n"
3753"\tresize=<Obergrenze für Grössenänderung in Blöcken>\n"
3754"\n"
3755"\ttest_fs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003756
Theodore Ts'o8f741372008-02-28 21:47:05 -05003757#: misc/mke2fs.c:893
3758#, c-format
3759msgid ""
3760"\n"
3761"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
3762"\n"
3763msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003764"\n"
3765"Warnung: RAID Stripe-Breite %u ist kein ganzzahliges Vielfaches von\n"
3766"\tStride %u.\n"
3767"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003768
3769#: misc/mke2fs.c:920
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003770#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003771msgid ""
3772"Syntax error in mke2fs config file (%s, line #%d)\n"
3773"\t%s\n"
3774msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003775"Syntax Fehler in der Konfigurationsdatei von mkefs (%s, Zeile %d)\n"
3776"\t%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003777
Theodore Ts'o8f741372008-02-28 21:47:05 -05003778#: misc/mke2fs.c:933 misc/tune2fs.c:335
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003779#, c-format
3780msgid "Invalid filesystem option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003781msgstr "Unvollständige Dateisystem-Option gesetzt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003782
Theodore Ts'o8f741372008-02-28 21:47:05 -05003783#: misc/mke2fs.c:1040
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003784#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003785msgid "invalid block size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003786msgstr "bad block Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003787
Theodore Ts'o8f741372008-02-28 21:47:05 -05003788#: misc/mke2fs.c:1044
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003789#, c-format
3790msgid "Warning: blocksize %d not usable on most systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003791msgstr "Warnung: Blockgröße %d ist auf den meisten Systemen unbrauchbar.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003792
Theodore Ts'o8f741372008-02-28 21:47:05 -05003793#: misc/mke2fs.c:1061
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003794#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003795msgid "invalid fragment size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003796msgstr "falsche Fragmentgröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003797
Theodore Ts'o8f741372008-02-28 21:47:05 -05003798#: misc/mke2fs.c:1067
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003799#, c-format
3800msgid "Warning: fragments not supported. Ignoring -f option\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003801msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003802
Theodore Ts'o8f741372008-02-28 21:47:05 -05003803#: misc/mke2fs.c:1074
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003804msgid "Illegal number for blocks per group"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003805msgstr "unzulässige Angabe für Blöcke pro Gruppe"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003806
Theodore Ts'o8f741372008-02-28 21:47:05 -05003807#: misc/mke2fs.c:1079
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003808msgid "blocks per group must be multiple of 8"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003809msgstr "Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003810
Theodore Ts'o8f741372008-02-28 21:47:05 -05003811#: misc/mke2fs.c:1089
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003812#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003813msgid "invalid inode ratio %s (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003814msgstr "Unzulässiges Inode-Verhältnis %s (Min %d/Max %d"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003815
Theodore Ts'o8f741372008-02-28 21:47:05 -05003816#: misc/mke2fs.c:1106
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003817msgid "in malloc for bad_blocks_filename"
3818msgstr "in malloc for bad_blocks_filename"
3819
Theodore Ts'o8f741372008-02-28 21:47:05 -05003820#: misc/mke2fs.c:1115
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003821#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003822msgid "invalid reserved blocks percent - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003823msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003824
Theodore Ts'o8f741372008-02-28 21:47:05 -05003825#: misc/mke2fs.c:1133
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003826#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003827msgid "bad revision level - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003828msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003829
Theodore Ts'o8f741372008-02-28 21:47:05 -05003830#: misc/mke2fs.c:1145
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003831#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003832msgid "invalid inode size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003833msgstr "Unzulässige Inode-Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003834
Theodore Ts'o8f741372008-02-28 21:47:05 -05003835#: misc/mke2fs.c:1165
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003836#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003837msgid "bad num inodes - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003838msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003839
Theodore Ts'o8f741372008-02-28 21:47:05 -05003840#: misc/mke2fs.c:1223 misc/mke2fs.c:1745
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003841#, c-format
3842msgid "while trying to open journal device %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003843msgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003844
Theodore Ts'o8f741372008-02-28 21:47:05 -05003845#: misc/mke2fs.c:1229
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003846#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003847msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003848msgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003849
Theodore Ts'o8f741372008-02-28 21:47:05 -05003850#: misc/mke2fs.c:1243
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003851#, c-format
3852msgid "%d-byte blocks too big for system (max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003853msgstr "%d-Byte Blöcke zu groß für das System (max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003854
Theodore Ts'o8f741372008-02-28 21:47:05 -05003855#: misc/mke2fs.c:1247
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003856#, c-format
Philipp Thomas67671422008-05-14 18:42:45 -04003857msgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3858msgstr "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 -05003859
Theodore Ts'o8f741372008-02-28 21:47:05 -05003860#: misc/mke2fs.c:1265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003861msgid "filesystem"
3862msgstr "Dateisystem"
3863
Theodore Ts'o8f741372008-02-28 21:47:05 -05003864#: misc/mke2fs.c:1288 resize/main.c:332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003865msgid "while trying to determine filesystem size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003866msgstr "beim Bestimmen der Dateisystemgröße"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003867
Theodore Ts'o8f741372008-02-28 21:47:05 -05003868#: misc/mke2fs.c:1294
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003869msgid ""
3870"Couldn't determine device size; you must specify\n"
3871"the size of the filesystem\n"
3872msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003873"Konnte die Gerätegröße nicht ermitteln. Geben\n"
3874"Sie die Größe des Dateisystems an\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003875
Theodore Ts'o8f741372008-02-28 21:47:05 -05003876#: misc/mke2fs.c:1301
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003877msgid ""
3878"Device size reported to be zero. Invalid partition specified, or\n"
3879"\tpartition table wasn't reread after running fdisk, due to\n"
3880"\ta modified partition being busy and in use. You may need to reboot\n"
3881"\tto re-read your partition table.\n"
3882msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003883"Zurückgegebene Gerätegröße ist gleich null. Unvollständige Partition\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003884"\tangegeben oder die Partitionstabelle wurde nach einem fdisk-Lauf\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003885"\tnicht wieder eingelesen, weil eine veränderte Partition in Gebrauch\n"
3886"\tund gesperrt ist. Sie könnten gezwungen sein, neu zu booten, um die\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003887"\tPartitionstabelle neu einzulesen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003888
Theodore Ts'o8f741372008-02-28 21:47:05 -05003889#: misc/mke2fs.c:1319
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003890msgid "Filesystem larger than apparent device size."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003891msgstr "Dateisystem ist größer als augenscheinlich das Gerät selbst."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003892
Theodore Ts'o8f741372008-02-28 21:47:05 -05003893#: misc/mke2fs.c:1367
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003894#, c-format
3895msgid "Filesystem features not supported with revision 0 filesystems\n"
3896msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003897"Dateisystem-Eigenschaften werden für Dateisysteme der Revision 0 nicht\n"
3898"\tunterstützt\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003899
Theodore Ts'o8f741372008-02-28 21:47:05 -05003900#: misc/mke2fs.c:1374
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003901#, c-format
3902msgid "Sparse superblocks not supported with revision 0 filesystems\n"
3903msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003904"Verteilte Superblöcke werden für Dateisysteme der Revision 0 nicht\n"
3905"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003906
Theodore Ts'o8f741372008-02-28 21:47:05 -05003907#: misc/mke2fs.c:1386
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003908#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003909msgid "Journals not supported with revision 0 filesystems\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003910msgstr "Journale werden für Dateisysteme der Revision 0 nicht unterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003911
Theodore Ts'o8f741372008-02-28 21:47:05 -05003912#: misc/mke2fs.c:1412
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003913msgid "while trying to determine hardware sector size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003914msgstr "beim Ermitteln der Hardware-Sektorgröße"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003915
Theodore Ts'o8f741372008-02-28 21:47:05 -05003916#: misc/mke2fs.c:1464
Theodore Ts'obc759702005-05-09 20:40:55 -04003917msgid "reserved online resize blocks not supported on non-sparse filesystem"
3918msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003919"Für Online-Grössenänderungen reservierte Blöcke werden auf Dateisystemen\n"
3920"\tohne Unterstützung für Lückenkompression nicht unterstützt"
Theodore Ts'obc759702005-05-09 20:40:55 -04003921
Theodore Ts'o8f741372008-02-28 21:47:05 -05003922#: misc/mke2fs.c:1473
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003923msgid "blocks per group count out of range"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003924msgstr "Anzahl der Blöcke pro Gruppe ausserhaalb des gültigen Bereichs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003925
Theodore Ts'o8f741372008-02-28 21:47:05 -05003926#: misc/mke2fs.c:1480
Theodore Ts'o6956f612005-12-31 16:46:15 -05003927msgid ""
3928"Filesystem too large. No more than 2**31-1 blocks\n"
3929"\t (8TB using a blocksize of 4k) are currently supported."
3930msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003931"Das Dateisystem ist zu gross. Derzeit werden maximal 2^31-1 Blöcke\n"
3932"\t (8TiB bei einer Blockgrösse von 4 KiB) unterstützt."
Theodore Ts'o6956f612005-12-31 16:46:15 -05003933
Theodore Ts'o8f741372008-02-28 21:47:05 -05003934#: misc/mke2fs.c:1487
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003935#, c-format
3936msgid ""
3937"\n"
3938"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3939"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3940"\n"
3941msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003942"\n"
3943"Warnung: einige 2.4'er Kernel unterstützen für ext3 keine Blockgrössen\n"
3944"\tüber 4096. Verwenden Sie bitte »-b 4096« in solchen Fällen.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003945
Theodore Ts'o8f741372008-02-28 21:47:05 -05003946#: misc/mke2fs.c:1504
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003947#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003948msgid "invalid inode size %d (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003949msgstr "ungültige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003950
Theodore Ts'o8f741372008-02-28 21:47:05 -05003951#: misc/mke2fs.c:1510
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003952#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003953msgid "Warning: %d-byte inodes not usable on older systems\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003954msgstr "Warnung: %d-Byte Inodes sind auf älteren Systemen nicht benutzbar\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003955
Theodore Ts'o8f741372008-02-28 21:47:05 -05003956#: misc/mke2fs.c:1522
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003957#, c-format
3958msgid "too many inodes (%llu), raise inode ratio?"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003959msgstr "zu viele Inodes (%llu), Inode-Verhältnis erhöhen?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003960
Theodore Ts'o8f741372008-02-28 21:47:05 -05003961#: misc/mke2fs.c:1527
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003962#, c-format
3963msgid "too many inodes (%llu), specify < 2^32 inodes"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003964msgstr "zu viele Inodes (%llu), sie müssen weniger als 2^32 Inodes angeben"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003965
Theodore Ts'o8f741372008-02-28 21:47:05 -05003966#: misc/mke2fs.c:1542
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003967#, c-format
3968msgid ""
3969"inode_size (%u) * inodes_count (%u) too big for a\n"
3970"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
3971"\tor lower inode count (-N).\n"
3972msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003973"inode_size (%u) * inodes_count (%u) is zu gross für ein\n"
3974"\tDateisystem mit %lu Blöcken, geben Sie bitte entweder ein höheres\n"
3975"\tinode_ratio (-i) oder eine niedrigere Anzahl an Inodes (-N) an.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003976
Theodore Ts'o8f741372008-02-28 21:47:05 -05003977#: misc/mke2fs.c:1591
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003978msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003979msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003980
Theodore Ts'o8f741372008-02-28 21:47:05 -05003981#: misc/mke2fs.c:1628
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003982#, c-format
3983msgid "unknown os - %s"
3984msgstr "unbekanntes OS - %s"
3985
Theodore Ts'o8f741372008-02-28 21:47:05 -05003986#: misc/mke2fs.c:1682
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003987msgid "while trying to allocate filesystem tables"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003988msgstr "beim Zuordnen von Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003989
Theodore Ts'o8f741372008-02-28 21:47:05 -05003990#: misc/mke2fs.c:1713
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003991#, c-format
3992msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003993msgstr "beim Nullen von Block %u am Ende des Dateisystems"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003994
Theodore Ts'o8f741372008-02-28 21:47:05 -05003995#: misc/mke2fs.c:1727
Theodore Ts'obc759702005-05-09 20:40:55 -04003996msgid "while reserving blocks for online resize"
3997msgstr "beim Lesen des Bad-Block-Inodes"
3998
Theodore Ts'o8f741372008-02-28 21:47:05 -05003999#: misc/mke2fs.c:1738 misc/tune2fs.c:433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004000msgid "journal"
4001msgstr "Journal"
4002
Theodore Ts'o8f741372008-02-28 21:47:05 -05004003#: misc/mke2fs.c:1750
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004004#, c-format
4005msgid "Adding journal to device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004006msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004007
Theodore Ts'o8f741372008-02-28 21:47:05 -05004008#: misc/mke2fs.c:1757
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004009#, c-format
4010msgid ""
4011"\n"
4012"\twhile trying to add journal to device %s"
4013msgstr ""
4014"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004015"\tbeim Erstellen des Journals auf Gerät %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004016
Theodore Ts'o8f741372008-02-28 21:47:05 -05004017#: misc/mke2fs.c:1762 misc/mke2fs.c:1788 misc/tune2fs.c:461 misc/tune2fs.c:475
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004018#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004019msgid "done\n"
4020msgstr "erledigt\n"
4021
Theodore Ts'o8f741372008-02-28 21:47:05 -05004022#: misc/mke2fs.c:1793
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004023#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004024msgid "Writing superblocks and filesystem accounting information: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004025msgstr "Schreibe Superblöcke und Dateisystem-Accountinginformationen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004026
Theodore Ts'o8f741372008-02-28 21:47:05 -05004027#: misc/mke2fs.c:1798
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004028#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004029msgid ""
4030"\n"
4031"Warning, had trouble writing out superblocks."
4032msgstr ""
4033"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004034"Warnung: Probleme beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004035
Theodore Ts'o8f741372008-02-28 21:47:05 -05004036#: misc/mke2fs.c:1801
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004037#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004038msgid ""
4039"done\n"
4040"\n"
4041msgstr ""
4042"erledigt\n"
4043"\n"
4044
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004045#: misc/mklost+found.c:49
4046#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004047msgid "Usage: mklost+found\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004048msgstr "Aufruf: mklost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004049
Theodore Ts'o8f741372008-02-28 21:47:05 -05004050#: misc/tune2fs.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004051msgid "Please run e2fsck on the filesystem.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004052msgstr "Bitte e2fsck über das Dateisystem laufen lassen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004053
Theodore Ts'o8f741372008-02-28 21:47:05 -05004054#: misc/tune2fs.c:98
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004055#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004056msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004057"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004058"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4059"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4060"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004061"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4062"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004063msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004064"Aufruf: %s [-c max-Anzahl-Mounts] [-e Fehler-Verhalten] [-g Gruppe]\n"
4065"\t[-i Intervall[d|m|w]] [-j] [-J Journal-Optionen[,...]]\n"
4066"\t[-m reservierte_Blöcke_Prozent] [-o [^]Einhäng_Optionen[,...]]\n"
4067"\t[-r Anzahl_reservierte_Blöcke] [-u Benutzer] [-C Anzahl_Einhängen]\n"
4068"\t[-L Volume_Label] [-M letztes_eingehängtes_Verzeichnis]\n"
4069"\t[-O [^]Eigenschaft[,...]] [-E erweiterte-Option[,...]]\n"
4070"\t[-T letzter_Prüfzeitpunkt] [-U UUID] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004071
Theodore Ts'o8f741372008-02-28 21:47:05 -05004072#: misc/tune2fs.c:171
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004073msgid "while trying to open external journal"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004074msgstr "beim Öffnen des externen Journals"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004075
Theodore Ts'o8f741372008-02-28 21:47:05 -05004076#: misc/tune2fs.c:175
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004077#, c-format
4078msgid "%s is not a journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004079msgstr "%s ist kein Journal-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004080
Theodore Ts'o8f741372008-02-28 21:47:05 -05004081#: misc/tune2fs.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004082msgid "Journal superblock not found!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004083msgstr "Journal-Superblock nicht gefunden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004084
Theodore Ts'o8f741372008-02-28 21:47:05 -05004085#: misc/tune2fs.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004086msgid "Filesystem's UUID not found on journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004087msgstr "UUID des Dateisystems auf Journal-Gerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004088
Theodore Ts'o8f741372008-02-28 21:47:05 -05004089#: misc/tune2fs.c:223
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004090msgid "Journal NOT removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004091msgstr "Journal NICHT gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004092
Theodore Ts'o8f741372008-02-28 21:47:05 -05004093#: misc/tune2fs.c:229
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004094msgid "Journal removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004095msgstr "Journal gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004096
Theodore Ts'o8f741372008-02-28 21:47:05 -05004097#: misc/tune2fs.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004098msgid "while reading bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004099msgstr "beim Lesen von Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004100
Theodore Ts'o8f741372008-02-28 21:47:05 -05004101#: misc/tune2fs.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004102msgid "while clearing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004103msgstr "beim Bereinigen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004104
Theodore Ts'o8f741372008-02-28 21:47:05 -05004105#: misc/tune2fs.c:286
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004106msgid "while writing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004107msgstr "beim Schreiben des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004108
Theodore Ts'o8f741372008-02-28 21:47:05 -05004109#: misc/tune2fs.c:301
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004110#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004111msgid "Invalid mount option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004112msgstr "Ungültige Einhänge-Option gesetzt: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004113
Theodore Ts'o8f741372008-02-28 21:47:05 -05004114#: misc/tune2fs.c:338
4115#, c-format
4116msgid "Clearing filesystem feature '%s' not supported.\n"
Philipp Thomas67671422008-05-14 18:42:45 -04004117msgstr "Das Zurücksetzen von Dateisystem-Eigenschaft »%s« wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004118
4119#: misc/tune2fs.c:344
Philipp Thomas67671422008-05-14 18:42:45 -04004120#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004121msgid "Setting filesystem feature '%s' not supported.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004122msgstr "Das Setzen der Dateisystem-Eigenschaft »%s« wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004123
4124#: misc/tune2fs.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004125msgid ""
4126"The has_journal flag may only be cleared when the filesystem is\n"
4127"unmounted or mounted read-only.\n"
4128msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004129"Das has_jounal Flag kann nur zurückgesetzt werden, wenn das Dateisystem\n"
4130"nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004131
Theodore Ts'o8f741372008-02-28 21:47:05 -05004132#: misc/tune2fs.c:361
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004133msgid ""
4134"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4135"the has_journal flag.\n"
4136msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004137"Das needs_recovery Flag ist gesetzt. Bitte starten sie e2fsck vor\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004138"der Zurücksetzung des has_journal Flags.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004139
Theodore Ts'o8f741372008-02-28 21:47:05 -05004140#: misc/tune2fs.c:428
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004141msgid "The filesystem already has a journal.\n"
4142msgstr "Das Dateisystem hat schon ein Journal.\n"
4143
Theodore Ts'o8f741372008-02-28 21:47:05 -05004144#: misc/tune2fs.c:445
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004145#, c-format
4146msgid ""
4147"\n"
4148"\twhile trying to open journal on %s\n"
4149msgstr ""
4150"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004151"\tbeim Öffnen des Journals auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004152
Theodore Ts'o8f741372008-02-28 21:47:05 -05004153#: misc/tune2fs.c:449
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004154#, c-format
4155msgid "Creating journal on device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004156msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004157
Theodore Ts'o8f741372008-02-28 21:47:05 -05004158#: misc/tune2fs.c:457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004159#, c-format
4160msgid "while adding filesystem to journal on %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004161msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004162
Theodore Ts'o8f741372008-02-28 21:47:05 -05004163#: misc/tune2fs.c:463
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004164msgid "Creating journal inode: "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004165msgstr "E5Arstelle Journal-Inode: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004166
Theodore Ts'o8f741372008-02-28 21:47:05 -05004167#: misc/tune2fs.c:472
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004168msgid ""
4169"\n"
4170"\twhile trying to create journal file"
4171msgstr ""
4172"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004173"\tbeim Erstellen der Journaldatei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004174
Theodore Ts'o8f741372008-02-28 21:47:05 -05004175#: misc/tune2fs.c:539
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004176#, c-format
4177msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004178msgstr "Konnte Datum/Zeit nicht parsen: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004179
Theodore Ts'o8f741372008-02-28 21:47:05 -05004180#: misc/tune2fs.c:563 misc/tune2fs.c:576
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004181#, c-format
4182msgid "bad mounts count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004183msgstr "Ungültiger Mounts-Zähler - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004184
Theodore Ts'o8f741372008-02-28 21:47:05 -05004185#: misc/tune2fs.c:592
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004186#, c-format
4187msgid "bad error behavior - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004188msgstr "ungültiges Fehler-Verhalten - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004189
Theodore Ts'o8f741372008-02-28 21:47:05 -05004190#: misc/tune2fs.c:619
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004191#, c-format
4192msgid "bad gid/group name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004193msgstr "ungültige(r) GID oder Gruppenname - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004194
Theodore Ts'o8f741372008-02-28 21:47:05 -05004195#: misc/tune2fs.c:652
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004196#, c-format
4197msgid "bad interval - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004198msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004199
Theodore Ts'o8f741372008-02-28 21:47:05 -05004200#: misc/tune2fs.c:680
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004201#, c-format
4202msgid "bad reserved block ratio - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004203msgstr "ungültiges Reservierte-Blöcke-Verhältnis - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004204
Theodore Ts'o8f741372008-02-28 21:47:05 -05004205#: misc/tune2fs.c:695
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004206msgid "-o may only be specified once"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004207msgstr "-o darf nur eimal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004208
Theodore Ts'o8f741372008-02-28 21:47:05 -05004209#: misc/tune2fs.c:705
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004210msgid "-O may only be specified once"
4211msgstr "-O darf nur eimal angegeben werden"
4212
Theodore Ts'o8f741372008-02-28 21:47:05 -05004213#: misc/tune2fs.c:715
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004214#, c-format
4215msgid "bad reserved blocks count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004216msgstr "ungültige Anzahl von reservierten Blöcken - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004217
Theodore Ts'o8f741372008-02-28 21:47:05 -05004218#: misc/tune2fs.c:744
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004219#, c-format
4220msgid "bad uid/user name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004221msgstr "ungültige(r) UID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004222
Theodore Ts'o8f741372008-02-28 21:47:05 -05004223#: misc/tune2fs.c:842
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004224#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004225msgid "Invalid RAID stride: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004226msgstr "Ungültiger RAID Stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004227
4228#: misc/tune2fs.c:857
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004229#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004230msgid "Invalid RAID stripe-width: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004231msgstr "Ungültige RAID Stripe-Breite: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004232
4233#: misc/tune2fs.c:867
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004234#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004235msgid ""
4236"\n"
4237"Bad options specified.\n"
4238"\n"
4239"Extended options are separated by commas, and may take an argument which\n"
4240"\tis set off by an equals ('=') sign.\n"
4241"\n"
4242"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004243"\tstride=<RAID per-disk chunk size in blocks>\n"
4244"\tstripe-width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004245"\ttest_fs\n"
4246"\t^test_fs\n"
4247msgstr ""
4248"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004249"Falsche Optionen angegeben.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004250"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004251"Erweiterte Optionen werden mit Kommatas getrennt angegeben und benötigen\n"
4252"\teventuell ein Argument, welches mit Gleichheitszeichen (»=«)\n"
4253"\tzugewiesenwird.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004254"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004255"Gültige erweiterte Optionen sind:\n"
4256"\tstride=<RAID Segmentgrösse pro PLatte in Blöcken>\n"
4257"\tstripe-width=<RAID Stride*Datenplatten in Blöcken>\n"
4258"\ttest_fs\n"
4259"\t^test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004260
Theodore Ts'o8f741372008-02-28 21:47:05 -05004261#: misc/tune2fs.c:927
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004262#, c-format
4263msgid "Filesystem %s has unsupported features enabled.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004264msgstr "Für Dateisystem %s wurden nicht unterstüzte Eigenschaften aktiviert.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004265
Theodore Ts'o8f741372008-02-28 21:47:05 -05004266#: misc/tune2fs.c:951
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004267#, c-format
4268msgid "Setting maximal mount count to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004269msgstr "Setze die maximale Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004270
Theodore Ts'o8f741372008-02-28 21:47:05 -05004271#: misc/tune2fs.c:957
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004272#, c-format
4273msgid "Setting current mount count to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004274msgstr "Setze die derzeitige Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004275
Theodore Ts'o8f741372008-02-28 21:47:05 -05004276#: misc/tune2fs.c:962
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004277#, c-format
4278msgid "Setting error behavior to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004279msgstr "Setze das Fehler-Verhalten auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004280
Theodore Ts'o8f741372008-02-28 21:47:05 -05004281#: misc/tune2fs.c:967
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004282#, c-format
4283msgid "Setting reserved blocks gid to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004284msgstr "Setze die GID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004285
Theodore Ts'o8f741372008-02-28 21:47:05 -05004286#: misc/tune2fs.c:972
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004287#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004288msgid "Setting interval between checks to %lu seconds\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004289msgstr "Setze das Intervall zwischen Checks auf %lu Sekunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004290
Theodore Ts'o8f741372008-02-28 21:47:05 -05004291#: misc/tune2fs.c:978
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004292#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004293msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004294msgstr "Setze den Prozentsatz reservierter Böcke auf %g%% (%u Blöcke)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004295
Theodore Ts'o8f741372008-02-28 21:47:05 -05004296#: misc/tune2fs.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004297#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004298msgid "reserved blocks count is too big (%lu)"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004299msgstr "Anzahl der reservierten Blöcke ist zu gross (%lu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004300
Theodore Ts'o8f741372008-02-28 21:47:05 -05004301#: misc/tune2fs.c:990
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004302#, c-format
4303msgid "Setting reserved blocks count to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004304msgstr "Setze die Anzahl der reservierten Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004305
Theodore Ts'o8f741372008-02-28 21:47:05 -05004306#: misc/tune2fs.c:996
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004307msgid ""
4308"\n"
4309"The filesystem already has sparse superblocks.\n"
4310msgstr ""
4311"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004312"Das Dateisystem hat bereits verteilte Superblöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004313
Theodore Ts'o8f741372008-02-28 21:47:05 -05004314#: misc/tune2fs.c:1003
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004315#, c-format
4316msgid ""
4317"\n"
4318"Sparse superblock flag set. %s"
4319msgstr ""
4320"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004321"Kennzeichen für verteilten Superblock gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004322
Theodore Ts'o8f741372008-02-28 21:47:05 -05004323#: misc/tune2fs.c:1008
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004324msgid ""
4325"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004326"Clearing the sparse superflag not supported.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004327msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004328"\n"
4329"Das Zurücksetzen des Kennzeichens für »verteilter Superblock« wird nicht\n"
4330"\tunterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004331
Theodore Ts'o8f741372008-02-28 21:47:05 -05004332#: misc/tune2fs.c:1015
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004333#, c-format
4334msgid "Setting time filesystem last checked to %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004335msgstr "Setze die Zeit des letzten Dateisystemchecks auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004336
Theodore Ts'o8f741372008-02-28 21:47:05 -05004337#: misc/tune2fs.c:1021
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004338#, c-format
4339msgid "Setting reserved blocks uid to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004340msgstr "Setze die UID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004341
Theodore Ts'o8f741372008-02-28 21:47:05 -05004342#: misc/tune2fs.c:1056
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004343msgid "Invalid UUID format\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004344msgstr "Ungültiges UUID Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004345
Theodore Ts'o8f741372008-02-28 21:47:05 -05004346#: misc/tune2fs.c:1067
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004347#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004348msgid "Setting stride size to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004349msgstr "Setze Stride-Größe auf %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004350
4351#: misc/tune2fs.c:1072
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004352#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004353msgid "Setting stripe width to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004354msgstr "Setze die Stripe-Breite auf %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004355
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004356#: misc/util.c:72
4357msgid "Proceed anyway? (y,n) "
Theodore Ts'o3e5ffd82008-05-12 09:51:17 -04004358msgstr "Trotzdem fortsetzen? (j,n) "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004359
4360#: misc/util.c:93
4361#, c-format
4362msgid "Could not stat %s --- %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004363msgstr "Status für %s konnte nicht ermittelt werden --- %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004364
4365#: misc/util.c:96
4366msgid ""
4367"\n"
4368"The device apparently does not exist; did you specify it correctly?\n"
4369msgstr ""
4370"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004371"Das Gerät existiert offensichtlich nicht; haben Sie es richtig angegeben?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004372
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004373#: misc/util.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004374#, c-format
4375msgid "%s is not a block special device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004376msgstr "%s ist kein spezielles Block-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004377
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004378#: misc/util.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004379#, c-format
4380msgid "%s is entire device, not just one partition!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004381msgstr "%s ist das ganze Gerät, nicht nur eine Partition!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004382
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004383#: misc/util.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004384msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004385msgstr "mke2fs trotzdem erzwungen. Hoffentlich ist /etc/mtab ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004386
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004387#: misc/util.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004388#, c-format
4389msgid "will not make a %s here!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004390msgstr "werde dort kein %s erstellen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004391
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004392#: misc/util.c:170
4393msgid "mke2fs forced anyway.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004394msgstr "mke2fs wird sowieso erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004395
4396#: misc/util.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004397msgid "Couldn't allocate memory to parse journal options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004398msgstr "Konnte keinen Speicher zur Analyse der Journal-Optionen anfordern!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004399
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004400#: misc/util.c:228
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004401msgid ""
4402"\n"
4403"Bad journal options specified.\n"
4404"\n"
4405"Journal options are separated by commas, and may take an argument which\n"
4406"\tis set off by an equals ('=') sign.\n"
4407"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004408"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004409"\tsize=<journal size in megabytes>\n"
4410"\tdevice=<journal device>\n"
4411"\n"
4412"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4413"\n"
4414msgstr ""
4415"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004416"Ungültioge Journal-Optionen angegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004417"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004418"Journal-Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
4419"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004420"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004421"Gültige Journal-Optionen sind:\n"
4422"\tsize=<Journalgröße in Megabytes>\n"
4423"\tdevice=<Journal-Gerät>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004424"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004425"Die Grösse des Journals muss zwischen 1024 und 102400 Dateisystem-Blöcken\n"
4426"\tliegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004427"\n"
4428
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004429#: misc/util.c:258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004430msgid ""
4431"\n"
4432"Filesystem too small for a journal\n"
4433msgstr ""
4434"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004435"Das Dateisystem ist zu klein für ein Journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004436
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004437#: misc/util.c:265
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004438#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004439msgid ""
4440"\n"
4441"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004442"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004443msgstr ""
4444"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004445"Die angegebene Journalgröße beträgt %d Blöcke. Sie muss aber zwischen\n"
4446"1024 und 102400 Dateisystem-Blöcken liegen. Abbruch! \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004447
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004448#: misc/util.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004449msgid ""
4450"\n"
4451"Journal size too big for filesystem.\n"
4452msgstr ""
4453"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004454"Das Journal ist zu groß für dieses Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004455
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004456#: misc/util.c:283
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004457#, c-format
4458msgid ""
4459"This filesystem will be automatically checked every %d mounts or\n"
4460"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4461msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004462"Das Dateisystem wird automatisch nach jeweils %d Einhäng-Vorgängen bzw.\n"
4463"alle %g Tage überprüft, je nachdem, was zuerst eintritt. Veränderbar mit\n"
4464"tune2fs -c oder -t .\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004465
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004466#: misc/uuidgen.c:31
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004467#, c-format
4468msgid "Usage: %s [-r] [-t]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004469msgstr "Aufruf: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004470
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004471#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004472msgid "# Extent dump:\n"
4473msgstr "# Extent dump:\n"
4474
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004475#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004476#, c-format
4477msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4478msgstr "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4479
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004480#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004481#, c-format
4482msgid "#\t\t %u -> %u (%d)\n"
4483msgstr "#\t\t %u -> %u (%d)\n"
4484
Theodore Ts'o6956f612005-12-31 16:46:15 -05004485#: resize/main.c:39
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004486#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004487msgid ""
Theodore Ts'obc759702005-05-09 20:40:55 -04004488"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004489"\n"
4490msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004491"Aufruf: %s [-d Debug_Kennzeichen] [-f] [-F] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004492"\n"
4493
Theodore Ts'o6956f612005-12-31 16:46:15 -05004494#: resize/main.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004495msgid "Extending the inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004496msgstr "Vergrößere die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004497
Theodore Ts'o6956f612005-12-31 16:46:15 -05004498#: resize/main.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004499msgid "Relocating blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004500msgstr "Verteile die Blöcke neu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004501
Theodore Ts'o6956f612005-12-31 16:46:15 -05004502#: resize/main.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004503msgid "Scanning inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004504msgstr "Prüfe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004505
Theodore Ts'o6956f612005-12-31 16:46:15 -05004506#: resize/main.c:70
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004507msgid "Updating inode references"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004508msgstr "Aktualisiere die Inode-Referenzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004509
Theodore Ts'o6956f612005-12-31 16:46:15 -05004510#: resize/main.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004511msgid "Moving inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004512msgstr "Verschiebe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004513
Theodore Ts'o6956f612005-12-31 16:46:15 -05004514#: resize/main.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004515msgid "Unknown pass?!?"
4516msgstr "Unbekannter Durchgang?!?"
4517
Theodore Ts'o6956f612005-12-31 16:46:15 -05004518#: resize/main.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004519#, c-format
4520msgid "Begin pass %d (max = %lu)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004521msgstr "Start von Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004522
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004523#: resize/main.c:253
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004524#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004525msgid "while opening %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004526msgstr "beim Öffnen von %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004527
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004528# c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004529#: resize/main.c:265
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004530#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004531msgid "while getting stat information for %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004532msgstr "beim Ermitteln der Statusinformation für %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004533
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004534#: resize/main.c:339
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004535#, c-format
4536msgid "bad filesystem size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004537msgstr "ungültige Dateisystemgröße - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004538
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004539#: resize/main.c:353
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004540msgid "Invalid stride length"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004541msgstr "Ungültige Stride-Länge"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004542
4543#: resize/main.c:377
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004544#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004545msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004546"The containing partition (or device) is only %u (%dk) blocks.\n"
4547"You requested a new size of %u blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004548"\n"
4549msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004550"Die Partition (oder das Gerät) ist nur %u (%dk) Blöcke groß.\n"
4551"Die gewünschte Größe war %u Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004552"\n"
4553
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004554#: resize/main.c:384
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004555#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004556msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004557"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004558"\n"
4559msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004560"Das Dateisystem ist schon %u Blöcke groß. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004561"\n"
4562
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004563#: resize/main.c:395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004564#, c-format
4565msgid ""
4566"Please run 'e2fsck -f %s' first.\n"
4567"\n"
4568msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004569"Bitte zuerst »e2fsck -f %s« laufen lassen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004570"\n"
4571
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004572#: resize/main.c:406
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004573#, c-format
4574msgid "while trying to resize %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004575msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004576
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004577#: resize/main.c:411
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004578#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004579msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004580"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004581"\n"
4582msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004583"Das Dateisystem auf %s ist nun %u Blöcke groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004584"\n"
4585
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004586#: resize/resize2fs.c:233
4587#, c-format
4588msgid "inodes (%llu) must be less than %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004589msgstr "Die Anzahl der Indoes (%llu) muss unter %u liegen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004590
4591#: resize/resize2fs.c:642
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004592msgid "reserved blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004593msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004594
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004595#: resize/resize2fs.c:647
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004596msgid "blocks to be moved"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004597msgstr "zu verschiebende Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004598
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004599#: resize/resize2fs.c:652
Theodore Ts'obc759702005-05-09 20:40:55 -04004600msgid "meta-data blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004601msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004602
Theodore Ts'o8f741372008-02-28 21:47:05 -05004603#: resize/resize2fs.c:1550
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004604#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004605msgid "Should never happen: resize inode corrupt!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004606msgstr "Das sollte niemals passieren: Die zu verändernde Inode ist defekt!\n"