blob: 2a8c723f87d55290df34a9078312458d42c23dd2 [file] [log] [blame]
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001# Deutsche Übersetzungen für e2fsprogs
2# Copyright (C) 1996 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
4# Olaf Klemke <olke@users.sourceforge.net>,2002
5# Marc Langer <marc@marclanger.de>,2003
6# Philipp Thomas <pth@suse.de>, 2007, 2008
Theodore Ts'oa2328c92002-10-30 23:26:03 -05007#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04008#. The strings in e2fsck's problem.c can be very hard to translate,
9#. since the strings are expanded in two different ways. First of all,
10#. there is an @-expansion, where strings like "@i" are expanded to
11#. "inode", and so on. In order to make it easier for translators, the
12#. e2fsprogs po template file has been enhanced with comments that show
13#. the @-expansion, for the strings in the problem.c file.
14#.
15#. Translators are free to use the @-expansion facility if they so
16#. choose, by providing translations for strings in e2fsck/message.c.
17#. These translation can completely replace an expansion; for example,
18#. if "bblock" (which indicated that "@b" would be expanded to "block")
19#. is translated as "ddatenverlust", then "@d" will be expanded to
20#. "datenverlust". Alternatively, translators can simply not use the
21#. @-expansion facility at all.
22#.
23#. The second expansion which is done for e2fsck's problem.c messages is
24#. a dynamic %-expansion, which expands %i as an inode number, and so
25#. on. A table of these expansions can be found below. Note that
26#. %-expressions that begin with "%D" and "%I" are two-character
27#. expansions; so for example, "%Iu" expands to the inode's user id
28#. ownership field (inode->i_uid).
29#.
30#. %b <blk> block number
31#. %B <blkcount> integer
32#. %c <blk2> block number
33#. %Di <dirent> -> ino inode number
34#. %Dn <dirent> -> name string
35#. %Dr <dirent> -> rec_len
36#. %Dl <dirent> -> name_len
37#. %Dt <dirent> -> filetype
38#. %d <dir> inode number
39#. %g <group> integer
40#. %i <ino> inode number
41#. %Is <inode> -> i_size
42#. %IS <inode> -> i_extra_isize
43#. %Ib <inode> -> i_blocks
44#. %Il <inode> -> i_links_count
45#. %Im <inode> -> i_mode
46#. %IM <inode> -> i_mtime
47#. %IF <inode> -> i_faddr
48#. %If <inode> -> i_file_acl
49#. %Id <inode> -> i_dir_acl
50#. %Iu <inode> -> i_uid
51#. %Ig <inode> -> i_gid
52#. %j <ino2> inode number
53#. %m <com_err error message>
54#. %N <num>
55#. %p ext2fs_get_pathname of directory <ino>
56#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
57#. the containing directory. (If dirent is NULL
58#. then return the pathname of directory <ino2>)
59#. %q ext2fs_get_pathname of directory <dir>
60#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
61#. the containing directory.
62#. %s <str> miscellaneous string
63#. %S backup superblock
64#. %X <num> hexadecimal format
65#.
Theodore Ts'oa2328c92002-10-30 23:26:03 -050066msgid ""
67msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -040068"Project-Id-Version: e2fsprogs-1.40.7\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050069"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -050070"POT-Creation-Date: 2008-02-28 21:45-0500\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -040071"PO-Revision-Date: 2008-03-18 16:00+0100\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040072"Last-Translator: Philipp Thomas <pth@suse.de>\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -050073"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050074"MIME-Version: 1.0\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040075"Content-Type: text/plain; charset=UTF-8\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050076"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -050077"Plural-Forms: nplurals=2; plural=(n != 1);\n"
78
Theodore Ts'o8f741372008-02-28 21:47:05 -050079#: e2fsck/badblocks.c:22 misc/mke2fs.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -050080#, c-format
81msgid "Bad block %u out of range; ignored.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040082msgstr "Bad block %u außerhalb des gültigen Bereichs; ignoriert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050083
84#: e2fsck/badblocks.c:45
85msgid "while sanity checking the bad blocks inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -040086msgstr "während der logischen Prüfung des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050087
88#: e2fsck/badblocks.c:57
89msgid "while reading the bad blocks inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -040090msgstr "während des Lesens des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -050091
Theodore Ts'oa04eba32003-05-03 16:35:17 -040092#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o8f741372008-02-28 21:47:05 -050093#: e2fsck/unix.c:1010 e2fsck/unix.c:1093 misc/badblocks.c:1025
Theodore Ts'o851bcf32007-07-08 12:09:40 -040094#: misc/badblocks.c:1033 misc/badblocks.c:1047 misc/badblocks.c:1059
Theodore Ts'o8f741372008-02-28 21:47:05 -050095#: misc/dumpe2fs.c:483 misc/e2image.c:571 misc/e2image.c:664
96#: misc/e2image.c:680 misc/mke2fs.c:173 misc/tune2fs.c:916 resize/main.c:296
Theodore Ts'oa2328c92002-10-30 23:26:03 -050097#, c-format
98msgid "while trying to open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -040099msgstr "beim Versuch, %s zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500100
101#: e2fsck/badblocks.c:82
102#, c-format
103msgid "while trying popen '%s'"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400104msgstr "beim Versuch, »%s« mittels »popen« zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500105
Theodore Ts'o8f741372008-02-28 21:47:05 -0500106#: e2fsck/badblocks.c:93 misc/mke2fs.c:180
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500107msgid "while reading in list of bad blocks from file"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400108msgstr "beim Lesen der »Bad Block«-Liste aus der Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500109
Theodore Ts'o8f741372008-02-28 21:47:05 -0500110#: e2fsck/badblocks.c:104
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500111msgid "while updating bad block inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400112msgstr "beim Updaten des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500113
Theodore Ts'o8f741372008-02-28 21:47:05 -0500114#: e2fsck/badblocks.c:130
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500115#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400116msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -0400117msgstr ""
118"Warnung: Nicht zulässiger Block %u im »Bad Blocks«-Inode gefunden! "
119"Bereinigt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500120
121#: e2fsck/ehandler.c:53
122#, c-format
123msgid "Error reading block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400124msgstr "Lesefehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500125
126#: e2fsck/ehandler.c:56
127#, c-format
128msgid "Error reading block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400129msgstr "Lesefehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500130
131#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
132msgid "Ignore error"
133msgstr "Ignoriere Fehler"
134
135#: e2fsck/ehandler.c:60
136msgid "Force rewrite"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400137msgstr "Rückschreiben erzwingen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500138
139#: e2fsck/ehandler.c:100
140#, c-format
141msgid "Error writing block %lu (%s) while %s. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400142msgstr "Schreibfehler - Block %lu (%s) während %s. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500143
144#: e2fsck/ehandler.c:103
145#, c-format
146msgid "Error writing block %lu (%s). "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400147msgstr "Schreibfehler - Block %lu (%s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500148
149#: e2fsck/emptydir.c:56
150msgid "empty dirblocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400151msgstr "leere Verzeichnisblöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500152
153#: e2fsck/emptydir.c:61
154msgid "empty dir map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500155msgstr "leere Verzeichnisliste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500156
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500157#: e2fsck/emptydir.c:97
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500158#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400159msgid "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500160msgstr "leerer Verzeichnisblock %u (#%d) im Inode %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500161
162#: e2fsck/extend.c:21
163#, c-format
164msgid "%s: %s filename nblocks blocksize\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400165msgstr "%s: %s Dateiname nblocks Blockgröße\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500166
167#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500168#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500169msgid "Illegal number of blocks!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400170msgstr "Blockanzahl nicht zulässig!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500171
172#: e2fsck/extend.c:49
173#, c-format
174msgid "Couldn't allocate block buffer (size=%d)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400175msgstr "Konnte keinen Blockpuffer (Größe=%d) reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500176
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400177#: e2fsck/flushb.c:34
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500178#, c-format
179msgid "Usage: %s disk\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400180msgstr "Aufruf: %s Laufwerk\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500181
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400182#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500183#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500184msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400185msgstr "BLKFLSBUF ioctl nicht unterstützt! Kann Puffer nicht leeren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500186
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400187#: e2fsck/iscan.c:46
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500188#, c-format
189msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400190msgstr "Aufruf: %s [-F] [-I inode_buffer_blocks] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500191
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500192#: e2fsck/iscan.c:83 e2fsck/unix.c:786
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500193#, c-format
194msgid "while opening %s for flushing"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400195msgstr "beim Öffnen von %s für die Puffer-Leerung."
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500196
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500197#: e2fsck/iscan.c:88 e2fsck/unix.c:792 resize/main.c:274
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500198#, c-format
199msgid "while trying to flush %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400200msgstr "während des Rückschreibeversuches auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500201
Theodore Ts'of1d5fce2008-02-09 23:19:35 -0500202#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:480
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500203msgid "while opening inode scan"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500204msgstr "beim Start des Inode-Scans"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500205
Theodore Ts'of1d5fce2008-02-09 23:19:35 -0500206#: e2fsck/iscan.c:129 misc/e2image.c:498
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500207msgid "while getting next inode"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400208msgstr "beim Laden des nächsten Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500209
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400210#: e2fsck/iscan.c:138
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500211#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400212msgid "%u inodes scanned.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400213msgstr "%u Inodes untersucht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500214
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500215#: e2fsck/journal.c:501
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500216msgid "reading journal superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500217msgstr "Lese Journal-Superblock\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500218
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500219#: e2fsck/journal.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500220#, c-format
221msgid "%s: no valid journal superblock found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400222msgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500223
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500224#: e2fsck/journal.c:567
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500225#, c-format
226msgid "%s: journal too short\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400227msgstr "%s: Das Journal ist zu kurz\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500228
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500229#: e2fsck/journal.c:841
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500230#, c-format
231msgid "%s: recovering journal\n"
232msgstr "%s: stelle das Journal wieder her\n"
233
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500234#: e2fsck/journal.c:843
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500235#, c-format
236msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500237msgstr "%s: Das Journal ist nur lesbar - Keine Wiederherstellung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500238
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500239#: e2fsck/journal.c:864
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500240#, c-format
241msgid "while trying to re-open %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400242msgstr "beim Versuch, %s erneut zu öffnen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500243
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400244#: e2fsck/message.c:109
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500245msgid "aextended attribute"
246msgstr "aerweiterte Eigenschaft"
247
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400248#: e2fsck/message.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500249msgid "Aerror allocating"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500250msgstr "AFehler beim Zuweisen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500251
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400252#: e2fsck/message.c:111
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500253msgid "bblock"
254msgstr "bBlock"
255
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400256#: e2fsck/message.c:112
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500257msgid "Bbitmap"
258msgstr "BBitmap"
259
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400260#: e2fsck/message.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500261msgid "ccompress"
262msgstr "ckomprimieren"
263
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400264#: e2fsck/message.c:114
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500265msgid "Cconflicts with some other fs @b"
266msgstr "CKonflikte mit anderen Dateisystemen @b"
267
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400268#: e2fsck/message.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500269msgid "iinode"
270msgstr "iInode"
271
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400272#: e2fsck/message.c:116
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500273msgid "Iillegal"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400274msgstr "Inicht zulässig"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500275
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400276#: e2fsck/message.c:117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500277msgid "jjournal"
278msgstr "jJournal"
279
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400280#: e2fsck/message.c:118
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500281msgid "Ddeleted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400282msgstr "Dgelöscht"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500283
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400284#: e2fsck/message.c:119
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500285msgid "ddirectory"
286msgstr "dVerzeichnis"
287
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400288#: e2fsck/message.c:120
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500289msgid "eentry"
290msgstr "eEintrag"
291
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400292#: e2fsck/message.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500293msgid "E@e '%Dn' in %p (%i)"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400294msgstr "E@e »%Dn« in %p (%i)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500295
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400296#: e2fsck/message.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500297msgid "ffilesystem"
298msgstr "fDateisystem"
299
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400300#: e2fsck/message.c:123
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500301msgid "Ffor @i %i (%Q) is"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400302msgstr "Ffür @i %i (%Q) ist"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500303
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400304#: e2fsck/message.c:124
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500305msgid "ggroup"
306msgstr "gGruppe"
307
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400308#: e2fsck/message.c:125
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500309msgid "hHTREE @d @i"
310msgstr "hHTREE @d @i"
311
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400312#: e2fsck/message.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500313msgid "llost+found"
314msgstr "llost+found"
315
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400316#: e2fsck/message.c:127
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500317msgid "Lis a link"
318msgstr "List ein Link"
319
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400320#: e2fsck/message.c:128
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400321msgid "mmultiply-claimed"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400322msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400323
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400324#: e2fsck/message.c:129
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400325msgid "ninvalid"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400326msgstr "nungültig"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400327
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400328#: e2fsck/message.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500329msgid "oorphaned"
330msgstr "overwaist"
331
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400332#: e2fsck/message.c:131
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500333msgid "pproblem in"
334msgstr "pProblem in"
335
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400336#: e2fsck/message.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500337msgid "rroot @i"
338msgstr "rRoot @i"
339
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400340#: e2fsck/message.c:133
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500341msgid "sshould be"
342msgstr "ssollte sein"
343
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400344#: e2fsck/message.c:134
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500345msgid "Ssuper@b"
346msgstr "SSuper@b"
347
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400348#: e2fsck/message.c:135
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500349msgid "uunattached"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500350msgstr "unicht verbunden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500351
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400352#: e2fsck/message.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500353msgid "vdevice"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400354msgstr "vGerät"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500355
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400356#: e2fsck/message.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500357msgid "zzero-length"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400358msgstr "zNull-Länge"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500359
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400360#: e2fsck/message.c:148
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500361msgid "<The NULL inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500362msgstr "<Der NULL Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500363
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400364#: e2fsck/message.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500365msgid "<The bad blocks inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400366msgstr "<Der »Bad Blocks«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500367
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400368#: e2fsck/message.c:151
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500369msgid "<The ACL index inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400370msgstr "<Der »ACL Index«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500371
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400372#: e2fsck/message.c:152
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500373msgid "<The ACL data inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400374msgstr "<Der »ACL Data«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500375
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400376#: e2fsck/message.c:153
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500377msgid "<The boot loader inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400378msgstr "<Der »Boot Loader«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500379
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400380#: e2fsck/message.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500381msgid "<The undelete directory inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400382msgstr "<Der »undelete directory«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500383
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400384#: e2fsck/message.c:155
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500385msgid "<The group descriptor inode>"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400386msgstr "<Des »group descriptor«-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500387
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400388#: e2fsck/message.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500389msgid "<The journal inode>"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500390msgstr "<Der Journal-Inode>"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500391
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400392#: e2fsck/message.c:157
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500393msgid "<Reserved inode 9>"
394msgstr "<Der reservierte Inode 9>"
395
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400396#: e2fsck/message.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500397msgid "<Reserved inode 10>"
398msgstr "<Der reservierte Inode 10>"
399
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400400#: e2fsck/message.c:314
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500401#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400402msgid "regular file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400403msgstr "'reguläre Datei"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400404
405#: e2fsck/message.c:316
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500406#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400407msgid "directory"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500408msgstr "Verzeichnis"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400409
410#: e2fsck/message.c:318
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500411#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400412msgid "character device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400413msgstr "zeichenorientiertes Gerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400414
415#: e2fsck/message.c:320
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500416#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400417msgid "block device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400418msgstr "Blockgerät"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400419
420#: e2fsck/message.c:322
421#, c-format
422msgid "named pipe"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400423msgstr "named pipe"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400424
425#: e2fsck/message.c:324
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500426#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400427msgid "symbolic link"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400428msgstr "symbolische Verknüpfung"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400429
430#: e2fsck/message.c:326
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500431#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400432msgid "socket"
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500433msgstr " Socket"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400434
435#: e2fsck/message.c:328
436#, c-format
437msgid "unknown file type with mode 0%o"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400438msgstr "unbekannter Dateityp mit Modus 0%o"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400439
440#: e2fsck/pass1b.c:215
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500441msgid "multiply claimed inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500442msgstr "mehrfach beanspruchte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500443
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400444#: e2fsck/pass1b.c:566 e2fsck/pass1b.c:703
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500445#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500446msgid "internal error; can't find dup_blk for %u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400447msgstr "interner Fehler; dup_blk für %u nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500448
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400449#: e2fsck/pass1b.c:746
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500450msgid "returned from clone_file_block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400451msgstr "zurückgegeben von clone_file_block"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500452
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400453#: e2fsck/pass1b.c:765
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400454#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400455msgid "internal error: couldn't lookup EA block record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400456msgstr "interner Fehler: EA Blockliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400457
458#: e2fsck/pass1b.c:777
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400459#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400460msgid "internal error: couldn't lookup EA inode record for %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400461msgstr "Interner Fehler: EA Inodeliste für %u wurde nicht gefunden"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400462
Theodore Ts'o8f741372008-02-28 21:47:05 -0500463#: e2fsck/pass1.c:404 e2fsck/pass2.c:770
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400464msgid "reading directory block"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400465msgstr "lese Verzeichnisblock"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400466
467#: e2fsck/pass1.c:521
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500468msgid "in-use inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400469msgstr "»in-use inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500470
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400471#: e2fsck/pass1.c:530
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500472msgid "directory inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400473msgstr "»directory inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500474
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400475#: e2fsck/pass1.c:538
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500476msgid "regular file inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400477msgstr "»regular file inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500478
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400479#: e2fsck/pass1.c:545
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500480msgid "in-use block map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400481msgstr "»in-use block«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500482
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400483#: e2fsck/pass1.c:599
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400484msgid "opening inode scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400485msgstr "Starte Inode-Scan"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500486
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400487#: e2fsck/pass1.c:623
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400488msgid "getting next inode from scan"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400489msgstr "beim Lesen des nächsten Inodes"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400490
491#: e2fsck/pass1.c:1016
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500492msgid "Pass 1"
493msgstr "Durchgang 1"
494
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400495#: e2fsck/pass1.c:1075
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500496#, c-format
497msgid "reading indirect blocks of inode %u"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400498msgstr "lese indirekte Blöcke von Inode %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500499
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400500#: e2fsck/pass1.c:1117
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500501msgid "bad inode map"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500502msgstr "fehlerhafte Inode-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500503
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400504#: e2fsck/pass1.c:1139
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500505msgid "inode in bad block map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400506msgstr "Inode in »Bad Blocks«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500507
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400508#: e2fsck/pass1.c:1159
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500509msgid "imagic inode map"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400510msgstr "i»magic inode«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500511
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400512#: e2fsck/pass1.c:1186
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500513msgid "multiply claimed block map"
514msgstr "multiply claimed block map"
515
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400516#: e2fsck/pass1.c:1285
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500517msgid "ext attr block map"
518msgstr "ext attr block map"
519
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500520#: e2fsck/pass1.c:2072
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500521msgid "block bitmap"
522msgstr "block bitmap"
523
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500524#: e2fsck/pass1.c:2076
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500525msgid "inode bitmap"
526msgstr "inode bitmap"
527
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500528#: e2fsck/pass1.c:2080
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500529msgid "inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500530msgstr "Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500531
Theodore Ts'o8f741372008-02-28 21:47:05 -0500532#: e2fsck/pass2.c:283
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500533msgid "Pass 2"
Theodore Ts'oddc32a02003-05-03 18:45:55 -0400534msgstr "Durchgang 2"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500535
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400536#: e2fsck/pass3.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500537msgid "inode done bitmap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400538msgstr "»inode done«-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500539
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400540#: e2fsck/pass3.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500541msgid "Peak memory"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500542msgstr "Peak-Memory"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500543
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400544#: e2fsck/pass3.c:145
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500545msgid "Pass 3"
546msgstr "Durchgang 3"
547
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400548#: e2fsck/pass3.c:333
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500549msgid "inode loop detection bitmap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400550msgstr "»inode loop detection«-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500551
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400552#: e2fsck/pass4.c:176
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500553msgid "Pass 4"
554msgstr "Durchgang 4"
555
556#: e2fsck/pass5.c:70
557msgid "Pass 5"
558msgstr "Durchgang 5"
559
Theodore Ts'obc759702005-05-09 20:40:55 -0400560#: e2fsck/problem.c:50
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500561msgid "(no prompt)"
562msgstr "(nicht interaktiv)"
563
Theodore Ts'obc759702005-05-09 20:40:55 -0400564#: e2fsck/problem.c:51
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500565msgid "Fix"
566msgstr "Repariere"
567
Theodore Ts'obc759702005-05-09 20:40:55 -0400568#: e2fsck/problem.c:52
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500569msgid "Clear"
570msgstr "Bereinige"
571
Theodore Ts'obc759702005-05-09 20:40:55 -0400572#: e2fsck/problem.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500573msgid "Relocate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400574msgstr "Zurücksetzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500575
Theodore Ts'obc759702005-05-09 20:40:55 -0400576#: e2fsck/problem.c:54
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500577msgid "Allocate"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500578msgstr "Gebe frei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500579
Theodore Ts'obc759702005-05-09 20:40:55 -0400580#: e2fsck/problem.c:55
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500581msgid "Expand"
582msgstr "Erweitere"
583
Theodore Ts'obc759702005-05-09 20:40:55 -0400584#: e2fsck/problem.c:56
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500585msgid "Connect to /lost+found"
586msgstr "Verbinde nach /lost+found"
587
Theodore Ts'obc759702005-05-09 20:40:55 -0400588#: e2fsck/problem.c:57
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500589msgid "Create"
590msgstr "Erstelle"
591
Theodore Ts'obc759702005-05-09 20:40:55 -0400592#: e2fsck/problem.c:58
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500593msgid "Salvage"
594msgstr "Rette"
595
Theodore Ts'obc759702005-05-09 20:40:55 -0400596#: e2fsck/problem.c:59
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500597msgid "Truncate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400598msgstr "Verkürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500599
Theodore Ts'obc759702005-05-09 20:40:55 -0400600#: e2fsck/problem.c:60
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500601msgid "Clear inode"
602msgstr "Bereinige Inode"
603
Theodore Ts'obc759702005-05-09 20:40:55 -0400604#: e2fsck/problem.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500605msgid "Abort"
606msgstr "Abbrechen"
607
Theodore Ts'obc759702005-05-09 20:40:55 -0400608#: e2fsck/problem.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500609msgid "Split"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500610msgstr "Aufsplitten"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500611
Theodore Ts'obc759702005-05-09 20:40:55 -0400612#: e2fsck/problem.c:63
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500613msgid "Continue"
614msgstr "Fortsetzen"
615
Theodore Ts'obc759702005-05-09 20:40:55 -0400616#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400617msgid "Clone multiply-claimed blocks"
618msgstr "multiply claimed block map"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500619
Theodore Ts'obc759702005-05-09 20:40:55 -0400620#: e2fsck/problem.c:65
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500621msgid "Delete file"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400622msgstr "Lösche Datei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500623
Theodore Ts'obc759702005-05-09 20:40:55 -0400624#: e2fsck/problem.c:66
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500625msgid "Suppress messages"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400626msgstr "Ausgaben unterdrücken"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500627
Theodore Ts'obc759702005-05-09 20:40:55 -0400628#: e2fsck/problem.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500629msgid "Unlink"
630msgstr "Unlink"
631
Theodore Ts'obc759702005-05-09 20:40:55 -0400632#: e2fsck/problem.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500633msgid "Clear HTree index"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500634msgstr "Bereinige HTree-Index"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500635
Theodore Ts'obc759702005-05-09 20:40:55 -0400636#: e2fsck/problem.c:69
Theodore Ts'obc759702005-05-09 20:40:55 -0400637msgid "Recreate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400638msgstr "Zurücksetzen"
Theodore Ts'obc759702005-05-09 20:40:55 -0400639
640#: e2fsck/problem.c:78
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500641msgid "(NONE)"
642msgstr "(NICHTS)"
643
Theodore Ts'obc759702005-05-09 20:40:55 -0400644#: e2fsck/problem.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500645msgid "FIXED"
646msgstr "REPARIERT"
647
Theodore Ts'obc759702005-05-09 20:40:55 -0400648#: e2fsck/problem.c:80
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500649msgid "CLEARED"
650msgstr "BEREINIGT"
651
Theodore Ts'obc759702005-05-09 20:40:55 -0400652#: e2fsck/problem.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500653msgid "RELOCATED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400654msgstr "ZURÜCKGESETZT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500655
Theodore Ts'obc759702005-05-09 20:40:55 -0400656#: e2fsck/problem.c:82
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500657msgid "ALLOCATED"
658msgstr "FREIGEGEBEN"
659
Theodore Ts'obc759702005-05-09 20:40:55 -0400660#: e2fsck/problem.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500661msgid "EXPANDED"
662msgstr "ERWEITERT"
663
Theodore Ts'obc759702005-05-09 20:40:55 -0400664#: e2fsck/problem.c:84
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500665msgid "RECONNECTED"
666msgstr "WIEDER VERBUNDEN"
667
Theodore Ts'obc759702005-05-09 20:40:55 -0400668#: e2fsck/problem.c:85
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500669msgid "CREATED"
670msgstr "ANGELEGT"
671
Theodore Ts'obc759702005-05-09 20:40:55 -0400672#: e2fsck/problem.c:86
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500673msgid "SALVAGED"
674msgstr "GERETTET"
675
Theodore Ts'obc759702005-05-09 20:40:55 -0400676#: e2fsck/problem.c:87
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500677msgid "TRUNCATED"
678msgstr "BEENDET"
679
Theodore Ts'obc759702005-05-09 20:40:55 -0400680#: e2fsck/problem.c:88
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500681msgid "INODE CLEARED"
682msgstr "INODE BEREINIGT"
683
Theodore Ts'obc759702005-05-09 20:40:55 -0400684#: e2fsck/problem.c:89
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500685msgid "ABORTED"
686msgstr "ABGEBROCHEN"
687
Theodore Ts'obc759702005-05-09 20:40:55 -0400688#: e2fsck/problem.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500689msgid "SPLIT"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500690msgstr "ABGESPALTET"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500691
Theodore Ts'obc759702005-05-09 20:40:55 -0400692#: e2fsck/problem.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500693msgid "CONTINUING"
694msgstr "SETZE FORT"
695
Theodore Ts'obc759702005-05-09 20:40:55 -0400696#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400697msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400698msgstr "DOPPELTE/DEFEKTE BLÖCKE DUPLIZIERT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500699
Theodore Ts'obc759702005-05-09 20:40:55 -0400700#: e2fsck/problem.c:93
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500701msgid "FILE DELETED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400702msgstr "DATEI GELÖSCHT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500703
Theodore Ts'obc759702005-05-09 20:40:55 -0400704#: e2fsck/problem.c:94
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500705msgid "SUPPRESSED"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400706msgstr "UNTERDRÜCKT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500707
Theodore Ts'obc759702005-05-09 20:40:55 -0400708#: e2fsck/problem.c:95
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500709msgid "UNLINKED"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500710msgstr "GETRENNT"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500711
Theodore Ts'obc759702005-05-09 20:40:55 -0400712#: e2fsck/problem.c:96
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500713msgid "HTREE INDEX CLEARED"
714msgstr "HTREE INDEX BEREINIGT"
715
Theodore Ts'obc759702005-05-09 20:40:55 -0400716#: e2fsck/problem.c:97
Theodore Ts'obc759702005-05-09 20:40:55 -0400717msgid "WILL RECREATE"
718msgstr "ANGELEGT"
719
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400720#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400721#: e2fsck/problem.c:106
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500722msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400723msgstr "@b @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500724
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400725#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400726#: e2fsck/problem.c:110
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500727msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400728msgstr "@i @B für @g %g ist nicht in @g. (@b %b)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500729
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400730#. @-expanded: inode table for group %g is not in group. (block %b)\n
731#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400732#: e2fsck/problem.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500733msgid ""
734"@i table for @g %g is not in @g. (@b %b)\n"
735"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
736msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400737"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
738"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500739
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400740#. @-expanded: \n
741#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
742#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
743#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
744#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
745#. @-expanded: e2fsck -b %S <device>\n
746#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400747#: e2fsck/problem.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500748#, c-format
749msgid ""
750"\n"
751"The @S could not be read or does not describe a correct ext2\n"
752"@f. If the @v is valid and it really contains an ext2\n"
753"@f (and not swap or ufs or something else), then the @S\n"
754"is corrupt, and you might try running e2fsck with an alternate @S:\n"
755" e2fsck -b %S <@v>\n"
756"\n"
757msgstr ""
758"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400759"@S ist unlesbar bzw. beschreibt kein gültiges ext2\n"
760"@f. Wenn @v gültig ist und ein ext2\n"
761"@f (kein swap oder ufs usw.) enthält, dann ist der @S\n"
762"beschädigt, und sie könnten e2fsck mit einem anderen @S:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500763" e2fsck -b %S <@v>\n"
764"\n"
765
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400766#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
767#. @-expanded: The physical size of the device is %c blocks\n
768#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400769#: e2fsck/problem.c:130
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500770msgid ""
771"The @f size (according to the @S) is %b @bs\n"
772"The physical size of the @v is %c @bs\n"
773"Either the @S or the partition table is likely to be corrupt!\n"
774msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400775"Die @f Größe ( laut @S) ist %b @bs\n"
776"Die physikalische Größe von @v ist %c @bs\n"
777"Entweder der @S oder die Partionstabelle ist beschädigt!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500778
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400779#. @-expanded: superblock block_size = %b, fragsize = %c.\n
780#. @-expanded: This version of e2fsck does not support fragment sizes different\n
781#. @-expanded: from the block size.\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400782#: e2fsck/problem.c:137
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500783msgid ""
784"@S @b_size = %b, fragsize = %c.\n"
785"This version of e2fsck does not support fragment sizes different\n"
786"from the @b size.\n"
787msgstr ""
788"@S @b_size = %b, fragsize = %c.\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -0400789"Diese Version von e2fsck unterstützt keine von @b-Größen verschiedene "
790"Fragmentgrößen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500791
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400792#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400793#: e2fsck/problem.c:144
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500794msgid "@S @bs_per_group = %b, should have been %c\n"
795msgstr "@S @bs_per_group = %b, sollte %c sein.\n"
796
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400797#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'obc759702005-05-09 20:40:55 -0400798#: e2fsck/problem.c:149
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500799msgid "@S first_data_@b = %b, should have been %c\n"
800msgstr "@S first_data_@b = %b, sollte %c haben.\n"
801
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400802#. @-expanded: filesystem did not have a UUID; generating one.\n
803#. @-expanded: \n
Theodore Ts'obc759702005-05-09 20:40:55 -0400804#: e2fsck/problem.c:154
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500805msgid ""
806"@f did not have a UUID; generating one.\n"
807"\n"
808msgstr ""
809"@f hat keinen UUID ; generiere einen.\n"
810"\n"
811
Theodore Ts'obc759702005-05-09 20:40:55 -0400812#: e2fsck/problem.c:159
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400813#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500814msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400815"Note: if several inode or block bitmap blocks or part\n"
816"of the inode table require relocation, you may wish to try\n"
817"running e2fsck with the '-b %S' option first. The problem\n"
818"may lie only with the primary block group descriptors, and\n"
819"the backup block group descriptors may be OK.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500820"\n"
821msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400822"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
823"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
824"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400825"mit der Option »-b %S« zu starten. Das Problem könnte\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400826"im primären Blockgruppenbezeichner liegen, und seine\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -0500827"Sicherungskopie in Ordnung sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500828"\n"
829
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400830#. @-expanded: Corruption found in superblock. (%s = %N).\n
831#: e2fsck/problem.c:168
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500832msgid "Corruption found in @S. (%s = %N).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400833msgstr "Beschädigung gefunden in @S. (%s = %N).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500834
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400835#. @-expanded: Error determining size of the physical device: %m\n
836#: e2fsck/problem.c:173
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500837#, c-format
838msgid "Error determining size of the physical @v: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400839msgstr "Fehler bei der Feststellung der Größe des physikalischen @v: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500840
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400841#. @-expanded: inode count in superblock is %i, should be %j.\n
842#: e2fsck/problem.c:178
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400843msgid "@i count in @S is %i, @s %j.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400844msgstr "@i-Anzahl in @S ist %i, sollte %j sein.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500845
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400846#: e2fsck/problem.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500847msgid "The Hurd does not support the filetype feature.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400848msgstr "Hurd unterstützt das Dateityp-Feature nicht.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500849
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400850#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
851#: e2fsck/problem.c:187
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400852#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400853msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500854msgstr "@S hat einen defekten ext3 @j (@i %i).\n"
855
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400856#. @-expanded: External journal has multiple filesystem users (unsupported).\n
857#: e2fsck/problem.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500858msgid "External @j has multiple @f users (unsupported).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400859msgstr "Externes @j hat mehrere @f Nutzer (nicht unterstützt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500860
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400861#. @-expanded: Can't find external journal\n
862#: e2fsck/problem.c:197
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500863msgid "Can't find external @j\n"
864msgstr "Kann kein externes @j finden.\n"
865
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400866#. @-expanded: External journal has bad superblock\n
867#: e2fsck/problem.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500868msgid "External @j has bad @S\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400869msgstr "Externes @j hat ungültigen @S\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500870
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400871#. @-expanded: External journal does not support this filesystem\n
872#: e2fsck/problem.c:207
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500873msgid "External @j does not support this @f\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400874msgstr "Externes @j unterstützt nicht @f\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500875
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400876#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
877#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
878#. @-expanded: format.\n
879#. @-expanded: It is also possible the journal superblock is corrupt.\n
880#: e2fsck/problem.c:212
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500881msgid ""
882"Ext3 @j @S is unknown type %N (unsupported).\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -0400883"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
884"format.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500885"It is also possible the @j @S is corrupt.\n"
886msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400887"Ext3 @j @S ist eine unbekannter Type %N (nicht unterstützt).\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -0400888"Es ist möglich, dass ihr e2fsck älter ist und/oder dieses @j Format nicht "
889"unterstützt.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400890"Es ist ebenso möglich, dass @j @S defekt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500891
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400892#. @-expanded: Ext3 journal superblock is corrupt.\n
893#: e2fsck/problem.c:220
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500894msgid "Ext3 @j @S is corrupt.\n"
895msgstr "Ext3 @j @S ist defekt.\n"
896
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400897#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
898#: e2fsck/problem.c:225
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500899#, c-format
900msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
901msgstr "@S hat kein has_@j Flag, aber ein ext3 @j %s.\n"
902
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400903#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
904#: e2fsck/problem.c:230
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500905msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400906msgstr "@S hat das ext3 »needs_recovery«-Flag gesetzt, aber kein @j.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500907
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400908#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
909#: e2fsck/problem.c:235
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400910msgid "ext3 recovery flag is clear, but @j has data.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -0400911msgstr "ext3 Recovery-Flag sauber, aber das @j enthält Daten.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500912
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400913#. @-expanded: Clear journal
914#: e2fsck/problem.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500915msgid "Clear @j"
916msgstr "Bereinige @j"
917
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400918#. @-expanded: Run journal anyway
919#: e2fsck/problem.c:245
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500920msgid "Run @j anyway"
921msgstr "Starte @j trotzdem"
922
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400923#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
924#: e2fsck/problem.c:250
Theodore Ts'oa2328c92002-10-30 23:26:03 -0500925msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -0400926msgstr ""
927"Recovery-Kennzeichen in Backup @S nicht gesetzt, @j wird trotzdem "
928"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. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -0400960msgstr "@f hat Eigenschfts-Kennzeichen gesetzt, ist aber ein Revision 0 @f. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400961
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. "
Philipp Thomasb4d88772008-04-13 13:31:34 -04001035msgstr ""
1036"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 ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001066"Füge Verzeinishash-Hilfe zu @f hinzu.\n"
1067"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001068
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001069#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001070#: e2fsck/problem.c:358
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001071msgid "Pass 1: Checking @is, @bs, and sizes\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001072msgstr "Durchgang 1: Prüfe @is, @bs, und Größen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001073
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001074#. @-expanded: root inode is not a directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001075#: e2fsck/problem.c:362
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001076msgid "@r is not a @d. "
1077msgstr "@r ist kein @d. "
1078
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001079#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001080#: e2fsck/problem.c:367
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001081msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001082msgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001083
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001084#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001085#: e2fsck/problem.c:372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001086msgid "Reserved @i %i (%Q) has @n mode. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001087msgstr "Reservierte @i %i %Q hat einen falschen Modus. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001088
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001089#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001090#: e2fsck/problem.c:377
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001091#, c-format
1092msgid "@D @i %i has zero dtime. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001093msgstr "@D @i %i hat \"zero dtime\". "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001095#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001096#: e2fsck/problem.c:382
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001097#, c-format
1098msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001099msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001100
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001101#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001102#: e2fsck/problem.c:387
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001103#, c-format
1104msgid "@i %i is a @z @d. "
1105msgstr "@i %i ist ein @z @d. "
1106
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001107#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001108#: e2fsck/problem.c:392
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001109msgid "@g %g's @b @B at %b @C.\n"
1110msgstr "@g %g's @b @B auf %b @C.\n"
1111
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001112#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001113#: e2fsck/problem.c:397
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001114msgid "@g %g's @i @B at %b @C.\n"
1115msgstr "@g %g's @i @B auf %b @C.\n"
1116
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001117#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001118#: e2fsck/problem.c:402
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001119msgid "@g %g's @i table at %b @C.\n"
1120msgstr "@g %g's @i Tabelle auf %b @C.\n"
1121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001122#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001123#: e2fsck/problem.c:407
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001124msgid "@g %g's @b @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001125msgstr "@g %g's @b @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001127#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001128#: e2fsck/problem.c:412
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001129msgid "@g %g's @i @B (%b) is bad. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001130msgstr "@g %g's @i @B (%b) ist ungültig. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001131
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001132#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001133#: e2fsck/problem.c:417
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001134msgid "@i %i, i_size is %Is, @s %N. "
1135msgstr "@i %i, i_size ist %Is, @s %N. "
1136
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001137#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001138#: e2fsck/problem.c:422
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001139msgid "@i %i, i_@bs is %Ib, @s %N. "
1140msgstr "@i %i, i_@bs ist %Ib, @s %N. "
1141
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001142#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001143#: e2fsck/problem.c:427
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001144msgid "@I @b #%B (%b) in @i %i. "
1145msgstr "@I @b #%B (%b) in @i %i. "
1146
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001147#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001148#: e2fsck/problem.c:432
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001149msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001150msgstr "@b #%B (%b) überlappt @f metadata in @i %i. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001151
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001152#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001153#: e2fsck/problem.c:437
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001154#, c-format
1155msgid "@i %i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001156msgstr "@i %i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001157
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001158#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001159#: e2fsck/problem.c:442
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001160#, c-format
1161msgid "Too many illegal @bs in @i %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001162msgstr "Zu viele unzulässige @bs in @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001164#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001165#: e2fsck/problem.c:447
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001166msgid "@I @b #%B (%b) in bad @b @i. "
1167msgstr "@I @b #%B (%b) in bad @b @i. "
1168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001169#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001170#: e2fsck/problem.c:452
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001171msgid "Bad @b @i has illegal @b(s). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001172msgstr "Bad @b @i hat unzulässigen @b(s). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001173
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001174#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001175#: e2fsck/problem.c:457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001176msgid "Duplicate or bad @b in use!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001177msgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001178
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001179#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001180#: e2fsck/problem.c:462
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001181msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001182msgstr "Bad @b %b benutzt als bad @b @i indirekt @b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001183
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001184#. @-expanded: \n
1185#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1186#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1187#. @-expanded: in the filesystem.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001188#: e2fsck/problem.c:467
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001189msgid ""
1190"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001191"The bad @b @i has probably been corrupted. You probably\n"
1192"should stop now and run e2fsck -c to scan for bad blocks\n"
1193"in the @f.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001194msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001195"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001196"Defekter @b @i ist wahrscheinlich beschädigt worden. Sie sollten\n"
1197"nun eher innehalten und »e2fsck -c« ausführen, um nach defekten\n"
1198"Blöcken in @f zu suchen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001200#. @-expanded: \n
1201#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001202#: e2fsck/problem.c:474
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001203msgid ""
1204"\n"
1205"If the @b is really bad, the @f can not be fixed.\n"
1206msgstr ""
1207"\n"
1208"Wenn der @b wirklich defekt ist, kann der @f nicht repariert werden.\n"
1209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001210#. @-expanded: You can remove this block from the bad block list and hope\n
1211#. @-expanded: that the block is really OK. But there are no guarantees.\n
1212#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001213#: e2fsck/problem.c:479
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001214msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001215"You can remove this @b from the bad @b list and hope\n"
1216"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001217"\n"
1218msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001219"Sie können @b von der @b - Liste löschen \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001220"und hoffen das @b wirklich in Ordnung ist, es \n"
1221"gibt aber KEINE GARANTIEN.\n"
1222"\n"
1223
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001224#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001225#: e2fsck/problem.c:485
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001226msgid "The primary @S (%b) is on the bad @b list.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001227msgstr "Der primäre @S (%b) ist auf der bad @b Liste.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001228
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001229#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001230#: e2fsck/problem.c:490
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001231msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001232msgstr "Block %b im primären Deskriptor @g ist auf der bad @b Liste\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001233
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001234#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001235#: e2fsck/problem.c:496
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001236msgid "Warning: Group %g's @S (%b) is bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001237msgstr "Warnung: Gruppe %g's @S (%b) ist ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001238
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001239#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001240#: e2fsck/problem.c:501
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001241msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001242msgstr "Warnung: Gruppe %g's Kopie vom Deskriptor @g hat einen bad @b (%b).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001243
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001244#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001245#: e2fsck/problem.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001246msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1247msgstr "Programmfehler? @b #%b verlangt ohne Grund in process_bad_@b.\n"
1248
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001249#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001250#: e2fsck/problem.c:513
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001251msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1252msgstr "@A %N grenzt an @b(s) in @b @g %g for %s: %m\n"
1253
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001254#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001255#: e2fsck/problem.c:518
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001256#, c-format
1257msgid "@A @b buffer for relocating %s\n"
1258msgstr "@A @b Puffer zum Verschieben %s\n"
1259
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001260#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001261#: e2fsck/problem.c:523
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001262msgid "Relocating @g %g's %s from %b to %c...\n"
1263msgstr "Verschiebe @g %g's %s von %b nach %c...\n"
1264
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001265#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001266#: e2fsck/problem.c:528
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001267#, c-format
1268msgid "Relocating @g %g's %s to %c...\n"
1269msgstr "Verschiebe @g %g's %s nach %c...\n"
1270
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001271#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001272#: e2fsck/problem.c:533
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001273msgid "Warning: could not read @b %b of %s: %m\n"
1274msgstr "Warnung: kann @b %b von %s: %m nicht lesen\n"
1275
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001276#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001277#: e2fsck/problem.c:538
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001278msgid "Warning: could not write @b %b for %s: %m\n"
1279msgstr "Warnung: kann @b %b von %s: %m nicht schreiben\n"
1280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001281#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001282#: e2fsck/problem.c:543 e2fsck/problem.c:1280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001283msgid "@A @i @B (%N): %m\n"
1284msgstr "@A @i @B (%N): %m\n"
1285
1286#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001287#: e2fsck/problem.c:548
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001288msgid "@A @b @B (%N): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001289msgstr "@A @i @B (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001290
1291#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001292#: e2fsck/problem.c:553
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001293#, c-format
1294msgid "@A icount link information: %m\n"
1295msgstr "@A icount link information: %m\n"
1296
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001297#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001298#: e2fsck/problem.c:558
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001299#, c-format
1300msgid "@A @d @b array: %m\n"
1301msgstr "@A @d @b array: %m\n"
1302
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001303#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001304#: e2fsck/problem.c:563
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001305#, c-format
1306msgid "Error while scanning @is (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001307msgstr "Fehler während der Suche @is (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001308
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001309#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001310#: e2fsck/problem.c:568
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001311#, c-format
1312msgid "Error while iterating over @bs in @i %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001313msgstr "Fehler beim Iterieren über @bs in @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001314
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001315#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001316#: e2fsck/problem.c:573
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001317msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04001318msgstr ""
1319"Fehler beim Speichern von @i count Informationen (@i=%i, count=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001320
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001321#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001322#: e2fsck/problem.c:578
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001323msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001324msgstr "Fehler beim Speichern @d @b Informationen (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001325
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001326#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001327#: e2fsck/problem.c:584
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001328#, c-format
1329msgid "Error reading @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001330msgstr "Fehler beim Lesen von @i %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001331
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001332#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001333#: e2fsck/problem.c:592
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001334#, c-format
1335msgid "@i %i has imagic flag set. "
1336msgstr "@i %i hat Imagic-Flag gesetzt. "
1337
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001338#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1339#. @-expanded: or append-only flag set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001340#: e2fsck/problem.c:597
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001341#, c-format
1342msgid ""
1343"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1344"or append-only flag set. "
1345msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001346"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001347"oder append-only Flag gesetzt. "
1348
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001349#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001350#: e2fsck/problem.c:603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001351#, c-format
1352msgid "@i %i has @cion flag set on @f without @cion support. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001353msgstr "@i %i hat @cion Flag gesetzt auf @f ohne @cion Unterstützung. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001354
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001355#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001356#: e2fsck/problem.c:608
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001357#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001358msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1359msgstr ""
1360"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat immutable\n"
1361"oder append-only Flag gesetzt. "
1362
1363#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001364#: e2fsck/problem.c:618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001365msgid "@j @i is not in use, but contains data. "
1366msgstr "@i %i ist in Benutzung, aber hat dtime gesetzt. "
1367
1368#. @-expanded: journal is not regular file.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001369#: e2fsck/problem.c:623
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001370msgid "@j is not regular file. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001371msgstr "@j ist keine reguläre Datei. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001373#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001374#: e2fsck/problem.c:628
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001375#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001376msgid "@i %i was part of the @o @i list. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001377msgstr "@i %i war Teil der orphaned @i Liste. "
1378
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001379#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001380#: e2fsck/problem.c:634
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001381msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001382msgstr "@is, die Teile einer defekten Liste mit verwaisten Links waren. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001383
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001384#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001385#: e2fsck/problem.c:639
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001386msgid "@A refcount structure (%N): %m\n"
1387msgstr "@A icount structure: %m\n"
1388
1389#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001390#: e2fsck/problem.c:644
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001391msgid "Error reading @a @b %b for @i %i. "
1392msgstr "Fehler beim Lesen @a @b %b for @i %i. "
1393
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001394#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001395#: e2fsck/problem.c:649
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001396msgid "@i %i has a bad @a @b %b. "
1397msgstr "@i %i hat defekten @a @b %b. "
1398
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001399#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001400#: e2fsck/problem.c:654
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001401msgid "Error reading @a @b %b (%m). "
1402msgstr "Fehler beim Lesen @a @b %b (%m). "
1403
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001404#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001405#: e2fsck/problem.c:659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001406msgid "@a @b %b has reference count %B, @s %N. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001407msgstr "@a @b %b hat den Referenzzähler %B, richtig wäre %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001408
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001409#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001410#: e2fsck/problem.c:664
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001411msgid "Error writing @a @b %b (%m). "
1412msgstr "Fehler beim Schreiben @a @b %b (%m). "
1413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001414#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001415#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001416msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001417msgstr "@a @b %b hat h_blocks > 1. "
1418
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001419#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001420#: e2fsck/problem.c:674
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001421msgid "@A @a @b %b. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001422msgstr "@A @a @b %b. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001424#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001425#: e2fsck/problem.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001426msgid "@a @b %b is corrupt (allocation collision). "
1427msgstr "@a @b %b ist defekt (allocation collision). "
1428
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001429#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001430#: e2fsck/problem.c:684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001431msgid "@a @b %b is corrupt (@n name). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001432msgstr "@a @b %b ist defekt (ungültiger Name). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001433
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001434#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001435#: e2fsck/problem.c:689
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001436msgid "@a @b %b is corrupt (@n value). "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001437msgstr "@a @b %b ist defekt (ungültiger Wert). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001438
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001439#. @-expanded: inode %i is too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001440#: e2fsck/problem.c:694
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001441#, c-format
1442msgid "@i %i is too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001443msgstr "@i %i ist zu groß. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001444
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001445#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001446#: e2fsck/problem.c:698
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001447msgid "@b #%B (%b) causes @d to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001448msgstr "@b #%B (%b) macht @d zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001449
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001450#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001451#: e2fsck/problem.c:703
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001452msgid "@b #%B (%b) causes file to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001453msgstr "@b #%B (%b) macht die Datei zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001455#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001456#: e2fsck/problem.c:708
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001457msgid "@b #%B (%b) causes symlink to be too big. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001458msgstr "@b #%B (%b) macht den Symlink zu groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001459
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001460#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001461#: e2fsck/problem.c:713
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001462#, c-format
1463msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001464msgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001465
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001466#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001467#: e2fsck/problem.c:718
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001468#, c-format
1469msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1470msgstr "@i %i hat INDEX_FL flag gesetzt, ist aber kein @d.\n"
1471
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001472#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001473#: e2fsck/problem.c:723
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001474#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001475msgid "@h %i has an @n root node.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001476msgstr "@h %i hat einen unvollständigen root node.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001477
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001478#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001479#: e2fsck/problem.c:728
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001480msgid "@h %i has an unsupported hash version (%N)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001481msgstr "@h %i hat eine nicht unterstützte hash-Version (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001482
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001483#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001484#: e2fsck/problem.c:733
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001485#, c-format
1486msgid "@h %i uses an incompatible htree root node flag.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001487msgstr "@h %i benutzt einen nicht unterstützten htree root node flag.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001488
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001489#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001490#: e2fsck/problem.c:738
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001491msgid "@h %i has a tree depth (%N) which is too big\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001492msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001493
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001494#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1495#. @-expanded: filesystem metadata.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001496#: e2fsck/problem.c:743
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001497msgid ""
1498"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1499"@f metadata. "
1500msgstr ""
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001501"Defekter @b @i hat einen indirekten @b (%b), der mit\n"
1502"den @f Metadaten in Konflikt steht. "
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001503
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001504#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001505#: e2fsck/problem.c:749
Theodore Ts'obc759702005-05-09 20:40:55 -04001506#, c-format
1507msgid "Resize @i (re)creation failed: %m."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001508msgstr "Erzeugung von Vergrösserungs-@i scheiterte: %m."
Theodore Ts'obc759702005-05-09 20:40:55 -04001509
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001510#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001511#: e2fsck/problem.c:754
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001512msgid "@i %i has a extra size (%IS) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001513msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001514
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001515#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001516#: e2fsck/problem.c:759
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001517msgid "@a in @i %i has a namelen (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001518msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001519
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001520#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001521#: e2fsck/problem.c:764
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001522msgid "@a in @i %i has a value size (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001523msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001524
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001525#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001526#: e2fsck/problem.c:769
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001527msgid "@a in @i %i has a value offset (%N) which is @n\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001528msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001529
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001530#. @-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 -04001531#: e2fsck/problem.c:774
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001532msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001533msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001534
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001535#. @-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 -04001536#: e2fsck/problem.c:779
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001537msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001538msgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001539
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001540#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1541#: e2fsck/problem.c:784
1542msgid "@i %i is a %It but it looks like it is really a directory.\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04001543msgstr ""
1544"@i ist ein %It aber es sieht so aus, als ob es tatsächlich ein Verzeichnis "
1545"ist.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001546
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001547#. @-expanded: \n
1548#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1549#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001550#: e2fsck/problem.c:791
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001551msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001552"\n"
1553"Running additional passes to resolve @bs claimed by more than one @i...\n"
1554"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001555msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001556"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001557"Doppelter @bs gefunden... starte Scan nach doppelten @b.\n"
1558"Durchgang 1B: Suche nach doppelten/defekten @bs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001559
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001560#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001561#: e2fsck/problem.c:797
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001562#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001563msgid "@m @b(s) in @i %i:"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001564msgstr "@m @b(s) in @i %i:"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001565
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001566#: e2fsck/problem.c:812
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001567#, c-format
1568msgid "Error while scanning inodes (%i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001569msgstr "Fehlen beim Prüfen von Inodes (%i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001570
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001571#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001572#: e2fsck/problem.c:817
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001573#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001574msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001575msgstr "@A @i @B (inode_dup_map): %m\n"
1576
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001577#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001578#: e2fsck/problem.c:822
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001579#, c-format
1580msgid "Error while iterating over @bs in @i %i (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001581msgstr "Fehler beim Durchlaufen der @bs in @i %i (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001582
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001583#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001584#: e2fsck/problem.c:827 e2fsck/problem.c:1143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001585msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001586msgstr "Fehler bei der Anpassung des refcount für @a @b %b (@i %i): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001587
Theodore Ts'o6956f612005-12-31 16:46:15 -05001588#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001589#: e2fsck/problem.c:833
Theodore Ts'o6956f612005-12-31 16:46:15 -05001590msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001591msgstr "Durchgang 1C: Prüfe Verzeichnisse nach @is mit doppelten @bs.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001592
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001593#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001594#: e2fsck/problem.c:839
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001595msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001596msgstr "Durchgang 1D: Gleiche doppelte @bs ab\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001597
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001598#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1599#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001600#: e2fsck/problem.c:844
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001601msgid ""
1602"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001603" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001604msgstr ""
1605"Datei %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001606" hat %B doppelte @b(s), geteilt mit %N Datei(en):\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001607
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001608#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001609#: e2fsck/problem.c:850
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001610msgid "\t%Q (@i #%i, mod time %IM)\n"
1611msgstr "\t%Q (@i #%i, mod time %IM)\n"
1612
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001613#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001614#: e2fsck/problem.c:855
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001615msgid "\t<@f metadata>\n"
1616msgstr "\t<@f metadata>\n"
1617
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001618#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1619#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001620#: e2fsck/problem.c:860
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001621msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001622"(There are %N @is containing @m @bs.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001623"\n"
1624msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001625"(es gibt %N @is, die doppelte/defekte @bs enthalten.)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001626"\n"
1627
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001628#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1629#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001630#: e2fsck/problem.c:865
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001631msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001632"@m @bs already reassigned or cloned.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001633"\n"
1634msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001635"Duplizierte @bs bereits neu zugeordnet bzw. geklont.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001636"\n"
1637
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001638#: e2fsck/problem.c:878
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001639#, c-format
1640msgid "Couldn't clone file: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001641msgstr "Kann die Datei %m nicht klonen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001642
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001643#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001644#: e2fsck/problem.c:884
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001645msgid "Pass 2: Checking @d structure\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001646msgstr "Durchgang 2: Prüfe @d Struktur\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001647
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001648#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001649#: e2fsck/problem.c:889
Theodore Ts'o7527ef12007-12-05 19:35:20 -05001650#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001651msgid "@n @i number for '.' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001652msgstr "Falsche @i Nummer für ».« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001653
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001654#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001655#: e2fsck/problem.c:894
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001656msgid "@E has @n @i #: %Di.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001657msgstr "@E hat falsche @i #: %Di.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001658
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001659#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001660#: e2fsck/problem.c:899
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001661msgid "@E has @D/unused @i %Di. "
1662msgstr "@E hat @D/unbenutzt @i %Di. "
1663
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001664#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001665#: e2fsck/problem.c:904
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001666msgid "@E @L to '.' "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001667msgstr "@E @L nach ».« "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001668
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001669#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001670#: e2fsck/problem.c:909
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001671msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001672msgstr "@E zeigt auf @i (%Di) in einem defekten @b.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001673
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001674#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001675#: e2fsck/problem.c:914
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001676msgid "@E @L to @d %P (%Di).\n"
1677msgstr "@E @L nach @d %P (%Di).\n"
1678
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001679#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001680#: e2fsck/problem.c:919
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001681msgid "@E @L to the @r.\n"
1682msgstr "@E @L zur @r.\n"
1683
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001684#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001685#: e2fsck/problem.c:924
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001686msgid "@E has illegal characters in its name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001687msgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001688
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001689#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001690#: e2fsck/problem.c:929
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001691#, c-format
1692msgid "Missing '.' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001693msgstr "Fehlende ».« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001694
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001695#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001696#: e2fsck/problem.c:934
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001697#, c-format
1698msgid "Missing '..' in @d @i %i.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001699msgstr "Fehlende »..« in @d @i %i.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001700
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001701#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001702#: e2fsck/problem.c:939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001703msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001704msgstr "Erster @e »%Dn« (inode=%Di) in @d @i %i (%p) @s ».«\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001705
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001706#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001707#: e2fsck/problem.c:944
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001708msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001709msgstr "Zweiter @e »%Dn« (inode=%Di) in @d @i %i @s »..«\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001710
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001711#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001712#: e2fsck/problem.c:949
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001713msgid "i_faddr @F %IF, @s zero.\n"
1714msgstr "i_faddr @F %IF, @s null.\n"
1715
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001716#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001717#: e2fsck/problem.c:954
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001718msgid "i_file_acl @F %If, @s zero.\n"
1719msgstr "i_file_acl @F %If, @s null.\n"
1720
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001721#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001722#: e2fsck/problem.c:959
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001723msgid "i_dir_acl @F %Id, @s zero.\n"
1724msgstr "i_dir_acl @F %Id, @s null.\n"
1725
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001726#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001727#: e2fsck/problem.c:964
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001728msgid "i_frag @F %N, @s zero.\n"
1729msgstr "i_frag @F %N, @s null.\n"
1730
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001731#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001732#: e2fsck/problem.c:969
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001733msgid "i_fsize @F %N, @s zero.\n"
1734msgstr "i_fsize @F %N, @s null.\n"
1735
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001736#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001737#: e2fsck/problem.c:974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001738msgid "@i %i (%Q) has @n mode (%Im).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001739msgstr "@i %i (%Q) hat einen falschen Modus (%Im).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001740
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001741#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001742#: e2fsck/problem.c:979
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001743msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1744msgstr "@d @i %i, @b %B, offset %N: @d defekt\n"
1745
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001746#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001747#: e2fsck/problem.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001748msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1749msgstr "@d @i %i, @b %B, offset %N: Dateiname zu lang\n"
1750
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001751#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001752#: e2fsck/problem.c:989
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001753msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001754msgstr "@d @i %i hat einen nicht zugewiesenen @b #%B. "
1755
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001756#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001757#: e2fsck/problem.c:994
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001758#, c-format
1759msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001760msgstr "».« @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001761
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001762#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001763#: e2fsck/problem.c:999
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001764#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001765msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001766msgstr "»..« @d @e in @d @i %i ist nicht NULL-terminiert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001767
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001768#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001769#: e2fsck/problem.c:1004
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001770msgid "@i %i (%Q) is an @I character @v.\n"
1771msgstr "@i %i (%Q) ist ein @I Zeichen @v.\n"
1772
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001773#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001774#: e2fsck/problem.c:1009
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001775msgid "@i %i (%Q) is an @I @b @v.\n"
1776msgstr "@i %i (%Q) ist ein @I @b @v.\n"
1777
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001778#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001779#: e2fsck/problem.c:1014
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001780msgid "@E is duplicate '.' @e.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001781msgstr "@E ist ein doppelter ».« @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001782
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001783#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001784#: e2fsck/problem.c:1019
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001785msgid "@E is duplicate '..' @e.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001786msgstr "@E ist ein doppelter »..« @e.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001787
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001788#: e2fsck/problem.c:1024 e2fsck/problem.c:1305
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001789#, c-format
1790msgid "Internal error: couldn't find dir_info for %i.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001791msgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001792
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001793#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001794#: e2fsck/problem.c:1029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001795msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001796msgstr "@E hat rec_len von %Dr, sollte %N sein.\n"
1797
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001798#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001799#: e2fsck/problem.c:1034
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001800#, c-format
1801msgid "@A icount structure: %m\n"
1802msgstr "@A icount structure: %m\n"
1803
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001804#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001805#: e2fsck/problem.c:1039
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001806#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04001807msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001808msgstr "Fehler beim Durchlaufen der @d @bs: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001809
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001810#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001811#: e2fsck/problem.c:1044
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001812msgid "Error reading @d @b %b (@i %i): %m\n"
1813msgstr "Lesefehler @d @b %b (@i %i): %m\n"
1814
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001815#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001816#: e2fsck/problem.c:1049
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001817msgid "Error writing @d @b %b (@i %i): %m\n"
1818msgstr "Schreibfehler @d @b %b (@i %i): %m\n"
1819
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001820#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001821#: e2fsck/problem.c:1054
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001822#, c-format
1823msgid "@A new @d @b for @i %i (%s): %m\n"
1824msgstr "@A neu @d @b for @i %i (%s): %m\n"
1825
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001826#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001827#: e2fsck/problem.c:1059
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001828#, c-format
1829msgid "Error deallocating @i %i: %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001830msgstr "Fehler bei der Freigabe von @i %i: %m\n"
1831
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001832#. @-expanded: directory entry for '.' is big.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001833#: e2fsck/problem.c:1064
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001834msgid "@d @e for '.' is big. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001835msgstr "@d @e für ».« ist groß. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001836
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001837#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001838#: e2fsck/problem.c:1069
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001839msgid "@i %i (%Q) is an @I FIFO.\n"
1840msgstr "@i %i (%Q) ist ein @I FIFO.\n"
1841
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001842#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001843#: e2fsck/problem.c:1074
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001844msgid "@i %i (%Q) is an @I socket.\n"
1845msgstr "@i %i (%Q) ist ein @I Socket.\n"
1846
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001847#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001848#: e2fsck/problem.c:1079
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001849msgid "Setting filetype for @E to %N.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001850msgstr "Setze Dateitype für @E auf %N.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001851
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001852#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001853#: e2fsck/problem.c:1084
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001854msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001855msgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
1856
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001857#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001858#: e2fsck/problem.c:1089
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001859msgid "@E has filetype set.\n"
1860msgstr "@E hat Dateityp gesetzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001861
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001862#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001863#: e2fsck/problem.c:1094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001864msgid "@E has a @z name.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001865msgstr "@E hat einen Namen der Länge Null..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001866
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001867#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001868#: e2fsck/problem.c:1099
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001869msgid "Symlink %Q (@i #%i) is @n.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001870msgstr "Symlink %Q (@i #%i) is invalid.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001871
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001872#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001873#: e2fsck/problem.c:1104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001874msgid "@a @b @F @n (%If).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001875msgstr "@a @b @F ist falsch (%If).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001876
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001877#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001878#: e2fsck/problem.c:1109
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001879msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04001880msgstr ""
1881"@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 -05001882
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001883#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001884#: e2fsck/problem.c:1114
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001885msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001886msgstr "@p @h %d: Node (%B) nicht referenziert\n"
1887
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001888#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001889#: e2fsck/problem.c:1119
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001890msgid "@p @h %d: node (%B) referenced twice\n"
1891msgstr "@p @h %d: Node (%B) doppelt referenziert\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001892
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001893#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001894#: e2fsck/problem.c:1124
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001895msgid "@p @h %d: node (%B) has bad min hash\n"
1896msgstr "@p @h %d: node (%B) has bad min hash\n"
1897
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001898#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001899#: e2fsck/problem.c:1129
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001900msgid "@p @h %d: node (%B) has bad max hash\n"
1901msgstr "@p @h %d: node (%B) has bad max hash\n"
1902
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001903#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001904#: e2fsck/problem.c:1134
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001905msgid "@n @h %d (%q). "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001906msgstr "Invalid @h %d (%q). "
1907
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001908#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001909#: e2fsck/problem.c:1138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001910msgid "@p @h %d (%q): bad @b number %b.\n"
1911msgstr "@p @h %d (%q): bad @b number %b.\n"
1912
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001913#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001914#: e2fsck/problem.c:1148
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001915#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001916msgid "@p @h %d: root node is @n\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001917msgstr "@p @h %d: root node is invalid\n"
1918
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001919#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001920#: e2fsck/problem.c:1153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001921msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001922msgstr "@p @h %d: node (%B) has bad limit (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001923
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001924#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001925#: e2fsck/problem.c:1158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001926msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001927msgstr "@p @h %d: node (%B) has bad count (%N)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001928
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001929#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001930#: e2fsck/problem.c:1163
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001931msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001932msgstr "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001933
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001934#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001935#: e2fsck/problem.c:1168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001936msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04001937msgstr "@p @h %d: node (%B) has bad depth\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001938
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001939#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001940#: e2fsck/problem.c:1173
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001941msgid "Duplicate @E found. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001942msgstr "Doppelte @E gefunden. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001943
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001944#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1945#. @-expanded: Rename to %s
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001946#: e2fsck/problem.c:1178
Theodore Ts'oddc32a02003-05-03 18:45:55 -04001947#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001948msgid ""
1949"@E has a non-unique filename.\n"
1950"Rename to %s"
1951msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001952"@E hat keinen eindeutigen Dateinnamen.\n"
1953"Benenne in %s um"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001954
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001955#. @-expanded: Duplicate entry '%Dn' found.\n
1956#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1957#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001958#: e2fsck/problem.c:1183
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001959msgid ""
1960"Duplicate @e '%Dn' found.\n"
1961"\tMarking %p (%i) to be rebuilt.\n"
1962"\n"
1963msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001964"Doppelte @e '%Dn' gefunden.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001965"\tMarkiere %p (%i) für die Neuerstellung.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001966"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001967
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001968#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
1969#: e2fsck/problem.c:1188
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001970msgid "i_blocks_hi @F %N, @s zero.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04001971msgstr "i_blocks_hi @F %N, @s zero.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001972
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001973#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001974#: e2fsck/problem.c:1195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001975msgid "Pass 3: Checking @d connectivity\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04001976msgstr "Durchgang 3: Prüfe @d Verknüpfungen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001977
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001978#. @-expanded: root inode not allocated.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001979#: e2fsck/problem.c:1200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001980msgid "@r not allocated. "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001981msgstr "@r nicht zugeordnet. "
1982
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001983#. @-expanded: No room in lost+found directory.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001984#: e2fsck/problem.c:1205
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001985msgid "No room in @l @d. "
1986msgstr "Kein Platz in @l @d. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001987
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001988#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001989#: e2fsck/problem.c:1210
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001990#, c-format
1991msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05001992msgstr "Nicht verbundene @d @i %i (%p)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001993
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001994#. @-expanded: /lost+found not found.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001995#: e2fsck/problem.c:1215
Theodore Ts'oa2328c92002-10-30 23:26:03 -05001996msgid "/@l not found. "
1997msgstr "/@l nicht gefunden. "
1998
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001999#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002000#: e2fsck/problem.c:1220
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002001msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002002msgstr "»..« in %Q (%i) ist %P (%j), @s %q (%d).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002004#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002005#: e2fsck/problem.c:1225
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002006msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002007msgstr "Falscher oder fehlender /@l. Wiederverbinden nicht möglich.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002009#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002010#: e2fsck/problem.c:1230
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002011#, c-format
2012msgid "Could not expand /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002013msgstr "Erweitern nicht möglich /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002014
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002015#: e2fsck/problem.c:1235
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002016#, c-format
2017msgid "Could not reconnect %i: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002018msgstr "Wiederverbinden nicht möglich %i: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002020#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002021#: e2fsck/problem.c:1240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002022#, c-format
2023msgid "Error while trying to find /@l: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002024msgstr "Fehler während der Suche nach /@l: %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002025
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002026#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002027#: e2fsck/problem.c:1245
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002028#, c-format
2029msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002030msgstr "ext2fs_new_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002031
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002032#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002033#: e2fsck/problem.c:1250
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002034#, c-format
2035msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002036msgstr "ext2fs_new_@i: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002037
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002038#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002039#: e2fsck/problem.c:1255
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002040#, c-format
2041msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002042msgstr "ext2fs_new_dir_@b: %m während des Versuches /@l @d zu erzeugen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002043
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002044#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002045#: e2fsck/problem.c:1260
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002046#, c-format
2047msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002048msgstr "ext2fs_write_dir_@b: %m während des Schreibens von @d @b für /@l\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002049
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002050#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002051#: e2fsck/problem.c:1265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002052#, c-format
2053msgid "Error while adjusting @i count on @i %i\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002054msgstr "Fehler während der Einstellung von @i count auf @i %i\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002055
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002056#. @-expanded: Couldn't fix parent of inode %i: %m\n
2057#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002058#: e2fsck/problem.c:1270
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002059#, c-format
2060msgid ""
2061"Couldn't fix parent of @i %i: %m\n"
2062"\n"
2063msgstr ""
2064"Konnte Parent von @i %i: %m nicht reparieren\n"
2065"\n"
2066
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002067#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2068#. @-expanded: \n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002069#: e2fsck/problem.c:1275
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002070#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002071msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002072"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002073"\n"
2074msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002075"Parent von @i %i konnte nicht repariert werden: \n"
2076"parent @d nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002077
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002078#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002079#: e2fsck/problem.c:1285
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002080#, c-format
2081msgid "Error creating root @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002082msgstr "Fehler beim Erzeugen des root @d (%s): %m\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002083
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002084#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002085#: e2fsck/problem.c:1290
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002086#, c-format
2087msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002088msgstr "Fehler beim Erzeugen des /@l @d (%s): %m\n"
2089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002090#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002091#: e2fsck/problem.c:1295
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002092msgid "@r is not a @d; aborting.\n"
2093msgstr "@r ist kein @d; breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002095#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002096#: e2fsck/problem.c:1300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002097msgid "Cannot proceed without a @r.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002098msgstr "Kann ohne @r nicht fortsetzen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002099
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002100#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002101#: e2fsck/problem.c:1310
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002102#, c-format
2103msgid "/@l is not a @d (ino=%i)\n"
2104msgstr "/@l ist kein @d (ino=%i)\n"
2105
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002106#: e2fsck/problem.c:1317
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002107msgid "Pass 3A: Optimizing directories\n"
2108msgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2109
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002110#: e2fsck/problem.c:1322
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002111#, c-format
2112msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002113msgstr "dirs_to_hash iterator konnte nicht erzeugt werden: %m"
2114
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002115#: e2fsck/problem.c:1327
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002116msgid "Failed to optimize directory %q (%d): %m"
2117msgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002118
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002119#: e2fsck/problem.c:1332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002120msgid "Optimizing directories: "
2121msgstr "Optimiere Verzeichnisse: "
2122
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002123#: e2fsck/problem.c:1349
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002124msgid "Pass 4: Checking reference counts\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002125msgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002127#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002128#: e2fsck/problem.c:1354
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002129#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002130msgid "@u @z @i %i. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002131msgstr "@I @o @i %i in @S. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002132
2133#. @-expanded: unattached inode %i\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002134#: e2fsck/problem.c:1359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002135#, c-format
2136msgid "@u @i %i\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002137msgstr "@u @i %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002138
2139#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002140#: e2fsck/problem.c:1364
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002141msgid "@i %i ref count is %Il, @s %N. "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002142msgstr "@i %i Referenzzähler ist %Il, @s %N. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002144#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2145#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2146#. @-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 -04002147#: e2fsck/problem.c:1368
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002148msgid ""
2149"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2150"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002151"@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 -05002152msgstr ""
2153"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002154"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (LIVE) DATEISYSTEM.\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04002155"@i_link_info[%i] ist %N, @i.i_links_count ist %Il. Sie sollten identisch "
2156"sein!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002157
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002158#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002159#: e2fsck/problem.c:1378
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002160msgid "Pass 5: Checking @g summary information\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002161msgstr "Durchgang 5: Überprüfe @g Zusammenfassung\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002162
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002163#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002164#: e2fsck/problem.c:1383
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002165msgid "Padding at end of @i @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002166msgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002168#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002169#: e2fsck/problem.c:1388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002170msgid "Padding at end of @b @B is not set. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002171msgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002172
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002173#. @-expanded: block bitmap differences:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002174#: e2fsck/problem.c:1393
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002175msgid "@b @B differences: "
2176msgstr "@b @B differieren: "
2177
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002178#. @-expanded: inode bitmap differences:
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002179#: e2fsck/problem.c:1413
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002180msgid "@i @B differences: "
2181msgstr "@i @B differieren: "
2182
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002183#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002184#: e2fsck/problem.c:1433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002185msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002186msgstr "Freie @is Anzahl ist falsch für @g #%g (%i, counted=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002187
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002188#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002189#: e2fsck/problem.c:1438
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002190msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002191msgstr "Verzeichnisanzahl ist falsch für @g #%g (%i, counted=%j).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002192
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002193#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002194#: e2fsck/problem.c:1443
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002195msgid "Free @is count wrong (%i, counted=%j).\n"
2196msgstr "Freie @is Anzahl ist falsch (%i, counted=%j).\n"
2197
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002198#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002199#: e2fsck/problem.c:1448
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002200msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2201msgstr "Freie @bs Anzahl ist falsch @g #%g (%b, counted=%c).\n"
2202
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002203#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002204#: e2fsck/problem.c:1453
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002205msgid "Free @bs count wrong (%b, counted=%c).\n"
2206msgstr "Freie @bs Anzahl ist falsch (%b, counted=%c).\n"
2207
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002208#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2209#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002210#: e2fsck/problem.c:1458
Philipp Thomasb4d88772008-04-13 13:31:34 -04002211msgid ""
2212"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2213"endpoints (%i, %j)\n"
2214msgstr ""
2215"PROGRAMMIERFEHLER: @f (#%N) @B Endpunkte (%b, %c) passen nicht zu den "
2216"berechneten @B Endpunkten (%i, %j)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002217
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002218#: e2fsck/problem.c:1464
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002219msgid "Internal error: fudging end of bitmap (%N)\n"
2220msgstr "Interner Fehler: fudging end of bitmap (%N)\n"
2221
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002222#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002223#: e2fsck/problem.c:1469
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002224#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002225msgid "Error copying in replacement @i @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002226msgstr "Fehler beim hineinkopieren von @i @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002227
2228#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002229#: e2fsck/problem.c:1474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002230#, c-format
2231msgid "Error copying in replacement @b @B: %m\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002232msgstr "Fehler beim hineinkopieren von @b @B: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002233
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002234#: e2fsck/problem.c:1499
2235msgid "Recreate journal to make the filesystem ext3 again?\n"
2236msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002237"Soll das Journal wiederhergestellt werden, damit das Dateisystem\n"
2238"\twieder ext3 ist?\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002239
2240#: e2fsck/problem.c:1617
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002241#, c-format
2242msgid "Unhandled error code (0x%x)!\n"
2243msgstr "Unbenutzter Fehlercode (0x%x)!\n"
2244
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002245#: e2fsck/problem.c:1711
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002246msgid "IGNORED"
2247msgstr "IGNORIERT"
2248
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002249#: e2fsck/scantest.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002250#, c-format
2251msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2252msgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2253
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002254#: e2fsck/scantest.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002255#, c-format
2256msgid "size of inode=%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002257msgstr "Größe des Inode=%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002258
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002259#: e2fsck/scantest.c:121
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002260msgid "while starting inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002261msgstr "beim Starten der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002262
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002263#: e2fsck/scantest.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002264msgid "while doing inode scan"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002265msgstr "während der Inodeprüfung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002266
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002267#: e2fsck/super.c:187
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002268#, c-format
2269msgid "while calling ext2fs_block_iterate for inode %d"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002270msgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002271
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002272#: e2fsck/super.c:210
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002273#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002274msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002275msgstr "während des Aufrufs von ext2fs_adjust_ea_refcount für Inode %d"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002276
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002277#: e2fsck/super.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002278msgid "Truncating"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002279msgstr "Kürze"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002280
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002281#: e2fsck/super.c:269
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002282msgid "Clearing"
2283msgstr "Bereinige"
2284
2285#: e2fsck/swapfs.c:98
2286msgid "while calling ext2fs_block_iterate"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002287msgstr "während des Aufrufs von ext2fs_block_iterate"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002288
2289#: e2fsck/swapfs.c:104
2290msgid "while calling iterator function"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002291msgstr "während des Aufrufs der Iterator-Funktion"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002292
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002293#: e2fsck/swapfs.c:126
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002294msgid "while allocating inode buffer"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002295msgstr "beim Zuweisen des Inode-Puffers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002296
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002297#: e2fsck/swapfs.c:138
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002298#, c-format
2299msgid "while reading inode table (group %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002300msgstr "beim Lesen der Inode-Tabelle (Gruppe %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002301
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002302#: e2fsck/swapfs.c:176
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002303#, c-format
2304msgid "while writing inode table (group %d)"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002305msgstr "beim Schreiben der Inode-Tabelle (Gruppe %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002306
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002307#: e2fsck/swapfs.c:226
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002308#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002309msgid "Pass 0: Doing byte-swap of filesystem\n"
2310msgstr "Durchgang 0: Byte-Swap des Dateisystems\n"
2311
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002312#: e2fsck/swapfs.c:233
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002313#, c-format
2314msgid ""
2315"%s: the filesystem must be freshly checked using fsck\n"
2316"and not mounted before trying to byte-swap it.\n"
2317msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002318"%s: Das Dateisystem muss mit fsck neu überprüft werden\n"
2319"und darf vor dem Byte-Swap nicht mehr eingehängt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002320
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002321#: e2fsck/swapfs.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002322msgid "Byte swap"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002323msgstr "Bytes vertauschen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002324
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002325#: e2fsck/unix.c:74
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002326#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002327msgid ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002328"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002329"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002330"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002331"\t\t[-E extended-options] device\n"
2332msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002333"Aufruf: %s [-panyrcdfvstFSV] [-b Superblock] [-B Blockgröße]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002334"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002335"\t\t[-l|-L bad_blocks_file] [-C fd] [-j ext-journal]\n"
2336"\t\t[-E erweiterte_Optionen] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002337
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002338#: e2fsck/unix.c:80
2339#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002340msgid ""
2341"\n"
2342"Emergency help:\n"
2343" -p Automatic repair (no questions)\n"
2344" -n Make no changes to the filesystem\n"
2345" -y Assume \"yes\" to all questions\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04002346" -c Check for bad blocks and add them to the badblock "
2347"list\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002348" -f Force checking even if filesystem is marked clean\n"
2349msgstr ""
2350"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002351"Notfallhile:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002352" -p automatische Reparatur (keine Fragen)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002353" -n keine Veränderungen am Dateisystem vornehmen\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002354" -y \" Ja \" auf alle Fragen annehmen\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002355" -c suche nach defekten Blöcken\n"
2356" -f erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002357
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002358#: e2fsck/unix.c:86
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002359#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002360msgid ""
2361" -v Be verbose\n"
2362" -b superblock Use alternative superblock\n"
2363" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002364" -j external_journal Set location of the external journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002365" -l bad_blocks_file Add to badblocks list\n"
2366" -L bad_blocks_file Set badblocks list\n"
2367msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002368" -v sei gesprächig\n"
2369" -b Superbloc Nutze Superblockkopie\n"
2370" -B Blockgröße erzwinge Blockgröße beim Suchen vom Superblock\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002371" -j externes-Journal Angabe des Speicherortes des externen Jounals\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002372" -l bad_blocks_file zur Liste der defekten Blöcke hinzufügen\n"
2373" -L bad_blocks_file Liste der defekten Blöcke definieren\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002374
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002375#: e2fsck/unix.c:121
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002376#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002377msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002378msgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %u/%u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002379
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002380#: e2fsck/unix.c:133
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002381#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002382msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002383msgstr " # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002384
Theodore Ts'o8f741372008-02-28 21:47:05 -05002385#: e2fsck/unix.c:176 misc/badblocks.c:789 misc/tune2fs.c:941 misc/util.c:151
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002386#: resize/main.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002387#, c-format
2388msgid "while determining whether %s is mounted."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002389msgstr "bei der Prüfung, ob %s eingehängt ist."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002390
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002391#: e2fsck/unix.c:194
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002392#, c-format
2393msgid "Warning! %s is mounted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002394msgstr "Warnung! %s ist eingehängt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002395
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002396#: e2fsck/unix.c:198
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002397#, c-format
2398msgid "%s is mounted. "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002399msgstr "%s ist eingehängt. "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002400
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002401#: e2fsck/unix.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002402msgid ""
2403"Cannot continue, aborting.\n"
2404"\n"
2405msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002406"Fortsetzung nicht möglich, breche ab.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002407"\n"
2408
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002409#: e2fsck/unix.c:201
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002410#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002411msgid ""
2412"\n"
2413"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002414"\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2415"SEVERE filesystem damage.\a\a\a\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002416"\n"
2417msgstr ""
2418"\n"
2419"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002420"\a\a\a\aWARNUNG!!! Die Benutzung von e2fsck auf einem eingehängten\n"
2421"Dateisystem kann das Dateisystem STARK BESCHÄDIGEN.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002422"\n"
2423
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002424#: e2fsck/unix.c:204
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002425msgid "Do you really want to continue"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002426msgstr "Wirklich fortfahren"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002427
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002428#: e2fsck/unix.c:206
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002429#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002430msgid "check aborted.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002431msgstr "Prüfung abgebrochen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002432
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002433#: e2fsck/unix.c:280
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002434msgid " contains a file system with errors"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002435msgstr " enthält ein fehlerhaftes Dateisystem"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002436
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002437#: e2fsck/unix.c:282
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002438msgid " was not cleanly unmounted"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002439msgstr " wurde nicht ordnungsgemäß ausgehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002440
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002441#: e2fsck/unix.c:284
2442msgid " primary superblock features different from backup"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002443msgstr "Eigenschaften des primären Superblocks unterscheiden sich vom Backup"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002444
2445#: e2fsck/unix.c:288
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002446#, c-format
2447msgid " has been mounted %u times without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002448msgstr " wurde %u mal ohne Überprüfung eingehängt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002449
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002450#: e2fsck/unix.c:295
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002451#, c-format
2452msgid " has gone %u days without being checked"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002453msgstr " wurde %u Tage ohne Überprüfung genutzt"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002454
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002455#: e2fsck/unix.c:304
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002456msgid ", check forced.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002457msgstr ", Prüfung erzwungen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002458
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002459#: e2fsck/unix.c:307
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002460#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002461msgid "%s: clean, %u/%u files, %u/%u blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002462msgstr "%s: sauber, %u/%u Dateien, %u/%u Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002463
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002464#: e2fsck/unix.c:324
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002465msgid " (check deferred; on battery)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002466msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002467
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002468#: e2fsck/unix.c:327
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002469msgid " (check after next mount)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002470msgstr " (Prüfung nach nächstem Einhängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002471
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002472#: e2fsck/unix.c:329
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002473#, c-format
2474msgid " (check in %ld mounts)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002475msgstr " (Prüfung nach %ld Einhängevorgängen)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002476
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002477#: e2fsck/unix.c:475
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002478#, c-format
2479msgid "ERROR: Couldn't open /dev/null (%s)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002480msgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002481
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002482#: e2fsck/unix.c:546
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002483#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002484msgid "Invalid EA version.\n"
2485msgstr "Invalid EA version.\n"
2486
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002487#: e2fsck/unix.c:552
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002488#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002489msgid "Unknown extended option: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002490msgstr "Unbekannte erweiterte Option: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002491
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002492#: e2fsck/unix.c:572
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002493#, c-format
2494msgid ""
2495"Syntax error in e2fsck config file (%s, line #%d)\n"
2496"\t%s\n"
2497msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002498"Syntaxfehler in der Konfigurationsdatei von e2fsck (%s, Zeile %d)\n"
2499"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002500
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002501#: e2fsck/unix.c:636
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002502#, c-format
2503msgid "Error validating file descriptor %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002504msgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002505
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002506#: e2fsck/unix.c:640
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002507msgid "Invalid completion information file descriptor"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002508msgstr "Ungültiger »completion information«-Datei-Deskriptor"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002509
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002510#: e2fsck/unix.c:655
Theodore Ts'o6956f612005-12-31 16:46:15 -05002511msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002512msgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002513
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002514#: e2fsck/unix.c:676
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002515#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002516msgid "The -t option is not supported on this version of e2fsck.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002517msgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002518
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002519#: e2fsck/unix.c:747
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002520#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002521msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04002522msgstr ""
2523"Das Byte-Swapping wurde in diese Version von e2fsck nicht einkompiliert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002524
Theodore Ts'o8f741372008-02-28 21:47:05 -05002525#: e2fsck/unix.c:770 misc/tune2fs.c:504 misc/tune2fs.c:769 misc/tune2fs.c:786
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002526#, c-format
2527msgid "Unable to resolve '%s'"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002528msgstr "Nicht möglich »%s« aufzulösen"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002529
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002530#: e2fsck/unix.c:801
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002531#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002532msgid "Incompatible options not allowed when byte-swapping.\n"
2533msgstr "Inkompatible Optionen sind beim Byte-Swapping nicht erlaubt.\n"
2534
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002535#: e2fsck/unix.c:808
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002536#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002537msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04002538msgstr ""
2539"Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002540
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002541#: e2fsck/unix.c:856
2542#, c-format
2543msgid ""
2544"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2545"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002546msgstr "2FSCK_JBD_DEBUG \"%s\" ist keine Ganzzahl\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002547
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002548#: e2fsck/unix.c:865
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002549#, c-format
2550msgid ""
2551"\n"
2552"Invalid non-numeric argument to -%c (\"%s\")\n"
2553"\n"
2554msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002555"\n"
2556"Ungültiges nicht-numerisches Argument für -%c (\"%s\")\n"
2557"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002558
Theodore Ts'o8f741372008-02-28 21:47:05 -05002559#: e2fsck/unix.c:905
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002560#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002561msgid "Error: ext2fs library version out of date!\n"
2562msgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2563
Theodore Ts'o8f741372008-02-28 21:47:05 -05002564#: e2fsck/unix.c:913
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002565msgid "while trying to initialize program"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002566msgstr "bei der Programminitialisierung"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002567
Theodore Ts'o8f741372008-02-28 21:47:05 -05002568#: e2fsck/unix.c:927
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002569#, c-format
2570msgid "\tUsing %s, %s\n"
2571msgstr "\tBenutze %s, %s\n"
2572
Theodore Ts'o8f741372008-02-28 21:47:05 -05002573#: e2fsck/unix.c:939
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002574msgid "need terminal for interactive repairs"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002575msgstr "Benötige ein Terminal für interaktive Reparaturen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002576
Theodore Ts'o8f741372008-02-28 21:47:05 -05002577#: e2fsck/unix.c:983
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002578#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002579msgid "%s: %s trying backup blocks...\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002580msgstr "%s: %s versuche es mit Backup-Blöcken...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002581
Theodore Ts'o8f741372008-02-28 21:47:05 -05002582#: e2fsck/unix.c:985
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002583msgid "Superblock invalid,"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002584msgstr "Superblock ungültig"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002585
Theodore Ts'o8f741372008-02-28 21:47:05 -05002586#: e2fsck/unix.c:986
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002587msgid "Group descriptors look bad..."
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002588msgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002589
Theodore Ts'o8f741372008-02-28 21:47:05 -05002590#: e2fsck/unix.c:1013
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002591#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002592msgid ""
2593"The filesystem revision is apparently too high for this version of e2fsck.\n"
2594"(Or the filesystem superblock is corrupt)\n"
2595"\n"
2596msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002597"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002598"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002599"\n"
2600
Theodore Ts'o8f741372008-02-28 21:47:05 -05002601#: e2fsck/unix.c:1019
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002602#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002603msgid "Could this be a zero-length partition?\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002604msgstr "Könnte es eine Partion der Länge Null sein?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002605
Theodore Ts'o8f741372008-02-28 21:47:05 -05002606#: e2fsck/unix.c:1021
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002607#, c-format
2608msgid "You must have %s access to the filesystem or be root\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002609msgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002610
Theodore Ts'o8f741372008-02-28 21:47:05 -05002611#: e2fsck/unix.c:1026
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002612#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002613msgid "Possibly non-existent or swap device?\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04002614msgstr ""
2615"Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002616
Theodore Ts'o8f741372008-02-28 21:47:05 -05002617#: e2fsck/unix.c:1028
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002618#, c-format
2619msgid "Filesystem mounted or opened exclusively by another program?\n"
2620msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002621"Ist das Dateisystem eingehängt or exklusiv von einem anderen Programm\n"
2622"\n"
2623"geöffnet worden?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002624
Theodore Ts'o8f741372008-02-28 21:47:05 -05002625#: e2fsck/unix.c:1032
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002626#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002627msgid ""
2628"Disk write-protected; use the -n option to do a read-only\n"
2629"check of the device.\n"
2630msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002631"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
2632"um es im Nur-Lesen-Modus zu prüfen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002633
Theodore Ts'o8f741372008-02-28 21:47:05 -05002634#: e2fsck/unix.c:1096
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002635msgid "Get a newer version of e2fsck!"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002636msgstr "Neuere Version von e2fsck benötigt!"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002637
Theodore Ts'o8f741372008-02-28 21:47:05 -05002638#: e2fsck/unix.c:1117
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002639#, c-format
2640msgid "while checking ext3 journal for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002641msgstr "während der Prüfung des ext3-Journals für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002642
Theodore Ts'o8f741372008-02-28 21:47:05 -05002643#: e2fsck/unix.c:1128
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002644#, c-format
Philipp Thomasb4d88772008-04-13 13:31:34 -04002645msgid ""
2646"Warning: skipping journal recovery because doing a read-only filesystem "
2647"check.\n"
2648msgstr ""
2649"Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-"
2650"Lesen-Modus ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002651
Theodore Ts'o8f741372008-02-28 21:47:05 -05002652#: e2fsck/unix.c:1141
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002653#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002654msgid "unable to set superblock flags on %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002655msgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002656
Theodore Ts'o8f741372008-02-28 21:47:05 -05002657#: e2fsck/unix.c:1147
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002658#, c-format
2659msgid "while recovering ext3 journal of %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002660msgstr "bei der Wiederherstellung des ext3-Journals von %s"
2661
Theodore Ts'o8f741372008-02-28 21:47:05 -05002662#: e2fsck/unix.c:1171
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002663#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05002664msgid "%s has unsupported feature(s):"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002665msgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002666
2667#: e2fsck/unix.c:1187
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002668msgid "Warning: compression support is experimental.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002669msgstr "Warnung: Die Kompressionsunterstützung ist experimentell.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002670
Theodore Ts'o8f741372008-02-28 21:47:05 -05002671#: e2fsck/unix.c:1192
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002672#, c-format
2673msgid ""
2674"E2fsck not compiled with HTREE support,\n"
2675"\tbut filesystem %s has HTREE directories.\n"
2676msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002677"Die Unterstützung für HTREE wurde in e2fsck nicht aktiviert,\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002678"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
2679
Theodore Ts'o8f741372008-02-28 21:47:05 -05002680#: e2fsck/unix.c:1241
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002681#, c-format
2682msgid "%s: Filesystem byte order already normalized.\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002683msgstr "%s: die Byte-Reihenfolge des Dateisystems wurde schon normalisiert.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002684
Theodore Ts'o8f741372008-02-28 21:47:05 -05002685#: e2fsck/unix.c:1261
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002686msgid "while reading bad blocks inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002687msgstr "beim Lesen des Bad-Block-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002688
Theodore Ts'o8f741372008-02-28 21:47:05 -05002689#: e2fsck/unix.c:1263
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002690#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002691msgid "This doesn't bode well, but we'll try to go on...\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002692msgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002693
Theodore Ts'o8f741372008-02-28 21:47:05 -05002694#: e2fsck/unix.c:1289
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002695msgid "Couldn't determine journal size"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002696msgstr "Konnte die Größe des Dateisystems nicht ermitteln"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002697
Theodore Ts'o8f741372008-02-28 21:47:05 -05002698#: e2fsck/unix.c:1292 misc/mke2fs.c:1776
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002699#, c-format
2700msgid "Creating journal (%d blocks): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002701msgstr "Erstelle Journal (%d Blöcke): "
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002702
Theodore Ts'o8f741372008-02-28 21:47:05 -05002703#: e2fsck/unix.c:1299 misc/mke2fs.c:1784
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002704msgid ""
2705"\n"
2706"\twhile trying to create journal"
2707msgstr ""
2708"\n"
2709"\tbeim Erstellen des Journals"
2710
Theodore Ts'o8f741372008-02-28 21:47:05 -05002711#: e2fsck/unix.c:1302
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002712#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002713msgid " Done.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002714msgstr " Erledigt.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002715
Theodore Ts'o8f741372008-02-28 21:47:05 -05002716#: e2fsck/unix.c:1303
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002717#, c-format
2718msgid ""
2719"\n"
2720"*** journal has been re-created - filesystem is now ext3 again ***\n"
2721msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002722"\n"
2723"*** Journal wurde wiederhergestellt - Dateisystem ist nun wieder ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002724
Theodore Ts'o8f741372008-02-28 21:47:05 -05002725#: e2fsck/unix.c:1310
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002726#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002727msgid "Restarting e2fsck from the beginning...\n"
2728msgstr "Beginne e2fsck neu ...\n"
2729
Theodore Ts'o8f741372008-02-28 21:47:05 -05002730#: e2fsck/unix.c:1314
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002731msgid "while resetting context"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002732msgstr "beim Rücksetzen des Kontexts"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002733
Theodore Ts'o8f741372008-02-28 21:47:05 -05002734#: e2fsck/unix.c:1321
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002735#, c-format
2736msgid "%s: e2fsck canceled.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002737msgstr "%s: e2fsck abgebrochhen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002738
Theodore Ts'o8f741372008-02-28 21:47:05 -05002739#: e2fsck/unix.c:1326
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002740msgid "aborted"
2741msgstr "abgebrochen"
2742
Theodore Ts'o8f741372008-02-28 21:47:05 -05002743#: e2fsck/unix.c:1338
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002744#, c-format
2745msgid ""
2746"\n"
2747"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2748msgstr ""
2749"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002750"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002751
Theodore Ts'o8f741372008-02-28 21:47:05 -05002752#: e2fsck/unix.c:1341
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002753#, c-format
2754msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002755msgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002756
Theodore Ts'o8f741372008-02-28 21:47:05 -05002757#: e2fsck/unix.c:1349
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002758#, c-format
2759msgid ""
2760"\n"
2761"%s: ********** WARNING: Filesystem still has errors **********\n"
2762"\n"
2763msgstr ""
2764"\n"
2765"%s: ********** WARNUNG: Noch Fehler im Dateisystem **********\n"
2766"\n"
2767
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002768#: e2fsck/util.c:131 misc/util.c:68
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002769msgid "yY"
Makoto Dei748cc432008-04-21 16:49:48 +09002770msgstr "jJ"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002771
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002772#: e2fsck/util.c:132
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002773msgid "nN"
2774msgstr "nN"
2775
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002776#: e2fsck/util.c:146
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002777msgid "<y>"
2778msgstr "<j>"
2779
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002780#: e2fsck/util.c:148
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002781msgid "<n>"
2782msgstr "<n>"
2783
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002784#: e2fsck/util.c:150
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002785msgid " (y/n)"
2786msgstr " (j/n)"
2787
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002788#: e2fsck/util.c:165
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002789msgid "cancelled!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002790msgstr "abgebrochen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002791
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002792#: e2fsck/util.c:180
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002793msgid "yes\n"
2794msgstr "ja\n"
2795
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002796#: e2fsck/util.c:182
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002797msgid "no\n"
2798msgstr "nein\n"
2799
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002800#: e2fsck/util.c:192
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002801#, c-format
2802msgid ""
2803"%s? no\n"
2804"\n"
2805msgstr ""
2806"%s? nein\n"
2807"\n"
2808
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002809#: e2fsck/util.c:196
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002810#, c-format
2811msgid ""
2812"%s? yes\n"
2813"\n"
2814msgstr ""
2815"%s? ja\n"
2816"\n"
2817
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002818#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002819msgid "yes"
2820msgstr "ja"
2821
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002822#: e2fsck/util.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002823msgid "no"
2824msgstr "nein"
2825
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002826#: e2fsck/util.c:214
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002827#, c-format
2828msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002829msgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002830
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002831#: e2fsck/util.c:219
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002832msgid "reading inode and block bitmaps"
2833msgstr "lese Inode und Block bitmaps"
2834
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002835#: e2fsck/util.c:224
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002836#, c-format
2837msgid "while retrying to read bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002838msgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002839
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002840#: e2fsck/util.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002841msgid "writing block bitmaps"
2842msgstr "Schreibe Block-Bitmaps"
2843
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002844#: e2fsck/util.c:242
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002845#, c-format
2846msgid "while retrying to write block bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002847msgstr "während des wiederholten Versuches, Block-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002848
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002849#: e2fsck/util.c:249
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002850msgid "writing inode bitmaps"
2851msgstr "Schreibe Inoden-Bitmaps"
2852
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002853#: e2fsck/util.c:254
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002854#, c-format
2855msgid "while retrying to write inode bitmaps for %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002856msgstr "während des wiederholten Versuches, Inode-Bitmaps für %s zu schreiben."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002857
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002858#: e2fsck/util.c:267
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002859#, c-format
2860msgid ""
2861"\n"
2862"\n"
2863"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2864"\t(i.e., without -a or -p options)\n"
2865msgstr ""
2866"\n"
2867"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002868"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002869"\t(d.h. ohne -a oder -p Option)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002870
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002871#: e2fsck/util.c:332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002872#, c-format
2873msgid "Memory used: %dk/%dk (%dk/%dk), "
2874msgstr "benutzter Speicher: %dk/%dk (%dk/%dk), "
2875
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002876#: e2fsck/util.c:336
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002877#, c-format
2878msgid "Memory used: %d, "
2879msgstr "benutzter Speicher: %d, "
2880
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002881#: e2fsck/util.c:342
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002882#, c-format
2883msgid "time: %5.2f/%5.2f/%5.2f\n"
2884msgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
2885
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002886#: e2fsck/util.c:347
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002887#, c-format
2888msgid "elapsed time: %6.3f\n"
2889msgstr "abgelaufende Zeit: %6.3f\n"
2890
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002891#: e2fsck/util.c:361
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002892#, c-format
2893msgid "while reading inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002894msgstr "beim Lesen von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002895
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002896#: e2fsck/util.c:375 e2fsck/util.c:388
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002897#, c-format
2898msgid "while writing inode %ld in %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002899msgstr "beim Schreiben von Inode %ld in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002900
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002901#: misc/badblocks.c:61
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002902msgid "done \n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002903msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002904
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002905#: misc/badblocks.c:80
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002906#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002907msgid ""
2908"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04002909" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2910"[...]]]\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002911" device [last_block [start_block]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002912msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002913"Aufruf: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04002914" [-c Blöcke_auf_einmal] [-p Anzahl_Durchgänge ] [-t Testmuster [-t "
2915"Testmuster [...]]]\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002916" Gerät [letzter_Block [Startblock]]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002917
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002918#: misc/badblocks.c:88
2919#, c-format
2920msgid ""
2921"%s: The -n and -w options are mutually exclusive.\n"
2922"\n"
2923msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002924"%s: Die Optionen -n und -w schliessen sich gegenseitig aus.\n"
2925"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002926
2927#: misc/badblocks.c:235
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002928msgid "Testing with random pattern: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002929msgstr "Teste mit zufälligen Mustern: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002930
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002931#: misc/badblocks.c:253
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002932msgid "Testing with pattern 0x"
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002933msgstr "Teste mit Muster 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002934
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002935#: misc/badblocks.c:278 misc/badblocks.c:307
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002936msgid "during seek"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002937msgstr "beim Suchen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002938
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002939#: misc/badblocks.c:285
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002940#, c-format
2941msgid "Weird value (%ld) in do_read\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002942msgstr "Merkwürdiger Wert (%ld) in do_read\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002943
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002944#: misc/badblocks.c:327
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002945msgid "during ext2fs_sync_device"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002946msgstr "während ext2fs_sync_device"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002947
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002948#: misc/badblocks.c:343 misc/badblocks.c:581
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002949msgid "while beginning bad block list iteration"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04002950msgstr "beim Beginn des »Bad Block«-Listendurchlaufs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002951
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002952#: misc/badblocks.c:357 misc/badblocks.c:447 misc/badblocks.c:591
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002953msgid "while allocating buffers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002954msgstr "beim Zuweisen von Puffern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002955
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002956#: misc/badblocks.c:361
Theodore Ts'of9e6df42004-05-04 16:19:13 -04002957#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002958msgid "Checking blocks %lu to %lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002959msgstr "Prüfe von Block %lu bis %lu\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002960
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002961#: misc/badblocks.c:365
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002962msgid "Checking for bad blocks in read-only mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002963msgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002964
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002965#: misc/badblocks.c:374
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002966msgid "Checking for bad blocks (read-only test): "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002967msgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002968
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002969#: misc/badblocks.c:454
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002970msgid "Checking for bad blocks in read-write mode\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002971msgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002972
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002973#: misc/badblocks.c:456 misc/badblocks.c:604
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002974#, c-format
2975msgid "From block %lu to %lu\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05002976msgstr "Von Block %lu bis %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002977
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002978#: misc/badblocks.c:507
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002979msgid "Reading and comparing: "
2980msgstr "Lesen und Vergleichen:"
2981
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002982#: misc/badblocks.c:603
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002983msgid "Checking for bad blocks in non-destructive read-write mode\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04002984msgstr ""
2985"Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002986
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002987#: misc/badblocks.c:607
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002988msgid "Checking for bad blocks (non-destructive read-write test)\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04002989msgstr ""
2990"Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002991
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002992#: misc/badblocks.c:614
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002993msgid ""
2994"\n"
2995"Interrupt caught, cleaning up\n"
2996msgstr ""
2997"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04002998"Unterbrochen, räume auf\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05002999
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003000#: misc/badblocks.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003001#, c-format
3002msgid "during test data write, block %lu"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003003msgstr "beim Schreiben der Test-Daten; Block %lu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003004
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003005#: misc/badblocks.c:794 misc/util.c:156
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003006#, c-format
3007msgid "%s is mounted; "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003008msgstr "%s ist eingehängt; "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003009
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003010#: misc/badblocks.c:796
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003011msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04003012msgstr ""
3013"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003014
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003015#: misc/badblocks.c:801
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003016msgid "it's not safe to run badblocks!\n"
3017msgstr "es ist zu unsicher, Badblocks zu starten!\n"
3018
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003019#: misc/badblocks.c:806 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003020#, c-format
3021msgid "%s is apparently in use by the system; "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003022msgstr "%s wird offensichtlich vom System genutzt; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003023
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003024#: misc/badblocks.c:809
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003025msgid "badblocks forced anyway.\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04003026msgstr ""
3027"Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003028
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003029#: misc/badblocks.c:871
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003030#, c-format
3031msgid "bad block size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003032msgstr "bad block Größe - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003033
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003034#: misc/badblocks.c:928
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003035#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003036msgid "can't allocate memory for test_pattern - %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003037msgstr "Kann keinen Speicher für Testmuster reservieren - %s"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003038
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003039#: misc/badblocks.c:942
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003040#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003041msgid "invalid test_pattern: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003042msgstr "Ungültiges Testmuster: %s\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003043
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003044#: misc/badblocks.c:961
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003045msgid "Maximum of one test_pattern may be specified in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003046msgstr "Es darf im Nur-Lesen-Modus nur ein Testmuster angegeben werden"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003047
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003048#: misc/badblocks.c:967
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003049msgid "Random test_pattern is not allowed in read-only mode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003050msgstr "Zufälliges Testmuster ist im Nur-Lesen-Modus nicht erlaubt"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003051
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003052#: misc/badblocks.c:981
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003053msgid ""
3054"Couldn't determine device size; you must specify\n"
3055"the size manually\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04003056msgstr ""
3057"Größe des Gerätes ist nicht feststellbar. Sie müssen sie manuell angeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003058
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003059#: misc/badblocks.c:987
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003060msgid "while trying to determine device size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003061msgstr "beim Versuch, die Gerätegröße festzustellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003062
Theodore Ts'o8f741372008-02-28 21:47:05 -05003063#: misc/badblocks.c:996 misc/mke2fs.c:1255
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003064#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003065msgid "invalid blocks count - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003066msgstr "Bad Blocks Anzahl - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003067
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003068#: misc/badblocks.c:1009
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003069#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003070msgid "invalid starting block - %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003071msgstr "Defekter Startblock - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003072
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003073#: misc/badblocks.c:1015
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003074#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003075msgid "invalid starting block (%d): must be less than %lu"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003076msgstr "Ungültiger Startblock (%d): er muss kleiner als %lu sein"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003077
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003078#: misc/badblocks.c:1070
Theodore Ts'o197abba2005-06-20 18:00:23 -04003079msgid "while creating in-memory bad blocks list"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003080msgstr "erstelle Bad-Block-Liste im Speicher"
3081
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003082#: misc/badblocks.c:1085
Theodore Ts'o197abba2005-06-20 18:00:23 -04003083msgid "while adding to in-memory bad block list"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003084msgstr "füge zur Bad-Block-Liste im Speicher hinzu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003085
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003086#: misc/badblocks.c:1109
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003087#, c-format
3088msgid "Pass completed, %u bad blocks found.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003089msgstr "Durchgang beendet, %u defekte Blöcke gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003090
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003091#: misc/chattr.c:84
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003092#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003093msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003094msgstr "Aufruf: %s [-RV] [-+=AacDdijsSu] [-v Version] Dateien...\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003095
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003096#: misc/chattr.c:147
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003097#, c-format
3098msgid "bad version - %s\n"
3099msgstr "falsche Version - %s\n"
3100
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003101#: misc/chattr.c:191 misc/lsattr.c:113
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003102#, c-format
3103msgid "while trying to stat %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003104msgstr "beim Auslesen des Status von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003105
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003106#: misc/chattr.c:208 misc/chattr.c:224
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003107#, c-format
3108msgid "Flags of %s set as "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003109msgstr "Flags von %s wie folgt gesetzt: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003110
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003111#: misc/chattr.c:217
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003112#, c-format
3113msgid "while reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003114msgstr "beim Lesens der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003115
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003116#: misc/chattr.c:232
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003117#, c-format
3118msgid "while setting flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003119msgstr "beim Setzen der Flags in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003120
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003121#: misc/chattr.c:237
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003122#, c-format
3123msgid "Version of %s set as %lu\n"
3124msgstr "Version von %s gesetzt auf %lu\n"
3125
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003126#: misc/chattr.c:240
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003127#, c-format
3128msgid "while setting version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003129msgstr "beim Setzen der Version in %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003130
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003131#: misc/chattr.c:254
3132#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003133msgid "Couldn't allocate path variable in chattr_dir_proc"
3134msgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
3135
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003136#: misc/chattr.c:292
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003137msgid "= is incompatible with - and +\n"
3138msgstr "= ist inkompatibel mit - und +\n"
3139
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003140#: misc/chattr.c:300
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003141msgid "Must use '-v', =, - or +\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003142msgstr "Benutze »-v«, =, - oder +\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003143
Theodore Ts'o6956f612005-12-31 16:46:15 -05003144#: misc/dumpe2fs.c:53
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003145#, c-format
3146msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003147msgstr "Aufruf: %s [-bfhixV] [-ob Superblock] [-oB Blockgröße] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003148
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003149#: misc/dumpe2fs.c:162
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003150#, c-format
3151msgid "Group %lu: (Blocks "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003152msgstr "Gruppe %lu: (Blöcke "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003153
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003154#: misc/dumpe2fs.c:168
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003155#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003156msgid " %s superblock at "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003157msgstr " %s Superblock in "
3158
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003159#: misc/dumpe2fs.c:169
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003160msgid "Primary"
3161msgstr "Primary"
3162
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003163#: misc/dumpe2fs.c:169
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003164msgid "Backup"
3165msgstr "Backup"
3166
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003167#: misc/dumpe2fs.c:173
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003168#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003169msgid ", Group descriptors at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003170msgstr ", Gruppendeskriptoren in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003171
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003172#: misc/dumpe2fs.c:177
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003173#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003174msgid ""
3175"\n"
3176" Reserved GDT blocks at "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003177msgstr ""
3178"\n"
3179" reservierte GDT Blöcke bei "
Theodore Ts'obc759702005-05-09 20:40:55 -04003180
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003181#: misc/dumpe2fs.c:184
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003182#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003183msgid " Group descriptor at "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003184msgstr ", Gruppendeskriptor in "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003185
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003186#: misc/dumpe2fs.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003187msgid " Block bitmap at "
3188msgstr " Block bitmap in "
3189
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003190#: misc/dumpe2fs.c:195
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003191msgid ", Inode bitmap at "
3192msgstr ", Inode Bitmap in "
3193
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003194#: misc/dumpe2fs.c:200
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003195msgid ""
3196"\n"
3197" Inode table at "
3198msgstr ""
3199"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003200" Inode-Tabelle in "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003201
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003202#: misc/dumpe2fs.c:207
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003203#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003204msgid ""
3205"\n"
3206" %d free blocks, %d free inodes, %d directories\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003207msgstr ""
3208"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003209" %d freie Blöcke, %d freie Inodes, %d Verzeichnisse\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003210
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003211#: misc/dumpe2fs.c:213
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003212msgid " Free blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003213msgstr " Freie Blöcke: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003214
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003215#: misc/dumpe2fs.c:221
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003216msgid " Free inodes: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003217msgstr " Freie Inodes: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003218
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003219#: misc/dumpe2fs.c:246
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003220msgid "while printing bad block list"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003221msgstr "beim Ausgeben der »Bad Block«-Liste"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003222
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003223#: misc/dumpe2fs.c:252
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003224#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003225msgid "Bad blocks: %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003226msgstr "Bad Blocks: %u"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003227
Theodore Ts'o8f741372008-02-28 21:47:05 -05003228#: misc/dumpe2fs.c:274 misc/tune2fs.c:261
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003229msgid "while reading journal inode"
3230msgstr "beim Lesen des Journal-Inodes"
3231
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003232#: misc/dumpe2fs.c:277
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003233msgid "Journal size: "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003234msgstr "Journalgrösse: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003235
Theodore Ts'o8f741372008-02-28 21:47:05 -05003236#: misc/dumpe2fs.c:296 misc/tune2fs.c:183
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003237msgid "while reading journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003238msgstr "beim Lesen des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003239
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003240#: misc/dumpe2fs.c:304
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003241msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003242msgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003243
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003244#: misc/dumpe2fs.c:308
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003245#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003246msgid ""
3247"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003248"Journal block size: %u\n"
3249"Journal length: %u\n"
3250"Journal first block: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003251"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003252"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003253"Journal number of users: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003254msgstr ""
3255"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003256"Journal Blockgröße: %u\n"
3257"Journal Länge: %u\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003258"Journal Startblock: %u\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003259"Journal Sequenz: 0x%08x\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003260"Journal Start: %u\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003261"Journal Anzahl Nutzer: %u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003262
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003263#: misc/dumpe2fs.c:321
Theodore Ts'o197abba2005-06-20 18:00:23 -04003264#, c-format
3265msgid "Journal users: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003266msgstr "Jounalnutzer: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003267
Theodore Ts'o8f741372008-02-28 21:47:05 -05003268#: misc/dumpe2fs.c:337 misc/mke2fs.c:768 misc/tune2fs.c:810
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003269#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003270msgid "Couldn't allocate memory to parse options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003271msgstr "Speicher zum Parsen der Optionen konnte nicht reserviert werden!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003272
3273#: misc/dumpe2fs.c:363
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003274#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003275msgid "Invalid superblock parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003276msgstr "Ungültiger Superblock-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003277
3278#: misc/dumpe2fs.c:378
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003279#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003280msgid "Invalid blocksize parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003281msgstr "Ungültiger Blockgrössen-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003282
3283#: misc/dumpe2fs.c:389
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003284#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003285msgid ""
3286"\n"
3287"Bad extended option(s) specified: %s\n"
3288"\n"
3289"Extended options are separated by commas, and may take an argument which\n"
3290"\tis set off by an equals ('=') sign.\n"
3291"\n"
3292"Valid extended options are:\n"
3293"\tsuperblock=<superblock number>\n"
3294"\tblocksize=<blocksize>\n"
3295msgstr ""
3296"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003297"Falsche erweiterte Optionen angegeben: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003298"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003299"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
3300"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003301"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003302"Gültige erweiterte Optionen sind:\n"
3303"\tsuperblock=<Nummer des Spuperblocks>\n"
3304"\tblocksize=<Blockgrösse>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003305"\n"
3306
3307#: misc/dumpe2fs.c:449 misc/mke2fs.c:1199
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003308#, c-format
3309msgid "\tUsing %s\n"
3310msgstr "\tBenutze %s\n"
3311
Theodore Ts'o8f741372008-02-28 21:47:05 -05003312#: misc/dumpe2fs.c:485 misc/e2image.c:666 misc/tune2fs.c:919 resize/main.c:298
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003313#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003314msgid "Couldn't find valid filesystem superblock.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003315msgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003316
Theodore Ts'o8f741372008-02-28 21:47:05 -05003317#: misc/dumpe2fs.c:496
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003318#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003319msgid "Note: This is a byte-swapped filesystem\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003320msgstr "Anmerkung: Dieses ist ein Byte-Swapped Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003321
Theodore Ts'o8f741372008-02-28 21:47:05 -05003322#: misc/dumpe2fs.c:515
Theodore Ts'of9e6df42004-05-04 16:19:13 -04003323#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003324msgid ""
3325"\n"
3326"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003327msgstr ""
3328"\n"
3329"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003330
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003331#: misc/e2image.c:50
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003332#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003333msgid "Usage: %s [-rsI] device image_file\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003334msgstr "Aufruf: %s [-r] Gerätedatei\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003335
Theodore Ts'obc759702005-05-09 20:40:55 -04003336#: misc/e2image.c:62
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003337msgid "Couldn't allocate header buffer\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003338msgstr "Header-Puffer konnte nicht zugewiesen werden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003339
Theodore Ts'obc759702005-05-09 20:40:55 -04003340#: misc/e2image.c:81
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003341#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003342msgid "short write (only %d bytes) for writing image header"
3343msgstr "short write (only %d bytes) for writing image header"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003344
Theodore Ts'obc759702005-05-09 20:40:55 -04003345#: misc/e2image.c:100
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003346msgid "while writing superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003347msgstr "beim Schreiben des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003348
Theodore Ts'obc759702005-05-09 20:40:55 -04003349#: misc/e2image.c:108
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003350msgid "while writing inode table"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003351msgstr "beim Schreiben der Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003352
Theodore Ts'obc759702005-05-09 20:40:55 -04003353#: misc/e2image.c:115
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003354msgid "while writing block bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003355msgstr "beim Schreiben der Block-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003356
Theodore Ts'obc759702005-05-09 20:40:55 -04003357#: misc/e2image.c:122
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003358msgid "while writing inode bitmap"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003359msgstr "beim Schreiben der Inode-Bitmap"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003360
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003361#: misc/e2label.c:57
3362#, c-format
3363msgid "e2label: cannot open %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003364msgstr "e2label: Kann %s nicht öffnen.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003365
3366#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003367#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003368msgid "e2label: cannot seek to superblock\n"
3369msgstr "e2label: cannot seek to superblock\n"
3370
3371#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003372#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003373msgid "e2label: error reading superblock\n"
3374msgstr "e2label: Lesefehler im Superblock\n"
3375
3376#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003377#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003378msgid "e2label: not an ext2 filesystem\n"
3379msgstr "e2label: Kein ext2 Dateisystem\n"
3380
Theodore Ts'o8f741372008-02-28 21:47:05 -05003381#: misc/e2label.c:96 misc/tune2fs.c:1025
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003382#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003383msgid "Warning: label too long, truncating.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003384msgstr "Warnung: Name zu lang, kürze ihn.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003385
3386#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003387#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003388msgid "e2label: cannot seek to superblock again\n"
3389msgstr "e2label: cannot seek to superblock again\n"
3390
3391#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003392#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003393msgid "e2label: error writing superblock\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003394msgstr "e2label: Fehler beim Schreiben des Superblocks\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003395
Theodore Ts'o8f741372008-02-28 21:47:05 -05003396#: misc/e2label.c:116 misc/tune2fs.c:496
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003397#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003398msgid "Usage: e2label device [newlabel]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003399msgstr "Aufruf: e2label Gerät [neuer_Name]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003400
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003401#: misc/fsck.c:343
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003402#, c-format
3403msgid "WARNING: couldn't open %s: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003404msgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003405
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003406#: misc/fsck.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003407#, c-format
3408msgid "WARNING: bad format on line %d of %s\n"
3409msgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
3410
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003411#: misc/fsck.c:368
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003412msgid ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003413"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003414"\tfield. I will kludge around things for you, but you\n"
3415"\tshould fix your /etc/fstab file as soon as you can.\n"
3416"\n"
3417msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003418"\a\a\aWARNUNG: Ihre /etc/fstab enthält kein »fsck passno«\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003419"\tFeld. Ich werde dieses ignorieren, aber Sie\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003420"\tsollten ihre /etc/fstab so schnell wie möglich korrigieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003421"\n"
3422
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003423#: misc/fsck.c:469
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003424#, c-format
3425msgid "fsck: %s: not found\n"
3426msgstr "fsck: %s: nicht gefunden\n"
3427
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003428#: misc/fsck.c:585
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003429#, c-format
3430msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003431msgstr "%s: wait: kein Kindprozess mehr?!?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003432
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003433#: misc/fsck.c:607
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003434#, c-format
3435msgid "Warning... %s for device %s exited with signal %d.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003436msgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003437
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003438#: misc/fsck.c:613
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003439#, c-format
3440msgid "%s %s: status is %x, should never happen.\n"
3441msgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
3442
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003443#: misc/fsck.c:649
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003444#, c-format
3445msgid "Finished with %s (exit status %d)\n"
3446msgstr "Beendet mit %s (exit status %d)\n"
3447
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003448#: misc/fsck.c:709
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003449#, c-format
3450msgid "%s: Error %d while executing fsck.%s for %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003451msgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003452
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003453#: misc/fsck.c:730
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003454msgid ""
3455"Either all or none of the filesystem types passed to -t must be prefixed\n"
3456"with 'no' or '!'.\n"
3457msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003458"Bei -t müssen entweder allen oder keinem Dateisystem ein »no« bzw. »!«\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003459"vorangestellt werden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003460
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003461#: misc/fsck.c:749
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003462msgid "Couldn't allocate memory for filesystem types\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003463msgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003464
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003465#: misc/fsck.c:872
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003466#, c-format
Philipp Thomasb4d88772008-04-13 13:31:34 -04003467msgid ""
3468"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3469"number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003470msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003471"%s: überspringe die ungültige Zeile in /etc/fstab: bind mount mit\n"
3472" Durchgangsnummer für fsck, die nicht Null ist\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003473
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003474#: misc/fsck.c:899
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003475#, c-format
3476msgid "fsck: cannot check %s: fsck.%s not found\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003477msgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003478
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003479#: misc/fsck.c:955
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003480msgid "Checking all file systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003481msgstr "Überprüfe alle Dateisysteme.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003482
Theodore Ts'o8f741372008-02-28 21:47:05 -05003483#: misc/fsck.c:1046
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003484#, c-format
3485msgid "--waiting-- (pass %d)\n"
3486msgstr "--warten-- (Durchgang %d)\n"
3487
Theodore Ts'o8f741372008-02-28 21:47:05 -05003488#: misc/fsck.c:1066
Philipp Thomasb4d88772008-04-13 13:31:34 -04003489msgid ""
3490"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3491msgstr ""
3492"Aufruf: fsck [-AMNPRTV] [ -C [ fd ] ] [-t Datesystemtyp] [FS-Optionen] "
3493"[Dateisystem...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003494
Theodore Ts'o8f741372008-02-28 21:47:05 -05003495#: misc/fsck.c:1108
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003496#, c-format
3497msgid "%s: too many devices\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003498msgstr "%s: zu viele Geräte\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003499
Theodore Ts'o8f741372008-02-28 21:47:05 -05003500#: misc/fsck.c:1141 misc/fsck.c:1227
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003501#, c-format
3502msgid "%s: too many arguments\n"
3503msgstr "%s: zu viele Argumente\n"
3504
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003505#: misc/lsattr.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003506#, c-format
3507msgid "Usage: %s [-RVadlv] [files...]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003508msgstr "Aufruf: %s [-RVadlv] [Dateien...]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003509
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003510#: misc/lsattr.c:83
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003511#, c-format
3512msgid "While reading flags on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003513msgstr "Beim Lesen der Flags von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003514
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003515#: misc/lsattr.c:90
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003516#, c-format
3517msgid "While reading version on %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003518msgstr "Beim Lesen der Version von %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003519
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003520#: misc/mke2fs.c:97
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003521#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003522msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003523"Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3524"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003525"\t[-N number-of-inodes] [-m reserved-blocks-percentage] [-o creator-os]\n"
3526"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003527"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
3528"\t[-T fs-type] [-jnqvFSV] device [blocks-count]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003529msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003530"Aufruf: %s [-c|-t|-l Dateiname] [-b Blockgröße] [-f Fragmentgröße]\n"
3531"\t[-i Bytes-pro-Inode] [-I Inodegrösse] [-J Journal-Optionen]\n"
3532"\t[-N Anzahl_der_Inodes] [-m Reservierte-Blöcke-Prozent] [-o Erzeuger-OS]\n"
3533"\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"
3534"\t[-M letztes-eingehängtes-Verzeichnis] [-O feature[,...]] [-r fs-revision]\n"
3535"\t[-R raid_opts] [-jnqvFSV] Gerät [Blockanzahl]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003536
Theodore Ts'o8f741372008-02-28 21:47:05 -05003537#: misc/mke2fs.c:198
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003538#, c-format
3539msgid "Running command: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003540msgstr "Führe aus: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003541
Theodore Ts'o8f741372008-02-28 21:47:05 -05003542#: misc/mke2fs.c:202
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003543#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003544msgid "while trying to run '%s'"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003545msgstr "während des Versuchs, »%s« auszuführen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003546
Theodore Ts'o8f741372008-02-28 21:47:05 -05003547#: misc/mke2fs.c:209
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003548msgid "while processing list of bad blocks from program"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003549msgstr "beim Auswerten der »Bad Block«-Liste vom Programm"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003550
Theodore Ts'o8f741372008-02-28 21:47:05 -05003551#: misc/mke2fs.c:236
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003552#, c-format
3553msgid "Block %d in primary superblock/group descriptor area bad.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003554msgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003555
Theodore Ts'o8f741372008-02-28 21:47:05 -05003556#: misc/mke2fs.c:238
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003557#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003558msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003559msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003560"Die Blöcke %u bis einschließlich %u müssen in Ordung sein, um ein\n"
3561"\tDateisystem zu erstellen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003562
Theodore Ts'o8f741372008-02-28 21:47:05 -05003563#: misc/mke2fs.c:241
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003564msgid "Aborting....\n"
3565msgstr "Breche ab...\n"
3566
Theodore Ts'o8f741372008-02-28 21:47:05 -05003567#: misc/mke2fs.c:261
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003568#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003569msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003570"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003571"\tbad blocks.\n"
3572"\n"
3573msgstr ""
Philipp Thomasb4d88772008-04-13 13:31:34 -04003574"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %u "
3575"enthält\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003576"\tdefekte Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003577"\n"
3578
Theodore Ts'o8f741372008-02-28 21:47:05 -05003579#: misc/mke2fs.c:279
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003580msgid "while marking bad blocks as used"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003581msgstr "beim Markieren von defekten Blöcken als »belegt«"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003582
Theodore Ts'o8f741372008-02-28 21:47:05 -05003583#: misc/mke2fs.c:337
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003584msgid "done \n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003585msgstr "erledigt \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003586
Theodore Ts'o8f741372008-02-28 21:47:05 -05003587#: misc/mke2fs.c:372
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003588msgid "while allocating zeroizing buffer"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003589msgstr "beim reservieren eines Puffers zum Nullen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003590
Theodore Ts'o8f741372008-02-28 21:47:05 -05003591#: misc/mke2fs.c:414
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003592msgid "Writing inode tables: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003593msgstr "Schreibe Inode-Tabellen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003594
Theodore Ts'o8f741372008-02-28 21:47:05 -05003595#: misc/mke2fs.c:431
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003596#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003597msgid ""
3598"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003599"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003600msgstr ""
3601"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003602"Konnte %d Blöcke nicht in Inoden-Tabelle schreiben, beginnend bei %u: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003603
Theodore Ts'o8f741372008-02-28 21:47:05 -05003604#: misc/mke2fs.c:487
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003605msgid "while creating root dir"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003606msgstr "beim Erstellen des Wurzelverzeichnisses"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003607
Theodore Ts'o8f741372008-02-28 21:47:05 -05003608#: misc/mke2fs.c:494
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003609msgid "while reading root inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003610msgstr "beim Lesen des Root-Inode"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003611
Theodore Ts'o8f741372008-02-28 21:47:05 -05003612#: misc/mke2fs.c:508
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003613msgid "while setting root inode ownership"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003614msgstr "beim Setzen des Root-Inode-Eigentümers"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003615
Theodore Ts'o8f741372008-02-28 21:47:05 -05003616#: misc/mke2fs.c:526
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003617msgid "while creating /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003618msgstr "beim Erstellen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003619
Theodore Ts'o8f741372008-02-28 21:47:05 -05003620#: misc/mke2fs.c:533
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003621msgid "while looking up /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003622msgstr "beim Suchen von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003623
Theodore Ts'o8f741372008-02-28 21:47:05 -05003624#: misc/mke2fs.c:543
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003625msgid "while expanding /lost+found"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003626msgstr "beim Expandieren von /lost+found"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003627
Theodore Ts'o8f741372008-02-28 21:47:05 -05003628#: misc/mke2fs.c:559
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003629msgid "while setting bad block inode"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003630msgstr "beim Setzen des »Bad Block«-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003631
Theodore Ts'o8f741372008-02-28 21:47:05 -05003632#: misc/mke2fs.c:591
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003633#, c-format
3634msgid "Out of memory erasing sectors %d-%d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003635msgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003636
Theodore Ts'o8f741372008-02-28 21:47:05 -05003637#: misc/mke2fs.c:601
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003638#, c-format
3639msgid "Warning: could not read block 0: %s\n"
3640msgstr "Warnung: konnte Block %s nicht lesen\n"
3641
Theodore Ts'o8f741372008-02-28 21:47:05 -05003642#: misc/mke2fs.c:617
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003643#, c-format
3644msgid "Warning: could not erase sector %d: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003645msgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003646
Theodore Ts'o8f741372008-02-28 21:47:05 -05003647#: misc/mke2fs.c:633
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003648msgid "while initializing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003649msgstr "beim Initialisieren des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003650
Theodore Ts'o8f741372008-02-28 21:47:05 -05003651#: misc/mke2fs.c:639
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003652msgid "Zeroing journal device: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003653msgstr "Überschreibe Journal-Device mit Nullen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003654
Theodore Ts'o8f741372008-02-28 21:47:05 -05003655#: misc/mke2fs.c:646
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003656#, c-format
3657msgid "while zeroing journal device (block %u, count %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003658msgstr "beim Überschreiben des Journal-Device mit Nullen (Block %u, Nr. %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003659
Theodore Ts'o8f741372008-02-28 21:47:05 -05003660#: misc/mke2fs.c:657
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003661msgid "while writing journal superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003662msgstr "beim Schreiben des Journal-Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003663
Theodore Ts'o8f741372008-02-28 21:47:05 -05003664#: misc/mke2fs.c:673
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003665#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003666msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003667"warning: %u blocks unused.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003668"\n"
3669msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003670"Warnung: %u Blöcke unbenutzt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003671"\n"
3672
Theodore Ts'o8f741372008-02-28 21:47:05 -05003673#: misc/mke2fs.c:678
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003674#, c-format
3675msgid "Filesystem label=%s\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003676msgstr "Dateisystem-Label=%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003677
Theodore Ts'o8f741372008-02-28 21:47:05 -05003678#: misc/mke2fs.c:679
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003679msgid "OS type: "
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003680msgstr "OS-Typ: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003681
Theodore Ts'o8f741372008-02-28 21:47:05 -05003682#: misc/mke2fs.c:684
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003683#, c-format
3684msgid "Block size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003685msgstr "Blockgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003686
Theodore Ts'o8f741372008-02-28 21:47:05 -05003687#: misc/mke2fs.c:686
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003688#, c-format
3689msgid "Fragment size=%u (log=%u)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003690msgstr "Fragmentgröße=%u (log=%u)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003691
Theodore Ts'o8f741372008-02-28 21:47:05 -05003692#: misc/mke2fs.c:688
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003693#, c-format
3694msgid "%u inodes, %u blocks\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003695msgstr "%u Inodes, %u Blöcke\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003696
Theodore Ts'o8f741372008-02-28 21:47:05 -05003697#: misc/mke2fs.c:690
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003698#, c-format
3699msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003700msgstr "%u Blöcke (%2.2f%%) reserviert für den Superuser\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003701
Theodore Ts'o8f741372008-02-28 21:47:05 -05003702#: misc/mke2fs.c:693
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003703#, c-format
3704msgid "First data block=%u\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003705msgstr "Erster Datenblock=%u\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003706
Theodore Ts'o8f741372008-02-28 21:47:05 -05003707#: misc/mke2fs.c:695
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003708#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003709msgid "Maximum filesystem blocks=%lu\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003710msgstr "Maximale Dateisystem-Blöcke=%lu\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003711
Theodore Ts'o8f741372008-02-28 21:47:05 -05003712#: misc/mke2fs.c:700
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003713#, c-format
3714msgid "%u block groups\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003715msgstr "%u Blockgruppen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003716
Theodore Ts'o8f741372008-02-28 21:47:05 -05003717#: misc/mke2fs.c:702
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003718#, c-format
3719msgid "%u block group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003720msgstr "%u Blockgruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003721
Theodore Ts'o8f741372008-02-28 21:47:05 -05003722#: misc/mke2fs.c:703
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003723#, c-format
3724msgid "%u blocks per group, %u fragments per group\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003725msgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003726
Theodore Ts'o8f741372008-02-28 21:47:05 -05003727#: misc/mke2fs.c:705
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003728#, c-format
3729msgid "%u inodes per group\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003730msgstr "%u Inodes pro Gruppe\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003731
Theodore Ts'o8f741372008-02-28 21:47:05 -05003732#: misc/mke2fs.c:712
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003733#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003734msgid "Superblock backups stored on blocks: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003735msgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003736
Theodore Ts'o8f741372008-02-28 21:47:05 -05003737#: misc/mke2fs.c:793
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003738#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003739msgid "Invalid stride parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003740msgstr "Ungültiger \"stride\"-Parameter: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003741
Theodore Ts'o8f741372008-02-28 21:47:05 -05003742#: misc/mke2fs.c:808
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003743#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003744msgid "Invalid stripe-width parameter: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003745msgstr "Ungültiger Stripebreite-Parameter: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003746
3747#: misc/mke2fs.c:830
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003748#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003749msgid "Invalid resize parameter: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003750msgstr "Ungültiger \"resize\"-Parameter: %s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003751
Theodore Ts'o8f741372008-02-28 21:47:05 -05003752#: misc/mke2fs.c:837
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003753#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003754msgid "The resize maximum must be greater than the filesystem size.\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04003755msgstr ""
3756"Das Maximum der Vergrösserung muss oberhalb als der Dateisystem-Grösse "
3757"liegen.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003758
Theodore Ts'o8f741372008-02-28 21:47:05 -05003759#: misc/mke2fs.c:861
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003760#, c-format
3761msgid "On-line resizing not supported with revision 0 filesystems\n"
3762msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003763"Online-Grössenänderungen werden bei Revison 0 Dateisystemen nicht\n"
3764"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003765
Theodore Ts'o8f741372008-02-28 21:47:05 -05003766#: misc/mke2fs.c:878
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003767#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003768msgid ""
3769"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003770"Bad option(s) specified: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003771"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003772"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003773"\tis set off by an equals ('=') sign.\n"
3774"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003775"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003776"\tstride=<RAID per-disk data chunk in blocks>\n"
3777"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003778"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003779"\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003780"\ttest_fs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003781msgstr ""
3782"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003783"Ungültige Option(en) angegeben: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003784"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003785"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
3786"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003787"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003788"\terhalten welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003789"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003790"gültige erweiterte Optionen sind:\n"
3791"\tstride=<RAID Segmentgrösse in Blöcken>\n"
3792"\tstripe-width=<RAID Stride * Datenplatten in Blöcken>\n"
3793"\tresize=<Obergrenze für Grössenänderung in Blöcken>\n"
3794"\n"
3795"\ttest_fs\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003796
Theodore Ts'o8f741372008-02-28 21:47:05 -05003797#: misc/mke2fs.c:893
3798#, c-format
3799msgid ""
3800"\n"
3801"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
3802"\n"
3803msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003804"\n"
3805"Warnung: RAID Stripe-Breite %u ist kein ganzzahliges Vielfaches von\n"
3806"\tStride %u.\n"
3807"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003808
3809#: misc/mke2fs.c:920
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003810#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003811msgid ""
3812"Syntax error in mke2fs config file (%s, line #%d)\n"
3813"\t%s\n"
3814msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003815"Syntax Fehler in der Konfigurationsdatei von mkefs (%s, Zeile %d)\n"
3816"\t%s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003817
Theodore Ts'o8f741372008-02-28 21:47:05 -05003818#: misc/mke2fs.c:933 misc/tune2fs.c:335
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003819#, c-format
3820msgid "Invalid filesystem option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003821msgstr "Unvollständige Dateisystem-Option gesetzt: %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003822
Theodore Ts'o8f741372008-02-28 21:47:05 -05003823#: misc/mke2fs.c:1040
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003824#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003825msgid "invalid block size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003826msgstr "bad block Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003827
Theodore Ts'o8f741372008-02-28 21:47:05 -05003828#: misc/mke2fs.c:1044
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003829#, c-format
3830msgid "Warning: blocksize %d not usable on most systems.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003831msgstr "Warnung: Blockgröße %d ist auf den meisten Systemen unbrauchbar.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003832
Theodore Ts'o8f741372008-02-28 21:47:05 -05003833#: misc/mke2fs.c:1061
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003834#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003835msgid "invalid fragment size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003836msgstr "falsche Fragmentgröße - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003837
Theodore Ts'o8f741372008-02-28 21:47:05 -05003838#: misc/mke2fs.c:1067
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003839#, c-format
3840msgid "Warning: fragments not supported. Ignoring -f option\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003841msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003842
Theodore Ts'o8f741372008-02-28 21:47:05 -05003843#: misc/mke2fs.c:1074
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003844msgid "Illegal number for blocks per group"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003845msgstr "unzulässige Angabe für Blöcke pro Gruppe"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003846
Theodore Ts'o8f741372008-02-28 21:47:05 -05003847#: misc/mke2fs.c:1079
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003848msgid "blocks per group must be multiple of 8"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003849msgstr "Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003850
Theodore Ts'o8f741372008-02-28 21:47:05 -05003851#: misc/mke2fs.c:1089
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003852#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003853msgid "invalid inode ratio %s (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003854msgstr "Unzulässiges Inode-Verhältnis %s (Min %d/Max %d"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003855
Theodore Ts'o8f741372008-02-28 21:47:05 -05003856#: misc/mke2fs.c:1106
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003857msgid "in malloc for bad_blocks_filename"
3858msgstr "in malloc for bad_blocks_filename"
3859
Theodore Ts'o8f741372008-02-28 21:47:05 -05003860#: misc/mke2fs.c:1115
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003861#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003862msgid "invalid reserved blocks percent - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003863msgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003864
Theodore Ts'o8f741372008-02-28 21:47:05 -05003865#: misc/mke2fs.c:1133
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003866#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003867msgid "bad revision level - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003868msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003869
Theodore Ts'o8f741372008-02-28 21:47:05 -05003870#: misc/mke2fs.c:1145
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003871#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003872msgid "invalid inode size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003873msgstr "Unzulässige Inode-Größe - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003874
Theodore Ts'o8f741372008-02-28 21:47:05 -05003875#: misc/mke2fs.c:1165
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003876#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003877msgid "bad num inodes - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003878msgstr "ungültiges Intervall - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003879
Theodore Ts'o8f741372008-02-28 21:47:05 -05003880#: misc/mke2fs.c:1223 misc/mke2fs.c:1745
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003881#, c-format
3882msgid "while trying to open journal device %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003883msgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003884
Theodore Ts'o8f741372008-02-28 21:47:05 -05003885#: misc/mke2fs.c:1229
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003886#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003887msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003888msgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003889
Theodore Ts'o8f741372008-02-28 21:47:05 -05003890#: misc/mke2fs.c:1243
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003891#, c-format
3892msgid "%d-byte blocks too big for system (max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003893msgstr "%d-Byte Blöcke zu groß für das System (max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003894
Theodore Ts'o8f741372008-02-28 21:47:05 -05003895#: misc/mke2fs.c:1247
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003896#, c-format
Philipp Thomasb4d88772008-04-13 13:31:34 -04003897msgid ""
3898"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3899msgstr ""
3900"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 -05003901
Theodore Ts'o8f741372008-02-28 21:47:05 -05003902#: misc/mke2fs.c:1265
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003903msgid "filesystem"
3904msgstr "Dateisystem"
3905
Theodore Ts'o8f741372008-02-28 21:47:05 -05003906#: misc/mke2fs.c:1288 resize/main.c:332
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003907msgid "while trying to determine filesystem size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003908msgstr "beim Bestimmen der Dateisystemgröße"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003909
Theodore Ts'o8f741372008-02-28 21:47:05 -05003910#: misc/mke2fs.c:1294
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003911msgid ""
3912"Couldn't determine device size; you must specify\n"
3913"the size of the filesystem\n"
3914msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003915"Konnte die Gerätegröße nicht ermitteln. Geben\n"
3916"Sie die Größe des Dateisystems an\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003917
Theodore Ts'o8f741372008-02-28 21:47:05 -05003918#: misc/mke2fs.c:1301
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003919msgid ""
3920"Device size reported to be zero. Invalid partition specified, or\n"
3921"\tpartition table wasn't reread after running fdisk, due to\n"
3922"\ta modified partition being busy and in use. You may need to reboot\n"
3923"\tto re-read your partition table.\n"
3924msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003925"Zurückgegebene Gerätegröße ist gleich null. Unvollständige Partition\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003926"\tangegeben oder die Partitionstabelle wurde nach einem fdisk-Lauf\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003927"\tnicht wieder eingelesen, weil eine veränderte Partition in Gebrauch\n"
3928"\tund gesperrt ist. Sie könnten gezwungen sein, neu zu booten, um die\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05003929"\tPartitionstabelle neu einzulesen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003930
Theodore Ts'o8f741372008-02-28 21:47:05 -05003931#: misc/mke2fs.c:1319
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003932msgid "Filesystem larger than apparent device size."
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003933msgstr "Dateisystem ist größer als augenscheinlich das Gerät selbst."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003934
Theodore Ts'o8f741372008-02-28 21:47:05 -05003935#: misc/mke2fs.c:1367
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003936#, c-format
3937msgid "Filesystem features not supported with revision 0 filesystems\n"
3938msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003939"Dateisystem-Eigenschaften werden für Dateisysteme der Revision 0 nicht\n"
3940"\tunterstützt\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003941
Theodore Ts'o8f741372008-02-28 21:47:05 -05003942#: misc/mke2fs.c:1374
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003943#, c-format
3944msgid "Sparse superblocks not supported with revision 0 filesystems\n"
3945msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003946"Verteilte Superblöcke werden für Dateisysteme der Revision 0 nicht\n"
3947"\tunterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003948
Theodore Ts'o8f741372008-02-28 21:47:05 -05003949#: misc/mke2fs.c:1386
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003950#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003951msgid "Journals not supported with revision 0 filesystems\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003952msgstr "Journale werden für Dateisysteme der Revision 0 nicht unterstützt\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003953
Theodore Ts'o8f741372008-02-28 21:47:05 -05003954#: misc/mke2fs.c:1412
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003955msgid "while trying to determine hardware sector size"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003956msgstr "beim Ermitteln der Hardware-Sektorgröße"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003957
Theodore Ts'o8f741372008-02-28 21:47:05 -05003958#: misc/mke2fs.c:1464
Theodore Ts'obc759702005-05-09 20:40:55 -04003959msgid "reserved online resize blocks not supported on non-sparse filesystem"
3960msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003961"Für Online-Grössenänderungen reservierte Blöcke werden auf Dateisystemen\n"
3962"\tohne Unterstützung für Lückenkompression nicht unterstützt"
Theodore Ts'obc759702005-05-09 20:40:55 -04003963
Theodore Ts'o8f741372008-02-28 21:47:05 -05003964#: misc/mke2fs.c:1473
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003965msgid "blocks per group count out of range"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003966msgstr "Anzahl der Blöcke pro Gruppe ausserhaalb des gültigen Bereichs"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003967
Theodore Ts'o8f741372008-02-28 21:47:05 -05003968#: misc/mke2fs.c:1480
Theodore Ts'o6956f612005-12-31 16:46:15 -05003969msgid ""
3970"Filesystem too large. No more than 2**31-1 blocks\n"
3971"\t (8TB using a blocksize of 4k) are currently supported."
3972msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003973"Das Dateisystem ist zu gross. Derzeit werden maximal 2^31-1 Blöcke\n"
3974"\t (8TiB bei einer Blockgrösse von 4 KiB) unterstützt."
Theodore Ts'o6956f612005-12-31 16:46:15 -05003975
Theodore Ts'o8f741372008-02-28 21:47:05 -05003976#: misc/mke2fs.c:1487
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003977#, c-format
3978msgid ""
3979"\n"
3980"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3981"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3982"\n"
3983msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003984"\n"
3985"Warnung: einige 2.4'er Kernel unterstützen für ext3 keine Blockgrössen\n"
3986"\tüber 4096. Verwenden Sie bitte »-b 4096« in solchen Fällen.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003987
Theodore Ts'o8f741372008-02-28 21:47:05 -05003988#: misc/mke2fs.c:1504
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003989#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003990msgid "invalid inode size %d (min %d/max %d)"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04003991msgstr "ungültige Inode-Größe %d (min %d/max %d)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003992
Theodore Ts'o8f741372008-02-28 21:47:05 -05003993#: misc/mke2fs.c:1510
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003994#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003995msgid "Warning: %d-byte inodes not usable on older systems\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04003996msgstr "Warnung: %d-Byte Inodes sind auf älteren Systemen nicht benutzbar\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05003997
Theodore Ts'o8f741372008-02-28 21:47:05 -05003998#: misc/mke2fs.c:1522
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003999#, c-format
4000msgid "too many inodes (%llu), raise inode ratio?"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004001msgstr "zu viele Inodes (%llu), Inode-Verhältnis erhöhen?"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004002
Theodore Ts'o8f741372008-02-28 21:47:05 -05004003#: misc/mke2fs.c:1527
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004004#, c-format
4005msgid "too many inodes (%llu), specify < 2^32 inodes"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004006msgstr "zu viele Inodes (%llu), sie müssen weniger als 2^32 Inodes angeben"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004007
Theodore Ts'o8f741372008-02-28 21:47:05 -05004008#: misc/mke2fs.c:1542
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004009#, c-format
4010msgid ""
4011"inode_size (%u) * inodes_count (%u) too big for a\n"
4012"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
4013"\tor lower inode count (-N).\n"
4014msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004015"inode_size (%u) * inodes_count (%u) is zu gross für ein\n"
4016"\tDateisystem mit %lu Blöcken, geben Sie bitte entweder ein höheres\n"
4017"\tinode_ratio (-i) oder eine niedrigere Anzahl an Inodes (-N) an.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004018
Theodore Ts'o8f741372008-02-28 21:47:05 -05004019#: misc/mke2fs.c:1591
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004020msgid "while setting up superblock"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004021msgstr "beim Erstellen des Superblocks"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004022
Theodore Ts'o8f741372008-02-28 21:47:05 -05004023#: misc/mke2fs.c:1628
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004024#, c-format
4025msgid "unknown os - %s"
4026msgstr "unbekanntes OS - %s"
4027
Theodore Ts'o8f741372008-02-28 21:47:05 -05004028#: misc/mke2fs.c:1682
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004029msgid "while trying to allocate filesystem tables"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004030msgstr "beim Zuordnen von Dateisystemtabellen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004031
Theodore Ts'o8f741372008-02-28 21:47:05 -05004032#: misc/mke2fs.c:1713
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004033#, c-format
4034msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004035msgstr "beim Nullen von Block %u am Ende des Dateisystems"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004036
Theodore Ts'o8f741372008-02-28 21:47:05 -05004037#: misc/mke2fs.c:1727
Theodore Ts'obc759702005-05-09 20:40:55 -04004038msgid "while reserving blocks for online resize"
4039msgstr "beim Lesen des Bad-Block-Inodes"
4040
Theodore Ts'o8f741372008-02-28 21:47:05 -05004041#: misc/mke2fs.c:1738 misc/tune2fs.c:433
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004042msgid "journal"
4043msgstr "Journal"
4044
Theodore Ts'o8f741372008-02-28 21:47:05 -05004045#: misc/mke2fs.c:1750
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004046#, c-format
4047msgid "Adding journal to device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004048msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004049
Theodore Ts'o8f741372008-02-28 21:47:05 -05004050#: misc/mke2fs.c:1757
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004051#, c-format
4052msgid ""
4053"\n"
4054"\twhile trying to add journal to device %s"
4055msgstr ""
4056"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004057"\tbeim Erstellen des Journals auf Gerät %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004058
Theodore Ts'o8f741372008-02-28 21:47:05 -05004059#: misc/mke2fs.c:1762 misc/mke2fs.c:1788 misc/tune2fs.c:461 misc/tune2fs.c:475
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004060#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004061msgid "done\n"
4062msgstr "erledigt\n"
4063
Theodore Ts'o8f741372008-02-28 21:47:05 -05004064#: misc/mke2fs.c:1793
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004065#, c-format
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004066msgid "Writing superblocks and filesystem accounting information: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004067msgstr "Schreibe Superblöcke und Dateisystem-Accountinginformationen: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004068
Theodore Ts'o8f741372008-02-28 21:47:05 -05004069#: misc/mke2fs.c:1798
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004070#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004071msgid ""
4072"\n"
4073"Warning, had trouble writing out superblocks."
4074msgstr ""
4075"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004076"Warnung: Probleme beim Schreiben der Superblöcke."
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004077
Theodore Ts'o8f741372008-02-28 21:47:05 -05004078#: misc/mke2fs.c:1801
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004079#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004080msgid ""
4081"done\n"
4082"\n"
4083msgstr ""
4084"erledigt\n"
4085"\n"
4086
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004087#: misc/mklost+found.c:49
4088#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004089msgid "Usage: mklost+found\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004090msgstr "Aufruf: mklost+found\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004091
Theodore Ts'o8f741372008-02-28 21:47:05 -05004092#: misc/tune2fs.c:91
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004093msgid "Please run e2fsck on the filesystem.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004094msgstr "Bitte e2fsck über das Dateisystem laufen lassen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004095
Theodore Ts'o8f741372008-02-28 21:47:05 -05004096#: misc/tune2fs.c:98
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004097#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004098msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004099"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004100"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4101"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4102"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004103"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4104"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004105msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004106"Aufruf: %s [-c max-Anzahl-Mounts] [-e Fehler-Verhalten] [-g Gruppe]\n"
4107"\t[-i Intervall[d|m|w]] [-j] [-J Journal-Optionen[,...]]\n"
4108"\t[-m reservierte_Blöcke_Prozent] [-o [^]Einhäng_Optionen[,...]]\n"
4109"\t[-r Anzahl_reservierte_Blöcke] [-u Benutzer] [-C Anzahl_Einhängen]\n"
4110"\t[-L Volume_Label] [-M letztes_eingehängtes_Verzeichnis]\n"
4111"\t[-O [^]Eigenschaft[,...]] [-E erweiterte-Option[,...]]\n"
4112"\t[-T letzter_Prüfzeitpunkt] [-U UUID] Gerät\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004113
Theodore Ts'o8f741372008-02-28 21:47:05 -05004114#: misc/tune2fs.c:171
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004115msgid "while trying to open external journal"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004116msgstr "beim Öffnen des externen Journals"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004117
Theodore Ts'o8f741372008-02-28 21:47:05 -05004118#: misc/tune2fs.c:175
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004119#, c-format
4120msgid "%s is not a journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004121msgstr "%s ist kein Journal-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004122
Theodore Ts'o8f741372008-02-28 21:47:05 -05004123#: misc/tune2fs.c:190
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004124msgid "Journal superblock not found!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004125msgstr "Journal-Superblock nicht gefunden!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004126
Theodore Ts'o8f741372008-02-28 21:47:05 -05004127#: misc/tune2fs.c:202
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004128msgid "Filesystem's UUID not found on journal device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004129msgstr "UUID des Dateisystems auf Journal-Gerät nicht gefunden.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004130
Theodore Ts'o8f741372008-02-28 21:47:05 -05004131#: misc/tune2fs.c:223
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004132msgid "Journal NOT removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004133msgstr "Journal NICHT gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004134
Theodore Ts'o8f741372008-02-28 21:47:05 -05004135#: misc/tune2fs.c:229
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004136msgid "Journal removed\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004137msgstr "Journal gelöscht\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004138
Theodore Ts'o8f741372008-02-28 21:47:05 -05004139#: misc/tune2fs.c:268
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004140msgid "while reading bitmaps"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004141msgstr "beim Lesen von Bitmaps"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004142
Theodore Ts'o8f741372008-02-28 21:47:05 -05004143#: misc/tune2fs.c:275
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004144msgid "while clearing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004145msgstr "beim Bereinigen des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004146
Theodore Ts'o8f741372008-02-28 21:47:05 -05004147#: misc/tune2fs.c:286
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004148msgid "while writing journal inode"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004149msgstr "beim Schreiben des Journal-Inodes"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004150
Theodore Ts'o8f741372008-02-28 21:47:05 -05004151#: misc/tune2fs.c:301
Theodore Ts'of9e6df42004-05-04 16:19:13 -04004152#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004153msgid "Invalid mount option set: %s\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004154msgstr "Ungültige Einhänge-Option gesetzt: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004155
Theodore Ts'o8f741372008-02-28 21:47:05 -05004156#: misc/tune2fs.c:338
4157#, c-format
4158msgid "Clearing filesystem feature '%s' not supported.\n"
Philipp Thomasb4d88772008-04-13 13:31:34 -04004159msgstr ""
4160"Das Zurücksetzen von Dateisystem-Eigenschaft »%s« wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004161
4162#: misc/tune2fs.c:344
4163#, fuzzy, c-format
4164msgid "Setting filesystem feature '%s' not supported.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004165msgstr "Das Setzen der Dateisystem-Eigenschaft »%s« wird nicht unterstützt.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004166
4167#: misc/tune2fs.c:353
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004168msgid ""
4169"The has_journal flag may only be cleared when the filesystem is\n"
4170"unmounted or mounted read-only.\n"
4171msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004172"Das has_jounal Flag kann nur zurückgesetzt werden, wenn das Dateisystem\n"
4173"nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004174
Theodore Ts'o8f741372008-02-28 21:47:05 -05004175#: misc/tune2fs.c:361
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004176msgid ""
4177"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4178"the has_journal flag.\n"
4179msgstr ""
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004180"Das needs_recovery Flag ist gesetzt. Bitte starten sie e2fsck vor\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004181"der Zurücksetzung des has_journal Flags.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004182
Theodore Ts'o8f741372008-02-28 21:47:05 -05004183#: misc/tune2fs.c:428
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004184msgid "The filesystem already has a journal.\n"
4185msgstr "Das Dateisystem hat schon ein Journal.\n"
4186
Theodore Ts'o8f741372008-02-28 21:47:05 -05004187#: misc/tune2fs.c:445
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004188#, c-format
4189msgid ""
4190"\n"
4191"\twhile trying to open journal on %s\n"
4192msgstr ""
4193"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004194"\tbeim Öffnen des Journals auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004195
Theodore Ts'o8f741372008-02-28 21:47:05 -05004196#: misc/tune2fs.c:449
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004197#, c-format
4198msgid "Creating journal on device %s: "
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004199msgstr "Erstelle Journal auf Gerät %s: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004200
Theodore Ts'o8f741372008-02-28 21:47:05 -05004201#: misc/tune2fs.c:457
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004202#, c-format
4203msgid "while adding filesystem to journal on %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004204msgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004205
Theodore Ts'o8f741372008-02-28 21:47:05 -05004206#: misc/tune2fs.c:463
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004207msgid "Creating journal inode: "
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004208msgstr "E5Arstelle Journal-Inode: "
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004209
Theodore Ts'o8f741372008-02-28 21:47:05 -05004210#: misc/tune2fs.c:472
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004211msgid ""
4212"\n"
4213"\twhile trying to create journal file"
4214msgstr ""
4215"\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004216"\tbeim Erstellen der Journaldatei"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004217
Theodore Ts'o8f741372008-02-28 21:47:05 -05004218#: misc/tune2fs.c:539
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004219#, c-format
4220msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004221msgstr "Konnte Datum/Zeit nicht parsen: %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004222
Theodore Ts'o8f741372008-02-28 21:47:05 -05004223#: misc/tune2fs.c:563 misc/tune2fs.c:576
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004224#, c-format
4225msgid "bad mounts count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004226msgstr "Ungültiger Mounts-Zähler - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004227
Theodore Ts'o8f741372008-02-28 21:47:05 -05004228#: misc/tune2fs.c:592
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004229#, c-format
4230msgid "bad error behavior - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004231msgstr "ungültiges Fehler-Verhalten - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004232
Theodore Ts'o8f741372008-02-28 21:47:05 -05004233#: misc/tune2fs.c:619
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004234#, c-format
4235msgid "bad gid/group name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004236msgstr "ungültige(r) GID oder Gruppenname - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004237
Theodore Ts'o8f741372008-02-28 21:47:05 -05004238#: misc/tune2fs.c:652
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004239#, c-format
4240msgid "bad interval - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004241msgstr "ungültiges Intervall - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004242
Theodore Ts'o8f741372008-02-28 21:47:05 -05004243#: misc/tune2fs.c:680
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004244#, c-format
4245msgid "bad reserved block ratio - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004246msgstr "ungültiges Reservierte-Blöcke-Verhältnis - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004247
Theodore Ts'o8f741372008-02-28 21:47:05 -05004248#: misc/tune2fs.c:695
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004249msgid "-o may only be specified once"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004250msgstr "-o darf nur eimal angegeben werden"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004251
Theodore Ts'o8f741372008-02-28 21:47:05 -05004252#: misc/tune2fs.c:705
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004253msgid "-O may only be specified once"
4254msgstr "-O darf nur eimal angegeben werden"
4255
Theodore Ts'o8f741372008-02-28 21:47:05 -05004256#: misc/tune2fs.c:715
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004257#, c-format
4258msgid "bad reserved blocks count - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004259msgstr "ungültige Anzahl von reservierten Blöcken - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004260
Theodore Ts'o8f741372008-02-28 21:47:05 -05004261#: misc/tune2fs.c:744
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004262#, c-format
4263msgid "bad uid/user name - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004264msgstr "ungültige(r) UID/Benutzername - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004265
Theodore Ts'o8f741372008-02-28 21:47:05 -05004266#: misc/tune2fs.c:842
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004267#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004268msgid "Invalid RAID stride: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004269msgstr "Ungültiger RAID Stride: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004270
4271#: misc/tune2fs.c:857
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004272#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004273msgid "Invalid RAID stripe-width: %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004274msgstr "Ungültige RAID Stripe-Breite: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004275
4276#: misc/tune2fs.c:867
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004277#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004278msgid ""
4279"\n"
4280"Bad options specified.\n"
4281"\n"
4282"Extended options are separated by commas, and may take an argument which\n"
4283"\tis set off by an equals ('=') sign.\n"
4284"\n"
4285"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004286"\tstride=<RAID per-disk chunk size in blocks>\n"
4287"\tstripe-width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004288"\ttest_fs\n"
4289"\t^test_fs\n"
4290msgstr ""
4291"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004292"Falsche Optionen angegeben.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004293"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004294"Erweiterte Optionen werden mit Kommatas getrennt angegeben und benötigen\n"
4295"\teventuell ein Argument, welches mit Gleichheitszeichen (»=«)\n"
4296"\tzugewiesenwird.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004297"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004298"Gültige erweiterte Optionen sind:\n"
4299"\tstride=<RAID Segmentgrösse pro PLatte in Blöcken>\n"
4300"\tstripe-width=<RAID Stride*Datenplatten in Blöcken>\n"
4301"\ttest_fs\n"
4302"\t^test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004303
Theodore Ts'o8f741372008-02-28 21:47:05 -05004304#: misc/tune2fs.c:927
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004305#, c-format
4306msgid "Filesystem %s has unsupported features enabled.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004307msgstr "Für Dateisystem %s wurden nicht unterstüzte Eigenschaften aktiviert.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004308
Theodore Ts'o8f741372008-02-28 21:47:05 -05004309#: misc/tune2fs.c:951
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004310#, c-format
4311msgid "Setting maximal mount count to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004312msgstr "Setze die maximale Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004313
Theodore Ts'o8f741372008-02-28 21:47:05 -05004314#: misc/tune2fs.c:957
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004315#, c-format
4316msgid "Setting current mount count to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004317msgstr "Setze die derzeitige Mount-Anzahl auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004318
Theodore Ts'o8f741372008-02-28 21:47:05 -05004319#: misc/tune2fs.c:962
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004320#, c-format
4321msgid "Setting error behavior to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004322msgstr "Setze das Fehler-Verhalten auf %d\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004323
Theodore Ts'o8f741372008-02-28 21:47:05 -05004324#: misc/tune2fs.c:967
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004325#, c-format
4326msgid "Setting reserved blocks gid to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004327msgstr "Setze die GID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004328
Theodore Ts'o8f741372008-02-28 21:47:05 -05004329#: misc/tune2fs.c:972
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004330#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004331msgid "Setting interval between checks to %lu seconds\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004332msgstr "Setze das Intervall zwischen Checks auf %lu Sekunden\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004333
Theodore Ts'o8f741372008-02-28 21:47:05 -05004334#: misc/tune2fs.c:978
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004335#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004336msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004337msgstr "Setze den Prozentsatz reservierter Böcke auf %g%% (%u Blöcke)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004338
Theodore Ts'o8f741372008-02-28 21:47:05 -05004339#: misc/tune2fs.c:984
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004340#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004341msgid "reserved blocks count is too big (%lu)"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004342msgstr "Anzahl der reservierten Blöcke ist zu gross (%lu)"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004343
Theodore Ts'o8f741372008-02-28 21:47:05 -05004344#: misc/tune2fs.c:990
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004345#, c-format
4346msgid "Setting reserved blocks count to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004347msgstr "Setze die Anzahl der reservierten Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004348
Theodore Ts'o8f741372008-02-28 21:47:05 -05004349#: misc/tune2fs.c:996
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004350msgid ""
4351"\n"
4352"The filesystem already has sparse superblocks.\n"
4353msgstr ""
4354"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004355"Das Dateisystem hat bereits verteilte Superblöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004356
Theodore Ts'o8f741372008-02-28 21:47:05 -05004357#: misc/tune2fs.c:1003
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004358#, c-format
4359msgid ""
4360"\n"
4361"Sparse superblock flag set. %s"
4362msgstr ""
4363"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004364"Kennzeichen für verteilten Superblock gesetzt. %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004365
Theodore Ts'o8f741372008-02-28 21:47:05 -05004366#: misc/tune2fs.c:1008
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004367msgid ""
4368"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004369"Clearing the sparse superflag not supported.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004370msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004371"\n"
4372"Das Zurücksetzen des Kennzeichens für »verteilter Superblock« wird nicht\n"
4373"\tunterstützt.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004374
Theodore Ts'o8f741372008-02-28 21:47:05 -05004375#: misc/tune2fs.c:1015
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004376#, c-format
4377msgid "Setting time filesystem last checked to %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004378msgstr "Setze die Zeit des letzten Dateisystemchecks auf %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004379
Theodore Ts'o8f741372008-02-28 21:47:05 -05004380#: misc/tune2fs.c:1021
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004381#, c-format
4382msgid "Setting reserved blocks uid to %lu\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004383msgstr "Setze die UID für reservierte Blöcke auf %lu\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004384
Theodore Ts'o8f741372008-02-28 21:47:05 -05004385#: misc/tune2fs.c:1056
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004386msgid "Invalid UUID format\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004387msgstr "Ungültiges UUID Format\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004388
Theodore Ts'o8f741372008-02-28 21:47:05 -05004389#: misc/tune2fs.c:1067
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004390#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004391msgid "Setting stride size to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004392msgstr "Setze Stride-Größe auf %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004393
4394#: misc/tune2fs.c:1072
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004395#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004396msgid "Setting stripe width to %d\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004397msgstr "Setze die Stripe-Breite auf %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004398
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004399#: misc/util.c:72
4400msgid "Proceed anyway? (y,n) "
4401msgstr "Trotzdem fortsetzen? (y,n) "
4402
4403#: misc/util.c:93
4404#, c-format
4405msgid "Could not stat %s --- %s\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004406msgstr "Status für %s konnte nicht ermittelt werden --- %s\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004407
4408#: misc/util.c:96
4409msgid ""
4410"\n"
4411"The device apparently does not exist; did you specify it correctly?\n"
4412msgstr ""
4413"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004414"Das Gerät existiert offensichtlich nicht; haben Sie es richtig angegeben?\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004415
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004416#: misc/util.c:107
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004417#, c-format
4418msgid "%s is not a block special device.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004419msgstr "%s ist kein spezielles Block-Gerät.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004420
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004421#: misc/util.c:136
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004422#, c-format
4423msgid "%s is entire device, not just one partition!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004424msgstr "%s ist das ganze Gerät, nicht nur eine Partition!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004425
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004426#: misc/util.c:158
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004427msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004428msgstr "mke2fs trotzdem erzwungen. Hoffentlich ist /etc/mtab ungültig.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004429
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004430#: misc/util.c:163
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004431#, c-format
4432msgid "will not make a %s here!\n"
Theodore Ts'o196a8a62003-11-21 12:46:04 -05004433msgstr "werde dort kein %s erstellen!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004434
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004435#: misc/util.c:170
4436msgid "mke2fs forced anyway.\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004437msgstr "mke2fs wird sowieso erzwungen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004438
4439#: misc/util.c:186
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004440msgid "Couldn't allocate memory to parse journal options!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004441msgstr "Konnte keinen Speicher zur Analyse der Journal-Optionen anfordern!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004442
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004443#: misc/util.c:228
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004444msgid ""
4445"\n"
4446"Bad journal options specified.\n"
4447"\n"
4448"Journal options are separated by commas, and may take an argument which\n"
4449"\tis set off by an equals ('=') sign.\n"
4450"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004451"Valid journal options are:\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004452"\tsize=<journal size in megabytes>\n"
4453"\tdevice=<journal device>\n"
4454"\n"
4455"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4456"\n"
4457msgstr ""
4458"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004459"Ungültioge Journal-Optionen angegeben.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004460"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004461"Journal-Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
4462"\tArgument, welches mit Gleichheitszeichen (»=«) zugewiesen wird.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004463"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004464"Gültige Journal-Optionen sind:\n"
4465"\tsize=<Journalgröße in Megabytes>\n"
4466"\tdevice=<Journal-Gerät>\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004467"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004468"Die Grösse des Journals muss zwischen 1024 und 102400 Dateisystem-Blöcken\n"
4469"\tliegen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004470"\n"
4471
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004472#: misc/util.c:258
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004473msgid ""
4474"\n"
4475"Filesystem too small for a journal\n"
4476msgstr ""
4477"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004478"Das Dateisystem ist zu klein für ein Journal\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004479
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004480#: misc/util.c:265
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004481#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004482msgid ""
4483"\n"
4484"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004485"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004486msgstr ""
4487"\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004488"Die angegebene Journalgröße beträgt %d Blöcke. Sie muss aber zwischen\n"
4489"1024 und 102400 Dateisystem-Blöcken liegen. Abbruch! \n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004490
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004491#: misc/util.c:273
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004492msgid ""
4493"\n"
4494"Journal size too big for filesystem.\n"
4495msgstr ""
4496"\n"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004497"Das Journal ist zu groß für dieses Dateisystem.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004498
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004499#: misc/util.c:283
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004500#, c-format
4501msgid ""
4502"This filesystem will be automatically checked every %d mounts or\n"
4503"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4504msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004505"Das Dateisystem wird automatisch nach jeweils %d Einhäng-Vorgängen bzw.\n"
4506"alle %g Tage überprüft, je nachdem, was zuerst eintritt. Veränderbar mit\n"
4507"tune2fs -c oder -t .\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004508
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004509#: misc/uuidgen.c:31
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004510#, c-format
4511msgid "Usage: %s [-r] [-t]\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004512msgstr "Aufruf: %s [-r] [-t]\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004513
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004514#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004515msgid "# Extent dump:\n"
4516msgstr "# Extent dump:\n"
4517
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004518#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004519#, c-format
4520msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4521msgstr "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4522
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004523#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004524#, c-format
4525msgid "#\t\t %u -> %u (%d)\n"
4526msgstr "#\t\t %u -> %u (%d)\n"
4527
Theodore Ts'o6956f612005-12-31 16:46:15 -05004528#: resize/main.c:39
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004529#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004530msgid ""
Theodore Ts'obc759702005-05-09 20:40:55 -04004531"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004532"\n"
4533msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004534"Aufruf: %s [-d Debug_Kennzeichen] [-f] [-F] [-p] Gerät [neue_Größe]\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004535"\n"
4536
Theodore Ts'o6956f612005-12-31 16:46:15 -05004537#: resize/main.c:61
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004538msgid "Extending the inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004539msgstr "Vergrößere die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004540
Theodore Ts'o6956f612005-12-31 16:46:15 -05004541#: resize/main.c:64
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004542msgid "Relocating blocks"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004543msgstr "Verteile die Blöcke neu"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004544
Theodore Ts'o6956f612005-12-31 16:46:15 -05004545#: resize/main.c:67
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004546msgid "Scanning inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004547msgstr "Prüfe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004548
Theodore Ts'o6956f612005-12-31 16:46:15 -05004549#: resize/main.c:70
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004550msgid "Updating inode references"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004551msgstr "Aktualisiere die Inode-Referenzen"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004552
Theodore Ts'o6956f612005-12-31 16:46:15 -05004553#: resize/main.c:73
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004554msgid "Moving inode table"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004555msgstr "Verschiebe die Inode-Tabelle"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004556
Theodore Ts'o6956f612005-12-31 16:46:15 -05004557#: resize/main.c:76
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004558msgid "Unknown pass?!?"
4559msgstr "Unbekannter Durchgang?!?"
4560
Theodore Ts'o6956f612005-12-31 16:46:15 -05004561#: resize/main.c:79
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004562#, c-format
4563msgid "Begin pass %d (max = %lu)\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004564msgstr "Start von Durchgang %d (max = %lu)\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004565
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004566#: resize/main.c:253
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004567#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004568msgid "while opening %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004569msgstr "beim Öffnen von %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004570
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004571# c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004572#: resize/main.c:265
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004573#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004574msgid "while getting stat information for %s"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004575msgstr "beim Ermitteln der Statusinformation für %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004576
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004577#: resize/main.c:339
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004578#, c-format
4579msgid "bad filesystem size - %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004580msgstr "ungültige Dateisystemgröße - %s"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004581
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004582#: resize/main.c:353
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004583msgid "Invalid stride length"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004584msgstr "Ungültige Stride-Länge"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004585
4586#: resize/main.c:377
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004587#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004588msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004589"The containing partition (or device) is only %u (%dk) blocks.\n"
4590"You requested a new size of %u blocks.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004591"\n"
4592msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004593"Die Partition (oder das Gerät) ist nur %u (%dk) Blöcke groß.\n"
4594"Die gewünschte Größe war %u Blöcke.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004595"\n"
4596
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004597#: resize/main.c:384
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004598#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004599msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004600"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004601"\n"
4602msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004603"Das Dateisystem ist schon %u Blöcke groß. Nichts zu tun!\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004604"\n"
4605
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004606#: resize/main.c:395
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004607#, c-format
4608msgid ""
4609"Please run 'e2fsck -f %s' first.\n"
4610"\n"
4611msgstr ""
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004612"Bitte zuerst »e2fsck -f %s« laufen lassen.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004613"\n"
4614
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004615#: resize/main.c:406
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004616#, c-format
4617msgid "while trying to resize %s"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004618msgstr "beim Versuch, die Größe von %s zu ändern"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004619
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004620#: resize/main.c:411
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004621#, c-format
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004622msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004623"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004624"\n"
4625msgstr ""
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004626"Das Dateisystem auf %s ist nun %u Blöcke groß.\n"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004627"\n"
4628
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004629#: resize/resize2fs.c:233
4630#, c-format
4631msgid "inodes (%llu) must be less than %u"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004632msgstr "Die Anzahl der Indoes (%llu) muss unter %u liegen"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004633
4634#: resize/resize2fs.c:642
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004635msgid "reserved blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004636msgstr "reservierte Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004637
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004638#: resize/resize2fs.c:647
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004639msgid "blocks to be moved"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004640msgstr "zu verschiebende Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004641
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004642#: resize/resize2fs.c:652
Theodore Ts'obc759702005-05-09 20:40:55 -04004643msgid "meta-data blocks"
Philipp Thomasba71e3e2008-03-13 18:21:09 -04004644msgstr "Metadaten-Blöcke"
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004645
Theodore Ts'o8f741372008-02-28 21:47:05 -05004646#: resize/resize2fs.c:1550
Theodore Ts'oa2328c92002-10-30 23:26:03 -05004647#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004648msgid "Should never happen: resize inode corrupt!\n"
Philipp Thomas1e8757d2008-03-18 14:36:12 -04004649msgstr "Das sollte niemals passieren: Die zu verändernde Inode ist defekt!\n"