diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /po/de/man1/cmp.1.po | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/de/man1/cmp.1.po')
-rw-r--r-- | po/de/man1/cmp.1.po | 405 |
1 files changed, 405 insertions, 0 deletions
diff --git a/po/de/man1/cmp.1.po b/po/de/man1/cmp.1.po new file mode 100644 index 00000000..3bf10798 --- /dev/null +++ b/po/de/man1/cmp.1.po @@ -0,0 +1,405 @@ +# German translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Sebastian Hetze <S.Hetze@Linux-AG.com> +# Martin Eberhard Schauer <Martin.E.Schauer@gmx.de>, 2010. +# Dr. Tobias Quathamer <toddy@debian.org>, 2016. +# Mario Blättermann <mario.blaettermann@gmail.com>, 2019, 2020, 2021, 2022, 2023. +msgid "" +msgstr "" +"Project-Id-Version: manpages-de\n" +"POT-Creation-Date: 2024-02-15 17:56+0100\n" +"PO-Revision-Date: 2023-01-30 21:16+0100\n" +"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n" +"Language-Team: German <debian-l10n-german@lists.debian.org>\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 22.12.0\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CMP" +msgstr "CMP" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "May 2023" +msgstr "Mai 2023" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "diffutils 3.10" +msgstr "diffutils 3.10" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "User Commands" +msgstr "Dienstprogramme für Benutzer" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "BEZEICHNUNG" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "cmp - compare two files byte by byte" +msgstr "cmp - vergleicht zwei Dateien Byte für Byte" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "ÜBERSICHT" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<cmp> [I<OPTION>]... I<FILE1 >[I<FILE2 >[I<SKIP1 >[I<SKIP2>]]]" +msgstr "B<cmp> [I<OPTION>]… I<DATEI1 >[I<DATEI2 >[I<SKIP1 >[I<SKIP2 >]]]" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "BESCHREIBUNG" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Compare two files byte by byte." +msgstr "Das Programm vergleicht zwei Dateien Byte für Byte." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The optional SKIP1 and SKIP2 specify the number of bytes to skip at the " +"beginning of each file (zero by default)." +msgstr "" +"Die optionalen Parameter SKIP1 und SKIP2 geben an, wieviele Byte am Anfang " +"der jeweiligen Datei übersprungen werden sollen (in der Voreinstellung null)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Mandatory arguments to long options are mandatory for short options too." +msgstr "" +"Die obligatorischen Argumente für Optionen sind für deren Kurz- und Langform " +"gleich." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-b>, B<--print-bytes>" +msgstr "B<-b>, B<--print-bytes>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "print differing bytes" +msgstr "Byte ausgeben, die sich unterscheiden" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-i>, B<--ignore-initial>=I<SKIP>" +msgstr "B<-i>, B<--ignore-initial>=I<SKIP>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "skip first SKIP bytes of both inputs" +msgstr "Überspringt die ersten SKIP Byte beider Eingaben" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-i>, B<--ignore-initial>=I<SKIP1>:SKIP2" +msgstr "B<-i>, B<--ignore-initial>=I<SKIP1>:I<SKIP2>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "skip first SKIP1 bytes of FILE1 and first SKIP2 bytes of FILE2" +msgstr "" +"Überspringt die ersten SKIP1 Byte von DATEI1 und die ersten SKIP2 Byte von " +"DATEI2" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-l>, B<--verbose>" +msgstr "B<-l>, B<--verbose>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output byte numbers and differing byte values" +msgstr "Gibt die Positionen und Werte aller unterschiedlichen Bytes aus" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-n>, B<--bytes>=I<LIMIT>" +msgstr "B<-n>, B<--bytes>=I<MAX>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "compare at most LIMIT bytes" +msgstr "Vergleicht höchstens MAX Byte" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s>, B<--quiet>, B<--silent>" +msgstr "B<-s>, B<--quiet>, B<--silent>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "suppress all normal output" +msgstr "Alle normalen Ausgaben unterdrücken" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--help>" +msgstr "B<--help>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "display this help and exit" +msgstr "zeigt Hilfeinformationen an und beendet das Programm." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-v>, B<--version>" +msgstr "B<-v>, B<--version>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output version information and exit" +msgstr "gibt Versionsinformationen aus und beendet das Programm." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"SKIP values may be followed by the following multiplicative suffixes: kB " +"1000, K 1024, MB 1,000,000, M 1,048,576, GB 1,000,000,000, G 1,073,741,824, " +"and so on for T, P, E, Z, Y." +msgstr "" +"Den SKIP-Werten kann eine multiplikative Endung (Suffix) folgen: kB 1000, K " +"1024, MB 1.000.000, M 1.048.576, GB 1.000.000.000, G 1.073.741.824 und so " +"weiter für T, P, E, Z, Y." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If a FILE is '-' or missing, read standard input. Exit status is 0 if " +"inputs are the same, 1 if different, 2 if trouble." +msgstr "" +"Wenn eine DATEI fehlt oder wenn dafür »-« angegeben ist, wird die " +"Standardeingabe gelesen. Für gleiche Eingaben ist der Exit-Status 0, bei " +"Unterschieden 1 und bei Problemen 2." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Written by Torbjorn Granlund and David MacKenzie." +msgstr "Geschrieben von Torbjörn Granlund und David MacKenzie." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "REPORTING BUGS" +msgstr "FEHLER MELDEN" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Report bugs to: bug-diffutils@gnu.org" +msgstr "" +"Melden Sie Fehler (auf Englisch) an E<.MT bug-diffutils@\\:gnu\\:.org> E<." +"ME .>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"GNU diffutils home page: E<lt>https://www.gnu.org/software/diffutils/E<gt>" +msgstr "" +"Homepage der GNU diffutils: E<.UR https://www.gnu.org/software/diffutils/>E<." +"UE>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "General help using GNU software: E<lt>https://www.gnu.org/gethelp/E<gt>" +msgstr "" +"Allgemeine Hilfe zur Benutzung von GNU-Software: E<.UR https://www.gnu.org/" +"gethelp/>E<.UE>" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COPYRIGHT" +msgstr "COPYRIGHT" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2023 Free Software Foundation, Inc. Lizenz GPLv3+: E<.UR " +"https://gnu.org/licenses/gpl.html> GNU GPL Version 3 E<.UE> oder neuer." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is free software: you are free to change and redistribute it. There is " +"NO WARRANTY, to the extent permitted by law." +msgstr "" +"Dies ist freie Software: Sie können sie verändern und weitergeben. Es gibt " +"KEINE GARANTIE, soweit gesetzlich zulässig." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "SIEHE AUCH" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "B<diff>(1), B<diff3>(1), B<sdiff>(1)" +msgstr "B<diff>(1), B<diff3>(1), B<sdiff>(1)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<cmp> is maintained as a Texinfo manual. If the " +"B<info> and B<cmp> programs are properly installed at your site, the command" +msgstr "" +"Die vollständige Dokumentation für B<cmp> wird als Texinfo-Handbuch " +"gepflegt. Wenn die Programme B<info>(1) und B<cmp> auf Ihrem Rechner " +"ordnungsgemäß installiert sind, können Sie mit dem Befehl" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info cmp>" +msgstr "B<info cmp>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "should give you access to the complete manual." +msgstr "auf das vollständige Handbuch zugreifen." + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "August 2021" +msgstr "August 2021" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "diffutils 3.8" +msgstr "diffutils 3.8" + +#. type: Plain text +#: debian-bookworm +msgid "" +"Copyright \\(co 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2021 Free Software Foundation, Inc. Lizenz GPLv3+: E<.UR " +"https://gnu.org/licenses/gpl.html> GNU GPL Version 3 E<.UE> oder neuer." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "diff(1), diff3(1), sdiff(1)" +msgstr "B<diff>(1), B<diff3>(1), B<sdiff>(1)" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "May 2017" +msgstr "Mai 2017" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "diffutils 3.6" +msgstr "diffutils 3.6" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"GNU diffutils home page: E<lt>http://www.gnu.org/software/diffutils/E<gt>" +msgstr "" +"Homepage der GNU diffutils: E<.UR https://www.gnu.org/software/diffutils/>E<." +"UE>" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "General help using GNU software: E<lt>http://www.gnu.org/gethelp/E<gt>" +msgstr "" +"Allgemeine Hilfe zur Benutzung von GNU-Software: E<.UR https://www.gnu.org/" +"gethelp/>E<.UE>" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Copyright \\(co 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>http://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2017 Free Software Foundation, Inc. Lizenz GPLv3+: E<.UR " +"https://gnu.org/licenses/gpl.html> GNU GPL Version 3 E<.UE> oder neuer." |