blob: 66454c91ef3a86352dc39e75b94218306985ebbd [file] [log] [blame]
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001# Übertragung von e2fsprogs ins Deutsche.
2# Copyright (C) 2008 Theodore Tso (msgids)
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003# Olaf Klemke <olke@users.sourceforge.net>, 2002.
4# Marc Langer <marc@marclanger.de>, 2003.
Philipp Thomasba71e3e2008-03-13 18:21:09 -04005# Philipp Thomas <pth@suse.de>, 2007, 2008.
Theodore Ts'oa2328c92002-10-30 23:26:03 -05006#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04007#. The strings in e2fsck's problem.c can be very hard to translate,
8#. since the strings are expanded in two different ways. First of all,
9#. there is an @-expansion, where strings like "@i" are expanded to
10#. "inode", and so on. In order to make it easier for translators, the
11#. e2fsprogs po template file has been enhanced with comments that show
12#. the @-expansion, for the strings in the problem.c file.
13#.
14#. Translators are free to use the @-expansion facility if they so
15#. choose, by providing translations for strings in e2fsck/message.c.
16#. These translation can completely replace an expansion; for example,
17#. if "bblock" (which indicated that "@b" would be expanded to "block")
18#. is translated as "ddatenverlust", then "@d" will be expanded to
19#. "datenverlust". Alternatively, translators can simply not use the
20#. @-expansion facility at all.
21#.
22#. The second expansion which is done for e2fsck's problem.c messages is
23#. a dynamic %-expansion, which expands %i as an inode number, and so
24#. on. A table of these expansions can be found below. Note that
25#. %-expressions that begin with "%D" and "%I" are two-character
26#. expansions; so for example, "%Iu" expands to the inode's user id
27#. ownership field (inode->i_uid).
28#.
29#. %b <blk> block number
30#. %B <blkcount> integer
31#. %c <blk2> block number
32#. %Di <dirent> -> ino inode number
33#. %Dn <dirent> -> name string
34#. %Dr <dirent> -> rec_len
35#. %Dl <dirent> -> name_len
36#. %Dt <dirent> -> filetype
37#. %d <dir> inode number
38#. %g <group> integer
39#. %i <ino> inode number
40#. %Is <inode> -> i_size
41#. %IS <inode> -> i_extra_isize
42#. %Ib <inode> -> i_blocks
43#. %Il <inode> -> i_links_count
44#. %Im <inode> -> i_mode
45#. %IM <inode> -> i_mtime
46#. %IF <inode> -> i_faddr
47#. %If <inode> -> i_file_acl
48#. %Id <inode> -> i_dir_acl
49#. %Iu <inode> -> i_uid
50#. %Ig <inode> -> i_gid
51#. %j <ino2> inode number
52#. %m <com_err error message>
53#. %N <num>
54#. %p ext2fs_get_pathname of directory <ino>
55#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
56#. the containing directory. (If dirent is NULL
57#. then return the pathname of directory <ino2>)
58#. %q ext2fs_get_pathname of directory <dir>
59#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
60#. the containing directory.
61#. %s <str> miscellaneous string
62#. %S backup superblock
63#. %X <num> hexadecimal format
64#.
Theodore Ts'oa2328c92002-10-30 23:26:03 -050065msgid ""
66msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -040067"Project-Id-Version: e2fsprogs-1.40.7\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050068"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -050069"POT-Creation-Date: 2008-02-28 21:45-0500\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040070"PO-Revision-Date: 2008-03-12 19:47+0100\n"
71"Last-Translator: Philipp Thomas <pth@suse.de>\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -050072"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050073"MIME-Version: 1.0\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040074"Content-Type: text/plain; charset=UTF-8\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050075"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050076"Plural-Forms: nplurals=2; plural=(n != 1);\n"
77
Theodore Ts'o8f741372008-02-28 21:47:05 -050078#: e2fsck/badblocks.c:22 misc/mke2fs.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -050079#, c-format
80msgid "Bad block %u out of range; ignored.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040081msgstr "Bad block %u außerhalb des gültigen Bereichs; ignoriert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050082
83#: e2fsck/badblocks.c:45
84msgid "while sanity checking the bad blocks inode"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040085msgstr "während der logischen Prüfung des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050086
87#: e2fsck/badblocks.c:57
88msgid "while reading the bad blocks inode"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040089msgstr "während des Lesens des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050090
Theodore Ts'oa04eba32003-05-03 16:35:17 -040091#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o8f741372008-02-28 21:47:05 -050092#: e2fsck/unix.c:1010 e2fsck/unix.c:1093 misc/badblocks.c:1025
Theodore Ts'o851bcf32007-07-08 12:09:40 -040093#: misc/badblocks.c:1033 misc/badblocks.c:1047 misc/badblocks.c:1059
Theodore Ts'o8f741372008-02-28 21:47:05 -050094#: misc/dumpe2fs.c:483 misc/e2image.c:571 misc/e2image.c:664
95#: misc/e2image.c:680 misc/mke2fs.c:173 misc/tune2fs.c:916 resize/main.c:296
Theodore Ts'oa2328c92002-10-30 23:26:03 -050096#, c-format
97msgid "while trying to open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040098msgstr "beim Versuch, %s zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050099
100#: e2fsck/badblocks.c:82
101#, c-format
102msgid "while trying popen '%s'"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400103msgstr "beim Versuch, '%s' mittels 'popen' zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500104
Theodore Ts'o8f741372008-02-28 21:47:05 -0500105#: e2fsck/badblocks.c:93 misc/mke2fs.c:180
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500106msgid "while reading in list of bad blocks from file"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500107msgstr "beim Lesen der 'Bad Block'-Liste aus der Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500108
Theodore Ts'o8f741372008-02-28 21:47:05 -0500109#: e2fsck/badblocks.c:104
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500110msgid "while updating bad block inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500111msgstr "beim Updaten des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500112
Theodore Ts'o8f741372008-02-28 21:47:05 -0500113#: e2fsck/badblocks.c:130
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500114#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400115msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500116msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400117"Warnung! Nicht zulässigen Block %u im 'Bad Blocks'-Inode gefunden! "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500118"Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500119
120#: e2fsck/ehandler.c:53
121#, c-format
122msgid "Error reading block %lu (%s) while %s. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400123msgstr "Lesefehler - Block %lu (%s) während %s "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500124
125#: e2fsck/ehandler.c:56
126#, c-format
127msgid "Error reading block %lu (%s). "
128msgstr "Lesefehler - Block %lu (%s) "
129
130#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
131msgid "Ignore error"
132msgstr "Ignoriere Fehler"
133
134#: e2fsck/ehandler.c:60
135msgid "Force rewrite"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400136msgstr "Rückschreiben erzwingen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500137
138#: e2fsck/ehandler.c:100
139#, c-format
140msgid "Error writing block %lu (%s) while %s. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400141msgstr "Schreibfehler - Block %lu (%s) während %s "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500142
143#: e2fsck/ehandler.c:103
144#, c-format
145msgid "Error writing block %lu (%s). "
146msgstr "Schreibfehler - Block %lu (%s) "
147
148#: e2fsck/emptydir.c:56
149msgid "empty dirblocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400150msgstr "leere Verzeichnisblöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500151
152#: e2fsck/emptydir.c:61
153msgid "empty dir map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500154msgstr "leere Verzeichnisliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500155
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500156#: e2fsck/emptydir.c:97
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500157#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400158msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500159msgstr "leerer Verzeichnisblock %u (#%d) im Inode %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500160
161#: e2fsck/extend.c:21
162#, c-format
163msgid "%s: %s filename nblocks blocksize\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400164msgstr "%s: %s Dateiname nblocks Blockgröße\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500165
166#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500167#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500168msgid "Illegal number of blocks!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400169msgstr "Blockanzahl nicht zulässig!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500170
171#: e2fsck/extend.c:49
172#, c-format
173msgid "Couldn't allocate block buffer (size=%d)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400174msgstr "Konnte keinen Blockpuffer (Größe=%d) reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500175
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400176#: e2fsck/flushb.c:34
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500177#, c-format
178msgid "Usage: %s disk\n"
179msgstr "Verwendung: %s Laufwerk\n"
180
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400181#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500182#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500183msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400184msgstr "BLKFLSBUF ioctl nicht unterstützt! Kann Puffer nicht leeren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500185
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400186#: e2fsck/iscan.c:46
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500187#, c-format
188msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400189msgstr "Verwendung: %s [-F] [-I inode_buffer_blocks] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500190
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500191#: e2fsck/iscan.c:83 e2fsck/unix.c:786
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500192#, c-format
193msgid "while opening %s for flushing"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400194msgstr "beim Öffnen von %s für die Puffer-Leerung."
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500195
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500196#: e2fsck/iscan.c:88 e2fsck/unix.c:792 resize/main.c:274
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500197#, c-format
198msgid "while trying to flush %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400199msgstr "während des Rückschreibeversuches auf %s."
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500200
Theodore Ts'of1d5fce2008-02-09 23:19:35 -0500201#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:480
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500202msgid "while opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500203msgstr "beim Start des Inode-Scans"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500204
Theodore Ts'of1d5fce2008-02-09 23:19:35 -0500205#: e2fsck/iscan.c:129 misc/e2image.c:498
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500206msgid "while getting next inode"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400207msgstr "beim Laden des nächsten Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500208
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400209#: e2fsck/iscan.c:138
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500210#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400211msgid "%u inodes scanned.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400212msgstr "%u Inodes untersucht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500213
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500214#: e2fsck/journal.c:501
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500215msgid "reading journal superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500216msgstr "Lese Journal-Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500217
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500218#: e2fsck/journal.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500219#, c-format
220msgid "%s: no valid journal superblock found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400221msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500222
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500223#: e2fsck/journal.c:567
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500224#, c-format
225msgid "%s: journal too short\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500226msgstr "%s: Das Journal ist zu kurz.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500227
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500228#: e2fsck/journal.c:841
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500229#, c-format
230msgid "%s: recovering journal\n"
231msgstr "%s: stelle das Journal wieder her\n"
232
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500233#: e2fsck/journal.c:843
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500234#, c-format
235msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500236msgstr "%s: Das Journal ist nur lesbar - Keine Wiederherstellung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500237
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500238#: e2fsck/journal.c:864
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500239#, c-format
240msgid "while trying to re-open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400241msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500242
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400243#: e2fsck/message.c:109
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500244msgid "aextended attribute"
245msgstr "aerweiterte Eigenschaft"
246
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400247#: e2fsck/message.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500248msgid "Aerror allocating"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500249msgstr "AFehler beim Zuweisen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500250
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400251#: e2fsck/message.c:111
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500252msgid "bblock"
253msgstr "bBlock"
254
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400255#: e2fsck/message.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500256msgid "Bbitmap"
257msgstr "BBitmap"
258
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400259#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500260msgid "ccompress"
261msgstr "ckomprimieren"
262
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400263#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500264msgid "Cconflicts with some other fs @b"
265msgstr "CKonflikte mit anderen Dateisystemen @b"
266
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400267#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500268msgid "iinode"
269msgstr "iInode"
270
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400271#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500272msgid "Iillegal"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400273msgstr "Inicht zulässig"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500274
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400275#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500276msgid "jjournal"
277msgstr "jJournal"
278
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400279#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500280msgid "Ddeleted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400281msgstr "Dgelöscht"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500282
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400283#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500284msgid "ddirectory"
285msgstr "dVerzeichnis"
286
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400287#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500288msgid "eentry"
289msgstr "eEintrag"
290
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400291#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500292msgid "E@e '%Dn' in %p (%i)"
293msgstr "E@e '%Dn' in %p (%i)"
294
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400295#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500296msgid "ffilesystem"
297msgstr "fDateisystem"
298
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400299#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500300msgid "Ffor @i %i (%Q) is"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400301msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500302
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400303#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500304msgid "ggroup"
305msgstr "gGruppe"
306
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400307#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500308msgid "hHTREE @d @i"
309msgstr "hHTREE @d @i"
310
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400311#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500312msgid "llost+found"
313msgstr "llost+found"
314
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400315#: e2fsck/message.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500316msgid "Lis a link"
317msgstr "List ein Link"
318
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400319#: e2fsck/message.c:128
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400320msgid "mmultiply-claimed"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400321msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400322
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400323#: e2fsck/message.c:129
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400324msgid "ninvalid"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400325msgstr "nungültig"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400326
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"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400353msgstr "vGerät"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500354
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400355#: e2fsck/message.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500356msgid "zzero-length"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400357msgstr "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
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500400#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400401msgid "regular file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400402msgstr "'reguläre Datei"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400403
404#: e2fsck/message.c:316
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500405#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400406msgid "directory"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500407msgstr "Verzeichnis"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400408
409#: e2fsck/message.c:318
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500410#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400411msgid "character device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400412msgstr "zeichenorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400413
414#: e2fsck/message.c:320
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500415#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400416msgid "block device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400417msgstr "Blockgerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400418
419#: e2fsck/message.c:322
420#, c-format
421msgid "named pipe"
422msgstr ""
423
424#: e2fsck/message.c:324
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500425#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400426msgid "symbolic link"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400427msgstr "symbolische Verknüpfung"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400428
429#: e2fsck/message.c:326
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500430#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400431msgid "socket"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500432msgstr " Socket"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400433
434#: e2fsck/message.c:328
435#, c-format
436msgid "unknown file type with mode 0%o"
437msgstr ""
438
439#: e2fsck/pass1b.c:215
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500440msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500441msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500442
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400443#: e2fsck/pass1b.c:566 e2fsck/pass1b.c:703
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500444#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500445msgid "internal error; can't find dup_blk for %u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400446msgstr "interner Fehler; dup_blk für %u nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500447
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400448#: e2fsck/pass1b.c:746
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500449msgid "returned from clone_file_block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400450msgstr "zurückgegeben von clone_file_block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500451
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400452#: e2fsck/pass1b.c:765
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400453#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400454msgid "internal error: couldn't lookup EA block record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400455msgstr "interner Fehler: EA Blockliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400456
457#: e2fsck/pass1b.c:777
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400458#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400459msgid "internal error: couldn't lookup EA inode record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400460msgstr "Interner Fehler: EA Inodeliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400461
Theodore Ts'o8f741372008-02-28 21:47:05 -0500462#: e2fsck/pass1.c:404 e2fsck/pass2.c:770
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400463msgid "reading directory block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400464msgstr "lese Verzeichnisblock"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400465
466#: e2fsck/pass1.c:521
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500467msgid "in-use inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500468msgstr "'in-use inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500469
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400470#: e2fsck/pass1.c:530
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500471msgid "directory inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500472msgstr "'directory inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500473
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400474#: e2fsck/pass1.c:538
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500475msgid "regular file inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500476msgstr "'regular file inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500477
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400478#: e2fsck/pass1.c:545
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500479msgid "in-use block map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500480msgstr "'in-use block'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500481
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400482#: e2fsck/pass1.c:599
483#, fuzzy
484msgid "opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500485msgstr "Inode-Scan"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500486
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400487#: e2fsck/pass1.c:623
488#, fuzzy
489msgid "getting next inode from scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400490msgstr "beim Laden des nächsten Inodes"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400491
492#: e2fsck/pass1.c:1016
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500493msgid "Pass 1"
494msgstr "Durchgang 1"
495
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400496#: e2fsck/pass1.c:1075
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500497#, c-format
498msgid "reading indirect blocks of inode %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400499msgstr "lese indirekte Blöcke von Inode %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500500
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400501#: e2fsck/pass1.c:1117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500502msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500503msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500504
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400505#: e2fsck/pass1.c:1139
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500506msgid "inode in bad block map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500507msgstr "Inode in 'Bad Blocks'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500508
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400509#: e2fsck/pass1.c:1159
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500510msgid "imagic inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500511msgstr "i'magic inode'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500512
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400513#: e2fsck/pass1.c:1186
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500514msgid "multiply claimed block map"
515msgstr "multiply claimed block map"
516
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400517#: e2fsck/pass1.c:1285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500518msgid "ext attr block map"
519msgstr "ext attr block map"
520
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500521#: e2fsck/pass1.c:2072
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500522msgid "block bitmap"
523msgstr "block bitmap"
524
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500525#: e2fsck/pass1.c:2076
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500526msgid "inode bitmap"
527msgstr "inode bitmap"
528
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500529#: e2fsck/pass1.c:2080
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500530msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500531msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500532
Theodore Ts'o8f741372008-02-28 21:47:05 -0500533#: e2fsck/pass2.c:283
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500534msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400535msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500536
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400537#: e2fsck/pass3.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500538msgid "inode done bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500539msgstr "'inode done'-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500540
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400541#: e2fsck/pass3.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500542msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500543msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500544
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400545#: e2fsck/pass3.c:145
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500546msgid "Pass 3"
547msgstr "Durchgang 3"
548
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400549#: e2fsck/pass3.c:333
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500550msgid "inode loop detection bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500551msgstr "'inode loop detection'-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500552
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400553#: e2fsck/pass4.c:176
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500554msgid "Pass 4"
555msgstr "Durchgang 4"
556
557#: e2fsck/pass5.c:70
558msgid "Pass 5"
559msgstr "Durchgang 5"
560
Theodore Ts'obc759702005-05-09 20:40:55 -0400561#: e2fsck/problem.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500562msgid "(no prompt)"
563msgstr "(nicht interaktiv)"
564
Theodore Ts'obc759702005-05-09 20:40:55 -0400565#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500566msgid "Fix"
567msgstr "Repariere"
568
Theodore Ts'obc759702005-05-09 20:40:55 -0400569#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500570msgid "Clear"
571msgstr "Bereinige"
572
Theodore Ts'obc759702005-05-09 20:40:55 -0400573#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500574msgid "Relocate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400575msgstr "Zurücksetzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500576
Theodore Ts'obc759702005-05-09 20:40:55 -0400577#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500578msgid "Allocate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500579msgstr "Gebe frei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500580
Theodore Ts'obc759702005-05-09 20:40:55 -0400581#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500582msgid "Expand"
583msgstr "Erweitere"
584
Theodore Ts'obc759702005-05-09 20:40:55 -0400585#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500586msgid "Connect to /lost+found"
587msgstr "Verbinde nach /lost+found"
588
Theodore Ts'obc759702005-05-09 20:40:55 -0400589#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500590msgid "Create"
591msgstr "Erstelle"
592
Theodore Ts'obc759702005-05-09 20:40:55 -0400593#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500594msgid "Salvage"
595msgstr "Rette"
596
Theodore Ts'obc759702005-05-09 20:40:55 -0400597#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500598msgid "Truncate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400599msgstr "Verkürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500600
Theodore Ts'obc759702005-05-09 20:40:55 -0400601#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500602msgid "Clear inode"
603msgstr "Bereinige Inode"
604
Theodore Ts'obc759702005-05-09 20:40:55 -0400605#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500606msgid "Abort"
607msgstr "Abbrechen"
608
Theodore Ts'obc759702005-05-09 20:40:55 -0400609#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500610msgid "Split"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500611msgstr "Aufsplitten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500612
Theodore Ts'obc759702005-05-09 20:40:55 -0400613#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500614msgid "Continue"
615msgstr "Fortsetzen"
616
Theodore Ts'obc759702005-05-09 20:40:55 -0400617#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400618msgid "Clone multiply-claimed blocks"
619msgstr "multiply claimed block map"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500620
Theodore Ts'obc759702005-05-09 20:40:55 -0400621#: e2fsck/problem.c:65
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500622msgid "Delete file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400623msgstr "Lösche Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500624
Theodore Ts'obc759702005-05-09 20:40:55 -0400625#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500626msgid "Suppress messages"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400627msgstr "Ausgaben unterdrücken"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500628
Theodore Ts'obc759702005-05-09 20:40:55 -0400629#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500630msgid "Unlink"
631msgstr "Unlink"
632
Theodore Ts'obc759702005-05-09 20:40:55 -0400633#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500634msgid "Clear HTree index"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500635msgstr "Bereinige HTree-Index"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500636
Theodore Ts'obc759702005-05-09 20:40:55 -0400637#: e2fsck/problem.c:69
Theodore Ts'obc759702005-05-09 20:40:55 -0400638msgid "Recreate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400639msgstr "Zurücksetzen"
Theodore Ts'obc759702005-05-09 20:40:55 -0400640
641#: e2fsck/problem.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500642msgid "(NONE)"
643msgstr "(NICHTS)"
644
Theodore Ts'obc759702005-05-09 20:40:55 -0400645#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500646msgid "FIXED"
647msgstr "REPARIERT"
648
Theodore Ts'obc759702005-05-09 20:40:55 -0400649#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500650msgid "CLEARED"
651msgstr "BEREINIGT"
652
Theodore Ts'obc759702005-05-09 20:40:55 -0400653#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500654msgid "RELOCATED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400655msgstr "ZURÜCKGESETZT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500656
Theodore Ts'obc759702005-05-09 20:40:55 -0400657#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500658msgid "ALLOCATED"
659msgstr "FREIGEGEBEN"
660
Theodore Ts'obc759702005-05-09 20:40:55 -0400661#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500662msgid "EXPANDED"
663msgstr "ERWEITERT"
664
Theodore Ts'obc759702005-05-09 20:40:55 -0400665#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500666msgid "RECONNECTED"
667msgstr "WIEDER VERBUNDEN"
668
Theodore Ts'obc759702005-05-09 20:40:55 -0400669#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500670msgid "CREATED"
671msgstr "ANGELEGT"
672
Theodore Ts'obc759702005-05-09 20:40:55 -0400673#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500674msgid "SALVAGED"
675msgstr "GERETTET"
676
Theodore Ts'obc759702005-05-09 20:40:55 -0400677#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500678msgid "TRUNCATED"
679msgstr "BEENDET"
680
Theodore Ts'obc759702005-05-09 20:40:55 -0400681#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500682msgid "INODE CLEARED"
683msgstr "INODE BEREINIGT"
684
Theodore Ts'obc759702005-05-09 20:40:55 -0400685#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500686msgid "ABORTED"
687msgstr "ABGEBROCHEN"
688
Theodore Ts'obc759702005-05-09 20:40:55 -0400689#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500690msgid "SPLIT"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500691msgstr "ABGESPALTET"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500692
Theodore Ts'obc759702005-05-09 20:40:55 -0400693#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500694msgid "CONTINUING"
695msgstr "SETZE FORT"
696
Theodore Ts'obc759702005-05-09 20:40:55 -0400697#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400698msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400699msgstr "DOPPELTE/DEFEKTE BLÖCKE DUPLIZIERT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500700
Theodore Ts'obc759702005-05-09 20:40:55 -0400701#: e2fsck/problem.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500702msgid "FILE DELETED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400703msgstr "DATEI GELÖSCHT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500704
Theodore Ts'obc759702005-05-09 20:40:55 -0400705#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500706msgid "SUPPRESSED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400707msgstr "UNTERDRÜCKT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500708
Theodore Ts'obc759702005-05-09 20:40:55 -0400709#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500710msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500711msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500712
Theodore Ts'obc759702005-05-09 20:40:55 -0400713#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500714msgid "HTREE INDEX CLEARED"
715msgstr "HTREE INDEX BEREINIGT"
716
Theodore Ts'obc759702005-05-09 20:40:55 -0400717#: e2fsck/problem.c:97
Theodore Ts'obc759702005-05-09 20:40:55 -0400718msgid "WILL RECREATE"
719msgstr "ANGELEGT"
720
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400721#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400722#: e2fsck/problem.c:106
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500723msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400724msgstr "@b @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500725
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400726#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400727#: e2fsck/problem.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500728msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400729msgstr "@i @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500730
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400731#. @-expanded: inode table for group %g is not in group. (block %b)\n
732#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400733#: e2fsck/problem.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500734msgid ""
735"@i table for @g %g is not in @g. (@b %b)\n"
736"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
737msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400738"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
739"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500740
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400741#. @-expanded: \n
742#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
743#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
744#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
745#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
746#. @-expanded: e2fsck -b %S <device>\n
747#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400748#: e2fsck/problem.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500749#, c-format
750msgid ""
751"\n"
752"The @S could not be read or does not describe a correct ext2\n"
753"@f. If the @v is valid and it really contains an ext2\n"
754"@f (and not swap or ufs or something else), then the @S\n"
755"is corrupt, and you might try running e2fsck with an alternate @S:\n"
756" e2fsck -b %S <@v>\n"
757"\n"
758msgstr ""
759"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400760"@S ist unlesbar bzw. beschreibt kein gültiges ext2\n"
761"@f. Wenn @v gültig ist und ein ext2\n"
762"@f (kein swap oder ufs usw.) enthält, dann ist der @S\n"
763"beschädigt, und sie könnten e2fsck mit einem anderen @S:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500764" e2fsck -b %S <@v>\n"
765"\n"
766
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400767#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
768#. @-expanded: The physical size of the device is %c blocks\n
769#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400770#: e2fsck/problem.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500771msgid ""
772"The @f size (according to the @S) is %b @bs\n"
773"The physical size of the @v is %c @bs\n"
774"Either the @S or the partition table is likely to be corrupt!\n"
775msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400776"Die @f Größe ( laut @S) ist %b @bs\n"
777"Die physikalische Größe von @v ist %c @bs\n"
778"Entweder der @S oder die Partionstabelle ist beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500779
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400780#. @-expanded: superblock block_size = %b, fragsize = %c.\n
781#. @-expanded: This version of e2fsck does not support fragment sizes different\n
782#. @-expanded: from the block size.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400783#: e2fsck/problem.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500784msgid ""
785"@S @b_size = %b, fragsize = %c.\n"
786"This version of e2fsck does not support fragment sizes different\n"
787"from the @b size.\n"
788msgstr ""
789"@S @b_size = %b, fragsize = %c.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400790"Diese Version von e2fsck unterstützt keine von @b-Größen verschiedene "
791"Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500792
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400793#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400794#: e2fsck/problem.c:144
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500795msgid "@S @bs_per_group = %b, should have been %c\n"
796msgstr "@S @bs_per_group = %b, sollte %c sein.\n"
797
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400798#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400799#: e2fsck/problem.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500800msgid "@S first_data_@b = %b, should have been %c\n"
801msgstr "@S first_data_@b = %b, sollte %c haben.\n"
802
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400803#. @-expanded: filesystem did not have a UUID; generating one.\n
804#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400805#: e2fsck/problem.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500806msgid ""
807"@f did not have a UUID; generating one.\n"
808"\n"
809msgstr ""
810"@f hat keinen UUID ; generiere einen.\n"
811"\n"
812
Theodore Ts'obc759702005-05-09 20:40:55 -0400813#: e2fsck/problem.c:159
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400814#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500815msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400816"Note: if several inode or block bitmap blocks or part\n"
817"of the inode table require relocation, you may wish to try\n"
818"running e2fsck with the '-b %S' option first. The problem\n"
819"may lie only with the primary block group descriptors, and\n"
820"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500821"\n"
822msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400823"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
824"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
825"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
826"mit der Option '-b %S' zu starten. Das Problem könnte\n"
827"im primären Blockgruppenbezeichner liegen, und seine\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500828"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500829"\n"
830
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400831#. @-expanded: Corruption found in superblock. (%s = %N).\n
832#: e2fsck/problem.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500833msgid "Corruption found in @S. (%s = %N).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400834msgstr "Beschädigung gefunden in @S. (%s = %N).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500835
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400836#. @-expanded: Error determining size of the physical device: %m\n
837#: e2fsck/problem.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500838#, c-format
839msgid "Error determining size of the physical @v: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400840msgstr "Fehler bei der Feststellung der Größe des physikalischen @v: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500841
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400842#. @-expanded: inode count in superblock is %i, should be %j.\n
843#: e2fsck/problem.c:178
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400844msgid "@i count in @S is %i, @s %j.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400845msgstr "@i-Anzahl in @S ist %i, sollte %j sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500846
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400847#: e2fsck/problem.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500848msgid "The Hurd does not support the filetype feature.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400849msgstr "Hurd unterstützt das Dateityp-Feature nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500850
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400851#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
852#: e2fsck/problem.c:187
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400853#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400854msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500855msgstr "@S hat einen defekten ext3 @j (@i %i).\n"
856
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400857#. @-expanded: External journal has multiple filesystem users (unsupported).\n
858#: e2fsck/problem.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500859msgid "External @j has multiple @f users (unsupported).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400860msgstr "Externes @j hat mehrere @f Nutzer (nicht unterstützt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500861
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400862#. @-expanded: Can't find external journal\n
863#: e2fsck/problem.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500864msgid "Can't find external @j\n"
865msgstr "Kann kein externes @j finden.\n"
866
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400867#. @-expanded: External journal has bad superblock\n
868#: e2fsck/problem.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500869msgid "External @j has bad @S\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400870msgstr "Externes @j hat ungültigen @S\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500871
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400872#. @-expanded: External journal does not support this filesystem\n
873#: e2fsck/problem.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500874msgid "External @j does not support this @f\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400875msgstr "Externes @j unterstützt nicht @f\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500876
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400877#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
878#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
879#. @-expanded: format.\n
880#. @-expanded: It is also possible the journal superblock is corrupt.\n
881#: e2fsck/problem.c:212
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500882msgid ""
883"Ext3 @j @S is unknown type %N (unsupported).\n"
884"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
885"format.\n"
886"It is also possible the @j @S is corrupt.\n"
887msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400888"Ext3 @j @S ist eine unbekannter Type %N (nicht unterstützt).\n"
889"Es ist möglich, dass ihr e2fsck älter ist und/oder dieses @j Format nicht "
890"unterstützt.\n"
891"Es ist ebenso möglich, dass @j @S defekt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500892
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400893#. @-expanded: Ext3 journal superblock is corrupt.\n
894#: e2fsck/problem.c:220
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500895msgid "Ext3 @j @S is corrupt.\n"
896msgstr "Ext3 @j @S ist defekt.\n"
897
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400898#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
899#: e2fsck/problem.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500900#, c-format
901msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
902msgstr "@S hat kein has_@j Flag, aber ein ext3 @j %s.\n"
903
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400904#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
905#: e2fsck/problem.c:230
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500906msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500907msgstr "@S hat das ext3 'needs_recovery'-Flag gesetzt, aber kein @j.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500908
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400909#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
910#: e2fsck/problem.c:235
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400911msgid "ext3 recovery flag is clear, but @j has data.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400912msgstr "ext3 Recovery-Flag sauber, aber das @j enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500913
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400914#. @-expanded: Clear journal
915#: e2fsck/problem.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500916msgid "Clear @j"
917msgstr "Bereinige @j"
918
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400919#. @-expanded: Run journal anyway
920#: e2fsck/problem.c:245
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500921msgid "Run @j anyway"
922msgstr "Starte @j trotzdem"
923
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400924#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
925#: e2fsck/problem.c:250
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500926msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500927msgstr ""
928"Recovery-Flag in Backup @S nicht gesetzt, @j wird trotzdem gestartet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500929
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400930#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
931#: e2fsck/problem.c:255
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500932msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
933msgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
934
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400935#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
936#: e2fsck/problem.c:260
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500937msgid "@I @b #%B (%b) found in @o @i %i.\n"
938msgstr "@I @b #%B (%b) gefunden in @o @i %i.\n"
939
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400940#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
941#: e2fsck/problem.c:265
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500942msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500943msgstr "bereits bereinigt @b #%B (%b) gefunden in @o @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500944
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400945#. @-expanded: illegal orphaned inode %i in superblock.\n
946#: e2fsck/problem.c:270
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500947#, c-format
948msgid "@I @o @i %i in @S.\n"
949msgstr "@I @o @i %i in @S.\n"
950
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400951#. @-expanded: illegal inode %i in orphaned inode list.\n
952#: e2fsck/problem.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500953#, c-format
954msgid "@I @i %i in @o @i list.\n"
955msgstr "@I @i %i in @o @i Liste.\n"
956
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400957#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400958#: e2fsck/problem.c:280 e2fsck/problem.c:613
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400959msgid "@f has feature flag(s) set, but is a revision 0 @f. "
960msgstr ""
961
962#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
963#: e2fsck/problem.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500964msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
965msgstr "Ext3 @j @S hat ein unbekanntes Nur-Lesen-Flag gesetzt.\n"
966
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400967#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
968#: e2fsck/problem.c:290
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500969msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
970msgstr "Ext3 @j @S hat ein unbekanntes Inkompatibel-Flag gesetzt.\n"
971
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400972#. @-expanded: journal version not supported by this e2fsck.\n
973#: e2fsck/problem.c:295
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500974msgid "@j version not supported by this e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400975msgstr "@j Version wird von diesem e2fsck nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500976
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400977#. @-expanded: Moving journal from /%s to hidden inode.\n
978#. @-expanded: \n
979#: e2fsck/problem.c:300
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500980#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500981msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400982"Moving @j from /%s to hidden @i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500983"\n"
984msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500985"Verschiebe @j von /%s zum versteckten Inode.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500986"\n"
987
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400988#. @-expanded: Error moving journal: %m\n
989#. @-expanded: \n
990#: e2fsck/problem.c:305
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500991#, c-format
992msgid ""
993"Error moving @j: %m\n"
994"\n"
995msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500996"Fehler beim Verschieben von @j: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500997"\n"
998
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400999#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1000#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1001#. @-expanded: \n
1002#: e2fsck/problem.c:310
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001003msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001004"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001005"Clearing fields beyond the V1 @j @S...\n"
1006"\n"
1007msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001008"Fand unvollständige V2 @j @S Felder (vom V1 Journal).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001009"Bereinige die Felder hinter V1 @j @S...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001010"\n"
1011
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001012#. @-expanded: Backing up journal inode block information.\n
1013#. @-expanded: \n
1014#: e2fsck/problem.c:316
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001015msgid ""
1016"Backing up @j @i @b information.\n"
1017"\n"
1018msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001019"Sichere @j @i @b Information.\n"
1020"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001022#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1023#. @-expanded: is %N; should be zero.
1024#: e2fsck/problem.c:321
Theodore Ts'obc759702005-05-09 20:40:55 -04001025msgid ""
1026"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1027"is %N; @s zero. "
1028msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001029"Für @f ist resize_@i nicht eingeschaltet, aber s_reserved_gdt_@bs\n"
1030"ist %N; @s Null. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001031
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001032#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1033#: e2fsck/problem.c:327
1034msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001035msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001036"Resize_@i nicht aktiviert, aber die zu modifgizierende Inod ist nicht-Null."
Theodore Ts'obc759702005-05-09 20:40:55 -04001037
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001038#. @-expanded: Resize inode not valid.
1039#: e2fsck/problem.c:332
Theodore Ts'obc759702005-05-09 20:40:55 -04001040msgid "Resize @i not valid. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001041msgstr "@r ist kein @d. "
Theodore Ts'obc759702005-05-09 20:40:55 -04001042
Theodore Ts'o6956f612005-12-31 16:46:15 -05001043#. @-expanded: superblock last mount time is in the future.
1044#: e2fsck/problem.c:337
1045msgid "@S last mount time is in the future. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001046msgstr "Der Zeitpunkt des letzten Einhängens von @S liegt in der Zukunft"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001047
1048#. @-expanded: superblock last write time is in the future.
1049#: e2fsck/problem.c:342
1050msgid "@S last write time is in the future. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001051msgstr "Der Zeitpunkt des letzten Schreibens von @S liegt in der Zukunft. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001052
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001053#. @-expanded: superblock hint for external superblock should be %X.
1054#: e2fsck/problem.c:346
1055#, c-format
1056msgid "@S hint for external superblock @s %X. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001057msgstr "@S Hinweis für externen Superblock @s %X"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001058
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001059#. @-expanded: Adding dirhash hint to filesystem.\n
1060#. @-expanded: \n
1061#: e2fsck/problem.c:351
1062msgid ""
1063"Adding dirhash hint to @f.\n"
1064"\n"
1065msgstr ""
1066
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001067#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001068#: e2fsck/problem.c:358
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001069msgid "Pass 1: Checking @is, @bs, and sizes\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001070msgstr "Durchgang 1: Prüfe @is, @bs, und Größen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001071
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001072#. @-expanded: root inode is not a directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001073#: e2fsck/problem.c:362
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001074msgid "@r is not a @d. "
1075msgstr "@r ist kein @d. "
1076
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001077#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001078#: e2fsck/problem.c:367
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001079msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001080msgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001081
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001082#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001083#: e2fsck/problem.c:372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001084msgid "Reserved @i %i (%Q) has @n mode. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001085msgstr "Reservierte @i %i %Q hat einen falschen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001086
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001087#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001088#: e2fsck/problem.c:377
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001089#, c-format
1090msgid "@D @i %i has zero dtime. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001091msgstr "@D @i %i hat \"zero dtime\". "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001092
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001093#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001094#: e2fsck/problem.c:382
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001095#, c-format
1096msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001097msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001098
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001099#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001100#: e2fsck/problem.c:387
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001101#, c-format
1102msgid "@i %i is a @z @d. "
1103msgstr "@i %i ist ein @z @d. "
1104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001105#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001106#: e2fsck/problem.c:392
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001107msgid "@g %g's @b @B at %b @C.\n"
1108msgstr "@g %g's @b @B auf %b @C.\n"
1109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001110#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001111#: e2fsck/problem.c:397
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001112msgid "@g %g's @i @B at %b @C.\n"
1113msgstr "@g %g's @i @B auf %b @C.\n"
1114
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001115#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001116#: e2fsck/problem.c:402
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001117msgid "@g %g's @i table at %b @C.\n"
1118msgstr "@g %g's @i Tabelle auf %b @C.\n"
1119
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001120#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001121#: e2fsck/problem.c:407
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001122msgid "@g %g's @b @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001123msgstr "@g %g's @b @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001124
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001125#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001126#: e2fsck/problem.c:412
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001127msgid "@g %g's @i @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001128msgstr "@g %g's @i @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001129
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001130#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001131#: e2fsck/problem.c:417
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001132msgid "@i %i, i_size is %Is, @s %N. "
1133msgstr "@i %i, i_size ist %Is, @s %N. "
1134
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001135#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001136#: e2fsck/problem.c:422
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001137msgid "@i %i, i_@bs is %Ib, @s %N. "
1138msgstr "@i %i, i_@bs ist %Ib, @s %N. "
1139
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001140#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001141#: e2fsck/problem.c:427
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001142msgid "@I @b #%B (%b) in @i %i. "
1143msgstr "@I @b #%B (%b) in @i %i. "
1144
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001145#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001146#: e2fsck/problem.c:432
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001147msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001148msgstr "@b #%B (%b) überlappt @f metadata in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001149
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001150#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001151#: e2fsck/problem.c:437
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001152#, c-format
1153msgid "@i %i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001154msgstr "@i %i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001155
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001156#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001157#: e2fsck/problem.c:442
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001158#, c-format
1159msgid "Too many illegal @bs in @i %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001160msgstr "Zu viele unzulässige @bs in @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001161
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001162#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001163#: e2fsck/problem.c:447
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001164msgid "@I @b #%B (%b) in bad @b @i. "
1165msgstr "@I @b #%B (%b) in bad @b @i. "
1166
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001167#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001168#: e2fsck/problem.c:452
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001169msgid "Bad @b @i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001170msgstr "Bad @b @i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001171
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001172#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001173#: e2fsck/problem.c:457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001174msgid "Duplicate or bad @b in use!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001175msgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001176
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001177#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001178#: e2fsck/problem.c:462
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001179msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001180msgstr "Bad @b %b benutzt als bad @b @i indirekt @b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001181
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001182#. @-expanded: \n
1183#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1184#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1185#. @-expanded: in the filesystem.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001186#: e2fsck/problem.c:467
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001187msgid ""
1188"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001189"The bad @b @i has probably been corrupted. You probably\n"
1190"should stop now and run e2fsck -c to scan for bad blocks\n"
1191"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001192msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001193"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001194"Defekter @b @i ist wahrscheinlich beschädigt worden. Sie sollten\n"
1195"nun eher innehalten und »e2fsck -c« ausführen, um nach defekten\n"
1196"Blöcken in @f zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001197
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001198#. @-expanded: \n
1199#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001200#: e2fsck/problem.c:474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001201msgid ""
1202"\n"
1203"If the @b is really bad, the @f can not be fixed.\n"
1204msgstr ""
1205"\n"
1206"Wenn der @b wirklich defekt ist, kann der @f nicht repariert werden.\n"
1207
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001208#. @-expanded: You can remove this block from the bad block list and hope\n
1209#. @-expanded: that the block is really OK. But there are no guarantees.\n
1210#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001211#: e2fsck/problem.c:479
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001212msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001213"You can remove this @b from the bad @b list and hope\n"
1214"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001215"\n"
1216msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001217"Sie können @b von der @b - Liste löschen \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001218"und hoffen das @b wirklich in Ordnung ist, es \n"
1219"gibt aber KEINE GARANTIEN.\n"
1220"\n"
1221
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001222#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001223#: e2fsck/problem.c:485
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001224msgid "The primary @S (%b) is on the bad @b list.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001225msgstr "Der primäre @S (%b) ist auf der bad @b Liste.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001226
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001227#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001228#: e2fsck/problem.c:490
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001229msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001230msgstr "Block %b im primären Deskriptor @g ist auf der bad @b Liste\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001231
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001232#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001233#: e2fsck/problem.c:496
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001234msgid "Warning: Group %g's @S (%b) is bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001235msgstr "Warnung: Gruppe %g's @S (%b) ist ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001236
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001237#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001238#: e2fsck/problem.c:501
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001239msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001240msgstr "Warnung: Gruppe %g's Kopie vom Deskriptor @g hat einen bad @b (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001241
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001242#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001243#: e2fsck/problem.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001244msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1245msgstr "Programmfehler? @b #%b verlangt ohne Grund in process_bad_@b.\n"
1246
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001247#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001248#: e2fsck/problem.c:513
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001249msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1250msgstr "@A %N grenzt an @b(s) in @b @g %g for %s: %m\n"
1251
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001252#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001253#: e2fsck/problem.c:518
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001254#, c-format
1255msgid "@A @b buffer for relocating %s\n"
1256msgstr "@A @b Puffer zum Verschieben %s\n"
1257
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001258#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001259#: e2fsck/problem.c:523
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001260msgid "Relocating @g %g's %s from %b to %c...\n"
1261msgstr "Verschiebe @g %g's %s von %b nach %c...\n"
1262
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001263#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001264#: e2fsck/problem.c:528
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001265#, c-format
1266msgid "Relocating @g %g's %s to %c...\n"
1267msgstr "Verschiebe @g %g's %s nach %c...\n"
1268
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001269#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001270#: e2fsck/problem.c:533
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001271msgid "Warning: could not read @b %b of %s: %m\n"
1272msgstr "Warnung: kann @b %b von %s: %m nicht lesen\n"
1273
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001274#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001275#: e2fsck/problem.c:538
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001276msgid "Warning: could not write @b %b for %s: %m\n"
1277msgstr "Warnung: kann @b %b von %s: %m nicht schreiben\n"
1278
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001279#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001280#: e2fsck/problem.c:543 e2fsck/problem.c:1280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001281msgid "@A @i @B (%N): %m\n"
1282msgstr "@A @i @B (%N): %m\n"
1283
1284#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001285#: e2fsck/problem.c:548
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001286msgid "@A @b @B (%N): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001287msgstr "@A @i @B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001288
1289#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001290#: e2fsck/problem.c:553
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001291#, c-format
1292msgid "@A icount link information: %m\n"
1293msgstr "@A icount link information: %m\n"
1294
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001295#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001296#: e2fsck/problem.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001297#, c-format
1298msgid "@A @d @b array: %m\n"
1299msgstr "@A @d @b array: %m\n"
1300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001301#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001302#: e2fsck/problem.c:563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001303#, c-format
1304msgid "Error while scanning @is (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001305msgstr "Fehler während der Suche @is (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001306
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001307#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001308#: e2fsck/problem.c:568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001309#, c-format
1310msgid "Error while iterating over @bs in @i %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001311msgstr "Fehler beim Iterieren über @bs in @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001312
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001313#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001314#: e2fsck/problem.c:573
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001315msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001316msgstr ""
1317"Fehler beim Speichern von @i count Informationen (@i=%i, count=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001318
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001319#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001320#: e2fsck/problem.c:578
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001321msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001322msgstr "Fehler beim Speichern @d @b Informationen (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001323
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001324#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001325#: e2fsck/problem.c:584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001326#, c-format
1327msgid "Error reading @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001328msgstr "Fehler beim Lesen von @i %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001329
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001330#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001331#: e2fsck/problem.c:592
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001332#, c-format
1333msgid "@i %i has imagic flag set. "
1334msgstr "@i %i hat Imagic-Flag gesetzt. "
1335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001336#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1337#. @-expanded: or append-only flag set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001338#: e2fsck/problem.c:597
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001339#, c-format
1340msgid ""
1341"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1342"or append-only flag set. "
1343msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001344"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001345"oder append-only Flag gesetzt. "
1346
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001347#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001348#: e2fsck/problem.c:603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001349#, c-format
1350msgid "@i %i has @cion flag set on @f without @cion support. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001351msgstr "@i %i hat @cion Flag gesetzt auf @f ohne @cion Unterstützung. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001352
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001353#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001354#: e2fsck/problem.c:608
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001355#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001356msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1357msgstr ""
1358"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
1359"oder append-only Flag gesetzt. "
1360
1361#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001362#: e2fsck/problem.c:618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001363msgid "@j @i is not in use, but contains data. "
1364msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
1365
1366#. @-expanded: journal is not regular file.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001367#: e2fsck/problem.c:623
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001368msgid "@j is not regular file. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001369msgstr "@j ist keine reguläre Datei. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001370
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001371#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001372#: e2fsck/problem.c:628
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001373#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001374msgid "@i %i was part of the @o @i list. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001375msgstr "@i %i war Teil der orphaned @i Liste. "
1376
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001377#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001378#: e2fsck/problem.c:634
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001379msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001380msgstr "@is, die Teile einer defekten Liste mit verwaisten Links waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001381
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001382#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001383#: e2fsck/problem.c:639
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001384msgid "@A refcount structure (%N): %m\n"
1385msgstr "@A icount structure: %m\n"
1386
1387#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001388#: e2fsck/problem.c:644
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001389msgid "Error reading @a @b %b for @i %i. "
1390msgstr "Fehler beim Lesen @a @b %b for @i %i. "
1391
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001392#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001393#: e2fsck/problem.c:649
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001394msgid "@i %i has a bad @a @b %b. "
1395msgstr "@i %i hat defekten @a @b %b. "
1396
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001397#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001398#: e2fsck/problem.c:654
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001399msgid "Error reading @a @b %b (%m). "
1400msgstr "Fehler beim Lesen @a @b %b (%m). "
1401
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001402#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001403#: e2fsck/problem.c:659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001404msgid "@a @b %b has reference count %B, @s %N. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001405msgstr "@a @b %b hat den Referenzzähler %B, richtig wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001407#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001408#: e2fsck/problem.c:664
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001409msgid "Error writing @a @b %b (%m). "
1410msgstr "Fehler beim Schreiben @a @b %b (%m). "
1411
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001412#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001413#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001414msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001415msgstr "@a @b %b hat h_blocks > 1. "
1416
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001417#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001418#: e2fsck/problem.c:674
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001419msgid "@A @a @b %b. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001420msgstr "@A @a @b %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001421
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001422#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001423#: e2fsck/problem.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001424msgid "@a @b %b is corrupt (allocation collision). "
1425msgstr "@a @b %b ist defekt (allocation collision). "
1426
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001427#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001428#: e2fsck/problem.c:684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001429msgid "@a @b %b is corrupt (@n name). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001430msgstr "@a @b %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001431
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001432#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001433#: e2fsck/problem.c:689
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001434msgid "@a @b %b is corrupt (@n value). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001435msgstr "@a @b %b ist defekt (ungültiger Wert). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001436
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001437#. @-expanded: inode %i is too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001438#: e2fsck/problem.c:694
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001439#, c-format
1440msgid "@i %i is too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001441msgstr "@i %i ist zu groß. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001442
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001443#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001444#: e2fsck/problem.c:698
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001445msgid "@b #%B (%b) causes @d to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001446msgstr "@b #%B (%b) macht @d zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001447
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001448#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001449#: e2fsck/problem.c:703
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001450msgid "@b #%B (%b) causes file to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001451msgstr "@b #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001452
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001453#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001454#: e2fsck/problem.c:708
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001455msgid "@b #%B (%b) causes symlink to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001456msgstr "@b #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001457
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001458#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001459#: e2fsck/problem.c:713
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001460#, c-format
1461msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001462msgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001463
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001464#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001465#: e2fsck/problem.c:718
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001466#, c-format
1467msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1468msgstr "@i %i hat INDEX_FL flag gesetzt, ist aber kein @d.\n"
1469
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001470#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001471#: e2fsck/problem.c:723
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001472#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001473msgid "@h %i has an @n root node.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001474msgstr "@h %i hat einen unvollständigen root node.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001477#: e2fsck/problem.c:728
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001478msgid "@h %i has an unsupported hash version (%N)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001479msgstr "@h %i hat eine nicht unterstützte hash-Version (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001480
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001481#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001482#: e2fsck/problem.c:733
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001483#, c-format
1484msgid "@h %i uses an incompatible htree root node flag.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001485msgstr "@h %i benutzt einen nicht unterstützten htree root node flag.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001486
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001487#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001488#: e2fsck/problem.c:738
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001489msgid "@h %i has a tree depth (%N) which is too big\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001490msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001491
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001492#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1493#. @-expanded: filesystem metadata.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001494#: e2fsck/problem.c:743
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001495msgid ""
1496"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1497"@f metadata. "
1498msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001499"Defekter @b @i hat einen indirekten @b (%b), der mit\n"
1500"den @f Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001501
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001502#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001503#: e2fsck/problem.c:749
Theodore Ts'obc759702005-05-09 20:40:55 -04001504#, c-format
1505msgid "Resize @i (re)creation failed: %m."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001506msgstr "Erzeugung von Vergrösserungs-@i scheiterte: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001507
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001508#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001509#: e2fsck/problem.c:754
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001510msgid "@i %i has a extra size (%IS) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001511msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001512
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001513#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001514#: e2fsck/problem.c:759
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001515msgid "@a in @i %i has a namelen (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001516msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001517
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001518#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001519#: e2fsck/problem.c:764
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001520msgid "@a in @i %i has a value size (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001521msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001522
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001523#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001524#: e2fsck/problem.c:769
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001525msgid "@a in @i %i has a value offset (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001526msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001527
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001528#. @-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 -04001529#: e2fsck/problem.c:774
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001530msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001531msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001532
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001533#. @-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 -04001534#: e2fsck/problem.c:779
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001535msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001536msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001537
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001538#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1539#: e2fsck/problem.c:784
1540msgid "@i %i is a %It but it looks like it is really a directory.\n"
1541msgstr ""
1542
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001543#. @-expanded: \n
1544#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1545#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001546#: e2fsck/problem.c:791
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001547msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001548"\n"
1549"Running additional passes to resolve @bs claimed by more than one @i...\n"
1550"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001551msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001552"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001553"Doppelter @bs gefunden... starte Scan nach doppelten @b.\n"
1554"Durchgang 1B: Suche nach doppelten/defekten @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001555
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001556#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001557#: e2fsck/problem.c:797
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001558#, fuzzy, c-format
1559msgid "@m @b(s) in @i %i:"
1560msgstr "@I @b #%B (%b) in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001561
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001562#: e2fsck/problem.c:812
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001563#, c-format
1564msgid "Error while scanning inodes (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001565msgstr "Fehlen beim Prüfen von Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001566
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001567#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001568#: e2fsck/problem.c:817
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001569#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001570msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001571msgstr "@A @i @B (inode_dup_map): %m\n"
1572
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001573#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001574#: e2fsck/problem.c:822
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001575#, c-format
1576msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001577msgstr "Fehler beim Durchlaufen der @bs in @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001578
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001579#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001580#: e2fsck/problem.c:827 e2fsck/problem.c:1143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001581msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001582msgstr "Fehler bei der Anpassung des refcount für @a @b %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001583
Theodore Ts'o6956f612005-12-31 16:46:15 -05001584#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001585#: e2fsck/problem.c:833
Theodore Ts'o6956f612005-12-31 16:46:15 -05001586msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001587msgstr "Durchgang 1C: Prüfe Verzeichnisse nach @is mit doppelten @bs.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001588
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001589#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001590#: e2fsck/problem.c:839
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001591msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001592msgstr "Durchgang 1D: Gleiche doppelte @bs ab\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001593
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001594#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1595#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001596#: e2fsck/problem.c:844
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001597msgid ""
1598"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001599" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001600msgstr ""
1601"Datei %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001602" hat %B doppelte @b(s), geteilt mit %N Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001603
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001604#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001605#: e2fsck/problem.c:850
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001606msgid "\t%Q (@i #%i, mod time %IM)\n"
1607msgstr "\t%Q (@i #%i, mod time %IM)\n"
1608
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001609#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001610#: e2fsck/problem.c:855
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001611msgid "\t<@f metadata>\n"
1612msgstr "\t<@f metadata>\n"
1613
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001614#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1615#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001616#: e2fsck/problem.c:860
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001617msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001618"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001619"\n"
1620msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001621"(es gibt %N @is, die doppelte/defekte @bs enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001622"\n"
1623
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001624#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1625#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001626#: e2fsck/problem.c:865
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001627msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001628"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001629"\n"
1630msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001631"Duplizierte @bs bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001632"\n"
1633
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001634#: e2fsck/problem.c:878
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001635#, c-format
1636msgid "Couldn't clone file: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001637msgstr "Kann die Datei %m nicht klonen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001638
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001639#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001640#: e2fsck/problem.c:884
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001641msgid "Pass 2: Checking @d structure\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001642msgstr "Durchgang 2: Prüfe @d Struktur\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001643
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001644#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001645#: e2fsck/problem.c:889
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001646#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001647msgid "@n @i number for '.' in @d @i %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001648msgstr "Falsche @i Nummer für '.' in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001649
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001650#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001651#: e2fsck/problem.c:894
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001652msgid "@E has @n @i #: %Di.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001653msgstr "@E hat falsche @i #: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001654
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001655#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001656#: e2fsck/problem.c:899
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001657msgid "@E has @D/unused @i %Di. "
1658msgstr "@E hat @D/unbenutzt @i %Di. "
1659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001660#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001661#: e2fsck/problem.c:904
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001662msgid "@E @L to '.' "
1663msgstr "@E @L nach '.' "
1664
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001665#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001666#: e2fsck/problem.c:909
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001667msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001668msgstr "@E zeigt auf @i (%Di) in einem defekten @b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001670#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001671#: e2fsck/problem.c:914
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001672msgid "@E @L to @d %P (%Di).\n"
1673msgstr "@E @L nach @d %P (%Di).\n"
1674
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001675#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001676#: e2fsck/problem.c:919
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001677msgid "@E @L to the @r.\n"
1678msgstr "@E @L zur @r.\n"
1679
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001680#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001681#: e2fsck/problem.c:924
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001682msgid "@E has illegal characters in its name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001683msgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001685#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001686#: e2fsck/problem.c:929
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001687#, c-format
1688msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001689msgstr "Fehlende '.' in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001690
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001691#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001692#: e2fsck/problem.c:934
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001693#, c-format
1694msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001695msgstr "Fehlende '..' in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001696
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001697#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001698#: e2fsck/problem.c:939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001699msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001700msgstr "Erster @e '%Dn' (inode=%Di) in @d @i %i (%p) @s '.'\n"
1701
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001702#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001703#: e2fsck/problem.c:944
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001704msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001705msgstr "Zweiter @e '%Dn' (inode=%Di) in @d @i %i @s '..'\n"
1706
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001707#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001708#: e2fsck/problem.c:949
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001709msgid "i_faddr @F %IF, @s zero.\n"
1710msgstr "i_faddr @F %IF, @s null.\n"
1711
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001712#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001713#: e2fsck/problem.c:954
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001714msgid "i_file_acl @F %If, @s zero.\n"
1715msgstr "i_file_acl @F %If, @s null.\n"
1716
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001717#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001718#: e2fsck/problem.c:959
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001719msgid "i_dir_acl @F %Id, @s zero.\n"
1720msgstr "i_dir_acl @F %Id, @s null.\n"
1721
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001722#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001723#: e2fsck/problem.c:964
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001724msgid "i_frag @F %N, @s zero.\n"
1725msgstr "i_frag @F %N, @s null.\n"
1726
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001727#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001728#: e2fsck/problem.c:969
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001729msgid "i_fsize @F %N, @s zero.\n"
1730msgstr "i_fsize @F %N, @s null.\n"
1731
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001732#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001733#: e2fsck/problem.c:974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001734msgid "@i %i (%Q) has @n mode (%Im).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001735msgstr "@i %i (%Q) hat einen falschen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001736
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001737#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001738#: e2fsck/problem.c:979
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001739msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1740msgstr "@d @i %i, @b %B, offset %N: @d defekt\n"
1741
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001742#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001743#: e2fsck/problem.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001744msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1745msgstr "@d @i %i, @b %B, offset %N: Dateiname zu lang\n"
1746
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001747#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001748#: e2fsck/problem.c:989
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001749msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001750msgstr "@d @i %i hat einen nicht zugewiesenen @b #%B. "
1751
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001752#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001753#: e2fsck/problem.c:994
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001754#, c-format
1755msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1756msgstr "'.' @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001757
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001758#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001759#: e2fsck/problem.c:999
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001760#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001761msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1762msgstr "'..' @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001763
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001764#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001765#: e2fsck/problem.c:1004
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001766msgid "@i %i (%Q) is an @I character @v.\n"
1767msgstr "@i %i (%Q) ist ein @I Zeichen @v.\n"
1768
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001769#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001770#: e2fsck/problem.c:1009
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001771msgid "@i %i (%Q) is an @I @b @v.\n"
1772msgstr "@i %i (%Q) ist ein @I @b @v.\n"
1773
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001774#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001775#: e2fsck/problem.c:1014
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001776msgid "@E is duplicate '.' @e.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001777msgstr "@E ist ein doppelter '.' @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001778
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001779#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001780#: e2fsck/problem.c:1019
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001781msgid "@E is duplicate '..' @e.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001782msgstr "@E ist ein doppelter '..' @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001783
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001784#: e2fsck/problem.c:1024 e2fsck/problem.c:1305
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001785#, c-format
1786msgid "Internal error: couldn't find dir_info for %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001787msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001788
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001789#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001790#: e2fsck/problem.c:1029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001791msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001792msgstr "@E hat rec_len von %Dr, sollte %N sein.\n"
1793
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001794#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001795#: e2fsck/problem.c:1034
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001796#, c-format
1797msgid "@A icount structure: %m\n"
1798msgstr "@A icount structure: %m\n"
1799
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001800#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001801#: e2fsck/problem.c:1039
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001802#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04001803msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001804msgstr "Fehler beim Durchlaufen der @d @bs: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001805
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001806#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001807#: e2fsck/problem.c:1044
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001808msgid "Error reading @d @b %b (@i %i): %m\n"
1809msgstr "Lesefehler @d @b %b (@i %i): %m\n"
1810
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001811#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001812#: e2fsck/problem.c:1049
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001813msgid "Error writing @d @b %b (@i %i): %m\n"
1814msgstr "Schreibfehler @d @b %b (@i %i): %m\n"
1815
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001816#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001817#: e2fsck/problem.c:1054
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001818#, c-format
1819msgid "@A new @d @b for @i %i (%s): %m\n"
1820msgstr "@A neu @d @b for @i %i (%s): %m\n"
1821
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001822#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001823#: e2fsck/problem.c:1059
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001824#, c-format
1825msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001826msgstr "Fehler bei der Freigabe von @i %i: %m\n"
1827
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001828#. @-expanded: directory entry for '.' is big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001829#: e2fsck/problem.c:1064
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001830msgid "@d @e for '.' is big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001831msgstr "@d @e für '.' ist groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001832
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001833#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001834#: e2fsck/problem.c:1069
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001835msgid "@i %i (%Q) is an @I FIFO.\n"
1836msgstr "@i %i (%Q) ist ein @I FIFO.\n"
1837
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001838#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001839#: e2fsck/problem.c:1074
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001840msgid "@i %i (%Q) is an @I socket.\n"
1841msgstr "@i %i (%Q) ist ein @I Socket.\n"
1842
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001843#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001844#: e2fsck/problem.c:1079
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001845msgid "Setting filetype for @E to %N.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001846msgstr "Setze Dateitype für @E auf %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001847
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001848#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001849#: e2fsck/problem.c:1084
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001850msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001851msgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
1852
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001853#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001854#: e2fsck/problem.c:1089
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001855msgid "@E has filetype set.\n"
1856msgstr "@E hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001857
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001858#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001859#: e2fsck/problem.c:1094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001860msgid "@E has a @z name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001861msgstr "@E hat einen Namen der Länge Null..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001862
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001863#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001864#: e2fsck/problem.c:1099
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001865msgid "Symlink %Q (@i #%i) is @n.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001866msgstr "Symlink %Q (@i #%i) is invalid.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001867
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001868#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001869#: e2fsck/problem.c:1104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001870msgid "@a @b @F @n (%If).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001871msgstr "@a @b @F ist falsch (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001872
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001873#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001874#: e2fsck/problem.c:1109
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001875msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
1876msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001877"@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 -05001878
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001879#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001880#: e2fsck/problem.c:1114
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001881msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001882msgstr "@p @h %d: Node (%B) nicht referenziert\n"
1883
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001884#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001885#: e2fsck/problem.c:1119
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001886msgid "@p @h %d: node (%B) referenced twice\n"
1887msgstr "@p @h %d: Node (%B) doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001888
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001889#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001890#: e2fsck/problem.c:1124
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001891msgid "@p @h %d: node (%B) has bad min hash\n"
1892msgstr "@p @h %d: node (%B) has bad min hash\n"
1893
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001894#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001895#: e2fsck/problem.c:1129
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001896msgid "@p @h %d: node (%B) has bad max hash\n"
1897msgstr "@p @h %d: node (%B) has bad max hash\n"
1898
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001899#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001900#: e2fsck/problem.c:1134
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001901msgid "@n @h %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001902msgstr "Invalid @h %d (%q). "
1903
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001904#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001905#: e2fsck/problem.c:1138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001906msgid "@p @h %d (%q): bad @b number %b.\n"
1907msgstr "@p @h %d (%q): bad @b number %b.\n"
1908
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001909#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001910#: e2fsck/problem.c:1148
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001911#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001912msgid "@p @h %d: root node is @n\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001913msgstr "@p @h %d: root node is invalid\n"
1914
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001915#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001916#: e2fsck/problem.c:1153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001917msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001918msgstr "@p @h %d: node (%B) has bad limit (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001919
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001920#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001921#: e2fsck/problem.c:1158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001922msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001923msgstr "@p @h %d: node (%B) has bad count (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001924
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001925#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001926#: e2fsck/problem.c:1163
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001927msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001928msgstr "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001929
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001930#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001931#: e2fsck/problem.c:1168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001932msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001933msgstr "@p @h %d: node (%B) has bad depth\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001935#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001936#: e2fsck/problem.c:1173
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001937msgid "Duplicate @E found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001938msgstr "Doppelte @E gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001940#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1941#. @-expanded: Rename to %s
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001942#: e2fsck/problem.c:1178
Theodore Ts'oddc32a02003-05-03 18:45:55 -04001943#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001944msgid ""
1945"@E has a non-unique filename.\n"
1946"Rename to %s"
1947msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001948"@E hat keinen eindeutigen Dateinnamen.\n"
1949"Benenne in %s um"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001950
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001951#. @-expanded: Duplicate entry '%Dn' found.\n
1952#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1953#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001954#: e2fsck/problem.c:1183
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001955msgid ""
1956"Duplicate @e '%Dn' found.\n"
1957"\tMarking %p (%i) to be rebuilt.\n"
1958"\n"
1959msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001960"Doppelte @e '%Dn' gefunden.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001961"\tMarkiere %p (%i) für die Neuerstellung.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001962"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001963
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001964#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
1965#: e2fsck/problem.c:1188
1966#, fuzzy
1967msgid "i_blocks_hi @F %N, @s zero.\n"
1968msgstr "i_fsize @F %N, @s null.\n"
1969
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001970#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001971#: e2fsck/problem.c:1195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001972msgid "Pass 3: Checking @d connectivity\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001973msgstr "Durchgang 3: Prüfe @d Verknüpfungen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001975#. @-expanded: root inode not allocated.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001976#: e2fsck/problem.c:1200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001977msgid "@r not allocated. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001978msgstr "@r nicht zugeordnet. "
1979
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001980#. @-expanded: No room in lost+found directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001981#: e2fsck/problem.c:1205
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001982msgid "No room in @l @d. "
1983msgstr "Kein Platz in @l @d. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001984
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001985#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001986#: e2fsck/problem.c:1210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001987#, c-format
1988msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001989msgstr "Nicht verbundene @d @i %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001990
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001991#. @-expanded: /lost+found not found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001992#: e2fsck/problem.c:1215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001993msgid "/@l not found. "
1994msgstr "/@l nicht gefunden. "
1995
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001996#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001997#: e2fsck/problem.c:1220
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001998msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
1999msgstr "'..' in %Q (%i) ist %P (%j), @s %q (%d).\n"
2000
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002001#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002002#: e2fsck/problem.c:1225
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002003msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002004msgstr "Falscher oder fehlender /@l. Wiederverbinden nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002005
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002006#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002007#: e2fsck/problem.c:1230
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002008#, c-format
2009msgid "Could not expand /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002010msgstr "Erweitern nicht möglich /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002011
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002012#: e2fsck/problem.c:1235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002013#, c-format
2014msgid "Could not reconnect %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002015msgstr "Wiederverbinden nicht möglich %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002016
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002017#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002018#: e2fsck/problem.c:1240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002019#, c-format
2020msgid "Error while trying to find /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002021msgstr "Fehler während der Suche nach /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002022
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002023#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002024#: e2fsck/problem.c:1245
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002025#, c-format
2026msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002027msgstr "ext2fs_new_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002028
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002029#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002030#: e2fsck/problem.c:1250
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002031#, c-format
2032msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002033msgstr "ext2fs_new_@i: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002034
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002035#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002036#: e2fsck/problem.c:1255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002037#, c-format
2038msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002039msgstr "ext2fs_new_dir_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002040
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002041#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002042#: e2fsck/problem.c:1260
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002043#, c-format
2044msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002045msgstr "ext2fs_write_dir_@b: %m während des Schreibens von @d @b für /@l\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002047#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002048#: e2fsck/problem.c:1265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002049#, c-format
2050msgid "Error while adjusting @i count on @i %i\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002051msgstr "Fehler während der Einstellung von @i count auf @i %i\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002052
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002053#. @-expanded: Couldn't fix parent of inode %i: %m\n
2054#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002055#: e2fsck/problem.c:1270
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002056#, c-format
2057msgid ""
2058"Couldn't fix parent of @i %i: %m\n"
2059"\n"
2060msgstr ""
2061"Konnte Parent von @i %i: %m nicht reparieren\n"
2062"\n"
2063
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002064#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2065#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002066#: e2fsck/problem.c:1275
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002067#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002068msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002069"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002070"\n"
2071msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002072"Parent von @i %i konnte nicht repariert werden: \n"
2073"parent @d nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002074
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002075#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002076#: e2fsck/problem.c:1285
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002077#, c-format
2078msgid "Error creating root @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002079msgstr "Fehler beim Erzeugen des root @d (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002080
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002081#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002082#: e2fsck/problem.c:1290
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002083#, c-format
2084msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002085msgstr "Fehler beim Erzeugen des /@l @d (%s): %m\n"
2086
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002087#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002088#: e2fsck/problem.c:1295
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002089msgid "@r is not a @d; aborting.\n"
2090msgstr "@r ist kein @d; breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002091
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002092#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002093#: e2fsck/problem.c:1300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002094msgid "Cannot proceed without a @r.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002095msgstr "Kann ohne @r nicht fortsetzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002096
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002097#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002098#: e2fsck/problem.c:1310
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002099#, c-format
2100msgid "/@l is not a @d (ino=%i)\n"
2101msgstr "/@l ist kein @d (ino=%i)\n"
2102
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002103#: e2fsck/problem.c:1317
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002104msgid "Pass 3A: Optimizing directories\n"
2105msgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2106
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002107#: e2fsck/problem.c:1322
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002108#, c-format
2109msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002110msgstr "dirs_to_hash iterator konnte nicht erzeugt werden: %m"
2111
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002112#: e2fsck/problem.c:1327
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002113msgid "Failed to optimize directory %q (%d): %m"
2114msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002115
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002116#: e2fsck/problem.c:1332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002117msgid "Optimizing directories: "
2118msgstr "Optimiere Verzeichnisse: "
2119
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002120#: e2fsck/problem.c:1349
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002121msgid "Pass 4: Checking reference counts\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002122msgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002123
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002124#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002125#: e2fsck/problem.c:1354
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002126#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002127msgid "@u @z @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002128msgstr "@I @o @i %i in @S. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002129
2130#. @-expanded: unattached inode %i\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002131#: e2fsck/problem.c:1359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002132#, c-format
2133msgid "@u @i %i\n"
2134msgstr ""
2135
2136#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002137#: e2fsck/problem.c:1364
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002138msgid "@i %i ref count is %Il, @s %N. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002139msgstr "@i %i Prüfsumme ist %Il, @s %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002140
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002141#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2142#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2143#. @-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 -04002144#: e2fsck/problem.c:1368
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002145msgid ""
2146"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2147"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002148"@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 -05002149msgstr ""
2150"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002151"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (LIVE) DATEISYSTEM.\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002152"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten gleich "
2153"sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002154
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002155#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002156#: e2fsck/problem.c:1378
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002157msgid "Pass 5: Checking @g summary information\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002158msgstr "Durchgang 5: Überprüfe @g Zusammenfassung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002159
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002160#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002161#: e2fsck/problem.c:1383
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002162msgid "Padding at end of @i @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002163msgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002164
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002165#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002166#: e2fsck/problem.c:1388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002167msgid "Padding at end of @b @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002168msgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002170#. @-expanded: block bitmap differences:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002171#: e2fsck/problem.c:1393
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002172msgid "@b @B differences: "
2173msgstr "@b @B differieren: "
2174
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002175#. @-expanded: inode bitmap differences:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002176#: e2fsck/problem.c:1413
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002177msgid "@i @B differences: "
2178msgstr "@i @B differieren: "
2179
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002180#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002181#: e2fsck/problem.c:1433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002182msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002183msgstr "Freie @is Anzahl ist falsch für @g #%g (%i, counted=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002185#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002186#: e2fsck/problem.c:1438
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002187msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002188msgstr "Verzeichnisanzahl ist falsch für @g #%g (%i, counted=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002189
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002190#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002191#: e2fsck/problem.c:1443
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002192msgid "Free @is count wrong (%i, counted=%j).\n"
2193msgstr "Freie @is Anzahl ist falsch (%i, counted=%j).\n"
2194
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002195#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002196#: e2fsck/problem.c:1448
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002197msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2198msgstr "Freie @bs Anzahl ist falsch @g #%g (%b, counted=%c).\n"
2199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002200#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002201#: e2fsck/problem.c:1453
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002202msgid "Free @bs count wrong (%b, counted=%c).\n"
2203msgstr "Freie @bs Anzahl ist falsch (%b, counted=%c).\n"
2204
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002205#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2206#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002207#: e2fsck/problem.c:1458
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002208msgid ""
2209"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2210"endpoints (%i, %j)\n"
2211msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002212"PROGRAMMIERFEHLER: @f (#%N) @B Endpunkte (%b, %c) passen nicht zu den "
2213"berechneten @B Endpunkten (%i, %j)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002214
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002215#: e2fsck/problem.c:1464
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002216msgid "Internal error: fudging end of bitmap (%N)\n"
2217msgstr "Interner Fehler: fudging end of bitmap (%N)\n"
2218
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002219#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002220#: e2fsck/problem.c:1469
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002221#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002222msgid "Error copying in replacement @i @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002223msgstr "Fehler beim hineinkopieren von @i @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002224
2225#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002226#: e2fsck/problem.c:1474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002227#, c-format
2228msgid "Error copying in replacement @b @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002229msgstr "Fehler beim hineinkopieren von @b @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002230
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002231#: e2fsck/problem.c:1499
2232msgid "Recreate journal to make the filesystem ext3 again?\n"
2233msgstr ""
2234
2235#: e2fsck/problem.c:1617
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002236#, c-format
2237msgid "Unhandled error code (0x%x)!\n"
2238msgstr "Unbenutzter Fehlercode (0x%x)!\n"
2239
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002240#: e2fsck/problem.c:1711
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002241msgid "IGNORED"
2242msgstr "IGNORIERT"
2243
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002244#: e2fsck/scantest.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002245#, c-format
2246msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2247msgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2248
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002249#: e2fsck/scantest.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002250#, c-format
2251msgid "size of inode=%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002252msgstr "Größe des Inode=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002253
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002254#: e2fsck/scantest.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002255msgid "while starting inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002256msgstr "beim Starten der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002257
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002258#: e2fsck/scantest.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002259msgid "while doing inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002260msgstr "während der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002261
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002262#: e2fsck/super.c:187
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002263#, c-format
2264msgid "while calling ext2fs_block_iterate for inode %d"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002265msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002266
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002267#: e2fsck/super.c:210
2268#, fuzzy, c-format
2269msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002270msgstr "while calling ext2fs_adjust_ea_refocunt for inode %d"
2271
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002272#: e2fsck/super.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002273msgid "Truncating"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002274msgstr "Kürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002275
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002276#: e2fsck/super.c:269
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002277msgid "Clearing"
2278msgstr "Bereinige"
2279
2280#: e2fsck/swapfs.c:98
2281msgid "while calling ext2fs_block_iterate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002282msgstr "während des Aufrufs von ext2fs_block_iterate"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002283
2284#: e2fsck/swapfs.c:104
2285msgid "while calling iterator function"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002286msgstr "während des Aufrufs der Iterator-Funktion"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002287
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002288#: e2fsck/swapfs.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002289msgid "while allocating inode buffer"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002290msgstr "beim Zuweisen des Inode-Puffers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002291
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002292#: e2fsck/swapfs.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002293#, c-format
2294msgid "while reading inode table (group %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002295msgstr "beim Lesen der Inode-Tabelle (Gruppe %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002296
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002297#: e2fsck/swapfs.c:176
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002298#, c-format
2299msgid "while writing inode table (group %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002300msgstr "beim Schreiben der Inode-Tabelle (Gruppe %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002301
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002302#: e2fsck/swapfs.c:226
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002303#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002304msgid "Pass 0: Doing byte-swap of filesystem\n"
2305msgstr "Durchgang 0: Byte-Swap des Dateisystems\n"
2306
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002307#: e2fsck/swapfs.c:233
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002308#, c-format
2309msgid ""
2310"%s: the filesystem must be freshly checked using fsck\n"
2311"and not mounted before trying to byte-swap it.\n"
2312msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002313"%s: Das Dateisystem muss mit fsck neu überprüft werden\n"
2314"und darf vor dem Byte-Swap nicht mehr eingehängt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002315
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002316#: e2fsck/swapfs.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002317msgid "Byte swap"
2318msgstr "Byte Swap"
2319
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002320#: e2fsck/unix.c:74
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002321#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002322msgid ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002323"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002324"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002325"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002326"\t\t[-E extended-options] device\n"
2327msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002328"Verwendung: %s [-panyrcdfvstFSV] [-b Superblock] [-B Blockgröße]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002329"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002330"\t\t[-l|-L bad_blocks_file] [-C fd] [-j ext-journal]\n"
2331"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002332
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002333#: e2fsck/unix.c:80
2334#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002335msgid ""
2336"\n"
2337"Emergency help:\n"
2338" -p Automatic repair (no questions)\n"
2339" -n Make no changes to the filesystem\n"
2340" -y Assume \"yes\" to all questions\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002341" -c Check for bad blocks and add them to the badblock "
2342"list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002343" -f Force checking even if filesystem is marked clean\n"
2344msgstr ""
2345"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002346"Notfallhile:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002347" -p automatische Reparatur (keine Fragen)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002348" -n keine Veränderungen am Dateisystem vornehmen\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002349" -y \" Ja \" auf alle Fragen annehmen\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002350" -c suche nach defekten Blöcken\n"
2351" -f erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002352
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002353#: e2fsck/unix.c:86
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002354#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002355msgid ""
2356" -v Be verbose\n"
2357" -b superblock Use alternative superblock\n"
2358" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002359" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002360" -l bad_blocks_file Add to badblocks list\n"
2361" -L bad_blocks_file Set badblocks list\n"
2362msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002363" -v sei gesprächig\n"
2364" -b Superbloc Nutze Superblockkopie\n"
2365" -B Blockgröße erzwinge Blockgröße beim Suchen vom Superblock\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002366" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002367" -l bad_blocks_file zur Liste der defekten Blöcke hinzufügen\n"
2368" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002369
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002370#: e2fsck/unix.c:121
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002371#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002372msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002373msgstr "%s: %d/%d Dateien (%0d.%d%% nicht zusammenhängend), %u/%u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002374
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002375#: e2fsck/unix.c:133
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002376#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002377msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002378msgstr " # von Inodes mit ind/dind/tind Blöcken: %d/%d/%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002379
Theodore Ts'o8f741372008-02-28 21:47:05 -05002380#: e2fsck/unix.c:176 misc/badblocks.c:789 misc/tune2fs.c:941 misc/util.c:151
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002381#: resize/main.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002382#, c-format
2383msgid "while determining whether %s is mounted."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002384msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002385
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002386#: e2fsck/unix.c:194
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002387#, c-format
2388msgid "Warning! %s is mounted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002389msgstr "Warnung! %s ist eingehängt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002390
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002391#: e2fsck/unix.c:198
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002392#, c-format
2393msgid "%s is mounted. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002394msgstr "%s ist eingehängt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002395
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002396#: e2fsck/unix.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002397msgid ""
2398"Cannot continue, aborting.\n"
2399"\n"
2400msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002401"Fortsetzung nicht möglich, breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002402"\n"
2403
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002404#: e2fsck/unix.c:201
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002405#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002406msgid ""
2407"\n"
2408"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002409"\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2410"SEVERE filesystem damage.\a\a\a\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002411"\n"
2412msgstr ""
2413"\n"
2414"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002415"\a\a\a\aWARNUNG!!! Die Benutzung von e2fsck auf einem eingehängten\n"
2416"Dateisystem kann das Dateisystem STARK BESCHÄDIGEN.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002417"\n"
2418
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002419#: e2fsck/unix.c:204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002420msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002421msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002422
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002423#: e2fsck/unix.c:206
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002424#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002425msgid "check aborted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002426msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002427
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002428#: e2fsck/unix.c:280
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002429msgid " contains a file system with errors"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002430msgstr " enthält ein fehlerhaftes Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002431
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002432#: e2fsck/unix.c:282
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002433msgid " was not cleanly unmounted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002434msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002435
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002436#: e2fsck/unix.c:284
2437msgid " primary superblock features different from backup"
2438msgstr ""
2439
2440#: e2fsck/unix.c:288
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002441#, c-format
2442msgid " has been mounted %u times without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002443msgstr " wurde %u mal ohne Überprüfung eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002444
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002445#: e2fsck/unix.c:295
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002446#, c-format
2447msgid " has gone %u days without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002448msgstr " wurde %u Tage ohne Überprüfung genutzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002449
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002450#: e2fsck/unix.c:304
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002451msgid ", check forced.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002452msgstr ", Prüfung erzwungen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002453
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002454#: e2fsck/unix.c:307
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002455#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002456msgid "%s: clean, %u/%u files, %u/%u blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002457msgstr "%s: i.O., %d/%d Dateien, %u/%u Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002458
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002459#: e2fsck/unix.c:324
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002460msgid " (check deferred; on battery)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002461msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002462
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002463#: e2fsck/unix.c:327
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002464msgid " (check after next mount)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002465msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002466
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002467#: e2fsck/unix.c:329
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002468#, c-format
2469msgid " (check in %ld mounts)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002470msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002471
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002472#: e2fsck/unix.c:475
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002473#, c-format
2474msgid "ERROR: Couldn't open /dev/null (%s)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002475msgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002476
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002477#: e2fsck/unix.c:546
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002478#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002479msgid "Invalid EA version.\n"
2480msgstr "Invalid EA version.\n"
2481
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002482#: e2fsck/unix.c:552
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002483#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002484msgid "Unknown extended option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002485msgstr ""
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002486
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002487#: e2fsck/unix.c:572
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002488#, c-format
2489msgid ""
2490"Syntax error in e2fsck config file (%s, line #%d)\n"
2491"\t%s\n"
2492msgstr ""
2493
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002494#: e2fsck/unix.c:636
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002495#, c-format
2496msgid "Error validating file descriptor %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002497msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002498
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002499#: e2fsck/unix.c:640
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002500msgid "Invalid completion information file descriptor"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002501msgstr "Ungültiger 'completion information'-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002502
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002503#: e2fsck/unix.c:655
Theodore Ts'o6956f612005-12-31 16:46:15 -05002504msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002505msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002506
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002507#: e2fsck/unix.c:676
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002508#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002509msgid "The -t option is not supported on this version of e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002510msgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002511
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002512#: e2fsck/unix.c:747
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002513#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002514msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002515msgstr ""
2516"Das Byte-Swapping wurde in diese Version von e2fsck nicht einkompiliert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002517
Theodore Ts'o8f741372008-02-28 21:47:05 -05002518#: e2fsck/unix.c:770 misc/tune2fs.c:504 misc/tune2fs.c:769 misc/tune2fs.c:786
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002519#, c-format
2520msgid "Unable to resolve '%s'"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002521msgstr "Nicht möglich »%s« aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002522
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002523#: e2fsck/unix.c:801
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002524#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002525msgid "Incompatible options not allowed when byte-swapping.\n"
2526msgstr "Inkompatible Optionen sind beim Byte-Swapping nicht erlaubt.\n"
2527
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002528#: e2fsck/unix.c:808
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002529#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002530msgid "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 -05002531msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002532"Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002533
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002534#: e2fsck/unix.c:856
2535#, c-format
2536msgid ""
2537"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2538"\n"
2539msgstr ""
2540
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002541#: e2fsck/unix.c:865
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002542#, c-format
2543msgid ""
2544"\n"
2545"Invalid non-numeric argument to -%c (\"%s\")\n"
2546"\n"
2547msgstr ""
2548
Theodore Ts'o8f741372008-02-28 21:47:05 -05002549#: e2fsck/unix.c:905
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002550#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002551msgid "Error: ext2fs library version out of date!\n"
2552msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2553
Theodore Ts'o8f741372008-02-28 21:47:05 -05002554#: e2fsck/unix.c:913
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002555msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002556msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002557
Theodore Ts'o8f741372008-02-28 21:47:05 -05002558#: e2fsck/unix.c:927
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002559#, c-format
2560msgid "\tUsing %s, %s\n"
2561msgstr "\tBenutze %s, %s\n"
2562
Theodore Ts'o8f741372008-02-28 21:47:05 -05002563#: e2fsck/unix.c:939
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002564msgid "need terminal for interactive repairs"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002565msgstr "Benötige ein Terminal für interaktive Reparaturen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002566
Theodore Ts'o8f741372008-02-28 21:47:05 -05002567#: e2fsck/unix.c:983
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002568#, fuzzy, c-format
2569msgid "%s: %s trying backup blocks...\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002570msgstr "%s versuche Backup-Blöcke...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002571
Theodore Ts'o8f741372008-02-28 21:47:05 -05002572#: e2fsck/unix.c:985
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002573msgid "Superblock invalid,"
2574msgstr ""
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002575
Theodore Ts'o8f741372008-02-28 21:47:05 -05002576#: e2fsck/unix.c:986
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002577msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002578msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002579
Theodore Ts'o8f741372008-02-28 21:47:05 -05002580#: e2fsck/unix.c:1013
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002581#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002582msgid ""
2583"The filesystem revision is apparently too high for this version of e2fsck.\n"
2584"(Or the filesystem superblock is corrupt)\n"
2585"\n"
2586msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002587"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002588"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002589"\n"
2590
Theodore Ts'o8f741372008-02-28 21:47:05 -05002591#: e2fsck/unix.c:1019
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002592#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002593msgid "Could this be a zero-length partition?\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002594msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002595
Theodore Ts'o8f741372008-02-28 21:47:05 -05002596#: e2fsck/unix.c:1021
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002597#, c-format
2598msgid "You must have %s access to the filesystem or be root\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002599msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002600
Theodore Ts'o8f741372008-02-28 21:47:05 -05002601#: e2fsck/unix.c:1026
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002602#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002603msgid "Possibly non-existent or swap device?\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002604msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002605"Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002606
Theodore Ts'o8f741372008-02-28 21:47:05 -05002607#: e2fsck/unix.c:1028
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002608#, c-format
2609msgid "Filesystem mounted or opened exclusively by another program?\n"
2610msgstr ""
2611
Theodore Ts'o8f741372008-02-28 21:47:05 -05002612#: e2fsck/unix.c:1032
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002613#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002614msgid ""
2615"Disk write-protected; use the -n option to do a read-only\n"
2616"check of the device.\n"
2617msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002618"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
2619"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002620
Theodore Ts'o8f741372008-02-28 21:47:05 -05002621#: e2fsck/unix.c:1096
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002622msgid "Get a newer version of e2fsck!"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002623msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002624
Theodore Ts'o8f741372008-02-28 21:47:05 -05002625#: e2fsck/unix.c:1117
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002626#, c-format
2627msgid "while checking ext3 journal for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002628msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002629
Theodore Ts'o8f741372008-02-28 21:47:05 -05002630#: e2fsck/unix.c:1128
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002631#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002632msgid ""
2633"Warning: skipping journal recovery because doing a read-only filesystem "
2634"check.\n"
2635msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002636"Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002637"Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002638
Theodore Ts'o8f741372008-02-28 21:47:05 -05002639#: e2fsck/unix.c:1141
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002640#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002641msgid "unable to set superblock flags on %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002642msgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002643
Theodore Ts'o8f741372008-02-28 21:47:05 -05002644#: e2fsck/unix.c:1147
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002645#, c-format
2646msgid "while recovering ext3 journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002647msgstr "bei der Wiederherstellung des ext3-Journals von %s"
2648
Theodore Ts'o8f741372008-02-28 21:47:05 -05002649#: e2fsck/unix.c:1171
2650#, fuzzy, c-format
2651msgid "%s has unsupported feature(s):"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002652msgstr "@h %i hat eine nicht unterstützte hash-Version (%N)\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002653
2654#: e2fsck/unix.c:1187
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002655msgid "Warning: compression support is experimental.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002656msgstr "Warnung: Die Kompressionsunterstützung ist experimentell.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002657
Theodore Ts'o8f741372008-02-28 21:47:05 -05002658#: e2fsck/unix.c:1192
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002659#, c-format
2660msgid ""
2661"E2fsck not compiled with HTREE support,\n"
2662"\tbut filesystem %s has HTREE directories.\n"
2663msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002664"Die Unterstützung für HTREE wurde in e2fsck nicht aktiviert,\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002665"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
2666
Theodore Ts'o8f741372008-02-28 21:47:05 -05002667#: e2fsck/unix.c:1241
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002668#, c-format
2669msgid "%s: Filesystem byte order already normalized.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002670msgstr "%s: die Byte-Reihenfolge des Dateisystems wurde schon normalisiert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002671
Theodore Ts'o8f741372008-02-28 21:47:05 -05002672#: e2fsck/unix.c:1261
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002673msgid "while reading bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002674msgstr "beim Lesen des Bad-Block-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002675
Theodore Ts'o8f741372008-02-28 21:47:05 -05002676#: e2fsck/unix.c:1263
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002677#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002678msgid "This doesn't bode well, but we'll try to go on...\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002679msgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002680
Theodore Ts'o8f741372008-02-28 21:47:05 -05002681#: e2fsck/unix.c:1289
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002682msgid "Couldn't determine journal size"
2683msgstr ""
2684
Theodore Ts'o8f741372008-02-28 21:47:05 -05002685#: e2fsck/unix.c:1292 misc/mke2fs.c:1776
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002686#, c-format
2687msgid "Creating journal (%d blocks): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002688msgstr "Erstelle Journal (%d Blöcke): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002689
Theodore Ts'o8f741372008-02-28 21:47:05 -05002690#: e2fsck/unix.c:1299 misc/mke2fs.c:1784
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002691msgid ""
2692"\n"
2693"\twhile trying to create journal"
2694msgstr ""
2695"\n"
2696"\tbeim Erstellen des Journals"
2697
Theodore Ts'o8f741372008-02-28 21:47:05 -05002698#: e2fsck/unix.c:1302
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002699#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002700msgid " Done.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002701msgstr "erledigt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002702
Theodore Ts'o8f741372008-02-28 21:47:05 -05002703#: e2fsck/unix.c:1303
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002704#, c-format
2705msgid ""
2706"\n"
2707"*** journal has been re-created - filesystem is now ext3 again ***\n"
2708msgstr ""
2709
Theodore Ts'o8f741372008-02-28 21:47:05 -05002710#: e2fsck/unix.c:1310
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002711#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002712msgid "Restarting e2fsck from the beginning...\n"
2713msgstr "Beginne e2fsck neu ...\n"
2714
Theodore Ts'o8f741372008-02-28 21:47:05 -05002715#: e2fsck/unix.c:1314
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002716msgid "while resetting context"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002717msgstr "beim Rücksetzen des Kontexts"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002718
Theodore Ts'o8f741372008-02-28 21:47:05 -05002719#: e2fsck/unix.c:1321
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002720#, c-format
2721msgid "%s: e2fsck canceled.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002722msgstr "%s: e2fsck abgebrochhen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002723
Theodore Ts'o8f741372008-02-28 21:47:05 -05002724#: e2fsck/unix.c:1326
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002725msgid "aborted"
2726msgstr "abgebrochen"
2727
Theodore Ts'o8f741372008-02-28 21:47:05 -05002728#: e2fsck/unix.c:1338
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002729#, c-format
2730msgid ""
2731"\n"
2732"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2733msgstr ""
2734"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002735"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002736
Theodore Ts'o8f741372008-02-28 21:47:05 -05002737#: e2fsck/unix.c:1341
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002738#, c-format
2739msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002740msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002741
Theodore Ts'o8f741372008-02-28 21:47:05 -05002742#: e2fsck/unix.c:1349
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002743#, c-format
2744msgid ""
2745"\n"
2746"%s: ********** WARNING: Filesystem still has errors **********\n"
2747"\n"
2748msgstr ""
2749"\n"
2750"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
2751"\n"
2752
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002753#: e2fsck/util.c:131 misc/util.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002754msgid "yY"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002755msgstr "yJ"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002756
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002757#: e2fsck/util.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002758msgid "nN"
2759msgstr "nN"
2760
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002761#: e2fsck/util.c:146
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002762msgid "<y>"
2763msgstr "<j>"
2764
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002765#: e2fsck/util.c:148
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002766msgid "<n>"
2767msgstr "<n>"
2768
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002769#: e2fsck/util.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002770msgid " (y/n)"
2771msgstr " (j/n)"
2772
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002773#: e2fsck/util.c:165
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002774msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002775msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002776
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002777#: e2fsck/util.c:180
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002778msgid "yes\n"
2779msgstr "ja\n"
2780
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002781#: e2fsck/util.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002782msgid "no\n"
2783msgstr "nein\n"
2784
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002785#: e2fsck/util.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002786#, c-format
2787msgid ""
2788"%s? no\n"
2789"\n"
2790msgstr ""
2791"%s? nein\n"
2792"\n"
2793
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002794#: e2fsck/util.c:196
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002795#, c-format
2796msgid ""
2797"%s? yes\n"
2798"\n"
2799msgstr ""
2800"%s? ja\n"
2801"\n"
2802
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002803#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002804msgid "yes"
2805msgstr "ja"
2806
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002807#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002808msgid "no"
2809msgstr "nein"
2810
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002811#: e2fsck/util.c:214
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002812#, c-format
2813msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002814msgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002815
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002816#: e2fsck/util.c:219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002817msgid "reading inode and block bitmaps"
2818msgstr "lese Inode und Block bitmaps"
2819
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002820#: e2fsck/util.c:224
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002821#, c-format
2822msgid "while retrying to read bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002823msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002824
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002825#: e2fsck/util.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002826msgid "writing block bitmaps"
2827msgstr "Schreibe Block-Bitmaps"
2828
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002829#: e2fsck/util.c:242
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002830#, c-format
2831msgid "while retrying to write block bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002832msgstr "während des wiederholten Versuches, Block-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002833
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002834#: e2fsck/util.c:249
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002835msgid "writing inode bitmaps"
2836msgstr "Schreibe Inoden-Bitmaps"
2837
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002838#: e2fsck/util.c:254
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002839#, c-format
2840msgid "while retrying to write inode bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002841msgstr "während des wiederholten Versuches, Inode-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002842
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002843#: e2fsck/util.c:267
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002844#, c-format
2845msgid ""
2846"\n"
2847"\n"
2848"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2849"\t(i.e., without -a or -p options)\n"
2850msgstr ""
2851"\n"
2852"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002853"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002854"\t(d.h. ohne -a oder -p Option)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002855
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002856#: e2fsck/util.c:332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002857#, c-format
2858msgid "Memory used: %dk/%dk (%dk/%dk), "
2859msgstr "benutzter Speicher: %dk/%dk (%dk/%dk), "
2860
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002861#: e2fsck/util.c:336
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002862#, c-format
2863msgid "Memory used: %d, "
2864msgstr "benutzter Speicher: %d, "
2865
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002866#: e2fsck/util.c:342
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002867#, c-format
2868msgid "time: %5.2f/%5.2f/%5.2f\n"
2869msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
2870
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002871#: e2fsck/util.c:347
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002872#, c-format
2873msgid "elapsed time: %6.3f\n"
2874msgstr "abgelaufende Zeit: %6.3f\n"
2875
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002876#: e2fsck/util.c:361
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002877#, c-format
2878msgid "while reading inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002879msgstr "beim Lesen von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002880
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002881#: e2fsck/util.c:375 e2fsck/util.c:388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002882#, c-format
2883msgid "while writing inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002884msgstr "beim Schreiben von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002885
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002886#: misc/badblocks.c:61
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002887#, fuzzy
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002888msgid "done \n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002889msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002890
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002891#: misc/badblocks.c:80
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002892#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002893msgid ""
2894"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002895" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2896"[...]]]\n"
2897" device [last_block [start_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002898msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002899"Verwendung: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
2900" [-c Blöcke_auf_einmal] [-p Durchgänge ] [-t Testpattern [-t Testpattern "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002901"[...]]]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002902" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002903
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002904#: misc/badblocks.c:88
2905#, c-format
2906msgid ""
2907"%s: The -n and -w options are mutually exclusive.\n"
2908"\n"
2909msgstr ""
2910
2911#: misc/badblocks.c:235
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002912msgid "Testing with random pattern: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002913msgstr "Teste mit zufälligen Mustern: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002914
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002915#: misc/badblocks.c:253
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002916msgid "Testing with pattern 0x"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002917msgstr "Teste mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002918
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002919#: misc/badblocks.c:278 misc/badblocks.c:307
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002920msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002921msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002922
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002923#: misc/badblocks.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002924#, c-format
2925msgid "Weird value (%ld) in do_read\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002926msgstr "Merkwürdiger Wert (%ld) in do_read\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002927
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002928#: misc/badblocks.c:327
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002929msgid "during ext2fs_sync_device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002930msgstr "während ext2fs_sync_device"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002931
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002932#: misc/badblocks.c:343 misc/badblocks.c:581
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002933msgid "while beginning bad block list iteration"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002934msgstr "beim Beginn des 'Bad Block'-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002935
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002936#: misc/badblocks.c:357 misc/badblocks.c:447 misc/badblocks.c:591
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002937msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002938msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002939
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002940#: misc/badblocks.c:361
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002941#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002942msgid "Checking blocks %lu to %lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002943msgstr "Prüfe von Block %lu bis %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002944
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002945#: misc/badblocks.c:365
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002946msgid "Checking for bad blocks in read-only mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002947msgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002948
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002949#: misc/badblocks.c:374
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002950msgid "Checking for bad blocks (read-only test): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002951msgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002952
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002953#: misc/badblocks.c:454
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002954msgid "Checking for bad blocks in read-write mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002955msgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002956
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002957#: misc/badblocks.c:456 misc/badblocks.c:604
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002958#, c-format
2959msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002960msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002961
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002962#: misc/badblocks.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002963msgid "Reading and comparing: "
2964msgstr "Lesen und Vergleichen:"
2965
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002966#: misc/badblocks.c:603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002967msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002968msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002969"Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002970
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002971#: misc/badblocks.c:607
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002972msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002973msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002974"Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002975
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002976#: misc/badblocks.c:614
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002977msgid ""
2978"\n"
2979"Interrupt caught, cleaning up\n"
2980msgstr ""
2981"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002982"Unterbrochen, räume auf\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002983
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002984#: misc/badblocks.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002985#, c-format
2986msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002987msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002988
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002989#: misc/badblocks.c:794 misc/util.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002990#, c-format
2991msgid "%s is mounted; "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002992msgstr "%s ist eingehängt; "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002993
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002994#: misc/badblocks.c:796
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002995msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002996msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002997"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002998
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002999#: misc/badblocks.c:801
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003000msgid "it's not safe to run badblocks!\n"
3001msgstr "es ist zu unsicher, Badblocks zu starten!\n"
3002
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003003#: misc/badblocks.c:806 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003004#, c-format
3005msgid "%s is apparently in use by the system; "
3006msgstr ""
3007
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003008#: misc/badblocks.c:809
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003009msgid "badblocks forced anyway.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003010msgstr ""
3011"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003012
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003013#: misc/badblocks.c:871
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003014#, c-format
3015msgid "bad block size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003016msgstr "bad block Größe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003017
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003018#: misc/badblocks.c:928
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003019#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003020msgid "can't allocate memory for test_pattern - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003021msgstr "Kann keinen Speicher für Testpattern reservieren - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003022
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003023#: misc/badblocks.c:942
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003024#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003025msgid "invalid test_pattern: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003026msgstr "Ungültiges Testpattern: %s\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003027
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003028#: misc/badblocks.c:961
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003029msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003030msgstr "Es darf im Nur-Lesen-Modus nur ein Testpattern angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003031
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003032#: misc/badblocks.c:967
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003033msgid "Random test_pattern is not allowed in read-only mode"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003034msgstr "Zufälliges Testpattern ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003035
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003036#: misc/badblocks.c:981
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003037msgid ""
3038"Couldn't determine device size; you must specify\n"
3039"the size manually\n"
3040msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003041"Größe des Gerätes nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003042
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003043#: misc/badblocks.c:987
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003044msgid "while trying to determine device size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003045msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003046
Theodore Ts'o8f741372008-02-28 21:47:05 -05003047#: misc/badblocks.c:996 misc/mke2fs.c:1255
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003048#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003049msgid "invalid blocks count - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003050msgstr "Bad Blocks Anzahl - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003051
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003052#: misc/badblocks.c:1009
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003053#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003054msgid "invalid starting block - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003055msgstr "Defekter Startblock - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003056
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003057#: misc/badblocks.c:1015
Theodore Ts'obc759702005-05-09 20:40:55 -04003058#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003059msgid "invalid starting block (%d): must be less than %lu"
3060msgstr "Defekter Startblock - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003061
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003062#: misc/badblocks.c:1070
Theodore Ts'o197abba2005-06-20 18:00:23 -04003063msgid "while creating in-memory bad blocks list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003064msgstr "erstelle Bad-Block-Liste im Speicher"
3065
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003066#: misc/badblocks.c:1085
Theodore Ts'o197abba2005-06-20 18:00:23 -04003067msgid "while adding to in-memory bad block list"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003068msgstr "füge zur Bad-Block-Liste im Speicher hinzu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003069
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003070#: misc/badblocks.c:1109
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003071#, c-format
3072msgid "Pass completed, %u bad blocks found.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003073msgstr "Durchgang beendet, %u defekte Blöcke gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003074
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003075#: misc/chattr.c:84
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003076#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003077msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003078msgstr "Verwendung: %s [-RV] [-+=AacDdijsSu] [-v Version] Dateien...\n"
3079
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003080#: misc/chattr.c:147
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003081#, c-format
3082msgid "bad version - %s\n"
3083msgstr "falsche Version - %s\n"
3084
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003085#: misc/chattr.c:191 misc/lsattr.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003086#, c-format
3087msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003088msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003089
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003090#: misc/chattr.c:208 misc/chattr.c:224
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003091#, c-format
3092msgid "Flags of %s set as "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003093msgstr "Flags von %s wie folgt gesetzt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003094
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003095#: misc/chattr.c:217
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003096#, c-format
3097msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003098msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003099
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003100#: misc/chattr.c:232
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003101#, c-format
3102msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003103msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003104
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003105#: misc/chattr.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003106#, c-format
3107msgid "Version of %s set as %lu\n"
3108msgstr "Version von %s gesetzt auf %lu\n"
3109
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003110#: misc/chattr.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003111#, c-format
3112msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003113msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003114
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003115#: misc/chattr.c:254
3116#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003117msgid "Couldn't allocate path variable in chattr_dir_proc"
3118msgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
3119
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003120#: misc/chattr.c:292
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003121msgid "= is incompatible with - and +\n"
3122msgstr "= ist inkompatibel mit - und +\n"
3123
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003124#: misc/chattr.c:300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003125msgid "Must use '-v', =, - or +\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003126msgstr "Benutze '-v', =, - oder +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003127
Theodore Ts'o6956f612005-12-31 16:46:15 -05003128#: misc/dumpe2fs.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003129#, c-format
3130msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003131msgstr "Verwendung: %s [-bfhixV] [-ob Superblock] [-oB Blockgröße] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003132
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003133#: misc/dumpe2fs.c:162
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003134#, c-format
3135msgid "Group %lu: (Blocks "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003136msgstr "Gruppe %lu: (Blöcke "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003137
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003138#: misc/dumpe2fs.c:168
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003139#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003140msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003141msgstr " %s Superblock in "
3142
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003143#: misc/dumpe2fs.c:169
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003144msgid "Primary"
3145msgstr "Primary"
3146
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003147#: misc/dumpe2fs.c:169
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003148msgid "Backup"
3149msgstr "Backup"
3150
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003151#: misc/dumpe2fs.c:173
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003152#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003153msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003154msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003155
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003156#: misc/dumpe2fs.c:177
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003157#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003158msgid ""
3159"\n"
3160" Reserved GDT blocks at "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003161msgstr ""
3162"\n"
3163" reservierte GDT Blöcke bei "
Theodore Ts'obc759702005-05-09 20:40:55 -04003164
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003165#: misc/dumpe2fs.c:184
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003166#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003167msgid " Group descriptor at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003168msgstr ", Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003169
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003170#: misc/dumpe2fs.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003171msgid " Block bitmap at "
3172msgstr " Block bitmap in "
3173
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003174#: misc/dumpe2fs.c:195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003175msgid ", Inode bitmap at "
3176msgstr ", Inode Bitmap in "
3177
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003178#: misc/dumpe2fs.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003179msgid ""
3180"\n"
3181" Inode table at "
3182msgstr ""
3183"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003184" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003185
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003186#: misc/dumpe2fs.c:207
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003187#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003188msgid ""
3189"\n"
3190" %d free blocks, %d free inodes, %d directories\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003191msgstr ""
3192"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003193" %d freie Blöcke, %d freie Inodes, %d Verzeichnisse\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003194
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003195#: misc/dumpe2fs.c:213
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003196msgid " Free blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003197msgstr " Freie Blöcke: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003198
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003199#: misc/dumpe2fs.c:221
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003200msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003201msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003202
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003203#: misc/dumpe2fs.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003204msgid "while printing bad block list"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003205msgstr "beim Ausgeben der 'Bad Block'-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003206
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003207#: misc/dumpe2fs.c:252
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003208#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003209msgid "Bad blocks: %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003210msgstr "Bad Blocks: %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003211
Theodore Ts'o8f741372008-02-28 21:47:05 -05003212#: misc/dumpe2fs.c:274 misc/tune2fs.c:261
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003213msgid "while reading journal inode"
3214msgstr "beim Lesen des Journal-Inodes"
3215
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003216#: misc/dumpe2fs.c:277
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003217msgid "Journal size: "
3218msgstr ""
3219
Theodore Ts'o8f741372008-02-28 21:47:05 -05003220#: misc/dumpe2fs.c:296 misc/tune2fs.c:183
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003221msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003222msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003223
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003224#: misc/dumpe2fs.c:304
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003225msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003226msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003227
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003228#: misc/dumpe2fs.c:308
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003229#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003230msgid ""
3231"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003232"Journal block size: %u\n"
3233"Journal length: %u\n"
3234"Journal first block: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003235"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003236"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003237"Journal number of users: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003238msgstr ""
3239"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003240"Journal Blockgröße: %u\n"
3241"Journal Länge: %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003242"Journal Startblock: %u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003243"Journal Sequenz: 0x%08x\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003244"Journal Start: %u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003245"Journal Nutzeranzahl: %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003246
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003247#: misc/dumpe2fs.c:321
Theodore Ts'o197abba2005-06-20 18:00:23 -04003248#, c-format
3249msgid "Journal users: %s\n"
3250msgstr ""
3251
Theodore Ts'o8f741372008-02-28 21:47:05 -05003252#: misc/dumpe2fs.c:337 misc/mke2fs.c:768 misc/tune2fs.c:810
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003253#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003254msgid "Couldn't allocate memory to parse options!\n"
3255msgstr ""
3256"Speicher zum Parsen der RAID-Optionen konnte nicht reserviert werden!\n"
3257
3258#: misc/dumpe2fs.c:363
3259#, fuzzy, c-format
3260msgid "Invalid superblock parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003261msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003262
3263#: misc/dumpe2fs.c:378
3264#, fuzzy, c-format
3265msgid "Invalid blocksize parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003266msgstr "Ungültiger \"resize\"-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003267
3268#: misc/dumpe2fs.c:389
3269#, fuzzy, c-format
3270msgid ""
3271"\n"
3272"Bad extended option(s) specified: %s\n"
3273"\n"
3274"Extended options are separated by commas, and may take an argument which\n"
3275"\tis set off by an equals ('=') sign.\n"
3276"\n"
3277"Valid extended options are:\n"
3278"\tsuperblock=<superblock number>\n"
3279"\tblocksize=<blocksize>\n"
3280msgstr ""
3281"\n"
3282"falsche Raid-Optionen angegeben.\n"
3283"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003284"Raid-Optionen werden mit Kommatas getrennt angegeben, sie können ein "
Theodore Ts'o8f741372008-02-28 21:47:05 -05003285"Argument\n"
3286"\terhalten welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
3287"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003288"gültige Raid-Optionen sind:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003289"\tstride=<stride length in blocks>\n"
3290"\n"
3291
3292#: misc/dumpe2fs.c:449 misc/mke2fs.c:1199
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003293#, c-format
3294msgid "\tUsing %s\n"
3295msgstr "\tBenutze %s\n"
3296
Theodore Ts'o8f741372008-02-28 21:47:05 -05003297#: misc/dumpe2fs.c:485 misc/e2image.c:666 misc/tune2fs.c:919 resize/main.c:298
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003298#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003299msgid "Couldn't find valid filesystem superblock.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003300msgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003301
Theodore Ts'o8f741372008-02-28 21:47:05 -05003302#: misc/dumpe2fs.c:496
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003303#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003304msgid "Note: This is a byte-swapped filesystem\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003305msgstr "Anmerkung: Dieses ist ein Byte-Swapped Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003306
Theodore Ts'o8f741372008-02-28 21:47:05 -05003307#: misc/dumpe2fs.c:515
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003308#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003309msgid ""
3310"\n"
3311"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003312msgstr ""
3313"\n"
3314"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003315
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003316#: misc/e2image.c:50
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003317#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003318msgid "Usage: %s [-rsI] device image_file\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003319msgstr "Verwendung: %s [-r] Gerätedatei\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003320
Theodore Ts'obc759702005-05-09 20:40:55 -04003321#: misc/e2image.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003322msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003323msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003324
Theodore Ts'obc759702005-05-09 20:40:55 -04003325#: misc/e2image.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003326#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003327msgid "short write (only %d bytes) for writing image header"
3328msgstr "short write (only %d bytes) for writing image header"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003329
Theodore Ts'obc759702005-05-09 20:40:55 -04003330#: misc/e2image.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003331msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003332msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003333
Theodore Ts'obc759702005-05-09 20:40:55 -04003334#: misc/e2image.c:108
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003335msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003336msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003337
Theodore Ts'obc759702005-05-09 20:40:55 -04003338#: misc/e2image.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003339msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003340msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003341
Theodore Ts'obc759702005-05-09 20:40:55 -04003342#: misc/e2image.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003343msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003344msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003345
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003346#: misc/e2label.c:57
3347#, c-format
3348msgid "e2label: cannot open %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003349msgstr "e2label: Kann %s nicht öffnen.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003350
3351#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003352#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003353msgid "e2label: cannot seek to superblock\n"
3354msgstr "e2label: cannot seek to superblock\n"
3355
3356#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003357#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003358msgid "e2label: error reading superblock\n"
3359msgstr "e2label: Lesefehler im Superblock\n"
3360
3361#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003362#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003363msgid "e2label: not an ext2 filesystem\n"
3364msgstr "e2label: Kein ext2 Dateisystem\n"
3365
Theodore Ts'o8f741372008-02-28 21:47:05 -05003366#: misc/e2label.c:96 misc/tune2fs.c:1025
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003367#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003368msgid "Warning: label too long, truncating.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003369msgstr "Warnung: Name zu lang, kürze ihn.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003370
3371#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003372#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003373msgid "e2label: cannot seek to superblock again\n"
3374msgstr "e2label: cannot seek to superblock again\n"
3375
3376#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003377#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003378msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003379msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003380
Theodore Ts'o8f741372008-02-28 21:47:05 -05003381#: misc/e2label.c:116 misc/tune2fs.c:496
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003382#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003383msgid "Usage: e2label device [newlabel]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003384msgstr "Verwendung: e2label Gerät [neuer_Name]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003385
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003386#: misc/fsck.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003387#, c-format
3388msgid "WARNING: couldn't open %s: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003389msgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003390
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003391#: misc/fsck.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003392#, c-format
3393msgid "WARNING: bad format on line %d of %s\n"
3394msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
3395
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003396#: misc/fsck.c:368
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003397msgid ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003398"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003399"\tfield. I will kludge around things for you, but you\n"
3400"\tshould fix your /etc/fstab file as soon as you can.\n"
3401"\n"
3402msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003403"\a\a\aWARNUNG: Ihre /etc/fstab enthält kein 'fsck passno'\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003404"\tFeld. Ich werde dieses ignorieren, aber Sie\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003405"\tsollten ihre /etc/fstab so schnell wie möglich korrigieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003406"\n"
3407
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003408#: misc/fsck.c:469
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003409#, c-format
3410msgid "fsck: %s: not found\n"
3411msgstr "fsck: %s: nicht gefunden\n"
3412
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003413#: misc/fsck.c:585
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003414#, c-format
3415msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003416msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003417
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003418#: misc/fsck.c:607
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003419#, c-format
3420msgid "Warning... %s for device %s exited with signal %d.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003421msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003422
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003423#: misc/fsck.c:613
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003424#, c-format
3425msgid "%s %s: status is %x, should never happen.\n"
3426msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
3427
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003428#: misc/fsck.c:649
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003429#, c-format
3430msgid "Finished with %s (exit status %d)\n"
3431msgstr "Beendet mit %s (exit status %d)\n"
3432
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003433#: misc/fsck.c:709
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003434#, c-format
3435msgid "%s: Error %d while executing fsck.%s for %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003436msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003437
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003438#: misc/fsck.c:730
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003439msgid ""
3440"Either all or none of the filesystem types passed to -t must be prefixed\n"
3441"with 'no' or '!'.\n"
3442msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003443"Bei -t müssen entweder allen oder keinem Dateisystem ein 'no' bzw. '!'\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003444"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003445
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003446#: misc/fsck.c:749
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003447msgid "Couldn't allocate memory for filesystem types\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003448msgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003449
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003450#: misc/fsck.c:872
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003451#, c-format
3452msgid ""
3453"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3454"number\n"
3455msgstr ""
3456
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003457#: misc/fsck.c:899
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003458#, c-format
3459msgid "fsck: cannot check %s: fsck.%s not found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003460msgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003461
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003462#: misc/fsck.c:955
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003463msgid "Checking all file systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003464msgstr "Überprüfe alle Dateisysteme.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003465
Theodore Ts'o8f741372008-02-28 21:47:05 -05003466#: misc/fsck.c:1046
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003467#, c-format
3468msgid "--waiting-- (pass %d)\n"
3469msgstr "--warten-- (Durchgang %d)\n"
3470
Theodore Ts'o8f741372008-02-28 21:47:05 -05003471#: misc/fsck.c:1066
3472#, fuzzy
Theodore Ts'obc759702005-05-09 20:40:55 -04003473msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003474"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003475msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003476"Verwendung: fsck [-ACNPRTV] [-t Datesystemtyp] [fs-Optionen] "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003477"[Dateisystem...]\n"
3478
Theodore Ts'o8f741372008-02-28 21:47:05 -05003479#: misc/fsck.c:1108
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003480#, c-format
3481msgid "%s: too many devices\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003482msgstr "%s: zu viele Geräte\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003483
Theodore Ts'o8f741372008-02-28 21:47:05 -05003484#: misc/fsck.c:1141 misc/fsck.c:1227
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003485#, c-format
3486msgid "%s: too many arguments\n"
3487msgstr "%s: zu viele Argumente\n"
3488
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003489#: misc/lsattr.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003490#, c-format
3491msgid "Usage: %s [-RVadlv] [files...]\n"
3492msgstr "Verwendung: %s [-RVadlv] [Dateien...]\n"
3493
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003494#: misc/lsattr.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003495#, c-format
3496msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003497msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003498
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003499#: misc/lsattr.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003500#, c-format
3501msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003502msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003503
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003504#: misc/mke2fs.c:97
Theodore Ts'obc759702005-05-09 20:40:55 -04003505#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003506msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003507"Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3508"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003509"\t[-N number-of-inodes] [-m reserved-blocks-percentage] [-o creator-os]\n"
3510"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003511"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
3512"\t[-T fs-type] [-jnqvFSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003513msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003514"Verwendung: %s [-c|-t|-l Dateiname] [-b Blockgröße] [-f Fragmentgröße]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003515"\t[-i Bytes-pro-Inode] [-j] [-J Journal-Optionen] [-N Anzahl_der_Inoden]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003516"\t[-m Reservierte-Blöcke-Prozent] [-o creator-os] [-g Blöcke-pro-Gruppe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003517"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003518"\t[-r fs-revision] [-R raid_opts] [-qvSV] Gerät [Blockanzahl]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003519
Theodore Ts'o8f741372008-02-28 21:47:05 -05003520#: misc/mke2fs.c:198
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003521#, c-format
3522msgid "Running command: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003523msgstr "Führe aus: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003524
Theodore Ts'o8f741372008-02-28 21:47:05 -05003525#: misc/mke2fs.c:202
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003526#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003527msgid "while trying to run '%s'"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003528msgstr "während des Ausführungsversuchs von '%s'"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003529
Theodore Ts'o8f741372008-02-28 21:47:05 -05003530#: misc/mke2fs.c:209
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003531msgid "while processing list of bad blocks from program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003532msgstr "beim Auswerten der 'Bad Block'-Liste vom Programm"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003533
Theodore Ts'o8f741372008-02-28 21:47:05 -05003534#: misc/mke2fs.c:236
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003535#, c-format
3536msgid "Block %d in primary superblock/group descriptor area bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003537msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003538
Theodore Ts'o8f741372008-02-28 21:47:05 -05003539#: misc/mke2fs.c:238
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003540#, fuzzy, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003541msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003542msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003543"Die Blöcke %u bis einschließlich %d müssen i.O. sein um ein Dateisystem zu "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003544"erstellen.\n"
3545
Theodore Ts'o8f741372008-02-28 21:47:05 -05003546#: misc/mke2fs.c:241
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003547msgid "Aborting....\n"
3548msgstr "Breche ab...\n"
3549
Theodore Ts'o8f741372008-02-28 21:47:05 -05003550#: misc/mke2fs.c:261
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003551#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003552msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003553"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003554"\tbad blocks.\n"
3555"\n"
3556msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003557"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %u "
3558"enthält\n"
3559"\tdefekte Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003560"\n"
3561
Theodore Ts'o8f741372008-02-28 21:47:05 -05003562#: misc/mke2fs.c:279
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003563msgid "while marking bad blocks as used"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003564msgstr "beim Markieren von defekten Blöcken als 'belegt'"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003565
Theodore Ts'o8f741372008-02-28 21:47:05 -05003566#: misc/mke2fs.c:337
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003567msgid "done \n"
3568msgstr "erledigt \n"
3569
Theodore Ts'o8f741372008-02-28 21:47:05 -05003570#: misc/mke2fs.c:372
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003571msgid "while allocating zeroizing buffer"
3572msgstr "while allocating zeroizing buffer"
3573
Theodore Ts'o8f741372008-02-28 21:47:05 -05003574#: misc/mke2fs.c:414
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003575msgid "Writing inode tables: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003576msgstr "Schreibe Inode-Tabellen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003577
Theodore Ts'o8f741372008-02-28 21:47:05 -05003578#: misc/mke2fs.c:431
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003579#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003580msgid ""
3581"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003582"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003583msgstr ""
3584"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003585"Konnte %d Blöcke nicht in Inoden-Tabelle schreiben, beginnend bei %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003586
Theodore Ts'o8f741372008-02-28 21:47:05 -05003587#: misc/mke2fs.c:487
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003588msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003589msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003590
Theodore Ts'o8f741372008-02-28 21:47:05 -05003591#: misc/mke2fs.c:494
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003592msgid "while reading root inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003593msgstr "beim Lesen des Root-Inode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003594
Theodore Ts'o8f741372008-02-28 21:47:05 -05003595#: misc/mke2fs.c:508
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003596msgid "while setting root inode ownership"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003597msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003598
Theodore Ts'o8f741372008-02-28 21:47:05 -05003599#: misc/mke2fs.c:526
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003600msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003601msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003602
Theodore Ts'o8f741372008-02-28 21:47:05 -05003603#: misc/mke2fs.c:533
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003604msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003605msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003606
Theodore Ts'o8f741372008-02-28 21:47:05 -05003607#: misc/mke2fs.c:543
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003608msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003609msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003610
Theodore Ts'o8f741372008-02-28 21:47:05 -05003611#: misc/mke2fs.c:559
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003612msgid "while setting bad block inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003613msgstr "beim Setzen des 'Bad Block'-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003614
Theodore Ts'o8f741372008-02-28 21:47:05 -05003615#: misc/mke2fs.c:591
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003616#, c-format
3617msgid "Out of memory erasing sectors %d-%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003618msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003619
Theodore Ts'o8f741372008-02-28 21:47:05 -05003620#: misc/mke2fs.c:601
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003621#, c-format
3622msgid "Warning: could not read block 0: %s\n"
3623msgstr "Warnung: konnte Block %s nicht lesen\n"
3624
Theodore Ts'o8f741372008-02-28 21:47:05 -05003625#: misc/mke2fs.c:617
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003626#, c-format
3627msgid "Warning: could not erase sector %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003628msgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003629
Theodore Ts'o8f741372008-02-28 21:47:05 -05003630#: misc/mke2fs.c:633
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003631msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003632msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003633
Theodore Ts'o8f741372008-02-28 21:47:05 -05003634#: misc/mke2fs.c:639
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003635msgid "Zeroing journal device: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003636msgstr "Überschreibe Journal-Device mit Nullen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003637
Theodore Ts'o8f741372008-02-28 21:47:05 -05003638#: misc/mke2fs.c:646
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003639#, c-format
3640msgid "while zeroing journal device (block %u, count %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003641msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %u, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003642
Theodore Ts'o8f741372008-02-28 21:47:05 -05003643#: misc/mke2fs.c:657
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003644msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003645msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003646
Theodore Ts'o8f741372008-02-28 21:47:05 -05003647#: misc/mke2fs.c:673
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003648#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003649msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003650"warning: %u blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003651"\n"
3652msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003653"Warnung: %u Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003654"\n"
3655
Theodore Ts'o8f741372008-02-28 21:47:05 -05003656#: misc/mke2fs.c:678
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003657#, c-format
3658msgid "Filesystem label=%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003659msgstr "Dateisystem-Label=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003660
Theodore Ts'o8f741372008-02-28 21:47:05 -05003661#: misc/mke2fs.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003662msgid "OS type: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003663msgstr "OS-Typ: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003664
Theodore Ts'o8f741372008-02-28 21:47:05 -05003665#: misc/mke2fs.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003666#, c-format
3667msgid "Block size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003668msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003669
Theodore Ts'o8f741372008-02-28 21:47:05 -05003670#: misc/mke2fs.c:686
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003671#, c-format
3672msgid "Fragment size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003673msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003674
Theodore Ts'o8f741372008-02-28 21:47:05 -05003675#: misc/mke2fs.c:688
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003676#, c-format
3677msgid "%u inodes, %u blocks\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003678msgstr "%u Inodes, %u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003679
Theodore Ts'o8f741372008-02-28 21:47:05 -05003680#: misc/mke2fs.c:690
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003681#, c-format
3682msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003683msgstr "%u Blöcke (%2.2f%%) reserviert für den Superuser\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003684
Theodore Ts'o8f741372008-02-28 21:47:05 -05003685#: misc/mke2fs.c:693
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003686#, c-format
3687msgid "First data block=%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003688msgstr "Erster Datenblock=%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003689
Theodore Ts'o8f741372008-02-28 21:47:05 -05003690#: misc/mke2fs.c:695
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003691#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003692msgid "Maximum filesystem blocks=%lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003693msgstr "Maximale Dateisystem-Blöcke=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003694
Theodore Ts'o8f741372008-02-28 21:47:05 -05003695#: misc/mke2fs.c:700
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003696#, c-format
3697msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003698msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003699
Theodore Ts'o8f741372008-02-28 21:47:05 -05003700#: misc/mke2fs.c:702
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003701#, c-format
3702msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003703msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003704
Theodore Ts'o8f741372008-02-28 21:47:05 -05003705#: misc/mke2fs.c:703
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003706#, c-format
3707msgid "%u blocks per group, %u fragments per group\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003708msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003709
Theodore Ts'o8f741372008-02-28 21:47:05 -05003710#: misc/mke2fs.c:705
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003711#, c-format
3712msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003713msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003714
Theodore Ts'o8f741372008-02-28 21:47:05 -05003715#: misc/mke2fs.c:712
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003716#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003717msgid "Superblock backups stored on blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003718msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003719
Theodore Ts'o8f741372008-02-28 21:47:05 -05003720#: misc/mke2fs.c:793
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003721#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003722msgid "Invalid stride parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003723msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003724
Theodore Ts'o8f741372008-02-28 21:47:05 -05003725#: misc/mke2fs.c:808
3726#, fuzzy, c-format
3727msgid "Invalid stripe-width parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003728msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003729
3730#: misc/mke2fs.c:830
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003731#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003732msgid "Invalid resize parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003733msgstr "Ungültiger \"resize\"-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003734
Theodore Ts'o8f741372008-02-28 21:47:05 -05003735#: misc/mke2fs.c:837
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003736#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003737msgid "The resize maximum must be greater than the filesystem size.\n"
3738msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003739"Das Maximum der Vergrösserung muss oberhalb als der Dateisystem-Grösse "
3740"liegen.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003741
Theodore Ts'o8f741372008-02-28 21:47:05 -05003742#: misc/mke2fs.c:861
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003743#, c-format
3744msgid "On-line resizing not supported with revision 0 filesystems\n"
3745msgstr ""
3746
Theodore Ts'o8f741372008-02-28 21:47:05 -05003747#: misc/mke2fs.c:878
Theodore Ts'obc759702005-05-09 20:40:55 -04003748#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003749msgid ""
3750"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003751"Bad option(s) specified: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003752"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003753"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003754"\tis set off by an equals ('=') sign.\n"
3755"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003756"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003757"\tstride=<RAID per-disk data chunk in blocks>\n"
3758"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003759"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003760"\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003761"\ttest_fs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003762msgstr ""
3763"\n"
3764"falsche Raid-Optionen angegeben.\n"
3765"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003766"Raid-Optionen werden mit Kommatas getrennt angegeben, sie können ein "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003767"Argument\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003768"\terhalten welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003769"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003770"gültige Raid-Optionen sind:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003771"\tstride=<stride length in blocks>\n"
3772"\n"
3773
Theodore Ts'o8f741372008-02-28 21:47:05 -05003774#: misc/mke2fs.c:893
3775#, c-format
3776msgid ""
3777"\n"
3778"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
3779"\n"
3780msgstr ""
3781
3782#: misc/mke2fs.c:920
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003783#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003784msgid ""
3785"Syntax error in mke2fs config file (%s, line #%d)\n"
3786"\t%s\n"
3787msgstr ""
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003788
Theodore Ts'o8f741372008-02-28 21:47:05 -05003789#: misc/mke2fs.c:933 misc/tune2fs.c:335
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003790#, c-format
3791msgid "Invalid filesystem option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003792msgstr "Unvollständige Dateisystem-Option gesetzt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003793
Theodore Ts'o8f741372008-02-28 21:47:05 -05003794#: misc/mke2fs.c:1040
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003795#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003796msgid "invalid block size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003797msgstr "bad block Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003798
Theodore Ts'o8f741372008-02-28 21:47:05 -05003799#: misc/mke2fs.c:1044
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003800#, c-format
3801msgid "Warning: blocksize %d not usable on most systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003802msgstr "Warnung: Blockgröße %d ist auf den meisten Systemen unbrauchbar.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003803
Theodore Ts'o8f741372008-02-28 21:47:05 -05003804#: misc/mke2fs.c:1061
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003805#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003806msgid "invalid fragment size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003807msgstr "falsche Fragmentgröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003808
Theodore Ts'o8f741372008-02-28 21:47:05 -05003809#: misc/mke2fs.c:1067
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003810#, c-format
3811msgid "Warning: fragments not supported. Ignoring -f option\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003812msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003813
Theodore Ts'o8f741372008-02-28 21:47:05 -05003814#: misc/mke2fs.c:1074
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003815msgid "Illegal number for blocks per group"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003816msgstr "unzulässige Angabe für Blöcke pro Gruppe"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003817
Theodore Ts'o8f741372008-02-28 21:47:05 -05003818#: misc/mke2fs.c:1079
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003819msgid "blocks per group must be multiple of 8"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003820msgstr "Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003821
Theodore Ts'o8f741372008-02-28 21:47:05 -05003822#: misc/mke2fs.c:1089
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003823#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003824msgid "invalid inode ratio %s (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003825msgstr "Unzulässiges Inode-Verhältnis %s (Min %d/Max %d"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003826
Theodore Ts'o8f741372008-02-28 21:47:05 -05003827#: misc/mke2fs.c:1106
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003828msgid "in malloc for bad_blocks_filename"
3829msgstr "in malloc for bad_blocks_filename"
3830
Theodore Ts'o8f741372008-02-28 21:47:05 -05003831#: misc/mke2fs.c:1115
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003832#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003833msgid "invalid reserved blocks percent - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003834msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003835
Theodore Ts'o8f741372008-02-28 21:47:05 -05003836#: misc/mke2fs.c:1133
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003837#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003838msgid "bad revision level - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003839msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003840
Theodore Ts'o8f741372008-02-28 21:47:05 -05003841#: misc/mke2fs.c:1145
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003842#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003843msgid "invalid inode size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003844msgstr "Unzulässige Inode-Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003845
Theodore Ts'o8f741372008-02-28 21:47:05 -05003846#: misc/mke2fs.c:1165
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003847#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003848msgid "bad num inodes - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003849msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003850
Theodore Ts'o8f741372008-02-28 21:47:05 -05003851#: misc/mke2fs.c:1223 misc/mke2fs.c:1745
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003852#, c-format
3853msgid "while trying to open journal device %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003854msgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003855
Theodore Ts'o8f741372008-02-28 21:47:05 -05003856#: misc/mke2fs.c:1229
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003857#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003858msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003859msgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003860
Theodore Ts'o8f741372008-02-28 21:47:05 -05003861#: misc/mke2fs.c:1243
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003862#, c-format
3863msgid "%d-byte blocks too big for system (max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003864msgstr "%d-Byte Blöcke zu groß für das System (max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003865
Theodore Ts'o8f741372008-02-28 21:47:05 -05003866#: misc/mke2fs.c:1247
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003867#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003868msgid ""
3869"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003870msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003871"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 -05003872
Theodore Ts'o8f741372008-02-28 21:47:05 -05003873#: misc/mke2fs.c:1265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003874msgid "filesystem"
3875msgstr "Dateisystem"
3876
Theodore Ts'o8f741372008-02-28 21:47:05 -05003877#: misc/mke2fs.c:1288 resize/main.c:332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003878msgid "while trying to determine filesystem size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003879msgstr "beim Bestimmen der Dateisystemgröße"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003880
Theodore Ts'o8f741372008-02-28 21:47:05 -05003881#: misc/mke2fs.c:1294
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003882msgid ""
3883"Couldn't determine device size; you must specify\n"
3884"the size of the filesystem\n"
3885msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003886"Konnte die Gerätegröße nicht ermitteln. Geben\n"
3887"Sie die Größe des Dateisystems an\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003888
Theodore Ts'o8f741372008-02-28 21:47:05 -05003889#: misc/mke2fs.c:1301
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003890msgid ""
3891"Device size reported to be zero. Invalid partition specified, or\n"
3892"\tpartition table wasn't reread after running fdisk, due to\n"
3893"\ta modified partition being busy and in use. You may need to reboot\n"
3894"\tto re-read your partition table.\n"
3895msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003896"Zurückgegebene Gerätegröße ist gleich null. Unvollständige Partition\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003897"\tangegeben oder die Partitionstabelle wurde nach einem fdisk-Lauf\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003898"\tnicht wieder eingelesen, weil eine veränderte Partition in Gebrauch\n"
3899"\tund gesperrt ist. Sie könnten gezwungen sein, neu zu booten, um die\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003900"\tPartitionstabelle neu einzulesen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003901
Theodore Ts'o8f741372008-02-28 21:47:05 -05003902#: misc/mke2fs.c:1319
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003903msgid "Filesystem larger than apparent device size."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003904msgstr "Dateisystem ist größer als augenscheinlich das Gerät selbst."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003905
Theodore Ts'o8f741372008-02-28 21:47:05 -05003906#: misc/mke2fs.c:1367
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003907#, c-format
3908msgid "Filesystem features not supported with revision 0 filesystems\n"
3909msgstr ""
3910
Theodore Ts'o8f741372008-02-28 21:47:05 -05003911#: misc/mke2fs.c:1374
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003912#, c-format
3913msgid "Sparse superblocks not supported with revision 0 filesystems\n"
3914msgstr ""
3915
Theodore Ts'o8f741372008-02-28 21:47:05 -05003916#: misc/mke2fs.c:1386
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003917#, fuzzy, c-format
3918msgid "Journals not supported with revision 0 filesystems\n"
3919msgstr ""
3920"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003921"Das Journal ist zu groß für dieses Dateisystem.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003922
Theodore Ts'o8f741372008-02-28 21:47:05 -05003923#: misc/mke2fs.c:1412
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003924msgid "while trying to determine hardware sector size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003925msgstr "beim Ermitteln der Hardware-Sektorgröße"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003926
Theodore Ts'o8f741372008-02-28 21:47:05 -05003927#: misc/mke2fs.c:1464
Theodore Ts'obc759702005-05-09 20:40:55 -04003928msgid "reserved online resize blocks not supported on non-sparse filesystem"
3929msgstr ""
3930
Theodore Ts'o8f741372008-02-28 21:47:05 -05003931#: misc/mke2fs.c:1473
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003932msgid "blocks per group count out of range"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003933msgstr "Anzahl der Blöcke pro Gruppe nicht im gültigen Bereich"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003934
Theodore Ts'o8f741372008-02-28 21:47:05 -05003935#: misc/mke2fs.c:1480
Theodore Ts'o6956f612005-12-31 16:46:15 -05003936msgid ""
3937"Filesystem too large. No more than 2**31-1 blocks\n"
3938"\t (8TB using a blocksize of 4k) are currently supported."
3939msgstr ""
3940
Theodore Ts'o8f741372008-02-28 21:47:05 -05003941#: misc/mke2fs.c:1487
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003942#, c-format
3943msgid ""
3944"\n"
3945"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3946"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3947"\n"
3948msgstr ""
3949
Theodore Ts'o8f741372008-02-28 21:47:05 -05003950#: misc/mke2fs.c:1504
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003951#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003952msgid "invalid inode size %d (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003953msgstr "ungültige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003954
Theodore Ts'o8f741372008-02-28 21:47:05 -05003955#: misc/mke2fs.c:1510
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003956#, fuzzy, c-format
3957msgid "Warning: %d-byte inodes not usable on older systems\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003958msgstr ""
3959"Warnung: %d-Byte Inodes sind auf den meisten Systemen nicht benutzbar\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003960
Theodore Ts'o8f741372008-02-28 21:47:05 -05003961#: misc/mke2fs.c:1522
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003962#, c-format
3963msgid "too many inodes (%llu), raise inode ratio?"
3964msgstr ""
3965
Theodore Ts'o8f741372008-02-28 21:47:05 -05003966#: misc/mke2fs.c:1527
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003967#, c-format
3968msgid "too many inodes (%llu), specify < 2^32 inodes"
3969msgstr ""
3970
Theodore Ts'o8f741372008-02-28 21:47:05 -05003971#: misc/mke2fs.c:1542
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003972#, c-format
3973msgid ""
3974"inode_size (%u) * inodes_count (%u) too big for a\n"
3975"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
3976"\tor lower inode count (-N).\n"
3977msgstr ""
3978
Theodore Ts'o8f741372008-02-28 21:47:05 -05003979#: misc/mke2fs.c:1591
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003980msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003981msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003982
Theodore Ts'o8f741372008-02-28 21:47:05 -05003983#: misc/mke2fs.c:1628
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003984#, c-format
3985msgid "unknown os - %s"
3986msgstr "unbekanntes OS - %s"
3987
Theodore Ts'o8f741372008-02-28 21:47:05 -05003988#: misc/mke2fs.c:1682
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003989msgid "while trying to allocate filesystem tables"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003990msgstr "beim Zuordnen von Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003991
Theodore Ts'o8f741372008-02-28 21:47:05 -05003992#: misc/mke2fs.c:1713
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003993#, c-format
3994msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003995msgstr "beim Nullen von Block %u am Ende des Dateisystems"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003996
Theodore Ts'o8f741372008-02-28 21:47:05 -05003997#: misc/mke2fs.c:1727
Theodore Ts'obc759702005-05-09 20:40:55 -04003998msgid "while reserving blocks for online resize"
3999msgstr "beim Lesen des Bad-Block-Inodes"
4000
Theodore Ts'o8f741372008-02-28 21:47:05 -05004001#: misc/mke2fs.c:1738 misc/tune2fs.c:433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004002msgid "journal"
4003msgstr "Journal"
4004
Theodore Ts'o8f741372008-02-28 21:47:05 -05004005#: misc/mke2fs.c:1750
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004006#, c-format
4007msgid "Adding journal to device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004008msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004009
Theodore Ts'o8f741372008-02-28 21:47:05 -05004010#: misc/mke2fs.c:1757
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004011#, c-format
4012msgid ""
4013"\n"
4014"\twhile trying to add journal to device %s"
4015msgstr ""
4016"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004017"\tbeim Erstellen des Journals auf Gerät %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004018
Theodore Ts'o8f741372008-02-28 21:47:05 -05004019#: misc/mke2fs.c:1762 misc/mke2fs.c:1788 misc/tune2fs.c:461 misc/tune2fs.c:475
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004020#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004021msgid "done\n"
4022msgstr "erledigt\n"
4023
Theodore Ts'o8f741372008-02-28 21:47:05 -05004024#: misc/mke2fs.c:1793
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004025#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004026msgid "Writing superblocks and filesystem accounting information: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004027msgstr "Schreibe Superblöcke und Dateisystem-Accountinginformationen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004028
Theodore Ts'o8f741372008-02-28 21:47:05 -05004029#: misc/mke2fs.c:1798
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004030#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004031msgid ""
4032"\n"
4033"Warning, had trouble writing out superblocks."
4034msgstr ""
4035"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004036"Warnung: Probleme beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004037
Theodore Ts'o8f741372008-02-28 21:47:05 -05004038#: misc/mke2fs.c:1801
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004039#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004040msgid ""
4041"done\n"
4042"\n"
4043msgstr ""
4044"erledigt\n"
4045"\n"
4046
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004047#: misc/mklost+found.c:49
4048#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004049msgid "Usage: mklost+found\n"
4050msgstr "Verwendung: mklost+found\n"
4051
Theodore Ts'o8f741372008-02-28 21:47:05 -05004052#: misc/tune2fs.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004053msgid "Please run e2fsck on the filesystem.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004054msgstr "Bitte e2fsck über das Dateisystem laufen lassen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004055
Theodore Ts'o8f741372008-02-28 21:47:05 -05004056#: misc/tune2fs.c:98
Theodore Ts'o197abba2005-06-20 18:00:23 -04004057#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004058msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004059"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004060"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4061"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4062"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004063"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4064"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004065msgstr ""
4066"Verwendung: %s [-c max-mounts-count] [-e errors-behavior] [-g group]\n"
4067"\t[-i interval[d|m|w]] [-j] [-J journal-options]\n"
4068"\t[-l] [-s sparse-flag] [-m reserved-blocks-percent]\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004069"\t[-o [^]mount-options[,...]] [-r reserved-blocks-count]\n"
4070"\t[-u user] [-C mount-count] [-L volume-label] [-M last-mounted-dir]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004071"\t[-O [^]feature[,...]] [-T last-check-time] [-U UUID] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004072
Theodore Ts'o8f741372008-02-28 21:47:05 -05004073#: misc/tune2fs.c:171
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004074msgid "while trying to open external journal"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004075msgstr "beim Öffnen des externen Journals"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004076
Theodore Ts'o8f741372008-02-28 21:47:05 -05004077#: misc/tune2fs.c:175
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004078#, c-format
4079msgid "%s is not a journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004080msgstr "%s ist kein Journal-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004081
Theodore Ts'o8f741372008-02-28 21:47:05 -05004082#: misc/tune2fs.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004083msgid "Journal superblock not found!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004084msgstr "Journal-Superblock nicht gefunden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004085
Theodore Ts'o8f741372008-02-28 21:47:05 -05004086#: misc/tune2fs.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004087msgid "Filesystem's UUID not found on journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004088msgstr "UUID des Dateisystems auf Journal-Gerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004089
Theodore Ts'o8f741372008-02-28 21:47:05 -05004090#: misc/tune2fs.c:223
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004091msgid "Journal NOT removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004092msgstr "Journal NICHT gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004093
Theodore Ts'o8f741372008-02-28 21:47:05 -05004094#: misc/tune2fs.c:229
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004095msgid "Journal removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004096msgstr "Journal gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004097
Theodore Ts'o8f741372008-02-28 21:47:05 -05004098#: misc/tune2fs.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004099msgid "while reading bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004100msgstr "beim Lesen von Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004101
Theodore Ts'o8f741372008-02-28 21:47:05 -05004102#: misc/tune2fs.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004103msgid "while clearing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004104msgstr "beim Bereinigen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004105
Theodore Ts'o8f741372008-02-28 21:47:05 -05004106#: misc/tune2fs.c:286
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004107msgid "while writing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004108msgstr "beim Schreiben des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004109
Theodore Ts'o8f741372008-02-28 21:47:05 -05004110#: misc/tune2fs.c:301
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004111#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004112msgid "Invalid mount option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004113msgstr "Ungültige Einhänge-Option gesetzt: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004114
Theodore Ts'o8f741372008-02-28 21:47:05 -05004115#: misc/tune2fs.c:338
4116#, c-format
4117msgid "Clearing filesystem feature '%s' not supported.\n"
4118msgstr ""
4119
4120#: misc/tune2fs.c:344
4121#, fuzzy, c-format
4122msgid "Setting filesystem feature '%s' not supported.\n"
4123msgstr "Setze Zeit des letzten Dateisystemchecks auf %s\n"
4124
4125#: misc/tune2fs.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004126msgid ""
4127"The has_journal flag may only be cleared when the filesystem is\n"
4128"unmounted or mounted read-only.\n"
4129msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004130"Das has_jounal Flag kann nur gelöscht werden, wenn das Dateisystem\n"
4131"nicht eingehängt oder im Nur-Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004132
Theodore Ts'o8f741372008-02-28 21:47:05 -05004133#: misc/tune2fs.c:361
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004134msgid ""
4135"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4136"the has_journal flag.\n"
4137msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004138"Das needs_recovery Flag ist gesetzt. Bitte starten sie e2fsck vor\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004139"der Löschung des has_journal Flags.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004140
Theodore Ts'o8f741372008-02-28 21:47:05 -05004141#: misc/tune2fs.c:428
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004142msgid "The filesystem already has a journal.\n"
4143msgstr "Das Dateisystem hat schon ein Journal.\n"
4144
Theodore Ts'o8f741372008-02-28 21:47:05 -05004145#: misc/tune2fs.c:445
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004146#, c-format
4147msgid ""
4148"\n"
4149"\twhile trying to open journal on %s\n"
4150msgstr ""
4151"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004152"\tbeim Öffnen des Journals auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004153
Theodore Ts'o8f741372008-02-28 21:47:05 -05004154#: misc/tune2fs.c:449
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004155#, c-format
4156msgid "Creating journal on device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004157msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004158
Theodore Ts'o8f741372008-02-28 21:47:05 -05004159#: misc/tune2fs.c:457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004160#, c-format
4161msgid "while adding filesystem to journal on %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004162msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004163
Theodore Ts'o8f741372008-02-28 21:47:05 -05004164#: misc/tune2fs.c:463
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004165msgid "Creating journal inode: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004166msgstr "Erstelle Journal-Inode: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004167
Theodore Ts'o8f741372008-02-28 21:47:05 -05004168#: misc/tune2fs.c:472
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004169msgid ""
4170"\n"
4171"\twhile trying to create journal file"
4172msgstr ""
4173"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004174"\tbeim Erstellen der Journaldatei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004175
Theodore Ts'o8f741372008-02-28 21:47:05 -05004176#: misc/tune2fs.c:539
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004177#, c-format
4178msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004179msgstr "Konnte Datum/Zeit nicht parsen: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004180
Theodore Ts'o8f741372008-02-28 21:47:05 -05004181#: misc/tune2fs.c:563 misc/tune2fs.c:576
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004182#, c-format
4183msgid "bad mounts count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004184msgstr "Ungültiger Mounts-Zähler - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004185
Theodore Ts'o8f741372008-02-28 21:47:05 -05004186#: misc/tune2fs.c:592
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004187#, c-format
4188msgid "bad error behavior - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004189msgstr "ungültiges Fehler-Verhalten - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004190
Theodore Ts'o8f741372008-02-28 21:47:05 -05004191#: misc/tune2fs.c:619
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004192#, c-format
4193msgid "bad gid/group name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004194msgstr "ungültige(r) GID oder Gruppenname - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004195
Theodore Ts'o8f741372008-02-28 21:47:05 -05004196#: misc/tune2fs.c:652
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004197#, c-format
4198msgid "bad interval - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004199msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004200
Theodore Ts'o8f741372008-02-28 21:47:05 -05004201#: misc/tune2fs.c:680
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004202#, c-format
4203msgid "bad reserved block ratio - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004204msgstr "ungültiges Reservierte-Blöcke-Verhältnis - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004205
Theodore Ts'o8f741372008-02-28 21:47:05 -05004206#: misc/tune2fs.c:695
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004207msgid "-o may only be specified once"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004208msgstr "-o darf nur eimal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004209
Theodore Ts'o8f741372008-02-28 21:47:05 -05004210#: misc/tune2fs.c:705
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004211msgid "-O may only be specified once"
4212msgstr "-O darf nur eimal angegeben werden"
4213
Theodore Ts'o8f741372008-02-28 21:47:05 -05004214#: misc/tune2fs.c:715
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004215#, c-format
4216msgid "bad reserved blocks count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004217msgstr "ungültige Anzahl von reservierten Blöcken - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004218
Theodore Ts'o8f741372008-02-28 21:47:05 -05004219#: misc/tune2fs.c:744
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004220#, c-format
4221msgid "bad uid/user name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004222msgstr "ungültige(r) UID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004223
Theodore Ts'o8f741372008-02-28 21:47:05 -05004224#: misc/tune2fs.c:842
4225#, fuzzy, c-format
4226msgid "Invalid RAID stride: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004227msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004228
4229#: misc/tune2fs.c:857
4230#, fuzzy, c-format
4231msgid "Invalid RAID stripe-width: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004232msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004233
4234#: misc/tune2fs.c:867
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004235#, fuzzy, c-format
4236msgid ""
4237"\n"
4238"Bad options specified.\n"
4239"\n"
4240"Extended options are separated by commas, and may take an argument which\n"
4241"\tis set off by an equals ('=') sign.\n"
4242"\n"
4243"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004244"\tstride=<RAID per-disk chunk size in blocks>\n"
4245"\tstripe-width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004246"\ttest_fs\n"
4247"\t^test_fs\n"
4248msgstr ""
4249"\n"
4250"falsche Raid-Optionen angegeben.\n"
4251"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004252"Raid-Optionen werden mit Kommatas getrennt angegeben, sie können ein "
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004253"Argument\n"
4254"\terhalten welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
4255"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004256"gültige Raid-Optionen sind:\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004257"\tstride=<stride length in blocks>\n"
4258"\n"
4259
Theodore Ts'o8f741372008-02-28 21:47:05 -05004260#: misc/tune2fs.c:927
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004261#, c-format
4262msgid "Filesystem %s has unsupported features enabled.\n"
4263msgstr ""
4264
Theodore Ts'o8f741372008-02-28 21:47:05 -05004265#: misc/tune2fs.c:951
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004266#, c-format
4267msgid "Setting maximal mount count to %d\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004268msgstr "Setze maximale Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004269
Theodore Ts'o8f741372008-02-28 21:47:05 -05004270#: misc/tune2fs.c:957
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004271#, c-format
4272msgid "Setting current mount count to %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004273msgstr "Setze derzeitige Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004274
Theodore Ts'o8f741372008-02-28 21:47:05 -05004275#: misc/tune2fs.c:962
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004276#, c-format
4277msgid "Setting error behavior to %d\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004278msgstr "Setze Fehler-Verhalten auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004279
Theodore Ts'o8f741372008-02-28 21:47:05 -05004280#: misc/tune2fs.c:967
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004281#, c-format
4282msgid "Setting reserved blocks gid to %lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004283msgstr "Setze GID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004284
Theodore Ts'o8f741372008-02-28 21:47:05 -05004285#: misc/tune2fs.c:972
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004286#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004287msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004288msgstr "Setze Intervall zwischen Checks auf %lu Sekunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004289
Theodore Ts'o8f741372008-02-28 21:47:05 -05004290#: misc/tune2fs.c:978
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004291#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004292msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004293msgstr "Setze den Prozentsatz reservierter Böcke auf %g%% (%u Blöcke)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004294
Theodore Ts'o8f741372008-02-28 21:47:05 -05004295#: misc/tune2fs.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004296#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004297msgid "reserved blocks count is too big (%lu)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004298msgstr "Anzahl der reservierten Blöcke zu groß (%lu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004299
Theodore Ts'o8f741372008-02-28 21:47:05 -05004300#: misc/tune2fs.c:990
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004301#, c-format
4302msgid "Setting reserved blocks count to %lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004303msgstr "Setze Anzahl der reservierten Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004304
Theodore Ts'o8f741372008-02-28 21:47:05 -05004305#: misc/tune2fs.c:996
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004306msgid ""
4307"\n"
4308"The filesystem already has sparse superblocks.\n"
4309msgstr ""
4310"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004311"Das Dateisystem hat bereits einen \"sparse superblock\".\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004312
Theodore Ts'o8f741372008-02-28 21:47:05 -05004313#: misc/tune2fs.c:1003
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004314#, c-format
4315msgid ""
4316"\n"
4317"Sparse superblock flag set. %s"
4318msgstr ""
4319"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004320"Sparse superblock Flag gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004321
Theodore Ts'o8f741372008-02-28 21:47:05 -05004322#: misc/tune2fs.c:1008
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004323msgid ""
4324"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004325"Clearing the sparse superflag not supported.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004326msgstr ""
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004327
Theodore Ts'o8f741372008-02-28 21:47:05 -05004328#: misc/tune2fs.c:1015
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004329#, c-format
4330msgid "Setting time filesystem last checked to %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004331msgstr "Setze Zeit des letzten Dateisystemchecks auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004332
Theodore Ts'o8f741372008-02-28 21:47:05 -05004333#: misc/tune2fs.c:1021
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004334#, c-format
4335msgid "Setting reserved blocks uid to %lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004336msgstr "Setze UID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004337
Theodore Ts'o8f741372008-02-28 21:47:05 -05004338#: misc/tune2fs.c:1056
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004339msgid "Invalid UUID format\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004340msgstr "Ungültiges UUID Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004341
Theodore Ts'o8f741372008-02-28 21:47:05 -05004342#: misc/tune2fs.c:1067
4343#, fuzzy, c-format
4344msgid "Setting stride size to %d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004345msgstr "Setze GID für reservierte Blöcke auf %lu\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004346
4347#: misc/tune2fs.c:1072
4348#, fuzzy, c-format
4349msgid "Setting stripe width to %d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004350msgstr "Setze GID für reservierte Blöcke auf %lu\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004351
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004352#: misc/util.c:72
4353msgid "Proceed anyway? (y,n) "
4354msgstr "Trotzdem fortsetzen? (y,n) "
4355
4356#: misc/util.c:93
4357#, c-format
4358msgid "Could not stat %s --- %s\n"
4359msgstr "Could not stat %s --- %s\n"
4360
4361#: misc/util.c:96
4362msgid ""
4363"\n"
4364"The device apparently does not exist; did you specify it correctly?\n"
4365msgstr ""
4366"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004367"Das Gerät scheint nicht zu existieren, haben Sie es richtig angegeben?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004368
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004369#: misc/util.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004370#, c-format
4371msgid "%s is not a block special device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004372msgstr "%s ist kein spezielles Block-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004373
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004374#: misc/util.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004375#, c-format
4376msgid "%s is entire device, not just one partition!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004377msgstr "%s ist ein vollständiges Gerät, nicht nur eine Partition!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004378
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004379#: misc/util.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004380msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004381msgstr "mke2fs trotzdem erzwungen. Hoffentlich stimmt /etc/mtab nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004382
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004383#: misc/util.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004384#, c-format
4385msgid "will not make a %s here!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004386msgstr "werde dort kein %s erstellen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004387
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004388#: misc/util.c:170
4389msgid "mke2fs forced anyway.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004390msgstr "mke2fs wird sowieso erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004391
4392#: misc/util.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004393msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004394msgstr "Konnte keinen Speicher zuweisen, um Journal-Optionen zu parsen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004395
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004396#: misc/util.c:228
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004397msgid ""
4398"\n"
4399"Bad journal options specified.\n"
4400"\n"
4401"Journal options are separated by commas, and may take an argument which\n"
4402"\tis set off by an equals ('=') sign.\n"
4403"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004404"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004405"\tsize=<journal size in megabytes>\n"
4406"\tdevice=<journal device>\n"
4407"\n"
4408"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4409"\n"
4410msgstr ""
4411"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004412"Ungültioge Journal-Optionen angegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004413"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004414"Journal-Optionen werden mit Kommata getrennt angegeben, sie können ein "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004415"Argument\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004416"\terhalten welches mit Gleichheitszeichen ('=') zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004417"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004418"Gültige Journal-Optionen sind:\n"
4419"\tsize=<Journalgröße in Megabytes>\n"
4420"\tdevice=<Journal-Gerät>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004421"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004422"Die Journalgröße muss zwischen 1024 und 102400 Dateisystem-Blöcken liegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004423"\n"
4424
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004425#: misc/util.c:258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004426msgid ""
4427"\n"
4428"Filesystem too small for a journal\n"
4429msgstr ""
4430"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004431"Dateisystem zu klein für ein Journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004432
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004433#: misc/util.c:265
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004434#, fuzzy, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004435msgid ""
4436"\n"
4437"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004438"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004439msgstr ""
4440"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004441"Die angegebene Journalgröße ist %d Blöcke. Sie muss aber zwischen\n"
4442"1024 und 102400 Dateisystem-Blöcken liegen. Breche ab! \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004443
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004444#: misc/util.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004445msgid ""
4446"\n"
4447"Journal size too big for filesystem.\n"
4448msgstr ""
4449"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004450"Das Journal ist zu groß für dieses Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004451
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004452#: misc/util.c:283
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004453#, c-format
4454msgid ""
4455"This filesystem will be automatically checked every %d mounts or\n"
4456"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4457msgstr ""
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004458"Das Dateisystem wird automatisch alle %d Mounts bzw. alle %g Tage "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004459"überprüft,\n"
4460"je nachdem, was zuerst eintritt. Veränderbar mit tune2fs -c oder -t .\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004461
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004462#: misc/uuidgen.c:31
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004463#, c-format
4464msgid "Usage: %s [-r] [-t]\n"
4465msgstr "Verwendung: %s [-r] [-t]\n"
4466
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004467#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004468msgid "# Extent dump:\n"
4469msgstr "# Extent dump:\n"
4470
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004471#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004472#, c-format
4473msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4474msgstr "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4475
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004476#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004477#, c-format
4478msgid "#\t\t %u -> %u (%d)\n"
4479msgstr "#\t\t %u -> %u (%d)\n"
4480
Theodore Ts'o6956f612005-12-31 16:46:15 -05004481#: resize/main.c:39
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004482#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004483msgid ""
Theodore Ts'obc759702005-05-09 20:40:55 -04004484"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004485"\n"
4486msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004487"Verwendung: %s [-d debug_flags] [-f] [-F] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004488"\n"
4489
Theodore Ts'o6956f612005-12-31 16:46:15 -05004490#: resize/main.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004491msgid "Extending the inode table"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004492msgstr "Vergrößere Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004493
Theodore Ts'o6956f612005-12-31 16:46:15 -05004494#: resize/main.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004495msgid "Relocating blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004496msgstr "Verteile Blöcke neu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004497
Theodore Ts'o6956f612005-12-31 16:46:15 -05004498#: resize/main.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004499msgid "Scanning inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004500msgstr "Scanne Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004501
Theodore Ts'o6956f612005-12-31 16:46:15 -05004502#: resize/main.c:70
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004503msgid "Updating inode references"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004504msgstr "Aktualisiere Inode-Referenzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004505
Theodore Ts'o6956f612005-12-31 16:46:15 -05004506#: resize/main.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004507msgid "Moving inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004508msgstr "Verschiebe Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004509
Theodore Ts'o6956f612005-12-31 16:46:15 -05004510#: resize/main.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004511msgid "Unknown pass?!?"
4512msgstr "Unbekannter Durchgang?!?"
4513
Theodore Ts'o6956f612005-12-31 16:46:15 -05004514#: resize/main.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004515#, c-format
4516msgid "Begin pass %d (max = %lu)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004517msgstr "Beginne Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004518
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004519#: resize/main.c:253
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004520#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004521msgid "while opening %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004522msgstr "beim Öffnen von %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004523
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004524# c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004525#: resize/main.c:265
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004526#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004527msgid "while getting stat information for %s"
4528msgstr "beim Setzen der Version in %s"
4529
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004530#: resize/main.c:339
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004531#, c-format
4532msgid "bad filesystem size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004533msgstr "ungültige Dateisystemgröße - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004534
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004535#: resize/main.c:353
4536#, fuzzy
4537msgid "Invalid stride length"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004538msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004539
4540#: resize/main.c:377
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004541#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004542msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004543"The containing partition (or device) is only %u (%dk) blocks.\n"
4544"You requested a new size of %u blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004545"\n"
4546msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004547"Die Partition (oder das Gerät) enthält nur %u (%dk) Blöcke.\n"
4548"Die geforderte neue Größe ist %u Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004549"\n"
4550
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004551#: resize/main.c:384
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004552#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004553msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004554"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004555"\n"
4556msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004557"Das Dateisystem ist schon %u Blöcke groß. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004558"\n"
4559
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004560#: resize/main.c:395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004561#, c-format
4562msgid ""
4563"Please run 'e2fsck -f %s' first.\n"
4564"\n"
4565msgstr ""
4566"Bitte zuerst 'e2fsck -f %s ' laufen lassen.\n"
4567"\n"
4568
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004569#: resize/main.c:406
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004570#, c-format
4571msgid "while trying to resize %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004572msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004573
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004574#: resize/main.c:411
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004575#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004576msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004577"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004578"\n"
4579msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004580"Das Dateisystem auf %s ist nun %u Blöcke groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004581"\n"
4582
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004583#: resize/resize2fs.c:233
4584#, c-format
4585msgid "inodes (%llu) must be less than %u"
4586msgstr ""
4587
4588#: resize/resize2fs.c:642
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004589msgid "reserved blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004590msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004591
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004592#: resize/resize2fs.c:647
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004593msgid "blocks to be moved"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004594msgstr "zu verschiebene Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004595
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004596#: resize/resize2fs.c:652
Theodore Ts'obc759702005-05-09 20:40:55 -04004597msgid "meta-data blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004598msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004599
Theodore Ts'o8f741372008-02-28 21:47:05 -05004600#: resize/resize2fs.c:1550
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004601#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004602msgid "Should never happen: resize inode corrupt!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004603msgstr "Sollte niemals passieren: Die zu verändernde Inode ist defekt!\n"