1e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall# German translation of e2fsprogs
21e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas# Copyright (C) 1996 Theodore Tso (msgids)
31e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas# This file is distributed under the same license as the e2fsprogs package.
4e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#
5e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall# Olaf Klemke <olke@users.sourceforge.net>,2002.
6e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall# Marc Langer <marc@marclanger.de>,2003.
7e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall# Philipp Thomas <pth@suse.de>, 2007, 2008, 2009, 2010, 2011, 2012, 2013.
8294dd5a35077abfb39f0b293b46754569172913bPhilipp Thomas#
97ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. The strings in e2fsck's problem.c can be very hard to translate,
107ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. since the strings are expanded in two different ways.  First of all,
117ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. there is an @-expansion, where strings like "@i" are expanded to
127ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. "inode", and so on.  In order to make it easier for translators, the
137ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. e2fsprogs po template file has been enhanced with comments that show
147ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. the @-expansion, for the strings in the problem.c file.
157ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#.
167ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. Translators are free to use the @-expansion facility if they so
177ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. choose, by providing translations for strings in e2fsck/message.c.
187ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. These translation can completely replace an expansion; for example,
197ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. if "bblock" (which indicated that "@b" would be expanded to "block")
207ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. is translated as "ddatenverlust", then "@d" will be expanded to
217ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. "datenverlust".  Alternatively, translators can simply not use the
227ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expansion facility at all.
237ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#.
247ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. The second expansion which is done for e2fsck's problem.c messages is
257ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. a dynamic %-expansion, which expands %i as an inode number, and so
267ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. on.  A table of these expansions can be found below.  Note that
277ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. %-expressions that begin with "%D" and "%I" are two-character
287ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. expansions; so for example, "%Iu" expands to the inode's user id
297ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. ownership field (inode->i_uid).
307ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#.  
317ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%b	<blk>			block number
327ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%B	<blkcount>		integer
337ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%c	<blk2>			block number
347ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%Di	<dirent> -> ino		inode number
357ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%Dn	<dirent> -> name	string
367ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%Dr	<dirent> -> rec_len
377ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%Dl	<dirent> -> name_len
387ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%Dt	<dirent> -> filetype
397ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%d	<dir> 			inode number
407ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%g	<group>			integer
417ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%i	<ino>			inode number
427ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%Is	<inode> -> i_size
437ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%IS	<inode> -> i_extra_isize
447ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%Ib	<inode> -> i_blocks
457ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%Il	<inode> -> i_links_count
467ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%Im	<inode> -> i_mode
477ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%IM	<inode> -> i_mtime
487ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%IF	<inode> -> i_faddr
497ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%If	<inode> -> i_file_acl
507ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%Id	<inode> -> i_dir_acl
517ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%Iu	<inode> -> i_uid
527ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%Ig	<inode> -> i_gid
537ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%j	<ino2>			inode number
547ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%m	<com_err error message>
557ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%N	<num>
567ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%p		ext2fs_get_pathname of directory <ino>
577ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%P		ext2fs_get_pathname of <dirent>->ino with <ino2> as
587ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 				the containing directory.  (If dirent is NULL
597ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 				then return the pathname of directory <ino2>)
607ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%q		ext2fs_get_pathname of directory <dir>
617ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%Q		ext2fs_get_pathname of directory <ino> with <dir> as
627ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 				the containing directory.
637ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%s	<str>			miscellaneous string
647ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%S		backup superblock
657ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. 	%X	<num>	hexadecimal format
667ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#.
67a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
68a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
69e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Project-Id-Version: e2fsprogs-1.42.6\n"
70b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
71e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"POT-Creation-Date: 2012-09-21 12:16-0400\n"
72e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"PO-Revision-Date: 2013-01-27 00:23+0100\n"
73ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Last-Translator: Philipp Thomas <pth@suse.de>\n"
747527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
75e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Language: de\n"
76a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"MIME-Version: 1.0\n"
77ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Content-Type: text/plain; charset=UTF-8\n"
78a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Content-Transfer-Encoding: 8bit\n"
79196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o"Plural-Forms: nplurals=2; plural=(n != 1);\n"
80196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o
81e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/badblocks.c:23 misc/mke2fs.c:177
82a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
83a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Bad block %u out of range; ignored.\n"
84e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "„Bad block“ %u außerhalb des gültigen Bereichs; ignoriert.\n"
85a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
86e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/badblocks.c:46
87a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while sanity checking the bad blocks inode"
88e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "während der logischen Prüfung des „Bad Block“-Inodes"
89a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
90e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/badblocks.c:58
91a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while reading the bad blocks inode"
92e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "während des Lesens des „Bad Block“-Inodes"
93a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
94e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/badblocks.c:72 e2fsck/iscan.c:110 e2fsck/scantest.c:107
95e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1334 e2fsck/unix.c:1422 misc/badblocks.c:1214
96e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:1222 misc/badblocks.c:1236 misc/badblocks.c:1248
97e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:588 misc/e2image.c:1189 misc/e2image.c:1307
98e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2image.c:1320 misc/mke2fs.c:193 misc/tune2fs.c:1898 resize/main.c:303
99a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
100a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while trying to open %s"
101ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "beim Versuch, %s zu öffnen"
102a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
103e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/badblocks.c:83
104a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
105a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while trying popen '%s'"
106e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Versuch, „%s“ mittels „popen“ zu öffnen"
107a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
108e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/badblocks.c:94 misc/mke2fs.c:200
109a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while reading in list of bad blocks from file"
110e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Lesen der „Bad Block“-Liste aus der Datei"
111a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
112e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/badblocks.c:105
113a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while updating bad block inode"
114e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Updaten des „Bad Block“-Inodes"
115a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
116e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/badblocks.c:131
1177527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
118bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid "Warning: illegal block %u found in bad block inode.  Cleared.\n"
119e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Warnung: Nicht zulässiger Block %u im „Bad Blocks“-Inode gefunden! Bereinigt.\n"
120a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
121e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/ehandler.c:55
122a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
123a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error reading block %lu (%s) while %s.  "
1241e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Lesefehler - Block %lu (%s) während %s. "
125a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
126e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/ehandler.c:58
127a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
128a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error reading block %lu (%s).  "
1291e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Lesefehler - Block %lu (%s). "
130a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
131e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
132a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Ignore error"
133a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Ignoriere Fehler"
134a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
135e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/ehandler.c:62
136a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Force rewrite"
137ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Rückschreiben erzwingen"
138a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
139e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/ehandler.c:104
140a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
141a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error writing block %lu (%s) while %s.  "
1421e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Schreibfehler - Block %lu (%s) während %s. "
143a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
144e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/ehandler.c:107
145a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
146a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error writing block %lu (%s).  "
1471e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Schreibfehler - Block %lu (%s). "
148a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
149e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/emptydir.c:57
150a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "empty dirblocks"
151ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "leere Verzeichnisblöcke"
152a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
153e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/emptydir.c:62
154a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "empty dir map"
155196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "leere Verzeichnisliste"
156a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
157e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/emptydir.c:98
1587527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
159851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "Empty directory block %u (#%d) in inode %u\n"
1607527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'omsgstr "leerer Verzeichnisblock %u (#%d) im Inode %u\n"
161a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
162e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/extend.c:22
163a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
164a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s: %s filename nblocks blocksize\n"
165ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "%s: %s Dateiname nblocks Blockgröße\n"
166a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
167e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/extend.c:44
168b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
169a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Illegal number of blocks!\n"
170ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Blockanzahl nicht zulässig!\n"
171a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
172e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/extend.c:50
173a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
174a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Couldn't allocate block buffer (size=%d)\n"
175e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Es konnte kein Blockpuffer (Größe=%d) reserviert werden\n"
176a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
177e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/flushb.c:35
178a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
179a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Usage: %s disk\n"
1801e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Aufruf: %s Laufwerk\n"
181a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
182e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/flushb.c:64
183b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
184a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "BLKFLSBUF ioctl not supported!  Can't flush buffers.\n"
185ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "BLKFLSBUF ioctl nicht unterstützt!  Kann Puffer nicht leeren.\n"
186a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
187e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/iscan.c:44
188a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
189a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
1901e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Aufruf: %s [-F] [-I inode_buffer_blocks] Gerät\n"
191a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
192e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/iscan.c:81 e2fsck/unix.c:963
193a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
194a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while opening %s for flushing"
195e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Öffnen von %s für die Puffer-Leerung"
196a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
197e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/iscan.c:86 e2fsck/unix.c:969 resize/main.c:276
198a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
199a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while trying to flush %s"
2001e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "während des Rückschreibeversuches auf %s"
201a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
202e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1084
203a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while opening inode scan"
204196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Start des Inode-Scans"
205a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
206e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/iscan.c:127 misc/e2image.c:1102
207a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while getting next inode"
208ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "beim Laden des nächsten Inodes"
209a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
210e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/iscan.c:136
2117527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
212851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "%u inodes scanned.\n"
213ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "%u Inodes untersucht.\n"
214a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
215e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/journal.c:512
216a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "reading journal superblock\n"
217196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Lese Journal-Superblock\n"
218a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
219e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/journal.c:569
220a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
221a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s: no valid journal superblock found\n"
222ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "%s: keinen gültigen Journal-Superblock gefunden\n"
223a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
224e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/journal.c:578
225a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
226a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s: journal too short\n"
2271e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "%s: Das Journal ist zu kurz\n"
228a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
229e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/journal.c:870
230a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
231a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s: recovering journal\n"
232a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "%s: stelle das Journal wieder her\n"
233a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
234e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/journal.c:872
235a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
236a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s: won't do journal recovery while read-only\n"
237196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "%s: Das Journal ist nur lesbar - Keine Wiederherstellung\n"
238a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
239e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/journal.c:899
240a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
241a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while trying to re-open %s"
242ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "beim Versuch, %s erneut zu öffnen"
243a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
244e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:113
245a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "aextended attribute"
246e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "aerweiterte Attribute"
247a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
248e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:114
249a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Aerror allocating"
250e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "AFehler beim Reservieren von Platz für"
251a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
252e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:115
253a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "bblock"
254a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "bBlock"
255a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
256e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:116
257a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Bbitmap"
258a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "BBitmap"
259a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
260e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:117
261a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "ccompress"
262a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "ckomprimieren"
263a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
264e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:118
265a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Cconflicts with some other fs @b"
266e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "CKonflikte mit einem anderen Dateisystemenblock"
267a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
268e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:119
269a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "iinode"
270a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "iInode"
271a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
272e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:120
273a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Iillegal"
2749564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Iillegal(er)"
275a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
276e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:121
277a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "jjournal"
278a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "jJournal"
279a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
280e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:122
281a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Ddeleted"
282ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Dgelöscht"
283a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
284e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:123
285a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "ddirectory"
286a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "dVerzeichnis"
287a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
288e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:124
289a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "eentry"
290a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "eEintrag"
291a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
292e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:125
293a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "E@e '%Dn' in %p (%i)"
294e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "E@e „%Dn“ in %p (%i)"
295a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
296e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:126
297a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "ffilesystem"
298a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "fDateisystem"
299a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
300e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:127
301a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Ffor @i %i (%Q) is"
302ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Ffür @i %i (%Q) ist"
303a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
304e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:128
305a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "ggroup"
306a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "gGruppe"
307a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
308e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:129
309a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "hHTREE @d @i"
310e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "hHTREE @dinode"
311a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
312e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:130
313a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "llost+found"
314a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "llost+found"
315a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
316e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:131
317a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Lis a link"
318e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "List eine Verknüpfung"
319a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
320e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:132
3217ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "mmultiply-claimed"
3229564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "mmehrfach beansprucht"
3237ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o
324e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:133
3257ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "ninvalid"
326ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "nungültig"
3277ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o
328e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:134
329a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "oorphaned"
330a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "overwaist"
331a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
332e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:135
333a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "pproblem in"
334a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "pProblem in"
335a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
336e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:136
337e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "qquota"
338e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "qQuota"
339e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
340e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:137
341a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "rroot @i"
342a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "rRoot @i"
343a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
344e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:138
345a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "sshould be"
346a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "ssollte sein"
347a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
348e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:139
349a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Ssuper@b"
350a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "SSuper@b"
351a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
352e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:140
353a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "uunattached"
354196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "unicht verbunden"
355a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
356e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:141
357a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "vdevice"
358ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "vGerät"
359a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
360e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:142
361720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "xextent"
36268801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomasmsgstr "xErweiterung"
363720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
364e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:143
365a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "zzero-length"
366e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "zmit Länge Null"
367a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
368e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:154
369a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "<The NULL inode>"
370196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "<Der NULL Inode>"
371a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
372e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:155
373a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "<The bad blocks inode>"
374e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "<Der „Bad Blocks“-Inode>"
375a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
376e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:157
377e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "<The user quota inode>"
378e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "<Die Benutzerquota-Inode>"
379a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
380e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:158
381e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "<The group quota inode>"
382e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "<Die Gruppenquota-Inode>"
383a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
384e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:159
385a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "<The boot loader inode>"
386e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "<Der „Boot Loader“-Inode>"
387a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
388e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:160
389a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "<The undelete directory inode>"
390e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "<Der „undelete directory“-Inode>"
391a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
392e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:161
393a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "<The group descriptor inode>"
394e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "<Des „group descriptor“-Inode>"
395a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
396e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:162
397a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "<The journal inode>"
398196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "<Der Journal-Inode>"
399a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
400e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:163
401a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "<Reserved inode 9>"
402a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "<Der reservierte Inode 9>"
403a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
404e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:164
405a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "<Reserved inode 10>"
406a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "<Der reservierte Inode 10>"
407a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
408e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:333
409851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "regular file"
410ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "'reguläre Datei"
411851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
412e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:335
413851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "directory"
4147527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'omsgstr "Verzeichnis"
415851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
416e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:337
417851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "character device"
418ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "zeichenorientiertes Gerät"
419851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
420e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:339
421851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "block device"
422ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Blockgerät"
423851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
424e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:341
425851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "named pipe"
4261e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "named pipe"
427851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
428e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:343
429851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "symbolic link"
430ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "symbolische Verknüpfung"
431851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
432e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:345 misc/uuidd.c:161
433851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "socket"
4347527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'omsgstr " Socket"
435851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
436e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:347
437851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o#, c-format
438851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "unknown file type with mode 0%o"
4391e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "unbekannter Dateityp mit Modus 0%o"
440851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
441e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:423
44277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "indirect block"
44377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "indirekte Blöcke"
44477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
445e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:425
44677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "double indirect block"
44777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "doppelt indirekte Blöcke"
44877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
449e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:427
45077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "triple indirect block"
45177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "dreifach indirekte Blöcke"
45277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
453e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:429
45477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "translator block"
45577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Übersetzerblock"
45677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
457e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/message.c:431
45877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "block #"
45977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Block Nr."
46077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
461e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1b.c:222
462a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "multiply claimed inode map"
463196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "mehrfach beanspruchte Inode-Liste"
464a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
465e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1b.c:610 e2fsck/pass1b.c:729
46668801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
467e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "internal error: can't find dup_blk for %llu\n"
468e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "interner Fehler: dup_blk für %llu wurde nicht gefunden\n"
469a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
470e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1b.c:820
471a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "returned from clone_file_block"
472ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "zurückgegeben von clone_file_block"
473a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
474e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1b.c:842
475ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
476e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "internal error: couldn't lookup EA block record for %llu"
477e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "interner Fehler: EA Blockliste für %llu wurde nicht gefunden"
478851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
479e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1b.c:854
480ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
481851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "internal error: couldn't lookup EA inode record for %u"
482ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Interner Fehler: EA Inodeliste für %u wurde nicht gefunden"
483851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
484e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:476 e2fsck/pass2.c:782
485851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "reading directory block"
486ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "lese Verzeichnisblock"
487851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
488e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:599
489a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "in-use inode map"
490e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "„in-use inode“-Liste"
491a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
492e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:610
493a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "directory inode map"
494e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "„directory inode“-Liste"
495a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
496e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:620
497a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "regular file inode map"
498e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "„regular file inode“-Liste"
499a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
500e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:629
501a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "in-use block map"
502e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "„in-use block“-Liste"
503a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
504e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:696
505851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "opening inode scan"
5061e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Starte Inode-Scan"
507a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
508e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:730
509851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "getting next inode from scan"
5101e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "beim Lesen des nächsten Inodes"
511851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
512e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:1240
513a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Pass 1"
514a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Durchgang 1"
515a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
516e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:1297
517a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
518a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "reading indirect blocks of inode %u"
519ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "lese indirekte Blöcke von Inode %u"
520a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
521e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:1347
522a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "bad inode map"
523196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "fehlerhafte Inode-Liste"
524a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
525e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:1370
526a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "inode in bad block map"
527e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Inode in „Bad Blocks“-Liste"
528a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
529e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:1390
530a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "imagic inode map"
531e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "i„magic inode“-Liste"
532a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
533e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:1417
534a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "multiply claimed block map"
535e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "mehrfach referenzierte Blockliste"
536a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
537e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:1518
538a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "ext attr block map"
539a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "ext attr block map"
540a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
541e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:2266
54277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
543945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
54477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "%6lu(%c): erwartete %6lu erhielt phys %6lu (Blockanzahl %lld)\n"
5454077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas
546e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:2627
547a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "block bitmap"
548e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Block-Bitmap"
549a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
550e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:2633
551a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "inode bitmap"
552e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Inode-Bitmap"
553a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
554e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass1.c:2639
555a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "inode table"
556196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Inode-Tabelle"
557a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
558e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass2.c:283
5590c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'omsgid "Pass 2"
560ddc32a045bd3bd35968ace2dbe22179470baec0bTheodore Ts'omsgstr "Durchgang 2"
5610c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'o
562e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass2.c:805
563720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Can not continue."
564e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "das Programm kann nicht fortfahren."
565720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
566e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass3.c:77
567a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "inode done bitmap"
568e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "„inode done“-Bitmap"
569a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
570e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass3.c:86
571a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Peak memory"
572196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Peak-Memory"
573a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
574e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass3.c:136
575a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Pass 3"
576a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Durchgang 3"
577a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
578e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass3.c:322
579a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "inode loop detection bitmap"
580e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "„inode loop detection“-Bitmap"
581a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
582e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass4.c:195
583a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Pass 4"
584a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Durchgang 4"
585a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
586e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/pass5.c:74
587a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Pass 5"
588a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Durchgang 5"
589a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
590e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:51
591a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "(no prompt)"
592a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "(nicht interaktiv)"
593a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
594e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:52
595a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Fix"
596a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Repariere"
597a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
598e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:53
599a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Clear"
600a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Bereinige"
601a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
602e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:54
603a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Relocate"
604ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Zurücksetzen"
605a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
606e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:55
607a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Allocate"
608196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Gebe frei"
609a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
610e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:56
611a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Expand"
612a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Erweitere"
613a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
614e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:57
615a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Connect to /lost+found"
616a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Verbinde nach /lost+found"
617a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
618e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:58
619a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Create"
620a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Erstelle"
621a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
622e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:59
623a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Salvage"
624a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Rette"
625a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
626e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:60
627a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Truncate"
628ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Verkürze"
629a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
630e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:61
631a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Clear inode"
632a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Bereinige Inode"
633a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
634e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:62
635a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Abort"
636a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Abbrechen"
637a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
638e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:63
639a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Split"
640e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Aufteilen"
641a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
642e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:64
643a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Continue"
644a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Fortsetzen"
645a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
646e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:65
6477ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "Clone multiply-claimed blocks"
648e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "mehrfach referenzierte BLöcke werden geklont"
649a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
650e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:66
651a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Delete file"
652ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Lösche Datei"
653a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
654e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:67
655a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Suppress messages"
656ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Ausgaben unterdrücken"
657a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
658e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:68
659a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Unlink"
660e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Trennen"
661a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
662e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:69
663a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Clear HTree index"
664196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Bereinige HTree-Index"
665a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
666e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:70
667bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid "Recreate"
668ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Zurücksetzen"
669bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
670e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:79
671a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "(NONE)"
672a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "(NICHTS)"
673a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
674e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:80
675a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "FIXED"
676a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "REPARIERT"
677a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
678e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:81
679a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "CLEARED"
680a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "BEREINIGT"
681a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
682e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:82
683a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "RELOCATED"
684ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "ZURÜCKGESETZT"
685a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
686e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:83
687a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "ALLOCATED"
688a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "FREIGEGEBEN"
689a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
690e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:84
691a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "EXPANDED"
692a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "ERWEITERT"
693a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
694e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:85
695a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "RECONNECTED"
696a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "WIEDER VERBUNDEN"
697a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
698e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:86
699a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "CREATED"
700a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "ANGELEGT"
701a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
702e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:87
703a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "SALVAGED"
704a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "GERETTET"
705a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
706e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:88
707a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "TRUNCATED"
708a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "BEENDET"
709a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
710e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:89
711a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "INODE CLEARED"
712a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "INODE BEREINIGT"
713a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
714e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:90
715a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "ABORTED"
716a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "ABGEBROCHEN"
717a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
718e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:91
719a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "SPLIT"
720e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ABGESPALTEn"
721a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
722e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:92
723a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "CONTINUING"
724a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "SETZE FORT"
725a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
726e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:93
7277ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "MULTIPLY-CLAIMED BLOCKS CLONED"
728e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "MEHRFACH REFERENZIERTE BLÖCKE GEKLONT"
729a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
730e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:94
731a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "FILE DELETED"
732ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "DATEI GELÖSCHT"
733a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
734e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:95
735a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "SUPPRESSED"
736ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "UNTERDRÜCKT"
737a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
738e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:96
739a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "UNLINKED"
740196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "GETRENNT"
741a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
742e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:97
743a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "HTREE INDEX CLEARED"
744e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "HTREE-INDEX BEREINIGT"
745a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
746e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:98
747bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid "WILL RECREATE"
748e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "WIRD WIEDER AUFGEBAUT"
749bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
7507ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: block bitmap for group %g is not in group.  (block %b)\n
751e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:107
752a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@b @B for @g %g is not in @g.  (@b %b)\n"
753e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@b @B für @g %g ist nicht in @g. (@b %b)\n"
754a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
7557ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode bitmap for group %g is not in group.  (block %b)\n
756e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:111
757a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i @B for @g %g is not in @g.  (@b %b)\n"
758e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i @B für @g %g ist nicht in @g. (@b %b)\n"
759a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
7607ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode table for group %g is not in group.  (block %b)\n
7617ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
762e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:116
763a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
764a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"@i table for @g %g is not in @g.  (@b %b)\n"
765a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
766a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
767e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"@i Tabelle für @g %g ist nicht in @g. (@b %b)\n"
768ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"WARNUNG: GROSSER DATENVERLUST IST MÖGLICH.\n"
769a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
7707ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
7717ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
7727ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: filesystem.  If the device is valid and it really contains an ext2\n
7737ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
7747ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
7757ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded:     e2fsck -b %S <device>\n
7767ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
777e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:122
778a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
779a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
780a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
781a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"The @S could not be read or does not describe a correct ext2\n"
782a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"@f.  If the @v is valid and it really contains an ext2\n"
783a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"@f (and not swap or ufs or something else), then the @S\n"
784a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"is corrupt, and you might try running e2fsck with an alternate @S:\n"
785a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"    e2fsck -b %S <@v>\n"
786a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
787a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
788a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
789e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Der @S ist unlesbar bzw. beschreibt kein gültiges ext2\n"
790e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"@f. Wenn @v gültig ist und ein ext2\n"
791e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"@f (kein swap oder ufs usw.) enthält, dann ist der @S\n"
792ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"beschädigt, und sie könnten e2fsck mit einem anderen @S:\n"
793a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"    e2fsck -b %S <@v>\n"
794a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
795a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
7967ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
7977ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: The physical size of the device is %c blocks\n
7987ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
799e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:131
800a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
801a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"The @f size (according to the @S) is %b @bs\n"
802a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"The physical size of the @v is %c @bs\n"
803a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Either the @S or the partition table is likely to be corrupt!\n"
804a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
805e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Die @f-Größe ( laut @S) ist %b @bs\n"
806ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Die physikalische Größe von @v ist %c @bs\n"
807ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Entweder der @S oder die Partionstabelle ist beschädigt!\n"
808a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
8097ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: superblock block_size = %b, fragsize = %c.\n
8107ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: This version of e2fsck does not support fragment sizes different\n
8117ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: from the block size.\n
812e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:138
813a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
814a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"@S @b_size = %b, fragsize = %c.\n"
815a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"This version of e2fsck does not support fragment sizes different\n"
816a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"from the @b size.\n"
817a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
818e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"@S-@b_size = %b, fragsize = %c.\n"
819e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Diese Version von e2fsck unterstützt keine von @b-Größen verschiedene Fragmentgrößen.\n"
820a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
8217ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
822e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:145
823a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@S @bs_per_group = %b, should have been %c\n"
824e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@bs_per_group im @S = %b, sollte %c sein\n"
825a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
8267ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: superblock first_data_block = %b, should have been %c\n
827e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:150
828a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@S first_data_@b = %b, should have been %c\n"
829e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "first_data_@b im @S = %b, sollte %c sein\n"
830a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
8317ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: filesystem did not have a UUID; generating one.\n
8327ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
833e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:155
834a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
835a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"@f did not have a UUID; generating one.\n"
836a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
837a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
838e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"@f hat keinen UUID; es wird eine generiert.\n"
839a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
840a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
841e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:160
842ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
843a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
8447ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"Note: if several inode or block bitmap blocks or part\n"
8457ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"of the inode table require relocation, you may wish to try\n"
8467ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"running e2fsck with the '-b %S' option first.  The problem\n"
8477ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"may lie only with the primary block group descriptors, and\n"
8487ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"the backup block group descriptors may be OK.\n"
849a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
850a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
851ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Hinweis: Wenn mehrere Inodes oder Bitmap-Blöcke\n"
852ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"neu geordnet werden müssen, oder ein Teil der Inode-Tabelle\n"
853ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"verschoben werden muss, könnte es helfen, e2fsck erst einmal\n"
854e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"mit der Option „-b %S“ zu starten. Das Problem könnte\n"
855e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"im primären Blockgruppenbezeichner liegen und seine\n"
856196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o"Sicherungskopie in Ordnung sein.\n"
857a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
858a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
8597ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Corruption found in superblock.  (%s = %N).\n
860e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:169
861a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Corruption found in @S.  (%s = %N).\n"
862e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Beschädigung gefunden in @S. (%s = %N).\n"
863a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
8647ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error determining size of the physical device: %m\n
865e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:174
866a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
867a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error determining size of the physical @v: %m\n"
868e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler bei der Feststellung der Größe des physischen @v: %m\n"
869a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
8707ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode count in superblock is %i, should be %j.\n
871e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:179
8727ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@i count in @S is %i, @s %j.\n"
873ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "@i-Anzahl in @S ist %i, sollte %j sein.\n"
874a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
875e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:183
876a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "The Hurd does not support the filetype feature.\n"
877e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Hurd unterstützt keine Dateitypen.\n"
878a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
879945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o#. @-expanded: superblock has an invalid journal (inode %i).\n
880e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:188
88177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
882945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid "@S has an @n @j (@i %i).\n"
88377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "@S hat ein defektes @j (@i %i).\n"
884a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
8857ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: External journal has multiple filesystem users (unsupported).\n
886e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:193
887a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "External @j has multiple @f users (unsupported).\n"
888e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Externes @j hat mehrere @f-Nutzer (nicht unterstützt).\n"
889a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
8907ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Can't find external journal\n
891e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:198
892a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Can't find external @j\n"
893e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Kann kein externes @j finden\n"
894a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
8957ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: External journal has bad superblock\n
896e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:203
897a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "External @j has bad @S\n"
898ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Externes @j hat ungültigen @S\n"
899a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
9007ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: External journal does not support this filesystem\n
901e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:208
902a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "External @j does not support this @f\n"
903ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Externes @j unterstützt nicht @f\n"
904a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
905945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
9067ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal 
9077ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: format.\n
9087ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: It is also possible the journal superblock is corrupt.\n
909e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:213
910a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
911945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o"@f @j @S is unknown type %N (unsupported).\n"
912e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"It is likely that your copy of e2fsck is old and/or doesn't support this @j format.\n"
913a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"It is also possible the @j @S is corrupt.\n"
914a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
915e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Der Superblock des Dateisystem-Journals hat den unbekannten Type %N (nicht unterstützt).\n"
916e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Es ist möglich, dass ihr e2fsck älter ist und/oder dieses @j-Format nicht unterstützt.\n"
917e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Es ist ebenso möglich, dass der @j-@S defekt ist.\n"
918a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
919945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o#. @-expanded: journal superblock is corrupt.\n
920e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:221
921945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid "@j @S is corrupt.\n"
922e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "der @j-@S ist defekt.\n"
923a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
924945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o#. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
925e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:226
92677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
927945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid "@S has_@j flag is clear, but a @j %s is present.\n"
928e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
929e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Der Bitschalter has_journal im Superblock ist nicht gesetzt, aber ein \n"
930e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"@j %s ist vorhanden.\n"
931a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
932945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
933e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:231
934945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid "@S needs_recovery flag is set, but no @j is present.\n"
9351bdc4f306a9dfc3d946dd951e26e9ef0177f726fPhilipp Thomasmsgstr ""
936e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Im @S ist der Bitschalter „needs_recovery“ gesetzt, aber ein @j ist\n"
937e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"nicht vorhanden.\n"
938a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
939945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
940e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:236
941945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid "@S needs_recovery flag is clear, but @j has data.\n"
942e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
943e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Der Bitschalter „Wiederherstellung nötig“ im @S ist nicht gesetzt, aber das\n"
944e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"@j enthält Daten.\n"
945a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
9467ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Clear journal
947e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:241
948a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Clear @j"
949a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Bereinige @j"
950a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
95177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.  
952e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:246 e2fsck/problem.c:695
95377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@f has feature flag(s) set, but is a revision 0 @f.  "
954e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@f hat Eigenschfts-Bitschalter gesetzt, ist aber ein Revision-0-@f. "
955a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
9567ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
957e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:251
958a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
959a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
960a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
96177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
962e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:256
96377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@I %B (%b) found in @o @i %i.\n"
964e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@I @b #%B (%b) in @o @i %i gefunden.\n"
965a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
96677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
967e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:261
96877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "Already cleared %B (%b) found in @o @i %i.\n"
969e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Bereits bereinigter %B (%b) in @o @i %i gefunden.\n"
970a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
9717ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: illegal orphaned inode %i in superblock.\n
972e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:266
973a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
974a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@I @o @i %i in @S.\n"
975e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@I @o @i %i im @S.\n"
976a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
9777ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: illegal inode %i in orphaned inode list.\n
978e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:271
979a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
980a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@I @i %i in @o @i list.\n"
981e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Illegaler Inode %i in der Liste der verwaisten Inodes.\n"
982a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
983945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
984e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:276
985945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid "@j @S has an unknown read-only feature flag set.\n"
986e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "der @j-@S hat einen unbekannten Nur-Lesen-Bitschalter gesetzt.\n"
987a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
988945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
989e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:281
990945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid "@j @S has an unknown incompatible feature flag set.\n"
991e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "im @j-@S ist ein unbekannter Bitschalter für inkompatible Eigenschaft gesetzt.\n"
992a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
9937ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: journal version not supported by this e2fsck.\n
994e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:286
995a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@j version not supported by this e2fsck.\n"
996e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "diese @j-Version wird von diesem e2fsck nicht unterstützt.\n"
997a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
9987ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Moving journal from /%s to hidden inode.\n
9997ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
1000e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:291
10017527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
1002a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
10037ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"Moving @j from /%s to hidden @i.\n"
1004a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
1005a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
1006196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o"Verschiebe @j von /%s zum versteckten Inode.\n"
1007a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
1008a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
10097ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error moving journal: %m\n
10107ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
1011e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:296
1012a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1013a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
1014a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Error moving @j: %m\n"
1015a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
1016a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
1017e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Fehler beim Verschieben von @j: %m\n"
1018a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
1019a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
10207ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
10217ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
10227ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
1023e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:301
1024a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
10257ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"Found @n V2 @j @S fields (from V1 @j).\n"
1026a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Clearing fields beyond the V1 @j @S...\n"
1027a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
1028a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
1029e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Unvollständige V2-@j-@S-Felder (vom V1-Journal) gefunden.\n"
1030e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Die Felder nach dem V1-@j-@S werden bereinigt...\n"
1031f27eb6e8c062acd962428df2d4572ea674b3a578Theodore Ts'o"\n"
1032f27eb6e8c062acd962428df2d4572ea674b3a578Theodore Ts'o
103377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: Run journal anyway
1034e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:307
103577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "Run @j anyway"
103677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Starte @j trotzdem"
103777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
103877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1039e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:312
104077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "Recovery flag not set in backup @S, so running @j anyway.\n"
10411bdc4f306a9dfc3d946dd951e26e9ef0177f726fPhilipp Thomasmsgstr ""
1042e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Der Bitschalter fÜr Wiederherstellung ist im Sicherungs-Superblock nicht\n"
1043e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"gesetzt, das @j wird daher trotzdem gestartet.\n"
104477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
10457ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Backing up journal inode block information.\n
10467ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
1047e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:317
10487a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'omsgid ""
10497a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'o"Backing up @j @i @b information.\n"
10507a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'o"\n"
10517a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'omsgstr ""
1052e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Die Informationen des Journal-Inodeblocks werden gesichert.\n"
1053f9e6df4e6f8ec9304883ea584059577dafa7adf5Theodore Ts'o"\n"
10547a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'o
10557ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
10567ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: is %N; should be zero.  
1057e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:322
1058bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid ""
1059bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1060bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o"is %N; @s zero.  "
1061bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgstr ""
1062ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Für @f ist resize_@i nicht eingeschaltet, aber s_reserved_gdt_@bs\n"
1063ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"ist %N; @s Null.  "
1064bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
10657ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.  
1066e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:328
10677ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "Resize_@i not enabled, but the resize @i is non-zero.  "
1068e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Resize_@i ist nicht aktiviert, aber die zu modifgizierende @i ist nicht-Null."
1069bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
10707ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Resize inode not valid.  
1071e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:333
1072bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid "Resize @i not valid.  "
1073e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Resize-@i ist ungültig.  "
1074bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
107577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: superblock last mount time (%t,\n
107677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: \tnow = %T) is in the future.\n
1077e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:338
107877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid ""
107977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"@S last mount time (%t,\n"
108077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"\tnow = %T) is in the future.\n"
108177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr ""
108277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Der Zeitpunkt des letzten Einhängens von @S (%t,\n"
108377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"\tjetzt = %T) liegt in der Zukunft.\n"
10846956f613b6ca2b8a7e8919ca734f1ccdbaa9eba1Theodore Ts'o
108577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: superblock last write time (%t,\n
108677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: \tnow = %T) is in the future.\n
1087e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:343
108877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid ""
108977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"@S last write time (%t,\n"
109077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"\tnow = %T) is in the future.\n"
109177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr ""
109277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Der Zeitpunkt des letzten Schreibens von @S (%t,\n"
109377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"\tjetzt = %T) liegt in der Zukunft.\n"
10946956f613b6ca2b8a7e8919ca734f1ccdbaa9eba1Theodore Ts'o
10951cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o#. @-expanded: superblock hint for external superblock should be %X.  
1096e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:347
10971cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o#, c-format
10981cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'omsgid "@S hint for external superblock @s %X.  "
1099e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@S-Hinweis für externen Superblock @s %X.  "
11001cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o
1101851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o#. @-expanded: Adding dirhash hint to filesystem.\n
1102851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o#. @-expanded: \n
1103e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:352
1104851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid ""
1105851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o"Adding dirhash hint to @f.\n"
1106851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o"\n"
1107851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgstr ""
11081e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Füge Verzeinishash-Hilfe zu @f hinzu.\n"
11091e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\n"
1110851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
1111e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#. @-expanded: group descriptor %g checksum is %04x, should be %04y.  
1112e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:357
1113e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "@g descriptor %g checksum is %04x, should be %04y.  "
1114e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Prüfsumme des @g-Deskriptors %g ist %04x, sie sollte %04y sein.  "
1115720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
1116720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1117e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:362
1118720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
1119720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "@g descriptor %g marked uninitialized without feature set.\n"
1120e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@g-Deskriptor %g ist als nicht initialisiert gekennzeichnet ohne eine gesetzte Eigenschaft.\n"
1121720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
1122720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: group descriptor %g has invalid unused inodes count %b.  
1123e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:367
1124720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "@g descriptor %g has invalid unused inodes count %b.  "
1125e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@g-Deskriptor %g hat eine ungültige Anzahl ungenutzter Inodes von %b.  "
1126720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
1127720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: Last group block bitmap uninitialized.  
1128e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:372
1129720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Last @g @b @B uninitialized.  "
1130e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die letzte Gruppen-Blockbitmap ist nicht initialisiert.  "
1131720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
1132e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:377
1133720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
1134720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Journal transaction %i was corrupt, replay was aborted.\n"
1135e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Journaltransaktion %i war beschädigt, die Wiederholung wurde abgegrochen.\n"
1136945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o
1137e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:381
1138945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid "The test_fs flag is set (and ext4 is available).  "
113977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Die Kennung test_fs wurde gesetzt (und ext4 ist verfügbar).  "
114077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
114177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: superblock last mount time is in the future.\n
114277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly 
114377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: set)  
1144e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:386
114577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid ""
114677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"@S last mount time is in the future.\n"
1147e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t(by less than a day, probably due to the hardware clock being incorrectly set)  "
114877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr ""
114977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Der Zeitpunkt des letzten Einhängens von @S liegt in der Zukunft.\n"
1150e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-Uhr)  "
115177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
115277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: superblock last write time is in the future.\n
115377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly 
115477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: set).  
1155e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:392
115677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid ""
115777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"@S last write time is in the future.\n"
1158e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t(by less than a day, probably due to the hardware clock being incorrectly set).  "
1159945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgstr ""
116077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Der Zeitpunkt des letzten Schreibens von @S liegt in der Zukunft.\n"
1161e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t(weniger als ein Tag, wahrscheinlich aufgrund falsch gesetzter Hardware-Uhr)  "
116277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
116377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: One or more block group descriptor checksums are invalid.  
1164e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:398
116577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "One or more @b @g descriptor checksums are invalid.  "
1166e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Prüfsumme eines oder mehrerer @g-Deskriptoren ist ungültig.  "
1167e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
1168e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#. @-expanded: Setting free inodes count to %j (was %i)\n
1169e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:403
1170e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Setting free @is count to %j (was %i)\n"
1171e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Setze die Anzahl der freien Inodes auf %j (war %i)\n"
1172e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
1173e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#. @-expanded: Setting free blocks count to %c (was %b)\n
1174e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:408
1175e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Setting free @bs count to %c (was %b)\n"
1176e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Setze die Anzahl der freien Blöcke auf %c (war %b)\n"
1177e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
1178e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#. @-expanded: Making quota inode %i (%Q) hidden.\n
1179e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:413
1180e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Making @q @i %i (%Q) hidden.\n"
1181e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Quota-Inode %i (%Q) wird versteckt.\n"
1182e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
1183e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#. @-expanded: superblock has invalid MMP block.  
1184e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:418
1185e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "@S has invalid MMP block.  "
1186e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "der @S hat einen ungültigen MMP-Block.  "
1187e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
1188e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#. @-expanded: superblock has invalid MMP magic.  
1189e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:423
1190e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "@S has invalid MMP magic.  "
1191e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "der @S besitzt eine falsche MMP-Kennung.  "
1192e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
1193e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:428
1194e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
1195e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "ext2fs_open2: %m\n"
1196e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ext2fs_open2: %m\n"
1197e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
1198e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:433
1199e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
1200e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "ext2fs_check_desc: %m\n"
1201e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ext2fs_check_desc: %m\n"
1202edc733d607b6ee57e69965d3e88766b178a778f6Philipp Thomas
12037ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1204e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:440
1205a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Pass 1: Checking @is, @bs, and sizes\n"
1206e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Durchgang 1: Prüfe @is, @bs und Größen\n"
1207a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
12087ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: root inode is not a directory.  
1209e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:444
1210a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@r is not a @d.  "
1211a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "@r ist kein @d.  "
1212a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
12137ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: root inode has dtime set (probably due to old mke2fs).  
1214e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:449
1215a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@r has dtime set (probably due to old mke2fs).  "
1216196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "@r hat dtime gesetzt (vielleicht durch ein zu altes mke2fs).  "
1217a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
12187ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Reserved inode %i (%Q) has invalid mode.  
1219e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:454
12207ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "Reserved @i %i (%Q) has @n mode.  "
1221e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Reservierte @i %i (%Q) hat einen ungültigen Modus.  "
1222a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
12237ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: deleted inode %i has zero dtime.  
1224e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:459
1225a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1226a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@D @i %i has zero dtime.  "
1227e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "dtime in @D @i %i ist Null.  "
1228a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
12297ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i is in use, but has dtime set.  
1230e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:464
1231a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1232a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i is in use, but has dtime set.  "
1233196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "@i %i ist in Benutzung, aber hat dtime gesetzt.  "
1234a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
12357ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i is a zero-length directory.  
1236e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:469
1237a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1238a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i is a @z @d.  "
1239e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i ist ein Verzeichnis mit Länge Null.  "
1240a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
12417ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1242e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:474
1243a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@g %g's @b @B at %b @C.\n"
1244e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "die Blockbitmap von @g %g auf %b überschneided sich mit einem anderen FS-Block.\n"
1245a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
12467ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1247e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:479
1248a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@g %g's @i @B at %b @C.\n"
1249e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "die @i-@B von @g %g bei %b überschneided sich mit einem anderen FS-Block.\n"
1250a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
12517ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1252e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:484
1253a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@g %g's @i table at %b @C.\n"
1254e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "die @i-Tablle von Gruppe %g bei %b steht in Konflikt mit einem anderen Dateisystemblock.\n"
1255a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
12567ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: group %g's block bitmap (%b) is bad.  
1257e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:489
1258a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@g %g's @b @B (%b) is bad.  "
1259e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "die @b-@B (%b) von @g %g ist ungültig.  "
1260a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
12617ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: group %g's inode bitmap (%b) is bad.  
1262e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:494
1263a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@g %g's @i @B (%b) is bad.  "
1264e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "die @i-@B (%b) von @g %g ist ungültig.  "
1265a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
12667ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i, i_size is %Is, should be %N.  
1267e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:499
1268a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i, i_size is %Is, @s %N.  "
1269e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i, i_size ist %Is, sollte %N sein.  "
1270a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
12717ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i, i_blocks is %Ib, should be %N.  
1272e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:504
1273a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i, i_@bs is %Ib, @s %N.  "
1274e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i, i_@bs ist %Ib, sollte %N sein.  "
1275a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
127677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: illegal %B (%b) in inode %i.  
1277e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:509
127877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@I %B (%b) in @i %i.  "
1279e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "illegaler %B (%b) in @i %i.  "
1280a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
128177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.  
1282e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:514
128377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "%B (%b) overlaps @f metadata in @i %i.  "
1284e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "%B (%b) überlappt @f-Metadaten in @i %i.  "
1285a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
12867ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i has illegal block(s).  
1287e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:519
1288a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1289a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i has illegal @b(s).  "
1290e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i hat unzulässige(n) Block/Blöcke.  "
1291a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
12927ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Too many illegal blocks in inode %i.\n
1293e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:524
1294a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1295a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Too many illegal @bs in @i %i.\n"
1296ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Zu viele unzulässige @bs in @i %i.\n"
1297a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
129877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: illegal %B (%b) in bad block inode.  
1299e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:529
130077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@I %B (%b) in bad @b @i.  "
1301e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@I %B (%b) in ungültiger @b-@i.  "
1302a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
13037ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Bad block inode has illegal block(s).  
1304e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:534
1305a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Bad @b @i has illegal @b(s).  "
1306e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Bad-@b @i hat unzulässige(n) Block/Blöcke.  "
1307a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
13087ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Duplicate or bad block in use!\n
1309e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:539
1310a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Duplicate or bad @b in use!\n"
1311ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Doppelter oder unzulässiger @b in Gebrauch!\n"
1312a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
13137ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Bad block %b used as bad block inode indirect block.  
1314e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:544
13157a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'omsgid "Bad @b %b used as bad @b @i indirect @b.  "
1316e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültiger @b %b wird benutzt als indirekter Block der Badblock-Inode.  "
1317a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
13187ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
13197ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: The bad block inode has probably been corrupted.  You probably\n
13207ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
13217ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: in the filesystem.\n
1322e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:549
1323a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
1324a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
13257a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'o"The bad @b @i has probably been corrupted.  You probably\n"
13267a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'o"should stop now and run e2fsck -c to scan for bad blocks\n"
13277a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'o"in the @f.\n"
1328a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
1329f9e6df4e6f8ec9304883ea584059577dafa7adf5Theodore Ts'o"\n"
1330e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Die Badblock-Indode ist wahrscheinlich beschädigt worden. Sie sollten\n"
1331e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"nun innehalten und „e2fsck -c“ ausführen, um nach defekten Blöcken in\n"
1332e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"dem @f zu suchen.\n"
1333a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
13347ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
13357ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1336e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:556
1337a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
1338a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
1339a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"If the @b is really bad, the @f can not be fixed.\n"
1340a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
1341a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
1342e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Wenn der @b wirklich defekt ist, kann das @f nicht repariert werden.\n"
1343a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
13447ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: You can remove this block from the bad block list and hope\n
13457ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: that the block is really OK.  But there are no guarantees.\n
13467ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
1347e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:561
1348a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
13497ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"You can remove this @b from the bad @b list and hope\n"
13507ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"that the @b is really OK.  But there are no guarantees.\n"
1351a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
1352a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
1353e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Sie können diesen @b von der Liste der defekten Blöcke löschen\n"
1354e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"und hoffen, das dieser wirklich in Ordnung ist, es gibt aber\n"
1355e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"KEINE GARANTIEN.\n"
1356a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
1357a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
13587ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: The primary superblock (%b) is on the bad block list.\n
1359e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:567
1360a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "The primary @S (%b) is on the bad @b list.\n"
1361e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der primäre @S (%b) ist auf der Liste der defekten Blöcke.\n"
1362a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
13637ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1364e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:572
1365a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1366e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Block %b im primären Deskriptor @g ist auf der Liste der defekten Blöcke\n"
1367a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
13687ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1369e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:578
1370a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Warning: Group %g's @S (%b) is bad.\n"
1371e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Warnung: der @S von Gruppe %g (%b) ist defekt.\n"
1372a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
13737ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1374e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:583
1375a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1376e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Warnung: die Kopie des Gruppen-Deskriptors von Gruppe %g hat einen defekten Block (%b).\n"
1377a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
13787ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Programming error?  block #%b claimed for no reason in process_bad_block.\n
1379e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:589
1380a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Programming error?  @b #%b claimed for no reason in process_bad_@b.\n"
1381e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Programmfehler?  @b #%b wird ohne Grund in process_bad_@b verlangt.\n"
1382a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
13837ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1384e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:595
1385a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1386e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@A %N zusammenhängenende(m/n) Block/Blöcken in der @b-@g %g für %s: %m\n"
1387a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
13887ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: error allocating block buffer for relocating %s\n
1389e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:600
1390a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1391a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@A @b buffer for relocating %s\n"
1392e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@A einen @b-Puffer zum Verschieben von %s\n"
1393a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
13947ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Relocating group %g's %s from %b to %c...\n
1395e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:605
1396a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Relocating @g %g's %s from %b to %c...\n"
1397e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Verschiebe Gruppe %g's %s von %b nach %c...\n"
1398a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
13997ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Relocating group %g's %s to %c...\n
1400e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:610
1401a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1402a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Relocating @g %g's %s to %c...\n"
1403a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Verschiebe @g %g's %s nach %c...\n"
1404a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
14057ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Warning: could not read block %b of %s: %m\n
1406e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:615
1407a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Warning: could not read @b %b of %s: %m\n"
1408e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Warnung: @b %b von %s konnte nicht gelesen werden: %m\n"
1409a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
14107ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Warning: could not write block %b for %s: %m\n
1411e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:620
1412a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Warning: could not write @b %b for %s: %m\n"
1413e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Warnung: @b %b von %s konnte nicht geschrieben werden: %m\n"
1414a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
14157ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: error allocating inode bitmap (%N): %m\n
1416e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:625 e2fsck/problem.c:1460
14177ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@A @i @B (%N): %m\n"
1418e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@A die @i-@B (%N): %m\n"
14197ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o
14207ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: error allocating block bitmap (%N): %m\n
1421e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:630
14227ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@A @b @B (%N): %m\n"
1423e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@A die @i-@B (%N): %m\n"
14247ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o
14257ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: error allocating icount link information: %m\n
1426e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:635
1427a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1428a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@A icount link information: %m\n"
1429e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@A die „icount link information“: %m\n"
1430a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
14317ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: error allocating directory block array: %m\n
1432e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:640
1433a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1434a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@A @d @b array: %m\n"
1435e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@A das @d-@b-Feld: %m\n"
1436a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
14377ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error while scanning inodes (%i): %m\n
1438e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:645
1439a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1440a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error while scanning @is (%i): %m\n"
1441e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler während des Durchsuchens der @is (%i): %m\n"
1442a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
14437ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error while iterating over blocks in inode %i: %m\n
1444e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:650
1445a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1446a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error while iterating over @bs in @i %i: %m\n"
1447e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Iterieren über die Blöcke in @i %i: %m\n"
1448a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
14497ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1450e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:655
1451a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1452e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Speichern der @i Anzahl-Informationen (@i=%i, count=%N): %m\n"
1453a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
14547ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1455e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:660
1456a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1457e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Speichern der @d-@b-Informationen (@i=%i, @b=%b, num=%N): %m\n"
1458a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
14597ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error reading inode %i: %m\n
1460e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:666
1461a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1462a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error reading @i %i: %m\n"
1463196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Fehler beim Lesen von @i %i: %m\n"
1464a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
14657ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i has imagic flag set.  
1466e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:674
1467a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1468a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i has imagic flag set.  "
1469e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i hat den Imagic-Bitschalter gesetzt.  "
1470a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
14717ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
14727ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: or append-only flag set.  
1473e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:679
1474a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1475a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
1476a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1477a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"or append-only flag set.  "
1478a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
1479e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Spezielle (@v/socket/fifo/symlink) Datei (@i %i) hat den Bitschalter für\n"
1480e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"unveränderbar oder nur-anängen gesetzt.  "
1481a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
14827ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i has compression flag set on filesystem without compression support.  
1483e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:685
1484a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1485a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i has @cion flag set on @f without @cion support.  "
1486e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i hat den Bitschalter für @c gesetzt auf einem @f ohne Unterstützung dafür.  "
1487a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
14887ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.  
1489e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:690
1490ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
14917ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "Special (@v/socket/fifo) @i %i has non-zero size.  "
1492e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Spezielle (@v/socket/fifo) @i %i hat die Größe Null. "
14937ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o
14947ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: journal inode is not in use, but contains data.  
1495e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:700
14967ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@j @i is not in use, but contains data.  "
1497e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@j %i wird nicht verwendet, aber enthält Daten.  "
14987ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o
14997ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: journal is not regular file.  
1500e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:705
1501a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@j is not regular file.  "
1502ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "@j ist keine reguläre Datei.  "
1503a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
15047ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i was part of the orphaned inode list.  
1505e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:710
1506ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
15077ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@i %i was part of the @o @i list.  "
1508e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i war Teil der Liste verwaister Inodes.  "
1509a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
15107ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inodes that were part of a corrupted orphan linked list found.  
1511e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:716
1512a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@is that were part of a corrupted orphan linked list found.  "
1513e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@is gefunden, die Teil einer defekten verketteten Liste von verwaisten @is waren.  "
1514a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
15157ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: error allocating refcount structure (%N): %m\n
1516e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:721
15177ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@A refcount structure (%N): %m\n"
1518e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@A die refcount-Structure (%N): %m\n"
15197ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o
15207ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error reading extended attribute block %b for inode %i.  
1521e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:726
1522a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error reading @a @b %b for @i %i.  "
1523e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Lesen des Blocks für erweiterte Attribute %b f @i %i.  "
1524a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
15257ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i has a bad extended attribute block %b.  
1526e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:731
1527a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i has a bad @a @b %b.  "
1528e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i hat einen defekten erweiterte-Attribute-Block %b.  "
1529a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
15307ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error reading extended attribute block %b (%m).  
1531e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:736
1532a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error reading @a @b %b (%m).  "
1533e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Lesen des Blocks für erweiterte Attribute (%m).  "
1534a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
153577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: extended attribute block %b has reference count %r, should be %N.  
1536e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:741
153777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@a @b %b has reference count %r, @s %N.  "
1538e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Referenzzähler des Blocks für @a %b ist %r, richtig wäre %N.  "
1539a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
15407ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error writing extended attribute block %b (%m).  
1541e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:746
1542a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error writing @a @b %b (%m).  "
1543e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Schreiben des Blocks für @a %b (%m).  "
1544a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
15457ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: extended attribute block %b has h_blocks > 1.  
1546e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:751
15477ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@a @b %b has h_@bs > 1.  "
1548e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "der Block für @a %b hat h_blocks > 1.  "
1549a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
15507ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: error allocating extended attribute block %b.  
1551e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:756
15527ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@A @a @b %b.  "
1553e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@A den Block für erweiterte Attribute %b.  "
1554a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
15557ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: extended attribute block %b is corrupt (allocation collision).  
1556e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:761
1557a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@a @b %b is corrupt (allocation collision).  "
1558e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "der @b für @a %b ist defekt (Kollision der Platzanforderungen).  "
1559a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
15607ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: extended attribute block %b is corrupt (invalid name).  
1561e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:766
15627ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@a @b %b is corrupt (@n name).  "
1563ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "@a @b %b ist defekt (ungültiger Name).  "
1564a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
15657ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: extended attribute block %b is corrupt (invalid value).  
1566e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:771
15677ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@a @b %b is corrupt (@n value).  "
1568e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "der @b für @a %b ist defekt (ungültiger Wert).  "
1569a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
15707ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i is too big.  
1571e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:776
1572a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1573a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i is too big.  "
1574ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "@i %i ist zu groß.  "
1575a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
157677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: %B (%b) causes directory to be too big.  
1577e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:780
157877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "%B (%b) causes @d to be too big.  "
1579e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "%B (%b) macht @d zu groß.  "
1580a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
1581e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:785
158277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "%B (%b) causes file to be too big.  "
1583ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "@b #%B (%b) macht die Datei zu groß.  "
1584a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
1585e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:790
158677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "%B (%b) causes symlink to be too big.  "
1587ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "@b #%B (%b) macht den Symlink zu groß.  "
1588a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
15897ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1590e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:795
1591a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1592a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1593ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "@i %i hat INDEX_FL Flag auf @f gesetzt ohne HTREE-Unterstützung.\n"
1594a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
15957ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1596e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:800
1597a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1598a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1599e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i hat den INDEX_FL-Bitschalter gesetzt, ist aber kein @d.\n"
1600a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
16017ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: HTREE directory inode %i has an invalid root node.\n
1602e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:805
1603ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
16047ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@h %i has an @n root node.\n"
1605e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@h %i hat einen unvollständigen Wurzelknoten („root node“).\n"
1606a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
16077ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1608e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:810
1609a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@h %i has an unsupported hash version (%N)\n"
1610e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@h %i hat eine nicht unterstützte Hash-Version (%N)\n"
1611a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
16127ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1613e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:815
1614a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1615a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@h %i uses an incompatible htree root node flag.\n"
1616e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@h %i benutzt einen nicht unterstützten Bitschalter für einen Htree-Wurzelknoten.\n"
1617a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
16187ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1619e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:820
1620a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@h %i has a tree depth (%N) which is too big\n"
1621ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "@h %i hat eine zu große Verzeichnistiefe von (%N)\n"
1622a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
16237ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
16247ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: filesystem metadata.  
1625e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:825
16267a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'omsgid ""
16277a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'o"Bad @b @i has an indirect @b (%b) that conflicts with\n"
16287a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'o"@f metadata.  "
16297a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'omsgstr ""
1630e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"der @i für defekte Blöcke hat einen indirekten @b (%b), der mit\n"
1631e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"den @f-Metadaten in Konflikt steht.  "
16327a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'o
16337ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Resize inode (re)creation failed: %m.
1634e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:831
1635bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o#, c-format
1636bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid "Resize @i (re)creation failed: %m."
16379564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Erzeugung von Vergrösserungs-@i scheiterte: %m."
1638bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
16397ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1640e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:836
16417ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@i %i has a extra size (%IS) which is @n\n"
1642e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@h %i hat eine ungültige Extragröße (%IS)\n"
1643bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
16447ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1645e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:841
16467ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@a in @i %i has a namelen (%N) which is @n\n"
1647e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ein erweitertes Attribut in @i %i hat eine ungültige namelen von %N\n"
1648bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
16497ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1650e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:846
16517ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@a in @i %i has a value offset (%N) which is @n\n"
1652e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ein erweitertes Attribut in @i %i hat einen ungültigen Werteversatz von %N\n"
1653bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
16547ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1655e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:851
16567ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1657e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ein erweitertes Attribut in @i %i hat einen ungültigen Werteblock von %N (muß 0 sein)\n"
1658bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
165977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1660e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:856
166177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@a in @i %i has a value size (%N) which is @n\n"
1662e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ein erweitertes Attribut in @i %i hat eine ungültige Wertegröße von %N\n"
166377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
1664720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1665e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:861
1666720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "@a in @i %i has a hash (%N) which is @n\n"
1667e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ein erweitertes Attribut in @i %i hat den ungültigen Hash %N\n"
1668bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
1669851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1670e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:866
1671851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "@i %i is a %It but it looks like it is really a directory.\n"
1672e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i ist ein %It, aber es sieht so aus, als ob es tatsächlich ein Verzeichnis ist.\n"
1673720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
16744077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#. @-expanded: Error while reading over extent tree in inode %i: %m\n
1675e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:871
167668801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
1677720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Error while reading over @x tree in @i %i: %m\n"
1678e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Iterieren über den @xs-Baum @x in @i %i: %m\n"
1679720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
1680945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o#. @-expanded: Failed to iterate extents in inode %i\n
1681945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1682e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:876
1683945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid ""
1684945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o"Failed to iterate extents in @i %i\n"
1685945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o"\t(op %s, blk %b, lblk %c): %m\n"
1686945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgstr ""
1687e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Das Iterieren der Erweiterungen (extents) in @i %i scheiterte\n"
168877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"\t(op %s, blk %b, lblk %c): %m\n"
1689720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
1690720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: inode %i has an invalid extent\n
1691720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1692e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:882
1693720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid ""
1694720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"@i %i has an @n extent\n"
1695720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"\t(logical @b %c, @n physical @b %b, len %N)\n"
1696720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgstr ""
1697e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"@i %i hat eine @ne Erweiterung\n"
169868801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas"\t(logischer @b %c, @n physischer @b %b, Länge %N)\n"
1699720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
1700720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: inode %i has an invalid extent\n
1701720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1702e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:887
1703720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid ""
1704720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"@i %i has an @n extent\n"
1705720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"\t(logical @b %c, physical @b %b, @n len %N)\n"
1706720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgstr ""
1707e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"@i %i hat eine ungültige Erweiterung\n"
17089564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"\t(logischer @b %c, physischer @b %b, @n Länge %N)\n"
1709720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
1710720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1711e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:892
171268801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
1713720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1714e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i hat  EXTENTS_FL-Bitschalter gesetzt, obwohl das @f Erweiterungen nicht unterstützt.\n"
1715720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
1716720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1717e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:897
1718720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
1719720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1720e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i besitzt das Erweiterungsformat, aber dem @S fehlt die Eigenschaft EXTENTS\n"
1721720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
1722720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1723e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:902
1724720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
1725720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "@i %i missing EXTENT_FL, but is in extents format\n"
1726e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "der @i %i fehlt EXTENT_FL, sie hat aber das Format einer Erweiterung\n"
1727720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
1728e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:907
1729720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
1730720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Fast symlink %i has EXTENT_FL set.  "
1731e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "In schnellem Symlink %i ist EXTENT_FL gesetzt.  "
1732720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
1733720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: inode %i has out of order extents\n
1734720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1735e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:912
1736720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid ""
1737720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"@i %i has out of order extents\n"
1738720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"\t(@n logical @b %c, physical @b %b, len %N)\n"
1739720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgstr ""
1740e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"@i %i hat unregelmässige Erweiterungen\n"
174168801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas"\t(@n logischer @b %c, physischer @b %b, Länge %N)\n"
1742851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
1743945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1744e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:916
1745945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1746e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i hat einen ungültigen Erweiterungs-Knoten (blk %b, lblk %c)\n"
1747e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
1748e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#. @-expanded: Error converting subcluster block bitmap: %m\n
1749e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:921
1750e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
1751e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Error converting subcluster @b @B: %m\n"
1752e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Umwandeln der Subcluster-Blockbitmap: %m\n"
1753e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
1754e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#. @-expanded: quota inode is not regular file.  
1755e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:926
1756e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "@q @i is not regular file.  "
1757e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "die @q-@i ist keine reguläre Datei.  "
1758e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
1759e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#. @-expanded: quota inode is not in use, but contains data.  
1760e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:931
1761e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "@q @i is not in use, but contains data.  "
1762e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@q-@i wird nicht benutzt, enthält aber Daten.  "
1763294dd5a35077abfb39f0b293b46754569172913bPhilipp Thomas
1764e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#. @-expanded: quota inode is visible to the user.  
1765e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:936
1766e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "@q @i is visible to the user.  "
1767e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "die @q-@i ist sichtbar für den Benutzer.  "
1768e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
1769e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#. @-expanded: The bad block inode looks invalid.  
1770e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:941
1771e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "The bad @b @i looks @n.  "
1772e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Inode für defekte Blöcke sieht ungültig aus.  "
1773e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
1774e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#. @-expanded: inode %i has zero length extent\n
1775e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#. @-expanded: \t(invalid logical block %c, physical block %b)\n
1776e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:946
1777e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
1778e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"@i %i has zero length extent\n"
1779e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t(@n logical @b %c, physical @b %b)\n"
1780edc733d607b6ee57e69965d3e88766b178a778f6Philipp Thomasmsgstr ""
1781e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"@i %i hat eine Erweitertung der Länge Null\n"
1782e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t(@n logischer @b %c, physischer @b %b)\n"
1783edc733d607b6ee57e69965d3e88766b178a778f6Philipp Thomas
17847ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
17857ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
17867ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1787e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:953
1788a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
17897ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"\n"
17907ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"Running additional passes to resolve @bs claimed by more than one @i...\n"
17917ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"Pass 1B: Rescanning for @m @bs\n"
1792a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
1793ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"\n"
1794e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Führe zusätzliche Läufe durch, um die von mehr als einer @i beanspruchten Blöcke zu klären...\n"
1795e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Durchgang 1B: Suche nach mehrfach beanspruchten Blöcken\n"
1796a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
17977ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: multiply-claimed block(s) in inode %i:
1798e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:959
17991e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
18007ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@m @b(s) in @i %i:"
1801e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@me(r) Block/Blöcke in @i %i:"
1802a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
1803e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:974
1804a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1805a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error while scanning inodes (%i): %m\n"
1806e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehlen beim Prüfen der Inodes (%i): %m\n"
1807a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
18087ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1809e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:979
1810ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
18117ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@A @i @B (@i_dup_map): %m\n"
1812e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@A die @i-@B (inode_dup_map): %m\n"
1813a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
18147ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1815e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:984
1816a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1817a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error while iterating over @bs in @i %i (%s): %m\n"
1818e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Iterieren über die Blöcke in @i %i (%s): %m\n"
1819a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
18207ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1821e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:989 e2fsck/problem.c:1304
18227ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1823e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler bei der Anpassung des Referenzzählers des Blocks für @a %b (@i %i): %m\n"
1824a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
18256956f613b6ca2b8a7e8919ca734f1ccdbaa9eba1Theodore Ts'o#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1826e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:994
18276956f613b6ca2b8a7e8919ca734f1ccdbaa9eba1Theodore Ts'omsgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1828e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Durchgang 1C: Durchsuche Verzeichnisse nach @is mit mehrfach belegten Blöcken.\n"
1829a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
18307ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1831e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1000
18327ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "Pass 1D: Reconciling @m @bs\n"
1833e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Durchgang 1D: Gleiche mehrfach belegte Blöcke ab\n"
1834a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
18357ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: File %Q (inode #%i, mod time %IM) \n
183677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded:   has %r multiply-claimed block(s), shared with %N file(s):\n
1837e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1005
1838a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
1839a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"File %Q (@i #%i, mod time %IM) \n"
184077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"  has %r @m @b(s), shared with %N file(s):\n"
1841a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
1842e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Datei %Q (@i #%i, Änderungszeit %IM) \n"
1843e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"  hat %r mehrfach belegte(n) Block/Böcke, gemeinsam genutzt mit %N Datei(en):\n"
1844a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
18457ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1846e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1011
1847a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "\t%Q (@i #%i, mod time %IM)\n"
1848e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "\t%Q (@i #%i, Änderungszeit %IM)\n"
1849a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
18507ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \t<filesystem metadata>\n
1851e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1016
1852a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "\t<@f metadata>\n"
1853e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "\t<@f-Metadaten>\n"
1854a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
18557ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
18567ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
1857e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1021
1858a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
18597ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"(There are %N @is containing @m @bs.)\n"
1860a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
1861a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
1862e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"(es gibt %N @is, die mehrfach belegte Blöcke enthalten.)\n"
1863a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
1864a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
18657ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
18667ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
1867e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1026
1868a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
18697ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"@m @bs already reassigned or cloned.\n"
1870a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
1871a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
1872e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"mehrfach belegte Blöcke wurden bereits neu zugeordnet bzw. geklont.\n"
1873a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
1874a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
1875e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1039
1876a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1877a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Couldn't clone file: %m\n"
1878e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Kann eine Datei nicht klonen: %m\n"
1879a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
18807ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Pass 2: Checking directory structure\n
1881e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1045
1882a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Pass 2: Checking @d structure\n"
1883e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Durchgang 2: Prüfe die @dstruktur\n"
1884a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
18857ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: invalid inode number for '.' in directory inode %i.\n
1886e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1050
18877527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
18887ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@n @i number for '.' in @d @i %i.\n"
1889e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche @inummer für „.“ in Verzeichnisinode %i.\n"
1890a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
18917ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1892e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1055
18937ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@E has @n @i #: %Di.\n"
1894e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@E hat falsche @i-Nr.: %Di.\n"
1895a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
18967ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.  
1897e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1060
1898a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@E has @D/unused @i %Di.  "
1899e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@E hat gelöschte/unbenutzt @i %Di.  "
1900a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19017ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'  
1902e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1065
1903a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@E @L to '.'  "
1904e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@E @L nach „.“  "
1905a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19067ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1907e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1070
1908a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@E points to @i (%Di) located in a bad @b.\n"
1909e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@E zeigt auf eine @i (%Di) in einem defekten @b.\n"
1910a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19117ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1912e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1075
1913a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@E @L to @d %P (%Di).\n"
1914e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@E @L mit @d %P (%Di).\n"
1915a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19167ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1917e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1080
1918a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@E @L to the @r.\n"
1919e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@E @L mit der @r.\n"
1920a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19217ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1922e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1085
1923a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@E has illegal characters in its name.\n"
1924ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "@E hat ein unzulässiges Zeichen im Namen.\n"
1925a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19267ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Missing '.' in directory inode %i.\n
1927e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1090
1928a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1929a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Missing '.' in @d @i %i.\n"
1930e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehlende „.“ in @d @i %i.\n"
1931a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19327ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Missing '..' in directory inode %i.\n
1933e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1095
1934a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1935a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Missing '..' in @d @i %i.\n"
1936e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehlender Eintrag „..“ in @dinode %i.\n"
1937a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19387ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1939e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1100
19407ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1941e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der erste @e „%Dn“ (@i=%Di) in @d-@i %i (%p) sollte „.“ sein\n"
1942a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19437ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1944e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1105
19457ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1946e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der zweite @e „%Dn“ (inode=%Di) in @d-@i %i sollte „..“ sein\n"
1947a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19487ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1949e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1110
1950a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "i_faddr @F %IF, @s zero.\n"
1951e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "i_faddr @F %IF, sollte Null sein.\n"
1952a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19537ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1954e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1115
1955a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "i_file_acl @F %If, @s zero.\n"
1956e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "i_file_acl @F %If, sollte Null sein.\n"
1957a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19587ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1959e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1120
1960a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "i_dir_acl @F %Id, @s zero.\n"
1961e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "i_dir_acl @F %Id, sollte Null sein.\n"
1962a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19637ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1964e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1125
1965a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "i_frag @F %N, @s zero.\n"
1966e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "i_frag @F %N, sollte Null sein.\n"
1967a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19687ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1969e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1130
1970a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "i_fsize @F %N, @s zero.\n"
1971a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "i_fsize @F %N, @s null.\n"
1972a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19737ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1974e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1135
19757ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@i %i (%Q) has @n mode (%Im).\n"
1976e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i (%Q) hat einen ungültigen Modus (%Im).\n"
1977a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
197877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
1979e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1140
198077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@d @i %i, %B, offset %N: @d corrupted\n"
1981e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@d-@i %i, @b %B, Offset %N: @d defekt\n"
1982a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
198377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
1984e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1145
198577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@d @i %i, %B, offset %N: filename too long\n"
1986e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@d-@i %i, @b %B, offset %N: Dateiname zu lang\n"
1987a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
198877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: directory inode %i has an unallocated %B.  
1989e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1150
199077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@d @i %i has an unallocated %B.  "
1991e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@d-@i %i hat einen nicht zugewiesenen %B.  "
1992a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19937ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1994e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1155
1995a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
1996a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1997e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@d-@e „.“ in @d-@i %i ist nicht NULL-terminiert\n"
1998a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
19997ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
2000e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1160
2001a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2002a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2003e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@d-@e „..“ in @d-@i %i ist nicht NULL-terminiert\n"
2004a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20057ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i (%Q) is an illegal character device.\n
2006e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1165
2007a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i (%Q) is an @I character @v.\n"
2008e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i (%Q) ist ein @I zeichenorientiertes Gerät.\n"
2009a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20107ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i (%Q) is an illegal block device.\n
2011e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1170
2012a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i (%Q) is an @I @b @v.\n"
2013e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i (%Q) ist ein @I blockorientiertes Gerät.\n"
2014a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20157ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
2016e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1175
2017a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@E is duplicate '.' @e.\n"
2018e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@E ist ein doppelter @e für „.“.\n"
2019a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20207ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
2021e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1180
2022a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@E is duplicate '..' @e.\n"
2023e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@E ist ein doppelter @e für „..“.\n"
2024a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2025e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1185 e2fsck/problem.c:1485
2026a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2027a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Internal error: couldn't find dir_info for %i.\n"
2028ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Interner Fehler: kann dir_info für %i nicht finden.\n"
2029a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20307ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
2031e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1190
20327ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@E has rec_len of %Dr, @s %N.\n"
2033e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@E hat eine rec_len von %Dr, sollte %N sein.\n"
2034a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20357ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: error allocating icount structure: %m\n
2036e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1195
2037a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2038a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@A icount structure: %m\n"
2039e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@A die icount-Structur: %m\n"
2040a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20417ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error iterating over directory blocks: %m\n
2042e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1200
2043f9e6df4e6f8ec9304883ea584059577dafa7adf5Theodore Ts'o#, c-format
2044f592beded78f1a45da05d62b06bdd4d2fa9db022Theodore Ts'omsgid "Error iterating over @d @bs: %m\n"
2045e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Durchlaufen der @dblöcke: %m\n"
2046a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20477ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error reading directory block %b (inode %i): %m\n
2048e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1205
2049a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error reading @d @b %b (@i %i): %m\n"
2050e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Lesen des @dblocks %b (@i %i): %m\n"
2051a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20527ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error writing directory block %b (inode %i): %m\n
2053e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1210
2054a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error writing @d @b %b (@i %i): %m\n"
2055e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Schreiben von @dblock %b (@i %i): %m\n"
2056a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20577ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
2058e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1215
2059a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2060a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@A new @d @b for @i %i (%s): %m\n"
2061e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@A einen neuen @dblock für @i %i (%s): %m\n"
2062a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20637ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error deallocating inode %i: %m\n
2064e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1220
2065a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2066a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error deallocating @i %i: %m\n"
2067196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Fehler bei der Freigabe von @i %i: %m\n"
2068a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20694077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#. @-expanded: directory entry for '.' in %p (%i) is big.\n
2070e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1225
20714077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#, c-format
20724077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgid "@d @e for '.' in %p (%i) is big.\n"
2073e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Verzeichniseintrag für „.“ in %p (%i) ist groß.\n"
2074a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20757ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2076e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1230
2077a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i (%Q) is an @I FIFO.\n"
2078a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "@i %i (%Q) ist ein @I FIFO.\n"
2079a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20807ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i (%Q) is an illegal socket.\n
2081e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1235
2082a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i (%Q) is an @I socket.\n"
2083e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@i %i (%Q) ist ein illegaler Socket.\n"
2084a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20857ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2086e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1240
2087a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Setting filetype for @E to %N.\n"
2088e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Setze den Dateitype für @E auf %N.\n"
2089a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20907ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2091e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1245
20927ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2093196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "@E hat einen falschen Dateityp (war %Dt, sollte %N sein).\n"
2094a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
20957ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2096e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1250
2097a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@E has filetype set.\n"
2098196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "@E hat Dateityp gesetzt.\n"
2099a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
21007ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2101e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1255
21027ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@E has a @z name.\n"
2103e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@E hat einen Namen der Länge Null.\n"
2104a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
21057ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2106e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1260
21077ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "Symlink %Q (@i #%i) is @n.\n"
2108ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Symlink %Q (@i #%i) is invalid.\n"
2109a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
21107ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2111e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1265
21127ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@a @b @F @n (%If).\n"
2113ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "@a @b @F ist falsch (%If).\n"
2114a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
21157ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2116e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1270
2117a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2118e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@f enthält große Dateien, aber im @S den Bitschalter LARGE_FILE nicht gesetzt.\n"
2119a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
212077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2121e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1275
212277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@p @h %d: %B not referenced\n"
2123e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@p @h %d: %B ist nicht referenziert\n"
2124a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
212577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2126e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1280
212777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@p @h %d: %B referenced twice\n"
2128e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@p @h %d: %B doppelt referenziert\n"
2129a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
213077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2131e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1285
213277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@p @h %d: %B has bad min hash\n"
213377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "@p @h %d: %B hat ungültigen Minimumhash\n"
2134a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
213577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2136e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1290
213777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@p @h %d: %B has bad max hash\n"
213877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "@p @h %d: %B hat ungültigen Maximalhash\n"
2139a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
21407ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: invalid HTREE directory inode %d (%q).  
2141e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1295
21427ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@n @h %d (%q).  "
2143e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültige @h %d (%q).  "
2144a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
21457ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2146e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1299
2147a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@p @h %d (%q): bad @b number %b.\n"
2148e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@p @h %d (%q): falsche Blocknummer %b.\n"
2149a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
21507ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2151e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1309
2152ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
21537ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@p @h %d: root node is @n\n"
2154e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@p @h %d: Wurzelknotenist ungültig\n"
2155a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
215677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2157e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1314
215877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@p @h %d: %B has @n limit (%N)\n"
215977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "@p @h %d: %B hat eine ungültige Begrenzung (%N)\n"
21600c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'o
216177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2162e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1319
216377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@p @h %d: %B has @n count (%N)\n"
2164e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@p @h %d: %B hat einen ungültigen Zählerstand (%N)\n"
21650c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'o
216677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2167e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1324
216877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@p @h %d: %B has an unordered hash table\n"
216977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "@p @h %d: %B hat eine unsortierte Hashtabelle\n"
21700c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'o
217177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2172e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1329
217377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "@p @h %d: %B has @n depth (%N)\n"
2174e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@p @h %d: %B hat eine ungültige Tiefe (%N)\n"
21750c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'o
21767ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.  
2177e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1334
2178a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'omsgid "Duplicate @E found.  "
2179e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Doppelter @E gefunden.  "
2180a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o
21817ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
21827ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Rename to %s
2183e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1339
2184ddc32a045bd3bd35968ace2dbe22179470baec0bTheodore Ts'o#, no-c-format
2185a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'omsgid ""
2186a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o"@E has a non-unique filename.\n"
2187a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o"Rename to %s"
2188a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'omsgstr ""
21899564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"@E hat keinen eindeutigen Dateinnamen.\n"
2190ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Benenne in %s um"
2191a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o
21927ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Duplicate entry '%Dn' found.\n
21937ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
21947ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
2195e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1344
2196a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'omsgid ""
2197a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o"Duplicate @e '%Dn' found.\n"
2198a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o"\tMarking %p (%i) to be rebuilt.\n"
2199a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o"\n"
2200a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'omsgstr ""
2201e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Doppelter @e „%Dn“ gefunden.\n"
2202e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t%p (%i) wird für die Neuerstellung markiert.\n"
2203196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o"\n"
2204a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o
2205851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2206e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1349
2207851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "i_blocks_hi @F %N, @s zero.\n"
2208e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "i_blocks_hi @F %N, sollte Null sein.\n"
2209851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
2210720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2211e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1354
2212720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Unexpected @b in @h %d (%q).\n"
22139564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Unerwarteter @b in @h %d (%q).\n"
2214720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
2215945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2216e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1358
2217945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2218e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@E referenziert @i %Di in @g %g, für die _INODE_UNINIT gesetzt ist.\n"
2219720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
2220945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2221e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1363
2222945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2223e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@E verweist auf @i %Di,  die im Bereich ungenutzter Inodes von @g %g zu finden ist.\n"
222477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
222577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2226e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1368
222777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "i_file_acl_hi @F %N, @s zero.\n"
222877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "i_file_acl_hi @F %N, sollte Null sein.\n"
2229720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
22307ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Pass 3: Checking directory connectivity\n
2231e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1375
2232a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Pass 3: Checking @d connectivity\n"
2233e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Durchgang 3: Prüfe @d-Verknüpfungen\n"
2234a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
22357ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: root inode not allocated.  
2236e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1380
2237a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@r not allocated.  "
2238196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "@r nicht zugeordnet. "
2239a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
22407ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: No room in lost+found directory.  
2241e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1385
2242a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "No room in @l @d.  "
2243e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Kein Platz im Verzeichnis @l.  "
2244a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
22457ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Unconnected directory inode %i (%p)\n
2246e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1390
2247a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2248a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Unconnected @d @i %i (%p)\n"
2249e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Nicht verbundene @d-@i %i (%p)\n"
2250a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
22517ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: /lost+found not found.  
2252e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1395
2253a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "/@l not found.  "
2254a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "/@l nicht gefunden.  "
2255a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
22567ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2257e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1400
2258a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2259e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "„..“ in %Q (%i) ist %P (%j), sollte %q (%d) sein.\n"
2260a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
22617ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Bad or non-existent /lost+found.  Cannot reconnect.\n
2262e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1405
2263a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Bad or non-existent /@l.  Cannot reconnect.\n"
2264e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsches oder fehlendes Verzeichnis /@l.  Wiederverbinden nicht möglich.\n"
2265a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
22667ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Could not expand /lost+found: %m\n
2267e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1410
2268a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2269a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Could not expand /@l: %m\n"
2270e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Erweitern von /@l nicht möglich: %m\n"
2271a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2272e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1415
2273a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2274a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Could not reconnect %i: %m\n"
2275e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Wiederverbinden von %i nicht möglich: %m\n"
2276a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
22777ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error while trying to find /lost+found: %m\n
2278e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1420
2279a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2280a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error while trying to find /@l: %m\n"
2281ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Fehler während der Suche nach /@l: %m\n"
2282a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
22837ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2284e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1425
2285a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2286a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2287e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ext2fs_new_@b: %m während des Versuches, @d /@l zu erzeugen.\n"
2288a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
22897ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2290e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1430
2291a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2292a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2293e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ext2fs_new_@i: %m während des Versuches, @d /@l zu erzeugen.\n"
2294a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
22957ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2296e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1435
2297a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2298a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2299e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ext2fs_new_dir_@b: %m während des Versuches, @d /@l zu erzeugen.\n"
2300a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
23017ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2302e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1440
2303a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2304a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2305e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ext2fs_write_dir_@b: %m während des Schreibens des @d-@bs für /@l\n"
2306a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
23077ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error while adjusting inode count on inode %i\n
2308e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1445
2309a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2310a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error while adjusting @i count on @i %i\n"
2311e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler während des Anpassens der @i-Anzahl auf @i %i\n"
2312a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
23137ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Couldn't fix parent of inode %i: %m\n
23147ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
2315e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1450
2316a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2317a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
2318a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Couldn't fix parent of @i %i: %m\n"
2319a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
2320a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
2321e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Konnte den Eigentümer von @i %i nicht reparieren: %m\n"
2322a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
2323a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
23247ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
23257ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \n
2326e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1455
2327ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
2328a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
23297ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2330a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
2331a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
2332e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Eigentümer von @i %i konnte nicht repariert werden: \n"
2333e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"@deintrag des Eigentümers wurde nicht gefunden.\n"
2334a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
23357ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error creating root directory (%s): %m\n
2336e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1465
2337a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2338a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error creating root @d (%s): %m\n"
2339e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Erzeugen des Wurzelverzeichnisses (%s): %m\n"
2340a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
23417ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error creating /lost+found directory (%s): %m\n
2342e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1470
2343a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2344a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error creating /@l @d (%s): %m\n"
2345e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Erzeugen des Verzeichnisses /@l (%s): %m\n"
2346a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
23477ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: root inode is not a directory; aborting.\n
2348e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1475
2349a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@r is not a @d; aborting.\n"
2350e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "die Wurzelinode ist kein @d; Abbruch.\n"
2351a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
23527ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Cannot proceed without a root inode.\n
2353e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1480
2354a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Cannot proceed without a @r.\n"
2355e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ohne Wurzelinode ist weiteres Arbeiten nicht möglich.\n"
2356a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
23577ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: /lost+found is not a directory (ino=%i)\n
2358e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1490
2359a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2360a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "/@l is not a @d (ino=%i)\n"
2361a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "/@l ist kein @d (ino=%i)\n"
2362a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2363e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1497
2364a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Pass 3A: Optimizing directories\n"
2365a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Durchgang 3A: Optimiere Verzeichnisse\n"
2366a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2367e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1502
236877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
2369945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid "Failed to create dirs_to_hash iterator: %m\n"
237077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "dirs_to_hash Iterator konnte nicht erzeugt werden: %m\n"
2371a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2372e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1507
2373945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid "Failed to optimize directory %q (%d): %m\n"
237477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Verzeichnis %q (%d) konnte nicht optimiert werden: %m\n"
2375a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2376e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1512
2377a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Optimizing directories: "
2378a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Optimiere Verzeichnisse: "
2379a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2380e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1529
2381a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Pass 4: Checking reference counts\n"
2382ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Durchgang 4: Überprüfe die Referenzzähler\n"
2383a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
23847ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: unattached zero-length inode %i.  
2385e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1534
2386ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
23877ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@u @z @i %i.  "
2388e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@ue @I %i @z.  "
23897ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o
23907ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: unattached inode %i\n
2391e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1539
23927ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#, c-format
23937ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "@u @i %i\n"
2394e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@ue @i %i\n"
23957ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o
23967ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode %i ref count is %Il, should be %N.  
2397e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1544
2398a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i %i ref count is %Il, @s %N.  "
2399e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Referenzzähler von @i %i ist %Il, @s aber %N sein.  "
2400a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
24017ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
24027ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
24037ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il.  They should be the same!\n
2404e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1548
2405a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
2406a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2407a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
24087ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o"@i_link_info[%i] is %N, @i.i_links_count is %Il.  They @s the same!\n"
2409a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
2410a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"WARNUNG: PROGRAMMIERFEHLER IN E2FSCK!\n"
24119564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"\tODER EIN TROTTEL (SIE) PRÜFT EIN EINGEHÄNGTES (AKTIVES) DATEISYSTEM.\n"
2412e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"@i_link_info[%i] ist %N, @i.i_links_count ist %Il.  Sie sollten identisch sein!\n"
2413a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
24147ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Pass 5: Checking group summary information\n
2415e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1558
2416a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Pass 5: Checking @g summary information\n"
2417e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Durchgang 5: Überprüfe die zusammengefasste Gruppeninformation\n"
2418a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
24197ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Padding at end of inode bitmap is not set. 
2420e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1563
2421a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Padding at end of @i @B is not set. "
2422ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Auffüllbyte am Ende von @i @B ist nicht gesetzt. "
2423a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
24247ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Padding at end of block bitmap is not set. 
2425e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1568
2426a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Padding at end of @b @B is not set. "
2427ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Auffüllbyte am Ende von @b @B ist nicht gesetzt. "
2428a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
24297ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: block bitmap differences: 
2430e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1573
2431a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@b @B differences: "
2432e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Unterschiede in der @b-@B: "
2433a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
24347ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: inode bitmap differences: 
2435e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1593
2436a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "@i @B differences: "
2437e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Unterschiede in der @i-@B: "
2438a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
24397ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2440e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1613
2441a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
24429564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Die Anzahl freier @is ist falsch für @g #%g (%i, gezählt=%j).\n"
2443a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
24447ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2445e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1618
2446a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2447e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Anzahl der Verzeichnisse ist falsch für @g #%g (%i, gezählt=%j).\n"
2448a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
24497ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2450e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1623
2451a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Free @is count wrong (%i, counted=%j).\n"
24529564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Die Anzahl freier @is ist falsch (%i, gezählt=%j).\n"
2453a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
24547ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2455e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1628
2456a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
24579564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Die Anzahl freier Blöcke in @g #%g ist falsch (%b, gezählt=%c).\n"
2458a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
24597ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2460e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1633
2461a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Free @bs count wrong (%b, counted=%c).\n"
24629564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Die Anzahl freier Blöcke ist falsch (%b, gezählt=%c).\n"
2463a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
24647ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap 
24657ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: endpoints (%i, %j)\n
2466e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1638
2467e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
2468e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "PROGRAMMIERFEHLER: Dateisystem (#%N) @B-Endpunkte (%b, %c) passen nicht mit den berechneten @B-Endpunkten (%i, %j) überein\n"
2469a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2470e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1644
2471a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Internal error: fudging end of bitmap (%N)\n"
2472e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Interner Fehler: das Ende der Bitmap (%N) wird erraten\n"
2473a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
24747ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error copying in replacement inode bitmap: %m\n
2475e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1649
2476ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
24777ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "Error copying in replacement @i @B: %m\n"
2478ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Fehler beim hineinkopieren von @i @B: %m\n"
24797ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o
24807ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#. @-expanded: Error copying in replacement block bitmap: %m\n
2481e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1654
24827ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#, c-format
24837ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "Error copying in replacement @b @B: %m\n"
2484e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Hineinkopieren der Ersatz-Blockbitmap: %m\n"
24857ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o
2486720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2487e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1679
2488720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
2489720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2490e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Blöcke von @g %g sind in Beutzung, obwohl @g als BLOCK_UNINIT markiert ist\n"
2491720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
2492720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2493e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1684
2494720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
2495720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2496e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die @isw der @g %g sind in Benutzung, obwohl @g als INODE_UNINIT markiert ist\n"
2497720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
249877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#. @-expanded: Recreate journal
2499e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1691
250077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "Recreate @j"
2501e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "@j wird wiederhergestellt"
2502e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2503e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1696
2504e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Update quota info for quota type %N"
2505e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Quota-Info für Typ %N wird aktualisiert"
2506032eafee3007001d07ee1798db6166a0031a3601Eric Sandeen
2507e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1815
2508a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2509a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Unhandled error code (0x%x)!\n"
2510a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Unbenutzter Fehlercode (0x%x)!\n"
2511a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2512e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/problem.c:1940 e2fsck/problem.c:1944
2513a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "IGNORED"
2514a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "IGNORIERT"
2515a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2516e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/scantest.c:79
2517a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2518a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2519a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "benutzter Speicher: %d, vergangende Zeit: %6.3f/%6.3f/%6.3f\n"
2520a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2521e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/scantest.c:98
2522a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2523a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "size of inode=%d\n"
2524e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Größe der Inode=%d\n"
2525a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2526e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/scantest.c:119
2527a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while starting inode scan"
2528ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "beim Starten der Inodeprüfung"
2529a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2530e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/scantest.c:130
2531a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while doing inode scan"
2532ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "während der Inodeprüfung"
2533a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2534e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/super.c:188
2535a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2536a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while calling ext2fs_block_iterate for inode %d"
2537ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "während des Aufrufs von ext2fs_block_iterate für Inode %d"
2538a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2539e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/super.c:211
25401e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
2541e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2542e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "während des Aufrufs von ext2fs_adjust_ea_refcount2 für Inode %d"
2543a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2544e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/super.c:272
2545a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Truncating"
2546e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Kürzen"
2547a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2548e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/super.c:273
2549a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Clearing"
2550e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Bereinigen"
2551a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2552e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:74
255368801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
2554a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
2555720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2556a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2557197abba0c5887c1fadd5ee39962c716b692b64f1Theodore Ts'o"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2558a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\t\t[-E extended-options] device\n"
2559a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
256068801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas"Aufruf: %s [-panyrcdfvtDFV] [-b Superblock] [-B Blockgröße]\n"
25619564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"\t\t[-I Inode_Puffer_Blöcke] [-P Prozess_Inodegröße]\n"
25629564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"\t\t[-l|-L Bad_Blocks_Datei] [-C Dateideskriptor] [-j externes_Journal]\n"
2563ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"\t\t[-E erweiterte_Optionen] Gerät\n"
2564a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2565e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:80
2566b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
2567a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
2568a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
2569a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Emergency help:\n"
2570a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o" -p                   Automatic repair (no questions)\n"
2571a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o" -n                   Make no changes to the filesystem\n"
2572a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o" -y                   Assume \"yes\" to all questions\n"
2573e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall" -c                   Check for bad blocks and add them to the badblock list\n"
2574a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o" -f                   Force checking even if filesystem is marked clean\n"
2575a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
2576a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
2577e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Notfallhilfe:\n"
2578a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o" -p        automatische Reparatur (keine Fragen)\n"
2579ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas" -n        keine Veränderungen am Dateisystem vornehmen\n"
2580196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o" -y        \" Ja \" auf alle Fragen annehmen\n"
2581ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas" -c        suche nach defekten Blöcken\n"
2582ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas" -f        erzwinge die Überprüfung auch wenn alles i.O. erscheint\n"
2583a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2584e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:86
25857527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
2586a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
2587a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o" -v                   Be verbose\n"
2588a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o" -b superblock        Use alternative superblock\n"
2589a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o" -B blocksize         Force blocksize when looking for superblock\n"
2590197abba0c5887c1fadd5ee39962c716b692b64f1Theodore Ts'o" -j external_journal  Set location of the external journal\n"
2591a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o" -l bad_blocks_file   Add to badblocks list\n"
2592a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o" -L bad_blocks_file   Set badblocks list\n"
2593a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
2594ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas" -v                   sei gesprächig\n"
2595ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas" -b Superbloc         Nutze Superblockkopie\n"
2596ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas" -B Blockgröße        erzwinge Blockgröße beim Suchen vom Superblock\n"
2597ddc32a045bd3bd35968ace2dbe22179470baec0bTheodore Ts'o" -j externes-Journal  Angabe des Speicherortes des externen Jounals\n"
2598ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas" -l bad_blocks_file   zur Liste der defekten Blöcke hinzufügen\n"
2599ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas" -L bad_blocks_file   Liste der defekten Blöcke definieren\n"
2600a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2601e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:131
2602e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2603e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2604e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "%s: %u/%u Dateien (%0d.%d%% nicht zusammenhängend), %llu/%llu Blöcke\n"
2605e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2606e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:157
2607e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2608e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
2609e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
2610e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"%12u inode used (%2.2f%%, out of %u)\n"
2611e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural ""
2612e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
2613e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"%12u inodes used (%2.2f%%, out of %u)\n"
2614e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] ""
2615e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
2616e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"%12u Inode ist in Benutzung (%2.2f%% von %u)\n"
2617e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] ""
2618e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
2619e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"%12u Inodes sind in Benutzung (%2.2f%% von %u)\n"
2620e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2621e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:161
2622e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2623e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%12u non-contiguous file (%0d.%d%%)\n"
2624e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2625e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "%12u nicht zusammenhängende Datei (%0d.%d%%)\n"
2626e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "%12u nicht zusammenhängende Dateien (%0d.%d%%)\n"
2627e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2628e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:166
26291e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
2630e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%12u non-contiguous directory (%0d.%d%%)\n"
2631e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2632e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "%12u nicht zusammenhängendes Verzeichnis (%0d.%d%%)\n"
2633e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "%12u nicht zusammenhängende Verzeichnisse (%0d.%d%%)\n"
2634a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2635e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:171
26361e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
2637e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "             # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
26381e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "         # von Inodes mit ind/dind/tind Blöcken: %u/%u/%u\n"
2639a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2640e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:179
2641e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "             Extent depth histogram: "
2642e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr " Histogramm der Tiefe von Erweiterungen: "
2643e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2644e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:188
2645e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2646e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%12llu block used (%2.2f%%, out of %llu)\n"
2647e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2648e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "%12llu Block wird benutzt (%2.2f%% von %llu)\n"
2649e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "%12llu Blöcke werden benutzt (%2.2f%% von %llu)\n"
2650e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2651e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:192
2652e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2653e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%12u bad block\n"
2654e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "%12u bad blocks\n"
2655e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "%12u ungültiger Block\n"
2656e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "%12u ungültige Blöcke\n"
2657e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2658e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:194
2659e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2660e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%12u large file\n"
2661e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "%12u large files\n"
2662e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "%12u große Datei\n"
2663e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "%12u große Dateien\n"
2664e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2665e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:196
2666e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2667e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
2668e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
2669e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"%12u regular file\n"
2670e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural ""
2671e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
2672e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"%12u regular files\n"
2673e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] ""
2674e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
2675e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"%12u reguläre Datei\n"
2676e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] ""
2677e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
2678e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"%12u reguläre Dateien\n"
2679e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2680e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:198
2681e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2682e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%12u directory\n"
2683e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "%12u directories\n"
2684e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "%12u Verzeichnis\n"
2685e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "%12u Verzeichnisse\n"
2686e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2687e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:200
2688e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2689e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%12u character device file\n"
2690e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "%12u character device files\n"
2691e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "%12u zeichenorientierte Gerätedatei\n"
2692e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "%12u zeichenorientierte Gerätedateien\n"
2693e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2694e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:203
2695e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2696e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%12u block device file\n"
2697e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "%12u block device files\n"
2698e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "%12u Blockgerätedatei\n"
2699e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "%12u Blockgerätedateien\n"
2700e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2701e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:205
2702e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2703e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%12u fifo\n"
2704e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "%12u fifos\n"
2705e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "%12u Fifo\n"
2706e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "%12u Fifos\n"
2707e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2708e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:207
2709e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2710e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%12u link\n"
2711e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "%12u links\n"
2712e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "%12u Verknüpfung\n"
2713e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "%12u Verknüpfungen\n"
2714e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2715e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:210
2716e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2717e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%12u symbolic link"
2718e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "%12u symbolic links"
2719e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "%12u symbolische Verknüpfung"
2720e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "%12u symbolische Verknüpfungen"
2721e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2722e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:212
2723e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2724e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid " (%u fast symbolic link)\n"
2725e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural " (%u fast symbolic links)\n"
2726e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] " (%u schnelle symbolische Verknüpfung)\n"
2727e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] " (%u schnelle symbolische Verknüpfungen)\n"
2728e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2729e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:216
2730e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2731e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%12u socket\n"
2732e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "%12u sockets\n"
2733e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "%12u Socket\n"
2734e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "%12u Sockets\n"
2735e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2736e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:220
2737294dd5a35077abfb39f0b293b46754569172913bPhilipp Thomas#, c-format
2738e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%12u file\n"
2739e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "%12u files\n"
2740e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "%12u Datei\n"
2741e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "%12u Dateien\n"
2742294dd5a35077abfb39f0b293b46754569172913bPhilipp Thomas
2743e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:234 misc/badblocks.c:983 misc/tune2fs.c:1970 misc/util.c:147
2744e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:247
2745a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2746a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while determining whether %s is mounted."
2747ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "bei der Prüfung, ob %s eingehängt ist."
2748a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2749e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:254
2750d027517fb657e0d0f652fa570ff236538e6cd3bfPhilipp Thomas#, c-format
2751e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Warning!  %s is %s.\n"
2752e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Warnung!  %s ist %s.\n"
2753a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2754e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:261
2755a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2756e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%s is %s.\n"
2757e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "%s ist %s.\n"
2758a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2759e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:264
2760a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
2761a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Cannot continue, aborting.\n"
2762a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
2763a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
2764ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Fortsetzung nicht möglich, breche ab.\n"
2765a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
2766a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2767e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:266
2768a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
2769a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
2770a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
2771e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"WARNING!!!  The filesystem is mounted.   If you continue you ***WILL***\n"
2772e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"cause ***SEVERE*** filesystem damage.\n"
2773a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
2774a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
2775a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
2776a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
2777e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"WARNUNG!!!  Das Dateisystem ist eingehängt, Wenn Sie fortfahren, ***WERDEN***\n"
2778e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Sie ***SCHWERWIEGENDE*** Schäden am Dateisystem verursachen.\n"
2779a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
2780a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2781e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:271
2782a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Do you really want to continue"
2783196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Wirklich fortfahren"
2784a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2785e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:273
2786b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
2787a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "check aborted.\n"
2788ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Prüfung abgebrochen.\n"
2789a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2790e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:363
2791a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid " contains a file system with errors"
2792ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr " enthält ein fehlerhaftes Dateisystem"
2793a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2794e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:365
2795a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid " was not cleanly unmounted"
2796ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr " wurde nicht ordnungsgemäß ausgehängt"
2797a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2798e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:367
27997527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'omsgid " primary superblock features different from backup"
28001e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Eigenschaften des primären Superblocks unterscheiden sich vom Backup"
28017527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o
2802e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:371
2803a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2804a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid " has been mounted %u times without being checked"
2805ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr " wurde %u mal ohne Überprüfung eingehängt"
2806a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2807e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:378
2808720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid " has filesystem last checked time in the future"
2809e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr " hat einen in der Zukunft liegenden Zeitpunkt der letzten Püfung des Dateisystems"
2810720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
2811e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:384
2812a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2813a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid " has gone %u days without being checked"
2814ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr " wurde %u Tage ohne Überprüfung genutzt"
2815a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2816e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:393
2817a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ", check forced.\n"
2818ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr ", Prüfung erzwungen.\n"
2819a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2820e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:426
28211e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
2822e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%s: clean, %u/%u files, %llu/%llu blocks"
2823e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "%s: sauber, %u/%u Dateien, %llu/%llu Blöcke"
2824a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2825e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:445
28261cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'omsgid " (check deferred; on battery)"
2827ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr " (Prüfung nach nächstem Einhängen)"
28281cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o
2829e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:448
28307a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'omsgid " (check after next mount)"
2831ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr " (Prüfung nach nächstem Einhängen)"
28327a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'o
2833e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:450
28347a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'o#, c-format
28357a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'omsgid " (check in %ld mounts)"
2836ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr " (Prüfung nach %ld Einhängevorgängen)"
28377a1b332ac9de9637425308775e1a371c2e51c4ddTheodore Ts'o
2838e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:600
2839a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2840a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "ERROR: Couldn't open /dev/null (%s)\n"
2841ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Fehler: Kann /dev/null (%s) nicht öffnen\n"
2842a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2843e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:669
2844b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
2845a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Invalid EA version.\n"
2846a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Invalid EA version.\n"
2847a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2848e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:696
2849b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
2850197abba0c5887c1fadd5ee39962c716b692b64f1Theodore Ts'omsgid "Unknown extended option: %s\n"
28511e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Unbekannte erweiterte Option: %s\n"
2852a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2853e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:721
28541cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o#, c-format
28551cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'omsgid ""
28561cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o"Syntax error in e2fsck config file (%s, line #%d)\n"
28571cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o"\t%s\n"
28581cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'omsgstr ""
28591e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Syntaxfehler in der Konfigurationsdatei von e2fsck (%s, Zeile %d)\n"
28601e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\t%s\n"
28611cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o
2862e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:790
2863a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2864a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error validating file descriptor %d: %s\n"
2865ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Fehler bei Überprüfung des Datei-Deskriptors %d: %s\n"
2866a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2867e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:794
2868a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Invalid completion information file descriptor"
2869e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültiger „completion information“-Datei-Deskriptor"
2870a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2871e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:809
28726956f613b6ca2b8a7e8919ca734f1ccdbaa9eba1Theodore Ts'omsgid "Only one of the options -p/-a, -n or -y may be specified."
2873196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden."
2874a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o
2875e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:830
2876b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
2877a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "The -t option is not supported on this version of e2fsck.\n"
2878ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Die -t Option wird von dieser e2fsck-Version nicht unterstützt.\n"
2879a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2880e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:861 e2fsck/unix.c:933 misc/tune2fs.c:802 misc/tune2fs.c:1091
2881e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1109
2882e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2883e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Unable to resolve '%s'"
2884e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Nicht möglich „%s“ aufzulösen"
2885e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2886e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:912
288777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "The -n and -D options are incompatible."
288877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Die Optionen -n und -D schliessen sich gegenseitig aus."
288977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
2890e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:917
289177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "The -n and -c options are incompatible."
289277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Die Optionen -n und -c schliessen sich gegenseitig aus."
289377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
2894e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:922
289577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "The -n and -l/-L options are incompatible."
289677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Die Optionen -n und -l/-L schliessen sich gegenseitig aus."
289777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
2898e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:976
2899b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
2900a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "The -c and the -l/-L options may not be both used at the same time.\n"
2901e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die -c und -l/-L Optionen dürfen nicht gleichzeitig verwendet werden.\n"
2902a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2903e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1024
29047527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
29057527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'omsgid ""
29067527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
29077527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o"\n"
29081e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "2FSCK_JBD_DEBUG \"%s\" ist keine Ganzzahl\n"
29097527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o
2910e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1033
29117527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
29127527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'omsgid ""
29137527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o"\n"
29147527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o"Invalid non-numeric argument to -%c (\"%s\")\n"
29157527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o"\n"
29167527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'omsgstr ""
29171e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\n"
29181e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Ungültiges nicht-numerisches Argument für -%c (\"%s\")\n"
29191e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\n"
29207527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o
2921e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1122
2922e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2923e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "MMP interval is %u seconds and total wait time is %u seconds. Please wait...\n"
2924e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
2925e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"MMP Intervall ist %u Sekunden und die gesammte Wartezeit ist %u Sekunden.\n"
2926e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Bitte warten...\n"
2927e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2928e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1139 e2fsck/unix.c:1144
2929e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "while checking MMP block"
2930e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Prüfen des MMP-Blocks"
2931e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2932e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1146 misc/tune2fs.c:1903
2933e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
2934e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"If you are sure the filesystem is not in use on any node, run:\n"
2935e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"'tune2fs -f -E clear_mmp {device}'\n"
2936e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
2937e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Wenn Sie sicher sind, daß das Dateisystem auf keinem Knoten benutzt wird,\n"
2938e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"starten Sie bitte:\n"
2939e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"„tune2fs -f -E clear_mmp {device}“\n"
2940e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2941e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1196
2942b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
2943a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Error: ext2fs library version out of date!\n"
2944a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Fehler: ext2fs-Bibliotheks-Version ist zu alt!\n"
2945a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2946e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1204
2947a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while trying to initialize program"
2948196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "bei der Programminitialisierung"
2949a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2950e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1227
2951a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2952a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "\tUsing %s, %s\n"
2953a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "\tBenutze %s, %s\n"
2954a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2955e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1239
2956a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "need terminal for interactive repairs"
2957ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Benötige ein Terminal für interaktive Reparaturen"
2958a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2959e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1292
29601e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
29617527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'omsgid "%s: %s trying backup blocks...\n"
29621e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "%s: %s versuche es mit Backup-Blöcken...\n"
2963a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2964e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1294
29657527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'omsgid "Superblock invalid,"
29661e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Superblock ungültig"
2967a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2968e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1295
2969a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Group descriptors look bad..."
2970196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Gruppen-Deskriptoren scheinen defekt zu sein..."
2971a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2972e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1305
2973e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
2974e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%s: %s while using the backup blocks"
2975e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "%s: %s beim Benutzen der Backup-Blöcke"
2976e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
2977e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1309
297877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
297977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "%s: going back to original superblock\n"
298077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "%s: es wird zum originalen Superblock zurück gekehrt\n"
298177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
2982e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1337
2983a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
2984a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"The filesystem revision is apparently too high for this version of e2fsck.\n"
2985a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"(Or the filesystem superblock is corrupt)\n"
2986a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
2987a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
2988ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Diese Dateisystem-Revision ist offensichtlich zu neu für diese Version \n"
2989196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o"von e2fsck (oder der Dateisystem-Superblock ist defekt).\n"
2990a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
2991a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2992e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1343
2993a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Could this be a zero-length partition?\n"
2994ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Könnte es eine Partion der Länge Null sein?\n"
2995a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
2996e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1346
2997a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
2998a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "You must have %s access to the filesystem or be root\n"
2999ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Sie benötigen %s- oder root-Rechte für das Dateisystem.\n"
3000a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3001e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1351
3002a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Possibly non-existent or swap device?\n"
3003e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Möglicherweise ist die Partition nicht vorhanden oder eine Swap-Partition?\n"
3004a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3005e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1354
30061cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'omsgid "Filesystem mounted or opened exclusively by another program?\n"
30071cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'omsgstr ""
30081e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Ist das Dateisystem eingehängt or exklusiv von einem anderen Programm\n"
30091e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\n"
30101e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"geöffnet worden?\n"
30111cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o
3012e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1357
3013e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Possibly non-existent device?\n"
3014e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ist das Gerät möglicherweise nicht vorhanden?\n"
3015e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
3016e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1360
3017a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
3018a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Disk write-protected; use the -n option to do a read-only\n"
3019a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"check of the device.\n"
3020a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
3021ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Laufwerk ist schreibgeschützt, nutzen Sie die -n Option\n"
3022ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"um es im Nur-Lesen-Modus zu prüfen.\n"
3023a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3024e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1425
3025a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Get a newer version of e2fsck!"
3026ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Neuere Version von e2fsck benötigt!"
3027a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3028e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1469
3029a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3030a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while checking ext3 journal for %s"
3031ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "während der Prüfung des ext3-Journals für %s"
3032a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3033e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1480
3034e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
3035e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Warnung: Überspringe Journal-Wiederherstellung, da das Dateisystem im Nur-Lesen-Modus ist.\n"
3036a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3037e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1493
3038f9e6df4e6f8ec9304883ea584059577dafa7adf5Theodore Ts'o#, c-format
3039a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'omsgid "unable to set superblock flags on %s\n"
3040196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Superblock-Flags konntan auf %s nicht gesetzt werden\n"
3041a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o
3042e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1499
3043a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3044a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while recovering ext3 journal of %s"
3045196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "bei der Wiederherstellung des ext3-Journals von %s"
3046a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3047e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1523
30481e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
30498f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'omsgid "%s has unsupported feature(s):"
30501e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
30518f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o
3052e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1538
3053e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
3054e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%s: warning: compression support is experimental.\n"
3055e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "%s: Warnung: Die Kompressionsunterstützung ist experimentell.\n"
3056a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3057e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1544
3058a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3059a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
3060e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"%s: e2fsck not compiled with HTREE support,\n"
3061a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\tbut filesystem %s has HTREE directories.\n"
3062a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
3063e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"%s: e2fsck wurde ohne Unterstützung für HTREE kompiliert,\n"
3064a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\taber das Dateisystem %s besitzt HTREE Verzeichnisse.\n"
3065a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3066e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1596
306765f0aab98b20b5994a726ab90d355248bcddfffdJP Abgrall#, c-format
3068e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%s: %s while reading bad blocks inode\n"
3069e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "%s: %s beim Lesen des Bad-Block-Inodes\n"
3070e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
3071e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1599
3072a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "This doesn't bode well, but we'll try to go on...\n"
3073ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Das verheißt nichts gutes, aber wir versuchen es trotzdem ..\n"
3074a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3075e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1640
3076851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o#, c-format
3077851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "Creating journal (%d blocks): "
3078ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Erstelle Journal (%d Blöcke): "
3079851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
3080e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1650
3081851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid " Done.\n"
30821e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr " Erledigt.\n"
3083851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
3084e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1651
3085851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid ""
3086851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o"\n"
3087851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o"*** journal has been re-created - filesystem is now ext3 again ***\n"
3088851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgstr ""
30891e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\n"
30901e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"*** Journal wurde wiederhergestellt - Dateisystem ist nun wieder ext3 ***\n"
3091851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
3092e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1674
3093a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Restarting e2fsck from the beginning...\n"
3094a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Beginne e2fsck neu ...\n"
3095a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3096e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1678
3097a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while resetting context"
3098ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "beim Rücksetzen des Kontexts"
3099a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3100e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1685
3101a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3102a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s: e2fsck canceled.\n"
3103e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "%s: e2fsck abgebrochen.\n"
3104a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3105e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1690
3106a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "aborted"
3107a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "abgebrochen"
3108a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3109e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1702 e2fsck/util.c:67
3110a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3111a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
3112a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3113a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3114a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
3115a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3116ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"%s: ***** DATEISYSTEM WURDE VERÄNDERT *****\n"
3117a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3118e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1706
3119a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3120a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s: ***** REBOOT LINUX *****\n"
3121196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "%s: ***** LINUX MUSS NEU GESTARTET WERDEN *****\n"
3122a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3123e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1714 e2fsck/util.c:73
3124a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3125a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
3126a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3127a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"%s: ********** WARNING: Filesystem still has errors **********\n"
3128a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3129a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
3130a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3131a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"%s: ********** WARNUNG: Noch Fehler im Dateisystem  **********\n"
3132a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3133a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3134e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/unix.c:1754
3135720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "while setting block group checksum info"
31369564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "beim Setzen der Blockgruppen-Prüfsummeninfo"
3137720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
3138e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:189 misc/util.c:70
3139a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "yY"
3140748cc43546031c5a396b423cc42040c60fbc9de5Makoto Deimsgstr "jJ"
3141a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3142e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:190
3143a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "nN"
3144a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "nN"
3145a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3146e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:204
3147a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "<y>"
3148a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "<j>"
3149a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3150e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:206
3151a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "<n>"
3152a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "<n>"
3153a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3154e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:208
3155a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid " (y/n)"
3156a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr " (j/n)"
3157a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3158e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:222
3159a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "cancelled!\n"
3160196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "abgebrochen!\n"
3161a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3162e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:237
3163a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "yes\n"
3164a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "ja\n"
3165a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3166e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:239
3167a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "no\n"
3168a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "nein\n"
3169a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3170e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:249
3171a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3172a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
3173a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"%s? no\n"
3174a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3175a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
3176a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"%s? nein\n"
3177a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3178a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3179e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:253
3180a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3181a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
3182a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"%s? yes\n"
3183a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3184a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
3185a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"%s? ja\n"
3186a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3187a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3188e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:257
3189a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "yes"
3190a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "ja"
3191a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3192e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:257
3193a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "no"
3194a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "nein"
3195a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3196e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:272
3197a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3198a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3199ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "e2fsck_read_bitmaps: illegal bitmap block(s) für %s"
3200a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3201e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:277
3202a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "reading inode and block bitmaps"
3203a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "lese Inode und Block bitmaps"
3204a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3205e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:285
3206a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3207a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while retrying to read bitmaps for %s"
3208ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "während des wiederholten Versuches, Bitmaps für %s einzulesen"
3209a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3210e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:297
32114077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgid "writing block and inode bitmaps"
32124077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgstr "Schreibe Block- und Inode-Bitmaps"
3213a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3214e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:302
3215a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
32164077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgid "while rewriting block and inode bitmaps for %s"
3217e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "während des wiederholten Versuches, Block- und Inode-Bitmaps für %s zu schreiben."
3218a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3219e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:314
3220a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3221a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
3222a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3223a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3224a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3225a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\t(i.e., without -a or -p options)\n"
3226a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
3227a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3228a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3229ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"%s: UNERWARTETE INKONSISTENZ; fsck MANUELL AUSFÜHREN\n"
3230196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o"\t(d.h. ohne -a oder -p Option)\n"
3231a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3232e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:395
3233a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
323477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "Memory used: %luk/%luk (%luk/%luk), "
323577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Benutzter Speicher: %luk/%luk (%luk/%luk), "
3236a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3237e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:399
3238a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
323977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "Memory used: %lu, "
324077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Benutzter Speicher: %lu, "
3241a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3242e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:406
3243a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3244a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "time: %5.2f/%5.2f/%5.2f\n"
3245a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Zeit: %5.2f/%5.2f/%5.2f\n"
3246a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3247e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:411
3248a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3249a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "elapsed time: %6.3f\n"
3250a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "abgelaufende Zeit: %6.3f\n"
3251a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3252e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:446 e2fsck/util.c:460
3253a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
325477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "while reading inode %lu in %s"
325577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "beim Lesen von Inode %lu in %s"
3256a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3257e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:474 e2fsck/util.c:487
3258a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
325977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "while writing inode %lu in %s"
326077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "beim Schreiben von Inode %lu in %s"
3261a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3262e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:636
3263720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "while allocating zeroizing buffer"
3264720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgstr "beim reservieren eines Puffers zum Nullen"
3265720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
3266e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/util.c:788
3267e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is running.\n"
3268e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "UNERWARTETE INKONSISTENZ: das Dateisystem wird modifiziert während fsck läuft.\n"
3269294dd5a35077abfb39f0b293b46754569172913bPhilipp Thomas
3270e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:69
3271e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "done                                                 \n"
3272e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "erledigt                                             \n"
3273e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
3274e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:93
327568801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
3276a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
3277a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
3278e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"       [-c blocks_at_once] [-d delay_factor_between_reads] [-e max_bad_blocks]\n"
32794077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"       [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
32804077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"       device [last_block [first_block]]\n"
3281a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
32821e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Aufruf: %s [-b Blockgröße] [-i Eingabedatei] [-o Ausgabedatei] [-svwnf]\n"
3283e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"        [-c Blöcke_auf_einmal] [-d Verzögerungsfaktor_zwischen_Lesedurchgängen]\n"
32844077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"        [-e maximale_Bad_Blocks] [-p Anzahl_Durchgänge]\n"
32854077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"        [-t Testmuster [-t Testmuster [...]]]\n"
32864077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"        Gerät [letzter_Block [Startblock]]\n"
3287a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3288e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:104
3289851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o#, c-format
3290851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid ""
3291851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o"%s: The -n and -w options are mutually exclusive.\n"
3292851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o"\n"
3293851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgstr ""
32941e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"%s: Die Optionen -n und -w schliessen sich gegenseitig aus.\n"
32951e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\n"
3296851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
3297e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:219
3298945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o#, c-format
3299e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3300e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "%6.2f%% erledigt, %s verstrichen. (%d/%d/%d Fehler)"
3301945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o
3302e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:322
330396e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'omsgid "Testing with random pattern: "
3304ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Teste mit zufälligen Mustern: "
330596e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'o
3306e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:340
330796e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'omsgid "Testing with pattern 0x"
3308f9e6df4e6f8ec9304883ea584059577dafa7adf5Theodore Ts'omsgstr "Teste mit Muster 0x"
330996e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'o
3310e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:372 misc/badblocks.c:445
3311a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "during seek"
3312196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Suchen"
3313a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3314e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:383
3315a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3316a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Weird value (%ld) in do_read\n"
3317ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Merkwürdiger Wert (%ld) in do_read\n"
3318a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3319e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:469
3320a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "during ext2fs_sync_device"
3321ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "während ext2fs_sync_device"
3322a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3323e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:489 misc/badblocks.c:749
3324a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while beginning bad block list iteration"
3325e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Beginn des „Bad Block“-Listendurchlaufs"
3326a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3327e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:503 misc/badblocks.c:602 misc/badblocks.c:759
3328a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while allocating buffers"
3329196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Zuweisen von Puffern"
3330a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3331e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:507
3332f9e6df4e6f8ec9304883ea584059577dafa7adf5Theodore Ts'o#, c-format
333396e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'omsgid "Checking blocks %lu to %lu\n"
3334ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Prüfe von Block %lu bis %lu\n"
333596e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'o
3336e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:512
3337a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Checking for bad blocks in read-only mode\n"
3338ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Suche nach defekten Blöcken im Nur-Lesen-Modus\n"
3339a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3340e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:521
3341a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Checking for bad blocks (read-only test): "
3342ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Suche nach defekten Blöcken (Nur-Lesen-Modus):"
3343a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3344e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:528 misc/badblocks.c:634 misc/badblocks.c:676
3345e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:822
3346720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Too many bad blocks, aborting test\n"
33479564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Zu viele defekte Blöcke - Test wird abgebrochen\n"
3348720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
3349e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:609
3350a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Checking for bad blocks in read-write mode\n"
3351ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Suche nach defekten Blöcken (Lesen+Schreiben-Modus)\n"
3352a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3353e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:611 misc/badblocks.c:772
3354a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
335596e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'omsgid "From block %lu to %lu\n"
3356196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Von Block %lu bis %lu\n"
3357196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o
3358e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:666
3359a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Reading and comparing: "
3360a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Lesen und Vergleichen:"
3361a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3362e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:771
3363a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Checking for bad blocks in non-destructive read-write mode\n"
3364e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Suche nach defekten Blöcken im zerstörungsfreien Lesen+Schreiben-Modus\n"
3365a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3366e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:777
336796e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'omsgid "Checking for bad blocks (non-destructive read-write test)\n"
3368e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Suche nach defekten Blöcken (zerstörungsfreier Lesen+Schreiben-Modus)\n"
3369a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3370e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:784
3371a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
3372a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3373a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Interrupt caught, cleaning up\n"
3374a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
3375a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3376ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Unterbrochen, räume auf\n"
3377a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3378e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:867
3379a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3380a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "during test data write, block %lu"
3381196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Schreiben der Test-Daten; Block %lu"
3382a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3383e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:988 misc/util.c:152
3384a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3385a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s is mounted; "
3386ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "%s ist eingehängt; "
3387a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3388e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:990
3389a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "badblocks forced anyway.  Hope /etc/mtab is incorrect.\n"
3390e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
3391a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3392e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:995
3393a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "it's not safe to run badblocks!\n"
3394a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "es ist zu unsicher, Badblocks zu starten!\n"
3395a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3396e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:1000 misc/util.c:163
33977ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o#, c-format
33987ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "%s is apparently in use by the system; "
33991e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "%s wird offensichtlich vom System genutzt; "
34007ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o
3401e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:1003
34027ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "badblocks forced anyway.\n"
3403e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Badblocks wird trotzdem erzwungen. Hoffentlich ist /etc/mtab nicht korrekt.\n"
3404720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
3405e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:1023
340668801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
3407720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "invalid %s - %s"
34089564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "ungültige %s - %s"
34097ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o
3410e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:1133
3411f9e6df4e6f8ec9304883ea584059577dafa7adf5Theodore Ts'o#, c-format
341296e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'omsgid "can't allocate memory for test_pattern - %s"
34131e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Kann keinen Speicher für Testmuster reservieren - %s"
341496e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'o
3415e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:1163
341696e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'omsgid "Maximum of one test_pattern may be specified in read-only mode"
34171e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Es darf im Nur-Lesen-Modus nur ein Testmuster angegeben werden"
341896e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'o
3419e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:1169
342096e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'omsgid "Random test_pattern is not allowed in read-only mode"
34211e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Zufälliges Testmuster ist im Nur-Lesen-Modus nicht erlaubt"
342296e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'o
3423e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:1183
3424a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
3425a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Couldn't determine device size; you must specify\n"
3426a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"the size manually\n"
3427e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Größe des Gerätes ist nicht feststellbar. Sie müssen sie manuell angeben.\n"
3428a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3429e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:1189
3430a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while trying to determine device size"
3431ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "beim Versuch, die Gerätegröße festzustellen"
3432a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3433e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:1194
343468801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomasmsgid "last block"
343568801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomasmsgstr "letzter Block"
343668801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas
3437e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:1200
343868801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomasmsgid "first block"
343968801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomasmsgstr "erster Block"
344068801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas
3441e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:1203
344268801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
3443720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "invalid starting block (%lu): must be less than %lu"
344468801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomasmsgstr "Ungültiger Startblock (%lu): er muss kleiner als %lu sein"
3445a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3446e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:1259
3447197abba0c5887c1fadd5ee39962c716b692b64f1Theodore Ts'omsgid "while creating in-memory bad blocks list"
3448a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "erstelle Bad-Block-Liste im Speicher"
3449a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3450e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:1274
3451197abba0c5887c1fadd5ee39962c716b692b64f1Theodore Ts'omsgid "while adding to in-memory bad block list"
3452ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "füge zur Bad-Block-Liste im Speicher hinzu"
3453a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3454e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/badblocks.c:1298
3455a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3456e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3457e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Durchgang beendet, %u defekte Blöcke gefunden. (%d/%d/%d Fehler)\n"
3458a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3459e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/chattr.c:86
346068801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
3461e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Usage: %s [-RVf] [-+=AaCcDdeijsSu] [-v version] files...\n"
3462e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Aufruf: %s [-RVf] [-+=AaCcDdeijsSu] [-v Version] Dateien...\n"
3463a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3464e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/chattr.c:155
3465a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3466a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "bad version - %s\n"
3467a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "falsche Version - %s\n"
3468a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3469e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/chattr.c:202 misc/lsattr.c:116
3470a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3471a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while trying to stat %s"
3472196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Auslesen des Status von %s"
3473a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3474e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/chattr.c:209
3475a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3476a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while reading flags on %s"
3477196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Lesens der Flags in %s"
3478a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3479e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/chattr.c:218 misc/chattr.c:237
348077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
348177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "Clearing extent flag not supported on %s"
348277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr ""
3483e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Das Zurücksetzen des Kennzeichens für „Erweiterung“ wird auf %s\n"
348477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"\tnicht unterstützt"
348577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
3486e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/chattr.c:223 misc/chattr.c:242
348777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
348877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "Flags of %s set as "
348977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Flags von %s wie folgt gesetzt: "
349077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
3491e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/chattr.c:251
3492a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3493a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while setting flags on %s"
3494196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Setzen der Flags in %s"
3495a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3496e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/chattr.c:259
3497a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3498a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Version of %s set as %lu\n"
3499a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Version von %s gesetzt auf %lu\n"
3500a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3501e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/chattr.c:263
3502a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3503a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while setting version on %s"
3504196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Setzen der Version in %s"
3505a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3506e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/chattr.c:283
3507851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o#, c-format
3508a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Couldn't allocate path variable in chattr_dir_proc"
3509a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Konnte Pfad-Variable in chattr_dir_proc nicht reservieren"
3510a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3511e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/chattr.c:323
3512a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "= is incompatible with - and +\n"
3513a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "= ist inkompatibel mit - und +\n"
3514a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3515e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/chattr.c:331
3516a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Must use '-v', =, - or +\n"
3517e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Benutze „-v“, =, - oder +\n"
3518a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3519e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:55
3520a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
352177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
3522e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Aufruf: %s [-bfhixV] [-o superblock=<Nummer>] [-o blocksize=<Nummer>] Gerät\n"
3523e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
3524e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:159
3525e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "blocks"
3526e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Blöcke"
3527294dd5a35077abfb39f0b293b46754569172913bPhilipp Thomas
3528032eafee3007001d07ee1798db6166a0031a3601Eric Sandeen#: misc/dumpe2fs.c:168
3529e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "clusters"
3530e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Cluster"
3531e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
3532e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:196
3533a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3534a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Group %lu: (Blocks "
3535ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Gruppe %lu: (Blöcke "
3536a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3537e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:204
3538e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
3539e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "  Checksum 0x%04x"
3540e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr " Prüfsumme 0x%04x"
3541e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
3542e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:206
3543e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
3544e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid " (EXPECTED 0x%04x)"
3545e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr " (0x%04x ERWARTET)"
3546e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
3547e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:207
3548edc733d607b6ee57e69965d3e88766b178a778f6Philipp Thomas#, c-format
3549e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ", unused inodes %u\n"
3550e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ", ungenutzte Inodes %u\n"
3551edc733d607b6ee57e69965d3e88766b178a778f6Philipp Thomas
3552e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:212
3553edc733d607b6ee57e69965d3e88766b178a778f6Philipp Thomas#, c-format
35540c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'omsgid "  %s superblock at "
3555a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "  %s Superblock in "
3556a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3557e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:213
3558a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Primary"
3559a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Primary"
3560a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3561e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:213
3562a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Backup"
3563a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Backup"
3564a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3565e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:217
3566b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
35670c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'omsgid ", Group descriptors at "
3568196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr ", Gruppendeskriptoren in "
3569a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3570e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:221
3571ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
3572bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid ""
3573bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o"\n"
3574bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o"  Reserved GDT blocks at "
3575ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr ""
3576ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"\n"
3577ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"  reservierte GDT Blöcke bei "
3578bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
3579e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:228
3580b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
35810c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'omsgid " Group descriptor at "
3582196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr ", Gruppendeskriptor in "
35830c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'o
3584e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:234
3585a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "  Block bitmap at "
3586a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "  Block bitmap in "
3587a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3588e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:238
3589a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ", Inode bitmap at "
3590a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ", Inode Bitmap in "
3591a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3592e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:242
3593a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
3594a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3595a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"  Inode table at "
3596a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
3597a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3598196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o"  Inode-Tabelle in "
3599a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3600e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:248
360168801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
3602a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
3603a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3604e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"  %u free %s, %u free inodes, %u directories%s"
3605a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
3606a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3607e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"  %u freie %s, %u freie Inodes, %u Verzeichnisse%s"
3608a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3609e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:255
3610720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
3611720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid ", %u unused inodes\n"
36129564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr ", %u ungenutzte Inodes\n"
3613720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
3614e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:258
36150c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'omsgid "  Free blocks: "
3616ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "  Freie Blöcke: "
36170c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'o
3618e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:269
36190c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'omsgid "  Free inodes: "
3620196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "  Freie Inodes: "
3621a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3622e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:300
3623a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while printing bad block list"
3624e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Ausgeben der „Bad Block“-Liste"
3625a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3626e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:306
36271e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
3628851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "Bad blocks: %u"
36291e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Bad Blocks: %u"
3630a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3631e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:333 misc/tune2fs.c:302
36321cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'omsgid "while reading journal inode"
36331cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'omsgstr "beim Lesen des Journal-Inodes"
36341cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o
3635e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:339
363677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "while opening journal inode"
363777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "beim Lesen des Journal-Inodes"
363877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
3639e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:345
364077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "while reading journal super block"
364177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "beim Lesen des Journal-Superblocks"
364277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
3643e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:355
364477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
364577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "Journal features:        "
364677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Jounaleigenschaften:        "
364777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
3648e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:368
36491cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'omsgid "Journal size:             "
36509564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Journalgrösse:            "
36511cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o
3652e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:379
365377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
365477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid ""
365577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Journal length:           %u\n"
365677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Journal sequence:         0x%08x\n"
365777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Journal start:            %u\n"
365877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr ""
365977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Journal-Länge:            %u\n"
366077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Journal-Sequenz:          0x%08x\n"
366177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Journal-Start:            %u\n"
366277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
3663e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:386
3664e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
3665e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Journal errno:            %d\n"
3666e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Jounal-Fehlernummer:      %d\n"
3667e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
3668e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:401 misc/tune2fs.c:218
3669a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while reading journal superblock"
3670196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Lesen des Journal-Superblocks"
3671a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3672e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:409
3673a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Couldn't find journal superblock magic numbers"
3674196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Konnte die magische Nummer des Journal-Superblocks nicht finden"
3675a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3676e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:413
36771e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
3678a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
3679a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
36801cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o"Journal block size:       %u\n"
36811cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o"Journal length:           %u\n"
36821cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o"Journal first block:      %u\n"
3683a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Journal sequence:         0x%08x\n"
36841cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o"Journal start:            %u\n"
3685851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o"Journal number of users:  %u\n"
3686a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
3687a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3688ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Journal Blockgröße:       %u\n"
3689ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Journal Länge:            %u\n"
36907527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o"Journal Startblock:       %u\n"
3691196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o"Journal Sequenz:          0x%08x\n"
36927527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o"Journal Start:            %u\n"
36931e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Journal Anzahl Nutzer:    %u\n"
3694a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3695e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:426
3696197abba0c5887c1fadd5ee39962c716b692b64f1Theodore Ts'o#, c-format
3697197abba0c5887c1fadd5ee39962c716b692b64f1Theodore Ts'omsgid "Journal users:            %s\n"
36981e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Jounalnutzer:            %s\n"
3699197abba0c5887c1fadd5ee39962c716b692b64f1Theodore Ts'o
3700e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:442 misc/mke2fs.c:665 misc/tune2fs.c:1128
3701ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
37028f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'omsgid "Couldn't allocate memory to parse options!\n"
37031e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Speicher zum Parsen der Optionen konnte nicht reserviert werden!\n"
37048f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o
3705e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:468
37061e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
37078f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'omsgid "Invalid superblock parameter: %s\n"
37081e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Ungültiger Superblock-Parameter: %s\n"
37098f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o
3710e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:483
37111e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
37128f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'omsgid "Invalid blocksize parameter: %s\n"
37139564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Ungültiger Blockgrössen-Parameter: %s\n"
37148f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o
3715e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:494
37161e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
37178f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'omsgid ""
37188f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\n"
37198f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"Bad extended option(s) specified: %s\n"
37208f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\n"
37218f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"Extended options are separated by commas, and may take an argument which\n"
37228f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\tis set off by an equals ('=') sign.\n"
37238f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\n"
37248f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"Valid extended options are:\n"
37258f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\tsuperblock=<superblock number>\n"
37268f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\tblocksize=<blocksize>\n"
37278f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'omsgstr ""
37288f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\n"
37291e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Falsche erweiterte Optionen angegeben: %s\n"
37308f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\n"
37311e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Erweiterte Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
3732e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
37338f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\n"
37341e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Gültige erweiterte Optionen sind:\n"
37351e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\tsuperblock=<Nummer des Spuperblocks>\n"
37369564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"\tblocksize=<Blockgrösse>\n"
37378f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\n"
37388f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o
3739e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:554 misc/mke2fs.c:1528
3740a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3741a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "\tUsing %s\n"
3742a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "\tBenutze %s\n"
3743a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3744e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:590 misc/e2image.c:1309 misc/tune2fs.c:1914
3745e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:305
3746b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
3747a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Couldn't find valid filesystem superblock.\n"
3748ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Kann keinen gültigen Dateisystem-Superblock finden.\n"
3749a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3750e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/dumpe2fs.c:618
3751f9e6df4e6f8ec9304883ea584059577dafa7adf5Theodore Ts'o#, c-format
37520c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'omsgid ""
37530c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'o"\n"
37540c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'o"%s: %s: error reading bitmaps: %s\n"
3755196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr ""
3756196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o"\n"
3757196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o"%s: %s: Fehler beim Lesen von Bitmaps: %s\n"
3758a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3759e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2image.c:87
3760e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
3761e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Usage: %s [-rsIQ] device image_file\n"
3762e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Aufruf: %s [-rsIO] Gerätedatei Abbild-Datei\n"
3763e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
3764e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2image.c:135
3765ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
3766e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Error: header size is bigger than wrt_size\n"
3767e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler: Größe des Headers übersteigt wrt_size\n"
3768a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o
3769e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2image.c:141
3770a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'omsgid "Couldn't allocate header buffer\n"
3771196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Header-Puffer konnte nicht zugewiesen werden\n"
3772a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o
3773e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2image.c:171
3774a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'omsgid "while writing superblock"
3775196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Schreiben des Superblocks"
3776a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o
3777e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2image.c:179
3778a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'omsgid "while writing inode table"
3779196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Schreiben der Inode-Tabelle"
3780a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o
3781e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2image.c:186
3782a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'omsgid "while writing block bitmap"
3783196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Schreiben der Block-Bitmap"
3784a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o
3785e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2image.c:193
3786a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'omsgid "while writing inode bitmap"
3787196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Schreiben der Inode-Bitmap"
3788a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o
3789e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2image.c:1341
3790e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
3791e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "while trying to convert qcow2 image (%s) into raw image (%s)"
3792e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Versuch, das Qcow2-Image (%s) in ein rohes Image (%s) zu konvertieren"
3793e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
3794e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2label.c:58
3795a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3796a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "e2label: cannot open %s\n"
3797ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "e2label: Kann %s nicht öffnen.\n"
3798a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3799e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2label.c:63
3800b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
3801a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "e2label: cannot seek to superblock\n"
3802a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "e2label: cannot seek to superblock\n"
3803a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3804e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2label.c:68
3805b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
3806a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "e2label: error reading superblock\n"
3807a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "e2label: Lesefehler im Superblock\n"
3808a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3809e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2label.c:72
3810b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
3811a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "e2label: not an ext2 filesystem\n"
3812a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "e2label: Kein ext2 Dateisystem\n"
3813a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3814e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2label.c:97 misc/tune2fs.c:2065
3815b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
3816a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Warning: label too long, truncating.\n"
3817ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Warnung: Name zu lang, kürze ihn.\n"
3818a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3819e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2label.c:100
3820b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
3821a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "e2label: cannot seek to superblock again\n"
3822a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "e2label: cannot seek to superblock again\n"
3823a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3824e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2label.c:105
3825b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
3826a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "e2label: error writing superblock\n"
3827196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "e2label: Fehler beim Schreiben des Superblocks\n"
3828a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3829e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2label.c:117 misc/tune2fs.c:794
3830b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
3831a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Usage: e2label device [newlabel]\n"
38321e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Aufruf: e2label Gerät [neuer_Name]\n"
3833a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3834e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2undo.c:36
3835720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
3836720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Usage: %s <transaction file> <filesystem>\n"
383768801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomasmsgstr "Aufruf: %s <Transaktionsdatei> <Dateisystem>\n"
3838720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
38394077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#: misc/e2undo.c:52
3840720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Failed to read the file system data \n"
38419564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Die Dateisystemdaten konnten nicht gelesenb werden \n"
3842720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
3843e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
3844720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
3845720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Failed tdb_fetch %s\n"
38469564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "tdb_fetch von %s ist misslungen\n"
3847720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
38484077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#: misc/e2undo.c:70
3849720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
3850720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "The file system Mount time didn't match %u\n"
38519564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Die Zeit des letzten Einhängens des Dateisystems war nicht %u\n"
3852720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
38534077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#: misc/e2undo.c:89
3854720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "The file system UUID didn't match \n"
385568801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomasmsgstr "Die UUID des Dateisystems stimmte nicht überein \n"
3856720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
3857e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2undo.c:163
385868801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
3859720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Failed tdb_open %s\n"
38609564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "tdb_open von %s ist misslungen\n"
3861720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
3862e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2undo.c:169
386368801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
3864720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Error while determining whether %s is mounted.\n"
38659564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Fehler beim Überprüfen, ob %s eingehängt ist.\n"
3866720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
3867e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2undo.c:175
38684077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgid "e2undo should only be run on unmounted file system\n"
38694077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgstr "e2undo sollte nur auf nicht-eingehängten Dateisystemen laufen\n"
3870720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
3871e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2undo.c:184
387268801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
3873720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Failed to open %s\n"
387468801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomasmsgstr "%s konnte nicht geöffnet werden\n"
3875720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
3876e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2undo.c:210
3877720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
3878e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Replayed transaction of size %zd at location %llu\n"
3879e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Zurückgespielte Transaktion der Größe %zd an Position %llu\n"
3880720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
3881e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/e2undo.c:216
3882720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
3883720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Failed write %s\n"
38849564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Gescheitertes Schreiben von %s\n"
3885720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
3886032eafee3007001d07ee1798db6166a0031a3601Eric Sandeen#: misc/fsck.c:343
3887a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3888a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "WARNING: couldn't open %s: %s\n"
3889ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "WARNUNG: Konnte %s nicht öffnen: %s\n"
3890a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3891032eafee3007001d07ee1798db6166a0031a3601Eric Sandeen#: misc/fsck.c:353
3892a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3893a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "WARNING: bad format on line %d of %s\n"
3894a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "WARNUNG: falsches Format in Zeile %d von %s\n"
3895a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3896e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:370
3897a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
3898e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"WARNING: Your /etc/fstab does not contain the fsck passno\n"
3899a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\tfield.  I will kludge around things for you, but you\n"
3900a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\tshould fix your /etc/fstab file as soon as you can.\n"
3901a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3902a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
3903e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"WARNUNG: Ihre /etc/fstab enthält keine Angabe darüber, wann\n"
3904e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tdas Dateisystem geprüft werden soll.  Ich werde dieses\n"
3905e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tignorieren, aber Sie sollten ihre /etc/fstab so schnell\n"
3906e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\twie möglich korrigieren.\n"
3907a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
3908a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3909e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:478
3910a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3911a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "fsck: %s: not found\n"
3912a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "fsck: %s: nicht gefunden\n"
3913a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3914e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:594
3915a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3916a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s: wait: No more child process?!?\n"
3917196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "%s: wait: kein Kindprozess mehr?!?\n"
3918a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3919e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:616
3920a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3921a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Warning... %s for device %s exited with signal %d.\n"
3922ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Warnung... %s für Gerät %s wurde mit Signal %d beendet.\n"
3923a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3924e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:622
3925a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3926a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s %s: status is %x, should never happen.\n"
3927a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "%s %s: Status ist %x, sollte nie vorkommen.\n"
3928a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3929e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:661
3930a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3931a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Finished with %s (exit status %d)\n"
3932a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Beendet mit %s (exit status %d)\n"
3933a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3934e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:721
3935a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3936a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s: Error %d while executing fsck.%s for %s\n"
3937ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "%s: Fehler %d bei Ausführung von fsck.%s für %s\n"
3938a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3939e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:742
3940a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
3941a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Either all or none of the filesystem types passed to -t must be prefixed\n"
3942a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"with 'no' or '!'.\n"
3943a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
3944e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Bei -t müssen entweder allen oder keinem Dateisystem ein „no“ bzw. „!“\n"
3945196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o"vorangestellt werden.\n"
3946a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3947e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:761
3948a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Couldn't allocate memory for filesystem types\n"
3949ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Kann keinen Speicher für Dateisystemtypen reservieren.\n"
3950a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3951e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:884
39527527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
3953e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"
39547527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'omsgstr ""
39551e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"%s: überspringe die ungültige Zeile in /etc/fstab: bind mount mit\n"
39561e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas" Durchgangsnummer für fsck, die nicht Null ist\n"
39577527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o
3958e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:911
3959a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3960a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "fsck: cannot check %s: fsck.%s not found\n"
3961ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "fsck: kann %s nicht überprüfen: fsck.%s nicht gefunden\n"
3962a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3963e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:967
3964a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Checking all file systems.\n"
3965e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Alle Dateisysteme werden überprüft.\n"
3966a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3967e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:1058
3968a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3969a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "--waiting-- (pass %d)\n"
3970a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "--warten-- (Durchgang %d)\n"
3971a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3972e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:1078
3973e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3974e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Aufruf: fsck [-AMNPRTV] [ -C [ fd ] ] [-t Datesystemtyp] [FS-Optionen] [Dateisystem...]\n"
3975a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3976e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:1120
3977a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3978a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s: too many devices\n"
3979ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "%s: zu viele Geräte\n"
3980a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3981e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/fsck.c:1153 misc/fsck.c:1239
3982a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3983a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s: too many arguments\n"
3984a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "%s: zu viele Argumente\n"
3985a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3986e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/lsattr.c:74
3987a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3988a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Usage: %s [-RVadlv] [files...]\n"
39891e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Aufruf: %s [-RVadlv] [Dateien...]\n"
3990a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3991e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/lsattr.c:84
3992a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3993a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "While reading flags on %s"
3994196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Beim Lesen der Flags von %s"
3995a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
3996e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/lsattr.c:91
3997a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
3998a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "While reading version on %s"
3999196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Beim Lesen der Version von %s"
4000a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4001e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:115
400277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
4003a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
4004e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
40058f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
4006e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t[-G flex-group-size] [-N number-of-inodes]\n"
4007720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4008851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
40098f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
4010e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-count]\n"
4011a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
4012e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Aufruf: %s [-c|-l Dateiname] [-b Blockgröße] [-C Clustergröße]\n"
40139564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"\t[-i Bytes-pro-Inode] [-I Inodegrösse] [-J Journal-Optionen]\n"
40149564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"\t[-G Größe_der_Metagruppe] [-N Anzahl_der_Inodes]\n"
401568801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas"\t[-m Reservierte-Blöcke-Prozent] [-o Erzeuger-OS]\n"
40161e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\t[-g Blöcke-pro-Gruppe] [-L Volume-Label]\n"
401777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"\t[-M letztes-eingehängtes-Verzeichnis] [-O Eigenschaft[,...]]\n"
401877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"\t[-r fs-Revision] [-E erweiterte-Option[,...]]\n"
4019e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t[-t Dateisystemtyp] [-T Verwendungs-Typ ] [-U UUID] [-jnqvFKSV]\n"
4020e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tGerät [Block-Anzahl]\n"
4021a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4022e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:218
4023a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4024a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Running command: %s\n"
4025e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Es wird ausgeführt: %s\n"
4026a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4027e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:222
4028ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
4029bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid "while trying to run '%s'"
4030e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "während des Versuchs, „%s“ auszuführen"
4031a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4032e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:229
4033a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while processing list of bad blocks from program"
4034e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Auswerten der „Bad Block“-Liste vom Programm"
4035a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4036e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:256
4037a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4038a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Block %d in primary superblock/group descriptor area bad.\n"
4039ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Block %d im primären Superblock/Gruppendeskriptorbereich defekt.\n"
4040a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4041e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:258
40421e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
4043851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4044a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
40451e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Die Blöcke %u bis einschließlich %u müssen in Ordung sein, um ein\n"
40461e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\tDateisystem zu erstellen.\n"
4047a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4048e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:261
4049a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Aborting....\n"
4050e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Abbruch...\n"
4051a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4052e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:281
4053ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
4054a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
40551cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o"Warning: the backup superblock/group descriptors at block %u contain\n"
4056a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\tbad blocks.\n"
4057a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4058a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
4059e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Warnung: die Sicherung des Superblock bzw. Gruppendeskriptors in Block %u enthält\n"
4060ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"\tdefekte Blöcke.\n"
4061a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4062a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4063e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:300
4064a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while marking bad blocks as used"
4065e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Markieren von defekten Blöcken als „belegt“"
4066a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4067e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:317
4068a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Writing inode tables: "
4069e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Inode-Tabellen werden geschrieben: "
4070a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4071e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:339
40727527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
4073a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
4074a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4075e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Could not write %d blocks in inode table starting at %llu: %s\n"
4076a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
4077a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4078e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"%d Blöcke konnten nicht in die Inoden-Tabellen beginnend bei %llu geschrieben werden: %s\n"
4079e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4080e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:353 misc/mke2fs.c:2181 misc/mke2fs.c:2435
4081e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4082e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "done                            \n"
4083e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "erledigt                        \n"
4084a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4085e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:364
4086a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while creating root dir"
4087196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Erstellen des Wurzelverzeichnisses"
4088a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4089e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:371
4090a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while reading root inode"
4091196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Lesen des Root-Inode"
4092a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4093e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:385
4094a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while setting root inode ownership"
4095ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "beim Setzen des Root-Inode-Eigentümers"
4096a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4097e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:403
4098a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while creating /lost+found"
4099196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Erstellen von /lost+found"
4100a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4101e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:410
4102a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while looking up /lost+found"
4103196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Suchen von /lost+found"
4104a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4105e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:423
4106a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while expanding /lost+found"
4107196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Expandieren von /lost+found"
4108a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4109e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:438
4110a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while setting bad block inode"
4111e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Setzen des „Bad Block“-Inodes"
4112a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4113e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:465
4114a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4115a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Out of memory erasing sectors %d-%d\n"
4116ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Speicher voll beim Löschen der Sektoren %d-%d\n"
4117a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4118e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:475
4119a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4120a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Warning: could not read block 0: %s\n"
4121a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Warnung: konnte Block %s nicht lesen\n"
4122a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4123e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:491
4124a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4125a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Warning: could not erase sector %d: %s\n"
4126ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Warnung: konnte Sektor %d: %s nicht löschen\n"
4127a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4128e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:507
4129a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while initializing journal superblock"
4130196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Initialisieren des Journal-Superblocks"
4131a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4132e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:515
4133a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Zeroing journal device: "
4134ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Überschreibe Journal-Device mit Nullen: "
4135a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4136e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:527
4137a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4138e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "while zeroing journal device (block %llu, count %d)"
4139e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Überschreiben des Journal-Device mit Nullen (Block %llu, Nr. %d)"
4140a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4141e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:546
4142a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while writing journal superblock"
4143196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Schreiben des Journal-Superblocks"
4144a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4145e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:561
41467527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
4147a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
4148e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"warning: %llu blocks unused.\n"
4149a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4150a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
4151e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Warnung: %llu Blöcke unbenutzt.\n"
4152a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4153a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4154e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:566
4155a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4156a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Filesystem label=%s\n"
4157196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Dateisystem-Label=%s\n"
4158a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4159e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:569
4160e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4161e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "OS type: %s\n"
4162e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "OS-Typ: %s\n"
4163a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4164e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:571
4165a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4166a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Block size=%u (log=%u)\n"
4167ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Blockgröße=%u (log=%u)\n"
4168a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4169e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:575
4170e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4171e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Cluster size=%u (log=%u)\n"
4172e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Clustergröße=%u (log=%u)\n"
4173e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4174e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:579
4175a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4176a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Fragment size=%u (log=%u)\n"
4177ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Fragmentgröße=%u (log=%u)\n"
4178a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4179e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:581
418077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
418177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "Stride=%u blocks, Stripe width=%u blocks\n"
418277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Stride=%u Blöcke, Stripebreite=%u Blöcke\n"
418377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
4184e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:583
4185a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4186e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%u inodes, %llu blocks\n"
4187e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "%u Inodes, %llu Blöcke\n"
4188a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4189e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:585
4190a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4191e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%llu blocks (%2.2f%%) reserved for the super user\n"
4192e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "%llu Blöcke (%2.2f%%) reserviert für den Superuser\n"
4193a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4194e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:588
4195a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4196a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "First data block=%u\n"
4197ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Erster Datenblock=%u\n"
4198a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4199e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:590
4200ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
4201bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid "Maximum filesystem blocks=%lu\n"
4202ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Maximale Dateisystem-Blöcke=%lu\n"
4203bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
4204e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:594
4205a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4206a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%u block groups\n"
4207196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "%u Blockgruppen\n"
4208a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4209e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:596
4210a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4211a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%u block group\n"
4212196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "%u Blockgruppe\n"
4213a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4214e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:599
4215e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4216e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%u blocks per group, %u clusters per group\n"
4217e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "%u Blöcke pro Gruppe, %u Cluster pro Gruppe\n"
4218e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4219e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:602
4220a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4221a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%u blocks per group, %u fragments per group\n"
4222ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "%u Blöcke pro Gruppe, %u Fragmente pro Gruppe\n"
4223a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4224e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:604
4225a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4226a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%u inodes per group\n"
4227196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "%u Inodes pro Gruppe\n"
4228a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4229e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:611
4230b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
4231a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Superblock backups stored on blocks: "
4232ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Superblock-Sicherungskopien gespeichert in den Blöcken: "
4233a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4234e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:690 misc/tune2fs.c:1156
42357527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
4236e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Invalid mmp_update_interval: %s\n"
4237e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültiges mmp_update_interval: %s\n"
4238e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4239e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:704
4240e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4241e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Invalid stride parameter: %s\n"
4242ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Ungültiger \"stride\"-Parameter: %s\n"
4243a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4244e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:719
42451e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
42468f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'omsgid "Invalid stripe-width parameter: %s\n"
42471e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Ungültiger Stripebreite-Parameter: %s\n"
42488f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o
4249e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:742
42507527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
4251bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid "Invalid resize parameter: %s\n"
4252ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Ungültiger \"resize\"-Parameter: %s\n"
4253bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
4254e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:749
4255b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
4256bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid "The resize maximum must be greater than the filesystem size.\n"
4257e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das Maximum der Vergrösserung muss oberhalb als der Dateisystem-Grösse liegen.\n"
4258bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
4259e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:773
4260851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o#, c-format
4261851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "On-line resizing not supported with revision 0 filesystems\n"
4262851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgstr ""
42639564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"Online-Grössenänderungen werden bei Revison 0 Dateisystemen nicht\n"
42641e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\tunterstützt\n"
4265851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
4266e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:811
4267e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4268e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Invalid quotatype parameter: %s\n"
4269e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültiger Quotatyp-Parameter: %s\n"
4270e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4271e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:822
427268801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
4273a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
4274a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
42758f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"Bad option(s) specified: %s\n"
4276a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4277197abba0c5887c1fadd5ee39962c716b692b64f1Theodore Ts'o"Extended options are separated by commas, and may take an argument which\n"
4278a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\tis set off by an equals ('=') sign.\n"
4279a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4280197abba0c5887c1fadd5ee39962c716b692b64f1Theodore Ts'o"Valid extended options are:\n"
42818f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\tstride=<RAID per-disk data chunk in blocks>\n"
42828f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\tstripe-width=<RAID stride * data disks in blocks>\n"
4283bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o"\tresize=<resize maximum size in blocks>\n"
4284720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
4285e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
4286f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'o"\ttest_fs\n"
4287e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tdiscard\n"
4288e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tnodiscard\n"
4289e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tquotatype=<usr OR grp>\n"
4290720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"\n"
4291a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
4292a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
42931e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Ungültige Option(en) angegeben: %s\n"
42941e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\n"
4295e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Erweiterte Optionen werden durch Kommata getrennt. Manche erwarten ein\n"
4296e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
4297a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4298e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\terhalten welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
42999564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"\n"
43001e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"gültige erweiterte Optionen sind:\n"
43019564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"\tstride=<RAID Segmentgrösse in Blöcken>\n"
43021e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\tstripe-width=<RAID Stride * Datenplatten in Blöcken>\n"
43039564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"\tresize=<Obergrenze für Grössenänderung in Blöcken>\n"
43049564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"\tlazy_itable_init=<0 für Ab-, 1 für Einschalten>\n"
4305e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tlazy_journal_init=<0 für Ab-, 1 fúr Einschalten>\n"
43061e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\ttest_fs\n"
4307e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tdiscard\n"
4308e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tnodiscard\n"
4309e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tquotatype=<usr ODER grp>\n"
43109564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"\n"
4311a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4312e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:842
43138f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o#, c-format
43148f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'omsgid ""
43158f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\n"
43168f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
43178f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\n"
43188f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'omsgstr ""
43191e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\n"
43201e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Warnung: RAID Stripe-Breite %u ist kein ganzzahliges Vielfaches von\n"
43211e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\tStride %u.\n"
43221e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\n"
43238f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o
4324e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:881
43251cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o#, c-format
43261cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'omsgid ""
43271cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o"Syntax error in mke2fs config file (%s, line #%d)\n"
43281cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o"\t%s\n"
43291cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'omsgstr ""
43301e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Syntax Fehler in der Konfigurationsdatei von mkefs (%s, Zeile %d)\n"
43311e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\t%s\n"
43321cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o
4333e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:894 misc/tune2fs.c:393
43341cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o#, c-format
43351cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'omsgid "Invalid filesystem option set: %s\n"
4336e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültige Dateisystem-Option gesetzt: %s\n"
4337294dd5a35077abfb39f0b293b46754569172913bPhilipp Thomas
4338e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:906 misc/tune2fs.c:345
4339e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4340e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Invalid mount option set: %s\n"
4341e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültige Einhänge-Option gesetzt: %s\n"
4342e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4343e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1046
43444077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#, c-format
43454077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgid ""
43464077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"\n"
4347e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Your mke2fs.conf file does not define the %s filesystem type.\n"
43484077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgstr ""
43494077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"\n"
4350e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Ihre mke2fs.conf Datei enhält keine Definitiion des %s Dateisystems.\n"
43514077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas
4352e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1050
43534077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#, c-format
43544077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgid ""
43554077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"You probably need to install an updated mke2fs.conf file.\n"
43564077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"\n"
43574077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgstr ""
4358e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Sie müssen wahrscheinlich eine aktualisierte mke2fs.conf Datei installieren.\n"
43593e914b5c61d3b1e3d8884c60c3fc4c0ac6d8fbe4Philipp Thomas"\n"
43603e914b5c61d3b1e3d8884c60c3fc4c0ac6d8fbe4Philipp Thomas
4361e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1054
4362e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4363e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Aborting...\n"
4364e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Breche ab...\n"
4365e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4366e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1094
4367e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4368e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
4369e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
4370e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4371e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
4372e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
4373e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
4374e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Warnung: Der fs_type %s ist in mke2fs.conf nicht definiert\n"
4375e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
4376e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4377e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1252
4378e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4379e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Couldn't allocate memory for new PATH.\n"
4380e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Kann keinen Speicher für den neuen PATH reservieren\n"
4381e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4382e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1293
4383e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4384e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Couldn't init profile successfully (error: %ld).\n"
4385e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das Profil konnte nicht erfolgreich initiiert werden (Fehler: %ld).\n"
4386e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4387e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1333
43887527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
4389bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid "invalid block size - %s"
4390ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "bad block Größe - %s"
4391bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
4392e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1337
4393a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4394a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Warning: blocksize %d not usable on most systems.\n"
4395ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Warnung: Blockgröße %d ist auf den meisten Systemen unbrauchbar.\n"
4396a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4397e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1353
4398b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
4399e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "invalid cluster size - %s"
4400e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "unzulässige Clustergröße - %s"
4401a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4402e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1365
4403a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Illegal number for blocks per group"
4404ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "unzulässige Angabe für Blöcke pro Gruppe"
4405a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4406e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1370
4407a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "blocks per group must be multiple of 8"
4408ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Anzahl der Blöcke pro Gruppe muss ein Vielfaches von 8 sein"
4409a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4410e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1378
4411720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Illegal number for flex_bg size"
44129564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Illegale Zahl für flex_bg Größe"
4413720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
4414e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1384
4415720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "flex_bg size must be a power of 2"
44169564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "flex_bg Größe muss eine Zweierpotenz sein"
4417720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
4418e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1394
4419ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
4420197abba0c5887c1fadd5ee39962c716b692b64f1Theodore Ts'omsgid "invalid inode ratio %s (min %d/max %d)"
4421ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Unzulässiges Inode-Verhältnis %s (Min %d/Max %d"
4422a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4423e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1404
4424e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4425e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Warning: -K option is deprecated and should not be used anymore. Use '-E nodiscard' extended option instead!\n"
4426e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Warnung: die Option -K ist veraltet und sollte nicht mehr verwendet werden. Verwenden Sie bitte stattdessen die erweiterte Option „-E nodiscard“\n"
4427e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4428e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1418
4429a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "in malloc for bad_blocks_filename"
4430a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "in malloc for bad_blocks_filename"
4431a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4432e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1428
4433ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
4434197abba0c5887c1fadd5ee39962c716b692b64f1Theodore Ts'omsgid "invalid reserved blocks percent - %s"
4435ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %s"
4436a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4437e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1446
4438ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
44396956f613b6ca2b8a7e8919ca734f1ccdbaa9eba1Theodore Ts'omsgid "bad revision level - %s"
4440ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "ungültiges Intervall - %s"
44416956f613b6ca2b8a7e8919ca734f1ccdbaa9eba1Theodore Ts'o
4442e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1458
4443ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
4444197abba0c5887c1fadd5ee39962c716b692b64f1Theodore Ts'omsgid "invalid inode size - %s"
4445ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Unzulässige Inode-Größe - %s"
4446a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4447e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1478
4448ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
44496956f613b6ca2b8a7e8919ca734f1ccdbaa9eba1Theodore Ts'omsgid "bad num inodes - %s"
4450ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "ungültiges Intervall - %s"
44516956f613b6ca2b8a7e8919ca734f1ccdbaa9eba1Theodore Ts'o
4452e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1495
4453e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "The -t option may only be used once"
4454e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Option -t darf nur eimal angegeben werden"
4455e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4456e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1503
4457e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "The -T option may only be used once"
4458e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Option -T darf nur eimal angegeben werden"
4459e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4460e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1553 misc/mke2fs.c:2514
4461a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4462a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while trying to open journal device %s\n"
4463ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "beim Versuch, das Journal-Device %s zu öffnen\n"
4464a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4465e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1559
4466a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o#, c-format
4467ddc32a045bd3bd35968ace2dbe22179470baec0bTheodore Ts'omsgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4468ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Journal-Device Blockgröße (%d) kleiner als Minimum-Blockgröße %d\n"
4469a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o
4470e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1565
447168801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
447268801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomasmsgid "Using journal device's blocksize: %d\n"
44739564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Verwende die Blockgrösse des Geräts: %d\n"
447468801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas
4475e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1576
447665f0aab98b20b5994a726ab90d355248bcddfffdJP Abgrall#, c-format
4477e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "invalid blocks '%s' on device '%s'"
4478e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ungültige Blöcke  „%s“ auf Gerät „%s“"
4479a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4480e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1586
4481a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "filesystem"
4482a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Dateisystem"
4483a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4484e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1599 resize/main.c:355
4485a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while trying to determine filesystem size"
4486ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "beim Bestimmen der Dateisystemgröße"
4487a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4488e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1605
4489a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
4490a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Couldn't determine device size; you must specify\n"
4491a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"the size of the filesystem\n"
4492a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
4493ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Konnte die Gerätegröße nicht ermitteln. Geben\n"
4494ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Sie die Größe des Dateisystems an\n"
4495a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4496e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1612
4497a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
4498a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Device size reported to be zero.  Invalid partition specified, or\n"
4499a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\tpartition table wasn't reread after running fdisk, due to\n"
4500a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\ta modified partition being busy and in use.  You may need to reboot\n"
4501a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\tto re-read your partition table.\n"
4502a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
4503e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Zurückgegebene Gerätegröße ist gleich null. Es wurde eine ungültige\n"
4504e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tPartition angegeben oder die Partitionstabelle wurde nach einem\n"
4505e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tfdisk-Lauf nicht wieder eingelesen, weil eine veränderte Partition\n"
4506e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tin Gebrauch und gesperrt ist. Sie könnten gezwungen sein, neu zu\n"
4507e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tbooten, um die Partitionstabelle neu einzulesen.\n"
4508a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4509e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1629
4510a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'omsgid "Filesystem larger than apparent device size."
4511ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Dateisystem ist größer als augenscheinlich das Gerät selbst."
4512a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4513e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1649
4514720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
4515720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Failed to parse fs types list\n"
45169564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Analyse der Liste von Dateisystemen war nicht möglich\n"
451768801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas
4518e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1703
4519e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4520e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
4521e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4522e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tin 32 bits using a blocksize of %d.\n"
4523e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
4524e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"%1$s: Die Größe von Gerät %3$s (0x%2$llx) lässt sich bei Verwendung einer\n"
4525e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tBlockgröße von %4$d nicht mit 32 Bits darstellen.\n"
4526e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4527e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1719
452868801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomasmsgid "fs_types for mke2fs.conf resolution: "
45299564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "fs_types für mke2fs.conf Lösung: "
4530720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
4531e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1726
45321cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o#, c-format
45331cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'omsgid "Filesystem features not supported with revision 0 filesystems\n"
45341cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'omsgstr ""
45351e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Dateisystem-Eigenschaften werden für Dateisysteme der Revision 0 nicht\n"
45361e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\tunterstützt\n"
45371cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o
4538e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1733
4539851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o#, c-format
4540851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "Sparse superblocks not supported with revision 0 filesystems\n"
4541851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgstr ""
45421e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Verteilte Superblöcke werden für Dateisysteme der Revision 0 nicht\n"
45431e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\tunterstützt\n"
4544851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
4545e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1745
45461e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
4547851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "Journals not supported with revision 0 filesystems\n"
45481e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Journale werden für Dateisysteme der Revision 0 nicht unterstützt\n"
4549851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
4550e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1759
4551e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4552e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "invalid reserved blocks percent - %lf"
4553e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Unzulässige \"Reservierte Blöcke\"-Prozentangabe - %lf"
4554e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4555e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1775
4556720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
4557720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid ""
4558720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"The resize_inode and meta_bg features are not compatible.\n"
4559720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"They can not be both enabled simultaneously.\n"
4560720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgstr ""
45619564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"Die Eigenschaften resize_inode und meta_bg sind nicht kompatibel.\n"
456268801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas"Sie können nicht gleichzeitig aktiviert werden.\n"
4563720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
4564e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1792
456596e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'omsgid "while trying to determine hardware sector size"
4566ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "beim Ermitteln der Hardware-Sektorgröße"
456796e6f5da9a5bd2a29ebfd7d8ba3bb3de3bd32ccdTheodore Ts'o
4568e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1798
4569057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'omsgid "while trying to determine physical sector size"
4570e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Ermitteln der physischen Sektorgröße"
4571057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'o
4572e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1831
4573057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'omsgid "while setting blocksize; too small for device\n"
4574e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Setzen der Blockgröße; zu klein für das Gerät\n"
4575057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'o
4576e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1836
4577e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4578e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4579e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Warnung: die vorgegebene Blockgröße %d ist kleiner als die physische Sektorgröße %d\n"
4580057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'o
4581e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1867
458277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
458377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "warning: Unable to get device geometry for %s\n"
458477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Warnung: Die Geometrie für Gerät %s konnte nicht erfragt werden\n"
458577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
4586e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1870
458777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
458877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "%s alignment is offset by %lu bytes.\n"
458977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Die Ausrichtung von %s ist um %lu Bytes verschoben.\n"
459077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
4591e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1872
459277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
4593e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "This may result in very poor performance, (re)-partitioning suggested.\n"
459477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr ""
459577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Das könnte zu sehr schlechter Leistung führen. Eine (Neu-)Partionierung\n"
459677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas" wird empfohlen.\n"
459777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
4598e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1883
4599e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4600e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%d-byte blocks too big for system (max %d)"
4601e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "%d-Byte Blöcke zu groß für das System (max %d)"
4602e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4603e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1887
4604e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4605e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4606e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Warnung: %d-byte Blöcke sind zu groß für das System (max %d), fahre dennoch fort\n"
4607e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4608e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1925
4609bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid "reserved online resize blocks not supported on non-sparse filesystem"
4610bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgstr ""
46119564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"Für Online-Grössenänderungen reservierte Blöcke werden auf Dateisystemen\n"
46121e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\tohne Unterstützung für Lückenkompression  nicht unterstützt"
4613bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
4614e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1934
4615a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "blocks per group count out of range"
4616e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Anzahl der Blöcke pro Gruppe ausserhalb des gültigen Bereichs"
4617a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4618e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1949
4619720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
4620e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Eigenschaft flex_bg wurde nicht aktiviert, daher darf flex_bg Grösse nicht angegeben werden"
46211cbf82850c300c8745309a12a3025b4b46a8358cTheodore Ts'o
4622e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1961
46237527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
4624197abba0c5887c1fadd5ee39962c716b692b64f1Theodore Ts'omsgid "invalid inode size %d (min %d/max %d)"
4625ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "ungültige Inode-Größe %d (min %d/max %d)"
4626a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4627e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1979
4628851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o#, c-format
4629851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "too many inodes (%llu), raise inode ratio?"
46301e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "zu viele Inodes (%llu), Inode-Verhältnis erhöhen?"
4631851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
4632e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:1986
4633851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o#, c-format
4634851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "too many inodes (%llu), specify < 2^32 inodes"
46351e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "zu viele Inodes (%llu), sie müssen weniger als 2^32 Inodes angeben"
4636851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
4637e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2000
4638851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o#, c-format
4639851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid ""
4640851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o"inode_size (%u) * inodes_count (%u) too big for a\n"
4641e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
4642851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o"\tor lower inode count (-N).\n"
4643851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgstr ""
4644e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Inodegröße (%u) * Anzahl_Inodes (%u) ist zu gross für ein\n"
4645e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tDateisystem mit %llu Blöcken, geben Sie bitte entweder ein höheres\n"
4646e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tInodeverhältnis (-i) oder eine niedrigere Anzahl an Inodes (-N) an.\n"
4647720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
4648e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2119
4649720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
4650720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid ""
4651720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"Overwriting existing filesystem; this can be undone using the command:\n"
4652720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"    e2undo %s %s\n"
4653720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"\n"
4654720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgstr ""
4655e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Überschreibe das bestehende Dateisystem; dies kann rückgängig gemacht werden\n"
46569564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"durch den Befehl:\n"
465768801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas"    e2undo %s %s\n"
465868801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas"\n"
4659720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
4660e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2133
4661e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "while trying to setup undo file\n"
4662e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Erstellen der Undodatei\n"
466377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
4664e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2159
4665e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Discarding device blocks: "
4666e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Blöcke des Gerätes werden verworfen: "
466777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
4668e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2176
4669e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "failed - "
4670e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "nicht erfolgreich - "
467177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
4672e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2283
4673a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while setting up superblock"
4674196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Erstellen des Superblocks"
4675a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4676e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2292
4677e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4678e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Discard succeeded and will return 0s  - skipping inode table wipe\n"
4679e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Verwerfen war erfolgreich und wird Nullen zurückliefern - das Löschen der Inode-Tabelle wird übersprungen \n"
4680e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4681e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2375
4682a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4683a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "unknown os - %s"
4684a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "unbekanntes OS - %s"
4685a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4686e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2427
4687e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4688e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Allocating group tables: "
4689e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Platz für Gruppentabellen wird angefordert: "
4690e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4691e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2431
4692a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while trying to allocate filesystem tables"
4693196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Zuordnen von Dateisystemtabellen"
4694a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4695e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2440
4696e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
4697e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
4698e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\twhile converting subcluster bitmap"
4699e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
4700e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
4701e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tbeim Konvertieren der Subcluster-Bitmap"
4702e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4703e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2483
4704a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4705e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "while zeroing block %llu at end of filesystem"
4706e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Nullen von Block %llu am Ende des Dateisystems"
4707a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4708e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2496
4709bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid "while reserving blocks for online resize"
4710bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgstr "beim Lesen des Bad-Block-Inodes"
4711bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'o
4712e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2507 misc/tune2fs.c:640
4713a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "journal"
4714a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Journal"
4715a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4716e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2519
4717a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4718a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Adding journal to device %s: "
4719ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Erstelle Journal auf Gerät %s: "
4720a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4721e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2526
4722a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4723a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
4724a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4725a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\twhile trying to add journal to device %s"
4726a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
4727a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4728ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"\tbeim Erstellen des Journals auf Gerät %s"
4729a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4730e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2531 misc/mke2fs.c:2563 misc/tune2fs.c:669 misc/tune2fs.c:683
4731b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
4732a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "done\n"
4733a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "erledigt\n"
4734a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4735e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2540
473677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
473777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "Skipping journal creation in super-only mode\n"
473877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Die Erzeugung eines Journals wird im Nur-Super Modus übersprungen\n"
473977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
4740e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2551
474168801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
4742720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Creating journal (%u blocks): "
474368801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomasmsgstr "Erstelle Journal (%u Blöcke): "
4744720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
4745e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2559
4746e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
4747e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
4748e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\twhile trying to create journal"
4749e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
4750e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
4751e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tbeim Erstellen des Journals"
4752e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4753e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2570 misc/tune2fs.c:446
4754e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4755e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
4756e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
4757e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Error while enabling multiple mount protection feature."
4758e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
4759e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
4760e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Fehler beim Aktivieren des Schutzes vor mehrfachem Einhängen."
4761e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4762e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2575
4763e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4764e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Multiple mount protection is enabled with update interval %d seconds.\n"
4765e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Schutz vor mehrfachem Einhängen wurde mit einem Intervall von %d Sekunden aktiviert\n"
4766e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4767e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2588
4768b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
4769a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Writing superblocks and filesystem accounting information: "
4770ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Schreibe Superblöcke und Dateisystem-Accountinginformationen: "
4771a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4772e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2595
4773b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
4774a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
4775a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4776a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Warning, had trouble writing out superblocks."
4777a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
4778a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4779ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Warnung: Probleme beim Schreiben der Superblöcke."
4780a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4781e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mke2fs.c:2597
4782b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
4783a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
4784a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"done\n"
4785a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4786a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
4787a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"erledigt\n"
4788a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4789a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4790e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/mklost+found.c:50
4791b0cacab066000b940551d59aad3e4553d4bad268Theodore Ts'o#, c-format
4792a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Usage: mklost+found\n"
47931e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Aufruf: mklost+found\n"
4794a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4795e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/partinfo.c:41
4796a700f5175ebbc2739153dabe934293cd214bd132Philipp Thomas#, c-format
4797720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid ""
4798720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"Usage:  %s device...\n"
4799720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"\n"
48004077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"Prints out the partition information for each given device.\n"
48014077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"For example: %s /dev/hda\n"
48024077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"\n"
4803720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgstr ""
48049564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"Aufruf: %s Gerät...\n"
480568801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas"\n"
48069564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"Gibt Informationen über die Partitionen jedes angegebenen Gerätes aus.\n"
48074077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"Zum Beispiel: %s /dev/hda\n"
48084077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"\n"
48094077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas
4810e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/partinfo.c:51
48114077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#, c-format
48124077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgid "Cannot open %s: %s"
48134077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgstr "Kann %s nicht öffnen: %s"
4814720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
4815e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/partinfo.c:57
48164077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#, c-format
48174077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgid "Cannot get geometry of %s: %s"
48184077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgstr "Geometrie von %s kann nicht ermittelt werden: %s"
4819720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
4820e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/partinfo.c:65
48214077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#, c-format
48224077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgid "Cannot get size of %s: %s"
48234077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgstr "Grösse von %s kann nicht gelesen werden: %s"
4824720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
4825e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/partinfo.c:71
48264077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#, c-format
48274077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgid "%s: h=%3d s=%3d c=%4d   start=%8d size=%8lu end=%8d\n"
48284077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgstr "%s: h=%3d s=%3d c=%4d   Start=%8d Grösse=%8lu Ende=%8d\n"
4829720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
4830e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:107
4831a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Please run e2fsck on the filesystem.\n"
48324077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgstr "Lassen Sie bitte e2fsck über das Dateisystem laufen.\n"
4833a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4834e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:116
483568801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
4836a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
4837197abba0c5887c1fadd5ee39962c716b692b64f1Theodore Ts'o"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
48388f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4839e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p mmp_update_interval]\n"
48408f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
4841f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'o"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4842720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4843720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"\t[ -I new_inode_size ] device\n"
4844a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
4845e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Aufruf: %s [-c max-Anzahl-Einhängen] [-e Fehler-Verhalten] [-g Gruppe]\n"
48469564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"\t[-i Intervall[d|m|w]] [-j] [-J Journal-Optionen] [-l]\n"
4847e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t[-m reservierte_Blöcke_Prozent] [-o [^]Einhäng_Optionen[,...]] [-p mmp_update_intervall]\n"
48481e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\t[-r Anzahl_reservierte_Blöcke] [-u Benutzer] [-C Anzahl_Einhängen]\n"
48491e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\t[-L Volume_Label] [-M letztes_eingehängtes_Verzeichnis]\n"
48501e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\t[-O [^]Eigenschaft[,...]] [-E erweiterte-Option[,...]]\n"
48519564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"\t[-T letzter_Prüfzeitpunkt] [-U UUID] [-I neue_Inodegrösse] Gerät\n"
4852a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4853e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:205
4854a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while trying to open external journal"
4855ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "beim Öffnen des externen Journals"
4856a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4857e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:210
4858a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4859a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s is not a journal device.\n"
4860ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "%s ist kein Journal-Gerät.\n"
4861a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4862e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:225
4863a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Journal superblock not found!\n"
4864196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Journal-Superblock nicht gefunden!\n"
4865a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4866e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:236
4867a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Filesystem's UUID not found on journal device.\n"
4868ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "UUID des Dateisystems auf Journal-Gerät nicht gefunden.\n"
4869a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4870e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:257
4871e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
4872e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Cannot locate journal device. It was NOT removed\n"
4873e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Use -f option to remove missing journal device.\n"
4874e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
4875e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Das Journal-Gerät konnte nicht gefunden werden. Es wurde NICHT entfernt\n"
4876e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Verwenden Sie die Option  -f, um das fehlende Journal-Gerät zu entfernen.\n"
4877a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4878e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:265
4879a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Journal removed\n"
4880ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Journal gelöscht\n"
4881a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4882e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:309
4883a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while reading bitmaps"
4884196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Lesen von Bitmaps"
4885a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4886e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:317
4887a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while clearing journal inode"
4888196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Bereinigen des Journal-Inodes"
4889a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4890e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:328
4891a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while writing journal inode"
4892196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "beim Schreiben des Journal-Inodes"
4893a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4894e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:363
48953e914b5c61d3b1e3d8884c60c3fc4c0ac6d8fbe4Philipp Thomas#, c-format
4896e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "(and reboot afterwards!)\n"
4897e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "(und hinterher das System neu starten!)\n"
48983e914b5c61d3b1e3d8884c60c3fc4c0ac6d8fbe4Philipp Thomas
4899e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:396
49008f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o#, c-format
49018f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'omsgid "Clearing filesystem feature '%s' not supported.\n"
4902e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das Zurücksetzen von Dateisystem-Eigenschaft „%s“ wird nicht unterstützt.\n"
49038f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o
4904e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:402
49056767142d2421e9d82c78011bed8535bcb4f4bc5cPhilipp Thomas#, c-format
49068f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'omsgid "Setting filesystem feature '%s' not supported.\n"
4907e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das Setzen der Dateisystem-Eigenschaft „%s“ wird nicht unterstützt.\n"
49088f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o
4909e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:411
4910a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
491168801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas"The has_journal feature may only be cleared when the filesystem is\n"
4912a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"unmounted or mounted read-only.\n"
4913a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
49149564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"Die has_jounal Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
49159564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
4916a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4917e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:419
4918a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
4919a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"The needs_recovery flag is set.  Please run e2fsck before clearing\n"
4920a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"the has_journal flag.\n"
4921a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
4922196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o"Das needs_recovery Flag ist gesetzt. Bitte starten sie e2fsck vor\n"
49231e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"der Zurücksetzung des has_journal Flags.\n"
4924a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
4925e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:438
4926e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
4927e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"The multiple mount protection feature can't\n"
4928e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"be set if the filesystem is mounted or\n"
4929e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"read-only.\n"
4930e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
4931e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Die Eigenschaft \"Schutz vor mehrfachem Einhängen\" kann nur nicht\n"
4932e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"zurückgesetzt werden, wenn das Dateisystem nicht oder nur zum Lesen\n"
4933e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"eingehängt ist.\n"
4934e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4935e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:456
4936e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4937e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Multiple mount protection has been enabled with update interval %ds.\n"
4938e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
4939e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Schutz vor mehrfachem Einhängen wurde aktiviert mit einem Aktualisierungs-\n"
4940e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"intervall von %ds.\n"
4941e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4942e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:465
4943e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
4944e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"The multiple mount protection feature cannot\n"
4945e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"be disabled if the filesystem is readonly.\n"
4946e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
4947e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Der Schutz vor mehrfachem Einhängen kann nicht deaktiviert werden,\n"
4948e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"wenn das Dateisystem nur lesbar ist.\n"
4949e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4950e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:473
4951e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Error while reading bitmaps\n"
4952e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Lesen der Bitmaps\n"
4953e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4954e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:482
4955e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
4956e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
4957e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die magische Zahl im MMP-Block passt nicht. Erwartet: %x, tatsächlich: %x\n"
4958e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4959e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:487
4960e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "while reading MMP block."
4961e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Lesen des MMP-Blockes."
4962e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
4963e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:519
4964720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid ""
4965720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"Clearing the flex_bg flag would cause the the filesystem to be\n"
4966720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"inconsistent.\n"
4967720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgstr ""
49689564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"Das Zurücksetzen der Kennung flex_bg würde das Dateisystem inkonsistent\n"
49699564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"machen.\n"
497068801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas
4971e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:530
497268801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomasmsgid ""
497368801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas"The huge_file feature may only be cleared when the filesystem is\n"
497468801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas"unmounted or mounted read-only.\n"
497568801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomasmsgstr ""
497668801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas"Die huge_file Eigenschaft kann nur zurückgesetzt werden, wenn das\n"
497768801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas"Dateisystem nicht oder im Nur-Lesen-Modus eingehängt ist.\n"
497868801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas
4979e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:590
4980e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
4981e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
4982e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Warning: '^quota' option overrides '-Q'arguments.\n"
4983e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
4984e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
4985e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Warnung: die Option „^quota“ hat Vorrang vor „-Q“ Optionen.\n"
4986294dd5a35077abfb39f0b293b46754569172913bPhilipp Thomas
4987e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:635
4988294dd5a35077abfb39f0b293b46754569172913bPhilipp Thomasmsgid "The filesystem already has a journal.\n"
4989294dd5a35077abfb39f0b293b46754569172913bPhilipp Thomasmsgstr "Das Dateisystem hat schon ein Journal.\n"
4990294dd5a35077abfb39f0b293b46754569172913bPhilipp Thomas
4991e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:653
4992a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
4993a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
4994a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4995a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\twhile trying to open journal on %s\n"
4996a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
4997a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
4998ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"\tbeim Öffnen des Journals auf %s\n"
4999a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5000e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:657
5001a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5002a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Creating journal on device %s: "
5003ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Erstelle Journal auf Gerät %s: "
5004a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5005e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:665
5006a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5007a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while adding filesystem to journal on %s"
5008ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "beim Hinzufügen des Dateisystems zum Journal auf %s"
5009a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5010e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:671
5011a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Creating journal inode: "
5012a700f5175ebbc2739153dabe934293cd214bd132Philipp Thomasmsgstr "Erstelle Journal-Inode: "
5013a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5014e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:680
5015a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
5016a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5017a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\twhile trying to create journal file"
5018a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
5019a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5020196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'o"\tbeim Erstellen der Journaldatei"
5021a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5022e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:754
5023e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Couldn't allocate memory to parse quota options!\n"
5024e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Speicher zum Parsen der Quota-Optionen konnte nicht reserviert werden!\n"
5025e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5026e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:776
5027e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
5028e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
5029e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Bad quota options specified.\n"
5030e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
5031e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Following valid quota options are available (pass by separating with comma):\n"
5032e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t[^]usrquota\n"
5033e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t[^]grpquota\n"
5034e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
5035e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
5036e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
5037e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
5038e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Es wurden ungültige Quota-Optionen angegeben.\n"
5039e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
5040e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Following valid quota options are available (pass by separating with comma):\n"
5041e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Die folgenden Quotaoptionen sind verfügbar (durch Komma getrennt angeben):\n"
5042e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t[^]usrquota\n"
5043e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t[^]grpquota\n"
5044e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
5045e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
5046e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5047e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:837
5048a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5049a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Couldn't parse date/time specifier: %s"
5050196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "Konnte Datum/Zeit nicht parsen: %s"
5051a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5052e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:861 misc/tune2fs.c:874
5053a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5054a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "bad mounts count - %s"
5055ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Ungültiger Mounts-Zähler - %s"
5056a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5057e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:890
5058a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5059a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "bad error behavior - %s"
5060ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "ungültiges Fehler-Verhalten - %s"
5061a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5062e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:917
5063a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5064a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "bad gid/group name - %s"
5065ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "ungültige(r) GID oder Gruppenname - %s"
5066a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5067e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:950
5068a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5069a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "bad interval - %s"
5070ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "ungültiges Intervall - %s"
5071a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5072e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:979
5073a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5074a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "bad reserved block ratio - %s"
5075ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "ungültiges Reservierte-Blöcke-Verhältnis - %s"
5076a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5077e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:994
50780c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'omsgid "-o may only be specified once"
5079196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "-o darf nur eimal angegeben werden"
50800c897a9012efb7d65244e25245c4b7318201d961Theodore Ts'o
5081e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1003
5082a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "-O may only be specified once"
5083a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "-O darf nur eimal angegeben werden"
5084a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5085e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1018
5086a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5087a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "bad reserved blocks count - %s"
5088ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "ungültige Anzahl von reservierten Blöcken - %s"
5089a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5090e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1047
5091a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5092a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "bad uid/user name - %s"
5093ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "ungültige(r) UID/Benutzername - %s"
5094a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5095e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1064
509668801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
5097720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "bad inode size - %s"
50989564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Unzulässige Inodegröße - %s"
5099720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
5100e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1071
5101720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
5102720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Inode size must be a power of two- %s"
51039564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Inodegrösse muss eine Zweierpotenz sein- %s"
5104720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
5105e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1165
5106e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5107e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "mmp_update_interval too big: %lu\n"
5108e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "mmp_update_interval ist zu groß: %lu\n"
5109e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5110e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1170
5111e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5112e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Setting multiple mount protection update interval to %lu second\n"
5113e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "Setting multiple mount protection update interval to %lu seconds\n"
5114e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "Setze das Intervall für den Schutz vor mehrfachem Einhängen auf %lu Sekunde\n"
5115e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "Setze das Intervall für den Schutz vor mehrfachem Einhängen auf %lu Sekunden\n"
5116e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5117e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1193
51181e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
51198f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'omsgid "Invalid RAID stride: %s\n"
51201e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Ungültiger RAID Stride: %s\n"
51218f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o
5122e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1208
51231e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
51248f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'omsgid "Invalid RAID stripe-width: %s\n"
51251e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Ungültige RAID Stripe-Breite: %s\n"
51268f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o
5127e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1223
51284077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#, c-format
51294077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgid "Invalid hash algorithm: %s\n"
51304077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgstr "Ungültiger Hashalgorithmus: %s\n"
51314077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas
5132e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1229
51334077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#, c-format
51344077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgid "Setting default hash algorithm to %s (%d)\n"
51354077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgstr "Der standard Hashalgorithmus wird auf %s (%d) gesetzt\n"
51364077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas
5137e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1248
51381e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
5139f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'omsgid ""
5140f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'o"\n"
5141f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'o"Bad options specified.\n"
5142f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'o"\n"
5143f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'o"Extended options are separated by commas, and may take an argument which\n"
5144f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'o"\tis set off by an equals ('=') sign.\n"
5145f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'o"\n"
5146f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'o"Valid extended options are:\n"
5147e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tclear_mmp\n"
5148e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\thash_alg=<hash algorithm>\n"
5149e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tmount_opts=<extended default mount options>\n"
51508f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"\tstride=<RAID per-disk chunk size in blocks>\n"
51514077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"\tstripe_width=<RAID stride*data disks in blocks>\n"
5152f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'o"\ttest_fs\n"
5153f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'o"\t^test_fs\n"
5154f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'omsgstr ""
5155f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'o"\n"
51564077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"Ungültige Optionen wurden angegeben.\n"
5157f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'o"\n"
51584077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"Erweiterte Optionen werden mit Kommatas getrennt angegeben und erwarten\n"
5159e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\teventuell ein Argument, welches mit Gleichheitszeichen („=“)\n"
51601e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\tzugewiesenwird.\n"
5161f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'o"\n"
51621e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Gültige erweiterte Optionen sind:\n"
5163e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tclear_mmp\n"
5164e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\thash_alg=<Hashalgorithmus>\n"
5165e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tmount_opts=<erweiterte Standard-Einhängoptionen>\n"
51669564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"\tstride=<RAID Segmentgrösse pro PLatte in Blöcken>\n"
51671e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\tstripe-width=<RAID Stride*Datenplatten in Blöcken>\n"
51681e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\ttest_fs\n"
51691e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\t^test_fs\n"
5170f1d5fce623ceed50a814796222075ec1a99e66b1Theodore Ts'o
5171e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1714
5172e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Failed to read inode bitmap\n"
5173e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Inode-Bitmap konnte nicht gelesen werden\n"
5174e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5175e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1719
5176e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Failed to read block bitmap\n"
5177e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Block-Bitmaps konnten nicht gelesen werden\n"
5178e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5179e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1736 resize/resize2fs.c:802
5180720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "blocks to be moved"
5181720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgstr "zu verschiebende Blöcke"
5182720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
5183e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1739
518477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "Failed to allocate block bitmap when increasing inode size\n"
5185e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Beim Vergrössern der Inodes konnte keine Block-Bitmap angelegt werden\n"
518677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
5187e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1745
518877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "Not enough space to increase inode size \n"
518977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Der Platz reicht nicht aus um die Inodegrösse zu erhöhen \n"
519077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
5191e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1750
519277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "Failed to relocate blocks during inode resize \n"
5193e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Beim Vergrössern der Inodes konnten die Blöcke nicht verschoben werden \n"
519477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
5195e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1782
519677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid ""
519777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Error in resizing the inode size.\n"
519877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Run e2undo to undo the file system changes. \n"
519977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr ""
520077c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Fehler beim Verändern der Inodegrösse.\n"
520177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Starten Sie e2undo um die Änderungen am Dateisystem rückgängig zu machen. \n"
520277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
5203e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1809
5204e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Couldn't allocate memory for tdb filename\n"
5205e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Kann keinen Speicher für den tdb-Dateinamen reservieren\n"
5206e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5207e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1831
5208e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5209e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "while trying to delete %s"
5210e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "beim Versuch, %s zu löschen"
5211e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5212e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1841
521377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
5214720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid ""
5215945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o"To undo the tune2fs operation please run the command\n"
52164077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"    e2undo %s %s\n"
5217720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"\n"
5218720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgstr ""
52199564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"Um die Aktionen von tune2fs rückgängig zu machen, starten Sie bitte den\n"
52209564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"Befehl\n"
52214077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"    e2undo %s %s\n"
522268801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas"\n"
5223720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
5224e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1910
5225e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5226e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
5227e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"MMP block magic is bad. Try to fix it by running:\n"
5228e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"'e2fsck -f %s'\n"
5229e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
5230e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Die Kennung des MMP Blockes ist ungültig. Versuchen Sie ihn durch folgendes\n"
5231e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Kommando zu reparieren:\n"
5232e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"„e2fsck -f %s“\n"
5233e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5234e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1928
52354077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#, c-format
523677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "The inode size is already %lu\n"
523777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Die Inodegrösse ist bereits %lu\n"
52384077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas
5239e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1934
52404077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas#, c-format
52414077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgid "Shrinking the inode size is not supported\n"
52424077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomasmsgstr "Das Schrumpfen der Inodegrösse wird nicht unterstützt\n"
52434077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas
5244e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1981
5245a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5246a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Setting maximal mount count to %d\n"
5247e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die maximale Anzahl von Einhängungen wird auf %d gesetzt\n"
5248a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5249e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1987
5250a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5251a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Setting current mount count to %d\n"
5252e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die derzeitige Anzahl von Einhängungen wird auf %d gesetzt\n"
5253a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5254e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1992
5255a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5256a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Setting error behavior to %d\n"
5257e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das Fehler-Verhalten wird auf %d gesetzt\n"
5258a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5259e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:1997
5260a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5261a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Setting reserved blocks gid to %lu\n"
5262e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die GID für reservierte Blöcke wird auf %lu gesetzt\n"
5263e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5264e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2002
5265e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5266e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "interval between checks is too big (%lu)"
5267e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das Intervall zwischen den Prüfungen ist zu groß (%lu)"
5268294dd5a35077abfb39f0b293b46754569172913bPhilipp Thomas
5269e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2009
52707527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
5271bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid "Setting interval between checks to %lu seconds\n"
5272e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das Intervall zwischen zwei Checks wird auf %lu Sekunden gesetzt\n"
5273a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5274e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2016
52757527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
5276e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
5277e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Prozentsatz reservierter Böcke wird auf %g%% (%llu Blöcke) gesetzt\n"
5278a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5279e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2022
5280a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5281e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "reserved blocks count is too big (%llu)"
5282e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Anzahl der reservierten Blöcke ist zu gross (%llu)"
5283a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5284e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2029
5285a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5286e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Setting reserved blocks count to %llu\n"
5287e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Anzahl der reservierten Blöcke wird auf %llu gesetzt\n"
5288a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5289e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2035
5290a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
5291a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5292a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"The filesystem already has sparse superblocks.\n"
5293a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
5294a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
52951e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Das Dateisystem hat bereits verteilte Superblöcke.\n"
5296a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5297e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2042
5298a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5299a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
5300a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5301a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Sparse superblock flag set.  %s"
5302a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
5303a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
53041e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Kennzeichen für verteilten Superblock gesetzt. %s"
5305a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5306e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2047
5307a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
5308a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
53098f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o"Clearing the sparse superflag not supported.\n"
5310a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
53111e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\n"
5312e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Das Zurücksetzen des Kennzeichens für „verteilter Superblock“ wird nicht\n"
53131e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\tunterstützt.\n"
5314a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5315e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2055
5316a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5317a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Setting time filesystem last checked to %s\n"
5318e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Zeit des letzten Dateisystemchecks wird auf %s gesetzt\n"
5319a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5320e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2061
5321a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5322a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Setting reserved blocks uid to %lu\n"
5323e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die UID für reservierte Blöcke wird auf %lu gesetzt\n"
5324a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5325e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2093
5326e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Error in using clear_mmp. It must be used with -f\n"
5327e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
5328e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Fehler bei der Verwendung von clear_mmp. Es muss zusammen mit -f\n"
5329e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"verwendet werden\n"
5330e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5331e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2111
5332e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "The quota feature may only be changed when the filesystem is unmounted.\n"
5333e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
5334e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Quotas können nur aktiviert bzw. deaktiviert werden, wenn das Dateisystem nicht\n"
5335e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"eingehängt ist\n"
5336e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5337e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2144
5338a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Invalid UUID format\n"
5339ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Ungültiges UUID Format\n"
5340a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5341e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2157
5342720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "The inode size may only be changed when the filesystem is unmounted.\n"
5343720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgstr ""
53449564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"Die Grösse der Inodes kann nur geändert werden, wenn das Dateisystem\n"
53459564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"nicht eingehängt ist.\n"
5346720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
5347e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2165
5348945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid ""
5349945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o"Changing the inode size not supported for filesystems with the flex_bg\n"
5350945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o"feature enabled.\n"
5351945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgstr ""
535277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Das Ändern der Inodegrösse wird auf Dateisystemen mit aktivierter flex_bg\n"
535377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Eigenschaft nicht unterstützt.\n"
5354945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o
5355e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2178
535668801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
5357720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Setting inode size %lu\n"
5358e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Inode-Größe wird auf %lu gesetzt\n"
5359294dd5a35077abfb39f0b293b46754569172913bPhilipp Thomas
5360e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2181
5361e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5362e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Failed to change inode size\n"
5363e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Inode-Größe konnte nicht geändert werdeb\n"
5364e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5365e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2192
53661e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
53678f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'omsgid "Setting stride size to %d\n"
5368e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Stride-Größe wird auf %d gesetzt\n"
53698f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o
5370e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2197
53711e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
53728f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'omsgid "Setting stripe width to %d\n"
5373e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Stripe-Breite wird auf %d gesetzt\n"
5374e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5375e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/tune2fs.c:2204
5376e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5377e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Setting extended default mount options to '%s'\n"
5378e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Als erweiterte Einhäng-Optionen werden in Zukunft „%s“ verwendet\n"
53798f741372aac2edec3d58a8ffecdf3ae6e58b8077Theodore Ts'o
5380e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/util.c:74
5381a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Proceed anyway? (y,n) "
53823e5ffd8055909eb71f0a8bd424ec907497649936Theodore Ts'omsgstr "Trotzdem fortsetzen? (j,n) "
5383a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5384e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/util.c:89
5385a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5386a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Could not stat %s --- %s\n"
53871e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Status für %s konnte nicht ermittelt werden --- %s\n"
5388a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5389e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/util.c:92
5390a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
5391a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5392a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"The device apparently does not exist; did you specify it correctly?\n"
5393a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
5394a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
53951e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Das Gerät existiert offensichtlich nicht; haben Sie es richtig angegeben?\n"
5396a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5397e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/util.c:103
5398a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5399a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s is not a block special device.\n"
5400ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "%s ist kein spezielles Block-Gerät.\n"
5401a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5402e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/util.c:132
5403a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5404a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "%s is entire device, not just one partition!\n"
54051e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "%s ist das ganze Gerät, nicht nur eine Partition!\n"
5406a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5407e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/util.c:154
5408a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "mke2fs forced anyway.  Hope /etc/mtab is incorrect.\n"
54091e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "mke2fs trotzdem erzwungen. Hoffentlich ist /etc/mtab ungültig.\n"
5410a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5411e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/util.c:159
5412a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5413a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "will not make a %s here!\n"
5414196a8a618a91600fd5961d8ab1778c2f8dec11aeTheodore Ts'omsgstr "werde dort kein %s erstellen!\n"
5415a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5416e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/util.c:166
54177ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'omsgid "mke2fs forced anyway.\n"
5418ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "mke2fs wird sowieso erzwungen.\n"
54197ae1983a2393efb92d1f6e523266aa61cfbef40fTheodore Ts'o
5420e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/util.c:182
5421a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Couldn't allocate memory to parse journal options!\n"
54221e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Konnte keinen Speicher zur Analyse der Journal-Optionen anfordern!\n"
5423a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5424e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/util.c:207
5425e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5426057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'omsgid ""
5427057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'o"\n"
5428057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'o"Could not find journal device matching %s\n"
5429e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
5430e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\n"
5431e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Das Journalgerät %s ist nicht auffindbar\n"
5432057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'o
5433e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/util.c:228
5434a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
5435a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5436a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Bad journal options specified.\n"
5437a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5438a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Journal options are separated by commas, and may take an argument which\n"
5439a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\tis set off by an equals ('=') sign.\n"
5440a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5441ddc32a045bd3bd35968ace2dbe22179470baec0bTheodore Ts'o"Valid journal options are:\n"
5442a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\tsize=<journal size in megabytes>\n"
5443a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\tdevice=<journal device>\n"
5444a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
54454077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
5446a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5447a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
5448a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
54494077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"Ungültige Journal-Optionen wurden angegeben.\n"
5450a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
54511e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Journal-Optionen werden durch Kommatas getrennt. Manche erwarten ein\n"
5452e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\tArgument, welches mit Gleichheitszeichen („=“) zugewiesen wird.\n"
5453a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5454ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Gültige Journal-Optionen sind:\n"
5455ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"\tsize=<Journalgröße in Megabytes>\n"
5456ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"\tdevice=<Journal-Gerät>\n"
5457a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
54584077127d4ba736eee6e4a7ea47e4d3e7d3428136Philipp Thomas"Die Grösse des Journals muss zwischen 1024 und 10240000 Dateisystem-Blöcken\n"
54591e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"\tliegen.\n"
5460a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5461a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5462e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/util.c:258
5463a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
5464a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5465a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Filesystem too small for a journal\n"
5466a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
5467a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
54681e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Das Dateisystem ist zu klein für ein Journal\n"
5469a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5470e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/util.c:265
54711e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas#, c-format
5472a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
5473a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5474a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"The requested journal size is %d blocks; it must be\n"
5475851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o"between 1024 and 10240000 blocks.  Aborting.\n"
5476a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
5477a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
54781e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Die angegebene Journalgröße beträgt %d Blöcke. Sie muss aber zwischen\n"
5479e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"1024 und 10240000 Dateisystem-Blöcken liegen. Abbruch! \n"
5480a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5481e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/util.c:273
5482a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
5483a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5484a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"Journal size too big for filesystem.\n"
5485a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
5486a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5487ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas"Das Journal ist zu groß für dieses Dateisystem.\n"
5488a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5489057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'o#: misc/util.c:287
5490a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5491a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
5492a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"This filesystem will be automatically checked every %d mounts or\n"
5493a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"%g days, whichever comes first.  Use tune2fs -c or -i to override.\n"
5494a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
54951e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomas"Das Dateisystem wird automatisch nach jeweils %d Einhäng-Vorgängen bzw.\n"
549677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"alle %g Tage überprüft, je nachdem, was zuerst eintritt. Dies kann durch\n"
549777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"tune2fs -c oder -i geändert werden.\n"
5498a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5499e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:48
5500e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5501e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5502e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Aufruf %s [-d] [-p Pid-Datei] [-s Socketpfad] [-T Timeout]\n"
5503e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5504e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:50
5505e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5506e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "       %s [-r|t] [-n num] [-s socketpath]\n"
5507e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "       %s [-r|t] [-n Zahl] [-s Socketpfad]\n"
5508e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5509e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:52
5510e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5511e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "       %s -k\n"
5512e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "       %s -k\n"
5513e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5514e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:154
5515e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "bad arguments"
5516e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "unzulässige Argumente"
5517e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5518e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:172
5519e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "connect"
5520e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "verbinden"
5521e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5522e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:191
5523e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "write"
5524e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "schreiben"
5525e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5526e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:199
5527e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "read count"
5528e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Anzhl Lesezugriffe"
5529e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5530e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:205
5531e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "bad response length"
5532e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültige Antwort-Länge"
5533e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5534e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:270
5535e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5536e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "uuidd daemon already running at pid %s\n"
5537e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Uuid-Daemon läuft bereits mit PID %s\n"
5538e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5539e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:278
5540e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5541e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Couldn't create unix stream socket: %s"
5542e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Unix Streamsocket konnte nicht erzeugt werden: %s"
5543e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5544e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:307
5545e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5546e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Couldn't bind unix socket %s: %s\n"
5547e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Verbinden mit dem Unix-Socket %s war nicht möglich: %s\n"
5548e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5549e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:315
5550e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5551e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Couldn't listen on unix socket %s: %s\n"
5552e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das Lauschen am Unix-Socket %s war nicht möglich: %s\n"
5553e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5554e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:353
5555e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5556e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Error reading from client, len = %d\n"
5557e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Lesen vom Klienten, Länge = %d\n"
5558e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5559e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:361
5560e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5561e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "operation %d, incoming num = %d\n"
5562e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Operation %d, eingehende Zahl = %d\n"
5563e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5564e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:380
5565e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5566e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Generated time UUID: %s\n"
5567e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Erzeugte Zeit-UUID: %s\n"
5568e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5569e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:390
5570e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5571e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Generated random UUID: %s\n"
5572e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Erzeugte Zufalls-UUID: %s\n"
5573e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5574e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:399
5575e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5576e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Generated time UUID %s and subsequent UUID\n"
5577e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
5578e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "Zeit-UUID %s und %d weitere UUID wurden erzeugt\n"
5579e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "Zeit-UUID %s und %d weitere UUIDs wurden erzeugt\n"
5580e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5581e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:420
5582e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5583e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Generated %d UUID's:\n"
5584e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Erzeugte %d UUIDs:\n"
5585e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5586e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:432
5587e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5588e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Invalid operation %d\n"
5589e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültige Operation %d\n"
5590e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5591e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:476 misc/uuidd.c:498
5592e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5593e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Bad number: %s\n"
5594e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Unzulässige Zahl: %s\n"
5595e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5596e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:533 misc/uuidd.c:562
5597e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5598e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Error calling uuidd daemon (%s): %s\n"
5599e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Aufruf des UUID-Dämons (%s): %s\n"
5600e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5601e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:543
5602e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5603e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "%s and subsequent UUID\n"
5604e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid_plural "%s and subsequent %d UUIDs\n"
5605e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[0] "%s und eine weitere UUID\n"
5606e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr[1] "%s und weitere %d UUIDs\n"
5607e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5608e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:547
5609e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5610e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "List of UUID's:\n"
5611e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Liste der UUIDs:\n"
5612e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5613e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:568
5614e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5615e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Unexpected reply length from server %d\n"
5616e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Unerwartete Länge der Antwort von Server %d\n"
5617e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5618e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:585
5619e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5620e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Couldn't kill uuidd running at pid %d: %s\n"
5621e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der uuidd mit pid %d konnte nicht beendet werden: %s\n"
5622e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5623e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidd.c:591
5624e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5625e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Killed uuidd running at pid %d\n"
5626e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der uuidd mit pid %d wurde gewaltsam beendet\n"
5627e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5628e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: misc/uuidgen.c:32
5629a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o#, c-format
5630a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'omsgid "Usage: %s [-r] [-t]\n"
56311e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Aufruf: %s [-r] [-t]\n"
5632a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o
5633e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/extent.c:202
5634a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'omsgid "# Extent dump:\n"
5635a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'omsgstr "# Extent dump:\n"
5636a04eba3f8868af1d9b7b504d3d430c55ed3dc777Theodore Ts'o
5637e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/extent.c:203
563865f0aab98b20b5994a726ab90d355248bcddfffdJP Abgrall#, c-format
5639e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
5640e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "#\tZahl=%llu, Größe=%llu, Cursor=%llu, Sortiert=%llu\n"
564165f0aab98b20b5994a726ab90d355248bcddfffdJP Abgrall
5642e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:43
564368801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
5644a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
5645720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
5646a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5647a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
56489564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomas"Aufruf: %s [-d Debug_Optionen] [-f] [-F] [-M] [-P] [-p] Gerät [neue_Größe]\n"
5649a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5650a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5651e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:65
5652a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Extending the inode table"
56531e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Vergrößere die Inode-Tabelle"
5654a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5655e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:68
5656a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Relocating blocks"
56571e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Verteile die Blöcke neu"
5658a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5659e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:71
5660a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Scanning inode table"
56611e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Prüfe die Inode-Tabelle"
5662a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5663e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:74
5664a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Updating inode references"
56651e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Aktualisiere die Inode-Referenzen"
5666a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5667e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:77
5668a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Moving inode table"
56691e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Verschiebe die Inode-Tabelle"
5670a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5671e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:80
5672a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Unknown pass?!?"
5673a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr "Unbekannter Durchgang?!?"
5674a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5675e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:83
5676a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5677a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "Begin pass %d (max = %lu)\n"
56781e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Start von Durchgang %d (max = %lu)\n"
5679a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5680e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:259
5681ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
56826956f613b6ca2b8a7e8919ca734f1ccdbaa9eba1Theodore Ts'omsgid "while opening %s"
5683ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "beim Öffnen von %s"
56846956f613b6ca2b8a7e8919ca734f1ccdbaa9eba1Theodore Ts'o
5685ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas# c-format
5686e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:267
5687ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomas#, c-format
56886956f613b6ca2b8a7e8919ca734f1ccdbaa9eba1Theodore Ts'omsgid "while getting stat information for %s"
56891e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "beim Ermitteln der Statusinformation für %s"
56906956f613b6ca2b8a7e8919ca734f1ccdbaa9eba1Theodore Ts'o
5691e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:325 resize/main.c:437
5692057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'o#, c-format
5693057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'omsgid ""
5694057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'o"Please run 'e2fsck -f %s' first.\n"
5695057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'o"\n"
5696057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'omsgstr ""
5697e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Bitte zuerst „e2fsck -f %s“ laufen lassen.\n"
5698057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'o"\n"
5699057a15975d122a99a99d7206aa5716eded1d1befTheodore Ts'o
5700e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:329
5701a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5702e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Estimated minimum size of the filesystem: %llu\n"
5703e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Geschätzte minimale Grösse des Dateisystems: %llu\n"
5704a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5705e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:365
570677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
5707945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'omsgid "Invalid new size: %s\n"
570877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "Unzulässige neue Größe: %s\n"
5709945ffb9ec90db0fceb7c3a71803813564e9ca695Theodore Ts'o
5710e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:381
5711e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "New size too large to be expressed in 32 bits\n"
5712e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die neue Größe kann nicht mehr mit 32 Bits dargestellt werden\n"
5713e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5714e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:389
5715294dd5a35077abfb39f0b293b46754569172913bPhilipp Thomas#, c-format
5716e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "New size smaller than minimum (%llu)\n"
5717e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die neue Größe ist kleiner als das Minimum (%llu)\n"
5718294dd5a35077abfb39f0b293b46754569172913bPhilipp Thomas
5719e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:395
5720851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "Invalid stride length"
57211e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Ungültige Stride-Länge"
5722851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
5723e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:419
5724a4edef1e7ad7addc5a0734659d1944ea8933d7edPhilipp Thomas#, c-format
5725a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
5726e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"The containing partition (or device) is only %llu (%dk) blocks.\n"
5727e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"You requested a new size of %llu blocks.\n"
5728a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5729a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
5730e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Die Partition (oder das Gerät) ist nur %llu (%dk) Blöcke groß.\n"
5731e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Sie hatten aber %llu Blöcke vorgegeben.\n"
5732a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5733a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5734e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:426
57357527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
5736a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
5737e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"The filesystem is already %llu blocks long.  Nothing to do!\n"
5738a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5739a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
5740e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Das Dateisystem ist schon %llu Blöcke groß. Nichts zu tun!\n"
5741a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5742a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5743e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:457
574477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
5745e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid ""
5746e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"%s: The combination of flex_bg and\n"
5747e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"\t!resize_inode features is not supported by resize2fs.\n"
5748e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr ""
5749e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"%s: Die Kombination der Eigenschaften flex_bg und\n"
5750e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"t!resize_inode wird von resize2fs nicht unterestützt.\n"
5751e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5752e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:463
5753e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#, c-format
5754e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
575577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr ""
5756e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Die Grösse des Dateisystems auf %s wird auf %llu (%dk) Blöcke geändert.\n"
575777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"\n"
575877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
5759e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:472
5760a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5761a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "while trying to resize %s"
5762ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "beim Versuch, die Größe von %s zu ändern"
5763a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5764e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:475
576577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
576677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid ""
576777c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"Please run 'e2fsck -fy %s' to fix the filesystem\n"
576877c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"after the aborted resize operation.\n"
576977c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr ""
5770e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Bitte führen Sie „e2fsck -fy %s“ aus, um das Dateisystem\n"
577177c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas"nach der abgebrochenen Grössenänderung zu reparieren.\n"
577277c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
5773e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:481
57747527ef1ea8e2b7ccdf802cc289c10c4ef684c6d8Theodore Ts'o#, c-format
5775a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid ""
5776e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"The filesystem on %s is now %llu blocks long.\n"
5777a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5778a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgstr ""
5779e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall"Das Dateisystem auf %s ist nun %llu Blöcke groß.\n"
5780a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o"\n"
5781a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5782e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/main.c:496
578377c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas#, c-format
578477c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgid "while trying to truncate %s"
578577c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomasmsgstr "beim Versuch, %s zu kürzen"
578677c871adf70e46cd5a0e5ba44b841a70de61244ePhilipp Thomas
5787e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/online.c:40
5788720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
5789720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
5790e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das Dateisystem auf %s ist auf %s eingehängt; Online-Grössenveränderung nötig\n"
5791720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
5792e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/online.c:44
5793e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "On-line shrinking not supported"
5794e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Online-Verkleinerung wird nicht unterstützt"
5795720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
5796e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/online.c:69
5797720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Filesystem does not support online resizing"
57989564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Das Dateisystem unterstützt keine Online-Grössenveränderung"
5799720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
5800e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/online.c:78
5801e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Not enough reserved gdt blocks for resizing"
5802e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "nicht genug reservierte GDT-Blöcke für die Größenänderung"
5803e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5804e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/online.c:85
5805e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Kernel does not support resizing a file system this large"
5806e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Kernel lässt eine Veränderung der Größe eines Dateisystems diesen Ausmaßes nicht zu"
5807e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5808e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/online.c:93
580968801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
5810720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "while trying to open mountpoint %s"
58119564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "beim Versuch, Einhängpunkt %s zu öffnen"
5812720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
5813e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/online.c:115 resize/online.c:132
5814720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "Permission denied to resize filesystem"
58159564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Zugriff verweigert für die Grössenänderung des Dateisystems"
5816720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
5817e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/online.c:118 resize/online.c:138
581865f0aab98b20b5994a726ab90d355248bcddfffdJP Abgrallmsgid "While checking for on-line resizing support"
581965f0aab98b20b5994a726ab90d355248bcddfffdJP Abgrallmsgstr "Beim Überprüfen, ob Online-Vergrösserung unterstützt wird"
582065f0aab98b20b5994a726ab90d355248bcddfffdJP Abgrall
5821e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/online.c:135
5822e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Kernel does not support online resizing"
5823e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Kernel unterstützt die Online-Vergrösserung nicht"
5824e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5825e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/online.c:168
5826720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas#, c-format
5827e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
5828e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Eine Online-Grössenänderung von %s auf %llu (%dk) Blöcke wird durchgeführt.\n"
5829720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
5830e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/online.c:178
5831720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "While trying to extend the last group"
583268801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomasmsgstr "Beim Versuch, die letzte Gruppe zu erweitern"
5833720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
5834e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/online.c:232
583568801284aaf8fba71cdbdf8a5e50c05c624dbe07Philipp Thomas#, c-format
5836720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomasmsgid "While trying to add group #%d"
58379564ee554e1f7b5df1cfc90ed979644dbdb3af01Philipp Thomasmsgstr "Beim Versuch, Gruppe %d hinzu zu fügen"
5838720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
5839e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/online.c:243
5840a700f5175ebbc2739153dabe934293cd214bd132Philipp Thomas#, c-format
5841e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Filesystem at %s is mounted on %s, and on-line resizing is not supported on this system.\n"
5842e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Dateisystem auf %s ist auf %s eingehängt und Online-Grössenänderung wird auf diesem System nicht unterstützt.\n"
5843720e6365b322c230c052ff645e3a4f9baf25af9ePhilipp Thomas
5844e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/resize2fs.c:346
5845851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o#, c-format
5846851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'omsgid "inodes (%llu) must be less than %u"
58471e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Die Anzahl der Indoes (%llu) muss unter %u liegen"
5848851bcf3fc37c86ca6a734370c97e56b96c9ba9e5Theodore Ts'o
5849d027517fb657e0d0f652fa570ff236538e6cd3bfPhilipp Thomas#: resize/resize2fs.c:582
5850a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'omsgid "reserved blocks"
5851ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "reservierte Blöcke"
5852a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5853e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/resize2fs.c:807
5854bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid "meta-data blocks"
5855ba71e3ea1b14ee0d7ab37c7f0ac75bbf60428062Philipp Thomasmsgstr "Metadaten-Blöcke"
5856a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o
5857e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: resize/resize2fs.c:1753
5858a2328c9f420f4d1a649ee2aa96d4bc7197766260Theodore Ts'o#, c-format
5859bc7597067207a93d7d3c244977aed95392940b6eTheodore Ts'omsgid "Should never happen: resize inode corrupt!\n"
58601e8757dd5e108817ac28b77f209f4baa2848547cPhilipp Thomasmsgstr "Das sollte niemals passieren: Die zu verändernde Inode ist defekt!\n"
5861e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5862e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:11
5863e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "EXT2FS Library version 1.42.6"
5864e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "EXT2FS Bibliothek Version 1.42.6"
5865e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5866e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:12
5867e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for ext2_filsys structure"
5868e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für ext2_filsys Struktur"
5869e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5870e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:13
5871e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for badblocks_list structure"
5872e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für badblocks_list Struktur"
5873e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5874e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:14
5875e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for badblocks_iterate structure"
5876e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für badblocks_iterate Struktur"
5877e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5878e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:15
5879e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for inode_scan structure"
5880e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für inode_scan Struktur"
5881e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5882e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:16
5883e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for io_channel structure"
5884e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für io_channel Struktur"
5885e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5886e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:17
5887e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for unix io_channel structure"
5888e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für unix io_channel Struktur"
5889e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5890e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:18
5891e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for io_manager structure"
5892e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für io_manager Struktur"
5893e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5894e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:19
5895e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for block_bitmap structure"
5896e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für block_bitmap Struktur"
5897e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5898e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:20
5899e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for inode_bitmap structure"
5900e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für inode_bitmap Struktur"
5901e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5902e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:21
5903e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for generic_bitmap structure"
5904e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für generic_bitmap Struktur"
5905e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5906e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:22
5907e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for test io_channel structure"
5908e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für test io_channel Struktur"
5909e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5910e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:23
5911e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for directory block list structure"
5912e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für Verzeichnisblock-Liste Struktur"
5913e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5914e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:24
5915e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for icount structure"
5916e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für icount Struktur"
5917e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5918e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:25
5919e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for Powerquest io_channel structure"
5920e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für Powerquest io_channel Struktur"
5921e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5922e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:26
5923e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for ext2 file structure"
5924e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für ext2 file Struktur"
5925e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5926e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:27
5927e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for Ext2 Image Header"
5928e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für Ext2 Abbild-Vorspann"
5929e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5930e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:28
5931e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for inode io_channel structure"
5932e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für Inode io_channel Struktur"
5933e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5934e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:29
5935e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for ext4 extent handle"
5936e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für die ext4 Extent Handle"
5937e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5938e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:30
5939e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Bad magic number in super-block"
5940e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültige magische Zahl im Superblock"
5941e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5942e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:31
5943e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Filesystem revision too high"
5944e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Dateisystemrevision ist zu hoch"
5945e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5946e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:32
5947e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Attempt to write to filesystem opened read-only"
5948e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Es wird versucht, auf ein nur zum Lesen geöffnetes Dateisystem zu schreiben"
5949e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5950e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:33
5951e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Can't read group descriptors"
5952e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Gruppendeskriptoren können nicht gelesen werden"
5953e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5954e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:34
5955e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Can't write group descriptors"
5956e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Gruppendeskriptoren können nicht geschrieben werden"
5957e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5958e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:35
5959e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Corrupt group descriptor: bad block for block bitmap"
5960e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Beschädigter Gruppendeskriptor: nicht lesbarer Block ür die Block-Bitmap"
5961e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5962e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:36
5963e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Corrupt group descriptor: bad block for inode bitmap"
5964e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Beschädigter Gruppendeskriptor: nicht lesbarer Block ür die Inode-Bitmap"
5965e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5966e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:37
5967e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Corrupt group descriptor: bad block for inode table"
5968e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Beschädigter Gruppendeskriptor: nicht lesbarer Block ür die Inodetabelle"
5969e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5970e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:38
5971e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Can't write an inode bitmap"
5972e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Inode-Bitmap kann nicht geschrieben werden"
5973e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5974e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:39
5975e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Can't read an inode bitmap"
5976e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Inode-Bitmap kann nicht gelesen werden"
5977e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5978e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:40
5979e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Can't write a block bitmap"
5980e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Block-Bitmap kann nicht geschrieben werden"
5981e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5982e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:41
5983e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Can't read a block bitmap"
5984e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Block-Bitmap kann nicht gelesen werden"
5985e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5986e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:42
5987e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Can't write an inode table"
5988e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Eine Inodetabelle kann nicht geschrieben werden"
5989e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5990e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:43
5991e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Can't read an inode table"
5992e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Eine Inodetabelle kann nicht gelesen werden"
5993e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5994e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:44
5995e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Can't read next inode"
5996e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der nächste Inode kann nicht gelesen werden"
5997e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
5998e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:45
5999e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Filesystem has unexpected block size"
6000e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das Dateisystem hat eine unerwartete Blockgröße"
6001e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6002e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:46
6003e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "EXT2 directory corrupted"
6004e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "EXT2 Verzeichnis beschädigt"
6005e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6006e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:47
6007e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Attempt to read block from filesystem resulted in short read"
6008e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ein Block konnte nicht in einem Zug gelesen werden"
6009e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6010e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:48
6011e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Attempt to write block to filesystem resulted in short write"
6012e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ein Block konnte nicht vollständig in einem Zug geschrieben werden"
6013e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6014e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:49
6015e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "No free space in the directory"
6016e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Kein freier Platz im Verzeichnis vorhanden"
6017e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6018e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:50
6019e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Inode bitmap not loaded"
6020e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Inode-Bitmap wurde nicht geladen"
6021e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6022e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:51
6023e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Block bitmap not loaded"
6024e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Block-Bitmap wurde nicht geladen"
6025e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6026e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:52
6027e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal inode number"
6028e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Unzulässige Inodenummer"
6029e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6030e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:53
6031e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal block number"
6032e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Unzulässige Blocknummer"
6033e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6034e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:54
6035e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Internal error in ext2fs_expand_dir"
6036e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Interner Fehler in ext2fs_expand_dir"
6037e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6038e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:55
6039e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Not enough space to build proposed filesystem"
6040e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Platz reicht nicht aus, um das gewünschte Dateisystem zu erzeugen"
6041e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6042e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:56
6043e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6044e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ext2fs_mark_block_bitmap wurde eine unzulässige Blocknummer übergeben"
6045e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6046e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:57
6047e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
6048e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ext2fs_unmark_block_bitmap wurde eine unzulässige Blocknummer übergeben"
6049e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6050e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:58
6051e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal block number passed to ext2fs_test_block_bitmap"
6052e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ext2fs_test_block_bitmap wurde eine unzulässige Blocknummer übergeben"
6053e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6054e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:59
6055e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
6056e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ext2fs_mark_inode_bitmap wurde eine unzulässige Blocknummer übergeben"
6057e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6058e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:60
6059e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
6060e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ext2fs_unmark_inode_bitmap wurde eine unzulässige Blocknummer übergeben"
6061e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6062e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:61
6063e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
6064e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ext2fs_test_inode_bitmap wurde eine unzulässige Blocknummer übergeben"
6065e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6066e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:62
6067e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Attempt to fudge end of block bitmap past the real end"
6068e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Es wurde versucht, das Ende der Blockbitmap über das echte Ende hinaus zu verschieben"
6069e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6070e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:63
6071e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Attempt to fudge end of inode bitmap past the real end"
6072e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Es wurde versucht, das Ende der Inodebitmap über das echte Ende hinaus zu verschieben"
6073e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6074e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:64
6075e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal indirect block found"
6076e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Es wurde ein doppelt indirekter Block gefunden"
6077e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6078e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:65
6079e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal doubly indirect block found"
6080e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Es wurden doppelt indirekte Blöcke gefunden"
6081e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6082e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:66
6083e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal triply indirect block found"
6084e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Es wurde ein dreifach indirekter Block gefunden"
6085e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6086e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:67
6087e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Block bitmaps are not the same"
6088e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Blockbitmaps sind nicht identisch"
6089e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6090e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:68
6091e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Inode bitmaps are not the same"
6092e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Inodebitmaps sind nicht identisch"
6093e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6094e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:69
6095e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal or malformed device name"
6096e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Unzulässiger oder deformierter Gerätename"
6097e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6098e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:70
6099e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "A block group is missing an inode table"
6100e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Einer Blockgruppe fehlt eine INodetabelle"
6101e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6102e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:71
6103e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "The ext2 superblock is corrupt"
6104e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Ext2-Superblock ist beschädigt"
6105e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6106e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:72
6107e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
6108e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ext2fs_mark_generic_bitmap wurde eine unzulässige generische Bitnummer übergeben"
6109e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6110e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:73
6111e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
6112e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ext2fs_unmark_generic_bitmap wurde eine unzulässige generische Bitnummer übergeben"
6113e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6114e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:74
6115e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
6116e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "ext2fs_test_generic_bitmap wurde eine unzulässige generische Bitnummer übergeben"
6117e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6118e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:75
6119e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Too many symbolic links encountered."
6120e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Es wurden zu viele symbolische Verknüpfungen gefunden."
6121e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6122e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:76
6123e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "The callback function will not handle this case"
6124e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Rückruf-Funktion wird sich um diesen Fall nicht kümmern"
6125e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6126e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:77
6127e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "The inode is from a bad block in the inode table"
6128e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Inode kommt von einem defekten Block in der Inodetabelle"
6129e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6130e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:78
6131e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Filesystem has unsupported feature(s)"
6132e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "%s besitzt nicht unterstützte Eigenschaft(en):"
6133e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6134e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:79
6135e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Filesystem has unsupported read-only feature(s)"
6136e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das Dateisystem besitzt nicht unterstützte nur-lesen Eigenschaft(en):"
6137e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6138e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:80
6139e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "IO Channel failed to seek on read or write"
6140e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "E/A Kanal ist beim Suchen während des Lesens oder Schreibens gescheitert"
6141e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6142e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:81
6143e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Memory allocation failed"
6144e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Reservierung von Hauptspeicher ist gescheitert"
6145e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6146e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:82
6147e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Invalid argument passed to ext2 library"
6148e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Ext2-Bibliothek wurde ein ungültiges Argument übergeben"
6149e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6150e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:83
6151e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Could not allocate block in ext2 filesystem"
6152e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Kann keinen Block im Ext2 Dateisystem reservieren"
6153e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6154e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:84
6155e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Could not allocate inode in ext2 filesystem"
6156e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Kann keinen Inode im Ext2 Dateisystem reservieren"
6157e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6158e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:85
6159e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Ext2 inode is not a directory"
6160e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Ext2-Inode ist kein Verzeichnis"
6161e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6162e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:86
6163e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Too many references in table"
6164e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Zu viele Referenzen in der Tabelle"
6165e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6166e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:87
6167e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "File not found by ext2_lookup"
6168e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Datei wurde von ext2_lookup nicht gefunden"
6169e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6170e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:88
6171e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "File open read-only"
6172e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Datei ist nur zum Lesen geöffnet"
6173e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6174e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:89
6175e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Ext2 directory block not found"
6176e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Ext2-Verzeichnisblock wurde nicht gefunden"
6177e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6178e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:90
6179e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Ext2 directory already exists"
6180e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das Ext2-Verzeichnis existiert bereits"
6181e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6182e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:91
6183e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Unimplemented ext2 library function"
6184e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Nicht implementierte Ext2-Bibliotheksfunktion"
6185e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6186e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:92
6187e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "User cancel requested"
6188e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Benutzer erbat den Abbruch"
6189e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6190e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:93
6191e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Ext2 file too big"
6192e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ext2 Dataei zu groß"
6193e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6194e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:94
6195e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Supplied journal device not a block device"
6196e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das angegebene Journalgerät ist kein Blockgerät"
6197e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6198e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:95
6199e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Journal superblock not found"
6200e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Journal-Superblock wurde nicht"
6201e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6202e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:96
6203e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Journal must be at least 1024 blocks"
6204e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das Journal muß mindestens 1024 Blöcke umfassen"
6205e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6206e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:97
6207e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Unsupported journal version"
6208e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Nicht unterstützte Journalversion"
6209e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6210e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:98
6211e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Error loading external journal"
6212e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehler beim Öffnen des externen Journals"
6213e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6214e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:99
6215e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Journal not found"
6216e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das Journal wurde nicht gefunden"
6217e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6218e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:100
6219e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Directory hash unsupported"
6220e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Verzeichnishash wird nicht unterstützt"
6221e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6222e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:101
6223e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Illegal extended attribute block number"
6224e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Unzulässige Nummer für den Block für erweiterte Attribute"
6225e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6226e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:102
6227e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Cannot create filesystem with requested number of inodes"
6228e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ein Dateisystem mit der gewünschten Anzahl von Inodes kann nicht erzeugt werden"
6229e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6230e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:103
6231e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "E2image snapshot not in use"
6232e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der E2image-Schnappschusse wird nicht benutzt"
6233e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6234e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:104
6235e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Too many reserved group descriptor blocks"
6236e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Zu viele reservierte Gruppenbeschreibungsblöcke"
6237e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6238e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:105
6239e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Resize inode is corrupt"
6240e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der zu modifizierende Inode ist defekt"
6241e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6242e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:106
6243e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Tried to set block bmap with missing indirect block"
6244e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Es wurde versucht, eine Block-Bmap mit fehlendem indirektem Block zu setzen"
6245e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6246e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:107
6247e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "TDB: Success"
6248e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "TDB: Erfolg"
6249e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6250e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:108
6251e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "TDB: Corrupt database"
6252e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "TDB: Defekte Datenbank"
6253e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6254e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:109
6255e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "TDB: IO Error"
6256e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "TDB: EA-Fehler"
6257e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6258e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:110
6259e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "TDB: Locking error"
6260e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "TDB: Fehler beim Sperren"
6261e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6262e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:111
6263e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "TDB: Out of memory"
6264e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "TDB: Hauptspeicher erschöpft"
6265e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6266e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:112
6267e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "TDB: Record exists"
6268e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "TDB: Der Datensatz existiert bereits"
6269e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6270e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:113
6271e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "TDB: Lock exists on other keys"
6272e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "TDB: Die Sperre existiert für andere Schüssel"
6273e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6274e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:114
6275e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "TDB: Invalid parameter"
6276e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "TDB: Ungültiger Parameter"
6277e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6278e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:115
6279e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "TDB: Record does not exist"
6280e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "TDB: Der Datensatz existiert nicht"
6281e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6282e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:116
6283e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "TDB: Write not permitted"
6284e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "TDB: Schreiben istg nicht erlaubt"
6285e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6286e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:117
6287e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Ext2fs directory block list is empty"
6288e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Ext2fs-Verzeichnisblockliste ist leer"
6289e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6290e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:118
6291e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Attempt to modify a block mapping via a read-only block iterator"
6292e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Es wird versucht, ein Blockmapping mittels nur-lesenden Blockiteratoren zu modifizieren"
6293e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6294e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:119
6295e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for ext4 extent saved path"
6296e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für den gesicherten Pfad eine Ext4-Erweiterung"
6297e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6298e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:120
6299e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for 64-bit generic bitmap"
6300e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für die 64-bittige generischge Bitmap"
6301e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6302e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:121
6303e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for 64-bit block bitmap"
6304e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für eine 64-bittige Blockbitmap"
6305e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6306e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:122
6307e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number for 64-bit inode bitmap"
6308e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl für eine 64-bittige Inodebitmap"
6309e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6310e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:123
6311e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number --- RESERVED_13"
6312e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl --- RESERVED_13"
6313e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6314e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:124
6315e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number --- RESERVED_14"
6316e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl --- RESERVED_14"
6317e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6318e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:125
6319e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number --- RESERVED_15"
6320e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl --- RESERVED_15"
6321e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6322e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:126
6323e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number --- RESERVED_16"
6324e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl --- RESERVED_16"
6325e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6326e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:127
6327e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number --- RESERVED_17"
6328e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl --- RESERVED_17"
6329e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6330e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:128
6331e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number --- RESERVED_18"
6332e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl --- RESERVED_18"
6333e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6334e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:129
6335e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Wrong magic number --- RESERVED_19"
6336e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Falsche magische Zahl --- RESERVED_19"
6337e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6338e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:130
6339e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Corrupt extent header"
6340e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Defekter Erweiterungs-Vorspann"
6341e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6342e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:131
6343e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Corrupt extent index"
6344e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Defekter Erweiterungsindex"
6345e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6346e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:132
6347e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Corrupt extent"
6348e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Defekte Erweiterung"
6349e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6350e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:133
6351e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "No free space in extent map"
6352e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Kein freier Platz mehr in der Erweiterungstabelle"
6353e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6354e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:134
6355e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Inode does not use extents"
6356e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Inode verwendet keine Erweiterungen"
6357e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6358e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:135
6359e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "No 'next' extent"
6360e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Keine „nächste“ Erweiterung"
6361e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6362e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:136
6363e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "No 'previous' extent"
6364e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Keine „vorherige“ Erweiterung"
6365e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6366e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:137
6367e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "No 'up' extent"
6368e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Keine „oben“ Erweiterung"
6369e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6370e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:138
6371e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "No 'down' extent"
6372e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Keine „unten“ Erweiterung"
6373e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6374e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:139
6375e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "No current node"
6376e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Kein aktueller Knoten"
6377e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6378e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:140
6379e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Ext2fs operation not supported"
6380e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ext2fs-Operation wird nicht unterstützt"
6381e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6382e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:141
6383e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "No room to insert extent in node"
6384e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Kein PLatz vorhanden, um die Erweiterung im Knoten einzufügen"
6385e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6386e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:142
6387e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Splitting would result in empty node"
6388e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Aufteilen würde in einem leeren Knoten enden"
6389e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6390e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:143
6391e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Extent not found"
6392e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Erweiterung wurde nicht gefunden"
6393e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6394e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:144
6395e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Operation not supported for inodes containing extents"
6396e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Operation wird für Inodes, die Erweiterungen beinhalten, nicht unterstützt"
6397e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6398e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:145
6399e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Extent length is invalid"
6400e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Länge der Erweiterung ist ungültig"
6401e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6402e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:146
6403e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "I/O Channel does not support 64-bit block numbers"
6404e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der EA-Kanal unterstützt keine 64-bittigen Blocknummern"
6405e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6406e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:147
6407e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Can't check if filesystem is mounted due to missing mtab file"
6408e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Überprüfung ob das Dateisystem eingehängt ist mangels mtab Datei nicht möglich"
6409e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6410e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:148
6411e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Filesystem too large to use legacy bitmaps"
6412e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Das Dateisystem ist für die Verwendung von altertümlichen Bitmaps zu groß"
6413e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6414e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:149
6415e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "MMP: invalid magic number"
6416e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "MMP: ungültige magische Zahl"
6417e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6418e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:150
6419e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "MMP: device currently active"
6420e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "MMP: das Gerät ist derzeit aktiv"
6421e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6422e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:151
6423e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "MMP: fsck being run"
6424e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "MMP: fsck wird ausgeführt"
6425e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6426e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:152
6427e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "MMP: block number beyond filesystem range"
6428e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "MMP: die Blocknummer ist jenseits des Bereichs des Dateisystems"
6429e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6430e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:153
6431e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "MMP: undergoing an unknown operation"
6432e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "MMP: eine unbekannte Operation wird ausgeführt"
6433e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6434e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:154
6435e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "MMP: filesystem still in use"
6436e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "MMP: das Dateisystem wird noch verwendet"
6437e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6438e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: lib/ext2fs/ext2_err.c:155
6439e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "MMP: open with O_DIRECT failed"
6440e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "MMP: das Öffnen mit O_DIRECT ist gescheitert"
6441e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6442e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:11
6443e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Profile version 0.0"
6444e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Profil Versikon 0.0"
6445e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6446e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:12
6447e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Bad magic value in profile_node"
6448e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültige magische Zahl in profile_node"
6449e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6450e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:13
6451e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Profile section not found"
6452e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Profilsektion wurde nicht gefunden"
6453e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6454e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:14
6455e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Profile relation not found"
6456e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Profilbezug wurde nicht gefunden"
6457e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6458e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:15
6459e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Attempt to add a relation to node which is not a section"
6460e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Es wird versucht, einen Bezug zu einem Knoten hinzu zu fügen, der keine Sektion ist"
6461e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6462e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:16
6463e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "A profile section header has a non-zero value"
6464e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ein Profilsektion-Vorspann hat einen Wert der nicht Null ist"
6465e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6466e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:17
6467e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Bad linked list in profile structures"
6468e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "UNgültige verkettete Liste in den Profilstrukturen"
6469e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6470e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:18
6471e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Bad group level in profile structures"
6472e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültige Gruppenebene in den Profilstrukturen"
6473e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6474e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:19
6475e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Bad parent pointer in profile structures"
6476e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültiger Zeiger auf Eltern in den Profilstrukturen"
6477e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6478e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:20
6479e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Bad magic value in profile iterator"
6480e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültige magische Zahl im Profil-Iterator"
6481e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6482e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:21
6483e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Can't set value on section node"
6484e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Der Wert kann beim Sektionsknoten nicht gesetzt werden"
6485e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6486e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:22
6487e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Invalid argument passed to profile library"
6488e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ein ungültiges Argument wurde der Profilierungsbibliothek übergeben"
6489e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6490e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:23
6491e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Attempt to modify read-only profile"
6492e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Es wird versucht, ein nur lesbares Profil zu modifizieren"
6493e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6494e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:24
6495e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Profile section header not at top level"
6496e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Vorspann der Profilsektion ist nicht auf der obersten Ebene"
6497e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6498e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:25
6499e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Syntax error in profile section header"
6500e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Syntaxfehler im Vorspann des Profilsektor"
6501e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6502e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:26
6503e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Syntax error in profile relation"
6504e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Syntaxfehler im Profilbezug"
6505e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6506e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:27
6507e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Extra closing brace in profile"
6508e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Überzählige schliessende Klammern im Profil"
6509e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6510e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:28
6511e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Missing open brace in profile"
6512e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Fehlende öffnende Klammer im Profil"
6513e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6514e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:29
6515e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Bad magic value in profile_t"
6516e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültige magische Zahl in profile_t"
6517e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6518e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:30
6519e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Bad magic value in profile_section_t"
6520e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültige magische Zahl in profile_section_t"
6521e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6522e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:31
6523e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Iteration through all top level section not supported"
6524e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Iteration über alle Sektionen der obersten Ebene wird nicht unterstützt"
6525e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6526e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:32
6527e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Invalid profile_section object"
6528e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültiges Profilsektionsobjekt"
6529e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6530e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:33
6531e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "No more sections"
6532e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Keine weiteren Sektionen vorhanden"
6533e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6534e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:34
6535e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Bad nameset passed to query routine"
6536e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Eine ungültiger Satz von Namen wurde der Abfrageroutine übergeben"
6537e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6538e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:35
6539e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "No profile file open"
6540e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Es ist keine Profildatei offen"
6541e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6542e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:36
6543e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Bad magic value in profile_file_t"
6544e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültige magische Zahl in profile_file_t"
6545e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6546e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:37
6547e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Couldn't open profile file"
6548e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Profildatei konnte nicht geöffnet werden"
6549e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6550e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:38
6551e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Section already exists"
6552e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Die Sektion existiert bereits"
6553e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6554e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:39
6555e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Invalid boolean value"
6556e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültiger boolscher Wert"
6557e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6558e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:40
6559e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Invalid integer value"
6560e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültiger Wert für eine Ganzzahl"
6561e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6562e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#: e2fsck/prof_err.c:41
6563e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgid "Bad magic value in profile_file_data_t"
6564e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrallmsgstr "Ungültige magische Zahl in profile_data_t"
6565e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6566e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgid "%s is mounted.  "
6567e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgstr "%s ist eingehängt.  "
6568e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6569e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgid "@g %g @b @B uninitialized but @i @B in use.\n"
6570e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgstr "Die @b @B von @g %g ist nicht initialisiert aber @i @B wird verwendet.\n"
6571e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6572e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
6573e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgstr " in @i %i sollte EOFBLOCKS_FL nicht gesetzt sein (Größe %Is, lblk %r)\n"
6574e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6575e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgid "Couldn't determine journal size"
6576e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgstr "Konnte die Größe des Dateisystems nicht ermitteln"
6577e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6578e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgid "#\t\t %llu -> %llu (%llu)\n"
6579e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgstr "#\t\t %llu -> %llu (%llu)\n"
6580e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6581e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgid "<The ACL index inode>"
6582e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgstr "<Der „ACL Index“-Inode>"
6583e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6584e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgid "<The ACL data inode>"
6585e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgstr "<Der „ACL Data“-Inode>"
6586e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6587e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgid "short write (only %d bytes) for writing image header"
6588e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgstr "short write (only %d bytes) for writing image header"
6589e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6590e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgid "invalid fragment size - %s"
6591e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgstr "falsche Fragmentgröße - %s"
6592e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6593e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgid "Warning: fragments not supported.  Ignoring -f option\n"
6594e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgstr "Warnung: Fragmente werden nicht unterstützt. Ignoriere -f Option\n"
6595e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6596e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgid "Calling BLKDISCARD from %llu to %llu "
6597e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgstr "Der Aufruf von BLKDISCARD für den Bereich von %llu bis %llu war "
6598e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6599e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgid "succeeded.\n"
6600e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgstr "erfolgreich.\n"
6601e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall
6602e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgid "Journal NOT removed\n"
6603e0ed7404719a9ddd2ba427a80db5365c8bad18c0JP Abgrall#~ msgstr "Journal NICHT gelöscht\n"
6604