1 # XZ Utils German translation
2 # This file is put in the public domain.
3 # Andre Noll <maan@systemlinux.org>, 2010.
7 "Project-Id-Version: XZ Utils 4.999.9beta\n"
8 "Report-Msgid-Bugs-To: lasse.collin@tukaani.org\n"
9 "POT-Creation-Date: 2010-09-11 17:07+0200\n"
10 "PO-Revision-Date: 2010-09-07 20:27+0200\n"
11 "Last-Translator: <maan@systemlinux.org>\n"
12 "Language-Team: German\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 msgid "%s: Unknown file format type"
21 msgstr "%s: Unbekanntes file format"
23 #: src/xz/args.c:356 src/xz/args.c:364
25 msgid "%s: Unsupported integrity check type"
26 msgstr "%s: Integritäts-Check Typ nicht unterstützt"
29 msgid "Only one file can be specified with `--files' or `--files0'."
31 "Nur ein file kann als Argument für --files oder --files0 angegeben werden."
35 msgid "The environment variable %s contains too many arguments"
36 msgstr "Die Umgebungsvariable %s enthält zu viele Argumente"
39 msgid "Maximum number of filters is four"
40 msgstr "Maximal vier Filter möglich"
43 msgid "Memory usage limit is too low for the given filter setup."
45 "Das Speicher Limit ist zu niedrig für die gegebene Filter Konfiguration."
48 msgid "Using a preset in raw mode is discouraged."
49 msgstr "Verwendung der Voreinstellung im raw Modus wird nicht empfohlen."
52 msgid "The exact options of the presets may vary between software versions."
54 "Die genauen Optionen der Voreinstellung können zwischen Software Versionen "
58 msgid "The .lzma format supports only the LZMA1 filter"
59 msgstr "Das .lzma Format unterstützt nur den LZMA1 Filter"
62 msgid "LZMA1 cannot be used with the .xz format"
63 msgstr "LZMA1 kann nicht mit dem .xz Format verwendet werden"
66 msgid "Unsupported filter chain or filter options"
67 msgstr "Optionen nicht unterstützt"
71 msgid "Decompression will need %s MiB of memory."
72 msgstr "Dekompression wird %s MiB Speicher brauchen."
77 "Adjusted LZMA%c dictionary size from %s MiB to %s MiB to not exceed the "
78 "memory usage limit of %s MiB"
80 "Passte LZMA%c Wörterbuch Größe von %s MiB to %s MiB an, um nicht das "
81 "Speicher Nutzungslimit von %s MiB zu übersteigen"
83 #. TRANSLATORS: When compression or decompression finishes,
84 #. and xz is going to remove the source file, xz first checks
85 #. if the source file still exists, and if it does, does its
86 #. device and inode numbers match what xz saw when it opened
87 #. the source file. If these checks fail, this message is
88 #. shown, %s being the filename, and the file is not deleted.
89 #. The check for device and inode numbers is there, because
90 #. it is possible that the user has put a new file in place
91 #. of the original file, and in that case it obviously
92 #. shouldn't be removed.
93 #: src/xz/file_io.c:137
95 msgid "%s: File seems to have been moved, not removing"
97 "%s: Datei scheint umbenannt worden zu sein, daher wird sie nicht gelöscht"
99 #: src/xz/file_io.c:144 src/xz/file_io.c:590
101 msgid "%s: Cannot remove: %s"
102 msgstr "%s: Kann nicht löschen: %s"
104 #: src/xz/file_io.c:169
106 msgid "%s: Cannot set the file owner: %s"
107 msgstr "%s: Kann Datei Eigentümer nicht setzen: %s"
109 #: src/xz/file_io.c:175
111 msgid "%s: Cannot set the file group: %s"
112 msgstr "%s: Kann Datei Gruppe nicht setzen: %s"
114 #: src/xz/file_io.c:194
116 msgid "%s: Cannot set the file permissions: %s"
117 msgstr "%s: Kann Zugriffsrechte nicht setzen: %s"
119 #: src/xz/file_io.c:337 src/xz/file_io.c:420
121 msgid "%s: Is a symbolic link, skipping"
122 msgstr "%s: Überspringe symbolischen Verweis"
124 #: src/xz/file_io.c:455
126 msgid "%s: Is a directory, skipping"
127 msgstr "%s: Überspringe Verzeichnis"
129 #: src/xz/file_io.c:462
131 msgid "%s: Not a regular file, skipping"
132 msgstr "%s: Keine reguläre Datei, überspringe"
134 #: src/xz/file_io.c:479
136 msgid "%s: File has setuid or setgid bit set, skipping"
137 msgstr "%s: Datei hat das setuid oder setgid Bit gesetzt, überspringe"
139 #: src/xz/file_io.c:486
141 msgid "%s: File has sticky bit set, skipping"
142 msgstr "%s: Datei hat sticky Bit gesetzt, überspringe"
144 #: src/xz/file_io.c:493
146 msgid "%s: Input file has more than one hard link, skipping"
147 msgstr "%s: Eingabedatei hat mehr als einen hard link, überspringe"
149 #: src/xz/file_io.c:714
151 msgid "Error restoring the O_APPEND flag to standard output: %s"
153 "Fehler beim Wiederherstellen des O_APPEND flags bei Standard Output: %s"
155 #: src/xz/file_io.c:726
157 msgid "%s: Closing the file failed: %s"
158 msgstr "%s: Fehler beim Schießen der Datei: %s"
160 #: src/xz/file_io.c:762 src/xz/file_io.c:946
162 msgid "%s: Seeking failed when trying to create a sparse file: %s"
164 "%s: Positionierungsfehler beim Versuch eine sparse Datei zu erzeugen: %s"
166 #: src/xz/file_io.c:821
168 msgid "%s: Read error: %s"
169 msgstr "%s: Lesefehler: %s"
171 #: src/xz/file_io.c:844
173 msgid "%s: Error seeking the file: %s"
174 msgstr "%s: Fehler beim Lesen der Dateinamen: %s"
176 #: src/xz/file_io.c:854
178 msgid "%s: Unexpected end of file"
179 msgstr "%s: Unerwartetes Ende der Datei"
181 #: src/xz/file_io.c:904
183 msgid "%s: Write error: %s"
184 msgstr "%s: Schreibfehler: %s"
186 #: src/xz/hardware.c:100
190 #. TRANSLATORS: Test with "xz --info-memory" to see if
191 #. the alignment looks nice.
192 #: src/xz/hardware.c:119
193 msgid "Total amount of physical memory (RAM): "
194 msgstr "Gesamtmenge physikalischer Speicher (RAM): "
196 #: src/xz/hardware.c:121
197 msgid "Memory usage limit for compression: "
198 msgstr "Speicher Nutzungslimit für Kompression: "
200 #: src/xz/hardware.c:123
201 msgid "Memory usage limit for decompression: "
202 msgstr "Speicher Nutzungslimit für Dekompression: "
204 #. TRANSLATORS: Indicates that there is no integrity check.
205 #. This string is used in tables, so the width must not
206 #. exceed ten columns with a fixed-width font.
211 #. TRANSLATORS: Indicates that integrity check name is not known,
212 #. but the Check ID is known (here 2). This and other "Unknown-N"
213 #. strings are used in tables, so the width must not exceed ten
214 #. columns with a fixed-width font. It's OK to omit the dash if
215 #. you need space for one extra letter.
266 msgid "%s: File is empty"
267 msgstr "%s: Datei ist leer"
271 msgid "%s: Too small to be a valid .xz file"
272 msgstr "%s: Zu klein um ein gültiges .xz file zu sein"
274 #. TRANSLATORS: These are column headings. From Strms (Streams)
275 #. to Ratio, the columns are right aligned. Check and Filename
276 #. are left aligned. If you need longer words, it's OK to
277 #. use two lines here. Test with "xz -l foo.xz".
279 msgid "Strms Blocks Compressed Uncompressed Ratio Check Filename"
280 msgstr " Str. Blöcke Kompr. Unkompr. Verh. Check Dateiname"
284 msgid " Streams: %s\n"
285 msgstr " Ströme: %s\n"
289 msgid " Blocks: %s\n"
290 msgstr " Blöcke: %s\n"
294 msgid " Compressed size: %s\n"
295 msgstr " Größe komprimiert: %s\n"
299 msgid " Uncompressed size: %s\n"
300 msgstr " Größe unkomprimiert: %s\n"
305 msgstr " Verhältnis: %s\n"
310 msgstr " Check: %s\n"
314 msgid " Stream padding: %s\n"
315 msgstr " Strom Auffüllung: %s\n"
317 #. TRANSLATORS: The second line is column headings. All except
318 #. Check are right aligned; Check is left aligned. Test with
323 " Stream Blocks CompOffset UncompOffset CompSize "
324 "UncompSize Ratio Check Padding"
327 " Strom Blöcke KompOffset UnkompOffset KompGröße "
328 "UnkompGröße Verh. Check Auffüllung"
330 #. TRANSLATORS: The second line is column headings. All
331 #. except Check are right aligned; Check is left aligned.
336 " Stream Block CompOffset UncompOffset TotalSize "
337 "UncompSize Ratio Check"
340 " Strom Block KompOffset UnkompOffset TotalGröße "
341 "UnkompGröße Verh. Check"
343 #. TRANSLATORS: These are additional column headings
344 #. for the most verbose listing mode. CheckVal
345 #. (Check value), Flags, and Filters are left aligned.
346 #. Header (Block Header Size), CompSize, and MemUsage
347 #. are right aligned. %*s is replaced with 0-120
348 #. spaces to make the CheckVal column wide enough.
349 #. Test with "xz -lvv foo.xz".
352 msgid " CheckVal %*s Header Flags CompSize MemUsage Filters"
353 msgstr " CheckWert %*s Kopf Schalter KompGröße Speicher Filter"
355 #: src/xz/list.c:838 src/xz/list.c:1007
357 msgid " Memory needed: %s MiB\n"
358 msgstr " Benötigter Speicher: %s MiB\n"
360 #: src/xz/list.c:840 src/xz/list.c:1009
362 msgid " Sizes in headers: %s\n"
363 msgstr " Größe in Köpfen: %s\n"
365 #: src/xz/list.c:841 src/xz/list.c:1010
369 #: src/xz/list.c:841 src/xz/list.c:1010
373 #. TRANSLATORS: %s is an integer. Only the plural form of this
374 #. message is used (e.g. "2 files"). Test with "xz -l foo.xz bar.xz".
378 msgid_plural "%s files\n"
379 msgstr[0] "%s Datei\n"
380 msgstr[1] "%s Dateien\n"
386 #: src/xz/list.c:1000
388 msgid " Number of files: %s\n"
389 msgstr " Anzahl Dateien: %s\n"
391 #: src/xz/list.c:1072
392 msgid "--list works only on .xz files (--format=xz or --format=auto)"
394 "--list funktioniert nur mit .xz Dateien (--format=xz oder --format=auto)"
396 #: src/xz/list.c:1078
397 msgid "--list does not support reading from standard input"
398 msgstr "--list unterstützt kein Lesen der Standardeingabe"
402 msgid "%s: Error reading filenames: %s"
403 msgstr "%s: Fehler beim Lesen der Dateinamen: %s"
407 msgid "%s: Unexpected end of input when reading filenames"
408 msgstr "%s: Unerwartetes Ende beim Lesen der Dateinamen"
413 "%s: Null character found when reading filenames; maybe you meant to use `--"
414 "files0' instead of `--files'?"
416 "%s: Null Charakter gefunden beim Lesen der Dateinamen; Meinten Sie `--"
417 "files0' statt `--files'?"
420 msgid "Compression and decompression with --robot are not supported yet."
421 msgstr "Kompression und Dekompression mit --robot ist noch nicht unterstützt."
425 "Cannot read data from standard input when reading filenames from standard "
428 "Lesen der Standardeingabe ist nicht möglich, wenn die Dateinamen auch von "
429 "der Standardeingabe gelesen werden"
431 #: src/xz/message.c:800 src/xz/message.c:844
432 msgid "Internal error (bug)"
433 msgstr "Interner Fehler (Bug)"
435 #: src/xz/message.c:807
436 msgid "Cannot establish signal handlers"
437 msgstr "Kann Signal Routine nicht setzen"
439 #: src/xz/message.c:816
440 msgid "No integrity check; not verifying file integrity"
441 msgstr "Kein Integritäts-Check; werde Datei-Integrität nicht überprüfen"
443 #: src/xz/message.c:819
444 msgid "Unsupported type of integrity check; not verifying file integrity"
446 "Typ des Integritäts-Checks nicht unterstützt; werde Datei-Integrität nicht "
449 #: src/xz/message.c:826
450 msgid "Memory usage limit reached"
451 msgstr "Speicher-Limit erreicht"
453 #: src/xz/message.c:829
454 msgid "File format not recognized"
455 msgstr "Datei Format nicht erkannt"
457 #: src/xz/message.c:832
458 msgid "Unsupported options"
459 msgstr "Optionen nicht unterstützt"
461 #: src/xz/message.c:835
462 msgid "Compressed data is corrupt"
463 msgstr "Komprimierte Daten sind korrupt"
465 #: src/xz/message.c:838
466 msgid "Unexpected end of input"
467 msgstr "Unerwartetes Eingabe Ende"
469 #: src/xz/message.c:886
471 msgid "%s MiB of memory is required. The limit is %s."
472 msgstr "%s MiB Speicher wird benötigt. Limit ist %s."
474 #: src/xz/message.c:1053
476 msgid "%s: Filter chain: %s\n"
477 msgstr "%s: Filter Kette: %s\n"
479 #: src/xz/message.c:1063
481 msgid "Try `%s --help' for more information."
482 msgstr "Versuchen Sie `%s --help' für mehr Informationen."
484 #: src/xz/message.c:1089
487 "Usage: %s [OPTION]... [FILE]...\n"
488 "Compress or decompress FILEs in the .xz format.\n"
491 "Benutzung: %s [OPTION]... [DATEI]...\n"
492 "Komprimiert oder dekomprimiert .xz DATEI(EN).\n"
495 #: src/xz/message.c:1096
497 "Mandatory arguments to long options are mandatory for short options too.\n"
499 "Obligatorische Argumente für lange Optionen sind auch für kurze Optionen\n"
502 #: src/xz/message.c:1100
503 msgid " Operation mode:\n"
504 msgstr " Operationsmodus:\n"
506 #: src/xz/message.c:1103
508 " -z, --compress force compression\n"
509 " -d, --decompress force decompression\n"
510 " -t, --test test compressed file integrity\n"
511 " -l, --list list information about .xz files"
513 " -z, --compress erzwinge Komprimierung\n"
514 " -d, --decompress erzwinge Dekomprimierung\n"
515 " -t, --test überprüfe Datei Integrität\n"
516 " -l, --list liste Datei Informationen"
518 #: src/xz/message.c:1109
521 " Operation modifiers:\n"
524 " Operationsmodifikatoren:\n"
526 #: src/xz/message.c:1112
528 " -k, --keep keep (don't delete) input files\n"
529 " -f, --force force overwrite of output file and (de)compress links\n"
530 " -c, --stdout write to standard output and don't delete input files"
532 " -k, --keep Eingabedateien beibehalten (nicht löschen)\n"
533 " -f, --force erzwinge Überschreiben der Ausgabedatei und\n"
534 " (de)komprimiere Verweise (Links)\n"
535 " -c, --stdout schreibe nach Standard Output und lösche nicht die\n"
538 #: src/xz/message.c:1118
540 " --no-sparse do not create sparse files when decompressing\n"
541 " -S, --suffix=.SUF use the suffix `.SUF' on compressed files\n"
542 " --files[=FILE] read filenames to process from FILE; if FILE is\n"
543 " omitted, filenames are read from the standard input;\n"
544 " filenames must be terminated with the newline "
546 " --files0[=FILE] like --files but use the null character as terminator"
548 " --no-sparse erzeuge keine sparse Datei beim Dekomprimieren\n"
549 " -S, --suffix=.SUF benutze `.SUF' Endung für komprimierte Dateien\n"
550 " --files=[DATEI] lese zu verarbeitende Dateinamen von DATEI; falls\n"
551 " DATEI nicht angegeben wurde, werden Dateinamen\n"
552 " von Standard Input gelesen. Dateinamen müssen mit\n"
553 " einem Zeilenumbruch voneinander getrennt werden\n"
554 " --files0=[DATEI] wie --files, aber benutze den Null Charakter als "
557 #: src/xz/message.c:1126
560 " Basic file format and compression options:\n"
563 " Grundlegende Optionen für Dateiformat und Kompression:\n"
565 #: src/xz/message.c:1128
567 " -F, --format=FMT file format to encode or decode; possible values are\n"
568 " `auto' (default), `xz', `lzma', and `raw'\n"
569 " -C, --check=CHECK integrity check type: `none' (use with caution),\n"
570 " `crc32', `crc64' (default), or `sha256'"
572 " -F, --format=FMT Dateiformat zur Kodierung oder Dekodierung; "
574 " Werte sind `auto' (Voreinstellung), `xz', `lzma' "
577 " -C, --check=CHECK Typ des Integritätschecks: `none' (Vorsicht), "
579 " `crc64' (Voreinstellung), oder `sha256'"
581 #: src/xz/message.c:1135
583 " -0 ... -9 compression preset; default is 6; take compressor "
585 " decompressor memory usage into account before using 7-"
588 " -0 .. -9 Kompressionseinstellung; Voreinstellung is 6. "
590 " Sie den Speicherverbrauch des Komprimieres *und* "
592 " Dekomprimierers, wenn Sie 7-9 benutzen!"
594 #: src/xz/message.c:1139
596 " -e, --extreme try to improve compression ratio by using more CPU "
598 " does not affect decompressor memory requirements"
600 " -e, --extreme Versuche durch stärkere CPU Nutzung das "
602 " verhältnis zu verbessern. Das beeinflusst nicht den\n"
603 " Speicherbedarf des Dekomprimierers."
605 #: src/xz/message.c:1144
608 " --memlimit-compress=LIMIT\n"
609 " --memlimit-decompress=LIMIT\n"
610 " -M, --memlimit=LIMIT\n"
611 " set memory usage limit for compression, "
613 " or both; LIMIT is in bytes, % of RAM, or 0 for defaults"
615 " --memlimit-compress=LIMIT\n"
616 " --memlimit-decompress=LIMIT\n"
617 " -M, --memlimit=LIMIT Setze Speicher Nutzungslimit für Kompression,\n"
618 " Dekompression, oder beides; LIMIT ist in bytes, % "
620 " oder 0 für Grundeinstellungen."
622 #: src/xz/message.c:1151
624 " --no-adjust if compression settings exceed the memory usage "
626 " give an error instead of adjusting the settings "
629 " --no-adjust Wenn die Kompressionseinstellungen das Speicher\n"
630 " Nutzungslimit übersteigen, erzeuge einen Fehler "
632 " die Einstellungen nach unten anzupassen."
634 #: src/xz/message.c:1157
637 " Custom filter chain for compression (alternative for using presets):"
640 " User-definierte Filter Kette für Kompression (alternativ zu Voreinstellung):"
642 #: src/xz/message.c:1166
645 " --lzma1[=OPTS] LZMA1 or LZMA2; OPTS is a comma-separated list of zero "
647 " --lzma2[=OPTS] more of the following options (valid values; "
649 " preset=PRE reset options to a preset (0-9[e])\n"
650 " dict=NUM dictionary size (4KiB - 1536MiB; 8MiB)\n"
651 " lc=NUM number of literal context bits (0-4; 3)\n"
652 " lp=NUM number of literal position bits (0-4; 0)\n"
653 " pb=NUM number of position bits (0-4; 2)\n"
654 " mode=MODE compression mode (fast, normal; normal)\n"
655 " nice=NUM nice length of a match (2-273; 64)\n"
656 " mf=NAME match finder (hc3, hc4, bt2, bt3, bt4; "
658 " depth=NUM maximum search depth; 0=automatic "
662 " --lzma1[=OPTIONEN] LZMA1 oder LZMA2; OPTIONEN ist eine durch Kommata\n"
663 " --lzma2[=OPTIONEN] getrennte Liste bestehend aus den folgenden "
665 " (zulässige Werte; Voreinstellung):\n"
666 " preset=NUM Setze Optionen zurück zu "
669 " dict=NUM Wörterbuch Größe (4 KiB - 1536 MiB; 8 "
671 " lc=NUM Anzahl der Literal Kontext Bits (0-4; "
673 " lp=NUM Anzahl der Literal Positionsbits (0-4; "
675 " pb=NUM Anzahl der Positionsbits (0-4; 2)\n"
676 " mode=MODUS Kompressionsmodus (fast, normal; "
678 " nice=NUM Nice-Länge eines Treffers (2-273; 64)\n"
679 " mf=NAME Algorithmus zum Auffinden von\n"
680 " Übereinstimmungen (hc3, hc4, bt2, bt3, "
683 " depth=NUM Maximale Suchtiefe; 0=automatisch\n"
686 #: src/xz/message.c:1181
689 " --x86[=OPTS] x86 BCJ filter (32-bit and 64-bit)\n"
690 " --powerpc[=OPTS] PowerPC BCJ filter (big endian only)\n"
691 " --ia64[=OPTS] IA-64 (Itanium) BCJ filter\n"
692 " --arm[=OPTS] ARM BCJ filter (little endian only)\n"
693 " --armthumb[=OPTS] ARM-Thumb BCJ filter (little endian only)\n"
694 " --sparc[=OPTS] SPARC BCJ filter\n"
695 " Valid OPTS for all BCJ filters:\n"
696 " start=NUM start offset for conversions (default=0)"
699 " --x86[=OPTIONEN] x86 BCJ Filter (32-bit und 64-bit)\n"
700 " --powerpc[=OPTIONEN] PowerPC BCJ Filter (nur big endian)\n"
701 " --ia64[=OPTIONEN] IA64 (Itanium) BCJ Filter\n"
702 " --arm[=OPTIONEN] ARM BCJ Filter (nur little endian)\n"
703 " --armthumb[=OPTIONEN] ARM-Thumb BCJ Filter (nur little endian)\n"
704 " --sparc[=OPTIONEN] SPARC BCJ Filter\n"
705 " Zulässige Optionen für alle BCJ Filter:\n"
706 " start=NUM Start-Offset für Konversion\n"
707 " (Voreinstellung=0)"
709 #: src/xz/message.c:1193
712 " --delta[=OPTS] Delta filter; valid OPTS (valid values; default):\n"
713 " dist=NUM distance between bytes being subtracted\n"
714 " from each other (1-256; 1)"
717 " --delta[=OPTIONEN] Delta Filter; zulässige Optionen (gültige Werte;\n"
718 " Voreinstellung):\n"
719 " dist=NUM Abstand zwischen den Bytes, die "
721 " subtrahiert werden (1-256; 1)"
723 #: src/xz/message.c:1201
729 " Andere Optionen:\n"
731 #: src/xz/message.c:1204
733 " -q, --quiet suppress warnings; specify twice to suppress errors "
735 " -v, --verbose be verbose; specify twice for even more verbose"
737 " -q, --quiet unterdrücke Warnungen; benutze diese Option zweimal\n"
738 " um auch Fehlermeldungen zu unterdrücken\n"
739 " -v, --verbose sei gesprächig; benutze diese Option zweimal um "
741 " gesprächiger zu sein"
743 #: src/xz/message.c:1209
744 msgid " -Q, --no-warn make warnings not affect the exit status"
745 msgstr " -Q, --no-warn Warnungen verändern nicht den exit status"
747 #: src/xz/message.c:1211
749 " --robot use machine-parsable messages (useful for scripts)"
751 " --robot benutze Maschinen-lesbare Meldungen (nützlich für\n"
754 #: src/xz/message.c:1214
756 " --info-memory display the total amount of RAM and the currently "
758 " memory usage limits, and exit"
759 msgstr " --info-memory zeige Speicherlimit an und terminiere"
761 #: src/xz/message.c:1217
763 " -h, --help display the short help (lists only the basic options)\n"
764 " -H, --long-help display this long help and exit"
766 " -h, --help zeige kurze Hilfe and (zeigt nur die grundlegenden\n"
768 " -H, --long-help zeige diese lange Hilfe an und terminiere"
770 #: src/xz/message.c:1221
772 " -h, --help display this short help and exit\n"
773 " -H, --long-help display the long help (lists also the advanced options)"
775 " -h, --help zeige diese kurze Hilfe an und terminiere\n"
776 " -H, --long-help zeige die lange Hilfe an (zeigt auch "
780 #: src/xz/message.c:1226
781 msgid " -V, --version display the version number and exit"
782 msgstr " -V, --version zeige Versionsnummer an und terminiere"
784 #: src/xz/message.c:1228
787 "With no FILE, or when FILE is -, read standard input.\n"
790 "Wenn DATEI nicht angegeben wurde, oder DATEI gleich - ist, dann wird von\n"
791 "der Standardeingabe gelesen.\n"
793 #. TRANSLATORS: This message indicates the bug reporting address
794 #. for this package. Please add _another line_ saying
795 #. "Report translation bugs to <...>\n" with the email or WWW
796 #. address for translation bugs. Thanks.
797 #: src/xz/message.c:1234
799 msgid "Report bugs to <%s> (in English or Finnish).\n"
801 "Melde Bugs an <%s> (in englisch oder finnisch).\n"
802 "Melde Übersetzungsfehler an <maan@systemlinux.org> (in englisch oder "
805 #: src/xz/message.c:1236
807 msgid "%s home page: <%s>\n"
808 msgstr "%s Homepage: <%s>\n"
810 #: src/xz/options.c:86
812 msgid "%s: Options must be `name=value' pairs separated with commas"
814 "%s: Optionen müssen in der Form `Name=Wert` gegeben werden, getrennt durch "
817 #: src/xz/options.c:93
819 msgid "%s: Invalid option name"
820 msgstr "%s: Ungültige Option"
822 #: src/xz/options.c:113
824 msgid "%s: Invalid option value"
825 msgstr "%s: Ungültiger Wert für Option"
827 #: src/xz/options.c:247
829 msgid "Unsupported LZMA1/LZMA2 preset: %s"
830 msgstr "LZMA1/LZMA2 Voreinstellung ist ungültig: %s"
832 #: src/xz/options.c:355
833 msgid "The sum of lc and lp must not exceed 4"
834 msgstr "Die Summe aus lc und lp darf höchstens 4 sein"
836 #: src/xz/options.c:359
838 msgid "The selected match finder requires at least nice=%<PRIu32>"
840 "Der ausgewählte Algorithmus zum Auffinden von Übereinstimmungen braucht "
841 "mindestens nice=%<PRIu32>"
843 #: src/xz/suffix.c:79 src/xz/suffix.c:164
846 "%s: With --format=raw, --suffix=.SUF is required unless writing to stdout"
848 "%s: Mit --format=raw ist --sufix=.SUF notwendig, falls nicht nach stdout "
851 #: src/xz/suffix.c:99
853 msgid "%s: Filename has an unknown suffix, skipping"
854 msgstr "%s: Dateiname hat unbekannte Endung, überspringe"
856 #: src/xz/suffix.c:154
858 msgid "%s: File already has `%s' suffix, skipping"
859 msgstr "%s: Datei hat bereits `%s' Endung, überspringe"
861 #: src/xz/suffix.c:205
863 msgid "%s: Invalid filename suffix"
864 msgstr "%s: Ungültige Datei Endung"
868 msgid "%s: Value is not a non-negative decimal integer"
869 msgstr "%s: Wert ist keine nicht-negative ganze Zahl"
873 msgid "%s: Invalid multiplier suffix"
874 msgstr "%s: Ungültige Einheit"
877 msgid "Valid suffixes are `KiB' (2^10), `MiB' (2^20), and `GiB' (2^30)."
878 msgstr "Gültige Einheiten sind `KiB' (2^10), `MiB' (2^20), und `GiB' (2^30)."
882 msgid "Value of the option `%s' must be in the range [%<PRIu64>, %<PRIu64>]"
883 msgstr "Wert der Option `%s' muss im Bereich [%<PRIu64>, %<PRIu64>] sein"
886 msgid "Empty filename, skipping"
887 msgstr "Leere Dateiname, überspringe"
890 msgid "Compressed data cannot be read from a terminal"
891 msgstr "Komprimierte Daten können nicht vom Terminal gelesen werden"
894 msgid "Compressed data cannot be written to a terminal"
895 msgstr "Komprimierte Daten können nicht auf das Terminal geschrieben werden"
897 #: src/common/tuklib_exit.c:39
898 msgid "Writing to standard output failed"
899 msgstr "Schreiben auf die Standardausgabe fehlgeschlagen"
901 #: src/common/tuklib_exit.c:42
902 msgid "Unknown error"
903 msgstr "Unbekannter Fehler"