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/head.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/head.1.po')
-rw-r--r-- | po/de/man1/head.1.po | 376 |
1 files changed, 376 insertions, 0 deletions
diff --git a/po/de/man1/head.1.po b/po/de/man1/head.1.po new file mode 100644 index 00000000..6b96e31e --- /dev/null +++ b/po/de/man1/head.1.po @@ -0,0 +1,376 @@ +# German translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Karl Eichwalder <ke@suse.de> +# Lutz Behnke <lutz.behnke@gmx.de> +# Michael Piefel <piefel@debian.org> +# Michael Schmidt <michael@guug.de> +# Dr. Tobias Quathamer <toddy@debian.org>, 2010. +# Mario Blättermann <mario.blaettermann@gmail.com>, 2016, 2019, 2022, 2023. +msgid "" +msgstr "" +"Project-Id-Version: manpages-de\n" +"POT-Creation-Date: 2024-02-15 18:00+0100\n" +"PO-Revision-Date: 2023-03-26 00:53+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" +"X-Generator: Lokalize 22.12.3\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "HEAD" +msgstr "HEAD" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "January 2024" +msgstr "Januar 2024" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "GNU coreutils 9.4" +msgstr "GNU coreutils 9.4" + +#. 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 "head - output the first part of files" +msgstr "head - den ersten Teil von Dateien ausgeben" + +#. 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<head> [I<\\,OPTION\\/>]... [I<\\,FILE\\/>]..." +msgstr "B<head> [I<\\,OPTION\\/>]… [I<\\,DATEI\\/>]…" + +#. 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 "" +"Print the first 10 lines of each FILE to standard output. With more than " +"one FILE, precede each with a header giving the file name." +msgstr "" +"Die ersten 10 Zeilen jeder DATEI auf der Standardausgabe ausgeben. Bei mehr " +"als einer DATEI jeweils eine Kopfzeile mit dem Dateinamen ausgeben." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "With no FILE, or when FILE is -, read standard input." +msgstr "" +"liest ohne I<DATEI> oder wenn I<DATEI> B<-> ist, aus der Standardeingabe." + +#. 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<-c>, B<--bytes>=I<\\,[-]NUM\\/>" +msgstr "B<-c>, B<--bytes>=I<\\,[-]K\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"print the first NUM bytes of each file; with the leading '-', print all but " +"the last NUM bytes of each file" +msgstr "" +"Die ersten K Byte jeder Datei ausgeben. Falls das »-« davor steht, alle " +"außer den letzten K Byte jeder Datei ausgeben." + +#. 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<--lines>=I<\\,[-]NUM\\/>" +msgstr "B<-n>, B<--lines>=I<\\,[-]K\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"print the first NUM lines instead of the first 10; with the leading '-', " +"print all but the last NUM lines of each file" +msgstr "" +"Die ersten K Zeilen statt der ersten 10 ausgeben. Falls das »-« davor steht, " +"alle außer den letzten K Zeilen jeder Datei ausgeben." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-q>, B<--quiet>, B<--silent>" +msgstr "B<-q>, 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 "never print headers giving file names" +msgstr "Keine Kopfzeilen mit den Dateinamen ausgeben" + +#. 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<--verbose>" +msgstr "B<-v>, B<--verbose>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "always print headers giving file names" +msgstr "Immer Kopfzeilen mit den Dateinamen ausgeben" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-z>, B<--zero-terminated>" +msgstr "B<-z>, B<--zero-terminated>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "line delimiter is NUL, not newline" +msgstr "Zeilen mit Nullbyte (NUL) trennen, nicht mit Zeilenumbruch" + +#. 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<--version>" +msgstr "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-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"NUM may have a multiplier suffix: b 512, kB 1000, K 1024, MB 1000*1000, M " +"1024*1024, GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y, " +"R, Q. Binary prefixes can be used, too: KiB=K, MiB=M, and so on." +msgstr "" +"K kann folgende multiplikative Endungen tragen: b 512, kB 1000, K 1024, MB " +"1000*1000, M 1024*1024, GB 1000*1000*1000, G 1024*1024*1024, und so weiter " +"für T, P, E, Z, Y, R, Q. Es können auch binäre Präfixe verwendet werden: " +"KiB=K, MiB=M und so weiter." + +#. 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 David MacKenzie and Jim Meyering." +msgstr "Geschrieben von David MacKenzie und Jim Meyering." + +#. 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 "" +"GNU coreutils online help: E<lt>https://www.gnu.org/software/coreutils/E<gt>" +msgstr "" +"Onlinehilfe für GNU coreutils: E<.UR https://www.gnu.org/software/coreutils/" +">E<.UE>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Report any translation bugs to E<lt>https://translationproject.org/team/E<gt>" +msgstr "" +"Melden Sie Fehler in der Übersetzung an E<.UR https://translationproject.org/" +"team/de.html> das deutschsprachige Team beim GNU Translation ProjectE<.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 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-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "B<tail>(1)" +msgstr "B<tail>(1)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Full documentation E<lt>https://www.gnu.org/software/coreutils/headE<gt>" +msgstr "" +"Vollständige Dokumentation unter: E<lt>https://www.gnu.org/software/" +"coreutils/headE<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "or available locally via: info \\(aq(coreutils) head invocation\\(aq" +msgstr "oder lokal verfügbar mit: info \\(aq(coreutils) head invocation\\(aq" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "September 2022" +msgstr "September 2022" + +#. type: TH +#: debian-bookworm mageia-cauldron +#, no-wrap +msgid "GNU coreutils 9.1" +msgstr "GNU coreutils 9.1" + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"NUM may have a multiplier suffix: b 512, kB 1000, K 1024, MB 1000*1000, M " +"1024*1024, GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, " +"Y. Binary prefixes can be used, too: KiB=K, MiB=M, and so on." +msgstr "" +"K kann folgende multiplikative Endungen tragen: b 512, kB 1000, K 1024, MB " +"1000*1000, M 1024*1024, GB 1000*1000*1000, G 1024*1024*1024, und so weiter " +"für T, P, E, Z, Y. Es können auch binäre Präfixe verwandt werden: KiB=K, " +"MiB=M und so weiter." + +#. type: Plain text +#: debian-bookworm mageia-cauldron +msgid "" +"Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2022 Free Software Foundation, Inc. Lizenz GPLv3+: E<.UR " +"https://gnu.org/licenses/gpl.html> GNU GPL Version 3 E<.UE> oder neuer." + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "April 2022" +msgstr "April 2022" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "October 2021" +msgstr "Oktober 2021" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "GNU coreutils 8.32" +msgstr "GNU Coreutils 8.32" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Copyright \\(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2020 Free Software Foundation, Inc. Lizenz GPLv3+: E<.UR " +"https://gnu.org/licenses/gpl.html> GNU GPL Version 3 E<.UE> oder neuer." + +# WONTFIX missing markup // I'm not sure about marking up references like this. +#. type: Plain text +#: opensuse-leap-15-6 +msgid "tail(1)" +msgstr "B<tail>(1)" |