blob: b29f3f8a4222498760561e4fca82e1cb9ad7cd91 [file] [log] [blame]
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001# Übertragung ins Deutsche.
2# Olaf Klemke (C) 2002 Free Software Foundation, Inc.
3# Olaf Klemke <olke@users.sourceforge.net>,2002
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004# Marc Langer <marc@marclanger.de>,2003
Theodore Ts'oa2328c92002-10-30 23:26:03 -05005#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006#. The strings in e2fsck's problem.c can be very hard to translate,
7#. since the strings are expanded in two different ways. First of all,
8#. there is an @-expansion, where strings like "@i" are expanded to
9#. "inode", and so on. In order to make it easier for translators, the
10#. e2fsprogs po template file has been enhanced with comments that show
11#. the @-expansion, for the strings in the problem.c file.
12#.
13#. Translators are free to use the @-expansion facility if they so
14#. choose, by providing translations for strings in e2fsck/message.c.
15#. These translation can completely replace an expansion; for example,
16#. if "bblock" (which indicated that "@b" would be expanded to "block")
17#. is translated as "ddatenverlust", then "@d" will be expanded to
18#. "datenverlust". Alternatively, translators can simply not use the
19#. @-expansion facility at all.
20#.
21#. The second expansion which is done for e2fsck's problem.c messages is
22#. a dynamic %-expansion, which expands %i as an inode number, and so
23#. on. A table of these expansions can be found below. Note that
24#. %-expressions that begin with "%D" and "%I" are two-character
25#. expansions; so for example, "%Iu" expands to the inode's user id
26#. ownership field (inode->i_uid).
27#.
28#. %b <blk> block number
29#. %B <blkcount> integer
30#. %c <blk2> block number
31#. %Di <dirent> -> ino inode number
32#. %Dn <dirent> -> name string
33#. %Dr <dirent> -> rec_len
34#. %Dl <dirent> -> name_len
35#. %Dt <dirent> -> filetype
36#. %d <dir> inode number
37#. %g <group> integer
38#. %i <ino> inode number
39#. %Is <inode> -> i_size
40#. %IS <inode> -> i_extra_isize
41#. %Ib <inode> -> i_blocks
42#. %Il <inode> -> i_links_count
43#. %Im <inode> -> i_mode
44#. %IM <inode> -> i_mtime
45#. %IF <inode> -> i_faddr
46#. %If <inode> -> i_file_acl
47#. %Id <inode> -> i_dir_acl
48#. %Iu <inode> -> i_uid
49#. %Ig <inode> -> i_gid
50#. %j <ino2> inode number
51#. %m <com_err error message>
52#. %N <num>
53#. %p ext2fs_get_pathname of directory <ino>
54#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
55#. the containing directory. (If dirent is NULL
56#. then return the pathname of directory <ino2>)
57#. %q ext2fs_get_pathname of directory <dir>
58#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
59#. the containing directory.
60#. %s <str> miscellaneous string
61#. %S backup superblock
62#. %X <num> hexadecimal format
63#.
Theodore Ts'oa2328c92002-10-30 23:26:03 -050064msgid ""
65msgstr ""
66"Project-Id-Version: e2fsprogs-1.28\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050067"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -040068"POT-Creation-Date: 2007-07-07 17:42-0400\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050069"PO-Revision-Date: 2003-08-24 23:00MEST\n"
70"Last-Translator: Marc Langer <marc@marclanger.de>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050071"Language-Team: deutsch <gnome-de@gnome.org>\n"
72"MIME-Version: 1.0\n"
73"Content-Type: text/plain; charset=ISO-8859-15\n"
74"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050075"Plural-Forms: nplurals=2; plural=(n != 1);\n"
76
Theodore Ts'o851bcf32007-07-08 12:09:40 -040077#: e2fsck/badblocks.c:22 misc/mke2fs.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -050078#, c-format
79msgid "Bad block %u out of range; ignored.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050080msgstr "Bad block %u außerhalb des gültigen Bereichs; ignoriert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050081
82#: e2fsck/badblocks.c:45
83msgid "while sanity checking the bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050084msgstr "während der logischen Prüfung des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050085
86#: e2fsck/badblocks.c:57
87msgid "while reading the bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050088msgstr "während des Lesens des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050089
Theodore Ts'oa04eba32003-05-03 16:35:17 -040090#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o851bcf32007-07-08 12:09:40 -040091#: e2fsck/unix.c:955 e2fsck/unix.c:1038 misc/badblocks.c:1025
92#: misc/badblocks.c:1033 misc/badblocks.c:1047 misc/badblocks.c:1059
93#: misc/dumpe2fs.c:400 misc/e2image.c:569 misc/e2image.c:662
94#: misc/e2image.c:678 misc/mke2fs.c:172 misc/tune2fs.c:776 resize/main.c:296
Theodore Ts'oa2328c92002-10-30 23:26:03 -050095#, c-format
96msgid "while trying to open %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050097msgstr "beim Versuch, %s zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050098
99#: e2fsck/badblocks.c:82
100#, c-format
101msgid "while trying popen '%s'"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500102msgstr "beim Versuch, '%s' mittels 'popen' zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500103
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400104#: e2fsck/badblocks.c:93 misc/mke2fs.c:179
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500105msgid "while reading in list of bad blocks from file"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500106msgstr "beim Lesen der 'Bad Block'-Liste aus der Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500107
108#: e2fsck/badblocks.c:103
109msgid "while updating bad block inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500110msgstr "beim Updaten des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500111
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500112#: e2fsck/badblocks.c:129
Theodore Ts'obc759702005-05-09 20:40:55 -0400113#, fuzzy, c-format
114msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500115msgstr ""
116"Warnung! Nicht zulässigen Block %u im 'Bad Blocks'-Inode gefunden! "
117"Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500118
119#: e2fsck/ehandler.c:53
120#, c-format
121msgid "Error reading block %lu (%s) while %s. "
122msgstr "Lesefehler - Block %lu (%s) während %s "
123
124#: e2fsck/ehandler.c:56
125#, c-format
126msgid "Error reading block %lu (%s). "
127msgstr "Lesefehler - Block %lu (%s) "
128
129#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
130msgid "Ignore error"
131msgstr "Ignoriere Fehler"
132
133#: e2fsck/ehandler.c:60
134msgid "Force rewrite"
135msgstr "Rückschreiben erzwingen"
136
137#: e2fsck/ehandler.c:100
138#, c-format
139msgid "Error writing block %lu (%s) while %s. "
140msgstr "Schreibfehler - Block %lu (%s) während %s "
141
142#: e2fsck/ehandler.c:103
143#, c-format
144msgid "Error writing block %lu (%s). "
145msgstr "Schreibfehler - Block %lu (%s) "
146
147#: e2fsck/emptydir.c:56
148msgid "empty dirblocks"
149msgstr "leere Verzeichnisblöcke"
150
151#: e2fsck/emptydir.c:61
152msgid "empty dir map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500153msgstr "leere Verzeichnisliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500155#: e2fsck/emptydir.c:97
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500156#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400157msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500158msgstr "leerer Verzeichnisblock %d (#%d) im Inode %d\n"
159
160#: e2fsck/extend.c:21
161#, c-format
162msgid "%s: %s filename nblocks blocksize\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500163msgstr "%s: %s Dateiname nblocks Blockgröße\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500164
165#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500166#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500167msgid "Illegal number of blocks!\n"
168msgstr "Blockanzahl nicht zulässig!\n"
169
170#: e2fsck/extend.c:49
171#, c-format
172msgid "Couldn't allocate block buffer (size=%d)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500173msgstr "Konnte keinen Blockpuffer (Größe=%d) reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500174
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400175#: e2fsck/flushb.c:34
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500176#, c-format
177msgid "Usage: %s disk\n"
178msgstr "Verwendung: %s Laufwerk\n"
179
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400180#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500181#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500182msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500183msgstr "BLKFLSBUF ioctl nicht unterstützt! Kann Puffer nicht leeren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500184
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400185#: e2fsck/iscan.c:46
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500186#, c-format
187msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
188msgstr "Verwendung: %s [-F] [-I inode_buffer_blocks] Gerät\n"
189
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400190#: e2fsck/iscan.c:83 e2fsck/unix.c:768
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500191#, c-format
192msgid "while opening %s for flushing"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500193msgstr "beim Öffnen von %s für die Puffer-Leerung."
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500194
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400195#: e2fsck/iscan.c:88 e2fsck/unix.c:774 resize/main.c:274
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500196#, c-format
197msgid "while trying to flush %s"
198msgstr "während des Rückschreibeversuches auf %s."
199
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400200#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:478
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500201msgid "while opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500202msgstr "beim Start des Inode-Scans"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500203
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400204#: e2fsck/iscan.c:129 misc/e2image.c:496
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500205msgid "while getting next inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500206msgstr "beim Laden des nächsten Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500207
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400208#: e2fsck/iscan.c:138
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400209#, fuzzy, c-format
210msgid "%u inodes scanned.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500211msgstr "%d Inodes gescannt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500212
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400213#: e2fsck/journal.c:500
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'o851bcf32007-07-08 12:09:40 -0400217#: e2fsck/journal.c:557
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500218#, c-format
219msgid "%s: no valid journal superblock found\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500220msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500221
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400222#: e2fsck/journal.c:566
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500223#, c-format
224msgid "%s: journal too short\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500225msgstr "%s: Das Journal ist zu kurz.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500226
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400227#: e2fsck/journal.c:839
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'o851bcf32007-07-08 12:09:40 -0400232#: e2fsck/journal.c:841
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'o851bcf32007-07-08 12:09:40 -0400237#: e2fsck/journal.c:862
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500238#, c-format
239msgid "while trying to re-open %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500240msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500241
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400242#: e2fsck/message.c:109
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500243msgid "aextended attribute"
244msgstr "aerweiterte Eigenschaft"
245
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400246#: e2fsck/message.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500247msgid "Aerror allocating"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500248msgstr "AFehler beim Zuweisen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500249
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400250#: e2fsck/message.c:111
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500251msgid "bblock"
252msgstr "bBlock"
253
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400254#: e2fsck/message.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500255msgid "Bbitmap"
256msgstr "BBitmap"
257
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400258#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500259msgid "ccompress"
260msgstr "ckomprimieren"
261
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400262#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500263msgid "Cconflicts with some other fs @b"
264msgstr "CKonflikte mit anderen Dateisystemen @b"
265
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400266#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500267msgid "iinode"
268msgstr "iInode"
269
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400270#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500271msgid "Iillegal"
272msgstr "Inicht zulässig"
273
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400274#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500275msgid "jjournal"
276msgstr "jJournal"
277
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400278#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500279msgid "Ddeleted"
280msgstr "Dgelöscht"
281
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400282#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500283msgid "ddirectory"
284msgstr "dVerzeichnis"
285
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400286#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500287msgid "eentry"
288msgstr "eEintrag"
289
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400290#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500291msgid "E@e '%Dn' in %p (%i)"
292msgstr "E@e '%Dn' in %p (%i)"
293
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400294#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500295msgid "ffilesystem"
296msgstr "fDateisystem"
297
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400298#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500299msgid "Ffor @i %i (%Q) is"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500300msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500301
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400302#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500303msgid "ggroup"
304msgstr "gGruppe"
305
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400306#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500307msgid "hHTREE @d @i"
308msgstr "hHTREE @d @i"
309
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400310#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500311msgid "llost+found"
312msgstr "llost+found"
313
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400314#: e2fsck/message.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500315msgid "Lis a link"
316msgstr "List ein Link"
317
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400318#: e2fsck/message.c:128
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400319#, fuzzy
320msgid "mmultiply-claimed"
321msgstr "mehrfach beanspruchte Inode-Liste"
322
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400323#: e2fsck/message.c:129
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400324msgid "ninvalid"
325msgstr ""
326
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400327#: e2fsck/message.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500328msgid "oorphaned"
329msgstr "overwaist"
330
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400331#: e2fsck/message.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500332msgid "pproblem in"
333msgstr "pProblem in"
334
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400335#: e2fsck/message.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500336msgid "rroot @i"
337msgstr "rRoot @i"
338
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400339#: e2fsck/message.c:133
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500340msgid "sshould be"
341msgstr "ssollte sein"
342
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400343#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500344msgid "Ssuper@b"
345msgstr "SSuper@b"
346
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400347#: e2fsck/message.c:135
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500348msgid "uunattached"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500349msgstr "unicht verbunden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500350
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400351#: e2fsck/message.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500352msgid "vdevice"
353msgstr "vGerät"
354
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400355#: e2fsck/message.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500356msgid "zzero-length"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500357msgstr "zNull-Länge"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500358
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400359#: e2fsck/message.c:148
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500360msgid "<The NULL inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500361msgstr "<Der NULL Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500362
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400363#: e2fsck/message.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500364msgid "<The bad blocks inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500365msgstr "<Der 'Bad Blocks'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500366
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400367#: e2fsck/message.c:151
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500368msgid "<The ACL index inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500369msgstr "<Der 'ACL Index'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500370
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400371#: e2fsck/message.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500372msgid "<The ACL data inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500373msgstr "<Der 'ACL Data'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500374
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400375#: e2fsck/message.c:153
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500376msgid "<The boot loader inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500377msgstr "<Der 'Boot Loader'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500378
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400379#: e2fsck/message.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500380msgid "<The undelete directory inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500381msgstr "<Der 'undelete directory'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500382
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400383#: e2fsck/message.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500384msgid "<The group descriptor inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500385msgstr "<Des 'group descriptor'-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500386
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400387#: e2fsck/message.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500388msgid "<The journal inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500389msgstr "<Der Journal-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500390
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400391#: e2fsck/message.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500392msgid "<Reserved inode 9>"
393msgstr "<Der reservierte Inode 9>"
394
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400395#: e2fsck/message.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500396msgid "<Reserved inode 10>"
397msgstr "<Der reservierte Inode 10>"
398
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400399#: e2fsck/message.c:314
400#, fuzzy, c-format
401msgid "regular file"
402msgstr ""
403"\n"
404"%8d gewöhnliche Datei\n"
405
406#: e2fsck/message.c:316
407#, fuzzy, c-format
408msgid "directory"
409msgstr "dVerzeichnis"
410
411#: e2fsck/message.c:318
412#, fuzzy, c-format
413msgid "character device"
414msgstr "%8d »character device«-Datei\n"
415
416#: e2fsck/message.c:320
417#, fuzzy, c-format
418msgid "block device"
419msgstr "%8d »block device«-Datei\n"
420
421#: e2fsck/message.c:322
422#, c-format
423msgid "named pipe"
424msgstr ""
425
426#: e2fsck/message.c:324
427#, fuzzy, c-format
428msgid "symbolic link"
429msgstr "%8d symbolischer Link"
430
431#: e2fsck/message.c:326
432#, fuzzy, c-format
433msgid "socket"
434msgstr "%8d Socket\n"
435
436#: e2fsck/message.c:328
437#, c-format
438msgid "unknown file type with mode 0%o"
439msgstr ""
440
441#: e2fsck/pass1b.c:215
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500442msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500443msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500444
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400445#: e2fsck/pass1b.c:566 e2fsck/pass1b.c:703
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500446#, fuzzy, c-format
447msgid "internal error; can't find dup_blk for %u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500448msgstr "interner Fehler; dup_blk für %d nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500449
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400450#: e2fsck/pass1b.c:746
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500451msgid "returned from clone_file_block"
452msgstr "zurückgegeben von clone_file_block"
453
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400454#: e2fsck/pass1b.c:765
455#, fuzzy, c-format
456msgid "internal error: couldn't lookup EA block record for %u"
457msgstr "interner Fehler; dup_blk für %d nicht gefunden\n"
458
459#: e2fsck/pass1b.c:777
460#, fuzzy, c-format
461msgid "internal error: couldn't lookup EA inode record for %u"
462msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
463
464#: e2fsck/pass1.c:404 e2fsck/pass2.c:776
465#, fuzzy
466msgid "reading directory block"
467msgstr "lese indirekte Blöcke von Inode %u"
468
469#: e2fsck/pass1.c:521
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500470msgid "in-use inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500471msgstr "'in-use inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500472
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400473#: e2fsck/pass1.c:530
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500474msgid "directory inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500475msgstr "'directory inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500476
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400477#: e2fsck/pass1.c:538
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500478msgid "regular file inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500479msgstr "'regular file inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500480
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400481#: e2fsck/pass1.c:545
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500482msgid "in-use block map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500483msgstr "'in-use block'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500484
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400485#: e2fsck/pass1.c:599
486#, fuzzy
487msgid "opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500488msgstr "Inode-Scan"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500489
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400490#: e2fsck/pass1.c:623
491#, fuzzy
492msgid "getting next inode from scan"
493msgstr "beim Laden des nächsten Inodes"
494
495#: e2fsck/pass1.c:1016
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500496msgid "Pass 1"
497msgstr "Durchgang 1"
498
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400499#: e2fsck/pass1.c:1075
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500500#, c-format
501msgid "reading indirect blocks of inode %u"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500502msgstr "lese indirekte Blöcke von Inode %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500503
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400504#: e2fsck/pass1.c:1117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500505msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500506msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500507
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400508#: e2fsck/pass1.c:1139
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500509msgid "inode in bad block map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500510msgstr "Inode in 'Bad Blocks'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500511
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400512#: e2fsck/pass1.c:1159
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500513msgid "imagic inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500514msgstr "i'magic inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500515
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400516#: e2fsck/pass1.c:1186
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500517msgid "multiply claimed block map"
518msgstr "multiply claimed block map"
519
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400520#: e2fsck/pass1.c:1285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500521msgid "ext attr block map"
522msgstr "ext attr block map"
523
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400524#: e2fsck/pass1.c:2067
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500525msgid "block bitmap"
526msgstr "block bitmap"
527
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400528#: e2fsck/pass1.c:2071
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500529msgid "inode bitmap"
530msgstr "inode bitmap"
531
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400532#: e2fsck/pass1.c:2075
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500533msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500534msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500535
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400536#: e2fsck/pass2.c:290
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500537msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400538msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500539
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400540#: e2fsck/pass3.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500541msgid "inode done bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500542msgstr "'inode done'-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500543
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400544#: e2fsck/pass3.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500545msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500546msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500547
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400548#: e2fsck/pass3.c:145
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500549msgid "Pass 3"
550msgstr "Durchgang 3"
551
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400552#: e2fsck/pass3.c:333
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500553msgid "inode loop detection bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500554msgstr "'inode loop detection'-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500555
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400556#: e2fsck/pass4.c:176
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500557msgid "Pass 4"
558msgstr "Durchgang 4"
559
560#: e2fsck/pass5.c:70
561msgid "Pass 5"
562msgstr "Durchgang 5"
563
Theodore Ts'obc759702005-05-09 20:40:55 -0400564#: e2fsck/problem.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500565msgid "(no prompt)"
566msgstr "(nicht interaktiv)"
567
Theodore Ts'obc759702005-05-09 20:40:55 -0400568#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500569msgid "Fix"
570msgstr "Repariere"
571
Theodore Ts'obc759702005-05-09 20:40:55 -0400572#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500573msgid "Clear"
574msgstr "Bereinige"
575
Theodore Ts'obc759702005-05-09 20:40:55 -0400576#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500577msgid "Relocate"
578msgstr "Zurücksetzen"
579
Theodore Ts'obc759702005-05-09 20:40:55 -0400580#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500581msgid "Allocate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500582msgstr "Gebe frei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500583
Theodore Ts'obc759702005-05-09 20:40:55 -0400584#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500585msgid "Expand"
586msgstr "Erweitere"
587
Theodore Ts'obc759702005-05-09 20:40:55 -0400588#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500589msgid "Connect to /lost+found"
590msgstr "Verbinde nach /lost+found"
591
Theodore Ts'obc759702005-05-09 20:40:55 -0400592#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500593msgid "Create"
594msgstr "Erstelle"
595
Theodore Ts'obc759702005-05-09 20:40:55 -0400596#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500597msgid "Salvage"
598msgstr "Rette"
599
Theodore Ts'obc759702005-05-09 20:40:55 -0400600#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500601msgid "Truncate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500602msgstr "Verkürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500603
Theodore Ts'obc759702005-05-09 20:40:55 -0400604#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500605msgid "Clear inode"
606msgstr "Bereinige Inode"
607
Theodore Ts'obc759702005-05-09 20:40:55 -0400608#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500609msgid "Abort"
610msgstr "Abbrechen"
611
Theodore Ts'obc759702005-05-09 20:40:55 -0400612#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500613msgid "Split"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500614msgstr "Aufsplitten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500615
Theodore Ts'obc759702005-05-09 20:40:55 -0400616#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500617msgid "Continue"
618msgstr "Fortsetzen"
619
Theodore Ts'obc759702005-05-09 20:40:55 -0400620#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400621#, fuzzy
622msgid "Clone multiply-claimed blocks"
623msgstr "multiply claimed block map"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500624
Theodore Ts'obc759702005-05-09 20:40:55 -0400625#: e2fsck/problem.c:65
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500626msgid "Delete file"
627msgstr "Lösche Datei"
628
Theodore Ts'obc759702005-05-09 20:40:55 -0400629#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500630msgid "Suppress messages"
631msgstr "Ausgaben unterdrücken"
632
Theodore Ts'obc759702005-05-09 20:40:55 -0400633#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500634msgid "Unlink"
635msgstr "Unlink"
636
Theodore Ts'obc759702005-05-09 20:40:55 -0400637#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500638msgid "Clear HTree index"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500639msgstr "Bereinige HTree-Index"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500640
Theodore Ts'obc759702005-05-09 20:40:55 -0400641#: e2fsck/problem.c:69
642#, fuzzy
643msgid "Recreate"
644msgstr "Zurücksetzen"
645
646#: e2fsck/problem.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500647msgid "(NONE)"
648msgstr "(NICHTS)"
649
Theodore Ts'obc759702005-05-09 20:40:55 -0400650#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500651msgid "FIXED"
652msgstr "REPARIERT"
653
Theodore Ts'obc759702005-05-09 20:40:55 -0400654#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500655msgid "CLEARED"
656msgstr "BEREINIGT"
657
Theodore Ts'obc759702005-05-09 20:40:55 -0400658#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500659msgid "RELOCATED"
660msgstr "ZURÜCKGESETZT"
661
Theodore Ts'obc759702005-05-09 20:40:55 -0400662#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500663msgid "ALLOCATED"
664msgstr "FREIGEGEBEN"
665
Theodore Ts'obc759702005-05-09 20:40:55 -0400666#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500667msgid "EXPANDED"
668msgstr "ERWEITERT"
669
Theodore Ts'obc759702005-05-09 20:40:55 -0400670#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500671msgid "RECONNECTED"
672msgstr "WIEDER VERBUNDEN"
673
Theodore Ts'obc759702005-05-09 20:40:55 -0400674#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500675msgid "CREATED"
676msgstr "ANGELEGT"
677
Theodore Ts'obc759702005-05-09 20:40:55 -0400678#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500679msgid "SALVAGED"
680msgstr "GERETTET"
681
Theodore Ts'obc759702005-05-09 20:40:55 -0400682#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500683msgid "TRUNCATED"
684msgstr "BEENDET"
685
Theodore Ts'obc759702005-05-09 20:40:55 -0400686#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500687msgid "INODE CLEARED"
688msgstr "INODE BEREINIGT"
689
Theodore Ts'obc759702005-05-09 20:40:55 -0400690#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500691msgid "ABORTED"
692msgstr "ABGEBROCHEN"
693
Theodore Ts'obc759702005-05-09 20:40:55 -0400694#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500695msgid "SPLIT"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500696msgstr "ABGESPALTET"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500697
Theodore Ts'obc759702005-05-09 20:40:55 -0400698#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500699msgid "CONTINUING"
700msgstr "SETZE FORT"
701
Theodore Ts'obc759702005-05-09 20:40:55 -0400702#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400703#, fuzzy
704msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500705msgstr "DOPPELTE/DEFEKTE BLÖCKE DUPLIZIERT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500706
Theodore Ts'obc759702005-05-09 20:40:55 -0400707#: e2fsck/problem.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500708msgid "FILE DELETED"
709msgstr "DATEI GELÖSCHT"
710
Theodore Ts'obc759702005-05-09 20:40:55 -0400711#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500712msgid "SUPPRESSED"
713msgstr "UNTERDRÜCKT"
714
Theodore Ts'obc759702005-05-09 20:40:55 -0400715#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500716msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500717msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500718
Theodore Ts'obc759702005-05-09 20:40:55 -0400719#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500720msgid "HTREE INDEX CLEARED"
721msgstr "HTREE INDEX BEREINIGT"
722
Theodore Ts'obc759702005-05-09 20:40:55 -0400723#: e2fsck/problem.c:97
724#, fuzzy
725msgid "WILL RECREATE"
726msgstr "ANGELEGT"
727
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400728#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400729#: e2fsck/problem.c:106
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500730msgid "@b @B for @g %g is not in @g. (@b %b)\n"
731msgstr "@b @B für @g %g ist nicht in @g. (@b %b)\n"
732
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400733#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400734#: e2fsck/problem.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500735msgid "@i @B for @g %g is not in @g. (@b %b)\n"
736msgstr "@i @B für @g %g ist nicht in @g. (@b %b)\n"
737
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400738#. @-expanded: inode table for group %g is not in group. (block %b)\n
739#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400740#: e2fsck/problem.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500741msgid ""
742"@i table for @g %g is not in @g. (@b %b)\n"
743"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
744msgstr ""
745"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500746"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500747
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400748#. @-expanded: \n
749#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
750#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
751#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
752#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
753#. @-expanded: e2fsck -b %S <device>\n
754#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400755#: e2fsck/problem.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500756#, c-format
757msgid ""
758"\n"
759"The @S could not be read or does not describe a correct ext2\n"
760"@f. If the @v is valid and it really contains an ext2\n"
761"@f (and not swap or ufs or something else), then the @S\n"
762"is corrupt, and you might try running e2fsck with an alternate @S:\n"
763" e2fsck -b %S <@v>\n"
764"\n"
765msgstr ""
766"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500767"@S ist unlesbar bzw. beschreibt kein gültiges ext2\n"
768"@f. Wenn @v gültig ist und ein ext2\n"
769"@f (kein swap oder ufs usw.) enthält, dann ist der @S\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500770"beschädigt, und sie könnten e2fsck mit einem anderen @S:\n"
771" e2fsck -b %S <@v>\n"
772"\n"
773
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400774#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
775#. @-expanded: The physical size of the device is %c blocks\n
776#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400777#: e2fsck/problem.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500778msgid ""
779"The @f size (according to the @S) is %b @bs\n"
780"The physical size of the @v is %c @bs\n"
781"Either the @S or the partition table is likely to be corrupt!\n"
782msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500783"Die @f Größe ( laut @S) ist %b @bs\n"
784"Die physikalische Größe von @v ist %c @bs\n"
785"Entweder der @S oder die Partionstabelle ist beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500786
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400787#. @-expanded: superblock block_size = %b, fragsize = %c.\n
788#. @-expanded: This version of e2fsck does not support fragment sizes different\n
789#. @-expanded: from the block size.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400790#: e2fsck/problem.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500791msgid ""
792"@S @b_size = %b, fragsize = %c.\n"
793"This version of e2fsck does not support fragment sizes different\n"
794"from the @b size.\n"
795msgstr ""
796"@S @b_size = %b, fragsize = %c.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500797"Diese Version von e2fsck unterstützt keine von @b-Größen verschiedene "
798"Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500799
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400800#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400801#: e2fsck/problem.c:144
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500802msgid "@S @bs_per_group = %b, should have been %c\n"
803msgstr "@S @bs_per_group = %b, sollte %c sein.\n"
804
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400805#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400806#: e2fsck/problem.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500807msgid "@S first_data_@b = %b, should have been %c\n"
808msgstr "@S first_data_@b = %b, sollte %c haben.\n"
809
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400810#. @-expanded: filesystem did not have a UUID; generating one.\n
811#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400812#: e2fsck/problem.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500813msgid ""
814"@f did not have a UUID; generating one.\n"
815"\n"
816msgstr ""
817"@f hat keinen UUID ; generiere einen.\n"
818"\n"
819
Theodore Ts'obc759702005-05-09 20:40:55 -0400820#: e2fsck/problem.c:159
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400821#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500822msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400823"Note: if several inode or block bitmap blocks or part\n"
824"of the inode table require relocation, you may wish to try\n"
825"running e2fsck with the '-b %S' option first. The problem\n"
826"may lie only with the primary block group descriptors, and\n"
827"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500828"\n"
829msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500830"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
831"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
832"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
833"mit der Option '-b %S' zu starten. Das Problem könnte\n"
834"im primären Blockgruppenbezeichner liegen, und seine\n"
835"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500836"\n"
837
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400838#. @-expanded: Corruption found in superblock. (%s = %N).\n
839#: e2fsck/problem.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500840msgid "Corruption found in @S. (%s = %N).\n"
841msgstr "Beschädigung gefunden in @S. (%s = %N).\n"
842
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400843#. @-expanded: Error determining size of the physical device: %m\n
844#: e2fsck/problem.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500845#, c-format
846msgid "Error determining size of the physical @v: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500847msgstr "Fehler bei der Feststellung der Größe des physikalischen @v: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500848
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400849#. @-expanded: inode count in superblock is %i, should be %j.\n
850#: e2fsck/problem.c:178
851#, fuzzy
852msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500853msgstr "@i Anzahl in @S ist %i, sollte %j sein.\n"
854
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400855#: e2fsck/problem.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500856msgid "The Hurd does not support the filetype feature.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500857msgstr "Der Hurd unterstützt das Dateityp-Feature nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500858
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400859#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
860#: e2fsck/problem.c:187
861#, fuzzy, c-format
862msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500863msgstr "@S hat einen defekten ext3 @j (@i %i).\n"
864
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400865#. @-expanded: External journal has multiple filesystem users (unsupported).\n
866#: e2fsck/problem.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500867msgid "External @j has multiple @f users (unsupported).\n"
868msgstr "Externer @j hat mehrere @f Nutzer (nicht unterstützt).\n"
869
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400870#. @-expanded: Can't find external journal\n
871#: e2fsck/problem.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500872msgid "Can't find external @j\n"
873msgstr "Kann kein externes @j finden.\n"
874
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400875#. @-expanded: External journal has bad superblock\n
876#: e2fsck/problem.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500877msgid "External @j has bad @S\n"
878msgstr "Externes @j hat ungültigen @S\n"
879
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400880#. @-expanded: External journal does not support this filesystem\n
881#: e2fsck/problem.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500882msgid "External @j does not support this @f\n"
883msgstr "Externes @j unterstützt nicht @f\n"
884
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400885#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
886#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
887#. @-expanded: format.\n
888#. @-expanded: It is also possible the journal superblock is corrupt.\n
889#: e2fsck/problem.c:212
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500890msgid ""
891"Ext3 @j @S is unknown type %N (unsupported).\n"
892"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
893"format.\n"
894"It is also possible the @j @S is corrupt.\n"
895msgstr ""
896"Ext3 @j @S ist eine unbekannter Type %N (nicht unterstützt).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500897"Es ist möglich, dass ihr e2fsck älter ist und/oder dieses @j Format nicht "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500898"unterstützt.\n"
899"Es ist ebenso möglich, dass @j @S defekt ist.\n"
900
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400901#. @-expanded: Ext3 journal superblock is corrupt.\n
902#: e2fsck/problem.c:220
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500903msgid "Ext3 @j @S is corrupt.\n"
904msgstr "Ext3 @j @S ist defekt.\n"
905
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400906#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
907#: e2fsck/problem.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500908#, c-format
909msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
910msgstr "@S hat kein has_@j Flag, aber ein ext3 @j %s.\n"
911
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400912#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
913#: e2fsck/problem.c:230
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500914msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500915msgstr "@S hat das ext3 'needs_recovery'-Flag gesetzt, aber kein @j.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500916
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400917#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
918#: e2fsck/problem.c:235
919#, fuzzy
920msgid "ext3 recovery flag is clear, but @j has data.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500921msgstr "ext3 Recovery-Flag sauber, aber das @j enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500922
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400923#. @-expanded: Clear journal
924#: e2fsck/problem.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500925msgid "Clear @j"
926msgstr "Bereinige @j"
927
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400928#. @-expanded: Run journal anyway
929#: e2fsck/problem.c:245
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500930msgid "Run @j anyway"
931msgstr "Starte @j trotzdem"
932
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400933#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
934#: e2fsck/problem.c:250
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500935msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500936msgstr ""
937"Recovery-Flag in Backup @S nicht gesetzt, @j wird trotzdem gestartet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500938
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400939#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
940#: e2fsck/problem.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500941msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
942msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
943
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400944#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
945#: e2fsck/problem.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500946msgid "@I @b #%B (%b) found in @o @i %i.\n"
947msgstr "@I @b #%B (%b) gefunden in @o @i %i.\n"
948
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400949#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
950#: e2fsck/problem.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500951msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500952msgstr "bereits bereinigt @b #%B (%b) gefunden in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500953
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400954#. @-expanded: illegal orphaned inode %i in superblock.\n
955#: e2fsck/problem.c:270
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500956#, c-format
957msgid "@I @o @i %i in @S.\n"
958msgstr "@I @o @i %i in @S.\n"
959
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400960#. @-expanded: illegal inode %i in orphaned inode list.\n
961#: e2fsck/problem.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500962#, c-format
963msgid "@I @i %i in @o @i list.\n"
964msgstr "@I @i %i in @o @i Liste.\n"
965
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400966#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400967#: e2fsck/problem.c:280 e2fsck/problem.c:613
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400968msgid "@f has feature flag(s) set, but is a revision 0 @f. "
969msgstr ""
970
971#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
972#: e2fsck/problem.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500973msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
974msgstr "Ext3 @j @S hat ein unbekanntes Nur-Lesen-Flag gesetzt.\n"
975
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400976#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
977#: e2fsck/problem.c:290
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500978msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
979msgstr "Ext3 @j @S hat ein unbekanntes Inkompatibel-Flag gesetzt.\n"
980
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400981#. @-expanded: journal version not supported by this e2fsck.\n
982#: e2fsck/problem.c:295
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500983msgid "@j version not supported by this e2fsck.\n"
984msgstr "@j Version wird von diesem e2fsck nicht unterstützt.\n"
985
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400986#. @-expanded: Moving journal from /%s to hidden inode.\n
987#. @-expanded: \n
988#: e2fsck/problem.c:300
989#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500990msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400991"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500992"\n"
993msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500994"Verschiebe @j von /%s zum versteckten Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500995"\n"
996
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400997#. @-expanded: Error moving journal: %m\n
998#. @-expanded: \n
999#: e2fsck/problem.c:305
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001000#, c-format
1001msgid ""
1002"Error moving @j: %m\n"
1003"\n"
1004msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001005"Fehler beim Verschieben von @j: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001006"\n"
1007
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001008#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1009#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1010#. @-expanded: \n
1011#: e2fsck/problem.c:310
1012#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001013msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001014"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001015"Clearing fields beyond the V1 @j @S...\n"
1016"\n"
1017msgstr ""
1018"Fand unvollständige V2 @j @S Felder (vom V1 Journal).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001019"Bereinige die Felder hinter V1 @j @S...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001020"\n"
1021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001022#. @-expanded: Backing up journal inode block information.\n
1023#. @-expanded: \n
1024#: e2fsck/problem.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001025msgid ""
1026"Backing up @j @i @b information.\n"
1027"\n"
1028msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001029"Sichere @j @i @b Information.\n"
1030"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001031
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001032#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1033#. @-expanded: is %N; should be zero.
1034#: e2fsck/problem.c:321
Theodore Ts'obc759702005-05-09 20:40:55 -04001035msgid ""
1036"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1037"is %N; @s zero. "
1038msgstr ""
1039
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001040#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1041#: e2fsck/problem.c:327
1042msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001043msgstr ""
1044
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001045#. @-expanded: Resize inode not valid.
1046#: e2fsck/problem.c:332
Theodore Ts'obc759702005-05-09 20:40:55 -04001047#, fuzzy
1048msgid "Resize @i not valid. "
1049msgstr "@r ist kein @d. "
1050
Theodore Ts'o6956f612005-12-31 16:46:15 -05001051#. @-expanded: superblock last mount time is in the future.
1052#: e2fsck/problem.c:337
1053msgid "@S last mount time is in the future. "
1054msgstr ""
1055
1056#. @-expanded: superblock last write time is in the future.
1057#: e2fsck/problem.c:342
1058msgid "@S last write time is in the future. "
1059msgstr ""
1060
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001061#. @-expanded: superblock hint for external superblock should be %X.
1062#: e2fsck/problem.c:346
1063#, c-format
1064msgid "@S hint for external superblock @s %X. "
1065msgstr ""
1066
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001067#. @-expanded: Adding dirhash hint to filesystem.\n
1068#. @-expanded: \n
1069#: e2fsck/problem.c:351
1070msgid ""
1071"Adding dirhash hint to @f.\n"
1072"\n"
1073msgstr ""
1074
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001075#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001076#: e2fsck/problem.c:358
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001077msgid "Pass 1: Checking @is, @bs, and sizes\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001078msgstr "Durchgang 1: Prüfe @is, @bs, und Größen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001079
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001080#. @-expanded: root inode is not a directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001081#: e2fsck/problem.c:362
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001082msgid "@r is not a @d. "
1083msgstr "@r ist kein @d. "
1084
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001085#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001086#: e2fsck/problem.c:367
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001087msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001088msgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001090#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001091#: e2fsck/problem.c:372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001092#, fuzzy
1093msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001094msgstr "Reservierte @i %i %Q hat einen falschen Modus. "
1095
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001096#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001097#: e2fsck/problem.c:377
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001098#, c-format
1099msgid "@D @i %i has zero dtime. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001100msgstr "@D @i %i hat \"zero dtime\". "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001101
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001102#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001103#: e2fsck/problem.c:382
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001104#, c-format
1105msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001106msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001107
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001108#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001109#: e2fsck/problem.c:387
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001110#, c-format
1111msgid "@i %i is a @z @d. "
1112msgstr "@i %i ist ein @z @d. "
1113
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001114#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001115#: e2fsck/problem.c:392
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001116msgid "@g %g's @b @B at %b @C.\n"
1117msgstr "@g %g's @b @B auf %b @C.\n"
1118
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001119#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001120#: e2fsck/problem.c:397
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001121msgid "@g %g's @i @B at %b @C.\n"
1122msgstr "@g %g's @i @B auf %b @C.\n"
1123
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001124#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001125#: e2fsck/problem.c:402
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001126msgid "@g %g's @i table at %b @C.\n"
1127msgstr "@g %g's @i Tabelle auf %b @C.\n"
1128
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001129#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001130#: e2fsck/problem.c:407
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001131msgid "@g %g's @b @B (%b) is bad. "
1132msgstr "@g %g's @b @B (%b) ist ungültig. "
1133
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001134#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001135#: e2fsck/problem.c:412
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001136msgid "@g %g's @i @B (%b) is bad. "
1137msgstr "@g %g's @i @B (%b) ist ungültig. "
1138
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001139#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001140#: e2fsck/problem.c:417
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001141msgid "@i %i, i_size is %Is, @s %N. "
1142msgstr "@i %i, i_size ist %Is, @s %N. "
1143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001144#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001145#: e2fsck/problem.c:422
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001146msgid "@i %i, i_@bs is %Ib, @s %N. "
1147msgstr "@i %i, i_@bs ist %Ib, @s %N. "
1148
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001149#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001150#: e2fsck/problem.c:427
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001151msgid "@I @b #%B (%b) in @i %i. "
1152msgstr "@I @b #%B (%b) in @i %i. "
1153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001154#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001155#: e2fsck/problem.c:432
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001156msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1157msgstr "@b #%B (%b) überlappt @f metadata in @i %i. "
1158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001159#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001160#: e2fsck/problem.c:437
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001161#, c-format
1162msgid "@i %i has illegal @b(s). "
1163msgstr "@i %i hat unzulässigen @b(s). "
1164
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001165#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001166#: e2fsck/problem.c:442
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001167#, c-format
1168msgid "Too many illegal @bs in @i %i.\n"
1169msgstr "Zu viele unzulässige @bs in @i %i.\n"
1170
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001171#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001172#: e2fsck/problem.c:447
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001173msgid "@I @b #%B (%b) in bad @b @i. "
1174msgstr "@I @b #%B (%b) in bad @b @i. "
1175
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001176#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001177#: e2fsck/problem.c:452
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001178msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001179msgstr "Bad @b @i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001180
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001181#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001182#: e2fsck/problem.c:457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001183msgid "Duplicate or bad @b in use!\n"
1184msgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
1185
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001186#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001187#: e2fsck/problem.c:462
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001188msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001189msgstr "Bad @b %b benutzt als bad @b @i indirekt @b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001190
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001191#. @-expanded: \n
1192#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1193#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1194#. @-expanded: in the filesystem.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001195#: e2fsck/problem.c:467
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001196msgid ""
1197"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001198"The bad @b @i has probably been corrupted. You probably\n"
1199"should stop now and run e2fsck -c to scan for bad blocks\n"
1200"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001201msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001202"\n"
1203"Defekter @b @i ist wahrscheinlich beschädigt worden. Sie sollten\n"
1204"nun eher innehalten und »e2fsck -c« ausführen, um nach defekten\n"
1205"Blöcken in @f zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001206
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001207#. @-expanded: \n
1208#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001209#: e2fsck/problem.c:474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001210msgid ""
1211"\n"
1212"If the @b is really bad, the @f can not be fixed.\n"
1213msgstr ""
1214"\n"
1215"Wenn der @b wirklich defekt ist, kann der @f nicht repariert werden.\n"
1216
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001217#. @-expanded: You can remove this block from the bad block list and hope\n
1218#. @-expanded: that the block is really OK. But there are no guarantees.\n
1219#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001220#: e2fsck/problem.c:479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001221#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001222msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001223"You can remove this @b from the bad @b list and hope\n"
1224"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001225"\n"
1226msgstr ""
1227"Sie können @b von der @b - Liste löschen \n"
1228"und hoffen das @b wirklich in Ordnung ist, es \n"
1229"gibt aber KEINE GARANTIEN.\n"
1230"\n"
1231
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001232#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001233#: e2fsck/problem.c:485
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001234msgid "The primary @S (%b) is on the bad @b list.\n"
1235msgstr "Der primäre @S (%b) ist auf der bad @b Liste.\n"
1236
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001237#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001238#: e2fsck/problem.c:490
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001239msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001240msgstr "Block %b im primären Deskriptor @g ist auf der bad @b Liste\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001241
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001242#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001243#: e2fsck/problem.c:496
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001244msgid "Warning: Group %g's @S (%b) is bad.\n"
1245msgstr "Warnung: Gruppe %g's @S (%b) ist ungültig.\n"
1246
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001247#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001248#: e2fsck/problem.c:501
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001249msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001250msgstr "Warnung: Gruppe %g's Kopie vom Deskriptor @g hat einen bad @b (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001251
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001252#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001253#: e2fsck/problem.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001254msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1255msgstr "Programmfehler? @b #%b verlangt ohne Grund in process_bad_@b.\n"
1256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001257#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001258#: e2fsck/problem.c:513
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001259msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1260msgstr "@A %N grenzt an @b(s) in @b @g %g for %s: %m\n"
1261
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001262#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001263#: e2fsck/problem.c:518
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001264#, c-format
1265msgid "@A @b buffer for relocating %s\n"
1266msgstr "@A @b Puffer zum Verschieben %s\n"
1267
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001268#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001269#: e2fsck/problem.c:523
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001270msgid "Relocating @g %g's %s from %b to %c...\n"
1271msgstr "Verschiebe @g %g's %s von %b nach %c...\n"
1272
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001273#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001274#: e2fsck/problem.c:528
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001275#, c-format
1276msgid "Relocating @g %g's %s to %c...\n"
1277msgstr "Verschiebe @g %g's %s nach %c...\n"
1278
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001279#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001280#: e2fsck/problem.c:533
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001281msgid "Warning: could not read @b %b of %s: %m\n"
1282msgstr "Warnung: kann @b %b von %s: %m nicht lesen\n"
1283
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001284#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001285#: e2fsck/problem.c:538
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001286msgid "Warning: could not write @b %b for %s: %m\n"
1287msgstr "Warnung: kann @b %b von %s: %m nicht schreiben\n"
1288
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001289#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001290#: e2fsck/problem.c:543 e2fsck/problem.c:1280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001291msgid "@A @i @B (%N): %m\n"
1292msgstr "@A @i @B (%N): %m\n"
1293
1294#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001295#: e2fsck/problem.c:548
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001296#, fuzzy
1297msgid "@A @b @B (%N): %m\n"
1298msgstr "@A @i @B (%N): %m\n"
1299
1300#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001301#: e2fsck/problem.c:553
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001302#, c-format
1303msgid "@A icount link information: %m\n"
1304msgstr "@A icount link information: %m\n"
1305
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001306#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001307#: e2fsck/problem.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001308#, c-format
1309msgid "@A @d @b array: %m\n"
1310msgstr "@A @d @b array: %m\n"
1311
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001312#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001313#: e2fsck/problem.c:563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001314#, c-format
1315msgid "Error while scanning @is (%i): %m\n"
1316msgstr "Fehler während der Suche @is (%i): %m\n"
1317
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001318#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001319#: e2fsck/problem.c:568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001320#, c-format
1321msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001322msgstr "Fehler beim Iterieren über @bs in @i %i: %m\n"
1323
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001324#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001325#: e2fsck/problem.c:573
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001326msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001327msgstr ""
1328"Fehler beim Speichern von @i count Informationen (@i=%i, count=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001329
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001330#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001331#: e2fsck/problem.c:578
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001332msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001333msgstr "Fehler beim Speichern @d @b Informationen (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001334
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001335#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001336#: e2fsck/problem.c:584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001337#, c-format
1338msgid "Error reading @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001339msgstr "Fehler beim Lesen von @i %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001340
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001341#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001342#: e2fsck/problem.c:592
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001343#, c-format
1344msgid "@i %i has imagic flag set. "
1345msgstr "@i %i hat Imagic-Flag gesetzt. "
1346
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001347#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1348#. @-expanded: or append-only flag set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001349#: e2fsck/problem.c:597
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001350#, c-format
1351msgid ""
1352"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1353"or append-only flag set. "
1354msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001355"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001356"oder append-only Flag gesetzt. "
1357
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001358#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001359#: e2fsck/problem.c:603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001360#, c-format
1361msgid "@i %i has @cion flag set on @f without @cion support. "
1362msgstr "@i %i hat @cion Flag gesetzt auf @f ohne @cion Unterstützung. "
1363
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001364#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001365#: e2fsck/problem.c:608
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001366#, fuzzy, c-format
1367msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1368msgstr ""
1369"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
1370"oder append-only Flag gesetzt. "
1371
1372#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001373#: e2fsck/problem.c:618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001374#, fuzzy
1375msgid "@j @i is not in use, but contains data. "
1376msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
1377
1378#. @-expanded: journal is not regular file.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001379#: e2fsck/problem.c:623
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001380msgid "@j is not regular file. "
1381msgstr "@j ist keine reguläre Datei. "
1382
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001383#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001384#: e2fsck/problem.c:628
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001385#, fuzzy, c-format
1386msgid "@i %i was part of the @o @i list. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001387msgstr "@i %i war Teil der orphaned @i Liste. "
1388
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001389#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001390#: e2fsck/problem.c:634
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001391msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001392msgstr "@is, die Teile einer defekten Liste mit verwaisten Links waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001393
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001394#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001395#: e2fsck/problem.c:639
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001396#, fuzzy
1397msgid "@A refcount structure (%N): %m\n"
1398msgstr "@A icount structure: %m\n"
1399
1400#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001401#: e2fsck/problem.c:644
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001402msgid "Error reading @a @b %b for @i %i. "
1403msgstr "Fehler beim Lesen @a @b %b for @i %i. "
1404
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001405#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001406#: e2fsck/problem.c:649
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001407msgid "@i %i has a bad @a @b %b. "
1408msgstr "@i %i hat defekten @a @b %b. "
1409
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001410#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001411#: e2fsck/problem.c:654
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001412msgid "Error reading @a @b %b (%m). "
1413msgstr "Fehler beim Lesen @a @b %b (%m). "
1414
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001415#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001416#: e2fsck/problem.c:659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001417#, fuzzy
1418msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001419msgstr "@a @b %b hat den Referenzzähler %B, richtig wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001420
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001421#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001422#: e2fsck/problem.c:664
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001423msgid "Error writing @a @b %b (%m). "
1424msgstr "Fehler beim Schreiben @a @b %b (%m). "
1425
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001426#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001427#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001428#, fuzzy
1429msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001430msgstr "@a @b %b hat h_blocks > 1. "
1431
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001432#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001433#: e2fsck/problem.c:674
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001434#, fuzzy
1435msgid "@A @a @b %b. "
1436msgstr "@I @o @i %i in @S.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001437
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001438#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001439#: e2fsck/problem.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001440msgid "@a @b %b is corrupt (allocation collision). "
1441msgstr "@a @b %b ist defekt (allocation collision). "
1442
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001443#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001444#: e2fsck/problem.c:684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001445#, fuzzy
1446msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001447msgstr "@a @b %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001448
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001449#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001450#: e2fsck/problem.c:689
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001451#, fuzzy
1452msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001453msgstr "@a @b %b ist defekt (ungültiger Wert). "
1454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001455#. @-expanded: inode %i is too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001456#: e2fsck/problem.c:694
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001457#, c-format
1458msgid "@i %i is too big. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001459msgstr "@i %i ist zu groß. "
1460
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001461#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001462#: e2fsck/problem.c:698
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001463msgid "@b #%B (%b) causes @d to be too big. "
1464msgstr "@b #%B (%b) macht @d zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001465
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001466#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001467#: e2fsck/problem.c:703
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001468msgid "@b #%B (%b) causes file to be too big. "
1469msgstr "@b #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001470
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001471#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001472#: e2fsck/problem.c:708
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001473msgid "@b #%B (%b) causes symlink to be too big. "
1474msgstr "@b #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001477#: e2fsck/problem.c:713
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001478#, c-format
1479msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1480msgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
1481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001482#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001483#: e2fsck/problem.c:718
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001484#, c-format
1485msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1486msgstr "@i %i hat INDEX_FL flag gesetzt, ist aber kein @d.\n"
1487
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001488#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001489#: e2fsck/problem.c:723
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001490#, fuzzy, c-format
1491msgid "@h %i has an @n root node.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001492msgstr "@h %i hat einen unvollständigen root node.\n"
1493
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001494#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001495#: e2fsck/problem.c:728
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001496msgid "@h %i has an unsupported hash version (%N)\n"
1497msgstr "@h %i hat eine nicht unterstützte hash-Version (%N)\n"
1498
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001499#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001500#: e2fsck/problem.c:733
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001501#, c-format
1502msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001503msgstr "@h %i benutzt einen nicht unterstützten htree root node flag.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001504
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001505#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001506#: e2fsck/problem.c:738
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001507msgid "@h %i has a tree depth (%N) which is too big\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001508msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001509
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001510#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1511#. @-expanded: filesystem metadata.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001512#: e2fsck/problem.c:743
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001513msgid ""
1514"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1515"@f metadata. "
1516msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001517"Defekter @b @i hat einen indirekten @b (%b), der mit\n"
1518"den @f Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001519
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001520#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001521#: e2fsck/problem.c:749
Theodore Ts'obc759702005-05-09 20:40:55 -04001522#, c-format
1523msgid "Resize @i (re)creation failed: %m."
1524msgstr ""
1525
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001526#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001527#: e2fsck/problem.c:754
Theodore Ts'obc759702005-05-09 20:40:55 -04001528#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001529msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001530msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1531
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001532#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001533#: e2fsck/problem.c:759
Theodore Ts'obc759702005-05-09 20:40:55 -04001534#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001535msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001536msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1537
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001538#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001539#: e2fsck/problem.c:764
Theodore Ts'obc759702005-05-09 20:40:55 -04001540#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001541msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001542msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1543
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001544#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001545#: e2fsck/problem.c:769
Theodore Ts'obc759702005-05-09 20:40:55 -04001546#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001547msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001548msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1549
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001550#. @-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 -04001551#: e2fsck/problem.c:774
Theodore Ts'obc759702005-05-09 20:40:55 -04001552#, fuzzy
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001553msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001554msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1555
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001556#. @-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 -04001557#: e2fsck/problem.c:779
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001558#, fuzzy
1559msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
1560msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1561
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001562#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1563#: e2fsck/problem.c:784
1564msgid "@i %i is a %It but it looks like it is really a directory.\n"
1565msgstr ""
1566
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001567#. @-expanded: \n
1568#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1569#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001570#: e2fsck/problem.c:791
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001571#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001572msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001573"\n"
1574"Running additional passes to resolve @bs claimed by more than one @i...\n"
1575"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001576msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001577"Doppelter @bs gefunden... starte Scan nach doppelten @b.\n"
1578"Durchgang 1B: Suche nach doppelten/defekten @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001579
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001580#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001581#: e2fsck/problem.c:797
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001582#, fuzzy, c-format
1583msgid "@m @b(s) in @i %i:"
1584msgstr "@I @b #%B (%b) in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001585
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001586#: e2fsck/problem.c:812
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001587#, c-format
1588msgid "Error while scanning inodes (%i): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001589msgstr "Fehlen beim Prüfen von Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001590
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001591#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001592#: e2fsck/problem.c:817
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001593#, fuzzy, c-format
1594msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001595msgstr "@A @i @B (inode_dup_map): %m\n"
1596
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001597#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001598#: e2fsck/problem.c:822
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001599#, c-format
1600msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001601msgstr "Fehler beim Durchlaufen der @bs in @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001602
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001603#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001604#: e2fsck/problem.c:827 e2fsck/problem.c:1143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001605#, fuzzy
1606msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001607msgstr "Fehler bei der Anpassung des refcount für @a @b %b (@i %i): %m\n"
1608
Theodore Ts'o6956f612005-12-31 16:46:15 -05001609#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001610#: e2fsck/problem.c:833
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001611#, fuzzy
Theodore Ts'o6956f612005-12-31 16:46:15 -05001612msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001613msgstr "Durchgang 1C: Prüfe Verzeichnisse nach @is mit doppelten @bs.\n"
1614
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001615#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001616#: e2fsck/problem.c:839
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001617#, fuzzy
1618msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001619msgstr "Durchgang 1D: Gleiche doppelte @bs ab\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001620
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001621#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1622#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001623#: e2fsck/problem.c:844
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001624#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001625msgid ""
1626"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001627" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001628msgstr ""
1629"Datei %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001630" hat %B doppelte @b(s), geteilt mit %N Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001631
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001632#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001633#: e2fsck/problem.c:850
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001634msgid "\t%Q (@i #%i, mod time %IM)\n"
1635msgstr "\t%Q (@i #%i, mod time %IM)\n"
1636
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001637#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001638#: e2fsck/problem.c:855
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001639msgid "\t<@f metadata>\n"
1640msgstr "\t<@f metadata>\n"
1641
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001642#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1643#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001644#: e2fsck/problem.c:860
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001645#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001646msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001647"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001648"\n"
1649msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001650"(es gibt %N @is, die doppelte/defekte @bs enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001651"\n"
1652
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001653#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1654#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001655#: e2fsck/problem.c:865
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001656#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001657msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001658"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001659"\n"
1660msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001661"Duplizierte @bs bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001662"\n"
1663
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001664#: e2fsck/problem.c:878
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001665#, c-format
1666msgid "Couldn't clone file: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001667msgstr "Kann die Datei %m nicht klonen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001668
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001669#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001670#: e2fsck/problem.c:884
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001671msgid "Pass 2: Checking @d structure\n"
1672msgstr "Durchgang 2: Prüfe @d Struktur\n"
1673
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001674#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001675#: e2fsck/problem.c:889
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001676#, fuzzy, c-format
1677msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001678msgstr "Falsche @i Nummer für '.' in @d @i %i.\n"
1679
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001680#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001681#: e2fsck/problem.c:894
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001682#, fuzzy
1683msgid "@E has @n @i #: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001684msgstr "@E hat falsche @i #: %Di.\n"
1685
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001686#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001687#: e2fsck/problem.c:899
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001688msgid "@E has @D/unused @i %Di. "
1689msgstr "@E hat @D/unbenutzt @i %Di. "
1690
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001691#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001692#: e2fsck/problem.c:904
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001693msgid "@E @L to '.' "
1694msgstr "@E @L nach '.' "
1695
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001696#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001697#: e2fsck/problem.c:909
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001698msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001699msgstr "@E zeigt auf @i (%Di) in einem defekten @b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001700
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001701#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001702#: e2fsck/problem.c:914
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001703msgid "@E @L to @d %P (%Di).\n"
1704msgstr "@E @L nach @d %P (%Di).\n"
1705
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001706#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001707#: e2fsck/problem.c:919
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001708msgid "@E @L to the @r.\n"
1709msgstr "@E @L zur @r.\n"
1710
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001711#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001712#: e2fsck/problem.c:924
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001713msgid "@E has illegal characters in its name.\n"
1714msgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
1715
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001716#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001717#: e2fsck/problem.c:929
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001718#, c-format
1719msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001720msgstr "Fehlende '.' in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001721
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001722#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001723#: e2fsck/problem.c:934
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001724#, c-format
1725msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001726msgstr "Fehlende '..' in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001727
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001728#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001729#: e2fsck/problem.c:939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001730#, fuzzy
1731msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001732msgstr "Erster @e '%Dn' (inode=%Di) in @d @i %i (%p) @s '.'\n"
1733
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001734#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001735#: e2fsck/problem.c:944
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001736#, fuzzy
1737msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001738msgstr "Zweiter @e '%Dn' (inode=%Di) in @d @i %i @s '..'\n"
1739
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001740#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001741#: e2fsck/problem.c:949
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001742msgid "i_faddr @F %IF, @s zero.\n"
1743msgstr "i_faddr @F %IF, @s null.\n"
1744
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001745#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001746#: e2fsck/problem.c:954
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001747msgid "i_file_acl @F %If, @s zero.\n"
1748msgstr "i_file_acl @F %If, @s null.\n"
1749
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001750#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001751#: e2fsck/problem.c:959
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001752msgid "i_dir_acl @F %Id, @s zero.\n"
1753msgstr "i_dir_acl @F %Id, @s null.\n"
1754
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001755#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001756#: e2fsck/problem.c:964
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001757msgid "i_frag @F %N, @s zero.\n"
1758msgstr "i_frag @F %N, @s null.\n"
1759
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001760#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001761#: e2fsck/problem.c:969
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001762msgid "i_fsize @F %N, @s zero.\n"
1763msgstr "i_fsize @F %N, @s null.\n"
1764
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001765#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001766#: e2fsck/problem.c:974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001767#, fuzzy
1768msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001769msgstr "@i %i (%Q) hat einen falschen Modus (%Im).\n"
1770
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001771#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001772#: e2fsck/problem.c:979
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001773msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1774msgstr "@d @i %i, @b %B, offset %N: @d defekt\n"
1775
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001776#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001777#: e2fsck/problem.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001778msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1779msgstr "@d @i %i, @b %B, offset %N: Dateiname zu lang\n"
1780
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001781#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001782#: e2fsck/problem.c:989
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001783msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001784msgstr "@d @i %i hat einen nicht zugewiesenen @b #%B. "
1785
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001786#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001787#: e2fsck/problem.c:994
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001788#, c-format
1789msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1790msgstr "'.' @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001791
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001792#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001793#: e2fsck/problem.c:999
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001794#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001795msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1796msgstr "'..' @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001797
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001798#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001799#: e2fsck/problem.c:1004
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001800msgid "@i %i (%Q) is an @I character @v.\n"
1801msgstr "@i %i (%Q) ist ein @I Zeichen @v.\n"
1802
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001803#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001804#: e2fsck/problem.c:1009
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001805msgid "@i %i (%Q) is an @I @b @v.\n"
1806msgstr "@i %i (%Q) ist ein @I @b @v.\n"
1807
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001808#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001809#: e2fsck/problem.c:1014
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001810msgid "@E is duplicate '.' @e.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001811msgstr "@E ist ein doppelter '.' @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001812
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001813#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001814#: e2fsck/problem.c:1019
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001815msgid "@E is duplicate '..' @e.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001816msgstr "@E ist ein doppelter '..' @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001817
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001818#: e2fsck/problem.c:1024 e2fsck/problem.c:1305
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001819#, c-format
1820msgid "Internal error: couldn't find dir_info for %i.\n"
1821msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
1822
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001823#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001824#: e2fsck/problem.c:1029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001825#, fuzzy
1826msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001827msgstr "@E hat rec_len von %Dr, sollte %N sein.\n"
1828
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001829#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001830#: e2fsck/problem.c:1034
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001831#, c-format
1832msgid "@A icount structure: %m\n"
1833msgstr "@A icount structure: %m\n"
1834
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001835#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001836#: e2fsck/problem.c:1039
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001837#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04001838msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001839msgstr "Fehler beim Durchlaufen der @d @bs: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001840
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001841#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001842#: e2fsck/problem.c:1044
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001843msgid "Error reading @d @b %b (@i %i): %m\n"
1844msgstr "Lesefehler @d @b %b (@i %i): %m\n"
1845
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001846#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001847#: e2fsck/problem.c:1049
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001848msgid "Error writing @d @b %b (@i %i): %m\n"
1849msgstr "Schreibfehler @d @b %b (@i %i): %m\n"
1850
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001851#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001852#: e2fsck/problem.c:1054
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001853#, c-format
1854msgid "@A new @d @b for @i %i (%s): %m\n"
1855msgstr "@A neu @d @b for @i %i (%s): %m\n"
1856
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001857#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001858#: e2fsck/problem.c:1059
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001859#, c-format
1860msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001861msgstr "Fehler bei der Freigabe von @i %i: %m\n"
1862
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001863#. @-expanded: directory entry for '.' is big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001864#: e2fsck/problem.c:1064
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001865msgid "@d @e for '.' is big. "
1866msgstr "@d @e für '.' ist groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001867
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001868#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001869#: e2fsck/problem.c:1069
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001870msgid "@i %i (%Q) is an @I FIFO.\n"
1871msgstr "@i %i (%Q) ist ein @I FIFO.\n"
1872
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001873#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001874#: e2fsck/problem.c:1074
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001875msgid "@i %i (%Q) is an @I socket.\n"
1876msgstr "@i %i (%Q) ist ein @I Socket.\n"
1877
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001878#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001879#: e2fsck/problem.c:1079
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001880msgid "Setting filetype for @E to %N.\n"
1881msgstr "Setze Dateitype für @E auf %N.\n"
1882
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001883#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001884#: e2fsck/problem.c:1084
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001885#, fuzzy
1886msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001887msgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
1888
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001889#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001890#: e2fsck/problem.c:1089
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001891msgid "@E has filetype set.\n"
1892msgstr "@E hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001893
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001894#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001895#: e2fsck/problem.c:1094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001896#, fuzzy
1897msgid "@E has a @z name.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001898msgstr "@E hat einen Namen der Länge Null..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001899
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001900#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001901#: e2fsck/problem.c:1099
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001902#, fuzzy
1903msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001904msgstr "Symlink %Q (@i #%i) is invalid.\n"
1905
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001906#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001907#: e2fsck/problem.c:1104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001908#, fuzzy
1909msgid "@a @b @F @n (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001910msgstr "@a @b @F ist falsch (%If).\n"
1911
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001912#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001913#: e2fsck/problem.c:1109
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001914msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
1915msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001916"@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 -05001917
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001918#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001919#: e2fsck/problem.c:1114
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001920msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001921msgstr "@p @h %d: Node (%B) nicht referenziert\n"
1922
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001923#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001924#: e2fsck/problem.c:1119
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001925msgid "@p @h %d: node (%B) referenced twice\n"
1926msgstr "@p @h %d: Node (%B) doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001927
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001928#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001929#: e2fsck/problem.c:1124
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001930msgid "@p @h %d: node (%B) has bad min hash\n"
1931msgstr "@p @h %d: node (%B) has bad min hash\n"
1932
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001933#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001934#: e2fsck/problem.c:1129
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001935msgid "@p @h %d: node (%B) has bad max hash\n"
1936msgstr "@p @h %d: node (%B) has bad max hash\n"
1937
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001938#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001939#: e2fsck/problem.c:1134
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001940#, fuzzy
1941msgid "@n @h %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001942msgstr "Invalid @h %d (%q). "
1943
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001944#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001945#: e2fsck/problem.c:1138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001946msgid "@p @h %d (%q): bad @b number %b.\n"
1947msgstr "@p @h %d (%q): bad @b number %b.\n"
1948
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001949#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001950#: e2fsck/problem.c:1148
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001951#, fuzzy, c-format
1952msgid "@p @h %d: root node is @n\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001953msgstr "@p @h %d: root node is invalid\n"
1954
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001955#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001956#: e2fsck/problem.c:1153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001957#, fuzzy
1958msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001959msgstr "@p @h %d: node (%B) has bad limit (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001960
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001961#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001962#: e2fsck/problem.c:1158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001963#, fuzzy
1964msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001965msgstr "@p @h %d: node (%B) has bad count (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001966
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001967#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001968#: e2fsck/problem.c:1163
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001969msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001970msgstr "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001971
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001972#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001973#: e2fsck/problem.c:1168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001974#, fuzzy
1975msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001976msgstr "@p @h %d: node (%B) has bad depth\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001977
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001978#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001979#: e2fsck/problem.c:1173
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001980msgid "Duplicate @E found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001981msgstr "Doppelte @E gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001982
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001983#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1984#. @-expanded: Rename to %s
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001985#: e2fsck/problem.c:1178
Theodore Ts'oddc32a02003-05-03 18:45:55 -04001986#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001987msgid ""
1988"@E has a non-unique filename.\n"
1989"Rename to %s"
1990msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001991"@E hat keinen eindeutigen Dateinnamen.\n"
1992"Benenne in %s um"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001993
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001994#. @-expanded: Duplicate entry '%Dn' found.\n
1995#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1996#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001997#: e2fsck/problem.c:1183
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001998msgid ""
1999"Duplicate @e '%Dn' found.\n"
2000"\tMarking %p (%i) to be rebuilt.\n"
2001"\n"
2002msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002003"Doppelte @e '%Dn' gefunden.\n"
2004"\tMarkiere %p (%i) für die Neuerstellung.\n"
2005"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002006
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002007#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2008#: e2fsck/problem.c:1188
2009#, fuzzy
2010msgid "i_blocks_hi @F %N, @s zero.\n"
2011msgstr "i_fsize @F %N, @s null.\n"
2012
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002013#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002014#: e2fsck/problem.c:1195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002015msgid "Pass 3: Checking @d connectivity\n"
2016msgstr "Durchgang 3: Prüfe @d Verknüpfungen\n"
2017
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002018#. @-expanded: root inode not allocated.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002019#: e2fsck/problem.c:1200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002020msgid "@r not allocated. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002021msgstr "@r nicht zugeordnet. "
2022
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002023#. @-expanded: No room in lost+found directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002024#: e2fsck/problem.c:1205
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002025msgid "No room in @l @d. "
2026msgstr "Kein Platz in @l @d. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002027
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002028#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002029#: e2fsck/problem.c:1210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002030#, c-format
2031msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002032msgstr "Nicht verbundene @d @i %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002033
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002034#. @-expanded: /lost+found not found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002035#: e2fsck/problem.c:1215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002036msgid "/@l not found. "
2037msgstr "/@l nicht gefunden. "
2038
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002039#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002040#: e2fsck/problem.c:1220
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002041msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2042msgstr "'..' in %Q (%i) ist %P (%j), @s %q (%d).\n"
2043
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002044#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002045#: e2fsck/problem.c:1225
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002046msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2047msgstr "Falscher oder fehlender /@l. Wiederverbinden nicht möglich.\n"
2048
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002049#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002050#: e2fsck/problem.c:1230
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002051#, c-format
2052msgid "Could not expand /@l: %m\n"
2053msgstr "Erweitern nicht möglich /@l: %m\n"
2054
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002055#: e2fsck/problem.c:1235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002056#, c-format
2057msgid "Could not reconnect %i: %m\n"
2058msgstr "Wiederverbinden nicht möglich %i: %m\n"
2059
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002060#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002061#: e2fsck/problem.c:1240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002062#, c-format
2063msgid "Error while trying to find /@l: %m\n"
2064msgstr "Fehler während der Suche nach /@l: %m\n"
2065
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002066#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002067#: e2fsck/problem.c:1245
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002068#, c-format
2069msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2070msgstr "ext2fs_new_@b: %m während des Versuches /@l @d zu erzeugen.\n"
2071
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002072#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002073#: e2fsck/problem.c:1250
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002074#, c-format
2075msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2076msgstr "ext2fs_new_@i: %m während des Versuches /@l @d zu erzeugen.\n"
2077
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002078#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002079#: e2fsck/problem.c:1255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002080#, c-format
2081msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2082msgstr "ext2fs_new_dir_@b: %m während des Versuches /@l @d zu erzeugen.\n"
2083
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002084#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002085#: e2fsck/problem.c:1260
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002086#, c-format
2087msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2088msgstr "ext2fs_write_dir_@b: %m während des Schreibens von @d @b für /@l\n"
2089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002090#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002091#: e2fsck/problem.c:1265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002092#, c-format
2093msgid "Error while adjusting @i count on @i %i\n"
2094msgstr "Fehler während der Einstellung von @i count auf @i %i\n"
2095
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002096#. @-expanded: Couldn't fix parent of inode %i: %m\n
2097#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002098#: e2fsck/problem.c:1270
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002099#, c-format
2100msgid ""
2101"Couldn't fix parent of @i %i: %m\n"
2102"\n"
2103msgstr ""
2104"Konnte Parent von @i %i: %m nicht reparieren\n"
2105"\n"
2106
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002107#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2108#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002109#: e2fsck/problem.c:1275
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002110#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002111msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002112"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002113"\n"
2114msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002115"Parent von @i %i konnte nicht repariert werden: \n"
2116"parent @d nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002117
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002118#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002119#: e2fsck/problem.c:1285
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002120#, c-format
2121msgid "Error creating root @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002122msgstr "Fehler beim Erzeugen des root @d (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002123
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002124#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002125#: e2fsck/problem.c:1290
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002126#, c-format
2127msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002128msgstr "Fehler beim Erzeugen des /@l @d (%s): %m\n"
2129
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002130#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002131#: e2fsck/problem.c:1295
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002132msgid "@r is not a @d; aborting.\n"
2133msgstr "@r ist kein @d; breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002134
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002135#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002136#: e2fsck/problem.c:1300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002137msgid "Cannot proceed without a @r.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002138msgstr "Kann ohne @r nicht fortsetzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002139
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002140#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002141#: e2fsck/problem.c:1310
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002142#, c-format
2143msgid "/@l is not a @d (ino=%i)\n"
2144msgstr "/@l ist kein @d (ino=%i)\n"
2145
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002146#: e2fsck/problem.c:1317
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002147msgid "Pass 3A: Optimizing directories\n"
2148msgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2149
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002150#: e2fsck/problem.c:1322
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002151#, c-format
2152msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002153msgstr "dirs_to_hash iterator konnte nicht erzeugt werden: %m"
2154
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002155#: e2fsck/problem.c:1327
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002156msgid "Failed to optimize directory %q (%d): %m"
2157msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002158
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002159#: e2fsck/problem.c:1332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002160msgid "Optimizing directories: "
2161msgstr "Optimiere Verzeichnisse: "
2162
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002163#: e2fsck/problem.c:1349
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002164msgid "Pass 4: Checking reference counts\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002165msgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002166
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002167#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002168#: e2fsck/problem.c:1354
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002169#, fuzzy, c-format
2170msgid "@u @z @i %i. "
2171msgstr "@I @o @i %i in @S.\n"
2172
2173#. @-expanded: unattached inode %i\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002174#: e2fsck/problem.c:1359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002175#, c-format
2176msgid "@u @i %i\n"
2177msgstr ""
2178
2179#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002180#: e2fsck/problem.c:1364
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002181msgid "@i %i ref count is %Il, @s %N. "
2182msgstr "@i %i Prüfsumme ist %Il, @s %N. "
2183
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002184#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2185#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2186#. @-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 -04002187#: e2fsck/problem.c:1368
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002188#, fuzzy
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002189msgid ""
2190"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2191"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002192"@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 -05002193msgstr ""
2194"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
2195"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (LIVE) DATEISYSTEM.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002196"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten gleich "
2197"sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002198
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002199#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002200#: e2fsck/problem.c:1378
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002201msgid "Pass 5: Checking @g summary information\n"
2202msgstr "Durchgang 5: Überprüfe @g Zusammenfassung\n"
2203
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002204#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002205#: e2fsck/problem.c:1383
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002206msgid "Padding at end of @i @B is not set. "
2207msgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
2208
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002209#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002210#: e2fsck/problem.c:1388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002211msgid "Padding at end of @b @B is not set. "
2212msgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
2213
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002214#. @-expanded: block bitmap differences:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002215#: e2fsck/problem.c:1393
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002216msgid "@b @B differences: "
2217msgstr "@b @B differieren: "
2218
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002219#. @-expanded: inode bitmap differences:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002220#: e2fsck/problem.c:1413
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002221msgid "@i @B differences: "
2222msgstr "@i @B differieren: "
2223
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002224#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002225#: e2fsck/problem.c:1433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002226msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2227msgstr "Freie @is Anzahl ist falsch für @g #%g (%i, counted=%j).\n"
2228
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002229#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002230#: e2fsck/problem.c:1438
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002231msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2232msgstr "Verzeichnisanzahl ist falsch für @g #%g (%i, counted=%j).\n"
2233
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002234#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002235#: e2fsck/problem.c:1443
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002236msgid "Free @is count wrong (%i, counted=%j).\n"
2237msgstr "Freie @is Anzahl ist falsch (%i, counted=%j).\n"
2238
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002239#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002240#: e2fsck/problem.c:1448
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002241msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2242msgstr "Freie @bs Anzahl ist falsch @g #%g (%b, counted=%c).\n"
2243
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002244#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002245#: e2fsck/problem.c:1453
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002246msgid "Free @bs count wrong (%b, counted=%c).\n"
2247msgstr "Freie @bs Anzahl ist falsch (%b, counted=%c).\n"
2248
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002249#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2250#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002251#: e2fsck/problem.c:1458
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002252msgid ""
2253"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2254"endpoints (%i, %j)\n"
2255msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002256"PROGRAMMIERFEHLER: @f (#%N) @B Endpunkte (%b, %c) passen nicht zu den "
2257"berechneten @B Endpunkten (%i, %j)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002258
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002259#: e2fsck/problem.c:1464
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002260msgid "Internal error: fudging end of bitmap (%N)\n"
2261msgstr "Interner Fehler: fudging end of bitmap (%N)\n"
2262
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002263#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002264#: e2fsck/problem.c:1469
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002265#, fuzzy, c-format
2266msgid "Error copying in replacement @i @B: %m\n"
2267msgstr "Fehler beim Lesen von @i %i: %m\n"
2268
2269#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002270#: e2fsck/problem.c:1474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002271#, c-format
2272msgid "Error copying in replacement @b @B: %m\n"
2273msgstr ""
2274
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002275#: e2fsck/problem.c:1499
2276msgid "Recreate journal to make the filesystem ext3 again?\n"
2277msgstr ""
2278
2279#: e2fsck/problem.c:1617
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002280#, c-format
2281msgid "Unhandled error code (0x%x)!\n"
2282msgstr "Unbenutzter Fehlercode (0x%x)!\n"
2283
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002284#: e2fsck/problem.c:1711
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002285msgid "IGNORED"
2286msgstr "IGNORIERT"
2287
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002288#: e2fsck/scantest.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002289#, c-format
2290msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2291msgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2292
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002293#: e2fsck/scantest.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002294#, c-format
2295msgid "size of inode=%d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002296msgstr "Größe des Inode=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002297
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002298#: e2fsck/scantest.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002299msgid "while starting inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002300msgstr "beim Starten der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002301
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002302#: e2fsck/scantest.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002303msgid "while doing inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002304msgstr "während der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002305
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002306#: e2fsck/super.c:187
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002307#, c-format
2308msgid "while calling ext2fs_block_iterate for inode %d"
2309msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
2310
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002311#: e2fsck/super.c:210
2312#, fuzzy, c-format
2313msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002314msgstr "while calling ext2fs_adjust_ea_refocunt for inode %d"
2315
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002316#: e2fsck/super.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002317msgid "Truncating"
2318msgstr "Kürze"
2319
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002320#: e2fsck/super.c:269
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002321msgid "Clearing"
2322msgstr "Bereinige"
2323
2324#: e2fsck/swapfs.c:98
2325msgid "while calling ext2fs_block_iterate"
2326msgstr "während des Aufrufs von ext2fs_block_iterate"
2327
2328#: e2fsck/swapfs.c:104
2329msgid "while calling iterator function"
2330msgstr "während des Aufrufs der Iterator-Funktion"
2331
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002332#: e2fsck/swapfs.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002333msgid "while allocating inode buffer"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002334msgstr "beim Zuweisen des Inode-Puffers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002335
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002336#: e2fsck/swapfs.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002337#, c-format
2338msgid "while reading inode table (group %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002339msgstr "beim Lesen der Inode-Tabelle (Gruppe %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002340
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002341#: e2fsck/swapfs.c:176
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002342#, c-format
2343msgid "while writing inode table (group %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002344msgstr "beim Schreiben der Inode-Tabelle (Gruppe %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002345
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002346#: e2fsck/swapfs.c:226
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002347#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002348msgid "Pass 0: Doing byte-swap of filesystem\n"
2349msgstr "Durchgang 0: Byte-Swap des Dateisystems\n"
2350
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002351#: e2fsck/swapfs.c:233
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002352#, c-format
2353msgid ""
2354"%s: the filesystem must be freshly checked using fsck\n"
2355"and not mounted before trying to byte-swap it.\n"
2356msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002357"%s: Das Dateisystem muss mit fsck neu überprüft werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002358"und darf vor dem Byte-Swap nicht mehr eingehängt werden.\n"
2359
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002360#: e2fsck/swapfs.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002361msgid "Byte swap"
2362msgstr "Byte Swap"
2363
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002364#: e2fsck/unix.c:74
Theodore Ts'o197abba2005-06-20 18:00:23 -04002365#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002366msgid ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002367"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002368"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002369"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002370"\t\t[-E extended-options] device\n"
2371msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002372"Verwendung: %s [-panyrcdfvstFSV] [-b Superblock] [-B Blockgröße]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002373"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2374"\t\t[-l|-L bad_blocks_file] [-C fd] [-j ext-journal]\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002375"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002376
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002377#: e2fsck/unix.c:80
2378#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002379msgid ""
2380"\n"
2381"Emergency help:\n"
2382" -p Automatic repair (no questions)\n"
2383" -n Make no changes to the filesystem\n"
2384" -y Assume \"yes\" to all questions\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002385" -c Check for bad blocks and add them to the badblock "
2386"list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002387" -f Force checking even if filesystem is marked clean\n"
2388msgstr ""
2389"\n"
2390"Notfallhile:\n"
2391" -p automatische Reparatur (keine Fragen)\n"
2392" -n keine Veränderungen am Dateisystem vornehmen\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002393" -y \" Ja \" auf alle Fragen annehmen\n"
2394" -c suche nach defekten Blöcken\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002395" -f erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
2396
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002397#: e2fsck/unix.c:86
Theodore Ts'o197abba2005-06-20 18:00:23 -04002398#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002399msgid ""
2400" -v Be verbose\n"
2401" -b superblock Use alternative superblock\n"
2402" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002403" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002404" -l bad_blocks_file Add to badblocks list\n"
2405" -L bad_blocks_file Set badblocks list\n"
2406msgstr ""
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002407" -v sei gesprächig\n"
2408" -b Superbloc Nutze Superblockkopie\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002409" -B Blockgröße erzwinge Blockgröße beim Suchen vom Superblock\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002410" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
2411" -l bad_blocks_file zur Liste der defekten Blöcke hinzufügen\n"
2412" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002413
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002414#: e2fsck/unix.c:121
2415#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002416msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002417msgstr "%s: %d/%d Dateien (%0d.%d%% nicht zusammenhängend), %d/%d Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002418
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002419#: e2fsck/unix.c:133
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002420#, fuzzy, c-format
2421msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002422msgstr " # von Inodes mit ind/dind/tind Blöcken: %d/%d/%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002423
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002424#: e2fsck/unix.c:176 misc/badblocks.c:789 misc/tune2fs.c:794 misc/util.c:151
2425#: resize/main.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002426#, c-format
2427msgid "while determining whether %s is mounted."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002428msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002429
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002430#: e2fsck/unix.c:194
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002431#, c-format
2432msgid "Warning! %s is mounted.\n"
2433msgstr "Warnung! %s ist eingehängt.\n"
2434
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002435#: e2fsck/unix.c:198
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002436#, c-format
2437msgid "%s is mounted. "
2438msgstr "%s ist eingehängt. "
2439
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002440#: e2fsck/unix.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002441msgid ""
2442"Cannot continue, aborting.\n"
2443"\n"
2444msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002445"Fortsetzung nicht möglich, breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002446"\n"
2447
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002448#: e2fsck/unix.c:201
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002449#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002450msgid ""
2451"\n"
2452"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002453"\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2454"SEVERE filesystem damage.\a\a\a\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002455"\n"
2456msgstr ""
2457"\n"
2458"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002459"\a\a\a\aWARNUNG!!! Die Benutzung von e2fsck auf einem eingehängten\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002460"Dateisystem kann das Dateisystem STARK BESCHÄDIGEN.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002461"\n"
2462
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002463#: e2fsck/unix.c:204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002464msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002465msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002466
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002467#: e2fsck/unix.c:206
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002468#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002469msgid "check aborted.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002470msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002471
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002472#: e2fsck/unix.c:276
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002473msgid " contains a file system with errors"
2474msgstr " enthält ein fehlerhaftes Dateisystem"
2475
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002476#: e2fsck/unix.c:278
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002477msgid " was not cleanly unmounted"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002478msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002479
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002480#: e2fsck/unix.c:282
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002481#, c-format
2482msgid " has been mounted %u times without being checked"
2483msgstr " wurde %u mal ohne Überprüfung eingehängt"
2484
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002485#: e2fsck/unix.c:290
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002486#, c-format
2487msgid " has gone %u days without being checked"
2488msgstr " wurde %u Tage ohne Überprüfung genutzt"
2489
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002490#: e2fsck/unix.c:299
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002491msgid ", check forced.\n"
2492msgstr ", Prüfung erzwungen.\n"
2493
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002494#: e2fsck/unix.c:302
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002495#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002496msgid "%s: clean, %u/%u files, %u/%u blocks"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002497msgstr "%s: i.O., %d/%d Dateien, %d/%d Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002498
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002499#: e2fsck/unix.c:319
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002500#, fuzzy
2501msgid " (check deferred; on battery)"
2502msgstr " (Prüfung nach nächstem Einhängen)"
2503
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002504#: e2fsck/unix.c:322
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002505msgid " (check after next mount)"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002506msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002507
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002508#: e2fsck/unix.c:324
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002509#, c-format
2510msgid " (check in %ld mounts)"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002511msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002512
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002513#: e2fsck/unix.c:470
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002514#, c-format
2515msgid "ERROR: Couldn't open /dev/null (%s)\n"
2516msgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
2517
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002518#: e2fsck/unix.c:541
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002519#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002520msgid "Invalid EA version.\n"
2521msgstr "Invalid EA version.\n"
2522
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002523#: e2fsck/unix.c:547
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002524#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002525msgid "Unknown extended option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002526msgstr ""
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002527
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002528#: e2fsck/unix.c:567
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002529#, c-format
2530msgid ""
2531"Syntax error in e2fsck config file (%s, line #%d)\n"
2532"\t%s\n"
2533msgstr ""
2534
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002535#: e2fsck/unix.c:624
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002536#, c-format
2537msgid "Error validating file descriptor %d: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002538msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002539
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002540#: e2fsck/unix.c:628
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002541msgid "Invalid completion information file descriptor"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002542msgstr "Ungültiger 'completion information'-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002543
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002544#: e2fsck/unix.c:643
Theodore Ts'o6956f612005-12-31 16:46:15 -05002545#, fuzzy
2546msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002547msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002548
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002549#: e2fsck/unix.c:664
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002550#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002551msgid "The -t option is not supported on this version of e2fsck.\n"
2552msgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
2553
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002554#: e2fsck/unix.c:729
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002555#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002556msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002557msgstr ""
2558"Das Byte-Swapping wurde in diese Version von e2fsck nicht einkompiliert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002559
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002560#: e2fsck/unix.c:752 misc/tune2fs.c:459 misc/tune2fs.c:717 misc/tune2fs.c:734
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002561#, c-format
2562msgid "Unable to resolve '%s'"
Theodore Ts'o2eb9e702004-05-04 19:07:18 -04002563msgstr "Nicht möglich »%s« aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002564
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002565#: e2fsck/unix.c:783
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002566#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002567msgid "Incompatible options not allowed when byte-swapping.\n"
2568msgstr "Inkompatible Optionen sind beim Byte-Swapping nicht erlaubt.\n"
2569
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002570#: e2fsck/unix.c:790
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002571#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002572msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002573msgstr ""
2574"Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002575
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002576#: e2fsck/unix.c:872
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002577#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002578msgid "Error: ext2fs library version out of date!\n"
2579msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2580
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002581#: e2fsck/unix.c:880
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002582msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002583msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002584
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002585#: e2fsck/unix.c:894
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002586#, c-format
2587msgid "\tUsing %s, %s\n"
2588msgstr "\tBenutze %s, %s\n"
2589
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002590#: e2fsck/unix.c:906
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002591msgid "need terminal for interactive repairs"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002592msgstr "Benötige ein Terminal für interaktive Reparaturen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002593
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002594#: e2fsck/unix.c:945
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002595#, c-format
2596msgid "%s trying backup blocks...\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002597msgstr "%s versuche Backup-Blöcke...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002598
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002599#: e2fsck/unix.c:946
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002600msgid "Couldn't find ext2 superblock,"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002601msgstr "Konnte den ext2-Superblock nicht finden,"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002602
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002603#: e2fsck/unix.c:947
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002604msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002605msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002606
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002607#: e2fsck/unix.c:958
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002608#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002609msgid ""
2610"The filesystem revision is apparently too high for this version of e2fsck.\n"
2611"(Or the filesystem superblock is corrupt)\n"
2612"\n"
2613msgstr ""
2614"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002615"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002616"\n"
2617
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002618#: e2fsck/unix.c:964
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002619#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002620msgid "Could this be a zero-length partition?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002621msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002622
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002623#: e2fsck/unix.c:966
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002624#, c-format
2625msgid "You must have %s access to the filesystem or be root\n"
2626msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
2627
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002628#: e2fsck/unix.c:971
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002629#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002630msgid "Possibly non-existent or swap device?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002631msgstr ""
2632"Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002633
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002634#: e2fsck/unix.c:973
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002635#, c-format
2636msgid "Filesystem mounted or opened exclusively by another program?\n"
2637msgstr ""
2638
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002639#: e2fsck/unix.c:977
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002640#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002641msgid ""
2642"Disk write-protected; use the -n option to do a read-only\n"
2643"check of the device.\n"
2644msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002645"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
2646"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002647
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002648#: e2fsck/unix.c:1041
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002649msgid "Get a newer version of e2fsck!"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002650msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002651
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002652#: e2fsck/unix.c:1062
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002653#, c-format
2654msgid "while checking ext3 journal for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002655msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002656
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002657#: e2fsck/unix.c:1073
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002658#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002659msgid ""
2660"Warning: skipping journal recovery because doing a read-only filesystem "
2661"check.\n"
2662msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002663"Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-"
2664"Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002665
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002666#: e2fsck/unix.c:1086
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002667#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002668msgid "unable to set superblock flags on %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002669msgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002670
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002671#: e2fsck/unix.c:1092
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002672#, c-format
2673msgid "while recovering ext3 journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002674msgstr "bei der Wiederherstellung des ext3-Journals von %s"
2675
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002676#: e2fsck/unix.c:1121
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002677msgid "Warning: compression support is experimental.\n"
2678msgstr "Warnung: Die Kompressionsunterstützung ist experimentell.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002679
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002680#: e2fsck/unix.c:1126
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002681#, c-format
2682msgid ""
2683"E2fsck not compiled with HTREE support,\n"
2684"\tbut filesystem %s has HTREE directories.\n"
2685msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002686"Die Unterstützung für HTREE wurde in e2fsck nicht aktiviert,\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002687"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
2688
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002689#: e2fsck/unix.c:1161
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002690#, c-format
2691msgid "%s: Filesystem byte order already normalized.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002692msgstr "%s: die Byte-Reihenfolge des Dateisystems wurde schon normalisiert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002693
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002694#: e2fsck/unix.c:1181
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002695msgid "while reading bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002696msgstr "beim Lesen des Bad-Block-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002697
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002698#: e2fsck/unix.c:1183
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002699#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002700msgid "This doesn't bode well, but we'll try to go on...\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002701msgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002702
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002703#: e2fsck/unix.c:1208
2704msgid "Couldn't determine journal size"
2705msgstr ""
2706
2707#: e2fsck/unix.c:1211 misc/mke2fs.c:1737
2708#, c-format
2709msgid "Creating journal (%d blocks): "
2710msgstr "Erstelle Journal (%d Blöcke): "
2711
2712#: e2fsck/unix.c:1218 misc/mke2fs.c:1745
2713msgid ""
2714"\n"
2715"\twhile trying to create journal"
2716msgstr ""
2717"\n"
2718"\tbeim Erstellen des Journals"
2719
2720#: e2fsck/unix.c:1221
2721#, fuzzy, c-format
2722msgid " Done.\n"
2723msgstr "erledigt\n"
2724
2725#: e2fsck/unix.c:1222
2726#, c-format
2727msgid ""
2728"\n"
2729"*** journal has been re-created - filesystem is now ext3 again ***\n"
2730msgstr ""
2731
2732#: e2fsck/unix.c:1229
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002733#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002734msgid "Restarting e2fsck from the beginning...\n"
2735msgstr "Beginne e2fsck neu ...\n"
2736
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002737#: e2fsck/unix.c:1233
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002738msgid "while resetting context"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002739msgstr "beim Rücksetzen des Kontexts"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002740
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002741#: e2fsck/unix.c:1240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002742#, c-format
2743msgid "%s: e2fsck canceled.\n"
2744msgstr "%s: e2fsck abgebrochhen.\n"
2745
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002746#: e2fsck/unix.c:1245
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002747msgid "aborted"
2748msgstr "abgebrochen"
2749
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002750#: e2fsck/unix.c:1253
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002751#, c-format
2752msgid ""
2753"\n"
2754"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2755msgstr ""
2756"\n"
2757"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
2758
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002759#: e2fsck/unix.c:1256
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002760#, c-format
2761msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002762msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002763
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002764#: e2fsck/unix.c:1264
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002765#, c-format
2766msgid ""
2767"\n"
2768"%s: ********** WARNING: Filesystem still has errors **********\n"
2769"\n"
2770msgstr ""
2771"\n"
2772"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
2773"\n"
2774
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002775#: e2fsck/util.c:131 misc/util.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002776msgid "yY"
2777msgstr "yJ"
2778
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002779#: e2fsck/util.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002780msgid "nN"
2781msgstr "nN"
2782
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002783#: e2fsck/util.c:146
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002784msgid "<y>"
2785msgstr "<j>"
2786
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002787#: e2fsck/util.c:148
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002788msgid "<n>"
2789msgstr "<n>"
2790
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002791#: e2fsck/util.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002792msgid " (y/n)"
2793msgstr " (j/n)"
2794
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002795#: e2fsck/util.c:165
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002796msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002797msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002798
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002799#: e2fsck/util.c:180
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002800msgid "yes\n"
2801msgstr "ja\n"
2802
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002803#: e2fsck/util.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002804msgid "no\n"
2805msgstr "nein\n"
2806
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002807#: e2fsck/util.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002808#, c-format
2809msgid ""
2810"%s? no\n"
2811"\n"
2812msgstr ""
2813"%s? nein\n"
2814"\n"
2815
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002816#: e2fsck/util.c:196
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002817#, c-format
2818msgid ""
2819"%s? yes\n"
2820"\n"
2821msgstr ""
2822"%s? ja\n"
2823"\n"
2824
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002825#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002826msgid "yes"
2827msgstr "ja"
2828
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002829#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002830msgid "no"
2831msgstr "nein"
2832
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002833#: e2fsck/util.c:214
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002834#, c-format
2835msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2836msgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
2837
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002838#: e2fsck/util.c:219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002839msgid "reading inode and block bitmaps"
2840msgstr "lese Inode und Block bitmaps"
2841
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002842#: e2fsck/util.c:224
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002843#, c-format
2844msgid "while retrying to read bitmaps for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002845msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002846
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002847#: e2fsck/util.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002848msgid "writing block bitmaps"
2849msgstr "Schreibe Block-Bitmaps"
2850
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002851#: e2fsck/util.c:242
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002852#, c-format
2853msgid "while retrying to write block bitmaps for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002854msgstr "während des wiederholten Versuches, Block-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002855
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002856#: e2fsck/util.c:249
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002857msgid "writing inode bitmaps"
2858msgstr "Schreibe Inoden-Bitmaps"
2859
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002860#: e2fsck/util.c:254
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002861#, c-format
2862msgid "while retrying to write inode bitmaps for %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002863msgstr "während des wiederholten Versuches, Inode-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002864
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002865#: e2fsck/util.c:267
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002866#, c-format
2867msgid ""
2868"\n"
2869"\n"
2870"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2871"\t(i.e., without -a or -p options)\n"
2872msgstr ""
2873"\n"
2874"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002875"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
2876"\t(d.h. ohne -a oder -p Option)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002877
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002878#: e2fsck/util.c:332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002879#, c-format
2880msgid "Memory used: %dk/%dk (%dk/%dk), "
2881msgstr "benutzter Speicher: %dk/%dk (%dk/%dk), "
2882
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002883#: e2fsck/util.c:336
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002884#, c-format
2885msgid "Memory used: %d, "
2886msgstr "benutzter Speicher: %d, "
2887
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002888#: e2fsck/util.c:342
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002889#, c-format
2890msgid "time: %5.2f/%5.2f/%5.2f\n"
2891msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
2892
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002893#: e2fsck/util.c:347
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002894#, c-format
2895msgid "elapsed time: %6.3f\n"
2896msgstr "abgelaufende Zeit: %6.3f\n"
2897
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002898#: e2fsck/util.c:361
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002899#, c-format
2900msgid "while reading inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002901msgstr "beim Lesen von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002902
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002903#: e2fsck/util.c:375 e2fsck/util.c:388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002904#, c-format
2905msgid "while writing inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002906msgstr "beim Schreiben von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002907
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002908#: misc/badblocks.c:61
Theodore Ts'o6956f612005-12-31 16:46:15 -05002909#, fuzzy
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002910msgid "done \n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05002911msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002912
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002913#: misc/badblocks.c:80
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002914#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002915msgid ""
2916"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002917" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2918"[...]]]\n"
2919" device [last_block [start_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002920msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002921"Verwendung: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002922" [-c Blöcke_auf_einmal] [-p Durchgänge ] [-t Testpattern [-t Testpattern "
2923"[...]]]\n"
2924" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002925
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002926#: misc/badblocks.c:88
2927#, c-format
2928msgid ""
2929"%s: The -n and -w options are mutually exclusive.\n"
2930"\n"
2931msgstr ""
2932
2933#: misc/badblocks.c:235
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002934msgid "Testing with random pattern: "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002935msgstr "Teste mit zufälligen Mustern: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002936
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002937#: misc/badblocks.c:253
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002938msgid "Testing with pattern 0x"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002939msgstr "Teste mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002940
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002941#: misc/badblocks.c:278 misc/badblocks.c:307
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002942msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002943msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002944
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002945#: misc/badblocks.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002946#, c-format
2947msgid "Weird value (%ld) in do_read\n"
2948msgstr "Merkwürdiger Wert (%ld) in do_read\n"
2949
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002950#: misc/badblocks.c:327
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002951msgid "during ext2fs_sync_device"
2952msgstr "während ext2fs_sync_device"
2953
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002954#: misc/badblocks.c:343 misc/badblocks.c:581
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002955msgid "while beginning bad block list iteration"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002956msgstr "beim Beginn des 'Bad Block'-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002957
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002958#: misc/badblocks.c:357 misc/badblocks.c:447 misc/badblocks.c:591
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002959msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002960msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002961
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002962#: misc/badblocks.c:361
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002963#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002964msgid "Checking blocks %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002965msgstr "Prüfe von Block %lu bis %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002966
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002967#: misc/badblocks.c:365
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002968msgid "Checking for bad blocks in read-only mode\n"
2969msgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
2970
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002971#: misc/badblocks.c:374
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002972msgid "Checking for bad blocks (read-only test): "
2973msgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
2974
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002975#: misc/badblocks.c:454
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002976msgid "Checking for bad blocks in read-write mode\n"
2977msgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
2978
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002979#: misc/badblocks.c:456 misc/badblocks.c:604
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002980#, c-format
2981msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002982msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002983
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002984#: misc/badblocks.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002985msgid "Reading and comparing: "
2986msgstr "Lesen und Vergleichen:"
2987
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002988#: misc/badblocks.c:603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002989msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002990msgstr ""
2991"Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002992
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002993#: misc/badblocks.c:607
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002994msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002995msgstr ""
2996"Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002997
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002998#: misc/badblocks.c:614
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002999msgid ""
3000"\n"
3001"Interrupt caught, cleaning up\n"
3002msgstr ""
3003"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003004"Unterbrochen, räume auf\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003005
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003006#: misc/badblocks.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003007#, c-format
3008msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003009msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003010
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003011#: misc/badblocks.c:794 misc/util.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003012#, c-format
3013msgid "%s is mounted; "
3014msgstr "%s ist eingehängt; "
3015
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003016#: misc/badblocks.c:796
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003017msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003018msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003019"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003020
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003021#: misc/badblocks.c:801
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003022msgid "it's not safe to run badblocks!\n"
3023msgstr "es ist zu unsicher, Badblocks zu starten!\n"
3024
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003025#: misc/badblocks.c:806 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003026#, c-format
3027msgid "%s is apparently in use by the system; "
3028msgstr ""
3029
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003030#: misc/badblocks.c:809
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003031#, fuzzy
3032msgid "badblocks forced anyway.\n"
3033msgstr ""
3034"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
3035
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003036#: misc/badblocks.c:871
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003037#, c-format
3038msgid "bad block size - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003039msgstr "bad block Größe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003040
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003041#: misc/badblocks.c:928
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003042#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003043msgid "can't allocate memory for test_pattern - %s"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003044msgstr "Kann keinen Speicher für Testpattern reservieren - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003045
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003046#: misc/badblocks.c:942
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003047#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003048msgid "invalid test_pattern: %s\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003049msgstr "Ungültiges Testpattern: %s\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003050
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003051#: misc/badblocks.c:961
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003052msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003053msgstr "Es darf im Nur-Lesen-Modus nur ein Testpattern angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003054
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003055#: misc/badblocks.c:967
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003056msgid "Random test_pattern is not allowed in read-only mode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003057msgstr "Zufälliges Testpattern ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003058
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003059#: misc/badblocks.c:981
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003060msgid ""
3061"Couldn't determine device size; you must specify\n"
3062"the size manually\n"
3063msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003064"Größe des Gerätes nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003065
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003066#: misc/badblocks.c:987
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003067msgid "while trying to determine device size"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003068msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003069
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003070#: misc/badblocks.c:996 misc/mke2fs.c:1219
Theodore Ts'obc759702005-05-09 20:40:55 -04003071#, fuzzy, c-format
3072msgid "invalid blocks count - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003073msgstr "Bad Blocks Anzahl - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003074
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003075#: misc/badblocks.c:1009
Theodore Ts'obc759702005-05-09 20:40:55 -04003076#, fuzzy, c-format
3077msgid "invalid starting block - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003078msgstr "Defekter Startblock - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003079
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003080#: misc/badblocks.c:1015
Theodore Ts'obc759702005-05-09 20:40:55 -04003081#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003082msgid "invalid starting block (%d): must be less than %lu"
3083msgstr "Defekter Startblock - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003084
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003085#: misc/badblocks.c:1070
Theodore Ts'o197abba2005-06-20 18:00:23 -04003086#, fuzzy
3087msgid "while creating in-memory bad blocks list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003088msgstr "erstelle Bad-Block-Liste im Speicher"
3089
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003090#: misc/badblocks.c:1085
Theodore Ts'o197abba2005-06-20 18:00:23 -04003091#, fuzzy
3092msgid "while adding to in-memory bad block list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003093msgstr "füge zur Bad-Block-Liste im Speicher hinzu"
3094
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003095#: misc/badblocks.c:1109
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003096#, c-format
3097msgid "Pass completed, %u bad blocks found.\n"
3098msgstr "Durchgang beendet, %u defekte Blöcke gefunden.\n"
3099
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003100#: misc/chattr.c:84
Theodore Ts'obc759702005-05-09 20:40:55 -04003101#, fuzzy, c-format
3102msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003103msgstr "Verwendung: %s [-RV] [-+=AacDdijsSu] [-v Version] Dateien...\n"
3104
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003105#: misc/chattr.c:147
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003106#, c-format
3107msgid "bad version - %s\n"
3108msgstr "falsche Version - %s\n"
3109
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003110#: misc/chattr.c:191 misc/lsattr.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003111#, c-format
3112msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003113msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003114
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003115#: misc/chattr.c:208 misc/chattr.c:224
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003116#, c-format
3117msgid "Flags of %s set as "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003118msgstr "Flags von %s wie folgt gesetzt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003119
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003120#: misc/chattr.c:217
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003121#, c-format
3122msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003123msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003124
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003125#: misc/chattr.c:232
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003126#, c-format
3127msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003128msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003129
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003130#: misc/chattr.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003131#, c-format
3132msgid "Version of %s set as %lu\n"
3133msgstr "Version von %s gesetzt auf %lu\n"
3134
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003135#: misc/chattr.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003136#, c-format
3137msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003138msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003139
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003140#: misc/chattr.c:254
3141#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003142msgid "Couldn't allocate path variable in chattr_dir_proc"
3143msgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
3144
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003145#: misc/chattr.c:292
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003146msgid "= is incompatible with - and +\n"
3147msgstr "= ist inkompatibel mit - und +\n"
3148
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003149#: misc/chattr.c:300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003150msgid "Must use '-v', =, - or +\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003151msgstr "Benutze '-v', =, - oder +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003152
Theodore Ts'o6956f612005-12-31 16:46:15 -05003153#: misc/dumpe2fs.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003154#, c-format
3155msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003156msgstr "Verwendung: %s [-bfhixV] [-ob Superblock] [-oB Blockgröße] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003157
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003158#: misc/dumpe2fs.c:162
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003159#, c-format
3160msgid "Group %lu: (Blocks "
3161msgstr "Gruppe %lu: (Blöcke "
3162
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003163#: misc/dumpe2fs.c:168
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003164#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003165msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003166msgstr " %s Superblock in "
3167
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003168#: misc/dumpe2fs.c:169
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003169msgid "Primary"
3170msgstr "Primary"
3171
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003172#: misc/dumpe2fs.c:169
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003173msgid "Backup"
3174msgstr "Backup"
3175
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003176#: misc/dumpe2fs.c:173
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003177#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003178msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003179msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003180
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003181#: misc/dumpe2fs.c:177
Theodore Ts'obc759702005-05-09 20:40:55 -04003182#, fuzzy, c-format
3183msgid ""
3184"\n"
3185" Reserved GDT blocks at "
3186msgstr "reservierte Blöcke"
3187
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003188#: misc/dumpe2fs.c:184
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003189#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003190msgid " Group descriptor at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003191msgstr ", Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003192
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003193#: misc/dumpe2fs.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003194msgid " Block bitmap at "
3195msgstr " Block bitmap in "
3196
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003197#: misc/dumpe2fs.c:195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003198msgid ", Inode bitmap at "
3199msgstr ", Inode Bitmap in "
3200
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003201#: misc/dumpe2fs.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003202msgid ""
3203"\n"
3204" Inode table at "
3205msgstr ""
3206"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003207" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003208
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003209#: misc/dumpe2fs.c:207
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003210#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003211msgid ""
3212"\n"
3213" %d free blocks, %d free inodes, %d directories\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003214msgstr ""
3215"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003216" %d freie Blöcke, %d freie Inodes, %d Verzeichnisse\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003217
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003218#: misc/dumpe2fs.c:213
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003219msgid " Free blocks: "
3220msgstr " Freie Blöcke: "
3221
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003222#: misc/dumpe2fs.c:221
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003223msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003224msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003225
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003226#: misc/dumpe2fs.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003227msgid "while printing bad block list"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003228msgstr "beim Ausgeben der 'Bad Block'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003229
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003230#: misc/dumpe2fs.c:252
3231#, fuzzy, c-format
3232msgid "Bad blocks: %u"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003233msgstr "Bad Blocks: %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003234
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003235#: misc/dumpe2fs.c:274 misc/tune2fs.c:232
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003236msgid "while reading journal inode"
3237msgstr "beim Lesen des Journal-Inodes"
3238
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003239#: misc/dumpe2fs.c:277
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003240msgid "Journal size: "
3241msgstr ""
3242
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003243#: misc/dumpe2fs.c:296 misc/tune2fs.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003244msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003245msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003246
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003247#: misc/dumpe2fs.c:304
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003248msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003249msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003250
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003251#: misc/dumpe2fs.c:308
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003252#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003253msgid ""
3254"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003255"Journal block size: %u\n"
3256"Journal length: %u\n"
3257"Journal first block: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003258"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003259"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003260"Journal number of users: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003261msgstr ""
3262"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003263"Journal Blockgröße: %d\n"
3264"Journal Länge: %d\n"
3265"Journal Startblock: %d\n"
3266"Journal Sequenz: 0x%08x\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003267"Journal Start: %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003268"Journal Nutzeranzahl: %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003269
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003270#: misc/dumpe2fs.c:321
Theodore Ts'o197abba2005-06-20 18:00:23 -04003271#, c-format
3272msgid "Journal users: %s\n"
3273msgstr ""
3274
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003275#: misc/dumpe2fs.c:376 misc/mke2fs.c:1163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003276#, c-format
3277msgid "\tUsing %s\n"
3278msgstr "\tBenutze %s\n"
3279
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003280#: misc/dumpe2fs.c:402 misc/e2image.c:664 misc/tune2fs.c:779 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"
3283msgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
3284
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003285#: misc/dumpe2fs.c:413
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'o851bcf32007-07-08 12:09:40 -04003290#: misc/dumpe2fs.c:432
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
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003300#, fuzzy, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003301msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003302msgstr "Verwendung: %s [-r] Gerätedatei\n"
3303
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"
3332msgstr "e2label: Kann %s nicht öffnen.\n"
3333
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'o851bcf32007-07-08 12:09:40 -04003349#: misc/e2label.c:96 misc/tune2fs.c:888
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"
3352msgstr "Warnung: Name zu lang, kürze ihn.\n"
3353
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'o6956f612005-12-31 16:46:15 -05003364#: misc/e2label.c:116 misc/tune2fs.c:451
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"
3367msgstr "Verwendung: e2label Gerät [neuer_Name]\n"
3368
Theodore Ts'obc759702005-05-09 20:40:55 -04003369#: misc/fsck.c:346
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003370#, c-format
3371msgid "WARNING: couldn't open %s: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003372msgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003373
Theodore Ts'obc759702005-05-09 20:40:55 -04003374#: misc/fsck.c:356
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'obc759702005-05-09 20:40:55 -04003379#: misc/fsck.c:371
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 ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -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"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003388"\tsollten ihre /etc/fstab so schnell wie möglich korrigieren.\n"
3389"\n"
3390
Theodore Ts'obc759702005-05-09 20:40:55 -04003391#: misc/fsck.c:472
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'o851bcf32007-07-08 12:09:40 -04003396#: misc/fsck.c:588
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'o851bcf32007-07-08 12:09:40 -04003401#: misc/fsck.c:610
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003402#, c-format
3403msgid "Warning... %s for device %s exited with signal %d.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003404msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003405
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003406#: misc/fsck.c:616
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'o851bcf32007-07-08 12:09:40 -04003411#: misc/fsck.c:652
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'o851bcf32007-07-08 12:09:40 -04003416#: misc/fsck.c:712
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003417#, c-format
3418msgid "%s: Error %d while executing fsck.%s for %s\n"
3419msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
3420
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003421#: misc/fsck.c:733
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 ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003426"Bei -t müssen entweder allen oder keinem Dateisystem ein 'no' bzw. '!'\n"
3427"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003428
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003429#: misc/fsck.c:752
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003430msgid "Couldn't allocate memory for filesystem types\n"
3431msgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
3432
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003433#: misc/fsck.c:892
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003434#, c-format
3435msgid "fsck: cannot check %s: fsck.%s not found\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003436msgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003437
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003438#: misc/fsck.c:948
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003439msgid "Checking all file systems.\n"
3440msgstr "Überprüfe alle Dateisysteme.\n"
3441
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003442#: misc/fsck.c:1034
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003443#, c-format
3444msgid "--waiting-- (pass %d)\n"
3445msgstr "--warten-- (Durchgang %d)\n"
3446
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003447#: misc/fsck.c:1054
Theodore Ts'obc759702005-05-09 20:40:55 -04003448#, fuzzy
3449msgid ""
3450"Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003451msgstr ""
3452"Verwendung: fsck [-ACNPRTV] [-t Datesystemtyp] [fs-Optionen] "
3453"[Dateisystem...]\n"
3454
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003455#: misc/fsck.c:1096
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003456#, c-format
3457msgid "%s: too many devices\n"
3458msgstr "%s: zu viele Geräte\n"
3459
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003460#: misc/fsck.c:1129 misc/fsck.c:1215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003461#, c-format
3462msgid "%s: too many arguments\n"
3463msgstr "%s: zu viele Argumente\n"
3464
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003465#: misc/lsattr.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003466#, c-format
3467msgid "Usage: %s [-RVadlv] [files...]\n"
3468msgstr "Verwendung: %s [-RVadlv] [Dateien...]\n"
3469
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003470#: misc/lsattr.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003471#, c-format
3472msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003473msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003474
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003475#: misc/lsattr.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003476#, c-format
3477msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003478msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003479
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003480#: misc/mke2fs.c:97
Theodore Ts'obc759702005-05-09 20:40:55 -04003481#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003482msgid ""
3483"Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003484"\t[-i bytes-per-inode] [-I inode-size] [-j] [-J journal-options]\n"
3485"\t[-N number-of-inodes] [-m reserved-blocks-percentage] [-o creator-os]\n"
3486"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
3487"\t[-O feature[,...]] [-r fs-revision] [-R options] [-qvSV]\n"
3488"\tdevice [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003489msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003490"Verwendung: %s [-c|-t|-l Dateiname] [-b Blockgröße] [-f Fragmentgröße]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003491"\t[-i Bytes-pro-Inode] [-j] [-J Journal-Optionen] [-N Anzahl_der_Inoden]\n"
3492"\t[-m Reservierte-Blöcke-Prozent] [-o creator-os] [-g Blöcke-pro-Gruppe]\n"
3493"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
3494"\t[-r fs-revision] [-R raid_opts] [-qvSV] Gerät [Blockanzahl]\n"
3495
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003496#: misc/mke2fs.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003497#, c-format
3498msgid "Running command: %s\n"
3499msgstr "Führe aus: %s\n"
3500
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003501#: misc/mke2fs.c:201
Theodore Ts'obc759702005-05-09 20:40:55 -04003502#, fuzzy, c-format
3503msgid "while trying to run '%s'"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003504msgstr "während des Ausführungsversuchs von '%s'"
3505
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003506#: misc/mke2fs.c:208
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003507msgid "while processing list of bad blocks from program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003508msgstr "beim Auswerten der 'Bad Block'-Liste vom Programm"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003509
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003510#: misc/mke2fs.c:235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003511#, c-format
3512msgid "Block %d in primary superblock/group descriptor area bad.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003513msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003514
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003515#: misc/mke2fs.c:237
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003516#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003517msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003518msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003519"Die Blöcke %d bis einschließlich %d müssen i.O. sein um ein Dateisystem zu "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003520"erstellen.\n"
3521
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003522#: misc/mke2fs.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003523msgid "Aborting....\n"
3524msgstr "Breche ab...\n"
3525
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003526#: misc/mke2fs.c:260
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003527#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003528msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003529"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003530"\tbad blocks.\n"
3531"\n"
3532msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003533"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %d "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003534"enthält\n"
3535"\tdefekte Blöcke.\n"
3536"\n"
3537
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003538#: misc/mke2fs.c:278
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003539msgid "while marking bad blocks as used"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003540msgstr "beim Markieren von defekten Blöcken als 'belegt'"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003541
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003542#: misc/mke2fs.c:336
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003543msgid "done \n"
3544msgstr "erledigt \n"
3545
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003546#: misc/mke2fs.c:371
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003547msgid "while allocating zeroizing buffer"
3548msgstr "while allocating zeroizing buffer"
3549
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003550#: misc/mke2fs.c:413
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003551msgid "Writing inode tables: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003552msgstr "Schreibe Inode-Tabellen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003553
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003554#: misc/mke2fs.c:430
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003555#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003556msgid ""
3557"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003558"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003559msgstr ""
3560"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003561"Konnte %d Blöcke nicht in Inoden-Tabelle schreiben, beginnend bei %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003562
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003563#: misc/mke2fs.c:486
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003564msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003565msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003566
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003567#: misc/mke2fs.c:493
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003568msgid "while reading root inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003569msgstr "beim Lesen des Root-Inode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003570
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003571#: misc/mke2fs.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003572msgid "while setting root inode ownership"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003573msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003574
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003575#: misc/mke2fs.c:525
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003576msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003577msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003578
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003579#: misc/mke2fs.c:532
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003580msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003581msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003582
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003583#: misc/mke2fs.c:542
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003584msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003585msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003586
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003587#: misc/mke2fs.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003588msgid "while setting bad block inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003589msgstr "beim Setzen des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003590
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003591#: misc/mke2fs.c:590
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003592#, c-format
3593msgid "Out of memory erasing sectors %d-%d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003594msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003595
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003596#: misc/mke2fs.c:600
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003597#, c-format
3598msgid "Warning: could not read block 0: %s\n"
3599msgstr "Warnung: konnte Block %s nicht lesen\n"
3600
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003601#: misc/mke2fs.c:616
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003602#, c-format
3603msgid "Warning: could not erase sector %d: %s\n"
3604msgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
3605
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003606#: misc/mke2fs.c:632
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003607msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003608msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003609
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003610#: misc/mke2fs.c:638
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003611msgid "Zeroing journal device: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003612msgstr "Überschreibe Journal-Device mit Nullen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003613
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003614#: misc/mke2fs.c:645
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003615#, c-format
3616msgid "while zeroing journal device (block %u, count %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003617msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %u, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003618
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003619#: misc/mke2fs.c:656
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003620msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003621msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003622
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003623#: misc/mke2fs.c:672
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003624#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003625msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003626"warning: %u blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003627"\n"
3628msgstr ""
3629"Warnung: %d Blöcke unbenutzt.\n"
3630"\n"
3631
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003632#: misc/mke2fs.c:677
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003633#, c-format
3634msgid "Filesystem label=%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003635msgstr "Dateisystem-Label=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003636
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003637#: misc/mke2fs.c:678
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003638msgid "OS type: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003639msgstr "OS-Typ: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003640
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003641#: misc/mke2fs.c:683
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003642#, c-format
3643msgid "Block size=%u (log=%u)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003644msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003645
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003646#: misc/mke2fs.c:685
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003647#, c-format
3648msgid "Fragment size=%u (log=%u)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003649msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003650
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003651#: misc/mke2fs.c:687
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003652#, c-format
3653msgid "%u inodes, %u blocks\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003654msgstr "%u Inodes, %u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003655
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003656#: misc/mke2fs.c:689
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003657#, c-format
3658msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3659msgstr "%u Blöcke (%2.2f%%) reserviert für den Superuser\n"
3660
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003661#: misc/mke2fs.c:692
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003662#, c-format
3663msgid "First data block=%u\n"
3664msgstr "erster Datenblock=%u\n"
3665
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003666#: misc/mke2fs.c:694
Theodore Ts'obc759702005-05-09 20:40:55 -04003667#, fuzzy, c-format
3668msgid "Maximum filesystem blocks=%lu\n"
3669msgstr "Dateisystem-Label=%s\n"
3670
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003671#: misc/mke2fs.c:699
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003672#, c-format
3673msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003674msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003675
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003676#: misc/mke2fs.c:701
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003677#, c-format
3678msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003679msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003680
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003681#: misc/mke2fs.c:702
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003682#, c-format
3683msgid "%u blocks per group, %u fragments per group\n"
3684msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
3685
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003686#: misc/mke2fs.c:704
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003687#, c-format
3688msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003689msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003690
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003691#: misc/mke2fs.c:711
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003692#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003693msgid "Superblock backups stored on blocks: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003694msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003695
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003696#: misc/mke2fs.c:767
Theodore Ts'obc759702005-05-09 20:40:55 -04003697#, fuzzy, c-format
3698msgid "Couldn't allocate memory to parse options!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003699msgstr ""
3700"Speicher zum Parsen der RAID-Optionen konnte nicht reserviert werden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003701
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003702#: misc/mke2fs.c:791
Theodore Ts'obc759702005-05-09 20:40:55 -04003703#, fuzzy, c-format
3704msgid "Invalid stride parameter: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003705msgstr "Ungültiger \"stride\"-Parameter.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003706
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003707#: misc/mke2fs.c:812
Theodore Ts'obc759702005-05-09 20:40:55 -04003708#, fuzzy, c-format
3709msgid "Invalid resize parameter: %s\n"
3710msgstr "Ungültiger \"stride\"-Parameter.\n"
3711
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003712#: misc/mke2fs.c:819
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003713#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003714msgid "The resize maximum must be greater than the filesystem size.\n"
3715msgstr ""
3716
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003717#: misc/mke2fs.c:843
3718#, c-format
3719msgid "On-line resizing not supported with revision 0 filesystems\n"
3720msgstr ""
3721
3722#: misc/mke2fs.c:856
Theodore Ts'obc759702005-05-09 20:40:55 -04003723#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003724msgid ""
3725"\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003726"Bad options specified.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003727"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003728"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003729"\tis set off by an equals ('=') sign.\n"
3730"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003731"Valid extended options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003732"\tstride=<stride length in blocks>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003733"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003734"\n"
3735msgstr ""
3736"\n"
3737"falsche Raid-Optionen angegeben.\n"
3738"\n"
3739"Raid-Optionen werden mit Kommatas getrennt angegeben, sie können ein "
3740"Argument\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003741"\terhalten welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003742"\n"
3743"gültige Raid-Optionen sind:\n"
3744"\tstride=<stride length in blocks>\n"
3745"\n"
3746
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003747#: misc/mke2fs.c:884
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003748#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003749msgid ""
3750"Syntax error in mke2fs config file (%s, line #%d)\n"
3751"\t%s\n"
3752msgstr ""
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003753
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003754#: misc/mke2fs.c:897 misc/tune2fs.c:303
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003755#, c-format
3756msgid "Invalid filesystem option set: %s\n"
3757msgstr "Unvollständige Dateisystem-Option gesetzt: %s\n"
3758
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003759#: misc/mke2fs.c:1004
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003760#, fuzzy, c-format
3761msgid "invalid block size - %s"
3762msgstr "bad block Größe - %s"
3763
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003764#: misc/mke2fs.c:1008
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003765#, c-format
3766msgid "Warning: blocksize %d not usable on most systems.\n"
3767msgstr "Warnung: Blockgröße %d ist auf den meisten Systemen unbrauchbar.\n"
3768
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003769#: misc/mke2fs.c:1025
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003770#, fuzzy, c-format
3771msgid "invalid fragment size - %s"
3772msgstr "falsche Fragmentgröße - %s"
3773
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003774#: misc/mke2fs.c:1031
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003775#, c-format
3776msgid "Warning: fragments not supported. Ignoring -f option\n"
3777msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
3778
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003779#: misc/mke2fs.c:1038
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003780msgid "Illegal number for blocks per group"
3781msgstr "unzulässige Angabe für Blöcke pro Gruppe"
3782
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003783#: misc/mke2fs.c:1043
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003784msgid "blocks per group must be multiple of 8"
3785msgstr "Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
3786
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003787#: misc/mke2fs.c:1053
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003788#, fuzzy, c-format
3789msgid "invalid inode ratio %s (min %d/max %d)"
3790msgstr "Unzulässiges Inode-Verhältnis %s (Min %d/Max %d"
3791
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003792#: misc/mke2fs.c:1070
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003793msgid "in malloc for bad_blocks_filename"
3794msgstr "in malloc for bad_blocks_filename"
3795
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003796#: misc/mke2fs.c:1079
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003797#, fuzzy, c-format
3798msgid "invalid reserved blocks percent - %s"
3799msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %s"
3800
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003801#: misc/mke2fs.c:1097
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003802#, fuzzy, c-format
3803msgid "bad revision level - %s"
3804msgstr "ungültiges Intervall - %s"
3805
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003806#: misc/mke2fs.c:1109
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003807#, fuzzy, c-format
3808msgid "invalid inode size - %s"
3809msgstr "Unzulässige Inode-Größe - %s"
3810
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003811#: misc/mke2fs.c:1129
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003812#, fuzzy, c-format
3813msgid "bad num inodes - %s"
3814msgstr "ungültiges Intervall - %s"
3815
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003816#: misc/mke2fs.c:1187 misc/mke2fs.c:1706
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003817#, c-format
3818msgid "while trying to open journal device %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003819msgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003820
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003821#: misc/mke2fs.c:1193
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003822#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003823msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003824msgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003825
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003826#: misc/mke2fs.c:1207
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003827#, c-format
3828msgid "%d-byte blocks too big for system (max %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003829msgstr "%d-Byte Blöcke zu groß für das System (max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003830
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003831#: misc/mke2fs.c:1211
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003832#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003833msgid ""
3834"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003835msgstr ""
3836"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 -05003837
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003838#: misc/mke2fs.c:1229
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003839msgid "filesystem"
3840msgstr "Dateisystem"
3841
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003842#: misc/mke2fs.c:1252 resize/main.c:332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003843msgid "while trying to determine filesystem size"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003844msgstr "beim Bestimmen der Dateisystemgröße"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003845
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003846#: misc/mke2fs.c:1258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003847msgid ""
3848"Couldn't determine device size; you must specify\n"
3849"the size of the filesystem\n"
3850msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003851"Konnte die Gerätegröße nicht ermitteln. Geben\n"
3852"Sie die Größe des Dateisystems an\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003853
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003854#: misc/mke2fs.c:1265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003855msgid ""
3856"Device size reported to be zero. Invalid partition specified, or\n"
3857"\tpartition table wasn't reread after running fdisk, due to\n"
3858"\ta modified partition being busy and in use. You may need to reboot\n"
3859"\tto re-read your partition table.\n"
3860msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003861"Zurückgegebene Gerätegröße ist gleich null. Unvollständige Partition\n"
3862"\tangegeben oder die Partitionstabelle wurde nach einem fdisk-Lauf\n"
3863"\tnicht wieder eingelesen, weil eine veränderte Partition in Gebrauch\n"
3864"\tund gesperrt ist. Sie könnten gezwungen sein, neu zu booten, um die\n"
3865"\tPartitionstabelle neu einzulesen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003866
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003867#: misc/mke2fs.c:1283
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003868msgid "Filesystem larger than apparent device size."
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003869msgstr "Dateisystem ist größer als augenscheinlich das Gerät selbst."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003870
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003871#: misc/mke2fs.c:1331
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003872#, c-format
3873msgid "Filesystem features not supported with revision 0 filesystems\n"
3874msgstr ""
3875
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003876#: misc/mke2fs.c:1338
3877#, c-format
3878msgid "Sparse superblocks not supported with revision 0 filesystems\n"
3879msgstr ""
3880
3881#: misc/mke2fs.c:1350
3882#, fuzzy, c-format
3883msgid "Journals not supported with revision 0 filesystems\n"
3884msgstr ""
3885"\n"
3886"Das Journal ist zu groß für dieses Dateisystem.\n"
3887
3888#: misc/mke2fs.c:1376
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003889msgid "while trying to determine hardware sector size"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003890msgstr "beim Ermitteln der Hardware-Sektorgröße"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003891
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003892#: misc/mke2fs.c:1428
Theodore Ts'obc759702005-05-09 20:40:55 -04003893msgid "reserved online resize blocks not supported on non-sparse filesystem"
3894msgstr ""
3895
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003896#: misc/mke2fs.c:1437
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003897msgid "blocks per group count out of range"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003898msgstr "Anzahl der Blöcke pro Gruppe nicht im gültigen Bereich"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003899
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003900#: misc/mke2fs.c:1444
Theodore Ts'o6956f612005-12-31 16:46:15 -05003901msgid ""
3902"Filesystem too large. No more than 2**31-1 blocks\n"
3903"\t (8TB using a blocksize of 4k) are currently supported."
3904msgstr ""
3905
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003906#: misc/mke2fs.c:1451
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003907#, c-format
3908msgid ""
3909"\n"
3910"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3911"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3912"\n"
3913msgstr ""
3914
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003915#: misc/mke2fs.c:1468
Theodore Ts'o197abba2005-06-20 18:00:23 -04003916#, fuzzy, c-format
3917msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003918msgstr "ungültige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003919
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003920#: misc/mke2fs.c:1474
3921#, fuzzy, c-format
3922msgid "Warning: %d-byte inodes not usable on older systems\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003923msgstr ""
3924"Warnung: %d-Byte Inodes sind auf den meisten Systemen nicht benutzbar\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003925
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003926#: misc/mke2fs.c:1486
3927#, c-format
3928msgid "too many inodes (%llu), raise inode ratio?"
3929msgstr ""
3930
3931#: misc/mke2fs.c:1491
3932#, c-format
3933msgid "too many inodes (%llu), specify < 2^32 inodes"
3934msgstr ""
3935
3936#: misc/mke2fs.c:1506
3937#, c-format
3938msgid ""
3939"inode_size (%u) * inodes_count (%u) too big for a\n"
3940"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
3941"\tor lower inode count (-N).\n"
3942msgstr ""
3943
3944#: misc/mke2fs.c:1555
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003945msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003946msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003947
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003948#: misc/mke2fs.c:1589
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003949#, c-format
3950msgid "unknown os - %s"
3951msgstr "unbekanntes OS - %s"
3952
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003953#: misc/mke2fs.c:1643
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003954msgid "while trying to allocate filesystem tables"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003955msgstr "beim Zuordnen von Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003956
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003957#: misc/mke2fs.c:1674
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003958#, c-format
3959msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003960msgstr "beim Nullen von Block %u am Ende des Dateisystems"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003961
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003962#: misc/mke2fs.c:1688
Theodore Ts'obc759702005-05-09 20:40:55 -04003963#, fuzzy
3964msgid "while reserving blocks for online resize"
3965msgstr "beim Lesen des Bad-Block-Inodes"
3966
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003967#: misc/mke2fs.c:1699 misc/tune2fs.c:388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003968msgid "journal"
3969msgstr "Journal"
3970
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003971#: misc/mke2fs.c:1711
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003972#, c-format
3973msgid "Adding journal to device %s: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003974msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003975
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003976#: misc/mke2fs.c:1718
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003977#, c-format
3978msgid ""
3979"\n"
3980"\twhile trying to add journal to device %s"
3981msgstr ""
3982"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003983"\tbeim Erstellen des Journals auf Gerät %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003984
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003985#: misc/mke2fs.c:1723 misc/mke2fs.c:1749 misc/tune2fs.c:416 misc/tune2fs.c:430
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003986#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003987msgid "done\n"
3988msgstr "erledigt\n"
3989
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003990#: misc/mke2fs.c:1754
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003991#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003992msgid "Writing superblocks and filesystem accounting information: "
3993msgstr "Schreibe Superblöcke und Dateisystem-Accountinginformationen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003994
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003995#: misc/mke2fs.c:1759
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003996#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003997msgid ""
3998"\n"
3999"Warning, had trouble writing out superblocks."
4000msgstr ""
4001"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004002"Warnung: Probleme beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004003
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004004#: misc/mke2fs.c:1762
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004005#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004006msgid ""
4007"done\n"
4008"\n"
4009msgstr ""
4010"erledigt\n"
4011"\n"
4012
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004013#: misc/mklost+found.c:49
4014#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004015msgid "Usage: mklost+found\n"
4016msgstr "Verwendung: mklost+found\n"
4017
Theodore Ts'o6956f612005-12-31 16:46:15 -05004018#: misc/tune2fs.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004019msgid "Please run e2fsck on the filesystem.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004020msgstr "Bitte e2fsck über das Dateisystem laufen lassen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004021
Theodore Ts'o6956f612005-12-31 16:46:15 -05004022#: misc/tune2fs.c:85
Theodore Ts'o197abba2005-06-20 18:00:23 -04004023#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004024msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004025"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4026"\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
4027"\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
4028"\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
4029"\t[-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
4030"\t[-O [^]feature[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004031msgstr ""
4032"Verwendung: %s [-c max-mounts-count] [-e errors-behavior] [-g group]\n"
4033"\t[-i interval[d|m|w]] [-j] [-J journal-options]\n"
4034"\t[-l] [-s sparse-flag] [-m reserved-blocks-percent]\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004035"\t[-o [^]mount-options[,...]] [-r reserved-blocks-count]\n"
4036"\t[-u user] [-C mount-count] [-L volume-label] [-M last-mounted-dir]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004037"\t[-O [^]feature[,...]] [-T last-check-time] [-U UUID] Gerät\n"
4038
Theodore Ts'o6956f612005-12-31 16:46:15 -05004039#: misc/tune2fs.c:142
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004040msgid "while trying to open external journal"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004041msgstr "beim Öffnen des externen Journals"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004042
Theodore Ts'o6956f612005-12-31 16:46:15 -05004043#: misc/tune2fs.c:146
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004044#, c-format
4045msgid "%s is not a journal device.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004046msgstr "%s ist kein Journal-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004047
Theodore Ts'o6956f612005-12-31 16:46:15 -05004048#: misc/tune2fs.c:161
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004049msgid "Journal superblock not found!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004050msgstr "Journal-Superblock nicht gefunden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004051
Theodore Ts'o6956f612005-12-31 16:46:15 -05004052#: misc/tune2fs.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004053msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004054msgstr "UUID des Dateisystems auf Journal-Gerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004055
Theodore Ts'o6956f612005-12-31 16:46:15 -05004056#: misc/tune2fs.c:194
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004057msgid "Journal NOT removed\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004058msgstr "Journal NICHT gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004059
Theodore Ts'o6956f612005-12-31 16:46:15 -05004060#: misc/tune2fs.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004061msgid "Journal removed\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004062msgstr "Journal gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004063
Theodore Ts'o6956f612005-12-31 16:46:15 -05004064#: misc/tune2fs.c:239
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004065msgid "while reading bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004066msgstr "beim Lesen von Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004067
Theodore Ts'o6956f612005-12-31 16:46:15 -05004068#: misc/tune2fs.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004069msgid "while clearing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004070msgstr "beim Bereinigen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004071
Theodore Ts'o6956f612005-12-31 16:46:15 -05004072#: misc/tune2fs.c:257
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004073msgid "while writing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004074msgstr "beim Schreiben des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004075
Theodore Ts'o6956f612005-12-31 16:46:15 -05004076#: misc/tune2fs.c:272
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004077#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004078msgid "Invalid mount option set: %s\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004079msgstr "Ungültige Einhänge-Option gesetzt: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004080
Theodore Ts'o6956f612005-12-31 16:46:15 -05004081#: misc/tune2fs.c:318
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004082msgid ""
4083"The has_journal flag may only be cleared when the filesystem is\n"
4084"unmounted or mounted read-only.\n"
4085msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004086"Das has_jounal Flag kann nur gelöscht werden, wenn das Dateisystem\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004087"nicht eingehängt oder im Nur-Lesen-Modus ist.\n"
4088
Theodore Ts'o6956f612005-12-31 16:46:15 -05004089#: misc/tune2fs.c:326
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004090msgid ""
4091"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4092"the has_journal flag.\n"
4093msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004094"Das needs_recovery Flag ist gesetzt. Bitte starten sie e2fsck vor\n"
4095"der Löschung des has_journal Flags.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004096
Theodore Ts'o6956f612005-12-31 16:46:15 -05004097#: misc/tune2fs.c:383
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004098msgid "The filesystem already has a journal.\n"
4099msgstr "Das Dateisystem hat schon ein Journal.\n"
4100
Theodore Ts'o6956f612005-12-31 16:46:15 -05004101#: misc/tune2fs.c:400
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004102#, c-format
4103msgid ""
4104"\n"
4105"\twhile trying to open journal on %s\n"
4106msgstr ""
4107"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004108"\tbeim Öffnen des Journals auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004109
Theodore Ts'o6956f612005-12-31 16:46:15 -05004110#: misc/tune2fs.c:404
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004111#, c-format
4112msgid "Creating journal on device %s: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004113msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004114
Theodore Ts'o6956f612005-12-31 16:46:15 -05004115#: misc/tune2fs.c:412
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004116#, c-format
4117msgid "while adding filesystem to journal on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004118msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004119
Theodore Ts'o6956f612005-12-31 16:46:15 -05004120#: misc/tune2fs.c:418
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004121msgid "Creating journal inode: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004122msgstr "Erstelle Journal-Inode: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004123
Theodore Ts'o6956f612005-12-31 16:46:15 -05004124#: misc/tune2fs.c:427
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004125msgid ""
4126"\n"
4127"\twhile trying to create journal file"
4128msgstr ""
4129"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004130"\tbeim Erstellen der Journaldatei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004131
Theodore Ts'o6956f612005-12-31 16:46:15 -05004132#: misc/tune2fs.c:493
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004133#, c-format
4134msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004135msgstr "Konnte Datum/Zeit nicht parsen: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004136
Theodore Ts'o6956f612005-12-31 16:46:15 -05004137#: misc/tune2fs.c:515 misc/tune2fs.c:528
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004138#, c-format
4139msgid "bad mounts count - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004140msgstr "Ungültiger Mounts-Zähler - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004141
Theodore Ts'o6956f612005-12-31 16:46:15 -05004142#: misc/tune2fs.c:544
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004143#, c-format
4144msgid "bad error behavior - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004145msgstr "ungültiges Fehler-Verhalten - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004146
Theodore Ts'o6956f612005-12-31 16:46:15 -05004147#: misc/tune2fs.c:567
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004148#, c-format
4149msgid "bad gid/group name - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004150msgstr "ungültige(r) GID oder Gruppenname - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004151
Theodore Ts'o6956f612005-12-31 16:46:15 -05004152#: misc/tune2fs.c:600
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004153#, c-format
4154msgid "bad interval - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004155msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004156
Theodore Ts'o6956f612005-12-31 16:46:15 -05004157#: misc/tune2fs.c:628
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004158#, c-format
4159msgid "bad reserved block ratio - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004160msgstr "ungültiges Reservierte-Blöcke-Verhältnis - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004161
Theodore Ts'o6956f612005-12-31 16:46:15 -05004162#: misc/tune2fs.c:643
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004163msgid "-o may only be specified once"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004164msgstr "-o darf nur eimal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004165
Theodore Ts'o6956f612005-12-31 16:46:15 -05004166#: misc/tune2fs.c:653
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004167msgid "-O may only be specified once"
4168msgstr "-O darf nur eimal angegeben werden"
4169
Theodore Ts'o6956f612005-12-31 16:46:15 -05004170#: misc/tune2fs.c:663
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004171#, c-format
4172msgid "bad reserved blocks count - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004173msgstr "ungültige Anzahl von reservierten Blöcken - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004174
Theodore Ts'o6956f612005-12-31 16:46:15 -05004175#: misc/tune2fs.c:692
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004176#, c-format
4177msgid "bad uid/user name - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004178msgstr "ungültige(r) UID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004179
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004180#: misc/tune2fs.c:804
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004181#, c-format
4182msgid "Setting maximal mount count to %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004183msgstr "Setze maximale Mount-Anzahl zu auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004184
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004185#: misc/tune2fs.c:810
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004186#, c-format
4187msgid "Setting current mount count to %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004188msgstr "Setze derzeitige Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004189
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004190#: misc/tune2fs.c:815
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004191#, c-format
4192msgid "Setting error behavior to %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004193msgstr "Setze Fehler-Verhalten auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004194
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004195#: misc/tune2fs.c:820
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004196#, c-format
4197msgid "Setting reserved blocks gid to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004198msgstr "Setze GID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004199
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004200#: misc/tune2fs.c:825
Theodore Ts'obc759702005-05-09 20:40:55 -04004201#, fuzzy, c-format
4202msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004203msgstr "Setze Intervall zwischen Checks auf %lu Sekunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004204
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004205#: misc/tune2fs.c:831
Theodore Ts'o6956f612005-12-31 16:46:15 -05004206#, fuzzy, c-format
4207msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004208msgstr "Setze Verhältnis der reservierten Blöcke auf %lu (%u blocks)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004209
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004210#: misc/tune2fs.c:837
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004211#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004212msgid "reserved blocks count is too big (%lu)"
4213msgstr "Anzahl der reservierten Blöcke zu groß (%lu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004214
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004215#: misc/tune2fs.c:843
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004216#, c-format
4217msgid "Setting reserved blocks count to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004218msgstr "Setze Anzahl der reservierten Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004219
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004220#: misc/tune2fs.c:849
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004221msgid ""
4222"\n"
4223"The filesystem already has sparse superblocks.\n"
4224msgstr ""
4225"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004226"Das Dateisystem hat bereits einen \"sparse superblock\".\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004227
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004228#: misc/tune2fs.c:856
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004229#, c-format
4230msgid ""
4231"\n"
4232"Sparse superblock flag set. %s"
4233msgstr ""
4234"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004235"Sparse superblock Flag gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004236
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004237#: misc/tune2fs.c:863
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004238msgid ""
4239"\n"
4240"The filesystem already has sparse superblocks disabled.\n"
4241msgstr ""
4242"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004243"Sparse Superblocks sind auf dem Dateisystem bereits deaktiviert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004244
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004245#: misc/tune2fs.c:871
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004246#, c-format
4247msgid ""
4248"\n"
4249"Sparse superblock flag cleared. %s"
4250msgstr ""
4251"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004252"Sparse superblock Flag gelöscht. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004253
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004254#: misc/tune2fs.c:878
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004255#, c-format
4256msgid "Setting time filesystem last checked to %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004257msgstr "Setze Zeit des letzten Dateisystemchecks auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004258
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004259#: misc/tune2fs.c:884
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004260#, c-format
4261msgid "Setting reserved blocks uid to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004262msgstr "Setze UID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004263
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004264#: misc/tune2fs.c:917
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004265msgid "Invalid UUID format\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004266msgstr "Ungültiges UUID Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004267
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004268#: misc/util.c:72
4269msgid "Proceed anyway? (y,n) "
4270msgstr "Trotzdem fortsetzen? (y,n) "
4271
4272#: misc/util.c:93
4273#, c-format
4274msgid "Could not stat %s --- %s\n"
4275msgstr "Could not stat %s --- %s\n"
4276
4277#: misc/util.c:96
4278msgid ""
4279"\n"
4280"The device apparently does not exist; did you specify it correctly?\n"
4281msgstr ""
4282"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004283"Das Gerät scheint nicht zu existieren, haben Sie es richtig angegeben?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004284
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004285#: misc/util.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004286#, c-format
4287msgid "%s is not a block special device.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004288msgstr "%s ist kein spezielles Block-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004289
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004290#: misc/util.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004291#, c-format
4292msgid "%s is entire device, not just one partition!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004293msgstr "%s ist ein vollständiges Gerät, nicht nur eine Partition!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004294
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004295#: misc/util.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004296msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004297msgstr "mke2fs trotzdem erzwungen. Hoffentlich stimmt /etc/mtab nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004298
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004299#: misc/util.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004300#, c-format
4301msgid "will not make a %s here!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004302msgstr "werde dort kein %s erstellen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004303
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004304#: misc/util.c:170
4305msgid "mke2fs forced anyway.\n"
4306msgstr ""
4307
4308#: misc/util.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004309msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004310msgstr "Konnte keinen Speicher zuweisen, um Journal-Optionen zu parsen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004311
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004312#: misc/util.c:228
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004313msgid ""
4314"\n"
4315"Bad journal options specified.\n"
4316"\n"
4317"Journal options are separated by commas, and may take an argument which\n"
4318"\tis set off by an equals ('=') sign.\n"
4319"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004320"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004321"\tsize=<journal size in megabytes>\n"
4322"\tdevice=<journal device>\n"
4323"\n"
4324"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4325"\n"
4326msgstr ""
4327"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004328"Ungültioge Journal-Optionen angegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004329"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004330"Journal-Optionen werden mit Kommata getrennt angegeben, sie können ein "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004331"Argument\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004332"\terhalten welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004333"\n"
4334"Gültige Journal-Optionen sind:\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004335"\tsize=<Journalgröße in Megabytes>\n"
4336"\tdevice=<Journal-Gerät>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004337"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004338"Die Journalgröße muss zwischen 1024 und 102400 Dateisystem-Blöcken liegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004339"\n"
4340
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004341#: misc/util.c:258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004342msgid ""
4343"\n"
4344"Filesystem too small for a journal\n"
4345msgstr ""
4346"\n"
4347"Dateisystem zu klein für ein Journal\n"
4348
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004349#: misc/util.c:265
4350#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004351msgid ""
4352"\n"
4353"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004354"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004355msgstr ""
4356"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004357"Die angegebene Journalgröße ist %d Blöcke. Sie muss aber zwischen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004358"1024 und 102400 Dateisystem-Blöcken liegen. Breche ab! \n"
4359
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004360#: misc/util.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004361msgid ""
4362"\n"
4363"Journal size too big for filesystem.\n"
4364msgstr ""
4365"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004366"Das Journal ist zu groß für dieses Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004367
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004368#: misc/util.c:283
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004369#, c-format
4370msgid ""
4371"This filesystem will be automatically checked every %d mounts or\n"
4372"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4373msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004374"Das Dateisystem wird automatisch alle %d Mounts bzw. alle %g Tage "
4375"überprüft,\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004376"je nachdem, was zuerst eintritt. Veränderbar mit tune2fs -c oder -t .\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004377
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004378#: misc/uuidgen.c:31
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004379#, c-format
4380msgid "Usage: %s [-r] [-t]\n"
4381msgstr "Verwendung: %s [-r] [-t]\n"
4382
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004383#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004384msgid "# Extent dump:\n"
4385msgstr "# Extent dump:\n"
4386
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004387#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004388#, c-format
4389msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4390msgstr "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4391
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004392#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004393#, c-format
4394msgid "#\t\t %u -> %u (%d)\n"
4395msgstr "#\t\t %u -> %u (%d)\n"
4396
Theodore Ts'o6956f612005-12-31 16:46:15 -05004397#: resize/main.c:39
Theodore Ts'obc759702005-05-09 20:40:55 -04004398#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004399msgid ""
Theodore Ts'obc759702005-05-09 20:40:55 -04004400"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004401"\n"
4402msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004403"Verwendung: %s [-d debug_flags] [-f] [-F] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004404"\n"
4405
Theodore Ts'o6956f612005-12-31 16:46:15 -05004406#: resize/main.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004407msgid "Extending the inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004408msgstr "Vergrößere Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004409
Theodore Ts'o6956f612005-12-31 16:46:15 -05004410#: resize/main.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004411msgid "Relocating blocks"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004412msgstr "Verteile Blöcke neu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004413
Theodore Ts'o6956f612005-12-31 16:46:15 -05004414#: resize/main.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004415msgid "Scanning inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004416msgstr "Scanne Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004417
Theodore Ts'o6956f612005-12-31 16:46:15 -05004418#: resize/main.c:70
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004419msgid "Updating inode references"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004420msgstr "Aktualisiere Inode-Referenzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004421
Theodore Ts'o6956f612005-12-31 16:46:15 -05004422#: resize/main.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004423msgid "Moving inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004424msgstr "Verschiebe Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004425
Theodore Ts'o6956f612005-12-31 16:46:15 -05004426#: resize/main.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004427msgid "Unknown pass?!?"
4428msgstr "Unbekannter Durchgang?!?"
4429
Theodore Ts'o6956f612005-12-31 16:46:15 -05004430#: resize/main.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004431#, c-format
4432msgid "Begin pass %d (max = %lu)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004433msgstr "Beginne Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004434
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004435#: resize/main.c:253
Theodore Ts'o6956f612005-12-31 16:46:15 -05004436#, fuzzy, c-format
4437msgid "while opening %s"
4438msgstr "beim Start des Inode-Scans"
4439
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004440#: resize/main.c:265
Theodore Ts'o6956f612005-12-31 16:46:15 -05004441#, fuzzy, c-format
4442msgid "while getting stat information for %s"
4443msgstr "beim Setzen der Version in %s"
4444
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004445#: resize/main.c:339
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004446#, c-format
4447msgid "bad filesystem size - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004448msgstr "ungültige Dateisystemgröße - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004449
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004450#: resize/main.c:353
4451#, fuzzy
4452msgid "Invalid stride length"
4453msgstr "Ungültiger \"stride\"-Parameter.\n"
4454
4455#: resize/main.c:377
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004456#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004457msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004458"The containing partition (or device) is only %u (%dk) blocks.\n"
4459"You requested a new size of %u blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004460"\n"
4461msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004462"Die Partition (oder das Gerät) enthält nur %d (%dk) Blöcke.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004463"Die geforderte neue Größe ist %d Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004464"\n"
4465
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004466#: resize/main.c:384
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004467#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004468msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004469"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004470"\n"
4471msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004472"Das Dateisystem ist schon %d Blöcke groß. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004473"\n"
4474
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004475#: resize/main.c:395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004476#, c-format
4477msgid ""
4478"Please run 'e2fsck -f %s' first.\n"
4479"\n"
4480msgstr ""
4481"Bitte zuerst 'e2fsck -f %s ' laufen lassen.\n"
4482"\n"
4483
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004484#: resize/main.c:406
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004485#, c-format
4486msgid "while trying to resize %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004487msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004488
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004489#: resize/main.c:411
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004490#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004491msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004492"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004493"\n"
4494msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004495"Das Dateisystem auf %s ist nun %d Blöcke groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004496"\n"
4497
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004498#: resize/resize2fs.c:233
4499#, c-format
4500msgid "inodes (%llu) must be less than %u"
4501msgstr ""
4502
4503#: resize/resize2fs.c:642
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004504msgid "reserved blocks"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004505msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004506
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004507#: resize/resize2fs.c:647
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004508msgid "blocks to be moved"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004509msgstr "zu verschiebene Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004510
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004511#: resize/resize2fs.c:652
Theodore Ts'obc759702005-05-09 20:40:55 -04004512msgid "meta-data blocks"
4513msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004514
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004515#: resize/resize2fs.c:1534
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004516#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004517msgid "Should never happen: resize inode corrupt!\n"
4518msgstr ""
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004519
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004520#, fuzzy
4521#~ msgid "invalid blocks range: %lu-%lu"
4522#~ msgstr "Bad Blocks Bereich: %lu-%lu"
4523
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004524#~ msgid ""
4525#~ "%s is mounted; can't resize a mounted filesystem!\n"
4526#~ "\n"
4527#~ msgstr ""
4528#~ "%s ist eingehängt, kann die Größe deshalb nicht verändern!\n"
4529#~ "\n"
4530
Theodore Ts'o6956f612005-12-31 16:46:15 -05004531#~ msgid "done \n"
4532#~ msgstr "erledigt \n"
4533
Theodore Ts'o197abba2005-06-20 18:00:23 -04004534#~ msgid ""
4535#~ "Extended options are separated by commas, and may take an argument which\n"
4536#~ "is set off by an equals ('=') sign. Valid raid options are:\n"
4537#~ "\tea_ver=<ea_version (1 or 2)\n"
4538#~ "\n"
4539#~ msgstr ""
4540#~ "Eweiterte Optionen werden komma-getrennt angegeben, sie können ein\n"
4541#~ "Argument erhalten, welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
4542#~ "Gültige Optionen sind:\n"
4543#~ "\tea_ver=<ea_version (1 or 2)\n"
4544#~ "\n"
4545
4546#~ msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4547#~ msgstr "Verwendung: findsuper Gerät [skipbytes [startkb]]\n"
4548
4549#~ msgid "skipbytes should be a number, not %s\n"
4550#~ msgstr "skipbytes sollte eine Zahl sein, nicht %s\n"
4551
4552#~ msgid "skipbytes must be a multiple of the sector size\n"
4553#~ msgstr "skipbytes müssen ein vielfaches der Sektorgröße sein\n"
4554
4555#~ msgid "startkb should be a number, not %s\n"
4556#~ msgstr "startkb sollte eine Zahl sein, nicht %s\n"
4557
4558#~ msgid "startkb should be positive, not %Ld\n"
4559#~ msgstr "startkb sollte positiv sein, nicht %Ld\n"
4560
4561#~ msgid "starting at %Ld, with %d byte increments\n"
4562#~ msgstr "starting at %Ld, with %d byte increments\n"
4563
4564#~ msgid " thisoff block fs_blk_sz blksz grp last_mount\n"
4565#~ msgstr " thisoff block fs_blk_sz blksz grp last_mount\n"
4566
4567#~ msgid ""
4568#~ "\n"
4569#~ "%14Ld: finished with errno %d\n"
4570#~ msgstr ""
4571#~ "\n"
4572#~ "%14Ld: beendet mit errno %d\n"
4573
4574#~ msgid "%s failed for %s: %s\n"
4575#~ msgstr "%s fehlgeschlagen für %s: %s\n"
4576
4577#~ msgid ""
4578#~ "Usage: %s <dev1> <dev2> <dev3>\n"
4579#~ "\n"
4580#~ "This program prints out the partition information for a set of devices\n"
4581#~ "A common way to use this program is:\n"
4582#~ "\n"
4583#~ "\t%s /dev/hda?\n"
4584#~ "\n"
4585#~ msgstr ""
4586#~ "Verwendung: %s <dev1> <dev2> <dev3>\n"
4587#~ "\n"
4588#~ "Dieses Programm gibt die Partitionsinformationen einer Gruppe von Geräten "
4589#~ "aus.\n"
4590#~ "Das Programm wird üblicherweise so benutzt:\n"
4591#~ "\n"
4592#~ "\t%s /dev/hda?\n"
4593#~ "\n"
4594
4595#~ msgid "HDIO_GETGEO ioctl"
4596#~ msgstr "HDIO_GETGEO ioctl"
4597
4598#~ msgid "BLKGETSIZE ioctl"
4599#~ msgstr "BLKGETSIZE ioctl"
4600
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004601#~ msgid "Clone duplicate/bad blocks"
4602#~ msgstr "Dupliziere doppelte und defekte Blöcke"
4603
4604#~ msgid "Duplicate/bad @b(s) in @i %i:"
4605#~ msgstr "Doppelte/defekte @b(s) in @i %i:"
4606
4607#~ msgid "Error allocating @a @b %b. "
4608#~ msgstr "Fehler allocating @a @b %b. "
4609
Theodore Ts'obc759702005-05-09 20:40:55 -04004610#~ msgid "resize2fs %s (%s)\n"
4611#~ msgstr "resize2fs %s (%s)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004612
Theodore Ts'obc759702005-05-09 20:40:55 -04004613#~ msgid "Number of free blocks: %d/%d, Needed: %d\n"
4614#~ msgstr "Anzahl der freien Blöcke ist: %d / %d ; benötigt: %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004615
Theodore Ts'obc759702005-05-09 20:40:55 -04004616#~ msgid "Going into desperation mode for block allocations\n"
4617#~ msgstr "Gehe in Verzweifelungs-Modus für die Blockzuordnung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004618
Theodore Ts'obc759702005-05-09 20:40:55 -04004619#~ msgid "Moving %d blocks %u->%u\n"
4620#~ msgstr "Verschiebe %d Blöcke %u->%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004621
Theodore Ts'obc759702005-05-09 20:40:55 -04004622#~ msgid "ino=%u, blockcnt=%lld, %u->%u\n"
4623#~ msgstr "ino=%u, blockcnt=%lld, %u->%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004624
Theodore Ts'obc759702005-05-09 20:40:55 -04004625#~ msgid "Inode moved %u->%u\n"
4626#~ msgstr "Inode verschoben %u->%u\n"
4627
4628#~ msgid "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
4629#~ msgstr "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
4630
4631#~ msgid "Itable move group %d block %u->%u (diff %d)\n"
4632#~ msgstr "Itable move group %d block %u->%u (diff %d)\n"
4633
4634#~ msgid "%d blocks of zeros...\n"
4635#~ msgstr "%d Blöcke mit Nullen...\n"
4636
4637#~ msgid "Inode table move finished.\n"
4638#~ msgstr "Verschieben der Inode-Tabelle fertiggestellt.\n"
4639
4640#~ msgid "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
4641#~ msgstr "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
4642
4643#~ msgid "(unknown os)"
4644#~ msgstr "(unbekanntes OS)"
Theodore Ts'of592bed2003-07-26 00:51:54 -04004645
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004646#~ msgid ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004647#~ "\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004648#~ "%8d inode used (%d%%)\n"
4649#~ msgid_plural ""
4650#~ "\n"
4651#~ "%8d inodes used (%d%%)\n"
4652#~ msgstr[0] ""
4653#~ "\n"
4654#~ "%8d Inode benutzt (%d%%)\n"
4655#~ msgstr[1] ""
4656#~ "\n"
4657#~ "%8d Inodes benutzt (%d%%)\n"
4658
4659#~ msgid "%8d non-contiguous inode (%0d.%d%%)\n"
4660#~ msgid_plural "%8d non-contiguous inodes (%0d.%d%%)\n"
4661#~ msgstr[0] "%8d nicht zusammenhängender Inode (%0d.%d%%)\n"
4662#~ msgstr[1] "%8d nicht zusammenhängende Inodes (%0d.%d%%)\n"
4663
4664#~ msgid "%8d block used (%d%%)\n"
4665#~ msgid_plural "%8d blocks used (%d%%)\n"
4666#~ msgstr[0] "%8d Block benutzt (%d%%)\n"
4667#~ msgstr[1] "%8d Blöcke benutzt (%d%%)\n"
4668
4669#~ msgid "%8d bad block\n"
4670#~ msgid_plural "%8d bad blocks\n"
4671#~ msgstr[0] "%8d defekter Block\n"
4672#~ msgstr[1] "%8d defekte Blöcke\n"
4673
4674#~ msgid "%8d large file\n"
4675#~ msgid_plural "%8d large files\n"
4676#~ msgstr[0] "%8d große Datei\n"
4677#~ msgstr[1] "%8d große Dateien\n"
4678
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004679#~ msgid "%8d directory\n"
4680#~ msgid_plural "%8d directories\n"
4681#~ msgstr[0] "%8d Verzeichnis\n"
4682#~ msgstr[1] "%8d Verzeichnisse\n"
4683
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004684#~ msgid "%8d fifo\n"
4685#~ msgid_plural "%8d fifos\n"
4686#~ msgstr[0] "%8d FIFO\n"
4687#~ msgstr[1] "%8d FIFOs\n"
4688
4689#~ msgid "%8d link\n"
4690#~ msgid_plural "%8d links\n"
4691#~ msgstr[0] "%8d Link\n"
4692#~ msgstr[1] "%8d Links\n"
4693
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004694#~ msgid " (%d fast symbolic link)\n"
4695#~ msgid_plural " (%d fast symbolic links)\n"
4696#~ msgstr[0] " (%d schneller symbolischer Link)\n"
4697#~ msgstr[1] " (%d schnelle symbolische Links)\n"
4698
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004699#~ msgid "%8d file\n"
4700#~ msgid_plural "%8d files\n"
4701#~ msgstr[0] "%8d Datei\n"
4702#~ msgstr[1] "%8d Dateien\n"
4703
4704#~ msgid ""
4705#~ "\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004706#~ "This inconsistency can not be fixed with e2fsck; to fix it, use\n"
4707#~ "dumpe2fs -b to dump out the bad @b list and e2fsck -L filename\n"
4708#~ "to read it back in again.\n"
4709#~ msgstr ""
4710#~ "\n"
4711#~ "Diese Defekte können nicht mit e2fsck behoben werden. Benutzen\n"
4712#~ "Sie stattdessen 'dumpe2fs -b' zum Auslesen der defekten @b Liste und\n"
4713#~ "'e2fsck -L DATEINAME' zum Wiedereinlesen.\n"
4714
4715#~ msgid "during seek on block %d"
4716#~ msgstr "beim Suchen in Block %d"
4717
4718#~ msgid ""
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004719#~ "%8d blocks used (%d%%)\n"
4720#~ "%8d bad blocks\n"
4721#~ msgstr ""
4722#~ "%8d Blöcke benutzt (%d%%)\n"
4723#~ "%8d defekte Blöcke\n"
4724
4725#~ msgid ""
4726#~ "\n"
4727#~ "%8d regular files\n"
4728#~ "%8d directories\n"
4729#~ "%8d character device files\n"
4730#~ "%8d block device files\n"
4731#~ "%8d fifos\n"
4732#~ "%8d links\n"
4733#~ "%8d symbolic links (%d fast symbolic links)\n"
4734#~ "%8d sockets\n"
4735#~ "--------\n"
4736#~ "%8d files\n"
4737#~ msgstr ""
4738#~ "\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004739#~ "%8d reguläre Dateien\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004740#~ "%8d Verzeichnisse\n"
4741#~ "%8d character device Dateien\n"
4742#~ "%8d block device Dateien\n"
4743#~ "%8d fifos\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004744#~ "%8d Links\n"
4745#~ "%8d symbolische Links (%d schnelle symbolische Links)\n"
4746#~ "%8d Sockets\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004747#~ "--------\n"
4748#~ "%8d Dateien\n"
4749
4750#~ msgid "Initializing random test data\n"
4751#~ msgstr "Initialisiere Zufalls-Test-Daten\n"
4752
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004753#~ msgid "%8d large file%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004754#~ msgstr "%8d große Dateien %s\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004755
4756#~ msgid "ext2fs_check_if_mount"
4757#~ msgstr "ext2fs_check_if_mount"
4758
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004759#~ msgid "Couldn't allocate memory to parse extended options!\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004760#~ msgstr ""
4761#~ "Konnte keinen Speicher zum Parsen der erweiterten Optionen zuweisen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004762
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004763#~ msgid "Could not determine filesystem type for %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004764#~ msgstr "Konnte den Dateisystemtyp für %s nicht feststellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004765
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004766#~ msgid "WARNING: %s: bad UUID\n"
4767#~ msgstr "WARNUNG: %s: falscher UUID\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004768
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004769#~ msgid "while trying to read the bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004770#~ msgstr "beim Lesen der Bitmaps"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004771
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004772#~ msgid "bmap journal inode %ld, block %d\n"
4773#~ msgstr "bmap Journal Inode %ld, Block %d\n"
4774
4775#~ msgid "Debug error in e2fsck adjust_inode_count, should never happen.\n"
4776#~ msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004777#~ "Debug Fehler in e2fsck adjust_inode_count, sollte niemals auftreten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004778
4779#~ msgid "*** WARNING *** leaving data in the @j may be DANGEROUS.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004780#~ msgstr "*** WARNUNG *** Hinterlasse Daten im @j - konnte GEFÄHRLICH sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004781
4782#~ msgid "Group %lu: (Blocks 0x%04x -- 0x%04x)\n"
4783#~ msgstr "Gruppe %lu: (Blöcke 0x%04x -- 0x%04x)\n"
4784
4785#~ msgid " %s Superblock at 0x%04x, Group Descriptors at 0x%04x-0x%04x\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004786#~ msgstr " %s Superblock in 0x%04x, Gruppendescriptoren in 0x%04x-0x%04x\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004787
4788#~ msgid " %s Superblock at %u, Group Descriptors at %u-%u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004789#~ msgstr " %s Superblock in %u, Gruppendescriptoren in %u-%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004790
4791#~ msgid ""
4792#~ " Block bitmap at 0x%04x (+%d), Inode bitmap at 0x%04x (+%d)\n"
4793#~ " Inode table at 0x%04x-0x%04x (+%d)\n"
4794#~ msgstr ""
4795#~ " Block bitmap at 0x%04x (+%d), Inode bitmap at 0x%04x (+%d)\n"
4796#~ " Inode table at 0x%04x-0x%04x (+%d)\n"
4797
4798#~ msgid ""
4799#~ " Block bitmap at %u (+%d), Inode bitmap at %u (+%d)\n"
4800#~ " Inode table at %u-%u (+%d)\n"
4801#~ msgstr ""
4802#~ " Block bitmap at %u (+%d), Inode bitmap at %u (+%d)\n"
4803#~ " Inode table at %u-%u (+%d)\n"
4804
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004805#~ msgid "Do you really want to skip less than a sector??\n"
4806#~ msgstr "Wollen sie wirklich weniger als einen Sektor überspringen??\n"
4807
4808#~ msgid "Have to start at 0 or greater,not %ld\n"
4809#~ msgstr "Muss mit grösser/gleich Null beginnen, nicht %ld\n"
4810
4811#~ msgid "read failed"
4812#~ msgstr "read failed"
4813
4814#~ msgid "Failed on %d at %ld\n"
4815#~ msgstr "Gescheitert in %d auf %ld\n"
4816
4817#~ msgid ""
4818#~ "\n"
4819#~ "No devices specified to be checked!\n"
4820#~ msgstr ""
4821#~ "\n"
4822#~ "Keine Geräte zur Überprüfung angegeben!\n"